@font-face {
  font-family: "PTSans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/PTSansRegular/PTSansRegular.eot");
  src: url("../fonts/PTSansRegular/PTSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"), url("../fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
}
@font-face {
  font-family: "PTSans";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/PTSansBold/PTSansBold.eot");
  src: url("../fonts/PTSansBold/PTSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSansBold/PTSansBold.woff") format("woff"), url("../fonts/PTSansBold/PTSansBold.ttf") format("truetype");
}
@font-face {
  font-family: "PFHighwaySansPro";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/PFHighwaySansProMedium/PFHighwaySansProMedium.eot");
  src: url("../fonts/PFHighwaySansProMedium/PFHighwaySansProMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/PFHighwaySansProMedium/PFHighwaySansProMedium.woff") format("woff"), url("../fonts/PFHighwaySansProMedium/PFHighwaySansProMedium.ttf") format("truetype");
}
@font-face {
  font-family: "PFHighwaySansPro";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/PFHighwaySansProBold/PFHighwaySansProBold.eot");
  src: url("../fonts/PFHighwaySansProBold/PFHighwaySansProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PFHighwaySansProBold/PFHighwaySansProBold.woff") format("woff"), url("../fonts/PFHighwaySansProBold/PFHighwaySansProBold.ttf") format("truetype");
}
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 1.6;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #333333;
  background: #fff;
  backface-visibility: hidden;
  margin-bottom: 460px;
  margin-top: 86px;
}

::-moz-selection {
  background-color: #FBE610;
  color: #333333;
}

::selection {
  background-color: #FBE610;
  color: #333333;
}

.hidden {
  display: none;
}

a {
  outline: none !important;
  color: #0168BA;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
  color: #F5425D;
}

strong {
  font-family: "PTSans", sans-serif;
  font-weight: 700;
}

sup {
  font-size: 16px;
}

.br {
  display: block;
}

.yellow-color {
  color: #FBE610;
}

.yellow-bg {
  background: #FFF691;
  padding: 0 10px;
  display: inline-block;
}

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

.alignright {
  float: right;
  margin: 0 0 30px 30px;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px;
  display: block;
  border-radius: 8px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: none;
  padding: 5px 15px;
  height: 50px;
  width: auto;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  background: #FBE610;
  color: #333333;
  transition: all 0.5s ease;
  cursor: pointer;
  outline: none;
  position: relative;
  text-decoration: none;
}
.button:hover, .button:active, .button:focus:hover {
  outline: none;
  color: #333333;
  background: #ffd800;
}
.button:focus {
  background: #FBE610;
  color: #333333;
  outline: none;
}
.button__icon {
  width: 28px;
  height: 34px;
  margin-right: 12px;
}
.button__count {
  margin-left: 12px;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 10px;
  border-radius: 15px;
}
.button--blue {
  background: #2F4D76;
  color: #fff;
}
.button--blue .button__icon {
  fill: #FBE610;
}
.button--blue:hover, .button--blue:active, .button--blue:focus:hover {
  color: #fff;
  background: #2a4262;
}
.button--blue:focus {
  background: #2F4D76;
  color: #fff;
}
.button--light {
  background: #EDF2F4;
  color: #626262;
}
.button--light:hover, .button--light:active, .button--light:focus:hover {
  color: #fff;
}
.button--light:focus {
  background: #EDF2F4;
  color: #626262;
}

.button-bordered {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #2F4D76;
  padding: 5px 30px;
  height: 50px;
  width: auto;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  background: transparent;
  color: #2F4D76;
  transition: all 0.5s ease;
  cursor: pointer;
  outline: none;
  position: relative;
  text-decoration: none;
}
.button-bordered:hover, .button-bordered:active, .button-bordered:focus:hover {
  outline: none;
  color: #fff;
  background: #2F4D76;
}
.button-bordered:focus {
  background: transparent;
  color: #2F4D76;
  outline: none;
}

.more-link {
  text-decoration: none;
  color: #0168BA;
  font-size: 22px;
  display: inline-block;
  line-height: 1.2;
  transition: all 0.5s ease;
}
.more-link__icon {
  width: 21px;
  height: 7px;
  fill: #0168BA;
  margin-left: 5px;
  transition: all 0.5s ease;
}
.more-link:hover {
  color: #F5425D;
}
.more-link:hover .more-link__icon {
  transform: translateX(10px);
  fill: #F5425D;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  font-family: "PFHighwaySansPro", sans-serif;
}
.section-title--center {
  text-align: center;
}

.tooltip {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #B94331;
  color: #FBE610;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.b-tooltip {
  display: inline-block;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease;
}

.b-tooltip-light {
  background: #FBE610;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
}
.b-tooltip-light:before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #FBE610 transparent transparent transparent;
  content: "";
}

.row--10 {
  margin-left: -10px;
  margin-right: -10px;
}

.col--10 {
  padding-left: 10px;
  padding-right: 10px;
}

.row--5 {
  margin-left: -5px;
  margin-right: -5px;
}

.col--5 {
  padding-left: 5px;
  padding-right: 5px;
}

.visible-768 {
  display: none;
}

.table-responsive {
  margin-bottom: 40px;
}

.table {
  margin: 0;
}
.table thead tr th {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-family: "PFHighwaySansPro", sans-serif;
  border: none;
  background: #2F4D76;
  vertical-align: middle;
  padding: 20px 30px;
}
.table tbody tr td {
  font-size: 16px;
  border: none;
  vertical-align: middle;
  background: #EDF2F4;
  padding: 12px 30px;
}
.table tbody tr td:last-child {
  font-weight: 700;
  font-size: 18px;
}
.table tbody tr:nth-child(even) td {
  background: #F7FBFC;
}

.rating {
  display: inline-flex;
  border: 1px solid #EDF2F4;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  padding: 5px 20px;
}
.rating__title {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  margin-right: 5px;
}
.rating__icon {
  width: 18px;
  height: 20px;
  fill: #B3BEC4;
  margin-right: 5px;
}
.rating__val {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  font-family: "PFHighwaySansPro", sans-serif;
}
.rating--mt {
  margin-top: 10px;
}
.rating__view {
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.rating__view .rating__icon {
  width: 23px;
  height: 14px;
  fill: #B3BEC4;
}
.rating__like {
  display: flex;
  align-items: center;
}
.rating__like .rating__icon {
  width: 18px;
  height: 20px;
  fill: #B3BEC4;
}

.breadcrumbs {
  margin-bottom: 40px;
}
.breadcrumbs ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  position: relative;
  margin-right: 12px;
  font-size: 12px;
  color: #9299A2;
  line-height: 1.2;
  font-weight: 400;
  display: list-item;
  margin-bottom: 5px;
}
.breadcrumbs ul li:before {
  position: absolute;
  top: 0;
  right: -8px;
  content: "/";
  color: #9299A2;
}
.breadcrumbs ul li:last-child {
  margin-right: 0;
}
.breadcrumbs ul li:last-child:before {
  display: none;
}
.breadcrumbs ul li a {
  color: #9299A2;
  transition: all 0.5s ease;
}
.breadcrumbs ul li a:hover {
  color: #F5425D;
}

.cards-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}
.cards-list .cards-list__item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.cards-list.small-paddings {
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
}
.cards-list.small-paddings .cards-list__item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cards-list.medium-paddings {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.cards-list.medium-paddings .cards-list__item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cards-list.columns-5 .cards-list__item {
  width: 20%;
}
.cards-list.columns-4 .cards-list__item {
  width: 25%;
}
.cards-list.columns-3 .cards-list__item {
  width: 33.3333%;
}
.cards-list.columns-2 .cards-list__item {
  width: 50%;
}
.cards-list.columns-1 .cards-list__item {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .cards-list.lg-columns-3 .cards-list__item {
    width: 33.333%;
  }
  .cards-list.lg-columns-2 .cards-list__item {
    width: 50%;
  }
  .cards-list.lg-columns-1 .cards-list__item {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .cards-list.md-columns-3 .cards-list__item {
    width: 33.333%;
  }
  .cards-list.md-columns-2 .cards-list__item {
    width: 50%;
  }
  .cards-list.md-columns-1 .cards-list__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cards-list.sm-columns-2 .cards-list__item {
    width: 50%;
  }
  .cards-list.sm-columns-1 .cards-list__item {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .cards-list.xs-columns-2 .cards-list__item {
    width: 50%;
  }
  .cards-list.xs-columns-1 .cards-list__item {
    width: 100%;
  }
}

[class^=icon-] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
[class^=icon-].icon-tick {
  width: 30px;
  height: 30px;
  background: url("../img/icons/green-tick.svg") no-repeat center center;
}
[class^=icon-].icon-cross {
  width: 30px;
  height: 30px;
  background: url("../img/icons/gray-cross.svg") no-repeat center center;
}
[class^=icon-].icon-writing {
  width: 23px;
  height: 26px;
  background: url("../img/icons/writing.svg") no-repeat center center;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #e9e9e9;
}
.preloader__whirlpool {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  border-radius: 974px;
}
.preloader__whirlpool::before, .preloader__whirlpool::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  border-left-color: #F5425D;
  border-radius: 974px;
  margin: -24px 0 0 -24px;
  height: 49px;
  width: 49px;
  animation: cssload-rotate 1150ms linear infinite;
}
.preloader__whirlpool::before {
  content: "";
  margin: -22px 0 0 -22px;
  height: 43px;
  width: 43px;
  animation: cssload-rotate 1150ms linear infinite;
}
.preloader__whirlpool::after {
  content: "";
  margin: -28px 0 0 -28px;
  height: 55px;
  width: 55px;
  animation: cssload-rotate 2300ms linear infinite;
}
@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  transition: all 0.5s ease;
}
.header.on {
  background: #21314E;
}
.header.on .toggle div {
  background: #fff;
}
.header.on .logo__img {
  fill: #fff;
}
.header.on .menu > ul > li > a {
  color: #A8B3C9;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header.on .menu > ul > li > a:hover {
  color: #fff;
}
.header.on .menu > ul > li.menu-item-has-children > a:after {
  border-color: #A8B3C9 transparent transparent transparent;
}
.header.on .menu > ul > li.menu-item-has-children > a:hover:after {
  border-color: #fff transparent transparent transparent;
}
.header.on .header-phone {
  color: #A8B3C9;
}
.header.on .header-phone:hover {
  color: #fff;
}
.header.on .language__title {
  color: #A8B3C9;
}
.header.on .language__active:after {
  border-color: #A8B3C9 transparent transparent transparent;
}
.header.on .language__active:hover .language__title {
  color: #fff;
}
.header.on .language__active:hover:after {
  border-color: #fff transparent transparent transparent;
}
.header.on .language__link .language__title {
  color: #A8B3C9;
}
.header.on .language__link:hover .language__title {
  color: #fff;
}
.header.on .header-user {
  background: #335290;
}
.header.on .header-user:hover {
  background: #FBE610;
}
.header.on .header-user:hover .header-user__icon {
  fill: #2F4D76;
}
.header.on .header-user__icon {
  fill: #FBE610;
}
.header__col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-phone {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  transition: all 0.5s ease;
  text-decoration: none;
}
.header-phone:hover {
  color: #FBE610;
}
.header-user {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: linear-gradient(90deg, #FFD800, #FBE812);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.header-user__icon {
  width: 16px;
  height: 18.8px;
  fill: #2F4D76;
  transition: all 0.5s ease;
}
.header-user:hover {
  background: #2F4D76;
}
.header-user:hover .header-user__icon {
  fill: #fff;
}
.header-contacts__toggle {
  color: #333333;
  font-size: 14px;
  line-height: 1;
  position: relative;
  cursor: pointer;
  padding-right: 18px;
  display: inline-block;
}
.header-contacts__toggle:after {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #fff transparent transparent transparent;
  content: "";
}
.header-contacts__toggle:hover {
  text-decoration: underline;
  color: #F5E1B6;
}

.social {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.social__item {
  line-height: 1;
  margin-right: 5px;
}
.social__item:last-child {
  margin-right: 0;
}
.social__link {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.social__link--telegram {
  background: #4E9CD3;
}
.social__link--whatsapp {
  background: #7FBE73;
}
.social__link--viber {
  background: #8162AC;
}
.social__link--skype {
  background: #48B3FF;
}
.social__link:hover {
  background: #FBE610;
}
.social__link:hover .header-social__icon {
  fill: #fff;
}
.social__icon {
  width: 13px;
  height: 14px;
  fill: #fff;
  transition: all 0.5s ease;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
.logo__img {
  max-width: 100%;
  height: auto;
  width: 80px;
  height: 31px;
  fill: #333333;
  transition: all 0.5s ease;
}
.logo__title {
  color: #90b24f;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
}

.menu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  margin: 0;
  line-height: 1;
}
.menu > ul > li {
  line-height: 1;
  margin-right: 35px;
  position: relative;
}
.menu > ul > li:last-child {
  margin-right: 0;
}
.menu > ul > li.current-menu-item > a:before {
  opacity: 1;
  bottom: 0;
}
.menu > ul > li.menu-item-has-children > a {
  padding-right: 20px;
}
.menu > ul > li.menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  transition: all 0.5s ease;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #898989 transparent transparent transparent;
}
.menu > ul > li.menu-item-new > a {
  padding-left: 50px;
}
.menu > ul > li.menu-item-new > a:after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
  font-size: 11px;
  color: #333333;
  background: linear-gradient(90deg, #FFD800, #FBE812);
  border-radius: 10px;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  padding: 4px 8px;
  line-height: 1.2;
  content: "new";
}
.menu > ul > li > a {
  text-align: center;
  line-height: 19px;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  transition: all 0.5s ease;
  position: relative;
  text-decoration: none;
  display: block;
  padding: 35px 0;
}
.menu > ul > li > a:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #FBE610;
  transition: all 0.5s ease;
  opacity: 0;
  content: "";
}
.menu > ul > li > a:hover {
  color: #FBE610;
}
.menu > ul > li:hover > a {
  color: #FBE610;
}
.menu > ul > li:hover > a:after {
  border-color: #FBE610 transparent transparent transparent;
}
.menu > ul > li:hover > ul {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.menu > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200px;
  background: #fff;
  margin: 0 0 0 -100px;
  padding: 0;
  list-style: none;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.5s ease;
}
.menu > ul > li > ul > li {
  border-bottom: 1px solid #e6e6e6;
}
.menu > ul > li > ul > li:last-child {
  border-bottom: none;
}
.menu > ul > li > ul > li > a {
  display: block;
  padding: 15px 15px;
  text-align: center;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.5s ease;
}
.menu > ul > li > ul > li > a:hover {
  color: #FBE610;
}

.language {
  position: relative;
}
.language:hover .language__list {
  opacity: 1;
  visibility: visible;
}
.language__active {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.2;
  padding-right: 15px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.language__active:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  transition: all 0.5s ease;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #898989 transparent transparent transparent;
}
.language__active:hover .language__title {
  color: #FBE610;
}
.language__active:hover:after {
  border-color: #FBE610 transparent transparent transparent;
}
.language__flag {
  width: 16px;
  height: auto;
  margin-right: 8px;
}
.language__title {
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.language__list {
  position: absolute;
  top: 100%;
  left: 0;
  padding-left: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.language__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.5s ease;
}
.language__link:hover .language__title {
  color: #FBE610;
}

.toggle {
  cursor: pointer;
  z-index: 50;
  position: relative;
  display: none;
}
.toggle div {
  width: 22px;
  height: 2px;
  background: #2F4D76;
  border-radius: 2px;
  margin: 5px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.toggle.on .toggle__1 {
  transform: rotate(45deg) translate(5px, 5px);
}
.toggle.on .toggle__2 {
  opacity: 0;
}
.toggle.on .toggle__3 {
  transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #21314E;
  display: none;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.26);
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu__inner {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding-bottom: 80px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu__menu > ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.mobile-menu__menu > ul > li {
  border-bottom: 1px solid #31415F;
  line-height: 1.2;
  position: relative;
}
.mobile-menu__menu > ul > li.menu-item-has-children {
  padding-right: 30px;
}
.mobile-menu__menu > ul > li.menu-item-has-children:after {
  position: absolute;
  top: 18px;
  right: 12px;
  content: "";
  width: 12px;
  height: 12px;
  z-index: 10;
  transition: all 0.5s ease;
  background: url(../img/mobile-menu-arrow.svg) no-repeat center center;
}
.mobile-menu__menu > ul > li.menu-item-has-children.on:after {
  transform: rotate(90deg);
}
.mobile-menu__menu > ul > li > ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  background: #1D2A41;
  margin-right: -30px;
  display: none;
}
.mobile-menu__menu > ul > li > ul > li {
  border-top: 1px solid #31415F;
  line-height: 1.2;
  position: relative;
}
.mobile-menu__menu > ul > li > ul > li > a {
  display: block;
  color: #fff;
  padding: 12px;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.5s ease;
  position: relative;
}
.mobile-menu__menu > ul > li > ul > li > a:hover {
  background: #21314E;
  color: #fff;
}
.mobile-menu__menu > ul > li.menu-item-new > a {
  padding-right: 55px;
}
.mobile-menu__menu > ul > li.menu-item-new > a:after {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -11px;
  font-size: 11px;
  color: #333333;
  background: linear-gradient(90deg, #FFD800, #FBE812);
  border-radius: 10px;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  padding: 4px 8px;
  line-height: 1.2;
  content: "new";
}
.mobile-menu__menu > ul > li > a {
  display: block;
  color: #fff;
  padding: 12px;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.5s ease;
  position: relative;
}
.mobile-menu__menu > ul > li > a:hover {
  background: #21314E;
  color: #fff;
}
.mobile-menu__cabinet {
  font-family: "PTSans", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding: 4px 12px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  border-bottom: 1px solid #31415F;
}
.mobile-menu__cabinet:hover {
  background: #21314E;
  color: #fff;
}
.mobile-menu__user {
  margin-left: auto;
  background: #FBE610;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.mobile-menu__user-icon {
  width: 16px;
  height: 18px;
  fill: #2F4D76;
}
.mobile-menu__bottom {
  padding: 0 12px;
  margin-top: auto;
}
.mobile-menu__contacts {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu__phone {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.mobile-menu__phone:hover {
  color: #fff;
}
.mobile-menu__button {
  width: 100%;
}

.scroll-disabled {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.form__group {
  margin-bottom: 20px;
  position: relative;
}
.form__button {
  width: 100%;
}
.form__input {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 1.2;
  color: #333333;
  padding: 5px 20px;
  height: 50px;
  font-weight: 400;
  transition: all 0.5s ease;
  box-shadow: none;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
.form__input:hover, .form__input:focus {
  border-color: #FBE610;
}
.form__input::-webkit-input-placeholder {
  color: #796F54;
  font-weight: 400;
}
.form__input:-moz-placeholder {
  color: #796F54;
  font-weight: 400;
}
.form__input::-moz-placeholder {
  color: #796F54;
  font-weight: 400;
}
.form__input:-ms-input-placeholder {
  color: #796F54;
  font-weight: 400;
}

.intl-tel-input {
  display: block;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background: #fff;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  border-radius: 4px;
  background: #2B4364;
  border: 1px solid #57739A;
  font-size: 16px;
  line-height: 1.2;
  color: #333333;
  height: 50px;
  font-weight: 400;
  transition: all 0.5s ease;
  box-shadow: none;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select2-container .select2-selection--single:hover, .select2-container .select2-selection--single:focus {
  border-color: #FBE610;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 48px;
  color: #fff;
  line-height: 48px;
  padding-left: 18px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 48px;
  width: 40px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}

.select2-dropdown {
  border-color: #FBE610;
  overflow: hidden;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #2F4D76;
  color: #fff;
  transition: all 0.5s ease;
}

.calculation-section {
  background: #2F4D76;
  padding: 15px 0;
}

.calculation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calculation__title {
  line-height: 1.2;
  color: #fff;
  margin: 0;
  font-weight: 700;
  font-size: 26px;
}
.calculation__form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.calculation__form .form__group {
  width: 230px;
  margin-right: 25px;
  margin-bottom: 0;
}
.calculation__form .form__group:last-child {
  width: 190px;
  margin-right: 0;
}

.picture-section {
  position: relative;
}
.picture-section__bg {
  display: block;
  width: 100%;
  height: auto;
}

.tags-section {
  padding: 38px 0 16px;
}

.tags {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 1;
}
.tags__item {
  margin-right: 12px;
  margin-bottom: 22px;
  line-height: 1;
}
.tags__link {
  display: block;
  border: 1px solid #EDF2F4;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #333333;
  padding: 12px 15px;
  text-decoration: none;
  transition: all 0.5s ease;
}
.tags__link:hover {
  color: #333333;
  background: #FBE610;
  border-color: #FBE610;
}

.partners-section {
  border-bottom: 1px solid #EDF2F4;
  border-top: 1px solid #EDF2F4;
  padding: 45px 0 30px;
}

.partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partners__title {
  font-size: 36px;
  font-weight: 500;
  margin: 0 50px 15px 0;
  font-family: "PFHighwaySansPro", sans-serif;
  white-space: nowrap;
}
.partners__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: -10px;
  padding-right: -10px;
}
.partners__item {
  filter: grayscale(100%);
  transition: all 0.5s ease;
  opacity: 0.3;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.partners__item:hover {
  filter: grayscale(0);
  opacity: 1;
}
.partners__img {
  max-width: 100%;
  height: auto;
}

.why-us-section {
  padding: 35px 0;
}

.why-us__title {
  text-align: center;
  margin-bottom: 45px;
}
.why-us__img {
  max-width: 100%;
  height: auto;
}
.why-us__descr h3 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 25px;
  font-family: "PFHighwaySansPro", sans-serif;
  max-width: 305px;
}
.why-us__descr p {
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 30px;
}
@media screen and (max-width: 991px) {
  .why-us__descr {
    padding-top: 40px;
  }
}
.why-us__button {
  width: 190px;
}

.report-section {
  padding: 60px 0;
  position: relative;
}
.report-section:before {
  position: absolute;
  top: 170px;
  left: 0;
  width: 100%;
  height: 90%;
  background: #F7FBFC;
  content: "";
}
.report-section--white-bg:before {
  display: none;
}

.report {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
  position: relative;
}
.report__phone {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -390px;
}
.report__header {
  background: linear-gradient(90deg, #FFD800, #FBE812);
  padding: 60px 385px 60px 60px;
}
.report__title {
  font-size: 36px;
}
.report__body {
  padding: 35px 385px 65px 60px;
}
.report-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.report-item__icon {
  width: 74px;
  height: auto;
  margin-right: 30px;
}
.report-item__descr h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px;
  font-family: "PFHighwaySansPro", sans-serif;
}
.report-item__descr p {
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .report--left .report__phone {
    right: auto;
    left: -100px;
  }
  .report--left .report__header {
    padding: 60px 60px 60px 410px;
  }
  .report--left .report__body {
    padding: 35px 60px 65px 410px;
  }
}

.finish-section {
  padding: 60px 0 120px;
}

.finish__descr {
  padding-left: 80px;
}
.finish__descr h3 {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: 500;
  font-family: "PFHighwaySansPro", sans-serif;
  max-width: 270px;
}
.finish__descr p {
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 45px;
}
.finish__checked {
  padding-left: 80px;
}

.finish-item {
  padding-left: 80px;
  position: relative;
  margin-bottom: 20px;
}
.finish-item:before {
  position: absolute;
  top: 32px;
  left: 21px;
  width: 7px;
  height: 100%;
  border-left: 6px dotted #EDF2F4;
  content: "";
}
.finish-item:last-child {
  margin-bottom: 0;
}
.finish-item:last-child:before {
  display: none;
}
.finish-item__check {
  position: absolute;
  top: 15px;
  left: 0;
  width: 48px;
  height: 48px;
  background: #2F4D76;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.finish-item__icon {
  width: 20px;
  height: 15px;
  fill: #FBE610;
}
.finish-item__descr {
  background: #EDF2F4;
  border-radius: 6px;
  padding: 15px 25px 20px;
  color: #818E93;
  max-width: 395px;
  width: 100%;
}
.finish-item__descr h4 {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
}
.finish-item__descr h5 {
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 12px;
  line-height: 1.2;
}
.finish-item__descr ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.finish-item__descr ul li {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
  color: #A1B4BC;
}
.finish-item__descr ul li:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: #A1B4BC;
}
.finish-item__descr ul li:last-child {
  margin-bottom: 0;
}
.finish-item--white .finish-item__descr {
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
  background: #fff;
}
.finish-item--white .finish-item__check {
  background: linear-gradient(90deg, #FFD800, #FBE812);
}
.finish-item--white .finish-item__icon {
  fill: #2F4D76;
}

.included-section {
  background: #F7FBFC;
  padding: 60px 0 0;
}

.included__inner {
  margin-bottom: -60px;
  position: relative;
  z-index: 10;
}
.included__title {
  margin-bottom: 10px;
}
.included__descr {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 30px;
}
.included__row {
  margin-left: -10px;
  margin-right: -10px;
}
.included__col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.included__manager {
  position: absolute;
  z-index: 15;
  bottom: -27px;
  right: 0;
}
.included__name {
  position: absolute;
  top: 47%;
  left: 15%;
}
.included__name h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.included__name p {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
  color: #617383;
}

.included-item {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
  padding: 35px 15px;
  height: 100%;
  text-align: center;
}
.included-item__icon-wrap {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.included-item__title {
  font-size: 18px;
  line-height: 1.2;
}

.watch-projects-section {
  background: linear-gradient(90deg, #FFD800, #FBE812);
  padding: 45px 0;
}

.watch-projects {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.watch-projects__descr {
  margin-top: 30px;
}
.watch-projects__descr h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
  font-family: "PFHighwaySansPro", sans-serif;
}
.watch-projects__descr p {
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}
.watch-projects__phone {
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  transition: all 0.5s ease;
  text-decoration: none;
}
.watch-projects__phone:hover {
  color: #F5425D;
}
.watch-projects__social .social__link:hover {
  background: #F5425D;
}

.info-block-section {
  padding: 60px 0;
}
.info-block-section--p-0 {
  padding: 0;
}
@media screen and (max-width: 575px) {
  .info-block-section {
    padding: 37px 0;
    border-top: 1px solid #edf2f4;
  }
}

.info-block__title {
  margin-bottom: 80px;
}
.info-block__title h2 {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 30px;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
}
.info-block__title p {
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 45px;
}
.info-block__img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.info-block__descr {
  max-width: 405px;
  margin-left: 30px;
}
.info-block__descr h3 {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 30px;
  font-weight: 500;
  font-family: "PFHighwaySansPro", sans-serif;
}
.info-block__descr p {
  font-size: 22px;
  line-height: 1.3636;
  margin: 0 0 45px;
}
.info-block__descr p:last-child {
  margin-bottom: 0;
}
.info-block__descr ul {
  padding-left: 0;
  list-style: none;
  margin: 0 0 40px;
}
.info-block__descr ul li {
  position: relative;
  padding-left: 45px;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 22px;
  font-weight: 700;
}
.info-block__descr ul li:before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #DEE5ED url(../img/checkbox-blue.svg) no-repeat center center;
  content: "";
  border-radius: 50%;
}
.info-block__descr ul li:last-child {
  margin-bottom: 0;
}
.info-block__stage {
  background: #FBE610;
  font-size: 22px;
  line-height: 1.2;
  padding: 12px 17px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333333;
  display: inline-block;
}
.info-block__tape {
  background: #F5425D;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 10px 10px 20px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 35px;
  position: relative;
  height: 50px;
}
.info-block__tape:after {
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #F5425D;
  content: "";
}
@media screen and (max-width: 575px) {
  .info-block__title {
    margin-bottom: 20px;
  }
  .info-block__title h2 {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 13px;
  }
  .info-block__title p {
    font-size: 16px;
    line-height: 1.4;
  }
  .info-block__title p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .info-block.process-page .info-block__descr {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .info-block__stage {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    padding: 7px 15px;
  }
  .info-block__tape {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.05em;
    height: 36px;
    margin-bottom: 14px;
  }
  .info-block__tape:after {
    right: -14px;
    border-width: 18px 0 18px 14px;
  }
  .info-block__descr ul li {
    position: relative;
    padding-left: 36px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .info-block__descr ul li:before {
    top: 0;
    width: 22px;
    height: 22px;
  }
  .info-block__descr ul li:last-child {
    margin-bottom: 0;
  }
}

.price-cards-section {
  padding: 30px 0;
  position: relative;
}
.price-cards-section:before {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 110%;
  background: #F7FBFC;
  content: "";
  z-index: -1;
}
.price-cards-section--top-bg {
  padding-bottom: 60px;
}
.price-cards-section--top-bg:before {
  height: 100%;
  top: -45%;
}
.price-cards-section.prices-page {
  margin-top: -400px;
}

.price-cards__title {
  margin-bottom: 45px;
  text-align: center;
}
.price-cards__row {
  margin-left: -10px;
  margin-right: -10px;
}
.price-cards__col {
  padding-left: 10px;
  padding-right: 10px;
}

.price-card {
  background: #fff;
  position: relative;
  transition: all 0.5s ease;
  height: 100%;
  padding-bottom: 85px;
  max-width: 394px;
  margin: 0 auto;
}
.price-card:hover {
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
}
.price-card:hover .price-card__button {
  opacity: 1;
}
.price-card__img-wrap {
  position: relative;
  overflow: hidden;
}
.price-card__tape {
  position: absolute;
  top: 25px;
  right: -50px;
  background: #F5425D;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  padding: 5px;
  text-align: center;
  transform: rotate(45deg);
  width: 200px;
}
.price-card__img {
  max-width: 100%;
  height: auto;
}
.price-card__descr {
  padding: 35px;
}
.price-card__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.price-card__h {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
  font-family: "PFHighwaySansPro", sans-serif;
}
.price-card__price {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
}
.price-card__text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.price-card__bottom {
  position: absolute;
  bottom: 35px;
  padding: 0 35px;
  width: 100%;
}
.price-card__button {
  width: 100%;
  opacity: 0;
}

.advantages {
  position: relative;
  padding: 35px 15px;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
  margin-bottom: -35px;
}
.advantages__col {
  border-right: 1px solid #E9EDF0;
}
.advantages__col:last-child {
  border: none;
}

.advantages-item {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantages-item__icon-wrap {
  margin-right: 20px;
}
.advantages-item__title {
  font-size: 18px;
  line-height: 1.2;
}

.special-offer-section {
  padding: 140px 0;
  background: url(../img/special-offer-bg.jpg) no-repeat center center;
  background-size: cover;
}

.special-offer {
  background: linear-gradient(90deg, #FFD800, #FBE812);
  padding: 50px 485px 50px 50px;
  position: relative;
}
.special-offer__tape {
  background: #F5425D;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px 10px 10px 20px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  height: 50px;
}
.special-offer__tape:before {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #F5425D;
  content: "";
}
.special-offer__descr {
  margin-bottom: 30px;
}
.special-offer__descr h2 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  font-size: 36px;
  font-family: "PFHighwaySansPro", sans-serif;
}
.special-offer__descr p {
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
}
.special-offer__descr .line-through {
  position: relative;
}
.special-offer__descr .line-through:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  background: #F5425D;
  content: "";
  transform: rotate(-30deg);
}
.special-offer__projects {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.special-offer-project {
  display: block;
  border: 1px solid #FFF393;
  margin-right: 20px;
  transition: all 0.5s ease;
}
.special-offer-project:hover {
  border-color: #F5425D;
}
.special-offer__more {
  font-size: 18px;
  width: 160px;
}
.special-offer__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.special-offer-phone {
  margin: 0 25px;
}
.special-offer-phone__title {
  font-size: 16px;
  line-height: 1.2;
}
.special-offer-phone__link {
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  transition: all 0.5s ease;
  text-decoration: none;
}
.special-offer-phone__link:hover {
  color: #F5425D;
}
.special-offer__social {
  margin-top: 20px;
}
.special-offer__social .social__link:hover {
  background: #F5425D;
}
.special-offer__book {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -305px;
}
@media screen and (max-width: 575px) {
  .special-offer {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 35px;
  }
  .special-offer__tape {
    font-size: 11px;
    margin-bottom: 22px;
    height: 28px;
    padding: 10px;
  }
  .special-offer__tape:before {
    border-width: 14px 0 14px 13px;
  }
  .special-offer__descr p {
    font-size: 16px;
  }
  .special-offer__projects {
    margin-bottom: 10px;
  }
  .special-offer__bottom {
    justify-content: space-between;
  }
  .special-offer__bottom .special-offer__button {
    order: 999;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 22px;
    letter-spacing: -0.02em;
    padding-left: 10px;
    padding-right: 10px;
  }
  .special-offer-phone {
    margin-right: 10px;
  }
  .special-offer-phone__link {
    letter-spacing: -0.01em;
    font-size: 20px;
  }
}

.works-section {
  position: relative;
  padding: 45px 0;
}
.works-section:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background: #F7FBFC;
  content: "";
}
.works-section--white {
  padding: 60px 0;
}
.works-section--white:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .works-section--white {
    background: #fff;
    padding: 40px 0;
    border-top: 1px solid #edf2f4;
  }
}

.works__text {
  margin-bottom: 80px;
}
.works__text h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  font-family: "PFHighwaySansPro", sans-serif;
}
.works__text p {
  font-size: 22px;
  line-height: 1.6;
  margin: 0;
}
.works__title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.works__title {
  margin-bottom: 25px;
}
.works__descr {
  background: linear-gradient(90deg, #FFD800, #FBE812);
  padding: 40px 40px 60px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.works__descr h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px;
  font-family: "PFHighwaySansPro", sans-serif;
}
.works__descr p {
  font-size: 22px;
  line-height: 1.4;
}
.works__descr p a {
  color: #333333;
  border-bottom: 1px solid #262626;
  transition: all 0.3s;
}
.works__descr p a:hover {
  border-bottom-color: transparent;
}
.works__row {
  margin-left: -5px;
  margin-right: -5px;
}
.works__col {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .works__text {
    margin-bottom: 30px;
  }
  .works__text h2 {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 17px;
  }
  .works__text p {
    font-size: 16px;
    line-height: 1.4;
  }
}

.slider-wrap {
  position: relative;
  margin-bottom: -10px;
}

.slider__row {
  margin-left: -5px;
  margin-right: -5px;
}
.slider__col {
  padding-left: 5px;
  padding-right: 5px;
}
.slider-block {
  position: relative;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}
.slider-block:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
  content: "";
}
.slider-block:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #FBE610;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  opacity: 0;
  transition: all 0.3s;
}
.slider-block:hover .slider-block__hidden {
  opacity: 1;
  z-index: 5;
  transform: translateY(0);
}
.slider-block:hover:after {
  opacity: 1;
}
.slider-block__tape {
  position: absolute;
  top: 25px;
  left: -50px;
  background: #F5425D;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 40px;
  text-align: center;
  transform: rotate(-45deg);
  width: 200px;
}
.slider-block__tape--right {
  left: auto;
  right: -50px;
  transform: rotate(45deg);
}
.slider-block__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.slider-block__descr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 300px;
  padding: 25px;
  transition: all 0.5s ease;
}
.slider-block__descr h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 7px;
  color: #fff;
}
.slider-block__descr p {
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
}
.slider-block__hidden {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  width: 100%;
  height: auto;
  padding: 10px;
  transition: all 0.5s ease;
}
.slider-block__text {
  background: #fff;
  padding: 20px;
}
.slider-block__text h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 7px;
  color: #333333;
}
.slider-block__text p {
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
  color: #2F4D76;
  font-weight: 700;
}
.slider-block__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-block__more {
  font-size: 18px;
}
.slider-block__thumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.slider-block__thumb {
  margin-right: 5px;
  border: 1px solid #fff;
  transition: all 0.5s ease;
}
.slider-block__thumb:hover {
  border-color: #F5425D;
}
.slider-block__thumbs-plus {
  width: 65px;
  height: 55px;
  background: #ECF2F4;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.slider-block--middle {
  height: 405px;
}
.slider-block--small {
  height: 250px;
}
@media screen and (max-width: 991px) {
  .slider-block--middle {
    height: 300px;
  }
}

.slider-update {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #F5425D;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}

.slider-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  padding: 20px 25px;
}
.slider-nav__count {
  font-size: 18px;
  color: #C7C7C7;
  line-height: 1.2;
  margin-right: 25px;
}
.slider-nav__count span {
  padding: 0 5px;
}
.slider-nav__prev, .slider-nav__next {
  cursor: pointer;
}
.slider-nav__prev:hover .slider-nav__icon, .slider-nav__next:hover .slider-nav__icon {
  fill: #333333;
}
.slider-nav__prev {
  margin-right: 15px;
}
.slider-nav__icon {
  width: 24px;
  height: 16px;
  transition: all 0.5s ease;
  fill: #CBCBCB;
}
.slider-nav--left {
  left: 0;
}
.slider-nav--bottom-right {
  bottom: 10px;
  top: auto;
}
.slider-nav--bottom-left {
  bottom: 10px;
  top: auto;
  left: 0;
  right: auto;
}
@media screen and (max-width: 991px) {
  .slider-nav--bottom-right {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
  .slider-nav--bottom-left {
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .slider-nav {
    padding: 15px;
  }
}

.slick-dots {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.slick-dots li {
  line-height: 1;
  margin: 0 4px 4px;
}
.slick-dots li.slick-active button {
  background: #FBE610;
}
.slick-dots li button {
  font-size: 0;
  line-height: 1;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #EDF2F4;
  border: none;
  outline: none;
}

.design-section {
  padding: 120px 0 0;
  position: relative;
}
.design-section__more {
  text-align: center;
  padding-top: 65px;
}
.design-section--p-60 {
  padding: 60px 0;
}
.design-section--top {
  margin-top: -220px;
}
.design-section--cabinet {
  margin-top: -460px;
}
@media screen and (max-width: 991px) {
  .design-section--p-60 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .design-section .slider-wrap {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .design-section--top {
    margin-top: 20px;
  }
}

.design {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
}
.design__header {
  background: linear-gradient(90deg, #FFD800, #FBE812);
  padding: 40px 50px;
}
.design__header h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
  margin: 0 0 15px;
  line-height: 1.2;
  max-width: 330px;
}
.design__header h2:last-child {
  margin-bottom: 0;
}
.design__header p {
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
}
.design__body {
  padding: 40px 50px;
  background: #fff;
}
.design__body h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "PFHighwaySansPro", sans-serif;
  margin: 0 0 20px;
}
.design__body p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 30px;
}
.design__list {
  padding-left: 0;
  list-style: none;
  margin: 0 0 30px;
}
.design__list li {
  position: relative;
  padding-left: 45px;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.design__list li strong {
  margin-right: 0.3em;
}
.design__list li:before, .design__list li:after {
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../img/checkbox-blue.svg) no-repeat center center;
  content: "";
  border-radius: 50%;
}
.design__list li:before {
  background: linear-gradient(90deg, #FFD800, #FBE812);
}
.design__list li:last-child {
  margin-bottom: 0;
}
.design__list--yellow li:before {
  background-color: #FBE610;
}
.design__title {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.design__descr {
  font-size: 22px;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
  line-height: 1.2;
  margin: 0 0 30px;
}
.design__more {
  font-size: 18px;
}
.design--left, .design--right {
  width: 395px;
  position: relative;
  z-index: 10;
}
.design--right {
  margin-left: -115px;
}
@media screen and (max-width: 1199px) {
  .design__header {
    padding: 30px;
  }
  .design__body {
    padding: 30px;
  }
  .design--left, .design--right {
    width: 340px;
  }
}
@media screen and (max-width: 991px) {
  .design {
    margin-top: -103px;
  }
  .design--left, .design--right {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .design__header h2 {
    max-width: unset;
  }
  .design__header h2 .br {
    display: inline;
    margin-left: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .design {
    margin-top: -92px;
  }
  .design--left, .design--right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .design__header {
    padding: 22px 20px;
  }
}
@media screen and (max-width: 575px) {
  .design__title {
    font-size: 18px;
  }
  .design__descr {
    font-size: 18px;
  }
  .design__list {
    margin: 0 0 12px;
  }
  .design__list li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .design__list li:before, .design__list li:after {
    top: 0;
    width: 22px;
    height: 22px;
  }
  .design__list li:last-child {
    margin-bottom: 0;
  }
}

.progress-wrap {
  margin-bottom: 45px;
}

.progress {
  height: 8px;
  background: #ECF2F4;
  border-radius: 0;
}
.progress-title {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.progress-bar {
  background: #FBE610;
}

.image-slider-wrap {
  margin-bottom: 6px;
  position: relative;
}

.image-slider-descr-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .image-slider-descr-wrap {
    position: static;
    margin-top: -180px;
  }
}
@media screen and (max-width: 575px) {
  .image-slider-descr-wrap {
    margin-top: -75px;
  }
}

.image-slider-descr {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
  max-width: 625px;
}
.image-slider-descr__header {
  background: linear-gradient(90deg, #FFD800, #FBE812);
  padding: 40px 50px;
}
.image-slider-descr__tape {
  background: #F5425D;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px 10px 10px 20px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  height: 50px;
}
.image-slider-descr__tape:before {
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #F5425D;
  content: "";
}
.image-slider-descr__title h2 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px;
  font-size: 40px;
  font-family: "PFHighwaySansPro", sans-serif;
}
.image-slider-descr__title p {
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
}
.image-slider-descr__title .line-through {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-left: 20px;
}
.image-slider-descr__title .line-through:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  background: #F5425D;
  content: "";
  transform: rotate(-15deg);
  z-index: 1;
}
.image-slider-descr__title .line-through sup {
  font-size: 22px;
}
.image-slider-descr__body {
  padding: 40px 50px;
}
.image-slider-descr__body ul {
  padding-left: 0;
  list-style: none;
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
}
.image-slider-descr__body ul li {
  position: relative;
  padding-left: 45px;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
  width: 50%;
}
.image-slider-descr__body ul li:before, .image-slider-descr__body ul li:after {
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../img/checkbox-blue.svg) no-repeat center center;
  content: "";
  border-radius: 50%;
}
.image-slider-descr__body ul li:before {
  z-index: 2;
}
.image-slider-descr__body ul li:after {
  background: linear-gradient(90deg, #FFD800, #FBE812);
}
@media screen and (max-width: 991px) {
  .image-slider-descr {
    max-width: 100%;
    width: 100%;
  }
  .image-slider-descr__title .yellow-bg {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .image-slider-descr__header {
    padding: 20px;
  }
  .image-slider-descr__tape {
    display: none;
  }
  .image-slider-descr__title h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .image-slider-descr__title p {
    font-size: 18px;
    line-height: 1.2;
  }
  .image-slider-descr__title .yellow-bg {
    margin-top: 0;
  }
  .image-slider-descr__title .line-through {
    font-size: 19px;
    line-height: 24px;
  }
  .image-slider-descr__title .line-through sup {
    font-size: 16px;
  }
  .image-slider-descr__body {
    padding: 25px 23px;
  }
  .image-slider-descr__body ul {
    margin-bottom: -13px;
  }
  .image-slider-descr__body ul li {
    padding-left: 34px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 13px;
  }
  .image-slider-descr__body ul li:before, .image-slider-descr__body ul li:after {
    width: 22px;
    height: 22px;
    top: 0;
  }
  .image-slider-descr__body .button {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .image-slider-descr__header {
    padding-right: 8px;
  }
  .image-slider-descr__body ul li {
    width: 100%;
  }
  .image-slider-descr__title p {
    letter-spacing: -0.01em;
  }
  .image-slider-descr__title .yellow-bg {
    padding: 0;
  }
  .image-slider-descr__title .line-through {
    margin-left: 3px;
    font-size: 18px;
  }
}

.image-slider__item {
  position: relative;
  outline: none;
  height: 700px;
}
@media screen and (max-width: 991px) {
  .image-slider__item {
    height: 70vh;
  }
}
@media screen and (max-width: 767px) {
  .image-slider__item {
    height: 350px;
  }
}
@media screen and (max-width: 575px) {
  .image-slider__item {
    height: 250px;
  }
}
.image-slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .image-slider-thumb {
    display: none;
  }
}
.image-slider-thumb .slick-list {
  margin-left: -3px;
  margin-right: -3px;
}
.image-slider-thumb .slick-slide {
  padding-left: 3px;
  padding-right: 3px;
}
.image-slider-thumb__item {
  position: relative;
  outline: none;
  height: 160px;
  opacity: 0.55;
  transition: all 0.5s ease;
  cursor: pointer;
}
.image-slider-thumb__item:hover {
  opacity: 1;
}
.image-slider-thumb__item.slick-current {
  opacity: 1;
}
.image-slider-thumb__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-section {
  padding: 60px 0;
  position: relative;
}
.project-section:before {
  position: absolute;
  top: 220px;
  left: 0;
  width: 100%;
  height: 69%;
  background: #F7FBFC;
  content: "";
}
.project-section__title {
  margin-bottom: 30px;
}
.project-section--white-bg:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .project-section {
    padding: 26px 0 40px;
    border-top: 1px solid #edf2f4;
  }
}

.project-card {
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
  margin-bottom: 75px;
}
.project-card__header {
  padding: 0 40px 80px;
  position: relative;
  background: linear-gradient(90deg, #FFD800, #FBE812);
  height: 350px;
}
.project-card__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -149px;
}
.project-card__body {
  padding: 0 40px 40px;
  background: #fff;
}
.project-card__descr {
  margin-bottom: 20px;
}
.project-card__descr h3 {
  font-size: 26px;
  font-weight: 500;
  font-family: "PFHighwaySansPro", sans-serif;
  margin: 0 0 12px;
}
.project-card__descr h4 {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
}
.project-card__descr p {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  line-height: 1.4;
  color: #2F4D76;
}
.project-card__slider-nav {
  left: 0;
  padding-left: 0;
  padding-right: 0;
}
.project-card__more {
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .project-card__header {
    padding: 0 15px;
    height: auto;
  }
  .project-card__img {
    position: static;
    max-width: 100%;
    margin: -67px auto 0;
  }
  .project-card__body {
    padding: 30px 20px 35px;
  }
  .project-card__descr h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .project-card__descr h4 {
    font-size: 14px;
  }
  .project-card__descr p {
    font-size: 18px;
  }
  .project-card__slider-nav {
    width: 100%;
    justify-content: space-between;
    padding: 0;
  }
  .project-card__slider-nav .slider-nav__prev {
    margin-left: auto;
  }
}

.project-card-count {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.project-card-count__val {
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
  margin-right: 10px;
}
.project-card-count__title {
  font-size: 18px;
  line-height: 1.2;
  max-width: 85px;
}
@media screen and (max-width: 767px) {
  .project-card-count {
    margin-bottom: 12px;
  }
  .project-card-count__val {
    font-size: 80px;
    margin-right: 8px;
  }
  .project-card-count__title {
    font-size: 16px;
    line-height: 1.4;
  }
}

.project-card-slider {
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .project-card-slider {
    padding-top: 55px;
  }
}

.project-faq {
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
  margin-bottom: 75px;
}
@media screen and (max-width: 991px) {
  .project-faq {
    margin-bottom: 165px;
  }
}
@media screen and (max-width: 767px) {
  .project-faq {
    margin-bottom: 60px;
  }
}

.project-add-row {
  margin-left: -10px;
  margin-right: -10px;
}

.project-add-col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
.project-add-col:first-child .project-add:before, .project-add-col:first-child .project-add:after {
  position: absolute;
  top: -23px;
  left: 40px;
  width: 46px;
  height: 46px;
  background: url(../img/plus.svg) no-repeat center center;
  border-radius: 50%;
  content: "";
}
.project-add-col:first-child .project-add:before {
  background: linear-gradient(90deg, #FFD800, #FBE812);
}
@media screen and (max-width: 575px) {
  .project-add-col:first-child .project-add {
    padding-top: 45px;
  }
  .project-add-col:first-child .project-add:before, .project-add-col:first-child .project-add:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.project-add {
  position: relative;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
  padding: 45px 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.project-add__circle {
  min-width: 86px;
  border-radius: 50%;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-add__descr h4 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
  margin: 0 0 5px;
}
.project-add__descr p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .project-add {
    flex-direction: column;
    padding: 23px 30px 30px;
  }
  .project-add__descr {
    width: 100%;
    text-align: center;
  }
  .project-add__descr h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .project-add__descr p {
    font-size: 16px;
    line-height: 26px;
  }
  .project-add__circle {
    margin-bottom: 17px;
    margin-right: 0;
  }
}

.mobile-project-card-wrapper {
  margin-top: 95px;
}
.mobile-project-card-wrapper .project-card {
  margin-bottom: 0;
}

.faq-block {
  overflow: hidden;
  border-bottom: 1px solid #F5FAF8;
}
.faq-block:last-child {
  border-bottom: none;
}
.faq-block__toggle {
  padding: 30px 30px 30px 85px;
  cursor: pointer;
  transition: all 0.5s ease;
  background: #fff;
  color: #333333;
  position: relative;
}
.faq-block__toggle h3 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
}
.faq-block__toggle:hover {
  background: #F5FAF8;
}
.faq-block.on .faq-block__toggle {
  background: #F5FAF8;
  color: #333333;
}
.faq-block.on .faq-block__icon {
  background: #fff;
}
.faq-block.on .faq-block__arrow {
  transform: rotate(180deg);
}
.faq-block__icon {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 35px;
  width: 26px;
  height: 26px;
  background: #F5FAF8;
  border-radius: 50%;
  content: "";
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-block__arrow {
  width: 11px;
  height: 7px;
  transition: all 0.5s ease;
  fill: #B3BEC4;
}
.faq-block__hidden.hidden {
  display: none;
}
.faq-block__hidden.visible {
  display: block;
}
.faq-block__descr {
  background: #F5FAF8;
  padding: 0 30px 30px 85px;
}
.faq-block__descr p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.faq-block__descr p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .faq-block__toggle {
    padding: 27px 10px 27px 52px;
  }
  .faq-block__icon {
    left: 10px;
  }
  .faq-block__descr {
    padding: 0 25px 25px 52px;
  }
  .faq-block__hidden {
    margin-top: -20px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 575px) {
  .faq-block {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

.faq-card {
  padding: 65px 50px 35px;
  background: #FBE610;
}
.faq-card__circle {
  width: 332px;
  margin: 0 auto 17px;
}
.faq-card__circle img {
  max-width: 100%;
}
.faq-card__descr {
  text-align: center;
  margin-bottom: 25px;
}
.faq-card__descr h3 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 10px;
  font-family: "PFHighwaySansPro", sans-serif;
}
.faq-card__descr p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .faq-card {
    padding: 40px 15px 30px;
  }
  .faq-card__circle {
    width: 197px;
    margin-bottom: 40px;
  }
  .faq-card__descr h3 {
    font-size: 26px;
  }
}

.yellow-banner-section--p-40 {
  padding: 40px 0;
}
.yellow-banner-section--pb-60 {
  padding-bottom: 60px;
}

.yellow-banner {
  background: linear-gradient(90deg, #FFD800, #FBE812);
  position: relative;
  padding: 30px 455px 30px 50px;
}
.yellow-banner__img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}
.yellow-banner__descr {
  position: relative;
  z-index: 10;
}
.yellow-banner__title {
  margin-bottom: 10px;
  line-height: 1.1;
}
.yellow-banner__h3 {
  font-size: 22px;
  font-weight: 70;
  font-family: "PFHighwaySansPro", sans-serif;
  margin-bottom: 10px;
  line-height: 1.4;
}
.yellow-banner__contacts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.yellow-banner__button {
  margin-left: auto;
  width: 190px;
}
.yellow-banner__phone {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  transition: all 0.5s ease;
  margin-right: 10px;
  white-space: nowrap;
}
.yellow-banner__phone:hover {
  color: #F5425D;
}
.yellow-banner__social .social__link:hover {
  background: #F5425D;
}
.yellow-banner__p {
  font-size: 22px;
  line-height: 1.4;
  margin: 20px 0 0;
}
.yellow-banner__p--small {
  font-size: 16px;
  margin-bottom: 0;
}
.yellow-banner--left {
  padding: 30px 50px 30px 600px;
}
.yellow-banner--left .yellow-banner__img {
  left: 0;
  right: auto;
}
.yellow-banner--form {
  padding: 30px 370px 30px 50px;
}
@media screen and (max-width: 1199px) {
  .yellow-banner__contacts {
    flex-wrap: wrap;
  }
  .yellow-banner__phone {
    margin-right: 20px;
  }
  .yellow-banner__button {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .yellow-banner {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
  .yellow-banner__img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
  }
  .yellow-banner__descr {
    padding: 30px 22px;
    background: linear-gradient(90deg, #FFD800, #FBE812);
  }
}

.design-team-section {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .design-team-section {
    border-top: 1px solid #edf2f4;
    padding: 40px 0;
  }
}

.design-team {
  background: url(../img/design-team-bg.jpg) no-repeat center center;
  padding: 40px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .design-team {
    background: none;
    padding: 0;
    position: relative;
    flex-direction: column;
  }
  .design-team:before {
    content: "";
    display: block;
    width: 100%;
    height: 160px;
    background: url(../img/design-team-bg.jpg) no-repeat center center;
    background-size: cover;
  }
}

.design-team-card {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
  max-width: 545px;
  margin-left: auto;
}
.design-team-card__header {
  background: linear-gradient(90deg, #FFD800, #FBE812);
  padding: 40px 50px;
}
.design-team-card__header h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 15px;
  font-family: "PFHighwaySansPro", sans-serif;
}
.design-team-card__header p {
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
}
.design-team-card__body {
  padding: 40px 50px;
}
.design-team-card__button {
  width: 190px;
}
.design-team-card__items {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .design-team-card {
    width: 475px;
  }
}
@media screen and (max-width: 767px) {
  .design-team-card {
    width: 100%;
  }
  .design-team-card__header {
    padding: 27px;
  }
  .design-team-card__header h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 27px;
  }
  .design-team-card__header p {
    font-size: 16px;
    line-height: 1.4;
  }
  .design-team-card__body {
    padding: 30px 23px;
  }
}
@media screen and (max-width: 575px) {
  .design-team-card__button {
    width: 100%;
  }
}

.design-team-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.design-team-item:last-child {
  margin-bottom: 0;
}
.design-team-item__circle {
  min-width: 68px;
  border-radius: 50%;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.design-team-item__title {
  font-size: 22px;
  line-height: 1.2;
}
.design-team-item__val {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .design-team-item {
    margin-bottom: 20px;
  }
  .design-team-item__circle {
    margin-right: 5px;
    min-width: unset;
    width: 43px;
  }
  .design-team-item__circle img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .design-team-item__title {
    font-size: 16px;
    line-height: 22px;
  }
}

.compare-section {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .compare-section {
    padding: 10px 0 40px;
  }
  .compare-section .slider-wrap {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .compare-section .slider-wrap {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

.compare-card {
  width: 445px;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
  position: relative;
  z-index: 10;
}
.compare-card__header {
  background: #2F4D76;
  padding: 50px 50px 55px;
}
.compare-card__header h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #FBE610;
  font-family: "PFHighwaySansPro", sans-serif;
  margin: 0;
}
.compare-card__body {
  padding: 50px;
}
.compare-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 7px;
  font-family: "PFHighwaySansPro", sans-serif;
}
.compare-card__descr {
  font-size: 22px;
  font-weight: 700;
  color: #2F4D76;
  margin-bottom: 25px;
  line-height: 1.2;
}
.compare-card__more {
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .compare-card__header {
    padding: 30px;
  }
  .compare-card__body {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .compare-card {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .compare-card {
    margin-top: -20px;
  }
  .compare-card__header {
    padding: 20px;
  }
  .compare-card__header h2 {
    font-size: 20px;
    line-height: 1.1;
  }
  .compare-card__body {
    padding: 30px 20px 25px;
  }
  .compare-card__title {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 7px;
  }
  .compare-card__descr {
    font-size: 18px;
    margin-bottom: 19px;
  }
  .compare-card__more {
    letter-spacing: -0.02em;
    font-size: 16px;
  }
}

.compare-slider__tape {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #F5425D;
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
.compare-slider__slider-nav {
  bottom: 0;
  top: auto;
}
.compare-slider__img img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 575px) {
  .compare-slider__slider-nav {
    display: none;
  }
}

.summer-action-section {
  padding: 60px 0 80px;
  position: relative;
}
.summer-action-section:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #F7FBFC;
  content: "";
}
@media screen and (max-width: 767px) {
  .summer-action-section {
    padding: 40px 0;
    border-top: 1px solid #edf2f4;
  }
}

.summer-action {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
}
.summer-action__header {
  background: linear-gradient(90deg, #FFD800, #FBE812);
  padding: 40px 50px;
}
.summer-action__tape {
  background: #F5425D;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px 10px 10px 20px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  height: 50px;
}
.summer-action__tape:before {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #F5425D;
  content: "";
}
.summer-action__descr {
  display: flex;
  justify-content: space-between;
}
.summer-action__title h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "PFHighwaySansPro", sans-serif;
  margin: 0 0 10px;
}
.summer-action__title h2 .line-through {
  position: relative;
  margin-right: 0.3em;
}
.summer-action__title h2 .line-through:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  background: #F5425D;
  content: "";
  transform: rotate(-30deg);
}
.summer-action__title p {
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
}
.summer-action__button {
  width: 190px;
}
.summer-action__body {
  padding: 50px 50px;
}
.summer-action__body h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "PFHighwaySansPro", sans-serif;
  margin: 0 0 35px;
}
.summer-action__body ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.summer-action__body ul li {
  position: relative;
  padding-left: 45px;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.summer-action__body ul li:before, .summer-action__body ul li:after {
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../img/checkbox-blue.svg) no-repeat center center;
  content: "";
  border-radius: 50%;
}
.summer-action__body ul li:before {
  background: linear-gradient(90deg, #FFD800, #FBE812);
}
.summer-action__img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .summer-action__button {
    display: none;
  }
  .summer-action__img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .summer-action__img {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 575px) {
  .summer-action__header {
    padding: 28px 20px 20px;
  }
  .summer-action__tape {
    font-size: 11px;
    height: 28px;
    margin-bottom: 20px;
  }
  .summer-action__tape:before {
    border-width: 14px 0 14px 13px;
  }
  .summer-action__title h2 {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 13px;
  }
  .summer-action__title h2 .line-through {
    display: inline-block;
  }
  .summer-action__title h2 .line-through:before {
    height: 2px;
  }
  .summer-action__title p {
    font-size: 16px;
    line-height: 1.4;
  }
  .summer-action__img {
    transform: translateX(15px);
  }
  .summer-action__body {
    padding: 15px 15px 20px;
  }
  .summer-action__body h3 {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
  .summer-action__body ul li {
    padding-left: 32px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 23;
  }
  .summer-action__body ul li:last-child {
    margin-bottom: 0;
  }
  .summer-action__body ul li:before, .summer-action__body ul li:after {
    top: 0;
    width: 22px;
    height: 22px;
  }
}

.page-header-section {
  position: relative;
  height: 300px;
}
.page-header-section:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.65);
  content: "";
}
.page-header-section--big {
  height: 525px;
}
@media screen and (max-width: 767px) {
  .page-header-section {
    height: 185px;
  }
}

.page-header {
  padding: 45px 0;
  position: relative;
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-header__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header__title {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
  position: relative;
  z-index: 10;
  margin: 0;
}
.page-header__title--article {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header__container {
  position: relative;
}
.page-header__article-caption {
  display: flex;
  height: 100%;
  align-items: center;
}
.page-header__article-caption h1 {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
  position: relative;
  z-index: 10;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-header__cabinet-caption {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .page-header__cabinet-caption h1 {
    margin: 0;
  }
  .page-header__cabinet-caption .page-header__demo {
    display: none;
  }
  .page-header__cabinet-caption .page-header__row {
    justify-content: center;
  }
}
.page-header__category {
  background: #F5425D;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: -20px;
  left: 15px;
  z-index: 10;
  display: inline-block;
  transition: all 0.5s ease;
}
.page-header__category:hover {
  background: #FBE610;
  color: #333333;
}
.page-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.page-header__demo {
  background: #F5425D;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
.page-header--center {
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  .page-header.sm-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header h1 {
    font-size: 20px;
  }
  .page-header__category {
    bottom: -30px;
    display: none;
  }
  .page-header--center {
    padding-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.inner-menu-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(39, 39, 39, 0.8);
  z-index: 10;
}

.inner-menu ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-menu ul li {
  width: 100%;
}
.inner-menu ul li.current-menu-item a {
  background: #fff;
  color: #333333;
}
.inner-menu ul li.current-menu-item a:before {
  display: block;
}
.inner-menu ul li.current-menu-item a:hover {
  color: #333333;
}
.inner-menu ul li a {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 15px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.5s ease;
}
.inner-menu ul li a:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #FBE610;
  content: "";
  display: none;
  transition: all 0.5s ease;
}
.inner-menu ul li a:hover {
  color: #FBE610;
}

.mobile-nav-line {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media screen and (min-width: 992px) {
  .mobile-nav-line {
    display: none;
  }
}
.mobile-nav-line .nav-line-header {
  background: rgba(39, 39, 39, 0.79);
  cursor: pointer;
}
.mobile-nav-line .nav-line-header .nav-line-header-inner {
  height: 50px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav-line .nav-line-header .nav-line-header-inner .current-page-name {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin: 0;
}
.mobile-nav-line .nav-line-header .nav-line-header-inner .opener {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.mobile-nav-line .nav-line-header .nav-line-header-inner .opener:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.mobile-nav-line .nav-line-header.opened .nav-line-header-inner {
  height: 50px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav-line .nav-line-header.opened .nav-line-header-inner .current-page-name {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.mobile-nav-line .nav-line-header.opened .nav-line-header-inner .opener {
  transform: rotate(-90deg);
}
.mobile-nav-line .nav-line-hidden-content {
  position: absolute;
  top: 50px;
  left: 0;
  background: rgba(39, 39, 39, 0.94);
  width: 100%;
  padding-top: 15px;
  display: none;
}
.mobile-nav-line .nav-line-hidden-content ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.mobile-nav-line .nav-line-hidden-content ul li {
  margin-bottom: 5px;
}
.mobile-nav-line .nav-line-hidden-content ul li:last-child {
  margin-bottom: 0;
}
.mobile-nav-line .nav-line-hidden-content ul li a {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.mobile-nav-line .nav-line-hidden-content ul li a:hover {
  color: #FBE610;
}
.mobile-nav-line .nav-line-hidden-content ul li.current-menu-item a {
  color: #FBE610;
}

.article-section__grid {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.article-section__main-content {
  width: calc(100% - 260px);
}
.article-section__sidebar {
  width: 260px;
}
@media screen and (max-width: 991px) {
  .article-section__grid {
    flex-wrap: wrap;
  }
  .article-section__main-content {
    width: 100%;
  }
  .article-section__sidebar {
    display: none;
  }
}

.article {
  padding: 60px 50px 30px 0;
}
@media screen and (max-width: 991px) {
  .article {
    padding-right: 0;
    padding-top: 0;
  }
}
.article__date {
  font-size: 18px;
  line-height: 1.2;
  color: #707070;
  margin-bottom: 10px;
}
.article h1 {
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 40px;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
}
.article h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 40px;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
}
.article p {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .article h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 18px;
  }
  .article p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 1.4em;
  }
}
.article__advice {
  padding: 30px 40px 40px;
  background: #ECF1F2;
  margin-bottom: 40px;
}
.article__advice h3 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
}
.article__advice p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .article__advice {
    padding: 40px 0;
    position: relative;
  }
  .article__advice:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #ecf1f2;
    z-index: -1;
  }
  .article__advice h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.article__bordered {
  border: 1px solid #EDF2F4;
  padding: 70px;
  text-align: center;
  margin-bottom: 60px;
}
.article__bordered p {
  font-size: 30px;
  line-height: 1.2;
}
.article__bordered p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .article__bordered {
    padding: 38px 50px;
    margin-bottom: 45px;
  }
  .article__bordered p {
    font-size: 18px;
  }
}
.article .slider-wrap {
  margin-bottom: 40px;
}
.article .article-banner {
  background: linear-gradient(90deg, #FFD800, #FBE812);
  position: relative;
  padding: 30px 355px 30px 50px;
  margin-bottom: 40px;
}
.article .article-banner__img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}
.article .article-banner__descr {
  position: relative;
  z-index: 1;
}
.article .article-banner__title {
  margin: 0;
  line-height: 1.1;
  font-size: 40px;
}
.article .article-banner__button {
  width: 190px;
}
.article .article-banner__p {
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media screen and (max-width: 1199px) {
  .article .article-banner {
    background: #fff;
    padding: 0;
  }
  .article .article-banner__img {
    position: static;
    width: 100%;
  }
  .article .article-banner__descr {
    padding: 20px 22px 30px;
    background: linear-gradient(90deg, #FFD800, #FBE812);
  }
}
@media screen and (max-width: 767px) {
  .article .article-banner__title {
    font-size: 20px;
    margin-bottom: 2px;
  }
  .article .article-banner__p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .article .article-banner__button {
    width: 100%;
    max-width: 280px;
  }
}

.relative {
  padding: 30px 0 60px;
}
.relative__title {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
}
.relative__row {
  margin-left: -10px;
  margin-right: -10px;
}
.relative__col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.relative-item {
  position: relative;
  display: block;
  overflow: hidden;
  height: 200px;
}
.relative-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
.relative-item:hover .relative-item__hidden {
  opacity: 1;
  transform: translateY(0);
}
.relative-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.relative-item__descr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 30px;
  transition: all 0.5s ease;
}
.relative-item__descr h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 7px;
  color: #fff;
  max-width: 300px;
}
.relative-item__hidden {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  width: 100%;
  height: auto;
  padding: 10px;
  transition: all 0.5s ease;
}
.relative-item__text {
  background: #fff url(../img/arrow-more.svg) no-repeat right 30px center;
  padding: 15px 60px 15px 20px;
}
.relative-item__text h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  color: #333333;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .relative-item {
    height: 135px;
  }
}

.blue-col {
  position: relative;
}
.blue-col:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 9999px;
  height: 100%;
  content: "";
  background: #F7FBFC;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .blue-col:before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.aside {
  padding: 60px 35px;
}

.article-author {
  margin-bottom: 60px;
}
.article-author__img {
  border-radius: 50%;
  margin-bottom: 10px;
}
.article-author__name {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.article-author__position {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.article-author__date {
  font-size: 14px;
  color: #707070;
  padding-left: 23px;
  background: url(../img/date.svg) no-repeat left center;
  margin-bottom: 18px;
}
.article-author__time {
  font-size: 14px;
  color: #707070;
  padding-left: 23px;
  background: url(../img/time.svg) no-repeat left center;
}

.article-author-mobile {
  margin-bottom: 35px;
}
.article-author-mobile .author-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  max-width: 100%;
}
.article-author-mobile .author-info .block-avatar {
  flex: none;
  margin-right: 13px;
}
.article-author-mobile .author-info .block-avatar img {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: auto;
}
.article-author-mobile .author-info .block-content {
  flex: auto;
}
.article-author-mobile .author-info .block-content .author-name {
  font-size: 20px;
  line-height: 1.2;
}
.article-author-mobile .author-info .block-content .author-position {
  font-size: 18px;
  line-height: 1.1;
}
.article-author-mobile .article-info {
  display: flex;
  align-items: center;
}
.article-author-mobile .article-info .article-date,
.article-author-mobile .article-info .article-time {
  font-size: 14px;
  color: #707070;
  padding-left: 23px;
}
.article-author-mobile .article-info .article-date {
  margin-right: 13px;
  background: url(../img/date.svg) no-repeat left center;
}
.article-author-mobile .article-info .article-time {
  background: url(../img/time.svg) no-repeat left center;
}

.category-menu {
  margin-bottom: 60px;
}
.category-menu__title {
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 500;
  font-family: "PFHighwaySansPro", sans-serif;
}
.category-menu ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.category-menu ul li {
  margin-bottom: 15px;
}
.category-menu ul li a {
  font-size: 18px;
  color: #0168BA;
}
.category-menu ul li a:hover {
  text-decoration: underline;
  color: #0168BA;
}

.aside-banner {
  background: linear-gradient(90deg, #FFD800, #FBE812);
  width: 190px;
  position: relative;
  padding: 195px 0 255px;
}
.aside-banner__img-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.aside-banner__img-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.aside-banner__descr {
  padding: 35px 20px;
}
.aside-banner__descr h2 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 15px;
  font-family: "PFHighwaySansPro", sans-serif;
}
.aside-banner__descr p {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 35px;
}
.aside-banner__button {
  width: 100%;
}

.spoiler__header {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 17px;
  border-radius: 20px;
  background: #f7fbfc;
  cursor: pointer;
  margin-bottom: 33px;
  transition: all 0.3s;
}
.spoiler__header:hover {
  background: rgb(209.9090909091, 232.4545454545, 238.0909090909);
}
.spoiler__header span {
  font-size: 16px;
  line-height: 24px;
  margin-right: 18px;
}
.spoiler__opener {
  position: relative;
}
.spoiler__opener:before, .spoiler__opener:after {
  content: "";
  display: block;
  width: 9px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
}
.spoiler__opener:before {
  left: 0;
  transform-origin: left center;
  transform: translateY(3px) rotate(-45deg);
}
.spoiler__opener:after {
  right: 0;
  transform-origin: right center;
  transform: translateY(3px) rotate(45deg);
}
.spoiler__content {
  display: none;
  margin-bottom: 40px;
  border-bottom: 2px solid #f7fbfc;
}
.spoiler.opened .spoiler__opener:before {
  transform: translateY(-3px) rotate(45deg);
}
.spoiler.opened .spoiler__opener:after {
  transform: translateY(-3px) rotate(-45deg);
}

.article-categories-mobile {
  padding: 20px 0;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.3s;
}
.article-categories-mobile:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #edf2f4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.article-categories-mobile h4 {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  margin-bottom: 3px;
}
.article-categories-mobile .categories-opener {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-categories-mobile .categories-opener span {
  font-size: 18px;
  line-height: 22px;
  color: #0168ba;
  cursor: pointer;
}
.article-categories-mobile .categories-opener .opener {
  position: relative;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.article-categories-mobile .categories-opener .opener:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(-45deg);
}
.article-categories-mobile .categories-hidden-content {
  margin-top: 15px;
  padding: 15px;
  background: #ecf1f2;
  display: none;
}
.article-categories-mobile .categories-hidden-content .categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-categories-mobile .categories-hidden-content .categories-list li {
  margin-bottom: 5px;
}
.article-categories-mobile .categories-hidden-content .categories-list li:last-child {
  margin-bottom: 0;
}
.article-categories-mobile .categories-hidden-content .categories-list li a {
  font-size: 18px;
  line-height: 22px;
  color: #0168ba;
  cursor: pointer;
}
.article-categories-mobile.opened {
  padding-bottom: 0;
}
.article-categories-mobile.opened .categories-opener .opener {
  transform: rotate(-90deg);
}
@media screen and (max-width: 575px) {
  .article-categories-mobile:after {
    width: calc(100% + 30px);
    left: -15px;
  }
  .article-categories-mobile .categories-hidden-content {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

.cabinet-section {
  padding-bottom: 60px;
  margin-top: -400px;
  position: relative;
}
.cabinet-section .slider-wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cabinet-section {
    margin-top: 50px;
  }
}

.cabinet-info {
  border: 1px solid #EDF2F4;
  background: #fff;
  padding: 50px 50px 0;
}
@media screen and (max-width: 767px) {
  .cabinet-info {
    padding: 25px 20px;
  }
}
.cabinet-info__item {
  margin-bottom: 50px;
}
.cabinet-info__title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
  margin-bottom: 12px;
}
.cabinet-info__p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  color: #707070;
}
.cabinet-info__phone {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  transition: all 0.5s ease;
}
.cabinet-info__phone:hover {
  color: #F5425D;
}
.cabinet-info__finish {
  font-size: 16px;
  color: #333333;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline-block;
  background: #FBE610;
  margin-left: 0.3em;
}
@media screen and (max-width: 991px) {
  .cabinet-info {
    margin-bottom: 20px;
  }
}

.cabinet-contacts {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cabinet-contacts-item {
  border: 1px solid #EDF2F4;
  background: #fff;
  padding: 20px 20px;
  height: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cabinet-contacts-item:last-child {
  margin-bottom: 0;
}
.cabinet-contacts-item__img {
  border-radius: 50%;
  margin-right: 20px;
}
.cabinet-contacts-item__title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
  margin-bottom: 0;
}
.cabinet-contacts-item__name {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.cabinet-contacts-item__phone {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  transition: all 0.5s ease;
}
.cabinet-contacts-item__phone:hover {
  color: #F5425D;
}

.info-opener {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.info-opener h4 {
  font-size: 20px;
  line-height: 1.1;
}
.info-opener .opener {
  flex: none;
  position: relative;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border-radius: 50%;
  background: #f5faf8;
}
.info-opener .opener:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #b3bec4;
  border-right: 2px solid #b3bec4;
  transform: translateY(1px) rotate(-45deg);
}
.info-opener.hidden .opener {
  transform: rotate(180deg);
}

.schedule-section {
  padding: 60px 0;
  position: relative;
}
.schedule-section:before {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  background: #F7FBFC;
  content: "";
  z-index: -1;
}
.schedule-section__title {
  text-align: center;
  margin-bottom: 30px;
}
.schedule-section__more {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .schedule-section:before {
    display: none;
  }
}

.schedule-item {
  position: relative;
  padding-left: 85px;
  margin-bottom: 20px;
}
.schedule-item:before {
  position: absolute;
  top: 50%;
  left: 21px;
  width: 7px;
  height: 100%;
  border-left: 6px dotted #EDF2F4;
  margin-top: 23px;
  content: "";
}
.schedule-item:last-child:before {
  display: none;
}
.schedule-item__circle {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EDF2F4;
  border-radius: 50%;
}
.schedule-item__circle--yellow {
  background: linear-gradient(90deg, #FFD800, #FBE812);
}
.schedule-item__icon {
  width: 24px;
  height: 24px;
  fill: #2F4D76;
}
.schedule-item__descr {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
  padding: 25px 50px 35px;
}
.schedule-item__title {
  border-bottom: 1px solid #EDF2F4;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
.schedule-item__status {
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
}
.schedule-item__date {
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
.schedule-item__date--green {
  color: #389F54;
}
.schedule-item__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.schedule-item__list li {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  color: #626262;
  padding-left: 22px;
  margin-bottom: 5px;
}
.schedule-item__list li:last-child {
  margin-bottom: 0;
}
.schedule-item__list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 767px) {
  .schedule-item {
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
    padding: 22px 15px;
    display: flex;
    flex-direction: column;
  }
  .schedule-item:before {
    display: none;
  }
  .schedule-item__circle {
    position: static;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .schedule-item__descr {
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
}

.archive-section {
  padding: 60px 0;
}
.archive-section__more {
  width: 190px;
}

.archive-item {
  margin-bottom: 40px;
}
.archive-item__title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
}
.archive-item__link {
  display: inline-block;
  margin: 0 0 6px 0;
  padding: 0 3px;
  position: relative;
}
.archive-item__link img {
  display: block;
  width: 100%;
}
.archive-item__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #f9008f;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}
.archive-item__link:hover:after {
  opacity: 1;
}
.archive-item__gallery {
  width: calc(100% + 6px);
  margin-left: -3px;
  margin-right: -3px;
}
@media screen and (max-width: 767px) {
  .archive-item {
    margin-bottom: 20px;
  }
  .archive-item__gallery {
    width: calc(100% + 2px);
    margin-left: -2px;
    margin-right: -2px;
  }
  .archive-item__link {
    width: 25%;
    padding: 0 2px;
    margin-bottom: 4px;
  }
  .archive-item__title {
    font-size: 18px;
    margin-bottom: 11px;
  }
}

.about-section {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .about-section {
    padding-bottom: 0;
  }
}

.about__title {
  margin-bottom: 30px;
  font-size: 60px;
  text-align: center;
}
.about__logo {
  height: 50px;
  width: 130px;
  fill: #333333;
  margin-bottom: 10px;
}

.about-card {
  position: relative;
  z-index: 10;
  width: 500px;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
}
.about-card__header {
  background: linear-gradient(90deg, #FFD800, #FBE812);
  padding: 45px 50px;
}
.about-card__header h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 5px;
  font-family: "PFHighwaySansPro", sans-serif;
}
.about-card__header p {
  font-size: 22px;
  margin: 0;
  line-height: 1.4;
}
.about-card__body {
  padding: 45px 50px;
}
.about-card__body p {
  font-size: 22px;
  margin-bottom: 35px;
  line-height: 1.4;
}
.about-card__img {
  max-width: 100%;
  height: auto;
}
.about-card__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.about-card__list li {
  position: relative;
  padding-left: 45px;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.about-card__list li:before, .about-card__list li:after {
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../img/checkbox-blue.svg) no-repeat center center;
  content: "";
  border-radius: 50%;
}
.about-card__list li:before {
  background: linear-gradient(90deg, #FFD800, #FBE812);
}
.about-card__list li:last-child {
  margin-bottom: 0;
}
.about-card--right {
  margin-left: -50px;
}
@media screen and (max-width: 1199px) {
  .about-card {
    width: 440px;
  }
  .about-card__header, .about-card__body {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-card {
    width: 370px;
  }
  .about-card__body .more-link {
    font-size: 16px;
    letter-spacing: -0.02em;
  }
  .about-card__body p {
    font-size: 18px;
  }
  .about-card__header h2 {
    font-size: 20px;
    line-height: 1.1;
  }
  .about-card__header p {
    font-size: 18px;
    line-height: 22px;
  }
  .about-card__list li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  .about-card__list li:last-child {
    margin-bottom: 0;
  }
  .about-card__list li:before, .about-card__list li:after {
    width: 22px;
    height: 22px;
    top: 0;
  }
  .about-card--right {
    margin-left: -97px;
  }
}
@media screen and (max-width: 767px) {
  .about-card {
    width: 100%;
  }
  .about-card__header {
    padding: 22px 20px;
  }
  .about-card__body {
    padding: 22px 20px;
  }
  .about-card__img:not(.sm-fullwidth) {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    max-width: unset;
  }
  .about-card__img.sm-fullwidth {
    margin-bottom: 5px;
  }
  .about-card.shift-top {
    margin-top: -93px;
  }
  .about-card--right {
    margin-left: 0;
  }
}

.about-icons {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-icons-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.about-icons-item__icon {
  margin-right: 20px;
}
.about-icons-item__title {
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .about-icons-item__icon {
    height: 80px;
  }
  .about-icons-item__title {
    padding-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .about-icons-item {
    flex-direction: column;
  }
  .about-icons-item__icon {
    margin-right: 0;
    height: 74px;
    margin-bottom: 15px;
  }
  .about-icons-item__title {
    text-align: center;
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .about-icons {
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .about-icons-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .about-icons-item__icon {
    width: 90px;
  }
}

.about-card-projects {
  margin-bottom: 15px;
}
.about-card-projects__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "PFHighwaySansPro", sans-serif;
  margin-bottom: 20px;
}
.about-card-projects__link {
  border: 1px solid #fff;
  display: inline-block;
  margin: 0 15px 15px 0;
  transition: all 0.5s ease;
}
.about-card-projects__link:hover {
  border-color: #f9008f;
}
@media screen and (max-width: 1199px) {
  .about-card-projects__link {
    width: 80px;
    margin: 0 10px 10px 0;
  }
  .about-card-projects__link img {
    display: block;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .about-card-projects__link {
    width: 60px;
    margin: 0 5px 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-card-projects.worker-page .about-card-projects__link {
    width: 77px;
    height: 77px;
    margin: 0 18px 3px 0;
  }
}

.feedback-section {
  padding: 100px 0;
}

.feedback-item {
  background: #fff;
  padding: 45px 35px 45px 60px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
}
.feedback-item__descr {
  margin-right: 30px;
}
.feedback-item__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "PFHighwaySansPro", sans-serif;
  margin: 0 0 8px;
}
.feedback-item__work {
  font-size: 16px;
  color: #9299A2;
  line-height: 1.2;
  margin-bottom: 15px;
}
.feedback-item__rating {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.feedback-item__text {
  margin-bottom: 30px;
}
.feedback-item__text p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.feedback-item__text p:last-of-type {
  margin-bottom: 0;
}
.feedback-item__more {
  font-size: 16px;
}
.feedback-item__img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .feedback-item {
    padding: 0;
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .feedback-item__img {
    width: 100%;
  }
  .feedback-item__descr {
    margin-right: 0;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .feedback-item__descr {
    padding: 30px 25px;
  }
  .feedback-item__name {
    font-size: 18px;
    line-height: 22px;
  }
}

.stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.stars__item {
  width: 15px;
  height: 15px;
  background: url(../img/star-grey.svg) no-repeat center center;
  margin-right: 5px;
}
.stars__item:last-child {
  margin-right: 0;
}
.stars-val {
  font-size: 12px;
  color: #707070;
  line-height: 1.2;
}
.stars--5 .stars__item {
  background: url(../img/star-yellow.svg) no-repeat center center;
}
.stars--4 .stars__item:nth-child(1), .stars--4 .stars__item:nth-child(2), .stars--4 .stars__item:nth-child(3), .stars--4 .stars__item:nth-child(4) {
  background: url(../img/star-yellow.svg) no-repeat center center;
}
.stars--3 .stars__item:nth-child(1), .stars--3 .stars__item:nth-child(2), .stars--3 .stars__item:nth-child(3) {
  background: url(../img/star-yellow.svg) no-repeat center center;
}
.stars--2 .stars__item:nth-child(1), .stars--2 .stars__item:nth-child(2) {
  background: url(../img/star-yellow.svg) no-repeat center center;
}
.stars--1 .stars__item:nth-child(1) {
  background: url(../img/star-yellow.svg) no-repeat center center;
}

.pagenav {
  text-align: center;
  margin: 10px 0 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  border: 1px solid #EDF2F4;
}
.pagenav a, .pagenav .current, .pagenav span {
  display: block;
  color: #333333;
  transition: all 0.5s ease;
  background: transparent;
  margin-right: 0;
  margin-left: 0;
  font-size: 16px;
  font-family: "PTSans", sans-serif;
  text-decoration: none;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-weight: 400;
  border-right: 1px solid #EDF2F4;
}
.pagenav a:hover, .pagenav a:active {
  color: #333333;
  background: #ECF0F2;
}
.pagenav .current {
  color: #333333;
  background: #ECF0F2;
}
.pagenav .prev, .pagenav .next, .pagenav .first, .pagenav .last {
  position: relative;
  font-size: 30px;
  line-height: 55px;
  color: #B3BEC4;
  display: block;
}
.pagenav .prev:hover, .pagenav .next:hover, .pagenav .first:hover, .pagenav .last:hover {
  color: #707070;
  background: #ECF0F2;
}
.pagenav .next {
  margin-left: auto;
  border-right: none;
  border-left: 1px solid #EDF2F4;
}

.masters-section {
  padding: 100px 0 80px;
}
@media screen and (max-width: 991px) {
  .masters-section {
    padding: 50px 0;
  }
}

.masters__row {
  margin-bottom: 40px;
}
.masters__descr {
  margin-bottom: 55px;
}
.masters__descr p {
  font-size: 22px;
  line-height: 1.6;
}
.masters__descr p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .masters__descr p {
    font-size: 16px;
    line-height: 22px;
  }
}

.masters-item {
  display: block;
  height: 100%;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
  transition: all 0.3s;
}
.masters-item:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.3);
}
.masters-item__img {
  width: 100%;
  height: auto;
}
.masters-item__descr {
  padding: 25px 15px 45px;
  text-align: center;
}
.masters-item__name {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "PFHighwaySansPro", sans-serif;
  margin-bottom: 7px;
  color: #333333;
}
.masters-item__position {
  font-size: 16px;
  color: #9299A2;
  line-height: 1.2;
  margin-bottom: 5px;
}
.masters-item__exp {
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .masters-item__img {
    height: 245px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .masters-item__descr {
    padding: 25px;
  }
}

.contacts-section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .contacts-section {
    padding-top: 0;
  }
}

.map {
  height: 700px;
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
.map__title {
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  font-size: 38px;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
  padding: 25px 15px;
  border-radius: 50px;
  z-index: 20;
  background: #fff;
  box-shadow: 0 3px 50px 0 #F3F2F0;
}
.map__contact, .map__label {
  position: relative;
  padding-right: 18px;
  z-index: 10;
}
.map__contact:before, .map__label:before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 18px;
  border-color: transparent transparent transparent #fff;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .map__contact, .map__label {
    padding-right: 0;
    padding-top: 18px;
  }
  .map__contact:before, .map__label:before {
    top: 0;
    left: 50%;
    border-width: 0 15px 18px 15px;
    border-color: transparent transparent #fff transparent;
    margin-top: 0;
    margin-left: -15px;
  }
}
@media screen and (max-width: 991px) {
  .map {
    height: auto;
    margin-bottom: 0;
  }
  .map #google-map {
    height: 490px;
  }
}
@media screen and (max-width: 575px) {
  .map {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

.contact {
  padding: 20px 30px 20px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
}
.contact__descr {
  margin-right: 30px;
}
.contact__title {
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}
.contact__address {
  font-size: 16px;
  line-height: 1.2;
  color: #707070;
  margin-bottom: 20px;
}
.contact__phone {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  display: inline-block;
  line-height: 1.2;
  transition: all 0.5s ease;
}
.contact__phone:hover {
  color: #F5425D;
}
.contact__info {
  font-size: 12px;
  color: #707070;
  line-height: 1.2;
  margin-bottom: 15px;
}
.contact__email {
  font-size: 18px;
  color: #0168BA;
  display: inline-block;
  line-height: 1.2;
  transition: all 0.5s ease;
}
.contact__email:hover {
  color: #F5425D;
}
.contact .popup-contact__photo {
  width: 98px;
  height: 98px;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .contact {
    width: 300px;
  }
  .contact .popup-contact__photo {
    display: none;
  }
  .contact__descr {
    margin-right: 0;
  }
}
.contact__social {
  font-size: 16px;
  line-height: 1.2;
  color: #707070;
}

#google-map {
  width: 100%;
  height: 100%;
}

.map-card {
  position: absolute;
  top: 50px;
  left: 50px;
  background: #fff;
  width: 445px;
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
}
.map-card__header {
  background: linear-gradient(90deg, #FFD800, #FBE812);
  padding: 30px 50px 40px;
}
.map-card__header h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 5px;
  font-weight: 700;
}
.map-card__phone {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  transition: all 0.5s ease;
  margin-bottom: 10px;
  display: inline-block;
}
.map-card__phone:hover {
  color: #F5425D;
}
.map-card__social .social__link {
  width: 42px;
  height: 42px;
}
.map-card__social .social__link:hover {
  background: #F5425D;
}
.map-card__social .social__icon {
  width: 22px;
  height: 22px;
}
.map-card__body {
  padding: 30px 50px 50px;
}
.map-card__body h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 5px;
  font-weight: 700;
}
.map-card__body p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
.map-card__button {
  width: 190px;
}
@media screen and (max-width: 1199px) {
  .map-card {
    width: 335px;
  }
  .map-card__header {
    padding: 30px;
  }
  .map-card__body {
    padding: 30px;
  }
  .map-card__phone {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .map-card {
    position: relative;
    width: 480px;
    left: 0;
    top: 0;
    margin: -120px auto 60px;
    z-index: 5;
  }
}
@media screen and (max-width: 575px) {
  .map-card {
    width: calc(100% - 30px);
  }
  .map-card__phone {
    font-size: 24px;
  }
}

.worker-section {
  position: relative;
  padding: 40px 0 100px;
}
.worker-section:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: #F7FBFC;
  content: "";
  z-index: -1;
}

.worker {
  margin-bottom: 100px;
}
.worker__img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.worker__descr {
  padding: 20px 0 0 35px;
}
.worker__info {
  margin-bottom: 70px;
}
.worker__name {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "PFHighwaySansPro", sans-serif;
  margin: 0 0 18px;
}
.worker__position {
  font-size: 22px;
  line-height: 1.2;
  color: #9299A2;
  margin: 0 0 10px;
}
.worker__exp {
  font-size: 22px;
  line-height: 1.2;
  color: #333333;
  margin: 0;
}
.worker__text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.worker__text p:last-child {
  margin-bottom: 0;
}
.worker__list {
  padding-left: 0;
  list-style: none;
  margin: 0 0 30px;
}
.worker__list li {
  position: relative;
  padding-left: 45px;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.worker__list li:before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #DEE5ED url(../img/checkbox-blue.svg) no-repeat center center;
  content: "";
  border-radius: 50%;
}
.worker__list li:last-child {
  margin-bottom: 0;
}
.worker__list--yellow li:before {
  background-color: #FBE610;
}
.worker__button {
  width: 190px;
}
.worker__more {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .worker {
    margin-bottom: 70px;
  }
  .worker__img {
    margin-bottom: 25px;
  }
  .worker__descr {
    padding: 0;
  }
  .worker__name {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 0;
  }
  .worker__position {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 7px;
  }
  .worker__exp {
    font-size: 22px;
    line-height: 1;
  }
  .worker__info {
    margin-bottom: 15px;
  }
  .worker__text {
    margin-top: 30px;
  }
}

.blog-section {
  padding: 30px 0 80px;
}

.blog-menu {
  border-bottom: 1px solid #EDF2F4;
  padding: 50px 0 28px;
}
.blog-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 1;
}
.blog-menu ul li {
  margin-right: 12px;
  margin-bottom: 22px;
  line-height: 1;
}
.blog-menu ul li.current-menu-item a {
  color: #333333;
  background: #FBE610;
  border-color: #FBE610;
}
.blog-menu ul li a {
  display: block;
  border: 1px solid #EDF2F4;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #333333;
  padding: 12px 15px;
  text-decoration: none;
  transition: all 0.5s ease;
}
.blog-menu ul li a:hover {
  color: #333333;
  background: #FBE610;
  border-color: #FBE610;
}

.blog-item {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.blog-item__descr {
  padding: 45px 70px 45px 50px;
}
.blog-item__descr h2 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
  margin: 0 0 25px;
}
.blog-item__descr p {
  color: #333333;
  line-height: 1.6;
  margin-bottom: 20px;
}
.blog-item__more {
  font-size: 16px;
}
.blog-item__text {
  margin-bottom: 35px;
}
.blog-item__image {
  min-width: 550px;
  position: relative;
}
.blog-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .blog-item__image {
    min-width: unset;
    width: 50%;
    flex: none;
  }
}
@media screen and (max-width: 991px) {
  .blog-item {
    flex-direction: column-reverse !important;
  }
  .blog-item__image {
    width: 100%;
    height: 350px;
  }
  .blog-item__descr {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 767px) {
  .blog-item__descr h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 18px;
  }
  .blog-item__image {
    height: 200px;
  }
  .blog-item__text {
    margin-bottom: 15px;
  }
}

.price-comparison-section {
  margin-bottom: 105px;
}
.price-comparison-section .section-caption {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 30px;
  font-weight: bold;
  color: #333333;
}

.prices-table {
  width: 100%;
  background: #fff;
}
.prices-table th {
  background: #2F4D76;
  padding: 13px 28px;
  color: #fff;
  vertical-align: center;
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  font-family: "PFHighwaySansPro", sans-serif;
}
.prices-table td {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 30px;
  vertical-align: center;
  height: 50px;
}
.prices-table td:not(:first-child) {
  text-align: center;
}
.prices-table tr:nth-child(even) td {
  background: #f7fbfc;
}
.prices-table tr.bigger td {
  font-weight: bold;
  height: 64px;
  background: #edf2f4;
}

.price-table-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "PFHighwaySansPro", sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 2px;
}
.price-table-caption span {
  font-size: 22px;
  line-height: 1.2;
  font-family: "PTSans", sans-serif;
  color: #FBE610;
  font-weight: bold;
}

.extendable-block {
  position: relative;
  box-shadow: 0 20px 50px rgba(40, 98, 128, 0.12);
}
.extendable-block .block-content {
  overflow: hidden;
  max-height: 485px;
  width: 100%;
  transition: all 0.6s;
}
.extendable-block .block-more-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 0;
  padding-bottom: 23px;
  z-index: 2;
}
.extendable-block .block-more-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 220px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.extendable-block .block-more-btn .block-button {
  background: #edf2f4;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 26px;
  text-align: center;
  color: #0168ba;
  transition: all 0.3s;
  cursor: pointer;
}
.extendable-block .block-more-btn .block-button:hover {
  background: #0168ba;
  color: #fff;
}
.extendable-block.opened .block-more-btn {
  display: none;
}

.with-tooltip {
  position: relative;
}
.with-tooltip:before {
  content: attr(data-text);
  display: block;
  background: #333;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  padding: 8px 13px;
  position: absolute;
  bottom: calc(100% + 21px);
  left: 50%;
  transform: translate(-50%, 30px);
  transition: all 0.3s;
  min-width: 160px;
  opacity: 0;
  visibility: hidden;
}
.with-tooltip:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8px 0 8px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 30px);
  transition: all 0.3s;
  bottom: calc(100% + 14px);
  opacity: 0;
  visibility: hidden;
}
.with-tooltip:hover:before, .with-tooltip:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.popup {
  background: #fff;
  border-radius: 5px;
  max-width: 520px;
  margin: 0 auto;
  position: relative;
  padding: 45px 50px 50px;
  box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.5);
}
.popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 11px;
  height: 11px;
  fill: #888888;
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 10;
}
.popup__close:hover {
  fill: #F5425D;
}
.popup__title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "PFHighwaySansPro", sans-serif;
  margin: 0 0 20px;
}
.popup__title--white {
  color: #fff;
}
.popup .form-group:last-child {
  margin-bottom: 0;
}
.popup .button {
  min-width: 175px;
}
.popup p {
  margin: 0;
}

.popup-contacts {
  padding: 0 0 15px 0;
}
.popup-contacts .popup__title {
  padding: 35px 50px 30px;
  margin: 0;
}

.popup-contact {
  border-top: 1px solid #EFEFEF;
  padding: 25px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-contact__title {
  font-size: 18px;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 5px;
}
.popup-contact__address {
  font-size: 16px;
  line-height: 1.2;
  color: #707070;
  margin-bottom: 20px;
}
.popup-contact__phone {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  display: inline-block;
  line-height: 1.2;
  transition: all 0.5s ease;
}
.popup-contact__phone:hover {
  color: #FBE610;
}
.popup-contact__info {
  font-size: 12px;
  color: #707070;
  line-height: 1.2;
  margin-bottom: 10px;
}
.popup-contact__email {
  font-size: 14px;
  color: #F5425D;
  display: inline-block;
  line-height: 1.2;
  transition: all 0.5s ease;
  text-decoration: underline;
}
.popup-contact__email:hover {
  color: #FBE610;
}
.popup-contact__photo {
  width: 98px;
  height: 98px;
  border-radius: 50%;
}
.popup-contact__social {
  font-size: 16px;
  line-height: 1.2;
  color: #707070;
}

.popup-order {
  background: #F5425D;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.5);
  max-width: 935px;
  padding: 0;
}
.popup-order .popup__close {
  fill: #FBE610;
}
.popup-order__left {
  background: #F3F2F0;
  padding: 45px;
  border-radius: 5px 0 0 5px;
}
.popup-order__left .popup__title {
  margin-bottom: 50px;
}
.popup-order__right {
  padding: 45px;
}
.popup-order__row {
  margin: 0;
}
.popup-order .form__button {
  width: 100%;
}
.popup-order .trust-item {
  height: auto;
  margin-bottom: 50px;
}
.popup-order .trust-item:last-child {
  margin-bottom: 0;
}
.popup-order .trust-item__image {
  width: 100px;
}
.popup-order .trust-item__descr p {
  font-size: 16px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0.7);
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.7);
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 460px;
}
.footer__inner {
  background: #21314E;
  padding: 80px 0;
}
.footer__copyright {
  background: #1D2A41;
  text-align: center;
  color: #8C9EBF;
  padding: 25px 15px;
  font-size: 14px;
  line-height: 1.2;
}
.footer__button {
  height: 56px;
  margin-top: 15px;
  font-size: 14px;
}

.footer-block__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #BFD0ED;
  margin: 0 0 22px;
}
.footer-block__item {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .footer-block__item.footer-contacts {
    align-items: center;
    justify-content: space-between;
  }
  .footer-block__item.footer-contacts .footer-social {
    width: auto;
  }
}
.footer-block__link {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.5s ease;
}
.footer-block__link:hover {
  color: #FBE610;
}

.footer-menu {
  width: 100%;
}
.footer-menu ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  -moz-column-width: 100px;
       column-width: 100px;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.footer-menu ul li {
  line-height: 1.2;
  margin-bottom: 10px;
}
.footer-menu ul li.current-menu-item a {
  text-decoration: underline;
}
.footer-menu ul li a {
  font-size: 14px;
  color: #BFD0ED;
  text-decoration: none;
}
.footer-menu ul li a:hover {
  color: #BFD0ED;
  text-decoration: underline;
}

.footer-social {
  padding-left: 0;
  list-style: none;
  margin: 0 0 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-social__item {
  line-height: 1;
  margin-right: 7px;
}
.footer-social__item:last-child {
  margin-right: 0;
}
.footer-social__link {
  transition: all 0.5s ease;
}
.footer-social__link:hover .footer-social__icon {
  fill: #FBE610;
}
.footer-social__icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1199px) {
  .footer-social {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

/*==========  Desktop First  ==========*/
@media (max-width: 1239.98px) {
  .header-phone {
    display: none;
  }
  .menu > ul > li {
    margin-right: 15px;
  }
  .works__button {
    width: 220px;
  }
  .included__manager {
    bottom: -20px;
  }
  .included__img {
    max-width: 100%;
    height: auto;
  }
  .included__name {
    left: 5%;
  }
  .watch-projects__descr {
    width: 100%;
    margin-bottom: 30px;
  }
  .watch-projects {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .watch-projects__phone {
    margin-right: 15px;
  }
  .watch-projects__social {
    margin-right: 15px;
  }
  .info-block__descr {
    margin: 0;
  }
  .price-card__descr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .price-card__bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  .design {
    margin-bottom: 30px;
  }
  .special-offer__bottom {
    flex-wrap: wrap;
  }
  .special-offer-phone {
    margin-left: 0;
  }
  .special-offer__button {
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .special-offer-project {
    width: 40px;
    margin-right: 10px;
  }
  .special-offer-project__img {
    max-width: 100%;
    height: auto;
  }
  .partners {
    flex-direction: column;
    align-items: flex-start;
  }
  .partners__title {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .menu {
    display: none;
  }
  .toggle {
    display: block;
  }
  .header-user {
    margin-right: 15px;
  }
  .language {
    margin-left: auto;
    margin-right: 15px;
  }
  .header__social {
    margin-right: 15px;
  }
  body {
    margin-top: 60px;
  }
  .header {
    padding: 12px 0;
  }
  .header .logo__img {
    height: 24px;
    width: 62px;
  }
  .header.on {
    padding: 12px 0;
  }
  .calculation {
    flex-direction: column;
  }
  .calculation__title {
    margin-bottom: 15px;
    text-align: center;
  }
  .slider-block__thumb {
    width: 40px;
    height: auto;
  }
  .slider-block__thumbs-plus {
    width: 40px;
    height: 34px;
    font-size: 12px;
  }
  .why-us__descr h3 {
    max-width: 100%;
  }
  .report__phone {
    width: 250px;
    height: auto;
    top: -50px;
    margin-top: 0;
  }
  .report__header {
    padding: 60px 320px 60px 30px;
  }
  .report__body {
    padding: 60px 30px 60px 30px;
  }
  .finish__checked {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .finish-item__descr {
    max-width: 100%;
  }
  .finish__descr h3 {
    max-width: 100%;
  }
  .included__manager {
    width: 200px;
    bottom: -123px;
  }
  .included__name {
    left: -60px;
    top: 120px;
  }
  .info-block__descr {
    max-width: 100%;
  }
  .info-block__img {
    margin-bottom: 20px;
  }
  .price-card__h {
    font-size: 18px;
  }
  .price-card__price {
    font-size: 18px;
  }
  .design-section {
    padding-top: 60px;
  }
  .advantages-item__icon-wrap {
    min-width: 55px;
    width: 55px;
    height: 55px;
    margin-right: 10px;
    text-align: center;
  }
  .advantages-item__icon-wrap img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }
  .advantages-item__title {
    font-size: 16px;
  }
  .special-offer__book {
    position: relative;
    top: auto;
    right: auto;
    margin: -100px auto 0;
    display: block;
    max-width: 100%;
    height: auto;
  }
  .special-offer {
    padding: 50px;
  }
  .footer-block {
    margin-bottom: 30px;
  }
  .footer__inner {
    padding: 60px 0 30px;
  }
  .advantages__col:nth-child(2) {
    border: none;
  }
}
@media (max-width: 767.98px) {
  .calculation-section {
    padding: 15px 0;
  }
  .calculation__title {
    font-size: 16px;
    margin: 0;
  }
  .calculation__title .yellow-color {
    display: none;
  }
  .calculation__form {
    display: none;
  }
  .section-title {
    font-size: 22px;
  }
  .slider-block {
    height: 250px;
  }
  .works__descr h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .works__descr p {
    font-size: 18px;
    margin: 0;
  }
  .works__descr {
    height: auto;
    padding: 20px;
  }
  .works-section:before {
    display: none;
  }
  .why-us-section {
    padding: 25px 0 30px;
  }
  .why-us__title {
    margin-bottom: 30px;
  }
  .why-us__descr h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .why-us__descr p {
    font-size: 18px;
  }
  .report__header {
    padding: 30px 150px 30px 20px;
  }
  .report__phone {
    width: 140px;
  }
  .report__body {
    padding: 60px 20px 30px;
  }
  .report-item__descr h3 {
    font-size: 18px;
  }
  .report-item__descr p {
    font-size: 16px;
  }
  .report-section {
    padding: 30px 0;
    background: #F7FBFC;
  }
  .report-section:before {
    display: none;
  }
  .finish-section {
    padding: 30px 0;
  }
  .finish__descr h3 {
    font-size: 20px;
  }
  .finish__descr p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .more-link {
    font-size: 16px;
  }
  .included__manager {
    display: none;
  }
  .included-section {
    padding: 30px 0 20px;
  }
  .included__descr {
    font-size: 18px;
  }
  .included__inner {
    margin-bottom: 0;
  }
  .watch-projects-section {
    padding: 30px 0;
  }
  .watch-projects__descr {
    margin-top: 0;
  }
  .watch-projects__descr h2 {
    font-size: 20px;
  }
  .watch-projects__descr p {
    font-size: 18px;
  }
  .watch-projects__phone {
    font-size: 20px;
  }
  .info-block__descr h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .info-block__descr p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .info-block-section {
    padding: 30px 0;
    border-bottom: 1px solid #EDF2F4;
  }
  .info-block-section--border-none {
    border: none;
  }
  .price-card {
    box-shadow: 0 10px 30px 0 rgba(40, 98, 128, 0.12);
  }
  .price-card .price-card__button {
    opacity: 1;
  }
  .price-cards__col {
    margin-bottom: 30px;
  }
  .price-cards__title {
    margin-bottom: 30px;
  }
  .price-cards-section {
    border-bottom: 1px solid #EDF2F4;
  }
  .price-cards-section:before {
    display: none;
  }
  .price-card__text p {
    font-size: 14px;
  }
  .design-section {
    padding: 30px 0;
    border-bottom: 1px solid #EDF2F4;
  }
  .advantages-item {
    justify-content: flex-start;
  }
  .advantages__col {
    margin-bottom: 20px;
  }
  .advantages {
    padding: 30px 15px 10px;
  }
  .special-offer__descr h2 {
    font-size: 20px;
  }
  .special-offer__descr p {
    font-size: 16px;
  }
  .special-offer__descr .line-through:before {
    height: 3px;
  }
  .special-offer {
    padding: 50px 10px 35px;
  }
  .special-offer__more {
    width: 100%;
    margin-top: 15px;
  }
  .partners__items {
    overflow-x: scroll;
  }
  .partners__img {
    max-width: none;
  }
  .special-offer-section {
    padding: 140px 0 30px;
  }
  .partners__title {
    font-size: 20px;
  }
  .partners-section {
    padding: 30px 0 15px;
  }
  .footer__inner {
    padding: 30px 0 0;
  }
  .design__header {
    padding: 30px 20px;
  }
  .design__header h2 {
    font-size: 20px;
  }
  .design__header p {
    font-size: 18px;
  }
  .design__body {
    padding: 30px 20px;
  }
  .design__body h3 {
    font-size: 20px;
  }
  .design__body p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .design__body .design__more {
    font-size: 14px;
  }
  .advantages-item {
    flex-direction: column;
    text-align: center;
  }
  .advantages-item__icon-wrap {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .advantages-item__title {
    font-size: 12px;
  }
  .tags__item {
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .tags-section {
    padding: 30px 0 20px;
  }
  .language {
    position: absolute;
    right: 20%;
    margin: 0;
    transform: translateX(50%);
  }
  .language__title {
    background: #d6e4e7;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    color: #333;
    border-radius: 50%;
  }
  .header.on .language__title {
    color: #333;
  }
  .language__active {
    padding-right: 0;
  }
  .language__active:after {
    display: none;
  }
  .language__active:hover .language__title {
    color: #000;
  }
  .header.on .language__active:hover .language__title {
    color: #000;
  }
  .language__flag {
    display: none;
  }
  .header.on .language__link .language__title {
    color: #333;
  }
  .mobile-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .visible-768 {
    display: flex;
  }
  .hidden-768 {
    display: none;
  }
  .header__social .social__link {
    width: 36px;
    height: 36px;
  }
  .header__social .social__icon {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 575.98px) {
  .calculation__form {
    flex-wrap: wrap;
  }
  .calculation__form .form__group {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .calculation__form .form__group:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .header-user {
    display: none;
  }
  .report__header {
    padding-right: 120px;
  }
  .report__title {
    font-size: 18px;
  }
  .report-item__icon {
    width: 65px;
    margin-right: 15px;
  }
  .button {
    width: 100%;
  }
  .finish-item {
    padding-left: 60px;
  }
  .finish__descr {
    padding-left: 0;
  }
  .included-item__icon-wrap {
    height: 68px;
    margin-bottom: 15px;
  }
  .included-item {
    padding: 15px;
  }
  .included-item__icon {
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }
  .included-item__title {
    font-size: 12px;
  }
  .watch-projects__phone {
    margin-bottom: 15px;
  }
  .watch-projects__social {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .design-team {
    background: url(../img/design-team-bg@2x.jpg) no-repeat center center;
  }
}
/*==========  Mobile First  ==========*/