@font-face {
    font-family: 'Barlow-SemiBold';
    src: url('../fonts/Barlow-SemiBold.eot');
    src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Barlow-SemiBold.woff2') format('woff2'),
    url('../fonts/Barlow-SemiBold.woff') format('woff'),
    url('../fonts/Barlow-SemiBold.ttf') format('truetype'),
    url('../fonts/Barlow-SemiBold.svg#Barlow-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow-Bold';
    src: url('../fonts/Barlow-Bold.eot');
    src: url('../fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Barlow-Bold.woff2') format('woff2'),
    url('../fonts/Barlow-Bold.woff') format('woff'),
    url('../fonts/Barlow-Bold.ttf') format('truetype'),
    url('../fonts/Barlow-Bold.svg#Barlow-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.woff2') format('woff2'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype'),
    url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
    url('../fonts/OpenSans-SemiBold.woff') format('woff'),
    url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
    url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
    url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
    url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'),
    url('../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.aligncenter{
    display: block;
    margin: 0 auto;
}
.alignleft{
    float: left;
    margin: 0 15px 0 0;
}
.alignright{
    float: right;
    margin: 0 0 0 15px;
}
a,
a:hover{
    text-decoration: none;
    transition: all .5s ease-in-out;
}
body{
    font-family: 'OpenSans-Regular', sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    /* font-weight: 400; */
    background: #ffffff;
}
#header{
    background: #ffffff;
    padding: 19px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.top-menu{
    width: 100%;
    line-height: 81px;
}
.top-menu ul{
    list-style-type: none;
    /*padding: 30px 0;*/
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%
}
.top-menu ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}
.top-menu ul li a{
    /* font-family: 'OpenSans-Regular', sans-serif; */
    font-family: 'Helvetica Neue', sans-serif;
    text-transform: uppercase;
    color: #275e77;
    /*display: block;*/
    position: relative;
    font-weight: 600;
}
.top-menu ul li.active a{
    transition: all 1s ease-in-out;
}
.top-menu ul li.active a::after,
.top-menu ul li a:hover::after{
    background: #F7C02D;
    border-radius: 1px;
    width: 22px;
    height: 5px;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -11px;
    bottom: -11px;
    z-index: 10;
    transition: all 1s ease-in-out;
}
.top-menu ul ul {
    border-top: 3px solid #F7C02D;
    float: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
}
.top-menu ul li ul {
    width: 220px;
    position: absolute;
    top: 140%;
    left: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
}
.top-menu ul li li {
    display: block;
    position: relative;
    margin: 0;
}
.top-menu ul li li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #363636;
    text-align: left;
    display: block;
    padding: 15px 18px 15px 18px;
    position: relative;
    text-decoration: none;
    outline: none;
    text-transform: none;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    border-bottom: 1px solid #ebebeb;
}
.top-menu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.top-menu ul li ul li a:hover,
.globe ul li button:hover{
    background: #f7c02d;
    color: #ffffff;
}
.top-menu ul li ul li.active a::after,
.top-menu ul li ul li a:hover::after{
    display: none;
}
#globe{
    /*width: 17px;*/
    /*height: 17px;*/
    /*background: url("../images/globe.svg") no-repeat;*/
    /*display: inline-block;*/
    cursor: pointer;
    text-align: right;
}
.globe-current::after{
    position: absolute;
    right: 0;
    top: 2px;
    content: "\f078";
    font-family:"Font Awesome 5 Free";
    color: #275e77;
    font-size: 8px;
    z-index: 999;
}
.globe-current{
    color: #275e77;
    font-family: 'OpenSans-SemiBold', sans-serif;
    /*font-style: normal;*/
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /*margin-left: 26px;*/
    margin-top: 29px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    padding-right: 12px;
    padding-left: 50px;
    background: url("../images/globe.svg") no-repeat 20px 2px;
    transition: all .5s ease-in-out;
}
.globe-current:hover{
    color: #f7c02d;
}
.globe{
    opacity: 0;
    visibility: hidden;
    position: relative;
    right: -35px;
    top: 30px;
}
.globe.active{
    opacity: 1;
    visibility: visible;
}
.globe ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 146px;
    background: #ffffff;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 100%;
    border-top: 3px solid #F7C02D;
    -webkit-box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
}
.globe ul li button{
    background: #ffffff;
    border: none;
    padding: 6px 15px;
    transition: all .5s ease-in-out;
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: left;
}
.globe ul li button img{
    margin-right: 10px;
}






/* Стили для кнопки "сэндвич" */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1000;
}

/* Мобильное меню (изначально скрыто) */
.top-menu {
    display: flex;
    justify-content: center;
}

.top-menu ul {
    list-style: none;
    padding: 0;
}

.top-menu ul li {
    position: relative;
}

/* Для мобильных устройств */
@media screen and (max-width: 991px) {
    .menu-toggle {
        display: block;
        margin-top: 4px;
    }
    .menu-toggle:focus {
        outline: none;
    }
    .top-menu {
        all: unset;
    }
    .top-menu {
        min-height: 170px;
        display: none;
        position: absolute;
        top: 60px;
        right: 0;
        background: white;
        width: 60%;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
        flex-direction: column;
        padding: 15px 0;
    }

    .top-menu ul {
        flex-direction: column;
        align-items: center;
    }

    .top-menu ul li {
        width: 180px;
        height: 16px;
        text-align: center;
        margin-right: 0;
    }

    .top-menu ul li a {
        height: 16px;
        display: block;
        font-size: 18px;
        color: black;
    }

    /* Скрываем вложенное меню */
    .top-menu ul li ul {
        display: none;
        position: static;
        box-shadow: none;
        background: none;
        width: 100%;
    }

    .top-menu ul li:hover ul {
        display: block;
    }
    .globe-current {
        font-size: 0;
    }
    .globe ul {
        position: absolute;
        left: -70px;
    }
}













#search{
    /*padding: 30px 0;*/
    display: inline-block;
    line-height: 81px;
}
.search .fas{
    font-size: 20px;
    color: #ffffff;
}
.search:hover .fas{
    color: #f7c02d;
    cursor: pointer;
}
.vert-line{
    background: #FFFFFF;
    border-radius: 1px;
    width: 3px;
    height: 33px;
    display: inline-block;
    margin: -9px 10px 0;
    /*position: relative;*/
    vertical-align: middle;
}
#prok{
    height: 120px;
}
#slider{
    /*padding-top: 120px;*/
    position: relative;
}
#slider .slick-slide{
    position: relative;
}
#slider .text-container{
    position: absolute;
    left: 21%;
    top: 35%;
    height: 100%;
    color: #ffffff;
}
.logo img {
    max-width: 70px;
}
@media (min-width: 1140px) and (max-width: 1399px) {
    #slider .text-container{
        left: 10%;
        top: 15%;
        height: 100%;
    }
    #slider .text-container h2{
        font-size: 52px !important;
    }
    .container {
        max-width: 1100px;
    }
    .top-menu ul {
        display: block;
    }
    .top-menu ul li {
        margin-right: 18px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #slider .text-container{
        left: 5%;
        top: 18%;
        height: 90%;
    }
    .top-menu ul li {
        margin-right: 16px;
    }
    #slider .text-container h1{
        font-size: 70px !important;
        line-height: 80px !important;
    }
    #slider .text-container h2{
        font-size: 46px !important;
    }
    #slider .text-container h3{
        font-size: 28px !important;
        margin-bottom: 40px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .top-menu ul {
        display: flex;
        gap: 20px;
    }
    #slider .text-container{
        left: 5%;
        top: 5%;
        height: 90%;
    }
    #slider .text-container h1{
        font-size: 50px !important;
        line-height: 80px !important;
    }
    #slider .text-container h2{
        font-size: 36px !important;
        line-height: 46px !important;
    }
    #slider .text-container h3{
        font-size: 28px !important;
        margin-bottom: 34px !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    #prok {
        height: 94px;
    }
    #header {
        padding: 5px 0;
    }
    #slider .text-container{
        left: 5%;
        top: 5%;
        height: 90%;
    }
    #slider .text-container h1{
        font-size: 40px !important;
        line-height: 60px !important;
    }
    #slider .text-container h2{
        font-size: 30px !important;
        line-height: 40px !important;
    }
    #slider .text-container h3{
        font-size: 26px !important;
        margin-bottom: 4px !important;
    }
    #slider .text-container h4 a {
        padding: 18px 26px !important;
    }
    .logo img {
        max-width: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .top-menu{
        width: 80%;
    }
    .globe ul {
        position: absolute;
        left: -96px;
    }
    .top-menu ul {
        display: flex;
        gap: 20px;
    }
}
@media screen and (max-width: 575px) {
    #prok {
        height: 94px;
    }
    #header {
        padding: 5px 0;
    }
    #slider .text-container{
        left: 5%;
        top: 5%;
        height: 90%;
    }
    #slider .text-container h1{
        font-size: 26px !important;
        line-height: 36px !important;
    }
    #slider .text-container h2{
        font-size: 18px !important;
        line-height: 20px !important;
    }
    #slider .text-container h3{
        font-size: 16px !important;
        line-height: 20px !important;
        margin-bottom: 10px !important;
    }
    #slider .text-container h4 a {
        font-size: 18px !important;
        padding: 12px 18px !important;
    }
    .logo img {
        max-width: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .top-menu{
        width: 80%;
        position: absolute;
        right: -60px;
    }
    .top-menu ul {
        display: flex;
        gap: 20px;
    }
    .top-menu ul li a {
        font-size: 16px;
    }
    .globe ul {
        position: absolute;
        left: -120px;
    }
    #header .planet {
        padding-left: 0;
    }
    .globe-current::after{
        position: absolute;
        right: 10px;
    }
}
#slider .text-container h1{
    font-family: 'OpenSans-ExtraBold', sans-serif;
    font-weight: 800;
    font-size: 80px;
    line-height: 109px;
    text-transform: uppercase;
    color: #FFFFFF;
}
#slider .text-container h2{
    font-family: 'OpenSans-ExtraBold', sans-serif;
    font-weight: 800;
    font-size: 61px;
    line-height: 83px;
    text-transform: uppercase;
    color: #F7C02D;
}
#slider .text-container h3{
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    color: #FFFFFF;
    margin-bottom: 70px;
}
#slider .text-container h4 a{
    background: #F7C02D;
    border-radius: 5px;
    display: inline-block;
    padding: 22px 65px;
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    -webkit-animation: bgcolor 8s 1;
    animation: bgcolor 8s 1;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
#slider .text-container h4 a:hover{
    background: #ffffff;
}
@keyframes bgcolor {
    0% {
        background: #ffffff;
    }
    100% {
        background: #F7C02D;
    }
}
.text-container{
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    color: #ffffff;
}
.text-container h1,
.text-container h2,
.text-container h3,
.text-container h4{
    opacity: 0;
    display: none;
    animation-name: fadeInDown;
    animation-duration: 3s;
    animation-fill-mode: both;
}
.slick-active .text-container h1{
    animation-duration: 2s;
    opacity: 1;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    display: block;
    animation-delay: 1s;
}
.slick-active .text-container h2{
    animation-duration: 2s;
    opacity: 1;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    display: block;
    animation-delay: 2s;
}
.slick-active .text-container h3{
    animation-duration: 2s;
    opacity: 1;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    display: block;
    animation-delay: 3s;
}
.slick-active .text-container h4{
    animation-duration: 2s;
    opacity: 1;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    display: block;
    animation-delay: 3.5s;
}
#offer,
#touch,
#latest-blog,
#about-who,
#about-counter,
#services-prod,
#contacts-inner{
    background: #ffffff;
    width: 100%;
    padding: 50px 0;
}
.site-desc{
    font-family: 'Barlow-SemiBold', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #F7C02D;
    margin-bottom: 15px;
}
.site-title{
    font-family: 'Barlow-Bold', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #000000;
    margin-bottom: 50px;
}
.offer-slide{
    position: relative;
}
.offer-slide .slick-list {
    padding-bottom: 20px;
}
.offer{
    background: #ffffff;
    border: 1px solid #cfcfcf;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-top: 5px solid #f7c02d;
    margin: 0 15px;
}
/*.offer-img{*/
/*    margin-bottom: 15px;*/
/*}*/
.offer-inner{
    padding: 15px;
    min-height: 260px;
    position: relative;
}
.offer-title{
    margin-bottom: 15px;
}
.offer-title a{
    font-family: 'Barlow-SemiBold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
}
.offer-title a:hover{
    color: #1c61ae;
}
.offer-short{
    margin-bottom: 15px;
    color: #000000;
}
.offer-link {
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.offer-link a{
    display: inline-block;
    background: #F7C02D;
    border-radius: 5px;
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 13px 45px;
}
.offer-link a:hover{
    background: #1c61ae;
}
.offer-slide ul.slick-dots{
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}
.offer-slide ul.slick-dots li{
    display: inline-block;
    vertical-align: top;
    margin: 30px 10px 0;
    padding: 0;
    line-height: 0;
}
.offer-slide ul.slick-dots li button{
    border: none;
    text-indent: -9999px;
    width: 10px;
    height: 12px;
    background: #D9D9D9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
}
.offer-slide ul.slick-dots li.slick-active button{
    background: #1C61AE;
}
.offer-slide  .slick-arrow{
    position: absolute;
    z-index: 99;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F7C02D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 36%;
    transition: all .5s ease-in-out;
}
.offer-slide  .prev{
    left: 0;
}
.offer-slide  .next{
    right: 0;
}
.offer-slide  .slick-arrow:hover{
    background: #1C61AE;
    cursor: pointer;
    color: #ffffff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .offer-slide  .slick-arrow{
        top: 30%;
    }
    .offer-title a{
        font-size: 16px !important;
    }
    .offer-short p {
        font-size: 14px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .offer-slide  .slick-arrow{
        border: none;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .offer-slide  .slick-arrow{
        border: none;
    }
    .offer-title a {
        font-size: 18px !important;
    }
    .offer-short {
        font-size: 14px !important;
    }
    .offer-link a {
        font-size: 14px !important;
        padding: 8px 24px;
    }
    .slick-slide {
        min-height: 424px;
    }
    .offer-slide  .slick-arrow{
        top: 25%;
    }
}
@media screen and (max-width: 575px) {
    .offer-slide  .slick-arrow{
        border: none;
    }
    .offer-link a {
        padding: 12px 77px;
    }
}



/*COMPANY BLOCK*/


#company{
    width: 100%;
    background: url("../images/company.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
}
.company-img img,
.about-who-img img{
    border-top: 5px solid #f7c02d;
}
.company{
    position: relative;
}
.company-desc{
    font-family: 'Barlow-SemiBold', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #F7C02D;
    margin-bottom: 15px;
}
.company-title{
    font-family: 'Barlow-Bold', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.company p,
.touch-text p{
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 30px;
}
.company p:last-child,
.touch-text p:last-child{
    margin-bottom: 0;
}
.company-logo{
    margin-top: 65px;
}


/*END COMPANY BLOCK*/


/*FORM BLOCK*/
.touch-text{
    padding-right: 110px;
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
}
.touch-text a{
    color: #1c61ae;
}
.touch-text a:hover{
    color: #F7C02D;
}
.touch-text p{
    color: #000000;
}
.touch-form input,
.touch-form textarea{
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 0.75rem;
    outline: none;
    margin-bottom: 15px;
    font-size: 18px;
}

.touch-form textarea{
    height: 110px;
    margin-bottom: 10px;
}
.touch-form .file-upload input{
    font-weight: bold;
    color: dodgerblue;
    padding: 5px;
    border: none;
    border-radius: 3px;
}
.touch-form .form-control:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #1c61ae;
}
.touch-form ::-webkit-input-placeholder{
    font-size: 16px;
    line-height: 22px;
    color: #1C61AE;
}
.touch-form ::-moz-placeholder{
    font-size: 16px;
    line-height: 22px;
    color: #1C61AE;
}
.touch-form :-moz-placeholder{
    font-size: 16px;
    line-height: 22px;
    color: #1C61AE;
}
.touch-form :-ms-input-placeholder{
    font-size: 16px;
    line-height: 22px;
    color: #1C61AE;
}
.touch-form button[type=submit],
.touch-form button[type=button],
.footer-button-link a {
    background: #F7C02D;
    border-radius: 5px;
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 30px;
    border: none;
    transition: all .5s ease-in-out;
}
.touch-form button[type=submit]:hover,
.touch-form button[type=button]:hover{
    cursor: pointer;
    background: #1c61ae;
}
.footer-button-link a:hover {
    background: #fff;
    color: #F7C02D;
}


/*ADVANTAGE*/
#clients{
    width: 100%;
    background: url("../images/clients.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
}
.white{
    color: #ffffff;
}
.clients{
    margin-bottom: 50px;
}
.clients-inner{
    text-align: center;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    min-width: 338px;
    margin-bottom: 24px;
    padding: 34px 12px;
}
.clients-img{
    margin-bottom: 26px;
}
.clients-img .fas,
.clients-img .fab{
    color: #f7c02d;
    font-size: 56px;
}
.mr50{
    margin-right: 50px;
}
.ml50{
    margin-left: 50px;
}
.mc25{
    margin: 0 25px;
}
.clients-text{
    font-family: 'OpenSans-ExtraBold', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}



.latest-blog-img img{
    border-top: 5px solid #f7c02d;
}
.latest-blog-inner{
    border: 1px solid #CFCFCF;
    padding: 15px 15px 20px;
}
.latest-blog-meta{
    font-size: 15px;
    line-height: 20px;
    color: #848484;
    margin-bottom: 10px;
}
.latest-blog-meta a{
    color: #848484;
}
.latest-blog-meta a:hover,
.latest-blog-title a:hover{
    color: #1c61ae;
}
.latest-blog-title{
    margin-bottom: 10px;
}
.latest-blog-title a{
    font-family: 'Barlow-SemiBold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.latest-blog-short{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}
.latest-blog-link{
    position: relative;
    padding-top: 15px;
}
.latest-blog-link::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #cfcfcf;
    content: '';
}
.latest-blog-link a{
    font-family: 'Barlow-SemiBold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1C61AE;
    position: relative;
}
.latest-blog-link a::after{
    content: "\f0da";
    position: absolute;
    left: auto;
    top: 3px;
    margin-left: 6px;
    font-family:"Font Awesome 5 Free";
    transition: all .5s ease-in-out;
}
.latest-blog-link a:hover,
.latest-blog-link a:hover::after{
    color: #f7c02d;
}
#footer{
    background: #081F25;
    padding: 60px 0 40px;
}
.footer-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 30px;
    max-width: 360px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
}
.footer-text ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-text ul li{
    margin-bottom: 8px;
}
.footer-text ul li a{
    border-radius: 5px;
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    display: inline-block;
}
.footer-text ul li a:hover{
    color: #f7c02d;
}
.footer-text ul li.footer-menu a{
    font-size: 16px;
}
ul.footer-list,
ul.footer-social{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.footer-list li{
    margin-bottom: 5px;
}
ul.footer-list li a{
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
}
ul.footer-list li a:hover{
    color: #f7c02d;
}
ul.footer-social li{
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
ul.footer-social li:last-child{
    margin-right: 0;
}
ul.footer-social li a .fab,
ul.footer-social li a .far{
    color: #f7c02d;
    font-size: 40px;
    transition: all .5s ease-in-out;
}
ul.footer-social li a:hover .fab,
ul.footer-social li a:hover .far{
    color: #ffffff;
}
.copyright{
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #969698;
    margin-top: 50px;
    font-family: 'Open Sans', sans-serif;
}
.inner-page{
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 400px;
    text-align: center;
    position: relative;
    z-index: 9;
    background-position: bottom;
}
.inner-page::after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
}
/* About Us */
#about{
    background: url("../images/about.jpg") no-repeat;
}
.inner-page h1{
    font-family: 'Barlow-Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    color: #FFFFFF;
    text-transform: uppercase;
}
#about-who .container-fluid,
#about-construction .container-fluid{
    margin-left: -15px;
    margin-right: -15px;
}
.about-who-text{
    padding-right: 170px;
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
}
.about-who-text p{
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}
.about-counter{
    text-align: center;
}
.about-counter-number{
    font-family: 'Barlow-SemiBold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 90px;
    line-height: 115px;
    color: #F7C02D;
}
.about-counter-text{
    font-size: 24px;
    line-height: 33px;
    color: #1C61AE;
    font-family: 'OpenSans-SemiBold', sans-serif;
}
#about-construction{
    width: 100%;
    padding: 50px 0;
    background: #F7C02D;
}
/* Tabs */
[data-tab-content] {
    display: none;
}

.active[data-tab-content] {
    display: block;
}

ul.tabs,
ul.vtabs__caption{
    /*display: flex;*/
    /*justify-content: space-around;*/
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
    /*border-bottom: 1px solid black;*/
}

ul.tabs li {
    cursor: pointer;
    min-width: 230px;
    padding: 12px 12px;
    background: #1C61AE;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    font-family: 'Barlow-SemiBold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    transition: all .5s ease-in-out;
}

.tab.active {
    background: #FFFFFF;
    color: #1c61ae;
}

.tab:hover {
    background-color: #FFFFFF;
    color: #1c61ae;
}

.tab-content {
    margin-left: 20px;
    margin-right: 20px;
}
.tab-content-inner p{
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}
.tab-content-inner li {
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
}
.tab-content-inner h3{
    font-family: 'Barlow-Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #000000;
    margin-bottom: 30px;
}
ul.about-construction-list{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.about-construction-list li{
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 10px;
}
ul.about-construction-list li:last-child{
    margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .touch-text{
        padding-right: 50px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .about-who-img,
    #about-who .about-text {
    margin-left: 20px;
    }
    .touch-text{
        padding-right: 30px;
    }
}
@media screen and (max-width: 575px) {
    .about-who-img .about-text {
    margin-left: 20px;
    }
    .touch-text{
        padding-right: 10px;
    }
}
}
/*.about-construction-img {*/
/*    margin-top: 156px;*/
/*}*/
/* /Tabs */
/* /About Us */

/* Services */
#services{
    /*background: url("../images/services.jpg") no-repeat;*/
}



.vertical-tabs{
    overflow: hidden;
    margin-bottom: 50px;
}
.vertical-tabs .vtabs__caption {
    float: left;
    display: block;
    margin: 0 30px 0 0;
}
.vertical-tabs .vtabs__caption li {
    position: relative;
}

.vertical-tabs .vtabs__caption li{
    font-family: 'Barlow-SemiBold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    transition: all .5s ease-in-out;
    float: none;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 15px 30px;
    margin: 0 0 20px;
    width: 350px;
    /*position: relative;*/
    display: block;
    outline: none;
}
.vertical-tabs .vtabs__caption li.active{
    transition: all .5s ease-in-out;
    float: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    width: auto;
}
.vertical-tabs .vtabs__caption li.active a{
    font-family: 'Barlow-SemiBold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    transition: all .5s ease-in-out;
    float: none;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 15px 30px;
    margin: 0 0 20px;
    width: 350px;
    /*position: relative;*/
    display: block;
    outline: none;
}
/*.vertical-tabs .vtabs__caption li:last-child{*/
/*    margin-bottom: 0;*/
/*}*/
.vertical-tabs .vtabs__caption li,
.vertical-tabs .vtabs__caption li.active a:hover{
    background: #F7C02D;
    /*border: 1px solid #D9D9D9;*/
    /*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);*/
    color: #FFFFFF;
}
.vertical-tabs .vtabs__caption li:hover{
    cursor: pointer;
}
.vertical-tabs .vtabs__caption li{
    position: relative;
}
.vertical-tabs .vtabs__caption li::after{
    content: "\f30b";
    position: absolute;
    right: 30px;
    top: 19px;
    font-family:"Font Awesome 5 Free";
    z-index: 99;
    transition: all .5s ease-in-out;
}
.vertical-tabs .vtabs__caption li.active::after{
    color: #000000;
}
.vertical-tabs .vtabs__caption li.active:hover::after{
    color: #ffffff;
    transition: all .5s ease-in-out;
}
/*.vertical-tabs .vtabs__caption li:last-child:before {*/
/*    display: none;*/
/*}*/
.vertical-tabs .vtabs__content {
    overflow: hidden;
}
.vtabs__content {
    display: none;
}
.vtabs__content.active {
    display: block;
}
.vtabs-title{
    font-family: 'Barlow-Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #000000;
    margin-bottom: 25px;
}
.vtabs__content p{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
}
.vtabs__content p:last-child{
    margin-bottom: 0;
}
#services-prod li{
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 20px;
}

/*@media screen and (max-width: 650px) {*/

/*    .vtabs__caption li {*/
/*        -webkit-flex: 1 0 auto;*/
/*        -ms-flex: 1 0 auto;*/
/*        flex: 1 0 auto;*/
/*    }*/
/*    .vertical-tabs .vtabs__caption {*/
/*        float: none;*/
/*        display: -webkit-flex;*/
/*        display: -ms-flexbox;*/
/*        display: flex;*/
/*    }*/
/*    .vertical-tabs .vtabs__caption li {*/
/*        border-width: 2px 2px 0;*/
/*        border-radius: 5px 5px 0 0;*/
/*    }*/
/*    .vertical-tabs .vtabs__caption li:last-child:before {*/
/*        display: block;*/
/*    }*/
/*    .vertical-tabs .vtabs__caption .active:after {*/
/*        top: auto;*/
/*        bottom: -5px;*/
/*        left: 0;*/
/*        right: 0;*/
/*        width: auto;*/
/*        height: 5px;*/
/*        background: #FFF;*/
/*    }*/
/*}*/
.services-prod-left{
    background: #F7C02D;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 30px;
    color: #ffffff;
}
.services-prod-left-title{
    font-family: 'OpenSans-ExtraBold', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.services-prod-left-text{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}
.services-prod-left-link a{
    background: #F7C02D;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    padding: 15px 45px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #about-who .about-who-img {
        margin-top: 144px;
    }
    ul.tabs li {
        min-width: 200px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #about-who .about-who-img {
        margin-top: 144px;
    }
    #about-who .about-who-text{
        padding-right: 10px;
    }
    .inner-page {
        min-height: 300px;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        padding: 10% 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container-fluid {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    .inner-page {
        min-height: 300px;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        padding: 10% 0 !important;
    }
    .inner-page h1 {
        font-size: 50px;
    }
    .vertical-tabs .vtabs__caption li.active a{
        font-size: 18px;
        line-height: 24px;
        padding: 18px 8px;
        margin: 0 0 20px;
        width: 250px;
    }
    .vertical-tabs .vtabs__caption li{
        font-size: 18px;
        line-height: 24px;
        padding: 18px 8px;
        margin: 0 0 20px;
        width: 250px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .cont-block{
        min-height: auto;
    }
    .img-about {
        margin-left: 14px;
    }
    .inner-page {
        min-height: 200px;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        padding: 10% 0 !important;
    }
    .inner-page h1 {
        font-size: 50px;
    }
    .vertical-tabs .vtabs__content {
        overflow: visible;
    }
    .vertical-tabs .vtabs__caption li.active a{
        width: 500px;
    }
    .vertical-tabs .vtabs__caption li{
        width: 500px;
    }
    .about-who-text {
        padding-right: 20px;
    }
    
}
@media screen and (max-width: 575px) {
    .inner-page {
        min-height: 100px;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        padding: 10% 0 !important;
    }
    .inner-page h1 {
        font-size: 36px;
    }
    .cont-block{
        min-height: auto;
    }
    .img-about {
        margin-left: 14px;
    }
    .vertical-tabs .vtabs__content {
        overflow: visible;
    }
    .vertical-tabs .vtabs__caption {
        margin: 0 100px 0 0;
    }
    .vertical-tabs .vtabs__caption li.active a{
        width: 350px;
    }
    .vertical-tabs .vtabs__caption li{
        width: 350px;
    }
    #formup {
        width: 380px !important;
    }
    .container-fluid {
        margin-left: 3px !important;
        margin-right: 10px !important;
    }
    .about-who-text {
        padding-right: 20px;
    }
}

.footer-link .services-prod-left-link a{
    border: none;
}
.services-prod-left-link a:hover{
    background: #ffffff;
    color: #333333;
}
ul.services-prod-left-list{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.services-prod-left-list li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    background: url("../images/galka.svg") no-repeat left center;
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}
ul.services-prod-left-list li:last-child{
    margin-bottom: 0;
}
/* /Services */
/* Contacts */

#contacts{
    background: url("../images/contacts.jpg") no-repeat;
}
.cont-block{
    min-height: 430px;
    background: #F2F2F2;
    padding: 30px 20px;
    border-top: 5px solid #f7c02d;
}
.cont-block-title{
    font-family: 'Barlow-Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 30px;
}
.cont-block-title .far,
.cont-block-title .fas{
    color: #f7c02d;
    margin-right: 25px;
}
ul.cont-block-list,
ul.cont-block-social{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.cont-block-list li{
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}
ul.cont-block-list li:last-child{
    border: none;
    padding: 0;
    margin: 0;
}
ul.cont-block-social{
    width: 100%;
    text-align: center;
    margin-top: 52px;
}
ul.cont-block-social li{
    margin: 0 20px;
    display: inline-block;
    vertical-align: top;
}
ul.cont-block-social li a{
    width: 50px;
    height: 50px;
    border: 1px solid #CFCFCF;
    /*background: #cfcfcf;*/
    border-radius: 5px;
    display: inline-block;
    line-height: 65px;
}
ul.cont-block-social li a:hover{
    background: #ffffff;
}
ul.cont-block-social li a .fab,
ul.cont-block-social li a .far{
    color: #848484;
    font-size: 36px;

}
.mt40{
    margin-top: 40px;
}


@media (min-width: 576px) and (max-width: 767px) {
    .cont-block{
        min-height: auto;
    }
}
@media screen and (max-width: 575px) {
    .cont-block{
        min-height: auto;
    }
}

/* /Contacts */




#formup{
    width: 555px;
    height: auto;
    margin: 0 auto;
    background: #ffffff;
    border: 5px solid #f7c02d;
    padding: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
}
#formup button.mfp-close{
    position: absolute;
    right: -15px;
    top: -15px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    border: 3px solid #f7c02d;
    transition: all .5s ease-in-out;
}
#formup button.mfp-close:hover{
    background: #1c61ae;
    color: #ffffff;
}

.image-tab {
    display: none;
}

.map-img {

    /*box-sizing: border-box;*/
    /*width: 100vw;*/
    height: 100vh;
    overflow: auto;
}

.map-europe {
    position: relative;
    width: 1000px;
    height: 1000px;
    background-color: lightblue;
}

.map-icon {
    position: absolute;
    color: #f7c02d;
}
/*  Всплывашки  */
.map-icon .img{
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    font-size: 26px;
    cursor: pointer;
}
#maps2 .fa{
    color: #f8be34;
}
#maps1 .fa{
    color: #d23730;
}
.map-back {
    width: 400px;
    margin: 0 auto;
    background: #FDFEFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    text-align: center;
    position: relative;
    font-family: 'OpenSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding-bottom: 30px;
}
.map-back .map-pipe{
    background: #d23730;
}
.map-back .map-metal{
    background: #F8BE34;
}
.map-back .map-painting{
    background: #95b83d;
}
.popup-client{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 0 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    font-family: 'OpenSans-ExtraBold', sans-serif;
    padding: 16px 0;
}
.popup-city{
    margin: 30px 0 15px;
}
.popup-name{
    margin-bottom: 15px;
}
.popup-description{
    margin-bottom: 50px;
}
.map-back button.mfp-close {
    display: none;
}
#popup-close{
    display: inline-block;
    vertical-align: top;
    border: 1px solid #F8BE34;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    padding: 5px 25px;
    outline: none;
    background: #ffffff;
}
#popup-close:hover{
    background: #f8be34;
    cursor: pointer;
}
.popup-inner{
    padding: 0 20px;
}

/* start state */
 .mfp-zoom-in {
	/* animate in */
	/* animate out */
}
 .mfp-zoom-in .mfp-with-anim {
	 opacity: 0;
	 transition: all 0.2s ease-in-out;
	 transform: scale(0.8);
}
 .mfp-zoom-in.mfp-bg {
	 opacity: 0;
	 transition: all 0.3s ease-out;
}
 .mfp-zoom-in.mfp-ready .mfp-with-anim {
	 opacity: 1;
	 transform: scale(1);
}
 .mfp-zoom-in.mfp-ready.mfp-bg {
	 opacity: 0.8;
}
 .mfp-zoom-in.mfp-removing .mfp-with-anim {
	 transform: scale(0.8);
	 opacity: 0;
}
 .mfp-zoom-in.mfp-removing.mfp-bg {
	 opacity: 0;
}

.dark-filter {
    filter: brightness(0.7)
}

a.cookies-a {
    pointer: cursor;
}

#vacancy .site-title {
    font-size: 20px;
    margin-bottom: 10px
}

#vacancy h3 {
    font-family: 'Barlow-SemiBold', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #F7C02D;
    margin: 5px 0 10px 0;
}

#vacancy .card {
    border-radius: 16px;
    padding: 20px;
    margin-top: 40px;
    -webkit-box-shadow: 0px 8px 15px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 8px 15px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 8px 15px 8px rgba(0,0,0,0.3);
}

.error-message {
    color: red;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}


/*checkbox*/
.checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 25px;
}

@-moz-keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@-webkit-keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-webkit-keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-moz-keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

.checkbox-wrapper-19 input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 7px;
}

.checkbox-wrapper-19 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid #000;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
}
.checkbox-wrapper-19 .check-box::before,
.checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
}
.checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
.checkbox-wrapper-19 .check-box.checked {
    border-color: #34b93d;
}
.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
.checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
}
.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
.checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
}


.offer-short p,
.globe span,
.touch-form {
    font-family: 'Open Sans', sans-serif;
}


#form-message {
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
}