@font-face {
  font-family: "Inter Text";
  src: url(../fonts/inter/Inter-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Text";
  src: url(../fonts/inter/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Text";
  src: url(../fonts/inter/Inter-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Text";
  src: url(../fonts/inter/Inter-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Text";
  src: url(../fonts/inter/Inter-ExtraBold.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*, ::after, ::before {
  box-sizing: inherit;
}
html {
  height: auto;
  min-height: 100%;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  line-height: 27px;
  font-family: "Inter Text", sans-serif;
  height: auto;
  min-height: 100%;
  color: #000;
  text-rendering: optimizespeed;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, ol, p, ul {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #202020;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.header {
  padding: 28px 0 0;
  background-color: #fff;
  height: 131px;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.header__logo {
  position: relative;
}
.logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 259px;
}
.logo img {
  height: 74px;
}
.logo_label {
  margin-left: 16px;
  font-size: 22px;
  text-transform: uppercase;
  color: #185C5D;
  font-weight: 600;
}
.header__addr {
  font-size: 14px;
  background-image: url(../img/ico-geo.png);
  background-size: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 34px;
  position: relative;
  right: 32px;
  top: 27px;
}
.header__contact-bl {
  position: relative;
}
.header__contact-bl_1 {
  position: relative;
  right: 9px;
}
.header__contact-bl_2 {
  position: static;
  text-align: center;
}
.tel {
  font-weight: 700;
  font-size: 23px;
  display: block;
  margin-bottom: 11px;
  padding: 0 0 5px;
}
.tel_tel {
  padding-left: 35px;
  background-image: url(../img/ico-tel.png);
  background-size: 26px;
  background-repeat: no-repeat;
}
.sch {
  font-size: 14px;
  padding-left: 41px;
  background-image: url(../img/ico-time.png);
  background-size: 26px;
  background-position: left 2px center;
  background-repeat: no-repeat;
  display: block;
}
.tel_phone {
  padding-left: 38px;
  background-image: url(../img/ico-phone.png);
  background-size: 26px;
  background-position: left 0 top 2px;
  background-repeat: no-repeat;
}
.header__tel {
  margin-bottom: 12px;
}
.btn {
  width: 250px;
  display: inline-block;
  padding: 4px 23px 5px 15px;
  color: #03a85c;
  border: 3px solid #03a85c;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  background-image: url(../img/ico-whatsapp.png);
  background-size: 33px;
  background-position: left 24px center;
  background-repeat: no-repeat;
  transition-duration: .3s;
}
.btn:hover {
  border: 3px solid #185C5D;
  color: #185C5D;
}
.press {
  background-color: #eee;
  background-image: url(../img/bg-press.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.press__container {
  padding-top: 87px;
  padding-bottom: 66px;
}
.press__title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 36px;
  line-height: 38px;
}
.press__subtitle {
  font-size: 34px;
  line-height: 38px;
}
.press strong {
  text-transform: uppercase;
  font-weight: 700;
}
.press__list {
  margin-top: 84px;
  list-style-type: none;
}
.press__list li {
  padding-left: 46px;
  background-image: url(../img/ico-ok.png);
  background-size: 26px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 24px;
  margin-bottom: 24px;
}
.press__att {
  font-size: 14px;
  line-height: 24px;
  margin-top: 88px;
  display: block;
  font-style: normal;
}
.advantages {
  background-color: #f5f5f5;
}
.advantages__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 39px 0 50px;
}
.advantages__item {
  width: 275px;
  text-align: center;
}
.advantages__item-ico {
  width: 50px;
  margin: 0 auto 14px;
}
.advantages__item-title {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 18px;
  text-align: center;
}
.advantages__item-desc {
  font-size: 15px;
  line-height: 16px;
}
.advantages__item-desc br {
  display: block;
  margin: 3px 0;
  content: "";
}
.freak-break__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  margin-top: 78px;
  margin-bottom: -2px;
  text-transform: uppercase;
  text-align: center;
}
.freak-break__container {
  padding: 70px 0 60px;
  max-width: 1000px;
}
.freak-break__item {
  margin-bottom: 20px;
  cursor: pointer;
  
}

.freak-break__item-asc {
  font-weight: 600;
  font-size: 18px;
  padding: 15px 20px;
  box-shadow: rgba(0, 0, 0, .13) 0 0 13px -1px;
  border: 2px solid #d2d2d2;
  border-radius: 10px;
  position: relative;
  transition-duration: .3s;
}

.freak-break__item-asc:hover {
  border-color: #185C5D;
}

.freak-break__item-answ {
  background-color: #fafafa;
  max-height: 0;
  overflow: hidden;
  position: relative;
  padding: 0 24px;
  cursor: default;
}
.freak-break__item-asc::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/ico-arrow.png);
  background-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 9px;
  top: 15px;
  transition-duration: .3s;
  transform: rotate(180deg);
}
.freak-break__item-answ p {
  margin: 13px 0;
  font-size: 16px;
  line-height: 26px;
}
.freak-break__item.active .freak-break__item-answ {
  padding: 14px 24px;
  max-height: 700px;
}
.freak-break__item.active .freak-break__item-asc::after {
  transform: rotate(0deg);
}
.promo {
  border-top: 3px solid #185C5D;
  border-bottom: 3px solid #185C5D;
  background-image: url(../img/bg-promo.png);
  background-repeat: repeat;
}
.promo__container {
  padding-top: 55px;
  padding-bottom: 55px;
  max-width: 1300px;
}
.promo__head {
  margin-bottom: 30px;
  text-align: center;
}
.promo__head p {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 35px;
}
.promo__head strong {
  text-transform: uppercase;
  font-weight: 600;
}
.promo__bottom {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.promo_phone, .promo_tel {
  font-size: 28px;
  margin: auto;
}
.promo__btn {
  width: 270px;
  padding: 9px 30px 10px 15px;
  font-size: 16px;
  margin: auto;
  background-position: left 18px center;
}
p.promo__fz24 {
  font-size: 24px;
  margin-top: 22px;
}
.promo_br1 {
  content: "";
  display: block;
  margin-top: 32px;
}
.promo_br2 {
  content: "";
  display: block;
  margin-top: 32px;
}
.promo_br3 {
  content: "";
  display: block;
  margin-top: 32px;
}
.promo_br3+p {
  line-height: 42px;
}
.about {
  background-color: #fff;
}
.about__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 87px 0 39px;
}
.border-image {
  position: relative;
  flex-shrink: 0;
  display: inline-block;
}
.border-image img {
  display: block;
  z-index: 1;
  position: relative;
}
.border-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 21px;
  top: 21px;
  border: 16px solid #185C5D;
}
.about__left {
  position: static;
  padding-top: 97px;
  flex-shrink: 0;
}
.about__left img {
  display: block;
  position: relative;
  z-index: 1;
}
.about__right {
  max-width: 813px;
  padding-left: 53px;
}
.about__right p {
  margin-top: 25px;
  margin-bottom: 25px;
}
.about__right ul {
  margin-left: 26px;
}
.about__title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 64px;
  line-height: 35px;
}
.about__title p {
  margin-bottom: 20px;
}
.about li {
  list-style: disc;
  margin-bottom: 8px;
}
.advantages_2 {
  background-color: #f5f5f5;
}
.advantages_2 .container {
  padding: 51px 0 61px;
}
.work__container {
  padding-top: 89px;
  padding-bottom: 37px;
}
.work__row {
  margin-bottom: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.work__row-content {
  position: static;
  max-width: 706px;
  padding-right: 60px;
}
.work__row-content p {
  margin: 10px 0;
}
.work ul {
  margin-left: 21px;
  margin-top: 23px;
  margin-bottom: 25px;
}
.work__row-content li {
  list-style: disc;
  margin-bottom: 3px;
}
.work__title {
  font-size: 30px;
  margin-bottom: 59px;
  font-weight: 600;
}
.work__row_2 .work__title {
  margin-top: 22px;
  margin-bottom: 57px;
  font-size: 29px;
  line-height: 34px;
}
.work__row_2 .work__row-content {
  padding-right: 0;
  padding-left: 60px;
}
.work-image_1 {
  margin-top: 76px;
}
.work-image_1::after {
  left: -21px;
  top: 21px;
  border: 16px solid #185C5D;
}
.work-image_2::after {
  left: 21px;
  top: 21px;
  border: 16px solid #185C5D;
}
.footer {
  background-color: #fff;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer__contacts {
  text-align: center;
  padding-top: 5px;
}
.footer__addr {
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 7px;
}
.footer__email {
  font-size: 15px;
}
.footer__email a {
  font-size: 14px;
  text-decoration: underline;
  color: #2147f2;
  line-height: 16px;
}
.footer__email a:hover {
  text-decoration: none;
}
.footer__tel {
  text-align: right;
  position: relative;
}
.footer__tel a {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 700;
}
.footer__sch {
  padding-left: 0;
  line-height: 16px;
  margin-bottom: 2px;
  background: 0 0;
  font-size: 15px;
  display: block;
}
.footer__tel-label {
  display: block;
  font-size: 15px;
  margin-bottom: 0;
}
.copyright {
  font-size: 12px;
  color: #fff;
  background-color: #185C5D;
  padding: 13px 0;
  text-align: center;
}
.copyright a {
  color: #c7c7c7;
}
.copyright a:hover {
  text-decoration: underline;
}
.header-mob {
  display: none;
}
.btn_wh-mob {
  display: none;
}
.goup {
  display: none;
  border: none;
  background: none;
  outline: none;
  width: 80px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  cursor: pointer;
  z-index: 999;
}
.reviews {
  display: block;
  padding: 0 0 80px;
}

.reviews__title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 64px;
  line-height: 35px;
  text-align: center;
}
.reviews__wrap {
  display: block;
  position: relative;
  padding: 0 50px;
}

.reviews__slider {
  display: block;
}
.reviews .swiper-wrapper {
  position: relative;
  /* height: auto; */
}
.reviews .swiper-slide {
  display: block;
  height: auto;
}
.reviews__slider-item {
  display: block;
  border: 1px solid #dedede;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
}
.reviews__slider-item-name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}
.reviews__slider-item-content {
  display: block;
}
.reviews__slider-item-content p {
  margin-bottom: 15px;
  font-size: 16px;
}

.reviews__slider-l,
.reviews__slider-r {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
}
.reviews__slider-l svg,
.reviews__slider-r svg {
  width: 45px;
  height: 45px;
}
.reviews__slider-l {
  left: 0;
}
.reviews__slider-r {
  right: 0;
}

@media only screen and (max-width:1220px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .advantages__container {
    justify-content: center;
  }
  .advantages__item {
    margin-bottom: 35px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .advantages_2 .container {
    padding: 51px 20px 61px;
  }
  .header {
    display: none;
  }
  .header-mob {
    display: block;
    background-color: #fafaff;
  }
  .header-mob__container {
    padding: 20px;
  }
  .header-mob__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-mob .header__addr {
    position: static;
    background-size: 21px;
    padding-left: 32px;
    margin-bottom: 5px;
  }
  .header-mob .sch {
    position: static;
    background-size: 21px;
    padding-left: 32px;
    background-position: left 1px top 5px;
	margin-top: 0;
  }
  .header-mob .tel {
    font-size: 20px;
    margin-bottom: 2px;
    background-size: 22px;
    padding-left: 29px;
  }
  .header-mob .btn {
    position: static;
    background-size: 33px;
    background-position: left 6px center;
    width: 210px;
    padding: 4px 11px 5px 15px;
  }
  .logo {
    width: 260px;
	margin-bottom: 10px;
  }
  .logo_label {
    margin-left: 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .logo img {
    height: 55px;
  }
}
@media only screen and (max-width:992px) {
  .about__container {
    flex-wrap: wrap;
    padding: 40px 20px 20px;
  }
  .about__left {
    padding-top: 0;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
  }
  .about__right {
    max-width: 100%;
    padding-left: 0;
  }
  .about__title {
    margin-bottom: 40px;
  }
  .advantages_2 .container {
    padding: 40px 20px 20px;
  }
  .promo__bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
  .work__row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .work__container {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .work__title {
    margin-bottom: 30px;
  }
  .work-image_1 {
    order: 0;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .work-image_2 {
    order: 0;
    margin-bottom: 20px;
  }
  .work__row-content {
    max-width: 100%;
    padding-right: 0;
    order: 1;
  }
  .work__row_2 .work__title {
    margin-bottom: 30px;
  }
  .press__container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .advantages__container {
    padding: 40px 0 20px;
  }
  .freak-break__title {
    margin-top: 40px;
  }
  .freak-break__container {
    padding: 40px 20px;
  }
  .promo__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .work__row_2 .work__row-content {
    padding-left: 0;
  }
}
@media only screen and (max-width:768px) {
  .press__title {
    font-size: 30px;
  }
  .press__subtitle {
    font-size: 30px;
  }
  .press__list li {
    font-size: 18px;
  }
  .press__list {
    margin-top: 60px;
  }
  .press__att {
    margin-top: 60px;
  }
  .freak-break__title {
    font-size: 22px;
    line-height: 30px;
  }
  .freak-break__item {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .freak-break__item-asc {
    font-weight: 500;
    font-size: 16px;
    padding-right: 40px;
    line-height: 18px;
  }
  .freak-break__item.active .freak-break__item-answ {
    padding: 0 24px;
    font-size: 14px;
  }
  .freak-break__item-answ p {
    margin: 10px 0;
  }
  .header-mob .tel {
    font-size: 16px;
  }
  .promo__head p {
    font-size: 24px;
  }
  .promo__container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .promo_phone, .promo_tel {
    font-size: 20px;
  }
  .promo__btn {
    width: 224px;
    padding: 4px 15px 5px 15px;
    font-size: 14px;
    background-position: left 12px top 6px;
  }
  .about__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  p.promo__fz24 {
    font-size: 19px;
  }
  .work__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .work__row {
    margin-bottom: 30px;
  }
  .footer__tel {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .logo {
    width: 200px;
  }
  .logo_label {
    margin-left: 14px;
    font-size: 16px;
    line-height: 18px;
  }
  .copyright {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 14px;
  }
  .freak-break__item-asc::after {
    width: 30px;
    height: 12px;
    position: absolute;
    right: 9px;
    top: 50%;
    margin: -6px 0;
  }
  .promo_br3+p {
    line-height: 28px;
  }
  .promo_br1, .promo_br2, .promo_br3 {
    margin-top: 35px;
  }
  .promo__bottom {
    margin-top: 35px;
  }
  .promo__bottom a {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width:480px) {
  .header-mob__container {
    padding: 10px;
  }
  .header-mob .header__addr {
    font-size: 12px;
    margin-bottom: 0;
  }
  .header-mob .sch {
    font-size: 12px;
  }
  .logo_label {
    margin-left: 9px;
    font-size: 14px;
  }
  .header-mob .btn {
    background-position: left 4px center;
    width: 182px;
    padding: 8px 16px 9px 15px;
    font-size: 12px;
  }
  .header-mob__row_2 {
    flex-wrap: wrap;
    width: 100%;
  }
  .header-mob__btn {
    display: none;
  }
  .btn.btn_wh-mob {
    display: block;
    background-position: left 8px center;
    width: 119px;
    padding: 4px 12px 5px 15px;
    font-size: 12px;
  }
  .press__container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .press__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 27px;
  }
  .press__subtitle {
    font-size: 26px;
  }
  .press__list {
    margin-top: 30px;
  }
  .press__att {
    margin-top: 30px;
  }
  .promo__head p {
    font-size: 20px;
  }
  .footer__logo {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 14px;
  }
  .footer__container {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 13px;
  }
  .logo {
    width: 160px;
  }
  .footer__contacts {
    margin-left: 20px;
    margin-right: 20px;
  }
  .footer__tel {
    margin-top: 20px;
  }
  .border-image {
    max-width: 260px;
  }
  .work__title {
    font-size: 22px;
  }
  .work__row_2 .work__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .press {
    background-position: left -235px top;
  }
   .reviews__slider-l {
    left: -25px;
    margin-top: -25px;
  }
  .reviews__slider-r {
    right: -25px;
    margin-top: -25px;
  }
  .reviews__wrap {
    padding: 0 16px;
  }
  .reviews__title {
    margin-bottom: 35px;
  }
  .reviews__slider-item-content p {
    font-size: 14px;
    line-height: 20px;
}
}
@media only screen and (max-width:390px) {
  .header-mob .tel {
    font-size: 12px;
  }
  .logo_label {
	font-size: 12px;  
  }
  .logo {
    width: 150px;
  }
}
@media only screen and (max-width:359px) {
  .press {
    background-position: left -300px top;
  }
}