

/* Start:/local/templates/main/components/bitrix/news/cases/bitrix/news.detail/.default/style.css?174774630218805*/
.sidebar .page_nav_list>.current a {
  font-weight: bold;
}
.case__header {
  display: flex;
  gap: 50px;
}
.case__header.second {
	padding: 50px 0 0 !important;
    /*margin-left: 128px;*/
}
.case__foto {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}
.case_item img {
  object-fit: cover;
  height: 100%;
  max-width: none;
}
.case_slider_link::before {
  content: '';
  position: absolute;
  bottom: 108px;
  left: 50%;
  display: block;
  width: 84px;
  height: 84px;
  background: url(/local/templates/main/components/bitrix/news/cases/bitrix/news.detail/.default/img/search.png) no-repeat;
  box-shadow: 0 4px 90px rgba(var(--primary-rgb), 0.7);
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.case_slider_link.active::before {
  opacity: 1;
  background: url(/local/templates/main/components/bitrix/news/cases/bitrix/news.detail/.default/img/search_b.png) no-repeat;
}
.case_item {
  position: relative;
  height: 100%;
}
.case__text img {
  height: auto;
}
.case__foto .swiper_button,
.case__view .mfp-arrow {
  position: absolute;
  bottom: 10px;
  top: auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: #eace01;
  border-radius: var(--radius-half);
  box-shadow: 0 4px 10px rgba(129, 129, 129, 0.19);
  cursor: pointer;
  transform: none;
}
.case__foto .swiper_button.prev {
  /* left: -194px; */
  left: calc(50% - 70px);
}
.case__foto .swiper_button.next {
  /* left: -97px; */
  left: calc(50% + 10px);
  right: auto;
}
.case__foto .swiper-container {
  height: 100%;
}
.case__foto .swiper_button.prev svg,
.case__view .mfp-arrow-right {
  transform: rotate(180deg);
}
.case__foto .swiper_button:hover {
  background-color: #111427;
}
.case__view .mfp-image-holder .mfp-content {
  
}
.case__view .mfp-arrow {
  position: absolute;
  bottom: 17px;
  top: auto;
  left: calc(50% - 80px);
  z-index: 1111;
}
.case__view.mfp-gallery .mfp-image-holder .mfp-figure {
  padding: 15px 15px 100px;
  background-color: #fff;
}
.case__view img.mfp-img {
  padding: 0;
}
.case__view .mfp-arrow.mfp-arrow-right {
  left: calc(50% + 15px);
}
.case__view .mfp-arrow::before,
.case__view .mfp-arrow::after {
  content: none;
}
.case__view .mfp-container {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.case__prop {
  font-size: 26px;
  line-height: 38px;
  color: #000000;
}
.case__prop>div>span:first-child {
  font-weight: bold;
  margin-right: 10px;
}

#content .container {
  max-width: 1500px;
}
.case__prop>div {
  margin-bottom: 30px;
}
.case__prop>div:last-child {
    margin-bottom: 0;
}
.case__video {
  margin-bottom: 50px;
}
.case__video .youtube_video {
  height: 570px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.case__video .youtube_video__play:hover {
  background-image: url(/local/templates/main/components/bitrix/news/cases/bitrix/news.detail/.default/img/play.png);
}
.case__video .youtube_video__play {
  background-image: url(/local/templates/main/components/bitrix/news/cases/bitrix/news.detail/.default/img/play_l.png);
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  height: 100%;
  width: 100%;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.case__video iframe {
}
.case-wrapp h2 {
  font-size: 33px;
  line-height: 20px;
  color: #eace01;
  font-weight: bold;
  font-family: SangBleu Empire;
  padding: 30px 0 30px 120px;
  margin: 53px 0;
  background: rgba(var(--primary-rgb), 0.12);
  width: 100vw;
  max-width: calc(100% + 16px + (100vw - 1500px) / 2);
}
.case__review>div {
  background: #eace01;
  padding: 3px 20px;
  font-size: 18px;
  line-height: 33px;
  color: #fff;
  position: relative;
  width: 100vw;
  max-width: calc(100% + 16px + (100vw - 1500px) / 2);
}
.case__review {
  margin-bottom: 50px;
}
.case__review>div::before,
.case__review>div::after {
  content: "„";
  font-size: 120px;
  line-height: 20px;
  display: block;
  position: absolute;
  top: -20px;
  left: 30px;
  z-index: 1;
}
.case__review>div::before {
  padding-bottom: 24px;
}
.case__review>div::after {
  padding-top: 24px;
  top: auto;
  left: auto;
  bottom: 65px;
  right: calc(50% - 360px);
}
.case__review>div>div {
  padding: 50px 50px;
  max-width: 860px;
  box-sizing: content-box;
}
.case__review p:not(:last-child) {
  margin-bottom: 7px;
}
.page_content .text_page {
  padding-left: 0;
}
/*.case-wrapp>div {*/
/*  padding-left: 128px;*/
/*}*/
h2.section_title {
  margin-left: 0;
}
.case__simulators {
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
}
.case__simulators-item {
  background-color: #f0f1f3;
  padding: 20px;
  display: flex;
  gap: 20px;
  max-width: 500px;
}
.case__simulators-item img {
  max-width: 100%;
  object-fit: contain;
}
.case__simulators-img {
  flex: 0 0 200px;
}
.case__simulators-info {
  display: flex;
  flex-direction: column;
}
.case__simulators-info>div:first-child {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 5px;
}
.case__simulators-info>div:nth-of-type(2) {
  font-size: 18px;
  color: #000000;
  margin-bottom: 8px;
}
.case__simulators-info a {
  height: 52px;
  background-color: #f0f1f3;
  border: 0.782608695652174px solid #cdced0;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  margin-top: auto;
  display: block;
  text-decoration: none;
}
.case__simulators-info a:hover {
  background-color: #eace01;
  color: #fff;
}
.case__simulators .swiper_button.next {
  right: -23px;
}
.case__simulators .swiper_button.prev {
  left: 105px;
}
.case__similar {
  position: relative;
}
.case__similar .swiper_button img {
  width: 16px;
}
.case__similar .swiper_button {
  top: auto;
  width: 65px;
  height: 65px;
  transform: none;
  bottom: calc(50% - 30px);
}
.case__similar .swiper_button.next {
  right: -32px;
  
}
.case__similar .swiper_button.prev {
  left: 94px;
}
.page_wrap>#content {
  padding-bottom: 0;
}
/*form*/
.case_form {
  background-image: url(/local/templates/main/components/bitrix/news/cases/bitrix/news.detail/.default/img/form_back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 50px;
  width: 100vw;
  max-width: calc(100% + 16px + (100vw - 1500px) / 2);
  padding-left: 0 !important;
}
.case_form>div {
  background: linear-gradient(90deg, #131931, rgba(52, 56, 72, 0.75));
  padding-left: 120px;
  padding-bottom: 80px;
}
.case_form .form_title {
  font-size: 33px;
  line-height: 30px;
  color: #fffffe;
  font-weight: bold;
  font-family: var(--font-family2);
  padding: 50px 0 58px;
}
.case_form form {
  max-width: 810px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
}
.case_form form>div {
  flex: 1 1 calc(100% / 3 - 15px * 2 / 3);
  margin: 0;
}
.case_form form>div:nth-of-type(4) {
  flex: 1 1 calc(100% / 3 * 2 - 5px);
  max-width: calc(100% / 3 * 2 - 5px);
}
.case_form .send_item {
  width: 100%;
  flex: 1 1 100%;
  margin: 23px 0 27px;
}
.case_form textarea.form_input {
  height: 54px;
}
.case_form input[type="tel"],
.case_form input[type="email"],
.case_form input[type="text"],
.case_form textarea.form_input {
  font-size: 18px;
  line-height: 20px;
  color: #131931;
  font-weight: 300;
}
.case_form .send_item button {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  font-weight: bold;
}
.case_form .agreement {
  opacity: 0.502;
  font-size: 15px;
  line-height: 26px;
  color: #eace01;
  font-weight: 300;
}

.case_form input::placeholder {color: #131931;}
.case_form input::-webkit-input-placeholder {color: #131931;}
.case_form input::-ms-input-placeholder {color: #131931;}
.case_form input:-moz-placeholder {color: #131931;opacity: 1;}
.case_form input::-moz-placeholder {color: #131931;opacity: 1;}
.case_form input:-ms-input-placeholder {color: #131931;}

.case_form textarea::placeholder {color: #131931;}
.case_form textarea::-webkit-input-placeholder {color: #131931;}
.case_form textarea::-ms-input-placeholder {color: #131931;}
.case_form textarea:-moz-placeholder {color: #131931;opacity: 1;}
.case_form textarea::-moz-placeholder {color: #131931;opacity: 1;}
.case_form textarea:-ms-input-placeholder {color: #131931;}

.case_form .grid_item {
  position: relative;
}
.case_form .grid_item label.error {
  position: absolute;
  top: -25px;
  left: 0;
  color: red;
  font-size: 13px;
}
.case__video iframe {
  width: 100% !important;
}
footer .footer_top {
  display: none !important;
}
footer .footer_midle {
  padding-top: 50px;
}

.case__text {
  padding: 50px 0 0 !important;
  /*margin-left: 128px;*/
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 33px;
}

.case__text ul:not([class])>li:before,
.case__review ul:not([class])>li:before {
  background-color: #000;
  top: 18px;
}
.case__text h2,
.case__text h3,
.case-wrapp .case__text h3,
.case-wrapp .case__text h2 {
  font-family: 'Euclid Circular A', sans-serif;
  padding: 0;
  margin: 20px 0;
  line-height: 36px;
  font-size: 30px;
  position: static;
  max-width: 100%;
  color: #000;
  background: none;
  font-weight: 500;
}
.case__text h3,
.case-wrapp .case__text h3 {
  font-size: 28px;
  line-height: 30px;
}
/**/
@media screen and (max-width: 1560px) {
  .case__similar .swiper_button.next,
  .case__simulators .swiper_button.next {
    right: 0;
  }
  .case__similar .swiper_button.prev,
  .case__simulators .swiper_button.prev {
    left: 128px;
  }
}
@media screen and (max-width: 1500px) {
  .case__similar .swiper_button {
    bottom: calc(50% - 23px);
  }
  .case__prop {
    font-size: 20px;
    line-height: 30px;
  }
  .case-wrapp h2,
  .case__review>div,
  .case_form {
    max-width: calc(100% + 20px);
  }
  .case__similar .swiper_button img {
    width: 14px;
  }
  .case__similar .swiper_button {
    width: 46px;
    height: 46px;
  }
  .youtube_video__background {

  }
  .case__video .youtube_video,
  .case__video iframe {
    height: 38vw !important;
    width: 100% !important;
  }
  .case__simulators-img {
    flex: 0 0 150px;
  }
  .case__simulators-info>div:first-child {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1400px) {
  .case__similar .product_btn_item a {
    padding: 10px 6px;
  }
}

@media screen and (max-width: 1340px) {
  .case_form form {
    row-gap: 23px;
  }
  .case__header {
    flex-direction: column;
    gap: 50px;
  }
  .case__prop>div:last-of-type {
    margin-bottom: 0;
  }
  .case__header {
    margin-bottom: 150px;
  }
  .case__foto .swiper_button {
    bottom: -110px;
  }
  .case__foto .swiper_button.next {
    left: auto;
    right: 25px;
  }
  .case__foto .swiper_button.prev {
    left: auto;
    right: 120px;
  }
  .case_form form>div,
  .case_form form>div:nth-of-type(4) {
    flex: 1 1 calc(100% / 2 - 15px / 2);
  }
  .case_form>div {
    padding-right: 50px;
  }
  .case__simulators .swiper-container {
    max-width: 500px;
    margin: 0 auto;
  }
  .case__simulators-img {
    flex: 0 0 190px;
  }
  .case__simulators-info a {
    max-width: 203px;
    width: 100%;
    height: 52px;
    font-size: 15px;
    background-color: #eace01;
    color: #ffffff;
  }
}
@media screen and (max-width: 1260px) {
  .case__review>div {
    font-size: 18px;
    line-height: 30px;
  }
  .case__review>div::after {
    right: 26px;
  }

  .case_form input[type="tel"],
  .case_form input[type="email"],
  .case_form input[type="text"],
  .case_form textarea.form_input {
    padding: 14px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .case__similar .product_carusel {
    padding-right: 0;
    margin: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 840px) {
  .case__simulators-img {
    flex: 0 0 150px;
  }
  .case__simulators-info a {
    height: 46px;
    font-size: 14px;
    line-height: 43px;
  }
}

@media screen and (max-width: 767px) {
  .case__simulators .swiper_button.prev {
    left: calc((100% - 500px) / 2);
  }
  .case__simulators .swiper_button.next {
    right: calc((100% - 500px) / 2);
  }
  .case__review>div>div {
    padding: 50px 20px;
  }
  .case__text {
    margin-top: 0;
    margin-left: -20px;
    width: calc(100% + 40px);
    margin-bottom: 50px;
    padding-bottom: 0 !important;
    padding-top: 25px !important;
  }
  h2.section_title,
  .case-wrapp h2 {
    margin-left: 0;
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    max-width: none;
  }
  .case-wrapp h2 {
    padding: 20px 0 20px 20px;
    margin-bottom: 30px;
  }
  .case-wrapp>div {
    padding-left: 0;
    margin: 0;
    width: 100%;
  }
  .case__prop>div {
    margin-bottom: 20px;
  }
  .case__video {
    margin-bottom: 0;
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
  }
  .case__video .youtube_video, .case__video iframe {
    height: 56vw !important;
  }
  .case__review {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    margin-bottom: 50px;
  }
  
  .case__similar .swiper_button.prev {
    left: 0;
  }
  .case__similar .product_carusel {
    padding-right: 15px;
  }
  .case_form {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    max-width: none;
  }
  .case_form>div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .case__similar {
    max-width: 400px;
    margin: 0 auto;
  }
  .case__similar .product_carusel {
    padding-right: 0;
  }
  .case__similar .product_carusel .product_post {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    flex-direction: row;
  }
  .case__foto {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    max-width: none;
  }
  .case__similar .product_title {
    font-size: 15px;
  }
  .case__similar .old_price {
    white-space: nowrap;
  }
  .case__similar .product_img {
    width: 120px;
    padding: 0;
  }
  .case__similar .product_top_mob {
    height: auto;
    flex: 1 1 calc(100% - 130px);
  }
  .case__similar .product_btn_wrapp {
    flex: 1 1 100%;
  }
  .case_form form {
    flex-direction: column;
    row-gap: 21px;
  }
  .case_form form>div, .case_form form>div:nth-of-type(4) {
    flex: auto;
  }
  .case_form .grid_item,
  .case_form form>div:nth-of-type(4) {
    max-width: none;
  }
  .case_form .send_item button {
    width: 100%;
  }
  .case_form .agreement {
    line-height: 20px;
  }
  .case_form .grid_item:last-of-type {
    max-width: 302px;
  }
  .case_form>div {
    padding-bottom: 63px;
  }
  .case_form input[type="tel"], .case_form input[type="email"], .case_form input[type="text"], .case_form textarea.form_input {
    padding: 14px 15px;
  }
  .case_form .grid_item label.error {
    top: -23px;
  }
  .case_form>div {
    background: linear-gradient(90deg, #131931, rgba(52, 56, 72, 0.9));
  }
  .case-wrapp .case__text h2 {
    line-height: 32px;
    font-size: 25px;
  }
}
@media screen and (max-width: 540px) {
  .case__simulators .swiper_button.prev {
    left: 0;
  }
  .case__simulators .swiper_button.next {
    right: 0;
  }
}
@media screen and (max-width: 440px) {
  .case__simulators-img {
    flex: 0 0 140px;
  }
  .case__simulators-item {
    position: relative;
    padding-bottom: 80px;
  }
  .case__simulators-info a {
    position: absolute;
    bottom: 20px;
    left: calc(50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 400px) {
  .case__text {
    font-size: 15px;
    line-height: 26px;
  }
  .case__text h2,
  .case-wrapp .case__text h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .case__text h3,
  .case-wrapp .case__text h3 {
    font-size: 20px;
    line-height: 23px;
  }
  .case__simulators-img {
    flex: 0 0 110px;
  }
  .case__simulators-info a {
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    background-color: #eace01;
    color: #ffffff;
    margin-top: 27px;
  }
  
  .case-wrapp h2 {
    font-size: 30px;
    line-height: 27px;
  }
  .case__review>div>div {
    padding: 50px 5px;
  }
  .case__simulators-item {
    gap: 15px;
  }
}
@media screen and (max-width: 360px) {
  .case__simulators-info>div:first-child {
    font-size: 16px;
    line-height: 22px;
  }
  .case__simulators-img {
    flex: 0 0 100px;
  }
  .case__simulators-item {
    gap: 10px;
    padding: 15px;
    padding-bottom: 80px;
  }
  .case__simulators-info a {
    bottom: 15px;
  }
}




.case__foto {
	color: var(--primary);
}
.case__foto .swiper-container {
  width: 100%;
  height: 100%;
}
.slider__flex {
  display: flex;
  align-items: flex-start;
}
.slider__col {
  display: flex;
  flex-direction: column;
  width: 150px;
  margin-right: 32px;
}
.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider__prev:focus,
.slider__next:focus {
  outline: none;
}
.slider__thumbs {
  height: calc(400px - 96px);
}
.slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.slider__thumbs .slider__image:hover {
  opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.slider__images {
  height: 400px;
}
.slider__images .slider__image img {
  transition: 3s;
}
.slider__images .slider__image:hover img {
  transform: scale(1.1);
}
.slider__image {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-button-disabled {
	color: transparent;
}
@media (max-width: 767.98px) {
  .slider__flex {
	flex-direction: column-reverse;
  }
  .slider__col {
	flex-direction: row;
	align-items: center;
	margin-right: 0;
	margin-top: 24px;
	width: 100%;
  }
  .slider__images {
	width: 100%;
  }
  .slider__thumbs {
	height: 100px;
	width: calc(100% - 96px);
	margin: 0 16px;
  }
  .slider__prev,
  .slider__next {
	height: auto;
	width: 32px;
  }
}
/* End */
/* /local/templates/main/components/bitrix/news/cases/bitrix/news.detail/.default/style.css?174774630218805 */
