body {font-family: 'Roboto', sans-serif;margin: 0;color: #4D4D4D;}
svg#Layer_1 {
    width: 42px;
    height: 59px;
    position: absolute;
    top: -6px;
    left: 0;
}
svg#Layer_2 {
    width: 110px;
    position: absolute;
    top: -17px;
    left: 50px;
}
header .logo {
    position: relative;
    height: 40px;
    width: 144px;
}
        input {
            font-family: 'Roboto', sans-serif;
        }

        section img {
            width: 100%;
            height: auto;
        }

        img.v_line {
            width: auto;
        }

        h1 {
            font-weight: 300;
            font-size: 36px;
            line-height: 54px;
            display: flex;
            align-items: center;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 30px;
        }

        h2 {
            font-weight: 300;
            font-size: 30px;
            line-height: 48px;
            text-transform: uppercase;

        }

        h3 {
            font-weight: normal;
            font-size: 20px;
            line-height: 30px;
            text-transform: uppercase;
            margin-top: 0;
        }

        p {
            font-size: 16px;
            line-height: 24px;
            color: #4D4D4D;
        }

        .blue {
            color: #0372C4
        }

        header,
        .banner,
        .banner-buttons,
        .catalog,
        .about,
        .gallery,
        .production,
        .contacts {
            border-bottom: 1px solid #ECECEC;
        }

        .gallery .wrapper .slider2 {
            width: 100%;
            padding: 10px 0 5px;
        }

        .gallery .slider-wrapper {
            width: calc(100% + 20px);
            margin: 0 -5px;
        }

        .gallery .wrapper {
            border-left: 1px solid #ECECEC;
            border-right: 1px solid #ECECEC;
            overflow: hidden;
        }

        div {
            box-sizing: border-box;
        }

        header {
            font-size: 11px;
            line-height: 15px;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #4D4D4D;
            height: 40px;
        }

        header a {
            color: #4D4D4D;
            text-decoration: none;
        }

        header i {
            margin-right: 10px;
        }

        header .social a i {
            margin: 0;
        }

        header .social a {
            margin: 0 5px;
        }

        header .wrapper {
            height: 100%;
            justify-content: space-between;
        }

        header .wrapper>* {
            flex-grow: 1;
            display: flex;
            justify-content: center;
            align-items: center;
    height: 100%;
        }

        header i {
            color: #0372C4;
        }

        header .logo {
            position: relative;
            height: 40px;
        }

        header .callback {
            color: #0372C4;
            border: 1px solid #0372C4;
            height: 25px !important;
            font-size: 11px;
        }

        .site-title {
            border-left: 1px solid #ececec;
        }

        .social,
        .callback-wrp {
            border-left: 1px solid #ececec;
            border-right: 1px solid #ececec;
        }






        img.logo-text {
            margin-left: 10px;
        }

        .wrapper {
            display: flex;
            width: 100%;
            max-width: 1180px;
            flex-wrap: wrap;
            margin: 0 auto;
        }

        .border-lr {
            border-left: 1px solid #ECECEC;
            border-right: 1px solid #ECECEC;
        }

        /*BANNER*/
.swiper-container1{
    overflow: hidden;
	height:100%;}
.swiper-container1 .swiper-slide{/*background: linear-gradient(251.86deg, #155992 -0.75%, #6095C3 100%)*/;}
        .bnr-left {
            width: 50%;
            padding: 0 20px;
        }

        .bnr-right {
            width: 50%;
        }

        .banner-buttons .wrapper {
            border-left: 1px solid #ececec;
            border-right: 1px solid #ececec;
        }

        .bb-left {
            padding-left: 20px;
            align-items: center;
        }

        .bb-left a.catalog-download.btn {
            color: #ffffff;
            border: none;
            background-color: #0372C4;
        }

        .adv-btn {
            flex-grow: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .bb-right,
        .bb-left {
            width: 50%;
            display: flex;
        }

        .sb-right,
        .sb-left {
            display: flex;
        }

        .sb-left {
            flex-grow: 1;
        }

        .slider-buttons {
            border-bottom: 1px solid #ECECEC;
        }

        section.production .wrapper {
            border-left: 1px solid #ECECEC;
            border-right: 1px solid #ECECEC;
            padding: 0 10px;
        }

        .bb-right .buttons,
        .sb-right .buttons {
            display: flex;
            border-right: 1px solid #ECECEC;
            border-left: 1px solid #ECECEC;
        }

        .delimiter {
            width: 1px;
            background-color: #ECECEC;
        }

        .prev-btn,
        .next-btn,
        .prev-btn2,
        .next-btn2 {
            cursor: pointer;
            height: 80px;
            width: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
outline: none!important;
        }


        /*Catalog*/
        .catalog-item {
            width: 25%;
            padding: 20px;
            background: #FFFFFF;
            position: relative;
        }

        .catalog-item:hover {
            z-index: 9;

        }

        .catalog-item__wrapper {
            display: flex;
            flex-direction: column;
            height: 100%;
            cursor: pointer
        }

        .catalog-item:hover .catalog-item__wrapper {
            position: absolute;
            top: 0;
            left: 0;
            padding: 20px;
            box-shadow: 0px 20px 40px rgba(77, 77, 77, 0.25);
            height: calc(100% + 60px);
            background-color: #ffffff;
            right: 0;
        }

        .catalog-item .image img {
            display: block;
            width: 100%;
            height: auto;
        }

        .catalog-item .image {
            margin-bottom: 20px;
        }

        .catalog-item .title {
            margin-bottom: 10px;
            flex-grow: 1;
        }

        .catalog-item .title h3 {
            font-weight: 400;
            font-size: 20px;
            line-height: 30px;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #4D4D4D;
            margin: 0;
        }

        .catalog-item .price {
            font-weight: normal;
            font-size: 16px;
            line-height: 24px;
            color: #4D4D4D;
        }

        .catalog-item .price span {
            font-weight: 700
        }

        .catalog-item:hover .price {
            margin-bottom: 20px;
        }

        .button__wrapper {
            display: none;
        }

        .catalog-item:hover .button__wrapper {
            display: block;
        }

        .catalog-item .button {
            border: 1px solid #0372C4;
            box-sizing: border-box;
            border-radius: 5px;
            color: #0372C4;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 40px;
            transition: .5s;
        }

        .catalog .wrapper.border-lr.pb {
            padding-bottom: 24px;
        }

        .catalog h2 {
            margin-bottom: 12px
        }

        h2.sg {
            width: 100%;
            display: flex;
            padding: 0 20px;
            background: url(lp-images/sg.svg) no-repeat;
            background-position: right;
            background-size: 255px 20px;
        }

        /*ABOUT*/
        .about-image,
        .about-text {
            width: 50%
        }

        .about-image img {
            display: block;
        }

        .about-text {
            padding: 39px 23px 39px 118px;
        }

        .about-text h3 {
            margin-bottom: 10px;
        }

        .btn {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 15px;
            width: fit-content;
            height: 40px;
            text-decoration: none;
            border-radius: 5px;
            text-transform: uppercase;
            font-size: 16px;
            box-sizing: border-box;
        }

        a.site,
        .fb {
            color: #ffffff;
            background: #0372C4;
        }

        .about-buttons {
            display: flex;
            justify-content: space-between
        }

        a.catalog-download,
        .to-advantages,
        .cb {
            color: #0372C4;
            border: 1px solid #0372C4;
        }

        a.catalog-download i {
            margin-right: 10px
        }

        /*GALLERY*/
        .fb,
        .cb {
            min-width: 254px;
        }

        .fb {
            margin-right: 40px;
        }

        .sb-left {
            align-items: center;
            padding-left: 20px;
            border-left: 1px solid #ececec;
        }

        /*PRODUCTION*/
        .production .wrapper {
            justify-content: space-between;
        }

        .production-item {
            display: flex;
            width: calc(50% - 20px);
            margin-bottom: 40px;
        }

        .production-item__text h3 {
            margin-bottom: 10px;
        }

        .production-item__image {
            margin-right: 40px;
        }

        .production-item__image img {
            width: 100%;
            max-width: 120px;
            min-width: 120px;
        }

        /*CONTACTS*/
        .contact-map,
        .contact-form {
            width: 50%
        }


        .form-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
        }

        .input-wrapper {
            position: relative;
            width: calc(50% - 10px);
        }

        .input-wrapper.grow1 {
            flex-grow: 1;
display: flex;
    justify-content: space-between;
    align-items: center;
        }

        .input-wrapper.auto {
            width: auto;
        }

        #iName,
        #iPhone,
        #iMail,#iName2, #iPhone2, #iMail2 {
            height: 60px;
            border: 1px solid #ececec;
            width: 100%;
            outline: none !important;
            padding-left: 20px;
            box-sizing: border-box;
        }


        .contact-form label {
            position: absolute;
            top: 20px;
            left: 20px;
            transition: .5s;
        }

        .contact-form {
            padding: 45px 80px 45px 20px;
        }

.contact-form .input-wrapper.filled label.special {
            top: 6px;
            color: #0372C4;
            font-weight: 400;
            font-size: 11px;
            line-height: 15px;
        }

.contact-form .input-wrapper input {color: rgba(0, 0, 0, 0);}
.contact-form .input-wrapper.filled input,.contact-form .input-wrapper.filled textarea {
            border: 1px solid #0372C4!important;
            color: #4D4D4D;
        }
#iText {
    width: 100%;
    border: 1px solid #ececec;
    height: 100px;
        padding: 20px 10px;
    box-sizing: border-box;
outline:none!important;
}
.input-wrapper.grow1 .social {
    border: none;
}
.input-wrapper.grow1 .social a{
    color: #0372C4!important;
margin-right:15px;
}
.send-btn.btn {
    color: #ffffff;
    background: #0372C4;
    cursor: pointer;
}


        /*FOOTER*/
        footer {
            font-size: 16px;
            line-height: 24px;
            color: #999999;
            height: 60px;

        }

        footer .wrapper {
            justify-content: space-between;
            height: 100%;
            align-items: center;
        }

        footer .wrapper>* {
            flex-grow: 1;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
box-sizing: border-box;
        }

        footer a {
            color: #999999;
            text-decoration: none;
        }


        footer a i,
        footer .address i {
            margin-right: 10px;
        }

        footer .copyright,
        footer .address,
        footer .phone {
            border-left: 1px solid #ECECEC;
            border-right: 1px solid #ECECEC;
        }




.swiper-slide{display:flex;}
.about-image{background-size:cover;display:flex;align-items: center;}/*background-image:url(/lp-images/about-bg.jpg);*/
video#myVideo {object-fit: cover;outline:none;}
video{width:100%;}
.mob{display:none;}
#map>ymaps{height:100%!important;}
.input-wrapper.grow1 span {font-size: 16px;line-height: 24px;}
.input-wrapper.grow1 span a {color: #0372C4!important;text-decoration:none;}
.fancybox-bg {background: rgba(255, 255, 255, 0.85)!important;}
.fancybox-content{border:1px solid #ECECEC;}

.callback.btn i,.mob-buttons {
    display: none;
}

.popup-wrapper {
    width: 100%;
    max-width: 1118px;
    display: flex;
    flex-wrap: wrap;
justify-content:space-between;
}
.advanced-item {
    width: calc(50% - 20px);
    margin-bottom: 40px;
display: flex;
}
.advanced-item .image {
    margin-right: 30px;
}
.advanced-item .title {
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0372C4;
    margin-bottom: 10px;
}
.advanced-item p {margin-top: 0;}

.type-select{
margin-left:10px;
display:flex;
flex-direction:column;
height:100%;
justify-content:space-around;
}

.type-select label {
    position: relative;
display: flex;
    align-items: center;
top:0;left:0;
font-size: 14px;
    align-items: center
}

.type-select input[type=radio] {
	display: none;
}

.type-select label:before {
    content: " ";
    display: block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
background: url(/lp-images/radio-1.png) 0 0 no-repeat;
background-size: contain;
}
 

.type-select input[type=radio]:checked + label:before {
	background: url(/lp-images/radio-2.png) 0 0 no-repeat;
background-size: contain;
}

#callback {
    max-width: 532px;
padding-top:90px;
}

#callback .contact-form {
    padding: 0;
    width: 100%;
}
.popupTitle {
    font-size: 20px;
    text-transform: uppercase;
    padding: 25px 0 25px 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ececec;
}
#callback button.fancybox-button.fancybox-close-small {
    width: 74px;
    height: 74px;
    border-left: 1px solid #ececec;
    padding: 16px;
}



@media(max-width:1024px){
.input-wrapper.grow1 {flex-wrap: wrap;}

.contact-form .type-select label {top: 0; left: 0;margin-right: 20px;}
.type-select {margin-left:0;flex-direction: row;    justify-content: flex-start;
    align-items: center;
    height: 30px;
    margin-top: 10px;}

header .logo {
    position: relative;
    height: 40px;
    width: 124px;
}
svg#Layer_2 {
    width: 90px;
    position: absolute;
    top: -9px;
    left: 50px;
}
header .address {display: none;}
	header {font-size: 10px;line-height: 14px;}
	.mob{display:flex;}
	h1 {font-size: 24px;line-height: 46px;}
	h2 {font-size: 22px;line-height: 36px;}
	p {font-size: 14px;line-height: 20px;}
	.wrapper {max-width: 768px;}
	.catalog-item {width: 33.33333%;}
	.catalog-item .title h3 {font-size: 16px;line-height: 26px;}
	.prev-btn, .next-btn, .prev-btn2, .next-btn2 {height: 50px;width: 50px;}
	.btn {height: 30px;font-size: 12px;padding: 0px 9px;}
	.about-image{width: 40%;}
	.about-text {width: 60%;}
	.about-text {padding: 10px 10px 10px 74px;}


.contact-form {padding: 30px 20px 30px 10px;}
#iName, #iPhone, #iMail,#iName2, #iPhone2, #iMail2 {height: 40px;padding-left: 10px;}
.input-wrapper {width: calc(50% - 5px);}
.contact-form label {top: 12px;left: 10px;font-size: 14px;}
.contact-form .input-wrapper.filled label.special {top:2px;font-size:7px;line-height: 9px;}
.contact-form h2 {margin-top: 0;line-height: 1;margin-bottom: 30px;}
.catalog-item .button {height: 30px;}
.catalog-item .image {margin-bottom: 14px;}
.catalog-item .price {font-size: 14px;line-height: 20px;}
.about-text h2 {margin-bottom: 5px;}
.about-text h3 {margin-bottom: 10px;font-size: 18px;}

footer {font-size: 14px;line-height: 20px;color: #999999;height: 30px;}
footer .copyright {order: 1;width:100%;max-width: 50%;}
footer .address {order: 2;width: 100%;max-width: 50%;}
footer .ogrn{order: 3;width: 100%;max-width: 50%;}
footer .email {order: 4;width:100%;max-width: 25%;justify-content: flex-end;}
footer .phone {order: 5;width:100%;max-width: 25%;}

footer .copyright {
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}
footer .ogrn {
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}
footer .address{
    border-left: 0px!important;
    border-right: 1px solid #ECECEC;
}
footer .phone {
    border-left: 0px!important;
    border-right: 1px solid #ECECEC;
}

}




.mobile-banner{display: none;}
.desktop-banner {display: block;}
@media(max-width:768px){
.about-image {padding: 0;}
.desktop-banner {display: none;}
.mobile-banner {display: block;}
	svg#Layer_1 {width: 50px;height: 60px;}
	header .social a,header a.phone i{font-size: 16px;}
a.phone {display: flex;align-items: center;}
	.mob-hide {display: none;}
	header .logo {width: 50px;}
	.popupTitle {padding: 12px 0 12px 12px;font-size:18px;}
	#callback {
    	max-width: 532px;
    	padding-top: 48px;
    	padding-left: 10px;
		padding-right: 10px;
	}
#callback button.fancybox-button.fancybox-close-small {
    width: 45px;
    height: 46px;
    border-left: 1px solid #ececec;
    padding: 8px;
}
#callback .contact-form {
    padding: 20px 10px;
    border-left: none;
    border-right: none;
}
#callback p {
    font-size: 12px;
    line-height: 16px;
}
#callback .type-select {
    margin-top: 0;
    margin-bottom: 20px;
}
#callback .send-btn.btn {
    width: 100%;
}
#callback .input-wrapper.grow1 span {
    font-size: 14px;
    line-height: 20px;
}

	h2.sg {padding:0 10px;}
.catalog {
    overflow: hidden;
}
.advanced-item {
    width: 100%;
    margin-bottom: 20px;
display: flex;
}
.advanced-item .image {
    margin-right: 15px;
}
.advanced-item .title {
    font-size: 18px;
    margin-bottom: 10px;
}


	.mob-buttons{display:block;margin-bottom: 40px;}
	header .social, header div.phone,.callback-wrp {
    	padding: 0 10px;
	}
.catalog-download.btn {
    margin-bottom: 10px;
    background-color: #0372C4;
    width: 100%;
    color: #ffffff;
}
.to-advantages.btn {
    width: 100%;
}
header .wrapper {
    height: 100%;
    justify-content: space-between;
    width: 100%;
    max-width: 320px;
}
.logo {
    width: 41px;
    height:40px;
width: 40px;
}
img.logo-icon {
    width: 41px;
    top: 0;
    position: absolute;
}
.callback.btn i {
    display: block;
font-size:16px;
margin-right:0;
}
.logo-text,.callback.btn span,.site-title {
    display: none!important;
}
.wrapper {flex-direction: column;align-items: center;}
	footer .wrapper,section.slider-buttons .wrapper {max-width: 320px;}


.bnr-left {
    width: 100%;
    padding: 0 20px;
    max-width: 320px;
}
.bb-right {width: 100%;max-width: 320px;justify-content: flex-end;border-left: 1px solid #ECECEC;border-right: 1px solid #ECECEC;}
.wrapper.border-lr {max-width: 320px;}
.bb-right .buttons, .sb-right .buttons {border-right: none;}
.bnr-right {width: 100%;}
.bb-left,.adv-btn {display: none;}
h2.sg {background: none;}
	.catalog-item:hover .catalog-item__wrapper {
    height: auto;
    padding: 0;
}

.catalog-item:hover .catalog-item__wrapper {
    position: relative;
    top: 0;
    left: 0;
    padding: 0px;
    box-shadow: unset;
    height: auto;
    background-color: #ffffff;
    right: 0;
}
.catalog-item:hover .button__wrapper {
    display: none;
}
.catalog-item:hover .price {
    margin-bottom: 0;
}
	.catalog-item {
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    position: relative;
}


.about-image {
background-image: url(/lp-images/about-bg__mob.jpg);
    width: 100%;
}
.about-buttons a {
    width: 100%;
}
.site.btn {
    margin-bottom: 10px;
}
.about-buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.about-text {
    width: 100%;max-width:320px;margin:0 auto;border-left: 1px solid #ECECEC;border-right: 1px solid #ECECEC;    padding: 10px 10px 40px;
}
section.gallery .wrapper.first {max-width: 320px;background: none;border-left: 1px solid #ECECEC;border-right: 1px solid #ECECEC;}
	section.gallery h2{background: none;    line-height: 1;
		margin: 20px 0;}

	.slider-buttons .wrapper,.gallery .wrapper{border-left: 1px solid #ECECEC;border-right: 1px solid #ECECEC;}
	.sb-right{order:1;width: 100%;border-bottom: 1px solid #ececec;justify-content: flex-end;}
.sb-left {order:2;padding: 10px 0;align-items: center;padding-left: 0;flex-wrap: wrap;justify-content: center;border: none;}
.fb {margin-right: 0;margin-bottom:10px;}
section.production .wrapper {max-width: 320px;}
.production-item {display: flex;width: 100%;margin-bottom: 20px;}
.production-item__image {margin-right: 20px;}
.production-item__image img {width: 100%;max-width: 87px;min-width: 87px;}
.production-item__text h3 {margin-bottom: 10px;line-height: 1;font-size: 18px;}
	section.contacts #map {order: 2;}
	section.contacts .contact-form {order: 1;}
	.contact-map, .contact-form {width: 100%;}
	.contact-form {max-width: 320px;margin}
	#map {height: 200px;}
.form-row {flex-wrap: wrap;}
.input-wrapper {    width: 100%;}
#iName {    margin-bottom: 20px;}
.contact-form {padding: 20px 10px;border-left: 1px solid #ECECEC;border-right: 1px solid #ECECEC;}

	footer{height:auto;}
	footer .wrapper{padding:30px 0;border-left: 1px solid #ECECEC;border-right: 1px solid #ECECEC;}
	footer .copyright {order: 4;width:100%;max-width:100%;margin-bottom:10px;border:none;}
	footer .address {order: 1;width: 100%;max-width:100%;margin-bottom:10px;border:none;}
	footer .ogrn{order: 5;width: 100%;max-width:100%;border:none;}
	footer .email {order: 2;width:100%;max-width:100%;justify-content: center;margin-bottom:10px;border:none;}
	footer .phone {order: 3;width:100%;max-width:100%;margin-bottom:20px;border:none;}
}

.swiper-slide img{
max-width:100%;
height:auto;
align-self:flex-end;
}