html{
    overflow-x: hidden;
}
body {
    position: relative;
    background: rgba(255, 255, 255, 1.00);
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: rgba(50, 50, 50, 1.00);
    text-align: left;
    word-break: break-word;
    overflow-x:hidden;
}

p {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: rgba(50, 50, 50, 1.00);
    text-align: left;
    margin-top: 25px;
}

ul {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    list-style: none;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding: 0px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a {
    display: inline-block;
    position: relative;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    text-align: inherit;
    text-decoration: none;
    color: rgb( 50, 50, 50 );
    padding: 0px;
    margin: 0px;
    transition: all 0.5s;
}


a:hover {
    text-decoration: none;
}
.content {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    text-align: center;
    margin: 0px auto;
    padding: 0px 30px;
}
.semi-content__wrap {
    width: calc(100% + 30px);
    margin-right: -30px;
}

.semi-content {
    flex: 1 50%;
    width: 100%;
    padding-right: 30px;
}

.semi-content.smallest {
    padding-top: 50px;
    padding-bottom: 50px;
}

.third-wrap-content {
    display: block;
    position: relative;
    width: calc(100% + 30px);
    text-align: center;
    margin-left: -30px;
    margin-bottom: 25px;
}

.third-content {
    display: inline-block;
    width: 30.6%;
    margin-bottom: 25px;
}

.third-content:nth-child(n) {
    margin-left: 30px;
}

.flex-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.section-dark {
    background: rgba(50, 50, 50, 1.00);
}

.section-color {
    background: linear-gradient(90deg, rgb(35, 155, 180) 0%, rgb(40, 190, 190) 100%);
}
h1,
h2,
h3,
h4,
.title {
    display: block;
    position: relative;
    width: 100%;
    font-family: "Century Gothic";
    text-align: left;
}

h1,
.title.general {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    color: rgb( 50, 50, 50 );
    text-transform: uppercase;
}

h2,
.title.high {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: rgb( 250, 150, 30 );
    z-index: 1;
}
.title.high:after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 100px;
    width: 100px;
    transform: translate(-26px,-50%);
    background-image: url('../images/title-bg.svg');
    z-index: -1;
}
.title.high.light:after{
    background-image: url('../images/title-bg-light.svg');
}

h3,
.title.middle {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    color: rgb( 50, 50, 50 );
}
.title.light {
    color: rgba(255, 255, 255, 1.00);
}
.text {
    position: relative;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: rgba(50, 50, 50, 1.00);
    text-align: left;
}

.text.light {
    color: rgba(255, 255, 255, 1.00);
}
.button {
    position: relative;
    display: block;
    width: auto;
    min-width: 160px;
    height: 100%;
    max-height: 50px;
    border: none;
    background-color: rgb( 250, 150, 30 );
    font-family: "Century Gothic";
    font-weight: bold;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1.00);
    white-space: nowrap;
    cursor: pointer;
    padding: 0px 30px;
    margin-top: 25px;
    box-shadow: 7.5px 12.99px 30px 0px rgba( 0, 0, 0,0.2 );
    transition: all 0.5s;
}

.button:hover {
    background-color: rgb( 110, 200, 30 );
    text-decoration: none;
}
.header-menu__content{
    align-items: center;
    max-height: 50px;
}
.header-menu__list a{
    padding: 10px 15px;
    font-size: 13px;
}
.header-menu__list a:hover{
    color: rgb( 250, 150, 30 );
}
.header-menu__list .contact a{
    color: rgb(110,200,30);
    transition: all 0.5s;
}
.header-menu__list .contact a:hover{
    text-decoration: underline;
}
.header-menu__list{
    margin-top: -5px;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgb(255,255,255);
    z-index: 100;
}
.main{
   margin-top: 50px;
    padding-top: 50px;
    background-image: url(../images/bg-cross-repeat.svg);
     background-color: rgb( 240, 240, 240 );
    height: 500px;
}
.main__info{
    margin-top: 175px;
    transform: translateY(-50%);
    z-index: 1;
}
.main__img{
    position: relative;
    height: 625px;
}
.main__img img{
    position: absolute;
     top: -180px;
    left: -9999px;
    right: -9999px;
    width: auto;
    height: 100%;
    max-width: none;
    padding-left: 90px;
    margin: auto;
    min-width: 100%;
    min-height: 115%;
    z-index: 0;
}
.main__button{
    max-width: 160px;
}
.main__text{
    margin-top: 15px;
}
@media only screen and (max-width : 950px){
    .main__img{
        display:none;
    }
    section.about-us{
        padding-top: 50px;
    }
}
.mobile-menu {
  position: absolute;
  right: 25px;
  top: 25px;
  display: none;
  cursor: pointer;
  z-index: 100;
}
.mobile-menu__button {
  display: block;
  position: relative;
  z-index: 101;
  width: 35px;
  cursor: pointer;
}

.mobile-menu__button span,
.mobile-menu__button span:before,
.mobile-menu__button span:after {
  display: block;
  width: 35px;
  height: 4px;
  background: rgb(50, 50, 50);
  position: absolute;
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 17.5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile-menu__button span:before,
.mobile-menu__button span:after {
  content: '';
}

.mobile-menu__button span:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.mobile-menu__button span:after {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}
@media only screen and (max-width : 650px) {
  .mobile-menu {
      visibility: visible;
      display: block;
  }

  .header-menu__list.active {
      display: block;
  }
  .header-menu__list {
      display: none;
      position: fixed;
      top: 55px;
      left: 0px;
      width: 100vw;
      height: auto;
      background-color: rgb( 255, 255, 255 );
      padding-top: 45px;
      padding-bottom: 25px;
      z-index: 91;
      overflow-y:scroll;
    overflow-x: hidden;
      box-shadow: 0px 20px 20px 0px rgba( 0, 0, 0,0.2 );
  }

  .header-menu__list li {
      padding: 15px 0px;
      text-align: center;
  }
}

.about-us{
    padding-top: 100px;
    padding-bottom: 100px;
}
.about-us__list{
    align-items: center;
}
@media only screen and (max-width : 920px) {
    .about-us .semi-content{
        flex: 1 100%;
    }
    .about-us__list{
        justify-content: center;
    }
    .about-us__img.semi-content{
        flex: 0.4 30%
    }
    .about-us__info{
        margin-top: 70px;
    }
}
@media only screen and (max-width : 700px) {
    .about-us__img.semi-content{
        flex: 0.5 30%
    }
}
@media only screen and (max-width : 540px) {
    .about-us__img.semi-content{
        flex: 0.7 30%
    }
}
@media only screen and (max-width : 420px) {
    .about-us__img.semi-content{
        flex: 1 100%
    }
}
.services{
    background-image: url(../images/bg-cross-repeat.svg);
     background-color: rgb( 240, 240, 240 );
    padding-top: 75px;
    padding-bottom: 75px;
}
.services-item__info{
    width: calc(100% - 65px);
}
.services__title.title{
    color: rgb( 250, 150, 30 );
}
.services__list{
    margin-top: 75px;
    justify-content: flex-start;
}
.services-item__text{
    margin-top: 0px;
}
@media only screen and (max-width : 1135px) {
   .services__list .third-content{
        max-width: 40%;
        width: 100%;
    }
}
@media only screen and (max-width : 800px) {
    .services__list .third-content{
        max-width: 80%;
    }
}
@media only screen and (max-width : 550px) {
    .third-content{
        max-width: 100%;
        width: 100%;
    }
    ul.what__list{
        width: calc(100% + 30px);
    }
    }
.what{
    padding-top: 75px;
    padding-bottom: 100px;
}
.what__item{
    position: relative;
    padding-top: 50px;
    padding: 0px 25px 100px 25px;
    z-index: 1;
    margin-top: 50px;
}
.what__item:after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb( 250, 150, 30 );
    z-index: -1;
    transform:skewY(8deg)
}
.what-item__number{
    font-size: 135px;
  font-family: "Century Gothic";
  color: rgb( 255, 255, 255 );
  font-weight: bold;
    line-height: 100px;
    text-shadow: 10.607px 10.607px 0px rgb( 250, 150, 30 );
    display: block;
    margin-top:-40px;
}
.what-item__title{
    text-transform: uppercase;
    margin-top: 25px;
}
.what__list{
    width: 100%;
    margin-top: 75px;
    justify-content: flex-start;
}
@media only screen and (max-width : 1160px) {
    .third-content.what__item{
        width: 46%;
    }
}
@media only screen and (max-width : 810px) {
    .third-content.what__item{
        width: 70%;
    }
}
@media only screen and (max-width :550px) {
    .third-content.what__item{
        width: 100%;
    }
}
.about-company{
    background-image: url('../images/add-bg.png');
    padding-top: 75px;
    padding-bottom: 100px;
    background-position: center;
    background-size: cover;
}
.about-company__text{
    margin-top: 75px;
    padding-left: 50px;
}
@media only screen and (max-width : 650px) {
   .about-company__text{
        padding-left: calc(0px + 50 * (100vw / 1170));
    }
}
@media only screen and (max-width : 350px) {
   .about-company__text{
        padding-left: calc(0px + (50 + 50 * 0.7) * ((100vw - 320px) / 1170));
    }
}
.footer{
    background-image: url('../images/bg-cross-repeat.svg');
    background-color: rgb( 240, 240, 240 );
    padding: 25px 0px;
}

.footer__logo{
    display: flex;
    margin-bottom: 24px;
}
.footer__contacts{
    border-top: 2px solid rgb(215,215,215);
    padding:24.4px 0px;
    border-bottom: 2px solid rgb(215,215,215);
}
.footer__list{
    align-items: flex-end;
}
.footer-contacts__button{
    margin-top: 0px;
    margin-left: 30px;
    width: 250px;
}
.footer-contacts__title:after{
    display: none;
}
.footer-contacts__form input,
.popup__contacts input,
.popup__message{
  background-color: rgb( 255, 255, 255 );  
  height: 50px;
  border: 2px solid rgb( 255, 255, 255 );
    box-sizing: border-box;
    width: 250px;
    font-size: 13px;
  font-family: "Century Gothic";
  color: rgba( 50, 50, 50, 0.502 );
  font-weight: bold;
     text-align: center;
    outline: none;
    margin-left: 30px;
    padding: 0px 25px;
}
.footer-contacts__form input:focus,
.popup__contacts input:focus,
.popup__message:focus{
    box-shadow: 7.5px 12.99px 30px 0px rgba( 0, 0, 0,0.1 );
    color: rgba( 50, 50, 50, 1 );
}
.footer-top__text{
    color: rgb( 150, 150, 150 );
}
.footer-bottom__text{
    color: rgb( 50, 50, 50 );
}
.footer-top__text a {
    display: block;
}
@media only screen and (max-width : 1120px) {
    .footer__list{
        flex-direction: column;
        align-items: center;
    }
    .footer-contacts__form{
        margin-top: 25px;
    }
}
@media only screen and (max-width : 1120px) {
    .footer-contacts__form{
        flex-direction: column;
    }
    .footer-contacts__form input:not(:nth-child(1)),
    .footer-contacts__button{
        margin-top: 25px;
        margin-left: 0px;
    }
    .footer-contacts__form input{
        margin-left: 0px;
    }
}
.errorField{
    border: 2px solid rgb( 250, 50, 50 ) !important;
}
.popup,
.modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background: rgba(0,0,0,0.6);
    padding-left: 30px;
}
.popup__content,
.modal__content{
    position: absolute;
    top: 125px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../images/bg-cross-repeat.svg');
     background-color: rgb( 240, 240, 240 );
    padding: 50px 30px;
    max-width: 600px;
    width: calc(100% - 60px);
}
.popup__title.title{
    font-size: calc(28px + 12 * (100vw / 1170));
    width: auto;
}
.popup__title:after{
    display: none;
}
.popup__contacts{
    margin-left: -25px;
}
.popup__contacts input{
    width: 255px;
    margin-left: 25px;
    margin-top: 25px;
}
.popup__message{
    width: calc(100% - 26px);
    margin-left: 25px;
    margin-top: 25px;
    resize: none;
    padding-top: 15px;
}
.popup__button{
    margin-left: 25px;
    max-width: 255px;
    width: calc(100% - 25px);
   
}
.modal__button{
    max-width: 255px;
    width: 100%;
}

.popup__close{
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-image: url('../images/close.png');
    transform: translateY(16px)
}
.popup__close:hover{
    background-image: url('../images/close__hover.png');
}
.active{
    display: block !important;
}
.modal__text{
    color: rgb( 150, 150, 150 );
}
@media only screen and (max-width : 660px) {
    .popup__contacts input{
        width: calc(100% - 26px);
    }
    .popup__title.title{
    font-size: calc(28px + (12 + 12 * 0.7) * ((100vw - 320px) / 1170));
}
}


/*COOKIE*/
#cookie .text + .text {
    margin-top: 5px;
}
#cookie h2 + .text {
    margin-top: 35px;
}
#cookie * + h2 {
    margin-top: 35px;
}

* + .simple__list {
    margin-top: 15px;
}
.text + .simple__list,
h2 + .simple__list {
    margin-top: 5px;
}
.simple__list li {
    position: relative;
    padding-left: 25px;
    color: rgba(50, 50, 50, 1.00);
}
.simple__list li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
    height: 2px;
    background: rgb( 250, 150, 30 );
}
.cookie__foter {
    opacity: .5;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.cookie__foter:hover {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/cookie_bg.png) 0 center no-repeat, #fff;
    z-index: 9999;
    -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 75px rgba(0, 0, 0, .25);
    box-shadow: 0 0 75px rgba(0, 0, 0, .25);
}
.cookie__content {
    
}
.cookie__w50 {
    padding: 25px 0;
    display: -webkit-flex;
    -moz-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.cookie__w50 p {
    display: inline;
    font-size: 15px;
    line-height: 20px;
    color: #969696;
    text-align: left;
    margin: 0;
    padding: 0 25px 0 0;
}
.cookie__w50 p > a {
    color: #323232;
    text-decoration: underline;
}
.cookie__w50 p > a:hover {
    text-decoration: none;
}
.cookie__button {
    float: right;
    border: 3px solid #fa961e;
    background: #fa961e;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    width: 255px;
    min-width: 255px;
    height: 50px;
    cursor: pointer;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    -webkit-transition: background .25s ease, color .25s ease;
    -moz-transition: background .25s ease, color .25s ease;
    transition: background .25s ease, color .25s ease;
}
.cookie__button:hover {
    background: transparent;
    color: #fa961e;
    -webkit-transition: background .25s ease, color .25s ease;
    -moz-transition: background .25s ease, color .25s ease;
    transition: background .25s ease, color .25s ease;
}

@media (max-width: 730px) {
    .cookie {
        background-position: 0 0;
        background-repeat: repeat-y;
    }
    .cookie__content {
        width: 100%;
        background-size: cover;
    }
    .cookie > .content {
        overflow: hidden;
    }
    .cookie__w50 {
        padding: 15px 0;
        width: auto;
        float: none;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
    .cookie__w50 p {
        text-align: left;
        flex-basis: 100%;
        margin-bottom: 12px;
    }
    .cookie__button:hover {
        background: #fa961e;
        color: #fff;
    }
}