@font-face {
  font-family: FiraSans;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/FiraSans-Regular.woff2) format("woff2")
}
@font-face {
  font-family: FiraSans;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/FiraSans-SemiBold.woff2) format("woff2")
}
@font-face {
  font-family: FiraSans;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/FiraSans-ExtraBold.woff2) format("woff2")
}
body,
html {
  height: 100%
}
body {
  font-family: FiraSans,sans-serif;
  font-size: 1em;
  line-height: 1.375;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #333;
  background-color: #fff;
  font-weight: 400
}
@media all and (max-width:575px) {
  body {
    font-size: .875em;
    line-height: 1.42857
  }
}
footer,
header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
ul {
  list-style: none;
  margin: 0
}
p {
  font-style: normal;
  margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  margin: 0
}
.heading {
  margin-bottom: 50px
}
@media all and (max-width:1199px) {
  .heading.center {
    text-align: left
  }
}
@media all and (max-width:575px) {
  .heading {
    margin-bottom: 30px
  }
}
.heading h2 {
  font-weight: 800;
  font-size: 46px;
  line-height: 55px;
  text-transform: uppercase
}
@media all and (max-width:575px) {
  .heading h2 {
    font-size: 24px;
    line-height: 29px
  }
}
.heading p {
  margin-top: 20px
}
@media all and (max-width:575px) {
  .heading p {
    margin-top: 15px
  }
}
.heading.heading-btn {
  margin-bottom: 0
}
.heading.heading-btn p {
  margin-top: 30px
}
@media all and (max-width:575px) {
  .heading.heading-btn p {
    margin-top: 15px
  }
}
.heading.heading-btn .btn {
  margin-top: 40px
}
@media all and (max-width:575px) {
  .heading.heading-btn .btn {
    margin-top: 20px
  }
}
.btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #df2040;
  padding: 19.5px 28px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: none;
  -webkit-transition: .25s all;
  transition: .25s all;
  border: 1px solid #df2040
}
.btn:hover {
  color: #fff;
  background-color: #e4425d;
  border: 1px solid #e4425d
}
@media all and (max-width:575px) {
  .btn {
    padding: 15.5px 28px
  }
}
.btn.btn-border {
  background-color: #fff;
  color: #df2040
}
.btn.btn-border:hover {
  color: #fff;
  background-color: #e4425d
}
.btn.btn-small {
  padding: 13.5px 28px
}
@media all and (max-width:575px) {
  .btn.btn-small {
    padding: 15.5px 28px
  }
}
.btn.btn-big {
  padding: 24.4px 30px
}
@media all and (max-width:575px) {
  .btn.btn-big {
    padding: 15.5px 28px
  }
}
a {
  -webkit-transition: .25s all;
  transition: .25s all;
  text-decoration: none
}
a:active,
a:focus,
a:hover {
  text-decoration: none
}
button {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
button:active,
button:focus {
  outline: 0
}
button:disabled,
button[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
:focus {
  outline: 0
}
* {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0
}
img {
  max-width: 100%
}
.center {
  text-align: center
}
.stop-scrolling {
  height: 100%;
  overflow: hidden
}
input,
textarea {
  outline: 0!important;
  border-radius: 0
}
input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all
}
details summary::-webkit-details-marker {
  display: none
}
details > summary {
  list-style: none
}
@media all and (max-width:575px) {
  .m-100 {
    max-width: none!important;
    width: 100%!important
  }
}
.modal {
  color: #333;
  max-width: 610px;
  width: 100%;
  padding: 70px
}
@media all and (max-width:575px) {
  .modal {
    padding: 50px 20px
  }
}
.modal h2 {
  font-weight: 800;
  font-size: 34px;
  line-height: 41px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px
}
@media all and (max-width:575px) {
  .modal h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px
  }
}
#modal_thanks {
  text-align: center
}
#modal_thanks img {
  display: block;
  width: 140px;
  height: 150px;
  margin: 0 auto 30px auto
}
@media all and (max-width:575px) {
  #modal_thanks img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px
  }
}
#modal_thanks h2 {
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #modal_thanks h2 {
    margin-bottom: 15px
  }
}
#modal_thanks p {
  margin-bottom: 40px
}
@media all and (max-width:575px) {
  #modal_thanks p {
    margin-bottom: 20px
  }
}
header {
  border-bottom: 1px solid #e6e6e6
}
header .header__top {
  padding-top: 20px;
  padding-bottom: 20px
}
@media all and (max-width:575px) {
  header .header__top {
    padding-top: 12px;
    padding-bottom: 12px
  }
}
header .header__top .header__logo .logo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px
}
header .header__top .header__logo .logo__inner .logo img {
  width: 230px;
  height: auto
}
@media all and (max-width:575px) {
  header .header__top .header__logo .logo__inner .logo img {
    display: none
  }
}
header .header__top .header__logo .logo__inner .logo img.logo__mobile {
  display: none;
  width: 128px
}
@media all and (max-width:575px) {
  header .header__top .header__logo .logo__inner .logo img.logo__mobile {
    display: block
  }
}
@media all and (max-width:1199px) {
  header .header__top .header__logo .logo__inner .contacts {
    display: none
  }
}
header .header__top .header__logo .logo__inner .contacts ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 140%
}
header .header__top .header__logo .logo__inner .contacts ul li:not(:last-child) {
  margin-bottom: 6px
}
header .header__top .header__logo .logo__inner .contacts ul li a {
  color: #333
}
header .header__top .header__logo .logo__inner .contacts ul li a:hover {
  color: #e4425d
}
header .header__top .header__logo .logo__inner .contacts ul li img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px
}
header .header__top .header__contacts .contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media all and (max-width:1199px) {
  header .header__top .header__contacts .contacts__inner {
    display: none
  }
}
header .header__top .header__contacts .contacts__inner .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}
header .header__top .header__contacts .contacts__inner .social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #df2040;
  border-radius: 50%
}
header .header__top .header__contacts .contacts__inner .social ul li a:hover {
  background-color: #e4425d
}
header .header__top .header__contacts .contacts__inner .social ul li a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(294deg) brightness(102%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(294deg) brightness(102%) contrast(101%)
}
header .header__top .header__contacts .contacts__inner .social ul li a img {
  -webkit-transition: .25s all;
  transition: .25s all
}
header .header__top .header__contacts .contacts__inner .phone__worktime {
  margin: 0 50px 0 20px
}
header .header__top .header__contacts .contacts__inner .phone__worktime a {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  display: inline-block;
  margin-bottom: 2px
}
header .header__top .header__contacts .contacts__inner .phone__worktime a:hover {
  color: #e4425d
}
header .header__top .header__contacts .contacts__inner .phone__worktime p {
  font-size: 14px;
  line-height: 140%
}
header .header__top .header__contacts .header_burger {
  position: relative;
  display: none
}
@media all and (max-width:1199px) {
  header .header__top .header__contacts .header_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}
header .header__top .header__contacts .header_burger .burger_button {
  position: relative;
  top: 2px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 20
}
header .header__top .header__contacts .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header .header__top .header__contacts .header_burger .burger_button span:nth-child(1) {
  top: 4px
}
header .header__top .header__contacts .header_burger .burger_button span:nth-child(2) {
  top: 12px
}
header .header__top .header__contacts .header_burger .burger_button span:nth-child(3) {
  top: 20px
}
header .header__top .header__contacts .header_burger .burger_button.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}
header .header__top .header__contacts .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px
}
header .header__top .header__contacts .header_burger .burger_button.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
header .header__top .header__contacts .header_burger .menu_toggle {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: 0;
  overflow: auto;
  z-index: 11;
  padding-top: 40px;
  top: 87px;
  padding-bottom: 70px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}
@media all and (max-width:575px) {
  header .header__top .header__contacts .header_burger .menu_toggle {
    top: 55px
  }
}
header .header__top .header__contacts .header_burger .menu_toggle.slide {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px)
}
header .header__top .header__contacts .header_burger .menu_toggle.menuopen {
  -webkit-transform: translateX(0)!important;
  -ms-transform: translateX(0)!important;
  transform: translateX(0)!important
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 948px
}
@media all and (max-width:991px) {
  header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner {
    max-width: 690px
  }
}
@media all and (max-width:767px) {
  header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner {
    max-width: 510px
  }
}
@media all and (max-width:575px) {
  header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner {
    padding-left: 15px;
    padding-right: 15px
  }
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .contacts {
  margin-bottom: 40px
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .contacts ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .contacts ul li:not(:last-child) {
  margin-bottom: 10px
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .contacts ul li a {
  color: #333
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .contacts ul li a:hover {
  color: #e4425d
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .contacts ul li img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .phone__worktime {
  margin-bottom: 20px
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .phone__worktime a {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #333
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .phone__worktime a:hover {
  color: #e4425d
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .social {
  margin-bottom: 40px
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #df2040;
  border-radius: 50%
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .social ul li a:hover {
  background-color: #e4425d
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .social ul li a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(294deg) brightness(102%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(294deg) brightness(102%) contrast(101%)
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .social ul li a img {
  -webkit-transition: .25s all;
  transition: .25s all
}
#about {
  padding-top: 68px;
  margin-bottom: 150px
}
@media all and (max-width:1500px) {
  #about {
    margin-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  #about {
    margin-bottom: 60px
  }
}
@media all and (max-width:991px) {
  #about {
    padding-top: 40px
  }
}
#about .about__content {
  padding-top: 22px
}
@media all and (max-width:991px) {
  #about .about__content {
    padding-top: 0;
    margin-bottom: 40px
  }
}
#about .about__content .about__heading {
  margin-bottom: 60px
}
@media all and (max-width:575px) {
  #about .about__content .about__heading {
    margin-bottom: 25px
  }
}
#about .about__content .about__heading h1 {
  font-weight: 800;
  font-size: 64px;
  line-height: 77px;
  text-transform: uppercase;
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #about .about__content .about__heading h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 12px
  }
}
#about .about__content .about__heading p {
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase
}
@media all and (max-width:575px) {
  #about .about__content .about__heading p {
    font-size: 18px;
    line-height: 140%
  }
}
#about .about__content .about__offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}
@media all and (max-width:1199px) {
  #about .about__content .about__offer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
#about .about__content .about__offer p {
  font-size: 18px;
  line-height: 140%;
  padding: 9px 25px;
  border-left: 2px solid #df2040;
  max-width: 400px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:1500px) {
  #about .about__content .about__offer p {
    max-width: 370px;
    font-size: 16px
  }
}
@media all and (max-width:575px) {
  #about .about__content .about__offer p {
    padding: 8px 15px;
    font-size: 14px
  }
}
#about .about__content .about__offer .btn {
  max-width: 342px;
  width: 100%
}
@media all and (max-width:1500px) {
  #about .about__content .about__offer .btn {
    padding-left: 16px;
    padding-right: 16px
  }
}
#about .about__image {
  text-align: right
}
@media all and (max-width:991px) {
  #about .about__image {
    text-align: left
  }
}
#about .about__advantages {
  margin-top: -40px
}
@media all and (max-width:1500px) {
  #about .about__advantages {
    margin-top: 40px
  }
}
@media all and (max-width:991px) {
  #about .about__advantages {
    margin-top: -25px
  }
}
#about .about__advantages .wrapper {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 1px 1px 10px 0 rgba(0,0,0,.2);
  background-color: #fff
}
@media all and (max-width:1199px) {
  #about .about__advantages .wrapper {
    grid-template-columns: repeat(1,1fr)
  }
}
#about .about__advantages .wrapper .profit__item {
  padding: 30px
}
@media all and (max-width:575px) {
  #about .about__advantages .wrapper .profit__item {
    padding: 20px
  }
}
#about .about__advantages .wrapper .profit__item:not(:last-child) {
  border-right: 1px solid #e6e6e6
}
@media all and (max-width:1199px) {
  #about .about__advantages .wrapper .profit__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e6e6e6
  }
}
#about .about__advantages .wrapper .profit__item img {
  display: block;
  margin-bottom: 25px
}
@media all and (max-width:575px) {
  #about .about__advantages .wrapper .profit__item img {
    width: 54px;
    height: 54px;
    margin-bottom: 15px
  }
}
#complete {
  margin-bottom: 130px
}
@media all and (max-width:1500px) {
  #complete {
    margin-bottom: 80px
  }
}
@media all and (max-width:1199px) {
  #complete {
    margin-bottom: 60px
  }
}
#complete .complete__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #complete .complete__item {
    margin-bottom: 15px
  }
}
#complete .complete__item .item__inner {
  padding: 21px 30px 21px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 1px 1px 10px 0 rgba(0,0,0,.2);
  max-height: 160px
}
@media all and (max-width:767px) {
  #complete .complete__item .item__inner {
    padding: 15px 18px
  }
}
#complete .complete__item .item__inner .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 118px;
  height: 118px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 28px
}
@media all and (max-width:1500px) {
  #complete .complete__item .item__inner .image {
    max-width: 90px;
    height: 90px
  }
}
@media all and (max-width:767px) {
  #complete .complete__item .item__inner .image {
    max-width: 88px;
    height: 88px;
    margin-right: 25px
  }
}
#complete .complete__item .item__inner .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}
#complete .complete__item .item__inner h5 {
  font-size: 16px;
  line-height: 140%;
  font-weight: 400
}
@media all and (max-width:575px) {
  #complete .complete__item .item__inner h5 {
    font-size: 14px
  }
}
#complete .box__btn {
  display: none
}
@media all and (max-width:767px) {
  #complete .box__btn {
    display: block
  }
}
#complete .box__btn .btn {
  margin-top: 5px
}
#ouroffer {
  margin-bottom: 120px
}
@media all and (max-width:1500px) {
  #ouroffer {
    margin-bottom: 70px
  }
}
@media all and (max-width:1199px) {
  #ouroffer {
    margin-bottom: 30px
  }
}
#ouroffer .ouroffer__image {
  margin-bottom: 30px
}
#ouroffer .ouroffer__content {
  margin-bottom: 30px
}
.list__icon.list__icon-small ul li {
  padding-left: 55px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.list__icon.list__icon-small ul li:not(:last-child) {
  margin-bottom: 20px
}
.list__icon.list__icon-small ul li::after {
  width: 40px;
  height: 40px;
  bottom: 0;
  margin: auto
}
@media all and (max-width:575px) {
  .list__icon.list__icon-mobile-arrow ul li {
    padding-left: 33px;
    min-height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
@media all and (max-width:575px) {
  .list__icon.list__icon-mobile-arrow ul li:after {
    background-image: url(../img/icon_31.svg);
    width: 20px;
    height: 20px;
    bottom: auto
  }
}
.list__icon ul li {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  padding-left: 75px;
  min-height: 50px
}
@media all and (max-width:575px) {
  .list__icon ul li {
    padding-left: 53px;
    font-size: 14px;
    min-height: 40px
  }
}
.list__icon ul li:not(:last-child) {
  margin-bottom: 35px
}
@media all and (max-width:575px) {
  .list__icon ul li:not(:last-child) {
    margin-bottom: 25px
  }
}
.list__icon ul li:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_10.svg);
  width: 50px;
  height: 50px;
  top: 0;
  left: 0
}
@media all and (max-width:575px) {
  .list__icon ul li:after {
    width: 36px;
    height: 36px
  }
}
#savetime {
  margin-bottom: 150px
}
@media all and (max-width:1500px) {
  #savetime {
    margin-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  #savetime {
    margin-bottom: 60px
  }
}
#savetime .wrapper {
  -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.2);
  box-shadow: 1px 1px 10px rgba(0,0,0,.2);
  padding: 70px
}
@media all and (max-width:575px) {
  #savetime .wrapper {
    padding: 30px 20px 20px 20px
  }
}
#savetime .content__inner {
  max-width: 540px;
  width: 100%
}
@media all and (max-width:991px) {
  #savetime .content__inner {
    max-width: none
  }
}
#savetime .savetime__image {
  text-align: right
}
@media all and (max-width:991px) {
  #savetime .savetime__image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
    margin-bottom: 30px
  }
}
#customers {
  margin-bottom: 130px
}
@media all and (max-width:1500px) {
  #customers {
    margin-bottom: 80px
  }
}
@media all and (max-width:1199px) {
  #customers {
    margin-bottom: 45px
  }
}
#customers .heading {
  max-width: 930px;
  width: 100%;
  margin: 0 auto 50px auto
}
@media all and (max-width:575px) {
  #customers .heading {
    margin-bottom: 30px
  }
}
#customers .customers__box {
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #customers .customers__box {
    margin-bottom: 15px
  }
}
#customers .customers__box .box__inner {
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 1px 1px 10px 0 rgba(0,0,0,.2);
  padding: 30px
}
@media all and (max-width:575px) {
  #customers .customers__box .box__inner {
    padding: 20px
  }
}
#customers .customers__box .box__inner .icon {
  margin-bottom: 25px
}
@media all and (max-width:575px) {
  #customers .customers__box .box__inner .icon {
    margin-bottom: 20px
  }
}
@media all and (max-width:575px) {
  #customers .customers__box .box__inner .icon img {
    width: 60px;
    height: 60px
  }
}
#customers .customers__box .box__inner h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #customers .customers__box .box__inner h3 {
    font-size: 16px
  }
}
#customers .customers__box .box__inner ul li {
  position: relative;
  padding-left: 20px
}
#customers .customers__box .box__inner ul li:not(:last-child) {
  margin-bottom: 12px
}
#customers .customers__box .box__inner ul li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #df2040;
  top: 7px;
  left: 0;
  border-radius: 50%
}
#steps {
  margin-bottom: 150px
}
@media all and (max-width:1500px) {
  #steps {
    margin-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  #steps {
    margin-bottom: 60px
  }
}
#steps .heading {
  max-width: 780px;
  width: 100%;
  margin: 0 auto 50px auto
}
@media all and (max-width:575px) {
  #steps .heading {
    margin-bottom: 30px
  }
}
@media all and (max-width:767px) {
  #steps .wrapper {
    overflow: hidden
  }
}
#steps .steps__slider {
  position: relative;
  overflow: visible
}
@media all and (max-width:767px) {
  #steps .steps__slider {
    padding-top: 10px;
    padding-bottom: 26px;
    margin-bottom: 30px
  }
}
#steps .swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media all and (max-width:767px) {
  #steps .swiper-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
  }
}
#steps .row {
  width: auto!important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media all and (max-width:767px) {
  #steps .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
    margin-left: 0!important;
    margin-right: 0!important
  }
}
#steps .swiper-slide {
  height: auto
}
@media all and (max-width:767px) {
  #steps .swiper-slide {
    padding-left: 0!important;
    padding-right: 0!important
  }
}
#steps .steps__box {
  margin-bottom: 20px
}
#steps .steps__box .box__inner {
  position: relative;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 1px 1px 10px 0 rgba(0,0,0,.2);
  padding: 30px
}
@media all and (max-width:767px) {
  #steps .steps__box .box__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}
@media all and (max-width:575px) {
  #steps .steps__box .box__inner {
    padding: 40px 20px 20px 20px
  }
}
#steps .steps__box .box__inner .number {
  font-size: 16px;
  font-weight: 600;
  color: #df2040;
  -webkit-clip-path: polygon(100% 0,0 0,0 95%);
  clip-path: polygon(100% 0,0 0,0 95%);
  background-color: #fce9ec;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  padding: 10px
}
@media all and (max-width:575px) {
  #steps .steps__box .box__inner .number {
    font-size: 12px;
    width: 52px;
    height: 52px;
    padding: 7.5px
  }
}
#steps .steps__box .box__inner .image {
  margin-bottom: 20px;
  text-align: center
}
#steps .steps__box .box__inner .image img {
  max-height: 240px
}
#steps .steps__box .box__inner .details h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 15px
}
@media all and (max-width:575px) {
  #steps .steps__box .box__inner .details h3 {
    font-size: 16px;
    margin-bottom: 10px
  }
}
#steps .steps__box .box__inner .details a {
  color: #333;
  text-decoration: underline
}
#steps .steps__box .box__inner .details a:hover {
  color: #df2040
}
#steps .steps__request {
  margin-bottom: 20px
}
@media all and (max-width:767px) {
  #steps .steps__request {
    display: none!important
  }
}
#steps .steps__request .request__inner {
  background-color: #df2040;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
#steps .steps__request .request__inner:hover {
  background-color: #e4425d
}
#steps .steps__request .request__inner img {
  margin-bottom: 25px
}
#steps .steps__request .request__inner h3 {
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: .1em;
  text-transform: uppercase;
  max-width: 170px;
  width: 100%
}
#steps .btn {
  display: none
}
@media all and (max-width:767px) {
  #steps .btn {
    display: inline-block
  }
}
.swiper-pagination {
  bottom: 0!important;
  display: none
}
@media all and (max-width:767px) {
  .swiper-pagination {
    display: block
  }
}
.swiper-pagination span {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border: 1px solid #df2040;
  opacity: 1
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #df2040
}
#advantages {
  margin-bottom: 120px
}
@media all and (max-width:1500px) {
  #advantages {
    margin-bottom: 70px
  }
}
@media all and (max-width:1199px) {
  #advantages {
    margin-bottom: 60px
  }
}
#advantages .advantages__content {
  margin-bottom: 30px
}
#advantages .advantages__content .list__icon {
  margin-bottom: 60px
}
@media all and (max-width:575px) {
  #advantages .advantages__content .list__icon {
    margin-bottom: 30px
  }
}
#advantages .advantages__content .profit {
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 1px 1px 10px 0 rgba(0,0,0,.2);
  display: grid;
  grid-template-columns: repeat(2,1fr)
}
@media all and (max-width:575px) {
  #advantages .advantages__content .profit {
    grid-template-columns: repeat(1,1fr)
  }
}
#advantages .advantages__content .profit .item {
  padding: 25px
}
@media all and (max-width:575px) {
  #advantages .advantages__content .profit .item {
    padding: 20px
  }
}
#advantages .advantages__content .profit .item:nth-child(2n+1) {
  border-right: 1px solid #e6e6e6
}
@media all and (max-width:575px) {
  #advantages .advantages__content .profit .item:nth-child(2n+1) {
    border-right: none
  }
}
#advantages .advantages__content .profit .item:nth-child(n+1) {
  border-bottom: 1px solid #e6e6e6
}
#advantages .advantages__content .profit .item h6 {
  font-weight: 800;
  font-size: 36px;
  line-height: 43px;
  color: #df2040;
  margin-bottom: 5px
}
@media all and (max-width:575px) {
  #advantages .advantages__content .profit .item h6 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 5px
  }
}
#advantages .advantages__wrapper {
  position: relative
}
#advantages .advantages__wrapper:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/logo_w.svg);
  width: 80px;
  height: 524px;
  top: 0;
  left: 20px
}
@media all and (max-width:1500px) {
  #advantages .advantages__wrapper:after {
    display: none
  }
}
#advantages .advantages__wrapper .wrapper__inner {
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 1px 1px 10px 0 rgba(0,0,0,.2);
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: 0
}
@media all and (max-width:1199px) {
  #advantages .advantages__wrapper .wrapper__inner {
    max-width: none
  }
}
@media all and (max-width:767px) {
  #advantages .advantages__wrapper .wrapper__inner {
    -webkit-box-shadow: none;
    box-shadow: none
  }
}
#advantages .advantages__wrapper .wrapper__inner .wrapper__item {
  padding: 43px 40px 0 40px
}
@media all and (max-width:767px) {
  #advantages .advantages__wrapper .wrapper__inner .wrapper__item {
    padding: 0
  }
}
#advantages .advantages__wrapper .wrapper__inner .wrapper__item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6
}
@media all and (max-width:767px) {
  #advantages .advantages__wrapper .wrapper__inner .wrapper__item:not(:last-child) {
    border-bottom: none;
    margin-bottom: 30px
  }
}
#advantages .advantages__wrapper .wrapper__inner .wrapper__item .item__title {
  position: relative;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media all and (max-width:575px) {
  #advantages .advantages__wrapper .wrapper__inner .wrapper__item .item__title {
    margin-bottom: 20px
  }
}
#advantages .advantages__wrapper .wrapper__inner .wrapper__item .item__title h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%
}
@media all and (max-width:575px) {
  #advantages .advantages__wrapper .wrapper__inner .wrapper__item .item__title h3 {
    font-size: 18px
  }
}
#advantages .advantages__wrapper .wrapper__inner .wrapper__item .item__title .swiper__nav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 78px;
  height: 34px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
@media all and (max-width:767px) {
  #advantages .advantages__wrapper .wrapper__inner .wrapper__item .item__title .swiper__nav {
    display: none
  }
}
#advantages .advantages__wrapper .wrapper__inner .wrapper__item .item__title .swiper__nav .swiper-button {
  -webkit-transition: .3s all;
  transition: .3s all;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 34px;
  height: 34px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.svg)
}
#advantages .advantages__wrapper .wrapper__inner .wrapper__item .item__title .swiper__nav .swiper-button:hover {
  opacity: .8
}
#advantages .advantages__wrapper .wrapper__inner .wrapper__item .item__title .swiper__nav .swiper-button:after {
  display: none!important
}
#advantages .advantages__wrapper .wrapper__inner .wrapper__item .item__title .swiper__nav .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 0
}
#advantages .advantages__wrapper .wrapper__inner .wrapper__item .item__title .swiper__nav .swiper-button.swiper-button-next {
  right: 0
}
#advantages .advantages__wrapper .wrapper__inner .wrapper__item .gallery__slider {
  padding-bottom: 40px
}
@media all and (max-width:575px) {
  #advantages .advantages__wrapper .wrapper__inner .wrapper__item .gallery__slider {
    width: calc(100% + 24px);
    margin-left: -12px
  }
}
#advantages .advantages__wrapper .wrapper__inner .wrapper__item .gallery__slider .slide__inner a {
  display: block;
  height: 360px
}
@media all and (max-width:575px) {
  #advantages .advantages__wrapper .wrapper__inner .wrapper__item .gallery__slider .slide__inner a {
    height: 280px
  }
}
#advantages .advantages__wrapper .wrapper__inner .wrapper__item .gallery__slider .slide__inner a img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#advantages .advantages__wrapper .wrapper__inner .wrapper__item .clients__slider {
  padding-bottom: 40px
}
#advantages .advantages__wrapper .wrapper__inner .wrapper__item .clients__slider .slide__inner {
  border: 1px solid #e6e6e6;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px
}
@media all and (max-width:575px) {
  #advantages .advantages__wrapper .wrapper__inner .wrapper__item .clients__slider .slide__inner {
    height: 100px
  }
}
#advantages .advantages__wrapper .wrapper__inner .wrapper__item .clients__slider .slide__inner img {
  max-height: 100px
}
@media all and (max-width:575px) {
  #advantages .advantages__wrapper .wrapper__inner .wrapper__item .clients__slider .slide__inner img {
    max-height: 90px
  }
}
#providing {
  margin-bottom: 110px
}
@media all and (max-width:1500px) {
  #providing {
    margin-bottom: 60px
  }
}
@media all and (max-width:1199px) {
  #providing {
    margin-bottom: 20px
  }
}
@media all and (max-width:767px) {
  #providing {
    margin-bottom: 40px
  }
}
#providing .heading {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px auto
}
@media all and (max-width:575px) {
  #providing .heading {
    margin-bottom: 30px
  }
}
#providing .providing__item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media all and (max-width:767px) {
  #providing .providing__item {
    margin-bottom: 20px
  }
}
#providing .providing__item .item__inner .image {
  position: relative;
  height: 220px;
  margin-bottom: 20px;
  z-index: 2
}
@media all and (max-width:575px) {
  #providing .providing__item .item__inner .image {
    height: 160px;
    margin-bottom: 15px
  }
}
#providing .providing__item .item__inner .image .icon {
  font-size: 16px;
  font-weight: 600;
  color: #df2040;
  -webkit-clip-path: polygon(100% 0,0 0,0 95%);
  clip-path: polygon(100% 0,0 0,0 95%);
  background-color: #df2040;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  padding: 10px
}
@media all and (max-width:575px) {
  #providing .providing__item .item__inner .image .icon {
    width: 80px;
    height: 80px;
    padding: 8px
  }
}
#providing .providing__item .item__inner .image .image__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
#providing .providing__item .item__inner .image .image__inner img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#providing .providing__item .item__inner h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%
}
@media all and (max-width:575px) {
  #providing .providing__item .item__inner h3 {
    font-size: 16px
  }
}
#providing .box__btn {
  display: none;
  padding-bottom: 10px
}
@media all and (max-width:767px) {
  #providing .box__btn {
    display: block
  }
}
#contacts {
  margin-bottom: 110px
}
@media all and (max-width:1500px) {
  #contacts {
    margin-bottom: 60px
  }
}
@media all and (max-width:1199px) {
  #contacts {
    margin-bottom: 20px
  }
}
#contacts .contacts__content {
  margin-bottom: 40px
}
@media all and (max-width:991px) {
  #contacts .contacts__content .content__inner .heading {
    margin-bottom: 20px
  }
}
@media all and (max-width:991px) {
  #contacts .contacts__content .content__inner .heading h2 {
    display: none
  }
}
#contacts .contacts__content .content__inner .heading h3 {
  display: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%
}
@media all and (max-width:991px) {
  #contacts .contacts__content .content__inner .heading h3 {
    display: block
  }
}
#contacts .contacts__content .contacts {
  margin-bottom: 60px
}
@media all and (max-width:575px) {
  #contacts .contacts__content .contacts {
    margin-bottom: 20px
  }
}
#contacts .contacts__content .contacts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 25px 0
}
@media all and (max-width:575px) {
  #contacts .contacts__content .contacts li {
    padding: 20px 0
  }
}
#contacts .contacts__content .contacts li:first-child {
  border-top: 1px solid #e6e6e6
}
#contacts .contacts__content .contacts li .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px
}
@media all and (max-width:575px) {
  #contacts .contacts__content .contacts li .icon {
    margin-right: 15px
  }
}
@media all and (max-width:575px) {
  #contacts .contacts__content .contacts li .icon img {
    width: 60px;
    height: 60px
  }
}
#contacts .contacts__content .contacts li .text h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 6px
}
@media all and (max-width:575px) {
  #contacts .contacts__content .contacts li .text h5 {
    font-size: 14px
  }
}
#contacts .contacts__content .contacts li .text p {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%
}
@media all and (max-width:575px) {
  #contacts .contacts__content .contacts li .text p {
    font-size: 16px
  }
}
#contacts .contacts__content .contacts li .text a {
  color: #333
}
#contacts .contacts__content .contacts li .text a:hover {
  color: #df2040
}
#contacts .contacts__content .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}
@media all and (max-width:575px) {
  #contacts .contacts__content .social {
    gap: 10px
  }
}
#contacts .contacts__content .social li {
  max-width: 217px;
  width: 100%
}
#contacts .contacts__content .social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  height: 68px;
  width: 100%
}
@media all and (max-width:575px) {
  #contacts .contacts__content .social li a {
    height: 50px;
    font-size: 12px;
    line-height: 14px
  }
}
#contacts .contacts__content .social li a img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px
}
@media all and (max-width:575px) {
  #contacts .contacts__content .social li a img {
    margin-right: 10px
  }
}
#contacts .contacts__content .social li a.whatsapp {
  background-color: #2cb742
}
#contacts .contacts__content .social li a.whatsapp:hover {
  background-color: #4cc25e
}
#contacts .contacts__content .social li a.telegram {
  background-color: #28a8e9
}
#contacts .contacts__content .social li a.telegram:hover {
  background-color: #48b5ec
}
#contacts .contacts__form {
  margin-bottom: 40px
}
@media all and (max-width:1199px) {
  #contacts .contacts__form {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
}
#contacts .contacts__form .form__inner {
  -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.2);
  box-shadow: 1px 1px 10px rgba(0,0,0,.2);
  padding: 50px;
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: 0
}
@media all and (max-width:1199px) {
  #contacts .contacts__form .form__inner {
    max-width: none
  }
}
@media all and (max-width:575px) {
  #contacts .contacts__form .form__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
  }
}
#contacts .contacts__form .form__inner .heading {
  display: none
}
@media all and (max-width:1199px) {
  #contacts .contacts__form .form__inner .heading {
    display: block
  }
}
.form__inner form .form__item {
  margin-bottom: 10px
}
.form__inner form .form__item input {
  width: 100%;
  height: 67px;
  background-color: #fff;
  background-color: #efefef;
  padding: 0 21px;
  border: none;
  border-radius: 0;
  color: rgba(51,51,51,.5);
  font-size: 16px
}
@media all and (max-width:575px) {
  .form__inner form .form__item input {
    height: 50px;
    padding: 0 15px
  }
}
.form__inner form .form__item input::-webkit-input-placeholder {
  color: rgba(51,51,51,.5);
  opacity: 1
}
.form__inner form .form__item input::-moz-placeholder {
  color: rgba(51,51,51,.5);
  opacity: 1
}
.form__inner form .form__item input::-ms-placeholder {
  color: rgba(51,51,51,.5);
  opacity: 1
}
.form__inner form .form__item input::-webkit-input-placeholder {
  color: rgba(51,51,51,.5);
  opacity: 1
}
.form__inner form .form__item input::-moz-placeholder {
  color: rgba(51,51,51,.5);
  opacity: 1
}
.form__inner form .form__item input:-ms-input-placeholder {
  color: rgba(51,51,51,.5);
  opacity: 1
}
.form__inner form .form__item input::-ms-input-placeholder {
  color: rgba(51,51,51,.5);
  opacity: 1
}
.form__inner form .form__item input::placeholder {
  color: rgba(51,51,51,.5);
  opacity: 1
}
.form__inner form .form__files {
  padding-top: 20px;
  margin-bottom: 30px
}
@media all and (max-width:575px) {
  .form__inner form .form__files {
    padding-top: 10px;
    margin-bottom: 20px
  }
}
.form__inner form .form__files .file-name {
  display: none;
  background-color: #fce9ec;
  padding: 13px 45px 13px 13px;
  min-width: 250px;
  background-size: 22px;
  background-position: calc(100% - 13px) 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_32.svg);
  cursor: pointer
}
.form__inner form .form__files .file-upload {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #df2040;
  height: 48px
}
@media all and (max-width:575px) {
  .form__inner form .form__files .file-upload {
    height: 40px
  }
}
.form__inner form .form__files .file-upload label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.form__inner form .form__files .file-upload label input[type=file] {
  display: none
}
.form__inner form .form__files .file-upload label span {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #df2040;
  position: relative;
  padding-left: 28px
}
@media all and (max-width:575px) {
  .form__inner form .form__files .file-upload label span {
    font-size: 12px;
    line-height: 14px
  }
}
.form__inner form .form__files .file-upload label span:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_29.svg);
  width: 19px;
  height: 18px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.form__inner form .form__social {
  margin-bottom: 30px
}
@media all and (max-width:575px) {
  .form__inner form .form__social {
    margin-bottom: 20px
  }
}
.form__inner form .form__social h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 18px
}
@media all and (max-width:575px) {
  .form__inner form .form__social h5 {
    font-size: 14px;
    margin-bottom: 15px
  }
}
.form__inner form .form__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}
@media all and (max-width:575px) {
  .form__inner form .form__social ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.form__inner form .form__social ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media all and (max-width:575px) {
  .form__inner form .form__social ul li {
    width: 100%
  }
}
.form__inner form .form__social ul li .radio__wrapper {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 52px
}
@media all and (max-width:575px) {
  .form__inner form .form__social ul li .radio__wrapper {
    height: 40px
  }
}
.form__inner form .form__social ul li .radio__wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}
.form__inner form .form__social ul li .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 52px;
  width: 100%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 47px;
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:575px) {
  .form__inner form .form__social ul li .checkmark {
    height: 40px;
    padding-left: 10px
  }
}
.form__inner form .form__social ul li .radio__wrapper input:checked ~ .checkmark {
  background-color: #fce9ec;
  border: 1px solid #fce9ec
}
.form__inner form .form__social ul li .checkmark:after {
  content: "";
  position: absolute
}
.form__inner form .form__social ul li .checkmark::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #df2040;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  display: none
}
@media all and (max-width:575px) {
  .form__inner form .form__social ul li .checkmark::before {
    left: auto;
    right: 15px
  }
}
.form__inner form .form__social ul li .radio__wrapper input:checked ~ .checkmark:after {
  display: block
}
.form__inner form .form__social ul li .radio__wrapper input:checked ~ .checkmark:before {
  display: block
}
.form__inner form .form__social ul li .radio__wrapper .checkmark:after {
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #df2040
}
@media all and (max-width:575px) {
  .form__inner form .form__social ul li .radio__wrapper .checkmark:after {
    left: auto;
    right: 10px
  }
}
.form__inner form .form__submit {
  padding-top: 10px;
  margin-bottom: 15px
}
@media all and (max-width:575px) {
  .form__inner form .form__submit {
    padding-top: 0;
    margin-bottom: 10px
  }
}
.form__inner form .form__policy {
  max-width: 394px;
  width: 100%;
  margin: 0 auto
}
.form__inner form .form__policy p {
  font-size: 14px;
  line-height: 140%;
  color: rgba(51,51,51,.6)
}
@media all and (max-width:575px) {
  .form__inner form .form__policy p {
    font-size: 12px
  }
}
.form__inner form .form__policy p a {
  text-decoration: underline;
  color: inherit
}
.form__inner form .phone-error {
  color: #df2040;
  font-size: 12px;
  line-height: 14px;
  display: none
}
#footer {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  padding-bottom: 20px
}
@media all and (max-width:991px) {
  #footer {
    padding-top: 30px;
    padding-bottom: 30px
  }
}
#footer p {
  font-size: 14px;
  line-height: 140%;
  color: rgba(51,51,51,.6)
}
@media all and (max-width:991px) {
  #footer p {
    margin-bottom: 20px
  }
}
#footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 70px
}
@media all and (max-width:991px) {
  #footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
#footer a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 140%;
  color: rgba(51,51,51,.6)
}
#page {
  padding-top: 68px;
  margin-bottom: 150px
}
@media all and (max-width:1500px) {
  #page {
    margin-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  #page {
    margin-bottom: 60px
  }
}
@media all and (max-width:991px) {
  #page {
    padding-top: 40px
  }
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 700;
  margin-bottom: .625em
}
article h1 {
  font-size: 36px;
  line-height: 38px
}
@media all and (max-width:575px) {
  article h1 {
    font-size: 30px
  }
}
article h2 {
  font-size: 32px;
  line-height: 38px
}
@media all and (max-width:575px) {
  article h2 {
    font-size: 26px
  }
}
article h3 {
  font-size: 26px;
  line-height: 34px
}
@media all and (max-width:575px) {
  article h3 {
    font-size: 24px
  }
}
article h4 {
  font-size: 22px
}
article h5 {
  font-size: 18px
}
article h6 {
  font-size: 16px
}
article p {
  margin-bottom: .625em
}
article a {
  color: #00a8d2
}
article ul {
  margin-bottom: .625em;
  list-style-type: disc;
  padding-left: 15px
}
article ul ul {
  margin-bottom: 0
}
article ol li,
article ul li {
  margin-bottom: 4px
}
article ol {
  margin-bottom: .625em;
  padding-left: 15px
}