:root {
  --font: 'Gotham Pro','Roboto', sans-serif;
  --color-main: #EF7D00;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/Gotham/GothamPro-Medium.eot');
  src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
  url('../fonts/Gotham/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Gotham/GothamPro-Medium.woff') format('woff'),
  url('../fonts/Gotham/GothamPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/Gotham/GothamPro-Bold.eot');
  src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
  url('../fonts/Gotham/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Gotham/GothamPro-Bold.woff') format('woff'),
  url('../fonts/Gotham/GothamPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/Gotham/GothamPro-Light.eot');
  src: local('Gotham Pro Light'), local('GothamPro-Light'),
  url('../fonts/Gotham/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Gotham/GothamPro-Light.woff') format('woff'),
  url('../fonts/Gotham/GothamPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/Gotham/GothamPro.eot');
  src: local('Gotham Pro'), local('GothamPro'),
  url('../fonts/Gotham/GothamPro.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Gotham/GothamPro.woff') format('woff'),
  url('../fonts/Gotham/GothamPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: var(--font);
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.w780 {
  max-width: 780px;
}
.hidden {
  display: none !important;
}


/*******************************************/
/* Повторяющийся блок с номером телефона  */
/******************************************/

.call {
  padding: 0 10px 0 90px;
  background: url(img/rnd-phone.svg) no-repeat 45px 5px;
  background-size: 30px;
  /*min-width: 210px;*/
}
.phone-number {
  display: block;
  height: 42px;
  color: var(--color-main);
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}
.phone-number:hover {
  text-decoration: none;
}

.call__tagline {
  display: none;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #575756;
  margin-top: -8px;
}
.call__tagline span {
  color: var(--color-main);
}
.call__geolocation {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #575756;
}
.call__geolocation a {
  text-decoration: none;
  margin-right: 2px;
  border-bottom: 1px dashed transparent;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #575756;
}
.call__geolocation a:hover {
  color: var(--color-main);
  border-bottom: 1px dashed var(--color-main);
}

.header .call__geolocation {
  display: none;
}
.header .call__tagline {
  display: block;
}



/*************************/
/*  Повторяющиеся блоки  */
/*************************/

.lead {
  background-color: var(--color-main);
  padding: 25px 30px;
  color: #fff;
  margin: 0 0 30px;
}
.lead__header {
  font-size: 24px;
  font-weight: 700;
}
.lead__form {
  margin: 14px 0 0;
  display: flex;
}
.lead__field {
  height: 48px;
  min-width: 50%;
  padding: 12px 16px;
  line-height: 25px;
  font-size: 18px;
  border: none;
  box-sizing: border-box;
}
.lead__btn {
  height: 48px;
  margin: 0 0 0 8px;
  padding: 12px 16px;
  color: #2A2A2A;
  line-height: 25px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  box-sizing: border-box;
  background-color: #FFD64B;
  cursor: pointer;
}

/***********/

.advice {
  display: flex;
  justify-content: space-between;
  padding: 23px 30px 27px;
  background-color: #F2F2F2;
  border-top: 3px solid var(--color-main);
  margin-bottom: 30px;
}
.advice__header {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
}
.advice__header span {
  display: block;
  color: var(--color-main);
}

/**************************************/
/**************** HEADER **************/
/**************************************/

.header {
  background: #fff;  
  position: sticky;
  top: 0;
  z-index: 5;
}
.header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;  
    padding: 5px 0;
}
.header.fixed .header__flex {
  padding: 10px 0;
}
.header__logo {
  display: inline-block;
  font-size: 0;
  width: 228px;
  height: 57px;
  background: url(img/logo_black.svg) 50% 50% no-repeat;
  background-size: contain;
}
.header .call {
  border-left: 1px solid #EBEBEB;
}
.header__nav {
  border-left: 1px solid #EBEBEB;
  padding-left: 50px;
}
.header__hotlinks {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;

  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
}
.header__menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
}
.header__nav-link {
  display: inline-block;
  color: #2A2A2A;
  padding: 7px 10px;
}
.header__user-link {
  display: inline-block;
  padding: 7px 10px;
  color: var(--color-main);
  padding-left: 25px;
  background: url(img/user.svg) no-repeat 10px 9px;
  background-size: 10px 12px;
}

.header__menu li.header__nav-link {
  position: relative;
}
.header__menu > li:hover > a.header__nav-link {
  text-decoration: none;
  background: #f4f4f4;
}
.header__menu > li:hover > .header__subnav {
  height: auto;
  padding: 5px 20px 0 20px;
  border-color: #f4f4f4;
}
.header__subnav {
  list-style: none;
  margin: 0;  
  position: absolute;
  overflow: hidden;
  background: #fff;
  border: 1px solid transparent;
  box-sizing: border-box;

  transition: 0.2s;
  height: 0;
  padding: 0 20px;
}
.header__subnav-link {
  color: #2A2A2A;
  padding: 5px 0;
  display: inline-block;
}


.header__menu-btn {
  display: none;
  position: relative;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  background: var(--color-main);
}
.header__menu-btn::after {
    opacity: 0;
}
.header__menu-btn::after,
.header__menu-btn::before {
  position: absolute;
  top: 17px;
  left: 8px;
  width: 20px;
  height: 2px;
  content: "";
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 -7px 0 #fff, 0 7px 0 #fff;
}
.header__menu-btn._is-active::before {
    transform: rotate(45deg);
}
.header__menu-btn._is-active::after {
    transform: rotate(-45deg);
}
.header__menu-btn._is-active::after, .header__menu-btn._is-active::before {
    transition: transform .3s;
    box-shadow: none;
}
.header__menu-btn._is-active::after {
    opacity: 1;
}

.header__location span {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #575756;
  margin-left: 10px;
  margin-top: 4px;
}

.city-select:hover{text-decoration: none}

.city-select {
  display: inline-flex;
  padding: 0 10px 0 38px;
  height: 24px;  
  align-items: center;
  color: var(--color-main);
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;

  background: url(img/rnd-location_dark.svg) no-repeat 10px 50%;
  background-size: 20px;
  cursor: pointer;
}


/**************************************/
/**************** FOOTER **************/
/**************************************/

.messenger {
  padding: 25px 0;
  background-color: var(--color-main);
  color: #fff;
}
.messenger__flex {
  display: flex; 
}
.messenger b {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
  margin-right: 8px;
}
.messenger__btn {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}

.footer-nav {
  padding: 25px 0;
  background-color: #fff;
}
.footer-nav__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;  
}
.footer-nav__menu {
  display: inline-block;
  margin: 0 0 3px;
  padding: 0;
  list-style: none;

  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
}
.footer-nav__menu li {
  display: inline-block;
}
.footer-nav__menu li a {
  display: inline-block;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #575756;
  margin: 7px 10px;
  border-bottom: 1px dashed transparent;
}
.footer-nav__menu li a:hover{text-decoration: none;border-bottom: 1px dashed #575756;}
.footer-info {
  padding: 25px 0;
  background-color: #575756;
  color: #848484;
}
.footer-info__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-info__copy {
  white-space: nowrap;
  margin: 20px 0 0;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}
.footer-info__desc {
  margin: 0 25px;
  max-width: 730px;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
}
.footer-info__social-btn {
  padding: 10px 10px;
  font-size: 0;
  height: 16px;
  width: 16px;
  display: inline-block;  
}


/**************************************/
/**************** PROMO ***************/
/**************************************/

.promo {
  position: relative;
  min-height: 500px;
  background: url(img/promo.jpg) 50% no-repeat;
  background-size: cover;
  overflow: hidden;

  color: #fff;
  padding: 70px 0;
  box-sizing: border-box;
}
.promo::after {
  content: '';
  position: absolute;
  width: 465px;
  height: 460px;
  background: url(img/sergey.png) no-repeat;
  background-size: contain;
  bottom: 0;
  right: calc(50% - 350px);
}

.promo .wrapper {
  position: relative;
}

.promo__head {
  margin: 0 0 15px;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
}
.promo__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.promo__list li {
  padding: 5px 0 5px 20px;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  position: relative;
  text-transform: lowercase;
}
.promo__list li:after{
  content: '';width: 8px;height: 8px;background-color: var(--color-main);border-radius: 50%;top:50%;transform: translateY(-50%);left:0;position: absolute;
}

.promo__coupon-count {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.promo__coupon-count span {
  color: var(--color-main);
}

.promo__appeal {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  font-weight: 900;
  text-align: right;
  z-index: 2;
}
.promo__appeal span {
  display: inline-block;
  padding: 5px 10px;
  margin: 8px 0 0;
  border-radius: 7px;
  background-color: #FFD64B;
  color: #2A2A2A;
  font-size: 26px;
  font-weight: 700; 
}

/**************************************/
/**************** MAIN ***************/
/**************************************/

.breadcrumb {
  color: #363535;
  font-size: 13px;
  background: #FAFAFA;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.breadcrumb__list {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}
.breadcrumb__item {
  padding: 5px 0;
  display: inline-block;
}
.breadcrumb__item a {
  color: inherit;
}
.breadcrumb__item::after {
  content: '–';
  margin: 0 10px 0 8px;
}
.breadcrumb__item:last-child::after {
  display: none;
}


.legally {
  padding: 10px 0;
  background-color: #F2F2F2;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
.legally__flex {
  display: flex;
  justify-content: space-between;
}
.legally__codex {
  margin: 0;
  padding: 15px 0 10px 85px;
  width: 240px;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #575756;
  text-transform: uppercase;
  background: url(img/codex.png) -5px 0 no-repeat;
  background-size: 80px;
  box-sizing: border-box;
}
.legally__codex span {
  display: block;
  color: var(--color-main);
}
.legally__first-col {
  width: 34%;
  padding: 15px 5px 15px 40px;
}
.legally__second-col {
  width: 42%;
  padding: 15px 5px;
}
.legally__first-col, .legally__second-col{font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #575756;
}
article.content {
  padding: 45px 0;
  box-sizing: border-box;
}
article.content.contact {
  min-height: calc(100vh - 446px);
}
.accomp__bg {
  padding: 10px 0 50px;
  background-color: #F2F2F2;
}
.accomp__header {
  margin: 40px 0 20px;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #575756;
  text-transform: uppercase;
}
.accomp__header a {
  color: var(--color-main);
}
.accomp__list {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
.accomp__card {
  padding: 30px 25px;
  background: #fff;
  box-shadow: 0 0 10px #0000000a;
}
.accomp__card:nth-child(2) {
  margin: 0 16px;
}
.accomp__card time {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #575756;
}
.accomp__subject {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}
.accomp__subject a {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #575756;

}
.accomp__subject a:hover {
  color: var(--color-main);text-decoration: none;
}


/**************************************/
/************ disease list ************/
/**************************************/

.alphabetic {

}
.alphabetic__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.alphabetic__item {
  display: inline-block;
  padding: 0 7px;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
}
.alphabetic__item a {
  color: #5A5A5A;  
}
.alphabetic__item a:hover {
  text-decoration: none;
  color: var(--color-main);
}
.alphabetic__item_active a {
  color: var(--color-main);
}

.disease__description {
  font-size: 18px;
  line-height: 150%;
}
.disease__header {
  font-size: 48px;
  margin: 28px 0 20px;
  padding-left: 28px;
  background: url(img/arrow.svg) left 14px no-repeat;
  background-size: 18px;
}
.disease__synonym {
  color: var(--color-main);
}
.disease__feasibility {

}
.disease__feasibility span::after {
  content: '?';
  display: inline-block;
  height: 18px;
  width: 18px;
  margin: 0 5px;
  color: #fff;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
  background: #D0E2EF;
  border-radius: 50%; 
}


/**************************************/
/************** Articles **************/
/**************************************/
.page__header,
.category__header {
  color: #2A2A2A;
  font-size: 48px;
  line-height:40px;
  margin: 0 0 18px;
}
.page__caption,
.category__caption {
  display: inline-block;
  color: #848484;
  font-size: 16px;
  margin: 0 0 18px;
}

.articles__menu,
.articles__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.articles__menu {

}
.articles__menu > li { 
  font-size: 22px;
  font-weight: 500;
  padding: 18px 0;
  border-bottom: 1px solid #EBEBEB;
}
.articles__menu > li:last-child {
  border-bottom: none;
}
.articles__menu > li > a { 
  color: #000;
}
.articles__menu > li > a:hover {
  color: var(--color-main);
}

.articles__submenu {
  margin-top: 10px;
}
.articles__submenu > li { 
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 0;
}
.articles__submenu > li > a { 
  color: #7F7F7F;
}
.articles__submenu > li > a:hover {
  color: var(--color-main);
}
.articles__submenu > li > a:hover::before {
  content: '';
  position: absolute;
  height: 12px;
  width: 7px;
  top: 11px;
  left: -15px;
  background: url(img/arrow.svg) left top no-repeat;
  background-size: contain;
}

.article__header {
  color: #2A2A2A;
  font-size: 48px;
  margin: 28px 0 20px;
  padding-left: 28px;
  background: url(img/arrow.svg) left 14px no-repeat;
  background-size: 18px;
}
.article__block, .article-new-style {
  font-size: 18px;
  line-height: 140%;
  color: #2A2A2A;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 30px;
}
.article__subheader, .article-new-style h2  {
  font-size: 24px;
  margin-bottom: 16px;
      display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.article__doc {
  color: var(--color-main);
  font-style: italic;
}

/**************************************/
/********** disease search ************/
/**************************************/

.search__contain {
  padding: 30px;
  background: #F2F2F2;
}
.search__head {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 18px;
}
.search__head span {
  color: var(--color-main);
}
.search__description {
  max-width: 360px;
  line-height: 140%;
}
.search__form {
  display: flex;
}
.search__field {
  height: 48px;
  width: 100%;
  padding: 12px 16px;
  line-height: 25px;
  font-size: 18px;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
}
.search__btn {
  height: 48px;
  margin: 0 0 0 8px;
  padding: 12px 16px;
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  box-sizing: border-box;
  background-color: var(--color-main);
  cursor: pointer;
}


.result {
  margin: 30px 0;
}
.result__header {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 18px;
}
.result__synonym {
  color: var(--color-main);
  font-style: italic;
}
.result__feasibility {

}
.result__feasibility span::after {
  content: '?';
  display: inline-block;
  height: 18px;
  width: 18px;
  margin: 0 5px;
  color: #fff;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
  background: #D0E2EF;
  border-radius: 50%; 
}
.result__text {
  margin-top: 10px;
  font-weight: 500;
  line-height: 140%;
}

/**************************************/
/********** IMT calculator ************/
/**************************************/
.imt__contain {
  padding: 30px;
  background: #F2F2F2;
}
.imt__head {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 18px;
}
.imt__head span {
  color: var(--color-main);
}
.imt__form {
  display: flex;
}
.imt__field {
  margin: 20px 0;
}
.imt__field:nth-child(2) {
  margin-left: 20px;
  margin-right: 20px;
}
.imt__input {
  height: 48px;
  width: 100%;
  margin: 8px 0 0;
  padding: 12px 16px;
  line-height: 25px;
  font-size: 18px;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
}

.imt__result {
  font-size: 24px;
  font-weight: 700;
}
.imt__result span {
  color: var(--color-main);
}
.imt__decision {
  /*display: none;*/
  margin: 18px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: #2A2A2A;
  max-width: 380px;
}


/**************************************/
/************** FAQ Page **************/
/**************************************/

.question__block {
  border-bottom: 1px solid #EBEBEB;
}
.questions__header {
  font-size: 24px;
}
.questions__list {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2;
}
.questions__list li {
  display: inline-block;
  width: 100%;
  margin: 0 20px 15px 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 140%;
}
.questions__list li a {
  color: #7F7F7F;
}
.questions__list li a:hover {
  color: var(--color-main);
}
.questions__list li a::before {
  content: '«';
}
.questions__list li a::after {
  content: '»';
}


/**************************************/
/************** Laws Page **************/
/**************************************/

.law__list {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2;
}
.law__list li {
  display: inline-block;
  width: 100%;
  margin: 0 20px 15px 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 140%;
}
.law__list li a {
  color: #7F7F7F;
  font-weight: 300;
}
.law__list li a:hover {
  color: var(--color-main);
}
.law__list li a:hover span {
  color: var(--color-main);
}
.law__list li a span {
  display: block;
  color: #000;
  font-weight: 500;
}
.law__list li a span::before {
  content: '«';
}
.law__list li a span::after {
  content: '»';
}


/**************************************/
/*********** Answer Page **************/
/**************************************/
.answer {
  display: flex;
}

.answer__author {
  order: 2;
}

.answer__author img {
  width: 250px;
  height: 250px;
}
.answer__author figcaption {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

.answer__mark {
  display: block;
  font-size: 24px;
}
.answer__category {
  display: block;
  margin: 18px 0 0;
  font-style: italic;
  color: var(--color-main);
}
.answer__text {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 140%;
  color: #000;
}


/******************************************/
/************** Contact page **************/
/******************************************/

.contact__flex {
  display: flex;
}

.contact__map {
  background: #eee;
  width: 50%;
  min-height: 410px;

}
.contact__info {
  width: 50%;
}

.contact__header {
  margin: 0;
}
.contact__city a {
  font-size: 40px;
  font-weight: 500;
  color: var(--color-main);
  margin-right: 10px;
}
.contact__city span {
  font-size: 16px;
  color: #A0A0A0;
}

.contact__block {
  margin: 8px 0;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.contact__type {
  display: block;
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 500;
}

.contact__address {

}
.contact__block address {
  display: inline-block;
  font-style: normal;
  line-height: 30px;
  padding-left: 40px;
  background: url(img/rnd-location.svg) 0 0 no-repeat;    
  background-size: 30px;
}
.contact__block address span {
  display: block;
  font-weight: 400;
  color: #A0A0A0;
}

.contact__phone {
}
.contact__phone-link {
  display: inline-block;
  padding-left: 40px;
  line-height: 30px;
  color: #000;
  background: url(img/rnd-phone.svg) 0 0 no-repeat;    
  background-size: 30px;
}


/******************************************/
/************** Services page *************/
/******************************************/

.features {

}
.features__flex {
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.features__item {
  display: inline-flex;
  justify-content: center;
  flex-grow: 1;
  margin: 22px 0;
}
.features__item:nth-child(2) {
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
}
.features__item a {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-height: 40px;
  padding: 0 40px 0 55px;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #575756;
  text-transform: uppercase;
  box-sizing: border-box;
  background-size: 34px;
  background-position: 0 3px;
  background-repeat: no-repeat;
}
.features__item a:hover {
  text-decoration: none;
  color: var(--color-main);
}
.features__item a::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 26px;
  background: url(img/arrow300.svg) 0 0 no-repeat;
  background-size: contain;
  right: 0;
  top: calc(50% - 14px);
}
.features__test {
  background-image: url(img/ico-heart.svg);
}
.features__disease {
  background-image: url(img/ico-magnifer.svg);
}
.features__help {
  background-image: url(img/ico-hands.svg);
}

.services {
  background: #f4f4f4;
  background: linear-gradient(to right, #F4F4F4, #e7ecf0);
  border-bottom: 1px solid #e5e5e5;
}
.services > .wrapper {
    padding: 90px 0;
    background: url(img/services.jpg) top right no-repeat;
    background-size: contain;
}
.services__subheader {
  margin: 15px 0 5px;
  font-size: 14px;
  font-weight: 500;
  color: #848484;
  text-transform: uppercase;
}
.services__header {
  margin: 10px 0 30px;
  font-size: 27px;
  font-weight: 700;
}
.services__accordeon {

}

/**** start */
.accordion {
  max-width: 50%;
}
.accordion input {
  display: none;
}
.box {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  box-sizing: border-box;    
  background: #fff;
  height: 55px;
  transition: all .15s ease-in-out;
  margin-bottom: 2px;
}
.box-content {
  padding: 0 0 15px;
  font-size: 16px;
  line-height: 140%;
  color: #848484;
  display: none;
}
.box-title_mobile {
  display: none;
}
input:checked + .box {
  height: auto; 
}
input:checked + .box .box-content {
  display: inline-block;
}
.arrows section .box-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  min-height: 55px;
  line-height: 55px;
  cursor: pointer;
  white-space: nowrap;
}
.arrows section .box-title::before {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background: url(img/arrow-acc.svg) left center no-repeat;
  background-size: 16px;
  right: 15px;
  top: 18px;
  transform: rotate(-90deg);
}
input:checked + section.box .box-title::before {
  transform: rotate(0deg);
}

/**** end */

.team {
  padding: 50px 0;
  background: #F4F4F4;
}
.team__subheader {
  margin: 15px 0 5px;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #575756;
  text-transform: uppercase;  
  text-align: center;
}
.team__header {
  margin: 0 0 10px;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #575756;
  text-align: center;
}
.team__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 0;
}
.team__list li {
  display: inline-block;
  width: calc(25% - 15px);
  margin: 30px 0;
}
.team__list img {
  width: 100%;
  max-width: 245px;
  height: auto;
  margin-bottom: 15px;
}
.team__name {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #575756;
  margin: 10px 0 8px;
}
.team__position {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #575756;
}

.how-to-get {
  position: relative;
  padding: 120px 0;
  text-align: left;
  background-color: #ccc;
  color: #fff;
  background: url(img/how-to.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.how-to-get__in {
  max-width: 50%;
}
.how-to-get__header {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 25px;
}
.how-to-get p {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  margin-bottom: 35px;
}
p.how-to-get__call {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.how-to-get__call a {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
  border-bottom: 1px dashed transparent;
}

.how-to-get__call a:hover{text-decoration: none;border-bottom: 1px dashed #fff;}

.how-to-get__call a, .footer-nav__menu li a, .call__geolocation a{-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;-ms-transition: all 0.5s}
.how-to-get__p span{background-color: var(--color-main);padding: 2px 5px;}























/**************************************/
/************** Adaptive **************/
/**************************************/

.advice__mobile,
.header__hotlinks {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header__flex{padding: 0 15px}
  .header__nav {padding-left: 20px}
  .call {padding: 0 10px 0 50px;background: url(img/rnd-phone.svg) no-repeat 10px 5px;background-size: 30px;}
  .header__user-link {white-space: nowrap}
  .header__logo {padding-right: 20px}
}
@media only screen and (max-width: 1024px) {
  .legally,
  .category__caption, 
  .promo,
  .breadcrumb,
  .advice__mobile,
  .accomp__bg,
  .messenger,
  .footer-nav,
  .footer-info,
  article.content,
  .services,
  .team {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lead {
    margin-left: 15px;
  }



.header__menu > li:hover > a.header__nav-link {
  text-decoration: none;
  background: no-repeat;
}
.header__menu > li:hover > .header__subnav,
.header__menu > li > .header__subnav {
  position: inherit;
  height: auto;
  padding: 0;
  margin: -1vh 0 1vh;
  border: none;
  font-weight: 400;
  text-decoration: none;
}
.header__user-link {
  padding: 14px 10px 17px 25px;
}
.header__subnav-link {
  margin: 0;
  padding: 7px 10px;
}

  .header__hotlinks {
    display: flex;
    margin: auto 2vw auto auto;
  }
  .header__flex {
    padding: 0;
  }
  .header__logo {
    padding: 0 15px;
    background-size: 200px;
  }
  .header .call {    
    padding: 0 0 0 2vw;
    margin: 5px 0 9px;
    background: none;
    min-width: 270px;   
  }
  .header__location,
  .header .call__tagline {
    display: none;
  }
  .header__menu {
    height: 0;
    overflow: hidden;
    flex-direction: column;
    padding: 0;
    margin: 0;
    transition: height .1s ease-out;

  }
  .header__menu._is-active {
    height: auto;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background: rgba(0, 0, 0, 0.75);
    height: calc(100vh - 64px);
  }
  .header__menu._is-active > li {
    background: #fff;
  }
  .header .call {    
    min-width: 193px;
    margin-right: 2vw;   
  }
  .header .call__geolocation {
    display: block;
    font-size: 12px;
  }
  .phone-number {
    height: 32px;
    line-height: 32px;
    font-size: 24px;
  }
  .header__nav {
    order: 2;
  }
  .header__menu-btn {
    display: block;
  }
  .header__menu-btn._is-active {
    background: none;
  }
  .header__menu {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2;
    text-align: center;
  }
  .header__menu-btn._is-active::after,
  .header__menu-btn._is-active::before {
    background-color: var(--color-main);
  }
  .header__nav-link {
    margin: 1vh 0;
  }

}
@media only screen and (max-width: 1024px) {
  .accordion {
    max-width: 70%;
  }
  .services > .wrapper {
    background-image: none;
  }
  .promo__appeal {
    max-width: 140px;
  }
  .promo::after { 
    right: calc(50% - 410px);
  }
}


@media only screen and (max-width: 780px) {
  .m-visible {
    display: block !important;
  }

  .advice,
  .promo__founder,
  .promo__appeal,
  .legally,
  .category__caption  {
    display: none;
  }
  .promo,
  .breadcrumb,
  .advice__mobile,
  .accomp__bg,
  .messenger,
  .footer-nav,
  .footer-info,
  article.content,
  .lead,
  .services,
  .team {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .promo__head {
    font-size: 37px;
  }
  .article__header,

  .how-to-get__header {
    font-size: 32px;
  }
  p.how-to-get__call {
    font-size: 18px;
    padding: 0 10px; 
  }
  .how-to-get {
    padding: 60px 0 170px;
  }
  .how-to-get::after {
    bottom: 0;
  }

  .contact__flex {
    flex-direction: column;
  }
  .contact__info,
  .contact__map {
    width: auto;
  }
  .contact__map {
    position: relative;
    margin: 0 -5vw -45px;
  }

  .advice__mobile {
    display: flex;
    margin: 0;
  }
  .services > .wrapper {
    padding: 45px 0;
  }

  .call {
    padding: 0 0 0 40px;
    background: url(img/rnd-phone.svg) no-repeat 0px 5px;
    background-size: 30px;
  }

  .lead {
    margin: 0;
  }

  .messenger b {
    margin-bottom: 14px;
  }

  .questions__list {
    column-count: auto;
  }

  .page__header,
  .category__header {
    font-size: 36px;
	
    line-height: 32px;
  }

  .answer {
    flex-direction: column-reverse;
  }
  .answer__author {
    margin-left: 0;
  }
  .answer__author img {
    width: 120px;
    height: 120px;
  }
  .answer__author figcaption {
    margin: 5px 0 25px;
  }

  .accordion {
    max-width: 100%;
  }
  .arrows section .box-title {
    font-size: 0;
  }
  .box-title_mobile {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
  }

}

@media only screen and (max-width: 700px) {
  .header__logo {
    padding: 10px;
    width: 34px;
    height: 34px;
    background: url(img/xs-logo.svg) 50% 50% no-repeat;    
    background-size: auto;
  }
}

@media only screen and (max-width: 544px) {
  .header {
    padding: 0;
  }
  .team,
  .header__hotlinks {
    display: none;
  }
  .header .call {
    margin: auto;
    padding: 0;
    border: none;
  }

  .advice__mobile {
    flex-direction: column;
    align-items: center;
  }

  .advice__header {
    margin: 0 0 8px;
    font-size: 19px;
    font-weight: 700;
  }
  .advice__header span {
    display: inline-block;
  }

  .lead__form {
    flex-direction: column;
  }
  .lead__btn {
    margin: 8px 0 0;
  }

  .page__header,
  .category__header {
    font-size: 26px;
	
    line-height: 24px;
    word-break: break-word;
  }
  .search__contain {
    padding: 15px;
  }
  .search__form {
    flex-direction: column;
  }
  .search__btn {
    margin: 8px 0 0;
  }

  .imt__contain {
    padding: 15px;
  }
  .imt__form {
    flex-direction: column;
  }
  .imt__field:nth-child(2) {
    margin: 0;
  }

}




.aa-section-1__title {
  margin: 0 0 3rem;
  letter-spacing: 0;
}
.aa-section-1__subtitle {
  color: black;
  font-family: 'DINPro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.175em;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.aa-section-1__subtitle p {
  margin: 0 0 5px;
}
.aa-section-1__title_p {
  font-weight: 500;
}
.aa-section-1__to-test:before {
  display: none;
}

.aa-section-02 {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.aa-section-2__image {
    float: left;
    margin-right: 20px;
    max-width: 80px;
    max-height: 92px;
}
.aa-section-2__h1 {
    color: black;
    font-family: 'DINPro', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.175em;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    margin: 0 0 12px; 
}
.aa-section-2__column {
    display: flex;
    font-size: 12px; 
}

.action-block {
    padding: 10px 0;
    text-align: center;
}

.action-block__appeal {
    color: #909295;
    font-family: 'DINPro', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 10px 0;

    color: #ffffff;
    background: #dd2734;
    display: block;
    max-width: 430px;
    margin: 10px auto;
    padding: 5px 0;
}
.action-block__appeal::selection {
    color: #000000;
    background: #ffffff;
}
.action-block__appeal span {
    color: #DD2734;
}
.action-block__call {
    font-family: 'DINPro', sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.75px;
    line-height: 120%;    
}
.action-block__call a {
    color: #DD2734;
    white-space: nowrap;
}

.pod-btn--inv {
    display: block;
    max-width: 355px;
    margin: 10px auto 0;
    background: #dd2734;
    color: white;
    padding: 0;
}

.pod-btn--inv::selection {
    background: white;
    color: black;
}


.aa-section-7 {
    color: black;
    position: relative;
    z-index: 1;
    padding: 30px 0;
}
.aa-section-7__head {
    width: 100%;
    font-family: 'DINPro', sans-serif;    
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 110%;
    text-align: center;     
    font-size: 42px;
    margin-bottom: 48px;   

}
.aa-info-clients__row {
    justify-content: center;
}
.aa-info-clients__col-1 {
    text-transform: none;
    text-align: center;
    font-weight: 600;
}
.aa-info-clients__amount {
    color: #DD2734;
}
.aa-info-clients__col-2 {
    min-height: 65px;
    border-left: 2px solid #000;
    font-size: 20px;
    margin: 0 0 20px 20px;
    padding: 0 0 0 18px;
    max-width: 430px;
    font-weight: 600;
    line-height: 125%;
}
.aa-info-clients__col-2 p {
    margin: 0 0 20px;
}




.aa-section-7__bg:before {
    background: url(../images/index/bg_friends.jpg) no-repeat 50% 50%/cover;
    background-color: #fcf8f7;
}
.aa-review-list .slick-slider {
    display: flex;
    flex-direction: column;
}
.slick-dots {
    order: -1;
    margin-bottom: 20px;
}
.slick-dots li button {
    background-color: #909295;
}
.slick-dots li.slick-active button {
    background-color: #DD2734;
    border-color: transparent;
}
.aa-review-list .slick-prev, .aa-review-list .slick-next {
    top: 110px;
    box-shadow: 0 0 30px rgba(221, 39, 52, 0.15);
    border-radius: 50%;
}
.aa-review-list .slick-prev:before, .aa-review-list .slick-next:before {
    background-image: url('../images/index/prev.png');
}
.aa-review-list .slick-prev:after, .aa-review-list .slick-next:after {
    background-image: url('../images/index/prev-h.png');
}
.aa-review-list .slick-slide {
    background: #fff;
    height: 100%;
    margin: 0 10px;
    padding: 20px;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.16);
}
.slick-dots {
    margin: 0 -20px 10px;
}
.slick-dots li {
    margin: 2px;
}
.aa-review-item__lead {
    color: #000;
}
.aa-review-item__title small {
    font-size: 20px;
    color: #000;
}
.aa-review-item__img-wrap {
    padding: 3px;
    border: 2px solid #DD2734;
    border-radius: 50%;
}

.aa-section-8 {
    padding: 0;
    background-image: none;
}
.aa-section-8 .aa-container {
    padding: calc(40px + 3.99893%) 0 105px;
    background: url('../images/index/bg_FAQ.jpg') no-repeat right bottom #fff;
    background-size: auto 80%;
}
.aa-section-8 p, .aa-section-8 ul, .aa-section-8 ol {
    margin: 5px 0 10px;
}
.aa-question-item {
    margin-bottom: 20px;
    padding-left: 34px;
}
.aa-question-item:before {
    content: '';
    width: 18px;
    height: 26px;
    background: url('../images/index/arrow.svg') no-repeat 50% 50%/contain;
    position: absolute;
    top: 4px;
    left: 5px;
    opacity: 1;
}
.aa-question-item--opened:before {
    opacity: 1;
    transform: rotate(180deg);
}
.aa-question-item__title-underline {
    /* oh, i'm so sorry */
    background: none;
    color: #000;
    border-bottom: 1px dashed black;
    font-weight: 600;
    font-size: 20px;
}
.aa-question-item__title-underline:hover {
    color: #dd2734;
    background: none;
}
.aa-question-item__answer {
    display: none;
    color: #000;
    padding: 20px 30px 30px;
    background: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
    border-left: none;
    position: relative;
    margin: 0 -15px 0 0;
    max-width: 80ch;
    line-height: 1.3;
}
.aa-question-item__call {
    font-weight: 600;
    font-size: 17px;
}
.aa-question-item__call a {
    color: #DD2734;
}

.aa-section-4 {
    background-size: cover;
}

.aa-section-14 {
    background: url('../images/index/bg_law.jpg') no-repeat top center #FAFAFA;
    background-size: cover;
}
.aa-section-14 .aa-container {
    max-width: 890px;
}
.aa-section-14__title {
    max-width: 36ch;
}
.aa-errors-list-2 .aa-error-item-2 {
    width: calc(100% - 20px);
    margin: 0 10px 30px;
    padding: 40px 40px 40px 160px;
    background-position: 40px 70px;
    background-repeat: no-repeat;
    background-size: 90px;
}
.aa-error-item-2 p {
    font-size: 16px;
    line-height: 1.3;
    }
.aa-error-item-2.letter {background-image: url('../images/index/icon01.png');}
.aa-error-item-2.officer {background-image: url('../images/index/icon02.png');}
.aa-error-item-2.map {background-image: url('../images/index/icon03.png');}
.aa-error-item-2.target {background-image: url('../images/index/icon04.png');}


.aa-section-9__title {
    margin: 0 0 45px;
    padding-bottom: 50px;
    text-transform: initial;
}
.algo-block {

}
.light-bg {
    box-shadow: 0 0 34px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position-y: 15px;
    background-position-x: calc(100% - 20px);    
    background-size: auto 80px;
    padding: 30px;
    position: relative;
    z-index: 2;
}
.algo-block-01 .light-bg {    background-image: url('../images/algo_block_1.jpg');}
.algo-block-02 .light-bg {    background-image: url('../images/algo_block_5.jpg');}
.algo-block-03 .light-bg {    background-image: url('../images/algo_block_7.jpg');}
.algo-block-04 .light-bg {    background-image: url('../images/algo_block_6.jpg');}
.algo-block-05 .light-bg {    background-image: url('../images/algo_block_3.jpg');}
.algo-block-06 .light-bg {    background-image: url('../images/algo_block_8.jpg');}

.dash-line {
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat; 
    background-size: auto;
}
.algo-block-02 .dash-line {     
    top: 15px;
    left: -25px;
    height: 47px;
    width: 94px;
    background-image: url('../images/index/path01.png');
}
.algo-block-03 .dash-line { 
    top: -85px;
    right: -25px;
    height: 64px;
    width: 97px;
    background-image: url('../images/index/path03.png');
}
.algo-block-04 .dash-line {   
    top: 35px;
    left: -20px;  
    height: 19px;
    width: 54px;
    background-image: url('../images/index/path02.png');
}
.algo-block-05 .dash-line {   
    top: -75px;
    right: -20px;  
    height: 37px;
    width: 100px;
    background-image: url('../images/index/path05.png');
}
.algo-block-06 .dash-line {
    top: 30px;
    left: -20px;  
    height: 26px;
    width: 54px;
    background-image: url('../images/index/path04.png');
}

.algo-block--odd {
    margin-top: -50px;
}
.algo-block--even {
    margin-top: 50px;
}
.algo-block__head {
    font-family: 'DINPro', sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 120%;
    position: relative;
    padding-left: 60px;
    padding-right: 70px;
    margin-bottom: 10px;
    min-height: 70px;
    display: flex;
    align-items: center;
}
.algo-block__head span {
    color: #DD2734;
    line-height: 58px;
    font-size: 70px;
    width: 50px;
    height: 65px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;

}
.algo-block__body {
    padding: 10px;
}


.txt-light {
    color: #fff;
}


/**************************************/
/**************** PROMO ***************/
/**************************************/
.wrapper {
  max-width:1200px;
  margin: 0 auto;
}
.promo {
  position: relative;
  min-height: 500px;  
  background: url(img/promo.jpg) 50% no-repeat;
  background-color: #121212;
  background-size: cover;
  overflow: hidden;

  color: #fff;
  padding: 70px 15px;
  box-sizing: border-box;
}
.promo::after {
  content: '';
  position: absolute;
  width: 465px;
  height: 460px;
  background: url(img/sergey.png) no-repeat;
  background-size: contain;
  bottom: 0;
  right: calc(50% - 350px);
}

.promo .wrapper {
  position: relative;
}

.promo__head {
  margin: 0 0 15px;
  font-size: 40px;
  font-weight: 900;
}
.promo__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.promo__btn {
  display: inline-block;
  margin: 25px 0 15px;
  padding: 15px 20px;
  background-color: var(--color-main);
  color: #fff;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.promo__btn:hover {
  text-decoration: none;
}

.promo__appeal {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  font-weight: 900;
  text-align: right;
  z-index: 2;
}
.promo__appeal span {
  display: inline-block;
  padding: 5px 10px;
  margin: 8px 0 0;
  border-radius: 7px;
  background-color: #FFD64B;
  color: #2A2A2A;
  font-size: 26px;
  font-weight: 700; 
}

.promo__founder {
  position: absolute;
  bottom: -50px;
  right: 0;
  display: inline-block;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  padding-left: 42px;
  background: url(../images/promo-vk.svg) left center no-repeat;
  background-size: 32px;
  z-index: 1;
}
.promo__founder:hover {
  text-decoration: none;
}
.promo__founder:hover .cls-1 {
  fill: blue;
}

.promo__founder span{font-family: 'Gotham Pro';font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;color: #FFFFFF;margin-top: 10px;display: block}

@media only screen and (max-width: 1024px) {
  .promo__appeal {
    max-width: 140px;
  }
  .promo::after { 
    right: calc(50% - 410px);
  }
}
@media only screen and (max-width: 780px) {
  .promo__founder,
  .promo__appeal  {
    display: none;
  }
  .promo {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .promo__head {
    font-size: 34px;
  }
}


/**************************************/
/************ PRICE-Descr ************/
/************************************/
.price-description .wrapper {
    position: relative;
    z-index: 2;   
}
.price-description {
    position: relative;
    padding: 60px 15px;
    background: url(../images/price-bg.jpg) top center no-repeat;
    background-color: #ececeb;
    background-size: cover;
}
.price-description::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, #fff, transparent);
}
.price-box {
    font-family: 'DINPro', sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}
.price-box span {
    font-size: 60px;
    color: #DD2734;
}

.advantages {
    display: flex;
    justify-content: center;
    margin: 40px 5vw;
    font-size: 24px;
    line-height: 130%;
}
.advantages li {
    margin: 0 auto;
    padding: 100px 15px 20px;
    text-align: center;
    white-space: nowrap;
    background-size: 84px;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.advantages li.installment {
    background-image: url(../images/payment01.png);
}
.advantages li.first-pay {
    background-image: url(../images/payment02.png);
}
.advantages li.term-pay {
    background-image: url(../images/payment03.png);
}


.in-price {
    margin: 0 5vw;
}
.in-price__header {
}
.in-price__header > b {
    display: inline-block;
    color: #cc3333;
    font-size: 28px;
    margin: 0 0 10px;
    padding: 4px 15px 4px 40px;
    background: url(../images/star-header.png) 0 8px no-repeat;
    background-size: 28px;
}
.in-price__list {
    font-size: 20px;
    margin-left: 9px;
}
.in-price__list > li {
    position: relative;
    padding: 4px 0 4px 30px;
}
.in-price__list > li::before {
    content: '';
    position: absolute;
    height: 9px;
    width: 9px;
    top: 13px;
    left: 0;
    background: #cc3333;
    border-radius: 50%;
}
.in-price__list > li > span {
    color: #cc3333;
}
.guarantee {
    margin: 60px 0 0 5vw;
    display: flex;
}
.guarantee__header {
    display: inline-block;
    color: #cc3333;
    background: #fff;
    font-size: 28px;
    margin: 15px 0 10px;
    padding: 4px 15px 4px 40px;    
    background: url(../images/star-header.png) 0 8px no-repeat;
    background-size: 28px;
}
.guarantee__text {
    font-size: 20px;
}
.guarantee__text span {
    color: #cc3333;
}
.guarantee__banner {
    position: relative;
    background: #fff;
    margin-top: 45px;
    margin-left: 30px;
    padding: 10px 25px 20px 110px;
    border: 5px solid #cc3333;
    border-top: none;
    text-align: center;
    font-size: 20px;
    width: 240px;
    box-sizing: content-box;
}
.guarantee__banner::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -5px;
    right: -5px;
    bottom: 50%;
    background: #fff;
    border: 5px solid #cc3333;
    transform: skewY(-4deg);
    z-index: -1;    
}
.guarantee__banner::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 110px;
    height: 185px;
    background: url('../images/like.png') 0 0 no-repeat;
    z-index: 2;
    background-size: 110px;
}
.guarantee__banner > p {
    position: relative;
    z-index: 3;
}

.beforehand {
    margin: 60px 5vw 0;
}
.beforehand__header {
    display: block;
    text-align: center;
    color: #cc3333;
    font-size: 28px;
    margin: 0 0 10px;
}
.beforehand__text {
    font-size: 20px;
}



@media only screen and (max-width: 780px) {
    .guarantee {
        flex-direction: column;
        align-items: center;
        margin: 60px 5vw 0;
    }
}
@media only screen and (max-width: 520px) {
    .price-box {
        font-size: 30px;
    }
    .price-box span {
        font-size: 42px;
    }
    .advantages {
        display: block;
        margin-left: 0;
        margin-right: 0;
        font-size: 0;
    }
    .advantages li {
        display: inline-block;
        width: 50%;
        font-size: 20px;
        line-height: 140%;
        padding: 90px 5px 10px;
        margin: 0 0 20px;        
    }
    .advantages li:last-child {
        width: 100%;
    }
    .in-price,
    .guarantee,
    .in-price__list {
        margin-left: 0;
        margin-right: 0;
        font-size: 18px;
    }
    .guarantee__banner {
        width: auto;
        margin: 20px 0 0;
        padding: 15px 10px 15px 40px;
        font-size: 18px;
    }
    .guarantee__banner::after {
        content: '';
        position: absolute;
        bottom: -53px;
        left: -20px;
        width: 110px;
        height: 185px;
        background: url('../images/like.png') 0 0 no-repeat;
        z-index: 2;
        background-size: 80px;
    }
}

@media only screen and (min-width: 1024px) {
    .aa-header__logo-2,
    #offer {
        display: none;
    }
    .aa-header__panel {
        align-items: center;
    }
    .cta {
        margin: 7px auto;
    }
}

.selfMangoWidgetWrap .selfMangoWidgetInner {background-color: #fff;border-radius: unset;padding: 50px 60px}
.selfMangoWidgetWrap .selfMangoWidgetClose {color: #000;}
.selfMangoWidgetWrap .title-widget {font-family: 'Gotham Pro';font-style: normal;font-weight: 700;font-size: 24px;line-height: 29px;color: #575756;margin-bottom: 15px;}
.selfMangoWidgetWrap .text-widget {font-family: 'Gotham Pro';font-style: normal;font-weight: 400;font-size: 16px;line-height: 22px;color: #575756;}
.selfMangoWidgetWrap .effect-23:focus ~ label, .selfMangoWidgetWrap .has-content.effect-23 ~ label {font-family: 'Gotham Pro';font-style: normal;font-weight: 400;font-size: 16px;line-height: 19px;color: #B5B5B5;}
.selfMangoWidgetWrap .has-content.effect-23 ~ label, .selfMangoWidgetWrap .effect-23:focus ~ label {top:-22px}
.selfMangoWidgetWrap .mangoTimer {display: none}
.selfMangoWidgetWrap .selfMangoWidgetInner .header__location a {font-family: 'Gotham Pro';font-style: normal;font-weight: 700;font-size: 17px;line-height: 20px;color: #575756;border-bottom: 1px dashed #575756;}
.selfMangoWidgetWrap .selfMangoWidgetInner .header__location {padding-left: 0 !important;margin-top: 10px;display: block}
.selfMangoWidgetWrap .img-circle {background-color: var(--color-main)}
.selfMangoWidgetWrap .circle-fill {background-color: var(--color-main)}
.selfMangoWidgetWrap .circlephone {border-color: var(--color-main)}
/*.selfMangoWidgetWrap .selfMangoInput{font-family: 'Gotham Pro';font-style: normal;font-weight: 400;font-size: 16px;line-height: 19px;color: #000;}*/

.totop {width: 40px;height: 40px;background: url('/bitrix/templates/army_2016_copy/scripts/img/to_top.svg') no-repeat 0 0;opacity: 1;top:300px}

@media only screen and (max-width: 1200px) {
  .promo__head {font-size: 32px;}
  .promo__list li {font-size: 16px;}
  .promo__btn {font-size: 16px;}
  .promo__coupon-count {font-size: 16px;}
  .promo__founder {font-size: 14px;}
  .legally__codex {font-size: 20px;}
  .legally__first-col, .legally__second-col {font-size: 13px;}
  .features__item a {font-size: 13px;}
  .phone-number {font-size: 20px;}
  .team__subheader {font-size: 14px;}
  .team__header {font-size: 24px;}
  .team__name {font-size: 16px;}
  .team__position, .accomp__subject a{font-size: 13px;}
  .article__header, .how-to-get__header{font-size: 24px;line-height: normal}
  .how-to-get p{font-size: 16px;}
  .how-to-get__call a, .messenger b {font-size: 18px;}
  .accomp__header {font-size: 22px;}
  .call__geolocation a {font-size: 12px;}
  .header__nav {border-left: 1px solid transparent;}
  .how-to-get__in {padding-left: 20px;max-width: 45%}
}

@media only screen and (max-width: 1024px) {
  .banner-bottom-phone {font-size: 20px;}
  .banner-bottom-text {font-size: 18px;}
  .banner-bottom-text span{font-size: 14px;}
  .header__menu {justify-content: flex-start}
  .header__menu > li{border-bottom: 1px solid #EBEBEB;}
  .header__user-link {background: url(img/user.svg) no-repeat 10px 15px;background-size: 10px 12px}
}

@media only screen and (max-width: 900px) {
  .header__flex{padding: 17px}
  .header__nav {border-left: 1px solid transparent;padding-left: 0;}
  .header__logo {padding-left: 0}
  .call__geolocation a{font-family: 'Gotham Pro';font-style: normal;font-weight: 700;font-size: 12px;line-height: 14px;color: var(--color-main);}
  .call__geolocation a span{font-family: 'Gotham Pro';font-style: normal;font-weight: 400;font-size: 12px;line-height: 14px;color: #575756;}

  .header__nav-link {font-family: 'Gotham Pro';font-style: normal;font-weight: 700;font-size: 14px;line-height: 17px;color: #575756;}

  .promo {min-height: 458px}
  .promo::after {width: 440px;height: 435px;background-size: 440px;}

  .header__menu {top: 90px;}

  .how-to-get {padding: 50px 15px;}
}

@media only screen and (max-width: 780px) {
  .team__list li{width: calc(33.33333% - 15px)}
  p.how-to-get__call{padding: 0}
}

@media only screen and (max-width: 767px) {
  .banner-bottom-inner {align-items: flex-start;padding:0 15px;}
  .banner-bottom-text {font-size: 13px;}
  .banner-bottom-text.xs-visible {font-size: 12px;}
  .banner-bottom-phone {font-size: 14px;}

  .promo__head{font-size: 22px;line-height: normal}
  .promo{padding: 50px 15px;min-height: 370px;}
  .advice.advice__mobile .call__geolocation{border-bottom: 1px dashed #575756;}
  .footer-nav .call__geolocation{border-bottom: 1px dashed #575756;}
  .footer-nav .call__geolocation a{color:#575756;}

  .how-to-get__in {width: 100%;max-width: 100%;padding-left: 0}

  .how-to-get__header {font-size: 20px;}
  .how-to-get p {font-size: 14px;}
  .how-to-get {background-image: unset;background-color: #28738A}

  .messenger b {line-height: normal;font-size: 14px;margin-bottom: 0}
  .messenger img {width: 18px}
  .messenger__flex > span {display: flex}

  .selfMangoWidgetWrap .selfMangoWidgetInner{padding: 40px 25px;width: calc(90% - 50px);}
  .selfMangoWidgetWrap .title-widget{font-size: 16px;}
  .selfMangoWidgetWrap .text-widget{font-size: 13px;}
  .selfMangoWidgetWrap .selfMangoWidgetInner .header__location a{font-size: 12px;}
  .selfMangoWidgetWrap .header__location span{font-size: 12px;}

  .accomp__header{margin-top: 30px}

  .footer-nav__menu {display: inline-flex}
  .footer-nav__menu li a {font-size: 14px;margin: 7px 5px;}

  .footer-info__flex, .footer-nav__flex{align-items: flex-start}
  .footer-info__desc {text-align: left;margin: 20px 0 10px 0;}
  .footer-info__social-btn {padding: 10px 0}
  .footer-info__copy {margin: 7px 0 0;}

  .footer-info__flex,
  .footer-nav__flex {
    flex-direction: column;
  }

  .footer-nav__flex {
    align-items: baseline;
  }

  .accomp__list {
    flex-direction: column;
    box-shadow: 0 0 10px #0000000a;
  }
  .accomp__card:nth-child(2) {
    margin: 0;
  }
  .accomp__card {
    box-shadow: none;
    margin: 2px 0;
  }
  .accomp__subject {
    font-weight: 500;
  }

  .promo::after{display: none}

  .features__flex {
    flex-direction: column;
    align-items: initial;
    flex-wrap: wrap;
  }
  .features__item {
    margin: 0;
    padding: 20px 0;
    width: 100%;
  }
  .features__item:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 2px solid var(--color-main);
    border-bottom: 2px solid var(--color-main);
  }
  .features__item a {
    align-items: center;
    width: 100%;
    margin: 0 8vw;
  }

  .aa-section-7__head {
    font-size: 24px;
    margin-bottom: 0;
  }
  .aa-section-2__column {
    flex-direction: column;
  }
  .aa-question-item {
    padding: 0 10px;
  }
  .aa-question-item__answer {
    margin: 0;
  }

  .aa-errors-list-2 .aa-error-item-2 {
    padding: 20px;
    background-position: 20px 21px;
    background-size: 40px;
  }
  .aa-error-item-2__title {
    padding-left: 50px;
    min-height: 40px;
    display: flex;
    align-items: center;
    margin: 0;
  }
  .algo-block--odd,
  .algo-block--even {
    margin-top: 20px;
  }
  .algo-block__head {
    font-size: 18px;
  }
  .aa-section-14__title,
  .aa-section-9__title,
  .aa-section-4__title {
    font-size: 22px;
    letter-spacing: -0.5px;
  }
  .aa-section-9__title {
    margin: 0;
    padding-bottom: 10px;
  }
  .action-block__call {
    font-size: 23px;
  }
  .action-block__appeal {
    font-size: 14px;
    max-width: 195px;
    margin: 10px auto;
    padding: 5px 5px;
  }
}

.trueprice{background: #e41818;color: white;white-space: nowrap;}
.fakeprice{background: url("../images/cros.gif") no-repeat;background-size: auto;background-size: 100% 81%;padding: 0px 32px;color: #C00;background-position: 0 23px;white-space: nowrap;}