

/* Start:/local/templates/rotado/components/bitrix/catalog.element/.default/style.css?175316947727303*/
.goods__bi {
  display: none;
  max-height: 350px;
  max-width: 480px;
  height: 340px;
  margin: 0 auto;
}

.top__desc {
	margin-top:20px;
}

.goods__bi_video {
	position: relative;
}

.goods__bi-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	transition: all .3s;
}

.goods__bi-overlay:hover {
	background-color: rgba(0,0,0,.3);
}

.goods__bi-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: solid 25px transparent;
	border-left: solid 35px #fff;
	border-bottom: solid 25px transparent;
	transform: scale(1);
	transition: all .3s;
}

.goods__bi-overlay:hover .goods__bi-arrow {
	transform: scale(1.2);
}

.goods__bi img {
  height: 100%;
  margin: 0 auto;
  display: block;
  object-fit: contain;
  width: 100%;
}

.goods__bi.act {
  display: block;
}

.goods__smallimages {
  display: flex;
  margin-top: 20px;
}

.goods__smallimages img {
  max-width: 98px;
}

.goods__smallimg {
  border: 2px solid transparent;
  border-radius: 4px;
  max-width: 98px;
  margin-right: 20px;
  cursor: pointer;
}

.goods__smallimg img {
  height: 100%;
  margin: 0 auto;
  display: block;
  object-fit: contain;
  width: 100%;
}

.goods__smallimg.act {
  border: 2px solid #0090E3;
}

.goods__information h3 {
  margin-bottom: 20px;
  max-width: 500px;
}

.goods__information h4 {
  margin-bottom: 16px;
}

.goods__description {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

.goods__available {
  margin-bottom: 40px;
  display: flex;
  color: #595959;
}

.goods__available img {
  margin-right: 6px;
}

.goods__notes {
  margin-bottom: 40px;
  list-style-type: none;
}

.goods__notesdesc {
  color: #595959;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
}

.goods__notesitem {
  display: flex;
  color: #595959;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
}

.goods__notesitem span {
  display: block;
  color: #0090E3;
  margin-right: 8px;
  font-weight: 600;
}

.goods__equipment {
  color: #595959;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
}

.goods__equipment p {
  margin-bottom: 16px;
}

.goods__equipment li {
  position: relative;
  padding-left: 26px;
  margin: 0 0 16px 16px;
}

.goods__equipment li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 9px;
  display: inline-block;
  background-image: url("/local/templates/rotado/components/bitrix/catalog.element/.default/./img/ul-ellipse.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.goods__btns {
  display: flex;
  margin-top: 56px;
}

.goods__btns a {
  margin-right: 24px;
  padding: 17px 36px;
  font-size: 1rem;
}

.goods__feature {
  margin-bottom: 56px;
  max-width: 800px;
}

.goods__feature h2 {
  text-align: left;
  margin: 104px 0 40px;
}

.goods__feature table {
  border: none;
  border-collapse: collapse;
  min-width: 540px;
}

.goods__feature th {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #2a2a2a;
  border-bottom: 2px solid #0090E3;
  padding: 16px 0 14px;
}

.goods__feature tr {
  text-align: center;
  border-bottom: 1px solid #F7FAFB;
}

.goods__feature tr:nth-child(1) {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
}

.goods__feature td {
  padding: 16px 0;
  width: 200px;
  font-size: 16px;
  line-height: 22px;
  color: #59575F;
}

.goods__feature h3 {
  margin: 56px 0 24px;
}

.goods__feature p {
  color: #595959;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
}


.slider {
  margin: 56px 0;
}

/* Часто задаваемые вопросы */
.accordion__item {
  width: 100%;
  height: 100%;
  border: 1px solid #DEE8EC;
  border-radius: 4px;
  margin-bottom: 16px;
  cursor: pointer;
}

.accordion__item.act {
  background-color: #F7FAFB;
}

.accordion__heading {
  font-size: 16px;
  padding: 24px 0 24px 24px;
  position: relative;
  color: #2a2a2a;
}

.accordion__heading.act {
  border-bottom: 1px solid #DEE8EC;
}

.accordion__heading.act:after {
  transition: all 200ms ease;
  transform: rotateZ(180deg) translateY(50%);
}

.accordion__heading:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23595959' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  transition: all 200ms ease;
}

.accordion__content {
  color: #595959;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  padding: 32px 40px;
  line-height: 26px;
  display: none;
}

/* Форма */
.manager {
  margin: 100px 0;
}

.manager__item {
  background-color: #F7FAFB;
  padding: 56px 48px;
  position: relative;
}

.manager__item .modal__personal {
  text-align: left;
}

.manager__top {
  position: relative;
  z-index: 23;
}

.manager__bg {
  background-image: url("/local/templates/rotado/components/bitrix/catalog.element/.default/img/manager-bg.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.manager__people {
  background-image: url("/local/templates/rotado/img/new-spec.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -36px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.manager__heading {
  margin: 0 0 40px 0;
  max-width: 630px;
  text-align: left;
  color: #2a2a2a;
  line-height: 44px;
  font-size: 32px;
  font-weight: 700;
}

.manager__form {
  display: flex;
  flex-direction: column;
}

.manager__form .error {
  text-align: left;
  height: 14px;
  margin: -19px 0 5px;
}

.manager__inputdata {
  display: flex;
}

.manager__input {
  align-items: center;
  margin-right: 20px;
}

.manager__input .modal__but {
  min-width: 264px;
  margin-top: 25px;
}

@media (max-width: 1300px) {
  .manager__people {
    display: none;
  }

  .manager__bg {
    display: none;
  }
}

@media (max-width: 1081px) {
  .manager__input .modal__but {
    padding: 16px 19px;
  }
}

@media (max-width: 900px) {
  .manager__input {
    margin: 0;
  }

  .manager__input .modal__but {
    margin-top: 0;
  }

  .manager__inputdata {
    flex-direction: column;
  }
}


@media (max-width: 600px) {
  .manager__heading {
    margin: 0 0 24px 0;
    font-weight: 600;
    max-width: 630px;
    text-align: left;
    font-size: 16px;
  }

  .manager__item {
    padding: 16px;
  }

  .manager {
    margin: 40px 0;
  }

  .manager__form .error {
    text-align: left;
    height: auto;
    margin: -3px 0 8px;
  }


}

/* Документы для скачивания */
.docs__heading {
  margin-bottom: 48px;
  text-align: left;
}

.docs__items {
  display: flex;
  flex-wrap: wrap;
}

.docs__item {
  max-width: 295px;
  width: 100%;
  padding: 28px 24px;
  border: 1px solid #E9F1F4;
  border-radius: 4px;
  position: relative;
  margin-right: 40px;
  transition: all 200ms ease;
  cursor: pointer;
}

.docs__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(0, 76, 179, 0.08);
  transition: all 200ms ease;
}

.docs__item:hover .docs__downloadhead {
  color: #0090E3;
  text-decoration: underline;
}

.docs__downloadimg {
  background-image: url("/local/templates/rotado/components/bitrix/catalog.element/.default/img/download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
}

.docs__downloadhead {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #6787AD;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.docs__downloadsize {
  color: #808080;
  font-size: 14px;
  line-height: 19px;
}

/* Рекоммендуемые проекты */
.projects__header {
  margin: 176px 0 48px 0;
  text-align: left;
  color: #2a2a2a;
  line-height: 44px;
  font-size: 32px;
  font-weight: 700;
}

.h3-title {
  font-size: 32px;
  color: #2a2a2a;
  line-height: 44px;
  text-align: left;
  font-weight: 700;
}


/*--dropdown select--*/
.offers__options-wrapper {
  display: grid;
  grid-template-columns: 260px 260px;
  gap: 20px;
}

.offers__options-item {
  position: relative;
}

.offers__options-item label {
  color: #595959;
  margin-bottom: 5px;
}

ul.offers__dropdown-control {
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

ul.offers__dropdown-control li {
  border-radius: 4px;
  display: none;
  padding: 0.8rem 20px;
  color: #595959;
}

ul.offers__dropdown-control li.active {
  align-items: center;
  display: flex;
  justify-content: space-between;
  border: 1px solid #D9D9D9;
}

ul.offers__dropdown-control.active {
  border: 1px solid #aaa;
  position: absolute;
  width: 100%;
  background-color: #fff;
  cursor: auto;
}

ul.offers__dropdown-control.active li {
  border: none;
  box-shadow: none;
  display: block;
  transition: all 0.2s linear;
  cursor: pointer;
}

ul.offers__dropdown-control.active li:hover {
  padding-left: 24px;
  font-weight: 600;
}

ul.offers__dropdown-control.active li.active {
  font-weight: 600;
  cursor: default;
}

ul.offers__dropdown-control.active li.active:hover {
  padding-left: 20px;

}

ul.offers__dropdown-control li.active:hover {}

.offers-selected-option {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: auto;
  color: #595959;
}

.offers-selected-option.active {
  border-radius: 4px;
  padding: 0.8rem 20px;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}

.selectize-input {
  padding: 14px 18px !important;
}

.selectize-input>input {
  font-size: 16px !important;
  width: 80px !important;
  color: #595959;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #151515 !important;
  font-family: inherit;
  font-size: 16px !important;
  line-height: 18px;
}

.selectize-dropdown .option {
  padding: 14px 18px !important;
  color: #595959;
  transition: all 0.2s linear;
}

.selectize-dropdown .option:hover {
  color: #2a2a2a;
  padding-left: 22px !important;
}

.selectize-dropdown-content {
  max-height: 400px !important;
}

.selectize-input:hover {
  border-color: #878787;
}

.selectize-control.single .selectize-input::after {
  content: url(/res/arrow.svg) !important;
  top: 24% !important;
  right: 15px !important;
  margin-top: initial !important;
  width: initial !important;
  height: initial !important;
  border: none !important;
  transition: all 0.2s linear;
}

/*tabs*/
.desc__tabs {
  font-size: 0;
  margin-top: 75px;
}

.desc__tabs>input[type="radio"] {
  display: none;
}

.desc__tabs>div {
  display: none;
  font-size: 1rem;
  margin-top: 50px;
  color: #595959;
  max-width: 800px;
}

#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3,
#tab-btn-4:checked~#content-4 {
  display: block;
}

.desc__tabs>label {
  font-size: 18px;
  color: #595959;
  font-weight: 600;
  margin-right: 40px;
  padding-bottom: 8px;
  cursor: pointer;
}

.desc__tabs>label:hover {
  border-bottom: 2px solid #0090E3;
  color: #0081cc;
}

.desc__tabs>label:not(:first-of-type) {
  border-left: none;
}

.desc__tabs>input[type="radio"]:checked+label {
  border-bottom: 2px solid #0090E3;
  color: #0090E3;
}


/*content container*/
.element__tab-container h3 {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #2A2A2A;
}

.element__tab-container h4 {
  padding-top: 24px;
  padding-bottom: 16px;
  color: #2A2A2A;
}

.element__tab-container p {
  padding-top: 12px;
  padding-bottom: 12px;
}

.element__tab-container img {
  padding-top: 12px;
  padding-bottom: 10px;
}

.element__tab-container span {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 12px;
  font-style: italic;
  text-align: center;
  color: #A6A6A6;
}

.element__tab-container table {
  text-align: center;
}

.element__tab-container table tr:nth-child(2n+1) {
  background-color: #ffffff;
}

.element__tab-container thead {
  border-bottom: 2px #0090E3 solid;
}

.element__tab-container thead td {
  font-weight: 600;
  color: #2A2A2A;
  white-space: nowrap;
}

.element__tab-container table td {
  padding: 17px 30px;
  text-align: center !important;
}

.element__tab-container tr:nth-child(1) {
  border-bottom: 2px #0090E3 solid;
}

.element__tab-container th {
  font-weight: 600;
  color: #2A2A2A;
  padding: 8px;
}

.element__tab-container tbody tr {
  border-bottom: 1px #E9F1F4 solid;
}

/*.element__tab-container ul li:before {
    color: #0090E3;
    content: "•";
    padding-right: 16px;
    font-size: 19px;
}*/

.element__tab-container ul li {
  margin-bottom: 16px;
}

.element__docs_wrpr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.element__docs-item>a {
  display: flex;
  cursor: pointer;
}

.element__docs-img {
  margin: auto;
  margin-right: 30px;
}

.element__docs-text {
  margin: auto;
  width: 100%;
}

.element__docs-name {
  color: #2A2A2A;
  margin-bottom: 10px;
}

.element__docs-item>a:hover .element__docs-name {
  color: #0090E3;
  text-decoration: underline;
}

.options-dropdown ul {
  margin: 0;
  padding: 0;
  height: 48px;
}

.options-dropdown ul li.offer-option {
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 11px 20px;
  display: none;
  list-style: none;
  color: #595959;
  position: relative;
  transition: all 0.2s linear;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}

.offers__options-item:nth-child(1) {
  z-index: 20;
}

.offers__options-item:nth-child(2) {
  z-index: 19;
}

.offers__options-item:nth-child(3) {
  z-index: 18;
}

.offers__options-item:nth-child(4) {
  z-index: 17;
}

.options-dropdown ul li.offer-option {
  border-bottom: 1px solid #D9D9D9;
}

.options-dropdown ul li.selected {
  display: block;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
}

.options-dropdown ul li.notallowed {
  display: none !important;
}

.options-dropdown ul li:first-child:after {
  content: "";
  display: inline-block;
  background-image: url("/res/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 6px;
  transition: all 0.1s linear;
  position: absolute;
  right: 25px;
  top: calc(50% - 3px);
}

.options-dropdown ul li {
  cursor: pointer;
}

.options-dropdown ul li.offer-option:hover {
  padding-left: 26px;
}

.options-dropdown ul li.offer-option:hover:after {
  top: calc(50% - 1px);
}

.options-dropdown ul li:first-child:hover {
  padding-left: 20px;
}

/*
.options-dropdown .selectize-input > input:focus {
    opacity: 0 !important;
}
*/
.element__docs-desc {
  color: #808080;
  font-size: 14px;
}

.offers__price-wrapper {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  margin-top: 30px;
}

.offers__price-label {
    font-size: 1rem;
    font-weight: 400;
    color: #595959;
    margin-top: 5px;
    line-height: 20px;
}

.offers__addtoproj {
  color: #0090E3;
  font-weight: 600;
  margin-top: 16px;
  cursor: pointer;
  transition: all 200ms ease;
}

.offers__addtoproj svg {
  transition: all 200ms ease;
}

.offers__addtoproj:hover svg {
  color: #0081cc;
  transform: rotate(45deg);
}

.offers__addtoproj:hover {
  color: #0081cc;
}

.offers__addtoproj circle {
  transition: all 200ms ease;
}

.offers__addtoproj:hover circle {
  fill: #0081cc;
}


.addtoproj_svg {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 8px;
}

.element-faq {
  margin-top: 120px;
  margin-bottom: 120px;
}

.element-faq h3 {
  padding-bottom: 32px;
}

.bgvideo {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: none;
  z-index: 99999;
  background: rgba(31, 18, 28, 0.75);
  overflow-y: auto;
  padding: 17px 0;
}

.cssload-container {
  position: absolute;
  width: 69px;
  height: 69px;
  text-align: center;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
}

.cssload-speeding-wheel {
  width: 69px;
  height: 69px;
  margin: 0 auto;
  border: 4px solid white;
  border-right-color: white;
  border-radius: 50%;
  border-right-color: transparent;
  animation: cssload-spin 425ms infinite linear;
  -o-animation: cssload-spin 425ms infinite linear;
  -ms-animation: cssload-spin 425ms infinite linear;
  -webkit-animation: cssload-spin 425ms infinite linear;
  -moz-animation: cssload-spin 425ms infinite linear;
}

.closevideo {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA2MTIgNjEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MTIgNjEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+PGcgaWQ9ImNyb3NzIj48Zz48cG9seWdvbiBwb2ludHM9IjYxMiwzNi4wMDQgNTc2LjUyMSwwLjYwMyAzMDYsMjcwLjYwOCAzNS40NzgsMC42MDMgMCwzNi4wMDQgMjcwLjUyMiwzMDYuMDExIDAsNTc1Ljk5NyAzNS40NzgsNjExLjM5NyAgICAgIDMwNiwzNDEuNDExIDU3Ni41MjEsNjExLjM5NyA2MTIsNTc1Ljk5NyAzNDEuNDU5LDMwNi4wMTEgICAgIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjRkZGRkZGIi8+PC9nPjwvZz48L2c+PC9nPiA8L3N2Zz4=);
}

.divvideo {
  margin: auto;
  position: relative;
}

iframe {
  border: 0;
}

.ct-faq-wrapper {
  max-width: 800px
}

.ct-faq-wrapper h3 {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #2A2A2A;
}

.ct-faq-wrapper .accordion {
  margin-top: 20px;
}

.element__tab-container h2 {
  font-size: 24px;
  text-align: left;
  margin: 40px 0 25px;
  line-height: 130%;
}

.element__tab-container table {
  width: max-content;
  font-size: 15px;
}

.element__tab-container .table-overflow {
  overflow: auto;
}


/* кнопки в карточке товара */
.docs-btn {
    margin-top: 20px;
}

.docs-btn-download {
    display: block;
    width: 443px;
	padding: 5px 0;
}

.but-white {
    border: 1px solid #0090e3;
    background-color: #fff;
    color: #0090e3 !important;    
    border-radius: 2px;
    font-size: 1rem;;
    font-weight: 600;
    line-height: 100%;
    transition: all 200ms ease;
    cursor: pointer;
    text-align: center;
}
.but-white:hover {
	background-color: #0090e3;
    color: #fff !important; 
}
.btn-download-svg{
	width: 15px;
    padding-bottom: 7px;
}

.flex-list {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.flex-item {
	padding:20px;
}
.flex-item:first-child {
	width:30%;
}
.flex-item:last-child {
	width:70%;
}


/* Вкладки (табы)
-----------------------------------------------------*/
 
 
/* бфзовый контейнер вкладок(табов) */
 
.tabs-box {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 50px 0 0 0;
    width: 100%;
}
 
 
/* панель вкладок */
 
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 42px;
    width: 100%;
}
 
ul.tabs li {
    float: left;
    margin: 0 21px;
    cursor: pointer;
    padding: 0;
    height: 42px;
    line-height: 42px;
    color: #595959;
    overflow: hidden;
    position: relative;
    font-size: 18px;
	font-weight: 600;
}
 
 
 
/* стили вкладок при наведении */
 
ul.tabs li:hover {
    border-bottom:2px solid #0090E3;
	color:#0090E3;
}
 
 
/* стили активных вкладок */
 
ul.tabs li.active {
    display: block;
	border-bottom:2px solid #0090E3;
	color:#0090E3;
}
 
 
/* контейнер вкладок первого уровня 
 * включающий в себя панели заголовков аккордеона
*/
 
.tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}
 
 
/* блоки с содержанием по-умолчанию скрыты 
 * указать раскрытым при загрузке нужный блок
 * с помощью style="display: block;" в html
*/
 
.tab_content {
    padding: 20px;
    display: none;
	font-size: 1rem;
	margin-top: 50px;
	color: #595959;
	max-width: 800px;
}

.tab_content table {
	font-size: 15px;
	display:block;
	overflow-x:scroll;
}
.tab_content table tr {
  border-bottom: 1px #E9F1F4 solid;
}
.tab_content table tr:nth-child(1) {
  border-bottom: 2px #0090E3 solid;
}
.tab_content table tr:nth-child(2n+1) {
  background-color: #ffffff;
}
.tab_content table td {
  padding: 17px 30px;
  text-align: center !important;
}
.tab_content h2 {
  font-size: 24px;
  text-align: left;
  margin: 0 0 25px;
  line-height: 130%;
}

.tab_content ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 16px;
}
.tab_content ul li::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNicgaGVpZ2h0PSc2JyB2aWV3Qm94PScwIDAgNiA2JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxjaXJjbGUgY3g9JzMnIGN5PSczJyByPSczJyBmaWxsPScjMDA5MEUzJy8+PC9zdmc+Cg==);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 6px;
  height: 6px;
  display: block;
  color: #0090e3;
  position: absolute;
  top: 10px;
  left: 0;
}

.tab_content p {
    margin-bottom: 10px
}
 
.tab_content img {
    width: 100%;
    height: auto;
    /* -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
  
/* аккордеон скрыт в режиме вкладок */
 
.tab_accordion {
    display: none;
}


@media (max-width: 1350px) {
  .goods__btns a {
    margin-right: 12px;
  }

  .goods__btns a:last-child {
    margin-right: 0;
  }

  .goods__btns .but {
    padding: 16px 20px;
  }
}

@media (max-width: 1300px) {
  .projects__header {
    margin: 90px 0 48px 0;
  }
}

@media (max-width: 1081px) {
  .docs__item {
    margin-bottom: 20px;
    margin-right: 20px;
  }

}

@media (max-width: 900px) {
  .goods__description {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .goods__available {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .goods__btns a {
    margin-right: 20px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }

  .goods__btns {
    margin-top: 30px;
  }

  .divvideo iframe {
    width: 95vw !important;
    height: calc(95vw / 1.78) !important;
  }
}
@media (max-width: 850px) {
	/* скрываем вкладки */
    .tabs {
        display: none;
    }
    /* показываем элементы аккордеона */
    .tab_accordion {
        position: relative;
        background-color: #fff;
        font-weight: 400;
        font-size: 16px;
        color: #595959;
        border: 1px solid #0081cc;
		margin: 10px 0;
        padding: 14px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
		border-radius:3px;
    }
	.tab_content {
		border-left: 1px solid #0081cc;
		border-right: 1px solid #0081cc;
		border-bottom: 1px solid #0081cc;
		margin-top: -10px;
	}
    /* панели аккордеона при наведении */
    .tab_accordion:hover {
        background-color: #0081cc;
		color:#fff;
    }
	.tab_accordion:hover:before {
        border: 2px solid #fff;
		border-right-width: 0;
        border-top-width: 0;
    }
    /* переключатель вкладок, положение вниз */
    .tab_accordion:before {
        content: '';
        height: 8px;
        width: 8px;
        display: block;
        border: 2px solid #0081cc;
        border-right-width: 0;
        border-top-width: 0;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        right: 20px;
        top: 18px
    }
    /* состояние активных панелей */
    .d_active {
        background-color: #0081cc;
        color: #fff;
		border-radius:3px 3px 0 0;
    }
    /* активный переключатель, положение вверх */
    .d_active.tab_accordion:before {
        border: 2px solid #fff;
        border-left-width: 0;
        border-bottom-width: 0;
        top: 50%;
    }
}
@media (max-width: 800px) {
  .goods__tablescroll {
    overflow: auto;
  }
  .docs-btn {
		margin-top: 1px;
	}
	.docs-btn-download {
		display: block;
		width: 100%;
	}
	.docs-btn > button {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.flex-list {
		flex-wrap:wrap;
	}
	.flex-item:first-child {
		width:100%;
		text-align:center;
	}
	.flex-item:last-child {
		width:100%;
	}
}

@media (max-width: 600px) {
  .goods__bi {
    height: 210px;
  }

  .goods__feature h3 {
    margin: 24px 0 18px;
  }

  .goods__feature p {
    font-size: 14px;
    line-height: 22px;
  }

  .goods__feature h2 {
    margin: 40px 0 20px;
  }

  .goods__feature th {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 0 12px;
  }

  .goods__feature td {
    padding: 12px 0;
    width: 200px;
    font-size: 14px;
    line-height: 20px;
  }

  .goods__smallimages img {
    max-width: 60px;
  }

  .goods__smallimg {
    border-radius: 4px;
    margin-right: 10px;
  }

  .goods__btns {
    flex-direction: column;
  }

  .goods__btns a {
    font-size: 14px;
  }

  .projects__header {
    margin: 60px 0 48px 0;
  }

  /* Документы для скачивания */
  .docs__item {
    margin-right: 0;
  }

  .docs__item {
    padding: 16px 18px;
  }

  .docs__heading {
    margin-bottom: 30px;
  }

  .docs__downloadhead {
    font-size: 14px;
    line-height: 20px;
  }

  .docs__downloadsize {
    font-size: 12px;
    line-height: 16px;
  }

  .offers__options-wrapper {
    grid-template-columns: 1fr;
  }

  .element__docs_wrpr {
    grid-template-columns: 1fr;
  }

  .desc__tabs>label {
    font-size: 14px;
    margin-right: 14px;
  }

  .desc__tabs {
    margin-top: 14px;
  }

  .desc__tabs>div {
    margin-top: 22px;
  }

  .element__tab-container table tr {}

  .element__tab-container table tbody td {
    padding: 4px 9px;
    padding-bottom: 4px;
  }

  .element__tab-container table thead td {
    padding: 4px 9px;
    padding-bottom: 4px;
  }

  .element__tab-container table thead td {
    padding: 4px 2px;
    padding-bottom: 4px;
    font-size: 10px;
  }

  .element__tab-container table tbody td {}

  .options-dropdown select {
    margin-left: 8px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    color: #595959;
    padding: 5px 12px;
    width: 140px;
  }

  .element-faq {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .element__tab-container h2 {
    font-size: 18px;
    margin: 30px 0 20px;
  }
}
/* End */


/* Start:/local/templates/rotado/components/bitrix/news.list/recommend-projects/style.css?17181143391295*/
.product {
	background-color: #fff;
	margin: 0 0 176px;
	padding: 0 ;
}

.projects__menu {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px;
	cursor: pointer;
	justify-content: center;
}
.projects__menuitem {
	display: inline-block;
	padding: 15px 28px;
	border: 1px solid transparent;
	border-radius: 30px;
	color: #6787AD;
	white-space: nowrap;
	text-align: center;
	font-size: 18px;
	transition: all 0.3s ease;
	margin-bottom: 8px;
}
.projects__menuitem.act {
	border: 1px solid #1A98E0;
	color: #0090E3;
}
.projects__menuitem:hover {
	border: 1px solid #6787AD;
}
.projects__menuitem + .projects__menuitem {
	margin-left: 24px;
}
.projects__videomenu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	width: 100%;
	margin-bottom: 64px;
}
.projects__videoitem {
	display: none;
}
.projects__videoitem.show {
	display: block;
}
.projects__video img {
	border-radius: 4px;
	width: 100%;
}
.projects__name {
	display: block;
	margin: 16px 0 8px;
	font-size: 18px;
	line-height: 25px;
}
.projects__desc {
	font-size: 14px;
	line-height: 19px;
	color: #595959;
}
.projects__all {
	display: flex;
	justify-content: center;
}


/* MEDIA */
@media (max-width: 1300px) {
	.product {
		margin: 0 0 90px 0;
	}
}

@media (max-width: 600px) {
	.product {
		margin: 0 0 60px 0;
	}
}
/* End */
/* /local/templates/rotado/components/bitrix/catalog.element/.default/style.css?175316947727303 */
/* /local/templates/rotado/components/bitrix/news.list/recommend-projects/style.css?17181143391295 */
