@charset "UTF-8";

/*
Theme Name: STAN FASAD
Author: Seele&CODEX

Description: Version: 1.1
*/

@import url("./static/css/fonts.css");


@import url("./static/css/mobile-menu.css");




.word {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: var(--delay);
}




@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}










@font-face {
  font-family: 'Circe Light';
  src: url('./src/font/Circe-Light.eot');
  src: url('./src/font/Circe-Light.eot?#iefix') format('embedded-opentype'),
    url('./src/font/Circe-Light.woff') format('woff'),
    url('./src/font/Circe-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.page__container_index {
  padding: 0 32px;
}

@media (max-width: 1600px) {
  .page__container_index {
    padding: 0 32px;
  }
}

@media (max-width: 991.98px) {
  .page__container_index {
    padding: 0 32px;
  }
}

@media (max-width: 767.98px) {
  .page__container_index {
    padding: 0 18px;
  }
}

.text-white {
  color: #fff !important;
}

.first-screen {
  height: 100vh;
  max-height: 1080px;
  min-height: 468px
}

@media (max-width: 991.98px) {
  .first-screen {
    height: calc((var(--vh, 1vh) * 100) - 67px);
  }
}




.relecity {margin-left: 25px; margin-bottom: 10px; }



.banner-video {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 96px;
}

.banner-video::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: radial-gradient(53.44% 99.94% at 72.25% 46.5%, rgba(10, 12, 16, 0) 0%, rgba(10, 12, 16, 0.8) 100%);
}

.banner-video__video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-video__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-video__video_mob {
  display: none;
}

.banner-video__progress {
  background: #ffffff33;
  height: 2px;
  position: absolute;
  bottom: 40px;
  left: 64px;
  right: 64px;
  z-index: 10;
}




/* ПК — каждое слово с новой строки */
@media (min-width: 960px) {
  .banner-video__name .word {
    display: block;
  }
}

/* Mobile hero: keep one word per line so title does not stick together. */
@media (max-width: 959px) {
  .banner-video.first-screen .banner-video__name .word {
    display: block;
    white-space: nowrap;
  }
}








@media (max-width: 991.98px) {
  .banner-video__progress {
    left: 32px;
    right: 32px;
  }
}

.banner-video__progress span {
  width: 0;
  background: #FFFFFF;
  height: 100%;
  display: block;
  transition: all .2s;
}


.banner-video__mouse {
  animation: spin 1.4s infinite linear;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 120px;
  z-index: 10;
  display: block;
}

@keyframes spin {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  100% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
}





.banner-video__content {
  position: relative;
  z-index: 10;
}


.banner-video__name {
  font-family: 'San Francisco(SF UI)', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 100px !important;
  color: #fff;
  font-display: swap;
}


.banner-video__text {
  font-style: normal;
  font-size: 48px;
  line-height: 72px;
  position: relative;
  font-weight: 100;
  color: #fff;
  margin-bottom: 50px;

}

.banner-video__text b {
  /*font-family: Roboto, sans-serif;*/
  font-weight: 400;
}


#regionTitleBlock {margin-top: 20px;}

.banner-video__badge {
  position: absolute;
  right: 64px;
  z-index: 10;
}


@media (max-width: 1199.98px) {
  .banner-video__name {
    font-size: 74px;
    line-height: 80px !important;
  }

  .banner-video__text {
    font-size: 48px;
    line-height: 150%;
  }

  .banner-video__progress {
    left: 30px;
    right: 30px;
    bottom: 30px;
  }

  .banner-video__mouse {
    bottom: 60px;
  }

  .banner-video::after {
    background: linear-gradient(180deg, rgba(10, 12, 16, 0) 0%, rgba(10, 12, 16, 0.73) 60.94%, #0A0C10 100%);
  }

  .banner-video__badge {
    right: 30p;
  }
}




/* Стили для экранов от 360px до 767.98px */
@media (min-width: 300px) and (max-width: 390px) {
	
	
  .banner-video__name {
    font-size: 55px;
	font-weight:bold;
    padding-bottom: 20px;
    line-height: 50px !important;
    text-align: center;
  }
  
  
  
}



.banner-video__video {
  background: url("/content/media/mp4/main.mp4.jpg") center / cover no-repeat;
}

/* Мобильная версия */
@media (max-width: 959px) {
  .banner-video__video {
    background-image: url("/content/media/mp4/main-mobile.jpg");
  }
}




@media (max-width: 767.98px) {
  .banner-video__name {
	  
    font-size: 34px;
	padding-bottom: 34px;
    line-height: 50px !important;
    text-align: center;
	font-weight: bold;

  }

  .banner-video__text {
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 30px;
    text-align: center;
  }

  .banner-video__badge {
    display: none;
  }

  .banner-video__badge-mob {
    max-width: 75%;
  }

  .d-block.banner-video__badge-mob {
    display: none !important;
  }

  .banner-video__content {
    width: 100%;
  }

  .banner-video__button-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .banner-video__button-wrap .banner-video__button {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .banner-video {
    padding-bottom: 80px;
  }

  .banner-video__video {
/*     display: none; */
  }

  .banner-video__video_mob {
    /* display: block; */
  }

  .banner-video__progress {
/*     display: none; */
  }

  .banner-video__mouse {
    display: block;
    bottom: 30px;
  }
  
  
  
  .relecity {margin-left: 20px; margin-top: 10px;}

  
  
    .accordeon__body.question__body {
  padding: 10px!important;
}
  
  
  
  
  
}

















.quote-section {
  background: #1B2B46;
}

.quote-section_theme_light {
  background: linear-gradient(225.78deg, #F3F4F4 43.53%, #FFFFFF 92.85%);
}


.quote-section_theme_white {
  background:  #FFFFFF;
}










.quote-section_theme_light .quote-section__block::before {
  display: none;
}

@media (max-width: 991.98px) {
  .quote-section_theme_light .quote-section__wrap::after {
    background: linear-gradient(180deg, rgba(27, 43, 70, 0) 0%, #fbfbfb 100%);
  }

  .quote-section_theme_light {
    background: #FBFBFB;
  }

  .quote-section_theme_light {
    padding-top: 50px;
  }
}

.quote-section_theme_light .quote-section__name {
  color: #000 !important;
}

.quote-section_theme_light .quote-section__text {
  color: #000;
}

.quote-section_theme_light .quote-section__author-name {
  color: #000;
}

.quote-section_theme_light .quote-section__author-text {
  color: #202a45;
}


.quote-section__wrap {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 768px;
}

.quote-section__wrap img {
  margin-top: auto;
}

.quote-section__col {
  width: 100%;
}

.quote-section__block {
  position: relative;
}

.quote-section__block::before {
  content: '';
  width: 54px;
  height: 43px;
  margin-bottom: 30px;
  display: block;
  background-image: url(/assets/themes/stan/src/img/index/arrow-gray.svg);

}

.quote-section__name {
  font-weight: 300 !important;
  color: #FFFFFF !important;
}

.quote-section__name b {
  font-weight: 500;
}

.quote-section__text {
  margin-top: 20px;
  color: #FFFFFF;


}

.quote-section__author {
  margin-top: 50px;
}

.quote-section__author-name {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 5px;

}

.quote-section__author-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.quote-section__col {
  min-width: 800px;
}

@media (max-width: 1600px) {
  .quote-section {
    position: relative;
  }

  .quote-section__col {
    margin: 80px 0;
  }

  .quote-section img {
    position: absolute;
    margin-left: auto;
    max-width: 75%;
    bottom: 0;
    right: -13%;
    z-index: 0;
  }

  .quote-section__text.section__text br {
    display: none;
  }

  .quote-section__name.section__head {
    font-size: 46px;
    line-height: 130%;
  }

  .quote-section__name.section__head br {
    display: none;
  }

  .quote-section__text.section__text {
    font-size: 24px;
    line-height: 165%;
  }

  .quote-section__col {
    min-width: auto;
    max-width: 56%;
  }
}

@media (max-width: 991.98px) {
  .quote-section__wrap {
    flex-direction: column-reverse;
    min-height: auto;
  }

  .quote-section img {
    position: relative;
    right: 0;
    max-width: 55.5%;
    margin-left: 0;
    z-index: 1;
  }

  .quote-section__name {
    text-align: center;
  }

  .quote-section__text {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    margin-top: 15px;

  }

  .quote-section__col {
    min-width: auto;
    max-width: 100%;
  }

  .quote-section__author {
    margin-top: 30px;
  }

  .quote-section__author-name {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .quote-section__author-text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .quote-section__block::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/assets/themes/stan/src/img/index/arrow-gray.svg);
    width: 54px;
    height: 43px;
    top: -15%;
    z-index: 10;
  }

  .quote-section__block {
    position: relative;
  }

  .quote-section__wrap {
    position: relative;
  }

  .quote-section__wrap::after {
    content: '';
    background: linear-gradient(180deg, rgba(27, 43, 70, 0) 0%, #1B2B46 100%);
    height: 205px;
    bottom: -1px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
  }

  .quote-section__col {
    margin-top: -50px !important;
    z-index: 3;
  }
}

@media (max-width: 767.98px) {
  .quote-section__name {
    font-size: 36px;
    line-height: 130%;
    font-weight: 400 !important;
  }

  .quote-section__name br,
  .quote-section__text br {
    display: none;
  }

  .section__text.quote-section__text {
    font-size: 24px !important;
    line-height: 160% !important;
  }

  .quote-section__author {
    margin-top: 25px;
  }

  .quote-section__col {
    margin-bottom: 60px;
  }

  .quote-section img {
    max-width: 100%;
  }

}


.section {
  overflow: hidden;
}

.section__head {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 64px;
  color: #13151A;
}

@media (max-width: 767.98px) {
  .section__head {
    font-size: 36px !important;
    line-height: 130% !important;
  }

  .section__head br {
    display: none;
  }
}

.section__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 26px;
  line-height: 42px;
  max-width: 600px;
}

@media (max-width: 767.98px) {

  .section__text,
  .standoc-section__post,
  .standoc-section__text {
    font-size: 18px !important;
    line-height: 30px !important;
  }

  .section__text br {
    display: none;
  }
}

.section__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section__menu-item {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .section__menu-item {
    margin-bottom: 10px;
  }
}

.section__menu-link {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 300;
  width: auto;
  display: inline-flex;
}

@media (max-width: 767.98px) {
  .section__menu-link {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
  }
}

.section__menu-link span {
  transition: all .2s;


}

.section-text-item {
  -webkit-text-decoration-color: #6E6F72;
  text-decoration-color: #6E6F72;
  display: inline;
  width: 100%;
  text-decoration: none;
  border-bottom: 1px solid #6E6F72;
  line-height: 1.4;
}

@media (max-width: 767.98px) {
  .section__menu-link span {
    white-space: normal;
  }
}

.section__menu-link i {
  margin-right: 10px;
  min-width: 24px;
  height: 24px;
  display: block;
  margin-top: 1px;
  transition: all .2s;
  background-image: url(/assets/themes/stan/src/img/index/section-arrow-link.svg);
}

@media (max-width: 767.98px) {
  .section__menu-link i {
    margin-top: 4px;

  }
}

.section__menu-link:hover i {
  background-image: url(/assets/themes/stan/src/img/index/section-arrow-link-hover.svg);
}

.section__menu-link:hover .section-text-item {
  border-color: #989899;

}

.section__badge {
  position: absolute;
  right: 0;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .section__badge {
    display: none;
  }
}

.section__nav {
  display: flex;
}

.section__arrow {
  background-color: #F4F4F4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
  transition: all .2s;
  background-image: url(/assets/themes/stan/src/img/index/arrow-crice.svg);

}

.section__arrow:hover {
  background-color: #202a45 !important;
  background-image: url(/assets/themes/stan/src/img/index/arrow-crice-white.svg);

}

.section-button-prev {
  transform: rotate(180deg);

}

.section__nav {
  position: absolute;
  right: 0;
  bottom: 105px;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .section__nav {
    bottom: 65px;
  }
}

@media (max-width: 767.98px) {
  .section__nav {
    display: none;
  }
}

.section__arrow:last-child {
  margin-right: 0;
}

.standoc-section {
  background: #1B2B46;
}

.standoc-section .swiper-wrapper {
  align-items: flex-end;
}

.standoc-section .section__nav {
  right: 0 !important;
}

@media (max-width: 1199.98px) {
  .standoc-section .section__nav {
    display: block;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

.standoc-section__image {
  position: relative;
  margin-top: auto;
  display: block;
  bottom: 0;
}

.standoc-section__image::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(/assets/themes/stan/src/img/index/standoc-section-snipet.svg);
  z-index: -1;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 50%;
}

.standoc-section__title {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 1;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 100px;
}

.standoc-section__title span {
  font-size: 44px;
}

.standoc-section__post {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #ADADAD;
  font-weight: 300;
  margin-bottom: 25px;
}

.standoc-section__text {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.9;
  color: #fff;

  position: relative;
}

.standoc-section__text span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.standoc-section__text::after {
  content: '';
  width: 200px;
  height: 151px;
  top: calc(100% + 34px);
  z-index: 10;
  left: 30%;
  position: absolute;
  display: block;
  background-image: url(/assets/themes/stan/src/img/index/arrow-standoc.svg);

}

.standoc-section .row {
  align-items: flex-end;
}

.standoc-section .standoc-section__button {
  margin-top: 156px;
  margin-bottom: 100px;
}

.b-button.standoc-section__button {
  background: #F4F4F4;
  color: #1B2B46 !important;
}

.b-button.standoc-section__button:hover {
  background-color: #128dce;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
  color: #fff !important;
}

.standoc-section__image-wrap {
  display: flex;
  justify-content: center;
  width: 55%;
}

.standoc-section__content {
  width: 45%;
}

@media (max-width: 1599.98px) {

  .standoc-section__text-wrap {
    overflow: hidden;
  }

  .banner-video .b-button {

    padding: 0 15px;
    font-size: 18px;
  }
}



.info-slider-swiper {
  background: #40454e;
}

.standoc-section-slider .swiper-pagination,
.info-slider-swiper .swiper-pagination {
  bottom: 32px !important;
  display: flex;
}

@media (max-width: 767.98px) {

  .standoc-section-slider .swiper-pagination,
  .info-slider-swiper .swiper-pagination {
    bottom: 60px !important;
    display: flex;
  }
}

.swiper-container.standoc-section-slider .swiper-pagination-bullet {
  background: #F4F4F4 !important;
  height: 2px;
  width: 100%;
  border-radius: 2px;
}

.swiper-container.info-slider-swiper .swiper-pagination-bullet {
  background: #F4F4F4 !important;
  height: 2px;
  width: 100%;
  border-radius: 2px;
}

.swiper-container.standoc-section-slider .swiper-pagination-bullet-active {
  background: #202a45 !important;
}

.swiper-container.info-slider-swiper .swiper-pagination-bullet-active {
  background: #d8d8d8 !important;
}

.standoc-section-slider .row {
  display: flex;
}

.standoc-section-slider .row::after,
.standoc-section-slider .row::before {
  display: none;
}

@media (max-width: 1599.98px) {
  .standoc-section .standoc-section__button {
    margin-top: 50px;
  }

  .standoc-section__post {
    font-size: 16px;
  }

  .standoc-section__title span {
    font-size: 36px;
  }
}

@media (max-width: 1199.98px) {
  .standoc-section .standoc-section__button {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .standoc-section__title {
    margin-top: 50px;
  }

  .standoc-section .swiper-slide {
    margin-top: auto;
  }
}

@media (max-width: 991.98px) {
  .standoc-section__image {
    position: relative;
    max-width: 55%;
    margin: auto;
  }

  .standoc-section__image::before {
    content: '';
    background: linear-gradient(180deg, rgba(27, 43, 70, 0) 0%, #1B2B46 100%);
    height: 205px;
    bottom: -1px;
    position: absolute;
    left: 0;
    right: 0;
  }

  .standoc-section {
    text-align: center;
  }

  .standoc-section .standoc-section__button {
    margin-bottom: 90px;
    margin-top: 30px;
  }

  .standoc-section__title {
    margin-top: -50px;
  }

  .standoc-section-slider .row {
    flex-wrap: wrap;
  }

  .standoc-section__image-wrap,
  .standoc-section__content {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .standoc-section .row {
    margin: 0 !important;
  }

  .standoc-section .row .col {
    padding: 0 !important;
  }

  .standoc-section__image {
    max-width: 100%;
  }

  .standoc-section__title {
    font-size: 28px;
    line-height: normal;
  }

  .standoc-section__title span {
    font-size: 24px;
    line-height: normal;
  }

  .standoc-section__post {
    margin-bottom: 15px;
  }


  .standoc-section .section__nav {
    display: none;
  }

  .standoc-section .standoc-section__button {
    width: 100%;
  }
}

.info-slider-swiper .swiper-wrapper {
  align-items: normal;
}

@media (max-width: 767.98px) {
  .info-slider-swiper .swiper-wrapper {
    align-items: flex-end;
  }
}

.standoc-item__top-img.standoc-section__badge {
  background: linear-gradient(93.72deg, #D6D6D6 6.05%, #FFFFFF 29.79%, #E4E4E4 59.57%, #FFFFFF 75.09%, #FFFFFF 95.41%);
}

.standoc-section__badge {
  margin-bottom: 25px;
  background: linear-gradient(272.66deg, #D6D6D6 0.41%, #FFFFFF 26.74%, #E4E4E4 59.79%, #FFFFFF 77%, #FFFFFF 99.55%);
}

.section-info-slider {
  height: auto;
  width: 100%;
}

.info-slider-swiper .section__arrow {
  background-color: #fff;
}

.section-info-slider {
  padding: 100px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #202a45;
  background-position: 100% 50%;
  justify-content: flex-start;

}

@media (max-width: 991.98px) {
  .section-info-slider {
    padding: 60px 0;
    height: 100%;
  }
}

@media (max-width: 767.98px) {
  .section-info-slider {
    padding: 60px 0;
    padding-bottom: 90px;
  }
}

.section-info-slider .page__container {
  width: 100%;
}

.section-info-slider::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1629px;
  background: radial-gradient(53.44% 99.94% at 72.25% 46.5%, rgba(10, 12, 16, 0) 0%, rgba(10, 12, 16, 0.8) 100%);
}

@media (max-width: 991.98px) {
  .section-info-slider::after {
    width: 100%;
    background: #202a45;
    opacity: 0.9;
  }
}

.info-slider {
  position: relative;
  z-index: 10;
}


.info-slider .info-slider__button {
  margin-top: 80px;

}

@media (max-width: 991.98px) {
  .info-slider .info-slider__button {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .info-slider__button {
    width: 100%;
    text-align: center;
  }
}

.swiper-hero-progress {
  position: absolute;
  bottom: 36px;
  left: 64px;
  right: 64px;
  background: #fff3;
  height: 2px;
  z-index: 10;

}

@media (max-width: 1600px) {
  .swiper-hero-progress {
    left: 32px;
    right: 32px;
  }
}

@media (max-width: 768px) {
  .swiper-hero-progress {
    left: 16px;
    right: 16px;
  }

  .section-logo .swiper-button-prev,
  .section-logo .swiper-button-next {
    display: none !important;
  }

  .logo-slider__tooltip {

    top: calc(100% + 20px + 8px) !important;


  }

  .section-logo .swiper-wrapper {
    width: 100% !important;
  }

  .overlay-logo-after,
  .overlay-logo-before {

    display: none !important;
  }
}

.swiper-hero-progress span {
  position: absolute;
  left: 0;
  height: 2px;
  background: #fff;
  transition: all .2s;
}

.section-advantages {
  background: #2F343B;
  padding-top: 80px;
}

.section-advantages-full:nth-child(2n) {
  position: relative;
}

.section-advantages-full .section-advantages__page:nth-child(odd)::before {
  background: radial-gradient(53.44% 99.94% at 72.25% 46.5%, rgba(27, 43, 70, 0.1) 0%, rgba(27, 43, 70, 0.95) 100%);
  height: 100%;
}

.section-advantages-full .section-advantages__page>* {
  position: relative;
  z-index: 1;
}

.section-advantages-full .section-advantages__page h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;

}

.section-advantages-full .section-advantages__page .section-advantages__name {
  max-width: 50%;
}

@media (max-width: 1600px) {
  .section-advantages-full .section-advantages__page .section-advantages__name {
    max-width: 60%;
  }
}

.section-advantages-full.section-advantages__wrap {
  grid-template-columns: 1fr;
}

.section-advantages-full .section-advantages__name {
  font-size: 58px;
  line-height: 1.2;
}

.section-advantages__text {
  font-size: 26px;
  line-height: 1.4;
}

.section-advantages__text strong {
  font-weight: 400;
}

@media (max-width: 767px) {
  .section-advantages {
    padding-top: 24px;
  }

  .section-advantages-full .section-advantages__page h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;

  }
}

.section-advantages__title {
  color: #fff;
}

@media (max-width: 767px) {
  .section-advantages__title {
    font-weight: 300;
  }
}

.section-advantages__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.section-advantages__image {
  position: absolute;
  right: -40px;
  bottom: 0;
}

.section-advantages__item {
  background: #2F343B;
  padding: 45px 64px;
  position: relative;
  background-size: cover;
  overflow: hidden;
}

.section-advantages__item:hover::after {
  opacity: .2;
}

.section-advantages__item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.1;
  transition: all .2s;
}

.section-advantages__item:hover img {
  transform: scale(1.1);
}

.section-advantages__image {
  transition: all .2s;
}

@media (max-width: 991.98px) {
  .section-advantages__item {
    padding: 45px 32px;
    background-position: 100%;
  }

  .section-advantages__image {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .section-advantages__item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    opacity: 0.35;
  }
}

.section-advantages__name {
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 45px;
  position: relative;
  z-index: 2;

  color: #FFFFFF;
  margin-bottom: 15px;
  display: block;
  max-width: 75%;
}

@media (max-width: 767px) {
  .section-advantages__name {
    font-size: 26px;
    line-height: 32px;
  }

  .section-advantages__name br {
    display: none;
  }
}

.section-advantages__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 24px;
  line-height: 160%;
  position: relative;
  color: #FFFFFF;
  max-width: 60%;
}

@media (max-width: 767px) {
  .section-advantages__name {
    max-width: 100%;
  }

  .section-advantages__text {
    font-size: 18px;
    max-width: 100%;
    z-index: 1;
  }

  .section-advantages__text br {
    display: none;
  }
}

.section-advantages__button {
  margin-top: 35px;
  position: relative;
  z-index: 10;

}

@media (max-width: 991.98px) {
  .section.section-advantages .section-advantages__wrap {
    grid-template-columns: 1fr;
  }
}

.rating-section {
  padding: 40px 0 80px 0;
  background: #f7f7f7;
}

@media (max-width: 767px) {
  .rating-section {
    padding: 60px 0;
  }
}

.rating-section__title {
  color: #1B2B46;
}

.rating-section .rating-card {
  background: #FFFFFF;
}

.rating-section .rating-info {
  color: #2F343C;
}

.rating-section .rating-info span {
  color: #949494;
}

.rating-section .rating-amount {
  color: #2F343C;
}

.rating-section span {
  width: 18px;
  height: 18px;
}

.rating-section .rating-star span.rating-star__active {
  background-image: url(/assets/themes/stan/src/img/index/star-black.svg);

}

.rating-section .rating-star span {
  background-image: url(/assets/themes/stan/src/img/index/star-black-active.svg);

}

.row-stages_4 li {
  flex: 1 0 50%;
}

.row-stages_5 li {
  flex: 1 0 33%;

}

.row-stages_6 li {
  flex: 1 0 33%;
}

.rating-list__button {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .rating-list__button {
    width: 100%;
    margin-top: 20px;
  }
}

.rating-list__button-wrap {
  text-align: center;
}

.section-advantages__page {
  position: relative;
  padding: 90px 60px;
  min-height: 768px;
  background-position: center;
}

.section-advantages__page::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}


@media (max-width: 1366px) {
  .section-advantages__page {
    padding: 60px 36px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
  }
}

.section-advantages-full .section-advantages__name {
  font-size: 46px;
}

.section-advantages__text,
.section__menu-link {
  font-size: 20px;
}

.section-advantages__wrap_page {
  grid-template-columns: 1fr
}


@media (max-width: 991px) {
  .section-advantages__page {
    padding: 30px;
    padding-bottom: 0;
  }

  .section-advantages__text,
  .section__menu-link {
    font-size: 16px;
  }
}

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

@media (min-width: 1601px) {
  .section__menu.section__menu_column .section__menu-item {
    width: 34%;
    padding-right: 20px;
  }

  .section-advantages__page::before {
    background: radial-gradient(56.19% 114.01% at 75.78% 43.02%, rgba(10, 12, 16, 0) 0%, rgba(10, 12, 16, 0.6) 54.49%, rgba(10, 12, 16, 0.6) 100%);
  }
}

@media (max-width: 1600px) {
  .section__menu.section__menu_column .section__menu-item {
    width: 40%;
    padding-right: 20px;
  }

  .section__menu .section__menu-item {
    width: 100%;
  }

  .section-advantages__page::before {
    background: radial-gradient(56.19% 114.01% at 75.78% 43.02%, rgba(10, 12, 16, 0) 0%, rgba(10, 12, 16, 0.65) 54.49%, rgba(10, 12, 16, 0.7) 100%);
  }
}

@media (max-width: 1366px) {
  .section__menu .section__menu-item {
    width: 100%;
  }
}

@media (max-width: 991px) {

  .section-advantages-full .section-advantages__name {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .section__menu.section__menu_column .section__menu-item {
    width: 100% !important;
  }

  .section-advantages-full .section-advantages__name {
    max-width: 100% !important;
  }

  .section-advantages__page {
    background-position: 70% 50%;
    min-height: calc(100vh - 68px);
  }
}

.section-advantages__text {}

.section-advantages .section__menu {
  margin-bottom: 20px;
}

.section-advantages__button span {
  white-space: nowrap;
  /* Отменяем перенос текста */
  overflow: hidden;
  /* Обрезаем содержимое */
  text-overflow: ellipsis;
  display: block;
}

/*.section-advantages-full .section-advantages__button{
    padding-left: 15px;
    padding-right: 15px;
}
*/
@media (max-width: 991px) {
  .section-advantages-full .section-advantages__button {
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: auto;
    position: absolute !important;
    margin-top: 0;
  }

  .section-advantages .section__menu {
    margin-bottom: 120px;
  }
}



.section-logo {
  background: #142239;
  height: auto;
  padding: 20px 20px;
  overflow: visible;
}

.overlay-logo-after,
.overlay-logo-before {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 0%;
  z-index: 9;

}

.overlay-logo-before {
  width: 18%;
  left: 0;
  background: linear-gradient(271deg, rgb(20 34 57 / 0%), rgb(20 34 57));
}

@media (max-width: 1599.98px) {

  .overlay-logo-after,
  .overlay-logo-before {
    width: 5%;
  }
}

.overlay-logo-after {

  width: 18%;

}

.section-logo .swiper-button-prev {
  left: 30px;
}

.section-logo .swiper-button-next {
  right: 30x;
}

.section-logo .swiper-button-prev,
.section-logo .swiper-button-next {
  display: none;
}

.section-logo:hover .swiper-button-prev,
.section-logo:hover .swiper-button-next {
  display: flex;
  align-items: center;
  background-image: none;
}

.section-logo .swiper-button-prev:hover path,
.section-logo .swiper-button-next:hover path {
  stroke: #fff;
}

.overlay-logo-after {
  background: linear-gradient(90deg, rgb(20 34 57 / 0%), rgb(20 34 57));
  right: 0;
}

.section-logo .swiper-container {
  width: 100%;
}

.section-logo .swiper-wrapper {
  width: 50%;
}

.section-logo .swiper-slide {
  text-align: center;
  width: auto;
}

.slide-image {
  height: 400px;
  width: auto;
}

.logo-slider {
  overflow: visible;
}

.logo-slider:last-child {
  margin-right: 0px !important;
}

.logo-slider__slide img {
  opacity: 0.5;
  transition: all .3s;
}

.logo-slider__slide {
  position: relative;
  overflow: visible;
  height: 86px;
  cursor: pointer;
}

.logo-slider__slide:hover img {
  opacity: 1;
}

.logo-slider__slide.is-open .logo-slider__tooltip {
  opacity: 1;
  visibility: visible;

}

.logo-slider__tooltip {
  text-align: left;
  background: #323640;
  border-radius: 5px;
  padding: 20px;
  position: absolute;
  top: calc(100%);
  min-width: 332px;
  opacity: 0;
  transition: all .3s;
  visibility: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s linear;

}

@media (max-width: 1599.98px) {
  .logo-slider__slide.swiper-slide-prev .logo-slider__tooltip {
    left: 20px;
  }

}

/* 
.logo-slider__slide.swiper-slide-active .logo-slider__tooltip {
    left: 0;
}

.logo-slider__slide.swiper-slide-active .logo-slider__tooltip::after {
    left: 32px;
} */

.logo-slider__slide:last-child .logo-slider__tooltip {
  right: 0;
  left: auto;
}

.logo-slider__slide:last-child .logo-slider__tooltip::after {
  right: 32px;
  left: auto;
}

.logo-slider__tooltip::after {
  content: '';
  background: #323640;
  border-radius: 5px;
  width: 17px;
  height: 17px;
  position: absolute;
  transform: rotate(45deg);
  top: -6px;
  left: calc(50% - 8px);


}

.logo-slider__tooltip-header {
  font-family: Onest;

  font-weight: normal;
  font-size: 20px;
  line-height: 135%;
  /* or 27px */


  color: #ffffff;
  margin-bottom: 8px;
}

.logo-slider__tooltip-text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;

  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */

  letter-spacing: -0.01em;

  color: #ffffff;
}

.logo-slider__tooltip-button {

  box-sizing: border-box;
  background: #52565E;
  border-radius: 10px;
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */

  text-align: center;

  /* #202a45 */

  color: #ffffff;
  display: block;
  padding: 20px 0;
  margin-top: 20px;
  transition: all .3s;

}

.logo-slider__tooltip-button:hover {
  background: #FFFFFF;
  color: #202a45;
}

.logo-slider__tooltip-button:active {
  background: #E2E2E2;
  color: #8F8F91;
}

.section-logo .swiper-button-next svg {
  transform: rotate(-180deg);
}

@media (max-width: 1599.98px) {
  .section-logo .swiper-button-prev {
    left: 10px;
  }

  .section-logo .swiper-button-next {
    right: 10px;
  }

  .section-logo {
    padding-left: 50px;
    padding-right: 32px;
  }
}

@media (max-width: 1024px) {
  .section-logo {
    padding-left: 32px;
    padding-right: 32px;
  }

  /*
  body.home,
  html {
    overflow: hidden;
  }
  */

  .section-logo {
    z-index: 10;
  }

  .logo-slider__tooltip {
    top: calc(100% + 20px);
  }

  .logo-slider__slide.swiper-slide-active .logo-slider__tooltip::after {
    left: calc(50% - 8px);
  }

  .logo-slider__slide.swiper-slide-active .logo-slider__tooltip {
    left: auto;
  }

  .logo-slider__slide {
    height: auto;
  }
}

@media (max-width: 476px) {
  .logo-slider__slide {
    width: auto !important;
    justify-content: end;
  }

  .section-logo {
    padding-left: 0;
    padding-right: 0;
  }


  .logo-slider__slide {
    padding-left: 16px;
    padding-right: 16px;
    justify-content: center;
  }

  .logo-slider__tooltip {
    width: calc(100vw - 20px);
    left: auto !important;
    right: auto !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .logo-slider__slide.swiper-slide-active:hover .logo-slider__tooltip {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .section-logo {
    position: relative;
    z-index: 10;
    padding: 36px 0;

  }


}

.rating-section_page_about {
  background: #242C35;
}

.section-inst {
  padding: 90px 0 !important;
}

.section-inst__title span {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;

  color: #000000;
  margin-left: 10px;
}

.section-inst__title span a {
  border-bottom: 1px solid hsl(201deg 79% 51% / 50%);
}

.section-inst__title {
  display: flex;
  align-items: center;
}

.section-inst__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.section-inst .container {
  max-width: 100%;
}

.section-inst__hash {
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
  text-align: right;
  color: #000000;
}

.section-inst__hash a {
  font-weight: bold;
}

.page-template-page_index .col-lg-12 {
  overflow: hidden;
}

.section-inst__cell {
  position: relative;
  overflow: hidden;
  min-width: 320px;
  max-width: 320px;
  height: 320px;
}

.section-inst__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .2s;
}


.section-inst__item {
  background: #202a45;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .2s;
}

.section-inst__item-hash {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;

  color: #202a45;
  position: relative;
  z-index: 1;
}

.section-inst__item-body {
  position: relative;
  z-index: 1;
}

.section-inst__item-button {
  background: rgb(255 255 255 / 15%);
  border-radius: 10px;
  height: 60px;
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;

  color: #FFFFFF;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}

.section-inst__item:hover .section-inst__item-button {
  opacity: 0.8;
}

.section-inst__item__text {
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 135%;

  color: #A9A9A9;
  margin-bottom: 10px;
}

.section-inst__item__text b {
  color: #fff;
}

.section-inst__badge {
  background: #202a45;
  border-radius: 10px;
  z-index: 1;
  height: 20px;
  padding: 6px 6px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.section-inst__badge:hover {}

.section-inst__badge-default {
  display: block;
}

.section-inst__badge-hover {
  display: none;
}

.section-inst__badge:hover .section-inst__badge-hover {
  display: block;
}

.section-inst__badge i {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.01em;

  color: #FFFFFF;
  margin-left: 2px;
  white-space: nowrap;
}

@media (max-width: 1600px) {
  .section-inst__hash {
    display: none;
  }
}

.section-inst__button {
  display: none;
}

@media (max-width: 767px) {
  .section-inst {
    padding: 60px 0 !important;
  }

  .section-inst__title img {
    display: block;
    margin: auto;
  }

  .section-inst__title {
    text-align: center;
    margin-bottom: 0;
  }

  .section-inst__title span {
    line-height: 130% !important;
    font-size: 28px;
    font-weight: 400;
    line-height: 135%;
  }

  .section-inst__button {
    background: linear-gradient(45deg, #FFC107 14.65%, #F44336 50.49%, #9C27B0 84.65%);
    border-radius: 10px;
    height: 60px;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;

    color: #FFFFFF;
    padding: 0 40px;
    width: 100%;
  }

  .section-inst__header {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

.section-inst__container {
  width: 100%;
}

.section-inst__section {
  display: flex;
  justify-content: center;
}

.section-inst__cell {
  margin-right: 14px;
}

.section-inst__cell:hover img {
  transform: scale(1.1);
}

.inst-section-slider {
  position: relative;
}

.inst-section-slider::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  width: 76px;
  z-index: 4;
}

.inst-section-slider::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 4;
  width: 76px;
}


.section-inst__section {
  margin-bottom: 14px;
}

.mob.section-inst__cell {
  display: none;
}

.section-inst__item::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: 100% -5%;
  z-index: auto;
  background-image: url(/assets/themes/stan/src/img/index/logo-item-bg.svg);
  content: '';

}

@media (max-width: 991.98px) {
  .section-inst__cell {
    min-width: 240px;
    max-width: 240px;
    height: 240px;
  }

  .section-inst__item__text {
    font-size: 20px;
  }

  .section-inst__item-button {
    height: 44px;
    font-size: 16px;
  }

  .section-inst__item-hash {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .section-inst__section.last {
    display: grid;
  }

  .section-inst__item,
  .section-inst__section.last .section-inst__cell:last-child {
    display: none;
  }

  .section-inst__section {
    justify-content: initial;
  }

  .section-inst__cell {
    min-width: auto;
    max-width: initial;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
  }

  .section-inst__cell.swiper-slide-active {
    margin-left: 14px;
  }

  .mob.section-inst__cell {
    display: none;
  }

  .inst-section-slider::before {
    width: 50px;
  }

  .section-inst .swiper-pagination {
    position: relative;
    margin-bottom: 20px;
  }

  .section-inst__section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 15px;
  }

  .section-inst__title span a {
    display: none;
  }

  .section-inst__container {
    padding: 0 18px;

  }

}

.section-inst__badge {
  z-index: 10;
}

.section-inst__badge-icon {
  width: 14px;
  height: 12px;
  min-width: 14px;
  min-height: 12px;
  transition: all .2s;
  background-image: url(/assets/themes/stan/src/img/index/love.svg);

}

.section-inst__badge:hover .section-inst__badge-icon {
  background-image: url(/assets/themes/stan/src/img/index/love-hover.svg);

}

.section-inst__badge.active .section-inst__badge-icon {
  background-image: url(/assets/themes/stan/src/img/index/love-active.svg);

}

.section-inst__section.last .section-inst__cell:first-child .section-inst__badge {
  display: none;
}

.cards-about {
  padding: 120px 0;
}

.cards-about__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 22px;
}

.card-about {
  background: #242931;
  padding: 0 40px;
  display: flex;
  align-items: center;
  height: 217px;
  overflow: hidden;
}

.card-about__title {
  font-family: 'Circe Light', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 62px;
  line-height: 91px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.025em;
  color: #FFFFFF;
}

.card-about__image {
  width: 87%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.card-about__image::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 326px;
  height: 326px;
  background: linear-gradient(218.52deg, rgba(36, 41, 49, 0.08) 26.63%, rgba(30, 35, 44, 0) 85.59%);
  filter: drop-shadow(0px 4px 35px rgba(255, 255, 255, 0.04));
  right: -40%;
}

.card-about__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;

  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  width: 127%;
  margin-top: -9px;


  color: #FFFFFF;
}

@media (max-width: 1600px) {
  .card-about {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-about__title {
    font-size: 34px;
    line-height: 68px;
  }

  .card-about__text {
    font-size: 12px;
  }

  .card-about {
    height: 180px;
  }

  .card-about__text {
    width: 95%;
  }

  .card-about__image {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .cards-about__wrap {
    grid-template-columns: 1fr;
  }
}

.section-about .list {
  margin-top: 15px
}


.section-about.section-about_black .list li::after {
  background: #FFFFFF;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3e%3cpath d='M10.45 1L4.2625 7.3L1 4.0375' stroke='%23242931' stroke-width='2'/%3e%3c/svg%3e");
}

.section-about .list li::after {
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  top: 5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3e%3cpath d='M10.45 1L4.2625 7.3L1 4.0375' stroke='%23fff' stroke-width='2'/%3e%3c/svg%3e");
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}

.section-about.section-about_black .list li {
  color: #fff;
}

.section-about .list li {
  padding-left: calc(10px + 20px) !important;
  margin-bottom: 20px !important;
}

.card-new {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-new .card-body {
  padding: 40px;
}

.card-new .card-name {
  font-weight: 500;
  color: #202a45;
  margin-bottom: 15px;
}

.card-new .card-text {
  color: #696F7C;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 15px;
}

.card-new .card-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.card-new .card-list li {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #202a45;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.card-new .card-list li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FFFFFF;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 10 11' fill='none'%3e%3cpath d='M0 5.53394L9 5.53393' stroke='%23313640' stroke-width='1.2'/%3e%3cpath d='M4.46875 10L8.93586 5.53289L4.46875 1.06579' stroke='%23313640' stroke-width='1.2'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
}

.card-new img {
  max-width: 100%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  height: fit-content;
  margin-top: auto;
}

@media (max-width: 1280px) {
  .card-new .card-body {
    padding: 25px;
  }
}

.card-new .card__button {
  background: rgb(255 255 255 / 70%);
  border-radius: 10px;
  height: 54px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  left: 40px;
  right: 40px;
  bottom: 40px;

  /* #202a45 */
  display: flex;
  align-items: center;
  justify-content: center;

  color: #202a45;
}

.card-new .card__button:hover {
  background: #fff;
}

@media (max-width: 1280px) {
  .card-new .card__button {
    left: 25px;
    right: 25px;
    bottom: 25px;
  }
}

/* main.css */

*,
:after,
:before {
  box-sizing: border-box;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 500;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe,
img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: .35em .75em .625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details,
dialog {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: inline;
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'Bebas Neue';
  src: local('Bebas Neue Book'), local('Bebas Neue Book'),
    url('./src/font/BebasNeueBook.woff') format('woff'),
    url('./src/font/BebasNeueBook.ttf') format('truetype');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';
  src: local('Bebas Neue Bold'), local('Bebas Neue Bold'),
    url('./src/font/BebasNeueBold.woff') format('woff'),
    url('./src/font/BebasNeueBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'San Francisco(SF UI)';
  src: local('San Francisco SF UI Display Medium'), local('San-Francisco SF UI Display Medium'),
    url('./src/font/SFUIDisplay-Medium.woff2') format('woff2'),
    url('./src/font/SFUIDisplay-Medium.woff') format('woff'),
    url('./src/font/SFUIDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'San Francisco(SF UI)';
  src: local('San Francisco SF UI Display Light'), local('San-Francisco SF UI Display Light'),
    url('./src/font/SFUIDisplay-Light.woff2') format('woff2'),
    url('./src/font/SFUIDisplay-Light.woff') format('woff'),
    url('./src/font/SFUIDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'San Francisco(SF UI)';
  src: local('San Francisco SF UI Display thin'), local('San-Francisco SF UI Display thin'),
    url('./src/font/sf_ui_display_thin.woff2') format('woff2'),
    url('./src/font/sf_ui_display_thin.woff') format('woff'),
    url('./src/font/sf_ui_display_thin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'San Francisco(SF UI)';
  src: local('San Francisco SF UI Display Regular'), local('San-Francisco SF UI Display Regular'),
    url('./src/font/SFUIDisplay-Regular.woff2') format('woff2'),
    url('./src/font/SFUIDisplay-Regular.woff') format('woff'),
    url('./src/font/SFUIDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*
@font-face {
    font-family: 'San Francisco(SF UI)';
    src: url('./src/font/sf_ui_display_ultralight.eot');
    src: url('./src/font/sf_ui_display_ultralight.eot?#iefix') format('embedded-opentype'),
        url('./src/font/sf_ui_display_ultralight.woff2') format('woff2'), 
        url('./src/font/sf_ui_display_ultralight.woff') format('woff'), 
        url('./src/font/sf_ui_display_ultralight.ttf') format('truetype'), 
        url('./src/font/sf_ui_display_ultralight.svg#sf_ui_display_ultralight') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
*/


*,
:after,
:before {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #202a45;
  text-decoration: none;
}

a.link:focus,
a.link:hover {
  opacity: 0.8;
  text-decoration: none;
}

a:focus {
  outline: none
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail>img,
.thumbnail a>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width:768px) {
  .lead {
    font-size: 21px;
  }
}

.small,
small {
  font-size: 85%;
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3;
}

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

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd,
dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:768px) {
  .container {
    width: 750px;
  }
}

@media (min-width:992px) {
  .container {
    width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row_original {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
  margin: 0;
}

.row-no-gutters [class*=col-] {

  padding: 0;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width:1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}


fieldset {
  min-width: 0;
  margin: 0;
}

fieldset,
legend {
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}


fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  padding-top: 7px;
}

.form-control,
output {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 34px;
  }

  .input-group-sm input[type=date],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm input[type=time],
  input[type=date].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  input[type=time].input-sm {
    line-height: 30px;
  }

  .input-group-lg input[type=date],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg input[type=time],
  input[type=date].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  input[type=time].input-lg {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label~.form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width:768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}









.btn-whiteborder {
  color: #fff;
  background-color: none;
  border-color: #fff;
}

.btn-whiteborder.focus,
.btn-whiteborder:focus {
  color: #fff;
  background-color: none;
  border-color: #fff;
}

.btn-whiteborder:hover {
  color: #fff;
  background-color: none;
  border-color: #fff;
}

.btn-whiteborder.active,
.btn-whiteborder:active,
.open>.dropdown-toggle.btn-whiteborder {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}



.btn-whiteborder.active.focus,
.btn-whiteborder.active:focus,
.btn-whiteborder.active:hover,
.btn-whiteborder:active.focus,
.btn-whiteborder:active:focus,
.btn-whiteborder:active:hover,
.open>.dropdown-toggle.btn-whiteborder.focus,
.open>.dropdown-toggle.btn-whiteborder:focus,
.open>.dropdown-toggle.btn-whiteborder:hover {
  color: #fff;
  background: none;
  border-color: #fff;
}

.btn-whiteborder.disabled.focus,
.btn-whiteborder.disabled:focus,
.btn-whiteborder.disabled:hover,
.btn-whiteborder[disabled].focus,
.btn-whiteborder[disabled]:focus,
.btn-whiteborder[disabled]:hover,
fieldset[disabled] .btn-whiteborder.focus,
fieldset[disabled] .btn-whiteborder:focus,
fieldset[disabled] .btn-whiteborder:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-whiteborder .badge {
  color: #337ab7;
  background-color: #fff;
}




/* 1) Когда кнопка активна через .active или псевдокласс :active */
.btn-whiteborder.active,
.btn-whiteborder:active,
/* 2) Когда используется чекбокс + смежный .btn */
.btn-check:checked + .btn-whiteborder,
.btn-whiteborder.show {
  color: #fff !important;

}







.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}









.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}








.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  justify-content: center;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}


.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}


.fade.in {
  opacity: 1;
}



.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #777;
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  float: left;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
  height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group .form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn,
.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav>li,
.nav>li>a {
  position: relative;
  display: block;
}

.nav>li>a {
  padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}





.nav-tabs {
  border-bottom: 1px solid #ddd;
}



.nav-tabs_left_item {
  border-bottom: 0px solid #ddd;

}




.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid;
  border-color: #ddd #ddd transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd;
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
  }
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified>li {
  float: none;
}

.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width:768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
  border: 1px solid #ddd;
}

@media (min-width:768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #fff;
  }
}




/* .tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}
 */
 
 
 
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width:768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width:768px) {

  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width:768px) {

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width:768px) {

  .navbar>.container-fluid .navbar-brand,
  .navbar>.container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .article ol:not(.roadmap) li:before {
    top: calc((1.75em - 15px)/2) !important
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none;
  }
}

@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
  margin: 8px -15px;
}

@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }

  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width:768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb>.active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #eee;
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container-fluid .jumbotron,
.container .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width:768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container-fluid .jumbotron,
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}



.alert .card_item {

  margin-bottom: 0px;

}











.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}





.alert-success hr {
  border-top-color: #c9e2b3;
}




.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}



.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}


.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
  background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0;
}

.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0;
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0;
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
.modal,
.modal-open {
  overflow: hidden;
}
*/

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}


.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px;
  }
}

[dir=ltr] .tooltip {
  text-align: left;
}

[dir=rtl] .tooltip {
  text-align: right;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  left: 5px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

[dir=ltr] .popover {
  text-align: left;
}

[dir=rtl] .popover {
  text-align: right;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel,
.carousel-inner {
  position: relative;
}

.carousel-inner {
  width: 100%;
  overflow: hidden;
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: left .6s ease-in-out;
  transition: left .6s ease-in-out;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  line-height: 1;
}

@media (-webkit-transform-3d),
(transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.active.right,
  .carousel-inner>.item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.active.left,
  .carousel-inner>.item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.active,
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    left: 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: .9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width:768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}




/* 
.hide {
  display: none !important;
}

.show {
  display: block !important;
}
 */


.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width:767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width:767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width:1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-danger.disabled,
.btn-danger[disabled],
.btn-default.disabled,
.btn-default[disabled],
.btn-info.disabled,
.btn-info[disabled],
.btn-primary.disabled,
.btn-primary[disabled],
.btn-success.disabled,
.btn-success[disabled],
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-warning {
  box-shadow: none;
}

.btn-danger .badge,
.btn-default .badge,
.btn-info .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-warning .badge {
  text-shadow: none;
}

.btn.active,
.btn:active {
  background-image: none;
}

.btn-default {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(180deg, #fff 0, #e0e0e0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe0e0e0", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default.active,
.btn-default:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-primary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(180deg, #337ab7 0, #265a88);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff265a88", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
}

.btn-primary:focus,
.btn-primary:hover {
  background-color: #265a88;
  background-position: 0 -15px;
}

.btn-primary.active,
.btn-primary:active {
  background-color: #265a88;
  border-color: #245580;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #265a88;
  background-image: none;
}

.btn-success {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(180deg, #5cb85c 0, #419641);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff419641", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

.btn-success:focus,
.btn-success:hover {
  background-color: #419641;
  background-position: 0 -15px;
}

.btn-success.active,
.btn-success:active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #419641;
  background-image: none;
}

.btn-info {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(180deg, #5bc0de 0, #2aabd2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff2aabd2", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

.btn-info:focus,
.btn-info:hover {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btn-info.active,
.btn-info:active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #2aabd2;
  background-image: none;
}

.btn-warning {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(180deg, #f0ad4e 0, #eb9316);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffeb9316", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

.btn-warning:focus,
.btn-warning:hover {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning.active,
.btn-warning:active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #eb9316;
  background-image: none;
}

.btn-danger {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(180deg, #d9534f 0, #c12e2a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc12e2a", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

.btn-danger:focus,
.btn-danger:hover {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.btn-danger.active,
.btn-danger:active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #c12e2a;
  background-image: none;
}

.img-thumbnail,
.thumbnail {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(180deg, #f5f5f5 0, #e8e8e8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
  background-repeat: repeat-x;
  background-color: #e8e8e8;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(180deg, #337ab7 0, #2e6da4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
  background-repeat: repeat-x;
  background-color: #2e6da4;
}

.navbar-default {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image: linear-gradient(180deg, #fff 0, #f8f8f8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#fff8f8f8", GradientType=0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(180deg, #dbdbdb 0, #e2e2e2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdbdbdb", endColorstr="#ffe2e2e2", GradientType=0);
  background-repeat: repeat-x;
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

.navbar-brand,
.navbar-nav>li>a {
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, .25);
}

.navbar-inverse {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image: linear-gradient(180deg, #3c3c3c 0, #222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3c3c3c", endColorstr="#ff222222", GradientType=0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 4px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(180deg, #080808 0, #0f0f0f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff080808", endColorstr="#ff0f0f0f", GradientType=0);
  background-repeat: repeat-x;
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
  border-radius: 0;
}

@media (max-width:767px) {

  .navbar .navbar-nav .open .dropdown-menu>.active>a,
  .navbar .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(180deg, #337ab7 0, #2e6da4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
    background-repeat: repeat-x;
  }
}






.alert-danger,
.progress {
  background-repeat: repeat-x;
}

.progress {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(180deg, #ebebeb 0, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffebebeb", endColorstr="#fff5f5f5", GradientType=0);
}

.progress-bar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(180deg, #337ab7 0, #286090);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff286090", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-success {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(180deg, #5cb85c 0, #449d44);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff449d44", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-info {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(180deg, #5bc0de 0, #31b0d5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff31b0d5", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-warning {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(180deg, #f0ad4e 0, #ec971f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffec971f", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-danger {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(180deg, #d9534f 0, #c9302c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc9302c", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
}

.list-group {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(180deg, #337ab7 0, #2b669a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2b669a", GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}

.list-group-item.active .badge,
.list-group-item.active:focus .badge,
.list-group-item.active:hover .badge {
  text-shadow: none;
}

.panel {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.panel-default>.panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(180deg, #f5f5f5 0, #e8e8e8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
  background-repeat: repeat-x;
}

.panel-primary>.panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(180deg, #337ab7 0, #2e6da4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
  background-repeat: repeat-x;
}

.panel-success>.panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(180deg, #dff0d8 0, #d0e9c6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffd0e9c6", GradientType=0);
  background-repeat: repeat-x;
}

.panel-info>.panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(180deg, #d9edf7 0, #c4e3f3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffc4e3f3", GradientType=0);
  background-repeat: repeat-x;
}

.panel-warning>.panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(180deg, #fcf8e3 0, #faf2cc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fffaf2cc", GradientType=0);
  background-repeat: repeat-x;
}

.panel-danger>.panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(180deg, #f2dede 0, #ebcccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffebcccc", GradientType=0);
  background-repeat: repeat-x;
}

.well {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(180deg, #e8e8e8 0, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe8e8e8", endColorstr="#fff5f5f5", GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 hsla(0, 0%, 100%, .1);
}




section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #135fa7;
}






.overl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  box-shadow: inset -38px -33px 179px 11px rgba(0, 36, 89, .81);
  margin: 0;
}

.b-lazy {
  background-size: cover;
  background-color: #0085c3;
  height: 100%;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  max-width: 100%;
  opacity: .3;
}

.b-lazy.b-loaded {
  opacity: 1;
}

#sec-1,
#sec-2 {
  background: #135fa7;
}

.slide_title_block {
  position: absolute;
  top: 30%;
  text-align: left;
  z-index: 20;
}

.entry-content img {
  margin: 0 0 1.5em;
}

.alignleft,
img.alignleft {
  display: inline;
  margin-right: 1.5em;
  float: left;
}

.alignright,
img.alignright {
  display: inline;
  margin-left: 1.5em;
  float: right;
}

.aligncenter,
img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  width: inherit;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.tumb_titl {
  text-align: center;
  text-transform: uppercase;
  font-size: 80%;
  background-color: #000;
  color: #fff;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./img/pat2.png);
}

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

.navbar {
  margin-bottom: 0;
}

.navbar li a {
  /*font-family: Roboto, sans-serif;*/
  font-weight: 300;
  text-shadow: none;
}

.page_tit {
  position: absolute;
  bottom: 50px;
  left: 50px;
  color: #fff;
}

.page_tit h1 {
  /*font-family: Roboto, sans-serif;*/
  font-weight: 100;
  text-transform: uppercase;
}

.navs {
  background: transparent;
  border: none;
}

.page_cont {
  /*font-family: Roboto, sans-serif;*/
  font-weight: 300;
  padding-top: 70px;
  background-color: #fff;
  font-size: 1.2vw;
}

.main_tit {
  color: #ccc;
}

.bloks,
.main_tit {
  /*font-family: Roboto, sans-serif;*/
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}

.bloks {
  position: absolute;
  bottom: 400px;
  left: 50px;
}

.bloks,
.bloks a {
  color: #fff;
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brend-nav {
  z-index: 150;
}

.op-bt {
  padding: 50px;
}

.op-bt,
.op-bt a {
  color: #1081be;
}

.br {
  padding: 50px;
}

.lgs {
  padding: 40px;
  text-align: right;
}

#crumbs {
  text-transform: uppercase;
  font-size: 10px;
}

#crumbs li {
  display: inline;
  margin-left: 10px;
  border-left: 1px solid;
  padding: 0 10px;
}

.tubs {
  position: absolute;
  bottom: 20px;
}

.bt_cat {
  width: 100%;
  height: 150px;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  padding-top: 90px;
}

.bt_cat,
.bt_cat a {
  color: #fff;
}

.pos {
  font-size: 9px;
  padding: 10px;
  color: #fff;
}

.intro,
.pos {
  text-align: left;
}

.intro {
  top: 100px;
}

.cat_name {
  font-weight: 100;
  font-size: 54px;
  text-transform: uppercase;
}

.cat_desc,
.cat_name {
  /*font-family: Roboto, sans-serif;*/
  color: #fff;
}

.cat_desc {
  display: block;
  font-weight: 300;
  font-size: 18px;
}


.fce {
  background-color: #ccc;
  border-top-left-radius: 8px;
}

.po {
  background-color: #fff;
  height: 150px;
  color: #333;
  font-size: 14px;
  padding: 15px;
}

.btn-primary {
  background: transparent;
  border-color: #fff;
}

.pos_blok {
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: 20;
  margin: 0;
  padding: 0;
}

.cat_link {
  /*font-family: Roboto, sans-serif;*/
  font-size: 12px;
  font-weight: 700;
}

.cat_link,
.cat_link a {
  color: #fff;
}

#open-left {
  font-size: 25px;
  padding: 0;
}

.pager {
  float: left;
  text-align: left;
}

video:not(.banner-video__video) {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 18;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: .6;
}

.callback {
  position: fixed;
  bottom: 0;
  padding: 15px;
  width: 300px;
  background-color: #313641;
  z-index: 500;
  box-shadow: 0 -14px 29px -11px rgba(0, 0, 0, .75);
}

.copy {
  padding: 5px 15px;
  color: #999;
  font-size: 10px;
  margin-top: 20px;
}

.boxer {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, .3);
  padding: 15px;
  background-color: #f1f1f1;
}

_cat_decr {
  background-color: #ebebeb;
}

.cat_decr,
_cat_decr {
  min-height: 200px;
  padding: 20px;
}

.cat_decr {
  background-color: #e4e4e4;
  _margin-top: 72px;
}

.more_b {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-color: #e6e6e6;
  text-align: right;
  padding: 10px;
}

.sub_cat {
  /*font-family: Roboto, sans-serif;*/
  font-weight: 300;
}

@media screen and (min-width:2300px) {
  .navbar-collapse {
    border: none;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-collapse {
  border: none;
  overflow: hidden;
}

.navbar-collapse li a {
  padding: 20px;
}

.navbar-nav li {
  width: 100%;
}

.navbar-inverse {
  background-color: transparent;
  border: none;
}

.navbar-nav {
  border: none;
}

.navbar-nav li a {
  border-bottom: 1px solid #1f232d;
  border-top: 1px solid #3b4251;
  width: 100%;
}

.menu-item li a {
  border-top: none;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
}

.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
  background-color: rgba(11, 141, 216, .87);
  color: #fff;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: rgba(0, 0, 0, .1);
  border-bottom-color: hsla(0, 0%, 100%, .1);
  border-top-color: hsla(0, 0%, 100%, .1);
}

.sub_cat h1 {
  font-size: 30px;
  font-weight: 100;
  padding-bottom: 50px;
}

.open {
  background-color: rgba(0, 0, 0, .5);
}

.fon {
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #f0f0f0;
  border-radius: 3px;
}

img.circle {
  border-radius: 50%;
  margin-bottom: .5em;
}

.circle {
  border-radius: 50%;
  margin: 10px auto .5em;
  background-color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 35px;
  font-weight: 500;
  color: #b3b3b3;
}

.name-otz {
  color: #337ab7;
  text-align: center;
  margin-bottom: -10px;
}

.date-otz {
  font-style: italic;
  text-align: right;
  font-size: 16px;
}

@media screen and (max-width:968px) {
  .overl {
    background-color: rgba(10, 76, 151, .4);
  }

  .slide_title_block {
    top: 30%;
  }

  video:not(.banner-video__video) {
    display: none;
  }

  #sec-1 {
    background: url(http://scopy/wp-content/uploads/2015/12/111.png);
    background-size: cover;
    background-position: 50%;
  }

  #sec-2 {
    background: url(http://scopy/wp-content/uploads/2015/12/22.jpg);
    background-size: cover;
    background-position: 50%;
  }

  .fce {
    background-size: 100%;
  }

  .po {
    height: 70px;
    font-size: 12px;
    padding: 5px 10px;
  }

  .pb {
    padding: 0;
  }

  .bt_cat,
  .pb {
    display: none;
  }

  .bt_cat {
    height: 40px;
    padding-top: 10px;
  }

  .cat_name {
    font-size: 24px;
    font-weight: 100;
  }

  .cat_desc {
    font-size: 14px;
    font-weight: 300;
  }

  .br {
    display: none;
  }

  .pos {
    margin-bottom: 5px;
    padding: 0;
    box-shadow: 0 2px 9px -2px rgba(0, 0, 0, .23);
  }

  .op-bt {
    padding-top: 35px;
    padding-left: 0;
  }

  .lgs {
    padding-top: 20px;
    padding-right: 10px;
  }

  #crumbs {
    display: none;
    padding-top: 50px;
  }

  .pos_blok {
    position: absolute;
    bottom: 0;
  }

  .brend-nav {
    padding: 0;
  }

  .lgs {
    padding-right: 0;
  }

  .page_tit h1 {
    font-size: 18px;
  }
}

.page_cont {
  font-size: 18px;
}

@media screen and (min-width:1800px) {

  .iosSlider .slider,
  .iosSlider .slider .item {
    height: 200px;
  }

  .nextButton,
  .prevButton {
    bottom: 150px;
  }

  .po {
    height: 200px;
    font-size: 18px;
    padding: 20px;
  }

  .cat_name {
    font-size: 64px;
  }

  .cat_desc {
    font-size: 24px;
  }

  #sidebar-wrapper {
    width: 300px;
    overflow: auto;
  }

  #wrapper.toggled #sidebar-wrapper,
  .callback {
    width: 400px;
  }

  .callback {
    padding: 10px;
  }

  .callback button {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar li a {
    font-size: 15px;
  }

  .navbar-collapse li a {
    padding: 25px;
  }

  .main_logo img {
    height: 80px;
  }

  .main_name {
    font-size: 16px;
    padding-top: 10px;
  }

  .copy {
    font-size: 16px;
    padding: 20px;
  }

  .page_cont {
    font-size: 18px;
  }

  .page_tit h1 {
    font-size: 38px;
  }

  .page_tit p {
    font-size: 18px;
    padding-right: 200px;
  }

  .boxer {
    height: 550px;
    padding: 40px;
  }

  .boxer h3 {
    font-size: 34px;
    font-weight: 100;
  }

  .boxer p {
    font-size: 18px;
  }

  .cat_decr {
    font-size: 16px;
    padding: 40px;
    height: 300px;
  }

  .more_b {
    height: 50px;
  }

  .more_bb {
    font-size: 14px;
    padding: 5px;
  }

  .sub_cat h1 {
    font-size: 40px;
    font-weight: 100;
    padding: 50px;
  }
}

div.stan-response-output {
  clear: both;
}

.fotogallery_text .owl-carousel.owl-loaded {
  _border: 120px solid #f0f0f0;
  _border-radius: 4px;
}

.tab_price {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
}

.tab_price,
.tab_price tr td {
  border: 1px solid #c3b8b8;
  border-radius: 10px;
}

.tab_price tr td {
  padding: 20px;
  min-width: 150px;
}

.tab_price th {
  text-align: center;
  border: 1px solid #c3b8b8;
  padding: 10px;
  background: #f0f0f0;
}

.tab_price i {
  font-size: 15px;
}

.blok_link a {
  display: inline-block;
  background: #009ece;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 5px 5px 5px 0;
  border-radius: 3px;
}

.blok_link {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-top: 2px solid #f0f0f0;
  padding-top: 10px;
}

.blok_link span {
  font-size: 120%;
  font-weight: 400;
}

.form_consult {
  padding: 25px;
}

.button_header {
  display: inline-block;
  width: 45%;
  margin: 10px 15px 10px 0;
  background: #fff;
  color: #0d7ec0;
  font-weight: 700;
  padding: 15px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
}

.header_fon {
  position: relative;
  height: 45vh;
  background-color: #d6d6d6;
}

.stan-tel {
  display: inline-block;
  width: 50%;
}

.stan-submit {
  display: inline-block;
  border-color: #0d7ec0;
  background: #0d7ec0;
  padding: 10px 65px;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  margin-top: 15px;
  font-size: 19px;
}

.form_consult .callibri_phone {
  color: #fff !important;
  text-decoration: none;
  font-weight: 700 !important;
}

.add_boxshadow {
  padding: 25px 0 0 30px;
  margin-right: 15px;
}

@media (min-width:768px) {
  .p-sm-0 {
    padding: 0 !important;
  }
}

@media (max-width:1024px) {
  .sidebar-phone {
    font-size: 19px !important;
    margin-left: 27px;
    text-align: left !important;
  }

  .navbar-inverse .navbar-nav>li:first-child>a {
    border-top: 1px solid #1f232d !important;
  }

  .add_boxshadow {
    box-shadow: 0 -14px 29px -11px rgba(0, 0, 0, .75);
  }

  #calls {
    background-color: #286090;
  }

  .bg-panel {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 70px;
  }

  .bg-panel,
  .toggled .bg-panel {
    background-color: rgba(40, 96, 144, .9);
  }

  .visible-xs-shadow {
    box-shadow: none;
  }

  .page_tit {
    position: absolute;
    bottom: 0;
    left: 50px;
    color: #fff;
    background: rgba(61, 111, 154, .52941);
    width: 100%;
    margin-left: -49px;
    padding: 20px 10px;
  }

  .b-lazy {
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    min-height: 350px;
    background-size: cover;
    box-shadow: inset 12px -107px 231px -62px rgba(0, 25, 87, .91);
    _background-image: url(http://scopy/wp-content/uploads/2015/12/doc_1-1440x960.jpg);
    height: auto;
    background-position: 100% 0;
  }

  .button_header {
    display: inline-block;
    width: 100%;
    margin: 10px 15px 10px 0;
    background: #fff;
    color: #0d7ec0;
    font-weight: 700;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
  }

  .page_tit h1 {
    font-size: 23px;
    /*font-family: Roboto, sans-serif;*/
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .header_fon {
    position: relative;
    height: 80vh;
    background-color: rgba(55, 109, 154, .74902);
  }

  .cat_decr {
    min-height: 200px;
    background-color: #ebebeb;
    padding: 20px;
    margin-top: 72px;
  }
}

.page_standoc .page_tit {
  _position: absolute;
  bottom: 50px;
  left: 50px;
  background: rgba(61, 111, 154, .52941);
  color: #fff;
  padding: 15px;
}

.head_standoc {
  position: relative;
  height: 75vh;
  background-color: #fff;
}

@media (max-width:1024px) {
  .page_standoc .page_tit {
    position: absolute;
    top: 241px;
    left: 50px;
    color: #fff;
    background: rgba(61, 111, 154, .52941);
    width: 100%;
    margin-left: -49px;
    padding: 20px 10px;
  }

  .page_standoc .b-lazy {
    min-height: 241px;
  }

  .head_standoc {
    position: relative;
    height: 93vh;
    background-color: #fff;
  }
}

@media (max-width:320px) {
  .page_standoc .page_tit {
    position: absolute;
    top: 241px;
    left: 50px;
    color: #fff;
    background: rgba(61, 111, 154, .52941);
    width: 100%;
    margin-left: -49px;
    padding: 15px 10px;
  }

  .page_standoc .b-lazy {
    min-height: 241px;
  }

  .head_standoc {
    position: relative;
    height: 107vh;
    background-color: #fff;
  }
}

@media (max-width:320px) and (max-height:480px) {
  .page_standoc .page_tit {
    position: absolute;
    top: 241px;
    left: 50px;
    color: #fff;
    background: rgba(61, 111, 154, .52941);
    width: 100%;
    margin-left: -49px;
    padding: 15px 10px;
  }

  .page_standoc .b-lazy {
    min-height: 241px;
  }

  .head_standoc {
    position: relative;
    height: 130vh;
    background-color: #fff;
  }
}

@media (min-width:321px) and (max-width:480px) {
  .page_standoc .page_tit {
    position: absolute;
    top: 241px;
    left: 50px;
    color: #fff;
    background: rgba(61, 111, 154, .52941);
    width: 100%;
    margin-left: -49px;
    padding: 20px 10px;
  }

  .page_standoc .b-lazy {
    min-height: 241px;
  }

  .head_standoc {
    position: relative;
    height: 100vh;
    background-color: #fff;
  }
}

@media (min-width:768px) and (max-width:1440px) {
  .page_standoc .page_tit {
    position: absolute;
    bottom: 0;
    left: 50px;
    color: #fff;
    background: rgba(61, 111, 154, .52941);
    width: 100%;
    margin-left: -49px;
    padding: 20px 10px;
  }

  .page_standoc .b-lazy {
    min-height: 340px;
  }

  .head_standoc {
    position: relative;
    height: 67vh;
    background-color: #fff;
  }
}

.standocs_uslugi {
  background-color: #313641;
  border-radius: 3px;
  width: 99%;
  margin: 25px 0;
  padding: 25px;
  color: #fff;
}

.standocs_uslugi a {
  color: #fff !important;
}

.standocs_uslugi .standocs_uslugi-1 {
  min-height: 225px;
}

@media (max-width:480px) {
  .standocs_uslugi .standocs_uslugi-1 {
    min-height: 200px;
  }

  .standocs_uslugi .standocs_uslugi-full {
    margin-bottom: 55px;
  }
}

.page_rubrika .header_rubrika {
  position: relative;
  height: 45vh;
  background-color: #d6d6d6;
  background: url(http://scopy/wp-content/uploads/2016/01/bg_levin.jpg);
  background-size: cover;
  background-position: top;
}

@media (max-width:320px) {
  .page_rubrika .header_rubrika {
    position: relative;
    height: 62vh;
    background-color: #d6d6d6;
    background: url(http://scopy/wp-content/uploads/2016/01/bg_levin.jpg);
    background-size: cover;
    background-position: top;
  }
}

.agree-trap,
.agree-trap-comment {
  display: none;
}

.main_name .name {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding-top: 5px;
}

.main_name .name,
.main_name .text {
  display: block;
  font-style: normal;
  font-family: Onest, sans-serif;
  padding-left: 0;
}

.main_name .text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #9d9d9d;
}

.sidebar-header {
  margin: 0;
  padding-top: 16px;
  padding-left: 30px;
  padding-right: 15px;
}

.sidebar-header .noPadding {
  padding: 0;
}

.sidebar-phone {
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 38px !important;
  line-height: 45px;
  text-align: center;
  width: 100%;
  font-family: Onest, sans-serif;
  padding-top: 10px;
  color: #fff;
}

.sidebar-button {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.sidebar-phone:hover {
  text-decoration: none;
  color: #fff;
}

@media (min-width:768px) {
  #sidebar-wrapper {
    width: 375px;
    padding-left: 52px;
    padding-bottom: 140px;
    overflow: auto;
  }

  .dropdown-menu__header {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
  }
}

.sidebar-container {
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar-container .btn {
  width: 100%;
  height: 43px;
  margin-top: 4px;
}

.navbar-inverse .navbar-nav>li>a {
  font-family: Onest, sans-serif;
}

.navbar-inverse {
  margin-left: -52px;
}

.navbar-inverse .navbar-nav>li>a {
  padding-left: 80px;
}

.navbar-collapse {
  box-shadow: none;
  margin-top: 4px;
}

.navbar-nav li:first-child a {
  border-top: 0 !important;
}

.navbar-inverse .navbar-nav>li>a {
  display: -webkit-box;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  height: 54px;
}

.dropdown-menu__header,
.navbar-inverse .navbar-nav>li>a {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.dropdown-menu__header {
  padding-right: 30px;
}

.dropdown-menu__header span.close {
  display: block;
  width: 23px;
  background-size: cover;
  height: 23px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='https://www.w3.org/2000/svg' width='27' height='27' fill='none'%3E%3Cpath d='M2 2l23 23M25 2L2 25' stroke='%23fff' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}

.navbar-nav .open .dropdown-menu .dropdown-header a {
  display: -webkit-box;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
}

.navbar-nav .open .dropdown-menu {
  overflow: auto;
}

.navbar-nav .open .dropdown-menu .dropdown-header {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.callback {
  left: 0;
  width: 375px;
  padding-left: 80px;
  padding-top: 10px;
  padding-bottom: 0;
}

.callback .btn-new {
  margin-bottom: 10px;
}

.btn-new {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 46px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: #464b54;
  border-radius: 3px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
}

.btn-new:hover {
  background: #42464f;
  color: #fff;
}

.btn-new:active {
  background: #363a43;
  color: #a7a6a6;
  outline: none;
}

.Schedule b {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 7px;
  color: #9d9d9d;
}

.Schedule b,
.Schedule div {
  font-family: Onest, sans-serif;
}

.Schedule div {
  margin-bottom: 5px;
}

.Schedule div span {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  font-family: Onest, sans-serif;
  line-height: 21px;
  color: #fff;
}

.Schedule div span:first-child {
  display: inline-block;
  width: 25%;
}

.add_boxshadow {
  padding: 20px 0 0 35px;
}

.btn-while {
  background: transparent;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 3px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #fff;
}

.btn-while:hover {
  background: #202a45;
  border-radius: 3px;
  color: #fff;
  border: 1px solid #202a45;
}

.btn svg {
  margin-right: 5px;
}

.btn-while:active {
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b81bf), to(#1891d1));
  background: linear-gradient(180deg, #0b81bf, #1891d1);
  border: 1px solid #202a45;
  color: rgba(247, 240, 240, .8);
}

.btn-while:focus {
  color: #fff;
}

.icon-group {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  padding-top: 25px;
  background-repeat: repeat-x;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='https://www.w3.org/2000/svg' width='305' height='3' fill='none'%3E%3Cg filter='url(%23filter0_d)'%3E%3Cpath d='M0 1h305' stroke='%23000' stroke-dasharray='2 2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='0' y='.5' width='305' height='2' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='1'/%3E%3CfeColorMatrix values='0 0 0 0 0.270588 0 0 0 0 0.290196 0 0 0 0 0.32549 0 0 0 1 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.icon-group a {
  margin-right: 20px;
}

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


@media (min-width:1025px) {
  #wrapper {
    margin-left: var(--width-menu);
    max-width: calc(100vw - var(--width-menu));
  }
}

.dropdown-menu__header {
  margin-bottom: 17px;
}

.main_logo img {
  width: 60px;
  height: 60px;
}

@media (max-width:768px) {
  .sidebar-container {
    padding-left: 15px;
  }

  .navbar-nav .open .dropdown-menu {
    margin-left: 0;
  }

  .add_boxshadow {
    margin-right: 0 !important;
  }

  .sidebar-phone {
    margin-left: 0;
    text-align: center !important;
    width: 100%;
  }
}

#sidebar-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.callback {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-inverse .navbar-nav>li>a {
  font-size: 18px;
}

.sidebar-header {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-inverse {
  margin-left: 0;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav {
  margin: 0;
}

.navbar-inverse .navbar-nav>li>a {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-nav li.dropdown .dropdown-toggle {
  border-left: 4px solid #313641;
}

.navbar-nav li.dropdown:hover .dropdown-toggle {
  border-left: 4px solid #1e2127;
  color: #fff;
}

.navbar-inverse .navbar-nav>li>a:focus {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
  border: none;
}

.sidebar-container,
.sidebar-header {
  position: relative;
  z-index: 11;
  background: #313641;
}

.navbar-inverse .navbar-nav>li>a {
  position: relative;
  z-index: 11;
  background: #313641 !important;
}

.navbar-collapse {
  margin-top: 0;
}

.sidebar-container {
  padding-bottom: 4px;
}

.add_boxshadow {
  position: relative;
  z-index: 11;
  background: #313641;
  margin-right: 0;
  padding-right: 30px;
}

.navbar-nav .dropdown-menu {
  z-index: 10;
}

.navbar-nav li:hover a.dropdown-toggle {
  background: #1e2127 !important;
}

.navbar-nav .dropdown-menu {
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}



.navbar-nav .open {
  border: none;
}

.navbar-nav .open .dropdown-toggle {
  border-left: 4px solid #202a45 !important;
}

.navbar-nav .dropdown-menu {
  left: 0;
  opacity: 0;
}

.navbar-nav .open .dropdown-menu {
  opacity: 1;
}

.dropdown-menu__header span {
  line-height: normal;
}

.dropdown-menu__header span.close {
  min-width: 23px;
}

.dropdown-menu__header {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .open .dropdown-menu {
  width: auto;
  max-width: 414px;
}

.navbar-nav .open .dropdown-menu .dropdown-header a {
  white-space: normal;
}

body {
  margin: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body,
html {
  height: auto;
}

html {
  font-size: 18px;
}

@media (max-width:480px) {
  html {
    font-size: 16px;
  }
}

body {
  font-size: 18px;
  position: relative;
  max-width: 100vw;
}

:focus {
  outline: none;
}

.shade:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
}

.modal-dialog {
  top: 68px;
}

.wp-block-image {
  text-align: center;
}

.wp-block-image figcaption {
  width: 96%;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #555;
  margin: 0 auto;
  line-height: 1.5;
  margin-top: 1em !important;
}

.wp-block-columns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.wp-block-columns .wp-block-column {
  max-width: calc((100% - 16px)/2);
  width: 100%;
  margin: 0 !important;
  flex-basis: auto;
}

@media (max-width:768px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
    margin-bottom: 0;
  }

  .wp-block-columns .wp-block-column {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px !important;
  }

  .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 25px !important;
  }
}

.grecaptcha-badge {
  display: none;
}

.stan-submit.button {
  background-image: none !important;
}

.comment-form-cookies-consent {
  display: -webkit-box;
  display: flex;
}

span.stan-list-item {
  margin-left: 0;
}

label>input[type=checkbox] {
  z-index: -1;
}

.w20,
.w25,
.w30 {
  grid-template-columns: 25% auto;
}

.accordeon {
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  max-height: 100%;
  overflow-y: hidden;
}

.accordeon__head {
  cursor: pointer;
}

.button {
  font-family: Onest, Helvetica, Arial, sans-serif;
  border-radius: 3px;
  background-color: grey;
  color: #000;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.2;
  border: none;
  -webkit-transition-property: background-color, color, box-shadoxw, border-color, fill;
  transition-property: background-color, color, box-shadoxw, border-color, fill;
  text-align: center;
  cursor: pointer;
}

.button:active,
.button:hover {
  text-decoration: none;
}

.button_white-blue {
  background-color: #fff;
  color: #202a45;
  transition: all .2;
}

.button_white-blue svg,
.button_white-blue svg * {
  fill: #202a45;
  transition: all .2;

}

.button_white-blue:hover,
.video:hover .button_white-blue {
  background-color: #202a45;
  background: #202a45;
  color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.button_white-blue:hover svg,
.video:hover .button_white-blue svg,
.button_white-blue:hover svg *,
.video:hover .button_white-blue svg * {
  fill: #fff;
}

.button_white-blue:active {
  background-color: #128dce;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
  color: #e4e4e4;
}

.button_white-blue:active svg,
.button_white-blue:active svg * {
  fill: #e4e4e4;
}

.button_blue-blue {
  background-color: #202a45;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
  color: #fff;
}

.button_blue-blue svg,
.button_blue-blue svg * {
  fill: #fff;
}

.button_blue-blue:hover {
  color: #fff;
  background-color: #202a45
}

.button_blue-blue:hover svg,
.button_blue-blue:hover svg * {
  fill: #fff;
}

.button_blue-blue:active {
  color: #e4e4e4;
  background-color: #128dce;
}

.button_blue-blue:active svg,
.button_blue-blue:active svg * {
  fill: #e4e4e4;
}

.button_white-black {
  color: #202a45;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .15), inset 0 0 5px #fff;
}

.button_white-black svg,
.button_white-black svg * {
  fill: #202a45;
}

.button_white-black:hover {
  color: #fff;
  background-color: #202a45;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.button_white-black:hover svg,
.button_white-black:hover svg * {
  fill: #fff;
}

.button_white-black:active {
  color: #abaaaa;
  background-color: #3c414a;
}

.button_white-black:active svg,
.button_white-black:active svg * {
  fill: #abaaaa;
}

.button_black-black {
  color: #fff;
  background-color: #464b54;
}

.button_black-black svg,
.button_black-black svg * {
  fill: #fff;
}

.button_black-black:hover {
  color: #fff;
  background-color: #777d88;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.button_black-black:hover svg,
.button_black-black:hover svg * {
  fill: #fff;
}

.button_black-black:active {
  color: #abaaaa;
  background-color: #3c414a;
}

.button_black-black:active svg,
.button_black-black:active svg * {
  fill: #abaaaa;
}

.button_gradient-blue {
  background-color: #202a45;

  box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
  color: #fff;
}

.button_gradient-blue svg,
.button_gradient-blue svg * {
  fill: #fff;
}

.button_gradient-blue:hover {
  color: #fff;
  background-image: none;
  background-color: #1aa7f2;
}

.button_gradient-blue:hover svg,
.button_gradient-blue:hover svg * {
  fill: #fff;
}

.button_gradient-blue:active {
  color: #fff;
  background-color: #128dce;
}

.button_gradient-blue:active svg,
.button_gradient-blue:active svg * {
  fill: #fff;
}

.button_light-blue {
  color: #202a45;
  background-color: #eef6fc;
}

.button_light-blue svg,
.button_light-blue svg * {
  fill: #202a45;
}

.button_light-blue:hover {
  color: #1aa7f2;
  background-color: #f1f9ff;
}

.button_light-blue:hover svg,
.button_light-blue:hover svg * {
  fill: #1aa7f2;
}

.button_light-blue:active {
  color: #128dce;
  background-color: #e6f1f9;
}

.button_light-blue:active svg,
.button_light-blue:active svg * {
  fill: #128dce;
}

.button_outline-blue {
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 15px;
  background-color: transparent;
}

.button_outline-blue svg,
.button_outline-blue svg * {
  fill: #fff;
}

.button_outline-blue:hover {
  color: #fff;
  border-width: 0;
  padding: 14px 16px;
  background-color: #202a45;
}

.button_outline-blue:hover svg,
.button_outline-blue:hover svg * {
  fill: #fff;
}

.button_outline-blue:active {
  color: #abaaaa;
  background-color: #128dce;
  border-width: 0;
  padding: 14px 16px;
}

.button_outline-blue:active svg,
.button_outline-blue:active svg * {
  fill: #abaaaa;
}

.button_circle {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 23px;
}

.button__icon {
  display: inline-block;
  margin-right: 5px;
}

.heading {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -.01em;
  color: #000;
  line-height: 1.2;
  margin: 0 0 15px;
}

.heading_h2 {
  font-size: 2rem;
}

.heading_h3 {
  font-size: 1.56rem;
}

.heading_h4 {
  font-size: 1.22rem;
}

.heading_h5 {
  font-size: 1rem;
}

.paragraph {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 15px;
}

.unordered-list {
  font-size: 1rem;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
}

.unordered-list__item {
  margin-bottom: 8px;
  line-height: 1.75;
  position: relative;
  padding-left: 36px;
}

.unordered-list__item:before {
  content: "";
  left: 0;
}

.unordered-list__item:last-child {
  margin-bottom: 0;
}

.unordered-list_color_blue .unordered-list__item:before {
  background-color: #202a45;
}

.unordered-list_color_gray .unordered-list__item:before {
  background-color: #696f7c;
}

.unordered-list_bullet_standart .unordered-list__item:before {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  top: calc((1.75em - 8px)/2);
}

.unordered-list_bullet_roundminus .unordered-list__item:before,
.unordered-list_bullet_roundplus .unordered-list__item:before {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  background-image: url(./img/unordered-list-roundplus.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  top: calc((1.75em - 18px)/2);
  left: 0;
}

.unordered-list_bullet_plus .unordered-list__item:before {
  border-radius: 50%;
  background-image: url(./img/unordered-list-plus.svg);
}

.unordered-list_bullet_minus .unordered-list__item:before,
.unordered-list_bullet_plus .unordered-list__item:before {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  background-position: 50%;
  background-repeat: no-repeat;
  left: 0;
}

.unordered-list_bullet_minus .unordered-list__item:before {
  background-image: url(./img/unordered-list-minus.svg);
}

.unordered-list_bullet_check .unordered-list__item:before {
  border-radius: 50%;
  background-image: url(./img/unordered-list-check.svg);
  background-position: 100% 0;
  background-size: 80%;
}

.unordered-list_bullet_check .unordered-list__item:before,
.unordered-list_bullet_cross .unordered-list__item:before {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  background-repeat: no-repeat;
  top: 8px;
  left: 0;
}

.unordered-list_bullet_cross .unordered-list__item:before {
  background-image: url(./img/unordered-list-cross.svg);
  background-position: 50%;
}

.youtube {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #000;
  position: relative;
}

.youtube:after {
  content: "";
  display: block;
}

.youtube:after,
.youtube_16-9:after {
  padding-bottom: 56%;
}

.youtube_4-3:after {
  padding-bottom: 75%;
}

.youtube__button {
  max-width: 80px;
  max-height: 80px;
  min-height: 80px;
  min-width: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 40px;
  padding: 0;
  position: absolute;
  top: calc((100% - 80px)/2);
}

.youtube__button svg {
  position: relative;
  right: -2px;
}

.youtube__preview {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  cursor: pointer;
}

.youtube__preview:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.youtube__iframe {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.page__container {
  padding: 0 64px;
}

.page__container>:first-child {
  margin-top: 35px;
}

.page__content-table {
  padding-bottom: 35px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 35px;
}

@media (max-width:1600px) {
  .page__container {
    padding: 0 32px;
  }
}

@media (max-width:1024px) {
  .page__container {
    padding: 0 30px;
  }
}

@media (max-width:767px) {
  .page__container {
    padding: 0 16px;
  }
}

.float-card {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  background-color: #202a45;
}

.float-card:after,
.float-card:before {
  display: block;
  content: "";
}

.float-card:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(49, 54, 64, .7)), color-stop(80%, rgba(49, 54, 64, 0)));
  background: linear-gradient(0deg, rgba(49, 54, 64, .7) 0, rgba(49, 54, 64, 0) 80%);
}

.float-card:before {
  padding-bottom: 91%;
}

.float-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 0 8px;
  color: #fff;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  background-color: #202a45;
}

.float-card__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}

.float-card__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
}

.float-card__text:last-child {
  margin-bottom: 0;
}

.float-card__subtext {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}

.float-card__subtext p {
  margin: 0;
}

.float-card__image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.float-card__link {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}

.float-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .4);
}

.float-card:hover .float-card__tag {
  background-color: #202a45;
}

.float-card:hover .float-card__image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hat {
  background-color: #2e323c;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: right;
  background-size: cover;
  padding: 0px 0 36px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
}

.hat:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(43, 47, 56, .78)), color-stop(50vw, rgba(49, 54, 64, 0)));
  background: linear-gradient(90deg, rgba(43, 47, 56, .5) 0%, rgba(49, 54, 64, 0) 65vw);
  z-index: 2;
  display: block;
}

.hat__container {
  z-index: 3;
  flex-wrap: wrap;
  max-width: 768px;
  margin-right: auto;
  -webkit-box-align: start;
  align-items: flex-start;
}

.hat__container,
.hat__person {
  display: -webkit-box;
  display: flex;
}

.hat__person {
  width: 100%;
  text-shadow: 0 5px 5px rgba(0, 0, 0, .1);
  margin: 0 0 20px;
  -webkit-box-align: end;
  align-items: flex-end;
}

@media (max-width:768px) {
  .hat__person {
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.hat__name {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #fff;
  font-weight: 400;
  margin: 0;
}

@media (min-width:1440px) {
  .hat__name {
    font-size: 48px;
  }
}

@media (max-width:768px) {
  .hat__name {
    margin-bottom: 4px;
  }

  .hat__name>div {
    display: inline-block;
  }
}

@media (max-width:480px) {
  .hat__name {
    font-size: 24px;
  }
}

.hat__experience {
  border-left: 1px solid #fff;
  padding-left: 52px;
  margin-left: 52px;
  color: #fff;
  line-height: 1.2;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

.hat__experience>div:first-child {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 13px;
}

.hat__experience>div:nth-child(2) {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-size: 34px;
  letter-spacing: -.01em;
}

@media (min-width:1440px) {
  .hat__experience>div:first-child {
    font-size: 24px;
  }

  .hat__experience>div:nth-child(2) {
    font-size: 48px;
  }
}

@media (max-width:768px) {
  .hat__experience {
    padding-left: 0;
    margin-left: 0;
    border: none;
    display: block;
  }

  .hat__experience>div:first-child {
    margin-bottom: 0;
  }

  .hat__experience>div:first-child,
  .hat__experience>div:nth-child(2) {
    font-size: 18px;
    display: inline-block;
  }
}

.hat__badge {
  padding: 4px 8px;
  font-size: 16px;
  line-height: 18px;
  background-color: #202a45;
  border-radius: 4px;
  color: #fff;
  font-family: Onest, Helvetica, Arial, sans-serif;
  position: relative;
  top: -4px;
  margin: 4px;
  display: inline-block;
}

.hat__breadcrumbs {
  width: 100%;
  margin-bottom: 20px;
}

.hat__heading {
  width: 100%;
  font-family: Onest, Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -.01em;
}

.hat__subheading {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  color: #fff;
  margin: -10px 0 36px;
}

@media (min-width:1440px) {
  .hat__subheading {
    font-size: 18px;
  }
}

@media (max-width:768px) {
  .hat__subheading {
    margin-top: 0;
  }
}

.hat__button {
  max-width: calc((100% - 16px)/2);
  width: 300px;
  margin-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.hat__button:last-child {
  margin-right: 0;
}

@media (max-width:768px) {
  .hat {
    min-height: calc(100vh - 68px);
  }

  .hat:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(43, 47, 56, .78)), color-stop(50vh, rgba(49, 54, 64, 0)));
    background: linear-gradient(90deg, rgba(43, 47, 56, .78) 10%, rgba(49, 54, 64, 0) 50vh);
  }



  /* .banner-main.hat:after { */
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(15, 31, 36, 0.8897934173669468) 59%); */
  /* } */

  /* .banner-main.hat::before { */
    /* content: ''; */
    /* background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0, rgb(15 31 36 / 75%) 71%); */
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* height: 120px; */
    /* transform: rotate(180deg); */
  /* } */
  
  
  
  
  
  .banner-main:after {
  background: linear-gradient(270deg, #dfdfdf 0%, #dfdfdf 12.5%, rgba(223, 223, 223, .67) 54.17%, rgba(223, 223, 223, 0) 100%);
  right: 0;
  width: 5%;
  z-index: -1
}

.banner-main:before {
  left: 0;
  width: 80%;
  z-index: 2;
  background: linear-gradient(90deg, #202a45 0%, #202a45 15.5%, rgba(32, 42, 69, .97) 29.56%, rgba(32, 42, 69, .75) 50.39%, rgba(32, 42, 69, .47) 76.07%, rgba(32, 42, 69, 0) 93.03%)
}


  
  
  
  
  
  
  
  
  
  
  

  .hat__button {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .hat__button:last-child {
    margin-bottom: 0;
  }
}

@media (max-width:625px),
(max-width:1024px) and (min-width:769px) {
  .hat__heading {
    font-size: 36px;
  }
}

@media (max-width:480px) {
  .hat {
    padding-top: 80px;
  }

  .hat__subheading {
    margin-bottom: 16px;
  }

  .hat__heading {
    font-size: 32px;
  }
}

.article>a,
.article>blockquote a,
.article>ol>li a,
.article>p>a,
.article>ul:not(.quicklinks)>li a,
p>a {
  color: #202a45;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  background-position-y: 1em;
  display: inline;
  text-decoration: none;
  line-height: 1.2;
  background-position-y: 1.05em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8dc8e7), color-stop(0, #8dc8e7));
  background-image: linear-gradient(90deg, #8dc8e7 0, #8dc8e7 0);
}

.article>a:hover,
.article>blockquote a:hover,
.article>ol>li a:hover,
.article>p>a:hover,
.article>ul:not(.quicklinks)>li a:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#1aa7f2), color-stop(0, #1aa7f2));
  background-image: linear-gradient(90deg, #1aa7f2 0, #1aa7f2 0);
}

.article>a:active,
.article>blockquote a:active,
.article>ol>li a:active,
.article>p>a:active,
.article>ul:not(.quicklinks)>li a:active {
  background-image: -webkit-gradient(linear, left top, right top, from(#128dce), color-stop(0, #128dce));
  background-image: linear-gradient(90deg, #128dce 0, #128dce 0);
}

.article>a:active,
.article>a:hover,
.article>blockquote a:active,
.article>blockquote a:hover,
.article>ol>li a:active,
.article>ol>li a:hover,
.article>p>a:active,
.article>p>a:hover,
.article>ul:not(.quicklinks)>li a:active,
.article>ul:not(.quicklinks)>li a:hover {
  background-image: none;
}

.article>a:hover,
.article>blockquote a:hover,
.article>ol>li a:hover,
.article>p>a:hover,
.article>ul:not(.quicklinks)>li a:hover {
  color: #1aa7f2;
  text-decoration: none;
}

.article>a:active,
.article>blockquote a:active,
.article>ol>li a:active,
.article>p>a:active,
.article>ul:not(.quicklinks)>li a:active {
  color: #128dce;
  text-decoration: none;
}

.article>blockquote {
  position: relative;
  margin: 0;
  padding: 2px 32px;
  border: none;
}

.article>blockquote:not(.quote-block),
.article>blockquote:not(.quote-block)>p {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.75;
  font-weight: 300;
}

.article>blockquote:not(.quote-block):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #202a45;
}

.article>h2,
.article>h3,
.article>h4,
.article>h5,
.article>h6 {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -.01em;
  color: #000;
  line-height: 1.4;
  margin: 0 0 15px;
}

.article>h2_h2,
.article>h3_h2,
.article>h4_h2,
.article>h5_h2,
.article>h6_h2 {
  font-size: 2rem;
}

.article>h2_h3,
.article>h3_h3,
.article>h4_h3,
.article>h5_h3,
.article>h6_h3 {
  font-size: 1.56rem;
}

.article>h2_h4,
.article>h3_h4,
.article>h4_h4,
.article>h5_h4,
.article>h6_h4 {
  font-size: 1.22rem;
}

.article>h2_h5,
.article>h3_h5,
.article>h4_h5,
.article>h5_h5,
.article>h6_h5 {
  font-size: 1rem;
}

.article>h3 {
  margin-top: 60px;
  font-size: 1.56rem;
}

.article>h4 {
  margin-top: 25px;
  font-size: 1.22rem;
}

.article>h5 {
  margin-top: 50px;
  font-size: 1rem;
}




.article p,
.list li {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.75;
  margin: 0 0 15px;
}




.cart h5.title {

  font-size: 20px;
  line-height: 1;
  display: block;
  position: relative;
  margin-bottom: 20px;
}




.cart p {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  color: #000;
 
  font-size: 18px;
  line-height: 1;
  margin: 0 0 5px;
}








.article p b,
.article p strong {
  font-weight: 500;
}

.article .table-overflow {
  max-width: 100%;
  overflow-x: auto;
}

.article .table-overflow table {
  min-width: 960px;
}

.article .table-labels table tr:not(:first-of-type)>td:first-child {
  border-right: 1px solid #e6e6e6;
  font-weight: 500;
}

.article table:not(.pros-table) {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  max-width: 100%;
  overflow-x: hidden;
  border-collapse: collapse;
  width: 100%;
}

.article table:not(.pros-table) tbody {
  border: 1px solid #202a45;
  border-top: 0;
}

.article table:not(.pros-table) tr:nth-child(odd) {
  background-color: #fff;
}

.article table:not(.pros-table) tr:nth-child(2n) {
  background-color: #f6f8fa;
}


.article table:not(.pros-table) tr:first-child:nth-child(odd) {
  font-size: 1rem;
  color: #fff;
  background-color: #696f7c;
  background-color: #202a45;
}

.article table:not(.pros-table) tr:first-child:nth-child(odd) td {
  font-style: normal;
  font-weight: 500;
  /*font-size: 24px;
line-height: 36px;*/
  /* identical to box height, or 150% */

  letter-spacing: -0.01em;

  color: #FFFFFF;
  white-space: nowrap;
}

.article table:not(.pros-table) td {
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.01em;
  color: #202a45;
  padding: 22px 30px;
}

.article .article__table_black table tr:first-child:nth-child(odd) {
  background-color: #202a45;
  border: 1px solid #202a45;
}

.article>ul:not(.list):not(.quicklinks):not(.roadmap),
.pane ul .block-price__content ul,
.list-plus,
.list-minus {
  font-size: 20px;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
}

.article>ul:not(.list):not(.quicklinks):not(.roadmap) strong {
  font-weight: 500;
}

.article>ul:not(.list):not(.quicklinks):not(.roadmap) strong.strong-block {
  display: block;
}

.article>ul:not(.list):not(.quicklinks):not(.roadmap) li,
.block-price__content ul li,
.list-plus li,
.list-minus li {
  margin-bottom: 8px;
  line-height: 1.75;
  position: relative;
  padding-left: calc(18px + 15px);
}

.article>ul:not(.list):not(.quicklinks):not(.roadmap) li:before,
.block-price__content ul li:before,
.list-plus li::before,
.list-minus li::before {
  content: "";
  left: 0;
}

.article>ul:not(.list):not(.quicklinks):not(.roadmap) li:last-child,
.block-price__content ul li:last-child,
.list-plus li:last-child,
.list-minus li:last-child {
  margin-bottom: 0;
}

.article>ul:not(.list):not(.quicklinks):not(.roadmap) li:before,
.pane ul li:before,
.block-price__content ul li:before,
.list-plus li::before,
.list-minus li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}

.article .pane ul.article__list_check:not(.roadmap) li {

  padding-left: calc(18px + 15px) !important;
}


.article>ul:not(.list):not(.quicklinks):not(.roadmap).article__list_color_black li:before {
  background-color: #696f7c;
}

.article>ul:not(.list):not(.quicklinks):not(.roadmap).article__list_color_blue li:before,
.list-plus.article__list_color_blue li::before {
  background-color: #202a45;
}

.article>ul:not(.list):not(.quicklinks):not(.roadmap).article__list_roundplus li:before,
.list-plus li::before {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  background-image: url(./img/unordered-list-roundplus.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  top: calc((1.75em - 18px)/2);
  left: 0;
}

.article>ul:not(.list):not(.quicklinks):not(.roadmap).article__list_roundminus li:before,
.list-minus li::before {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  background-image: url(./img/unordered-list-roundminus.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  top: calc((1.75em - 18px)/2);
  left: 0;
}

.article>ul:not(.list):not(.quicklinks):not(.roadmap).article__list_plus li:before,
ul:not(.list):not(.quicklinks):not(.roadmap).article__list_plus li:before {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  border-radius: 50%;
  background-image: url(./img/unordered-list-plus.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  left: 0;
}

.article>ul:not(.list):not(.quicklinks):not(.roadmap).article__list_minus li:before,
ul:not(.list):not(.quicklinks):not(.roadmap).article__list_minus li:before {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url(./img/unordered-list-minus.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  top: 8px;
  left: 0;
}

.article>ul:not(.list):not(.quicklinks):not(.roadmap).article__list_check li:before,
.pane .article__list_check li:before,
ul:not(.list):not(.quicklinks):not(.roadmap).article__list_check li:before,
.block-price__content ul li:before {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  background-image: url(./img/unordered-list-check.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  top: 6px;
  left: 0;
  content: "";
}


.article>ul:not(.list):not(.quicklinks):not(.roadmap).article__list_cross li:before {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  background-image: url(./img/unordered-list-cross.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 6px;
  left: 0;
}

.article ol:not(.roadmap) {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  counter-reset: orderedListCounter;
}

.article ol:not(.roadmap)>.ordered-list__item,
.article ol:not(.roadmap)>li {
  counter-increment: orderedListCounter;
  padding-left: 32px;
}

.article ol:not(.roadmap).article__list_color_black li:before {
  background-color: #696f7c;
}

.article__list_color_grey li::before {
  background-color: #E4E2E2;
  background-image: url(./img/unordered-list-cross-grey.svg) !important;

}

.article ol:not(.roadmap).article__list_color_blue li:before {
  background-color: #202a45;
}


.article ol:not(.roadmap) li:before {
  content: "";
}


.article ol:not(.roadmap) li:before {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-weight: 500;
  display: block;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 12px;
  background-color: #202a45;
  left: 0;
  top: calc((1.75em - 15px)/2);
  content: counter(orderedListCounter);
}

.article .question {
  margin-bottom: 15px;
}

.article .question:last-child {
  margin-bottom: 0;
}

/*
.article>* {
  margin-bottom: 15px !important;
} */



.article .call-block,
.article .standoc-tip,
.article .swiper-container {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}




.article .swiper-container {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  
}






.article .call-block:last-child,
.article .standoc-tip:last-child,
.article .swiper-container:last-child {
  margin-bottom: 0px !important;
}




.article .call-block>.call-block,
.article .call-block>.standoc-tip,
.article .call-block>.swiper-container,
.article .standoc-tip>.call-block,
.article .standoc-tip>.standoc-tip,
.article .standoc-tip>.swiper-container,
.article .swiper-container>.call-block,
.article .swiper-container>.standoc-tip,
.article .swiper-container>.swiper-container {
  margin-top: 15px !important;
}




.article ol:not(.roadmap) li,
.article ul:not(.roadmap) li {
  margin-bottom: 20px;
  line-height: 1.75;
  position: relative;
  /*padding-left: calc(18px + 5px) !important;*/
}






.article ol.right_tab_item li,
.article ul.right_tab_item li {
  all: initial;
  line-height: 1.75;
  /*padding-left: calc(18px + 5px) !important;*/
}




.article ol.left_tab_item li,
.article ul.left_tab_item li {
  all: initial;
  line-height: 1.75;
  /*padding-left: calc(18px + 5px) !important;*/
}







.article ol:not(.roadmap) li ul,
.article ul:not(.roadmap) li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px !important;
}

.article ol:not(.roadmap) li ul li,
.article ul:not(.roadmap) li ul li {
  margin-bottom: 10px !important;
  padding-left: 15px !important;

}

.article ol:not(.roadmap) li ul li::before,
.article ul:not(.roadmap) li ul li::before {
  background: #202a45;
  width: 5px !important;
  height: 5px !important;
  content: '' !important;
  top: 15px !important;
}

.author {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.author:hover {
  text-decoration: none;
}

a.author:hover .author__name {
  color: #202a45;
  -webkit-transition-property: color;
  transition-property: color;
  background-repeat: repeat-x;
  background-position-y: 1em;
  line-height: 1.2;
  color: #1aa7f2;
  text-decoration: none;
}

.author:hover .author__name,
.author__portrait {
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
}

.author__portrait {
  box-sizing: border-box;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  -webkit-transition-property: box-shadow, border-color;
  transition-property: box-shadow, border-color;
  max-width: 62px;
  max-height: 62px;
  border-radius: 50px;
}

.author__portrait>img {
  width: 100%;
  display: block;
  border-radius: 39px;
}

.author__heading {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #696F7C;
  margin-bottom: 3px;
}

.author__heading {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
}

.author__name {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #202a45;
  font-family: Onest, Helvetica, Arial, sans-serif;
}

.author__position {
  font-size: 14px;
  line-height: 1.4;
  color: #303030;
}

.author__infoline,
.author__position {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
}

.author__infoline {
  line-height: 1.2;
  font-size: 12px;
  color: #929498;
  margin-top: 10px;
}

.author__data {
  display: inline-block;
  margin-right: 25px;
}

@media (max-width:480px) {
  .author {
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

.blockquote {
  position: relative;
  margin: 0;
  padding: 2px 20px;
  border: none;
}

.blockquote,
.blockquote>p {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: #000;
}

.blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #202a45;
}

.breadcrumbs {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs__link {
  padding-right: 30px;
  position: relative;
  font-size: 14px;
  text-decoration: none;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
}

.breadcrumbs__link:after {
  content: "";
  height: 4px;
  width: 10px;
  display: block;
  position: absolute;
  right: 10px;
  top: calc((100% - 4px)/2);
  background-image: url(./img/breadcrumbs-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumbs__link:last-child {
  font-weight: 200;
  padding-right: 0;
}

.breadcrumbs__link:last-child:after {
  display: none;
}

.breadcrumbs__link:last-child:active,
.breadcrumbs__link:last-child:hover {
  color: #fff;
  text-decoration: none;
}

.breadcrumbs__link:active,
.breadcrumbs__link:hover {
  color: #c3c3c3;
  text-decoration: none;
}

@media (max-width:1024px) {
  .breadcrumbs__link {
    line-height: 1.5;
  }
}

.call-block {
  display: -webkit-box;
  display: flex;
  background: url(./img/call-block-background.svg), #202a45;
  background-position-x: right;
  position: relative;
  font-family: Onest, Helvetica, Arial, sans-serif;
}

.call-block *,
.call-block :after,
.call-block :before {
  box-sizing: border-box;
}

.call-block_left .call-block__image {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.call-block_right .call-block__image {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.call-block__heading {
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  width: 100%;
  font-weight: 400;
  margin: auto 0 20px;
}

.call-block__heading b {
  font-weight: 500;
}

.call-block__image {
  background-image: url(./img/call-block-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  -webkit-box-flex: 1;
  flex-grow: 1;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.call-block__content {
  padding: 15px 36px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 66.66667%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 330px;
}

.call-block__item {
  max-width: calc((100% - 16px)/2);
  width: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin-bottom: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.call-block__item>* {
  width: 100%;
}

.call-block__phone:active,
.call-block__phone:hover,
.call-block__phone:visited,
.form-group.call-block__item>.call-block__phone {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  background-image: none;
  white-space: nowrap;
}

.call-block__privacy {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  letter-spacing: .01em;
}

.call-block__privacy a,
.call-block__privacy a:active,
.call-block__privacy a:hover {
  color: #fff;
  text-decoration: underline;
  background-image: none;
}
















.call-block__privacy a:hover {
  text-decoration: none;
}

.call-block__privacy a:active {
  color: #f5f5f5;
}

.call-block__button {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
}

.call-block__agreement {
  margin-top: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.call-block__checkbox-input {
  margin-right: 6px;
}

@media (max-width:1250px) {
  .call-block__image {
    display: none;
  }

  .call-block__content,
  .call-block__item {
    width: 100%;
  }
}

@media (max-width:768px) {
  .call-block__phone {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .call-block__item {
    max-width: 100%;
  }
}

@media (max-width:480px) {
  .call-block__content {
    padding: 24px 16px;
  }

  .call-block__heading,
  .call-block__phone {
    font-size: 20px;
    text-align: center;
  }

  .call-block__privacy {
    font-size: 10px;
  }

  .call-block__button {
    font-size: 15px;
  }
}

.ajax-loader.is-active {
  display: none !important;
}

.stan-response-output[role=alert] {
  display: block;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  margin: 15px 0 0 !important;
}

.stan-mail-sent-ok[role=alert] {
  background-color: transparent;
  border: 1px solid #fff;
}

.stan-mail-sent-ng[role=alert] {
  border: 1px solid red;
}

.stan-validation-errors[role=alert] {
  border: 1px solid red;
  background-color: red;
}

.stan-list-item {
  margin: 0;
}

.certificate {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition-property: box-shadow, -webkit-filter;
  transition-property: box-shadow, -webkit-filter;
  transition-property: filter, box-shadow;
  transition-property: filter, box-shadow, -webkit-filter;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  max-width: 400px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.certificate:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.certificate:hover .certificate__button {
  background-color: #202a45;
}

.certificate_small {
  max-width: 254px;
}

.certificate__image {
  width: 100%;
}

.certificate__button {
  font-family: Onest, Helvetica, Arial, sans-serif;
  line-height: 1.2;
  background-color: rgba(105, 111, 124, .8);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
  border-radius: 29px;
  height: 32px;
  padding: 8px 20px;
  border: none;
  color: #fff;
  position: absolute;
  bottom: 28px;
  -webkit-transition-property: background-color, opacity;
  transition-property: background-color, opacity;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  font-size: 16px;
  cursor: pointer;
}

.certificate__button svg {
  fill: #fff;
  margin-right: 4px;
  vertical-align: text-top;
}

@media (max-width:768px) {
  .certificate {
    max-width: 60vw;
  }
}

.swiper-slide:not(.swiper-slide-active) .certificate {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.swiper-slide:not(.swiper-slide-active) .certificate__button {
  opacity: 0;
}

.checkbox-input__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.checkbox-input__input:checked~.checkbox-input__visual {
  background-image: url("./img/checkbox-list-label.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.checkbox-input__visual {
  width: 16px;
  height: 16px;
  background-color: #fafafa;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
  border-radius: 3px;
  display: block;
  cursor: pointer;
}

.comment {
  padding: 20px 36px 20px 20px;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}

.comment__name {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-right: 16px;
}

.comment__date,
.comment__name {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

.comment__date {
  font-size: 12px;
  color: #696f7c;
}

.comment__text {
  color: #000;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.7;
  max-width: 100%;
  width: 100%;
  font-size: 16px;
}

.comment__action,
.comment__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
}

.comment__action {
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  color: #202a45;
  font-size: 12px;
  padding-left: 15px;
}

.comment__action:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  left: 0;
  background-image: url("./img/send-so.svg");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
}

.comment-feed {
  max-width: 712px;
}

.compare {
  margin-top: 50px;
}

.compare__bar {
  display: -webkit-box;
  display: flex;
  margin-bottom: 15px;
}

.compare__tab {
  margin-right: 10px;
  min-width: 250px;
}

.compare__item {
  display: none;
  -webkit-box-align: start;
  align-items: flex-start;
}

.compare__item_active {
  display: -webkit-box;
  display: flex;
}

.compare__item>* {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
}

.compare__text {
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin-right: 32px;
}

.compare__image {
  width: 100%;
  max-width: 33.33333%;
}

@media (max-width:1200px) {
  .compare__bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .compare__tab {
    margin-bottom: 15px;
  }

  .compare__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .compare__text {
    margin-right: 0;
    margin-top: 20px;
    max-width: 100%;
  }

  .compare__image {
    -webkit-box-ordinal-group: 0;
    order: -1;
    max-width: 480px;
  }
}

.content-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.content-row__column {
  max-width: calc((100% - 16px)/2);
  width: 100%;
}

@media (max-width:768px) {
  .content-row {
    flex-wrap: wrap;
  }

  .content-row__column {
    max-width: 100%;
  }
}

.content-table__list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-table__item {
  margin-bottom: 15px;
}

.content-table__link,
.content-table__link:visited {
  text-decoration: none;
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #202a45;
  cursor: pointer;
}

.content-table__link:before,
.content-table__link:visited:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("./img/arrow-cri-right.svg");
  background-size: contain;
  margin-right: 10px;
}

.content-table__link:hover,
.content-table__link:visited:hover {
  color: #1aa7f2;
}

.content-table__link:hover:before,
.content-table__link:visited:hover:before {
  background-image: url("./img/arrow-cri-right-hover.svg");
}

.content-table__link:active,
.content-table__link:visited:active {
  color: #128dce;
}

.content-table__link:active:before,
.content-table__link:visited:active:before {
  background-image: url("./img/arrow-cri-right-hover.svg");
}

@media (max-width:1366px) {
  .content-table__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (max-width:1024px) {
  .content-table__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media (max-width:480px) {
  .content-table__link {
    font-size: 16px;
  }
}

.cta-form {
  display: -webkit-box;
  display: flex;
}

.cta-form__image {
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-form_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.standoc-card {
  max-width: calc((100% - 60px)/3);
  margin-right: 20px;
  margin-bottom: 20px;
  max-height: 400px;
  font-size: 24px;
}

.standoc-card:before {
  padding-bottom: 112%;
}

.standoc-card__name {
  font-size: 28px;
}

.standoc-card__name,
.standoc-card__surname {
  font-weight: 500;
  line-height: 1.2;
  font-family: Onest, Helvetica, Arial, sans-serif;
}

.standoc-card__button {
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: 46px;
  min-width: 46px;
  max-height: 46px;
  max-width: 46px;
  border-radius: 50%;
  z-index: 1;
}

.standoc-card__button svg {
  position: relative;
  right: -2px;
}

@media (max-width:1200px) {
  .standoc-card {
    max-width: calc((100% - 40px)/2);
  }
}

@media (max-width:768px) {
  .standoc-card {
    max-width: 100%;
  }
}

.landing__blockquote {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: -.01em;
  color: #000;
  border: none;
  padding: 0 0 0 36px;
  background-image: url("./img/icon-blockquote.svg");
  background-size: 22px 17px;
  background-position: 0 10px;
  background-repeat: no-repeat;
}

.landing__blockquote mark {
  background-color: #fff8e1;
  font-weight: 500;
}

.landing__section {
  margin-bottom: 80px;
  position: relative;
  height: auto;
  overflow: visible;
  background-color: transparent;
  background-color: initial;
}

.landing__section_black {
  background: -webkit-gradient(linear, left top, right top, from(#202a45), to(#98aac1));
  background: linear-gradient(90deg, #202a45, #98aac1);
  padding: 50px 55px 60px;
}

.landing__section_black .landing__heading {
  color: #fff;
}

.landing__section_fullwidth {
  margin-right: -20px;
  margin-left: -20px;
  width: calc(100vw - var(--width-menu));
}

.landing__heading {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -.01em;
  color: #000;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 20px;
}

.landing__heading:after {
  content: "";
  display: block;
  background-color: #202a45;
  width: 60px;
  height: 4px;
  position: absolute;
  bottom: 0;
}

.landing__feature-list {
  font-size: 1.33rem;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-count: 2;
}

.landing__hat {
  padding-top: 150px;
}

.landing__hat .hat__heading {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 3.56rem;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #fff;
  margin-bottom: 35px;
}

.landing__hat .hat__subheading {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5px;
}

.landing__hat .hat__subheading,
.landing__hat .hat__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 1.22rem;
  color: #fff;
}

.landing__hat .hat__text {
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 124px;
}

@media (max-width:1024px),
(max-width:1367px) and (min-width:1041px) {
  .landing__heading {
    margin-bottom: 20px;
  }

  .landing__section_black {
    padding: 60px 30px;
  }

  .landing__section_black,
  .landing__section_fullwidth {
    margin-right: -30px;
    margin-left: -30px;
    width: calc(100% + 60px);
  }

  .landing__blockquote {
    font-size: 26px;
  }

  .landing__feature-list {
    -webkit-columns: 1;
    -moz-columns: 1;
    column-count: 1;
  }

  .landing__hat {
    min-height: auto;
    padding-top: 68px;
  }

  .landing__hat .hat__breadcrumbs {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .landing__hat .hat__heading {
    font-size: 2.33rem;
    margin-bottom: 20px;
  }

  .landing__hat .hat__subheading {
    font-size: 1rem;
  }

  .landing__hat .hat__text {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}

@media (max-width:767px),
(max-width:1140px) and (min-width:1025px) {
  .landing__section {
    margin-bottom: 40px;
  }

  .landing__section_black {
    padding: 40px 16px;
  }

  .landing__section_black,
  .landing__section_fullwidth {
    margin-right: -16px;
    margin-left: -16px;
    width: calc(100% + 32px);
  }

  .landing__heading {
    font-size: 24px;
  }

  .landing__blockquote {
    font-size: 18px;
  }

  .landing__hat {
    padding-top: 15px;
  }

  .landing__hat .hat__heading {
    font-size: 2rem;
    margin-bottom: 16px;
  }

  .landing__hat .hat__subheading {
    font-size: 1.1rem;
  }

  .landing__hat .hat__text {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }

  .landing__hat .hat__breadcrumbs {
    margin-bottom: 30px;
  }
}

.standoc-feature {
  background: #f5fbff;
  overflow: hidden;
  padding: 44px 55px 36px;
  min-height: 430px;
  background-position: 100% 100%;
  background-image: url(./img/standoc-feature-background.png);
  background-repeat: no-repeat;
  position: relative;
}

.standoc-feature:after {
  content: "";
  height: 96px;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#f5fbff), to(rgba(245, 251, 255, 0)));
  background: linear-gradient(0deg, #f5fbff 0, rgba(245, 251, 255, 0));
}

.standoc-feature:after,
.standoc-feature__image {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.standoc-feature__image {
  background-image: url(./img/standoc-feature-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -12px;
  width: 420px;
  top: 0;
}

.standoc-feature__image:after {
  content: "";
  display: block;
  padding-bottom: 123%;
}

.standoc-feature__content {
  max-width: 560px;
}

.standoc-feature__info {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  align-self: flex-end;
  position: absolute;
  bottom: 36px;
  z-index: 1;
}

.standoc-feature__link {
  -webkit-transition-property: color;
  -webkit-transition-duration: .1s;
  display: inline;
  background-position-y: 1.05em;
  background-size: 1px 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8dc8e7), color-stop(0, #8dc8e7));
  background-image: linear-gradient(90deg, #8dc8e7 0, #8dc8e7 0);
  color: #202a45;
  transition-property: color;
  transition-duration: .1s;
  text-decoration: none;
  background-repeat: repeat-x;
  background-position-y: 1em;
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  background-position-y: 1.1em;
}

.standoc-feature__link:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#1aa7f2), color-stop(0, #1aa7f2));
  background-image: linear-gradient(90deg, #1aa7f2 0, #1aa7f2 0);
}

.standoc-feature__link:active {
  background-image: -webkit-gradient(linear, left top, right top, from(#128dce), color-stop(0, #128dce));
  background-image: linear-gradient(90deg, #128dce 0, #128dce 0);
}

.standoc-feature__link:active,
.standoc-feature__link:hover {
  background-image: none;
}

.standoc-feature__link:hover {
  color: #1aa7f2;
  text-decoration: none;
}

.standoc-feature__link:active {
  color: #128dce;
  text-decoration: none;
}

.standoc-feature__heading {
  margin: 0 0 16px;
  font-size: 1.78rem;
  line-height: 1.4;
  letter-spacing: -.01em;
  z-index: 1;
  position: relative;
}

.standoc-feature__heading,
.standoc-feature__subheading {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #000;
}

.standoc-feature__subheading {
  font-style: normal;
  font-size: 1.11rem;
  line-height: 1.2;
  margin: 20px 0 5px;
}

.standoc-feature__subheading span {
  display: inline-block;
  color: #fff;
  padding: 2px 6px;
  font-size: 20px;
  background-color: #202a45;
  border-radius: 2px;
  margin-left: 5px;
}

.standoc-feature__subheading:first-of-type {
  margin-top: 0;
}

.standoc-feature__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  z-index: 1;
  position: relative;
}

.standoc-feature__line {
  margin-top: 36px;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}

.standoc-feature__list-item {
  padding-left: 18px;
  margin-bottom: 2px;
}

.standoc-feature__button {
  max-width: 295px;
  padding: 18px;
  width: 100%;
}

@media (max-width:1024px),
(max-width:1367px) and (min-width:1041px) {
  .standoc-feature {
    padding: 30px 30px 54px;
    margin-right: -30px;
    margin-left: -30px;
    width: calc(100% + 60px);
    margin-bottom: 0;
  }

  .standoc-feature__heading {
    max-width: 360px;
  }

  .standoc-feature__content {
    max-width: 450px;
  }

  .standoc-feature__image {
    background-position-x: -32px;
    width: calc(100% - 450px);
  }
}

@media (max-width:767px),
(max-width:1140px) and (min-width:1025px) {
  .standoc-feature {
    padding: 32px 16px 40px;
    margin-right: -16px;
    margin-left: -16px;
    width: calc(100% + 32px);
    margin-bottom: 0;
  }

  .standoc-feature:after {
    display: none;
  }

  .standoc-feature__button {
    max-width: 100%;
  }

  .standoc-feature__heading {
    margin-bottom: 0;
    max-width: 100%;
  }

  .standoc-feature__info {
    bottom: 18px;
    left: 16px;
    right: 16px;
  }

  .standoc-feature__content {
    max-width: 100%;
  }

  .standoc-feature__image {
    position: relative;
    width: 100%;
    background-size: 120%;
    background-position-x: center;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-bottom: 20px;
  }

  .standoc-feature__image:after {
    content: "";
    display: block;
    padding-bottom: 106%;
    background: -webkit-gradient(linear, left bottom, left top, from(#f5fbff), to(rgba(245, 251, 255, 0)));
    background: linear-gradient(0deg, #f5fbff 0, rgba(245, 251, 255, 0));
    background-size: 100% 170px;
    background-repeat: no-repeat;
    background-position-y: bottom;
  }
}

.standoc-list {
  max-width: 100%;
}

.standoc-list__heading:first-of-type {
  margin-top: 0;
}

.standoc-list__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: -20px;
  width: calc(100% + 20px);
}



.standoc-tip {
  background: url(./img/standoc-tip-background.png), -webkit-gradient(linear, left top, right top, from(#edf3f8), color-stop(99.56%, #eef6fc));
  background: url(./img/standoc-tip-background.png), linear-gradient(90deg, #edf3f8, #eef6fc 99.56%);
  background-size: cover;
  background-position: 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 38px 20px 40px 68px;
}

.standoc-tip__content {
  margin-right: 80px;
  max-width: 725px;
}

.standoc-tip__portrait {
  border-radius: 50%;
  border: 5px solid #fff;
  display: block;
  margin-bottom: 15px;
  box-sizing: border-box;
  max-width: 175px;
  max-height: 175px;
}

.standoc-tip__standoc {
  max-width: 30%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.standoc-tip__heading {
  color: #000;
  font-size: 30px;
  line-height: 1.2;
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 15px !important;
  position: relative;
}

.standoc-tip__heading:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 16px;
  background-image: url(./img/standoc-tip-quotes.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -36px;
  top: 8px;
}

.standoc-tip__text {
  font-size: 18px;
  margin: 0 0 15px;
  border: none;
  padding: 0;
}

.standoc-tip__subtext,
.standoc-tip__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  color: #000;
  line-height: 1.7;
}

.standoc-tip__subtext {
  font-weight: 300;
  font-size: 14px;
}

.standoc-tip__name {
  font-family: Onest, Helvetica, Arial, sans-serif;
  color: #202a45;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -.01em;
  font-size: 16px;
}

.standoc-tip__name span {
  display: block;
  font-size: 22px;
}

.standoc-tip__spec {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  color: #000;
  margin-top: 5px;
}

@media (max-width:1200px) {
  .standoc-tip__content {
    margin-right: 40px;
  }
}

@media (max-width:768px) {
  .standoc-tip {
    padding: 38px 20px 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }

  .standoc-tip__heading {
    font-size: 28px;
  }

  .standoc-tip__heading:after {
    display: none;
  }

  .standoc-tip__standoc {
    -webkit-box-ordinal-group: 0;
    order: -1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 16px;
    max-width: 100%;
  }

  .standoc-tip__content {
    margin-right: 0;
  }
}

.education-map {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.education-map__item {
  padding-left: 50px;
  background-image: url("./img/border-left.svg");
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 4px;
  position: relative;
  padding-bottom: 12px;
  margin-left: 32px;
}

.education-map__item {
  list-style: none;
}

.education-map__pin.noyear {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #202a45;
  margin: 0;
  left: 0;
  right: auto;
  transform: translateX(-40%);
}

.education-map__item:last-of-type {
  background-image: none;
  padding-bottom: 0;
}

.education-map__pin {
  margin-left: -32px;
  max-width: 64px;
  width: 100%;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: #202a45;
  font-size: 14px;
  font-family: Onest, Helvetica, Arial, sans-serif;
}

.education-map__heading {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #000;
  margin: 0;
}

.education-map__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  margin: 0;
}

.education-map__trigger {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(23.27%, #fff), color-stop(72.54%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff 23.27%, hsla(0, 0%, 100%, 0) 72.54%);
}

@media (max-width:768px) {
  .education-map {
    margin-bottom: 50px;
  }
}

.expand-button {
  margin: 20px auto 0;
  max-width: 300px;
  text-align: center;
}

.extendable {
  overflow-y: hidden;
  position: relative;
}

.extendable_extended .extendable__trigger {
  display: none;
}

.extendable__trigger {
  position: absolute;
  height: 128px;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0;
  width: 100%;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.2;
}

.extendable__trigger span {
  font-family: Onest, Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 16px;
  left: 48px;
  color: #202a45;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  background-position-y: 1em;
  display: inline;
  text-decoration: none;
  line-height: 1.2;
  background-position-y: 1.05em;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  background-image: linear-gradient(90deg, #8dc8e7 2px, transparent 0);
  background-position-y: 1.1em;
}

.extendable__trigger span:hover {
  color: #1aa7f2;
  text-decoration: none;
  background-image: linear-gradient(90deg, #1aa7f2 2px, transparent 0);
}

.extendable__trigger span:active {
  color: #128dce;
  text-decoration: none;
  background-image: linear-gradient(90deg, #128dce 2px, transparent 0);
}

.extendable__trigger span:before {
  content: "";
  width: 12px;
  height: 22px;
  display: inline-block;
  background-image: url("./img/arrow-down.svg");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: -18px;
}

.filter {
  margin-bottom: 25px;
}

.filter__tagline {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.filter__tag {
  margin: 0 12px 12px 0;
  flex-shrink: 1;
}

li.allstat>a {
  color: #202a45;
  background-color: white;
  padding: 2px 5px !important;
  border: 1px solid #202a45;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px !important;
}

li.allstat:hover a {
  background-color: #202a45;
  color: white !important;
}

li.allstat {
  width: 70px !important;
}

.footer {
  font-family: Onest, Helvetica, Arial, sans-serif;
  background-color: #f5f5f5;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 20px;
  width: 100%;
}

.footer,
.footer__item {
  display: -webkit-box;
  display: flex;
}

.footer__item {
  -webkit-box-align: center;
  align-items: center;
  max-width: calc((100% - 16px)/2);
}

.footer__logo {
  width: 49px;
  height: 49px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin-right: 16px;
  background-image: url(./img/footer-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.footer__copyright {
  margin: 12px 0 5px;
}

.footer__copyright,
.footer__nav {
  font-size: 11px;
  line-height: 1.2;
  color: #b7b1b2;
}

.footer__link {
  color: #b7b1b2;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0 4px;
  margin: 0 1px;
}

.footer__link:visited {
  color: #b7b1b2;
}

.footer__link:first-child {
  padding-left: 0;
  margin-left: 0;
}

.footer__link:last-child {
  padding-right: 0;
  margin-right: 0;
}

.footer__line {
  font-size: 12px;
  line-height: 1.3;
  color: #9d9d9d;
  margin: 0;
}

@media (max-width:625px),
(max-width:1024px) and (min-width:769px) {
  .footer__item {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .footer__item:last-of-type {
    margin-bottom: 0;
  }

  .footer__nav {
    font-size: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .footer__link {
    font-size: 11px;
    padding: 0;
    margin: 0 0 5px;
  }

  .footer__link:last-child {
    margin-bottom: 0;
  }
}

.image-gallery {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  width: calc(100% + 10px);
}

.image-gallery__item {
  -webkit-box-flex: 1;
  flex-grow: 1;
  position: relative;
  max-width: 100%;
  width: 100%;
  width: 0;
  cursor: pointer;
  -webkit-transition-property: box-shadow, -webkit-transform;
  transition-property: box-shadow, -webkit-transform;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
}

.image-gallery__item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 1;
}

.image-gallery__item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.image-gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  bottom: 10px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -webkit-transition-property: box-shadow, -webkit-filter;
  transition-property: box-shadow, -webkit-filter;
  transition-property: box-shadow, filter;
  transition-property: box-shadow, filter, -webkit-filter;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.image-gallery__item:before {
  content: "";
  display: block;
}

.image-gallery__item_v {
  min-width: 25%;
}

.image-gallery__item_v:before {
  padding-bottom: 100%;
}

.image-gallery__item_h {
  min-width: 50%;
}

.image-gallery__item_h:before {
  padding-bottom: 56%;
}

@media (max-width:560px) {
  .image-gallery__item_v {
    min-width: 33.33333%;
  }

  .image-gallery__item_h {
    min-width: 66.66667%;
  }
}

.my-modal.response .modal-content {
  display: none;
}

.my-modal.response .modal-response {
  display: -webkit-box;
  display: flex;
}





.my-modal .modal-dialog {
  width: 90%;
  max-width: 400px;
  height: 460px;
  background: #202a45;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
  border: 1px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.my-modal .modal-dialog .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url(./img/close.svg);
  background-size: 100% 100%;
  opacity: 1;
  z-index: 3;
}


.my-modal .modal-dialog .man {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 8px;
  width: auto;
  height: 422px;
}





.my-modal .modal-dialog .bg-logo {
  position: absolute;
  z-index: 1;
  left: 60%;
  -webkit-transform: translateX(-60%);
  transform: translateX(-60%);
  height: 100%;
}

@media (max-width:1024px) {
  .my-modal .modal-dialog {
    max-width: 430px;
    height: auto;
    margin: 10px auto;
  }

  .my-modal .modal-dialog .bg-logo,
  .my-modal .modal-dialog .man {
    display: none;
  }
}



.my-modal .modal-auth {
  width: calc(100% - 32px);
  max-width: 480px;
  height: auto;
  min-height: 350px;
  background: #202a45;

}


.my-modal .modal-auth  .close {
  background-image: url(./img/close_white.svg);

}

#myModal_auth .modal-auth {
  display: flex;
  align-items: stretch;
}

#myModal_auth .modal-content {
  width: 100%;
  margin: 48px 52px 44px;
}

#myModal_auth .modal-content .modal-col1 {
  justify-content: flex-start;
}

#myModal_auth .modal-content .modal-col1 .modal-title {
  margin: 0;
}

#myModal_auth .modal-content .modal-col1>div span {
  margin: 16px 0 28px;
}

#myModal_auth .modal-content .modal-col2,
#myModal_auth .modal-content .modal-col2 form,
#myModal_auth .modal-content .modal-col2 .form-group,
#myModal_auth #phone_block,
#myModal_auth #code_block {
  width: 100%;
  max-width: none;
}

#myModal_auth .modal-content input.stan-form-control {
  height: 56px;
  max-width: none;
  margin-bottom: 18px;
  padding: 0 24px;
  border: 1px solid #d9deea;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  color: #202a45;
  font-size: 18px;
  line-height: 1.2;
}

#myModal_auth .modal-content input.stan-form-control:focus {
  border-color: #2b82ff;
  box-shadow: 0 0 0 3px rgba(43, 130, 255, .16);
  outline: none;
}

#myModal_auth .modal-content .callback-form__submit {
  height: 56px;
  max-width: none;
  margin-bottom: 0;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
}

#myModal_auth .code-inputs-wrapper {
  width: 100%;
}

#myModal_auth .code-inputs {
  display: grid;
  grid-template-columns: repeat(4, minmax(46px, 1fr));
  gap: 10px;
  width: 100%;
  margin: 0 0 18px;
}

#myModal_auth .code-inputs input.code-input {
  width: 100%;
  height: 56px;
  border: 1px solid #d9deea;
  border-radius: 4px;
  background: #fff;
  color: #202a45;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  box-shadow: none;
}

#myModal_auth .code-inputs input.code-input:focus {
  border-color: #2b82ff;
  box-shadow: 0 0 0 3px rgba(43, 130, 255, .16);
  outline: none;
}

@media (max-width:560px) {
  #myModal_auth .modal-auth {
    width: calc(100% - 24px);
    min-height: 0;
  }

  #myModal_auth .modal-auth .close {
    top: 18px;
    right: 18px;
  }

  #myModal_auth .modal-content {
    margin: 44px 24px 28px !important;
  }

  #myModal_auth .modal-content .modal-col1 {
    text-align: left;
  }

  #myModal_auth .modal-content .modal-col1 .modal-title {
    font-size: 26px;
    line-height: 32px;
  }

  #myModal_auth .modal-content .modal-col1 .modal-title:after {
    display: none;
  }

  #myModal_auth .modal-content .modal-col1>div {
    margin-bottom: 0;
  }

  #myModal_auth .modal-content .modal-col1>div span {
    margin: 14px 0 22px;
    font-size: 16px;
    line-height: 22px;
  }

  #myModal_auth .modal-content input.stan-form-control,
  #myModal_auth .modal-content .callback-form__submit {
    height: 52px;
    font-size: 16px;
  }

  #myModal_auth .modal-content input.stan-form-control {
    padding: 0 18px;
  }

  #myModal_auth .code-inputs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  #myModal_auth .code-inputs input.code-input {
    height: 52px;
    font-size: 24px;
  }
}





.my-modal .modal-response {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  display: none;
  width: 90%;
  margin: 45px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (max-width:1024px) {
  .my-modal .modal-response {
    -webkit-box-align: center;
    align-items: center;
    margin: 25px auto;
  }
}

.my-modal .modal-response .response-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  margin: 0 0 10px;
}

@media (max-width:1024px) {
  .my-modal .modal-response .response-title {
    font-size: 24px;
    margin-top: 14px;
  }

  .my-modal .modal-response .response-title:after {
    content: "";
    width: 40px;
    height: 3px;
    background: #202a45;
    display: block;
    margin: 12px auto;
  }
}

.my-modal .modal-response .icon-response {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(./img/response.svg);
  background-size: 100% 100%;
}

.my-modal .modal-response>div {
  -webkit-box-flex: 1;
  flex: 1;
  text-align: left;
  max-width: 360px;
  width: 100%;
  margin-top: 20px;
}

.my-modal .modal-response>div span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.my-modal .modal-response>div button {
  display: none;
}

@media (max-width:1024px) {
  .my-modal .modal-response>div button {
    display: block;
    margin-top: 10px;
    max-width: 370px;
    width: 100%;
    height: 56px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #202a45;
    background: #fff;
    border-radius: 3px;
  }
}

@media (max-width:1024px) {
  .my-modal .modal-response>div {
    text-align: center;
    padding: 0;
  }
}

.my-modal .modal-content {
  margin: 44px 42px;
  color: #fff;
  border: none;
  border-radius: none;
  background: none;
  box-shadow: none;
  position: relative;
  z-index: 2;
}

.my-modal .modal-content a {
  color: #202a45;
}


 .my-modal .modal-content .call-block__privacy a {
  color: #fff;
}










.my-modal .modal-content .modal-col1 {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width:1024px) {
  .my-modal .modal-content .modal-col1 {
    width: 100%;
    text-align: center;
  }
}

.my-modal .modal-content .modal-col1 .modal-title {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: .01em;
  font-weight: 500;
}

@media (max-width:1024px) {
  .my-modal .modal-content .modal-col1 .modal-title {
    font-size: 24px;
  }

  .my-modal .modal-content .modal-col1 .modal-title:after {
    content: "";
    width: 40px;
    height: 3px;
    background: #202a45;
    display: block;
    margin: 12px auto;
  }
}

.my-modal .modal-content .modal-col1>div {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .01em;
  max-width: 420px;
  width: 100%;
}

@media (max-width:1024px) {
  .my-modal .modal-content .modal-col1>div {
    max-width: none;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
}

.my-modal .modal-content .modal-col1>div .icon-reload {
  width: 15px;
  height: 14px;
  background-image: url(./img/reload.svg);
  background-size: 100% 100%;
}

@media (max-width:1024px) {
  .my-modal .modal-content .modal-col1>div .icon-reload {
    display: none;
  }
}

.my-modal .modal-content .modal-col1>div span {
  display: block;
  margin: 12px 0 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.my-modal .modal-content .modal-col2 {
  -webkit-box-flex: 1;
  flex: 1;
  max-width: 400px;
}

.my-modal .modal-content .modal-col2 .form-group {
  margin-bottom: 0;
}

.my-modal .modal-content .modal-col2 span.stan-not-valid-tip {
  display: none !important;
}


.my-modal .modal-content ::-webkit-input-placeholder {
  color: #696f7c;
  opacity: 1;
  font-weight: 400;
}

.my-modal .modal-content ::-moz-placeholder {
  color: #696f7c;
  opacity: 1;
  font-weight: 400;
}

.my-modal .modal-content :-ms-input-placeholder {
  color: #696f7c;
  opacity: 1;
  font-weight: 400;
}

.my-modal .modal-content input.stan-form-control {
  color: #696f7c;
  background: #fafafa;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
  padding: 0 20px;
  font-family: Onest;
}

.my-modal .modal-content .callback-form__submit,
.my-modal .modal-content input.stan-form-control {
  height: 52px;
  width: 100%;
  max-width: 350px;
  border-radius: 3px;
  border: none;
  margin-bottom: 16px;
}

.my-modal .modal-content .callback-form__submit {
  background: -webkit-gradient(linear, left top, left bottom, from(#53c1fc), color-stop(47.92%, #1aa7f2), color-stop(85.42%, #139fe9), to(#0e93da));
  background: linear-gradient(180deg, #53c1fc, #1aa7f2 47.92%, #139fe9 85.42%, #0e93da);
  box-shadow: none;
  padding: 0;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.my-modal .modal-content .callback-form__submit:active {
  top: 1px;
}

.my-modal .modal-content .callback-form__submit:hover {
  background: #1aa7f2;
}

.my-modal .modal-content .callback-form__submit:disabled {
  pointer-events: none;
}


.my-modal .modal-content .callback-form__submit .icon-pen {
  display: block;
  width: 13px;
  height: 14px;
  background-image: url(./img/pen.svg);
  background-size: 100% 100%;
  margin-right: 6px;
}


.my-modal .modal-content .callback-form__submit .icon-callme {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(./img/phone-forwarded.svg);
  background-size: 100% 100%;
  margin-right: 6px;
}




@media (max-width:1024px) {
  .my-modal .modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 30px;
  }
}

.js-modal {
  display: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
}

.js-modal_active {
  display: -webkit-box;
  display: flex;
}

.js-modal__frame {
  background-color: #fff;
  padding: 8px;
  position: relative;
  margin: 16px;
}

.js-modal__target {
  overflow-y: auto;
}

.js-modal__target>* {
  max-width: 100%;
}

.js-modal__button {
  position: absolute;
  border-radius: 50%;
  top: -16px;
  right: -16px;
  height: 32px;
  width: 32px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0;
  z-index: 3;
}

.js-modal__button svg {
  width: 20px;
}

@media (orientation:portrait) {
  .js-modal {
    max-width: 80vw;
    max-height: 80vw;
  }

  .js-modal>img {
    height: 80vw;
  }

  .js-modal>iframe {
    width: 100vw;
  }
}

@media (orientation:landscape) {
  .js-modal {
    max-width: 60vw;
    max-height: 80vw;
  }
}

.link {
  color: #202a45;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  background-position-y: 1em;
  display: inline;
  text-decoration: none;
  line-height: 1.2;
  background-position-y: 1.05em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8dc8e7), color-stop(0, #8dc8e7));
  background-image: linear-gradient(90deg, #8dc8e7 0, #8dc8e7 0);
}

.link:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#1aa7f2), color-stop(0, #1aa7f2));
  background-image: linear-gradient(90deg, #1aa7f2 0, #1aa7f2 0);
}

.link:active {
  background-image: -webkit-gradient(linear, left top, right top, from(#128dce), color-stop(0, #128dce));
  background-image: linear-gradient(90deg, #128dce 0, #128dce 0);
}

.link:active,
.link:hover {
  background-image: none;
}

.link:hover {
  color: #1aa7f2;
  text-decoration: none;
}

.link:active {
  color: #128dce;
  text-decoration: none;
}

.list-block_blue .list-block__head {
  background-color: #202a45;
}

.list-block_gray .list-block__head {
  background-color: #696f7c;
}

.list-block__head {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  padding: 14px 20px;
}

.list-block__body {
  padding: 20px 20px 20px 0;
}

.load-shade {
  height: 250px;
  padding: 25px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.load-shade__button {
  max-width: 90vw;
  width: 340px;
}



.mobile-header {
  height: 68px;
  padding: 16px;

  
 
/*   -webkit-box-pack: justify;
  justify-content: space-between;
 
  -webkit-box-align: center;
  align-items: center; */
  
  /*  background-color: #202a45; */
  

  
  background: linear-gradient(160deg,#0b2e4f,#1f4f78);
  
  position: -webkit-sticky;
  position: sticky;
  z-index: 99999999;
  left: 0;
  top: 0;
  right: 0;
  display: none
}




.mobile-header__logo {
  height: 100%;
  width: 100%;
  min-height: 38px;
  max-width: 75px;
  background: url(/assets/themes/stan/./img/logo3d.svg);
  background-repeat: no-repeat;
  display: block;

}



.mobile-header div {display: block;  position: relative; width: 100%; }


.mobile-header div button {position: relative; float: right;} 



.mobile-header__contacts {


  height: 100%;
  width: 100%;
  min-height: 38px;
  padding: 0;
  max-width: 38px;
  background: #fff;
  border: none;
  border-radius: 50%;
  background-position: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
   background-image: url(/assets/themes/stan/./static/css/../../img/menu/mobile/contacts.svg);
   margin-right: 20px;
 
   

}



.mobile-header__contacts:active,
.mobile-header__contacts:hover {
  padding: 8px 16px;
}








.mobile-header__card,
.mobile-header__search {


  height: 100%;
  width: 100%;
  min-height: 38px;
  padding: 0;
  max-width: 38px;
  background: #fff;
  border: none;
  border-radius: 50%;
  background-position: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
   background-image: url(/assets/themes/stan/./static/css/../../img/menu/mobile/cart.svg);
   margin-right: 20px;
 
   

}



.mobile-header__card:active,
.mobile-header__card:hover,
.mobile-header__search:active,
.mobile-header__search:hover {
  padding: 8px 16px;
}






.mobile-header__card {
  position: relative; /* Делаем контейнером для абсолютного позиционирования */
  /* остальные ваши стили остаются */
}

/* Стили для кругляша с количеством */
.mobile-header__card::after {
  content: attr(data-cart-count);
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 20px;
  height: 20px;
  background: #ff0000;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  z-index: 2;
}

/* Если корзина пуста */
.mobile-header__card:not([data-cart-count])::after {
  display: none;
}

/* Anti-flicker: hide cart UI until JS computes real cart state */
body:not(.cart-state-ready) #cart_botton,
body:not(.cart-state-ready) #mobile-header_cart,
body:not(.cart-state-ready) .cart-counter,
body:not(.cart-state-ready) .userblock .cart-badge,
body:not(.cart-state-ready) #top-cart-count {
  display: none !important;
}




.mobile-header__card::after {
  transition: transform 0.3s ease;
}

.mobile-header__card:hover::after {
  transform: scale(1.1);
}





/* Стили для кругляша */
.cart_sidebar.btn-n--stan {
  position: relative;
}

.btn-n--stan .cart-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: #D0021B;
  color: white;
  border-radius: 50% !important;
  font-size: 11px;
  font-weight: 600;
  margin-left: 0;
  padding: 0;
  line-height: 18px;
  vertical-align: top;
  box-shadow: none;
  box-sizing: border-box;
  flex: 0 0 18px;
  z-index: 2;
}

/* Sidebar cart badge: keep near the button text like "В корзину (4)" */
.cart_sidebar.btn-n--stan .cart-counter {
  position: static;
  top: auto;
  right: auto;
  display: inline-flex !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  border-radius: 999px !important;
  background: #D0021B !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin-left: 8px;
  vertical-align: middle;
  box-sizing: border-box !important;
  flex: 0 0 18px !important;
  transform: none;
}

/* Скрываем если пусто */
.btn-n--stan .cart-counter:empty {
  display: none;
}

/* Восстанавливаем видимость */
.btn-n--stan .visually-hidden:not(:empty) {
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
  position: static;
}











.mobile-header__trigger {
  height: 100%;
  width: 100%;
  min-height: 38px;
  padding: 0;
  max-width: 38px;
  background: #EADEBD;
  border: none;
  border-radius: 50%;
  background-position: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-image: url(/assets/themes/stan/./img/mobile-header-trigger.svg)
}


.mobile-header__trigger_active {
	
  background-image: url(/assets/themes/stan/./img/mobile-header-trigger-active.svg)


} 





@media (max-width:1024px) {
  .mobile-header {
    display: -webkit-box;
    display: flex;
  }

  .search-bar-2 {
    display: none !important;
  }

  body.mobile-search-visible .search-bar-2 {
    display: -webkit-box !important;
    display: flex !important;
  }

  body:not(.mobile-search-visible) #naideno {
    display: none !important;
  }



  .mobile-header_active .mobile-header__contacts {
    display: none;
  }
}

@media (max-width:480px) {
  .mobile-header__phone {
    font-size: 18px;
  }
}

.ordered-list__item:before {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  display: block;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: .89rem;
  background-color: #202a45;
  left: 0;
  top: calc((1.75em - 24px)/2);
  content: counter(orderedListCounter);
}

.ordered-list_color_blue .ordered-list__item:before {
  background-color: #202a45;
}

.ordered-list_color_gray .ordered-list__item:before {
  background-color: #696f7c;
}

.other-offers {
  font-family: Onest, Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: -20px;
}

.other-offers__card {
  max-width: calc((100% - 40px)/3);
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width:1200px) {
  .other-offers__card {
    max-width: calc((100% - 20px)/2);
  }
}

@media (max-width:960px) {
  .other-offers__card {
    max-width: 100%;
  }
}

@media (max-width:1024px) {
  .other-offers__card {
    max-width: calc((100% - 20px)/2);
  }
}

@media (max-width:520px) {
  .other-offers__card {
    max-width: 100%;
  }
}

.portfolio-card {
  background-color: #FAFAFA;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.portfolio-card__heading {
  font-size: 32px;
  line-height: 1.2;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
  font-family: Onest, Helvetica, Arial, sans-serif;
}

.portfolio-card__footer {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 40px;
  padding-bottom: 25px;
}


.portfolio-card__image {
  display: -webkit-box;
  display: flex;
  max-width: 50%;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
}

.portfolio-card__image img {
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  justify-content: stretch;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  transition: all .2s;

}

.portfolio-card__image img:hover {
  filter: none
}


.portfolio-card__image:before {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  position: absolute;
  color: #fff;
  top: 40px;
  left: 40px;
  padding: 2px 10px;
  font-size: 18px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  font-weight: 300;
}

.portfolio-card__image_before {
  position: relative;
}

.portfolio-card__image_before:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  background-color: rgba(0, 0, 0, .5);
}

.portfolio-card__image_before:before {
  z-index: 1;
  background-color: #202a45;
  content: "До";
}

.portfolio-card__image_after:before {
  background-color: #202a45;
  content: "После";
  z-index: 1;
}


.portfolio-card__button {
  margin-bottom: -20px;
  text-align: center;
  max-width: 30%;
  width: 100%;
}

@media (max-width:768px) {
  .portfolio-card__button {
    max-width: 100%;
    width: 100%;
    margin: 15px 0 0;
  }
}

@media (max-width:560px) {
  .portfolio-card__image {
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.post__heading {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -.01em;
  color: #000;
  margin: 50px 0 20px;
  line-height: 1.2;
}

.post__heading_h2 {
  font-size: 36px;
}

.post__heading_h3 {
  font-size: 32px;
}

.post__heading_h4 {
  font-size: 28px;
}

.post__heading_h5 {
  font-size: 22px;
}

.post__tag {
  margin-bottom: 10px;
}

.post__tag:last-child {
  margin-bottom: 0;
}

.post__hr {
  border: 0;
  border-top: 1px solid #d3d3d3;
  margin: 25px 0;
}

.post__accordeon {
  margin-bottom: 15px;
}

.post__accordeon:last-child {
  margin-bottom: 0;
}

.post__sup {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #696f7c;
  position: relative;
  top: -16px;
  display: inline-block;
}

@media (max-width:1200px) {
  .post__flex {
    flex-wrap: wrap;
  }

  .post__column {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width:480px) {
  .post__quote {
    font-size: 16px;
  }

  .post__heading_h2 {
    font-size: 28px;
  }

  .post__heading_h3 {
    font-size: 24px;
  }

  .post__heading_h4 {
    font-size: 22px;
  }

  .post__heading_h5 {
    font-size: 18px;
  }

  .post__heading_bottom-double {
    margin-bottom: 20px;
  }
}

.post-footer {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  margin-top: 50px;
}

.post-footer__item {
  padding: 50px 20px;
  margin: 0 -20px;
}

.post-footer__item:last-child {
  padding-bottom: 25px;
}

.post-footer__item:empty {
  padding: 0;
}

.post-footer__item_gray {
  background-color: #fafafa;
}

.post-footer__postinfo {
  padding: 32px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(hsla(0, 0%, 98%, 0)));
  background-image: linear-gradient(180deg, #f5f5f5, hsla(0, 0%, 98%, 0));
  border-bottom: 1px solid #d3d3d3;
}

.post-footer__postrating {
  padding: 25px 20px;
}

.profile-slide {
  margin-bottom: 35px;
}

.profile-slide__heading {
  margin-top: 0;
}

.qualification-block {
  padding: 30px;
  margin-top: -54px;
  background-color: #f5fbff;
}

.qualification-block__heading {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #000;
  margin: 0 0 10px;
}

.qualification-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qualification-block__item {
  margin-bottom: 20px;
}

.qualification-block__item:last-child {
  margin-bottom: 0;
}

.qualification-block__date {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  max-width: 64px;
  width: 100%;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  border-radius: 2px;
  background-color: #202a45;
  font-size: 14px;
}

.qualification-block__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  margin: 0;
}

.qualification-block__trigger {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(38.4%, #f5fbff), color-stop(72.54%, rgba(245, 251, 255, 0)));
  background-image: linear-gradient(0deg, #f5fbff 38.4%, rgba(245, 251, 255, 0) 72.54%);
}

@media (max-width:768px) {
  .qualification-block {
    margin-top: 0;
  }
}

.question {
  -webkit-transition-property: max-height, background-color;
  transition-property: max-height, background-color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  margin-bottom: 15px;
  background-color: #F6F6F6;
}




.question__head {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #202a45;
  padding: 22px 30px;
  font-size: 24px;
  line-height: 28px;
  position: relative;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  user-select: none;
  padding-right: 50px;
}




.question__head:hover {
  opacity: 0.8;
}

.question__head.number-heading::before {
  margin-top: -2px;
}

.question__head {
  align-items: center;
}

.question__head::after {
  content: '';
  width: 14px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='18' viewBox='0 0 14 18' fill='none'%3e%3cpath d='M6.89062 17.8311L6.89063 1.71387' stroke='%23313640' stroke-width='1.5'/%3e%3cpath d='M1 7.31738L6.94595 1.61721L12.8919 7.31738' stroke='%23313640' stroke-width='1.5'/%3e%3c/svg%3e");

}

.accordeon_open .question__head::after {
  transform: translateY(-50%) rotate(-180deg);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='19' viewBox='0 0 14 19' fill='none'%3e%3cpath d='M6.89062 18.2139L6.89063 2.09668' stroke='white' stroke-width='1.5'/%3e%3cpath d='M1 7.7002L6.94595 2.00002L12.8919 7.7002' stroke='white' stroke-width='1.5'/%3e%3c/svg%3e");
}

.question__head span {
  display: inline;
  text-decoration: none;
}

.question {
  border: 1px solid transparent;
}

.question__body {
  padding: 0 20px 20px;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-size: 20px;
  background: #fff;

}



.article .question {
  max-height: 80px;
}



.accordeon_open.question {
  background-color: #f6f6f6;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);

}

.accordeon_open .question__head {
  color: #fff;
  background: #202a45;
}

.accordeon_open .question__head:after {

  transform: rotate(180deg) translateY(50%);
}

.question__content li {
  line-height: 1.75;
  font-size: 20px;
  font-weight: 300;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  margin-bottom: 15px;


}


.accordeon_open .question__head .underline_dashed {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #202a45), color-stop(50%, transparent));
  background-image: linear-gradient(90deg, #202a45 50%, transparent 0);
}

.quicklinks {
  display: -webkit-box;
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}

.quicklinks__item,
.quicklinks li {
  margin-bottom: 10px;
  margin-right: 10px;
}

.quicklinks__item:before,
.quicklinks li:before {
  content: none;
}

.quicklinks__link,
.quicklinks a {
  display: block;
  padding: 16px 50px;
  background-color: #fff;
  border: 1px solid #c8e4f3;
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: border-color, box-shadow, background-color, color;
  transition-property: border-color, box-shadow, background-color, color;
  background-image: none;
  cursor: pointer;
}

.quicklinks__link,
.quicklinks__link:active,
.quicklinks__link:hover,
.quicklinks__link:visited,
.quicklinks a,
.quicklinks a:active,
.quicklinks a:hover,
.quicklinks a:visited {
  color: #202a45;
  text-decoration: none;
}

.quicklinks__link:hover,
.quicklinks a:hover {
  border-color: #202a45;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.quicklinks__link:active,
.quicklinks a:active {
  color: #128dce;
  background-color: #fbfbfb;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.quicklinks__link_current,
.quicklinks a_current {
  color: #696f7c;
  border-color: #f6f6f6;
  background-color: #f6f6f6;
}

@media (max-width:768px) {
  .quicklinks li {
    width: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-right: 0;
  }

  .question__head {
    font-size: 18px;
    padding-left: 20px;
    padding-top: 20px;
    line-height: normal;
  }
}

.reply {
  padding: 20px 36px 20px 20px;
  background-color: #fff;
  border-top: 2px solid #202a45;
  display: -webkit-box;
  display: flex;
}

.reply__portrait {
  border-radius: 50%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: block;
  width: 80px;
  height: 80px;
  max-width: 80px;
}

.reply__content {
  margin-left: 20px;
  max-width: 83.33333%;
  width: 100%;
}

.reply__name {
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 5px;
  font-weight: 500;
}

.reply__info,
.reply__name {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
}

.reply__info {
  font-weight: 200;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #9f9f9f;
}

.reply__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  margin: 0;
}

@media (max-width:480px) {
  .reply {
    padding: 20px;
  }

  .reply__portrait {
    width: 40px;
    height: 40px;
  }

  .reply__info {
    margin-top: 25px;
  }

  .reply__info,
  .reply__text {
    margin-left: -55px;
  }

  .reply__content {
    max-width: 100%;
    margin: 0 0 0 15px;
  }
}

.review-card {
  padding: 40px 0 32px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  background-color: #f6f6f6;
  overflow: hidden;
}

.review-card__wrapper {
  margin: 0 115px 0 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
}

.review-card__content {
  max-width: 600px;
  margin-right: 26px;
  align-self: flex-start;
}

.review-card__heading {
  font-family: Onest, Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
  font-weight: 700;
  color: #000;
  font-size: 30px;
  line-height: 1.2;
  position: relative;
}

.review-card__heading:before {
  content: "";
  background-image: url("./img/quote-active.svg");
  display: block;
  width: 20px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  top: 10px;
}

.review-card__item {
  margin-right: 46px;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}

.review-card__item:last-child {
  margin-right: 0;
}

.review-card__icon {
  margin-right: 3px;
  vertical-align: text-top;
}

.review-card__icon,
.review-card__line {
  display: inline-block;
}

.review-card__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: #000;
  margin-bottom: 10px;
}

.review-card__preview {
  max-width: 200px;
  margin-bottom: -32px;
  width: 100%;
  box-shadow: 0 5px 20px rgba(13, 60, 90, .15);
  position: relative;
  cursor: pointer;
  margin-left: 40px;
}

.review-card__preview img {
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  width: 100%;
}

.review-card__preview:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.review-card__button {
  position: absolute;
  border: none;
  width: 54px;
  height: 54px;
  z-index: 1;
  border-radius: 50%;
  top: 36px;
  left: -27px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}

.reviews-load_more__button {

  width: 100%;
  /*height: 24px;*/
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #202a45;
  border: 1.5px solid #202a45;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 13px 15px;
  cursor: pointer;
}

.reviews-load_more__button:hover {
  background: #202a45;
  color: #fff;
}


.reviews-preloader {
  position: relative;
  width: 80px;
  height: 80px;
  display: none;
  margin: 0 auto;
  transform: scale(0.5);

}

.reviews-preloader div {
  animation: reviews-preloader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.reviews-preloader div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #202a45;
  margin: -4px 0 0 -4px;
}

.reviews-preloader div:nth-child(1) {
  animation-delay: -0.036s;
}

.reviews-preloader div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.reviews-preloader div:nth-child(2) {
  animation-delay: -0.072s;
}

.reviews-preloader div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.reviews-preloader div:nth-child(3) {
  animation-delay: -0.108s;
}

.reviews-preloader div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.reviews-preloader div:nth-child(4) {
  animation-delay: -0.144s;
}

.reviews-preloader div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.reviews-preloader div:nth-child(5) {
  animation-delay: -0.18s;
}

.reviews-preloader div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.reviews-preloader div:nth-child(6) {
  animation-delay: -0.216s;
}

.reviews-preloader div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.reviews-preloader div:nth-child(7) {
  animation-delay: -0.252s;
}

.reviews-preloader div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.reviews-preloader div:nth-child(8) {
  animation-delay: -0.288s;
}

.reviews-preloader div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes reviews-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



@media (max-width:1300px) {
  .review-card__wrapper {
    -webkit-box-align: center;
    align-items: center;
  }
}

@media (max-width:768px),
(max-width:1200px) and (min-width:1025px) {
  .review-card__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .review-card__preview {
    -webkit-box-ordinal-group: 0;
    order: -1;
    margin-bottom: 32px;
    margin-left: 0;
  }

  .review-card__content {
    margin: 0;
  }

  .review-card__heading:before {
    display: none;
  }
}

@media (max-width:1024px) {
  .review-card__wrapper {
    margin: 0 32px;
  }
}

@media (max-width:480px) {
  .review-card__heading {
    font-size: 24px;
  }

  .review-card__text {
    font-size: 16px;
  }
}

.review-item {
  max-width: calc((100% - 40px)/3);
  width: 100%;
  background: #fff;
  border: 1px solid #c8e4f3;
  box-sizing: border-box;
  -webkit-transition-property: border-color, box-shadow;
  transition-property: border-color, box-shadow;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  cursor: pointer;
  margin-bottom: 20px;
}

.review-item:hover {
  border: 1px solid #202a45;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
}

.review-item:hover .review-item__image {
  box-shadow: 0 5px 20px rgba(13, 60, 90, .15), inset 0 1px 10px hsla(0, 0%, 100%, .6);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.review-item:hover .review-item__heading span {
  color: #202a45;
  display: inline;
  text-decoration: none;
  line-height: 1.2;
  background-position-y: 1.05em;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  background-image: linear-gradient(90deg, #8dc8e7 2px, transparent 0);
}

.review-item:hover .review-item__heading span:hover {
  background-image: linear-gradient(90deg, #1aa7f2 2px, transparent 0);
}

.review-item:hover .review-item__heading span:active {
  background-image: linear-gradient(90deg, #128dce 2px, transparent 0);
}

.review-item:hover .review-item__button {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.review-item__preview {
  padding: 25px 25px 0;
  overflow: hidden;
  max-height: 300px;
  height: 300px;
  position: relative;
  -webkit-box-align: start;
  align-items: flex-start;
}

.review-item__button,
.review-item__preview {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.review-item__button {
  position: absolute;
  top: 125px;
  left: calc((100% - 54px)/2);
  max-width: 54px;
  max-height: 54px;
  min-width: 54px;
  min-height: 54px;
  height: 100%;
  padding: 0;
  border-radius: 27px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-align: center;
  align-items: center;
  z-index: 1;
}

.review-item__button,
.review-item__image {
  width: 100%;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
}

.review-item__image {
  -webkit-transition-property: box-shadow, -webkit-filter;
  transition-property: box-shadow, -webkit-filter;
  transition-property: filter, box-shadow;
  transition-property: filter, box-shadow, -webkit-filter;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  max-width: 300px;
  box-shadow: 0 5px 20px rgba(13, 60, 90, .15);
  height: auto;
}

.review-item__content {
  padding: 16px 25px;
}

.review-item__heading {
  margin: 0 0 10px;
  padding-left: 32px;
  max-width: 100%;
  position: relative;
  background-image: url(./img/quote-icon.svg);
  background-position-x: left;
  background-position-y: 8px;
  background-repeat: no-repeat;
}

.review-item__heading span {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -.01em;
  display: inline;
  cursor: pointer;
  background-size: 22px 16px;
  background-position-x: left;
  background-position-y: 2px;
  background-repeat: no-repeat;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
}

.review-item__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  margin: 0 0 15px;
}

.review-item__infoline {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.review-item__tag {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.review-item__tag svg {
  vertical-align: text-top;
  margin-right: 5px;
}

@media (max-width:1200px) {
  .review-item {
    max-width: calc((100% - 20px)/2);
  }
}

@media (max-width:768px) {
  .review-item {
    max-width: 100%;
  }
}

.roadmap {
  margin: 0;
  list-style: none;
  padding: 0 0 0 15px;
}

.roadmap>li,
.roadmap__item {
  padding: 0 0 25px 25px;
  background-image: url("./img/border-left-active.svg");
  background-repeat: repeat-y;
  background-position-x: left;
  background-position-y: top;
  margin-bottom: 0 !important;
  position: relative;
}

.roadmap>li:last-child,
.roadmap__item:last-child {
  padding-bottom: 0;
}

.roadmap>li>h3,
.roadmap>li__name,
.roadmap__item>h3,
.roadmap__item__name {
  font-family: Onest, Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 5px;
  font-weight: 400;
}

.roadmap>li>p,
.roadmap>li__text,
.roadmap__item>p,
.roadmap__item__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
}

.roadmap>li:before,
.roadmap__item:before {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #202a45;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: -15px;
  font-size: 20px;
  display: -webkit-box;
  display: flex;
  color: #fff;
}

.roadmap>li:last-of-type,
.roadmap__item:last-of-type {
  background-image: none;
}

.roadmap>li:first-child:before,
.roadmap__item:first-child:before {
  content: "1";
}

.roadmap>li:nth-child(2):before,
.roadmap__item:nth-child(2):before {
  content: "2";
}

.roadmap>li:nth-child(3):before,
.roadmap__item:nth-child(3):before {
  content: "3";
}

.roadmap>li:nth-child(4):before,
.roadmap__item:nth-child(4):before {
  content: "4";
}

.roadmap>li:nth-child(5):before,
.roadmap__item:nth-child(5):before {
  content: "5";
}

.roadmap>li:nth-child(6):before,
.roadmap__item:nth-child(6):before {
  content: "6";
}

.roadmap>li:nth-child(7):before,
.roadmap__item:nth-child(7):before {
  content: "7";
}

.roadmap>li:nth-child(8):before,
.roadmap__item:nth-child(8):before {
  content: "8";
}

.roadmap>li:nth-child(9):before,
.roadmap__item:nth-child(9):before {
  content: "9";
}

.roadmap>li:nth-child(10):before,
.roadmap__item:nth-child(10):before {
  content: "10";
}

.sheet {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  max-width: 100%;
}

.sheet_labels tr:not(:first-of-type)>td:first-child {
  border-right: 1px solid #e6e6e6;
  font-weight: 500;
}

.sheet_overflow {
  max-width: 100%;
  overflow-x: auto;
}

.sheet_overflow table {
  min-width: 960px;
}

.sheet__table {
  overflow-x: hidden;
  border-collapse: collapse;
  width: 100%;
}

.sheet_blue .sheet__head {
  background-color: #202a45;
  border: 1px solid #202a45;
}

.sheet_black .sheet__head {
  background-color: #202a45;
  border: 1px solid #202a45;
}

.sheet__head {
  border: 1px solid grey;
  border-top: 0;
  border-bottom: 0;
  font-size: 20px;
  color: #fff;
  background-color: #696f7c;
}

.sheet__body {
  border: 1px solid #e4e2e2;
  border-top: 0;
}

.sheet__row:nth-child(odd) {
  background-color: #F9F9F9;
}

@media (max-width:767px) {
  .article table:not(.pros-table) td {
    font-size: 18px;
    padding: 20px
  }
}

.sheet__row:nth-child(2n) {
  background-color: #fff;
}

.sheet__cell {
  font-size: .89rem;
  line-height: 1.4;
  padding: 16px 20px;
}

@media (max-width:480px) {
  .sheet__cell {
    padding: 12px;
  }

  .sheet_overflow {
    overflow-x: scroll;
  }

  .sheet:not(.sheet_overflow) .sheet__head {
    display: none;
  }

  .sheet:not(.sheet_overflow) .sheet__body {
    border: 1px solid #e4e2e2;
  }
}

.sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  max-width: var(--width-menu);
  
 background: red;
 
 
   background: linear-gradient(160deg,#0b2e4f,#1f4f78,#6c8fa8), rgba(0,0,0,.08);



  box-sizing: border-box;
  z-index: 999;
}

@media (max-width: 1600px) {
  .sidebar {
    max-width: var(--width-menu);
  }

  .site-menu__social-icon {
    width: 38px !important;
    height: 38px !important;
  }

  .site-menu__weekday {
    max-width: 38% !important;
    width: 38% !important;
    white-space: nowrap;
  }

  #wrapper {
    margin-left: var(--width-menu);
    max-width: calc(100vw - var(--width-menu));
  }

  .site-menu__phone {
    font-size: 22px !important
  }

  .site-menu__segment .button {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  #wrapper {
    margin-left: 0;
    max-width: 100%;
  }
}



.sidebar__item {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
}

@media (max-width:1024px) {
  .sidebar {
    top: 68px;
    right: 0;
    max-width: 100%;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: left, opacity, -webkit-transform;
    transition-property: left, opacity, -webkit-transform;
    transition-property: left, opacity, transform;
    transition-property: left, opacity, transform, -webkit-transform;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    max-width: 100vw;
    width: 100%
  }
  
  
  .sidebar_active {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 9999999
  }
  .site-menu__socialmedia {
    justify-content: flex-start !important
  }
  .sidebar__item {
    height: calc(100vh - 68px);
    overflow-y: scroll;
    max-width: 90vw;
    top: 68px
  }
}




.site-menu {
  top: 0;
  left: 0;
  right: calc(100% - var(--width-menu));
  
  
/*   background-color: #b32d00; */
  
  
  background:
    linear-gradient(160deg,#0b2e4f,#1f4f78,#6c8fa8),
    rgba(0,0,0,.08);



/*   height: calc(100vh - 132px); */
    height: calc(100vh );
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: hidden;
  /*padding: 24px 0 0;*/
}

.site-menu::-webkit-scrollbar {
  display: none;
}

.site-menu__item {
  cursor: pointer;
  position: relative;
  color: #fff;
  -webkit-box-flex: 1;
  flex-grow: 1;
  background-color: transparent;
  border-bottom: 1px solid #2a2f39;
  padding: 0;
  font-size: 20px;
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.site-menu__item,
.site-menu__item a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

.site-menu__item a {
  color: inherit;
  margin: 0;
  padding: 10px 8px 10px 20px;
}

.site-menu__item a:hover {
  text-decoration: none;
}

.site-menu__item:first-of-type {
  border-top: 1px solid #2a2f39;
}

.site-menu__item:last-of-type {
  border-bottom: 1px solid #2a2f39;
}

.site-menu__item:active,
.site-menu__item:hover,
.site-menu__item_active {
  color: #fff;
  background-color: rgba(255, 255, 255, .12);
}

@media (max-width:1023px) {
  .site-menu__item {
    height: auto;
  }

  .site-menu__item:after {
    display: none;
  }
  
  
  
  
  
  
  
  
  
  
  
}


















.site-menu__branding {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 20px;
}


.site-menu__logo {
  width: 100%;
  min-height: 80px;
  max-width: 350px;
  background: url(/assets/themes/stan/./img/logo3d.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-position: 50%;
  aspect-ratio: 789.8 / 443.7;
  margin-right: 0px
}




.site-menu__name {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.site-menu__name,
.site-menu__slogan {
  font-family: Onest, Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

.site-menu__slogan {
  font-size: 12px;
  color: #9d9d9d;
  max-width: 120px;
}

.site-menu__segment {
  padding: 0 20px;
}

.site-menu__segment_baner {
  padding: 0;
}

.site-menu__segment_baner>a {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 0 20px;
  width: 100%;
  height: 75px;
  background: -webkit-gradient(linear, left top, right top, from(#1e8fed), to(#022a8a));
  background: linear-gradient(90deg, #1e8fed, #022a8a);
  text-decoration: none;
  color: #f7fafd;
  font-size: 20px;
  line-height: 28px;
}

.site-menu__segment_baner>a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#3a7cb3), to(#022a8a));
  background: linear-gradient(90deg, #3a7cb3, #022a8a);
}

.site-menu__segment_baner>a span {
  font-size: 14px;
  line-height: 19px;
  color: #c5dbec;
}

.site-menu__segment_baner>a:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-image: url(./img/moon.svg);
  background-size: 100% 100%;
}




.site-menu__phone,
.site-menu__phone:active,
.site-menu__phone:hover {
  font-family: Onest, Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.2;
  text-align: left;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}









.site-menu__button {
  width: 100%;
}

.site-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-menu__menu {
  margin-top: 12px;
}

.site-menu__heading {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 400;
  margin-top: 0;
}

.site-menu__timetable {
  margin-top: 20px;
  margin-bottom: 20px;
}

.site-menu__day {
  font-family: Onest, Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: flex;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}

.site-menu__weekday {
  max-width: 38%;
  width: 38%;
  white-space: nowrap;
}

.site-menu__time {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.site-menu__socialmedia {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  padding: 28px 20px 20px;
  padding-top: 0;
  grid-gap: 16px;
  justify-content: space-between;
}


.site-menu__social-icon {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.site-menu__social-icon_vk {
  width: 48px;
  height: 48px;
  background-image: url(./img/vk-hover.svg);
}

.site-menu__social-icon_vk:hover {
  background-image: url(./img/vk-hover.svg);
}

.site-menu__social-icon_vk:active {
  background-image: url(./img/vk-click.svg);
}

.site-menu__social-icon_wa {
  width: 48px;
  height: 48px;
  background-image: url(./img/wa-hover.svg);
}

.site-menu__social-icon_wa:hover {
  background-image: url(./img/wa-hover.svg);
}

.site-menu__social-icon_wa:active {
  background-image: url(./img/wa-click.svg);
}





.site-menu__social-icon_youtube {
  width: 48px;
  height: 48px;
  background-image: url(./img/youtube.svg);
}

.site-menu__social-icon_youtube:hover {
  background-image: url(./img/youtube-hover.svg);
}

.site-menu__social-icon_youtube:active {
  background-image: url(./img/youtube-click.svg);
}




.site-menu__social-icon_avito {
  width: 48px;
  height: 48px;
  background-image: url(./img/avito-hover.svg);
}

.site-menu__social-icon_avito:hover {
  background-image: url(./img/avito-hover.svg);
}

.site-menu__social-icon_avito:active {
  background-image: url(./img/avito-click.svg);
}







.site-menu__social-icon_telegram {
  width: 48px;
  height: 48px;
  background-image: url(./img/telegram-hover.svg);
}

.site-menu__social-icon_telegram:hover {
  background-image: url(./img/telegram-hover.svg);
}

.site-menu__social-icon_telegram:active {
  background-image: url(./img/telegram-click.svg);
}

.site-menu #order {
  display: block;
}

.site-menu #contacts {
  display: none;
}

.site-menu__actions {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;

  

  z-index: 2;
  padding: 14px 20px;
}



  







.site-menu__actions:before {
  content: "";
  position: absolute;
  top: -14px;
  height: 14px;
  display: block;
  width: 100%;
  margin: 0 -20px;
  background-image: none;
}

.site-menu__actions>* {
  margin-bottom: 10px;
}

.site-menu__actions>:last-child {
  margin-bottom: 0;
}

@media (max-width:1024px) {
	
	
  .menu-item {
    flex-wrap: wrap;
  }

  .menu-item_active .site-menu__extend-button:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .site-menu {
    left: 0;
    right: 0;
    height: auto;
    min-height: 0;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    overflow-y: visible;
    background: transparent;
  }

  .site-menu #order,
  .site-menu__branding {
    display: none;
  }

  .site-menu #contacts {
    display: block;
  }

  .site-menu__actions {
    position: static;
    margin-top: auto;
    background: transparent;
    padding-bottom: 20px;
  }

  .site-menu__actions:before {
    display: none;
  }

  .sidebar__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .site-menu__item:before {
    content: "";
    width: 54px;
    background-color: #383e49;
    display: block;
    position: absolute;
    right: 0;
    left: auto;
    opacity: 1;
  }
  
  
 
  

  
  
}









@media (max-width:480px) {








  .site-menu__phone,
  .site-menu__phone:active,
  .site-menu__phone:hover {
    font-size: 30px;
  }

  .site-menu__button {
    font-size: 16px;
  }
}

.menu-item:not(.menu-item-has-children) .site-menu__link:after,
.menu-item:not(.menu-item-has-children) .site-menu__link:before {
  display: none;
}

.skill-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.skill-list__item {
  padding: 0 0 0 34px;
  margin-bottom: 20px;
  position: relative;
}

.skill-list__item:before {
  content: "";
  display: block;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  border-radius: 12px;
  background-color: #202a45;
  position: absolute;
  left: 0;
  background-image: url("./img/checkbox-list.svg");
  background-position: 100% 0;
  background-repeat: no-repeat;
}

.skill-list__item:last-child {
  margin-bottom: 0;
}

.skill-list__heading {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  color: #000;
  margin: 0;
  font-weight: 400;
}

.skill-list__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  margin: 0;
}

@media (max-width:640px) {
  .skill-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.swiper-slider__button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: calc((100% - 78px)/2);
  z-index: 999;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
}

.swiper-slider__button_blue {
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  background-color: #202a45;
}

.swiper-slider__button_blue svg {
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: stroke;
  transition-property: stroke;
  fill: #fff;
}

.swiper-slider__button_blue:hover {
  background-color: #fff;
}

.swiper-slider__button_blue:hover svg {
  fill: #202a45;
}

.swiper-slider__button_white {
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
  background-color: #fff;
}

.swiper-slider__button_white svg {
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: stroke;
  transition-property: stroke;
  fill: #202a45;
}

.swiper-slider__button_white:hover {
  background: #202a45;
}

.swiper-slider__button_white:hover svg {
  fill: #fff;
}

.swiper-slider__button_white:active {
  background-image: none;
  background-color: #128dce;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.swiper-slider__button_left {
  left: 20px;
}

.swiper-slider__button_left_inset {
  left: 36px;
}

.swiper-slider__button_right {
  right: 20px;
}

.swiper-slider__button_right_inset {
  right: 36px;
}

.swiper-slider__pagination {
  padding: 15px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.swiper-slider__bullet {
  cursor: pointer;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #202a45;
  box-sizing: border-box;
  margin-right: 15px;
}

.swiper-slider__bullet:last-child {
  margin-right: 0;
}

.swiper-slider__bullet_active {
  border-width: 0;
  background-color: #202a45;
}

.portfolio-card .button_gradient-blue {
  background: #202a45;
  border-radius: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  box-sizing: border-box;
  margin: 0;
  margin-left: auto;
  width: 264px;
}

.portfolio-card .button_gradient-blue:hover {
  opacity: 0.7;
}

@media (max-width:1024px) {
  .swiper-slider__button {
    display: none;
  }
}

.swiper-slide {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.tab {
  background-color: #f7f7f7;
  color: #202a45;
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: background-color, border-color, color;
  transition-property: background-color, border-color, color;
  display: block;
  text-decoration: none;
  padding: 14px 16px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  border: none;
}

.tab:hover {
  background-color: #f1f9ff;
  color: #202a45;
}

.tab:active,
.tab_active {
  background-color: #202a45;
  color: #e6f1f9;
}

.tab-bar {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1px;
}

.tab-bar__tab {
  padding-left: 24px;
  padding-right: 24px;
  margin-right: -1px;
  margin-top: -1px;
}

.tab-bar__tab:hover {
  margin-top: -1px;
  margin-right: 0;
  z-index: 1;
}

.tab-bar__tab:hover+* {
  border-left-width: 0;
}

@media (max-width:560px) {
  .tab-bar__tab {
    min-width: 100%;
    margin-bottom: 15px;
  }

  .tab-bar__tab:last-child {
    margin-bottom: 0;
  }
}

.tag {
  display: block;
  padding: 16px 50px;
  background: #F6F8FA;
  border-radius: 5px;

  font-family: Onest, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 36px;
  color: #202a45 !important;
  user-select: none;
  font-weight: 300;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: border-color, box-shadow, background-color, color;
  transition-property: border-color, box-shadow, background-color, color;
  background-image: none;
  cursor: pointer;
}

.tag,
.tag:active,
.tag:hover,
.tag:visited {
  color: #202a45;
  text-decoration: none;
}

.tag:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.tag:active {
  color: #128dce;
  background-color: #fbfbfb;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.tag_current {
  color: #FFFFFF !important;
  background-color: #696F7C;
}

@media (max-width:768px) {
  .tag {
    padding: 16px 24px;
  }
}

@media (max-width:560px) {
  .tag {
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
}

.text-input {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  padding: 16px 18px;
  background: #fafafa;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15), 0 5px 5px transparent;
  border-radius: 3px;
  border: none;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.text-input::-webkit-input-placeholder {
  color: #696f7c;
}

.text-input::-moz-placeholder {
  color: #696f7c;
}

.text-input:-ms-input-placeholder {
  color: #696f7c;
}

.text-input::-ms-input-placeholder {
  color: #696f7c;
}

.text-input::placeholder {
  color: #696f7c;
}

.text-input:active,
.text-input:focus {
  border-color: #202a45;
  box-shadow: inset 0 1px 2px transparent, 0 5px 5px rgba(0, 0, 0, .15);
}

.thread {
  margin-bottom: 20px;
  max-width: 720px;
}

.rating-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.rating-grid__card {
  background-color: #fff;
  max-width: calc((100% - 2px)/3);
  border-right: 1px solid #bec0c3;
  border-bottom: 1px solid #bec0c3;
  padding: 28px 16px 20px;
  text-align: center;
  width: 100%;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: box-shadow, margin, -webkit-transform;
  transition-property: box-shadow, margin, -webkit-transform;
  transition-property: transform, box-shadow, margin;
  transition-property: transform, box-shadow, margin, -webkit-transform;
  text-decoration: none;
  color: inherit;
}

.rating-grid__card:nth-child(3n) {
  border-right: 0;
}

.rating-grid__card:last-child,
.rating-grid__card:nth-last-child(2),
.rating-grid__card:nth-last-child(3) {
  border-bottom: 0;
}

.rating-grid__card:active,
.rating-grid__card:hover,
.rating-grid__card:link,
.rating-grid__card:visited {
  text-decoration: none;
  color: inherit;
}

.rating-grid__card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
}

.rating-grid__card:hover .rating-grid__logo {
  filter: none;
}



.rating-grid__card .rating-grid__mark {
  color: #202a45;
}

.rating-grid__mark {
  font-weight: 300;
  font-size: 55px;
  margin-bottom: 24px;
  color: #696f7c;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color;
  transition-property: color;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;

}

.rating-grid__logo {
  min-height: 52px;
  max-width: 150px;
  object-fit: contain;
}

.rating-grid__mark,
.rating-grid__mark:after {
  font-family: Onest, Helvetica, Arial, sans-serif;
  line-height: 1;
  letter-spacing: -.01em;
}

.rating-grid__mark:after {
  content: " / 5";
  font-size: 16px;
  color: #000;
}

.rating-grid__text {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: .03em;
  display: block;
  color: #696F7C;
  margin-bottom: 8px;
}

.rating-grid__logo {
  margin-bottom: 15px;
  filter: grayscale(1);
  transition: all .2s;

}

.rating-grid__link,
.rating-grid__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
}

.rating-grid__link {
  text-decoration: none !important;
}

.rating-grid__link .rating-grid__logo {
  filter: none
}

@media (max-width:1024px),
(max-width:1367px) and (min-width:1041px) {
  .rating-grid__card {
    border-bottom: 1px solid #bec0c3;
    max-width: calc((100% - 1px)/2);
  }

  .rating-grid__card,
  .rating-grid__card:nth-child(3n) {
    border-right: 1px solid #bec0c3;
  }

  .rating-grid__card:nth-child(2n) {
    border-right: 0;
  }

  .rating-grid__card:nth-last-child(3) {
    border-bottom: 1px solid #bec0c3;
  }

  .rating-grid__card:last-child,
  .rating-grid__card:nth-last-child(2) {
    border-bottom: 0;
  }
}

@media (max-width:767px),
(max-width:1140px) and (min-width:1025px) {
  .rating-grid__card {
    max-width: 100%;
  }

  .rating-grid__card:nth-child(1n) {
    border-right: 0;
    border-bottom: 1px solid #bec0c3;
  }

  .rating-grid__card:last-child {
    border-bottom: 0;
  }
}

.trust__grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}

.trust__card {
  position: relative;
  border: 2px solid hsla(0, 0%, 100%, .2);
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition-property: border-color, background-color, box-shadow;
  transition-property: border-color, background-color, box-shadow;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  width: calc((100% - 60px)/3);
  margin: 0 20px 20px 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-height: 340px;
  overflow: hidden;
}

.trust__card:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.trust__card:hover {
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}

.trust__card:hover .trust__text {
  color: #000;
}

.trust__card:hover .trust__icon_fill {
  fill: #202a45;
  fill-opacity: 1;
}

.trust__card:hover .trust__icon_stroke {
  stroke: #202a45;
  stroke-opacity: 1;
}

.trust__content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 48px 30px 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.trust__icon {
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: fill, fill-opacity, stroke, stroke-opacity;
  transition-property: fill, fill-opacity, stroke, stroke-opacity;
}

.trust__icon_fill {
  fill: #fff;
  fill-opacity: .3;
}

.trust__icon_stroke {
  stroke: #fff;
  stroke-opacity: .3;
}

.trust__text {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -.01em;
  color: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  margin: 0;
  max-width: 230px;
}

@media (max-width:1024px),
(max-width:1367px) and (min-width:1041px) {
  .trust__grid {
    margin-right: -10px;
  }

  .trust__content {
    padding: 32px 32px 24px;
  }

  .trust__card {
    width: calc((100% - 20px)/2);
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .trust__card:after {
    padding-top: 77%;
  }
}

@media (max-width:767px),
(max-width:1140px) and (min-width:1025px) {

  .trust__card,
  .trust__grid {
    margin-right: 0;
  }

  .trust__card {
    width: 100%;
  }

  .trust__text {
    max-width: 100%;
  }
}

.price-list {
  padding: 0;
  margin: 0;
}

.price-list__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.price-list__item>* {
  margin: 0 12px;
}

.price-list__item>:first-child {
  margin-left: 0;
}

.price-list__item>:last-child {
  margin-right: 0;
}

.price-list__info_green .price-list__text:first-child,
.price-list__info_green .price-list__text:last-child {
  color: #1fcc83;
}

.price-list__text {
  letter-spacing: -.02em;
}

.price-list__text:first-child {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  color: #000;
}

.price-list__text:last-child {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -.02em;
  color: #696f7c;
}

.price-list__button,
.price-list__description {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.price-list__button {
  padding: 16px;
  max-width: 300px;
  margin-left: 48px;
}

@media (max-width:1024px),
(max-width:1367px) and (min-width:1041px) {
  .price-list__item {
    flex-wrap: wrap;
  }

  .price-list__button {
    padding: 18px;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width:767px),
(max-width:1140px) and (min-width:1025px) {
  .price-list__item {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  .price-list__info {
    margin-right: 16px;
    margin-left: 0;
  }

  .price-list__description {
    width: 100%;
    margin-bottom: 10px;
  }
}

.usecases {
  padding: 58px 20px 20px;
}

.usecases__grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-bottom: 10px;
  max-width: 1100px;
}

.usecases__card {
  width: calc((100% - 60px)/3);
  margin: 0 20px 20px 0;
  border: 2px solid hsla(0, 0%, 100%, .2);
  position: relative;
  -webkit-transition-property: border-color, background-color, box-shadow;
  transition-property: border-color, background-color, box-shadow;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.usecases__card:active,
.usecases__card:focus,
.usecases__card:hover {
  text-decoration: none;
}

.usecases__card:hover {
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}

.usecases__card:hover .usecases__heading,
.usecases__card:hover .usecases__paragraph {
  color: #000;
}

.usecases__card:hover .usecases__svg {
  stroke: #202a45;
  stroke-opacity: 1;
}

.usecases__content {
  padding: 55px 35px 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.usecases__heading {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -.01em;
  margin: 0 0 4px;
  max-width: 1080px;
}

.usecases__heading,
.usecases__paragraph {
  color: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  text-decoration: none;
}

.usecases__paragraph {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.75;
  margin: 0;
}

.usecases__icon {
  min-height: 96px;
  margin-bottom: 70px;
}

.usecases__svg {
  -webkit-transition-property: stroke, stroke-opacity;
  transition-property: stroke, stroke-opacity;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
}

.usecases__caption {
  margin: 0;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: .89rem;
  line-height: 1.2;
  color: #fff;
  max-width: 1080px;
}

@media (max-width:1024px),
(max-width:1367px) and (min-width:1041px) {
  .usecases {
    padding-right: 20px;
  }

  .usecases__grid {
    width: calc(100% + 10px);
    margin-right: -10px;
  }

  .usecases__content {
    padding: 32px 32px 24px;
  }

  .usecases__card {
    width: calc((100% - 20px)/2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width:767px),
(max-width:1140px) and (min-width:1025px) {
  .usecases__grid {
    width: 100%;
    margin-right: 0;
  }

  .usecases__content {
    padding: 24px 24px 16px;
  }

  .usecases__card {
    width: 100%;
    margin-right: 0;
  }
}

.product-banner {
  background: -webkit-gradient(linear, left top, right top, from(#202a45), to(#98aac1));
  background: linear-gradient(90deg, #202a45, #98aac1);
  display: -webkit-box;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-banner__content {
  padding: 48px 40px 60px 55px;
  max-width: 55%;
}

.product-banner__heading {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #fff;
  margin: 0;
}

.product-banner__badge {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: .9rem;
  line-height: 1.2;
  text-align: center;
  color: #000;
  background: #ffeba6;
  border-radius: 13px;
  padding: 8px 16px;
  letter-spacing: -.01em;
}

.product-banner__line {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.product-banner__line:first-child {
  margin-bottom: 10px;
}

.product-banner__line:nth-child(2),
.product-banner__line:nth-child(3) {
  margin-bottom: 30px;
}

.product-banner__label {
  font-weight: 300;
  font-size: .94rem;
  letter-spacing: .03em;
}

.product-banner__label,
.product-banner__value {
  margin: 0;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: #fff;
}

.product-banner__value {
  font-size: 2.78em;
}

.product-banner__image-wrapper {
  max-width: 45%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.product-banner__image {
  height: 660px;
  width: 660px;
  position: absolute;
  top: -156px;
  background-position-y: 156px;
  border-radius: 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.product-banner__button {
  max-width: 295px;
  width: 100%;
  padding: 16px;
}

@media (max-width:1024px),
(max-width:1367px) and (min-width:1041px) {
  .product-banner__content {
    padding: 48px 0 60px 30px;
  }

  .product-banner__line:nth-child(2) {
    display: block;
    margin-bottom: 25px;
  }

  .product-banner__line:nth-child(3) {
    margin-bottom: 25px;
  }

  .product-banner__badge {
    display: inline;
    border-radius: 0;
    padding: calc((30px - 1em)/2) 8px;
    line-height: 30px;
    border-radius: 2px;
  }

  .product-banner__image {
    background-position-x: -80%;
  }

  .product-banner__button {
    max-width: 100%;
  }
}

@media (max-width:767px),
(max-width:1140px) and (min-width:1025px) {
  .product-banner__heading {
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .product-banner__line {
    text-align: center;
  }

  .product-banner__line:nth-child(3) {
    justify-content: space-around;
  }

  .product-banner__badge {
    display: block;
    line-height: 1.25;
  }

  .product-banner__content {
    padding-right: 30px;
    padding-bottom: 48px;
    max-width: 100%;
    width: 100%;
  }

  .product-banner__value {
    font-size: 1.5rem;
  }

  .product-banner__image-wrapper {
    display: none;
  }
}

.pros-table {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-top: 6px;
  max-width: 875px;
  margin: auto;
}

.pros-table:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: -6px;
  left: calc(50% - 6px);
  right: -6px;
  border: 6px solid #202a45;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}

.pros-table-three::before {
  left: calc(100% - (100% / 3) - 6px);
}

.pros-table-two-active:before {

  left: calc((100% / 3) - 14px);
  right: calc((100% / 3) + 10px);
}

.pros-table__row {
  display: -webkit-box;
  display: flex;
}

@media (max-width:767px) {
  .pros-table__row {
    flex-direction: row-reverse;
  }

  .pros-table__cell:last-child i {
    display: none;
  }

  .pros-table-wrap {
    max-width: 100%;
    overflow: auto;
  }

}

.pros-table__head .pros-table__cell {
  display: flex;
  align-items: center;
}

.pros-table-three {
  min-width: 515px;
}

.pros-table__head .pros-table__cell {
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.11rem;
  line-height: 24px;
  border: none;
}


.pros-table__head .pros-table__cell:nth-child(1) {
  color: #000;

}

.pros-table__head .pros-table__cell:last-child {
  color: #202a45;
}

.pros-table__cell {
  border-top: 1px solid #e4e2e2;
  padding: 20px 20px 20px 0;
  width: 100%;
  font-size: 20px;
}

.pros-table__cell i {
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  background-image: url(./img/unordered-list-check.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  margin-right: 11px;
  background-color: #202a45;
  margin-top: 5px;
  display: block;

}

.pros-table__icon {
  display: flex;
}

.pros-table__cell span {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  color: #696F7C;
  display: block;
}

.pros-table__body .pros-table__cell {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #202a45;
}

.pros-table__body .pros-table__cell {
  padding: 15px 15px 15px 0;
}


.pros-table__cell:nth-child(1) {
  max-width: calc(50% - 26px);
  margin-right: 21px;
  position: relative;
}

.pros-table__cell:last-child {
  max-width: calc(50% - 30px);
  padding: 15px;
  margin: 0 15px;
}

@media (max-width:1024px),
(max-width:1367px) and (min-width:1041px) {
  .pros-table:before {
    left: 50%;
  }

  .pros-table-three:before {
    left: calc(100% - (100% / 3) - 16px);
  }

  .pros-table-two-active:before {
    left: calc((100% / 3) - 19px);
    right: calc((100% / 3) + 13px);

  }

  .pros-table__cell:nth-child(1) {
    max-width: calc(50% - 26px);
  }

  .pros-table__cell:last-child {
    max-width: calc(50% - 42px);
    margin: 0 21px;
  }
}

@media (max-width:767px),
(max-width:1140px) and (min-width:1025px) {
  .pros-table:before {
    display: block;
    left: 0;
    right: calc(100% - (100% / 2) + 9px);
    box-shadow: none !important;
    border-width: 3px;
    bottom: -3px;
    display: none;
  }

  .pros-table-three {
    min-width: 592px;
  }

  .pros-table-three .pros-table__row {
    justify-content: space-between;
  }

  .pros-table-three .pros-table__row .pros-table__cell {
    max-width: calc(100%/3);
  }

  .pros-table-wrap-scroll {
    position: relative;
  }

  .pros-table-wrap-scroll::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50px;
    background: linear-gradient(280deg, rgba(255, 255, 255, 0.923406862745098) 10%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
  }

  .pros-table-three:before {
    left: 0;
    right: calc(100% - (100% / 3) + 9px);
  }

  .pros-table__cell:last-child {
    padding-left: 10px !important;
  }

  .pros-table__cell i {
    display: none;
  }

  .pros-table__cell:nth-child(1),
  .pros-table__cell:last-child {
    margin: 0;
    max-width: 50%;
    padding: 8px 0;
  }

  .pros-table__cell:nth-child(1) {
    padding-right: 4px;
  }

  .pros-table__cell:last-child {
    color: #1fcc83;
    padding-left: 10px;
  }

  .pros-table__body .pros-table__cell,
  .pros-table__cell span {
    font-size: 14px;
    line-height: 18px;
  }

  .pros-table__cell span {
    margin-bottom: 10px
  }

  .pros-table__cell i {
    margin-top: 0
  }

  .pros-table__cell {
    padding: 10px 10px 10px 0 !important
  }

  .pros-table__head .pros-table__cell {
    font-size: 18px !important
  }

}

@media (max-width:480px) {
  .pros-table__cell {
    font-size: 14px;
  }
}

.map-section {
  height: 650px;
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
  width: calc(100vw - var(--width-menu));
  background-color: #e6e6e6;
}

.map-section__card {
  position: absolute;
  top: 140px;
  left: 140px;
  padding: 36px;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
  max-width: 380px;
}

.map-section__name {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -.02em;
  color: #000;
  margin: 0 0 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e4e2e2;
}

.map-section__name,
.map-section__timetable {
  font-family: Onest, Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

.map-section__timetable {
  font-size: 18px;
  width: 100%;
  margin-bottom: 25px;
}

.map-section__timetable>tbody>tr>td {
  padding: 5px 0;
}

.map-section__timetable>tbody>tr>td:first-child {
  margin-right: 36px;
}

.map-section__timetable>tbody>tr:nth-child(3) {
  color: #696f7c;
}

.map-section__button {
  width: 100%;
  padding: 16px;
  margin-bottom: 15px;
}

.map-section__button:last-child {
  margin-bottom: 0;
}

.map-section__map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.map-section__map [class*=ymaps-2-1][class*=-ground-pane] {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

@media (max-width:1024px),
(max-width:1367px) and (min-width:1041px) {
  .map-section {
    margin-right: -30px;
    margin-left: -30px;
    width: calc(100% + 60px);
  }

  .map-section__card {
    top: 64px;
    left: 64px;
  }
}

@media (max-width:767px),
(max-width:1140px) and (min-width:1025px) {
  .map-section {
    margin-right: -16px;
    margin-left: -16px;
    width: calc(100% + 32px);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: stretch;
    justify-content: stretch;
  }

  .map-section__card {
    position: static;
    width: 100%;
    padding: 16px;
    max-width: 100%;
  }

  .map-section__map {
    position: static;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
}

.figure {
  background-color: #f4f4f4;
  width: 100%;
}

.figure__caption {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  padding: 10px 15px;
}

.figure__image {
  width: 100%;
  display: block;
}

.text-wall {
  display: -webkit-box;
  display: flex;
  margin: 0 -8px;
}

.text-wall__column {
  min-width: 30%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding: 8px;
}

.text-wall__paragraph {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  margin: 0 0 10px;
}

.text-wall__paragraph:last-of-type {
  margin-bottom: 0;
}

@media (max-width:767px) {
  .text-wall {
    flex-wrap: wrap;
  }

  .text-wall__column {
    min-width: 100%;
  }

}

.standoc-profile__certificate-slider .swiper-wrapper {
  -webkit-box-align: center;
  align-items: center;
}

.standoc-profile__tab-bar {
  margin-bottom: 50px;
}

.standoc-profile__hat {
  min-height: 75vh;
}

/*.standoc-profile__youtube{max-height:400px}*/
@media (max-width:1024px) {
  .standoc-profile__youtube {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}

@media (max-height:768px) {
  .standoc-profile__hat {
    padding: 0 0 36px;
    height: 100vh;
    max-height: calc(100vh - 68px);
  }
}

@media (min-width: 1600px) {}


/*****************************************************************
 * js-ajax-load
 ****************************************************************/

.js-ajax-load {}


.js-ajax-load__item-tpl {
  display: none;
}


.js-ajax-load__preloader {
  display: none;
  position: relative;
  width: 100%;
  height: 80px;
}

.js-ajax-load__preloader.active {
  display: block;
}

.js-ajax-load__preloader.active .js-ajax-load__preloader-inner {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-left-color: #167cd0;
  border-top-color: #167cd0;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}


@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}





.section-gray-light .page__container:first-child,
.page__container_full {
  max-width: calc(1920px - (64px * 2));
}

.section-gray-light {
  background: rgb(246 247 248 / 0.4);
  padding: 90px 0;
}

.section-gray-light h2.heading_h2 {
  margin-top: 0 !important;
}

.section-gray-light .section__text-b {
  text-align: left;
}

@media (max-width: 768px) {

  .section-gray-light .page__container,
  .page__container_full {
    padding: 0 16px;
    max-width: 100%;
  }

}

@media (max-height:767px) {
  .section-gray-light {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.card-bg {
  background: #202a45;
  border-radius: 0.25rem;
  padding: 15px 20px;
  color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  font-size: 24px;
}

.card-bg-black {
  background: #202a45;
  border-radius: 0.25rem;
  padding: 15px 20px;
  color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  font-size: 24px;
}

@media (max-width:767px) {

  .card-bg,
  .card-bg-black {
    font-size: 20px;
  }
}


#portfolio-slider .swiper-slider__button,
.slide-certificates .swiper-slider__button {
  display: none !important;
}

#portfolio-slider:hover .swiper-slider__button:not(.swiper-button-disabled),
.slide-certificates:hover .swiper-slider__button:not(.swiper-button-disabled) {
  display: block !important;
}

@media (max-width:767px) {

  .portfolio-card .button_gradient-blue {
    margin: 20px !important;
    margin-top: 0;
  }
}

@media (max-width: 1600px) {

  .article p,
  p.text_section,
  .article>ul:not(.list):not(.quicklinks):not(.roadmap),
  .block-price__content ul,
  .list-plus,
  .list-minus,
  .card-standoc__text,
  .article>blockquote,
  .article>blockquote>p,
  .b-quote__content-text,
  p.text,
  .text,
  .pane b,
  .article ol:not(.roadmap),
  .stages__text,
  .important,
  .portfolio-card__text,
  .section-text,
  .section-list-item,
  .slider__text,
  .list li {
    font-size: 18px !important;
    line-height: 1.75 !important;
  }

  .article p.text-main,
  .article blockquote.wp-block-quote p {
    font-size: 20px !important;
  }

  .article .wp-block-quote.quote-block p {
    font-size: 20px !important;
  }
}

@media (max-width:1440px) {
  .portfolio-card__author.author {
    margin-right: 30px !important;
  }
}

@media (max-width:1023px) {
  .portfolio-card__footer {
    flex-wrap: wrap;
  }

  .portfolio-card .button_gradient-blue {
    margin-left: 0;
    margin-top: 25px;
  }
}

@media (max-width:991px) {
  .pros-table__body .pros-table__cell {
    line-height: 20px;
  }

  .article p,
  p.text_section,
  .section__text-b,
  .article>ul:not(.list):not(.quicklinks):not(.roadmap),
  .block-price__content ul,
  .list-plus,
  .list-minus,
  .card-standoc__text,
  .article>blockquote,
  .article>blockquote>p,
  .b-quote__content-text,
  p.text,
  .text,
  .pane b,
  .article ol:not(.roadmap),
  .stages__text,
  .important,
  .portfolio-card__text,
  .section-text,
  .section-list-item,
  .slider__text,
  .list li {
    font-size: 18px !important;
  }
}

.article table ul {
  padding-left: 10px;
  margin-bottom: 0px;
}

.article table ul:not(.roadmap)>li {
  padding-left: 0 !important;
  margin-bottom: 10px;
}

.article table ul:not(.roadmap)>li:last-child {
  margin-bottom: 0 !important;
}

#myModal4 .modal-dialog {
  margin-top: 0
}




.reviews-card_page .reviews-card_subtitle {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  color: #696F7C;
  display: block;
  margin-top: 20px !important;
}

.reviews-card__footer {
  margin-top: 10px !important;
}



.reviews-card__footer a:hover .standoc-content__text b {
  text-decoration: underline 1px solid #202a45;
  transition: all .2s;
}

.reviews-card__footer a .standoc-content__text b {
  text-decoration: underline 1px solid white;
  transition: all .2s;
}

.standoc-content:after {
  content: none !important;
}

.reviews-card__text strong {
  background: #FFEBA6;
}

.reviews-card {
  background: linear-gradient(121.43deg, #F8F9F5 0%, #F7FCFF 99.06%) !important;
}

.iconreviews {
  position: absolute;
  right: 41px;
  bottom: 66px;
}

.reviews-card_page {
  position: relative;
}

.b-button--border {
  border: 1px solid #FFFFFF;
}

.b-button--border:hover {
  background: #FFFFFF;
  color: #202a45 !important;
}

.banner-video__button {
  min-width: 280px;
  margin-right: 15px;
  margin-top: 10px;
}



.banner-video__button:last-child {
  margin-right: 15px;
}


@media (max-width:992px) {
  .banner-video__button {
    min-width: auto;
  }
}

@media (max-width:992px) {
  .banner-video__button {
    margin-left: 0 !important;
  }

  .banner-video__button:last-child {
    margin-top: 10px;
  }
}

.blocks-gallery-item img {
  transition: all .2s;
}

.blocks-gallery-item {
  overflow: hidden;
}

.blocks-gallery-item:hover img {
  transform: scale(1.2);
}

.page-block {
  background: #242931;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 63px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-right: 55px;
}

.block-left {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;

}

.block-num__title {
  font-weight: 600;
  font-size: 82px;
  line-height: 120%;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  margin: 0;
  font-family: 'Bebas Neue';
}

.block-num__title span {
  font-weight: 350;
  font-family: "Bebas Neue";
}

.block-right {
  max-width: 738px;
}

.block-right__text1 {
  font-weight: 400;
  font-size: 26px;
  line-height: 175%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-family: 'San Francisco(SF UI)', sans-serif;
}

.block-right__text2 {
  font-weight: 300;
  font-size: 20px;
  line-height: 185%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-bottom: 40px;
  font-family: 'San Francisco(SF UI)', sans-serif;
}

.block-right__more {
  font-family: 'Onest';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  display: inline-block;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.reverse .block-left .block-num__title,
.reverse .block-right .block-right__text1,
.reverse .block-right .block-right__text2,
.reverse .block-right .block-right__more {
  color: #000;
}

.reverse {
  flex-direction: row-reverse;
  color: #000;
  background: #fff;
}

.reverse .block-right .block-right__more {
  background: rgba(105, 111, 124, 0.1);
}

.reverse .block-left {
  align-items: end;
}

.reverse .block-left .block-num__title {
  text-align: right;
}

.left-bg {
  background: #242931 url('./img/about-bg.png') no-repeat;
  background-size: contain;
}

.block-right__more:hover {
  box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);
}

.reverse .block-left .block-num {
  align-self: end;
}

@media (min-width: 1745px) {
  .block-num__title {
    margin-bottom: -24px;
  }
}


@media (max-width: 1744px) {
  .block-num {
    width: 72px;
    height: 72px;
    margin-bottom: 30px;
  }

  .block-right__more {
    width: 100%;
    text-align: center;
  }



  .page-block {
    padding-top: 61px;
    flex-wrap: wrap;
    padding-left: 18px;
    padding-right: 18px;
  }

  .reverse .block-left .block-num__title {
    text-align: left;
  }

  .reverse .block-left {
    align-items: start;
  }

  .block-num__title {
    font-size: 62px;
  }

  .block-right__text1 {
    font-size: 24px;
    line-height: 170%;
  }

  .block-right__text2 {
    font-size: 20px;
    line-height: 180%;
  }

  .left-bg {
    background: #242931 url(./img/about-bg.png) no-repeat 0% 0%;


  }
}

li.allstat>a {
  padding: 0 5px !important;
  height: 21px;
  border: 0;
  background: linear-gradient(90deg, #EDF3F8 0%, #EEF6FC 99.56%);
}

li.allstat>a:hover {
  background: #202a45;
}

li.allstat::before {
  display: none !important;
}

.hat {
  height: 522px;
  box-sizing: border-box;
  padding: 294px 0 30px;
}

.hat__person {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.tag {
  padding: 16px 40px;
}

.hat__experience {
  margin-right: 0;
  position: relative;
  top: -13px;
}

.hat__name {
  font-size: 34px;
}

.hat__experience>div:first-child {
  font-size: 13px;
  margin-bottom: 7px;
}

.hat__experience>div:nth-child(2) {
  font-size: 34px;
}

.hat__heading {
  margin: 0 0 21px;
}

.hat__subheading {
  margin: -10px 0 32px;
}

.section__title {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: -0.01em;
  color: #000;
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.section__title:before {
  content: "";
  position: absolute;
  bottom: 100%;
  border-radius: 1px;
  background: #202a45;
  height: 5px;
  width: 102px;
  bottom: -15px;
}

.breadcrumbs__link {
  color: #E4E2E2;
  font-weight: 100;
  letter-spacing: 0.8pt;
}

.breadcrumbs__link:last-child {
  font-weight: 100;
}

.section-card__name {
  font-family: Onest, sans-serif;
  font-weight: 500;
  color: #337ab7
}

.main-section .cat_name.section__name,
.main-sect_on .cat_name.section__name {
  text-transform: none;
  margin-bottom: 5px;
}

.main-section .cat_desc,
.main-sect_on .cat_desc {
  margin-bottom: 16px;
  font-family: 'San Francisco(SF UI)';
}

.main-section .cat_bt.section__button,
.main-sect_on .cat_bt.section__button {
  margin-top: 0;
}

.main-section .section__button .btn,
.main-sect_on .section__button .btn {
  padding: 0 21px;
  line-height: 38px;
}

.main-section .section__button .btn:focus,
.main-sect_on .section__button .btn:focus {
  background: none;
  color: #fff;
}

.main-section .section__button .btn i.arrow,
.main-sect_on .section__button .btn i.arrow {
  margin-left: 5px;
  background: url('img/arrow-more.svg') no-repeat;
  width: 11px;
  height: 8px;
  display: inline-block;
}

.main-section .section__button .btn:hover i.arrow,
.main-sect_on .section__button .btn:hover i.arrow {
  background: url('img/arrow-more_hover.svg') no-repeat;
}

.main-section .section__button .btn:active i.arrow,
.main-sect_on .section__button .btn:active i.arrow {
  background: url('img/arrow-more_active.svg') no-repeat;
}

.main-section .section__button .btn:hover,
.main-sect_on .section__button .btn:hover {
  background: #fff;
  color: #202a45;
}

.main-section .section__button .btn:active,
.main-sect_on .section__button .btn:active {
  background: #E2E2E2;
  border-color: #E2E2E2;
  color: #989BA3;
}

.site-menu__name {
  margin-bottom: 1px;
}

.site-menu__slogan {
  line-height: 16px;
}

@media (min-width: 1440px) {
  .hat__experience>div:nth-child(2) {
    font-size: 34px;
  }

  .hat__name {
    font-size: 34px;
  }

  .hat__experience>div:first-child {
    font-size: 13px;
    margin-bottom: 7px;
  }
}

.standoc-profile__profile-slide.profile-slide .content-row {
  flex-direction: column;
}

.standoc-profile__profile-slide.profile-slide .content-row__column {
  max-width: 100%;
  width: 100%;
}

.profile-slide.standoc-profile__profile-slide {
  margin-bottom: 60px;
}

.education-map__trigger.extendable__trigger {
  display: flex;
  justify-content: center;
  align-items: center;
}

.extendable__trigger span:active,
.extendable__trigger span:hover {
  background: #FFFFFF;
}

.extendable__trigger span {
  position: relative;
  top: 8px;
}

.extendable__trigger span:after {
  content: '';
  position: absolute;
  width: 158px;
  height: 1px;
  border-bottom: 1px dashed #202a45;
  bottom: 18px;
  left: 18px;
  right: 0;
  margin: 0 auto;
}

.extendable__trigger span {
  border: 1px dashed #202a45;
  margin-top: 50px;
  background: #FFFFFF;
  border: 1px solid #C8E4F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 60px;
  max-width: 260px;
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 18px;
}

.extendable__trigger span:before {
  left: 38px;
}

.example__jobs {
  background: #F6F6F6;
  padding: 0 20px;
}

#jobs-slider .swiper-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

#jobs-slider .swiper-slider__button {
  top: calc((100% - 210px)/2);
}

#jobs-slider .swiper-slider__button_left {
  left: 0;
}

#jobs-slider .swiper-slider__button_right {
  right: 0;
}

.befor_after {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

.befor_after img {
  width: 100%;
  max-width: 509px;
  height: 336px;
  margin-right: 19px;
}

.befor_after img:last-child {
  margin-right: 0;
}

.title__example {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.01em;
  color: #000;
  padding-top: 22px;
  padding-bottom: 10px;
}

.standoc__jobs a {
  text-decoration: none;
  width: 100%;
  max-width: 305px;
  height: 48px;
  background: linear-gradient(180deg, #53C1FC 0%, #1AA7F2 47.92%, #139FE9 85.42%, #0E93DA 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left__content-standoc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.left__content-standoc img {
  width: 78px;
  height: 78px;
  background: #C4C4C4;
  margin-right: 10px;
  border-radius: 50px;
}

.left__content-standoc .content__left-standoc span {
  font-family: SF UI Display;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #000000;
}

.left__content-standoc .content__left-standoc div {
  font-family: SF UI Display;
  font-size: 18px;
  line-height: 21px;
  color: #000;
}

.standoc__jobs {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.hat__container.hat__container {
  max-width: 760px;
}

.hat__name {
  position: relative;
  line-height: 1.4;
  top: -5px
}

.hat__subheading {
  line-height: 1.3;
  letter-spacing: 0.3px;
}

.page__container>:first-child {
  line-height: 1;
}

.page__container {
  max-width: 1200px;
}

.page__container-full {
  max-width: 100%;
}

.standoc-profile__hat {
  max-height: none !important;
}

@media (max-height: 768px) {
  .standoc-profile__hat {
    padding: 0 0 0px;
    padding-bottom: 21px;
    min-height: 100vh;
  }
}

@media (max-width: 450px) {
  .hat.standoc-profile__hat {
    height: 100vh;
    height: calc((var(--vh, 1vh) * 100) - 68px);
  }
}

.hat__button {
  width: 307px;
  margin-right: 16px;
  position: relative;
  top: -9px;
}

.hat.standoc-profile__hat {
  /*background-size: 124%;*/
  background-position: inherit;
  background-size: cover;
  background-position: center top;
}

@media (max-width: 1200px) {
  .standoc-profile__hat {
    max-height: 100vh !important;
  }

  .hat.standoc-profile__hat {
    background-position: 70% 100%;
  }

  .page__container {
    max-width: 100%;
  }
}


/*
@media (min-width 1700px) and (max-width 1920px) {
	.float-card__text {
		font-size: 28px;
	}
	.standoc-card__name {
		font-size: 28px;
	}
	.float-card__subtext {
		font-size: 20px;
	}
} */

@media (max-width: 1024px) {
  .hat {
    height: 100vh;
    height: calc((var(--vh, 1vh) * 100) - 68px);
    min-height: calc((var(--vh, 1vh) * 100) - 68px);
  }
}

@media (max-width: 768px) {
  .hat {
    height: 100vh;
    height: calc((var(--vh, 1vh) * 100) - 68px);
    min-height: calc((var(--vh, 1vh) * 100) - 68px);
  }

  .hat__breadcrumbs {
    width: auto;
  }

  .section_home__description {
    width: auto;
    max-width: 647px;
  }

  .section-wrap .row {
    width: 100%;
  }

  .hat__subheading {
    margin-bottom: 13px;
    line-height: 28px;
  }

  .standoc-profile__hat .page__container.hat__container {
    top: 0;
    position: static;
  }

  .standoc-profile__hat .hat__breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 16px !important;
    padding-top: 25px !important;
    margin-top: 0;
  }

  .standoc-profile__hat .hat__person {
    margin-bottom: 5px;
  }

  .standoc-profile__hat .hat__name {
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0.25em;
  }

  .standoc-profile__hat .hat__experience {
    top: 0;
  }

  .standoc-profile__hat .hat__experience>div {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    font-family: SF Display, Helvetica, Arial, sans-serif;
  }

  .standoc-profile__hat .hat__subheading {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .standoc-profile__hat .hat__button:last-child {
    display: none;
  }

  .standoc-profile__hat.hat:after,
  .hat:after {
    /* background: linear-gradient(0deg,rgba(43,47,56,.78) 10%,rgba(49,54,64,0) 50vh); */
    background: linear-gradient(180deg, rgba(59, 63, 69, 0.08) 0%, rgba(59, 62, 64, 1) 86%);
  }

  .standoc-profile__hat .hat__subheading {
    margin-bottom: 11px;
  }

  .standoc-profile__hat .hat__name {
    margin-bottom: 3px;
  }

  .hat__heading {
    margin: 0 0 11px;
  }

  .standoc-profile__hat .hat__experience {
    margin-bottom: 0px;
  }

  .hat__name {
    top: 0;
  }

  .hat__button {
    top: auto;
    margin-bottom: 11px;
  }

  .page__container.hat__container .hat__button+.hat__button {
    display: none;
  }
}

@media (max-width: 500px) {

  .main-section .cat_bt.section__button,
  .main-sect_on .cat_bt.section__button {
    display: inline-block;
    margin-bottom: 20px;
  }

  .main-section .cat_name.section__name,
  .main-sect_on .cat_name.section__name {
    text-transform: uppercase;
    font-size: 30px;
  }

  .main-section .cat_desc,
  .main-sect_on .cat_desc {
    font-size: 18px;
  }
}

@media (max-width: 425px) {
  .standoc-profile__hat .hat__name .titless {
    padding-bottom: 0;
  }

  .hat {
    padding: 0 0 8px;
  }
}

@media(max-width: 425px) {
  .hat__name {
    font-size: 23px;
  }

  .hat__button {
    margin-right: 0;
    width: 100%;
  }

  .standoc-profile__youtube {
    width: 100%;
  }

  .hat__breadcrumbs.breadcrumbs {
    margin-top: 0;
    position: absolute;
    top: 7px;
    width: 100%;
    margin-top: -7px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1825105042016807) 49%);
  }

  .hat__experience>div:nth-child(2) {
    font-size: 17px;
  }

  .page__container.hat__container {
    top: -9px;
  }

  .titless {
    padding-bottom: 14px;
  }

  .section__title {
    font-size: 29px;
  }

  .skill-list__item:before {
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
  }

  .skill-list__heading {
    font-size: 18px;
  }
}

@media(max-width: 411px) {
  .site-menu__phone.site-menu__segment::after {
    width: 32px;
    height: 32px;
  }
}

@media(max-width: 375px) {
  .site-menu__phone {
    font-size: 28px;
  }

  .site-menu__phone.site-menu__segment::after {
    height: 32px;
    width: 32px;
  }
}

@media(max-width: 320px) {
  .site-menu__phone {
    font-size: 24px;
  }

  .site-menu__phone.site-menu__segment::after {
    height: 24px;
    width: 24px;
  }
}

.line__ancor {
  border: none;
  height: 1px;
  width: 100%;
  background: #D3D3D3;
}

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

.certificate__button {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -20px;
}

.certificate__button {
  display: none;
}

.certificate:hover .certificate__button {
  display: block;
}

.certificate__button svg {
  margin-right: 0;
}

.gallery__serteficats {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: start;
  margin: -7.5px;
  width: 100%;
}

.grid-item {
  width: auto;
  height: 111px;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.grid-item--width2 {
  width: 400px;
}


/* a.certificate {
	max-width: 162px;
	width: 100%;
	padding: 7.5px;
} */

.amv-container {
  text-align: center;
}

.am-wrapper {
  float: left;
  position: relative;
  overflow: hidden;
}

.am-wrapper img {
  position: absolute;
  outline: none;
}

.am-container {
  width: 100%;
}

.amv-container img {
  height: 111px;
  width: auto;
}

.page_standoc {
  display: none;
}

.standoc-profile__youtube.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

iframe .ytp-large-play-button {
  background: #202a45 !important;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2) !important;
  border-radius: 50px !important;
  height: 80px !important;
  width: 80px !important;
}

iframe .ytp-large-play-button.ytp-touch-device .ytp-large-play-button-bg,
.ytp-cued-thumbnail-overlay:hover .ytp-large-play-button-bg,
.ytp-muted-autoplay-endscreen-overlay:hover .ytp-large-play-button-bg {
  -moz-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), fill-opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
  -webkit-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), fill-opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
  transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), fill-opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
  fill: #f000 !important;
  fill-opacity: 1;
}

iframe .ytp-large-play-button-bg {
  -moz-transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
  -webkit-transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
  transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
  fill: #21212100 !important;
  fill-opacity: .8;
}

.image-gallery {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.image-gallery .two-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.image-gallery .one-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.image-gallery .one-column .bottom-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.certificate:hover .certificate__button {
  background: linear-gradient(180deg, #53C1FC 0%, #1AA7F2 47.92%, #139FE9 85.42%, #0E93DA 100%);
  /* Синий ховер */
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.extendable__trigger span:active,
.extendable__trigger span:hover {
  border-color: #128dce
}

.extendable__trigger span:hover:after {
  display: none;
}

.standoc-form .stan {
  background-image: url(./images/bg-contact.png);
  background-repeat: no-repeat;
  background-position: 50%;
  padding: 38px 0;
  margin-bottom: 20px;
}

.standoc-form .form-group.flex label span {
  font-family: Onest;
}

.standoc-form .stan h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  /* identical to box height */
  margin: 0;
  text-align: center;
  letter-spacing: 0.01em;
  font-family: Onest;
  color: #FFFFFF;
}

.standoc-form .form-group.flex {
  display: flex;
  align-items: center;
  max-width: 610px;
  margin: auto;
}

.standoc-form .stan-tel {
  width: 100%;
}

.standoc-form .stan-submit {
  background: linear-gradient(180deg, #53C1FC 0%, #1AA7F2 47.92%, #139FE9 85.42%, #0E93DA 100%);
  border-radius: 3px;
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 0;
  width: 50%;
  background-position: center !important;
  min-height: 52px;
}

.standoc-form .stan-form-control-wrap {
  height: 52px;
  margin-right: 10px;
}

.standoc-form .stan-tel {
  height: 100%;
}

.standoc-form .stan-form-control-wrap {
  width: 50%;
}

.standoc-form .form-group.flex {
  margin-top: 20px;
}

.standoc-form .form-group.flex .ajax-loader {
  display: none;
}

.standoc-form .form-control {
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  /* #696F7C */
  color: #696F7C;
}

.standoc-form span.stan-list-item {
  margin-left: 0 !important;
}

.standoc-form .form-group.flex label {
  font-style: normal;
  display: flex;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  letter-spacing: 0.02em;
  color: #808286;
}

.standoc-form .form-group.flex label a {
  color: #808286;
}

.standoc-form .form-group.flex label .stan-form-control-wrap {
  width: auto;
}

.standoc-form .form-group {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .standoc-form .stan {
    background-color: #000;
    background-image: none;
    padding: 24px
  }

  .standoc-form .form-group.flex {
    flex-wrap: wrap;
  }

  .standoc-form .stan-form-control-wrap,
  .stan-submit {
    width: 100%;
  }

  .standoc-form .stan-form-control-wrap {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .standoc-form .stan-submit {
    width: 100%;
    font-size: 16px;
    padding: 0;
  }

  .standoc-form .stan-acceptance {
    margin-left: 0;
  }

  .standoc-form .form-group.flex label span {
    margin-left: 10px;
  }

  .standoc-form .form-group.flex label .stan-form-control-wrap {
    margin-left: 0;
    margin-bottom: 0;
  }

  .standoc-form .stan h2 {
    font-size: 20px;
    line-height: normal;
  }
}

.stan-response-output[role=alert] {
  display: none;
}

span.stan-not-valid-tip {
  font-size: 12px !important;
  margin-top: 4px;
}

.gallery__serteficats {
  position: relative;
}

.readthree-block {
  max-height: 500px;
}

.readfour-block {
  max-height: 700px;
}

.section__video-block {
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: none;
  height: 100%;
  top: 0;
  object-fit: cover;
}

.section-wrap {
  z-index: 100;
  height: 100%;
  position: relative;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.section-card__row {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: auto;
  padding: 0 !important;
}

.section__name {
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 50px;
  /* identical to box height */
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.cat_desc {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  /* or 150% */
  color: #FFFFFF;
}

.section__button .btn {
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 157% */
  color: #FFFFFF;
}

.col-sm-offset-1 {
  margin-right: 8.33333333%;
}

.section-card {
  color: #000;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  height: 100%;
  height: 150px;
}

.section-card:hover {
  text-decoration: none;
}

.section-card:hover img {
  transform: scale(1.1);
}

.section-card:hover .section-card__text {
  color: #000
}

.section-card__image {
  overflow: hidden;
}

.section-card__image img {
  transition: all .1s;
}

.section-card__image:hover img {
  transform: scale(1.1);
}

.section-card__image {
  min-width: 150px;
  max-width: 150px;
}

.section-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-card__content {
  padding: 10px;
  box-sizing: border-box;
}

.section-card__name {
  line-height: normal;
  margin-bottom: 5px;
  display: block;
}

.section-card__text {
  font-size: 16px;
  font-family: 'San Francisco(SF UI)';
}

.section-card__row {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}

.section-card__row .swiper-container {
  width: 100%;
}

.section__button {
  margin-top: 20px;
  display: block;
}

.section-wrap .row {
  width: auto;
}

.row-full {
  width: 100% !important;
}

.section__name {
  max-height: 140px;
  margin-bottom: 15px;
  overflow: hidden;
  display: block;
  line-height: normal;
}

.section-wrap .row {
  width: 100%;
}


/* .section-card{
	max-width: 500px;
} */

.section_home__description {
  width: 647px;
  padding-right: 20px;
  display: none;
}

.desctop_description {
  display: block;
}

@media only screen and (min-width: 700px) and (max-height: 600px) {
  .section-card__row {
    margin-top: 20px;
    padding: 0 15px !important;
    bottom: 0;
    margin-bottom: 0px;
    position: relative !important;
  }
}

@media only screen and (max-width: 320px) and (max-height: 600px) {
  .section-card__row {
    margin-top: 20px;
    padding: 0 15px !important;
    bottom: 0;
    margin-bottom: 0px;
    position: relative !important;
  }

  .section-wrap .row {
    flex-wrap: wrap;
  }

  .row .section-card__row {
    padding-right: 15px !important;
  }
}

section {
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}

@media (max-width: 1024px) {
  section {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc((var(--vh, 1vh) * 100) - 68px);
  }

  .b-lazy.b-loaded {
    height: 100%;
  }

  .standoc-profile__youtube {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 940px) {
  .section-wrap.col-sm-offset-1 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .section-card__row {
    width: 100% !important;
  }

  .section-wrap>.row {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 992px) {
  .section-card__text {
    font-size: 14px;
  }

  .section-card {
    height: 130px;
  }

  .section-card__image {
    max-width: 130px;
    min-width: 130px;
  }
}

@media (max-width: 700px) {
  .section-wrap .row {
    position: relative;
    bottom: 0;
    margin-bottom: 10px;
    width: auto;
  }

  .section-card__image {
    max-width: 80px;
    min-width: 80px;
  }

  .section-wrap .swiper-slide {
    width: 90% !important;
    max-width: 100%;
  }

  /* .swiper-slide {
		width: 80% !important;
	} */
  .section-wrap .row {
    height: 100%;
  }

  .section-card__row {
    padding-left: 15px !important;
    bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
    width: auto !important;
  }

  #sec-1 {
    min-height: 580px;
  }

  .section-wrap .row {
    margin-bottom: 0 !important;
  }

  .section-card__name {
    font-size: 14px;
  }

  .section-card__image {
    min-width: 100px;
    max-width: 100px;
  }

  .section-card__text {
    font-size: 12px;
  }

  .swiper-wrapper .swiper-slide:nth-child(2) .section-card {
    margin-right: 15px;
  }

  .time-jobs-clinik--item {
    flex: auto !important;
    margin-bottom: 12px;
    width: 100%;
  }

  .time-jobs-clinik--row {
    flex-wrap: wrap;
  }
}

.review-card {
  width: 100%;
}

.standoc-form .stan {
  position: relative;
}

.screen-reader-response ul {
  display: none;
}

.standoc-profile__youtube .youtube__preview_img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.extendable__trigger {
  cursor: default;
}

.extendable__trigger span {
  cursor: pointer;
  left: auto;
}

.standoc-profile__profile-slide .image-gallery {
  width: 100%;
}

.portfolio-card__author.author {
  margin-right: 40px;
}

.modal.my-modal.fade .modal-dialog {
  -webkit-transition: 0 .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.glightbox.am-wrapper {
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.glightbox.am-wrapper:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

@media (max-width: 768px) {
  .portfolio-card__author.author {
    width: auto;
  }

  .section_home__description {
    display: block;
  }

  .desctop_description {
    display: none;
  }

  .mobile-header .button_outline-blue:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
  }
}

@media (max-width: 465px) {
  .grid-item {
    width: 44%;
    margin-right: 0;
  }

  .gallery__serteficats {
    margin: 0;
  }
}

@media (max-width: 375px) {
  .grid-item {
    margin-right: 0;
  }

  .am-container img {
    height: 104px;
  }
}

#myModal .modal-content {
  background: #FFFFFF;
  /* Drop Shadow */
  box-shadow: 0px 20px 70px rgba(24, 24, 24, 0.6);
  border-radius: 3px;
}

.modal-header {
  border: none;
}

.modal-title {
  font-style: normal;
  font-family: Onest;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  /* identical to box height */
  letter-spacing: -0.01em;
  /* #000 */
  color: #000;
}

.modal-header .close {
  background-image: url(./images/close.svg);
  opacity: 1;
  width: 22px;
  height: 22px;
  font-size: 0;
  background-size: cover
}

.modal__btn {
  height: 54px;
  background: #ccc;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  margin-bottom: 15px;
}

.modal__btn span {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}

.modal__btn i {
  margin-right: 10px;
}

.modal__btn.blue {
  background: #202a45;
}



.modal__btn.orange-while {
  background: #C8A33A;
  border: none;
  outline: none;
}



.modal__btn.red {
  background: #ff4444;
  border: none;
  outline: none;
}









.modal__btn.green {
  background: #40C351;
}



.modal__btn.blue-while {
  background: #EEF6FC;
  border: none;
  outline: none;
}

.modal__btn.blue-while span {
  color: #202a45;
}

#myModal .well {
  border: none;
  box-shadow: none;
  background: #F6F6F6;
  box-sizing: border-box;
}

#myModal .well .form-control {
  /* #BEC0C3 */
  border: 1px solid #BEC0C3;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 0 20px;
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  /* #696F7C */
  color: #696F7C;
  height: 52px;
  margin-bottom: 10px;
}

#myModal .well .form-control:focus {
  border: 1px solid #696F7C;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

#myModal .well .form-control:hover {
  border: 1px solid #696F7C;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.form-group {
  width: 100%;
}

#myModal .well textarea.form-control {
  border: 1px solid #BEC0C3;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 20px;
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  margin-bottom: 10px;
  height: auto;
}

#myModal .well textarea.form-control:hover {
  border: 1px solid #696F7C;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

#myModal .form-group {
  margin-bottom: 0 !important;
}

#myModal .well label {
  align-items: center;
  padding-left: 40px;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  /* #000 */
  color: #000;
}

#myModal .well label .stan-form-control-wrap {
  position: absolute;
  left: 0;
}

#myModal .stan-submit.btn-success.btn {
  height: 54px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  margin-bottom: 0;
  text-shadow: none;
  background: #202a45;
  border: none;
  outline: none;
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #fff;
}

#myModal .ajax-loader {
  display: none;
}

#myModal .form-group .stan-form-control-wrap.agree {
  display: none;
}

#myModal .form-group br {
  display: none;
}

#myModal .well .form-control.stan-not-valid {
  border-color: #F55959;
}

#myModal .stan-not-valid-tip {
  display: none;
}

#myModal .stan .screen-reader-response {
  display: none;
}

.modal__text .adress {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.time-jobs-clinik--name {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.time-jobs-clinik--row {
  display: flex;
  margin-bottom: 20px;
}

.time-jobs-clinik--item {
  flex: 1;
  padding: 5px 16px;
  margin-right: 16px;
}

.time-jobs-clinik--item:last-child {
  margin-right: 0;
}

.time-jobs-clinik--item.green {
  background: #EDFAEC;
}

.time-jobs-clinik--item.gray {
  background: #F4F4F4;
}

.time-jobs-clinik--item b {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  display: block;
}

.time-jobs-clinik--item span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.info-jobs-clinik--item span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #696F7C;
}

.adress-jobs span {
  color: #000;
  line-height: 28px;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}

.entrance span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  /* #000 */
  color: #000;
}

.entrance-ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  overflow: hidden;
}

.entrance-li {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 10px;
  position: relative;
  display: flex;
  color: #000;
}

.entrance-li:last-child:after {
  display: none;
}











#myModal .modal-body {
  padding: 20px;
}

#myModal .modal-header {
  padding: 20px;
  padding-bottom: 0;
}



#myModal_city .modal-body {
  padding: 20px;
}

#myModal_city .modal-header {
  padding: 20px;
  padding-bottom: 0;
}






.entrance-li:before {
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 9;
  content: '';
  margin-top: 5px;
  max-width: 10px;
  max-height: 10px;
  min-width: 10px;
  min-height: 10px;
  margin-right: 8px;
}

.entrance-li:after {
  border-left: 1px dashed #000000;
  height: 100%;
  content: '';
  position: absolute;
  left: 4px;
  top: 5px;
}

.entrance-li:last-child:after {
  display: none;
}

.stan-form-control-wrap.agree {
  height: 0;
  margin-bottom: 5px;
}

#myModal .well label a {
  margin-left: 5px;
}

.header__phone-what .wa {
  display: none;
}

.modal__btn.vertical-align i {
  margin-top: -4px;
}

.black_form .stan-submit.button {
  background: linear-gradient(180deg, #53C1FC 0%, #1AA7F2 47.92%, #139FE9 85.42%, #0E93DA 100%) !important;
  color: #fff;
}

.black_form .stan-submit.button i {
  background: url('images/edit.svg') no-repeat;
  display: inline-block;
  width: 13px;
  height: 14px;
  background-size: 100% 100%;
  margin-right: 6px;
}

.modal__btn.blue:hover {
  background: #303f69;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.black_form .stan-submit.button:hover {
  background: #303f69 !important;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.modal__btn.blue:active {
  background: #128DCE;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
}

.black_form .stan-submit.button:active {
  background: #128DCE !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  color: rgba(255, 255, 255, 0.7);
}

.black_form .stan-submit.button:active i {
  opacity: 0.7;
}

.modal__btn.blue:active span {
  opacity: 0.7;
}

.modal__btn.blue:active i {
  opacity: 0.7;
}

.modal__btn.green:hover {
  background: #51D362;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.modal__btn.green:active {
  background: #2EB440;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
}

.modal__btn.green:active span,
.modal__btn.green:active i {
  opacity: 0.7;
}

.modal__btn.blue-while:hover {
  background: #F1F9FF;
}

.modal__btn.blue-while:active {
  background: #E6F1F9;
}

.modal__btn.blue-while:active span {
  color: #9CBAD0;
}

.call-block {
  background: #000 url('img/bg-call-block_woman.svg') no-repeat right top;
  background-size: cover;
  max-height: 330px;
}

.stan--wrap.agree {
  display: none;
}

.black_form .text-input {
  width: 100%;
}

.black_form .stan-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.black_form .ajax-loader {
  position: absolute;
  left: 0;
}

.black_form .stan-submit {
  margin-top: 0;
}

.black_form .stan-submit.button {
  font-weight: 400;
  background-image: url(https://scopy/s__dev/assets/themes/stan/img/zapis.svg);
  background-repeat: no-repeat;
  background-position-y: 48%;
  background-position-x: 13%;
}

.call-block .call-block__image {
  display: none;
}

.map_contact {
  width: 100%;
  height: 300px;
}

.map_contact .ymaps-2-1-75-map+.ymaps-2-1-75-map {
  display: none;
}

@media (max-width: 1024px) {
  .sidebar_city {
    margin-top: 6px;
    margin-bottom: 2px;
  }

  .header__phone-what .wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-left: 8px;
    flex: 0 0 34px;
  }

  .header__phone-what {
    display: flex;
    align-items: center;
    padding: 0 20px;
  }

  .site-menu__phone {
    padding: 0;
  }

  .header__phone-what .wa i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .header__phone-what .wa img {
    width: 34px;
    height: 34px;
    display: block;
  }
}

.image-blur {}

.image-blur-wrap {
  position: relative;
  display: inline-block;
}


/* .image-blur-wrap::before {
    content: 'Смотреть фото';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	border-bottom: 0.5px dashed #FFFFFF;
    color: #FFFFFF;
    position: absolute;
	left: 50%;
	bottom: 10%;
    transform: translateX(-50%);
    z-index: 99;
} */

.wrap-image {
  position: relative;
}

.wrap-image::before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
}

.image-blur {
  max-width: 100%;
}

.image-blur-wrap:hover:after {
  opacity: 0;
  cursor: default;
}

.image-blur-wrap:hover .wrap-image::before {
  opacity: 0;
}

.image-blur-wrap:hover:before {
  display: none;
}

@media all and (max-width: 700px) {
  .portfolio-card__image_after:before {
    left: 20px;
    top: 20px
  }

  .portfolio-card__content {
    padding: 0 20px !important;
  }

  .portfolio-card__author.author {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100% !important;
  }

  .portfolio-card__footer {
    margin-top: 20px;
    padding: 0 20px;
    padding-bottom: 20px;
  }

  .portfolio-card__author.author {
    align-items: center;
  }

  .portfolio-card .button_gradient-blue {
    margin: 0 !important;
  }

  .portfolio-card .button_gradient-blue {
    width: 100%;
  }
}

.portfolio-card__image_before:after {
  display: none;
}

.wp-block-image img {
  /*max-height: 450px;*/
}

.my-modal .modal-content input {
  font-family: inherit;
}

.modal-while {
  color: #fff
}

/*
html {
  overflow-y: visible !important
}
*/

@media (max-width: 480px) {

  .site-menu__phone,
  .site-menu__phone:active,
  .site-menu__phone:hover {
    font-size: 24px;
  }

  .site-menu__phone,
  .site-menu__phone:active,
  .site-menu__phone:hover {
    font-size: 24px;
  }
}

.swiper-slider__button::after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}

.swiper-slider__button {
  text-align: center;
}

.swiper-slider__button svg {
  display: inline-block;
  vertical-align: middle;
}

.swiper-slider__button_right_inset {
  text-align: center;
}

.wp-shortcode-table {}

.wp-shortcode-table .p-table tr {
  border: 1px solid #E4E2E2 !important;
  background: #ffffff !important;
  color: #000 !important;
  border-top: none;
}

.p-header {
  background: #000;
  padding: 1rem;
  margin-bottom: 0;
}

.p-header__title {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  color: #ffffff;
  border-bottom: 1px dashed;
}

.p-table__group {
  background: #F6F6F6;
  padding: 1rem;
  background: linear-gradient(0deg, #F6F6F6, #F6F6F6), #000;
}

.p-table__group>h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
  color: #000000;
}

.p-table__price p {
  font-size: 16px;
  line-height: 26px;
}

.p-table__price>h5 {
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #000000;
}

.p-table__cost {
  text-align: right;
  vertical-align: top;
}

.p-table__cost>span {
  font-family: Onest;
  font-size: 20px;
  line-height: 24px;
  display: block;
  white-space: nowrap;
}

.p-table__cost>small {
  font-size: 12px;
  line-height: 16px;
  color: #696F7C;
  white-space: nowrap;
}

span[data-toggle="tooltip"] {
  display: inline-block;
  background: #202a45;
  color: #ffffff;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 14px;
  cursor: help;
  line-height: 18px;
  border-radius: 50%;
}

.tooltip[role="tooltip"] .tooltip-arrow {
  border-top-color: #ffffff;
}

.tooltip[role="tooltip"] {
  opacity: 1;
}

.tooltip[role="tooltip"] .tooltip-inner {
  padding: 1rem;
  background: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 26px;
  box-shadow: 0px 20px 35px rgba(24, 24, 24, 0.2);
  color: #000;
  max-width: 435px;
  text-align: left;
}


/* widget_o */

.widget_o {
  display: none;
}

@media (max-width:767px) {
  .widget_o {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    bottom: -100%;
  }

  .widget_o::after {
    content: '';
    background-image: url(/assets/themes/stan/img/whatsapp.svg);
    display: block;
    width: 32px;
    height: 32px;
  }

  .widget_o.visible {
    bottom: 110px;
  }
}

.widget_o.anim {
  animation: radial-pulse 1.4s infinite;
}

@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(62, 60, 60, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@media (max-width: 425px) {
  .hat__breadcrumbs.breadcrumbs {
    left: 0;
    right: 0;
    padding: 12px;
  }
}

img {
  max-width: 100%;
}


/*menu banner*/

.banner-text {
  width: 85%;
}

.banner-text-small {
  line-height: 1.05;
}

.equipment-black .equipment__col.swiper-slide .card.card_name_equipment {
  background: #373C45;
}

.equipment-black .card__name {
  color: #fff !important;
}

.equipment-black .card__text {
  color: #DADADA !important;
}

.section-gray {
  background: #ECEEF0;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-gray h2.heading_h2 {
  margin-top: 0 !important;
}

.section-gray .section__text-b {
  text-align: left;
}

.block {
  margin: 100px 0;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.page__container>.block:first-child {
  margin-top: 0;
}

.post__article.article {
  margin-top: 50px;
  padding-bottom: 50px;
}

.post__article.article>*:first-child {
  margin-top: 0 !important;
}

.wp-block-image img {
  object-fit: cover;
}

.section__text-b {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #696F7C;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
}

.section__text-b strong {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.section__header {
  margin-bottom: 30px;
}


/* TEMP */

.wp-block-lazyblock-faq-2 {}

.wp-block-lazyblock-faq-2 .accordeon__head {
  font-size: 1.5rem;
  font-weight: 500;
}

.swiper-quote-prev,
.swiper-quote-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  border: 1px solid #BEC0C3;
  transition: all .2s;
}

.swiper-quote-prev:after {
  content: '';
  width: 6.41px;
  height: 12.1px;
  display: block;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none'%3e%3cpath d='M8.20312 0.949219L1.79635 7.00007L8.20312 13.0509' stroke='%23BEC0C3' stroke-width='1.5'/%3e%3c/svg%3e");
}

.swiper-quote-next:after {
  content: '';
  width: 6.41px;
  height: 12.1px;
  display: block;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none' style='&%2310; transform: rotate(-180deg);&%2310;'%3e%3cpath d='M8.20312 0.949219L1.79635 7.00007L8.20312 13.0509' stroke='%23BEC0C3' stroke-width='1.5'/%3e%3c/svg%3e");
}

.swiper-quote-next:hover::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none' style='&%2310; transform: rotate(-180deg);&%2310;'%3e%3cpath d='M8.20312 0.949219L1.79635 7.00007L8.20312 13.0509' stroke='%23fff' stroke-width='1.5'/%3e%3c/svg%3e");
}

.swiper-quote-prev:hover::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none'%3e%3cpath d='M8.20312 0.949219L1.79635 7.00007L8.20312 13.0509' stroke='%23fff' stroke-width='1.5'/%3e%3c/svg%3e");
}

.swiper-quote-prev:hover,
.swiper-quote-next:hover {
  background: #303f69;
  border-color: #303f69;
  transform: scale(1.2);
}

.slider-quote .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

.swiper-quote-arrow {
  position: absolute;
  right: 40px;
  bottom: 80px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.swiper-quote-next {
  margin-left: 20px;
}

.sidebar-r {
  min-width: 389px;
}

.sidebar-r__inner {
  position: sticky;
  top: 20px;
  margin-bottom: 20px;
}

.sidebar-r__wrap {
  background: #FFFBF3;
  padding: 30px;
  position: relative;
}

.sidebar-r__wrap::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/assets/themes/stan/./images/stan-sidebar.svg);
  width: 169px;
  height: 149px;
}






.sidebar-r__title {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 15px;
}

.sidebar-r__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  margin-left: -30px;
  margin-right: -30px;
}

.sidebar-r__inner {
  max-width: 389px;
}

.sidebar-r__list-item {
  cursor: pointer;
}

.sidebar-r__list-item:last-child {
  margin-bottom: 0;
}



.sidebar-r__list-item-ajax {
  cursor: pointer;
}

.sidebar-r__list-item-ajax:last-child {
  margin-bottom: 0;
}







.sidebar-r__link {
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  font-family: 'San Francisco(SF UI)';
  color: rgb(0 0 0 / 0.6) !important;
  text-decoration: none !important;
  font-weight: 500;
  padding: 13px 30px;
  display: block;
}


.sidebar-r__link:hover {
  background: #f8f2e5;
}

.sidebar-r__link.active {
  background: rgb(245 238 223 / 0.7);
  color: #000 !important;
}



.sidebar-r__list-item:hover .sidebar-r__link {
  text-decoration: none;
  color: #000 !important;
}

.sidebar-r__list-item-ajax:hover .sidebar-r__link {
  text-decoration: none;
  color: #000 !important;
}







.page_sidebar main.page__container {
  display: flex;
  max-width: 100%;
  flex-direction: row-reverse;
}

.page_sidebar main.page__container .post__article.article {
  width: calc(100% - 465px);
  margin-right: 65px;
}

.page_sidebar main.page__container {
  max-width: 1575px !important;
}

@media (max-width: 1660px) {
  .page_sidebar main.page__container {
    padding: 0 36px !important;
  }

  .sidebar-r {
    min-width: 250px;
  }

  .page_sidebar main.page__container .post__article.article {
    margin-right: 36px;
    width: calc(100% - 296px);
  }

  .sidebar-r__title {
    font-size: 18px;
  }

  .sidebar-r__link {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .sidebar-r__wrap {
    padding: 20px;
  }

  .sidebar-r__list {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sidebar-r__title {
    margin-bottom: 10px;
  }
}

@media (max-width: 1440px) {
  .page_sidebar main.page__container .post__article.article {
    margin-right: 0;
  }

  .page_sidebar main.page__container {
    display: block;
    width: calc(1074px + (64px * 2));
  }

  .page_sidebar main.page__container .post__article.article {
    width: 100%;
  }

  .page_sidebar main.page__container {
    max-width: 100% !important;
  }
}

@media (max-width: 1400px) {
  .page_sidebar main.page__container .post__article.article {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 700px) {
  .time-jobs-clinik--item {
    margin-right: 0;
  }

  .page_sidebar main.page__container {
    padding: 0 20px !important;
  }
}





.banner-main .banner__button {
  margin-top: 0;
  width: 100%;
}

.banner__button .b-button {
  width: 100%;

}



.b_col_left {margin-right: 10px;}
.b_col_right {margin-left: 10px;}







.banner-main .breadcrumbs {
  padding-top: 100px;
}

@media (max-width: 1440px) {
  .banner-main .breadcrumbs {
    padding-top: 0px;
  }
}

@media (max-width: 700px) {
  .banner-main .breadcrumbs {
    padding-top: 25px;
  }
}

.banner-main__name {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  font-family: Onest;
  line-height: 1.4;
  margin-top: 0;
  color: #FFFFFF;
}

.banner-main__name span {
  display: block;
  font-size: 48px;
}

.banner-main__items {
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.banner-main__item:first-child {
  /*width: 100%;*/
}

.banner-main__span {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  font-family: 'San Francisco(SF UI)';
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
}

.banner-main {
  height: auto !important;
  padding-top: 0;
}

.banner-main__sub-title {
  font-weight: 300;
  font-size: 26px;
  line-height: 36px;
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
  font-family: Onest;
  font-family: Onest;
}

.banner-main__text {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
  /* or 180% */
  font-family: 'San Francisco(SF UI)';
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  padding-bottom: 25px;
  padding-top: 25px;
  color: #FFFFFF;
}

.banner-main__links {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.banner-main__link {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  transition: all .2s;
  /* #BEC0C3 */
  font-family: Onest;
  color: #BEC0C3;
}

.banner-main__icon {
  width: 18px;
  height: 18px;
  background-image: url(img/arrow-banner.svg);
  transition: all .2s;
}

.banner-main__link:hover .banner-main__icon {
  transform: rotate(90deg);
  background-image: url(img/arrow-banner-hover.svg);
}

.banner-main__link:hover {
  color: #fff;
}



@media (max-width:991px) {
  .banner-main__links {
   /*  display: none; */
  }

  .banner-main__text {
    border-bottom: 0 !important;
  }

  .banner__button {
    width: 100%;
  }

  .banner__button>* {
    width: 100%;
  }
}

@media (max-width:767px) {
	
	
/*  
 .banner-main__span {
    display: none;
  } 
  
*/

  .banner-main__sub-title {
    line-height: normal;
  }

  .banner-main__items {
    padding-bottom: 1rem;
  }

  .banner__button .b-button {
    margin-top: 0 !important;
  }

  .banner-main__items .banner-main__item:last-child .banner-main__sub-title::before {
    content: 'Эксплуатация: ';
    margin-right: 10px;
    display: inline-block;
  }


  .banner-main {
    max-height: none !important;
    min-height: calc((var(--vh, 1vh) * 100) - 68px) !important; 

  }



/*   .banner-main__text {
    display: none;
  }
 */
 
 
  .banner-main__name span {
    font-size: 36px;
    line-height: 50px;
    padding-right: 10px;
  }

  .banner-main__name {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 1rem;
  }

  .banner__button {
    width: 100%;
  }

  .banner-main .banner__button {
    margin-bottom: 25px !important;
  }

  .hat__container.hat__container {
    max-width: 100%;
  }

  .banner-main__sub-title {
    font-size: 22px;
    white-space: normal;
  }

  .breadcrumbs-wrap {
    overflow: hidden;
  }

  .banner-main__items {
    border-bottom: 0;
  }
}

.breadcrumbs-wrap {
  width: 100%;
}

.blocks-gallery-grid .blocks-gallery-item figure {
  position: relative;
}

.wp-block-gallery {
  justify-content: center;
}

.article .wp-block-gallery ul:not(.roadmap) li {
  padding: 0 !important;
}

.standoc-item {
  background: #F4F4F4;
  padding: 40px 60px;
  color: #000000;
  position: relative;
  height: 685px;
  width: calc((100%/3) - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
}


.grid-sizer {
  width: calc((100%/3) - 20px);
}

.standoc-list .heading {
  display: none;
}

.standoc-list .heading {
  margin-top: 0 !important;
}

.standoc-list .heading.active {
  display: block;
}

.standoc-item:hover {
  background: #efefef;
}

.standoc-item:hover .standoc-item__image {
  transform: scale(1.05);
}

.standoc-item::after {
  content: '';
  position: absolute;
  left: 20%;
  right: -20%;
  top: 0;
  bottom: -10%;
  background-image: url(./src/img/standoc-page/snippet-logo.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
}

.standoc-item__image {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 65%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  transition: all .5s;
}

.standoc-item__image img {
  max-height: 410px;
  width: 100%;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(22px 45px 50px rgba(10, 15, 19, 0.2));
  transition: all .2s;
}

.standoc-item__image img.lazyloaded {
  opacity: 1;
}

.standoc__sort-primary .standoc-item__image img {
  max-height: 626px;
  display: none;
}

.standoc__sort-primary.standoc-item_primary .standoc-item__image img:first-child {
  display: block;
}

.standoc__sort-primary:not(.standoc-item_primary) .standoc-item__image img:last-child {
  display: block;
  max-height: 410px;

}

@media (max-width: 1366px) {
  .standoc__sort-primary:not(.standoc-item_primary) .standoc-item__image img:last-child {
    display: block;
    max-height: 330px;

  }
}

@media (max-width: 992px) {
  .standoc__sort-primary:not(.standoc-item_primary) .standoc-item__image img:last-child {
    display: block;
    max-height: 510px;

  }
}

.standoc-item__name {
  font-family: Onest;
  font-style: normal;
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 10px;
}

.standoc-item__post {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  color: #696F7C;
}

.standoc-item__badge {
  background: #FFFFFF;
  border-radius: 50px;
  padding: 3px 13px;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 3px 13px;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #202a45;
  white-space: nowrap;
}

.standoc-item__post p {
  margin-bottom: 0;
}

.standoc-item:not(.standoc-item_primary) .standoc-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.standoc-item__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  min-height: 81px;
}

.standoc__sort-primary:not(.standoc-item_primary) .standoc-item__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.standoc__sort-primary:not(.standoc-item_primary) .standoc-item__header {
  order: 1;
}

.standoc__sort-primary:not(.standoc-item_primary) .standoc-item__name {
  order: 2;
}

.standoc__sort-primary:not(.standoc-item_primary) .standoc-item__text {
  order: 3;
}

.standoc__sort-primary:not(.standoc-item_primary) .standoc-item__button-wrap {
  order: 4;
}

.standoc-item_primary .standoc-item__button {
  max-width: 290px !important;
}

.standoc-item__button {
  max-width: 100% !important;
}

.standoc-item:not(.standoc-item_primary) .standoc-item__text span {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 3;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.standoc-item:hover .standoc-item__button-wrap {
  transform: translateY(0);
}

.standoc-item__button-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  transform: translateY(200%);
  transition: all .5s;
}

.standoc-item__button {
  background: #fff;
  box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #202a45;
  transition: all .5s;
  width: 100%;
  max-width: 290px;
  cursor: pointer;
}

.standoc-item__button:hover {
  background: #202a45;
  color: #fff !important;
}

.standoc-item__content {
  position: relative;
  z-index: 1;
  height: 100%;
}

.standoc-item__video {
  margin-left: 28px;
  background-image: url(./src/img/standoc-page/video-icon.svg);
  min-width: 54px;
  height: 54px;
  display: block;
  border: none;
  background-color: transparent;
  outline: none;
}

.standoc-item__video:hover {
  background-image: url(./src/img/standoc-page/video-icon-hover.svg);
}

.standoc-item:not(.standoc-item_primary) .standoc-item__top {
  display: none;
}

@media (max-width: 767px) {
  .standoc-item__text span {
    display: block;
  }

  .standoc-item__text {
    margin-bottom: 0;
  }

  .standoc-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .grid-sizer {
    width: 100%;
  }

  .standoc-item__name {
    font-size: 26px;
    line-height: 130%;
  }

  .standoc-item__post {
    font-size: 16px;
    line-height: 150%;
  }

  .standoc-item__badge {
    font-size: 14px;
    line-height: 17px;
  }

  .standoc-item__sub-title {
    font-size: 12px;
    line-height: 14px;
  }

  .standoc-item__metro {
    font-size: 16px;
    line-height: 19px;
  }

  .standoc-item br {
    display: block;
  }

  .standoc-item__text {
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
  }

  .standoc-item__video {
    display: none;
  }

  .standoc-item__name br {
    display: none;
  }

  .standoc-item::after {
    background-size: 100%;
  }

  .standoc-item {
    text-align: center;
  }

  .standoc-item__header {
    justify-content: center;
  }

  .standoc-item {
    height: 550px;
  }
}

.standoc-item_primary {
  width: calc((100%/2) - 20px)
}

.standoc-item_primary .standoc-item__button-wrap {
  transform: none;
  opacity: 1;
}

.block-sleep-new .block-sleep__image::after {
  content: '';
}

.standoc-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.standoc-items .standoc-item:last-child {
  margin-bottom: 60px;
}

.standoc-items-black .standoc-item {
  background: #373C45;
  color: #fff;
}

.standoc-items-black .standoc-item__post {
  color: #B1B1B1;
}

.standoc-items-black .standoc-item__badge {
  background: #535963;
  color: #FFFFFF;
}

.standoc-items-black .standoc-item__button {
  background: rgb(216 216 216 / 20%);
  color: #FFFFFF !important;
}

.standoc-items-black .standoc-item__button:hover {
  background: #fff;
  color: #000 !important;
}

.standoc-items-black .standoc-item::after {
  background-image: url(./src/img/standoc-page/snippet-logo-black.svg);
}

.standoc-items-black .standoc-item__text {
  color: #fff;
}

.standoc-item_primary .standoc-item__name {
  font-size: 38px;
  line-height: 130%;
  margin-bottom: 15px;
}

.standoc-item_primary .standoc-item__post {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
}

.standoc-item__top {
  margin-bottom: 37px;
  background: #FFFFFF;
  border-radius: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 14px;
  padding-left: 14px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  /* or 18px */
  display: inline-flex;
  align-items: center;
  font-family: Onest;
  /* #202a45 */
  color: #202a45;
}


.card-standoc .standoc-item__top {
  background: linear-gradient(272.66deg, #D6D6D6 0.41%, #FFFFFF 26.74%, #E4E4E4 59.79%, #FFFFFF 77%, #FFFFFF 99.55%);
  display: inline-flex !important;
  margin-top: 20px;
  margin-bottom: 0;
}

.standoc-item__top-img {
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
}

.standoc-item__top-img img {
  position: absolute;
  left: -38px;
  top: -6px;
}

.standoc-item__top span {
  margin-left: 12px;
}

.standoc-item_primary .standoc-item__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 25px;
  max-width: 50%;
}

.standoc-item_primary .standoc-item__badge {
  margin-bottom: 20px;
}

.standoc-item__sub-title {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  /* #696F7C */
  color: #696F7C;
  margin-bottom: 10px;
}

.standoc-item__metro {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  color: #000000;
}

.standoc-item__metro span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ED1C29;
  margin-right: 10px;
}

.standoc-item_primary {
  overflow: hidden;
}

.standoc-item_primary .standoc-item__image {
  left: auto;
  height: auto;
  max-width: 85%;
}

.standoc-item_primary .standoc-item__button {
  max-width: 290px;
  color: #202a45;
}

.standoc-item_primary .standoc-item__name {
  max-width: 65%;
}

@media (max-width: 1500px) {
  .standoc-item_primary .standoc-item__name {
    max-width: 100%;
  }

  .standoc-item_primary .standoc-item__text {
    max-width: 80%;
  }
}

@media (max-width: 1366px) {
  .standoc-item__header {
    flex-wrap: wrap;
  }

  .standoc-item__post {
    margin-bottom: 10px;
  }
}

@media (max-width: 993px) {
  .standoc-item_primary {
    width: calc(100%);
  }

  .standoc-item_primary .standoc-item__content {
    display: block;
  }

  .standoc-item_primary .standoc-item__name {
    max-width: 100%;
  }
}



.banner-video__info {
  display: flex;
  grid-gap: 0 40px;
  justify-content: space-between;
}

.banner-video-info {
  position: relative;
  font-family: 'San Francisco(SF UI)';
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-video-info>div {
  padding: 0 14px;
}

.banner-video-info::before {
  content: '';
  width: 33.67px;
  height: 74.83px;
  display: block;
  background-image: url(/image/banner/banner-video-info-left.svg);
}

.banner-video-info::after {
  content: '';
  width: 33.67px;
  height: 74.83px;
  display: block;
  background-image: url(/image/banner/banner-video-info-right.svg);
}

.banner-video-info b {
  font-style: normal;
  font-weight: 300 !important;
  font-size: 33.6719px;
  line-height: 40px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: #D5D7D9;
  margin-bottom: 3px;
}

.banner-video-info span {
  font-style: normal;
  font-weight: normal;
  font-size: 14.9653px;
  line-height: 120%;
  display: flex;
  align-items: flex-end;
  text-align: center;
  letter-spacing: -0.01em;
  color: #D5D7D9;
}

.banner-video__text {
  grid-gap: 10px 20px !important;
}

.banner-video__text.banner__text-item span {
  font-size: 16px;
  line-height: 130%;
}

.banner-video__text .banner__text-item {
  margin-bottom: 0;
}

.banner-video__text .banner__text-item i {
  background-image: url(/image/banner/banner-video-text.svg);
  width: 18px;
  height: 18px;
}

@media (max-width: 1700px) {

  .banner-video-info::before,
  .banner-video-info::after {
    width: 22.67px;
    height: 49.83px;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .banner-video__info {
    display: none;
  }
}

.banner-video__badges {
  position: absolute;
  right: 64px;
  bottom: 0;
  z-index: 10;
}

@media (max-width: 1440px) {
  .banner-video__badges {
    right: 10px;
  }
}

@media (max-width: 1280px) {
  .banner-video {
    flex-direction: column;
    align-items: initial;
    justify-content: flex-end;
  }

  .banner-video__badges {
    display: none;
  }
}

@media (max-width: 1660px) {
  .standoc-item {
    padding: 40px;
  }

  .standoc-item_primary .standoc-item__image {
    max-width: none;
  }

  .standoc-item:not(.standoc-item_primary) .standoc-item__image img {
    max-width: none;
    width: 120%;
    transform: translateX(-50%);
    margin-left: 50%;
    max-height: 345px;
  }

  .standoc-item_primary .standoc-item__text {
    max-width: 40%;
  }

  .standoc-item_primary .standoc-item__text span {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 4;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
  }

  .standoc-item:not(.standoc-item_primary) .standoc-item__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .standoc-item__post {
    margin-bottom: 15px;
  }

  .standoc-item__text {
    font-size: 14px;
    line-height: 160%;
  }
}

@media (max-width: 1440px) {
  .standoc-item {
    padding: 32px;
    height: 635px;
  }

  .standoc-item__post {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
  }

  .standoc-item__badge {
    font-size: 14px;
    line-height: 17px;
    margin-top: 15px;
  }

  .standoc-item_primary .standoc-item__text {
    font-size: 14px;
    line-height: 190%;
    max-width: 55%;
  }

  .standoc-item_primary .standoc-item__image {
    bottom: -10%;
  }

  .standoc-item:not(.standoc-item_primary) .standoc-item__header {
    margin-bottom: 10px;
  }

  .standoc-item__name {
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 5px;
  }

  .standoc-item::after {
    background-size: contain;
  }

  .standoc-item_primary .standoc-item__image img {
    max-width: 85%;
    margin-right: 0;
  }

  .standoc-item__image {
    bottom: -5%;
  }

  .standoc-item_primary::after {
    max-width: 100%;
  }

  .standoc-item_primary .standoc-item__post {
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .standoc-item_primary .standoc-item__name {
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 5px;
  }

  .standoc-item_primary,
  .standoc-item {
    height: 680px;
  }

  .standoc-item_primary .standoc-item__image {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -5%;
    height: 65%;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    transition: all .5s;
  }

  .standoc-item_primary::after {
    max-width: none;
  }

  .standoc-item_primary .standoc-item__text span {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .standoc-item_primary .standoc-item__post {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
  }

  .standoc-item_primary .standoc-item__badge {
    margin-bottom: 0;
  }

  .standoc-item_primary .standoc-item__text {
    max-width: 100%;
    font-size: 14px;
    line-height: 160%;
  }

  .standoc-item_primary .standoc-item__image img:last-child {
    display: block;
    max-width: none;
    width: 120%;
    transform: translateX(-50%);
    margin-left: 50%;
    max-height: 345px;
  }

  .standoc-item_primary .standoc-item__image img:first-child {
    display: none !important;
  }

  .standoc-item__badge {
    margin-top: 20px;
  }

  .standoc-item__header {
    margin-bottom: 20px;
  }



  .standoc-item,
  .standoc-item_primary {
    width: calc((100%/2) - 20px);
  }

  .standoc-items {}

  .standoc-item__content {
    display: grid;
  }

  .standoc-item .standoc-item__content {
    height: auto;
    position: unset;
  }

  .standoc-item .standoc-item__button-wrap {
    transform: none;
    left: 32px;
    right: 32px;
    bottom: 32px;
    z-index: 1;
    width: auto;
  }

  .standoc-item__header {
    width: 100%;
  }

  .standoc-item .standoc-item__header {
    margin-bottom: 20px;
  }

  .standoc-item .standoc-item__badge {
    margin-top: 15px;
  }

  .standoc-item .standoc-item__header {
    margin-bottom: 10px;
  }

  .standoc-item__header {
    flex-wrap: wrap;
    margin-bottom: 15px;
    order: 2;
  }

  .standoc-item__name {
    order: 1;
  }

  .standoc-item__text {
    order: 3;
  }

  .standoc-item__header {
    flex-wrap: wrap;
    flex-direction: column;
    justify-self: end;
  }

  .standoc-item__top {
    display: inline-flex;
    margin-bottom: 15px;
  }

  .standoc-item__top br {
    display: none;
  }
}

@media (max-width: 767px) {

  .standoc-item_primary,
  .standoc-item {
    padding: 28px;
  }

  .standoc-item_primary .standoc-item__name,
  .standoc-item__name {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 145%;
    margin-bottom: 10px;
  }

  .standoc-item_primary .standoc-item__post,
  .standoc-item__post {
    font-size: 14px;
    line-height: 150%;
  }

  .standoc-item_primary .standoc-item__text,
  .standoc-item__text {
    max-width: 100%;
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 25px;
  }

  .standoc-item__header {
    margin-bottom: 12px;
  }

  .standoc-item:not(.standoc-item_primary) .standoc-item__header {
    align-items: center;
  }

  .standoc-item__badge {
    margin-top: 15px;
  }

  .standoc-item_primary .standoc-item__badge {
    font-size: 14px;
    line-height: 17px;
  }

  .standoc-item_primary .standoc-item__badge {
    margin-bottom: 0;
  }

  .standoc-item_primary .standoc-item__image img,
  .standoc-item__image img {
    width: 135% !important;
    max-width: none;
    transform: translateX(-50%);
    margin-left: 50%;
  }

  .standoc-item_primary::after,
  .standoc-item::after {
    background-size: 99%;
    background-position: 50% 70%;
    max-width: 100%;
    margin-left: 20%;
  }

  .standoc-item__top {
    margin-bottom: 12px;
    text-align: left;
  }

  .standoc-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .standoc-list.page__container .filter {
    display: none;
  }
}

.position-block {
  background: #F6F8FA;
  margin-left: -16px;
  margin-right: -16px;
  padding: 30px 16px;
  display: none;
  margin-bottom: 25px;
}

.position-block__title {
  font-family: 'San Francisco(SF UI)';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #000000;
  margin-bottom: 5px;
}

.filters-select {
  width: 100%;
  background: #FFFFFF;
  /* #F4F4F4 */
  border: 1px solid #F4F4F4;
  box-sizing: border-box;
  border-radius: 10px;
  height: 60px;
  padding: 0 20px;
  font-family: 'San Francisco(SF UI)';
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  color: #9A9DA0;
  position: relative;
}

.position-block__select {
  position: relative;
}

.position-block__select::after {
  content: '';
  width: 10px;
  height: 6px;
  position: absolute;
  right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3e%3cpath d='M9 1L5 5L1 1' stroke='%239A9DA0' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .position-block {
    display: block;
  }
}

@media (max-width: 767px) {
  .standoc-item_primary .standoc-item__name {
    font-size: 26px;
    line-height: 145%;
  }

  .standoc-items {
    margin: 0;
  }

  .standoc-item {
    margin-left: 0;
    margin-right: 0;
    height: auto !important;
  }

  .standoc-item__sub-title {
    display: none;
  }

  .standoc-item_primary .standoc-item__text {
    max-width: 100%;
  }

  .standoc-item__metro {
    display: none;
  }

  .standoc-item_primary .standoc-item__button {
    max-width: 100%;
  }

  .standoc-item__image,
  .standoc-item_primary .standoc-item__image {
    margin: auto;
    max-width: 100%;
    left: 0;
    right: 0;
    position: relative;
    min-height: 280px;
    max-height: 450px;
  }

  .standoc__sort-primary .standoc-item__image img {
    max-height: 450px;
  }

  .standoc-item_primary .standoc-item__image {
    max-width: 100%;
  }

  .standoc__sort-primary.standoc-item_primary .standoc-item__image img:first-child {
    display: none;
  }

  .standoc__sort-primary.standoc-item_primary .standoc-item__image img:last-child {
    display: block;
  }

  .standoc-item {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .standoc-item__content {
    height: auto;
  }

  .standoc-item__button-wrap {
    transform: translateY(0);
  }

  .standoc-item__image img {
    position: relative;
    margin-bottom: -20%;
  }

  .standoc-item__content {
    position: initial;
  }

  .standoc-item__button-wrap {
    position: absolute;
    bottom: 28px;
    margin: initial;
    left: 28px;
    right: 28px;
    width: auto;
  }
}


.site-menu__center {}

.site-menu__center-icon {
  position: relative;
}

.site-menu__center-item {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

.site-menu__center-icon.svg svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.site-menu__center-item:last-child {
  margin-bottom: 0;
}

.site-menu__center-icon {
  width: 8px;
  height: 8px;
  border-radius: 120px;
  background: blue;
}

.site-menu__center-icon.red {
  background: #ED1C29;

}

.site-menu__center-name {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;

  color: #FFFFFF;
  position: relative;
  margin-left: 8px;
}

.site-menu__center-item:hover .site-menu__center-name::after {
  opacity: 1;
}

.site-menu__center-name::after {
  background: #FFFFFF;
  opacity: 0.2;
  border-radius: 36px;
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  height: 1px;
  content: '';
}

.site-menu__center-badge {
  margin-left: 8px;
  background: #434852;
  border-radius: 40px;
  padding: 4px 10px;

  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  /* identical to box height */


  color: #FFFFFF;
}



.card-plus-minus__header {
  background: #202a45;
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 40px;

  color: #FFFFFF;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 27px;
  padding-bottom: 27px;
}

.card-plus-minus__body {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FAFAFA;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 30px;
  padding-right: 30px;
}


.card-plus-minus.minus .card-plus-minus__body {
  background: transparent;
  box-shadow: none;
}

.card-plus-minus.minus .card-plus-minus__header {
  background: #565B66;
}


.card-plus-minus.white .card-plus-minus__header {
  background: transparent;
  color: #000;
  padding: 30px 30px 20px 30px;
}

.card-plus-minus.white {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FAFAFA;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

.card-plus-minus.white .card-plus-minus__body {
  background: transparent;
  box-shadow: none;
  padding-top: 0;
}



.card-plus-minus.minus.white .card-plus-minus__body,
.card-plus-minus.minus.white {
  background: transparent;
  box-shadow: none;
}

.card-plus-minus.minus.white .card-plus-minus__header {
  background: transparent;
}

/* page-test.css */

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

@media (min-width:576px) {
  .d-sm-none {
    display: none !important
  }

  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: flex !important
  }

  .d-sm-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width:768px) {
  .d-md-none {
    display: none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: flex !important
  }

  .d-md-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width:992px) {
  .d-lg-none {
    display: none !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }
  


  .d-lg-block {
    display: block !important
  }
  
  

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: flex !important
  }

  .d-lg-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width:1200px) {
  .d-xl-none {
    display: none !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: flex !important
  }

  .d-xl-inline-flex {
    display: inline-flex !important
  }
}

@media print {
  .d-print-none {
    display: none !important
  }

  .d-print-inline {
    display: inline !important
  }

  .d-print-inline-block {
    display: inline-block !important
  }

  .d-print-block {
    display: block !important
  }

  .d-print-table {
    display: table !important
  }

  .d-print-table-row {
    display: table-row !important
  }

  .d-print-table-cell {
    display: table-cell !important
  }

  .d-print-flex {
    display: flex !important
  }

  .d-print-inline-flex {
    display: inline-flex !important
  }
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.flex-fill {
  flex: 1 1 auto !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

@media (min-width:576px) {
  .flex-sm-row {
    flex-direction: row !important
  }

  .flex-sm-column {
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-sm-fill {
    flex: 1 1 auto !important
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-sm-start {
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    justify-content: center !important
  }

  .justify-content-sm-between {
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    justify-content: space-around !important
  }

  .align-items-sm-start {
    align-items: flex-start !important
  }

  .align-items-sm-end {
    align-items: flex-end !important
  }

  .align-items-sm-center {
    align-items: center !important
  }

  .align-items-sm-baseline {
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    align-items: stretch !important
  }

  .align-content-sm-start {
    align-content: flex-start !important
  }

  .align-content-sm-end {
    align-content: flex-end !important
  }

  .align-content-sm-center {
    align-content: center !important
  }

  .align-content-sm-between {
    align-content: space-between !important
  }

  .align-content-sm-around {
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    align-content: stretch !important
  }

  .align-self-sm-auto {
    align-self: auto !important
  }

  .align-self-sm-start {
    align-self: flex-start !important
  }

  .align-self-sm-end {
    align-self: flex-end !important
  }

  .align-self-sm-center {
    align-self: center !important
  }

  .align-self-sm-baseline {
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    align-self: stretch !important
  }
}

@media (min-width:768px) {
  .flex-md-row {
    flex-direction: row !important
  }

  .flex-md-column {
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-md-wrap {
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-md-fill {
    flex: 1 1 auto !important
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-md-start {
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    justify-content: center !important
  }

  .justify-content-md-between {
    justify-content: space-between !important
  }

  .justify-content-md-around {
    justify-content: space-around !important
  }

  .align-items-md-start {
    align-items: flex-start !important
  }

  .align-items-md-end {
    align-items: flex-end !important
  }

  .align-items-md-center {
    align-items: center !important
  }

  .align-items-md-baseline {
    align-items: baseline !important
  }

  .align-items-md-stretch {
    align-items: stretch !important
  }

  .align-content-md-start {
    align-content: flex-start !important
  }

  .align-content-md-end {
    align-content: flex-end !important
  }

  .align-content-md-center {
    align-content: center !important
  }

  .align-content-md-between {
    align-content: space-between !important
  }

  .align-content-md-around {
    align-content: space-around !important
  }

  .align-content-md-stretch {
    align-content: stretch !important
  }

  .align-self-md-auto {
    align-self: auto !important
  }

  .align-self-md-start {
    align-self: flex-start !important
  }

  .align-self-md-end {
    align-self: flex-end !important
  }

  .align-self-md-center {
    align-self: center !important
  }

  .align-self-md-baseline {
    align-self: baseline !important
  }

  .align-self-md-stretch {
    align-self: stretch !important
  }
}

@media (min-width:992px) {
  .flex-lg-row {
    flex-direction: row !important
  }

  .flex-lg-column {
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-lg-fill {
    flex: 1 1 auto !important
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-lg-start {
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    justify-content: center !important
  }

  .justify-content-lg-between {
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    justify-content: space-around !important
  }

  .align-items-lg-start {
    align-items: flex-start !important
  }

  .align-items-lg-end {
    align-items: flex-end !important
  }

  .align-items-lg-center {
    align-items: center !important
  }

  .align-items-lg-baseline {
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    align-items: stretch !important
  }

  .align-content-lg-start {
    align-content: flex-start !important
  }

  .align-content-lg-end {
    align-content: flex-end !important
  }

  .align-content-lg-center {
    align-content: center !important
  }

  .align-content-lg-between {
    align-content: space-between !important
  }

  .align-content-lg-around {
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    align-content: stretch !important
  }

  .align-self-lg-auto {
    align-self: auto !important
  }

  .align-self-lg-start {
    align-self: flex-start !important
  }

  .align-self-lg-end {
    align-self: flex-end !important
  }

  .align-self-lg-center {
    align-self: center !important
  }

  .align-self-lg-baseline {
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    align-self: stretch !important
  }
}

@media (min-width:1200px) {
  .flex-xl-row {
    flex-direction: row !important
  }

  .flex-xl-column {
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-xl-fill {
    flex: 1 1 auto !important
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-xl-start {
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    justify-content: center !important
  }

  .justify-content-xl-between {
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    justify-content: space-around !important
  }

  .align-items-xl-start {
    align-items: flex-start !important
  }

  .align-items-xl-end {
    align-items: flex-end !important
  }

  .align-items-xl-center {
    align-items: center !important
  }

  .align-items-xl-baseline {
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    align-items: stretch !important
  }

  .align-content-xl-start {
    align-content: flex-start !important
  }

  .align-content-xl-end {
    align-content: flex-end !important
  }

  .align-content-xl-center {
    align-content: center !important
  }

  .align-content-xl-between {
    align-content: space-between !important
  }

  .align-content-xl-around {
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    align-content: stretch !important
  }

  .align-self-xl-auto {
    align-self: auto !important
  }

  .align-self-xl-start {
    align-self: flex-start !important
  }

  .align-self-xl-end {
    align-self: flex-end !important
  }

  .align-self-xl-center {
    align-self: center !important
  }

  .align-self-xl-baseline {
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    align-self: stretch !important
  }
}

.m-0 {
  margin: 0 !important
}

.mt-0,
.my-0 {
  margin-top: 0 !important
}

.mr-0,
.mx-0 {
  margin-right: 0 !important
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.mt-1,
.my-1 {
  margin-top: .25rem !important
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2,
.my-2 {
  margin-top: .5rem !important
}

.mr-2,
.mx-2 {
  margin-right: .5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
  margin-left: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.mt-3,
.my-3 {
  margin-top: 1rem !important
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5,
.my-5 {
  margin-top: 3rem !important
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,
.py-0 {
  padding-top: 0 !important
}

.pr-0,
.px-0 {
  padding-right: 0 !important
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important
}

.pl-0,
.px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1,
.py-1 {
  padding-top: .25rem !important
}

.pr-1,
.px-1 {
  padding-right: .25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2,
.py-2 {
  padding-top: .5rem !important
}

.pr-2,
.px-2 {
  padding-right: .5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3,
.py-3 {
  padding-top: 1rem !important
}

.pr-3,
.px-3 {
  padding-right: 1rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
  padding-left: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5,
.py-5 {
  padding-top: 3rem !important
}

.pr-5,
.px-5 {
  padding-right: 3rem !important
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
  padding-left: 3rem !important
}

.m-n1 {
  margin: -.25rem !important
}

.mt-n1,
.my-n1 {
  margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
  margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
  margin-left: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

.mt-n2,
.my-n2 {
  margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
  margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
  margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
  margin-left: -.5rem !important
}

.m-n3 {
  margin: -1rem !important
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important
}

.m-n4 {
  margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important
}

.m-n5 {
  margin: -3rem !important
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important
}

.m-auto {
  margin: auto !important
}

.mt-auto,
.my-auto {
  margin-top: auto !important
}

.mr-auto,
.mx-auto {
  margin-right: auto !important
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
  margin-left: auto !important
}

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0 !important
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important
  }

  .m-sm-1 {
    margin: .25rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important
  }

  .m-sm-3 {
    margin: 1rem !important
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important
  }

  .m-sm-4 {
    margin: 1.5rem !important
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important
  }

  .m-sm-5 {
    margin: 3rem !important
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important
  }

  .p-sm-3 {
    padding: 1rem !important
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important
  }

  .p-sm-4 {
    padding: 1.5rem !important
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important
  }

  .p-sm-5 {
    padding: 3rem !important
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important
  }

  .m-sm-n1 {
    margin: -.25rem !important
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important
  }

  .m-sm-n2 {
    margin: -.5rem !important
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem !important
  }

  .m-sm-n3 {
    margin: -1rem !important
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important
  }

  .m-sm-n4 {
    margin: -1.5rem !important
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important
  }

  .m-sm-n5 {
    margin: -3rem !important
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important
  }

  .m-sm-auto {
    margin: auto !important
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0 !important
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important
  }

  .m-md-1 {
    margin: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important
  }

  .m-md-3 {
    margin: 1rem !important
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important
  }

  .m-md-4 {
    margin: 1.5rem !important
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important
  }

  .m-md-5 {
    margin: 3rem !important
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important
  }

  .p-md-3 {
    padding: 1rem !important
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important
  }

  .p-md-5 {
    padding: 3rem !important
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important
  }

  .m-md-n1 {
    margin: -.25rem !important
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important
  }

  .m-md-n2 {
    margin: -.5rem !important
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem !important
  }

  .m-md-n3 {
    margin: -1rem !important
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important
  }

  .m-md-n4 {
    margin: -1.5rem !important
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important
  }

  .m-md-n5 {
    margin: -3rem !important
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important
  }

  .m-lg-1 {
    margin: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important
  }

  .m-lg-3 {
    margin: 1rem !important
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important
  }

  .m-lg-4 {
    margin: 1.5rem !important
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important
  }

  .m-lg-5 {
    margin: 3rem !important
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important
  }

  .p-lg-3 {
    padding: 1rem !important
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important
  }

  .p-lg-4 {
    padding: 1.5rem !important
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important
  }

  .p-lg-5 {
    padding: 3rem !important
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important
  }

  .m-lg-n1 {
    margin: -.25rem !important
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important
  }

  .m-lg-n2 {
    margin: -.5rem !important
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem !important
  }

  .m-lg-n3 {
    margin: -1rem !important
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important
  }

  .m-lg-n4 {
    margin: -1.5rem !important
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important
  }

  .m-lg-n5 {
    margin: -3rem !important
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 !important
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important
  }

  .m-xl-1 {
    margin: .25rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important
  }

  .m-xl-3 {
    margin: 1rem !important
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important
  }

  .m-xl-4 {
    margin: 1.5rem !important
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important
  }

  .m-xl-5 {
    margin: 3rem !important
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important
  }

  .p-xl-1 {
    padding: .25rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important
  }

  .p-xl-3 {
    padding: 1rem !important
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important
  }

  .p-xl-4 {
    padding: 1.5rem !important
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important
  }

  .p-xl-5 {
    padding: 3rem !important
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important
  }

  .m-xl-n1 {
    margin: -.25rem !important
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important
  }

  .m-xl-n2 {
    margin: -.5rem !important
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem !important
  }

  .m-xl-n3 {
    margin: -1rem !important
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important
  }

  .m-xl-n4 {
    margin: -1.5rem !important
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important
  }

  .m-xl-n5 {
    margin: -3rem !important
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important
  }
}

.ff-sf {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
}



.banner {
  position: relative;
  background-image: url(./image/banner.jpg);
  padding: 0 64px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  /*min-height: 600px;*/
  min-height: 75vh;
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.banner-info {
  position: absolute;
  right: 20px;
  bottom: 30px;
  display: grid;
  grid-gap: 0 14px;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  z-index: 10;

}

@media (max-width:1625px) {
  .banner-info {
    right: 30px;
  }
}

@media (max-width:1440px) {
  /* .banner-info{
        display: none;
    } */
}

.banner-info__item {
  display: flex;
  align-items: center;
  background: rgba(49, 54, 64, 0.7);
  border-radius: 10px;
  padding: 10px 15px;
  max-width: 220px;
  padding-right: 10px;
}

.banner-info__item:hover {
  opacity: 0.8;
}

@media (max-width: 1023px) {
  .banner-info {
    display: none;
  }

  .card-standoc__badge-wrap {
    flex-wrap: wrap !important;
    grid-gap: 10px;
  }
}

@media (max-width:1440px) {
  .banner-info {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }


/*   .banner {
    padding: 0 36px;
  }
   */
  
  
}

.banner-info__item i {
  min-width: 30px;
  height: 35px;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.banner-info__item:last-child i {
  background-image: url('./image/banner-two.svg');
}

.banner-info__item:first-child i {
  background-image: url('./image/banner-one.svg');
}

.banner .banner-info span,
.banner .banner-info b {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  margin: 0;
}

.banner .banner-info span {
  margin-left: 10px;
}

.banner-info span b {
  font-weight: 500 !important;
  display: inline-block;
}




.banner:after,
.banner::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}




.banner:after {
  background: linear-gradient(270deg, #dfdfdf 0%, #dfdfdf 12.5%, rgba(223, 223, 223, .67) 54.17%, rgba(223, 223, 223, 0) 100%);
  right: 0;
  width: 16%;
  z-index: -1
}

.banner:before {
  left: 0;
  width: 60%;
  z-index: 2;
  background: linear-gradient(90deg, #202a45 0%, #202a45 15.5%, rgba(32, 42, 69, .97) 29.56%, rgba(32, 42, 69, .75) 50.39%, rgba(32, 42, 69, .47) 76.07%, rgba(32, 42, 69, 0) 93.03%)
}











.banner-main:after,
.banner-main::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}




.banner-main:after {
  background: linear-gradient(270deg, #dfdfdf 0%, #dfdfdf 12.5%, rgba(223, 223, 223, .67) 54.17%, rgba(223, 223, 223, 0) 100%);
  right: 0;
  width: 5%;
  z-index: -1
}

.banner-main:before {
  left: 0;
  width: 60%;
  z-index: 2;
  background: linear-gradient(90deg, #202a45 0%, #202a45 15.5%, rgba(32, 42, 69, .97) 29.56%, rgba(32, 42, 69, .75) 50.39%, rgba(32, 42, 69, .47) 76.07%, rgba(32, 42, 69, 0) 93.03%)
}















.banner__content {
  padding-bottom: 30px;
  position: relative;
  z-index: 6;
  max-width: 50%;
}

.banner .hat__breadcrumbs {
  margin-bottom: 0;
}


.banner .breadcrumbs__link {margin-top: 20px;}



.banner .breadcrumbs__link {
  color: #E4E2E2;
  margin-bottom: 10px;
}

.banner__name {
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 62.4px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 20px;
}

.banner b {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 5px;
  display: block;
}

.banner__text {
  font-family: Onest;
  font-style: normal;
  font-weight: 200;
  font-size: 22px;
  line-height: 1.6;
  color: #FFFFFF;
  margin-bottom: 20px;
  
  
  
  /*max-width: 90%;*/
}

.banner__text-item {
  display: flex;
  margin-bottom: 10px;
  
  
}



.banner__text-item i {
  min-width: 23.26px;
  height: 25.63px;
  display: block;
  margin-top: 3px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='26' viewBox='0 0 24 26' fill='none'%3e%3cpath d='M23.2613 11.354C23.2613 17.9559 18.2994 24.1289 11.6306 25.6278C4.96192 24.1289 0 17.9559 0 11.354V6.16824C0 4.98773 0.713831 3.92352 1.80711 3.4772L9.07626 0.502662C10.7133 -0.167554 12.548 -0.167554 14.185 0.502662L21.4542 3.4772C22.5474 3.92498 23.2613 4.98773 23.2613 6.16824V11.354Z' fill='url(%23paint0_radial)'/%3e%3cpath d='M16.3558 9.81735L10.9039 15.2692L7.63281 11.9981' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cdefs%3e%3cradialGradient id='paint0_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(11.6306 12.8139) scale(11.6306 12.8139)'%3e%3cstop stop-color='%2323AAED'/%3e%3cstop offset='0.304' stop-color='%2322A6E9'/%3e%3cstop offset='0.633' stop-color='%231D99DD'/%3e%3cstop offset='0.9729' stop-color='%231783C9'/%3e%3cstop offset='1' stop-color='%231681C7'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
}

.banner__text-item span {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.6;
  color: #FFFFFF;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  margin-left: 10px;
  display: block;


}

.banner hr {
  background: #fff;
  opacity: 0.1;
  margin-bottom: 30px;
}

.banner__item {
  list-style: none;
  text-decoration: none;
}


.banner__menu {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 11px 0;
  max-width: 100%;
}


.banner__link {
  display: flex;
  align-items: center;
}

.banner__link:hover {
  text-decoration: none !important;
}

.banner__link i {
  margin-right: 10px;
  background: #585B62;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: all .2s;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3e%3cpath d='M0 6.00107L10.0736 6.00107' stroke='white' stroke-width='1.5'/%3e%3cpath d='M5 11L10 6L5 1' stroke='white' stroke-width='1.5'/%3e%3c/svg%3e");
}

.banner__link span {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #BEC0C3;
  transition: all .2s;
  border-bottom: 1px solid transparent;

}

.banner__link:hover span {
  color: #fff;
  display: inline;
}

.heading_center {
  text-align: center;
}

.heading_center.heading_border::after {
  left: 50%;
  transform: translateX(-50%);
}

.banner__button {
  display: flex;
}

.banner__link:hover i {
  background-color: #202a45;
  transform: rotate(90deg);
}



.banner__button {
  margin-top: 45px;
}











.banner__button .b-button {
  margin-right: 20px;
}



.banner__button .b-button:last-child {
  margin-right: 0;
}




.obj3level .banner__button {
  margin-right: 0px;
}


.obj3level .banner__button:last-child {
    margin-right: 0;
}



.b-button--beige {
  background: rgb(245 238 223 / 1);
  color: #000 !important
}



.b-button--midnight-blue {
  background: #1d2e4a;
  color: #fff !important;
}



.b-button--dusty-blue {
  background: #52667e;
  color: #fff !important;
}


.b-button--d4color {
  background: #bdc4d4;
  color: #fff !important;
}

.b-button--deep-navy {
  background: #0f1a2c;
  color: #fff !important;
}



.b-button--buttercream {
  background: #d2cfca;
  color: #0f1a2c !important;
}







.b-button--white {
  background: #fff;
  color: #1B2B46 !important;
}

.b-button--white:hover {
  background: #202a45;
  color: #FFF !important;
}

.b-button--outline {
  background: #d8d8d833;
}





.b-button--green {
  background: #25D366 !important; /* фирменный WhatsApp зеленый */
  border: none !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.b-button--green:hover {
  background: #1ebe5d !important;
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.5);
}

.b-button--green i {
  background-size: contain;
  margin-right: 10px;
}









.b-button--gold {
  background: #ff4444 !important; /* фирменный WhatsApp зеленый */
  border: none !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.b-button--gold:hover {
  background: #ff4444 !important;
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.5);
}

.b-button--gold i {
  background-size: contain;
  margin-right: 10px;
}




.b-button--fasade {
  background: linear-gradient(135deg, #2A5D86, #3F7FB8) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  color: #fff !important;
  transition: none !important;
}

.b-button--fasade:hover {
  background: linear-gradient(135deg, #2A5D86, #3F7FB8) !important;
}

.b-button--fasade:active {
  background: linear-gradient(135deg, #244E71, #356E9C) !important;
}

.b-button--fasade i {
  background-size: contain;
  margin-right: 10px;
}












.b-button--outline:hover {
  background: #FFFFFF;
  color: #202a45 !important;
}

.b-button--outline:hover i {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3e%3cpath d='M15.5199 1.59912V4.91412H12.2058H15.5199' stroke='%23202a45' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M15.0878 4.91406C13.8156 2.5825 11.3425 1 8.5 1C4.35812 1 1 4.35812 1 8.5C1 12.6419 4.35812 16 8.5 16C12.6419 16 16 12.6419 16 8.5' stroke='%23202a45' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.b-button--outline:active {
  opacity: 0.5;
}

.b-icon {
  display: block;
  min-width: 17px;
  height: 17px;
}

.b-icon.b-icon--edit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3e%3cpath d='M6.90758 13.3943L15.5098 4.79501C16.1634 4.1417 16.1634 3.08269 15.5098 2.42938L14.571 1.48998C13.9174 0.836672 12.858 0.836672 12.2045 1.48998L3.6014 10.0901C3.47922 10.2122 3.37713 10.3528 3.29764 10.5058L1.09686 14.7687C0.723653 15.4922 1.49936 16.2685 2.22319 15.8963L6.49002 13.6996C6.64482 13.6193 6.78541 13.5173 6.90758 13.3943Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M3.44897 10.3035L6.69574 13.5491' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M13.5664 16H1.88477' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}







.b-button .b-icon {
  margin-right: 10px;
}

.b-icon.b-icon--return {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3e%3cpath d='M15.5199 1.59912V4.91412H12.2058H15.5199' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M15.0878 4.91406C13.8156 2.5825 11.3425 1 8.5 1C4.35812 1 1 4.35812 1 8.5C1 12.6419 4.35812 16 8.5 16C12.6419 16 16 12.6419 16 8.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}




.b-icon--contacts {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}



.b-icon--contacts {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}


.b-icon--cart {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='white'%3E%3Cpath d='M7.4 2.7c.2-.5 0-1.1-.6-1.3s-1.1 0-1.3.6L3.6 6.4H2.4c-1.1 0-1.7 0-2 .4s-.2.9-.1 2l.3 1.9c.5 3.4.9 5.1 2.1 6.1 1.2 1 2.9 1 6.3 1h1c3.4 0 5.1 0 6.3-1 1.2-1 1.6-2.7 2.1-6.1l.3-1.9c.2-1.1.2-1.6-.1-2s-.9-.4-2-.4h-1.2l-1.8-4.5c-.2-.5-.8-.8-1.4-.6s-.8.8-.6 1.3l1.5 3.8H5.9l1.5-3.7zm1.1 8.9v2.1c0 .6-.5 1-1 1s-1-.5-1-1v-2.1c0-.6.5-1 1-1s1 .5 1 1zm3.1-1c.6 0 1 .5 1 1v2.1c0 .6-.5 1-1 1s-1-.5-1-1v-2.1c0-.6.5-1 1-1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
}





.b-icon.b-icon--wa {
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M8.38807 27.5028L8.90699 27.7623C11.0692 29.0596 13.4908 29.665 15.9124 29.665C23.5232 29.665 29.7502 23.438 29.7502 15.8272C29.7502 12.1947 28.28 8.64878 25.6854 6.05418C23.0908 3.45959 19.6313 1.98932 15.9124 1.98932C8.30159 1.98932 2.07456 8.21635 2.16105 15.9136C2.16105 18.5082 2.93942 21.0163 4.23672 23.1785L4.58267 23.6974L3.19888 28.8001L8.38807 27.5028Z' fill='%2300E676'/%3e%3cpath d='M27.1568 4.67027C24.2162 1.64324 20.1514 0 16 0C7.17838 0 0.0864865 7.17838 0.172973 15.9135C0.172973 18.6811 0.951351 21.3622 2.24865 23.7838L0 32L8.38919 29.8378C10.7243 31.1351 13.3189 31.7405 15.9135 31.7405C24.6486 31.7405 31.7405 24.5622 31.7405 15.827C31.7405 11.5892 30.0973 7.61081 27.1568 4.67027ZM16 29.0595C13.6649 29.0595 11.3297 28.4541 9.34054 27.2432L8.82162 26.9838L3.80541 28.2811L5.1027 23.3514L4.75676 22.8324C0.951351 16.6919 2.76757 8.56216 8.99459 4.75676C15.2216 0.951351 23.2649 2.76757 27.0703 8.99459C30.8757 15.2216 29.0595 23.2649 22.8324 27.0703C20.8432 28.3676 18.4216 29.0595 16 29.0595ZM23.6108 19.4595L22.6595 19.027C22.6595 19.027 21.2757 18.4216 20.4108 17.9892C20.3243 17.9892 20.2378 17.9027 20.1514 17.9027C19.8919 17.9027 19.7189 17.9892 19.5459 18.0757C19.5459 18.0757 19.4595 18.1622 18.2486 19.5459C18.1622 19.7189 17.9892 19.8054 17.8162 19.8054H17.7297C17.6432 19.8054 17.4703 19.7189 17.3838 19.6324L16.9514 19.4595C16 19.027 15.1351 18.5081 14.4432 17.8162C14.2703 17.6432 14.0108 17.4703 13.8378 17.2973C13.2324 16.6919 12.627 16 12.1946 15.2216L12.1081 15.0486C12.0216 14.9622 12.0216 14.8757 11.9351 14.7027C11.9351 14.5297 11.9351 14.3568 12.0216 14.2703C12.0216 14.2703 12.3676 13.8378 12.627 13.5784C12.8 13.4054 12.8865 13.1459 13.0595 12.973C13.2324 12.7135 13.3189 12.3676 13.2324 12.1081C13.1459 11.6757 12.1081 9.34054 11.8486 8.82162C11.6757 8.56216 11.5027 8.47568 11.2432 8.38919H10.9838C10.8108 8.38919 10.5514 8.38919 10.2919 8.38919C10.1189 8.38919 9.94595 8.47568 9.77297 8.47568L9.68649 8.56216C9.51351 8.64865 9.34054 8.82162 9.16757 8.90811C8.9946 9.08108 8.90811 9.25405 8.73514 9.42703C8.12973 10.2054 7.78378 11.1568 7.78378 12.1081C7.78378 12.8 7.95676 13.4919 8.21622 14.0973L8.3027 14.3568C9.08108 16 10.1189 17.4703 11.5027 18.7676L11.8486 19.1135C12.1081 19.373 12.3676 19.5459 12.5405 19.8054C14.3568 21.3622 16.4324 22.4865 18.7676 23.0919C19.027 23.1784 19.373 23.1784 19.6324 23.2649C19.8919 23.2649 20.2378 23.2649 20.4973 23.2649C20.9297 23.2649 21.4487 23.0919 21.7946 22.9189C22.0541 22.7459 22.227 22.7459 22.4 22.573L22.573 22.4C22.7459 22.227 22.9189 22.1405 23.0919 21.9676C23.2649 21.7946 23.4378 21.6216 23.5243 21.4486C23.6973 21.1027 23.7838 20.6703 23.8703 20.2378C23.8703 20.0649 23.8703 19.8054 23.8703 19.6324C23.8703 19.6324 23.7838 19.5459 23.6108 19.4595Z' fill='white'/%3e%3c/svg%3e");
}



.b-icon.b-icon--whatsapp {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M8.38807 27.5028L8.90699 27.7623C11.0692 29.0596 13.4908 29.665 15.9124 29.665C23.5232 29.665 29.7502 23.438 29.7502 15.8272C29.7502 12.1947 28.28 8.64878 25.6854 6.05418C23.0908 3.45959 19.6313 1.98932 15.9124 1.98932C8.30159 1.98932 2.07456 8.21635 2.16105 15.9136C2.16105 18.5082 2.93942 21.0163 4.23672 23.1785L4.58267 23.6974L3.19888 28.8001L8.38807 27.5028Z' fill='%2300E676'/%3e%3cpath d='M27.1568 4.67027C24.2162 1.64324 20.1514 0 16 0C7.17838 0 0.0864865 7.17838 0.172973 15.9135C0.172973 18.6811 0.951351 21.3622 2.24865 23.7838L0 32L8.38919 29.8378C10.7243 31.1351 13.3189 31.7405 15.9135 31.7405C24.6486 31.7405 31.7405 24.5622 31.7405 15.827C31.7405 11.5892 30.0973 7.61081 27.1568 4.67027ZM16 29.0595C13.6649 29.0595 11.3297 28.4541 9.34054 27.2432L8.82162 26.9838L3.80541 28.2811L5.1027 23.3514L4.75676 22.8324C0.951351 16.6919 2.76757 8.56216 8.99459 4.75676C15.2216 0.951351 23.2649 2.76757 27.0703 8.99459C30.8757 15.2216 29.0595 23.2649 22.8324 27.0703C20.8432 28.3676 18.4216 29.0595 16 29.0595ZM23.6108 19.4595L22.6595 19.027C22.6595 19.027 21.2757 18.4216 20.4108 17.9892C20.3243 17.9892 20.2378 17.9027 20.1514 17.9027C19.8919 17.9027 19.7189 17.9892 19.5459 18.0757C19.5459 18.0757 19.4595 18.1622 18.2486 19.5459C18.1622 19.7189 17.9892 19.8054 17.8162 19.8054H17.7297C17.6432 19.8054 17.4703 19.7189 17.3838 19.6324L16.9514 19.4595C16 19.027 15.1351 18.5081 14.4432 17.8162C14.2703 17.6432 14.0108 17.4703 13.8378 17.2973C13.2324 16.6919 12.627 16 12.1946 15.2216L12.1081 15.0486C12.0216 14.9622 12.0216 14.8757 11.9351 14.7027C11.9351 14.5297 11.9351 14.3568 12.0216 14.2703C12.0216 14.2703 12.3676 13.8378 12.627 13.5784C12.8 13.4054 12.8865 13.1459 13.0595 12.973C13.2324 12.7135 13.3189 12.3676 13.2324 12.1081C13.1459 11.6757 12.1081 9.34054 11.8486 8.82162C11.6757 8.56216 11.5027 8.47568 11.2432 8.38919H10.9838C10.8108 8.38919 10.5514 8.38919 10.2919 8.38919C10.1189 8.38919 9.94595 8.47568 9.77297 8.47568L9.68649 8.56216C9.51351 8.64865 9.34054 8.82162 9.16757 8.90811C8.9946 9.08108 8.90811 9.25405 8.73514 9.42703C8.12973 10.2054 7.78378 11.1568 7.78378 12.1081C7.78378 12.8 7.95676 13.4919 8.21622 14.0973L8.3027 14.3568C9.08108 16 10.1189 17.4703 11.5027 18.7676L11.8486 19.1135C12.1081 19.373 12.3676 19.5459 12.5405 19.8054C14.3568 21.3622 16.4324 22.4865 18.7676 23.0919C19.027 23.1784 19.373 23.1784 19.6324 23.2649C19.8919 23.2649 20.2378 23.2649 20.4973 23.2649C20.9297 23.2649 21.4487 23.0919 21.7946 22.9189C22.0541 22.7459 22.227 22.7459 22.4 22.573L22.573 22.4C22.7459 22.227 22.9189 22.1405 23.0919 21.9676C23.2649 21.7946 23.4378 21.6216 23.5243 21.4486C23.6973 21.1027 23.7838 20.6703 23.8703 20.2378C23.8703 20.0649 23.8703 19.8054 23.8703 19.6324C23.8703 19.6324 23.7838 19.5459 23.6108 19.4595Z' fill='white'/%3e%3c/svg%3e");
}


.b-quote {
  display: flex;

}

.b-quote__name {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 15px;
}


.b-quote__avatar {
  display: inline-block;
  background: #F6F6F6;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
}

.b-quote__avatar img {
  object-fit: contain;
  height: 100%;
/*
  display: inline-block;
  width: 350px;
  height: 380px;
  margin-top: -30px;
  background: none no-repeat center bottom / 170px;
  border-radius: 0 0 70px 70px;
  background-size: 105%;
  border-radius: 50%;*/
}

/* .b-quote__avatar {
    margin-left: 80px;
    position: relative;
} */
/* .b-quote__avatar span{
    width: 350px;
    height: 350px;
    background: #F6F6F6;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
} */
.b-quote__content {
  max-width: 60%;
  padding-left: 60px;
  padding-top: 27px;
  position: relative;
}


.b-quote__content::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='78' height='63' viewBox='0 0 78 63' fill='none'%3e %3cpath d='M41.8306 57.5077C45.2903 56.5385 48.5927 55.0846 51.7379 53.1462C54.7782 51.3154 57.4516 49.2154 59.7581 46.8462C61.9597 44.4769 63.7419 41.8923 65.1048 39.0923C66.3629 36.2923 66.9919 33.4385 66.9919 30.5308C66.9919 28.8077 66.6774 27.3 66.0484 26.0077C65.3145 24.7154 64.4758 24.0692 63.5323 24.0692C62.5887 24.0692 61.8024 24.2308 61.1734 24.5538C60.4395 24.9846 59.7581 25.4154 59.129 25.8462C58.3952 26.3846 57.6089 26.8154 56.7702 27.1385C55.8266 27.5692 54.621 27.7846 53.1532 27.7846C50.1129 27.7846 47.4919 26.4923 45.2903 23.9077C42.9839 21.4308 41.8306 18.2538 41.8306 14.3769C41.8306 10.2846 43.3508 6.83846 46.3911 4.03846C49.4315 1.34615 53.1532 0 57.5565 0C60.3871 0 63.0605 0.646152 65.5766 1.93846C67.9879 3.23077 70.1371 5.00769 72.0242 7.26923C73.9113 9.53077 75.379 12.1154 76.4274 15.0231C77.4758 18.0385 78 21.2692 78 24.7154C78 30.1 77.0565 35.0538 75.1694 39.5769C73.1774 44.1 70.5565 48.0308 67.3065 51.3692C63.9516 54.8154 60.0726 57.5077 55.6694 59.4462C51.2661 61.4923 46.6532 62.6769 41.8306 63V57.5077ZM0 57.5077C3.45968 56.5385 6.76209 55.0846 9.90726 53.1462C12.9476 51.3154 15.621 49.2154 17.9274 46.8462C20.129 44.4769 21.9113 41.8923 23.2742 39.0923C24.5323 36.2923 25.1613 33.4385 25.1613 30.5308C25.1613 28.8077 24.8468 27.3 24.2177 26.0077C23.4839 24.7154 22.6452 24.0692 21.7016 24.0692C20.7581 24.0692 19.9718 24.2308 19.3427 24.5538C18.6089 24.9846 17.9274 25.4154 17.2984 25.8462C16.5645 26.3846 15.7782 26.8154 14.9395 27.1385C13.996 27.5692 12.7903 27.7846 11.3226 27.7846C8.28226 27.7846 5.66129 26.4923 3.45968 23.9077C1.15322 21.4308 0 18.2538 0 14.3769C0 10.2846 1.52016 6.83846 4.56049 4.03846C7.60081 1.34615 11.3226 0 15.7258 0C18.5564 0 21.2298 0.646152 23.746 1.93846C26.1573 3.23077 28.3064 5.00769 30.1935 7.26923C32.0806 9.53077 33.5484 12.1154 34.5968 15.0231C35.6452 18.0385 36.1694 21.2692 36.1694 24.7154C36.1694 30.1 35.2258 35.0538 33.3387 39.5769C31.3468 44.1 28.7258 48.0308 25.4758 51.3692C22.121 54.8154 18.2419 57.5077 13.8387 59.4462C9.43549 61.4923 4.82258 62.6769 0 63V57.5077Z' fill='%23F4F4F4'/%3e %3c/svg%3e");
  width: 78px;
  height: 63px;
  display: block;
  position: absolute;
  content: '';
  z-index: -1;
}

.b-quote__content::before {
  left: 10px;
  top: 20px;
}

.b-quote__author {
  margin-top: 31px;
}

.b-quote__author-name {
  text-decoration: none !important;
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #202a45;
  border-bottom: 1px solid #87D0F6;
  display: inline;
  transition: all .2s;
}

.b-quote__author-text {
  font-family: 'San Francisco(SF UI)';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-top: 5px;
  max-width: 75%;
}

.b-quote__content-text {
  font-family: 'San Francisco(SF UI)';
  max-width: 95%;
  position: relative;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
  /* or 180% */


  /* Черный */

  color: #000000;

}

.number-heading {
  position: relative;
  display: flex;
}

.number-heading::before {
  content: '1';
  background: #202a45;
  min-width: 22px;
  height: 22px;
  font-family: 'San Francisco(SF UI)';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}

.number_1::before {
  content: '1';
}

.number_2::before {
  content: '2';
}

.number_3::before {
  content: '3';
}

.number_4::before {
  content: '4';
}

.number_5::before {
  content: '5';
}

.number_6::before {
  content: '6';
}

.number_7::before {
  content: '7';
}

.number_8::before {
  content: '8';
}

@media (max-width:1560px) {

  .b-quote {
    align-items: center;
  }
}

.heading_border {
  position: relative;
  padding-bottom: 15px;
}

.heading_border::after {
  content: '';
  background: #202a45;
  height: 4px;
  left: 0;
  bottom: 0;
  width: 60px;
  display: block;
  position: absolute;
}

.page__wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 50px !important;
}

.b-quote {
  margin-bottom: 60px;
}

.page__wrap,
.advantage-row,
.table-standoc-wrap {
  margin-top: 30px !important;
  margin-bottom: 50px !important;
}


.card {
  background: linear-gradient(0deg, #FAFAFA, #FAFAFA), #FAFAFA;
  box-sizing: border-box;
  padding: 40px;
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: all .2s;
}

.card_hover:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .4s;
  background: linear-gradient(121.43deg, #FDFFEF 0%, #E9F8FF 99.06%);

}

.card_hover>* {
  z-index: 1;
}

.card_hover .card__name-wrap {
  position: relative;
}

.card:hover {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.03);
}

.card_hover:hover::after {
  opacity: 1;
}

.card__name {
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.8;
  margin-bottom: 25px;
  display: block;
}

.card-product .card__name {
  font-weight: 500;
  color: #F1F1F1;
  opacity: 1;
}

.card__name:hover {
  color: #202a45;

  text-decoration: none !important;
}

.card__name-wrap {
  max-width: 85%;
}

.card__menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 130px;
  z-index: 10;
  position: relative;
}

ul.card__menu li.card__menu-item {
  padding-left: 28px !important;
  margin-bottom: 2px !important;
}

.equipment__col:nth-child(4) .card__menu {
  margin-bottom: 0;
}


.card__menu-item {
  margin-bottom: 6px;
  padding-left: 28px;
  position: relative;
  max-width: 70%;
}

.card__menu-item::after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'%3e%3cpath opacity='0.05' d='M18 9.10645C18 14.0774 13.971 18.1064 9 18.1064C4.029 18.1064 -2.139e-08 14.0774 -1.37793e-08 9.10645C-6.16851e-09 4.13545 4.029 0.106445 9 0.106445C13.971 0.106445 18 4.13545 18 9.10645Z' fill='black'/%3e%3cpath d='M5.00195 9.1377L13.0025 9.13769' stroke='black'/%3e%3cpath d='M8.97266 13.1064L12.9437 9.1354L8.97266 5.16435' stroke='black'/%3e%3c/svg%3e");
  position: absolute;
  left: 0;
  top: 8px;
}

h2.heading_border.heading_h2 {
  margin-bottom: 30px !important;
}

.article>.swiper-standoc.swiper-container {
  margin-top: -30px !important;
}

.card__menu-link {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  display: block;
  padding-top: 6px;
  color: #000000;
}

.card__menu-link:hover {
  color: #202a45;
}

.card__button {
  position: absolute;
  left: 40px;
  bottom: 35px;
  transition: all .2s;
}

.card__button.button {
  font-size: 16px;
  line-height: 19px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  padding: 15px 40px;
}

.card img:not(.image) {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 45%;
}


.card img.video-play__image {

margin-top: 0;

}







.card_theme_black.card {
  text-decoration: none;
  padding: 0 !important;
}

.card_theme_black.card .card__wrap {
  padding: 30px;
}

.swiper-slide .card_theme_black:not(.card-articles) {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.card_theme_black .card__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .equipment__col:nth-child(4) .card {
    background-image: url(./image/item-4-mob.png) !important;
  }

  .page__wrap {
    display: block;
  }

  .page__col {
    margin-bottom: 20px;
  }



  .banner__button .b-button--outline {
    display: none;
  }
  
  

  
 
  

}

.section-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 !important;
}

.card_theme_black {
  border: none;
  padding: 30px !important;
  height: auto;
  background: #373C45;
}

.card_theme_black .card__image {
  margin: 0;
  position: relative;
  height: 400px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.card_theme_black {
  transition: none;
}

.card_theme_black .card__image::before {
  content: '';
  position: absolute;
  top: 64px;
  width: 246px;
  height: 246px;
  border-radius: 50%;
  background: #404650;
  transition: all .5s;
  transform: scale(1);
}

.card_theme_black:hover .card__image::before {
  background: #FFF8E1;
  transform: scale(1.1);
}

.card_theme_black .card__image::after {
  content: '';
  background: linear-gradient(180deg, rgba(55, 60, 69, 0) 0%, rgba(55, 60, 69, 0.578125) 45.83%, rgba(55, 60, 69, 0.91) 73.96%, #373C45 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 96px;
}

.card_theme_black:hover .card__image::after {
  background: linear-gradient(180deg, rgba(55, 60, 69, 0) 0%, rgba(55, 60, 69, 0.578125) 45.83%, rgba(55, 60, 69, 0.91) 73.96%, #202a45 100%);
}

.card_theme_black.card img {
  position: relative;
  max-width: 100%;
  object-fit: cover;
  margin-top: 30px;
}

.card_theme_black .card__name {
  border-bottom: 1px solid transparent !important;
  display: inline !important;
  transition: all .2s;

}

.card_theme_black:hover .card__name {
  display: inline;
  text-decoration: none !important;
  border-bottom: 1px solid #202a45 !important;
}

.card_theme_black:hover {
  background: #202a45;
}

.card_theme_black .card__wrap {
  max-width: 100%;
  margin-top: -60px;
  width: 100%;
}

.card___button {
  height: 48px;
  background: rgb(216 216 216 / 0.2);
  /* opacity: 0.2; */
  border-radius: 10px;
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;

}

.card_theme_black:hover .card___button {
  background: #FFFFFF;
  border-radius: 10px;
  color: #202a45;
}

@media (max-width: 768px) {

  .card_theme_black .card__wrap {
    margin-top: 0;
    padding-top: 20px !important;
  }


  .card_theme_black .card__image {
    height: 350px;
  }

  .swiper-standoc .swiper-slide,
  .swiper-articles .swiper-slide {
    max-width: 343px;
  }

  .card_theme_black .card__name {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .card_theme_black .card__text {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .card b {
    font-size: 14px !important;
    line-height: 22px !important;
  }

}

.section-gray {
  position: relative;
}

.section-gray .page__container {
  position: relative;
  z-index: 1;
}




.section-gray::after {
  content: '';
  width: 325.96px;
  position: absolute;
  right: 80px;
  top: 80px;
  height: 326px;
  z-index: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='327' height='327' viewBox='0 0 327 327' fill='none' style='&%2310; /* background: red; */&%2310;'%3e%3cg opacity='0.3'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M163.481 15.5C81.7542 15.5 15.5 81.761 15.5 163.5C15.5 245.239 81.7542 311.5 163.481 311.5C245.208 311.5 311.462 245.239 311.462 163.5C311.462 81.761 245.208 15.5 163.481 15.5ZM0.5 163.5C0.5 73.4785 73.4682 0.5 163.481 0.5C253.494 0.5 326.462 73.4785 326.462 163.5C326.462 253.522 253.494 326.5 163.481 326.5C73.4682 326.5 0.5 253.522 0.5 163.5Z' fill='%23FBFBFB'/%3e%3cpath d='M127.062 194.354C125.796 191.034 125.299 187.849 125.472 184.586C125.807 178.251 127.321 172.239 130.799 166.861C134.654 160.9 140.12 157.152 147.036 155.61C148.995 155.173 151.037 154.87 153.034 154.903C155.739 154.948 158.119 155.958 159.576 158.466C160.659 160.333 160.957 162.377 160.761 164.484C160.149 171.093 156.143 175.508 151.096 179.201C148.606 181.024 145.839 182.355 142.905 183.294C142.094 183.553 141.667 183.919 141.802 184.742C142.006 185.988 142.132 187.277 142.565 188.446C143.007 189.637 143.957 190.282 145.388 190.325C148.203 190.41 150.736 189.557 153.212 188.378C157.096 186.529 159.843 183.423 162.368 180.079C163.261 178.897 163.143 177.439 163.288 176.087C163.793 171.38 164.21 166.663 164.656 161.95C164.912 159.247 165.213 156.548 165.384 153.84C165.445 152.872 165.727 152.354 166.7 152.158C171.229 151.247 175.749 150.3 180.275 149.377C180.545 149.322 180.836 149.37 181.333 149.37C181.241 150.578 181.172 151.701 181.066 152.822C180.862 154.948 180.638 157.072 180.42 159.197C179.842 164.825 179.247 170.451 178.694 176.081C178.547 177.576 178.477 179.082 178.462 180.584C178.445 182.188 179.23 182.687 180.836 182.281C183.813 181.53 185.672 179.441 187.187 176.977C189.14 173.799 190.495 170.362 191.171 166.694C191.684 163.915 192.068 161.111 192.465 158.313C192.56 157.642 192.479 156.947 192.479 156.109C191.868 156.173 191.402 156.126 191.011 156.277C187.8 157.512 184.383 153.569 185.362 150.148C185.914 148.221 187.243 147.002 189.028 146.255C190.746 145.535 192.525 145.052 194.413 145.456C197.425 146.099 198.834 148.267 199.435 151.03C200.715 156.905 200.217 162.741 198.919 168.561C197.748 173.81 195.823 178.705 192.627 183.07C188.386 188.861 182.746 192.298 175.655 193.478C173.237 193.88 170.925 193.722 168.643 192.981C166.517 192.29 164.991 190.834 163.955 188.861C163.771 188.51 163.591 188.157 163.323 187.642C162.707 188.314 162.147 188.866 161.654 189.473C158.867 192.899 155.296 195.276 151.514 197.482C145.824 200.802 139.535 202.143 133.242 203.516C129.804 204.266 126.334 204.894 122.854 205.411C120.059 205.825 117.231 206.128 114.409 206.212C112.492 206.269 111.266 206.87 110.138 208.504C107.616 212.161 104.907 215.702 102.102 219.15C98.7611 223.255 94.5969 226.328 89.6562 228.315C72.2086 235.587 52.6035 229.891 55.473 212.106C57.9412 201.838 64.4333 195.232 74.2352 191.781C80.385 189.616 86.771 189.213 93.2357 189.816C93.6965 189.859 94.16 189.878 94.6222 189.893C96.6399 189.961 96.757 189.875 96.8974 187.827C96.9604 186.905 96.9378 185.974 96.907 185.049C96.8248 182.622 96.7166 180.197 96.6201 177.771C96.3763 171.646 96.162 165.52 95.8758 159.397C95.7738 157.207 95.5321 155.02 95.2932 152.839C95.135 151.395 95.0871 151.388 93.563 151.377C91.1899 151.36 88.8038 151.512 86.4451 151.323C81.0491 150.892 76.548 148.81 74.2023 143.588C72.5879 139.995 72.9987 136.369 74.7028 132.868C74.8281 132.611 75.0116 132.379 75.189 132.151C76.4378 130.542 77.9126 130.212 79.5504 131.382C81.0512 132.455 82.4048 133.732 83.8467 134.89C85.8795 136.522 88.0863 137.679 90.8195 137.477C92.8982 137.323 93.4815 136.902 93.7739 134.869C94.3004 131.211 94.666 127.527 95.2713 123.884C96.4674 116.685 98.4037 109.752 103.355 104.082C106.918 100 111.358 97.3648 116.784 96.9053C121.367 96.5177 125.225 98.4049 127.905 102.115C132.97 109.126 133.396 116.625 129.678 124.385C127.986 127.915 125.349 130.791 122.982 133.849C120.825 136.637 118.555 139.339 116.443 142.161C115.197 143.825 114.088 145.654 113.927 147.785C113.812 149.323 113.973 150.892 114.117 152.437C114.524 156.806 114.93 161.176 115.443 165.534C115.856 169.041 116.242 172.542 116.049 176.078C115.875 179.251 115.692 182.423 115.459 185.591C115.277 188.066 115.015 190.536 114.783 193.008C114.727 193.607 114.892 194.024 115.563 194.12C115.905 194.168 116.239 194.342 116.577 194.344C119.981 194.36 123.386 194.354 127.062 194.354ZM94.4866 204.377C90.6593 203.576 86.8771 203.145 83.0812 203.637C81.2826 203.87 79.5339 204.566 77.7955 205.151C76.7062 205.518 75.686 206.084 74.6234 206.535C72.0511 207.628 70.2791 209.582 69.0426 211.991C67.3603 215.266 69.2453 218.805 72.8522 219.51C76.5528 220.233 80.0146 219.476 83.2072 217.708C88.3293 214.872 91.8444 210.507 94.31 205.256C94.4243 205.014 94.4216 204.719 94.4866 204.377ZM111.84 126.954C112.763 125.74 113.585 124.711 114.349 123.642C116.442 120.713 118.305 117.652 119.273 114.148C119.842 112.092 119.835 110.036 118.839 108.072C118.181 106.775 117.227 106.491 116.012 107.331C115.504 107.683 115.018 108.163 114.716 108.694C114.149 109.694 113.544 110.73 113.274 111.829C112.629 114.456 112.041 117.112 111.676 119.789C111.367 122.057 110.952 124.377 111.84 126.954ZM141.929 177.033C142.067 177.095 142.12 177.142 142.164 177.135C142.331 177.106 142.509 177.088 142.66 177.017C146.023 175.438 148.491 172.921 150.138 169.63C151.227 167.454 151.504 165.11 150.958 162.725C150.679 161.509 150.21 161.318 149.084 161.802C147.876 162.321 147.013 163.236 146.294 164.308C143.7 168.172 142.672 172.56 141.929 177.033Z' fill='%23FBFBFB'/%3e%3cpath d='M245.386 136.022C245.386 136.79 245.386 137.298 245.386 138.001C245.803 137.732 246.126 137.565 246.404 137.34C249.54 134.806 253.233 133.512 257.15 133.432C262.933 133.313 266.598 135.981 267.206 142.303C267.585 146.239 266.973 150.147 266.396 154.041C266.066 156.27 265.606 158.514 265.618 160.748C265.636 163.978 266.271 164.855 269.557 163.908C270.734 163.569 271.791 162.807 272.885 162.247C273.923 167.12 271.123 172.175 266.394 174.265C264.15 175.256 261.81 175.772 259.318 175.686C254.21 175.51 251.272 171.671 250.925 167.552C250.644 164.214 250.842 160.862 251.363 157.519C251.826 154.559 252.003 151.551 252.219 148.558C252.275 147.775 252.084 146.945 251.87 146.175C251.369 144.364 250.361 143.927 248.599 144.67C247.014 145.34 246.07 146.612 245.303 148.088C244.04 150.519 243.877 153.177 243.608 155.819C243.043 161.391 242.466 166.962 241.918 172.535C241.748 174.26 241.675 175.994 241.519 177.72C241.38 179.254 241.145 179.482 239.689 179.786C235.343 180.694 230.998 181.61 226.649 182.51C226.38 182.566 226.09 182.518 225.592 182.518C225.659 181.69 225.722 180.927 225.802 179.938C225.225 180.319 224.788 180.557 224.408 180.864C220.986 183.633 217.051 185.277 212.712 185.682C207.767 186.142 203.408 183.996 202.191 178.114C201.655 175.527 201.727 172.962 202.14 170.365C202.701 166.832 203.159 163.283 203.644 159.739C203.756 158.918 204.03 158.39 204.971 158.206C208.086 157.599 211.181 156.889 214.287 156.236C215.97 155.882 217.659 155.561 219.537 155.187C219.537 155.973 219.609 156.598 219.525 157.2C218.999 160.974 218.419 164.74 217.897 168.514C217.716 169.825 217.55 171.15 217.551 172.47C217.552 174.025 218.054 174.422 219.6 174.277C221.945 174.057 223.687 172.788 225.078 170.974C226.384 169.271 227.012 167.296 227.233 165.196C227.705 160.717 228.155 156.235 228.568 151.751C228.869 148.474 229.09 145.189 229.361 141.909C229.408 141.335 229.567 140.769 229.6 140.196C229.65 139.314 230.214 139.043 230.953 138.893C235.198 138.032 239.439 137.16 243.683 136.298C244.183 136.197 244.691 136.134 245.386 136.022Z' fill='%23FBFBFB'/%3e%3cpath d='M200.833 120.395C200.327 120.029 199.627 119.726 199.652 119.502C199.728 118.809 199.892 117.901 200.372 117.532C200.968 117.074 201.17 116.659 201.2 115.987C201.225 115.413 201.439 114.841 201.424 114.272C201.386 112.95 202.028 112.331 203.267 112.006C204.927 111.571 206.545 110.971 208.438 110.36C208.245 112.277 208.077 113.957 207.899 115.729C208.678 115.62 209.286 115.535 209.886 115.451C210.291 117.15 210.127 117.618 208.73 118.11C207.922 118.395 207.672 118.955 207.595 119.673C207.417 121.339 207.27 123.008 207.115 124.676C207.009 125.825 206.871 126.974 206.819 128.127C206.76 129.433 207.363 129.798 208.531 129.209C209.574 128.684 209.996 127.845 209.924 126.661C209.736 123.571 210.485 120.686 212.09 118.051C214.079 114.786 217.144 113.182 220.843 112.855C222.682 112.692 224.225 113.502 225.079 115.283C225.326 115.798 225.559 116.319 225.791 116.819C227.905 116.497 228.122 116.263 228.31 114.425C228.403 113.506 228.432 112.533 228.77 111.699C229.198 110.644 230.417 111.142 231.251 110.832C232.268 110.454 233.376 110.288 234.46 110.149C234.788 110.107 235.167 110.456 235.64 110.683C236.448 110.274 237.444 109.701 238.493 109.254C239.825 108.686 241.004 109.121 241.968 110.1C242.665 110.808 242.759 112.254 242.276 113.207C241.785 114.177 239.949 115.401 239.002 115.12C238.246 114.895 237.621 114.232 236.817 113.68C235.308 114.128 235.026 114.487 234.875 116.181C234.556 119.748 234.21 123.312 233.888 126.879C233.834 127.479 233.791 128.104 233.091 128.26C231.141 128.696 229.179 129.079 226.988 129.531C227.297 125.97 227.583 122.666 227.87 119.351C226.032 119.569 225.974 119.639 225.895 121.452C225.727 125.365 224.119 128.535 220.721 130.534C217.773 132.268 214.65 132.668 211.193 130.575C211.025 130.838 210.835 131.271 210.526 131.589C209.387 132.767 208.077 133.673 206.477 134.166C203.596 135.051 202.264 134.705 200.277 132.337C199.791 132.825 199.319 133.309 198.836 133.782C196.176 136.38 193.014 137.673 189.272 137.479C187.128 137.368 185.382 135.985 184.935 133.886C184.622 132.422 184.288 130.937 184.765 129.428C184.828 129.229 184.774 128.994 184.774 128.768C183.429 128.642 183.506 129.518 183.491 130.337C183.445 132.778 182.734 135.012 181.28 136.97C178.857 140.237 175.576 141.52 171.575 140.98C168.913 140.621 167.811 138.817 167.59 136.795C167.083 132.161 168.104 127.904 171.784 124.684C173.965 122.775 176.543 121.871 179.474 122.161C181.145 122.327 182.2 123.295 182.812 124.81C182.983 125.232 183.154 125.654 183.322 126.068C184.853 125.822 185.872 125.11 186.611 123.753C188.233 120.774 190.873 119.065 194.176 118.512C195.268 118.329 196.482 118.472 197.566 118.751C198.702 119.043 199.483 120.569 199.421 121.804C199.358 123.066 198.554 124.078 197.298 124.474C195.857 124.928 195.218 124.412 195.233 122.918C195.237 122.465 194.953 122.009 194.802 121.554C194.326 121.815 193.642 121.958 193.415 122.359C192.852 123.354 192.356 124.434 192.087 125.541C191.599 127.556 191.173 129.612 191.792 131.696C192.118 132.792 192.415 133.026 193.522 132.91C196.406 132.607 198.373 130.92 199.899 128.601C200.021 128.416 200.092 128.175 200.115 127.952C200.362 125.598 200.597 123.242 200.829 120.886C200.852 120.662 200.833 120.434 200.833 120.395ZM216.801 124.098C216.852 124.632 216.843 125.277 216.985 125.888C217.366 127.518 218.541 127.869 219.7 126.627C220.267 126.019 220.625 125.182 220.953 124.397C221.217 123.767 221.257 123.047 221.464 122.388C221.708 121.611 221.7 120.977 221.023 120.366C220.194 119.618 220.159 118.657 220.622 117.668C220.744 117.408 220.934 117.149 220.952 116.88C220.969 116.63 220.857 116.313 220.688 116.132C220.588 116.026 220.184 116.035 220.059 116.149C219.47 116.682 218.753 117.18 218.409 117.857C217.435 119.769 216.932 121.841 216.801 124.098ZM174.475 133.25C174.475 133.771 174.363 134.325 174.505 134.803C174.672 135.365 174.951 136.146 175.381 136.311C175.845 136.49 176.579 136.143 177.121 135.877C177.444 135.718 177.738 135.306 177.852 134.947C178.304 133.523 178.697 132.079 179.067 130.631C179.126 130.401 179.04 130.006 178.872 129.867C177.601 128.815 177.662 127.63 178.386 126.309C178.495 126.111 178.488 125.69 178.353 125.558C178.192 125.399 177.727 125.303 177.581 125.418C177.009 125.868 176.352 126.325 176.015 126.938C174.944 128.888 174.393 131.003 174.475 133.25Z' fill='%23FBFBFB'/%3e%3cpath d='M148.776 124.326C145.6 126.867 145.05 129.468 146.643 133.744C145.043 134.097 143.414 134.473 142.036 133.485C140.706 132.531 140.52 130.955 140.863 129.392C141.23 127.711 142.066 126.243 143.271 125.046C147.664 120.679 152.94 118.286 159.174 118.761C163.374 119.081 165.749 121.274 166.76 125.673C167.984 130.995 166.883 136.041 163.962 140.592C162.247 143.264 159.8 145.104 156.397 145.088C155.6 145.085 154.805 144.868 153.966 144.743C151.996 146.49 149.355 146.148 146.808 146.922C146.436 144.25 147.299 141.856 147.377 139.417C147.456 136.943 147.812 134.478 148.046 132.009C148.279 129.548 148.513 127.089 148.776 124.326ZM155.431 121.907C155.54 122.23 155.65 122.394 155.637 122.547C155.381 125.422 155.115 128.296 154.844 131.169C154.567 134.101 154.256 137.03 154.015 139.965C153.902 141.337 154.358 141.658 155.661 141.218C157.185 140.702 158.119 139.554 158.811 138.165C159.621 136.537 159.859 134.762 160.234 133.009C160.833 130.205 160.46 127.476 159.803 124.77C159.318 122.77 157.736 121.485 155.791 121.562C153.783 121.642 151.903 122.307 150.235 123.54C151.96 122.999 153.685 122.456 155.431 121.907Z' fill='%23FBFBFB'/%3e%3cpath d='M221.03 147.147C221.12 149.334 220.198 151.15 218.618 152.5C215.756 154.944 212.54 156.082 208.687 154.918C205.206 153.867 202.538 149.971 204.371 145.846C206.67 140.672 214.279 138.265 218.86 142.271C220.288 143.52 221.044 145.132 221.03 147.147Z' fill='%23FBFBFB'/%3e%3c/g%3e%3c/svg%3e");
}

@media (max-width: 1400px) {
  .section-gray::after {
    display: none;
  }
}

.card_theme_black .card__name {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #F1F1F1;
  margin-bottom: 10px;
  display: block;
  border-bottom: 0;
}

.card_theme_black .card__text {
  margin-top: 10px;
}

.card_theme_black.card b {
  font-family: 'San Francisco(SF UI)';
  font-weight: 500;
}

.card_theme_black .card__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #CBCDCF;
  font-family: 'San Francisco(SF UI)';
  margin-bottom: 15px;
}

.card_theme_black b {
  font-family: 'San Francisco(SF UI)';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}

.card__wrap {
  max-width: 60%;
  position: relative;
  z-index: 1;
}

.card b {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 15px 0;
  display: block;
}


.card_theme_black {
  border: none !important;
}

.swiper-container.equipment {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.equipment {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
  width: auto;
  overflow: visible;
}

.equipment .swiper-pagination {
  display: none;
}

.swiper-container-initialized.equipment .swiper-pagination {
  display: block;
}

.equipment__col {
  width: 50%;
  padding: 13px;
  height: auto;
}

.equipment__col:nth-child(4) {
  color: #fff;
  width: calc(100%);
  box-sizing: border-box;
}

.equipment__col:nth-child(4) .card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
  transition: all .2s;

}

.equipment__col:nth-child(4) .card:hover:after {
  opacity: 0.1;
}

.equipment__col:nth-child(4) .card>* {
  position: relative;
  z-index: 1;
}

.equipment__col:nth-child(5) {
  height: 500px;
}

.equipment__col:nth-child(1) .card {
  color: #fff;
}

.equipment__col:nth-child(3) .card {
  color: #fff;
}

.equipment__col:nth-child(1) {
  width: calc(100%/3);


}

.equipment__col:nth-child(1) .card {
  background: linear-gradient(70.35deg, #202a45 5.38%, #1E8AC3 79.83%);
}

.equipment__col:nth-child(2) .card {
  background: #F4F8FB;
}

.equipment__col:nth-child(5) .card {
  background: #F7F8FC;
}

.equipment__col:nth-child(6) .card {
  background: #F3F0F5;
}

.equipment__col:nth-child(5) .card__menu,
.equipment__col:nth-child(6) .card__menu {
  max-width: 50%;
}

.equipment__col:nth-child(3) .card {
  background: linear-gradient(70.35deg, #202a45 5.38%, #1E8AC3 79.83%);
}



.card_name_equipment {
  overflow: visible;
  width: 100%;
}

.card_name_equipment.card_content_left .card__image::after {
  left: -45px;
}

.card_name_equipment.card_content_right .card__image::after {
  right: -45px;
}

@media (max-width: 1300px) {
  .card_name_equipment.card_content_left .card__image::after {
    left: auto;
  }

  .card_name_equipment.card_content_right .card__image::after {
    right: auto;
  }
}

.card_name_equipment .card__image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: inherit;
  display: flex;
  justify-content: center;
  text-align: center;
}

.card_name_equipment .card__image img {
  z-index: 1;
  margin-bottom: -1px;
}

.card_name_equipment .card__image::after {
  content: '';
  position: absolute;
  width: 246px;
  height: 246px;
  border-radius: 50%;
  background: #FFF8E1;
  transition: all .5s;
  transform: scale(1);
  bottom: -45px;
}

.equipment-black .card__image::after {
  background: #6A6E78;
}

.card_name_equipment:hover .card__image::after {
  background: #FFF8E1;
  transform: scale(1.1);
}

.card_name_equipment:hover .card__image::after {
  background: #FFF8E1;
  transform: scale(1.1);
}

.equipment-black .card_name_equipment:hover .card__name {
  display: inline !important;
  border-bottom: 1px solid #202a45 !important;
}

.equipment-black .equipment__col.swiper-slide .card.card_name_equipment:hover {
  background-color: #202a45 !important;
}

.card_name_equipment img {
  max-width: 100% !important;
}

.equipment__col:nth-child(2) {
  color: #000;
  grid-column: 2;
  grid-row: 1;
  width: calc(100%/3);
  height: 575px;

}

.equipment__col:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
  width: calc(100%/3);

}

.equipment__col:nth-child(4) .card__text {
  max-width: 40%;
}

.equipment__col:nth-child(5) .card__menu-item::after {
  background: #202a45;
}

.equipment__col:nth-child(6) .card__menu-item::after {
  background: #202a45;
}

.equipment__col:nth-child(7) .card__menu-item::after {
  background: #202a45;
}

.equipment__col:nth-child(2) .card__menu-item::after {
  background: #202a45;
}

.card_name_equipment {
  border: none !important;
  background-size: cover !important;
  padding: 30px;
  background-position: 100% !important;
}

.card__content {
  position: relative;
}

.card_name_equipment .card__name {
  margin-bottom: 10px;
  color: unset;
  font-style: normal;
  font-size: 26px;
  line-height: 36px;
  border: none;
}

.card_name_equipment .card__text {
  color: #fff;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: unset;
  margin-top: 16px;
}

.card_name_equipment .card__menu-item {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  padding-left: 20px;
  color: unset;
  max-width: 100%;
}

.card_name_equipment .card__menu-item::after {
  width: 12px;
  height: 1px;
  top: 14px;
  background: #FFFFFF;
  border-radius: 0;
}

.equipment-black .card__text {
  color: #DADADA;
}

.equipment-black .card__menu-item {
  color: #DADADA;
}

.equipment-swiper.swiper-container {
  margin-bottom: 60px !important;
}

.price {
  margin-bottom: 20px;
}

.price-header {
  background: #FDFDFD;
  padding: 22px 30px;
  color: #000;
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.price-open .price-header {
  background: #202a45;
  color: #FFFFFF;
}

.price.price-open .price-wrap {
  overflow: visible;
}

.price-open .price-header::after {
  transform: translateY(-50%) rotate(-180deg);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='18' viewBox='0 0 14 18' fill='none'%3e%3cpath d='M6.89062 17.8311L6.89063 1.71387' stroke='%23fff' stroke-width='1.5'/%3e%3cpath d='M1 7.31738L6.94595 1.61721L12.8919 7.31738' stroke='%23fff' stroke-width='1.5'/%3e%3c/svg%3e");
}


.price-header:hover {
  opacity: 0.8;
}

.price-open .price-header:hover {
  opacity: 1;
}

.price {
  margin-bottom: 20px;
  box-shadow: 0px 10px 20px rgba(110, 123, 136, 0.15);
}

.price-wrap {
  transition: all .2s;
  overflow: hidden;
  opacity: 0;
}

.price-open .price-wrap {
  display: block;
  opacity: 1;
}

.price-item {
  display: flex;
  align-items: center;
  padding: 28px 30px;
  border-bottom: 2px solid #EBEDEF;
  justify-content: space-between;
  background: #FDFDFD;
}

.price-item:nth-child(odd) {
  background: #F9F9F9;
}


.price-name {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #000;
  text-decoration: none !important;
  margin-bottom: 0;
}

.price-name i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #C4DFF3;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  margin-left: 10px;

}

.price-name i:hover {
  background: #E0EFFA;
}

.price-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #6A6A6A;
  display: block;
  margin-top: 10px;
}

.price .price-header {
  user-select: none;
}

.price .price-subheader {
  color: #fff;
  background-color: #696F7C;
  font-family: Onest;
  font-size: 22px;
  font-weight: 400;
  padding: 18px 30px;
}

.price-price {
  width: 300px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  justify-content: end;
}

.price-price i {
  font-size: 15px;
  font-style: normal;
}

.price-price b {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: -0.01em;
  color: #6A6A6A;
  width: 100%;
  font-family: Onest, Helvetica, Arial, sans-serif;

}

.price-price strong {
  margin-top: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #5E6C7C;
  margin-left: 5px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;

}

.price-price div {
  width: 12px;
  height: 12px;
  background-size: cover;
  display: block;
  margin-right: 5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3e%3cpath d='M9 8.66504L7 7.16504V4.66504' stroke='%235E6C7C' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M11.2426 2.9224C13.5858 5.26555 13.5858 9.06454 11.2426 11.4077C8.89949 13.7508 5.1005 13.7508 2.75736 11.4077C0.414212 9.06453 0.414212 5.26554 2.75736 2.9224C5.10051 0.579252 8.8995 0.579252 11.2426 2.9224' stroke='%235E6C7C' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.price-price span {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  letter-spacing: -0.01em;
  color: #2A2C2F;
  margin-bottom: 5px;
}

.advantage-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 30px;
  padding-left: 50px;
  grid-gap: 40px;
}

.advantage-name {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 5px;
  max-width: 80%;
}

.advantage-text {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.advantage-image {
  margin-bottom: 16px;
  width: 149px;
  height: 149px;
  background: linear-gradient(180deg, #E2EFFF 0%, #FFFFFF 64.8%);
  border-radius: 50%;
}

.advantage-image img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  transition: all .2s;
}

figure.wp-block-image:not(.nofilter),
figure.wp-block-media-text__media:not(.nofilter) {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  transition: all .2s;
}

figure.wp-block-image:hover,
figure.wp-block-media-text__media:not(.nofilter):hover {
  filter: none;
}

.advantage-item:hover img {
  filter: none;
}

.advantage-image {
  width: 149px;
  height: 149px;
}

@media (max-width: 1560px) {

  .card img {
    max-width: 40%;
  }
}

.swiper-standoc.swiper-container {
  padding: 0 19px;
  margin: 0 -19px !important;
  width: auto;
}

.swiper-articles {
  opacity: 0;
}

.swiper-articles.swiper-container-initialized {
  opacity: 1;
  margin-bottom: 90px !important;
}

.swiper-standoc .swiper-slide {
  height: auto;
}


.swiper-pagination {
  bottom: 0 !important;
}

.swiper-standoc .swiper-wrapper,
.swiper-articles .swiper-wrapper {
  padding-bottom: 50px;
}

.swiper-pagination-bullet {
  background: #202a45 !important;
  width: 6px;
  height: 6px;
  border: 0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #202a45 !important;

}

.swiper-pagination-bullet:hover {
  opacity: 0.5;
}

.swiper-button-next-n {
  right: 10px;
}

.swiper-button-prev-n {
  left: 10px;
}

.swiper-articles {
  padding: 0 25px;
  margin: 0 -25px !important;
  width: auto;
}

.swiper-button-next-n:after,
.swiper-button-prev-n::after {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  content: '';
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .15s ease-out;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
}

.swiper-button-next-n:hover::after,
.swiper-button-prev-n:hover::after {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
  background: #303f69;
}

.swiper-button-next-n:hover::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none'%3e%3cpath d='M0.796875 0.949219L7.20365 7.00007L0.796875 13.0509' stroke='%23FFF' stroke-width='1.5'/%3e%3c/svg%3e");

}

.swiper-button-prev-n:hover::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none'%3e%3cpath d='M8.20312 0.949219L1.79635 7.00007L8.20312 13.0509' stroke='%23FFF' stroke-width='1.5'/%3e%3c/svg%3e");
}

.swiper-button-prev-n:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none'%3e%3cpath d='M8.20312 0.949219L1.79635 7.00007L8.20312 13.0509' stroke='%23313640' stroke-width='1.5'/%3e%3c/svg%3e");
}

.swiper-button-next-n:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none'%3e%3cpath d='M0.796875 0.949219L7.20365 7.00007L0.796875 13.0509' stroke='%23313640' stroke-width='1.5'/%3e%3c/svg%3e");
}

.swiper-button-prev-n,
.swiper-button-next-n {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -10px;
  transform: translateY(-50%);
  z-index: 10;

}


.swiper-button-next-n {
  right: 5px;
  left: auto;
}

.swiper-button-disabled {
  display: none;
}


@media (max-width: 1300px) {}

.tooltip-n {
  position: relative;
  display: inline-block;
}

.tooltiptext-n {
  position: absolute;
  z-index: 1;
  top: calc(100% + 10px);
  left: 50%;
  padding: 10px 18px;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  color: #ffffff;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 240px;
  background: #494B4E;
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}

.tooltip-n .tooltiptext-n::after {
  position: absolute;
  top: -9px;
  transform: rotate(-180deg);
  left: 52%;
  margin-left: -5px;
  content: '';
  border-width: 5px;
  border-style: solid;
  border-color: #494b4e transparent transparent;
}

.tooltip-n:hover .tooltiptext-n {
  visibility: visible;
  transform: translateX(-50%);
}

.price-header::after {
  content: '';
  width: 14px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='18' viewBox='0 0 14 18' fill='none'%3e%3cpath d='M6.89062 17.8311L6.89063 1.71387' stroke='%23313640' stroke-width='1.5'/%3e%3cpath d='M1 7.31738L6.94595 1.61721L12.8919 7.31738' stroke='%23313640' stroke-width='1.5'/%3e%3c/svg%3e");
}

.price-header {
  position: relative;
  font-weight: 500;
}


.table-standoc-wrap {
  overflow: auto;
}

table.table-standoc {
  table-layout: fixed;
  width: 100%;
}

table.table-standoc td {
  padding: 20px 20px;
  border-right: 1px solid #DBDCE0;
  vertical-align: top;
}

table.table-standoc tr {
  border: 1px solid #DBDCE0;
  border-bottom: none;
  border-top: 0;
}

table.table-standoc tr:last-child {
  border-bottom: 1px solid #DBDCE0;
}

table.table-standoc tr:first-child {
  border-top: 1px solid #DBDCE0;
}

table.table-standoc tbody {
  border: none;
}

table.table-standoc tr:nth-child(2n) {
  background: #fff;
}

table.table-standoc tr:first-child:nth-child(odd) {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 22px;
  letter-spacing: -0.01em;
  height: 66px;
}

.table-standoc tr th {
  padding: 0 20px;
  font-weight: 500;
}

.table-standoc tr:last-child td::after {
  display: none;
}

.table-standoc__col {
  width: 100%;
}

.table-standoc__text b {
  font-weight: 400;
}

.table-standoc__main {
  border: 1px solid #DBDCE0;
  padding: 20px;
}

.table-standoc__snippet {
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #696F7C;
  margin-bottom: 5px;
}

.table-standoc__text {
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.table-standoc__wrap {
  display: flex;
  align-items: center;
}

.table-standoc__content {
  margin-left: 12px;
}

.table-standoc__content .table-standoc__snippet {
  margin-bottom: 1px;
}

.table-standoc td {
  position: relative;
}

.table-standoc td::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #ECF1F7;
}

.equipment-swiper .swiper-button-next-n,
.equipment-swiper .swiper-button-prev-n {
  display: none;
}

.equipment-swiper {
  overflow: visible;
}

.image-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-gallery-wrap {
  margin-top: 30px;
  margin-bottom: 50px;
}

.banner b,
.banner__text,
.b-quote__author-text,
.advantage-text,
.card__menu-link,
.table-standoc__text,
.table-standoc__name,
.card_theme_black .card__text,
.card b,
.card_name_equipment .card__text,
.card__menu-item,
.price-text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
}

@media (max-width:1800px) {



  .banner__menu {
    max-width: 100%;
  }

  .banner__text {
    max-width: 100%;
  }

  .banner__content {
    max-width: 50%;
  }
}

@media (max-width: 1440px) {
  .sidebar-r {
    display: none !important;
  }
}

@media (max-width: 1600px) {

  .banner__content {
    max-width: 50%;
  }

  .banner__text {
    max-width: 100%;
  }

  .banner__name {
    font-size: 46.4px;
    line-height: 59.2px;
  }

  .banner b {
    font-size: 20px;
    line-height: 1.6;
  }

  .banner__text {
    font-size: 20px;
    line-height: 1.6;
  }

  .banner__text-item {
    margin-bottom: 10px;
  }

  .banner__text-item span {
    font-size: 20px;
  }

  .banner__link span {
    font-size: 18px;
    line-height: normal;
  }

  .banner__link {
    align-items: end;
  }

}

@media (max-width: 1500px) {
  .b-quote__content-text {
    font-size: 20.8px;
    line-height: 33.6px;
  }

  .b-quote__author-name {
    font-size: 14.4px;
    line-height: 16.8px;
  }

  .b-quote__author-text {
    font-size: 12.8px;
    line-height: 17.6px;
  }


  table.table-standoc tr:first-child:nth-child(odd) {
    font-size: 14.4px !important;
  }

  .card_name_equipment img {
    max-width: 100% !important;
  }

  .equipment__col:nth-child(5) img,
  .equipment__col:nth-child(6) img {
    max-width: none !important;
  }


}

@media (max-width: 1400px) {
  .card_theme_black .card__name {
    font-size: 22px;
  }

  .banner {
    background-size: cover;
    background-position-x: center;
  }

  .equipment__col:nth-child(2) {
    height: 500px;
  }

  .equipment__col:nth-child(4) .card__menu {
    margin-bottom: 0;
  }



  .card_name_equipment .card__name {
    font-size: 23px;
    line-height: 32px;
  }

  .card_name_equipment .card__menu-item,
  .card_name_equipment .card__text {
    font-size: 14px;
    line-height: 24px;
  }

  .card_name_equipment {
    padding: 20px;
  }

  .card_name_equipment .card__text {
    margin-top: 10px;
    margin-bottom: 14px;
  }



  .banner::before {
    width: 85%;
  }

  .banner__content {
    max-width: 65%;
  }

  .card__menu-item {
    max-width: 65%;
  }

  .post.page {
    overflow: hidden;
  }


}

@media (max-width: 1280px) {
  .card {
    padding: 25px;
  }

  .card__button {
    left: 25px;
  }
}

@media (max-width: 1030px) {
  table.table-standoc {
    min-width: 880px;
  }

  .article>.swiper-standoc.swiper-container {
    margin-top: 0 !important;
  }

  .advantage-row {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px 40px;
  }

  .advantage-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }

  .advantage-row {
    padding-left: 0;
  }

  .advantage-name {
    width: 100%;
  }

  .b-quote__content {
    padding-left: 20px;
    max-width: 60%;
  }

  .b-quote__avatar {
    width: 300px;
    height: 300px;
  }

  .b-quote__avatar>* {
    width: 300px;
    height: 330px;
  }


  .card__name-wrap {
    max-width: 100%;
  }


  .equipment__col {
    max-width: 50%;
    width: 100% !important;
    height: 370px !important;
  }

  .equipment__col:nth-child(4) .card__text {
    max-width: 100%;
  }

  .equipment__col:nth-child(4) {
    max-width: none;
  }

  .equipment-new .equipment__col:first-child,
  .equipment-new .equipment__col:nth-child(2),
  .equipment-new .equipment__col:nth-child(3) {
    max-width: none;
    width: calc(100%/2 - 26px) !important;
  }

}

@media (max-width: 1023px) {
  .banner__content {
    max-width: 100%;
  }

  .banner::before {
    width: 100%;
    background: #2d313aba;
  }

  .equipment__col:nth-child(5) img,
  .equipment__col:nth-child(6) img {
    max-width: 70% !important;
  }

  .equipment__col:nth-child(5) .card__menu,
  .equipment__col:nth-child(6) .card__menu {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .banner__menu {
    grid-template-columns: 1fr 
  }



  .banner {
   min-height: 650px; 
    background-position: 50%;
  }


  .banner .breadcrumbs__link {margin-top: 20px;}

  .banner::before {
    width: 100%;
  }

  .banner__content {
    width: 100%;
  }

  .banner__content {
    max-width: 100%;
  }



  .banner::before {
    width: 100%;
    background: linear-gradient(90deg, #202a45 0%, #202a45 15.5%, rgba(32, 42, 69, .97) 29.56%, rgba(32, 42, 69, .75) 50.39%, rgba(32, 42, 69, .47) 76.07%, rgba(32, 42, 69, 0) 93.03%)


 }



  .banner__name {
    font-size: 28px;
    line-height: 36px;
	margin-top: 15px;
  }

  .banner__content {
    position: initial;
  }

  .banner__button {
    flex-wrap: wrap;
  }





  .banner__button .b-button {
    width: 100%;
    margin: 0;
    margin-top: 10px;
    justify-content: center;
  }





.obj3level .banner__button .b-button {
    width: 100%;
    margin: 0;
    margin-top: 10px;
    justify-content: center;
	max-width: 100%;
  }


.obj3level .banner__button .col-button:last-child  {
  margin-top: 10px;
}



.projects .banner__button .b-button {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
	max-width: 100%;
  }


.projects .banner__button a:last-child  {
     margin-top: 15px!important;
}














  .banner hr {
    margin: 15px 0;
  }

  .banner {
    padding: 0 16px;
  }

  .banner__button {
    margin-top: 20px;
  }

  .b-quote__avatar {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .b-quote__content::before {
    display: none;
  }

  .b-quote {
    display: flex;
    flex-direction: column-reverse;
  }

  .b-quote__author {
    margin-top: 20px;
    text-align: center;

  }

  .b-quote__author-text {
    max-width: 100%;
  }

  .price-header {
    font-size: 19.2px;
    line-height: 28.8px;
    padding: 20px;
    padding-right: 55px;
  }

  .advantage-name {
    font-size: 16px;
    line-height: 19.2px;
  }

  .advantage-text {
    font-size: 14px;
    line-height: 19.2px;

  }

  .advantage-image {
    width: 100px;
    height: 100px;
  }

  .price-name {
    font-size: 20px;
    line-height: 26px;
  }

  .price-text {
    font-size: 16px;
    line-height: 26px;
  }

  .price-price span {
    font-size: 15px;
    line-height: 18px;
  }

  .price-price b {
    text-align: inherit;
  }

  .price-item {
    padding: 20px;
    display: inherit;
  }

  .b-quote {
    position: relative;
  }

  .b-quote__content {
    max-width: 100%;
    padding: 0;
  }

  .price-item::nth-child(even) {
    background: #F9F9F9;
  }

  .b-quote__content-text {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .b-quote__name {
    text-align: center;
  }




  .b-quote__content-text::before {
    left: 0;
  }

  .b-quote__author {
    margin-top: 30px;
  }

  .card {
    padding: 25px !important;

  }

  .card__name {
    font-size: 15.4px;
    line-height: 24px;
  }

  .card__menu-link {
    font-size: 10.8px;
    line-height: 20.8px;
  }

  .card__menu-item {
    padding-left: 18px;
  }



  .card__menu-item {
    max-width: 65%;
  }

  .card_theme_black .card__text {
    font-size: 12.8px;
    line-height: 20.8px;
  }

  .card b {
    font-size: 11.2px;
    line-height: 17.6px;
  }

  .card__menu-item::after {
    top: 6px;
  }

  .swiper-button-next-n,
  .swiper-button-prev-n {
    display: none;
  }

  .swiper-container.swiper-standoc,
  .equipment-swiper.swiper-container {
    margin-left: -16px !important;
    margin-right: -16px !important;
    padding: 0 16px !important;
    width: 110%;
  }

  .swiper-container.swiper-standoc .swiper-slide,
  .equipment-swiper.swiper-container .swiper-slide,
  .swiper-articles .swiper-container .swiper-slide {
    opacity: 0.5;
  }

  .swiper-container.swiper-standoc .swiper-slide.swiper-slide-active,
  .equipment-swiper.swiper-container .swiper-slide.swiper-slide-active,
  .swiper-articles.swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1;
  }



  .swiper-container.swiper-standoc .swiper-slide:last-child,
  .equipment-swiper.swiper-container .swiper-slide:last-child,
  .swiper-articles.swiper-container .swiper-slide:last-child {
    opacity: 1;
  }

  .card__button {
    left: 16px;
  }

  .equipment-new .equipment__col {
    width: 100% !important;
    max-width: none !important;
  }

  .equipment-new .equipment__col:first-child,
  .equipment-new .equipment__col:nth-child(2),
  .equipment-new .equipment__col:nth-child(3),
  .equipment-new .equipment__col:nth-child(4) {
    width: 100% !important;
    max-width: none !important;
  }

  .equipment {
    flex-wrap: nowrap;
    margin: 0;
  }

  .equipment__col {
    padding: 0;
  }

  .equipment-swiper {
    overflow: hidden;
  }

  .advantage-row {
    grid-gap: 20px;
  }

  .swiper-standoc .swiper-slide,
  .swiper-articles .swiper-slide {
    max-width: 85%;
  }

  .card__wrap {
    max-width: 80%;
  }

  .section-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }



  .equipment-swiper.swiper-container {
    padding-bottom: 50px;
  }

  .price-item {
    flex-wrap: wrap;
  }

  .price-price {
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 20px;
  }

  .tooltip-n:hover .tooltiptext-n {
    transform: translateX(-15%);
    top: 120%;
  }

  .tooltip-n .tooltiptext-n::after {
    left: 15%;
  }

  .equipment__col {
    height: 500px !important;
  }

  .card__menu {
    margin-top: 10px;
    margin-bottom: 126px;
  }

  .banner__link span {
    font-size: 17.6px;
    line-height: 24.8px;
  }

  .card__button {
    bottom: 28px;
  }

  .b-quote__author-name {
    font-size: 17px;
    line-height: 26px;
    display: inline;
  }

  .b-quote__author-text {
    font-size: 16px;
    line-height: 24px;
  }

  .b-quote__content-text {
    font-size: 20px;
    line-height: 34px;
  }
}

p.text-main {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.75;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
  padding: 0 20px;
  position: relative;

}

p.text-main strong {
  font-weight: 500;
}


.image-gallery-new {
  width: 100%;
  margin: auto;
}

.image-gallery-new img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  transition: all .2s;
}

.image-gallery-new a:hover img {
  filter: none;
}

.image-gallery-new a {
  cursor: pointer;
}

.list-block {
  width: auto;

}

.list-column {
  display: grid;
  grid-gap: 0 16px;
  grid-template-columns: 1fr 1fr;
}

@media (max-width:767px) {
  .list-column {
    grid-template-columns: 1fr;
    grid-gap: 0;

  }
}

.article>ul:not(.list):not(.quicklinks):not(.roadmap),
.block-price__content ul,
.list-plus,
.list-minus {
  margin-bottom: 20px;
}


.list-block_align_right {
  margin: 0 -30px 80px 0 !important;
}

.list-block__image {

  display: block;
  border: none;
  background: #ccc;
  border-radius: 10px;
  width: 100%;
}

.list-block__name {
  font-family: Onest;
  position: relative;
  color: #000;
  font-weight: 300;
  font-size: 38px;
  line-height: 52px;
  letter-spacing: -0.01em;

  padding-bottom: 24px;
  margin-bottom: 8px;

}

.list-block__text-wrap {
  padding-top: 10px;
}

.list-block__text-col {
  max-width: 95%;
}

.list-block__text-col span {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #000;

}

.list-block__wrap .list-block_align_right .list-block__col:last-child {
  margin-left: -25px;
}

.list-block__wrap .list-block_align_right .list-block__col:last-child>* {
  width: 110%;
}

.list-block__name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background: #202a45;
}

.list-block__text {
  color: #000;
  font-weight: 300;
  text-align: left;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.16px;
  margin-bottom: 25px;
  font-family: Onest;

}

.list-block__text .primary b {
  display: block;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}

.list-block__text .primary {
  color: #000;
  font-weight: 300;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 15px;
}

.list-block__button {
  display: inline-block;
  padding: 0 35px;
  margin: 0;
  border: 0;
  outline: none;
  user-select: none;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  line-height: 54px;
  background: #202a45;
  border-radius: 10px;

  max-width: 100%;
  overflow: hidden;
  transition: all .2s;
}

.list-block__button:hover,
.list-block__button:active {
  text-decoration: none !important;
  color: #fff !important;
  opacity: 0.7;
}

.list-block__col {}

.list-block .list-block__slider,
.list-block .list-block__slider:last-child {
  margin: 0 !important;

}

@media (max-width: 1400px) {
  .list-block__name {
    font-size: 30.4px;
    line-height: 41.6px;
  }

  .list-block__text .primary {
    font-size: 17.6px;
    line-height: 28.8px;
  }

  .list-block__text {
    font-size: 14.4px;
    line-height: 25.6px;
  }

  .list-block__button {
    font-size: 14.4px;
    line-height: 44px;
  }
}

.list-block .swiper-pagination {
  position: absolute;
  left: 30px;
  right: auto;
  width: auto;
  display: flex;
  align-items: center;
  height: 44px;
  bottom: 30px !important;
}

.list-block .swiper-pagination-bullet {
  background: #FFFFFF !important;
}

.list-block .swiper-pagination-bullet:hover {
  background: #202a45 !important;
}

.list-block .swiper-pagination-bullet-active {
  background: #202a45 !important;
}

.list-block .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-buttons {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
}

.swiper-button-next-w,
.swiper-button-prev-w {
  background: #FFFFFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.swiper-button-prev-w {
  margin-right: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='14' viewBox='0 0 19 14' fill='none'%3e%3cpath d='M18.1082 6.79199L1.99043 6.79199' stroke='%23202a45' stroke-width='1.5'/%3e%3cpath d='M7.59204 12.6826L1.89187 6.73667L7.59204 0.790726' stroke='%23202a45' stroke-width='1.5'/%3e%3c/svg%3e");

}

.swiper-button-prev-w:hover {
  background-color: #202a45;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='14' viewBox='0 0 19 14' fill='none'%3e%3cpath d='M18.1082 7.47168L1.99043 7.47168' stroke='white' stroke-width='1.5'/%3e%3cpath d='M7.59204 13.3623L1.89187 7.41636L7.59204 1.47041' stroke='white' stroke-width='1.5'/%3e%3c/svg%3e");
}

.swiper-button-next-w {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='14' viewBox='0 0 19 14' fill='none'%3e%3cpath d='M0.891846 6.79199L17.0096 6.79199' stroke='%23202a45' stroke-width='1.5'/%3e%3cpath d='M11.408 12.6826L17.1081 6.73667L11.408 0.790726' stroke='%23202a45' stroke-width='1.5'/%3e%3c/svg%3e");
}

.swiper-button-next-w:hover {
  background-color: #202a45;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='14' viewBox='0 0 19 14' fill='none'%3e%3cpath d='M0.891846 7.47168L17.0096 7.47168' stroke='%23fff' stroke-width='1.5'/%3e%3cpath d='M11.408 13.3623L17.1081 7.41636L11.408 1.47041' stroke='%23fff' stroke-width='1.5'/%3e%3c/svg%3e");
}

@media (max-width: 1023px) {
  .list-block {
    grid-gap: 20px;
  }

  .list-block,
  .list-block_align_right {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .list-block {
    grid-template-columns: minmax(0, 1fr);
  }
}

.list-block_align_right .swiper-pagination {
  left: auto;
  right: 30px;
}

.list-block_align_right .swiper-buttons {
  right: auto;
  left: 30px;
}

.list-block__text-col {}

.list-block__text-wrap {
  display: grid;
  grid-gap: 30px 80px;
  grid-template-columns: 1fr 1fr;
}

.icon.icon_done {
  width: 35px;
  height: 31px;
  margin-bottom: 20px;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='35' height='31' viewBox='0 0 35 31' fill='none'%3e%3cpath d='M32.6321 0.31133C23.2557 7.30593 15.6095 16.1441 10.3074 26.392C7.96327 23.7893 5.34011 21.5662 2.4379 19.56C0.65192 18.3672 -1.02243 21.1867 0.763544 22.3796C4.11225 24.6569 7.01447 27.368 9.526 30.5128C10.1399 31.3261 11.7585 31.055 12.1492 30.1875C17.228 19.56 24.7626 10.2881 34.3065 3.13086C35.9808 1.88376 34.3065 -0.935769 32.6321 0.31133Z' fill='%23202a45'/%3e%3c/svg%3e");
}

.list-block__text-col b {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;

  color: #000000;
}

.list-block__standoc {
  background: radial-gradient(83.74% 88.62% at 85.2% 86.23%, #23AAED 0%, #22A6E9 30.4%, #1D99DD 63.3%, #1783C9 97.29%, #1681C7 100%);
  border-radius: 10px 10px 10px 10px;
  height: 100%;
  position: relative;
}

.list-block__wrap {
  width: 110%;
}

.list-block__wrap .list-block__col {
  max-width: 95%;
}

.list-block__standoc::after {
  content: '';
  width: 35px;
  height: 26px;
  position: absolute;
  left: 50px;
  top: 50px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='35' height='26' viewBox='0 0 35 26' fill='none'%3e%3cpath d='M24.247 26C22.9819 24.8951 21.7871 23.7211 20.6626 22.4781C20.8032 22.2709 21.1898 21.8566 21.8223 21.2351C22.4548 20.6826 22.9468 20.1992 23.2982 19.7849C23.6496 19.4396 24.0713 18.9562 24.5633 18.3347C24.9849 17.7822 25.3012 17.2297 25.512 16.6773C25.7229 16.1248 25.8283 15.6069 25.8283 15.1235C25.8283 14.3639 24.9498 13.1554 23.1928 11.498C21.4357 9.9097 20.5572 8.14874 20.5572 6.21515C20.5572 4.48872 21.1898 3.00399 22.4548 1.76096C23.6496 0.586989 25.1606 2.95451e-06 26.988 3.11426e-06C29.4478 3.32931e-06 31.4157 0.86322 32.8916 2.58965C34.2972 4.31607 35 6.38778 35 8.80478C35 15.158 31.4157 20.8898 24.247 26ZM3.68975 26C2.4247 24.8951 1.22992 23.7211 0.105419 22.4781C0.245983 22.2709 0.632527 21.8566 1.26506 21.2351C1.89759 20.6826 2.38956 20.1992 2.74096 19.7849C3.09237 19.4396 3.51406 18.9562 4.00602 18.3347C4.42771 17.7822 4.74397 17.2297 4.95482 16.6773C5.16566 16.1248 5.27108 15.6069 5.27108 15.1235C5.27108 14.3639 4.39257 13.1554 2.63554 11.498C0.878511 9.9097 -2.25409e-06 8.14874 -2.08505e-06 6.21514C-1.93412e-06 4.48871 0.632528 3.00399 1.89759 1.76096C3.09237 0.586988 4.60341 1.15734e-06 6.43072 1.31709e-06C8.89056 1.53214e-06 10.8584 0.863218 12.3343 2.58965C13.74 4.31607 14.4428 6.38778 14.4428 8.80478C14.4428 15.158 10.8584 20.8898 3.68975 26Z' fill='%2339B7FA'/%3e%3c/svg%3e");
}

.list-block__standoc-content {
  padding: 94px 0 94px 51px;
}

.list-block__standoc-name {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 42px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  max-width: 55%;
}

.list-block__standoc-content img {
  margin-top: 50px;
  display: block;
}

.list-block__standoc-footer b {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px;
  color: #FFFFFF;
  display: block;
  margin-top: 50px;
}

.list-block__standoc-footer span {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #E7F7FF;
}

.list-block__standoc-footer {
  max-width: 50%;
}

.list-block__standoc::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(./image/lv1.png);
  top: 0;
  width: 50%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.list-block__standoc {
  display: flex;
  align-items: center;
}

@media (max-width:1400px) {
  .list-block__wrap {
    width: 100%;
  }

  .list-block__text-wrap {
    grid-gap: 30px 40px;
  }

  .list-block__text-col b {
    font-size: 16px;
    line-height: 18px;
  }

  .list-block__text-col span {
    font-size: 14px;
    line-height: normal;
  }

  .list-block__text-col {
    max-width: 100%;
  }

  .list-block__standoc-name {
    font-size: 18px;
    line-height: 28px;
    max-width: 70%;
  }

  .list-block__standoc::before {
    background-size: contain;
  }

  .list-block__standoc-footer b {
    font-size: 16px;
  }

}

@media (max-width:1280px) {
  .list-block__text-wrap {
    grid-gap: 15px 15px;
  }

  .icon.icon_done {
    display: none;
  }

  .list-block__text-col {
    line-height: 22px;
  }

  .list-block__standoc-content img {
    margin: 20px 0;
    max-width: 50%;
  }

  .list-block__standoc-footer b {
    margin-top: 0;
  }

  .list-block__standoc-footer span {
    font-size: 14px;
  }

  .list-block__standoc-footer {
    max-width: 66%;
  }
}

@media (max-width:992px) {
  .list-block__wrap .list-block_align_right .list-block__col:last-child {
    margin: 0;
  }

  .list-block__wrap .list-block_align_right .list-block__col:last-child>* {
    width: 100%;
  }
}

@media (max-width:767px) {
  .list-block__text-wrap {
    grid-template-columns: 1fr;
  }

  .list-block__standoc-content {
    padding: 40px;
    padding-bottom: 120px;
  }

  .list-block__standoc::after {
    left: 20px;
    top: 20px;
    width: 22px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .list-block__standoc-name {
    max-width: 100%;
  }

  .list-block__standoc-footer b {
    font-size: 11px;
  }

  .list-block__standoc-footer span {
    font-size: 10px;
    line-height: normal;
  }
}

.footer-block {
  position: relative;
  padding: 50px 0;

}

.footer-white__menu {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  grid-gap: 70px;


}

.footer-white__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;


}

.footer-white__menu-col {
  flex: 1;
}

.footer-white__menu-col ul {
  grid-gap: 70px;
}

@media (max-width: 1400px) {
  .footer-white__menu {
    grid-gap: 10px 35px;
  }
}

.footer-white__item {
  display: block;
  margin-bottom: 5px;
}

.footer-white {
  padding-bottom: 35px;
  background: #ECECEC;
}

.footer-white__link {
  font-family: Onest;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin-bottom: 5px;
  display: block;
}

.footer-white__link:hover {
  text-decoration: none !important;
  opacity: 0.5;
}

.footer-block::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #292E36;
  opacity: 0.97;
  z-index: 1;
}

.footer-block::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(./image/footer-block.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-block__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 70px;
  margin-top: 0 !important;
}

.footer-block .page__container {
  position: relative;
  z-index: 1;
}

.footer-block__name {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #E9EBF0;
  margin-bottom: 15px;
  display: block;
}

.footer-block__menu {
  margin: 0;
  list-style: none;
  padding: 0;
}

.footer-block__link {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #818691;
  margin-bottom: 5px;
  display: block;
}

.footer-block__link:hover {
  text-decoration: none;
  color: #fff;
}

.footer-brand {
  background: linear-gradient(0deg, #F6F6F6, #F6F6F6), #F5F5F5;
}

.footer-brand__wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 30px;
  margin-top: 0 !important;
}


.footer-brand-logo {
  display: flex
}



.footer-brand-logo-img {
  margin-right: 12px
}

.footer-brand-info,
.footer-brand-logo-text {
  font-size: 12px;
  line-height: 16px;
  padding-top: 12px;
  color: #9E9E9E
}

.footer-brand-info {
  text-align: right;
  max-width: 65%;
}

@media (max-width:1400px) {
  .footer-block__wrap {
    grid-gap: 35px
  }
}

@media (max-width:991px) {
  .footer-block__wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-block__name {
    font-size: 16px;
  }

  .footer-block__wrap {
    grid-gap: 20px;
  }

  .footer-block {
    padding: 20px 0;
  }

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

}

.rating-text {
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;

}

@media (max-width:767px) {
  .footer-block__wrap {
    grid-template-columns: 1fr;
    margin: 0 !important;
    grid-gap: 0;
  }

  .footer-white__menu ul {
    column-count: 1;

    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;


  }

  .footer-brand__wrap {
    margin-top: 0 !important;
  }

  .footer-white__menu {
    column-count: 1
  }

  .footer-block .page__container {
    padding: 0 !important;
  }

  .footer-block {
    padding: 0;
  }

  .footer-block__name {
    font-style: normal;
    font-size: 24px;
    position: relative;
    line-height: 30px;
    margin-bottom: 0;
    padding: 15px 16px;
    border-bottom: 1px solid rgb(196 196 196/.2);
  }

  .footer-block__menu {
    display: none;
  }

  .footer-block__col.active ul {
    display: block;
  }

  .footer-block__col.active .footer-block__name:after {
    transform: translateY(-50%) rotate(180deg);
  }

  .footer-block__menu {
    padding: 15px 16px;
    border-bottom: 1px solid rgb(196 196 196/.2);
  }

  .footer-block__name:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    background-size: cover;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3e%3cpath d='M15 1.40332L8 8.40332L1 1.40332' stroke='%23BAC1C3' stroke-width='2'/%3e%3c/svg%3e")
  }

  .footer-brand .footer-brand-info {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    max-width: 100%;
  }

  .footer-brand__wrap {
    padding: 20px 0;
    flex-wrap: wrap
  }

  .text-main-center {
    padding: 0;
  }

  p.text-main {
    font-size: 18px;
    line-height: 32px;
  }

  .footer-brand-logo {
    width: 100%
  }

  .footer-brand-info {
    width: 100%;
    text-align: left;
    color: #6c7b85
  }

  .footer-brand-info br {
    display: none
  }
}

.footer-white__name {
  font-family: Onest, 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  padding-top: 35px;
  margin-top: 0 !important;
  margin-bottom: 15px;
}

.jg-entry:not(.jg-entry-visible) {
  display: none;
}

.pros-table {
  margin-bottom: 20px;
}

.pros-table {
  margin-bottom: 40px;
}

.landing__text {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
}

@media (max-width:992px) {
  .footer-white__menu {
    grid-template-columns: 1fr 1fr
  }

  .footer-white__menu {}

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

  .footer-white__menu {
    grid-gap: 4px 20px;
  }

  .footer-block__name:hover {
    color: #E9EBF0 !important;
  }
}

.footer-block__name:hover {
  text-decoration: none !important;
  color: #202a45;
}

/* single-dev */

#mygallery img {
  max-width: 100%;
  height: 300px;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all .2s;
}

#mygallery a:hover img {
  filter: none;
  transform: scale(1.2);
}

.important {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  border-bottom: 1px solid #D3D3D3;
  border-top: 1px solid #D3D3D3;
  padding: 35px 0 25px 0;

  font-style: normal;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
  font-family: Onest;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;

}

.important::after {
  content: '';
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-image: url(./img/header-logo.svg);
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 31px;
  background-color: #202a45;
  position: absolute;
  top: -22.5px;
  left: 50%;
  transform: translateX(-50%);

}

.important b {

  font-weight: 500;

}

.menu-col-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 0 !important;
}

.menu-col-two li {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .post__article.article {
    margin-top: 5px;
    padding-bottom: 20px;
  }

  h2.heading_h2 {
    margin-top: 60px !important;
  }

  .post__article.article h2.heading_h2:first-child {
    margin-top: 0 !important;
  }

  p.text-main {
    padding: 0;
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 30px !important;
  }

  .menu-col-two {
    grid-template-columns: 1fr;
  }

  .section-gray {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }



  html {
    overflow-x: hidden;
  }

  .card_name_equipment .card__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.40;
  }
}

#mygallery .glightbox {
  display: none !important;
}

#mygallery .glightbox.jg-entry {
  display: block !important;
}


.glightbox.jg-entry-visible {
  display: block !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-9 {
  margin-bottom: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-0 {
  margin-top: 0 !important;
}


h2.heading_h2 {
  margin-top: 90px;
  line-height: 1.4 !important;
}

.accordeon .standoc-content {
  background: #fff;
}

.standoc-content:hover b {
  text-decoration: underline 1px solid #202a45;
  transition: all .2s;
}

.standoc-content {
  background: #FAFAFA;
  margin: -20px;
  padding: 20px;
  padding-top: 20px;
  margin-top: 0;
  display: flex;
  align-items: center;
  position: relative;
}

.standoc-content:after {
  content: '';
  position: absolute;
  background: #FAFAFA;
  border-radius: 2px;
  width: 16.01px;
  height: 16.01px;
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
  top: -8px;
  left: 44px;
}

.standoc-content__image {
  min-width: 62px;
  max-width: 62px;
  height: 62px;
  border-radius: 50%;
  margin-right: 10px;
  background: #fff;
  overflow: hidden;
}

.standoc-content__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.standoc-content__text span {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #202a45;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  margin-bottom: 3px;
  display: block;

}

.standoc-content__text b {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: block;
  color: #202a45;
}

.slider-quote__item {
  display: flex;
  background: #FCFDFF;
  justify-content: end;
}

.slider-quote__image {
  position: relative;
  width: 50%;
  overflow: hidden;
  max-width: 453px;
}

.slider-quote__image::after {
  content: '';
  right: -24px;
  top: -10px;
  bottom: -10px;
  position: absolute;
  border-radius: 100%;
  background: #FCFDFF;
  width: 65px;
}

.slider-quote__content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-top: 46px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

.slider-quote__content:after {
  content: '';
  position: absolute;
  top: 33px;
  left: 27px;
  width: 58px;
  height: 46px;
  z-index: -1;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='58' height='46' viewBox='0 0 58 46' fill='none'%3e%3cpath d='M31.1048 41.9897C33.6774 41.2821 36.1331 40.2205 38.4718 38.8051C40.7325 37.4684 42.7204 35.935 44.4355 34.2051C46.0726 32.4752 47.3978 30.588 48.4113 28.5436C49.3468 26.4991 49.8145 24.4154 49.8145 22.2923C49.8145 21.0342 49.5806 19.9333 49.1129 18.9897C48.5672 18.0462 47.9435 17.5744 47.2419 17.5744C46.5403 17.5744 45.9556 17.6923 45.4879 17.9282C44.9422 18.2427 44.4355 18.5573 43.9677 18.8718C43.422 19.265 42.8374 19.5795 42.2137 19.8154C41.5121 20.1299 40.6156 20.2872 39.5242 20.2872C37.2634 20.2872 35.3145 19.3436 33.6774 17.4564C31.9624 15.6479 31.1048 13.3282 31.1048 10.4974C31.1048 7.5094 32.2352 4.99316 34.496 2.94872C36.7567 0.982906 39.5242 0 42.7984 0C44.9032 0 46.8911 0.471794 48.7621 1.41538C50.5551 2.35897 52.1532 3.65641 53.5565 5.30769C54.9597 6.95897 56.0511 8.84615 56.8306 10.9692C57.6102 13.1709 58 15.5299 58 18.0462C58 21.9778 57.2984 25.5949 55.8952 28.8974C54.414 32.2 52.4651 35.0701 50.0484 37.5077C47.5538 40.0239 44.6694 41.9897 41.3952 43.4051C38.121 44.8991 34.6909 45.7641 31.1048 46V41.9897ZM0 41.9897C2.57258 41.2821 5.02822 40.2205 7.36694 38.8051C9.62769 37.4684 11.6156 35.935 13.3306 34.2051C14.9677 32.4752 16.293 30.588 17.3064 28.5436C18.2419 26.4991 18.7097 24.4154 18.7097 22.2923C18.7097 21.0342 18.4758 19.9333 18.0081 18.9897C17.4624 18.0462 16.8387 17.5744 16.1371 17.5744C15.4355 17.5744 14.8508 17.6923 14.3831 17.9282C13.8374 18.2427 13.3306 18.5573 12.8629 18.8718C12.3172 19.265 11.7325 19.5795 11.1089 19.8154C10.4073 20.1299 9.51075 20.2872 8.41935 20.2872C6.1586 20.2872 4.20968 19.3436 2.57258 17.4564C0.857525 15.6479 0 13.3282 0 10.4974C0 7.5094 1.13037 4.99316 3.39113 2.94872C5.65188 0.982906 8.41935 0 11.6935 0C13.7984 0 15.7863 0.471794 17.6573 1.41538C19.4503 2.35897 21.0484 3.65641 22.4516 5.30769C23.8548 6.95897 24.9462 8.84615 25.7258 10.9692C26.5054 13.1709 26.8952 15.5299 26.8952 18.0462C26.8952 21.9778 26.1935 25.5949 24.7903 28.8974C23.3091 32.2 21.3602 35.0701 18.9435 37.5077C16.4489 40.0239 13.5645 41.9897 10.2903 43.4051C7.01613 44.8991 3.58602 45.7641 0 46V41.9897Z' fill='%23F0F2F4'/%3e%3c/svg%3e");
}

.slider-quote__text-main {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 15px;
}

.slider-quote__text-main b {
  font-weight: 500;
}

.slider-quote__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 20px;
}

.slider-quote__name {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #A6A6A6;
}

@media (max-width: 1400px) {
  .slider-quote__content {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
  }

  .slider-quote__text-main {
    font-size: 22px;
    line-height: 34px;
  }

  .slider-quote__text {
    font-size: 16px;
    line-height: 30px;
  }

  .slider-quote__content:after {
    left: 15px;
    top: 15px;
  }
}

@media (max-width: 992px) {
  .slider-quote__content {
    padding: 0;
    padding-bottom: 0;
    margin-top: -26px;
    padding-top: 20px;
  }

  .slider-quote__text-main {
    font-weight: 300;
    font-size: 24px;
    line-height: 38px;
    /* or 158% */

    text-align: center;
    letter-spacing: -0.01em;

    color: #000000;
    margin-bottom: 20px;
  }

  .slider-quote__name {
    text-align: center;
  }

  .slider-quote__content:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3e%3ccircle cx='25' cy='25' r='25' fill='%23313640'/%3e%3cpath d='M26.0161 34.0821C27.2581 33.7436 28.4435 33.2359 29.5726 32.559C30.664 31.9197 31.6237 31.1863 32.4516 30.359C33.2419 29.5316 33.8817 28.6291 34.371 27.6513C34.8226 26.6735 35.0484 25.6769 35.0484 24.6615C35.0484 24.0598 34.9355 23.5333 34.7097 23.0821C34.4462 22.6308 34.1452 22.4051 33.8065 22.4051C33.4677 22.4051 33.1855 22.4615 32.9597 22.5744C32.6962 22.7248 32.4516 22.8752 32.2258 23.0256C31.9624 23.2137 31.6801 23.3641 31.379 23.4769C31.0403 23.6273 30.6075 23.7026 30.0806 23.7026C28.9892 23.7026 28.0484 23.2513 27.2581 22.3487C26.4301 21.4838 26.0161 20.3744 26.0161 19.0205C26.0161 17.5915 26.5618 16.388 27.6532 15.4103C28.7446 14.4701 30.0806 14 31.6613 14C32.6774 14 33.6371 14.2256 34.5403 14.6769C35.4059 15.1282 36.1774 15.7487 36.8548 16.5385C37.5323 17.3282 38.0591 18.2308 38.4355 19.2462C38.8118 20.2991 39 21.4274 39 22.6308C39 24.5111 38.6613 26.241 37.9839 27.8205C37.2688 29.4 36.328 30.7726 35.1613 31.9385C33.957 33.1419 32.5645 34.0821 30.9839 34.759C29.4032 35.4735 27.7473 35.8872 26.0161 36V34.0821ZM11 34.0821C12.2419 33.7436 13.4274 33.2359 14.5564 32.559C15.6478 31.9197 16.6075 31.1863 17.4355 30.359C18.2258 29.5316 18.8656 28.6291 19.3548 27.6513C19.8064 26.6735 20.0323 25.6769 20.0323 24.6615C20.0323 24.0598 19.9194 23.5333 19.6935 23.0821C19.4301 22.6308 19.129 22.4051 18.7903 22.4051C18.4516 22.4051 18.1694 22.4615 17.9435 22.5744C17.6801 22.7248 17.4355 22.8752 17.2097 23.0256C16.9462 23.2137 16.664 23.3641 16.3629 23.4769C16.0242 23.6273 15.5914 23.7026 15.0645 23.7026C13.9731 23.7026 13.0323 23.2513 12.2419 22.3487C11.414 21.4838 11 20.3744 11 19.0205C11 17.5915 11.5457 16.388 12.6371 15.4103C13.7285 14.4701 15.0645 14 16.6452 14C17.6613 14 18.621 14.2256 19.5242 14.6769C20.3898 15.1282 21.1613 15.7487 21.8387 16.5385C22.5161 17.3282 23.043 18.2308 23.4194 19.2462C23.7957 20.2991 23.9839 21.4274 23.9839 22.6308C23.9839 24.5111 23.6452 26.241 22.9677 27.8205C22.2527 29.4 21.3118 30.7726 20.1452 31.9385C18.9409 33.1419 17.5484 34.0821 15.9677 34.759C14.3871 35.4735 12.7312 35.8872 11 36V34.0821Z' fill='%23F0F2F4'/%3e%3c/svg%3e");
    width: 50px;
    height: 50px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }

  .slider-quote__text {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
  }

  .slider-quote__image {
    position: relative;
    overflow: hidden;
  }

  .slider-quote__image::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200px;
    left: 50%;
    bottom: -150px;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50%;
  }

  .swiper-quote-arrow {
    position: relative;
    left: 0;
    bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .slider-quote__item {
    flex-wrap: wrap;
  }

  .slider-quote__image {
    width: 100%;
  }

  .slider-quote__image {
    max-width: 100%;
  }

  .slider-quote__image::after {
    display: none;
  }

  .slider-quote__content {
    width: 100%;
  }


}


.page__container_full h2.heading_h2 {
  margin-top: 100px !important;
}

@media (max-width: 767px) {
  .page__container_full h2.heading_h2 {
    margin-top: 60px !important;
  }

  .card_name_articles {
    min-height: 300px;
  }

}

.card_name_articles {
  background: #373C45;
  position: relative;
  min-height: 340px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  color: #F1F1F1;
  transition: all .2s;
  cursor: pointer;
  border: none !important
}

.card_name_articles span {
  color: #F1F1F1;
  display: inline !important;
  border-bottom: 1px solid transparent !important;

}

.card_name_articles .card__name {
  margin-bottom: 20px;
  border-bottom: 0px;
}

.card_name_articles .card__name {
  max-height: 90px;
  overflow: hidden;
}

.card_name_articles::after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: -45px;
  top: -45px;
  width: 300px;
  height: 300px;
  background-image: url(./img/levin-op.png);
}

.card_name_articles .badge {
  position: absolute;
  left: 30px;
  top: 30px;
  background: #2C313A;
  border-radius: 5px;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #CBCDCF;
}

.card_name_articles:hover .card__name span {
  display: inline !important;
  border-bottom: 1px solid #202a45 !important;
}

.card_name_articles:hover {
  opacity: 0.95;
}

@media (max-width: 767px) {
  .card_name_articles::after {
    width: 200px;
    height: 200px;
    background-size: cover;
    right: -25px;
    top: -25px
  }

  .card_name_articles {
    min-height: 280px;
  }

  .swiper-articles .swiper-wrapper {
    padding-bottom: 50px;
  }
}

.slider_screen {
  width: 100%;
  position: relative;
}

.slider_screen .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.slider_screen .swiper-slide {
  background-size: cover;
  background-position: 50% 50%;
  justify-content: end;
}

.slider__content {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 64px;
  max-width: 36%;
}

.slider__name {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 68px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-bottom: 30px;
  max-width: 620px;
}

.slider__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 42px;
  color: #FFFFFF;
  margin-bottom: 137px;
  max-width: 620px;

}

.slider__wrap {
  width: 100%;
  height: 100%;
  height: 750px;
  padding-top: 145px;
  padding-bottom: 145px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_screen {
  position: relative;
}

.slider__button {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  background: rgb(255 255 255 / 0.1);
  padding: 0 60px;
  border-radius: 10px;
  height: 48px;
  display: inline-flex;
  line-height: 48px;
  color: #fff;
}

@media (max-width: 1400px) {
  .slider__content {
    padding: 0 20px;
  }

  .slider__content {
    max-width: 60%;
  }
}

.slider_screen_top .swiper-slide {
  max-width: 343px;
}

.slider_screen_top {

  position: absolute;
  right: 0;
  z-index: 10;
  top: 90px;
  width: calc(100% - 40%);
}

.slide-card {
  height: 470px;
  position: relative;
  width: 100%;
  transition: all .2s;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.slide-card:hover {
  transform: translateY(-10px);
}

.slide-card__name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  opacity: 0.8;
  z-index: 10;
}

.slide-card:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130.64px;
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #282828 100%);
}

.slider_screen_top .swiper-wrapper {
  padding-top: 10px;
}

.swiper-button-next-slider,
.swiper-button-prev-slider {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  background: rgb(255 255 255 / 0.05);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: all .2s;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3e%3cpath d='M8.66064 1.08496L1.33861 8.00022L8.66064 14.9155' stroke='%23BEC0C3' stroke-width='1.5'/%3e%3c/svg%3e");

}

.slider__footer-nav {
  margin-top: 82px;
  display: flex;
  align-items: center;
}

.swiper-button-next-slider {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3e%3cpath d='M0.891113 1.08496L8.21315 8.00022L0.891113 14.9155' stroke='%23BEC0C3' stroke-width='1.5'/%3e%3c/svg%3e");
}

.swiper-button-next-slider:hover,
.swiper-button-prev-slider:hover {
  opacity: 0.8;
}

.slider_screen.swiper-container-initialized .swiper-slide {
  opacity: 0;
}

.slider_screen.swiper-container-initialized .swiper-slide.swiper-slide-duplicate-active {
  opacity: 1;
}

@media (max-width: 1600px) {
  .slider__name {}
}

@media (max-width: 1500px) {
  .slider_screen_top {
    width: calc(100% - 50%);
  }

  .slider__content {
    max-width: 50%;
  }

  .slider__wrap {
    padding: 100px 0;
  }

  .slider__footer-nav {
    margin-top: 30px;
  }
}

@media (max-width: 1500px) {
  .slider__footer-nav {
    margin-top: 30px;
  }

  .slider_screen_top {
    top: 65px
  }
}

@media (max-width: 1150px) {
  .slider__content {
    max-width: 100%;
  }

  .slider__wrap {
    padding: 40px 0;
    height: auto;
    padding-bottom: 250px;
  }

  .slider_screen_top {
    position: absolute;
    bottom: 40px;
    top: auto;
    width: 100%;
    padding-left: 20px;
  }

  .slider_screen_top .swiper-slide {
    max-width: 222px;
  }

  .slide-card {
    background-size: cover;
  }

  .slide-card__name {
    padding: 19px;
    font-family: Onest;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
  }

  .slider__footer {
    display: none;
  }

  .slide-card {
    height: 179px;
  }

  .slider__name {
    max-width: 100%;
  }

  .slider__text {
    margin-bottom: 60px;
  }

  .slide-card::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #282828 100%);
  }
}

@media (max-width: 767px) {
  .slider__name {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  .slider__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
  }

  .slider_screen_top .swiper-slide {
    width: 240px;
  }

  .slide-card {
    height: 155px;
  }
}

.section-name {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 70px;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 30px;
}

.section-list {
  margin: 0;
  padding: 0;
  margin-bottom: 45px;
  list-style: none;
}

.section-list-item {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
}

.section-list-item::after {
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000000;
  border-radius: 50%;
  top: 16px;
}

.section-list-item:last-child {
  margin-bottom: 0;
}

.section-button {
  background: #FFFFFF;
  border: 1px solid #202a45;
  box-sizing: border-box;
  border-radius: 10px;
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #202a45;
  height: 56px;
  line-height: 56px;
  padding: 0 60px;
  text-decoration: none;
  display: inline-block;
  transition: all .3s;
  cursor: pointer;
}

.section-button:hover {
  background: #202a45;
  color: #fff;
}

.section-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-block-block .section-image img {
  position: absolute;
  bottom: 0;
}

.section-block-block .section-image::after {
  display: none;
}

.section-image:after {
  content: '';
  width: 25vw;
  height: 25vw;
  border-radius: 50%;
  background: #FFF8E1;
  position: absolute;

  transition: all .2s;
}

.section-image img {
  display: block;
  margin: auto;
  z-index: 1;
  position: relative;
  max-width: 100%;
}

.section-block {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
  padding: 100px 0;
  margin: 0 !important;
}



@media (max-width: 1200px) {
  .section-block {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .section-image:after {
    display: none;
  }
}

.section-block-block {
  padding: 110px 0;
  background: #373C45;
  background-size: cover;
  position: relative;
}

.section-block-block .section-name,
.section-block-block .section-list-item {
  color: #fff;
}

.section-block-block .section-button {
  background: hsl(0 0% 100% / 0.2);
  border-radius: 10px;
  border: none;
  color: #fff;
}

.section-block-block .section-button:hover {
  opacity: 0.8;
}

.section-block-block .section-list-item::after {
  background: #fff;
}

.section-block-block .section-block .section-image:after {
  top: 100px;
}

@media (max-width: 767px) {
  .section-block-block {
    padding: 60px 0;
  }

  .section-block-block .section-block .section-image:after {
    top: 60px;
  }

  .section-block-block .section-block {
    padding: 0;
    flex-direction: column;
  }

  .section-block-block .section-col:first-child {
    margin-bottom: 30px !important;
  }
}

.article-block {
  background: #FCFCFC;
  padding: 30px;
  display: block;
  min-height: 250px;
}

.article-block:hover {
  cursor: pointer;
  background: #FCF7F7
}

.article-block__image {
  position: relative;
  margin-bottom: 24px;
  padding-top: 30px;
}

.article-block__image img {
  display: block;
  position: relative;
  z-index: 1;
}

.article-block__image::after {
  content: '';
  width: 164px;
  height: 164px;
  background: #FFFFFF;
  position: absolute;
  left: 24px;
  top: 0;
  border-radius: 50%
}

.article-block__name {
  font-family: Onest;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #202a45;
}

p.article-block__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #8F8993;
  margin-top: 10px !important;
  margin-bottom: 0 !important;



}

.section-text {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 30px;
}

.section-block-block .section-block {
  padding: 0;
  margin: 0;
}

.section-block-block .section-text {
  color: #FFFFFF;

}

.article-block:hover .article-block__name {
  color: #000;
  display: inline !important;
  border-bottom: 1px solid #202a45 !important;
}

@media (max-width: 991px) {
  .section-block {
    display: flex;
  }

  .section-block-block .section-block {
    flex-direction: column;
  }

  .section-block-block .section-image img {
    position: relative;
  }

  .section-block-block {
    padding-bottom: 0;
    padding-top: 60px;
  }

  .section-block-block .section-block .section-col:first-child {
    margin-bottom: 30px;
  }
}

.block-price__content {
  padding: 60px;
  background: #FCFCFC;
  height: 100%;
}

.block-price__price {
  background: #FCF7F7;
  padding: 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block-price__content h3 {
  font-style: normal;
  font-family: Onest;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 0;
}

.block-price__content ul {
  margin-bottom: 40px;
}

.block-price__price span {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #696F7C;
  margin-bottom: 2px;
  display: block;
}

.block-price__price b {
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 59px;
  text-align: center;
  color: #000000;
  display: block;
}

.block-price__price p {
  margin: 0;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

.block-price__price-head {}

.block-price__col-7 {
  width: 58.33333333%;
}

.block-price__col-5 {
  width: 41.66666667%;
}

.block-price {
  display: flex;
}

@media (max-width: 1280px) {
  .block-price__content {
    padding: 30px;
  }

  .block-price__price {
    padding: 30px;
  }
}

@media (max-width: 800px) {

  .block-price__col-7,
  .block-price__col-5 {
    width: 100%;
  }

  .block-price {
    flex-direction: column-reverse;
  }
}

p.text,
.text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.75;
  margin: 0 0 15px;
}

p.text_section {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  margin: -15px auto 0;
  color: #696F7C;
  max-width: 90%;
}

p.text_medium {
  font-weight: 500;
}

.strong-block {
  display: block;
}

.block-price__price-head {
  position: relative;
}

.block-price__price-head::after {
  content: '';
  position: absolute;
  right: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='74' viewBox='0 0 21 74' fill='none'%3e %3cpath d='M-3.4201e-07 73.9453L6.76216 72.4376L2.07538 67.3353L-3.4201e-07 73.9453ZM2.45457 1.81499C15.1577 8.06535 19.9329 20.3661 19.274 33.5192C18.6143 46.6894 12.4987 60.6131 3.54427 69.8764L4.40707 70.7105C13.5626 61.2391 19.7982 47.0406 20.4725 33.5792C21.1477 20.1007 16.2398 7.26039 2.98435 0.738269L2.45457 1.81499Z' fill='%23313640'/%3e %3c/svg%3e");
  width: 20.99px;
  height: 74.7px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -15px;
  margin-right: 0px;
}

.row_center {
  align-items: center;
  display: flex;
}

.row_reverse {
  flex-direction: row-reverse;
}

.row_sm_center {
  /* fat */
  margin-bottom: 30px;
}

.image-center {
  display: block;
  margin: auto;
}

.image-right {
  margin-left: auto;
  display: block;
}

@media (max-width: 767px) {
  .image-right {
    margin: auto;
  }

  .row_sm_center {
    flex-wrap: wrap;
  }

  .row_sm_reverse {
    flex-direction: column-reverse;
  }

  .row_reverse {
    flex-direction: column;
  }

  /*
    .banner {
        height: calc((var(--vh, 1vh) * 100) - 68px);
        min-height: calc((var(--vh, 1vh) * 100) - 68px);
    }
    */
}

@media (max-width: 1500px) {

  .section-name {
    font-size: 32px;
    line-height: 44px;
  }

  .section-text {
    font-size: 24px;
    line-height: 42px;
  }

  .section-list-item {
    font-size: 20px;
  }

  .section-block {
    padding: 50px 0;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  .section-name {
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.01em;
  }

  .slide-card:hover {
    transform: none;
  }

  .swiper-slide-active .slide-card {
    opacity: 1;
  }

  .slide-card {
    opacity: 0.5;
  }

  .section-text {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0.01em;
  }

  .section-list-item {
    font-size: 20px;
    line-height: 30px;
  }

  .section-block-block .section-block {
    grid-gap: 0;
  }

  .section-block-block .section-image {
    position: relative;
    margin-bottom: 0;
  }

  iframe {
    width: 100% !important;
  }

  .section-block-block .section-image::before {
    display: none;

  }
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list.list_spaces li {
  margin-bottom: 20px !important;
}

.card-image img {
  max-width: 100% !important;
}


.list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px !important;
}

.list li:last-child {
  margin-bottom: 0;
}

.list.list_blue li::after {
  background: #202a45;
}

ul.list li,
.article ul.list li {
  padding-left: calc(5px + 15px) !important;
}

.list li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}

.list.white li::after {
  background: #fff;
}

.list.white li {
  color: #fff;
}

.video {
  width: 100%;
  height: 500px;
  position: relative;
  display: flex !important;
  align-items: center;
  cursor: pointer;
  background-image: none !important;
}

.video:hover:after {
  background: rgba(40, 42, 47, 0.7);

}

.video_hover .video__name {
  display: none;
}

.video_hover .video__play {
  opacity: 0;
  transition: all .2s;
}

.video_hover:hover .video__play {
  opacity: 1;
}

.video__video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.video__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(40, 42, 47, 0.8);
  transition: all .2s;
}

.video .heading {
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0;
  z-index: 10;
  max-width: 75%;
}

.video__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
}

.video__play {
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #FFFFFF 42.19%, #FCFCFC 83.33%, #E7F1F7 100%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 17px 20px rgba(0, 0, 0, 0.13);
  z-index: 10;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0;

}

.video__play i {
  background-size: cover;
  margin-left: 5px;
  width: 36px;
  height: 36px;
  margin-left: 6px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='40' viewBox='0 0 38 40' fill='none'%3E %3Cg filter='url(%23filter0_d)'%3E %3Cpath d='M11.4366 3.99744L30.4588 14.9271C32.8648 16.3076 32.8648 19.6922 30.4588 21.0727L11.4366 32.0023C8.98652 33.4114 5.88965 31.6929 5.88965 28.9272V7.0726C5.88965 4.30687 8.98652 2.58839 11.4366 3.99744Z' fill='%23202a45'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d' x='0.889648' y='0.494385' width='36.3736' height='39.011' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E %3CfeOffset dy='2'/%3E %3CfeGaussianBlur stdDeviation='2.5'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
}

.video:hover i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='40' viewBox='0 0 38 40' fill='none'%3E %3Cg filter='url(%23filter0_d)'%3E %3Cpath d='M11.4366 3.99744L30.4588 14.9271C32.8648 16.3076 32.8648 19.6922 30.4588 21.0727L11.4366 32.0023C8.98652 33.4114 5.88965 31.6929 5.88965 28.9272V7.0726C5.88965 4.30687 8.98652 2.58839 11.4366 3.99744Z' fill='%23FFF'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d' x='0.889648' y='0.494385' width='36.3736' height='39.011' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E %3CfeOffset dy='2'/%3E %3CfeGaussianBlur stdDeviation='2.5'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");

}

.video__name {
  display: flex;
  justify-content: center;
}

.video video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 0;
  transform: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block !important;
}

.video__wrap {
  z-index: 20;
  width: 100%;
}

.wp-block-image img {
  height: auto;
  /*object-fit: none;*/
}

.stages {}

.stages__number {
  min-width: 40px;
  height: 40px;
  border-radius: 15px;
  background: #202a45;
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-right: 20px;

}

.stages__item {
  display: flex;
  background: #FFFFFF;
  padding: 60px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.stages__content .b-label {
  margin-bottom: 15px;
}

.stages__content {
  padding-top: 5px;
}

.stages__text {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;

}

.stages__name {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 15px;
}


.stages__label {
  margin-bottom: 15px;
}

.stages__text ul {
  margin: 0;
  padding: 0;
  list-style: none;

  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
  color: #000000;

}

.stages__text ul li {
  position: relative;
  padding-left: 20px;
}

.stages__text ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}

.stages__text p {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
  color: #000000;
}

.stages__label .b-label {
  margin-right: 10px;
}

.stages__label .b-label:last-child {
  margin-right: 0;
}

.b-label {
  background: #DCECFF;
  border-radius: 20px;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #202a45;
  padding: 6px 15px;
  display: inline-block;
}

.b-label .icon {
  margin-right: 6px;
}

.icon {
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}

.icon_name_time {
  background-image: url(./image/svg/time.svg);
  width: 16px;
  height: 16px;
}

.icon_name_calendar {
  background-image: url(./image/svg/calendar.svg);
  width: 16px;
  height: 16px;
}

@media (max-width:767px) {
  .stages__number {
    margin-right: 10px;
  }

  .stages__item {
    padding: 30px;
  }

  .stages__header-snippet {
    display: none;
  }

  .stages__label .b-label {
    margin-bottom: 10px;
  }

  .block-price__content .b-button {
    width: 100%;
  }

  .footer-white {
    margin: 0;
  }

  .stages__text {
    font-size: 16px;
    line-height: 28px;
  }
}

.stages__wrap {
  width: 100%;
}

.block-sleep {
  background: #202a45;
  padding: 60px;
  position: relative;
  overflow: hidden;
}

.block-sleep>*:not(.block-sleep__image) {
  z-index: 10 !important;
  position: relative;
}

.block-sleep:hover .block-sleep__image::after {
  background: #fff8e1;
  transform: scale(1.05);
}

.block-sleep-new .block-sleep__image::after {
  width: 592.45px;
  height: 593px;
  background: linear-gradient(0deg, #6A6E78, #6A6E78), #FFF8E1;
  border-radius: 50%;
  position: absolute;
  right: -15%;
  z-index: 1;
  bottom: -20%;
  transition: all .2s;
}


@media (min-width:768px) {
  .block-sleep-new .block-sleep__image::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    z-index: 10;
    background: linear-gradient(90deg, #2D313A 0%, #2D313A 16.67%, rgba(49, 54, 64, 0) 100%);
  }
}


@media (max-width:1600px) {
  .block-sleep-new .block-sleep__image::after {
    right: -23%;
    bottom: -30%;
  }
}

@media (max-width:992px) {
  .block-sleep-new .block-sleep__image::after {
    width: 450px;
    height: 450px;
    bottom: -20%;
  }
}

@media (max-width:767px) {
  .block-sleep-new .block-sleep__image::after {
    width: 250px;
    height: 250px;
    left: 40%;
    bottom: -5%;
    right: 0;
  }
}

.block-sleep__image_small img {
  max-width: 50%;

}

.block-sleep img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  max-width: 100%;
}

.block-sleep h2 {
  color: #fff;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.block-sleep p {
  color: #EAF4FA;
  max-width: 90%;
  position: relative;
  z-index: 1;
}

.block-sleep .list {
  max-width: 52%;
  position: relative;
  z-index: 1;
}

.block-sleep .b-button {
  position: relative;
  z-index: 1;
}

.block-sleep li {
  color: #FFFFFF;
  margin-bottom: 20px;
}

.block-sleep .list li::after {
  background: #fff
}

@media (max-width:767px) {
  .block-sleep {
    padding: 20px;
    padding-top: 0;
  }

  .block-sleep p,
  .block-sleep .list {
    max-width: 100%;
  }

  .block-sleep .b-button {
    width: 100%;
  }

  .block-sleep img {
    position: relative;
    max-width: 55%;
    max-width: 115%;
  }

  .block-sleep__image_small img {
    max-width: 75%;
  }

  .block-sleep h2 {
    margin-top: 0 !important;
  }

  .block-sleep__image {
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
  }

  .block-sleep__image::before {
    content: '';
    height: 130px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 3;
    right: 0;
    background: linear-gradient(180deg, rgba(49, 54, 64, 0) 0%, #202a45 100%);
  }
}

@media (min-width:1920px) {
  .slider_screen_top {
    width: calc(100% - 55%)
  }
}

.full-container {
  margin: 0 -70px;
  padding: 60px 70px;
  padding-top: 1px;
  background: #F5F5F6;
}

@media (max-width:767px) {

  .full-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

.wp-block-media-text {
  grid-gap: 20px
}








.tab-n {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #F6F8FA;
  height: 68px;
  border-radius: 5px;
  text-decoration: none;
  margin-right: 21px;
  flex: 1;
  transition: all .2s;
  margin-bottom: 20px;
}

.tab-n span {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #696F7C;
  transition: all .2s;

  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;

}

.tab-n b {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #202a45;
  font-family: Onest;
  white-space: nowrap;

}

.tab-n.active::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #202a45;
  border-radius: 3px;
  transform: rotate(-45deg) translateX(-50%);
  bottom: 0px;
  left: 50%;

}

.tab-n.last {
  margin-right: 0;
}

.tab-n.active {
  opacity: 1;
  background: #202a45;
  position: relative;
}

.tab-n:last-child {
  margin-right: 0;
}

.tab-n.active span {
  color: #fff;
}

.tab-n.active b {
  color: #fff;
}

.pane {
  opacity: 0;
  visibility: hidden;
  height: 0;
  background: #FFFFFF;
  box-shadow: 0px 10px 10px 4px rgb(0 0 0 / 10%);
  border-radius: 0px 0px 5px 5px;
  transition: all .5s;
}

.pane>*:first-child {
  padding: 30px;

}

.pane b {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  list-style: none;
  font-size: 20px;
  line-height: 1.75;
}

.pane:last-child {
  margin: 0;
}

.tab-n.active+.pane {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
}


@media screen and (min-width: 768px) {
  .containers {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }


  .containers .tab-n {
    order: -1;
    flex-grow: 1;
  }

  .containers .pane {
    flex-basis: 100%;
    border: none;
    margin: 0;
  }
}

@media (max-width:1366px) {
  .tab-n b {
    font-size: 18px;
  }

  .tab-n span {
    font-size: 14px;
  }

}

@media (max-width:992px) {
  .tab-n b {
    font-size: 16px;
  }

  .tab-n {
    border-bottom: 1px solid #ccc;
    position: relative;
  }

  .tab-n::after {
    content: '';
    width: 14px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='18' viewBox='0 0 14 18' fill='none'%3e%3cpath d='M6.89062 17.8311L6.89063 1.71387' stroke='%23313640' stroke-width='1.5'/%3e%3cpath d='M1 7.31738L6.94595 1.61721L12.8919 7.31738' stroke='%23313640' stroke-width='1.5'/%3e%3c/svg%3e");
  }

  .tab-n.active::after {
    display: block !important;
    content: '' !important;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='18' viewBox='0 0 14 18' fill='none'%3e%3cpath d='M6.89062 17.8311L6.89063 1.71387' stroke='%23fff' stroke-width='1.5'/%3e%3cpath d='M1 7.31738L6.94595 1.61721L12.8919 7.31738' stroke='%23fff' stroke-width='1.5'/%3e%3c/svg%3e");
  }

  .tab-n:last-child {
    border-bottom: 0;
  }

  .pane {
    opacity: 1;
    visibility: visible;
    display: none;
    height: auto;

  }

  .tab-n.active+.pane {
    display: block;
  }


}

html {
  overflow-x: hidden;
}

.accordeon__body.question__body {
  padding: 30px;
}

.accordeon__body.question__body p:last-child {
  margin-bottom: 0px;
}

blockquote.wp-block-quote {
  margin-top: 60px;
  margin-bottom: 60px;
}

.article h2 {
  margin-top: 90px;
}

.article h3,
.article h4 {
  margin-top: 40px;
}



.article .card_item h2 {
  margin-top: 0px;
}

.article .card_item h3,
.article .card_item h4 {
  margin-top: 0px;
}










.card-dt.flat {
  border: none;
}

.card-title {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #202a45;
  margin-bottom: 5px;
}

.card-text {
  font-family: 'San Francisco(SF UI)';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #202a45;
}

.card.flat .btn {
  border: 1px solid #202a45;
  box-sizing: border-box;
  border-radius: 10px;
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #202a45;
  margin-top: 30px;
  padding: 15px 30px;
}

.card-light .card-title {
  color: #fff;
}

.card-light .card-text {
  color: #fff;
}

.card-light .btn {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  color: #202a45;
}

.card.flat.card-light:after {
  content: '';
  background-image: url(./image/cart-patern.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: 100%;
}

.card.flat::after {
  content: '';
  background-image: url(./image/cart-patern-def.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: 100%;
}

.row-stages {
  display: flex;
  flex-wrap: wrap;
}

.row-stages::after,
.row-stages::before {
  display: none;
}

.row-stages li {
  max-width: 100% !important;
  flex: 1 0 31%;
  /* explanation below */
}

.row-stages li {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  max-width: 33.3%;

}

.problem-item {
  position: relative;
  width: 100%;
  max-width: 33.3%;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

@media (max-width:991.98px) {
  .problem-item {
    max-width: 50%;
    flex: 0 0 50%
  }

  .row-stages {
    flex-wrap: wrap;
  }
}

.tab-n.active.number-heading::before,
.accordeon_open .question__head.number-heading::before {
  background: #fff;
  color: #202a45;
}

.tab-n:hover.number-heading::before {
  background: #fff !important;
  color: #202a45 !important;
}

.question__head.number-heading ::before {}

@media (max-width:767.98px) {
  .tab-n {
    padding: 20px !important;
  }

  .tab-n:hover.number-heading::before {
    background: #202a45 !important;
    color: #fff !important;
  }

  .tab-n.active.number-heading::before,
  .accordeon_open .question__head.number-heading::before {
    background: #fff !important;
    color: #000 !important;
  }

  .tab-n b {
    padding-left: 0 !important;
  }

  .tab-n.number-heading::before {
    margin-top: 0;
  }

  .problem-item {
    margin-bottom: 40px
  }

  .tab-n {
    margin-right: 0;
    margin-bottom: 0;
    white-space: normal;
    /* flex-wrap: wrap; */
    height: unset;
  }

  .tab-n {
    border: none;
    background: #F6F6F6;
    /* Drop Shadow */

    box-shadow: none;
    margin-bottom: 15px;
    justify-content: start;
    border-radius: 0px;

    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;

  }

  .tab-n b {
    font-size: 19.2px;
    line-height: 28.8px;
    padding: 20px;
    padding-right: 55px;
    color: #202a45;
    padding-left: 20px;
    font-weight: 500;
    white-space: normal;
    text-align: left;
    /* padding: 0; */
    padding-top: 0;
    padding-bottom: 0;
    display: block;

  }

  .tab-n.active::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='18' viewBox='0 0 14 18' fill='none'%3e%3cpath d='M6.89062 17.8311L6.89063 1.71387' stroke='%23fff' stroke-width='1.5'/%3e%3cpath d='M1 7.31738L6.94595 1.61721L12.8919 7.31738' stroke='%23fff' stroke-width='1.5'/%3e%3c/svg%3e");
    transform: translateY(-50%) rotate(-180deg);
    right: 20px;
    left: auto;
    background-repeat: no-repeat;

  }

  .tab-n.active+.pane {
    margin-bottom: 20px;

  }

  .tab-n.active {
    margin-bottom: 0;
  }

  .tab-n.active::after {
    display: none;
  }

  .pane {
    box-shadow: none;
  }

  .tab-n.active+.pane {
    background-color: #fff;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
  }
}

@media(hover: hover) and (pointer: fine) {

  .containers .tab-n:hover {
    background: #202a45;
    color: #fff;
  }

  .containers .tab-n:hover b {
    color: #fff;

  }
}

.problem-item__img {
  position: relative;
  margin-bottom: 10px
}

.problem-item__img:before {
  position: absolute;
  z-index: 1;
  top: -23px;
  left: 50%;
  width: 122px;
  height: 122px;
  content: '';
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  border-radius: 50%;
  background: #202a45
}

@media (max-width:767.98px) {
  .problem-item__img:before {
    display: none
  }
}

.row-problem {
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 60px;
  justify-content: center;
}

.row-stages li strong+br {
  display: none;
}

.problem-item__img {
  min-height: 100px;
}

.problem-item__img img {
  position: relative;
  z-index: 2
}

.problem-item:hover .problem-item__img:before {
  opacity: 1;
}

@media (max-width:767.98px) {
  .problem-item__img img {
    width: 112px
  }

  .problem-item__img {
    min-height: 60px;
  }
}

.row-problem .problem-item__title,
.row-stages li strong:first-child {
  font-size: 22px;
  font-weight: 500 !important;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 4px;
  transition: .3s;
  color: #000;
  margin-top: 0 !important;
  display: block;
  font-family: Onest;

}

@media (max-width:767.98px) {

  .row-problem .problem-item__title,
  .row-stages li strong {
    font-size: 16px
  }
}

.row-problem .problem-item__description,
.row-problem li {
  font-weight: 300;
  color: #000
}

@media (max-width:767.98px) {

  .row-problem .problem-item__description,
  .row-stages li {
    font-size: 14px
  }

  .problem-item__description br {
    display: none
  }

  .row-stages li {
    max-width: 100%;
    flex: auto
  }
}

.tariff {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 21px;
  margin-bottom: 20px;
}


.tariff__header {
  background: #565B66;
  height: 90px;
  padding: 0 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 40px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Onest;

}

.tariff__coll {
  background: #FAFAFA;
}

.tariff__content {
  padding: 25px 40px;
}

.tariff__item span {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #696F7C;
}

.tariff__item p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #202a45;
  margin-bottom: 0;
}

.tariff__item {
  padding-bottom: 15px;
  border-bottom: 1px solid #E4E2E2;
  margin-bottom: 15px;
}

.tariff__content .tariff__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px;
}

.tariff__content:last-child {
  padding-top: 0;
}

.tariff__header .badge {
  background: #FF650F;
  border-radius: 50px;
  padding: 3px 13px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  display: block;
}

@media (max-width:992.98px) {

  .tariff__header {
    padding: 0 20px;
  }

  .tariff__content {
    padding: 20px;
  }
}

@media (max-width:767.98px) {
  .tariff {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }
}

.tariff__item-price p {
  font-size: 22px;
  font-weight: 500;
  font-family: Onest;

}

.tariff__item-price i {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: rgb(49 54 64 / 0.5);
  margin-left: 9px;
  position: relative;
}

.tariff__item-price i::after {
  content: '';
  width: 100%;
  height: 2px;
  background: rgb(49 54 64 / 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50%;
  opacity: 1;
}

.tariff__item-red {
  color: #F55959 !important;
}

.tariff__item-green {
  color: #1FCC83 !important;
}

.tariff__item-orange {
  color: #FF650F !important;
}

.article .row-stages.row-problem li::before {
  width: 62px;
  height: 62px;
  background: #202a45;
  border-radius: 50%;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  margin-bottom: 15px;
  top: 0 !important;
  font-weight: 300;
}

.article .row-stages.row-problem li {
  padding: 0 15px !important;
}

.quicklinks {
  justify-content: center;
}

.banner-small {
  padding: 40px;
  height: 100%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: 50% 50%;
  position: relative;
}

.banner-small::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.2;
  background: #000;
  z-index: 0;
  transition: all .2s;
}

.banner-small__header,
.banner-small__footer {
  position: relative;
  z-index: 1;
}

.banner-small:hover::after {
  opacity: 0;
}

.banner-small:hover .btn {
  background: #FFFFFF;
  color: #202a45;
}

.banner-small:hover {
  cursor: pointer;
}

.banner-small:hover b,
.banner-small:hover span,
.banner-small:hover .banner-small__price span {
  opacity: 1 !important;
}

.banner-small b {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  opacity: 0.8;
  display: block;
  margin-bottom: 13px;
  font-family: Onest;
  transition: all .2s;

}

.banner-small span {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.8;
  display: block;
  margin-bottom: 30px;
  transition: all .2s;
}

.banner-small-row {
  margin-bottom: 30px;
}

.banner-small__price {
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  opacity: 0.8;
}

.banner-small__price i {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  opacity: 0.5;
  position: relative;
}

.banner-small__price span {
  position: relative;
}

.banner-small .btn {
  background: rgb(216 216 216 / 0.2);
  border-radius: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  padding: 14px 37px;
  transition: all .2s;
}

.banner-small__price i::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50%;
  opacity: 1;
}

.banner-small__price span {

  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  /* identical to box height */

  letter-spacing: -0.01em;

  color: #FFFFFF;

  opacity: 0.8;
  transition: all .2s;
}

.banner-small-row {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width:1440px) {
  .banner-small__header {
    font-size: 32px;
  }

  .banner-small {
    padding: 30px;
  }

  .banner-small span {
    margin-bottom: 15px;
  }
}

@media (max-width:767.98px) {
  .banner-small {
    background-position: 50%;
    padding: 25px;
  }

  .banner-small-row .col {
    padding: 0;
  }

  .banner-small-row {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .banner-small__header br {
    display: none;
  }

  .banner-small b {
    font-size: 30px;
  }

  .banner-small .btn {
    width: 100%;
  }

  .banner-small {
    margin-bottom: 25px;
  }

  .banner-small-row {
    margin-bottom: 0;
  }
}

.card-standoc__name {
  font-style: normal;
  font-weight: 300;
  padding-top: 40px;
  color: #000000;
  margin-bottom: 10px;
  font-family: Onest;
  font-size: 36px;
  line-height: 1.3;

}

.card-standoc__name span {
  font-size: 58px;
  display: block;
  line-height: 1.2;
}

@media (max-width:767px) {
  .card-standoc__name {
    font-size: 32px;
    line-height: 48px;
  }
}

.card-standoc__snippet {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #767676;
  font-family: 'San Francisco(SF UI)';

}

@media (max-width:1365px) {
  .card-standoc__badge-wrap {
    flex-wrap: wrap;
    grid-gap: 10px;
  }
}

.card-standoc__badge-c {
  background: linear-gradient(90deg, #4E2085 0%, #3D186A 41.15%, #28163F 100.01%);
  margin-right: 10px;
}

.card-standoc__badge-c img {
  margin-right: 8px;
}

.card-standoc__text {
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.7;
  max-width: 88%;
  font-family: 'San Francisco(SF UI)';
}

@media (max-width: 991px) {
  .card-standoc__text {
    max-width: 88%;
  }

  .standoc-thumbs {
    display: none;
  }
}

@media (max-width:767px) {

  .card-standoc__button {
    width: 100%;
  }
}

.pros-table-three {
  max-width: 100%;
  margin: auto;
}

.page__container_full {
  max-width: 100% !important;
  width: 100%;
}

.portfolio-card__content {
  padding: 25px 40px;
}

.portfolio-card__name {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #202a45;
}

.portfolio-card__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.portfolio-card__text b {
  font-weight: 500;
}

@media (max-width:992px) {
  .block-sleep {
    padding: 30px;
  }

  .portfolio-card__content {
    padding: 20px;
  }

  .tariff {
    grid-gap: 8px;
  }

  .card-standoc__image img {
    display: block;
    margin: auto;
  }

  .problem-item,
  .row-stages li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.price-light .block-price__content {
  background: #FCFCFC;
}

.price-light .block-price__price {
  background: linear-gradient(121.43deg, #F9F5F9 0%, #F7FCFF 99.06%);
}

.price-light:hover .block-price__price {
  background: linear-gradient(121.43deg, #F8F9F5 0%, #F7FCFF 99.06%);
}

.price-light .block-price__image {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 230px;
}

.price-light .block-price__image img {
  position: relative;
  z-index: 1;
}

.price-light .block-price__image::after {
  content: '';
  position: absolute;
  width: 210.13px;
  height: 210.13px;
  background: #696F7C;
  border-radius: 50%;
  z-index: 0;
  transition: all .2s;
}

.price-light:hover:hover .block-price__image::after {
  background: #202a45;
}

.price-light {
  cursor: pointer;
}

.card-bret {
  padding: 40px;
  background: #FAFAFA;
  overflow: hidden;
  position: relative;
  transition: all .2s;
  cursor: pointer;
  height: 357px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.card-bret__header,
.card-bret__footer {
  z-index: 1;
  position: relative;
}

.card-bret__name {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  transition: all .2s;

  color: #202a45;
  margin-bottom: 5px;
}

.card-bret__snippet {
  font-family: 'San Francisco(SF UI)';
  font-style: normal;
  font-weight: 300;
  transition: all .2s;

  font-size: 18px;
  line-height: 21px;
  color: #696F7C;
}

.card-bret__price-snippet {
  font-family: 'San Francisco(SF UI)';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  transition: all .2s;

  color: #696F7C;
  margin-bottom: 5px;
}

.card-bret__price {
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.03em;
  color: #000000;
  transition: all .2s;

  margin-bottom: 20px;
}

.card-bret__image {
  position: absolute;
  right: -20%;
  top: 0;
  bottom: -10%;
  width: 75%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.card-bret__image img {
  position: absolute;
  right: 25%;
  bottom: 5%;
  max-width: 78%;
}

.card-bret__image::after {
  content: '';
  min-width: 306px;
  height: 306px;
  background: #DBEBFF;
  transition: all .2s;
  border-radius: 50%;
}

.card-bret:hover .card-bret__image::after {
  background: #202a45;
}

.card-bret .b-button {
  transition: all .2s;
}


.card-bret:hover {
  background: linear-gradient(121.43deg, #F8F9F5 0%, #F7FCFF 99.06%);
}

@media (max-width: 1024px) {
  .card-bret {
    height: auto;
    padding: 20px;
  }

  .card-bret__header {
    margin-bottom: 80px;
  }

  .card-bret__image::after {
    min-width: 210px;
    height: 210px;
  }
}

.card-black {
  background: linear-gradient(290.29deg, #373D48 34.68%, #464B54 100.83%);
}

.card-black .card-bret__name {
  color: #fff
}

.card-black .card-bret__snippet,
.card-bret__price-snippet {
  color: #B5B5B5;
}

.card-black .card-bret__price {
  color: #FFFFFF;
}

.card-black:hover {
  background: linear-gradient(288.56deg, #313B50 2.46%, #303A4D 30.97%, #464B54 100.85%);
}

.card-black .card-bret__image::after {
  background: #696F7C;
}

.card-black .card-bret__button {
  background: rgb(216 216 216 / 20%);
  color: #fff !important
}

.card-black .card-bret__button:hover {
  background: #fff;
  color: #202a45 !important;
}

.card-bret_crice .card-bret__image::after {
  display: none;
}

.quote-block {
  position: relative;
  font-weight: 400;
}

.article .quote-block p {
  font-weight: 400;
  font-size: 22px !important;
}

.quote-block strong {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 42px;
  line-height: 54px;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  letter-spacing: -0.01em;
}

/* .quote-block::before {
  content: '';
  position: relative;
  background-image: url(/assets/themes/stan/img/quote.svg);
  margin-bottom: 1rem !important;
  width: 49px;
  height: 40px;
  display: block;

} */

.quote-block__name {}

.fw-3 {
  font-weight: 300 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fs-22 {
  font-size: 22px !important;
  line-height: 1.5;
}

.fs-18 {
  font-size: 18px !important;
}

.quote-block__text {
  line-height: 1.6;
}

.card_flat {
  border: none !important;
}

.card__name {
  font-size: 30px;
  line-height: 38px;
}

.text-white {
  color: #fff !important;
}

.card-name {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.35;
}

.card-text {
  line-height: 32px;
}

.row {
  flex-wrap: wrap;
}

@media (max-width: 1600px) {
  .card-name {
    font-size: 24px;
  }
}



@media (max-width:991px) {
	
	
  .col {
    width: 100%;
  }
  
  
  .card_item  .col {
    width: 50%;
  }
 
 
  .banner__button .col {
    width: 100%;
  }
 
 
  
  .banner__button .col:last-child {
 
  margin-top: 10px;
  }
 
 
 
 
 
 
 .card_item  .col-2 {

   flex: 0 0 auto;
  width: 16.66666667%;
 
  }
  
  

  .quote-block__name {
    font-size: 28px;
    line-height: 1.6;
  }
}

img.image-full,
.image-full img {
  width: calc(100vw - var(--width-menu)) !important;
  max-width: fit-content !important;
  margin-left: -64px;
  min-width: calc(100vw - var(--width-menu)) !important;
  object-fit: contain;
}

.block-full {
  width: calc(100vw - var(--width-menu) - 64px);
}

@media (max-width: 1600px) {

  img.image-full,
  .image-full img {
    width: calc(100vw - var(--width-menu)) !important;
    min-width: calc(100vw - var(--width-menu)) !important;
    object-fit: contain;
    max-width: fit-content !important;
    margin-left: -36px;
  }

  .block-full {
    width: calc(100vw - var(--width-menu) - 36px);
  }
}

@media (max-width: 1024px) {

  img.image-full,
  .image-full img {
    width: calc(100vw) !important;
    min-width: none !important;
    object-fit: contain;
    max-width: fit-content !important;
    margin-left: -30px;
  }

  .block-full {
    width: calc(100vw - 30px);
  }
}

@media (max-width: 767px) {

  img.image-full,
  .image-full img {
    margin-left: -16px;
    min-height: 250px;
    object-fit: cover;
  }

  .block-full {
    width: calc(100vw - 16px);
  }
}

.article .slide-certificates {
  position: relative;
  margin-top: 0 !important;
}

@media (min-width: 993px) {
  .slide-certificates .swiper-slide {
    width: auto !important;
  }
}

.slide-certificates .swiper-slide {
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
}

.slide-certificates img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  transition: all .2s;
  cursor: pointer;
  height: 300px;
  width: auto;

}

.slide-certificates img:hover {
  filter: none;

}

.slide-certificates::after {
  content: '';
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
  width: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0%;
  z-index: 10;
}

.slide-certificates::before {
  content: '';
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  width: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0%;
  z-index: 10;
}

@media (max-width: 767px) {

  .slide-certificates::after,
  .slide-certificates::before {
    display: none;
  }

  .slide-certificates .swiper-slide img {
    height: auto;
  }
}

.profession__name {
  font-style: normal;
  font-weight: 100;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  white-space: nowrap;
}

.profession hr {
  background: #E1E1E1;
  margin-top: 15px !important;
  margin-bottom: 0 !important;
  min-width: 30px;
  height: 1px;
  border: none;
}

.swiper-wrapper {
  align-items: center;
}

@media (max-width: 767px) {

  .breadcrumbs {
    flex-wrap: nowrap;
    overflow: auto;
  }

  .breadcrumbs-wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 !important;
  }

  .banner-main .breadcrumbs {
    position: relative;
    top: 0;
  }

  .breadcrumbs-wrap::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    top: 0;
    width: 25px;

    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0, rgb(49 54 64) 71%);
    transform: rotate(-90deg);
    height: 45px;
  }

  .breadcrumbs__link {
    white-space: nowrap;
  }

  .breadcrumbs__link:last-child {
    padding-right: 20px;
  }

  .card-name {
    line-height: 1.5
  }

  .quote-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }

}

.profession p {
  margin-bottom: 0;
}


@media (max-width:991px) {
  .quote-block strong {
    font-size: 36px !important;
    line-height: 1.4;
  }
}

.article-row {
  display: flex;
}

.article-block {
  height: 100%;
}

@media (max-width:767px) {
	
	
  .banner__menu {
   /*  display: none; */
  }




  .banner__content hr {
    display: none;
  }

  .quote-block strong {
    font-size: 28px !important;
    line-height: 1.4;
  }

  .article .wp-block-quote.quote-block p {
    font-size: 18px !important;
  }

  ul li {
    font-size: 18px;
  }
}

.article>ul.article__list_check li,
.pane li,
.article>ul.article__list_cross li,
.article ol:not(.roadmap) li {
  padding-left: calc(18px + 15px) !important;
}

.pane ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.row_flex {
  display: flex;
}

.swiper-standoc .swiper-wrapper {
  align-items: inherit;
}

.banner-main__badge {
  display: none;
  width: 100%;
}

.banner-main__badge-item {
  padding: 9px 20px;
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 375px;


}

.banner-main__badge-item span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  /* or 21px */

  display: flex;
  align-items: center;
  text-transform: uppercase;

  color: #FFFFFF;
  margin-left: 12px;
}

.banner-main__badge-item.nobel {
  background: linear-gradient(90deg, #4D2630 0%, #532C36 19.79%, #230C13 58.34%, #28282F 100.01%);
  border-radius: 10px;
}

.banner-main__badge-item.inv {
  background: linear-gradient(90deg, #4E2085 0%, #3D186A 41.15%, #28163F 100.01%);
  border-radius: 10px;
}

@media (max-width:767px) {
  .banner-main__badge {
    display: block;
  }
}

@media (max-width: 1600px) {
  .section-name {
    font-size: 40px;
    line-height: 1.45;
  }

  .section-text {
    font-size: 22px !important;
    line-height: 1.75 !important;
  }

  .section-block {
    grid-gap: 32px
  }

  .section-block-block .section-image img {
    max-width: 45%;
  }
}

@media (max-width: 767px) {
  .section-block .section-name {
    font-weight: 500;
    font-size: 32px !important;
    line-height: 44px !important;
    /* or 137% */

  }

  .section-block-block .section-block {
    display: flex;
    flex-direction: column-reverse;
  }

  .section-block .section-image {
    position: relative;
    margin-bottom: 20px;
  }

  .section-block .section-image::before {
    content: '';
    display: block !important;
    position: absolute;
    bottom: -1px;
    left: -16px;
    right: -16px;
    height: 98px;
    z-index: 10;
    background: linear-gradient(180deg, rgba(47, 51, 56, 0) 0%, #fdfcfc 100%);
  }

  .section-block-block .section-block .section-image::before {

    background: linear-gradient(180deg, rgba(47, 51, 56, 0) 0%, #2F3338 100%);

  }

  .section-block {
    flex-direction: column;
  }

  .section-block-block .section-image img {
    max-width: 100%;
  }

  .section-block-block {
    background: #303338 !important;
  }

  .section-block .section-name br {
    display: none;
  }

  .section-block .section-text {
    font-weight: 100;
    font-size: 24px !important;
    line-height: 42px !important;
  }

  .section-block .section-list-item {
    font-weight: 300;
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 15px;
  }

  figure.wp-block-image:not(.nofilter),
  figure.wp-block-media-text__media:not(.nofilter) {
    margin-left: -16px;
    width: 100vw;
  }
}

.card-equipment {
  border: none !important;
  padding: 0 !important;
  transition: all .5s;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;

}

.card-equipment:hover {
  background: linear-gradient(121.43deg, #FDFFEF 0%, #E9F8FF 99.06%) !important;
}

.card-equipment .card-image {
  max-width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  transition: all .2s;
}

.card-equipment:hover .card-image {
  filter: none;
}

.card-equipment-wrap {
  padding: 40px;
}

@media (max-width: 1280px) {
  .card-equipment-wrap {
    padding: 25px;
  }
}

.card-equipment .card-name {
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  color: #202a45;
  margin-bottom: 10px;

}

.card-equipment .card-text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;

  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #202a45;
}

.reviews-card {
  background: #FAFAFA;
  padding: 40px;
  border: 1px solid transparent;
  transition: all .2s;
}

.reviews-card img {
  filter: grayscale(100%);
  filter: gray;
  max-width: 170px;
  transition: all .3s;
  cursor: pointer;

}

.reviews-card:hover img {
  filter: none;
}

.reviews-card__name {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 6px;
}

.reviews-card__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #000000;
}

.reviews-card__header {
  margin-bottom: 25px;
}

.reviews-card__author {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-right: 10px;
}

.reviews-card__header-author span {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  margin-top: 7px !important;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #696F7C;
}

.reviews-card__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews-card:hover {
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 19px 25px rgba(220, 227, 233, 0.8);
}

.reviews-card__wrap-name {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .reviews-card__wrap {
    margin-bottom: 20px;

  }

  .reviews-card img {
    max-width: 80%;
    display: block;
    margin-left: auto;
  }

  .reviews-card__wrap-name {
    flex-wrap: wrap;
  }

  .reviews-card__author {
    margin-bottom: 5px;
  }

  .reviews-card__header {
    margin-bottom: 20px;
  }

  .reviews-card {
    padding: 25px;
  }

  .reviews-card__name {
    font-size: 24px;
  }

  .reviews-card__text {
    font-size: 18px;
  }

  .reviews-card__header-author span {
    display: none;
  }
}

.reviews-card_page .rating-star {
  margin-right: 10px;
}

.reviews-card_page .rating-star span {
  background-image: url(/assets/themes/stan/src/img/index/star-black-active.svg)
}

.reviews-card_page .rating-star .rating-star__active {
  background-image: url(/assets/themes/stan/src/img/index/star-black.svg)
}

.reviews-card_page span {
  margin-top: 0 !important;
}

.reviews-card_page {
  margin-bottom: 20px;
}

.reviews-side {
  background: #202a45;
  padding: 34px 18px;
  padding-bottom: 0;
  position: relative;
  position: sticky;
  top: 25px;
  margin-bottom: 25px;
  max-width: 330px;

}

.reviews-side__name {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 125%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.reviews-side__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #C6C6C6;
}

.reviews-side__button a {
  background: #202a45;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  height: 60px;
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-side__button a:hover {
  color: #fff;
  opacity: 0.8;
}

.reviews-right {
  position: sticky;
  top: 25px;
}

@media (max-width: 1500px) {
  .reviews-right {
    display: none;
  }

  .reviews-left {
    width: 100%;

  }
}

@media (max-width: 767px) {
  .reviews-right {
    display: block;
    position: relative;
    top: 0;
  }
}

.rating-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 22px;
}

.rating-card {
  background: #292E36;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 170px;
  transition: all .2s;
}

.rating-card:hover {
  transform: translateY(-10px);
}

.rating-card:hover {
  background: #1d2127;
}


@media (max-width: 1599.98px) {
  .rating-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .rating-list {
    grid-template-columns: 1fr;
  }
}

.rating-star {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 7px;
}

.rating-star span {
  width: 21.59px;
  height: 21.59px;
  display: block;
  background-size: cover;
  background-image: url(/assets/themes/stan/src/img/index/star.svg);

}

span.rating-star__active {
  background-image: url(/assets/themes/stan/src/img/index/star-active.svg);
}

.rating-info {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.rating-info span {
  color: #BEBEBE;
}

.rating__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
}

.rating-card img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  max-width: 170px;
  transition: all .3s;

}

@media (max-width: 1699.98px) {
  .rating__item:last-child {
    flex-wrap: wrap;
  }

  .rating__item .rating-amount {
    margin-left: 0;
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}

@media (max-width: 1599.98px) {
  .rating-card img {
    max-width: 120px;
  }

  .rating-card img {
    max-width: 100%;
  }
}

.rating-card:hover img {
  filter: none;
}

.rating__item:first-child {
  height: auto;
  margin-bottom: 10px;
}

.rating-amount {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #BEBEBE;
  margin-left: 15px;

}

.rating-list-while .rating-card {
  border: 1px solid #EAEAEA;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
}

.rating-list-while .rating-info {
  color: #000;
}

.rating-list-while .rating-info span {
  color: #BEBEBE;
}

.rating-list-while .rating-star span {
  background-size: cover;
  background-image: url(/assets/themes/stan/src/img/index/star-black-active.svg);

}

.rating-list-while span.rating-star__active {
  background-image: url(/assets/themes/stan/src/img/index/star-black.svg);

}

.rating-list-while .rating-amount {
  color: #BEBEBE;

}

.banner__badge {
  position: absolute;
  right: 64px;
  z-index: 10;
  bottom: 30px;
}

.rating-banner {
  display: flex;
  align-items: center;
}

.rating-banner__stars {
  display: flex;
  align-items: center;
}

.rating-banner__stars span {
  width: 31px;
  height: 31px;
  background-size: cover;
  margin-right: 8px;
  background-image: url(/assets/themes/stan/src/img/index/star-active.svg);

}

.rating-banner__stars p {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 45px;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 0;
}


.navybg .rating-banner__stars p, .navybg .rating-banner__info   {color: #202a45;}
.navybg .rating-banner__stars span { background-image: url(/assets/themes/stan/src/img/index/star-navy.svg);}





.rating-banner__info {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-left: 10px;
}




.rating-image {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}

.rating-image img {
  opacity: 0.8;
  transition: all .3s;
}

@media (max-width: 991px) {
  .banner__badge {
    display: none;
  }
}

@media (max-width: 767px) {
  .banner__badge {
    display: none;
  }

  .rating-banner {
    flex-direction: column-reverse;
    padding: 20px 0;
    border-top: 1px solid rgb(255 255 255 / 0.1);
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
  }

  .rating-banner__info br {
    display: none;
  }

  .rating-banner__info {
    margin-bottom: 10px;
  }

  .rating-banner__stars {
    margin: auto;
  }

  .rating-image {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .rating-image img {
    max-width: 150px;
  }

  .rating-image img:nth-child(6n) {
    display: none;
  }

  .rating-image img:last-child {
    display: none;
  }

  .banner-rating .banner__content {
    padding-bottom: 0;
  }

  .banner-rating .banner__name {
    margin-bottom: 5px;
  }

}

.banner-contacts {}

.banner-contacts__snippet {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9A9DA0;
  margin-bottom: 2px;
}

.banner-contacts__snippet.color {
  color: #FFFFFF;
  font-weight: 300;
}

.banner-contacts__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;

  color: #FFFFFF;
  margin-bottom: 5px;
}

.banner-contacts__text.small {
  font-size: 26px;
  line-height: 31px;
  font-weight: 300;
}

.page-row {
  margin: 0 !important;
  display: flex;
  grid-gap: 65px;
  flex-wrap: nowrap;
}

.page-row::after,
.page-row::before {
  display: none;
}

.page-row__col {
  padding: 0 !important;
}

.page-content h2 {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;

  color: #000000;
  margin-bottom: 20px;
  margin-top: 0;
}

.page-content>:first-child {
  margin-top: 60px !important;
}

.contacts-map {
  margin-bottom: 20px;
}

.contacts-map__badge {
  background: #0C69E2;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  font-weight: 300;
}

.contacts-map__badge b {
  font-weight: 500;
}

.contacts-map__badge i {
  margin-right: 10px;
  width: 23px;
  height: 23px;
  background-image: url(/image/svg/parking.svg);
}

.contacts-map__map {
  height: calc(497px - 49px);
  background: linear-gradient(0deg, #FAFAFA, #FAFAFA), linear-gradient(121.43deg, #FCF7EC 0%, #E2F6FF 99.06%);
}

.contacts-item {
  background: linear-gradient(0deg, #FAFAFA, #FAFAFA), linear-gradient(121.43deg, #FCF7EC 0%, #E2F6FF 99.06%);
  padding: 40px;
  height: auto;
  color: #202a45;
}

.contacts-item:hover {
  box-shadow: none;
  background: linear-gradient(0deg, #FAFAFA, #FAFAFA), linear-gradient(121.43deg, #FCF7EC 0%, #E2F6FF 99.06%);
}

.contacts-item .card-name {
  color: #202a45;
  font-family: Onest;
  font-style: normal;
}

.contacts-item li {
  font-weight: 400;
  color: #27374A;


}

.contacts-item__alert {
  display: flex;

}

.contacts-item__alert i {
  margin-right: 8px;
  min-width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3cpath d='M10 19C5.029 19 1 14.971 1 10C1 5.029 5.029 1 10 1C14.971 1 19 5.029 19 10C19 14.971 14.971 19 10 19Z' stroke='%23202a45' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10 9V14' stroke='%23202a45' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10 5L10 6' stroke='%23202a45' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  display: block;
  margin-top: 4px;
}

.contacts-item__alert {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #27374A;
}

@media (max-width: 1600px) {
  .contacts-item__alert {
    font-size: 18px;
  }
}

.contacts-item__photo {
  display: flex;
  grid-gap: 18px;
}

.contacts-item__photo img {
  max-width: 100%;
}

.contacts-item__photo>* {
  transition: all .2s;
}

.contacts-item__photo>*:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .banner-contacts__text {
    font-size: 24px;
    line-height: 31.2px;
  }

  .banner-contacts {
    text-align: center;
  }

  .banner-contacts .banner__name {
    font-size: 36px;
    line-height: 130%;
  }

  .banner-contacts .banner__button .b-button:first-child {
    margin-bottom: 15px;
  }

  .banner-contacts .banner__content hr {
    display: block;
  }

  .page-content>:first-child {
    margin-top: 30px !important;
  }

  .page-content h2 {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 15px;
  }

  .contacts-map__map {
    height: calc(324px - 49px);
  }

  .contacts-map__badge i {
    display: none;
  }

  .contacts-map__badge {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
  }

  .contacts-item__photo {
    flex-wrap: wrap;
  }

  .contacts-item__photo a {
    width: 100%;
    margin-bottom: 10px;
  }

  .contacts-item__photo a img {
    width: 100%;
    object-fit: cover;
  }

  .page-row__col {
    display: block;
    position: relative;
    top: 0;
  }

  .page-row {
    flex-wrap: wrap;
  }
}

#myModal4 .modal-body,
#myModal4 .modal-header {
  padding: 60px;
}

#myModal4 .modal-dialog {
  max-width: 960px;
  width: 100%;
}

.card-modal {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  /* - */

  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: all .2s;
}

.card-modal:hover {
  opacity: 1;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);

}

.page_sidebar main.page__container.page-content {
  flex-direction: unset;
  display: block;
}

.info-block {
  border: 1px solid #BCCBE1;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 37px;
  display: flex;

}

.info-block i {
  display: block;
  background-image: url(/image/info-block.svg);
  min-width: 40px;
  height: 40px;
  background-size: cover;
}

.info-block span {
  padding-left: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  color: #202a45;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;

}

@media (max-width: 767px) {
  .info-block {
    flex-wrap: wrap;
  }

  .info-block span {
    padding-left: 0;
  }

  .info-block i {
    margin-bottom: 20px;
  }

  .banner-rating .banner__text {
    font-size: 18px;
  }
}

.banner-contacts {
  min-height: auto;
  height: 100vh;
  max-height: 800px;
}

.equipment-new .equipment__col:first-child,
.equipment-new .equipment__col:nth-child(2),
.equipment-new .equipment__col:nth-child(3) {
  width: calc(100%/3 - 26px);
  min-height: 600px;
}

.equipment-new .equipment__col:first-child .card,
.equipment-new .equipment__col:nth-child(2) .card,
.equipment-new .equipment__col:nth-child(3) .card {
  min-height: 600px;
}

.equipment-new .equipment__col {
  height: auto !important;
}

@media (max-width: 767px) {

  .equipment-new .equipment__col:last-child,
  .equipment-new .equipment__col:last-child .card {
    min-height: 600px;
  }

  .equipment-swiper .swiper-pagination {
    position: relative;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .slide-certificates {
    margin: 0 -16px;
  }

  .slide-certificates .swiper-slide {
    max-width: 300px;
  }
}

.banner__text-list-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
}

.banner__text-item span {
  font-size: 18px;
}

.banner__text-item i {
  width: 18px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .banner__text-list-two {
    grid-template-columns: 1fr;
  }

  .modal {
    z-index: 99999;
  }

  .modal-backdrop {
    z-index: 9999;
  }

  .my-modal .modal-content {
    margin: 16px !important;
  }

  .my-modal .modal-content .callback-form__submit,
  .my-modal .modal-content input.stan-form-control {
    height: 44px;
    font-size: 16px;
  }

  .wp-block-image.size-full {
    margin: 0 !important;
    width: 100% !important;
    object-fit: contain;
    margin-bottom: 20px;
    margin-bottom: 20px !important;
  }

  .wp-block-image.size-full img {
    object-fit: contain;
    width: 100%;
  }

  .block-sleep h2 b {
    font-size: 2rem;
  }

  .block-sleep h2 {
    font-size: 1.5rem;
  }

}

@media (max-width: 480px) {

  .site-menu__phone,
  .site-menu__phone:active,
  .site-menu__phone:hover {
    font-size: 24px !important;
    margin-right: 12px;
    white-space: nowrap;
  }
}

.banner-no-full .banner__content {
  margin-top: 50px;
}

.media-card {
  box-sizing: border-box;
  position: relative;
}

.media-card:hover .media-card__content {
  z-index: 21;
}

.media-card:hover::after {
  z-index: 20;
}

.media-card:hover::after {
  opacity: 0.7;
}


.media-card::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 25%;
  background: linear-gradient(-180deg, #202a45 0%, rgba(45, 49, 58, 0.68) 20.83%, rgba(45, 49, 59, 0.58) 49.25%, rgba(47, 51, 61, 0.51) 69.9%, rgb(187 187 187 / 0%) 100%);

}

.media-card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all .2s;
  background: linear-gradient(0deg, #202a45 0%, rgba(45, 49, 58, 0.68) 20.83%, rgba(45, 49, 59, 0.58) 49.25%, rgba(47, 51, 61, 0.51) 69.9%, rgba(49, 54, 64, 0.47) 100%);
  /*
    background: linear-gradient(90deg, #202a45 0%, rgba(45, 49, 58, 0.68) 20.83%, rgba(45, 49, 59, 0.58) 49.25%, rgba(47, 51, 61, 0.51) 69.9%, rgba(49, 54, 64, 0.47) 100%);
    */
}

.media-row {
  display: flex;
  grid-gap: 22px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.media-card {
  padding: 40px;
  padding-bottom: 30px;
  width: calc((100%/3) - 15px);
  height: 396px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;


}

.media-card_full {
  width: 100%;
}

.media-card_col {
  width: calc((100%/2) - 11px);
  height: 481px;

}

.media-card:hover .media-card__text span {
  text-decoration-color: #202a45;
  display: inline;
  width: 100%;
  text-decoration: none;
  border-bottom: 1px solid #202a45;
  line-height: 1.4;
  transition: all .2s;
}

.media-card__text span {

  text-decoration-color: transparent;
  display: inline;
  width: 100%;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  line-height: 1.4;
}

.media-card__content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.media-card__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 150%;
  margin-top: auto;
  /* or 42px */

  letter-spacing: -0.01em;

  color: #FFFFFF;
}

.media-card__logo img {
  filter: brightness(0) invert(1);
}

@media (max-width:1366px) {
  .media-row {
    grid-template-columns: 1fr 1fr;
  }

  .media-card {
    width: calc((100%/2) - 11px);
  }

  .media-card_full {
    width: 100%;
  }

  .media-card_col {
    width: calc((100%/2) - 11px);
  }
}

@media (max-width:992px) {
  .media-card {
    height: 300px;
    padding: 20px;
  }

  .media-card img {
    max-width: 50%;
  }

  .media-card_col .media-card__logo .media-card__play {
    transform: scale(0.6) !important;

  }

  .media-card__play {
    transform: translateX(-50%) translateY(-50%) scale(0.6) !important;

  }

  .media-card__text {
    font-size: 20px;
  }

  .media-card__text-small {
    font-size: 16px !important;
    height: 45px !important;
  }

}

.media-card .gif {
  max-width: 100%;
}

@media (max-width: 767px) {
  .media-card_col .media-card__logo .media-card__play {
    transform: scale(1) !important;

  }

  .media-card__play {
    transform: translateX(-50%) translateY(-50%) scale(1) !important;

  }

  .media-card {
    width: 100%;
  }

  .page-row {
    grid-gap: 22px;
  }

  .media-card {
    padding: 30px;

  }

}

.reviews-card__footer {
  margin-top: 20px;
}

.reviews-card .standoc-content {
  margin: 0;
  padding: 0;
  background: transparent;
}

.reviews-card__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 22px;
}

@media (max-width: 767px) {
  .reviews-card__footer {
    grid-template-columns: 1fr;
    grid-gap: 22px 0;

  }
}

.blocks-gallery-caption {
  margin-top: .5em;
  margin-bottom: 1em;
  width: 96%;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #555;
  margin: 0 auto;
  line-height: 1.5;
  text-align: center;
}

.media-card .gif {
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
  opacity: 0;
}

.media-card:hover .gif {
  opacity: 1;
}

@media (max-width: 767px) {
  .media-card .gif {
    opacity: 1;
    display: block;
  }
}

.card-standoc__image {
  margin-right: 32px;
}

@media (max-width: 767px) {
  .card-standoc__image {
    margin-right: 0;
  }
}

.media-card {
  background-position-x: center;
}

.media-card:hover .media-card__play {
  background: #FFFFFF;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.1);
}

.media-card:hover .media-card__play i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='40' viewBox='0 0 38 40' fill='none'%3E %3Cg filter='url(%23filter0_d)'%3E %3Cpath d='M11.4366 3.99744L30.4588 14.9271C32.8648 16.3076 32.8648 19.6922 30.4588 21.0727L11.4366 32.0023C8.98652 33.4114 5.88965 31.6929 5.88965 28.9272V7.0726C5.88965 4.30687 8.98652 2.58839 11.4366 3.99744Z' fill='%23202a45'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d' x='0.889648' y='0.494385' width='36.3736' height='39.011' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E %3CfeOffset dy='2'/%3E %3CfeGaussianBlur stdDeviation='2.5'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
}

.media-card img {
  transition: all .3s;
  height: 30px;
}

.media-card:hover {
  filter: none;
}

.media-card__play {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(216, 216, 216, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}

.media-card .card___button {
  height: 64px;
}

.media-card_col .media-card__logo .media-card__play {
  position: relative;
  left: 0;
  right: 0;
  transform: none;
  top: 0
}

.media-card_col .media-card__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.media-card__play i {
  background-size: cover;
  margin-left: 5px;
  width: 36px;
  height: 36px;
  margin-left: 6px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='40' viewBox='0 0 38 40' fill='none'%3E %3Cg filter='url(%23filter0_d)'%3E %3Cpath d='M11.4366 3.99744L30.4588 14.9271C32.8648 16.3076 32.8648 19.6922 30.4588 21.0727L11.4366 32.0023C8.98652 33.4114 5.88965 31.6929 5.88965 28.9272V7.0726C5.88965 4.30687 8.98652 2.58839 11.4366 3.99744Z' fill='%23FFF'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d' x='0.889648' y='0.494385' width='36.3736' height='39.011' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E %3CfeOffset dy='2'/%3E %3CfeGaussianBlur stdDeviation='2.5'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");

}

@media (max-width:767px) {
  .media-card__play {
    width: 49px;
    height: 49px;
  }

  .media-card__play i {
    width: 24px;
    height: 24px;
    margin: 0;
  }
}

.media-card__video {
  transform: none !important;
}

.media-card:hover .media-card__video {
  opacity: 1;
}

.media-card__text-small {
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 155%;
  /* or 31px */
  position: relative;

  color: #FFFFFF;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* max-width: 100px; */
  overflow: hidden;
  height: 56px
}

.media-card__text-small::after {
  content: '';
}

.media-card__content-wrap {
  margin-top: auto;
  margin-bottom: -70px;
  transition: all .2s;
}

.media-card .card___button:hover {
  background: #FFFFFF;
  color: #202a45;

}

.media-card .card___button:active {
  background: #E2E2E2;
  color: #8F8F91;
}

.media-card.media-card_col:hover::after {
  opacity: .8;
}

.media-card__content {
  overflow: hidden;
}

.media-card.media-card_col:hover .media-card__content-wrap {
  margin-bottom: 0;
}

@media (max-width:991px) {}

@media (max-width:1366px) {
  .media-card__text-small {
    display: none;
  }

  .media-card__content-wrap {
    margin-bottom: 0;
  }
}

.card-articles {
  background: #373C45;
  padding: 30px;
  width: 100%;
  height: 340px;
  position: relative;
  cursor: pointer;
}

.swiper-articles .swiper-wrapper {
  align-items: inherit;
}

.swiper-articles.swiper-container {
  padding: 0 19px;
  margin: 0 -19px !important;
  width: auto;
}

.swiepr-articles .swiper-slide {
  height: auto;
}

.section-articles .swiper-button-prev-n,
.section-articles .swiper-button-next-n {
  margin-top: -25px;

}

.card-articles::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 100% -10%;
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='281' height='250' viewBox='0 0 281 250' fill='none'%3e%3cg opacity='0.1'%3e%3cellipse cx='163.481' cy='86.5' rx='155.481' ry='155.5' stroke='white' stroke-width='15'/%3e%3cpath d='M127.062 117.354C125.796 114.034 125.299 110.849 125.472 107.586C125.807 101.251 127.321 95.2387 130.799 89.8613C134.654 83.9004 140.12 80.152 147.036 78.61C148.995 78.1731 151.037 77.8704 153.034 77.9033C155.739 77.9485 158.119 78.9585 159.576 81.4661C160.659 83.3334 160.957 85.3775 160.761 87.4845C160.149 94.0931 156.143 98.5078 151.096 102.201C148.606 104.024 145.839 105.355 142.905 106.294C142.094 106.553 141.667 106.919 141.802 107.742C142.006 108.988 142.132 110.277 142.565 111.446C143.007 112.637 143.957 113.282 145.388 113.325C148.203 113.41 150.736 112.557 153.212 111.378C157.096 109.529 159.843 106.423 162.368 103.079C163.261 101.897 163.143 100.439 163.288 99.0871C163.793 94.38 164.21 89.6634 164.656 84.9502C164.912 82.2474 165.213 79.5481 165.384 76.8398C165.445 75.8723 165.727 75.3539 166.7 75.1581C171.229 74.2473 175.749 73.2996 180.275 72.3766C180.545 72.3218 180.836 72.3697 181.333 72.3697C181.241 73.5776 181.172 74.7013 181.066 75.8216C180.862 77.9478 180.638 80.0719 180.42 82.1967C179.842 87.8248 179.247 93.4508 178.694 99.0809C178.547 100.576 178.477 102.082 178.462 103.584C178.445 105.188 179.23 105.687 180.836 105.281C183.813 104.53 185.672 102.441 187.187 99.9773C189.14 96.7993 190.495 93.3625 191.171 89.6935C191.684 86.9148 192.068 84.1113 192.465 81.3127C192.56 80.6423 192.479 79.9466 192.479 79.1091C191.868 79.1728 191.402 79.1263 191.011 79.2769C187.8 80.5115 184.383 76.5687 185.362 73.1476C185.914 71.2207 187.243 70.0025 189.028 69.2547C190.746 68.535 192.525 68.0523 194.413 68.4556C197.425 69.0986 198.834 71.2672 199.435 74.0296C200.715 79.9048 200.217 85.7411 198.919 91.5609C197.748 96.8096 195.823 101.705 192.627 106.07C188.386 111.861 182.746 115.298 175.655 116.478C173.237 116.88 170.925 116.722 168.643 115.981C166.517 115.29 164.991 113.834 163.955 111.861C163.771 111.51 163.591 111.157 163.323 110.642C162.707 111.314 162.147 111.866 161.654 112.473C158.867 115.899 155.296 118.276 151.514 120.482C145.824 123.802 139.535 125.143 133.242 126.516C129.804 127.266 126.334 127.894 122.854 128.411C120.059 128.825 117.231 129.128 114.409 129.212C112.492 129.269 111.266 129.87 110.138 131.504C107.616 135.161 104.907 138.702 102.102 142.15C98.7611 146.255 94.5969 149.328 89.6562 151.315C72.2086 158.587 52.6035 152.891 55.473 135.106C57.9412 124.838 64.4333 118.232 74.2352 114.781C80.385 112.616 86.771 112.213 93.2357 112.816C93.6965 112.859 94.16 112.878 94.6222 112.893C96.6399 112.961 96.757 112.875 96.8974 110.827C96.9604 109.905 96.9378 108.974 96.907 108.049C96.8248 105.622 96.7166 103.197 96.6201 100.771C96.3763 94.6464 96.162 88.5198 95.8758 82.3974C95.7738 80.2068 95.5321 78.0204 95.2932 75.8387C95.135 74.3946 95.0871 74.3884 93.563 74.3774C91.1899 74.3603 88.8038 74.5123 86.4451 74.3233C81.0491 73.8919 76.548 71.8103 74.2023 66.5883C72.5879 62.9946 72.9987 59.3688 74.7028 55.8683C74.8281 55.6108 75.0116 55.3787 75.189 55.1507C76.4378 53.5422 77.9126 53.2121 79.5504 54.3824C81.0512 55.4547 82.4048 56.7318 83.8467 57.8897C85.8795 59.5222 88.0863 60.6795 90.8195 60.4768C92.8982 60.3227 93.4815 59.9016 93.7739 57.8685C94.3004 54.2105 94.666 50.5272 95.2713 46.8835C96.4674 39.6846 98.4037 32.7521 103.355 27.0816C106.918 23.0004 111.358 20.3648 116.784 19.9053C121.367 19.5177 125.225 21.4049 127.905 25.1149C132.97 32.1255 133.396 39.6251 129.678 47.3848C127.986 50.9147 125.349 53.7907 122.982 56.8489C120.825 59.6372 118.555 62.3393 116.443 65.1605C115.197 66.8245 114.088 68.6535 113.927 70.7852C113.812 72.3232 113.973 73.8919 114.117 75.4375C114.524 79.8062 114.93 84.1764 115.443 88.5335C115.856 92.0409 116.242 95.5421 116.049 99.0782C115.875 102.251 115.692 105.423 115.459 108.591C115.277 111.066 115.015 113.536 114.783 116.008C114.727 116.607 114.892 117.024 115.563 117.12C115.905 117.168 116.239 117.342 116.577 117.344C119.981 117.36 123.386 117.354 127.062 117.354ZM94.4866 127.377C90.6593 126.576 86.8771 126.145 83.0812 126.637C81.2826 126.87 79.5339 127.566 77.7955 128.151C76.7062 128.518 75.686 129.084 74.6234 129.535C72.0511 130.628 70.2791 132.582 69.0426 134.991C67.3603 138.266 69.2453 141.805 72.8522 142.51C76.5528 143.233 80.0146 142.476 83.2072 140.708C88.3293 137.872 91.8444 133.507 94.31 128.256C94.4243 128.014 94.4216 127.719 94.4866 127.377ZM111.84 49.954C112.763 48.7399 113.585 47.7114 114.349 46.6418C116.442 43.7131 118.305 40.6522 119.273 37.1476C119.842 35.0919 119.835 33.0363 118.839 31.0724C118.181 29.7748 117.227 29.4906 116.012 30.3315C115.504 30.6827 115.018 31.1628 114.716 31.6941C114.149 32.6939 113.544 33.7299 113.274 34.829C112.629 37.4564 112.041 40.1119 111.676 42.7894C111.367 45.0566 110.952 47.3766 111.84 49.954ZM141.929 100.033C142.067 100.095 142.12 100.142 142.164 100.135C142.331 100.106 142.509 100.088 142.66 100.017C146.023 98.4379 148.491 95.9208 150.138 92.6298C151.227 90.4543 151.504 88.1097 150.958 85.7246C150.679 84.5092 150.21 84.3181 149.084 84.8023C147.876 85.3213 147.013 86.2362 146.294 87.3085C143.7 91.1719 142.672 95.5599 141.929 100.033Z' fill='white'/%3e%3cpath d='M245.387 59.022C245.387 59.7903 245.387 60.2983 245.387 61.0009C245.804 60.7325 246.127 60.5647 246.405 60.3401C249.541 57.8058 253.234 56.5123 257.151 56.4315C262.934 56.313 266.599 58.9809 267.207 65.3033C267.586 69.2393 266.974 73.1472 266.397 77.0415C266.067 79.2697 265.607 81.5137 265.619 83.748C265.637 86.9781 266.272 87.8545 269.558 86.9082C270.735 86.5692 271.792 85.8071 272.886 85.247C273.924 90.1204 271.124 95.1753 266.395 97.2645C264.151 98.2561 261.811 98.7717 259.319 98.6861C254.211 98.5101 251.273 94.6707 250.926 90.5518C250.645 87.2136 250.843 83.8617 251.364 80.5194C251.827 77.5592 252.004 74.551 252.22 71.5579C252.276 70.7745 252.085 69.9453 251.871 69.1749C251.37 67.3644 250.362 66.9268 248.6 67.6705C247.015 68.3395 246.071 69.6118 245.304 71.0881C244.041 73.5191 243.877 76.1773 243.609 78.8191C243.044 84.391 242.467 89.9616 241.919 95.5348C241.749 97.2598 241.676 98.9936 241.52 100.72C241.381 102.254 241.146 102.482 239.69 102.786C235.344 103.694 230.999 104.61 226.65 105.51C226.381 105.566 226.091 105.518 225.593 105.518C225.66 104.69 225.723 103.927 225.803 102.938C225.226 103.319 224.789 103.557 224.409 103.864C220.987 106.633 217.052 108.277 212.713 108.682C207.768 109.142 203.409 106.996 202.192 101.114C201.656 98.5272 201.728 95.9621 202.141 93.3648C202.702 89.8321 203.16 86.283 203.645 82.7387C203.757 81.9183 204.031 81.3897 204.972 81.2062C208.087 80.5988 211.182 79.8894 214.288 79.2361C215.971 78.8821 217.66 78.561 219.538 78.1871C219.538 78.9732 219.61 79.5977 219.526 80.2003C219 83.974 218.42 87.7402 217.898 91.5139C217.717 92.8246 217.551 94.1502 217.552 95.4698C217.553 97.0249 218.055 97.422 219.601 97.2769C221.946 97.0571 223.688 95.7882 225.079 93.9736C226.385 92.2706 227.012 90.2957 227.234 88.1962C227.706 83.7172 228.156 79.2354 228.569 74.7509C228.87 71.4737 229.091 68.1889 229.362 64.9089C229.409 64.335 229.568 63.7694 229.601 63.1963C229.651 62.3143 230.215 62.0431 230.954 61.8932C235.199 61.0324 239.44 60.16 243.684 59.2979C244.184 59.1973 244.692 59.1343 245.387 59.022Z' fill='white'/%3e%3cpath d='M200.833 43.3942C200.327 43.0278 199.627 42.7251 199.652 42.5012C199.728 41.8076 199.892 40.9003 200.372 40.5312C200.968 40.0731 201.17 39.6581 201.2 38.9857C201.225 38.4118 201.439 37.84 201.424 37.271C201.386 35.9487 202.028 35.3304 203.267 35.0051C204.927 34.5696 206.545 33.9705 208.438 33.359C208.245 35.2756 208.077 36.956 207.899 38.7282C208.678 38.6193 209.286 38.5337 209.886 38.4502C210.291 40.1491 210.127 40.6168 208.73 41.1091C207.922 41.394 207.672 41.9541 207.595 42.6724C207.417 44.3378 207.27 46.0065 207.115 47.6746C207.009 48.8243 206.871 49.9734 206.819 51.1265C206.76 52.4317 207.363 52.7966 208.531 52.2084C209.574 51.6825 209.996 50.8444 209.924 49.6597C209.736 46.5701 210.485 43.6852 212.09 41.0495C214.079 37.7846 217.144 36.1809 220.843 35.8536C222.682 35.6906 224.225 36.5013 225.079 38.2824C225.326 38.7973 225.559 39.3184 225.791 39.8183C227.905 39.4965 228.122 39.2616 228.31 37.4237C228.403 36.5055 228.432 35.5324 228.77 34.6984C229.198 33.6431 230.417 34.141 231.251 33.8308C232.268 33.4528 233.376 33.2871 234.46 33.1481C234.788 33.1056 235.167 33.4555 235.64 33.6822C236.448 33.2727 237.444 32.7002 238.493 32.2531C239.825 31.6847 241.004 32.1195 241.968 33.0994C242.665 33.8068 242.759 35.253 242.276 36.2062C241.785 37.1758 239.949 38.4002 239.002 38.1188C238.246 37.8941 237.621 37.2306 236.817 36.6794C235.308 37.1265 235.026 37.486 234.875 39.1801C234.556 42.7471 234.21 46.3112 233.888 49.8782C233.834 50.478 233.791 51.1025 233.091 51.2593C231.141 51.6948 229.179 52.0776 226.988 52.5296C227.297 48.9695 227.583 45.6655 227.87 42.3499C226.032 42.5683 225.974 42.6382 225.895 44.4507C225.727 48.3642 224.119 51.5339 220.721 53.5327C217.773 55.2666 214.65 55.6672 211.193 53.5745C211.025 53.8368 210.835 54.2696 210.526 54.588C209.387 55.7658 208.077 56.6724 206.477 57.1647C203.596 58.0501 202.264 57.7043 200.277 55.3364C199.791 55.824 199.319 56.3081 198.836 56.7806C196.176 59.3792 193.014 60.6721 189.272 60.4783C187.128 60.3674 185.382 58.9841 184.935 56.8853C184.622 55.4213 184.288 53.9361 184.765 52.4269C184.828 52.2283 184.774 51.9927 184.774 51.7667C183.429 51.6407 183.506 52.5172 183.491 53.3362C183.445 55.7767 182.734 58.0111 181.28 59.9695C178.857 63.2358 175.576 64.5191 171.575 63.9795C168.913 63.62 167.811 61.8156 167.59 59.7942C167.083 55.1604 168.104 50.9026 171.784 47.6828C173.965 45.7744 176.543 44.8698 179.474 45.1602C181.145 45.3259 182.2 46.2941 182.812 47.8088C182.983 48.2313 183.154 48.6531 183.322 49.0667C184.853 48.8209 185.872 48.1087 186.611 46.7515C188.233 43.7728 190.873 42.0637 194.176 41.5111C195.268 41.3282 196.482 41.4713 197.566 41.75C198.702 42.0424 199.483 43.5681 199.421 44.8027C199.358 46.0654 198.554 47.0768 197.298 47.4726C195.857 47.9273 195.218 47.411 195.233 45.9175C195.237 45.4642 194.953 45.0081 194.802 44.5535C194.326 44.8137 193.642 44.9568 193.415 45.3581C192.852 46.353 192.356 47.4329 192.087 48.5401C191.599 50.5554 191.173 52.6111 191.792 54.6948C192.118 55.7911 192.415 56.0253 193.522 55.9089C196.406 55.6062 198.373 53.919 199.899 51.6004C200.021 51.4155 200.092 51.1737 200.115 50.9512C200.362 48.597 200.597 46.2414 200.829 43.8851C200.852 43.6605 200.833 43.4332 200.833 43.3942ZM216.801 47.0974C216.852 47.6315 216.843 48.2765 216.985 48.8866C217.366 50.517 218.541 50.8683 219.7 49.6262C220.267 49.0181 220.625 48.1813 220.953 47.3959C221.217 46.7659 221.257 46.0462 221.464 45.3875C221.708 44.6096 221.7 43.9762 221.023 43.3647C220.194 42.617 220.159 41.6562 220.622 40.6667C220.744 40.4065 220.934 40.1484 220.952 39.8793C220.969 39.6293 220.857 39.3123 220.688 39.1315C220.588 39.0247 220.184 39.0343 220.059 39.1479C219.47 39.6814 218.753 40.1792 218.409 40.8557C217.435 42.7683 216.932 44.8397 216.801 47.0974ZM174.475 56.2492C174.475 56.7696 174.363 57.3236 174.505 57.8022C174.672 58.3644 174.951 59.1451 175.381 59.3101C175.845 59.4888 176.579 59.1423 177.121 58.876C177.444 58.7171 177.738 58.3049 177.852 57.946C178.304 56.5217 178.697 55.0783 179.067 53.63C179.126 53.3999 179.04 53.0055 178.872 52.8665C177.601 51.814 177.662 50.6287 178.386 49.3085C178.495 49.1099 178.488 48.6894 178.353 48.5566C178.192 48.3977 177.727 48.3018 177.581 48.4169C177.009 48.8675 176.352 49.3242 176.015 49.9371C174.944 51.8866 174.393 54.0018 174.475 56.2492Z' fill='white'/%3e%3cpath d='M148.776 47.3258C145.6 49.8669 145.05 52.4684 146.643 56.744C145.043 57.0967 143.414 57.4733 142.036 56.4852C140.706 55.5313 140.52 53.955 140.863 52.3917C141.23 50.7113 142.066 49.2431 143.271 48.0462C147.664 43.6794 152.94 41.2855 159.174 41.7607C163.374 42.0805 165.749 44.2745 166.76 48.6727C167.984 53.9947 166.883 59.0407 163.962 63.5923C162.247 66.2643 159.8 68.1035 156.397 68.0885C155.6 68.0851 154.805 67.868 153.966 67.7434C151.996 69.4902 149.355 69.1478 146.808 69.9216C146.436 67.2503 147.299 64.8557 147.377 62.4166C147.456 59.9425 147.812 57.4781 148.046 55.0088C148.279 52.5485 148.513 50.0895 148.776 47.3258ZM155.431 44.9065C155.54 45.2297 155.65 45.3941 155.637 45.5475C155.381 48.4221 155.115 51.296 154.844 54.1693C154.567 57.1015 154.256 60.0302 154.015 62.9651C153.902 64.3373 154.358 64.6578 155.661 64.2175C157.185 63.7019 158.119 62.5542 158.811 61.1648C159.621 59.5372 159.859 57.7623 160.234 56.0093C160.833 53.2052 160.46 50.4757 159.803 47.7695C159.318 45.77 157.736 44.4847 155.791 44.5621C153.783 44.6415 151.903 45.3071 150.235 46.5404C151.96 45.9987 153.685 45.4557 155.431 44.9065Z' fill='white'/%3e%3cpath d='M221.03 70.1478C221.12 72.3349 220.198 74.1509 218.618 75.5006C215.756 77.9445 212.54 79.0826 208.687 77.9191C205.206 76.868 202.538 72.9724 204.371 68.8467C206.67 63.6727 214.279 61.2657 218.86 65.2716C220.288 66.5213 221.044 68.1332 221.03 70.1478Z' fill='white'/%3e%3c/g%3e%3c/svg%3e");
}

.card-articles__badge {
  display: inline-flex;
  z-index: 10;
  position: relative;
  background: #2C313A;
  border-radius: 5px;
  padding: 4px 10px;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 137% */


  color: #CBCDCF;
}

.card-articles .card__name {
  font-weight: 500;
  color: #fff;
}

.card-articles__content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.card-articles__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

.card-articles__image::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, #202a45 0%, rgba(45, 49, 58, 0.68) 20.83%, rgba(45, 49, 59, 0.58) 49.25%, rgba(47, 51, 61, 0.51) 69.9%, rgba(49, 54, 64, 0.47) 100%);
}

.card-articles__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width:767px) {
  .card-articles {
    height: 260px;
  }

  .card-articles::after {
    background-size: 70%;
  }
}

.author-article__link:hover .author-article__name {
  border-bottom: 1px solid #202a45 !important;
}

.author-article {
  margin-top: 60px;
  background: #F6F6EF;
  border-radius: 5px;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.author-article__right {
  text-align: right;

}

.author-article__left {
  display: flex;
  align-items: center;
}

.author-article__content {
  margin-left: 16px;

}

.author-article__name {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  border-bottom: 1px solid transparent !important;
  display: inline !important;
  transition: all .2s;

  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;

  color: #000000;
}

.author-article__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;

}

.author-article__left .author-article__text {
  margin-top: 7px;
}

.author-article__right .author-article__text {
  font-size: 15px;
}

.author-article__right .author-article__text:first-child {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .author-article {
    flex-wrap: wrap;
    padding: 20px;
  }

  .author-article__right {
    text-align: left;
    margin-left: 78px;
    display: flex;
    grid-gap: 80px;
  }
}

@media (max-width: 767px) {
  .author-article {
    margin-top: 30px;
  }

  .author-article__name {
    font-size: 16px;
  }

  .author-article__left .author-article__text {
    font-size: 14px;
    margin-top: 2px;
  }

  .author-article__right {
    display: none;
  }
}

.section-about {
  color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #FBFBFB;
}

.section-about_black {
  background: #242931;
  color: #fff;
}

.section-about_black .section-about__container {
  flex-direction: row-reverse;
}

.section-about_black {
  background-image: url(/assets/themes/stan/img/about-bg.png);
  background-repeat: no-repeat;

  background-position: 0 100%;
  background-size: contain;
}

.section-about_black .section-about__num {
  margin-left: 0;
  margin-right: auto;
}

.section-about_black .section-about__title {
  text-align: left;
}

.section-about_black .section-about__button {
  color: #fff;
  background: rgb(255 255 255 / 10%);
}

.section-about_black .section-about__button:hover {
  background: #FFFFFF;
  color: #202a45;
}

.section-about_black .section-about__title {
  color: #fff;
}

.section-about .section-about__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 175%;
  display: block;
  margin-bottom: 10px;
  margin-top: 0 !important;
}

.section-about .section-about__text b {
  font-weight: 800;
}

.section-about p {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 185%;
  margin-bottom: 0 !important;

}

.section-about__col {
  margin-top: 0 !important;
  max-width: 49%;
}

.section-about__button {
  background: rgb(105 111 124 / 10%);
  border-radius: 10px;
  height: 64px;
  padding: 0 40px;
  transition: all .2s;
  margin-top: 40px;
  font-size: 20px;

  display: inline-flex;
  color: #000000;
  align-items: center;
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  transition: all .2s;
}

.section-about__button.section-button {
  background: transparent;
  color: #202a45;
}

.section-about__button.section-button:hover {
  background: #202a45;
  color: #fff;
}

.section-about__button:hover {
  background: rgb(105 111 124 / 30%);

}

.section-about__container {
  display: flex;
  grid-gap: 75px;
  justify-content: space-between;
  max-width: 1920px !important;
  margin: auto;
}

.section-about__num {
  display: block;
  margin-left: auto;
}

.section-about__title {
  font-weight: 600;
  font-size: 82px;
  line-height: 120%;
  letter-spacing: 0.025em;
  color: #000;
  margin: 0;

  text-align: right;
  font-family: 'Bebas Neue';
  margin-bottom: -23px;
}

.section-about__title span {
  font-weight: 350;
}

.section-about__info {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1440px) {
  .section-about__text {
    font-size: 20px;
  }

  .section-about p {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .section-about__container {
    grid-gap: 0;
  }

  .section-about__title {
    margin-bottom: 0;
  }

  .section-about_black {
    background-size: contain;
  }

  .section-about_black .section-about__container {
    flex-direction: column-reverse;
  }

  .section-about__container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .section-about__num {
    margin-left: 0;
  }

  .section-about__title {
    text-align: left;
  }

  .section-about__info {
    display: block;
  }

  .section-about__col {
    max-width: 100%;
  }

  .section-about__num {
    width: 72px;
    height: 72px;
    margin-bottom: 30px;
  }

  .section-about__title {
    font-size: 62px;
  }

  .section-about b {
    font-size: 24px;
    line-height: 170%;
  }

  .section-about p {}
}

@media (max-width: 992px) {
  .section-about {
    padding: 60px 0;
  }

  .section-about__title br {
    display: none;
  }

  .section-about__button {
    width: 100%;
    justify-content: center;
  }

  .section-about_black {
    background-image: url(/assets/themes/stan/img/about-bg-mob.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.block-price__content ul {
  padding-left: 0;
  list-style: none;
}

.standoc-thumbs-card {
  background: #F5FBFF;
  padding: 40px;
  padding-left: 20px;
  min-height: 200px;
  overflow: hidden;
  cursor: pointer;
  transition: all .2s ease-in-out;
  width: 100%;
}

.swiper-container.standoc-thumbs {
  margin-top: 0 !important;
}

.standoc-slider.swiper-container {
  margin-bottom: 15px !important;
  margin-top: 0 !important;
}

.standoc-thumbs-card__name {
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 5px;
}

.standoc-thumbs-card__name b {
  font-size: 20px;
  line-height: 24px;
  display: block;
}

.standoc-thumbs-card__text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #767676;
  max-width: 65%;
}

.standoc-thumbs-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  filter: grayscale(100%);
  max-width: 65%;
  transition: all .2s;
}

.swiper-slide-thumb-active .standoc-thumbs-card {
  background: #FAFAFA;
}

.swiper-slide-thumb-active .standoc-thumbs-card img {
  filter: none;
}

.standoc-thumbs .swiper-slide {
  overflow: hidden;
  padding-top: 10px;

}

.standoc-thumbs-card:hover {
  transform: translateY(-10px);
  background: #FAFAFA;
}

.standoc-thumbs-card:hover img {

  filter: none;
}

.standoc-slider:hover .section-button-prev,
.standoc-slider:hover .section-button-next {
  opacity: 1;
}

.section-button-prev,
.section-button-next {
  background: #fff;
  border: 1px solid #BEC0C3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  opacity: 0;
  transition: all .2s;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none' style='&%2310; transform: rotate(-180deg);&%2310;'%3e%3cpath d='M0.796875 0.949219L7.20365 7.00007L0.796875 13.0509' stroke='%23BEC0C3' stroke-width='1.5'/%3e%3c/svg%3e");
}

.standoc-slider .swiper-pagination {
  display: none;
}

@media (max-width: 991px) {
  .standoc-slider .swiper-pagination {
    position: relative;
    margin-top: 25px;
    display: block;
  }

  .section-button-prev,
  .section-button-next {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .standoc-slider {
    margin-left: -16px;
    margin-right: -16px;

  }

  .card-standoc {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.section-button-prev:hover,
.section-button-next:hover {
  background: #303f69;
  border-color: #303f69;

}

.section-button-next:hover {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none'%3e%3cpath d='M0.796875 0.949219L7.20365 7.00007L0.796875 13.0509' stroke='%23FFF' stroke-width='1.5'/%3e%3c/svg%3e");
}

.section-button-prev:hover {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none' style='&%2310; transform: rotate(-180deg);&%2310;'%3e%3cpath d='M0.796875 0.949219L7.20365 7.00007L0.796875 13.0509' stroke='%23FFF' stroke-width='1.5'/%3e%3c/svg%3e");
}

.section-button-next {
  right: 0;
  left: auto;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none'%3e%3cpath d='M0.796875 0.949219L7.20365 7.00007L0.796875 13.0509' stroke='%23BEC0C3' stroke-width='1.5'/%3e%3c/svg%3e");

}

@media (max-width: 767px) {

  .section-button-prev,
  .section-button-next {
    top: 20%
  }

  .section-button-next {
    right: 16px;
  }

  .section-button-prev {
    left: 16px;
  }
}

.card-small {
  background: #FAFAFA;
  height: 194px;
  padding: 40px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.card-small:hover {
  background: linear-gradient(121.43deg, #F4F7ED 0%, #E3EEF3 99.06%);
}

.card-small__text {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 146%;
  color: #202a45;
  border-bottom: 1px solid transparent !important;
  display: inline !important;
}

.card-small:hover .card-small__text {
  border-color: #202a45 !important;
}

@media (max-width: 1600px) {
  .card-small__text {
    font-size: 24px;
  }

  .card-small {
    padding: 30px;
  }
}


.gallery-new .swiper-pagination {
  display: none;
}




.gallery-new {
  margin-bottom: 22px;
  position: relative;
}

.gallery-new__content {
  position: absolute;
  max-width: 60%;
  bottom: 0;
  padding-left: 45px;
  padding-bottom: 45px;
}

.gallery-new__name {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 150%;

  color: #FFFFFF;
  margin-bottom: 10px;
}

.gallery-new__text {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #B5B5B5;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;

}

.swiper-slide-thumb-active .gallery-new-thumbs__item img {
  filter: none;
}

.gallery-new-thumbs__item:hover img {
  filter: none !important;
  cursor: pointer;
}

.gallery-new-thumbs__item img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.gallery-new:hover .section-button-prev {
  opacity: 1;
}

.gallery-new:hover .section-button-next {
  opacity: 1;
}

.gallery-new .section-button-prev {
  transform: translateY(-50%);
  left: 45px;
}

.gallery-new .section-button-next {
  right: 45px;
}



@media (max-width: 1023px) {
  .gallery-new-thumbs {
  /*   display: none; */
  }

  .gallery-new__content {
    max-width: 100%;
    min-height: 350px;
  }

  .gallery-new .section-button-next,
  .gallery-new .section-button-prev {
    display: none;
  }

  .gallery-new .swiper-pagination {
    display: block;
    position: relative;
    margin-top: 20px;
	display: none; 
  }
  
  
  .article .call-block, .article .standoc-tip, .article .swiper-container {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
  
  
  
  
  
  
  
  
  
}



.gallery-new__item,
.gallery-new-thumbs__item {
  width: 100%;
}

.gallery-new__item img {
  width: 100%;
}

.gallery-new-thumbs__item img {
  width: 100%;
  object-fit: cover;
}




@media (max-width: 1023px) {
	
	
  .gallery-new__item {}

  .gallery-new__item img {
    height: 100%;
    object-fit: cover;

 /*  fix hidden mobile  */
  /*   position: absolute; */ 
 
    top: 0;
  }
  
  
  

  .gallery-new__content {
    padding: 20px;
    top: 0;
    bottom: 0;
    position: relative;
    z-index: 100;
  }

  .gallery-new__content::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
  }

  .gallery-new__name,
  .gallery-new__text {
    position: relative;
    z-index: 1;
  }
}














.gallery-newitem {
  margin-bottom: 22px;
  position: relative;
}



.gallery-newitem__content {
  position: absolute;
  max-width: 60%;
  bottom: 0;
  padding-left: 45px;
  padding-bottom: 45px;
  
    border: 1px solid rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border-radius: 1rem;
  
}



.gallery-newitem__name {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 150%;

  color: #FFFFFF;
  margin-bottom: 10px;
}

.gallery-newitem__text {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #B5B5B5;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;

}





.swiper-slide-thumb-active .gallery-newitem-thumbs__item img {
  filter: none;
}

.gallery-newitem-thumbs__item:hover img {
  filter: none !important;
  cursor: pointer;
}

.gallery-newitem-thumbs__item img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.gallery-newitem:hover .section-button-prev {
  opacity: 1;
}

.gallery-newitem:hover .section-button-next {
  opacity: 1;
}

.gallery-newitem .section-button-prev {
  transform: translateY(-50%);
  left: 45px;
}

.gallery-newitem .section-button-next {
  right: 45px;
}



@media (max-width: 1023px) {
  .gallery-newitem-thumbs {
  /*   display: none; */
  }

  .gallery-newitem__content {
    max-width: 100%;
    min-height: 350px;
  }

  .gallery-newitem .section-button-next,
  .gallery-newitem .section-button-prev {
    display: none;
  }

  .gallery-newitem .swiper-pagination {
    display: block;
    position: relative;
    margin-top: 20px;
	display: none; 
  }
  
  

}
  
  
  
  
  
  
  
  
  
}






.gallery-newitem__item,
.gallery-newitem-thumbs__item {
	
  width: 100%;
}

.gallery-newitem__item img {
  width: 100%;
}

.gallery-newitem-thumbs__item img {
  width: 100%;
  object-fit: cover;
}




@media (max-width: 1023px) {
	
	
  .gallery-newitem__item {}

  .gallery-newitem__item img {
    height: 100%;
    object-fit: cover;

 /*  fix hidden mobile  */
  /*   position: absolute; */ 
 
    top: 0;
  }
  
  
  

  .gallery-newitem__content {
    padding: 20px;
    top: 0;
    bottom: 0;
    position: relative;
    z-index: 100;
  }

  .gallery-newitem__content::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
  }

  .gallery-newitem__name,
  .gallery-newitem__text {
    position: relative;
    z-index: 1;
  }
}






.swiper-pagination-lock {
  display: none;
}






@media (max-width: 767px) {
  .gallery-new__content {
    opacity: 0;
  }
}

.media-row.standoc-list__sort_bl {
  margin: 0 -10px;
}

.media-row.standoc-list__sort_bl .media-card.media-card_col {
  width: calc((100%/2) - 20px);
}

.media-row.standoc-list__sort_bl .media-card {
  width: calc((100%/3) - 20px);
  margin: 10px;

}

.b-quote {
  width: 100%;
}

.index-footer--mob {
  padding: 9px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  background: #333541;
  display: none;
}

@media (max-width: 767.98px) {
  .index-footer--mob__wrap {
    display: flex !important;
    grid-gap: 10px;

  }
}

.index-footer--mob__item:active {
  background: rgba(216, 216, 216, 0.5);

}

.index-footer--mob__item {
  height: 70px;
  background: rgba(216, 216, 216, 0.2);
  border-radius: 10px;
  width: calc(100%/4);
  min-width: 78px;
  display: flex;

  justify-content: center;

  align-items: center;
  flex-direction: column;
}

.index-footer--mob span {

  font-family: Onest;
  font-style: normal;
  width: 100%;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  display: block;

  color: #FFFFFF;

}

.index-footer--mob__item.inst .index-footer--mob__item-image {
  border: none;
}

.index-footer--mob__item-image {
  border: 1.5px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 2000px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.section-card-list {
  padding: 60px 0;
}

.standoc-list__wrap {
  margin-bottom: 15px;
}

/* button.css */

.b-button {
  text-decoration: none !important;
  height: 62px;
  padding: 15px 35px;
  box-sizing: border-box;
  font-family: Onest;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF !important;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: all .2s;
  justify-content: center;
  max-width: 350px;
}






.b-button--primari {
  background: #202a45 !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(32, 42, 69, 0.4);
  transition: background 0.3s ease, box-shadow 0.3s ease;
  font-weight: 500;
}

.b-button--primari:hover {
  background: #1a2338 !important;
  box-shadow: 0 6px 16px rgba(32, 42, 69, 0.5);
}

.b-icon--cart {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='white'%3E%3Cpath d='M7.4 2.7c.2-.5 0-1.1-.6-1.3s-1.1 0-1.3.6L3.6 6.4H2.4c-1.1 0-1.7 0-2 .4s-.2.9-.1 2l.3 1.9c.5 3.4.9 5.1 2.1 6.1 1.2 1 2.9 1 6.3 1h1c3.4 0 5.1 0 6.3-1 1.2-1 1.6-2.7 2.1-6.1l.3-1.9c.2-1.1.2-1.6-.1-2s-.9-.4-2-.4h-1.2l-1.8-4.5c-.2-.5-.8-.8-1.4-.6s-.8.8-.6 1.3l1.5 3.8H5.9l1.5-3.7zm1.1 8.9v2.1c0 .6-.5 1-1 1s-1-.5-1-1v-2.1c0-.6.5-1 1-1s1 .5 1 1zm3.1-1c.6 0 1 .5 1 1v2.1c0 .6-.5 1-1 1s-1-.5-1-1v-2.1c0-.6.5-1 1-1z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}





.b-button--cart {
    background: var(--light-stanactiv);
    border-color: var(--light-stanactiv);
}
.b-button--cart:active,
.b-button--cart:hover {
    background: var(--light-cart);
    border-color: var(--light-cart);

}










.b-button--whatsapp {
  background: #202a45;
}

.b-button--whatsapp:hover {
  background: #303f69;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.b-button--whatsapp:active {
  opacity: 0.5;
}
















.b-button--light {
  background: #FFFFFF;
  color: #202a45 !important;
}

.b-button--light:hover {
  background: #202a45;
  color: #FFFFFF !important;
}





.b-button--wide {
  width: 100%;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 400;
  height: 80px;
}

.card_vacancy {
  background: #f4f4f4;
  z-index: 0;
  margin-bottom: 30px;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: block;
  clear: both;
  width: 100%;
}

.vacancy-list__grid:after {
  content: '';
  display: block;
  clear: both;
}

.vacancy_subtitle {
  color: #696F7C;
  margin-bottom: 0.5rem;
}

.vacancy_location {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  color: #202a45;
  font-weight: 400;
}

.card_vacancy h2 {
  font-family: Onest, Helvetica, Arial, sans-serif;
  ;
  font-size: 38px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 20px;
}

.card_vacancy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.card_vacancy ul li {
  margin-bottom: 8px !important;
  line-height: 1.75;
  position: relative;
  padding-left: calc(18px + 10px) !important;
  color: #202a45;
  font-weight: 400;
}

.card_vacancy ul li:before {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  background-image: url(./img/unordered-list-check.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  top: 6px;
  left: 0;
  content: "";
  background-color: #202a45;
}

.card_vacancy {
  background-color: #F4F4F4;
  padding: 40px;
  transition: all .2s;
  overflow: hidden;
}

.card_vacancy:hover {
  background-color: #EFEFEF;
}

.card_vacancy:after {
  content: '';
  position: absolute;
  left: 50%;
  right: -20%;
  top: 0;
  bottom: -10%;
  background-image: url(/assets/themes/stan/./src/img/standoc-page/snippet-logo.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
  z-index: -1;
}

.section__nav.page__container_index .section-button-prev:hover {
  background-color: #303f69 !important;
}

.section__nav.page__container_index .section-button-next:hover {
  background-color: #303f69 !important;
}

.accordion-path__header p {
  margin: 0 !important;
}

/*cons*/
.three-specialists {
  position: relative;
  background: radial-gradient(66.76% 130.77% at -15.44% 131.09%, #0C4578 0%, #00192F 82.27%, #01182D 100%);
  border-radius: 22px;
  overflow: hidden;
  width: 100%;
  max-width: 966px;
  margin: 0 auto;
}

.three-specialists .b-button--primari {
  margin-top: 30px;
}

.three-specialists::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 269px;
  background: linear-gradient(180deg, rgba(2, 25, 46, 0) 2.55%, rgba(2, 25, 46, 0.88) 67.22%, #02192E 79.05%, #02192E 100%);
  border-radius: 15px;
  z-index: 9;
}

.three-specialists__image-container {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  z-index: 3;
  right: 0;
  bottom: 0px;
}

.three-specialists__image {
  width: 90%;
}

.three-specialists__main-container {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}

.three-specialists__container {
  position: relative;
  z-index: 10;
  max-width: 1657px;
  height: 100%;
  margin: 0 auto;
  border-radius: 22px;
  overflow: hidden;
}

.three-specialists__content-container {
  position: relative;
  z-index: 10;
  padding-top: 49px;
  padding-left: 40px;
  padding-bottom: 46px;
}

.three-specialists__stock {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 19px !important;
  line-height: 22px !important;
  letter-spacing: -0.035em !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 241px;
  height: 40px;
  border: 1px solid #fff;
  filter: drop-shadow(-3px -3px 16px rgba(219, 183, 83, 0.5));
  border-radius: 555px;
  margin: 0 !important;
}

.three-specialists__title {
  position: relative;
  z-index: 2;
  font-family: 'Onest', Arial, sans-serif !important;
  font-style: normal;
  font-weight: 100 !important;
  font-size: 45px !important;
  line-height: 125% !important;
  color: #FFFFFF !important;
  max-width: 500px !important;
  margin: 10px 0 0 !important;
  letter-spacing: -0.06em !important;
}

.three-specialists__title-span {
  position: relative;
  font-weight: 500 !important;
  text-shadow: 0px -6px 23px rgba(255, 255, 255, 0.7);
}

.three-specialists__title-span::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: -3px;
  background-image: url(/images/line-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.three-specialists__subtitle {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 24px !important;
  line-height: 155% !important;
  letter-spacing: -0.01em !important;
  color: #fff !important;
  max-width: 450px !important;
  margin: 5px 0 0 !important;
}

.three-specialists__subtitle-span {
  font-weight: 500 !important;
  color: #fff !important;
}

.three-specialists__price-container {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-top: 20px;
  color: #fff !important;
}

.three-specialists__price_after {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 43.94px !important;
  line-height: 56px !important;
  display: flex;
  align-items: flex-end;
  text-align: right !important;
  letter-spacing: -0.01em !important;
  color: #fff !important;
  margin: 0 !important;
}

.three-specialists__price_before {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-size: 29.0455px !important;
  line-height: 37px !important;
  letter-spacing: -0.01em !important;
  color: #B4C0CB !important;
  margin: 0 !important;
}

.three-specialists__price-line {
  position: relative;
}

.three-specialists__price-line::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #F55959;
  transform: rotate(10deg);
  top: 15px;
  left: 0;
}

.three-specialists__button {
  font-family: 'Onest', Arial, sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 23px !important;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 350px;
  height: 64px;
  background-color: #202a45;
  border: none;
  cursor: pointer;
  margin-top: 24px;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0);
}

.three-specialists__button:hover {
  background-color: #303f69;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1600px) {
  .three-specialists {
    background-size: cover;
  }

  .three-specialists__image-container {
    display: flex;
    justify-content: flex-end;
    right: 0;
    bottom: 0;
  }

  .three-specialists__image {
    width: 82.5%;
  }

  .three-specialists__content-container {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .three-specialists__content-container {
    padding-left: 20px;
  }

  .three-specialists__image-container {
    right: 0px;
    bottom: 0;
  }

  .three-specialists__image {
    width: 80%;
  }

  .three-specialists__stock {
    font-size: 16px !important;
    line-height: 20px !important;
    height: 30px;
    width: 220px;
  }

  .three-specialists__title {
    font-size: 22px !important;
    line-height: 26px !important;
    max-width: 350px !important;
    font-weight: 100 !important;
  }

  .three-specialists__title {
    margin-top: 10px !important;
  }

  .three-specialists__subtitle {
    font-size: 16px !important;
    line-height: 24px !important;
    max-width: 320px !important;
    font-weight: 100 !important;
  }

  .three-specialists__title {
    font-size: 22px !important;
    line-height: 26px !important;
    max-width: 320px !important;
    font-weight: 100 !important;
  }

  .three-specialists__subtitle {
    font-size: 16px !important;
    line-height: 24px !important;
    max-width: 320px !important;
    font-weight: 100 !important;
  }

  .three-specialists__price_after {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .three-specialists__price_before {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .three-specialists__price-line::after {
    top: 8px;
  }

  .three-specialists__button {
    width: 300px;
    height: 55px;
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1000px) {
  .three-specialists {
    overflow: hidden;
  }

  .three-specialists__image-container {
    right: 0px;
    width: 90%;
  }

  .three-specialists__content-container {
    padding: 40px 0;
    padding-left: 40px;
  }
}

@media screen and (max-width: 750px) {
  .three-specialists__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .three-specialists .b-button--primari {
    margin-top: 10px;
  }

  .three-specialists__image-container {
    top: 60px;
    right: 10px;
    bottom: inherit;
    justify-content: center;
    width: 100%;
  }

  .three-specialists__container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20%;
    height: 70%;
    width: 200%;
    background: linear-gradient(180deg, rgba(10, 2, 24, 0), rgb(4 1 9) 62.31%, rgb(0 0 1) 96.5%, #000);
  }

  .three-specialists__image {
    width: 100%;
  }

  .three-specialists__content-container {
    padding: 20px 0;
    padding-left: 0;
  }

  .three-specialists__title {
    padding-top: 180px;
  }

  .three-specialists__stock {
    margin: 0 auto;
  }

  .three-specialists__price-container {
    justify-content: center;
    margin: 0 auto;
  }

  .three-specialists__button {
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 460px) {
  .three-specialists__image-container {
    right: 0;
  }
}

.price-badge {
  font-size: 14px !important;
  border: 1px solid #529adc;
  color: #529adc !important;
  border-radius: 12px;
  padding: 4px 8px;
}

/* new-styles */

/* UI */

.blue-line {
  white-space: nowrap;
  position: relative;
}

.blue-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7.5px;
  width: 100%;
  height: 10px;
  border: solid 3px #09467B;
  border-color: #09467B transparent transparent transparent;
  border-radius: 40%;
}

.inherit-link {
  color: inherit;
  text-decoration: none;
}

.in-dream {
  font-size: 21px;
  line-height: 21px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  background: linear-gradient(92.8deg, #1E8FED 1.07%, #1E3FED 44.17%, #062D99 73.89%, #4E028A 100%);
  border-radius: 4.20986px;
  width: max-content;
  padding: 2px 5px 2px;
}

.in-dream-smile {
  font-size: 14px;
  line-height: 17px;
  transform: translateY(2px);
}

.medium-span {
  font-weight: 500;
}

.video-play {
  position: relative;
  width: 62px;
  height: 62px;
  background: #202a45;
  mix-blend-mode: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  position: absolute;
  z-index: 22;
  cursor: pointer;
  animation: radial-pulse-light 1s infinite;
  transition: all 0.4s ease-in-out;
}

.video-play__image {
  width: 19px;
  height: 20px;
  transform: translateX(2px);
}

.pagination-line {
  position: absolute !important;
  display: flex !important;
  justify-content: center !important;
  gap: 20px !important;
  max-width: 320px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.pagination-line .swiper-pagination-bullet {
  width: 100% !important;
  height: 2px !important;
  border-radius: 0 !important;
  background: #202a45 !important;
  opacity: 0.25 !important;
}

.pagination-line .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: linear-gradient(180deg, #292E37 0%, #474C55 100%) !important;
}

.swiper-button-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F4F4F4;
  border-radius: 50%;
  min-width: 62px;
  min-height: 62px;
  transition: all 0.4s ease-in-out;
}

.swiper-button-circle path {
  transition: all 0.4s ease-in-out;
}

@keyframes radial-pulse-light {
  0% {
    box-shadow: 0 0 0 0px rgb(255 255 255 / 50%);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.line-pagination {
  max-width: 510px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex;
  gap: 5px;
}

.line-pagination .swiper-pagination-bullet {
  width: 100% !important;
  height: 2px !important;
  border-radius: 0 !important;
  background: #70757e !important;
  margin: 0 !important;
}

.line-pagination .swiper-pagination-bullet-active {
  background: #202a45 !important;
}

@media screen and (max-width: 600px) {
  .line-pagination {
    max-width: 280px !important;
  }
}

/* accordions-list */

.accordions-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style-type: none;
  padding: 0;
}

.accordion-item {
  overflow: hidden;
  border-radius: 10px;
}

.accordion-item.accordion-item_active {
  overflow: visible;
}

.accordion-head {
  font-family: Onest, Helvetica, Arial, sans-serif;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF9F4;
  cursor: pointer;
  padding: 22.5px 24px;
}

.accordion-head__medium-span {
  font-weight: 500;
}

.accordion-body {
  max-height: 0;
  background-color: #fff;
  transition: all 0.3s;
}

.accordion-item_active .accordion-body {
  max-height: 10000px;
}

.accordion-arrow-svg {
  transition: all 0.3s;
}

.accordion-item_active .accordion-arrow-svg {
  transform: rotate(90deg);
}

/* video-section */

.video-section {
  position: relative;
  overflow: hidden;
}

.video-section_dark {
  background-color: #202a45;
}

.video-section_dark::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 170px;
  background: linear-gradient(180deg, #2F343B 0%, rgba(47, 52, 60, 0.90) 22.21%, rgba(49, 54, 64, 0.00) 100%);
}

.video-section_dark::before {
  content: '';
  position: absolute;
  right: -50%;
  bottom: -50%;
  transform: translateX(-50%);
  width: 910px;
  height: 910px;
  border-radius: 555px;
  background: #0A567E;
  filter: blur(250px);
}

.video-section__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 90px 0;
}

@media screen and (max-width: 1440px) {
  .video-section__container {
    max-width: none;
    padding: 100px 36px;
  }
}

@media screen and (max-width: 1024px) {
  .video-section_dark::after {
    display: none;
  }

  .video-section_dark::before {
    width: 700px;
    height: 400px;
    right: 50%;
    bottom: 50%;
    transform: translateX(50%) translateY(50%);
    filter: blur(50px);
  }

  .video-section__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .video-section__container {
    padding: 70px 0 0;
  }

  .video-section_dark::before {
    width: 300px;
    height: 500px;
  }

}

/* person-container */

.person-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.person-container__image {
  width: 62px;
  height: 62px;
}

.person-container p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FFF;
  margin: 0;
}

.person-container span {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #FFF;
  margin: 5px 0 0;
}

/* big-video */

.big-video {
  position: relative;
  display: block;
  z-index: 2;
  width: 100%;
  max-height: 490px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  filter: drop-shadow(0px 9px 70px rgba(0, 0, 0, 0.35));
  transition: all 0.2s ease-in-out;
}

.big-video:hover {
  filter: drop-shadow(0px 9px 70px rgba(0, 0, 0, 0.75));
}

.big-video video {
  object-fit: cover;
  opacity: 1 !important;
  position: inherit !important;
  display: flex !important;
}

.big-video::after {
  content: '';
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #202a45 0%, rgba(49, 54, 64, 0.78) 29.32%, rgba(49, 54, 64, 0.00) 100%);
}

.big-video__info-container {
  position: absolute;
  z-index: 22;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}

.big-video .person-container {
  margin: 0 auto;
}

.big-video__subtitle {
  display: inline-block;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  margin: 0 auto;
}

@media screen and (max-width: 1660px) {
  .big-video {
    width: calc(100% - 128px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 1440px) {
  .big-video {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .big-video {
    height: 395px;
  }

  .big-video::after {
    height: 70%;
  }

  .big-video__info-container {
    bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .big-video {
    filter: none;
    width: 100%;
  }

  .big-video__subtitle {
    font-size: 16px !important;
    line-height: 130%;
  }

  .big-video__info-container {
    bottom: 15px;
    gap: 20px;
  }

  .big-video .person-container {
    flex-direction: column;
    gap: 10px;
  }

  .big-video .person-container div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .big-video .person-container__image {
    width: 44px;
    height: 44px;
  }

  .big-video__subtitle {
    max-width: 345px;
  }

  .person-container p {
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    margin: 0 auto;
  }

  .person-container span {
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    margin: 5px auto 0;
  }
}

/* video */

.videotube-modal-overlay {
  color: #fff;
  display: none;
  z-index: 9999;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
  background: rgba(32, 48, 91, 0.7);
  text-align: center;
}

#videotube-modal-container {
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.videotube-modal-container .iframe {
  position: relative;
}

#videotube-modal {
  text-align: center;
  box-shadow: 0 0 40px #333;
}

#videotube-modal-loading {
  position: fixed;
  z-index: 997;
  font-size: 1.5em;
  top: 49%;
  width: 5%;
  text-align: center;
  left: 45%;
}

#videotube-modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 3px 13px;
  z-index: 999;
  font-size: 25px;
  text-shadow: 0 0 10px #fff;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#videotube-modal-close:hover {
  background: #333;
}

/* shorts */

.shorts {
  position: relative;
  overflow: hidden;
  background-color: #FFF;
}

.shorts_dark {
  background-color: #2F343B;
}

.shorts_dark::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%) translateY(50%);
  border-radius: 555px;
  background: #0A567E;
  width: 800px;
  height: 300px;
  filter: blur(100px);
}

.shorts__container {
  position: relative;
  padding: 100px 0;
  margin-left: 63px;
  overflow: visible;
}

.reports-slider {
  position: relative;
  display: flex;
  justify-content: center;
}

.shorts__gradient {
  position: absolute;
}

.report-slide.swiper-slide {
  height: 550px !important;
  max-width: 425px;
  position: relative !important;
  overflow: hidden !important;
  background: transparent !important;
}

.report-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 101%;
  height: 170px;
  left: 0;
  bottom: -1px;
  background: linear-gradient(0deg, #202a45 0%, rgba(49, 54, 64, 0) 100%);
  pointer-events: none;
  border-radius: 0 0 15px 15px;
}

.report-slide__trigger {
  z-index: 30;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.report-slide video {
  border-radius: 15px !important;
}

.--fade {
  display: none;
}

.report__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px !important;
}

.report__video video {
  position: initial !important;
  top: initial !important;
  left: initial !important;
  min-height: none !important;
  min-width: none !important;
  transform: none !important;
  left: initial !important;
  top: initial !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  opacity: 1 !important;
}

.report-slide {
  transition: .6s;
  position: relative;
}

.report-slide:active .report__play-ico:after {
  opacity: 0;
}

.--is-active {
  z-index: 50;
}

.--is-active::after {
  display: none;
}

.report-slide .--is-active .report__message {
  display: none;
}

.report-slide .--is-active .all-video {
  transform: translateY(0);
}

.report-slide .--is-active .slider__close {
  display: block;
}

.report-slide:hover:before {
  opacity: 0;
}

.report-slide:hover:after {
  opacity: 1;
}

.shorts .swiper-slide {
  opacity: 1 !important;
}

.shorts .swiper-slide {
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.report__play {
  transition: all 0.2s ease-in-out;
}

.shorts .swiper-slide .video-play {
  opacity: 0;
}

.shorts .swiper-slide:hover .video-play {
  opacity: 1;
}

.--is-active .report__message {
  display: none;
}

.slider__close {
  display: none;
}

.--is-active .slider__close {
  display: block;
}

.report__message {
  position: absolute;
  bottom: 30px;
  z-index: 4;
  padding-left: 20px;
  padding-right: 20px;
  transition: .4s;
}

.report__message-ico {
  margin-bottom: 15px;
}

.report__message-text {
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
}

.report__message-text span {
  font-weight: 500;
}

.slider__close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 200;
  cursor: pointer;
  display: none;
}

.--is-active .slider__close {
  display: block;
}

.--is-active .all-video {
  transform: translateY(0);
}

.all-video {
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 85px;
  background: #fff;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transform: translateY(180px);
  -ms-transform: translateY(180px);
  transform: translateY(180px);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 22;
  color: #000;
}

.all-video:hover {
  color: #fff;
  background-color: #d83114;
}

.all-video:hover .all-video-active {
  opacity: 0;
}

.all-video:hover .all-video-hover {
  opacity: 1;
}

.all-video:active {
  background-color: #d83114;
}

.all-video__pic {
  margin-top: 2px;
  margin-left: 8px;
  width: 76px;
  position: relative;
}

.all-video-active {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.all-video-hover {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  opacity: 0;
}

.shorts .swiper-button-next:after,
.shorts .swiper-button-prev:after {
  display: none !important;
}

.shorts .swiper-button-next,
.shorts .swiper-button-prev {
  background-image: none;
}

.reports-slider-pagination {
  max-width: 880px !important;
  width: 100% !important;
  bottom: 60px !important;
}

.shorts .reports-slider-next {
  transform: rotate(-90deg);
  right: -80px;
}

.shorts .reports-slider-prev {
  transform: rotate(90deg);
  left: -80px;
}

.reports-slider-next {
  transition: all 0.4s ease-in-out;
}

.reports-slider-next:hover {
  background-color: #202a45;
}

.reports-slider-prev:hover {
  background-color: #202a45;
}

.reports-slider-next:hover path {
  stroke: #FFF;
}

.reports-slider-prev:hover path {
  stroke: #FFF;
}

.reports-slider-prev {
  transition: all 0.4s ease-in-out;
}

.reports-slider-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 2;
}

@media screen and (max-width: 1840px) {
  .shorts .reports-slider-next {
    right: 10px;
  }

  .shorts .reports-slider-prev {
    left: 10px;
  }
}

@media screen and (max-width: 1440px) {
  .shorts__container {
    margin-left: 36px;
  }
}

@media screen and (max-width: 1024px) {
  .shorts {
    z-index: 10;
    overflow: visible;
  }

  .reports-slider {
    padding: 0;
  }

  .shorts .swiper-slide:hover {
    transform: none;
  }

  .shorts .swiper-slide-active {
    transform: none;
  }

  .shorts__container {
    padding: 40px 0;
  }

  .reports-slider-pagination {
    max-width: 90% !important;
    bottom: 20px !important;
    gap: 5px !important;
  }

  .shorts .swiper-slide .video-play {
    opacity: 1;
  }

  .reports-slider {
    overflow: visible;
  }

  .shorts .swiper-slide-active {
    transform: none !important;
  }

  .shorts .report__play {
    display: none !important;
  }

  .shorts .swiper-slide {
    transition: all 0.2s ease;
  }

  .reports-slider:has(.--is-active) .report-slide::before {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 110%;
    height: 110%;
    background-color: rgba(0, 0, 0, .7);
    opacity: 1;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
  }

  .reports-slider:has(.--is-active) .report-slide.--is-active::before {
    opacity: 0;
  }

  .shorts-dark-bg {
    position: fixed;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .shorts:has(.--is-active) .shorts-dark-bg {
    opacity: 1;
    visibility: visible;
  }

  .shorts:has(.--is-active) .report__message {
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .shorts__container {
    margin-left: 16px;
  }

  .report-slide.--is-active {
    scale: 1.45;
    transform: translateX(28px) !important;
    /*filter: drop-shadow(0px 9px 70px rgba(0, 0, 0, 0.85));*/
  }

  .report-slide:last-child.--is-active {
    transform: translateX(-40px) !important;
  }
}

@media screen and (max-width: 500px) {
  .shorts_dark::after {
    width: 200px;
    height: 200px;
    filter: blur(50px);
  }

  .shorts__container {
    overflow: visible;
  }

  .shorts .swiper-slide.report-slide {
    height: 350px !important;
  }

  .report__video video {
    object-fit: cover;
  }

  .report__message {
    bottom: 10px;
    padding-left: 10px;
  }

  .report__message-text {
    font-size: 13px;
    line-height: 140%;
  }

  .shorts .slider__close {
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
  }

  .shorts .all-video {
    font-size: 9px;
    width: calc(100% - 20px);
    height: 35px;
    left: 10px;
    bottom: 66px;
    align-items: center;
  }

  .shorts .all-video__pic {
    width: 56px;
  }

  .shorts .all-video__pic {
    margin-top: 0;
    margin-left: 4px;
  }
}

/* bn */

.bn {
  width: 100%;
  position: relative;
}

.bn h2 {
  font-family: Onest, sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 120%;
  color: #FFF;
  text-shadow: 0px -3px 23px rgba(255, 255, 255, 0.5);
}

.bn h2 .light-font {
  font-weight: 200;
}

.bn:not(:has(.standocs-advice__text-date)) h2 {
  margin: 0;
}

.bn p {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 24px !important;
  line-height: 130% !important;
  letter-spacing: 0em;
  color: #FFF;
  margin: 15px 0 0;
}

.bn__button {
  max-width: 326px;
  margin-top: 15px;
  cursor: pointer;
}

/* standocs-advice */

.standocs-advice {
  background: radial-gradient(130.88% 145.68% at -15.44% 131.09%, rgb(12, 69, 120) 0%, rgb(0, 25, 47) 82.27385878562927%, rgb(1, 24, 45) 100%);
  border-radius: 15px;
  margin: 60px 0;
  overflow: hidden;
}

.standocs-advice::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33%;
  border-radius: 0 0 15px 15px;
  background: linear-gradient(180deg, rgba(2, 25, 46, 0) 2.55%, rgba(2, 25, 46, 0.61) 64.11%, #02192e 100%);
}

.standocs-advice__container {
  padding: 30px 40px;
}

.standocs-advice__text-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.standocs-advice__text-date {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFF;
  border-radius: 555px;
  width: max-content;
  padding: 10px 15px;
}

.standocs-advice__text-date span {
  display: inline;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #FFF;
}

.standocs-advice__text-container h2 {
  max-width: 515px;
  margin: 15px 0 0;
}

.standocs-advice__text-container p {
  max-width: 475px;
}

.standocs-advice__text-container p strong {
  font-weight: 400;
}

.standocs-advice__price-container {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-top: 15px;
}

.standocs-advice__price-after {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: -0.01em;
  color: #FFF;
}

.standocs-advice__price-before {
  position: relative;
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 32px;
  letter-spacing: -0.01em;
  color: #b4c0cb;
}

.standocs-advice__price-before::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #F55959;
  transform: rotate(10deg);
  top: 15px;
  left: 0;
}

.standocs-advice__image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.standocs-advice__image.two-standocs {
  right: 0;
  max-width: 460px;
}

.standocs-advice__image.single-standoc {
  right: 40px;
  max-width: 480px;
}

@media screen and (max-width: 1660px) {
  .standocs-advice__text-container h2 {
    max-width: 490px;
  }

  .standocs-advice__text-container p {
    max-width: 450px;
  }

  .standocs-advice__image.two-standocs {
    right: -60px;
  }
}

@media screen and (max-width: 1439px) {
  .standocs-advice__text-container h2 {
    max-width: 515px;
  }

  .standocs-advice__text-container p {
    max-width: 475px;
  }

  .standocs-advice__image.two-standocs {
    right: 0;
  }
}

@media screen and (max-width: 900px) {
  .standocs-advice__container {
    padding: 0 20px 50px;
  }

  .standocs-advice::after {
    height: 80%;
    background: linear-gradient(180deg, rgba(2, 25, 46, 0) 2.55%, rgba(2, 25, 46, 0.61) 29.44%, #02192e 41.66%, #02192e 100%);
  }

  .standocs-advice__text-container {
    align-items: center;
    text-align: center;
    padding-top: 430px;
  }

  .standocs-advice__text-container h2 {
    max-width: none;
  }

  .standocs-advice__text-container p {
    max-width: none;
  }

  .standocs-advice__image {
    bottom: initial;
    right: initial;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    height: 510px;
  }

  .standocs-advice__image.two-standocs {
    right: initial;
    height: initial;
    max-width: none;
  }

  .standocs-advice__image.single-standoc {
    right: initial;
    height: initial;
    max-width: none;
  }
}

@media screen and (max-width: 600px) {
  .standocs-advice::after {
    height: 90%;
  }

  .standocs-advice__text-container {
    padding-top: 240px;
  }

  .standocs-advice__image {
    top: 20px;
    height: 310px !important;
  }

  .standocs-advice__image.three-standocs {
    left: 50%;
  }

  .standocs-advice__image.two-standocs {
    left: 50%;
  }
}

/* round-widget */

.round-widget {
  position: fixed;
  z-index: 999999;
  right: 20px;
  bottom: 32px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 555px;
  width: 120px;
  height: 120px;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
  background-color: rgba(21, 26, 34, 0.8);
  background-image: none !important;
  cursor: pointer;
}

.round-widget::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%) translateY(50%);
  width: 120px;
  height: 120px;
  background-image: url(./img/round-widget.svg);
  background-size: 99px 103px;
  background-position: center;
  background-repeat: no-repeat;
  animation: 12s linear infinite rotate-round-widget;
  pointer-events: none;
}

.round-widget span {
  font-family: Onest, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 122%;
  text-align: center;
  color: #FFF;
  max-width: 60px;
  transform: translateY(-3px);
}

body:has(.consultation-modal.in) .round-widget {
  opacity: 0;
}

@keyframes rotate-round-widget {
  from {
    transform: translateX(-50%) translateY(50%) rotate(0deg);
  }

  to {
    transform: translateX(-50%) translateY(50%) rotate(360deg);
  }
}

@media screen and (max-width: 1024px) {
  .round-widget {
    right: initial;
    left: 16px;
  }
}

/* consultation-modal */

.consultation-modal__container {
  width: 1074px !important;
  /*min-height: 611px !important;*/
  max-width: none !important;
  height: initial !important;
  background-image: url(./img/consultation-modal.jpg) !important;
  background-size: contain !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  border-radius: 15px;
  padding: 70px 80px !important;
  overflow: hidden;
}

.consultation-modal__container .modal-content {
  margin: 0 !important;
}

.consultation-modal__container::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(2, 25, 46, 0) 19.55%, rgba(2, 25, 46, 0.54) 35.25%, rgba(2, 25, 46, 0.73) 43.69%, #02192e 73.49%, #02192e 100%);
}

.consultation-modal__container::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 230px;
  background: linear-gradient(180deg, rgba(2, 25, 46, 0) 2.55%, rgba(2, 25, 46, 0.61) 64.11%, #02192e 100%);
}

.consultation-modal .standocs-advice__text-container h2 {
  font-size: 54px;
  max-width: 400px;
  margin-top: 20px;
}

.consultation-modal .standocs-advice__text-container p {
  max-width: 480px;
}

.consultation-modal .modal-content {
  margin: 0;
}

.consultation-modal .modal-col2 {
  margin-top: 20px;
}

.consultation-modal.my-modal .modal-content .callback-form__submit {
  margin-bottom: 0;
}

.consultation-modal .call-block__agreement {
  margin-top: 20px;
}

.consultation-modal__close {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  background-color: #202a45;
  border: none;
  cursor: pointer;
}

.consultation-modal__close::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%) translateY(50%);
  width: 20px;
  height: 20px;
  background-image: url(./img/consultation-modal-close.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.consultation-modal.my-modal .modal-response .response-title {
  font-family: Onest, sans-serif;
}

.consultation-modal.my-modal .modal-response>div span {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
}

.consultation-modal.my-modal .modal-response {
  margin-left: 0;
}

@media screen and (max-width: 1200px) {
  .consultation-modal__container {
    width: 95% !important;
  }
}

@media screen and (max-width: 900px) {
  .consultation-modal__container {
    /*min-height: 0 !important;*/
    background: radial-gradient(130.88% 145.68% at -15.44% 131.09%, rgb(12, 69, 120) 0%, rgb(0, 25, 47) 82.27385878562927%, rgb(1, 24, 45) 100%) !important;
    padding: 20px 10px !important;
    overflow: visible !important;
  }

  .consultation-modal__container::after {
    display: none !important;
  }

  .consultation-modal__container::before {
    display: none !important;
  }

  .consultation-modal__close {
    right: 9px;
    top: -27px;
  }

  .consultation-modal .standocs-advice__text-container {
    margin-top: 0;
    padding-top: 0;
  }

  .consultation-modal .standocs-advice__text-date {
    padding: 5px 12px;
  }

  .consultation-modal .standocs-advice__text-container h2 {
    font-size: 36px;
    max-width: none;
    margin-top: 15px;
  }

  .consultation-modal .standocs-advice__text-container p {
    font-size: 20px !important;
    margin-top: 10px;
  }

  .consultation-modal .callback-form__submit {
    margin-left: auto;
    margin-right: auto;
  }

  .consultation-modal .call-block__agreement {
    margin-top: 15px;
  }

  .consultation-modal .call-block__privacy {
    text-align: left;
  }
}

/* badge */

.badge-awards__container {
  padding: 40px 0;
}

.badge-awards__container.blue {
  background: radial-gradient(130.88% 145.68% at -15.44% 131.09%, rgb(12, 69, 120) 0%, rgb(0, 25, 47) 82.27385878562927%, rgb(1, 24, 45) 100%);
}

.badge-awards__container:not(:has(.swiper-slide-active)) .swiper-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.badge-awards {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5555px;
  border: 1px solid transparent;
  min-width: 250px;
  width: initial !important;
  padding: 8px;
  padding-right: 20px;
}

.badge-awards.transparent {
  background-color: rgba(216, 216, 216, 0.2);
}

.badge-awards.transparent:hover {
  background-color: rgba(216, 216, 216, 0.13);
  transition: all .1s;
}

.badge-awards.line {
  border: 1px solid #fff;
}

.badge-awards__text {
  display: inline;
  font-weight: 300;
  font-size: 14px;
  line-height: 135%;
  color: #fff;
  /*text-decoration: underline dashed #202a45;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;*/
  max-width: 200px;
}

/*.badge-awards__text:hover {
	text-decoration: none;
}*/

.badge-awards__text span {
  font-weight: 400;
}

.badge-awards__image {
  width: 40px;
  height: 40px;
}

@media (max-width: 1024px) {
  .badge-awards__container {
    justify-content: center;
    gap: 15px;
    padding: 40px 0;
  }
}



/* top-rating */

.awards__container {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  width: 100%;
  background: radial-gradient(130.88% 145.68% at -15.44% 131.09%, rgb(12, 69, 120) 0%, rgb(0, 25, 47) 82.27385878562927%, rgb(1, 24, 45) 100%);
  padding: 60px 64px;
}

.top-rating {
  width: 100%;
  overflow: hidden;
}

.awards__container .top-rating {
  border-radius: 10px;
}

.top-rating_small {
  max-width: calc(50% - 25px/2);
  background: radial-gradient(130.88% 145.68% at -15.44% 131.09%, rgb(12, 69, 120) 0%, rgb(0, 25, 47) 82.27385878562927%, rgb(1, 24, 45) 100%);
}

.top-rating__container {
  position: relative;
  width: 100%;
  background: radial-gradient(130.88% 145.68% at -15.44% 131.09%, rgb(12, 69, 120) 0%, rgb(0, 25, 47) 50.273859%, rgb(1, 24, 45) 100%);
  overflow: hidden;
}

.awards__container .top-rating__container {
  background: rgba(210, 210, 210, 0.1);
}

.top-rating__container::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: radial-gradient(130.88% 145.68% at -15.44% 131.09%, rgb(12, 69, 120) 0%, rgb(0, 25, 47) 82.27385878562927%, rgb(1, 24, 45) 100%);
}

.awards__container .top-rating__container::after {
  opacity: 0.2;
}

.awards__container .top-rating_small .top-rating__container::after {
  height: 50%;
  opacity: 0.2;
  background: radial-gradient(130.88% 145.68% at -15.44% 131.09%, rgb(12, 69, 120) 0%, rgb(8, 56, 98) 24.58832859992981%, rgb(0, 25, 47) 82.27385878562927%, rgb(1, 24, 45) 100%);
}

.top-rating__content-container {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.top-rating_small .top-rating__content-container {
  flex-direction: column;
  align-items: center;
}

.top-rating__image-container {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 100%;
  max-width: 533px;
  margin-top: 40px;
}

.top-rating_small .top-rating__image-container {
  width: initial;
  max-width: none;
  margin-top: 64px;
}

.top-rating__image-container::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateX(-80%) translateY(50%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background: linear-gradient(132deg, #202a45 0%, #20b6e5 16.03%, #206fe5 100%);
  filter: blur(83.63633728027344px);
}

.top-rating_small .top-rating__image-container::after {
  transform: translateX(-50%) translateY(50%);
  width: 220px;
  height: 220px;
}

.top-rating__image {
  position: relative;
  z-index: 2;
  width: 100%;
}

.top-rating__text-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  margin: 60px 0;
  padding-right: 64px;
}

.top-rating_small .top-rating__text-container {
  text-align: center;
  max-width: calc(100% - 80px);
  margin: 0 auto 40px;
  padding-right: 0;
}

.top-rating__text-container h2 {
  font-family: Onest;
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  color: #FFF;
  max-width: 420px;
  margin: 0;
}

.top-rating_small .top-rating__text-container h2 {
  margin: 0 auto;
}

.top-rating__text-container h2 span {
  font-weight: 300;
}

.top-rating__text-container p {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 22px;
  line-height: 170%;
  letter-spacing: 0.01em;
  color: #FFF;
  margin: 20px 0 0;
}

.top-rating__text-container .card___button {
  max-width: 228px;
  height: 62px;
  margin-top: 40px;
  transition: all .2s;
}

.top-rating__text-container .card___button:hover {
  background: #FFFFFF;
  color: #202a45;
}

.top-rating__organization {
  position: absolute;
  top: 80px;
  right: 64px;
  max-width: 200px;
}

@media screen and (max-width: 1660px) {
  .awards__container {
    padding: 64px 36px;
  }

  .top-rating__organization {
    top: initial;
    bottom: 60px;
  }
}

@media screen and (max-width: 1366px) {
  .top-rating__text-container {
    padding-right: 24px;
  }

  .top-rating__organization {
    right: 24px;
  }
}

@media screen and (max-width: 1280px) {
  .top-rating__image-container {
    min-width: 360px;
    max-width: 360px;
  }

  .top-rating_small .top-rating__image-container {
    min-width: 0;
  }

  .top-rating__text-container h2 {
	font-size: 28px;
  }

  .top-rating__text-container p {
	font-size: 18px;
  }

}

@media screen and (max-width: 1024px) {
  .awards__container {
    flex-direction: column;
  }

  .top-rating_small {
    max-width: none;
  }

  .top-rating__container {
    background: linear-gradient(180deg, #0c4578 0%, #052645 18.46%, #01182d 100%);
  }

  .top-rating_small .top-rating__container::after {
    display: none;
    top: 240px;
  }

  .top-rating__image-container::after {
    transform: translateX(-55%) translateY(-35%);
  }

  .top-rating_small .top-rating__image-container::after {
    transform: translateX(-50%) translateY(-50%);
  }

  .top-rating__container::after {
    display: none;
  }

  .top-rating__content-container {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 40px;
  }

  .top-rating__image-container {
    position: initial;
    width: 530px;
    max-width: none;
    margin: 0 auto;
  }

  .top-rating_small .top-rating__image-container {
    margin-top: 0;
  }

  .top-rating__text-container {
    align-items: center;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .top-rating_small .top-rating__text-container {
    margin-bottom: 0;
  }

  .top-rating_small .top-rating__text-container {
    max-width: none;
  }

  .top-rating__text-container p {
    margin-top: 15px;
  }

  .top-rating__text-container .card___button {
    width: 320px;
    margin-top: 25px;
  }

  .top-rating__organization {
    position: initial;
  }
}

@media screen and (max-width: 700px) {
  .awards__container {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 600px) {
  .top-rating__content-container {
    padding: 20px 40px 40px;
  }

  .top-rating__image-container {
    width: initial;
    min-width: initial;
  }

  .top-rating__image-container::after {
    width: 170px;
    height: 150px;
    transform: translateX(-55%) translateY(-300%);
  }

  .top-rating__container::after {
    top: 205px;
    background: linear-gradient(0deg, #042645 0%, #00192f 68.55%, #01182d 100%);
  }
}

/* top-rating-sticker */

.top-rating-sticker {
  position: relative;
  display: flex;
/*   background: radial-gradient(193.22% 141.42% at 0% 100%, rgb(12, 69, 120) 0%, rgb(0, 25, 47) 48.97119402885437%, rgb(1, 24, 45) 100%); */
  background: linear-gradient(90deg, #1e8fed, #022a8a);
  margin-bottom: 15px;
  overflow: hidden;

}




.top-rating-sticker__text {
  font-family: Onest, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 135%;
  color: #f7fafd;
  max-width: 215px;
  padding: 10px 20px;
}

.top-rating-sticker__text strong {
  font-weight: 500;
}

.top-rating-sticker__medal {
  position: absolute;
  right: 25px;
  top: 0;
}

.top-rating-sticker.stb {
  position: absolute;
  z-index: 10;
  right: 64px;
  width: 290px;
  border-radius: 10px;
  margin-bottom: 0;
}

.top-rating-sticker.stb .top-rating-sticker__medal {
  right: 8px;
}

.top-rating-sticker__stars {
  display: inline;
  transform: translateY(-1px);
}

@media screen and (max-width: 1280px) {
  .top-rating-sticker.stb {
    position: relative;
    right: initial;
    margin-left: 32px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .top-rating-sticker.stb {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }

  [data-aos^=fade][data-aos^=fade].aos-animate.top-rating-sticker.stb {
    transform: translateX(-50%) translateY(0);
  }
}

/* photos-works */

.photos-works {
  margin: 40px 0;
}

.photos-works__container {
  background-color: #FFF;
  margin: 0;
  overflow: hidden;
}

.photos-works__container h2 {
  margin-top: 0 !important;
}

.photos-works__swiper-container {
  position: relative;
  height: auto;
}

.photos-works__swiper.swiper-wrapper {
  width: initial;
  height: initial;
  box-sizing: border-box;
}

.photos-works__swiper-slide.swiper-slide {
  width: initial;
  height: initial;
  border-radius: 15px;
}

.photos-works__slide-content-container {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.photos-works__images-container {
  position: relative;
  display: flex;
  max-width: 526px;
  border-radius: 15px;
  overflow: hidden;
}

.photos-works__images-swiper.swiper-wrapper {
  width: initial;
  height: initial;
}

.photos-works__images-slide.swiper-slide {
  position: relative;
}

.photos-works__images-slide::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(180deg, rgba(21, 26, 34, 0) 0%, rgba(21, 26, 34, 0.72) 100%);
}

.photos-works__image {
  width: 100%;
}

.photos-works__thumbs-swiper-container {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 15px;
  display: flex;
  justify-content: center;
  max-width: calc(100% - 64px);
  width: min-content;
}

.photos-works__thumbs-swiper {
  justify-content: center;
}

.photos-works__thumbs-slide.swiper-slide {
  flex-shrink: 1;
  min-width: 87px;
  max-height: 60px;
  border: 2.2615551948547363px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
  margin: 0 1.5px;
}

.photos-works__thumbs-slide-active.swiper-slide {
  border: 2.2615551948547363px solid #202a45;
}

.photos-works__text-container {
  display: flex;
  flex-direction: column;
}

.photos-works h4 {
  font-family: Onest, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #000;
  margin: 0;
}

.photos-works h4 strong {
  font-weight: 400;
}

.photos-works__problem {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #70757e;
}

.photos-works__problem-container p {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px !important;
  letter-spacing: 0.01em;
  margin: 10px 0 0;
}

.photos-works__standocs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 20px;
}

/* [!] therapist__container [!] */

.therapist__container {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.photos-works__standocs .therapist__container {
  width: 50%;
}

.therapist__image-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-width: 42px;
  min-height: 42px;
  max-width: 42px;
  max-height: 42px;
  border-radius: 100%;
  background-color: #696f7c;
  overflow: hidden;
}

.therapist__image {
  width: 100%;
}

.therapist__name {
  font-family: Onest, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.therapist__position {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #70757e;
  margin-top: 5px;
}

/* [!] therapist__container [!] */

.photos-works__buttons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.photos-works__button {
  font-size: 16px;
  height: 51px;
  max-width: 250px;
  cursor: pointer;
}

.photos-works__nav-container {
  position: absolute;
  z-index: 10;
  right: 0px;
  bottom: 38px;
  display: flex;
  gap: 10px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.photos-works__container:hover .photos-works__nav-container {
  opacity: 1;
}

.photos-works .section-button-prev,
.photos-works .section-button-next {
  position: initial;
  width: 42px;
  height: 42px;
  transform: none;
  background-color: #f4f4f4;
  border: none;
  opacity: 1;
  margin: 0;
}

.photos-works .section-button-prev {
  background-position: 48% 50%;
}

.photos-works .section-button-next {
  background-position: 54% 50%;
}

@media screen and (max-width: 1900px) {
  .photos-works__images-container {
    max-width: 50%;
    min-width: 50%;
  }
}

@media screen and (max-width: 1660px) {
  .photos-works h4 {
    font-size: 20px;
    line-height: 136%;
  }

  .photos-works__standocs {
    gap: 10px;
  }

  .photos-works__standocs .therapist__container {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 1440px) {
  .photos-works__images-container {
    min-width: 50%;
    max-width: 50%;
  }

  .photos-works__standocs .therapist__container {
    max-width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .photos-works__slide-content-container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .photos-works__images-container {
    min-width: 0;
    max-width: 70%;
  }

  .photos-works h4 {
    text-align: center;
  }

  .photos-works__problem-container {
    text-align: center;
  }

  .photos-works__standocs {
    margin-top: 15px;
  }

  .photos-works__buttons-container {
    align-items: center;
    margin-top: 15px;
  }

  .photos-works__nav-container {
    bottom: 41px;
    opacity: 1;
  }
}

@media screen and (max-width: 500px) {
  .photos-works__thumbs-swiper-container {
    max-width: calc(100% - 30px);
    overflow: hidden;
  }

  .photos-works__thumbs-slide.swiper-slide {
    min-width: 50px;
    max-width: 50px;
    margin: 0 1px;
  }

  .photos-works__images-container {
    min-width: 0;
    max-width: 100%;
    max-height: 190px;
  }

  .photos-works__thumbs-swiper-container {
    bottom: 10px;
  }

  .photos-works__text-container {
    width: 100%;
  }

  .photos-works h4 {
    font-size: 15px;
    line-height: 130%;
  }

  .photos-works__problem-container p {
    font-size: 14px !important;
    line-height: 130% !important;
  }

  .photos-works__standocs .therapist__container {
    min-width: 100%;
  }

  .photos-works__button {
    max-width: 210px;
  }
}

/* quote-section */

.quote-section__col {
  position: relative;
}



/* .quote-section__col::after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0px;
  right: -130px;
  width: 900px;
  height: 600px;
  background-image: url(/img/section/noroot.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
 */

@media screen and (max-width: 1600px) {
  .quote-section__col::after {
    right: -30px;
  }
}

@media screen and (max-width: 1600px) {
  .quote-section__col::after {
    display: none;
  }
}


/* nobel-bn */

.nobel-bn {
  position: relative;
  margin: 40px 0;
}

.nobel-bn::after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 0;
}

.nobel-bn__container {
  position: relative;
  background: radial-gradient(130.88% 145.68% at -15.44% 131.09%, rgb(12, 69, 120) 0%, rgb(0, 25, 47) 82.27385878562927%, rgb(1, 24, 45) 100%);
  border-radius: 15px;
  padding: 40px;
  overflow: hidden;
}

.nobel-bn__text-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: max-content;
}

.nobel-bn h2 {
  width: max-content;
}

.nobel-bn p {
  font-size: 20px !important;
  letter-spacing: -0.01em;
  max-width: 494px;
}

.nobel-bn__price-container {
  display: flex;
  align-items: center;
  width: max-content;
  margin-top: 20px;
}

.nobel-bn__price {
  font-family: Onest, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: normal;
  letter-spacing: -0.01em;
  color: #FFF;
}

.nobel-bn__price-before {
  font-size: 24px;
}

.nobel-bn__image {
  position: absolute;
  right: -170px;
  bottom: -20px;
  max-width: 633px;
  max-height: 99%;
}

.nobel-bn__logo {
  position: absolute;
  right: -72.5px;
  bottom: 15px;
  max-width: 186px;
}

@media screen and (max-width: 1900px) {
  .nobel-bn__logo {
    position: relative;
    right: initial;
    bottom: initial;
  }

  .nobel-bn h2 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 900px) {
  .nobel-bn::after {
    display: none;
  }

  .nobel-bn__container {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .nobel-bn__text-container {
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }

  .nobel-bn__image {
    height: 320px;
    position: relative;
    right: initial;
    bottom: initial;
    top: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 600px) {
  .nobel-bn__container {
    padding: 40px 17px;
  }

  .nobel-bn__text-container {
    width: 100%;
  }

  .nobel-bn h2 {
    width: 100%;
  }

  .nobel-bn__image {
    height: 200px;
    transform: translateX(-54.5%);
  }
}

/* video-reviews */

.video-reviews {
  background-color: #202a45;
}

.video-reviews__container {
  padding: 80px 0;
}

.video-reviews .heading {
  color: #FFF;
}

.video-reviews h2.heading_h2.heading_border {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.video-reviews__content-container {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
}

.video-reviews__swiper-container {
  position: relative;
  max-width: 1360px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 10px 0 30px;
  overflow: hidden;
}

.video-reviews__swiper {
  display: flex;
}

.video-reviews__slide {
  position: relative !important;
  flex-basis: 440px;
  min-width: 440px;
  flex-shrink: 1 !important;
  height: 250px !important;
  margin: 0 10px;
  background: transparent;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden !important;
}

.video-reviews__slide:hover {
  transform: translateY(-10px);
}

.video-reviews__image {
  width: 100%;
  border-radius: 10px;
}

.video-reviews__slide::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 100%;
  height: 88px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  border-radius: 0 0 10px 10px;
  pointer-events: none;
}

.video-reviews__text {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  font-family: Onest, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFF;
  pointer-events: none;
}

.video-reviews .video-play {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 42px;
  height: 42px;
  pointer-events: none;
}

.video-reviews .video-play__image {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.video-reviews-prev {
  left: -62px;
}

.video-reviews-next {
  right: -62px;
}

.video-reviews__video {
  position: initial;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px !important;
}

.video-reviews__video video {
  position: initial !important;
  top: initial !important;
  left: initial !important;
  min-height: 0 !important;
  min-width: 0 !important;
  transform: none !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 15px !important;
  object-fit: initial !important;
  opacity: 1 !important;
}

@media screen and (max-width: 1850px) {
  .video-reviews-prev {
    left: 10px;
  }

  .video-reviews-next {
    right: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .video-reviews__container {
    padding: 40px 0;
  }

  .video-reviews__slide:hover {
    transform: none;
  }
}

@media screen and (max-width: 600px) {
  .video-reviews__slide {
    flex-basis: 80% !important;
    min-width: 80%;
    height: 200px !important;
  }

  .video-reviews__image {
    width: initial;
    max-width: none !important;
    height: 100%;
  }
}

/* mini-banner */

.mini-banner__image-container {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.mini-banner__image {
  height: 100%;
  transition: all 0.2s ease-in-out;
}

.mini-banner:hover .mini-banner__image {
  transform: scale(1.1);
}

.mini-banner__price-container {
  position: relative;
  z-index: 2;
}

.mini-banner__price-text {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: normal;
  color: #FFF;
  opacity: 0.8;
}

.mini-banner__price {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: normal;
  color: #FFF;
}

.mini-banner__price-before {
  font-size: 18px;
}

.mini-banner__logo {
  position: absolute;
  z-index: 2;
  left: 60%;
  bottom: 20px;
  transform: translateX(-50%);
  max-width: 104px;
}

@media screen and (max-width: 1500px) {
  .mini-banner__logo {
    display: none;
  }
}

@media screen and (max-width: 1360px) {
  .mini-banner__image-container {
    max-height: 146px;
  }
}

/* video-quote */

.video-quote {
  position: relative;
  margin: 60px 0;
}

.video-quote__container {
  display: flex;
  gap: 20px;
}

.video-quote__video-container {
  position: relative;
  max-width: 50%;
  width: 100%;
  height: 300px;
  border-radius: 15px;
  box-shadow: 0 9px 70px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.video-quote__video-container::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.video-quote__video {
  position: initial !important;
  transform: none !important;
  opacity: 1 !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  width: 100%;
}

.video-quote__video-text {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  font-family: Onest;
  font-weight: 300;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  color: #fff;
  width: calc(100% - 40px);
}

.video-quote__text-container {
  max-width: 50%;
}

.video-quote .b-quote__content {
  max-width: none;
}

@media screen and (max-width: 900px) {
  .video-quote__container {
    flex-direction: column;
    align-items: center;
  }

  .video-quote__video-container {
    max-width: 100%;
    height: 450px;
  }

  .video-quote__text-container {
    max-width: none;
  }
}

@media screen and (max-width: 600px) {
  .video-quote__video-container {
    height: 190px;
  }

  .video-quote__video-text {
    font-size: 16px !important;
  }
}

/* .video-quote-big-video */

.video-quote-big-video .video-quote__container {
  display: block;
}

.video-quote-big-video .b-quote__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 0;
}

.video-quote-big-video .big-video {
  width: 100%;
  filter: none;
  margin: 0 0 25px;
}

.video-quote-big-video .big-video:hover {
  filter: none;
}

.video-quote-big-video .b-quote__content {
  padding-top: 43px;
}

.video-quote-big-video .b-quote__content::before {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 32px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='78' height='63' viewBox='0 0 78 63' fill='none'%3e %3cpath d='M41.8306 57.5077C45.2903 56.5385 48.5927 55.0846 51.7379 53.1462C54.7782 51.3154 57.4516 49.2154 59.7581 46.8462C61.9597 44.4769 63.7419 41.8923 65.1048 39.0923C66.3629 36.2923 66.9919 33.4385 66.9919 30.5308C66.9919 28.8077 66.6774 27.3 66.0484 26.0077C65.3145 24.7154 64.4758 24.0692 63.5323 24.0692C62.5887 24.0692 61.8024 24.2308 61.1734 24.5538C60.4395 24.9846 59.7581 25.4154 59.129 25.8462C58.3952 26.3846 57.6089 26.8154 56.7702 27.1385C55.8266 27.5692 54.621 27.7846 53.1532 27.7846C50.1129 27.7846 47.4919 26.4923 45.2903 23.9077C42.9839 21.4308 41.8306 18.2538 41.8306 14.3769C41.8306 10.2846 43.3508 6.83846 46.3911 4.03846C49.4315 1.34615 53.1532 0 57.5565 0C60.3871 0 63.0605 0.646152 65.5766 1.93846C67.9879 3.23077 70.1371 5.00769 72.0242 7.26923C73.9113 9.53077 75.379 12.1154 76.4274 15.0231C77.4758 18.0385 78 21.2692 78 24.7154C78 30.1 77.0565 35.0538 75.1694 39.5769C73.1774 44.1 70.5565 48.0308 67.3065 51.3692C63.9516 54.8154 60.0726 57.5077 55.6694 59.4462C51.2661 61.4923 46.6532 62.6769 41.8306 63V57.5077ZM0 57.5077C3.45968 56.5385 6.76209 55.0846 9.90726 53.1462C12.9476 51.3154 15.621 49.2154 17.9274 46.8462C20.129 44.4769 21.9113 41.8923 23.2742 39.0923C24.5323 36.2923 25.1613 33.4385 25.1613 30.5308C25.1613 28.8077 24.8468 27.3 24.2177 26.0077C23.4839 24.7154 22.6452 24.0692 21.7016 24.0692C20.7581 24.0692 19.9718 24.2308 19.3427 24.5538C18.6089 24.9846 17.9274 25.4154 17.2984 25.8462C16.5645 26.3846 15.7782 26.8154 14.9395 27.1385C13.996 27.5692 12.7903 27.7846 11.3226 27.7846C8.28226 27.7846 5.66129 26.4923 3.45968 23.9077C1.15322 21.4308 0 18.2538 0 14.3769C0 10.2846 1.52016 6.83846 4.56049 4.03846C7.60081 1.34615 11.3226 0 15.7258 0C18.5564 0 21.2298 0.646152 23.746 1.93846C26.1573 3.23077 28.3064 5.00769 30.1935 7.26923C32.0806 9.53077 33.5484 12.1154 34.5968 15.0231C35.6452 18.0385 36.1694 21.2692 36.1694 24.7154C36.1694 30.1 35.2258 35.0538 33.3387 39.5769C31.3468 44.1 28.7258 48.0308 25.4758 51.3692C22.121 54.8154 18.2419 57.5077 13.8387 59.4462C9.43549 61.4923 4.82258 62.6769 0 63V57.5077Z' fill='black'/%3e %3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
}

.video-quote-big-video .b-quote__content-text {
  max-width: none;
}

.video-quote-big-video .b-quote__content-text p {
  margin-bottom: 0;
}

.video-quote-big-video .person-container {
  margin-top: 20px;
}

.video-quote-big-video .b-quote__author {
  text-align: left;
  margin-top: 0;
}

.video-quote-big-video .b-quote__author-text {
  max-width: none;
}

.video-quote-big-video .video-play {
  top: 20px;
  left: 20px;
  transform: none;
}

@media screen and (max-width: 767px) {
  .video-quote {
    margin: 40px 0;
  }

  .video-quote-big-video .b-quote__content {
    padding-top: 0;
  }
}

/* new-nav */

.third-navn__column-content {
  flex-wrap: nowrap !important;
}

.third-navn__column-items {
  width: 100% !important;
}

.third-navn__title {
  margin-bottom: calc(1rem - 10px);
}

.third-navn__text {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .third-navn__column-content {
    flex-wrap: wrap !important;
  }
}

.blog-card {
	position: relative;
	background: radial-gradient(130.88% 145.68% at -15.44% 131.09%, rgb(12, 69, 120) 0%, rgb(0, 25, 47) 82.27385878562927%, rgb(1, 24, 45) 100%);
	border-radius: 10px;
	margin: 40px 0;
	overflow: hidden;
}

.blog-card::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url(./img/blog-card-bg.png);
	pointer-events: none;
}

.blog-card::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 140px;
	background: linear-gradient(180deg, rgba(2, 25, 46, 0) 2.55%, rgba(2, 25, 46, 0.61) 64.11%, #02192e 100%);
}

.blog-card__text-container {
	position: relative;
	z-index: 2;
	max-width: 560px;
	padding: 60px;
	padding-right: 0;
}

.blog-card h4 {
	font-family: Onest, sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 130%;
	letter-spacing: -0.01em;
	text-shadow: -4px -1px 12px rgba(255, 255, 255, 0.5);
	color: #fff;
	margin: 0;
	padding: 0;
}

.blog-card h4 span {
	font-weight: 500;
}

.blog-card p {
	font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 155%;
	color: #fff;
	margin: 20px 0 0;
}

.blog-card .card___button {
	max-width: 320px;
	margin-top: 40px;
}

.blog-card .list {
	margin-top: 25px;
}

.blog-card .list li {
	font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
}

.blog-card .list li span {
	font-weight: 500;
}

.blog-card__image-container {
	position: absolute;
	right: 0;
	bottom: 0;
}

.blog-card__image {
	width: 100%;
}

@media screen and (max-width: 1280px) {
	.blog-card__image-container {
		right: -5%;
	}

	.blog-card__text-container {
		padding: 40px;
		padding-right: 0;
	}
}

@media screen and (max-width: 1024px) {
	.blog-card::after {
		top: 400px;
		bottom: initial;
		height: 160px;
		background: radial-gradient(130.88% 145.68% at -15.44% 131.09%, rgb(8 41 75) 0%, rgb(9 43 77) 10.590209811925888%, rgb(0 25 47) 82.27385878562927%, rgb(1 24 45 / 0%) 100%);
	}

	.blog-card::before {
		display: none;
	}

	.blog-card__text-container {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 40px;
		padding-top: 450px;
	}

	.blog-card .list li {
		text-align: left;
	}

	.blog-card__image-container {
		top: 40px;
		right: 50%;
		transform: translateX(50%);
		height: 450px;
	}

	.blog-card__image {
		max-width: none !important;
		width: initial;
		height: 100%;
	}

	.blog-card .card___button {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 600px) {
	.blog-card::after {
		top: 310px;
	}

	.blog-card__image-container {
		height: 330px;
		top: inherit;
	}

	.blog-card__text-container {
		padding-bottom: 360px;
		padding-top: 40px;
	}

	.blog-card p {
		margin-top: 15px;
	}

	.blog-card .list {
		margin-top: 15px;
	}

	.blog-card .card___button {
		margin-top: 20px;
	}
}

/* Hero fine-tuning for compact mobile viewports (e.g., 393x659). */
@media screen and (max-width: 420px) and (max-height: 720px) {
	.banner-video.first-screen .banner-video__content.page__container_index {
		padding-left: 14px;
		padding-right: 14px;
	}

	.banner-video.first-screen .banner-video__name {
		font-size: 36px;
		line-height: 1.24 !important;
		padding-bottom: 14px;
	}

	.banner-video.first-screen .banner-video__text {
		font-size: 17px;
		line-height: 1.3;
		margin-bottom: 30px;
	}

	.banner-video.first-screen #regionTitleBlock {
		margin-top: 8px;
	}

	.banner-video.first-screen .banner-video__button-wrap {
		gap: 8px;
	}

	.banner-video.first-screen .banner-video__button-wrap .banner-video__button {
		min-width: 0;
		height: 50px;
		margin-top: 0;
		margin-left: 0 !important;
		margin-right: 0 !important;
		font-size: 18px;
		line-height: 1.2;
	}
}

/* Hero fine-tuning for modern mobile heights (e.g., 375x736). */
@media screen and (max-width: 420px) and (min-height: 721px) and (max-height: 780px) {
	.banner-video.first-screen .banner-video__content.page__container_index {
		padding-left: 14px;
		padding-right: 14px;
	}

	.banner-video.first-screen .banner-video__name {
		font-size: 36px;
		line-height: 1.26 !important;
		padding-bottom: 16px;
	}

	.banner-video.first-screen .banner-video__text {
		font-size: 18px;
		line-height: 1.34;
		margin-bottom: 28px;
	}

	.banner-video.first-screen #regionTitleBlock {
		margin-top: 10px;
	}

	.banner-video.first-screen .banner-video__button-wrap {
		gap: 10px;
	}

	.banner-video.first-screen .banner-video__button-wrap .banner-video__button {
		min-width: 0;
		height: 52px;
		margin-top: 0;
		margin-left: 0 !important;
		margin-right: 0 !important;
		font-size: 18px;
		line-height: 1.2;
	}
}

/* Hero fine-tuning for tablet portrait (e.g., 810x1080). */
@media screen and (min-width: 768px) and (max-width: 991.98px) and (min-height: 900px) {
	.banner-video.first-screen .banner-video__content.page__container_index {
		padding-left: 28px;
		padding-right: 28px;
	}

	.banner-video.first-screen .banner-video__name {
		font-size: 56px;
		line-height: 1.18 !important;
		padding-bottom: 18px;
	}

	.banner-video.first-screen .banner-video__text {
		font-size: 30px;
		line-height: 1.32;
		margin-bottom: 34px;
	}

	.banner-video.first-screen #regionTitleBlock {
		margin-top: 12px;
	}

	.banner-video.first-screen .banner-video__button-wrap {
		gap: 12px;
	}
}

/* Hero fine-tuning for full desktop viewport (100% browser window). */
@media screen and (min-width: 992px) and (min-height: 900px) {
	.banner-video.first-screen .banner-video__content.page__container_index {
		padding-left: 30px;
		padding-right: 30px;
	}

	.banner-video.first-screen .banner-video__name {
		font-size: clamp(58px, 3.5vw, 70px);
		line-height: 1.16 !important;
		padding-bottom: 18px;
	}

	.banner-video.first-screen .banner-video__text {
		font-size: clamp(22px, 1.9vw, 40px);
		line-height: 1.28;
		margin-bottom: 34px;
	}

	.banner-video.first-screen #regionTitleBlock {
		margin-top: 12px;
	}

	.banner-video.first-screen .banner-video__button-wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 12px;
	}

	.banner-video.first-screen .banner-video__button-wrap .banner-video__button {
		margin-top: 0;
		margin-right: 0;
	}
}
.mobile-header__search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23202a45' d='M17.892 15.064a8 8 0 1 0-2.828 2.828l2.522 2.522a2 2 0 1 0 2.828-2.828zM11 16a5 5 0 1 1 0-10 5 5 0 0 1 0 10'/%3E%3C/svg%3E");
  background-size: 71%;
}
