.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-slider,.slick-list {
  position: relative;
  display: block
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {outline: 0}
.slick-list.dragging {cursor: hand}
.slick-slider .slick-list,.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after,.slick-track:before {
  display: table;
  content: ""
}
.slick-track:after {clear: both}
.slick-loading .slick-track {visibility: hidden}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir="rtl"] .slick-slide {float: right}
.slick-slide img {display: block}
.slick-slide.slick-loading img {display: none}
.slick-slide.dragging img {pointer-events: none}
.slick-initialized .slick-slide {display: block}
.slick-loading .slick-slide {visibility: hidden}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {display: none}
html {font-size: 10px}
body {
  margin: 0;
  padding: 0
}
* {
  font-family: Helvetica,sans-serif;
  box-sizing: border-box;
  font-style: normal;
  font-display: swap;
  font-weight: 300
}
h1 {font-size: 36px}
h1,h2,h3,h4,h5,h6 {
  line-height: 1.9;
  font-weight: 600;
  color: #727272;
}
h3,h4,h5,h6 {font-size: 36px}
div.container h1 {margin-inline-start:38%;font-weight: 600}
button {
  cursor: pointer;
  border: 0;
  padding: 0
}
a,a:-webkit-any-link {
  text-decoration: none;
  cursor: pointer
}
a.created_agenci {color: gray}
a.created_agenci:hover {color: #000}
a.copyrite {color: gray}
a.copyrite:hover {color: #000}
section {
  padding: 140px 40px 80px;
  background: url(../img/bg/benefits.png) 50% no-repeat
}
h2 {
  font-size: 4.5rem;
  margin: 5px 5px 0;
  text-align: center;
  transform: translate3d(0,100%,0);
  transition: .7s ease-out;
  opacity: 0;
  font-family: Helvetica,sans-serif
}
h2.visible {
  transform: translateZ(0);
  opacity: 1
}
@keyframes a {
  50% {
    -webkit-clip-path: polygon(50% 0,100% 0,100% 50%,50% 50%);
    clip-path: polygon(50% 0,100% 0,100% 50%,50% 50%)
  }
  to {
    -webkit-clip-path: polygon(50% 0,100% 0,100% 100%,50% 100%);
    clip-path: polygon(50% 0,100% 0,100% 100%,50% 100%)
  }
}
@keyframes b {
  50% {
    -webkit-clip-path: polygon(0 50%,50% 50%,50% 100%,0 100%);
    clip-path: polygon(0 50%,50% 50%,50% 100%,0 100%)
  }
  to {
    -webkit-clip-path: polygon(0 0,50% 0,50% 100%,0 100%);
    clip-path: polygon(0 0,50% 0,50% 100%,0 100%)
  }
}
@keyframes c {
  0% {
    transform: scale(1);
    opacity: 1
  }
  99.9% {
    transform: scale(2);
    opacity: 0
  }
  to {transform: scale(0)}
}
@keyframes d {
  0% {
    transform: scale(2);
    opacity: 0
  }
  to {
    transform: scale(1);
    opacity: 1
  }
}
@keyframes e {
  0% {transform: scale(0)}
  to {transform: scale(1)}
}
@keyframes f {
  0% {
    transform: scale(1);
    opacity: 1
  }
  to {
    transform: scale(0);
    opacity: 0
  }
}
.modal {
  width: 100vw;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  will-change: transform;
  background-color: #ffffffe6;
  transform: scale(0);
  overflow: auto
}
.modal.opened {animation: f .5s cubic-bezier(.165,.84,.44,1)forwards}
.modal.open {animation: e .5s cubic-bezier(.165,.84,.44,1)forwards}
.modal.open .modal_content {animation: d .5s cubic-bezier(.165,.84,.44,1)forwards}
.modal_content {
  background-color: #fff;
  max-width: 100vw;
  max-height: 100vh;
  animation: c .5s cubic-bezier(.165,.84,.44,1)forwards
}
.modal_close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer
}
.modal_close svg {
  fill: #fff;
  transition: .4s
}
.modal_close:hover svg {fill: #767676}
.modal_btn {cursor: pointer}
#leave_order_modal .form_wrap {padding: 0}
#leave_order_modal .form_wrap .left .img {
  overflow: hidden;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat
}
#leave_order_modal .form_wrap .left .img img {
  display: block;
  -webkit-filter: blur(5px);
  filter: blur(5px)
}
#leave_order_modal .form_wrap .left .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e08082;
  opacity: .7;
  z-index: 1
}
#leave_order_modal .form_wrap .left .img:after,#leave_order_modal .form_wrap .left .img:before {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(15% 15%,85% 15%,85% 85%,15% 85%);
  clip-path: polygon(15% 15%,85% 15%,85% 85%,15% 85%)
}
#leave_order_modal .form_wrap .left .img:after {
  background: inherit;
  border: 0
}
#leave_order_modal .form_wrap .right {
  padding-right: 100px;
  background: url(../img/bg/modal.png) 100% 0 no-repeat;
  margin: auto
}
#leave_order_modal .form_wrap .right form .my_btn {margin-bottom: 20px}
.services_modal .modal_close svg {fill: #101010}
.services_modal .modal_close svg:hover {fill: #e08082}
.services_modal .flex_wrapper {
  display: -ms-flexbox;
  display: flex
}
.services_modal .flex_wrapper .left {width: 40vw}
.services_modal .flex_wrapper .left p {
  max-width: 460px;
  margin-left: 40px;
  margin-top: 15px;
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: #8f8f8f
}
.services_modal .flex_wrapper .left .img {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 50px solid #e08082;
  position: relative
}
.services_modal .flex_wrapper .left .img:after {
  content: "";
  position: absolute;
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  top: 0;
  left: 0;
  border: 60px solid #f7bcba78
}
.services_modal .flex_wrapper .right {
  width: calc(50vw - 10px);
  margin-left: 50px;
  padding-right: 10px;
  background: url(../img/bg/services_modal.png) 50% no-repeat
}
.services_modal .flex_wrapper .right h3 {
  font-size: 3.5rem;
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center
}
.services_modal .flex_wrapper .right ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 5%;
  font-size: 15px;
  max-height: calc(90vh - 135px);
  overflow: auto;
  font-weight: 500
}
.services_modal .flex_wrapper .right ul li {
  margin-bottom: 20px;
  padding: 0 10px;
  transition: .4s linear
}
.services_modal .flex_wrapper .right ul li:hover {color: #e08082;}
.services_modal .flex_wrapper .right ul li:hover .wrap .hr {opacity: 1}
.services_modal .flex_wrapper .right ul li:last-of-type {margin-bottom: 0}
.services_modal .flex_wrapper .right ul li .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.services_modal .flex_wrapper .right ul li .wrap span:last-of-type {
  max-width: 106px;
  text-align: right
}
.services_modal .flex_wrapper .right ul li .wrap span small {
  display: -ms-flexbox;
  display: flex;
  color: #8f8f8f
}
.services_modal .flex_wrapper .right ul li .wrap span:not(.hr) {white-space: nowrap}
.services_modal .flex_wrapper .right ul li .wrap .hr {
  max-width: 300px;
  margin: 0px 18px;
  letter-spacing: .5rem;
  white-space: nowrap;
  overflow: hidden;
  color: #e08082fa;
  opacity: 0.8;
  transition: .3s linear
}
.services_modal .flex_wrapper .right ul li:hover span.hr:before {
  content: '· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·';
  margin: 0 0px;
  letter-spacing: .25rem;
  white-space: nowrap;
  overflow: hidden;
}
.services_modal .flex_wrapper .right ul li span.hr:before {content:'· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·';}
.titlewrap {
  font-weight: 600;
  line-height: 1;
  margin-left: -15px
}
#gallery_img_modal img {
  max-width: 100%;
  max-height: 100vh;
  display: block
}
#modal_menu .modal_wrap,#modal_phones .modal_wrap {
  width: 100%;
  height: 100%
}
#modal_menu .modal_content,#modal_phones .modal_content {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}
#modal_menu .modal_content .modal_close svg,#modal_phones .modal_content .modal_close svg {fill: #101010}
#modal_menu .modal_content .modal_close:hover svg,#modal_phones .modal_content .modal_close:hover svg {fill: #e08082}
#modal_menu .modal_content ul,#modal_phones .modal_content ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding: 7px;
  margin: 4px;
  margin-block-start:-168px}
#modal_menu .modal_content ul li,#modal_phones .modal_content ul li {margin-bottom: 30px}
#modal_menu .modal_content ul li:last-of-type,#modal_phones .modal_content ul li:last-of-type {margin-bottom: 0}
#modal_menu .modal_content ul li a,#modal_phones .modal_content ul li a {
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  color: #ad3234;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 900
}
#thanks_modal_err .modal_content,#thanks_modal .modal_content {
  padding: 50px;
  text-align: center;
  max-width: 62em
}
#thanks_modal_err .modal_content .modal_close svg,#thanks_modal .modal_content .modal_close svg {fill: #101010}
#thanks_modal_err .modal_content h3,#thanks_modal .modal_content h3 {font-size: 3rem}
#thanks_modal_err .modal_content p,#thanks_modal .modal_content p {
  font-size: 1.6rem;
  line-height: 2.4rem
}
.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 20px 0 0
}
.slick-dots li {margin-right: 10px}
.slick-dots li:last-of-type {margin-right: 0}
.slick-dots li button {
  color: transparent;
  width: 8px;
  height: 8px;
  background-color: #dbdbdb;
  border-radius: 50%
}
.slick-dots li.slick-active button {background-color: #e08082}
.my_btn {
  width: 260px;
  height: 60px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .15rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: .6s;
  box-sizing: border-box;
  font-style: normal;
  font-display: swap;
  font-weight: 500
}
.my_btn,.ff_roman {
  line-height: 2rem;
  font-family: Helvetica,sans-serif
}
.ff_roman {
  font-size: 1.9rem;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  transform: translate3d(0,100%,0);
  transition: 1s ease-out;
  opacity: 0;
  font-weight: 300
}
.ff_roman.visible {
  transform: translateZ(0);
  opacity: 1;
  color: #1c1d1d
}
.slick_arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e0808200;
  border: .5px solid #aa616300;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  transition: .5s
}
.slick_arrow:hover {
  border: 0 solid #8d8b8b00;
  background-color: #ffffff00
}
.slick_arrow:hover svg {fill: #e08082}
.slick_arrow svg {
  fill: #a8a1a1;
  width: 24px;
  transition: .5s;
  margin-right: 0
}
.slick_arrow.slick_prev svg {
  transform: rotate(180deg);
  margin-right: 2px
}
.dropdown {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}
.dropdown ul {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: #fff;
  display: none;
  left: 0;
  position: absolute;
  z-index: 4;
  top: 100%;
  width: 100%;
  list-style: none;
  max-height: 150px;
  overflow: auto
}
.dropdown ul label {
  color: #e08082;
  font-size: 1.4rem;
  line-height: 1.8rem;
  cursor: pointer
}
.dropdown ul label input {display: none!important}
.dropdown button {
  background-color: #e08082;
  display: block;
  padding-bottom: 10px;
  padding-top: 30px;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: Helvetica,sans-serif;
  border: 0;
  border-bottom: 2px solid #fff;
  text-align: left
}
.dropdown button .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.dropdown button .wrap svg {
  width: 10px;
  transform: rotate(90deg);
  fill: #fff;
  margin-right: 2px
}
.dropdown button:focus {outline: none}
.dropdown button p {margin: 0}
.contacts_info .items_wrap .item:nth-of-type(4) .val,.contacts_info .items_wrap .item:nth-of-type(3) .val,.contacts_info .items_wrap .item:nth-of-type(2) .val,.val,.contacts_info .items_wrap .item:nth-of-type(1) .val,.header_top .nav ul li a,.header_top .phones a {position: relative}
.contacts_info .items_wrap .item:nth-of-type(4) .val:after,.contacts_info .items_wrap .item:nth-of-type(3) .val:after,.contacts_info .items_wrap .item:nth-of-type(2) .val:after,.header_top .nav ul li a:after,.contacts_info .items_wrap .item:nth-of-type(1) .val:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -1.2px;
  transform: scale(0);
  transition: .4s
}
.contacts_info .items_wrap .item:nth-of-type(4) .val:hover:after,.contacts_info .items_wrap .item:nth-of-type(3) .val:hover:after,.contacts_info .items_wrap .item:nth-of-type(2) .val:hover:after,.header_top .nav ul li a:hover:after,.header_top .phones a:hover:after,.contacts_info .items_wrap .item:nth-of-type(1) .val:hover:after {transform: scale(1)}
.contacts .socials {margin-top: 7%}
.header_top.fixed .nav ul li a:after,.header_top.fixed .phones a:after {background-color: #8f8f8f}
.header {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}
.header * {color: #fff}
.header_top {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0
}
.header_top.fixed {
  border-bottom: 1px solid #0a0a0a1a;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 70px;
  z-index: 5
}
.header_top.fixed * {color: #767676}
.header_top.fixed .logo svg {fill: #18131c}
.header_top.fixed .logo svg:hover {fill: #767676}
.header_top.fixed .mob_menu svg,.header_top.fixed .mob_phones .svg_wrap svg,.header_top.fixed .socials svg {fill: #767676}
.header_top .nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex
}
.header_top .nav ul li {margin-right: 20px}
.header_top .nav ul li a {
  text-decoration: none;
  font-size: 1.3rem
}
.header_top .nav ul li a.active:after {
  transform: scale(1);
  background-color: #e08082
}
.header_top .logo {margin: 0 auto}
.header_top .logo svg {
  fill: #fff;
  height: 43px
}
.header_top .phones {
  margin-right: 12px;
  margin-top: -7px;
  font-size: 16px
}
.header_top .phones a {
  text-decoration: none;
  font-size: 16px;
  margin-right: 20px
}
.header_top .phones a:after {
  content: "";
  position: absolute;
  width: 91%;
  height: 1.2px;
  background-color: #fff;
  left: 12px;
  bottom: -1.2px;
  transform: scale(0);
  transition: .4s
}
.header_top .phones a:last-of-type {margin-right: 0}
.header_top .mob_phones {
  position: relative;
  cursor: pointer;
  display: none
}
.header_top .mob_phones .svg_wrap {
  position: relative;
  display: block
}
.header_top .mob_phones .svg_wrap svg {
  height: 30px;
  fill: #fff
}
.header_top .mob_phones .svg_wrap .svg_shadow {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: 0 0 13px #0f0f0f40
}
.header_top .mob_phones input {display: none}
.header_top .mob_phones input:checked+ul {transform: rotateX(0)}
.header_top .mob_phones ul {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  transform-origin: top;
  transform: rotateX(90deg);
  transition: .5s;
  width: 150px
}
.header_top .mob_phones ul li a {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5px 0;
  font-size: 1.5rem;
  text-decoration: none
}
.contacts_info .items_wrap .item .val,.header_top .socials a {transition: .1s}
.contacts_info .items_wrap .item .val i:hover,.header_top .socials a i:hover {
  transform: scale(1.2);
  color: #fff
}
.header_top.fixed .socials a {transition: .1s}
.header_top.fixed .socials a i:hover {
  transform: scale(1.2);
  color: #767676
}
.header_top .socials a {
  text-decoration: none;
  margin-right: 10px
}
.header_top .socials a:last-of-type {margin-right: 0}
.header_top .mob_menu {display: none}
.header_top .mob_menu svg {
  width: 22px;
  fill: #fff
}
.header_content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  margin-bottom: 150px
}
.header_content h1 {
  font-size: 8.5rem;
  line-height: 8rem;
  margin: 0;
  font-weight: 900;
  font-family: Helvetica,sans-serif
}
.header_content h1 br:first-of-type {display: none}
.header_content p {
  font-size: 1.8rem;
  margin-top: 25px;
  margin-bottom: 40px;
  font-weight: 400;
  font-family: Helvetica,sans-serif
}
.header_content .my_btn {
  color: #aa6163;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2px
}
.header_content .my_btn:hover {
  background-color: transparent;
  color: #fff
}
.header .bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(../img/non_beauty.webp) 100% 100% no-repeat;
  background-size: cover
}
.header .bg_img.beauty {
  z-index: 1;
  opacity: 0;
  transition: 3s;
  background-image: url(../img/beauty.webp)
}
.header .bg_img.beauty.showed {opacity: 1}
.header .bg_img:after {
  content: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0,#e08082,transparent)
}
.header .to_bot {
  width: 54px;
  height: 54px;
  position: absolute;
  bottom: 40px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ffffff33;
  z-index: 2;
  background-color: transparent
}
.header .to_bot:after {
  -webkit-clip-path: polygon(0 0,0 0,0 0,0 0);
  clip-path: polygon(0 0,0 0,0 0,0 0);
  animation-name: a;
  animation-delay: 2s
}
.header .to_bot:after,.header .to_bot:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  top: 0;
  left: 0;
  border-radius: 50%;
  animation-duration: 1.5s;
  animation-fill-mode: forwards
}
.header .to_bot:before {
  -webkit-clip-path: polygon(50% 100%,50% 50%,50% 100%,50% 100%);
  clip-path: polygon(50% 100%,50% 50%,50% 100%,50% 100%);
  animation-name: b;
  animation-delay: 3.5s
}
.header .to_bot svg {
  width: 5px;
  margin-left: 1px;
  transform: rotate(90deg);
  fill: #fff
}
.language {
  width: 16px;
  margin: 8px 70px 10px 0
}
.submenu li,.submenu,.language a {
  text-decoration: none;
  display: block;
  transition: 5s linear
}
.language a:hover {color: #767676}
.language ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.topmenu>li {
  display: block;
  position: relative;
  top: 3px;
  left: 33px;
  margin-bottom: 4px
}
.submenu {
  position: absolute;
  left: 0;
  top: 23px;
  z-index: 4;
  width: 16px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s cubic-bezier(.55,.09,.68,.53)
}
.submenu li {
  position: relative;
  top: 0;
  left: 0
}
.submenu .submenu {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  left: -webkit-calc(100% - 1px)
}
.language li:hover>.submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0)
}
a.folang i {
  font-family: Helvetica,sans-serif;
  font-size: 1.8rem;
  font-weight: 500
}
a.folang i::before {
  font-family: "FontAwesome";
  font-size: 2rem
}
.tooltip {
  position: relative;
  display: inline-block
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 20%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity .3s
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1
}
.modal_language {
  position: absolute;
  bottom: 29%;
  width: 39%;
  height: 15%;
  text-decoration: none;
  list-style: none
}
.modal_language li {
  text-decoration: none;
  display: flex;
  font-size: 2rem;
  color: #931518;
  justify-content: center;
  margin-bottom: 7px
}
.modal_lang_ua a {color: #939393}
.modal_language a {
  text-decoration: none;
  display: flex;
  font-size: 3rem;
  color: #ea8a8c;
  justify-content: center;
  padding: 26px
}
.modal_language a:hover {
  color: #a71316;
  transform: scale(1.2)
}
.modal_folang {font-size: 15px}
.about_section {background: url(../img/bg/about.png) 50% no-repeat}
.about_section>* {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}
.about_section .text {
  margin-top: 40px;
  margin-bottom: 45px;
  max-width: 700px;
  opacity: 0;
  transition: .7s .5s
}
.about_section .text.visible {opacity: 1}
.about_section .text * {
  font-size: 19px;
  line-height: 1.9rem;
  font-family: Helvetica,sans-serif;
  font-weight: 300
}
.about_section .my_btn {
  color: #801801;
  background-color: #fff;
  border: 1px solid #e08082;
  border-radius: 2px
}
.about_section .my_btn:hover {
  background-color: #e08082;
  color: #fff
}
.our_services {
  background: url(../img/bg/services_left.png) 0 100% no-repeat,
       url(../img/bg/services_right.png) 100% no-repeat
}
.our_services h2 {margin-bottom: 40px}
.our_services .imgs_wrap {
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 15%
}
.our_services .imgs_wrap .img {
  width: calc(50% - 30px);
  height: calc((50vw - 70px)* 1.23);
  margin-right: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden
}
.our_services .imgs_wrap .img:last-of-type {margin-right: 0}
.our_services .imgs_wrap .img:after {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: 1
}
.our_services .imgs_wrap .img:after,.our_services .imgs_wrap .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: inherit
}
.our_services .imgs_wrap .img:before {
  z-index: 2;
  -webkit-clip-path: polygon(15% 15%,85% 15%,85% 85%,15% 85%);
  clip-path: polygon(15% 15%,85% 15%,85% 85%,15% 85%)
}
.our_services .imgs_wrap .text {
  width: 70%;
  height: 70%;
  background-color: #f7bcba66;
  position: relative;
  z-index: 3;
  padding: 40px 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}
.our_services .imgs_wrap .text * {color: #fff}
.our_services .imgs_wrap .text h4 {
  font-size: 4rem;
  margin: 0
}
.our_services .imgs_wrap .text button {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .15rem;
  background-color: #00000054;
  margin-top: auto;
  margin-right: auto;
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 2px;
  font-weight: 400;
  font-family: Helvetica,sans-serif;
  font-style: normal;
  font-display: swap;
  backdrop-filter: blur(4px)
}
.our_services .imgs_wrap .text button:hover {
  border: 1px solid #fff;
  color: #424246;
  background-color: #f7f7f775;
  font-family: Helvetica,sans-serif
}
.our_benefits {background: url(../img/bg/benefits.png) 50% no-repeat}
ul,li {
  list-style: none!important;
  line-height: .5
}
.our_benefits .benefits_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: -40px
}
.our_benefits .benefits_wrap .benefit {
  width: 20%;
  margin: 0 5px 40px;
  text-align: center;
  transform: scale(.3);
  opacity: 0;
  transition: .7s
}
span.work_time {margin: 2px 30px 0 0}
.our_benefits .benefits_wrap .benefit.visible {
  transform: scale(1);
  opacity: 1
}
.our_benefits .benefits_wrap .benefit:nth-of-type(2) {transition-delay: .2s}
.our_benefits .benefits_wrap .benefit:nth-of-type(3) {transition-delay: .4s}
.our_benefits .benefits_wrap .benefit:nth-of-type(4) {transition-delay: .6s}
.our_benefits .benefits_wrap .benefit:nth-of-type(6) {transition-delay: .2s}
.our_benefits .benefits_wrap .benefit:nth-of-type(7) {transition-delay: .4s}
.our_benefits .benefits_wrap .benefit:nth-of-type(8) {transition-delay: .6s}
.our_benefits .benefits_wrap .benefit:hover svg {transform: scale(1.2)}
.our_benefits .benefits_wrap .benefit:hover svg .st2 {fill: #e08082}
.our_benefits .benefits_wrap .benefit svg {
  height: 52px;
  transition: .7s
}
.our_benefits .benefits_wrap .benefit svg .st0 {opacity: .5}
.our_benefits .benefits_wrap .benefit svg .st1 {fill: #e08082}
.our_benefits .benefits_wrap .benefit svg .st2 {
  fill: #8f8f8f;
  transition: .7s
}
.our_benefits .benefits_wrap .benefit .ff_roman {
  margin-top: 20px;
  margin-bottom: 10px
}
.our_benefits .benefits_wrap .benefit p {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #8f8f8f
}
.leave_order .form_wrap {
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  background: #e08082 url(../img/bg/leave_order.png) 0 no-repeat
}
.leave_order .form_wrap * {color: #fff}
.leave_order .form_wrap .left {
  margin-right: 50px;
  position: relative;
  min-width: 330px
}
.leave_order .form_wrap .left .img {
  position: relative;
  height: 100%
}
.leave_order .form_wrap .left .img img {width: 100%}
.leave_order .form_wrap .left .img:after {
  content: "";
  position: absolute;
  width: calc(100% - 120px);
  height: calc(100% - 129px);
  top: 0;
  left: 0;
  border: 60px solid #f7bcbab3
}
.leave_order .form_wrap .left .img.man {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 4;
  transition: .7s
}
.leave_order .form_wrap .left .img.man img {width: 100%}
.leave_order .form_wrap .left.is_man .img.man {opacity: 1}
.leave_order .form_wrap .right h2 {margin: 30px 0}
.leave_order .form_wrap .right p {
  text-align: left;
  margin-left: 0;
  max-width: 450px
}
.leave_order .form_wrap .right form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 450px
}
.leave_order .form_wrap .right form label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 10px;
  padding-top: 30px;
  border-bottom: 1px solid #fff;
  position: relative
}
.leave_order .form_wrap .right form label span {
  position: absolute;
  left: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  transition: .4s
}
.leave_order .form_wrap .right form label span.non_empty {
  transform: translateY(-20px);
  transition: .4s cubic-bezier(.52,1.64,.37,.66)
}
.leave_order .form_wrap .right form label input {
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: inline-block;
  border: 0;
  padding: 0;
  background-color: transparent
}
.leave_order .form_wrap .right form label input:focus,.leave_order .form_wrap .right form label input:hover {outline: none}
.leave_order .form_wrap .right form label input:focus~span {
  transform: translateY(-20px);
  transition: .4s cubic-bezier(.52,1.64,.37,.66)
}
.leave_order .form_wrap .right form .dropdown ul {
  background-color: #ffdddc;
  border: 1px solid #fff
}
.leave_order .form_wrap .right form .dropdown label {
  border-bottom: 1px solid #fff;
  color: #323435;
  padding: 10px 0 10px 20px
}
.leave_order .form_wrap .right form .dropdown button {background-color: transparent}
.leave_order .form_wrap .right form .my_btn {
  color: #e08082;
  background-color: #fff;
  margin-top: 50px;
  border: 1px solid #fff;
  border-radius: 2px
}
.leave_order .form_wrap .right form .my_btn:hover {
  background-color: #e08082;
  color: #fff
}
.news {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 30px
}
input#newsletter {
  margin: 0 32px;
  height: 30px;
  width: 250px;
  border: 2px solid #646464
}
input#newsletter:focus-visible {outline: none}
section.our_works {padding-right: 0}
.our_works {background: url(../img/bg/our_works.png) top no-repeat}
.our_works_slider_wrap {
  margin-top: 60px;
  position: relative
}
.our_works_slider_wrap .slick_arrow {top: calc(((100% - -100px)* .35)- 20px)}
.our_works_slider_wrap .slick_next {right: 25px}
.our_works_slider .slick-list {padding-right: 40px}
.our_works_slider .slick-track {
  display: -ms-flexbox;
  display: flex;
  transition-delay: .7s
}
.our_works_slider .img {position: relative}
.our_works_slider .img img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex
}
.our_works_slider .slick-slide:nth-of-type(n) {
  -ms-flex-item-align: start;
  align-self: flex-start
}
.our_works_slider .slick-slide:nth-of-type(n) img {
  margin: 0 auto;
  max-width: 90%
}
.our_works_slider .slick-slide:nth-of-type(2n-1) {
  -ms-flex-item-align: end;
  align-self: flex-end
}
.our_works_slider .slick-slide:nth-of-type(2n-1) img {margin-right: auto}
.our_works_slider .slick-slide:nth-of-type(odd) {
  -ms-flex-item-align: center;
  align-self: center
}
.our_works_slider .slick-slide:nth-of-type(odd) img {margin-left: auto}
.our_works_slider .slick-slide:nth-of-type(3n-1) {
  -ms-flex-item-align: end;
  align-self: flex-end
}
.our_works_slider .slick-slide:nth-of-type(3n-1) img {max-width: 60%}
.our_works_slider .slick-slide:nth-of-type(3n-2) {
  -ms-flex-item-align: start;
  align-self: flex-start
}
.our_works_slider .slick-slide:nth-of-type(3n-2) img {max-width: 80%}
.reviews_section {background: url(../img/bg/reviews.png) 90% 30% no-repeat}
.reviews_section .slider_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px auto 0;
  position: relative;
  width: calc(100vw - 640px)
}
.reviews_section .reviews_slider {width: calc(100vw - 640px)}
.reviews_section .reviews_slider .item img {
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: calc((100vw - 640px)* .7)
}
.reviews_section .reviews_slider .item h5 {
  margin: 20px 0;
  text-align: left
}
.reviews_section .reviews_slider .item p {
  color: #8f8f8f;
  font-size: 1.3rem;
  line-height: 2rem;
  max-width: 440px;
  margin: 0
}
.reviews_section .slick_arrow {
  top: calc(((100vw - 640px)* .35)- 25px);
  left: -120px
}
.reviews_section .slick_arrow.slick_next {
  left: auto;
  right: -120px
}
section.contacts {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0
}
.contacts {position: relative}
.contacts_info {
  position: absolute;
  left: 40px;
  top: 140px;
  bottom: 0;
  padding: 20px 75px;
  z-index: 3;
  background: #e08082 url(../img/bg/contacts.png) -30% top no-repeat
}
.contacts_info * {color: #fff}
.contacts_info .items_wrap {max-width: 250px}
.contacts_info .items_wrap .item {margin-bottom: 0}
.contacts_info .items_wrap .item h5 {
  font-size: 1.6rem;
  margin: 10px 0 0
}
span.val_txt {
  font-size: 1.4rem;
  line-height: 2rem;
  text-decoration: none;
  font-family: Helvetica,sans-serif;
  font-weight: 600;
  letter-spacing: .05rem
}
.contacts_info .items_wrap .item .val {
  font-size: 2.1rem;
  line-height: 1.9rem;
  text-decoration: none;
  font-weight: 400;
  font-family: Helvetica,sans-serif
}
.contacts_info .items_wrap .item .val svg {
  fill: #fff;
  height: 14px;
  margin-right: 15px
}
.contacts #google_map {height: 500px}
.contacts_info .socials .fa {
  line-height: 2rem;
  font-size: 3.5rem
}
.socials_link {
  text-decoration: none;
  list-style: none;
  margin-bottom: 5px
}
.socials_link_fece {
  margin-inline-start:20px}
.socials_link_teleg {
  margin-inline-start:25px}
.ff_roman {transition: 0}
.ff_roman,.socials_link a {text-decoration: none}
.ff_roman i:hover {
  transform: scale(1.4);
  color: #4a4a4a
}
.contacts_info .items_wrap .item,.socials_link a {transition: 0}
.contacts_info .items_wrap .item i:hover,.socials_link a i:hover {
  transform: scale(1.4);
  color: #fff
}
.footer {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 40px 25px;
  font-size: 13px
}
.footer,.footer .dev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
.footer .dev {text-decoration: none}
.footer .dev svg {
  width: 29px;
  height: 29px;
  margin-left: 20px
}
p.actyal_price {font-size: 1.3rem}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
:root {--swiper-theme-color: #007aff}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-vertical>.swiper-wrapper {flex-direction: column}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}
.swiper-android .swiper-slide,.swiper-wrapper {transform: translate3d(0,0,0)}
.swiper-pointer-events {touch-action: pan-y}
.swiper-pointer-events.swiper-vertical {touch-action: pan-x}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}
.swiper-slide-invisible-blank {visibility: hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide {height: auto}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height
}
.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {perspective: 1200px}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {transform-style: preserve-3d}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-3d .swiper-slide-shadow {background: rgba(0,0,0,.15)}
.swiper-3d .swiper-slide-shadow-left {background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-right {background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-top {background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-bottom {background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {display: none}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {scroll-snap-align: start start}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper {scroll-snap-type: x mandatory}
.swiper-vertical.swiper-css-mode>.swiper-wrapper {scroll-snap-type: y mandatory}
.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999
}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start:var(--swiper-centered-offset-before)}
.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
  height:100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start:var(--swiper-centered-offset-before)}
.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
  width:100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}
.swiper-centered>.swiper-wrapper>.swiper-slide {scroll-snap-align: center center}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}
:root {--swiper-navigation-size: 44px}
.swiper-button-next,.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0 - (var(--swiper-navigation-size)/2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a8a1a1
}
.swiper-button-next:hover,.swiper-button-prev:hover {color: #e08082}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-next:after,.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}
.swiper-button-prev,.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {content: "prev"}
.swiper-button-next,.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {content: "next"}
.swiper-button-lock {display: none}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {opacity: 0}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {transform: scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {transform: scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {transform: scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {transform: scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {transform: scale(.33)}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {cursor: pointer}
.swiper-pagination-bullet:only-child {display: none!important}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity,1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color))
}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0,-50%,0)
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px)0;
  display: block
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {transition: .2s transform,.2s left}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {transition: .2s transform,.2s right}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {transform-origin: right top}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-lock {display: none}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1)
}
.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {cursor: move}
.swiper-scrollbar-lock {display: none}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}
.swiper-slide-zoomed {cursor: move}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}
.swiper-lazy-preloader-white {--swiper-preloader-color: #fff}
.swiper-lazy-preloader-black {--swiper-preloader-color: #000}
@keyframes swiper-preloader-spin {
  100% {transform: rotate(360deg)}
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-grid>.swiper-wrapper {flex-wrap: wrap}
.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}
.swiper-fade.swiper-free-mode .swiper-slide {transition-timing-function: ease-out}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}
.swiper-fade .swiper-slide .swiper-slide {pointer-events: none}
.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {pointer-events: auto}
.swiper-cube {overflow: visible}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-cube .swiper-slide .swiper-slide {pointer-events: none}
.swiper-cube.swiper-rtl .swiper-slide {transform-origin: 100% 0}
.swiper-cube .swiper-slide-active .swiper-slide-active {pointer-events: auto}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}
.swiper-flip {overflow: visible}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-flip .swiper-slide .swiper-slide {pointer-events: none}
.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {pointer-events: auto}
.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height
}
.swiper-cards {overflow: visible}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}
body div.swiper {height: 100vh}
.prof {font-weight: 600}
.swiper {
  width: 100%;
  height: 100%
}
.slide-card {
  background: linear-gradient(90deg,#e0808247 0%,#e080821a 39%,#e0808280 99%);
  box-shadow: 6px 5px 7px -7px #e08082d6;
  margin: 0 40px;
  padding: 42px 10%;
  border-radius: 6px;
  border: 0;
  cursor: grab
}
.slide-card .slide-card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #ad32348a;
  width: 100px;
  height: 100px
}
.slide-card h5 {
  color: #525252;
  font-size: 1.8rem;
  margin: 15px 0;
  white-space: nowrap;
  word-break: break-word;
  text-align: center
}
.slide-card h5 span {
  font-size: 1.4rem;
  color: #111
}
.slide-card p {
  font-size: 1.35rem;
  color: #1c1d1d;
  font-weight: 400;
  line-height: 1.2
}
p.slide-card-text {word-break: break-word}
.swiper-slide {
  text-align: center;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center
}
.swiper-slide.swiper-slide-active {transform: scale(1.2)}
#myBtn {
  border: none;
  bottom: 10%;
  color: rgba(0,0,0,.2);
  cursor: pointer;
  display: none;
  font-size: 5em;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 5px 10px;
  position: fixed;
  right: 5%;
  text-align: center;
  width: 40px;
  z-index: 99;
  background-color: #ff000000
}
i.fa.fa-caret-up {font-size: 7.2rem}
#myBtn:hover {color: #000}
strong {
  color: red;
  font-weight: 600
}
.widget {
  position: fixed;
  left: 4%;
  bottom: 5%;
  z-index: 5
}
.wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  right: 7px
}
.circle.pulse {
  animation-timing-function: ease;
  animation: pulse 2s infinite;
  background-color: #fa6711;
  opacity: .8
}
@keyframes pulse {
  0%,25% {transform: scale(1,1)}
  50% {transform: scale(1.2,1.2)}
  100% {transform: scale(1,1)}
}
.circle {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #fff;
  margin: auto;
  transform: scale(1,1)
}
.circle svg:hover {
  cursor: pointer;
  fill: #fa6711;
  transform: scale(1.2,1.2)
}
.circle svg {
  stroke-linejoin: round;
  stroke-width: 5;
  transition: all .3s;
  width: 60%;
  height: 60%;
  margin: 13px 9px 0 14px
}
.social__buttons img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none
}
.widget .social__buttons {
  position: absolute;
  bottom: 100%;
  text-align: center;
  display: none
}
.widget .social__buttons svg {margin-bottom: 15px}
svg#wiget_soc {
  width: 55px;
  height: 51px
}
svg#viber:hover,svg#telega:hover,.social__buttons img:hover {
  transform: scale(1.2,1.2);
  transition: all .4s
}
:focus-visible {outline: none}
::-webkit-scrollbar {
  height: .7rem;
  width: .7rem
}
::-webkit-scrollbar-track {background: #f1f1f1}
::-webkit-scrollbar-thumb {background: #ef8885}
::-webkit-scrollbar-thumb:hover {background: #d7585a}
@media (min-width: 1600px) {
  html {font-size:12px}
  section {
    padding-left: 100px;
    padding-right: 100px
  }
  .ff_roman {max-width: 500px}
  .my_btn {
    width: 300px;
    height: 70px
  }
  .services_modal .flex_wrapper .right ul {padding-left: 35px}
  .header {padding: 0 100px}
  .header_top.fixed {padding: 30px 100px}
  .header_top .nav ul li {margin-right: 40px}
  .header_top .logo svg {height: 70px}
  .header_top .phones {margin-right: 115px}
  .header_top .phones a {margin-right: 50px}
  .header_content {margin-top: 200px}
  .header .to_bot {
    width: 60px;
    height: 60px;
    bottom: 70px
  }
  .header .to_bot svg {width: 8px}
  .about_section .text {max-width: 800px}
  .leave_order .form_wrap {
    max-width: 1300px;
    margin: 0 auto
  }
  .leave_order .form_wrap .left {min-width: 585px}
  .leave_order .form_wrap .right form,.leave_order .form_wrap .right p {max-width: none}
  .reviews_section .reviews_slider,.reviews_section .slider_wrap {width: 50vw}
  .reviews_section .reviews_slider .item img {height: 35vw}
  .reviews_section .reviews_slider .item p {max-width: 570px}
  .reviews_section .slick_arrow {top: calc(17.5vw - 25px)}
  .contacts #google_map {height: 600px}
  .contacts_info .items_wrap {max-width: 225px}
}
@media (max-width: 1200px) {
  .header,.header_top.fixed {padding:10px 9px}
  .reviews_section .reviews_slider,.reviews_section .slider_wrap {width: calc(100vw - 400px)}
  .reviews_section .reviews_slider .item img {height: calc((100vw - 400px)* .7)}
  .reviews_section .slick_arrow {
    top: calc(((100vw - 400px)* .35)- 25px);
    left: -90px
  }
  .reviews_section .slick_arrow.slick_next {right: -90px}
  .leave_order .form_wrap .right h2 {
    font-size: 3.8rem;
    margin: 20px 0
  }
  .leave_order .form_wrap .right form {margin-top: 10px}
}
@media (max-width: 1100px) {
  #leave_order_modal .form_wrap .right {padding-right:50px}
  .services_modal .flex_wrapper .left {width: 45vw}
  .services_modal .flex_wrapper .right {
    width: calc(50vw - 20px);
    margin-left: 20px;
    padding-right: 20px
  }
  .services_modal .flex_wrapper .right ul li .wrap .hr {margin: 0 15px}
  .header_top .nav ul li {margin-right: 15px}
  .header_top .logo svg {height: 40px}
  .header_top phones {
    margin-right: 1px;
    margin-top: -10px;
    font-size: 12px
  }
  .header_top .phones a,.header_top .socials a {margin-right: 15px}
  span.val_txt {
    font-size: 13px;
    line-height: 2rem;
    text-decoration: none
  }
  .header_content {
    margin-top: auto;
    margin-bottom: 130px
  }
  .header_content h1 {font-size: 7.2rem}
  .header .bg_img {background-position: 80% 100%}
  .leave_order .form_wrap .right h2 {
    margin-top: 0;
    margin-bottom: 20px
  }
  .leave_order .form_wrap .right form {margin-top: 0}
  .leave_order .form_wrap .right form .dropdown button {padding-top: 20px}
  .leave_order .form_wrap .right form .my_btn {margin-top: 40px}
  .our_services .imgs_wrap .text {padding: 40px 30px}
}
@media (max-width: 1050px) {
  .header_top .phones {margin:-30px}
  .header_top .socials {display: none}
}
@media (max-width: 970px) {
  .services_modal .flex_wrapper .left {display:none}
  .services_modal .flex_wrapper .right {
    margin: 0;
    width: 80vw;
    padding: 20px 20px 60px
  }
  .services_modal .flex_wrapper .right h3 {text-align: center}
  .services_modal .flex_wrapper .right ul {max-height: calc(90vh - 209px)}
  .header_top .nav,.header_top .phones,.header_top .socials,.header_top .language {display: none}
  .header_top .mob_menu,.header_top .mob_phones {display: block}
  .header_content {
    margin-top: auto;
    margin-bottom: 30px
  }
  .header_content h1 br:first-of-type {display: inline}
  .header .bg_img {background-position: 85% 100%}
  .header .to_bot {display: none}
  .our_services .imgs_wrap .img {
    width: calc(50% - 10px);
    height: calc((50vw - 30px)* 1.23);
    margin-right: 20px
  }
  .our_services .imgs_wrap .img:before {
    -webkit-clip-path: polygon(10% 10%,90% 10%,90% 90%,10% 90%);
    clip-path: polygon(10% 10%,90% 10%,90% 90%,10% 90%)
  }
  .our_services .imgs_wrap .text {
    width: 80%;
    height: 80%;
    padding: 20px
  }
  .our_benefits .benefits_wrap {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .our_benefits .benefits_wrap .benefit {
    text-align: center;
    width: calc(20% - 2px);
    margin-bottom: 10px
  }
  .leave_order .form_wrap {padding: 20px}
  .leave_order .form_wrap .left {margin-right: 20px}
  .leave_order .form_wrap .right h2 {text-align: left}
  .reviews_section .reviews_slider,.reviews_section .slider_wrap {width: calc(100vw - 340px)}
  .reviews_section .reviews_slider .item img {height: calc((100vw - 340px)* .7)}
  .reviews_section .slick_arrow {top: calc(((100vw - 340px)* .35)- 25px)}
  .contacts_info {
    position: static;
    padding: 31px 30px
  }
  .contacts_info .items_wrap {
    max-width: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .contacts_info .items_wrap .item {max-width: calc(25% - 20px)}
  .contacts #google_map {height: 400px}
  .li {list-style: none}
  .ff_roman {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-family: Helvetica,sans-serif;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    transform: translate3d(0,100%,0);
    transition: 1s ease-out;
    opacity: 0
  }
  .footer {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .footer .dev {margin-top: 15px}
  .footer .dev svg {margin-left: 10px}
}
@media (max-width: 992px) {
  section {padding:60px 20px 50px}
  .my_btn {
    width: 215px;
    height: 50px
  }
  .header {padding: 0 20px}
  .header_top.fixed {padding: 20px}
  .contacts_info {top: 57px}
  .footer {padding: 20px}
  .contacts_info .items_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .contacts_info .items_wrap .item {
    max-width: 68%;
    min-width: 10%
  }
  .our_services .imgs_wrap .text h4 {font-size: 2.5rem}
  .contacts_info .items_wrap .item .val {font-size: 1.4rem}
}
@media (max-width: 800px) {
  #leave_order_modal .form_wrap {padding:30px 50px}
  #leave_order_modal .form_wrap .right {padding-right: 0}
  .our_benefits .benefits_wrap .benefit p {
    font-size: 15px;
    line-height: 2rem;
    color: #8f8f8f
  }
  .our_benefits .benefits_wrap .benefit {
    text-align: center;
    width: calc(30% - 10px);
    margin-bottom: 20px
  }
  .services_modal .flex_wrapper .right {padding: 20px}
  .services_modal .flex_wrapper .right h3 {margin: 20px}
  .services_modal .flex_wrapper .right ul {max-height: calc(90vh - 120px)}
  .leave_order .form_wrap {
    padding: 40px 20px;
    -ms-flex-pack: center;
    justify-content: center
  }
  .leave_order .form_wrap .left {display: none}
  .leave_order .form_wrap .right form .my_btn {width: auto}
  .reviews_section .reviews_slider,.reviews_section .slider_wrap {width: calc(100vw - 240px)}
  .reviews_section .reviews_slider .item img {height: calc((100vw - 240px)* .7)}
  .reviews_section .slick_arrow {top: calc(((100vw - 240px)* .35)- 25px)}
  .contacts_info .items_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .contacts_info .items_wrap .item {
    max-width: 50%;
    min-width: 36%
  }
  .our_services .imgs_wrap .text h4 {font-size: 2.5rem}
  .contacts_info .items_wrap .item .val {font-size: 1.4rem}
}
@media (max-width: 700px) {
  h2 {font-size:4rem}
  .our_benefits .benefits_wrap .benefit {
    width: calc(30% - 10px);
    margin-bottom: 20px
  }
  .contacts_info .items_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .contacts_info .items_wrap .item {
    max-width: 50%;
    min-width: 36%
  }
  .our_services .imgs_wrap .text h4 {font-size: 2.5rem}
  .contacts_info .items_wrap .item .val {font-size: 1.4rem}
}
@media (max-width: 630px) {
  .services_modal .flex_wrapper .right {width:90vw}
  .header_content h1 {
    font-size: 6rem;
    line-height: 6rem
  }
  .header_content h1 br:first-of-type {display: none}
  .header_content p {
    margin-top: 20px;
    margin-bottom: 25px
  }
  .header .bg_img {background-position: 100% 100%}
  .our_benefits .benefits_wrap .benefit {
    width: calc(45% - 16px);
    margin-bottom: 40px
  }
  .contacts_info .items_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .contacts_info .items_wrap .item {
    max-width: 50%;
    min-width: 36%
  }
  .our_services .imgs_wrap .text h4 {font-size: 2.5rem}
  .contacts_info .items_wrap .item .val {font-size: 1.4rem}
}
@media (max-width: 550px) {
  html {font-size:11px}
  .contacts_info .items_wrap .item {
    max-width: 60%;
    min-width: 66%
  }
  h2 {margin-bottom: 20px}
  .slick_arrow {display: none}
  .services_modal .flex_wrapper .right ul li .wrap span:first-of-type {min-width: 202px}
  .services_modal .flex_wrapper .right ul li .wrap span:not(.hr) {
    white-space: normal;
    line-height: 1.1;
    margin: 0 0 0 -6%
  }
  .services_modal .flex_wrapper .right ul li .wrap span:last-of-type {white-space: nowrap}
  #thanks_modal .modal_content {padding: 40px 20px}
  .my_btn {width: 100%}
  .header_content {text-align: center}
  .header .bg_img {background-position: 91% 100%}
  .header .bg_img.beauty {opacity: 1}
  .header .bg_img:after {content: ""}
  .our_services .imgs_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .our_services .imgs_wrap .img {
    width: 100%;
    height: calc((100vw - 40px)* 1.23);
    margin-right: 0;
    margin-bottom: 40px
  }
  .our_services .imgs_wrap .img:last-of-type {margin-bottom: 0}
  .our_services .imgs_wrap .text {text-align: center}
  .our_services .imgs_wrap .text h4 {font-size: 3.5rem}
  .our_services .imgs_wrap .text button {margin-left: auto}
  section.our_works {padding-right: 20px}
  .our_works_slider_wrap .slick_arrow {
    display: -ms-flexbox;
    display: flex
  }
  .our_works_slider_wrap .slick_arrow.slick_prev {left: calc(15% + -50px)}
  .our_works_slider_wrap .slick_arrow.slick_next {right: calc(15% - 50px)}
  .our_works_slider .slick-list {padding: 0}
  .our_works_slider .slick-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
  }
  .our_works_slider .slick-slide:nth-of-type(n) {
    -ms-flex-item-align: start;
    align-self: flex-start
  }
  .our_works_slider .slick-slide:nth-of-type(n) img {
    margin: 0 auto;
    max-width: none;
    height: 100vw
  }
  section.leave_order {
    padding-left: 0;
    padding-right: 0
  }
  .leave_order .form_wrap .right h2,.leave_order .form_wrap .right p {text-align: center}
  .reviews_section .reviews_slider,.reviews_section .slider_wrap {width: 100%}
  .reviews_section .reviews_slider .item img {height: calc((100vw - 40px)* .7)}
}
@media (max-width: 460px) {
  .services_modal .flex_wrapper .right {width:100%}
  #leave_order_modal .form_wrap {padding: 30px}
  .header_content h1 {
    font-size: 5rem;
    line-height: 5rem
  }
  .header .bg_img {background-position: 87% 100%}
  .header_top {
    padding-top: 15px;
    padding-bottom: 10px
  }
  .header_top .logo svg {height: 35px}
  .header_top .mob_menu svg {width: 18px}
  .header_top .mob_phones .svg_wrap svg {height: 25px}
  .header_top .mob_phones .svg_wrap .svg_shadow {
    width: 25px;
    height: 25px
  }
}
@media (max-width: 400px) {
  h2 {font-size:3.5rem}
  html {font-size: 10px}
  .services_modal .flex_wrapper .right ul li .wrap span:first-of-type {min-width: 165px}
  .header_content h1 {
    font-size: 3.9rem;
    line-height: 4rem
  }
  .header .bg_img {background-position: 84% 100%}
  .header_content p {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-family: Helvetica,sans-serif;
    margin: 9px -7px 19px -9px
  }
  .our_benefits .benefits_wrap .benefit {
    width: calc(100% - 10px);
    margin-bottom: 40px
  }
}
.our_benefits .benefits_wrap {
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width: 340px) {
  .header .bg_img {background-position:81% 100%}
  html {font-size: 8px}
  .ff_roman {
    font-size: 1.9rem;
    line-height: 2.9rem
  }
  .services_modal .flex_wrapper .right ul li .wrap span:first-of-type {min-width: 287px}
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica/helvetica-black.eot");
  src: url("../fonts/helvetica/helvetica-black.eot?#iefix") format("embedded-opentype"),
       url("../fonts/helvetica/helvetica-black.woff2") format("woff2"),
       url("../fonts/helvetica/helvetica-black.woff") format("woff"),
       url("../fonts/helvetica/helvetica-black.ttf") format("truetype"),
       url("../fonts/helvetica/helvetica-black.svg#helveticaneuecyrblack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica/helvetica-bold.eot");
  src: url("../fonts/helvetica/helvetica-bold.eot?#iefix") format("embedded-opentype"),
       url("../fonts/helvetica/helvetica-bold.woff2") format("woff2"),
       url("../fonts/helvetica/helvetica-bold.woff") format("woff"),
       url("../fonts/helvetica/helvetica-bold.ttf") format("truetype"),
       url("../fonts/helvetica/helvetica-bold.svg#helveticaneuecyrbold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica/helvetica-heavy.eot");
  src: url("../fonts/helvetica/helvetica-heavy.eot?#iefix") format("embedded-opentype"),
       url("../fonts/helvetica/helvetica-heavy.woff2") format("woff2"),
       url("../fonts/helvetica/helvetica-heavy.woff") format("woff"),
       url("../fonts/helvetica/helvetica-heavy.ttf") format("truetype"),
       url("../fonts/helvetica/helvetica-heavy.svg#helveticaneuecyrheavy") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica/helvetica-medium.eot");
  src: url("../fonts/helvetica/helvetica-medium.eot?#iefix") format("embedded-opentype"),
       url("../fonts/helvetica/helvetica-medium.woff2") format("woff2"),
       url("../fonts/helvetica/helvetica-medium.woff") format("woff"),
       url("../fonts/helvetica/helvetica-medium.ttf") format("truetype"),
       url("../fonts/helvetica/helvetica-medium.svg#helveticaneuecyrmedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica/helvetica-roman.eot");
  src: url("../fonts/helvetica/helvetica-roman.eot?#iefix") format("embedded-opentype"),
       url("../fonts/helvetica/helvetica-roman.woff2") format("woff2"),
       url("../fonts/helvetica/helvetica-roman.woff") format("woff"),
       url("../fonts/helvetica/helvetica-roman.ttf") format("truetype"),
       url("../fonts/helvetica/helvetica-roman.svg#helveticaneuecyrroman") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica/helvetica-light.eot");
  src: url("../fonts/helvetica/helvetica-light.eot?#iefix") format("embedded-opentype"),
       url("../fonts/helvetica/helvetica-light.woff2") format("woff2"),
       url("../fonts/helvetica/helvetica-light.woff") format("woff"),
       url("../fonts/helvetica/helvetica-light.ttf") format("truetype"),
       url("../fonts/helvetica/helvetica-light.svg#helveticaneuecyrlight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica/helvetica-thin.eot");
  src: url("../fonts/helvetica/helvetica-thin.eot?#iefix") format("embedded-opentype"),
       url("../fonts/helvetica/helvetica-thin.woff2") format("woff2"),
       url("../fonts/helvetica/helvetica-thin.woff") format("woff"),
       url("../fonts/helvetica/helvetica-thin.ttf") format("truetype"),
       url("../fonts/helvetica/helvetica-thin.svg#helveticaneuecyrthin") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica/helvetica-ultra-light.eot");
  src: url("../fonts/helvetica/helvetica-ultra-light.eot?#iefix") format("embedded-opentype"),
       url("../fonts/helvetica/helvetica-ultra-light.woff2") format("woff2"),
       url("../fonts/helvetica/helvetica-ultra-light.woff") format("woff"),
       url("../fonts/helvetica/helvetica-ultra-light.ttf") format("truetype"),
       url("../fonts/helvetica/helvetica-ultra-light.svg#helveticaneuecyrultralight") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: Helvetica;
  src: url("../fonts/helvetica/helvetica-black-i.eot");
  src: url("../fonts/helvetica/helvetica-black-i.eot?#iefix") format("embedded-opentype"),
       url("../fonts/helvetica/helvetica-black-i.woff2") format("woff2"),
       url("../fonts/helvetica/helvetica-black-i.woff") format("woff"),
       url("../fonts/helvetica/helvetica-black-i.ttf") format("truetype"),
       url("../fonts/helvetica/helvetica-black-i.svg#helveticaneuecyrblack_-i") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap
}
@font-face {
  font-family: Helvetica;
  src: url("../fonts/helvetica/helvetica-bold-i.eot");
  src: url("../fonts/helvetica/helvetica-bold-i.eot?#iefix") format("embedded-opentype"),
       url("../fonts/helvetica/helvetica-bold-i.woff2") format("woff2"),
       url("../fonts/helvetica/helvetica-bold-i.woff") format("woff"),
       url("../fonts/helvetica/helvetica-bold-i.ttf") format("truetype"),
       url("../fonts/helvetica/helvetica-bold-i.svg#helveticaneuecyrbold_-i") format("svg");
  font-weight: 800;
  font-style: italic;
  font-display: swap
}
@font-face {
  font-family: Helvetica;
  src: url("../fonts/helvetica/helvetica-heavy-i.eot");
  src: url("../fonts/helvetica/helvetica-heavy-i.eot?#iefix") format("embedded-opentype"),
       url("../fonts/helvetica/helvetica-heavy-i.woff2") format("woff2"),
       url("../fonts/helvetica/helvetica-heavy-i.woff") format("woff"),
       url("../fonts/helvetica/helvetica-heavy-i.ttf") format("truetype"),
       url("../fonts/helvetica/helvetica-heavy-i.svg#helveticaneuecyrheavy_-i") format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: swap
}
@font-face {
  font-family: Helvetica;
  src: url("../fonts/helvetica/helvetica-medium-i.eot");
  src: url("../fonts/helvetica/helvetica-medium-i.eot?#iefix") format("embedded-opentype"),
       url("../fonts/helvetica/helvetica-medium-i.woff2") format("woff2"),
       url("../fonts/helvetica/helvetica-medium-i.woff") format("woff"),
       url("../fonts/helvetica/helvetica-medium-i.ttf") format("truetype"),
       url("../fonts/helvetica/helvetica-medium-i.svg#helveticaneuecyrmedium_-i") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap
}
@font-face {
  font-family: Helvetica;
  src: url("../fonts/helvetica/helvetica-italic.eot");
  src: url("../fonts/helvetica/helvetica-italic.eot?#iefix") format("embedded-opentype"),
       url("../fonts/helvetica/helvetica-italic.woff2") format("woff2"),
       url("../fonts/helvetica/helvetica-italic.woff") format("woff"),
       url("../fonts/helvetica/helvetica-italic.ttf") format("truetype"),
       url("../fonts/helvetica/helvetica-italic.svg#helveticaneuecyr-i") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap
}
@font-face {
  font-family: Helvetica;
  src: url("../fonts/helvetica/helvetica-light-i.eot");
  src: url("../fonts/helvetica/helvetica-light-i.eot?#iefix") format("embedded-opentype"),
       url("../fonts/helvetica/helvetica-light-i.woff2") format("woff2"),
       url("../fonts/helvetica/helvetica-light-i.woff") format("woff"),
       url("../fonts/helvetica/helvetica-light-i.ttf") format("truetype"),
       url("../fonts/helvetica/helvetica-light-i.svg#helveticaneuecyrlight_-i") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap
}
@font-face {
  font-family: Helvetica;
  src: url("../fonts/helvetica/helvetica-thin-i.eot");
  src: url("../fonts/helvetica/helvetica-thin-i.eot?#iefix") format("embedded-opentype"),
       url("../fonts/helvetica/helvetica-thin-i.woff2") format("woff2"),
       url("../fonts/helvetica/helvetica-thin-i.woff") format("woff"),
       url("../fonts/helvetica/helvetica-thin-i.ttf") format("truetype"),
       url("../fonts/helvetica/helvetica-thin-i.svg#helveticaneuecyrthin_-i") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap
}
@font-face {
  font-family: Helvetica;
  src: url("../fonts/helvetica/helvetica-ultra-light-i.eot");
  src: url("../fonts/helvetica/helvetica-ultra-light-i.eot?#iefix") format("embedded-opentype"),
       url("../fonts/helvetica/helvetica-ultra-light-i.woff2") format("woff2"),
       url("../fonts/helvetica/helvetica-ultra-light-i.woff") format("woff"),
       url("../fonts/helvetica/helvetica-ultra-light-i.ttf") format("truetype"),
       url("../fonts/helvetica/helvetica-ultra-light-i.svg#helveticaneuecyrultraLtIt") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: local("FontAwesome"),
       url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
       url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
       url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"),
       url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
       url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
.fa {
  display: inline-block;
  font: 20px/1 FontAwesome;
  font-size: large;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.fa-xs {
  font-size: .75em;
  vertical-align: .1em
}
.fa-1x {font-size: 1em}
.fa-1x,.fa-15x {vertical-align: .1em}
.fa-15x {font-size: 1.2em}
.fa-2x {font-size: 2em}
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}
.fa-gray {color: gray}
.fa-fw {
  text-align: center;
  width: 1.25em
}
.fa-ul {top: 2px}
.fa-ul,.fa-ul>li {position: relative}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}
.fa-search:before{content:"\f002";}
.fa-envelope-o:before{content:"\f003";}
.fa-envelope:before{content:"\f0e0";}
.fa-heart:before{content:"\f004";}
.fa-telegram:before{content:"\f2c6";}
.fa-instagram:before{content:"\f16d";}
.fa-twitter-square:before{content:"\f081";}
.fa-twitter:before{content:"\f099";}
.fa-facebook-square:before{content:"\f082";}
.fa-facebook-f:before,.fa-facebook:before{content:"\f09a";}
.fa-phone:before{content:"\f095";}
.fa-square-o:before{content:"\f096";}
.fa-bookmark-o:before{content:"\f097";}
.fa-phone-square:before{content:"\f098";}
.fa-github:before{content:"\f09b";}
.fa-unlock:before{content:"\f09c";}
.fa-credit-card:before{content:"\f09d";}
.fa-globe:before{content:"\f0ac";}
.fa-map-marker:before{content:"\f041";}
.fa-clock-o:before{content:"\f017";}
.fa-vcard-o:before{content:"\f2bc";}
.fa-youtube-square:before{content:"\f166";}
.fa-youtube:before{content:"\f167";}
.fa-youtube-play:before{content:"\f16a";}
.fa-caret-up:before{content:"\f0d8"}