@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700&display=swap");
* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: "Exo 2", sans-serif;
  border: 0 none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4em;
}

body {
  color: #000;
}

.overlay {
  background-image: url(../img/noise.gif);
  background-position: initial;
  background-size: initial;
  background-repeat: repeat;
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-position: 0px 0px;
  opacity: 0.05;
}

.title {
  font-size: 80px;
  text-align: center;
  margin-bottom: 120px;
  color: #276260;
}

.title::after {
  content: "";
  position: absolute;
  width: 80%;
  max-width: 500px;
  height: 5px;
  background-color: #276260;
  top: 130px;
  left: calc(50% - 250px);
}

footer {
  background-color: #000;
  color: #fff;
}

a {
  color: #258581;
}

ol,
ul {
  list-style: none;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 160px;
}

a.widgethelptext {
  display: none !important;
}

#widgethelp_uniquecssid.rightbottom,
.widgethelpbuttons.rightbottom,
.widgethelptrigger.rightbottom {
  bottom: 5% !important;
}

.header {
  position: relative;
  height: 100vh;
  min-height: 900px;
  background: url("../img/header_2.jpg") center / cover no-repeat;
}

.header-inner {
  height: auto !important;
  min-height: auto !important;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__phone a {
  font-weight: 600;
  font-size: 24px;
  text-decoration: none;
  margin-right: 80px;
  color: #ffffff;
}

.header__bg {
  position: absolute;
  top: 0;
  right: 0;
  background: #c4c4c4;
  opacity: 0.2;
  border-radius: 0px 0px 0px 458px;
  width: 80vw;
  height: 90vh;
}

.header__wrapper {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__wrapper_logo {
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  text-decoration: none;
}

.header__wrapper_btn {
  cursor: pointer;
  background: #FFF;
  border-radius: 100px;
  width: 200px;
  height: 60px;
  font-weight: bold;
  font-size: 18px;
  color: #276260;
}

.header__wrapper_btn:hover {
  background-color: #368684;
  color: #ffffff;
}

.header__title {
  font-weight: bold;
  font-size: 57px;
  margin: 112px 0 35px;
  text-align: center;
  color: #ffffff;
}

.header__subtitle {
  font-size: 46px;
  text-align: center;
  color: #ffffff;
}

.header::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  background-image: url(../img/pcb-head-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14%;
  height: 540px;
  z-index: 1;
}

.header::after {
  content: "";
  position: absolute;
  bottom: -5%;
  right: 0;
  background-image: url(../img/pcb-head-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12%;
  height: 386px;
  z-index: 1;
}

.header-inner:after,
.header-inner:before {
  content: none;
}

.services {
  position: relative;
  padding: 170px 0;
  overflow: hidden;
}

.services__content {
  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;
}

.services__list {
  position: relative;
  width: 50%;
  line-height: 170.5%;
  list-style-type: circle;
}

.services__list li {
  font-size: 32px;
}

.services__slider {
  width: 50%;
  background: rgba(196, 196, 196, 0.2);
  border-radius: 30px;
  padding: 100px 50px;
}

.video {
  position: relative;
}

.video video,
.video iframe {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.contacts {
  position: relative;
  padding: 170px 0;
}

.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__img img {
  width: 32.563em;
  height: 37.5em;
  -o-object-fit: cover;
  object-fit: cover;
}

.contacts__info {
  width: 50%;
}

.contacts__info_desc {
  margin-bottom: 1.875em;
}

.contacts__info_desc:last-child {
  margin-bottom: 0;
}

.contacts__info_desc_title {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.417em;
}

.contacts__info_desc_text {
  font-size: 1.5em;
}

.contacts__title::after {
  max-width: 250px;
  left: calc(50% - 125px);
}

.contacts__form {
  width: 50%;
  height: 500px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 30px;
}

.contacts__form::after {
  content: "";
  position: absolute;
  bottom: -24%;
  right: 7%;
  background-image: url(../img/plata1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 300px;
  z-index: 0;
  -webkit-transform: scaleX(-1) rotate(343deg);
  transform: scaleX(-1) rotate(343deg);
}

.contacts__wind {
  height: 100%;
  padding: 50px;
}

.contacts__wind_title {
  font-size: 32px;
  color: #000;
  margin-bottom: 34px;
  line-height: 140%;
  text-transform: uppercase;
}

.contacts__wind input {
  padding-bottom: 0.323em;
  background-color: transparent;
  width: 100%;
  height: 40px;
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 18px;
  margin-bottom: 20px;
}

.contacts__wind input::-webkit-input-placeholder {
  color: #000;
}

.contacts__wind input:-ms-input-placeholder {
  color: #000;
}

.contacts__wind input::-ms-input-placeholder {
  color: #000;
}

.contacts__wind input::placeholder {
  color: #000;
}

.contacts__wind input:last-child {
  margin-right: 0;
}

.contacts__wind textarea {
  background-color: transparent;
  width: 100%;
  height: 40px;
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 18px;
  resize: none;
}

.contacts__wind textarea::-webkit-input-placeholder {
  color: #000;
}

.contacts__wind textarea:-ms-input-placeholder {
  color: #000;
}

.contacts__wind textarea::-ms-input-placeholder {
  color: #000;
}

.contacts__wind textarea::placeholder {
  color: #000;
}

.contacts__wind textarea:last-child {
  margin-right: 0;
}

.contacts__wind button {
  position: relative;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  font-size: 20px;
  margin-top: 1.875em;
}

.contacts__wind button:hover {
  color: #183e3c;
}

.contacts__wind button::after {
  content: "";
  position: absolute;
  background: url(../img/arrow-black.svg) center no-repeat;
  width: 1.25em;
  height: 0.5em;
  bottom: 0.3em;
  right: -2.25em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contacts__wind button:hover::after {
  background: url(../img/arrowhover.svg) center no-repeat;
  width: 4em;
  right: -5em;
}

.form {
  position: relative;
  padding: 6em 0;
  background: #333559;
}

.form__title {
  font-weight: bold;
  font-size: 2.875em;
  text-transform: uppercase;
  margin-bottom: 1.478em;
}

.form form input {
  padding-bottom: 0.625em;
  background-color: transparent;
  width: 16.222em;
  height: 1.722em;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.125em;
  margin-right: 1.667em;
}

.form form input::-webkit-input-placeholder {
  color: #fff;
}

.form form input:-ms-input-placeholder {
  color: #fff;
}

.form form input::-ms-input-placeholder {
  color: #fff;
}

.form form input::placeholder {
  color: #fff;
}

.form form input:last-child {
  margin-right: 0;
}

.form form input.btn-send {
  position: relative;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  font-size: 1.25em;
  margin-left: 2.2em;
}

.form form input.btn-send:hover {
  color: #878eff;
}

.form form input.btn-send::after {
  content: "";
  position: absolute;
  background: url(../img/arrow.svg) center no-repeat;
  width: 1.25em;
  height: 0.5em;
  bottom: 0.3em;
  right: -2.25em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form form input.btn-send:hover::after {
  background: url(../img/arrowhover.svg) center no-repeat;
  width: 4em;
  right: -5em;
}

.footer {
  position: relative;
  padding: 2.5em 0;
}

.footer__copy {
  text-align: center;
}

.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popup__overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
}

.popup__wind {
  position: absolute;
  z-index: 10;
  width: 28.625em;
  height: 420px;
  border-radius: 30px;
  background-color: #fff;
  padding: 2.5em;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.popup__wind_title {
  font-size: 1.5em;
  color: #000;
  margin-bottom: 1.667em;
}

.popup__wind input {
  padding-bottom: 0.323em;
  background-color: transparent;
  width: 100%;
  height: 1.722em;
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 1.125em;
  margin-bottom: 0.645em;
}

.popup__wind input::-webkit-input-placeholder {
  color: #000;
}

.popup__wind input:-ms-input-placeholder {
  color: #000;
}

.popup__wind input::-ms-input-placeholder {
  color: #000;
}

.popup__wind input::placeholder {
  color: #000;
}

.popup__wind input:last-child {
  margin-right: 0;
}

.popup__wind textarea {
  background-color: transparent;
  width: 100%;
  height: 30px;
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 18px;
  resize: none;
}

.popup__wind textarea::-webkit-input-placeholder {
  color: #000;
}

.popup__wind textarea:-ms-input-placeholder {
  color: #000;
}

.popup__wind textarea::-ms-input-placeholder {
  color: #000;
}

.popup__wind textarea::placeholder {
  color: #000;
}

.popup__wind textarea:last-child {
  margin-right: 0;
}

.popup__wind button {
  position: relative;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  font-size: 1.25em;
  margin-top: 1.875em;
}

.popup__wind button:hover {
  color: #183e3c;
}

.popup__wind button::after {
  content: "";
  position: absolute;
  background: url(../img/arrow-black.svg) center no-repeat;
  width: 1.25em;
  height: 0.5em;
  bottom: 0.3em;
  right: -2.25em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.popup__wind button:hover::after {
  background: url(../img/arrowhover.svg) center no-repeat;
  width: 4em;
  right: -5em;
}

.success {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.success__overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
}

.success__wind {
  position: absolute;
  z-index: 10;
  width: 28.625em;
  height: 310px;
  border-radius: 30px;
  background-color: #fff;
  padding: 5.313em 2.5em 2.5em 2.5em;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.success__wind_title {
  font-size: 1.5em;
  color: #000;
  margin-bottom: 0.833em;
  text-transform: uppercase;
}

.success__wind p {
  color: #000;
}

.success__close {
  cursor: pointer;
  position: absolute;
  top: 1.875em;
  right: 1.875em;
}

.itcss {
  position: relative;
  overflow: hidden;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.itcss__wrapper {
  position: relative;
  overflow: hidden;
}

.itcss__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.transition-none {
  -webkit-transition: none;
  transition: none;
}

.itcss__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  max-height: 400px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: contain;
  object-fit: contain;
}

.itcss__item img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 30px;
}

.itcss__control {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.itcss__control_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.itcss__control:focus,
.itcss__control:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.itcss__control_prev {
  left: 0;
}

.itcss__control_next {
  right: 0;
}

.itcss__control::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.itcss__control_prev::before {
  background-image: url("../img/arrow-left.svg");
  margin-left: -30px;
}

.itcss__control_next::before {
  background-image: url("../img/arrow-right.svg");
  margin-right: -30px;
}

.itcss__indicators {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin: 0 15%;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.itcss__indicator {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 4px;
  margin-right: 3px;
  margin-left: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  cursor: pointer;
}

.itcss__indicator_active {
  background-color: #fff;
}

.btn-link {
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #276260;
  border-radius: 100px;
  width: 200px;
  height: 60px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.article {
  padding: 100px 0;
}

.article h1 {
  color: #276260;
  font-weight: bold;
  font-size: 57px;
  margin: 0 0 35px;
  text-align: center;
}

.article p, .article ol  {
  margin-bottom: 15px;
  font-size: 20px;
}

.article ol {
  list-style-type: decimal;
  padding-left: 30px;
}

.article ol li {
  margin-bottom: 20px;
}

.article h2 {
  margin: 40px 0 30px;
  font-size: 26px;
}

.article i {
  font-size: 18px;
}

.back {
  text-decoration: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}

.back span {
  font-size: 30px;
  margin-right: 10px;
}

@media (max-width: 1600px) {
  div.container {
    padding: 0 80px;
  }
  .contacts__form::after {
    right: 4%;
  }
}

@media (max-width: 1440px) {
  div.container {
    padding: 0 50px;
  }
  .title {
    font-size: 60px;
  }
  .title::after {
    top: 110px;
  }
  .header__title {
    font-size: 50px;
  }
  .header__subtitle {
    font-size: 36px;
  }
  .header__phone a {
    font-size: 20px;
  }
  .header__bg {
    width: 85vw;
  }
  .services {
    padding: 5em 0;
  }
  .services__list li {
    font-size: 1.5em;
  }
  .services__slider {
    padding: 50px 30px;
  }
  .itcss__item {
    max-height: 340px;
  }
  .video {
    padding: 0 0 5em;
  }
  .video video,
  .video iframe {
    height: 57vh;
  }
  .contacts {
    padding: 50px 0 100px;
  }
  .contacts__info {
    width: 40%;
    margin-top: 2em;
  }
  .contacts__info_descs {
    margin-top: 2.75em;
  }
  .contacts__info_desc_title,
  .contacts__info_desc_text {
    font-size: 1.2em;
  }
  .contacts__img img {
    width: 25em;
    height: 30em;
  }
  .contacts__title {
    font-size: 4em;
  }
  .contacts__form {
    width: 60%;
  }
  .contacts__form::after {
    right: 3%;
  }
  .contacts__wind_title {
    font-size: 26px;
  }
  .form {
    padding: 5em 0;
  }
  .form__title {
    font-size: 1.8em;
  }
  .form form input {
    width: 13em;
    font-size: 1em;
  }
  .form form button {
    margin-left: 1.5em;
    font-size: 1.2em;
  }
  .form form button::after {
    width: 1.6em;
  }
  .form form button:hover::after {
    width: 5em;
    right: -6em;
  }

  .article h1 {font-size: 50px;}
  .article h2 {font-size: 24px;}
}

@media (max-width: 1023px) {
  div.container {
    padding: 0 45px;
  }
  .title {
    font-size: 46px;
  }
  .title:after {
    top: 85px;
    max-width: 400px;
    left: calc(50% - 200px);
  }
  .header__wrapper {
    padding-top: 40px;
  }
  .header__wrapper_logo {
    font-size: 30px;
  }
  .header__wrapper_btn,
  .btn-link {
    width: 200px;
    height: 50px;
  }
  .header__title {
    font-size: 2.4em;
  }
  .header__subtitle {
    font-size: 30px;
  }
  .header__phone a {
    font-size: 18px;
  }
  .header::before {
    width: 16%;
  }
  .header::after {
    width: 16%;
  }
  .services {
    padding: 3em 0;
  }
  .services__list {
    width: 50%;
    padding-right: 20px;
  }
  .services__list li {
    font-size: 20px;
  }
  .itcss__control::before {
    width: 50px;
    height: 50px;
  }
  .itcss__item {
    max-height: 275px;
  }
  .video {
    padding: 0 0 4em;
  }
  .video video,
  .video iframe {
    height: 40vh;
  }
  .contacts {
    padding: 4em 0;
  }
  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__img img {
    width: 20em;
    height: 28em;
  }
  .contacts__title {
    font-size: 3em;
    margin-bottom: 100px;
  }
  .contacts__title::after {
    max-width: 160px;
    left: calc(50% - 80px);
  }
  .contacts__info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
  }
  .contacts__info_descs {
    margin-top: 0;
  }
  .contacts__info_desc_title,
  .contacts__info_desc_text {
    font-size: 1.1em;
  }
  .contacts__form {
    width: 80%;
  }
  .contacts__form::after {
    right: 10%;
    bottom: -15%;
    height: 250px;
  }
  .contacts__wind_title {
    font-size: 24px;
  }
  .form {
    padding: 4em 0;
  }
  .form__title {
    font-size: 1.4em;
  }
  .form form input {
    font-size: 0.9em;
    width: 12em;
  }
  .form form button {
    margin-left: 0;
    margin-right: 3em;
    margin-top: 25px;
  }
  .footer__copy {
    font-size: 14px;
  }
  .popup__wind_title {
    font-size: 1.3em;
  }
  .popup__wind input {
    font-size: 1em;
  }

  .article h1 {font-size: 2.4em;}
  .article h2 {font-size: 20px;}
  .article p, .article ol {font-size: 18px;}
  .article i {font-size: 16px;}
}

@media (max-width: 767px) {
  div.container {
    padding: 0 20px;
  }
  .title {
    font-size: 30px;
    margin-bottom: 80px;
  }
  .title::after {
    display: none;
  }
  .header {
    height: auto;
    min-height: 700px;
  }
  .header__bg {
    width: 100%;
    height: 100%;
  }
  .header__title {
    font-size: 1.8em;
    padding-top: 23%;
    width: 90%;
    margin: 0 auto;
  }
  .header__title br {
    display: none;
  }
  .header__subtitle {
    font-size: 24px;
    margin-top: 20px;
  }
  .header::after {
    bottom: -34%;
    width: 22%;
  }
  .header::before {
    width: 26%;
    top: 15%;
  }
  .header__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .header__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header__phone {
    margin-bottom: 15px;
    padding-top: 10px;
  }
  .header__phone a {
    margin-right: 10px;
  }
  .services {
    padding: 6em 0;
  }
  .services__list {
    width: 100%;
    margin-left: 30px;
    margin-bottom: 50px;
  }
  .services__list li {
    font-size: 1.2em;
  }
  .services__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .services__slider {
    width: 100%;
  }
  .video {
    padding: 0;
  }
  .video video,
  .video iframe {
    height: 100%;
    min-height: 230px;
  }
  .contacts__title {
    font-size: 2.6em;
    margin-bottom: 50px;
  }
  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__img {
    margin-top: 50px;
  }
  .contacts__img img {
    width: 100%;
    height: 25em;
    max-width: 500px;
  }
  .contacts__form {
    width: 100%;
    height: 450px;
  }
  .contacts__form::after {
    right: 6%;
    width: 138px;
    height: 180px;
    bottom: -14%;
  }
  .contacts__wind {
    padding: 40px;
  }
  .contacts__wind_title {
    font-size: 20px;
  }
  .contacts__wind input {
    font-size: 16px;
  }
  .contacts__wind button {
    font-size: 18px;
  }
  .contacts__wind button:hover::after {
    width: 85px;
  }
  .contacts__wind button::after {
    width: 30px;
  }
  .form form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .form form button {
    font-size: 1.125em;
  }
  .popup__wind {
    width: 90%;
  }
  .success__wind {
    width: 90%;
  }

  .article {
    padding: 70px 0;
  }

  .article h1 {
    font-size: 1.8em;
  }
  .article h2 {
    font-size: 18px;
  }
  .article p, .article ol {
    font-size: 16px;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .header__title {
    padding-top: 20%;
    font-size: 2em;
  }
  .header::before {
    width: 20%;
  }
}

@media (max-width: 424px) {
  div.container {
    padding: 0 15px;
  }
  .title {
    margin-bottom: 50px;
  }
  .header {
    min-height: 640px;
  }
  .header__title {
    font-size: 1.6em;
    padding-top: 30%;
  }
  .header__subtitle {
    font-size: 20px;
  }
  .header__wrapper {
    padding-top: 20px;
  }
  .header__wrapper_logo {
    font-size: 24px;
  }
  .header__wrapper button,
  .btn-link {
    width: 153px;
    height: 40px;
    font-weight: normal;
    font-size: 16px;
  }
  .header__phone {
    padding-top: 5px;
  }
  .services__list li {
    font-size: 1.1em;
  }
  .services__slider {
    padding: 30px 20px;
  }
  .popup__wind {
    padding: 2em;
  }
  .popup__wind input {
    font-size: 0.9em;
  }
  .popup__wind_title {
    margin-bottom: 1.45em;
  }
  .popup__wind button {
    font-size: 1.125em;
  }
  .popup__wind button::after {
    width: 1.5em;
    right: -3em;
    bottom: 0.24em;
  }
  .popup__wind button:hover::after {
    width: 5em;
    right: -5.5em;
  }
  .contacts__title {
    font-size: 1.9em;
  }
  .contacts__wind {
    padding: 30px;
  }
  .contacts__wind_title {
    font-size: 18px;
  }
  .form__title {
    font-size: 1.125em;
  }
  .success__icon img {
    width: 60%;
  }
  .success__wind {
    padding: 5em 2em 2em 2em;
  }
}
