html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Roboto-Regular";
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "Avenir Next Medium";
  src: url("../fonts/Avenir Next Medium.ttf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNextCyr-Bold";
  src: url("../fonts/AvenirNextCyr-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNextCyr-Demi";
  src: url("../fonts/AvenirNextCyr-Demi.ttf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNextCyr-Heavy";
  src: url("../fonts/AvenirNextCyr-Heavy.ttf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNextCyr-Regular";
  src: url("../fonts/AvenirNextCyr-Regular.ttf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
.head {
  height: 100vh;
  background-position: center;
  background-image: url("../img/bg.jpg");
  background-size: cover;
}
.whatsaap {
    position: relative;
    margin-right: 30px;
}
.whatsaap a::after {
    content: "";
    position: absolute;
    top: 2px;
    left: -35px;
    background-image: url(../img/whatsaap.png);
    background-repeat: no-repeat;
    width: 30px;
    display: block;
    height: 30px;
    background-position: center;
    background-size: contain;
}

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

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 115px;
  padding-right: 115px;
}

.bl-text {
  background-image: url("../img/bil.png");
  height: 78px;
  width: 406px;
  margin-left: 105px;
}
.bl-text p {
  font-size: 14px;
  font-family: "Avenir Next Medium";
  text-transform: uppercase;
  color: #000;
  padding-left: 106px;
  padding-top: 20px;
}

.telefon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.telefon img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.telefon a {
  color: #fff;
  font-family: "AvenirNextCyr-Demi";
  font-size: 28px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.telefon a:hover {
  color: #545454;
}

.container {
  width: 1154px;
  margin: 0 auto;
}

.header-container {
  width: 1282px;
  margin: 0 auto;
}

.header-center {
  padding-top: 145px;
}

h1 {
		text-transform: uppercase;
		font-size: 30px;
		font-family: "AvenirNextCyr-Heavy";
		line-height: 58px;
}

.header-center h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 76px;
  font-family: "AvenirNextCyr-Heavy";
  line-height: 58px;
}

.header-center span {
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  font-family: "AvenirNextCyr-Heavy";
}

.section-text {
  position: relative;
  padding-top: 78px;
}
.section-text p {
  font-size: 22px;
  width: 450px;
  color: #fff;
  position: relative;
  padding-bottom: 65px;
  font-family: "AvenirNextCyr-Regular";
}
.section-text p::after {
  content: "";
  position: absolute;
  right: 28px;
  width: 69px;
  height: 102px;
  background-image: url("../img/arrow.png");
}
.section-text span {
  font-family: "AvenirNextCyr-Demi";
  font-size: 22px;
  text-transform: inherit;
}
.section-text button {
  cursor: pointer;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 18px;
  font-family: "AvenirNextCyr-Demi";
  text-transform: uppercase;
  width: 348px;
  height: 82px;
  border-radius: 40px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-text button:hover {
  -webkit-box-shadow: 0px 20px 36px 0px rgba(237, 155, 18, 0.22);
  box-shadow: 0px 20px 36px 0px rgba(237, 155, 18, 0.22);
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.section h2 {
  color: #545454;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "AvenirNextCyr-Regular";
}
.section h3 {
  width: 100%;
  color: #cd9a00;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "AvenirNextCyr-Bold";
}

.section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 57px;
  padding-bottom: 45px;
}

.section-right {
  padding-left: 70px;
}
.section-right span {
  color: #010101;
  padding-bottom: 35px;
  font-size: 22px;
  font-family: "AvenirNextCyr-Regular";
}
.section-right p {
  position: relative;
  margin-top: 35px;
  font-size: 22px;
  font-family: "AvenirNextCyr-Regular";
  padding-left: 40px;
}
.section-right p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
  background-image: url("../img/ok.png");
}

.right-txt {
  padding-top: 22px;
}
.right-txt span {
  color: #000;
  font-family: "Avenir Next Medium";
  text-transform: uppercase;
  font-size: 22px;
}
.right-txt div {
  font-size: 22px;
  font-family: "AvenirNextCyr-Regular";
}

.section-up {
  height: 895px;
  text-align: center;
  background-position: center;
  background-image: url("../img/bg-sky.png");
}
.section-up h2 {
  padding-top: 256px;
  color: #545454;
  width: 964px;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 auto;
  font-family: "AvenirNextCyr-Regular";
}
.section-up h3 {
  width: 100%;
  padding-top: 48px;
  color: #cd9a00;
  text-transform: uppercase;
  font-size: 25px;
  font-family: "AvenirNextCyr-Demi";
}

.up-wrap-box {
  -webkit-box-shadow: inset 0px 0px 0px 1px #ebebeb;
  box-shadow: inset 0px 0px 0px 1px #ebebeb;
  border-radius: 5px;
  border: 7px solid #fff;
  width: 230px;
  position: relative;
  background-color: #fff;
}
.up-wrap-box::after {
  content: '';
  width: 28px;
  position: absolute;
  bottom: 0;
  left: 45%;
  height: 14px;
  background-image: url("../img/up.png");
}
.up-wrap-box p {
  font-family: "AvenirNextCyr-Demi";
  color: #000;
  font-size: 22px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 34px;
}
.up-wrap-box a {
  display: block;
  padding-top: 15px;
  position: relative;
  text-decoration: none;
}
.up-wrap-box img {
  height: 190px;
  -o-object-fit: none;
     object-fit: none;
}

.section-up-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 60px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.section-project {
  height: 834px;
  background-size: cover;
  padding-top: 160px;
  background-position: center;
  background-image: url("../img/bg-yelow.jpg");
}

.project-wrp {
  height: 480px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-image: url("../img/bg-box.png");
}

.project-line {
  background-color: #d0eaf6;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border: 0px solid #000000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-line p {
  color: #122d3a;
  font-size: 26px;
  text-transform: uppercase;
  font-family: "AvenirNextCyr-Bold";
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  padding-right: 60px;
}

.pro-right {
  width: 50%;
}
.pro-right h2 {
  color: #000;
  padding-right: 60px;
  padding-top: 35px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-family: "AvenirNextCyr-Demi";
}

.pro-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-left img {
  margin-top: 20px;
}

.pro-box-wrap {
  width: 167px;
  text-align: center;
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro-box-wrap img {
  width: 140px;
  margin: 0 auto;
}
.pro-box-wrap p {
  font-family: "AvenirNextCyr-Regular";
  color: #000;
  padding-top: 10px;
  font-size: 18px;
}

.btn {
  width: 100%;
  padding-top: 30px;
  text-align: center;
  display: flex;
}
.btn--center {
  width: max-content;
  margin: auto;
}
.btn button, .btn a, .test-wrap--whatsapp .test-btn a {
  outline: none;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-family: "AvenirNextCyr-Demi";
  text-transform: uppercase;
  border-radius: 40px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
   display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  white-space: nowrap;
}
.btn a {
  color: #000;
  background: #ffb218;
  margin: 0 0 0 40px;
}
.btn button:hover, .btn a:hover {
  -webkit-box-shadow: 0px 20px 36px 0px rgba(237, 155, 18, 0.22);
  box-shadow: 0px 20px 36px 0px rgba(237, 155, 18, 0.22);
}
.btn button:hover {
  box-shadow: 0px 20px 36px 0px rgba(0, 0, 0, 0.22);
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}
.popup {
    position: fixed;
    -webkit-box-shadow: 0px 0px 38px 5px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 38px 5px rgba(0, 0, 0, 0.19);
    width: 400px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    color: #fff;
    border-radius: 10px;
}
.popup h2 {
    margin: 0;
    width: 100%;
    text-align: center;
    color: #3c3c3c;
    font-size: 28px;
    padding-bottom: 20px;
    font-family: "AvenirNextCyr-Demi";
}
.form button {
    width: 100%;
    margin-top: 30px;
}
.check-tex input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.button {
   outline: none;
    background-color: #000;
    height: 50px;
    text-decoration: none;
    font-family: "AvenirNextCyr-Demi";
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    border: none;
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.check-tex {
    padding-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #a4a4a4;
    font-size: 14px;
    padding-left: 51px;
    font-family: "AvenirNextCyr-Demi";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 83%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
span#loader-present {
    display: none;
    width: 100%;
    padding-top: 20px;
    text-align: left;
}
.check-tex input:checked ~ .checkmark {
    background-color: transparent;
}
.check-tex input:checked ~ .checkmark:after {
    display: block;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check-tex .checkmark:after {
    left: 3px;
    top: -6px;
    width: 5px;
    height: 10px;
    border: solid red;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark {
    position: absolute;
    top: 18px;
    left: 40px;
    height: 12px;
    width: 12px;
    border: 1px solid #a4a4a4;
    border-radius: 100%;
    background-color: transparent;
}
span#answer-present {
    padding-left: 0;
    width: 100%;
    display: block;
    text-align: center;
    color: #474747;
    font-size: 18px;
    font-family: "AvenirNextCyr-Demi";
}
.form-wrap input[type='text'] {
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mobile-app{
  display: none;
}
.form input {
    width: 100%;
    margin-bottom: 20px;
}
.form-wrap input {
   outline: none;
    height: 50px;
    width: 100%;
    border-radius: 25px;
    background-color: #f2f1ff;
    border: none;
    color: #474747;
    font-size: 16px;
    font-family: "Roboto Light";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.field-block {
    position: relative;
}
.result-present{
    width: 100%;
    padding-top: 5px;
    text-align: center;
}
.form {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: center;
}
.form-wrap {
    padding-bottom: 30px;
    display: block;
}
.close-popup:after {
    content: '';
    background-color: #b3adad;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    transform: rotate(45deg);
    left: -4px;
}
.close-popup:before {
    content: '';
    background-color: #b3adad;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    left: -4px;
    transform: rotate(-45deg);
}
.close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.btn-center {
  width: 100%;
  padding-top: 30px;
  text-align: center;
  padding-right: 50px;
}
.btn-center button{
  outline: none;
  cursor: pointer;
  border: 0;
  color: #fff;
  font-size: 18px;
  font-family: "AvenirNextCyr-Demi";
  text-transform: uppercase;
  width: 320px;
  height: 65px;
  border-radius: 40px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-decoration: none;
}
.btn-center button:hover {
  -webkit-box-shadow: 0px 20px 36px 0px rgba(237, 155, 18, 0.22);
  box-shadow: 0px 20px 36px 0px rgba(237, 155, 18, 0.22);
}

.search-left {
  width: 50%;
}
.search-left h2 {
  color: #122d3a;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "AvenirNextCyr-Bold";
}

.search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-right {
  width: 50%;
}

.serach-wrap-box {
  margin-right: 50px;
  margin-left: 50px;
  text-align: center;
}
.serach-wrap-box img {
  height: 109px;
}
.serach-wrap-box p {
  font-family: "AvenirNextCyr-Regular";
  font-size: 18px;
  padding-top: 33px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

.search-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
}

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

.internet-right {
  width: 50%;
}
.internet-right img {
  height: 375px;
  margin-left: 55px;
  margin-top: 65px;
}

.internet-left {
  width: 50%;
}
.internet-left h2 {
  font-family: "AvenirNextCyr-Demi";
  font-size: 25px;
  padding-top: 55px;
  text-align: center;
  text-transform: uppercase;
  padding-right: 50px;
}

.internet-section {
  height: 583px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
  background-position: center;
  background-image: url("../img/internet-bg.jpg");
}

.internet-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
  padding-right: 50px;
}

.internet-wrap-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.internet-wrap-box img {
  width: 120px;
  margin: auto;
}
.internet-wrap-box p {
  font-family: "AvenirNextCyr-Regular";
  color: #000;
  padding-top: 30px;
  font-size: 18px;
}

.internet-txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.internet-txt p {
  color: #033d50;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Avenir Next Medium";
  text-shadow: 0px 2px #ffffff;
}
.internet-txt p span {
  font-family: "AvenirNextCyr-Bold";
  text-shadow: 0px 2px #ffffff;
}

.section-social {
  height: 970px;
  padding-top: 160px;
  background-position: center;
  background-image: url("../img/bg-blue.jpg");
}

.social-left {
  width: 50%;
}
.social-left h2 {
  color: #fff;
  font-size: 30px;
  font-family: "AvenirNextCyr-Bold";
  text-transform: uppercase;
  text-align: center;
  padding-left: 50px;
}

.social-right {
  width: 50%;
  text-align: center;
}
.social-right img {
  width: 435px;
  margin-top: 20px;
}

.soacial-wrap-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.soacial-wrap-box p {
  color: #d0eaf6;
  font-size: 18px;
  font-family: "AvenirNextCyr-Regular";
}
.soacial-wrap-box img {
  -o-object-fit: contain;
     object-fit: contain;
}

.social-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-wrap {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 50px;
  padding-left: 50px;
}

.social-txt {
  padding-top: 70px;
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
}
.social-txt p {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-family: "Avenir Next Medium";
}
.social-txt p span {
  font-family: "AvenirNextCyr-Bold";
}

.banner {
  height: 158px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.1);
  width: 964px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/wraper.png");
}

.btn-banner {
  margin-top: 55px;
  text-align: center;
}
.btn-banner a{
  outline: none;
  cursor: pointer;
  border: 0;
  color: #fff;
  font-size: 18px;
  font-family: "AvenirNextCyr-Demi";
  text-transform: uppercase;
  width: 320px;
  height: 65px;
  border-radius: 40px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
    display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-decoration: none;
}
.btn-banner a:hover {
  -webkit-box-shadow: 0px 20px 36px 0px rgba(237, 155, 18, 0.22);
  box-shadow: 0px 20px 36px 0px rgba(237, 155, 18, 0.22);
}

.banner-txt {
  width: 60%;
}
.banner-txt p {
  color: #042a3a;
  padding-top: 40px;
  padding-left: 50px;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "AvenirNextCyr-Bold";
}
.banner-txt p span {
  font-size: 34px;
  color: #1a66c0;
  font-family: "AvenirNextCyr-Bold";
}

span.txt-r {
  font-size: 22px !important;
}

.footer {
  width: 100%;
  height: 200px;
  background-color: #04364d;
}

.calback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
}

.calback-left {
  width: 55%;
}
.calback-left h2 {
  color: #f5a422;
  font-family: "AvenirNextCyr-Bold";
  font-size: 60px;
  text-transform: uppercase;
}
.calback-left p {
  color: #2f2f2f;
  font-family: "AvenirNextCyr-Bold";
  font-size: 36px;
  padding-left: 98px;
  text-transform: uppercase;
}
.calback-left span {
  color: #0079b2;
  font-family: "AvenirNextCyr-Bold";
  font-size: 72px;
  padding-left: 50px;
  text-transform: uppercase;
}

p.cal-txt {
  color: #2f2f2f;
  font-family: "AvenirNextCyr-Bold";
  font-size: 36px;
  text-transform: uppercase;
  padding-left: 16px;
}

.calback-right {
  width: 45%;
}

.sky img {
  width: 100%;
}

.claback-line {
  margin-top: 30px;
  width: 637px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/line.png");
}
.claback-line p {
  font-size: 22px;
  text-align: center;
  color: #000;
  padding-left: 30px;
  text-transform: inherit;
  font-family: "AvenirNextCyr-Regular";
}

p.white {
  color: #fff;
  font-family: "AvenirNextCyr-Regular";
  text-transform: inherit;
}

.portfolio-wrap {
  width: 100%;
  text-align: center;
}
.portfolio-wrap h2 {
  color: #222222;
  font-family: "AvenirNextCyr-Regular";
  text-transform: uppercase;
  font-size: 30px;
}

.portfolio {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.portfolio-box {
  width: 402px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
}
.portfolio-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-out;
}
.portfolio-box img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.portfolio-box img:hover:hover {
  -webkit-box-shadow: 0px 0px 0px 2px #eeba3a;
  box-shadow: 0px 0px 0px 2px #eeba3a;
}
.portfolio-box a {
  display: block;
  height: 100%;
}

.container-portfolio {
  width: 1670px;
  margin: 0 auto;
}

.more {
  width: 100%;
  padding-top: 50px;
  text-align: center;
  padding-bottom: 50px;
}
.more a {
  text-decoration: none;
  font-size: 18px;
  color: #404040;
  font-family: "AvenirNextCyr-Demi";
  text-transform: uppercase;
}

.calculate-cost {
  height: 637px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/bg-girl.jpg");
}

.calculate {
  width: 566px;
  text-align: center;
  padding-top: 110px;
  padding-left: 83px;
}
.calculate h2 {
  color: #0079b2;
  font-size: 36px;
  font-family: "AvenirNextCyr-Heavy";
  text-transform: uppercase;
}
.calculate span {
  color: #2d2d2d;
  padding-top: 25px;
  display: block;
  font-size: 22px;
  font-family: "AvenirNextCyr-Regular";
}

.btn-cost {
  width: 100%;
  padding-top: 50px;
  text-align: center;
}
.btn-cost button {
  outline: none;
  cursor: pointer;
  border: 0;
  color: #fff;
  font-size: 18px;
  font-family: "AvenirNextCyr-Demi";
  text-transform: uppercase;
  width: 320px;
  height: 65px;
  border-radius: 40px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-cost button:hover {
  -webkit-box-shadow: 0px 20px 36px 0px rgba(237, 155, 18, 0.22);
  box-shadow: 0px 20px 36px 0px rgba(237, 155, 18, 0.22);
}

.form-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-image: url("../img/plane-bg.jpg");
  height: 702px;
}

.conts-free-left {
  padding-top: 233px;
  display: block;
}
.conts-free-left h2 {
  color: #000000;
  font-size: 30px;
  font-family: "AvenirNextCyr-Demi";
  width: 65%;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
}
.conts-free-left p {
  font-family: "AvenirNextCyr-Regular";
  color: #424242;
  padding-top: 45px;
  font-size: 22px;
}

.footer-form {
  padding-top: 48px;
  display: block;
}
.footer-form input {
  outline: none;
  height: 50px;
  width: 523px;
  border-radius: 25px;
  background-color: #ffffff;
  border: none;
  color: #494949;
  font-size: 16px;
  font-family: "AvenirNextCyr-Regular";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.field-block-bot {
  position: relative;
}

.footer-form input[type='text'] {
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.icon-tel {
  background-image: url("../img/tel-form.png");
  width: 18px;
  height: 18px;
  position: absolute;
  left: 25px;
  top: 16px;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-wrp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-wrp button {
  background-color: #000;
  height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "AvenirNextCyr-Demi";
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  font-size: 13px;
  color: #fff;
  border: none;
  width: 270px;
  display: -webkit-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-wrp button:hover {
  -webkit-box-shadow: 0px 20px 36px 0px rgba(237, 155, 18, 0.22);
  box-shadow: 0px 20px 36px 0px rgba(237, 155, 18, 0.22);
}

.check-text {
  padding-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #0079b2;
  font-size: 14px;
  padding-left: 65px;
  font-family: "AvenirNextCyr-Regular";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 21%;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  text-align: left;
}

.check-text input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.checkmark {
  position: absolute;
  top: 18px;
  left: 40px;
  height: 12px;
  width: 12px;
  border: 1px solid #0079b2;
  border-radius: 100%;
  background-color: transparent;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-text input:checked ~ .checkmark {
  background-color: transparent;
}

.check-text input:checked ~ .checkmark:after {
  display: block;
}

.check-text .checkmark:after {
  left: 3px;
  top: -6px;
  width: 5px;
  height: 10px;
  border: solid #f9aa21;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.adress {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.adress span {
  font-family: "AvenirNextCyr-Regular";
  font-size: 18px;
  color: #fff;
}
.adress a {
  text-decoration: none;
  color: #fff;
  width: 255px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "AvenirNextCyr-Regular";
  font-size: 18px;
  padding-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.adress a:hover {
  color: #eeba3a;
}

.copyright p {
  font-family: "AvenirNextCyr-Regular";
  font-size: 18px;
  width: 365px;
  color: #fff;
  line-height: 30px;
  margin: 0;
  text-align: right;
}

.logo-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.logo-footer a {
  font-family: "AvenirNextCyr-Regular";
  font-size: 18px;
  color: #fff;
  padding-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.logo-footer a:hover {
  color: #eeba3a;
}

#arrow {
  border-radius: 50%;
  display: none;
  border: none;
  width: 38px;
  height: 38px;
  outline: 0;
  position: fixed;
  bottom: 46px;
  z-index: 9999;
  left: 30px;
  cursor: pointer;
  color: #fff;
  font-size: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #eeba3a;
}
#arrow:hover {
  -webkit-box-shadow: 0px 0px 23px 5px rgba(238, 186, 58, 0.62);
  box-shadow: 0px 0px 23px 5px rgba(238, 186, 58, 0.62);
}

#arrow span:nth-child(1) {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  height: 3px;
  width: 12px;
  background-color: #fff;
  display: block;
  margin-bottom: -2px;
  border-radius: 1px;
  -webkit-transform: rotate(190deg);
  transform: rotate(228deg);
  position: relative;
  left: 11px;
}

#arrow span:nth-child(2) {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transform: rotate(135deg);
  transform: rotate(132deg);
  height: 3px;
  width: 10px;
  background-color: #fff;
  display: block;
  margin-bottom: 2px;
  border-radius: 1px;
  position: relative;
  left: 5px;
}

.result {
  width: 50%;
  padding-top: 20px;
  text-align: center;
}

span#answer {
  padding-left: 23px;
  width: 100%;
  display: block;
  text-align: left;
  color: #000;
  font-size: 18px;
  font-family: "AvenirNextCyr-Regular";
}

span#loader {
  display: none;
  width: 100%;
  padding-top: 20px;
  text-align: left;
}

.error h2 {
  width: 100%;
  text-align: center;
  padding-top: 200px;
  font-family: "AvenirNextCyr-Demi";
  color: #fff;
  font-size: 45px;
}

.mobile-footer {
  display: none;
}

.copyright-footer {
  display: none;
}

.line-trige {
  display: none;
}

.line-bottom {
  display: none;
}

.calback-right-mobile {
  display: none;
}

.internet-mb-wrap {
  display: none;
}

h2.calc-mob {
  display: none;
}

h2.serach-mb {
  display: none;
}
.test-wrap {
    width: 100%;
    background-color: #ffb800;
    padding: 40px 0;
}
.test-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.test-txt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: center;
}
.test-btn {
    margin-left: 30px;
}
a.test-button {
    font-family: "AvenirNextCyr-Regular";
    text-decoration: none;
    padding: 18px 21px;
    color: #fff;
    font-size: 16px;
    background-color: #04364d;
    transition: all .2s ease-out;
}
a.test-button:hover {
    -webkit-box-shadow: 0px 10px 10px 0px rgba(251,220,109,0.42);
    -moz-box-shadow: 0px 10px 10px 0px rgba(251,220,109,0.42);
    box-shadow: 0px 10px 10px 0px rgba(251,220,109,0.42);
}
.test-wrap h2 {
    color: #000;
    font-family: "AvenirNextCyr-Demi";
    font-size: 36px;
}
.test-wrap p {
    position: relative;
    color: #000;
    font-family: "AvenirNextCyr-Regular";
    font-size: 18px;
}
.test-txt p::after {
    position: absolute;
    top: -4px;
    content: "";
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url(../img/present.png);
    background-position: center;
    background-size: contain;
}

.head_page {
  width: 100%;
  height: auto;
  background: url(../img/main_page.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.head_page::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 121, 178, .75);
  position: absolute;
  top: 0;
  left: 0;
}
.head_page .header-top {
  position: relative;
  z-index: 1;
}
.main_page {
  position: relative;
  z-index: 1;
}
.offer {
  color: #fff;
  padding: 120px 0;
}
.offer h1 {
  font-size: 56px;
  line-height: 70px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.offer span {
  font-size: 22px;
  font-family: "AvenirNextCyr-Regular";
}

.section-left_page span {
  color: #010101;
  padding-bottom: 35px;
  font-size: 22px;
  font-family: "AvenirNextCyr-Regular";
}
.list_page {
  list-style: none;
  margin: 35px 0;
}
.list_page li {
  font-size: 22px;
  font-family: "AvenirNextCyr-Regular";
  text-align: left;
  padding-left: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
.list_page li:not(:last-child) {
  margin: 0 0 35px;
}
.list_page li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
  background-image: url(../img/ok.png);
}

.wrapper_box {
  margin: 50px 0 30px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.box_busin {
  padding: 15px 15px 30px;
  margin: 0 30px 30px 0;
}
.box_busin img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.box_busin span {
  height: 54px;
  font-size: 22px;
  font-family: "AvenirNextCyr-Demi";
  text-align: center;
  color: #000;
  margin: 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_cycle {
  padding-top: 20px;
}
.section_cycle h2 {
  margin: 0 0 35px;
}
.section_cycle span {
  color: #010101;
  padding-bottom: 35px;
  font-size: 22px;
  font-family: "AvenirNextCyr-Regular";
}
.section_cycle a {
  font-weight: 600;
  font-family: "AvenirNextCyr-Regular";
  color: #ffb218;
  text-decoration: none;
}
.section_cycle a:hover {
  text-decoration: underline;
}

.section--conven .section-wrap {
  padding-bottom: 0;
}
.section--conven h2 {
  text-align: left;
}
.section--conven span {
  text-align: left;
  padding: 10px 0 0;
  display: block;
}
.section--conven .section-right_page img {
  width: 350px;
  margin: -80px 0 0;
  display: block;
}
.section--conven .btn {
  padding: 0;
}
.more__conven {
  width: max-content;
  font-size: 16px;
  font-family: "AvenirNextCyr-Demi";
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  border: 1px solid;
  border-radius: 30px;
  padding: 20px 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.more__conven:hover {
  color: #fff;
  border-color: #000;
  background: #000;
  transition: 0.3s;
}

.test-wrap--whatsapp {
  text-align: center;
}
.test-wrap--whatsapp h2 {
  font-size: 34px;
}
.test-wrap--whatsapp .test-txt p::after {
  display: none;
}

.section--plans span {
  font-size: 22px;
  font-family: "AvenirNextCyr-Regular";
}

.box_plans {
  width: 30%;  
  padding: 15px;
}
.list_plans {
  text-align: left;
  list-style: none;
  padding: 0 10px;
  margin: -20px 0 0;
}
.list_plans li {
  font-size: 18px;
  font-family: "AvenirNextCyr-Regular";
  padding: 0 0 0 25px;
  margin: 0 0 5px;
  position: relative;
}
.list_plans li::after {
  content: '';
  top: 3px;
  left: 3px;
  width: 5px;
  height: 10px;
  border: solid #f9aa21;
  border-width: 0 3px 3px 0;
  position: absolute;
  transform: rotate(45deg);
}
.cost_plans {
  width: max-content;
  font-size: 16px;
  font-family: "AvenirNextCyr-Demi";
  text-transform: uppercase;
  color: #000;
  background: #ffb218;
  padding: 10px 20px;
  margin: 20px auto;
}

.section--cost {
  width: 850px;
  background: #ffb218;
  border-radius: 10px;
  padding: 40px 0;
  margin: 30px auto 80px;
}
.section--cost p {
  font-size: 22px;
  font-family: "AvenirNextCyr-Regular";
}
.section--cost button {
  margin: 0 auto;
}

.section--services {
  margin: -30px 0 0;
}
.section--services span {
  font-size: 22px;
  font-family: "AvenirNextCyr-Regular";
}
.box_services {
  width: 30%;
  padding: 15px;
  margin: 0 0 30px;
}
.box_services img {
  width: 100%;
  object-fit: cover;
}









































































































@media only screen and (max-width: 1600px) {
  .container-portfolio {
    width: 100%;
    padding: 0 20px;
  }
  .logo img{
    width: 350px;
  }

  .portfolio {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .bl-text {
    margin-left: 20px;
}
}
@media only screen and (max-width: 1440px) {
.bl-text {
    width: 366px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
  .telefon a {
    font-size: 22px;
}
.bl-text p {
    font-size: 13px;
}
.telefon a {
    align-items: center;
    display: flex;
}
.whatsaap {
    display: flex;
}
}
@media only screen and (max-width: 1366px) {
  .header-top {
    padding-left: 25px;
    padding-right: 25px;
  }

  .search-right img {
    width: 100%;
  }

  .header-container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .portfolio-box {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1225px) {
  .logo img {
    width: 300px;
  }
}
@media only screen and (max-width: 1154px) {
  .container {
    width: 100%;
  }

  .conts-free-left {
    padding-left: 25px;
    padding-right: 25px;
  }

  .check-text {
    width: 25%;
  }

  .footer-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .calback-left span {
    font-size: 64px;
  }

  .header-center h1 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1075px) {
  .wrapper {
    padding-right: 0;
  }

  .pro-right h2 {
    padding-right: 0;
  }

  .btn {
    padding-left: 0;
  }

  .internet-left h2 {
    padding-right: 0;
  }

  .internet-wrap {
    padding-right: 0;
  }

  .btn-center {
    padding-right: 0;
  }

  .internet-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .claback-line {
    width: 554px;
  }

  .claback-line p {
    padding-left: 16px;
  }

  .bl-text {
    margin-left: 20px;
  }

  .telefon a {
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header-center {
    padding-top: 90px;
  }

  .section-text {
    padding-top: 40px;
  }

  .mobile-footer {
    display: block;
    padding-top: 45px;
  }

  .footer-desktop {
    display: none;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }

  .footer {
    height: 100%;
    padding-bottom: 65px;
  }

  .adress {
    padding-top: 60px;
    text-align: center;
  }

  .adress a {
    width: 100%;
  }

  .copyright-footer {
    width: 320px;
    display: block;
    padding-top: 50px;
  }
  .copyright-footer p {
    text-align: center;
    width: 100%;
    font-family: "AvenirNextCyr-Regular";
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin: 0;
  }

  .copyright {
    display: none;
  }

  .project-wrp {
    height: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    background-image: none;
    background-color: #fff;
  }

  .section-project {
    height: inherit;
    padding-top: 225px;
    padding-bottom: 150px;
  }

  .pro-left {
    padding-top: 80px;
    width: 100%;
  }

  .pro-right {
    padding-bottom: 50px;
    margin: 0 auto;
    width: 50%;
  }

  .search-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .search-left {
    width: 100%;
  }

  .search-wrap {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .search-right {
    display: none;
  }

  .section-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

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

  .project-wrp::before, .project-wrp::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    border: 45px solid transparent;
    border-top: 45px solid #ffc538;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -1px);
            transform: translate(-50%, -1px);
  }

  .line-triger {
    display: block;
    position: relative;
    border-bottom: 1px solid #a4a4a4;
    height: 10px;
  }

  .line-triger::before, .line-triger::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    border: 46px solid transparent;
    border-top: 46px solid #a4a4a4;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }

  .line-triger::after {
    border-top: 45px solid white;
    top: -2px;
  }

  .line-bottom {
    display: block;
    position: relative;
    border-top: 1px solid #a4a4a4;
    height: 10px;
  }

  .logo img {
    width: inherit;
  }

  .telefon {
    display: none;
  }

  .top-wrp {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .section-up-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .section--conven .section-right_page img,
  .section-right_page img {
    display: none;
  }

  .body_page .container {
    max-width: 960px;
  }
  .box_busin {
    width: calc(100% / 4);
    margin: 0;
  }
  .section--conven {
    padding-top: 0;
  }
  .section--conven .section-wrap {
    padding-bottom: 45px;
  }
  .box_plans,
  .box_services {
    width: 33%;
    margin: 0;
  }
  .box_services p {
    padding: 15px 0 34px;
  }
}
@media only screen and (max-width: 991px) {
  .section-up {
    height: inherit;
    background-size: cover;
  }

  .section-up h2 {
    width: 100%;
    padding-left: 25px;
    font-size: 26px;
    padding-right: 25px;
  }

  .section h2 {
    font-size: 26px;
  }

  .section-up h3 {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 22px;
  }

  .section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section h3 {
    font-size: 22px;
  }

  .top-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .bl-text {
    margin-left: 0;
    margin-top: 40px;
  }

  .head {
    height: inherit;
    background-size: 100% 100%;
    background-position: center;
    background-image: url("../img/bg-mobile.jpg");
    background-repeat: no-repeat;
    height: 744px;
  }

  .social-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .social-left {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .social-left h2 {
    padding-left: 0;
  }

  .section-social {
    height: inherit;
    padding-top: 118px;
    background-size: cover;
  }

  .social-right {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .banner {
    width: 100%;
  }

  .social-txt {
    padding-top: 39px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 80px;
  }

  .banner-txt p {
    padding-top: 48px;
  }

  .banner-txt p span {
    font-size: 25px;
  }

  .calback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .calback-left {
    width: 100%;
    text-align: center;
  }

  .claback-line {
    width: 100%;
    background-size: cover;
  }

  .claback-line p {
    padding-left: 52px;
  }

  .calback-right {
    display: none;
  }

  .calback-right-mobile {
    display: block;
    margin-top: 50px;
  }

  .portfolio-box {
    width: 235px;
  }

  .pro-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .project-line p {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .calback-left h2 {
    font-size: 50px;
  }

  .calback-left p {
    font-size: 26px;
  }

  .calback-left span {
    font-size: 55px;
  }

  p.cal-txt {
    font-size: 26px;
  }

  .conts-free-left {
    padding-top: 115px;
  }

  .conts-free-left h2 {
    width: 100%;
    text-align: center;
  }

  .conts-free-left p {
    text-align: center;
  }

  .footer-form input {
    margin: 0 auto;
    width: 100%;
  }

  .btn-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .btn-wrp button {
    margin: 30px auto;
  }

  .check-text {
    width: 33%;
    padding-left: 54px;
    margin: 0 auto;
  }

  .checkmark {
    top: 24px;
    left: 20px;
  }

  .header-center h1 {
    font-size: 44px;
    text-align: center;
  }

  .section-text p::after {
    display: none;
  }

  .header-center span {
    font-size: 26px;
    text-align: center;
    width: 100%;
    display: block;
  }

  .section-text br {
    display: none;
  }

  .section-text p {
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
  }

  .head-txt {
    display: none;
  }

  .section-text span {
    display: initial;
  }

  .header-center {
    padding-top: 200px;
  }

  .section-text button {
    font-size: 16px;
    margin: 0 auto;
    width: 290px;
    height: 60px;
  }

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

  .section-left img {
    width: 300px;
  }

  .bl-text p {
    font-size: 11px;
    font-family: "Avenir Next Medium";
    text-transform: uppercase;
    color: #000;
    padding-left: 106px;
    padding-top: 26px;
  }

  .bl-text {
    height: 78px;
    width: 365px;
    margin-left: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .internet-section {
    height: inherit;
    background-position: center;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url("../img/internet-bg-mobile.jpg");
  }

  .internet-mb {
    display: none;
  }

  .internet-mb-wrap {
    display: block;
  }

  .internet-mb-wrap h2 {
    font-family: "AvenirNextCyr-Demi";
    font-size: 25px;
    padding-top: 55px;
    text-align: center;
    text-transform: uppercase;
    padding-right: 50px;
  }

  .internet-right {
    width: 100%;
    text-align: center;
  }

  .internet-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .internet-wrap-box {
    margin: 0 20px;
    width: 180px;
  }

  .internet-wrap-box p {
    height: 74px;
  }

  .internet-txt {
    padding-bottom: 76px;
    padding-top: 50px;
  }

  .internet-section {
    position: relative;
  }

  .internet-section::before, .internet-section::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -1px;
    border: 48px solid transparent;
    border-top: 48px solid #fff;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -1px);
    transform: translate(-50%, 17px);
  }

  .internet-mb-wrap {
    position: relative;
  }

  .internet-mb-wrap::before, .internet-mb-wrap::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    border: 46px solid transparent;
    border-top: 46px solid #a4a4a4;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 18px);
  }

  .internet-mb-wrap h2 {
    padding-right: 0;
    padding-top: 100px;
  }

  .internet-right img {
    margin-left: 0;
  }

  .btn {
    width: max-content;
    margin: auto;
  }
  .body_page .container {
    max-width: 720px;
  }
  .body_page .head {
    background-image: url(../img/main_page.jpg);
    background-size: cover;
  }
  .section--cost {
    width: 90%;
  }
  .box_busin,
  .box_services {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .search-wrap {
      padding-left: 0;
      justify-content: space-around;
  }
  .body_page .container {
    max-width: 540px;
  }
  .box_plans {
    width: 100%;
  }
}
@media only screen and (max-width: 667px) {
  .banner-txt p {
    color: #042a3a;
    padding-top: 40px;
    padding-left: 25px;
  }
  .test-txt {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.test-btn {
    margin-left: 0;
    margin-top: 28px;
}

  .internet-wrap-box {
    max-width: 120px;
  }

  .internet-wrap-box p {
    font-size: 16px;
  }

  .internet-wrap-box img {
    width: 100px;
    margin: auto;
  }

  .btn-banner a {
    outline: none;
    cursor: pointer;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-family: "AvenirNextCyr-Demi";
    text-transform: uppercase;
    width: 258px;
    height: 65px;
    border-radius: 40px;
    background-color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .banner-txt p {
    color: #042a3a;
    padding-top: 56px;
    padding-left: 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "AvenirNextCyr-Bold";
  }

  .banner-txt p span {
    font-size: 18px;
  }

  .claback-line p {
    padding-left: 38px;
  }

  .calback-left p {
    font-size: 18px;
  }

  .calback-right-mobile img {
    width: 300px;
  }

  .calback-left span {
    font-size: 48px;
  }

  .calback-left h2 {
    font-size: 43px;
  }

  .banner-txt {
    width: 53%;
  }

  .portfolio-box {
    width: 200px;
  }

  .check-text {
    width: 46%;
    padding-left: 54px;
    margin: 0 auto;
    text-align: center;
  }

  .checkmark {
    top: 24px;
    left: 50px;
  }

  .header-center h1 {
    font-size: 39px;
  }

  .header-center span {
    font-size: 22px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
  }

  .head {
    background-size: cover;
    height: 812px;
  }

  .section h2 {
    font-size: 22px;
    padding-top: 36px;
  }

  .section-up h2 {
    padding-top: 214px;
    font-size: 22px;
  }

  .internet-txt {
    padding-bottom: 118px;
    padding-top: 50px;
  }

  .internet-txt p {
    font-size: 18px;
  }

  .social-left h2 {
    font-size: 22px;
  }

  .social-txt p {
    font-size: 18px;
  }

  .portfolio-wrap h2 {
    font-size: 22px;
  }

  .internet-mb-wrap h2 {
    font-size: 22px;
  }

  .internet-mb-wrap::before, .internet-mb-wrap::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    border: 46px solid transparent;
    border-top: 46px solid #a4a4a4;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 25px);
  }

  .internet-section::before, .internet-section::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -1px;
    border: 48px solid transparent;
    border-top: 48px solid #fff;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -1px);
    transform: translate(-50%, 24px);
  }

  .calculate h2 {
    font-size: 22px;
  }

  .calculate span {
    font-size: 18px;
  }

  .conts-free-left h2 {
    font-size: 22px;
  }

  .conts-free-left p {
    padding-top: 35px;
    font-size: 18px;
  }

  .btn a{
    font-size: 16px;
  }

  .project-line p {
    font-size: 22px;
  }

  .search-left h2 {
    font-size: 22px;
  }

  .search-section {
    padding-top: 0;
  }

  .more a {
    font-size: 16px;
  }

  .more {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .right-txt span {
    font-size: 18px;
  }

  .section-right p {
    font-size: 18px;
  }

  .section-right p::before {
    top: 6px;
  }

  .right-txt div {
    font-size: 18px;
  }

  .section-wrap {
    padding-bottom: 0;
  }

  .pro-right h2 {
    font-size: 22px;
  }

  .pro-left img {
    width: 300px;
  }

  .social-right img {
    width: 300px;
    margin-top: 20px;
  }

  .calculate {
    width: 100%;
    padding-left: 0;
  }

  .result {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }

  span#answer {
    padding-left: 0;
    text-align: center;
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .btn {
    flex-direction: column;
  }
  .btn a {
    margin: 10px 0 0;
  }
  .body_page .container {
    padding: 0 15px;
  }
  .body_page .head {
    height: auto;
  }
  .offer {
    padding: 60px 0;
  }
  .offer h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .section {
    padding-top: 40px;
  }
  .section-wrap {
    padding-top: 30px;
  }
  .wrapper_box {
    margin: 30px 0;
  }
  .box_busin, .box_services {
    width: 100%;
  }
  .section_cycle,
  .section--conven {
    padding-top: 0;
    margin-top: -16px;
  }
  .test-wrap--whatsapp .test-wrapper {
    flex-direction: column;
  }
  .test-wrap--whatsapp .test-btn {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .claback-line {
    background-size: contain;
  }
  .test-txt p::after {
    top: 18px;
    right: 23px;
    display: none;
}
.test-wrap h2 {
    padding-bottom: 20px;
    font-size: 26px;
}
.test-btn {
    margin-left: 0;
    margin-top: 58px;
}
.test-wrapper{
  padding-left: 20px;
  padding-right: 20px;
}

  .claback-line p {
    padding-left: 26px;
  }

  .calback-left p {
    font-size: 16px;
  }

  .calback-right-mobile img {
    width: 235px;
  }

  .social-right img {
    width: 235px;
  }

  .section-right {
    padding-left: 25px;
    padding-right: 25px;
  }

  .pro-box-wrap img {
    width: 100px;
  }

  .pro-box-wrap {
    width: 150px;
    height: 160px;
  }

  .pro-box-wrap p {
    font-size: 16px;
  }

  .calback-left h2 {
    font-size: 35px;
  }

  .calback-left span {
    font-size: 38px;
  }

  .btn-wrp a {
    width: 100%;
  }

  .check-text {
    width: 64%;
  }

  .conts-free-left p {
    font-size: 16px;
    width: 50%;
    margin: 0 auto;
  }

  .section-up-wrap {
    padding-bottom: 0;
  }

  .header-center h1 {
    font-size: 32px;
  }

  .header-center {
    padding-top: 239px;
  }

  .section-up h3 {
    padding-top: 25px;
  }

  .section-up-wrap {
    padding-top: 50px;
  }

  .internet-wrap-box p {
    font-size: 16px;
  }

  .internet-wrap-box {
    width: 120px;
  }

  .banner {
    height: 268px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/mobile-mesg.png");
    background-size: 100% 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .banner-txt {
    width: 100%;
  }

  .btn-banner {
    margin-top: 32px;
    text-align: center;
  }

  .banner-txt p {
    padding-left: 0;
    text-align: center;
  }

  .internet-mb-wrap::before, .internet-mb-wrap::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    border: 46px solid transparent;
    border-top: 46px solid #a4a4a4;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 19px);
  }

  .internet-section::before, .internet-section::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -1px;
    border: 48px solid transparent;
    border-top: 48px solid #fff;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -1px);
    transform: translate(-50%, 18px);
  }
  .mobile-app{
    display: block;
    width: 100%;
    margin: 0;
    padding-top: 10px;
    text-align: right;
  }
  .mobile-app a {
    color: #fff;
    font-family: "AvenirNextCyr-Demi";
    font-size: 22px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .bl-text {
      margin-top: 20px;
  }
  .whatsaap a::after {
      left: inherit;
      top: 9px;
      right: 115px;
  }
  .offer h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .section-left_page span,
  .list_page li,
  .section_cycle span,
  .section--plans span,
  .list_plans li,
  .section--cost p,
  .section--services span,
  .test-wrap p {
    font-size: 14px;
  }
  .list_page {
    margin: 20px 0 30px;
  }
  .list_page li:not(:last-child) {
    margin: 0 0 20px;
  }
  .body_page .section-wrap {
    padding-bottom: 0;
  }
  .section_cycle, .section--conven {
    margin: 0;
  }
  .section_cycle h2 {
    margin: 0 0 20px;
  }
  .test-wrap--whatsapp {
    margin: 40px 0 0;
  }
  .section--cost {
    margin: 0 auto;
  }
  .section--cost .btn {
    padding-top: 20px;
  }
  .offer span,
  .test-wrap h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 414px) {
  .header-top {
    padding-left: 15px;
    padding-right: 15px;
  }
  .test-txt p::after {
    top: 42px;
    right: 152px;
}

  .pro-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .internet-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper {
    width: 100%;
  }

  .pro-box-wrap p {
    font-size: 14px;
  }

  .logo img {
    width: 100%;
  }

  .header-center h1 {
    font-size: 28px;
  }

  .header-center span {
    font-size: 20px;
    width: 100%;
  }

  .header-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pro-box-wrap img {
    width: 88px;
  }
  .btn button{
    width: 100%;
  }

  .pro-box-wrap {
    height: 146px;
  }
  .btn {
    padding-right: 15px;
    padding-left: 15px;
}

  .internet-right img {
    width: 100%;
  }

  .internet-wrap {
    width: 100%;
  }

  .internet-wrap-box img {
    width: 88px;
  }

  .internet-wrap-box {
    margin: 0 0;
    width: 100%;
  }

  .internet-wrap-box p {
    font-size: 14px;
  }

  .search-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .serach-wrap-box {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .search-left h2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-line p {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-up h2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-up h3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .internet-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapsoc {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }

  .internet-section {
    margin-bottom: 0;
  }

  .social-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .soacial-wrap-box p {
    font-size: 14px;
  }

  .social-right {
    display: none;
  }

  .social-txt {
    padding-top: 35px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
  }

  .banner-txt p span {
    font-size: 21px;
  }

  .portfolio-box {
    width: 160px;
  }

  .portfolio-wrap h2 {
    font-size: 24px;
  }

  .container-portfolio {
    padding: 0 15px;
  }

  .conts-free-left p {
    font-size: 16px;
    width: 60%;
    margin: 0 auto;
  }
  .wrapper {
    padding-bottom: 20px;
}
.section-wrap {
    padding-bottom: 40px;
}
.soacial-wrap-box img {
    -o-object-fit: contain;
    object-fit: contain;
    WIDTH: 88px;
    margin: 0 auto;
}
}
@media only screen and (max-width: 375px) {
  .pro-box-wrap img {
    width: 80px;
  }

  .pro-box-wrap {
    width: 100px;
    height: 130px;
  }

  .pro-box-wrap p {
    font-size: 11px;
  }

  .bl-text {
    width: 280px;
  }

  .bl-text p {
    font-size: 9px;
    padding-left: 79px;
    padding-top: 30px;
  }

  .section-text p {
    font-size: 16px;
  }

  .section-text button {
    font-size: 12px;
    width: 240px;
    height: 60px;
  }

  .section h2 {
    font-size: 18px;
    padding-top: 0;
  }

  .section h3 {
    font-size: 18px;
  }

  .section-wrap {
    padding-top: 30px;
  }

  .section-right span {
    font-size: 16px;
    padding-bottom: 0;
  }

  .section-right p {
    margin-top: 15px;
    font-size: 16px;
  }

  .right-txt div {
    font-size: 16px;
  }

  .right-txt div {
    font-size: 12px;
  }

  .section-up {
    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .calback-left {
    padding-bottom: 30px;
}

  .section-up h2 {
    padding-top: 180px;
    font-size: 18px;
  }

  .section-up h3 {
    font-size: 18px;
  }

  .pro-right h2 {
    font-size: 18px;
    padding-top: 10px;
  }

  .pro-left img {
    width: 245px;
  }

  .pro-left {
    padding-top: 55px;
  }

  .btn a {
    width: 225px;
    height: 47px;
    font-size: 13px;
  }

  .pro-right {
    padding-bottom: 44px;
  }

  .project-line p {
    font-size: 18px;
  }

  .search-left h2 {
    font-size: 18px;
  }

  .internet-mb-wrap h2 {
    font-size: 18px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .internet-right img {
    margin-top: 25px;
  }

  .internet-right img {
    width: 290px;
    height: 245px;
  }

  .internet-wrap {
    padding-top: 15px;
  }

  .btn-center button {
    width: 225px;
    height: 47px;
    font-size: 13px;
  }

  .internet-txt {
    padding-bottom: 60px;
    padding-top: 30px;
  }

  .social-left h2 {
    font-size: 18px;
  }

  .section-social {
    padding-top: 80px;
  }

  .btn-banner a {
    width: 225px;
    height: 47px;
    font-size: 13px;
  }

  .btn-banner {
    margin-top: 20px;
  }

  .banner {
    height: 232px;
  }

  .calback-left h2 {
    font-size: 28px;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
  }

  .calback-left p {
    padding-left: 50px;
    text-align: left;
  }

  .calback-left span {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 34px;
    padding-left: 22px;
    text-align: left;
    width: 100%;
    display: block;
  }

  p.cal-txt {
    padding-left: 8px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .calback-right-mobile img {
    width: 220px;
  }

  .calback-right-mobile {
    margin-top: 15px;
  }

  .claback-line {
    margin-top: 15px;
  }

  .claback-line p {
    font-size: 12px;
    text-align: center;
    padding-left: 25px;
  }

  .btn {
    padding-top: 0;
  }

  .portfolio-wrap h2 {
    font-size: 18px;
    padding-top: 50px;
  }

  .portfolio-box {
    width: 140px;
  }

  .more a {
    font-size: 12px;
  }

  .calculate h2 {
    font-size: 18px;
  }

  .calculate h2 br {
    display: none;
  }

  .calculate {
    padding-left: 15px;
    padding-right: 15px;
  }

  h2.calc-deskt {
    display: none;
  }

  h2.calc-mob {
    display: block;
    color: #0079b2;
    font-size: 18px;
    font-family: "AvenirNextCyr-Heavy";
    text-transform: uppercase;
  }

  .btn-cost button {
    width: 225px;
    height: 47px;
    font-size: 13px;
  }

  .calculate-cost {
    height: 570px;
    background-size: cover;
  }

  .btn-cost {
    text-align: left;
    padding-top: 35px;
  }

  .calculate span {
    padding-top: 100px;
    font-size: 16px;
    text-align: left;
    width: 72%;
  }

  .conts-free-left h2 {
    font-size: 18px;
  }

  .form-bg {
    height: 658px;
    background-position: left;
  }

  .conts-free-left p {
    font-size: 16px;
    width: 70%;
    padding-top: 23px;
  }

  .footer-form {
    padding-top: 43px;
  }

  .btn-wrp button {
    margin: 22px auto;
  }

  .check-text {
    width: 92%;
  }

  .adress span {
    font-size: 16px;
  }

  .internet-mb-wrap::before, .internet-mb-wrap::after {
    -webkit-transform: translate(-50%, 13px);
            transform: translate(-50%, 13px);
  }

  .internet-section::before, .internet-section::after {
    -webkit-transform: translate(-50%, 12px);
            transform: translate(-50%, 12px);
  }

  span#answer {
    font-size: 16px;
  }

  .header-top {
    padding-top: 20px;
  }

  .conts-free-left, .footer-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .portfolio-box {
    width: 135px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .test-txt p::after {
    top: 65px;
    right: 124px;
}
.bl-text p {
    padding-top: 31px;
    padding-left: 63px;
     font-size: 7px;
}
.mobile-app a {
    font-size: 18px;
}
.whatsaap a::after {
    right: 90px;
    height: 20px;
}

  .adress span {
    font-size: 18px;
  }

  .header-center h1 {
    font-size: 28px;
    line-height: 28px;
  }

  .head {
    background-size: cover;
    height: 789px;
    background-position: center;
    background-image: url("../img/mobile320.jpg");
  }

  .bl-text {
    width: 214px;
  }


  .header-center {
    padding-top: 180px;
  }

  .section-text {
    padding-top: 20px;
  }

  .section {
    padding-top: 0;
  }

  .body_page .section {
    padding-top: 40px;
  }

  .section-left {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-left img {
    width: 100%;
  }

  .section-right p {
    font-size: 14px;
    padding-left: 28px;
  }

  .section-right span {
    font-size: 14px;
  }

  .right-txt div {
    font-size: 10px;
  }

  .section-right p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    background-size: contain;
  }

  .wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  h2.serach-mb {
    color: #122d3a;
    display: block;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "AvenirNextCyr-Bold";
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  h2.searc-mb-desk {
    display: none;
  }

  .internet-mb-wrap h2 br {
    display: none;
  }

  .internet-wrap-box p {
    font-size: 10px;
    height: 60px;
    padding-top: 15px;
  }

  .internet-wrap-box img {
    width: 66px;
  }

  .internet-txt {
    padding-right: 15px;
    padding-left: 15px;
  }

  .internet-txt p span {
    display: block;
  }

  .btn-center {
    padding-top: 10px;
  }

  .soacial-wrap-box img {
    width: 65px;
    margin: 0 auto;
  }

  .soacial-wrap-box p {
    color: #d0eaf6;
    padding-top: 10px;
    font-size: 10px;
    font-family: "AvenirNextCyr-Regular";
  }

  .banner {
    height: 196px;
  }

  .banner-txt p {
    font-size: 12px;
    padding-top: 40px;
  }

  span.txt-r {
    font-size: 14px !important;
  }

  .portfolio {
    padding-top: 22px;
  }

  h2.calc-mob {
    font-size: 16px;
  }

  .calculate span {
    width: 86%;
  }

  .body_page .section_cycle, .body_page .section--conven {
    padding-top: 0;
  }
}


.head.privacy-policy {
	height: 32vh;
}

.privacy-policy h1, .privacy-policy h2 {
	text-align: center;
}

.privacy-policy .test-txt, .privacy-policy .test-txt span {
	font-size: 22px;
	font-family: "AvenirNextCyr-Regular";
	padding: 20px 0;
	display: block;
}

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

@media (max-width: 590px) {
body .marquiz__button_fixed {
		transform: rotate(-90deg) translate(-40.2%) !important;
		width: auto !important;
		border-radius: inherit !important;
		left: 0 !important;
		padding: 20px 10px !important;
		top: 50% !important;
		height: 35px;
		opacity: 0.8;
}

.marquiz__button_fixed .marquiz__text {
		display: block !important;
		font-size: 18px;
		padding-left: 10px;
}}