body {
    background-color: #2c378f;
    color: #2c378f;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.4em;
    padding: 0;
    margin: 0;
}
p {
    text-align: justify;
}
span {
    text-align: center;
}
.contacts_down span {
    text-align: left;
}
.prof_box p {
    text-align: center;
}
.prof_box p {
    font-weight: normal !important;
} 
.prof_box p b {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
} 
.advantages .col-6,
.advantages .col-md-4,
.advantages .col-sm-4,
.danger_spec .col-6,
.danger_spec .col-md-4,
.danger_spec .col-sm-4,
.danger_docs .col-6,
.danger_docs .col-md-4,
.danger_docs .col-sm-4 {
    margin-bottom: 20px;
}

.advantages p b {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
}
.prof-content span b {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}
.advant_box p {
    text-align: center;
}

body.loaded {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    color: #494949;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 36px;
    color: #137899;
}

h2 {
    font-size: 29px;
}

h3 {
    font-size: 24px;
}

a {
    color: #0f7096;
}

ul {
    padding-left: 2em;
}

img {
    max-width: 100%;
}

.babel_links {
    padding: 0;
    margin: 0;
    padding-top: 14px;
}

.babel_links li {
    position: relative;
    display: inline-block;
}

.babel_links li:first-child::after {
    content: "|";
    color: #fff;
    position: absolute;
    top: -1px;
    left: 40px;
}

.babel_links li a {
    color: transparent;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

.babel_links li:first-child a:after {
    content: "RU";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.babel_links li:last-child a:after {
    content: "EN";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.babel_links li a:hover:after {
    color: #3ac0e9;
}

.cta-button {
    display: block;
    text-align: center;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    margin: .2em 0;
    padding: 1em;
    cursor: pointer;
    background: #67a749;
    text-decoration: none;
    border-radius: 3px;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cta-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #137899;
    height: 5px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.cta-button:hover:before,
.cta-button:focus:before,
.cta-button:active:before {
    left: 0;
    right: 0;
}

.companies {
    clear: both;
    display: block;
    width: 100%;
    padding: 1em 0 0;
    border-top: 2px dashed #eee;
}

.companies h3 {
    text-align: center;
    margin: 0;
}

.companies ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.companies ul li {
    display: inline-block;
    padding: 0 1em;
}

.companies ul li:first-child {
    padding-left: 0;
}

.companies ul li:last-child {
    padding-right: 0;
}

.companies ul li a {
    display: block;
    position: relative;
    text-indent: -99999px;
    width: 200px;
    height: 75px;
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center;
}

.companies ul li.modxextras a {
    background-color: green;
}

.companies ul li.modmore a {
    background-color: red;
}

.companies ul li.extrasio a {
    background-color: yellow;
}

.companies ul li.modstore a {
    background-color: violet;
}

.disclaimer {
    max-width: 960px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-size: .6em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        padding: 1em;
        border: 0;
        border-radius: 0;
    }
}

.container {
    display: block;
    max-width: 1130px !important;
    margin: 0 auto;
}

.container>section {
    height: 100%;
    width: 60%;
    display: inline-block;
    float: left;
    margin-bottom: 2em;
}

.container>aside {
    height: 100%;
    display: inline-block;
    width: 30%;
    border-left: 2px dashed #eee;
    float: right;
    padding-left: 1.5em;
}

.logo {
    padding: 10px 0;
}

.site-header {
    padding: 20px 20px 10px 20px;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
}

.site-header .logo a {
    display: block;
}

.responsive-banner {
    position: relative;
    margin-top: -17px;
    margin-bottom: -26px;
}

.responsive-banner {
    position: relative;
}

.responsive-banner img {
    width: 100%;
    height: auto;
}

.banner-content {
    position: absolute;
    top: 18%;
    width: 100%;
}

.banner-content h1 {
    padding: 0 30px;
    color: #fff;
    font-size: 55px;
    line-height: 65px;
    text-align: center;
}

.banner-content p {
    color: #fff;
    text-align: center;
}

.banner-content .banner_line {
    width: 49%;
    height: 5px;
    background-color: #3ac0e9;
    margin: 0 auto 30px auto;
}

.buttons {
    position: relative;
    width: 49.9388%;
    /* 408px / 817px = 49.9388% */
}

.calculator {
    margin-top: 10px;
    background-color: #3ac0e9;
    color: #fff;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    width: 90%;
    cursor: pointer;
}

.contact_us {
    width: 90%;
    margin-top: 10px;
    background-color: #fff;
    color: #2c378f;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
}

.nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.nav-menu>li {
    position: relative;
    display: inline-block;
}

.nav-menu a {
    display: block;
    padding: 15px 3px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.nav-menu a:hover {
    color: #3ac0e9;
}

.nav-menu a:active {
    color: #3ac0e9;
}

.nav-menu a:hover .chevron-white {
    display: none;
}

.nav-menu a:hover .chevron-blue,
.nav-menu a:active .chevron-blue {
    display: inline-block;
}

.hamburger,
.hamburger-open {
    display: none;
}

/* Стили для пункта с подменю .has-submenu > a::after {    content: " \\f078";    font-size: 12px;    transition: transform 0.3s ease;    transform: rotate(90deg);}*/
.has-submenu.active>a::after {
    transform: rotate(180deg);
}

/* Стили для подменю */
.nav-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 300px;
    z-index: 999999;
    border-radius: 5px;
    /* Скрываем по умолчанию */
    display: none;
}

header .logo img {
    width: 100%;
}

.chevron-white {
    width: 12px;
}

.chevron-blue {
    display: none;
    width: 12px;
}

.nav-submenu.show {
    display: block;
}

.nav-submenu li {
    border-bottom: 1px solid #eee;
}

.nav-submenu li:last-child {
    border-bottom: none;
}

.nav-submenu a {
    padding: 5px 15px;
    color: #2c378f;
}

.nav-submenu a:hover {
    background-color: #3ac0e9;
    color: #fff;
}

.professional_services {
    background-color: #fff;
    padding-top: 5%;
    color: #2c378f;
}

.professional_services h2,
.professional_services h3{
    color: #2c378f;
    font-size: 37px;
    line-height: 43px;
}

.professional_services .prof_box {
    background-color: #f1f1f2;
    color: #2c378f;
    height: 70%;
    margin-bottom: 50px;
    border-radius: 7px;
    padding: 25px;
}

.professional_services .prof_box p {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.professional_services .prof_box span {
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.what_we_have {
    margin: 70px 0 80px 0;
}

.what_we_have h2 {
    color: #fff;
    text-align: center;
    font-size: 44px;
}

.what_we_have .have_box {}

.what_we_have .have_box img {
    display: block;
    float: left;
}

.what_we_have .have_box p {
    width: 50%;
    float: left;
    margin-top: 0;
    margin-left: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 23px;
}

.what_is_mult {
    background: #fff;
    margin: 70px 0 25px 0;
    padding-bottom: 50px;
}

.what_is_mult h2 {
    text-align: center;
    font-size: 44px;
    color: #2c378f;
    line-height: 50px;
    padding-top: 30px;
}

.what_is_mult span {
    font-size: 17px;
    line-height: 15px;
}

.what_is_mult .have_box img {
    display: block;
    float: left;
    margin-bottom: 20px;
}

.what_is_mult .have_box p {
    width: 50%;
    float: left;
    margin-top: 25px;
    color: #2c378f;
    font-size: 19px;
    line-height: 23px;
    font-weight: bold;
    text-align: center;
}

.multi-docs {
    margin-bottom: 60px !important;
}

.multidoc {
    width: 20% !important;
}
.multidoc span {
    font-size: 12px !important;
}
.multi_prof {
    padding-bottom: 50px;
}
.multi_prof h2 {
    margin-top: 0;
}
/*.multi_prof p {
    margin-bottom: 50px;
}*/
.danger_spec .advant_box {
    padding: 7px !important;
}
.danger_spec h2 {
    line-height: 50px;
}
.danger_spec p {
    font-size: 12px !important;
}
.danger_docs {
    margin: 0 !important;
}
.danger_docs .advant_box {
    margin-bottom: 45px;
    box-sizing: border-box;
}
.rail_types_block p {
    margin-bottom: 0;
}
.rail_types_block li {
    font-size: 15px;
    line-height: 23px;
}
.cross_types_block .prof_box {
    height: 80%;
}
.avia .advant_box {
    height: 100% !important;
}
.carousel img {
    width: 100%;
    height: auto;
}

.clr {
    clear: both;
}

.reviews {
    padding-bottom: 60px;
    background-color: #fff;
}

.reviews h2 {
    color: #2c378f;
    text-align: center;
    padding-top: 70px;
    font-size: 35px;
}

.reviews p {
    color: #2c378f;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
}

.review_item {
    width: 100%;
    height: 100px;
    border: 1px solid #2c378f;
}
.about_us {
    padding-bottom: 30px;
}
.about_us h1 {
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.about_us p {
    color: #fff;
    text-indent: 50px;
}
.about_us ul {
    color: #fff;
    font-weight: bold;
    padding-left: 0;
}
.about_us ul li {
    font-weight: lighter;
    padding-left: 20px;
}

footer {
    position: relative;
    border-top: 1px dashed #D3D3D3;
    background-color: #fff;
    margin-top: -20px;
}

footer h2 {
    width: 85%;
    color: #2c378f;
    padding-top: 30px;
    font-size: 35px;
    line-height: 45px;
}

footer p {
    color: #2c378f;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
}

footer .logo img {
    width: 58%;
}

.down-footer {
    width: 100%;
    position: absolute;
    top: 80%;
}

footer>img {
    width: 100%;
    margin-top: 40px;
}

footer .contact_us {
    margin-top: 70px;
    color: #fff;
    background-color: #2c378f;
}

footer .copyright {
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    float: right;
}

.map img {
    display: block;
    width: 100%;
    margin-top: -18px;
}

.contacts {
    padding-bottom: 55px;
    background: #fff;
    border-bottom: 1px dashed #D3D3D3;
}

.contacts_top {
    padding-bottom: 35px;
    font-size: 17px;
    line-height: 17px;
    background-color: #2c378f;
}

.contacts_top p {
    margin-left: 10%;
    color: #fff;
    font-weight: bold;
}

.contacts_top span {
    color: #fff;
}

.contacts_down {
    padding-top: 40px;
    background-color: #fff;
}

.contacts_down img {
    display: block;
    float: left;
    margin-right: 10px;
}

.contacts_down .img-phone {
    position: relative;
    top: 9px;
}

.contacts_down span {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    display: inline-block;
}

.contacts .contact_us {
    position: relative;
    top: -100px;
    width: 160px;
    color: #fff;
    background-color: #2c378f;
}

.multimodal-banner {
    padding: 60px 0;
    color: #fff;
}
.multimodal-banner h3 {
    color: #fff;
}
.multimodal-banner h1 {
    margin-top: 0;
    color: #fff;
    line-height: 43px;
}

.multimodal-banner .banner_line {
    width: 49%;
    height: 3px;
    background-color: #3ac0e9;
    margin: 0 0 30px 0;
}

.multimodal-banner .calculator {
    display: inline-block;
    width: 35%;
    font-size: 15px;
    margin-right: 15px;
}

.multimodal-banner .contact_us {
    display: inline-block;
    width: 30%;
    font-size: 15px;
}

.custom {
    background-color: #fff;
    padding-top: 5%;
    color: #2c378f;
}

.custom h2 {
    color: #2c378f;
    font-size: 37px;
    line-height: 43px;
    margin-top: 0;
}

.custom .custom_box {
    color: #2c378f;
    height: 70%;
    margin-bottom: 50px;
    border-radius: 7px;
}

.custom .custom_box img {
    float: left;
    margin-right: 20px;
}

.custom .custom_box p {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
}

.custom .custom_box ul {
    list-style-type: none;
    /* Убираем стандартные маркеры */
    padding-left: 0;
}

.custom .custom_box ul li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
}

.custom_box li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: black;
    font-size: 1.2em;
    line-height: 1.2;
    color: #2c378f;
}

.advantages {
    margin: 70px 0 -50px 0;
    color: #2c378f;
    z-index: 99999;
    position: relative;
}

.advantages h2 {
    color: #fff;
    text-align: center;
    font-size: 44px;
    line-height: 50px;
}

.advantages>.container>p {
    color: #fff;
}

.advantages .advant_box {
    height: 100%;
    background-color: #fff;
    border-radius: 7px;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}

.advantages .advant_box p {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.multi-spec .advant_box p {
    font-weight: normal;
}
.advantages .advant_box span {
    font-size: 16px;
    line-height: 22px;
    display: block;
}

.delivery_scheme {
    background-color: #fff;
}

.delivery_scheme h2 {
    color: #2c378f;
    padding-top: 30px;
    font-size: 33px;
    line-height: 45px;
}

.delivery_scheme>.container>p {
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
}

.delivery_scheme .row img {
    width: 67%;
}

.delivery_scheme ul p {
    font-size: 18px;
}
.delivery_scheme ul li {
    font-size: 16px;
}
.delivery_scheme .row p {
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    margin: 40px 0;
}
.delivery_scheme_multi .row p {
    font-size: 19px;
}

.delivery_scheme .row p:first-child {
    margin-top: 0;
}

.delivery_scheme .del-numbers {
    color: #3ac0e9;
    font-weight: bold;
    font-size: 60px;
}

.del-text {
    /*border-left: 1px solid #2c378f;*/
    margin-left: -40px;
}
.carousel #gallery-slider {
    height: 100%;
}
.carousel .gal-item {
    float: none !important;
    padding: 0 !important;
    border: 0 !important;
    height: 100%;
}

@media (max-width: 767px) {
    .babel_links {
        top: 3px;
        right: 75px;
    }
    .babel_links li a {
        font-size: 14px;
    }
    .babel_links li:first-child a:after {
        left: 15px;
    }

    .nav-menu a {
        padding: 5px 3px;
    }

    body {
        font-size: 16px;
    }

    .container {
        box-sizing: border-box;
        padding: 1em;
        margin: 0 0 1em;
        border: 0;
        border-radius: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .container>section,
    .container>aside {
        float: none;
        width: 100%;
    }

    .container aside {
        border: 0;
        padding: 0;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 19px;
    }

    h3 {
        font-size: 16px;
    }

    .companys ul li {
        display: block;
    }

    .site-header {
        position: relative;
        padding: 0 20px;
    }

    header .logo {
        padding: 0 0 10px 0;
    }

    header .logo img {
        width: 92%;
    }
    
    .no-mobile {
        display: none;
        position: absolute;
        z-index: 99999;
        width: 80%;
        top: 68px;
        right: -11px;
        background: #fff;
    }

    .no-mobile li a .chevron-white {
        display: none;
    }

    .hamburger {
        display: block;
        float: right;
        margin-top: 7px !important;
        text-align: right;
    }

    .hamburger-open {
        float: right;
        margin-top: 9px;
        text-align: right;
    }

    .navigation,
    .calc-in-row,
    .cont-in-row {
        flex: none;
        width: 100%;
    }

    .nav-menu {
        box-shadow: none;
    }

    .nav-menu li {
        display: block;
        background: white;
        border: 1px solid #ddd;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        color: #2c378f;
        border: none;
        box-shadow: none;
    }

    .nav-menu li a {
        color: #2c378f;
    }

    .nav-submenu {
        display: block;
        position: static;
        border: none;
        box-shadow: none;
    }

    .no-mobile .calculator {
        margin: 10px auto;
        color: #2c378f;
    }

    .no-mobile .contact_us {
        margin: 0px auto 10px;
        background-color: #2c378f;
        color: #fff;
    }

    .responsive-banner {
        width: 100%;
        height: inherit;
        padding-top: 7px;
        padding-bottom: 25px;
    }

    .responsive-banner img {
        display: none;
    }

    .banner-content {
        position: static;
    }

    .banner-content h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .banner-content .banner_line {
        height: 2px;
        margin: 0 auto;
    }

    .banner-content p {
        margin: 15px auto;
        width: 70%;
    }

    .banner-content .calculator,
    .banner-content .contact_us {
        line-height: 37px;
        font-size: 11px;
        border-radius: 7px;
        width: 50%;
        margin: 5px auto;
    }

    .professional_services h2 {
        font-size: 22px;
        line-height: 25px;
        text-align: center;
        width: 100%;
        margin: 0 auto 20px auto;
    }

    .professional_services .prof_left p {
        display: none;
    }

    .prof_right>.container {
        padding: 0 5px;
    }

    .prof_right>.container>.row>div {
        padding: 0 5px;
    }

    .professional_services .prof_box {
        height: 93%;
        margin-bottom: 15px;
        padding: 15px;
    }

    .professional_services .prof_box p {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 15px;
    }

    .professional_services .prof_box span {
        font-size: 12px;
        line-height: 15px;
    }

    .what_we_have {
        width: 95%;
        margin: 0 auto;
    }

    .what_we_have .have_box img {
        width: 45px;
    }

    .what_we_have h2 {
        font-size: 25px;
        margin: 0 auto 30px auto;
    }

    .what_we_have .have_box p {
        width: 75%;
        margin-top: 7px;
        font-size: 16px;
        line-height: 20px;
    }

    .what_we_have .have_box {
        margin-bottom: 30px;
    }

    .multi-docs {
        margin-bottom: 60px !important;
    }

    .multidoc {
        width: 50% !important;
    }
    .multidoc p,
    .multidoc span{
        font-size: 10px !important;
    }

    .what_is_mult {
        width: 95%;
        margin: 0 auto;
    }

    .what_is_mult .have_box img {
        width: 45px;
    }

    .what_is_mult h2 {
        font-size: 25px;
        margin: 0 auto 30px auto;
    }

    .what_is_mult .have_box p {
        width: 75%;
        margin-top: 7px;
        font-size: 16px;
        line-height: 20px;
    }

    .what_is_mult .have_box {
        margin-bottom: 30px;
    }

    .reviews {
        margin-top: -18px;
    }

    .reviews h2 {
        padding-top: 10px;
        font-size: 24px;
        line-height: 30px;
    }

    .reviews p {
        display: none;
    }
    
    .delivery_scheme h2 {
        padding-top: 0;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        margin-top: 5px;
    }

    footer {
        border-top: none;
        margin-top: -60px;
    }

    footer h2 {
        margin: 15px auto;
        padding-top: 0px;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }

    footer p {
        display: none;
    }

    footer .contact_us {
        width: 50%;
        margin: 0 auto;
    }

    .down-footer {
        position: static;
        background: #2c378f;
        margin-top: -30px;
    }

    .down-footer>.container {
        padding-top: 0;
    }

    footer .logo {
        padding: 10px 15px;
    }

    footer .logo img {
        width: 100%;
    }

    footer .copyright {
        line-height: 41px;
        font-size: 9px;
    }

    .multimodal-banner {
        padding: 20px 0 40px 0;
    }

    .multimodal-banner img {
        display: block;
        width: 45%;
        margin: 0 auto;
    }

    .multimodal-banner h1 {
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }

    .multimodal-banner .banner_line {
        margin: 30px auto;
    }

    .multimodal-banner p {
        text-align: center;
    }

    .multimodal-banner .calculator,
    .multimodal-banner .contact_us {
        display: block;
        width: 55%;
        font-size: 12px;
        margin: 10px auto 0;
    }

    .custom {
        padding-bottom: 30px;
    }

    .custom h2 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    .custom .custom_box ul {
        padding-left: 50px;
    }

    .custom .custom_box ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .custom .custom_box {
        height: auto;
        margin-bottom: 20px;
    }

    .advantages {
        margin: 0;
    }

    .advantages h2 {
        font-size: 26px;
        line-height: 28px;
        text-align: center;
        width: 70%;
        margin: 0 auto 30px;
    }

    .advantages>.container>p {
        display: none;
    }

    .advantages>.container>.row>div {
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .advantages .advant_box {
        height: 95%;
        margin-bottom: 15px;
        padding: 6px;
        box-sizing: border-box;
    }

    .advantages .advant_box p {
        margin-top: 0;
        margin-bottom: 5px;
        margin-left: 0;
        font-size: 14px;
        line-height: 15px;
    }

    .advantages .advant_box span {
        font-size: 11px;
        line-height: 15px;
        display: block;
        /*font-weight: bold;*/
    }

    .delivery_scheme .row p {
        font-size: 12px;
        line-height: 18px;
        margin: 20px 0;
    }
    
    .del-text {
        margin-left: -48px;
    }

    .contacts_top .container {
        padding-left: 0;
        padding-right: 0;
    }

    .contacts_top p {
        display: inline-block;
        margin: 10px 0 0 15px;
        font-size: 14px;
    }

    .contacts_top span {
        font-size: 14px;
    }

    .contacts .contact_us {
        top: 0;
        width: 160px;
        margin: 20px auto;
        color: #fff;
        background-color: #2c378f;
    }

    .contacts_down {
        width: 65%;
        margin: 0 auto;
        padding-top: 0;
    }

    .contacts_down p {
        display: none;
    }

    .contacts_down span {
        line-height: 23px;
        display: inline-block;
        font-size: 14px;
    }

    .contacts_down .img-phone {
        top: 2px;
    }
    .cross_types_block ul {
        padding-left: 7px;
        font-size: 13px;
        line-height: 16px;
    }
    .cross_types_block ul li {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 11px;
        line-height: 17px;
    }
    .delivery_scheme .del-numbers {
        font-size: 25px;
    }
    .delivery_scheme ul {
        padding-left: 7px;
        font-size: 13px;
        line-height: 16px;
    }
    .delivery_scheme ul li {
        font-size: 11px;
        line-height: 18px;
    }
    .delivery_scheme .row p {
        margin-left: 10px;
    }
    .prof-content .col-6 {
        margin-bottom: 30px; 
    }
}


 /* Полупрозрачный фон */
  .modal-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(44, 55, 143, 0.7); /* #2c378f с прозрачностью */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  /* Окно модального */
  .modal {
    background: white;
    padding: 20px 25px;
    border-radius: 8px;
    max-width: 500px;
    width: 85%;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  }

 .modal form button {
    margin-top: 50px;
  }
  .modal form h3 {
    color: #2c378f;
  }
  .modal form p {
    font-size: 14px;
    line-height: 18px;
  }

  /* Вторая и первая строчка инпутов по две колонки */
  form > div {
    display: contents; /* позволит использовать grid из form */
  }

  label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #333;
  }

  input, textarea {
    margin-top: 5px;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
  }

  textarea {
    grid-column: 1 / -1; /* занять всю строку */
    min-height: 100px;
  }

  button.submit-btn {
    position: static;
    grid-column: 1 / -1;
    width: 120px;
    padding: 12px;
    background-color: #2c378f;
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  button.submit-btn:hover {
    background-color: #212a6b;
  }
  
.modal-form {
    background: red;
}
.modal-invisible {
    display: none;
}
.modal-visible {
    display: block;
}
.modal-close {
    float: right;
}
  
  
  