@font-face {
    font-family: 'GothamPro';
    src: url('/fonts/gothampro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'OpenSansRegular';
    src: url('/fonts/ofont.ru_Open Sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*@font-face{font-family:'GothamProBold';*/
/*    src:url("../fonts/GothamProBold.otf") format("opentype"),*/
/*    url("../fonts/GothamProBold.eot?#iefix") format("embedded-opentype"),*/
/*    url("../fonts/GothamProBold.woff") format("woff"),*/
/*    url("../fonts/GothamProBold.ttf") format("truetype"),*/
/*    url("../fonts/GothamProBold.svg#GothamProBold") format("svg");*/
/*    font-weight:normal;font-style:normal}

/*@font-face{*/
/*    font-family:'OpenSansLight';src:url("../fonts/OpenSansLight.eot?#iefix") format("embedded-opentype"),*/
/*url("../fonts/OpenSansLight.woff") format("woff"),*/
/*url("../fonts/OpenSansLight.ttf") format("truetype");*/
/*    font-weight:normal;font-style:normal*/
/*}*/
/*@font-face{*/
/*    font-family:'MullerRegular';src:url("../fonts/MullerRegular.otf") format("opentype");*/
/*    font-weight:normal;font-style:normal*/
/*}*/
/*.body > div.partners > div > div > button.slick-prev.slick-arrow {*/
/*    display: none !important;*/
/*}*/
/*body > div.partners > div > div > button.slick-next.slick-arrow {*/
/*    display: none !important;*/
/*}*/
/*body > div.partners > div > div > button.slick-prev.slick-arrow {*/
/*    display: none !important;*/
/*}*/
/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
    display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit;
}

/*ul, ul li {
    list-style: none;
}*/
nav ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img, svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 13px;
    padding-right: 13px;
}
body > section.front-slider.slick-initialized.slick-slider > button.slick-prev.slick-arrow {
    color: transparent;
    display: block !important;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 9;
    background: none;
    right: 90px;
    height: 25px;
    width: 25px;
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    opacity: 0.8;
}
body > section.front-slider.slick-initialized.slick-slider > button.slick-next.slick-arrow {
    color: transparent;
    display: block !important;
    overflow: hidden;
    position: absolute;
    top: 60%;
    z-index: 9;
    background: none;
    right: 75px;
    height: 25px;
    width: 25px;
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(225deg);
    opacity: 0.8;
}
.productions-slider .slick-slide {
    margin: 0 10px;
}
@media (min-width: 768px) {
    .container {
        width: 746px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 966px;
    }
}
@media (min-width: 1320px) {
    .container {
        width: 1296px;
    }
}
header {
    z-index: 10;
    position: absolute;
    width: 100%;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 73px;
}
.menu-glavnoe-container {
    max-height: 18px ;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header-phone__container {
    padding: 25px 0 0 0;
    text-align: right;
}
.header-phone__container a {
    font-size: 18px;
    color: #ffffff;
}
.text_blue {
    color: #4ac7e5;
}
.text_blue.fa.fa-phone {
    padding-right: 7px;
}
#menu-glavnoe  {
    display: flex;
}
#menu-glavnoe li {
    padding-right: 30px;
}
#menu-glavnoe > .menu-item > a:hover {
    text-decoration: underline;
}


#menu-glavnoe li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.sub-menu {
    display: none;
}
.menu-item-has-children {
    position: relative;
}
/*.menu-item-has-children::after {*/
/*    content: '>';*/
/*    display: block;*/
/*    position: absolute;*/
/*    right: 8px;*/
/*    color: #4ac7e5;*/
/*    transform: rotate(90deg);*/
/*    font-weight: bolder;*/
/*    margin-top: -28px;;*/
/*    font-size: 23px;*/
/*    font-family: cursive;*/
/*}*/

.menu-item-has-children:hover .sub-menu {
    display: block;
}
/*.menu-item-has-children:hover::after {*/
/*    transform: rotate(267deg);*/
/*    right: 10px;*/
/*}*/
.sub-menu a:hover {
    text-decoration: none !important;
}
.sub-menu a {
    padding: 10px 0;
    text-transform: none !important;
    display: block;
    text-decoration: none !important;
    text-decoration-color: #0A246A;
}
.sub-menu a:link{
    text-decoration: none!important;
}
.sub-menu li a:hover {
    color: #d5e9f1 !important;
}
.menu-item-29 {
    padding-right: 0 !important;
}
h1 {
    font-size: 36px;
    padding: 20px 0;
    color: #324b5d;
}
.content {
    color: #324b5d;
}
.content .container {
    display: flex;
}
.sidebar {
    width: 21%;
    padding-bottom: 50px;
}
.the-content {
    width: 80%;
    padding-bottom: 100px;
}
.the-content h3 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
}
.sidebar h3 {
    text-transform: uppercase;
    font-size: 24px;
    padding-left: 15px;
    margin-top: 0px;
    padding: 0;
}
.sidebar-menu li a {
    font-weight: 600;
    color: #324b5d;
    font-size: 15px;
}
.sidebar-menu li:hover {
    background-color: #4ac7e5;
}
.sidebar-menu li:hover:before {
    background: #fff;
}
.sidebar-menu li:hover a {
    color: #fff;
}
.sidebar-menu li {
    color: #6cd2ea;
    width: 100%;
    cursor: pointer;
    padding: 10px 0px 10px 15px;
    list-style: none;
}
.sidebar-menu li:before {
    content: ' ';
    width: 7px;
    height: 7px;
    background: #4ac7e5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    float: left;
    margin: 6px 0;
}
.sidebar-menu li a {
    display: block;
    padding: 0px 20px;
    width: 100%;
    height: 100%;
    word-wrap: break-word;
}
.sidebar-menu li.current {
    background-color: #4ac7e5;
}
.sidebar-menu li.current a {
    color: #fff;
}
.sidebar-menu li.current:before {
    background: #fff;
}
.sidebar-menu li.sidebar-download:hover {
    background-color: transparent;
}
.sidebar-menu li.sidebar-download:before {
    background: #fff;
}
footer {
    background-color: #3d5b72 !important;
    padding: 50px 0px;
    width: 100%;
    position: relative;
}
.footer-menu {
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}
.footer-btm-line a,
.footer-list-item  {
    color: #6cd2ea;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.footer-menu_parent {
    max-width: 300px;
}
.footer-list-navigation li a {
    color: #ffffff;
    font-size: 13px;
    font-family: 'GothamPro', Verdana, Segoe, sans-serif !important;
}
.footer-list-navigation li {
    list-style: disc;
    padding: 5px 0px;
}
.footer-list-navigation {
    color: #4dc8e6;
    margin-left: 11px;
}
h1 {
    font-size: 36px;
    font-family: 'GothamPro', Verdana, Segoe, sans-serif;
}
h2 {
    padding: 30px;
    color: #324b5d;
    text-align: center;
    font-size: 32px !important;
    font-family: 'GothamPro', Verdana, Segoe, sans-serif;
    margin: 0 !important;
}
.the-content {
    font-family: 'GothamPro', Verdana, Segoe, sans-serif !important;
}
.container p.about-p {
    color: #324b5d;
    text-align: center;
    font-size: 17px;
    font-family: 'OpenSansRegular', 'Times New Roman', Times, sans-serif;
    font-weight: 400;
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.priority_areas {
    display: flex;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 19px 0px #324b5d;
    -moz-box-shadow: 0px 0px 19px 0px #324b5d;
    box-shadow: 0px 0px 19px 0px #324b5d;

}
.priority_areas-box {
    max-width: 285px;
    position: relative;
}
.priority_areas div p {
    display: block;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    text-align: left;
    padding-left: 10px;
    font-size: 17px;
}
.direction-block {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
.direction-shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(29, 43, 54, 0.6);
    position: absolute;
    cursor: pointer;
    transition: all 0.5s;
}
.direction img {
    width: 100%;
}
.types-of-activities {
    display: flex;
    justify-content: center;
}
.types-of-activities-box img {
    max-width: 190px;
    height: 270px;
}
.contacts {
    min-height: 735px;
    background-color: #dfeff4;
    padding-top: 100px;
    padding-bottom: 100px;
}
.partners-slider-slide {
    height: 150px !important;
}
.partners-slider-slide a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.sandwich {
    width: 40px;
    height: 30px;
    position: absolute;
    margin-top: 10px;
    z-index: 200;
    top: 10px;
    right: 10px;
}
.sw-topper {
    position: relative;
    top: 0;
    width: 40px;
    height: 5px;
    background: #fff;
    border: none;
    transition: transform 0.5s, top 0.2s;
}
.sw-bottom {
    position: relative;
    width: 40px;
    height: 5px;
    top: 5px;
    background: #fff;
    border: none;
    transition: transform 0.5s, top 0.2s;
    transition-delay: 0.2s, 0s;
}
.sw-footer {
    position: relative;
    width: 40px;
    height: 5px;
    top: 10px;
    background: #fff;
    border: none;
    transition: all 0.5s;
    transition-delay: 0.1s;
}
.sandwich.active .sw-topper {
    top: 5px;
    transform: rotate(140deg);
}
.sandwich.active .sw-bottom {
     top: 0px;
     transform: rotate(-140deg);
 }
.menu-btn-fm {
    display: none;
}
.contacts-wrapper {
    display: flex;
    justify-content: space-between;
}
.contacts-ls {
    width: 30%;
}
.contacts-rs {
    width: 70%;
    max-width: 750px;
}
.contacts-ls-tab-line {
    display: flex;
}
.tabs__caption.active {
    color: #4ac7e5;
    border-bottom: 4px solid #4ac7e5;
}
.tabs__caption {
    cursor: pointer;
    font-size: 22px;
    margin-right: 15px;
    text-transform: uppercase;
}
.contacts span {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #4ac7e5;
    font-size: 18px;
}
.contacts p {
    font-size: 22px;
    color: #324b5d;
    text-align: left;
    font-weight: bold;
}
.contacts-ls-sec,
.contacts-ls-fst {
    display: none;
}
.contacts-ls-tab-line div {
    display: block;
}
.contacts-ls-sec.active,
.contacts-ls-fst.active {
    display: block;
}
.reviews-wrapper {
    width: 100%;
    border: 4px solid #dfeff4;
    border-bottom: none;
}
.reviews-content_block {
    padding: 20px;
    border-bottom: 4px solid #dfeff4;
}
.row {
    display: flex;
}
.rev-left {
    width: 25%;

}
.reviews-content-img {
    text-align: center;
}
.rev-left img {
    max-height: 250px;
    box-shadow: 0px 0px 16px 0px #96c5cf;
}
.rev-right {
    width: 75%;
}
.sidebar {
    padding-right: 20px;
}
.sub-menu {
    position: absolute;
    z-index: 100;
}
.single-prod {
    padding-bottom: 100px;
}
.single-prod-left img {
    max-width: 210px;
}
.single-prod .container {
    display: flex;
}
.single-prod-content {
    display: flex;
}
.single-prod-descr-content p {
    text-align: left;
    font-size: 16px;
}
.production-table tr:nth-child(odd) {
    background-color: #dff5fa;
}
.production-table td {
    padding: 15px;
    vertical-align: top;
}
.production-table td:nth-child(2) {
    border-left: 2px dotted #4ac7e5;
    border-right: 2px dotted #4ac7e5;
}
.txt {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.front-slider-slide {
    position: relative;
}
.txt .container {
    margin: 0 auto;
}
.text_white {
    color: white;
}
.txt h1 {
    font-weight: bold;
    font-size: 46px;
}
.front-slider-slide {
    height: 850px !important;
}
.front-slider-slide img {
    height: 100%;
    width: 100%;
}
.partners h2 {
    padding-top: 68px;
}

.kwicks{display:block;list-style-type:none;list-style:none;position:relative;margin:0;padding:0;width:100%;height:270px;-webkit-box-shadow:0px 0px 19px 0px #324b5d;-moz-box-shadow:0px 0px 19px 0px #324b5d;box-shadow:0px 0px 19px 0px #324b5d}
.kwicks li{height:100%;width:125px;float:left;cursor:pointer}
.kwicks li a{display:block;height:100%;margin:0;padding:0;transition:all 0.5s}
.kwicks li:hover a{opacity:0.3}
.kwicks li p{
    top:50%;
    position:absolute;
    font-size:22px;
    text-transform:uppercase;
    opacity:0;
    white-space:nowrap;
    overflow:hidden;
    width:100%;
    left:50%;margin-left:-50%;text-align:center;z-index:100;
    color: #ffffff;
    font-family: 'GothamPro', Verdana, Segoe, sans-serif !important;
    font-weight: 500;
}
.kwicks li:hover{background-color:rgba(74,199,229,0.9)}
.kwicks li:hover p{opacity:1}
.kwicks li a{background-position:center;-webkit-background-size:cover;background-size:cover;background-repeat:no-repeat}.panel{background-position:center;-webkit-background-size:cover;background-size:cover;background-repeat:no-repeat}.panel-1{background-image:url("../../assets/images/index/services/services-item1.png");background-position:center;-webkit-background-size:cover;background-size:cover;background-repeat:no-repeat}

.priority_areas {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 19px 0px #324b5d;
    -moz-box-shadow: 0px 0px 19px 0px #324b5d;
    box-shadow: 0px 0px 19px 0px #324b5d;
    display: flex;
    max-width: 1140px;
    margin: 0 auto 13px auto !important;
    overflow-y: hidden;
}
.priority_areas-box:hover .direction-shadow {
    background-color: transparent;
}
.priority_areas-box:hover .priority_areas-box-p {
    background-color: rgba(29, 43, 54, 0.6);
    transition: all 0.5s;
}
.frontslider {
    max-width: 1140px;
    margin: 0 auto !important;
}
.about-p {
    padding-bottom: 17px;
}
.production-table tr {
    border-bottom: 2px dotted #4ac7e5;
}
.production-table {
    border: 4px solid #4ac7e5;
    margin-top: 50px;
}
.productions {
    min-height: 600px;
    background-color: #dfeff4;
    padding-top: 100px;
    margin-top: 93px;
}
.productions-slider-slide img {
    width: 250px !important;
    height: 300px !important;
}
.partners > div > div > button.slick-prev.slick-arrow {
        color: transparent;
        display: block !important;
        overflow: hidden;
        position: absolute;
        z-index: 9;
        background: none;
        left: -20px;
        top: 40%;
        height: 20px;
        width: 20px;
        border: 1px solid #4ac7e5;
        border-width: 2px 2px 0 0;
        transform: rotate(225deg);
}
.partners > div > div > button.slick-next.slick-arrow {
    color: transparent;
    display: block !important;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    background: none;
    right: -20px;
    top: 40%;
    height: 20px;
    width: 20px;
    border: 1px solid #4ac7e5;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}
.contacts p {
    font-size: 21px !important;
}
.productions > div > div > button.slick-prev.slick-arrow {
    color: transparent;
    display: block !important;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    background: none;
    left: 8px;
    top: 40%;
    height: 20px;
    width: 20px;
    border: 1px solid #000000;
    border-width: 2px 2px 0 0;
    transform: rotate(225deg);
}
body > section.productions > div > div > button.slick-next.slick-arrow {
    color: transparent;
    display: block !important;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    background: none;
    right: -20px;
    top: 40%;
    height: 20px;
    width: 20px;
    border: 1px solid #000000;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}
.productions-slider-href-box img {
    margin: 0 auto;
}
.partners {
    padding-bottom: 68px;
}
.front-slider-slide-inner-img {
    max-width: 752px;
}
.map h2 {
    background: #ffffff82;
    position: absolute;
    width: 100%;
}
.map {
    position: relative;
}
.footer-btm-line a {

}
.flogo {
    max-width: 134px;
    height: auto;
}
.footer-list-navigation {
    padding: 0;
    margin-left: 18px;
}
.frontslider-fm {
    display: none;
}

#menu-glavnoe li li {
    padding: 0;
    width: 200px;
}
#menu-glavnoe li li a {
}
.sub-menu {
    padding: 0px;
}
.menu-item-has-children {
    cursor: pointer;
}
#menu-glavnoe li i {
    font-size: 20px;
    font-weight: bold;
    color: #79d6ec;
    padding-left: 7px;
}
#menu-glavnoe li:hover i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-right: 7px;
    padding-left: 0;
}
.f-second, body, h1, h2, h3, h4, h5, h6 {
    font-family: 'GothamPro', Verdana, Segoe, sans-serif;
}
.d-headline {
    margin-top: 35px !important;
}

 html {
     font-family:Arial, serif;font-size:10px;font-weight:normal;font-style:normal
    }
.f-base{font-family:'OpenSansRegular', 'Times New Roman', Times, sans-serif}
.f-base-light{font-family:'OpenSansLight', 'Times New Roman', Times, sans-serif}
.f-second,body,h1,h2,h3,h4,h5,h6{font-family:'GothamPro', Verdana, Segoe, sans-serif}
.f-second-bold{
    font-family:'GothamProBold', Verdana, Segoe, sans-serif;
    font-weight: 600;
}.f-big{font-size:32px}
.f-middle{font-size:18px}
.f-small{font-size:16px}.text_left{text-align:left}
.text_center{text-align:center}.text_right{text-align:right}.text_thin{font-weight:100}
.text_bold{font-weight:700}.text_white{color:white}
.the-content .text_black{color:#324b5d !important; font-family: 'GothamProBold', Verdana, Segoe, sans-serif !important;}
.text_blue{color:#4ac7e5}
.text_underline{text-decoration:underline}
.text_uppercase{text-transform:uppercase}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
    box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}


.icon {
    display: inline-block;
    vertical-align: middle;
    background: url(/images/sprites-s7312b97cf5.png);
    position: relative;
}
.icon-footer_scrollTop {
    background-position: 0px -186px;
    width: 60px;
    height: 60px;
}
.footer-scrollTop {
    position: relative;
    cursor: pointer;
    float: right;
}
.content-order-button {
    width: 255px;
    height: 65px;
    border: 1px solid transparent;
    font-family: 'GothamPro';
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    margin-top: 30px;
    outline: none;
    background: #73d4eb;
    background: -moz-linear-gradient(top, #73d4eb 0%, #46c5e5 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #73d4eb), color-stop(100%, #46c5e5));
    background: -webkit-linear-gradient(top, #73d4eb 0%, #46c5e5 100%);
    background: -o-linear-gradient(top, #73d4eb 0%, #46c5e5 100%);
    background: -ms-linear-gradient(top, #73d4eb 0%, #46c5e5 100%);
    background: linear-gradient(to bottom, #73d4eb 0%, #46c5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73d4eb', endColorstr='#46c5e5', GradientType=0);
}

/*form---------------------------------------------*/
.order-popup {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 300;
    padding-top: 30px;
    display: none;
}
.order-popup_wrapper {
    height: 800px;
    width: 100%;
    background-image: url(/images/order-popup_bcg.png);
    position: relative;
    background-repeat: no-repeat;
    background-position-y: center;
    padding-top: 50px;
}
.order-popup h2 {
    font-size: 46px !important;
    padding-left: 10px;
    padding-bottom: 50px;
    font-weight: 600;
    text-align: left;
}
.text_black {
    color: #324b5d;
}
.order-popup_close {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 85px;
    cursor: pointer;
}
.f-middle {
    font-size: 18px;
}
.f-second, body, h1, h2, h3, h4, h5, h6 {
    font-family: 'GothamPro', Verdana, Segoe, sans-serif;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    font-family: 'GothamPro', Verdana, Segoe, sans-serif;
}
.order-popup input[type="text"], .order-popup input[type="email"] {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #a2adb0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0 10px;
    background: #ffffff;
    font-size: 14px;
}
.order-popup textarea {
    border: 1px solid #a2adb0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 248px;
    margin-bottom: 20px;
    background: #ffffff;
    font-size: 14px;
    padding: 10px;
}
#form-checkbox {
    position: relative;
    bottom: 10px;
    margin-right: 10px;
}
.col-md-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.order-popup_wrapper form {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.order-popup_wrapper form h2 {
    text-align: left;
    padding-left: 15px;
    font-weight: 600;
}
.inmcpzdc {
    font-size: 14px;
    font-family: 'GothamPro', Verdana, Segoe, sans-serif;
}
.order-popup input[type="submit"] {
    display: block;
    width: 170px;
    height: 50px;
    float: right;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-family: 'GothamPro';
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    outline: none;
    background: #73d4eb;
    background: -moz-linear-gradient(top, #73d4eb 0%, #46c5e5 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #73d4eb), color-stop(100%, #46c5e5));
    background: -webkit-linear-gradient(top, #73d4eb 0%, #46c5e5 100%);
    background: -o-linear-gradient(top, #73d4eb 0%, #46c5e5 100%);
    background: -ms-linear-gradient(top, #73d4eb 0%, #46c5e5 100%);
    background: linear-gradient(to bottom, #73d4eb 0%, #46c5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73d4eb', endColorstr='#46c5e5', GradientType=0);
}
.order-popup_close.js-no-matter-close {
    cursor: pointer;
    float: right;
    display: block;
    width: 40px;
}
/*form---------------------------------------------*/
.production-element_description {
    font-size: 16px;
}
.table-wrap {
    overflow-x: scroll;
}

.menu-item.active>a {
    text-decoration: underline !important;
}
@media screen and (max-width: 1399px) {
    .sidebar h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1200px) {
    .front-slider-slide {
        height: 790px !important;
    }
}
@media only screen and (max-width: 768px) {
    .front-slider-slide {
        height: 450px !important;
    }
    .the-content h3 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 480px) {
    .front-slider-slide {
        height: 370px !important;
    }
}



@media (max-width: 1148px) {
    .types-of-activities {
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .priority_areas-box img {
        height: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
    }
}

@media (max-width: 992px) {
    .sub-menu {
        position: relative;
    }
    .menu-btn-fm {
        display: block;
    }
    .menu-glavnoe-container {
        display: none;
    }
    .header-phone__container {
        display: none;
    }
    .header-menu {
        padding-top: 25px;
    }
    .menu-glavnoe-container.mactive {
        position: absolute;
        width: 100%;
        min-height: 1000px;
        background-color: #304d6d;
        opacity: 0.9;
        z-index: 50;
        right: 0;
        top: 0;
        display: block;
    }
    .menu-glavnoe-container.mactive .menu {
        flex-direction: column;
    }
    #menu-glavnoe li a {
        font-size: 20px;
        display: block;
        padding: 10px 0 10px 20px;
        outline: none;
    }
    .menu-glavnoe-container.mactive .menu-item-has-children {

    }
    .menu-glavnoe-container.mactive .menu-item-has-children::after {
        top: 3px;
        right: unset;
        left: 250px;
    }
    .menu-item-has-children:hover .sub-menu {
        display: none;
    }
    .menu-item-has-children:hover::after {
        transform: rotate(90deg);
        right: 8px;
    }
    .sub-menu {
        background-color: #23384f !important;
        width: 100%;
    }
    .sub-menu li {
        padding-left: 20px;
    }
    /*.footer-list-navigation {
        display: none;
    }*/
    .sidebar {
        display: none;
    }
    .contacts-wrapper {
        flex-direction: column;
    }
    .contacts-ls,
    .contacts-rs {
        width: 100%;
    }
    .contacts-rs {
        margin-top: 20px;
    }
    .rev-left {
        display: none;
    }
    .rev-right {
        width: 100%;
    }
    .the-content {
        width: 100%;
    }
    .footer-menu {
        flex-wrap: wrap;
        gap: 1em;
    }
    .footer-menu_parent {
        flex-basis: calc(50% - 1em);
    }
}
@media screen and (max-width: 991px) {
    #menu-glavnoe li li {
        width: auto !important;
    }
    .single-prod .single-prod-right,
    .single-prod .single-prod-content.taxonomy {
        padding-left: unset;
    }
}
@media screen and (min-width: 425px) and (max-width: 991px) {
    .priority_areas {
        flex-wrap: wrap;
        gap: 30px;
        box-shadow: unset;
    }
    .priority_areas > a {
        flex-basis: calc(50% - 30px);
    }
    body .sub-menu li a:hover {
        color: #fff !important;
    }
}
@media (max-width: 768px) {
    .front-slider h1 {
        font-size: 27px !important;
        text-align: center;
    }
    body > section.front-slider.slick-initialized.slick-slider > button.slick-next.slick-arrow {
        left: 10px;
        top: 50%;
    }
    body > section.front-slider.slick-initialized.slick-slider > button.slick-prev.slick-arrow {
        right: 10px;
        top: 50%;
    }
    .txt img {
        max-width: 75%;
        margin: 0 auto;
    }

}
@media screen and (max-width: 767px) {
    .frontslider {
        display: none !important;
    }
    .frontslider-fm {
        display: block;
        padding: 0;
    }
    .frontslider-fm li {
        display: block;
        height: 220px;
        width: 100%;
        margin-bottom: 15px;
        position: relative;
    }
    .frontslider-fm li a {
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(29, 43, 54, 0.6);
    }
    .frontslider-fm p {
        position: absolute;
        color: white;
        font-size: 14px;
        background-color: rgba(29, 43, 54, 0.6);
        height: 100%;
        width: 100%;
        text-align: center;
        padding-top: 100px;
    }
    .single-prod-content .production-element {
        width: 100%;
    }
    .order-popup {
        bottom: 0;
        right: 0;
        overflow-y: scroll;
    }
    .order-popup,
    .order-popup_wrapper {
        padding-top: 10px;
    }
    .order-popup_close {
        top: 60px;
    }
    .js-order-form {
        padding-bottom: 20px;
    }
    .js-order-form.row {
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width: 575px) {
    .footer-menu {
        flex-direction: column;
    }
    .production-element_category.clearfix {
        margin-bottom: 20px;
    }
    .order-popup input[type="submit"] {
        width: 100%;
        margin: 10px 0;
    }
}
@media (max-width: 425px) {
    .priority_areas {
        flex-direction: column;
        align-items: center;
        height: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        display: flex;
    }
    .priority_areas-box {
        margin-bottom: 15px;
    }
    .types-of-activities {
        flex-direction: column;
        align-items: center;
    }
    .types-of-activities-box {
        margin-bottom: 15px;
    }
    .types-of-activities-box img {
        max-width: 250px;
        height: auto;
    }
    .footer-list-navigation {
        display: block;
    }
    .the-content {
        width: 100%;
    }
    .clients-page .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
    }
    h2 {
        font-size: 24px !important;
    }
    .container p {
        font-size: 14px;
    }
    .priority_areas-box {
        max-width: 100%;
    }

}
.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 5px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}
