:root {

}



::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}




html {
    min-width: 290px;
    font-size: 16px;
}

body {
    font-family: 'Montserrat';
    /* Для Internet Explorer */
    scrollbar-face-color: #FFFFFF;
    background: #FFFFFF;
}
body.admin {

}

.container:before,
.container:after,
.row:before,
.row:after {
    display: none;
}


.text-decoration {
    text-decoration: underline;
}

.text-decoration-none {
    text-decoration: none;
}




.btn {
    border-radius: 0;
}





a {
    text-decoration: none;
}

p {
    font-size: 1rem;
    line-height: 1.4;
}
p:last-of-type {
    margin-bottom: 0;
}







@media (max-width: 1399px) {



}
@media (max-width: 1199px) {



}
@media (max-width: 991px) {

    p {
        font-size: 0.875rem;
    }

}
@media (max-width: 767px) {

    p {
        font-size: 0.825rem;
    }

}
@media (max-width: 575px) {



}












.mm-page {
    height: 100%;
}










header {
    background-color: #FFFFFF;
}


header .top-block {
    background-color: #002D5B;
}



header .logo {

}

header .logo img {
    max-width: 220px;
}
header .logo .logo-slogan {
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: bold;
    color: #002D5B;
    text-transform: uppercase;
}

header .contact-item {
    font-size: 0.75rem;
    font-weight: bold;
    color: #4D4D4D;
}
header .contact-item a {
    font-size: 0.875rem;
    font-weight: normal;
    color: #1A1A1A;
}



header .bottom-block {
    background-color: #0079C2;
}





@media (max-width: 1399px) {

    header .logo img {
        max-width: 200px;
    }
    header .logo .logo-slogan {
        font-size: 0.75rem;
    }

}
@media (max-width: 1199px) {

    header .logo img {
        max-width: 160px;
    }
    header .logo .logo-slogan {
        font-size: 0.675rem;
    }

}
@media (max-width: 991px) {

    header .logo .logo-slogan {
        font-size: 0.5rem;
    }

}
@media (max-width: 767px) {

    header .logo img {
        max-width: 140px;
    }


    header .contact-item {
        font-size: 0.675rem;
    }
    header .contact-item a {
        font-size: 0.75rem;
    }

}
@media (max-width: 575px) {

    header .logo img {
        max-width: 120px;
    }


    header .contact-item {
        font-size: 0.6rem;
    }
    header .contact-item a {
        font-size: 0.7rem;
    }

}






footer {
    background-color: #F5F5F5;
}


footer .logo {

}

footer .logo img {
    max-width: 300px;
}


footer .contact-item {
    font-size: 0.75rem;
    font-weight: bold;
    color: #127ABF;
}
footer .contact-item a {
    font-size: 0.875rem;
    font-weight: normal;
    color: #1A1A1A;
}


footer .footer-description {
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: normal;
    color: #2B2A29;
}




@media (max-width: 1599px) {



}
@media (max-width: 1399px) {



}
@media (max-width: 1199px) {

    footer .logo img {
        max-width: 220px;
    }

}
@media (max-width: 991px) {

    footer .logo img {
        max-width: 160px;
    }


    footer .footer-description {
        font-size: 0.75rem;
        line-height: 1.2;
    }

}
@media (max-width: 767px) {



}
@media (max-width: 575px) {



}












.block {}

.block .block-heading {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: bold;
    color: #002D5B;
    text-transform: uppercase;
}
.block .block-heading::before {
    content: '';
    flex-shrink: 0;
    display: block;
    width: 18px;
    height: 36px;
    margin-right: 1.5rem;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    background-color: #002D5B;
}




@media (max-width: 1599px) {



}
@media (max-width: 1399px) {

    .block .block-heading {
        font-size: 2rem;
    }
    .block .block-heading::before {
        width: 16px;
        height: 32px;
        margin-right: 1rem;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
    }

}
@media (max-width: 1199px) {



}
@media (max-width: 991px) {

    .block .block-heading {
        font-size: 1.5rem;
    }
    .block .block-heading::before {
        width: 14px;
        height: 28px;
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
    }

}
@media (max-width: 767px) {

    .block .block-heading {
        font-size: 1.25rem;
    }
    .block .block-heading::before {
        width: 12px;
        height: 24px;
        margin-right: .75rem;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

}
@media (max-width: 575px) {

    .block .block-heading {
        font-size: 1.125rem;
    }
    .block .block-heading::before {
        width: 10px;
        height: 20px;
        margin-right: .5rem;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

}










.form-block {
    background-color: #002D5B;
}

.form-block .block-heading {
    color: #ffffff;
}
.form-block .block-heading::before {
    background-color: #ffffff;
}



.form-block .text {
    color: #ffffff;
}

.form-block .btn {
	padding: 8px 60px;
	border: solid 1px #FFFFFF;
	border-radius: 0.5rem;
	background-color: transparent;
	font-size: 1rem;
	color: #FFFFFF;
}
.form-block .btn:hover {
	background-color: #ffffff;
	color: #000000;
}



@media screen and (max-width: 1399px) {



}
@media screen and (max-width: 1199px) {



}
@media screen and (max-width: 991px) {



}
@media screen and (max-width: 767px) {

	.form-block .btn {
		padding: 6px 48px;
		border-radius: 0.25rem;
		font-size: 0.75rem;
	}

}
@media screen and (max-width: 575px) {

	.form-block .btn {
		padding: 6px 48px;
		border-radius: 0.25rem;
		font-size: 0.75rem;
	}

}





.form-block .b24-form {}

.form-block .b24-form .b24-form-wrapper {
    max-width: none;
    min-height: auto;
    background: none;
    border-radius: 0;
}

.form-block .b24-form .b24-form-header-padding {
    display: none;
}

.form-block .b24-form .b24-form-padding-side {
    padding: 0;
}

.form-block .b24-form .b24-form-content form {
    display: flex;
    align-items: flex-start;
}

.form-block .b24-form .b24-form-content form > *:first-of-type {
    display: flex;
}



.form-block .b24-form .b24-form-control-container {
    margin-bottom: 0;
}

.form-block .b24-form .b24-form-field {
    width: 360px;
    margin-right: 2rem;
    margin-bottom: 0;
}

.form-block .b24-form .b24-form-control-list .b24-form-control,
.form-block .b24-form .b24-form-control-select .field-item,
.form-block .b24-form .b24-form-control-string .b24-form-control,
.form-block .b24-form .b24-form-control-text .b24-form-control {
    padding: 17px 25px 0;
    background: #FFFFFF !important;
    border-radius: 4px !important;
    height: 56px !important;
    border: 1px solid #FFFFFF !important;
    color: #808080 !important;
}


.form-block .b24-form .b24-form-control-list .b24-form-control-label,
.form-block .b24-form .b24-form-control-string .b24-form-control-label,
.form-block .b24-form .b24-form-control-text .b24-form-control-label {
    padding-left: 25px;
}


.form-block .b24-form .b24-form-btn-container {
    margin: 0;
}
.form-block .b24-form .b24-form-btn-block {
    padding: 0;
}
.form-block .b24-form .b24-form-btn {
    width: 210px;
    height: 56px;
    background-color: #CCCCCC;
    border-radius: 4px;
    color: #FEFEFE;
}





.form-block .b24-form .b24-form-state-container .b24-form-loader,
.form-block .b24-form .b24-form-state-container .b24-form-state,
.form-block .b24-form .b24-from-state-on .b24-form-state-container {
    position: relative;
    margin-top: -62px;
}

.form-block .b24-form .b24-form-loader-icon {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.form-block .b24-form .b24-form-state-inner {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}



@media (max-width: 1599px) {



}
@media (max-width: 1399px) {



}
@media (max-width: 1199px) {

    .form-block .b24-form .b24-form-field {
        width: 300px;
        margin-right: 1rem;
    }
    .form-block .b24-form .b24-form-btn {
        width: 180px;
    }

}
@media (max-width: 991px) {

    .form-block .b24-form .b24-form-field {
        width: 240px;
        margin-right: 0.5rem;
    }
    .form-block .b24-form .b24-form-btn {
        width: 160px;
        padding: 12px;
        font-size: .875rem;
    }


}
@media (max-width: 767px) {

    .form-block .b24-form .b24-form-content form {
        display: block;
        align-items: flex-start;
    }


    .form-block .b24-form .b24-form-field {
        margin-bottom: 1rem;
    }

}
@media (max-width: 575px) {

    .form-block .b24-form .b24-form-content form > *:first-of-type {
        display: block;
    }


     .form-block .b24-form .b24-form-field {
        width: 100%;
        margin-right: 0;
    }
    .form-block .b24-form .b24-form-btn {
        width: 100%;
    }

}









.main-title {
    font-size: 1.875rem;
    color: #000000;
    font-weight: bold;
}



@media (max-width: 1599px) {



}
@media (max-width: 1399px) {



}
@media (max-width: 1199px) {

    .main-title {
        font-size: 1.75rem;
    }

}
@media (max-width: 991px) {

    .main-title {
        font-size: 1.5rem;
    }

}
@media (max-width: 767px) {

    .main-title {
        font-size: 1.25rem;
    }

}
@media (max-width: 575px) {



}










.about-block {
    background: url(/local/include/main/images/about-bg.jpg) center center no-repeat;
    background-size: cover;
}

.about-block .block-heading {
    color: #ffffff;
}
.about-block .block-heading::before {
    background-color: #ffffff;
}


.about-block .text {
    color: #ffffff;
}



@media (max-width: 1599px) {



}
@media (max-width: 1399px) {



}
@media (max-width: 1199px) {

    .about-block {
        background-position-x: calc(50% - 100px);
    }

}
@media (max-width: 991px) {

    .about-block {
        background-position-x: calc(50% - 150px);
    }


    .about-block .text,
    .about-block .text * {
        line-height: 1.2;
    }

}
@media (max-width: 767px) {

    .about-block {
        /*background-position-x: 50%;*/
        background: #005082;
    }

}
@media (max-width: 575px) {



}












.advantages-block {

}

.advantages-block .item {
    background-color: #F5F5F5;
}

.advantages-block .item .img {
    width: 136px;
    height: 136px;
    background-color: #002D5B;
}
.advantages-block .item .img img {}

.advantages-block .item .text {

}



@media (max-width: 1599px) {



}
@media (max-width: 1399px) {



}
@media (max-width: 1199px) {

    .advantages-block .item .img {
        width: 120px;
        height: 120px;
    }
    .advantages-block .item .img img {
        max-width: 64px;
    }

    .advantages-block .item .text {
        font-size: 0.875rem;
    }

}
@media (max-width: 991px) {



}
@media (max-width: 767px) {

    .advantages-block .item .img {
        width: 100px;
        height: 100px;
    }
    .advantages-block .item .img img {
        max-width: 48px;
    }

    .advantages-block .item .text {
        font-size: 0.875rem;
    }

}
@media (max-width: 575px) {

    .advantages-block .item .img {
        width: 80px;
        height: 80px;
    }
    .advantages-block .item .img img {
        max-width: 32px;
    }

    .advantages-block .item .text {
        font-size: 0.75rem;
    }

}










.sotrudnichestvo-block {
    background: url(/local/include/main/images/sotrudnichestvo-bg.jpg) center center no-repeat;
    background-size: cover;
}

.sotrudnichestvo-block .block-heading {
    color: #ffffff;
}
.sotrudnichestvo-block .block-heading::before {
    background-color: #ffffff;
}


.sotrudnichestvo-block .text {
    color: #ffffff;
}



@media (max-width: 1599px) {



}
@media (max-width: 1399px) {



}
@media (max-width: 1199px) {

    .sotrudnichestvo-block {
        background-position-x: calc(50% + 50px);
    }

}
@media (max-width: 991px) {

    .sotrudnichestvo-block {
        background-position-x: calc(50% - 150px);
    }


    .sotrudnichestvo-block .text,
    .sotrudnichestvo-block .text * {
        line-height: 1.2;
    }

}
@media (max-width: 767px) {

    .sotrudnichestvo-block {
        /*background-position-x: 50%;*/
        background: #005082;
    }

}
@media (max-width: 575px) {



}










.oblast-primeneniya-block {}



@media (max-width: 1599px) {



}
@media (max-width: 1399px) {



}
@media (max-width: 1199px) {



}
@media (max-width: 991px) {



}
@media (max-width: 767px) {



}
@media (max-width: 575px) {



}

















.page-heading {
    font-size: 1.875rem;
    font-weight: bold;
    color: #2B2A29;
}

.page-heading-2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2B2A29;
}




@media (max-width: 1399px) {



}
@media (max-width: 1199px) {



}
@media (max-width: 991px) {

    .page-heading {
        font-size: 1.5rem;
    }

    .page-heading-2 {
        font-size: 1.25rem;
    }

}
@media (max-width: 767px) {

    .page-heading {
        font-size: 1.25rem;
    }

    .page-heading-2 {
        font-size: 1.125rem;
    }

}
@media (max-width: 575px) {

    .page-heading {
        font-size: 1.125rem;
    }

    .page-heading-2 {
        font-size: 1rem;
    }

}










.contacts-page {}


.contacts-page .contacts-block {
    font-size: 1rem;
    line-height: 1.6;
    color: #2B2A29;
}
.contacts-page .contacts-block.phones {
    font-size: .875rem;
    color: #4D4D4D;
}
.contacts-page .contacts-block.social {
    background-color: #CCCCCC;
}

.contacts-page .contacts-block .head {
    font-size: 1.125rem;
    font-weight: bold;
    color: #0079C2;
}
.contacts-page .contacts-block a {
    font-size: 1rem;
    color: #2B2A29;
}




@media (max-width: 1399px) {



}
@media (max-width: 1199px) {



}
@media (max-width: 991px) {

    .contacts-page .contacts-block .head {
        font-size: 1rem;
    }


    .contacts-page .contacts-block a {
        font-size: .875rem;
    }


    .contacts-page .bx-yandex-map,
    .contacts-page .ymaps-map {
        height: 360px !important;
    }

}
@media (max-width: 767px) {

    .contacts-page .bx-yandex-map,
    .contacts-page .ymaps-map {
        height: 320px !important;
    }

}
@media (max-width: 575px) {



}












.contacts-page .cities-block {

}

.contacts-page .cities-block .time {
    font-size: 12px;
    line-height: normal;
    color: #666666;
}



.contacts-page .cities-block .cities {

}
.contacts-page .cities-block .cities .city {

}

.contacts-page .cities-block .cities .city .name {
    font-size: 16px;
    line-height: normal;
    color: #0079C2;
    font-weight: bold;
}
.contacts-page .cities-block .cities .city .phone {
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    line-height: 1.63;
    color: #000000;
}
.contacts-page .cities-block .cities .city .address {
    font-size: 14px;
    line-height: normal;
    color: #000000;
}


@media (max-width: 1399px) {



}
@media (max-width: 1199px) {



}
@media (max-width: 991px) {



}
@media (max-width: 767px) {



}
@media (max-width: 575px) {



}


















.delivery-page {

}


.delivery-page .delivery-block {

}

.delivery-page .delivery-block-1 {
    background-color: #E6E6E6;
}

.delivery-page .delivery-block .title {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: bold;
    color: #2B2A29;
}

.delivery-page .delivery-block .desc {
    font-size: 1.125rem;
}
.delivery-page .delivery-block-1 .desc {
    font-size: 1rem;
}



.delivery-page .delivery-block .item {

}

.delivery-page .delivery-block .item .img-block {
    width: 88px;
    height: 88px;
    background-color: #002D5B;
}
.delivery-page .delivery-block .item .img-block .img {
    max-height: 46px;
}


.delivery-page .delivery-block .item .title {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: normal;
    color: #2B2A29;
}

.delivery-page .delivery-block .item .desc {
    font-size: 1rem;
    line-height: 1.2;
    color: #2B2A29;
}
.delivery-page .delivery-block .item .desc p:last-of-type {
    margin-bottom: 0;
}



.delivery-page .delivery-block-2 img {
    max-width: 180px;
    max-height: 60px;
    object-fit: contain;
}




@media (max-width: 1599px) {



}
@media (max-width: 1399px) {



}
@media (max-width: 1199px) {

    .delivery-page .delivery-block .title {
        font-size: 1.25rem;
    }

    .delivery-page .delivery-block .desc {
        font-size: 1rem;
    }
    .delivery-page .delivery-block-1 .desc {
        font-size: .875rem;
    }



    .delivery-page .delivery-block .item .img-block {
        width: 72px;
        height: 72px;
    }
    .delivery-page .delivery-block .item .img-block .img {
        max-height: 36px;
    }

    .delivery-page .delivery-block .item .title {
        font-size: .875rem;
    }

    .delivery-page .delivery-block .item .desc {
        font-size: .875rem;
    }

}
@media (max-width: 991px) {

    .delivery-page .delivery-block .title {
        font-size: 1.125rem;
    }

    .delivery-page .delivery-block .desc {
        font-size: .875rem;
    }


    .delivery-page .delivery-block .item .img-block {
        width: 48px;
        height: 48px;
    }
    .delivery-page .delivery-block .item .img-block .img {
        max-height: 24px;
    }

}
@media (max-width: 767px) {

    .delivery-page .delivery-block .title {
        font-size: 1rem;
    }

}
@media (max-width: 575px) {



}












.about-page {}

.about-page .preimush-block .item {

}

.about-page .preimush-block .item .img-block {
    width: 88px;
    height: 88px;
    background-color: #002D5B;
}
.about-page .preimush-block .item .img-block .img {
    max-height: 46px;
}


.about-page .preimush-block .item .title {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: normal;
    color: #2B2A29;
}


.about-page .bg-block {
    background-color: #CCCCCC;
}




@media (max-width: 1599px) {



}
@media (max-width: 1399px) {



}
@media (max-width: 1199px) {

    .about-page .preimush-block .item .img-block {
        width: 72px;
        height: 72px;
    }
    .about-page .preimush-block .item .img-block .img {
        max-height: 36px;
    }

    .about-page .preimush-block .item .title {
        font-size: .875rem;
    }

}
@media (max-width: 991px) {

    .about-page .preimush-block .item .img-block {
        width: 48px;
        height: 48px;
    }
    .about-page .preimush-block .item .img-block .img {
        max-height: 24px;
    }

}
@media (max-width: 767px) {



}
@media (max-width: 575px) {



}














.dealers-page {}



.dealers-page .cities-block {

}

.dealers-page .cities-block .cities {

}
.dealers-page .cities-block .cities .city {}
.dealers-page .cities-block .cities .city a {
    font-size: 1rem;
    line-height: normal;
    color: #0079C2;
    font-weight: bold;
}

.dealers-page .cities-block .cities .city.active a {
    text-decoration: underline;
}








.dealers-page .dealers-block {

}

.dealers-page .dealers-block .time {
    font-size: 12px;
    line-height: normal;
    color: #666666;
}



.dealers-page .dealers-block .dealers {

}
.dealers-page .dealers-block .dealers .dealer {
    border-bottom: 1px solid gray;
}

.dealers-page .dealers-block .dealers .dealer img {
    max-width: 150px;
    max-height: 60px;
}
.dealers-page .dealers-block .dealers .dealer .name {
    font-size: 16px;
    line-height: normal;
    color: #0079C2;
    font-weight: bold;
}
.dealers-page .dealers-block .dealers .dealer .address {
    font-size: 14px;
    line-height: normal;
    color: #000000;
}
.dealers-page .dealers-block .dealers .dealer .phone {
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    line-height: 1.63;
    color: #000000;
}
.dealers-page .dealers-block .dealers .dealer .email {
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    line-height: 1.63;
    color: #000000;
}







@media (max-width: 1399px) {



}
@media (max-width: 1199px) {



}
@media (max-width: 991px) {

    .dealers-page .bx-yandex-map,
    .dealers-page .ymaps-map {
        height: 360px !important;
    }

}
@media (max-width: 767px) {

    .dealers-page .cities-block .cities .city a {
        font-size: .875rem;
    }


    .dealers-page .bx-yandex-map,
    .dealers-page .ymaps-map {
        height: 320px !important;
    }

}
@media (max-width: 575px) {



}













.name-error {
    font-family: Montserrat;
    font-size: 320px;
    line-height: 320px;
    font-weight: bold;
    color: #bbbbbb;
}
.text-error {
    font-size: 18px;
}


@media (max-width: 1199px) {
    


}
@media (max-width: 991px) {

    .name-error {
        font-size: 260px;
        line-height: 260px;
    }
    .text-error {
        font-size: 16px;
    }

}
@media (max-width: 767px) {

    .name-error {
        font-size: 180px;
        line-height: 180px;
    }
    .text-error {
        font-size: 14px;
    }

}
@media (max-width: 575px) {

    .name-error {
        font-size: 100px;
        line-height: 100px;
    }
    .text-error {
        font-size: 12px;
    }

}