@font-face{
    font-family: 'Futura PT';
    src: url(fonts/FuturaPT-Light.woff);
    font-weight: 300;
}

@font-face{
    font-family: 'Futura PT';
    src: url(fonts/FuturaPT-Medium.woff);
    font-weight: 400;
}

@font-face{
    font-family: 'Futura PT';
    src: url(fonts/FuturaPT-Bold.woff);
    font-weight: 600;
}


*{
    /*font-family: Museo Sans Cyrl;*/
    font-family: 'Futura PT', serif;
    font-weight: normal;
}

body{
    padding: 0;
    margin: 0;
    background: #F2F5F8;
    font-family: 'Futura PT', serif;
}

@media (min-width: 1200px) {
    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl {
        max-width: 1190px;
    }
	.lvl1-item{
		padding-right: 40px;
	}
}

a:focus,
button:focus{
	outline:none;
}
input:focus{
	outline:none;
}
input,button{
    -webkit-appearance: none;
    font-family: inherit;
}

.blue-text {
    color: #1b34f3;
}

.img-responsive{
    max-width: 100%;
    display: block;
}
.centered {
    display: flex;
    justify-content: center;
}
.swiper-pagination-bullet{
    opacity: 1;
    background: #ffffff;
}
.swiper-pagination-bullet-active{
    opacity: 1;
    background: #000000;
}

.swiper-button-next.type1{
    background: url(images/right-arrow-white.svg) center center no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    right: 20px;
}
.swiper-button-prev.type1{
    background: url(images/left-arrow-white.svg) center center no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    left: 20px;
}

.products-block-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 65px;
    padding-bottom: 40px;
    width: 100%;
}
.products-block-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    position: relative;
}
.products-block-title span{
    position: absolute;
    z-index: 2;
    top: -4px;
    right: -20px;
    font-size: 16px;
    line-height: 24px;
    color: #8C96A3;
}
.products-block-head a{
    text-decoration: none;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    display: block;
    padding-right: 35px;
    background: url(img/arrow-catalog.svg) right center no-repeat;
    background-size: 25px;
}
.products-slider-row{
    margin-bottom: 70px;
}
.products-slider-wrapper{
    border-bottom: 1px solid #E0EAF2;
}
/* Карточка товара */

.product-card {
    width: 258px;
    max-width: 100%;
    position: relative;
    border: 1px solid #E0EAF2;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.product-card:empty{
	height: 0px;
	opacity: 0;
}

.product-card:hover {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 
                0px 4px 6px rgba(0, 0, 0, 0.05);
}
.product-card-image{
    margin: 0 auto;
    max-width: 100%;
    height: 385px;
    object-fit: cover;
    margin-bottom: 20px;
}
.product-card-tags{
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
}
.product-card-tags > div{
    margin-bottom: 10px;
    font-weight: 600;
}
.products-card-tag-hit{
    background: #E6005C;
    border-radius: 2px;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 3px 10px;
    text-align: center;
    align-self: flex-start;
}

.products-card-tag-new{
    background: #E6005C;
    border-radius: 2px;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 3px 0 3px 0;
    text-align: center;
    width: 39px;
}
.products-card-tag-discount{
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 3px 0 3px 0;
    background: #1B34F3;
    border-radius: 2px;
    text-align: center;
}

.product-card-property{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #8C96A3;
    color: #000;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 5px;
}
.product-card-property span {
    color: #000;
    font-weight: inherit;
}
.product-card-name{
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 17px;
	min-height: 48px;
}
.product-card-desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -7px;
    margin-bottom: 17px;
    color: rgba(0, 0, 0, 0.8);
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.product-card-price{
    background: #1B34F3;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 25px;
    margin-left: 25px;
    display: inline-block;
    padding: 8px 15px 7px 15px;
    transition: all .5s;
}
.product-card:hover .product-card-price{
    background: #1B34F3;
    color: #ffffff;
}
.product-card-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

/*  */
.swiper-obj{
    position: relative;
}
.type2-next{
    background: url(img/arrow-right-type2.svg) center center no-repeat;
    background-size: cover;
    width: 50px;
    height: 70px;
    right: -35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.type2-prev{
    background: url(img/arrow-left-type2.svg) center center no-repeat;
    background-size: cover;
    width: 50px;
    height: 70px;
    left: -14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
/* Блок с товарами */
.products-block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.products-block .product-card{
    margin-bottom: 40px;
}
.products-block-wrapper {
    border-bottom: 1px solid #E0EAF2;
}


/* ФОРМЫ */

.form-title{
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 40px;
    margin-top: 0;
}
.form-title span{
    color: #1b34f3;
    font-weight: bold;

}

.form-input label{
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #1B34F3;
    color: #333;
    user-select: none;
    cursor: pointer;
    font-weight: 600;
}
.form-input input{
    display: block;
    width: 100%;
    -webkit-appearance: none;
    margin-bottom: 20px;
    border: 1px solid #E0EAF2;
    border-radius: 5px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 0px 25px;
    height: 60px;
}

.form-input textarea{
    display: block;
    width: 100%;
    -webkit-appearance: none;
    margin-bottom: 20px;
    border: 1px solid #E0EAF2;
    border-radius: 5px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 0px 25px;
}
.form-button{
    border: none;
    display: inline-block;
    height: 70px;
    padding-left: 70px;
    overflow: hidden;
    background: #1B34F3;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
    cursor: pointer;
	margin-bottom: 21px;
	padding-right: 0;
}
.form-button span {
    border-left: 1px solid #112AE4;
    padding: 24px 45px 24px 25px;
}
.form-radio-item input {
    display: none;
}

.form-radio-item label {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    padding-left: 30px;
    display: block;
}
.form-radio-item label:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #1b34f3;
    position: absolute;
    left: 0px;
    top: 0px;
}
.form-radio-item input:checked + label:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1b34f3;
    display: block;
    left: 5px;
    top: 5px
} 
.form-radio-group {
    margin-top: 10px;
    margin-bottom: 30px;
}

.form-radio-group > label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #1B34F3;
    color: #333;
    user-select: none;
    cursor: pointer;
    font-weight: 600;
}
.form-button:hover span {
    background: #112AE4;
}
.pricelist-form-button{
    background: #1B34F3 url(/local/components/volga/banners/templates/.default/images/download.svg) 25px center no-repeat;
    background-size: 24px;
}
.callback-form-button{
    background: #1B34F3 url(/local/components/volga/banners/templates/.default/images/phone.svg) 25px center no-repeat;
    background-size: 24px;
}
.mailing-form-button{
    background: #1B34F3 url(/local/components/volga/banners/templates/.default/images/mail.svg) 25px center no-repeat;
    background-size: 24px;
}
.order-form-button {
    background: #1B34F3 url(/img/cart.png) 18px center no-repeat;
    background-size: 34px;
}
.form-submit {
    border: none;
    display: inline-block;
    height: 70px;
    padding: 0 45px;
    overflow: hidden;
    background: #1B34F3;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
    cursor: pointer;
    margin-bottom: 21px;
    display: inline-flex;    
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.form-submit:hover,
.form-submit:focus{
    text-decoration: none;
    color: #fff;
}

.modal-sublink {
    color: #595959;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.form-checkbox {
    display: block;
    cursor: pointer;
    margin-top: 9px;
    margin-bottom: 9px;
    position: relative;
    user-select: none;
}
.form-checkbox input {
    opacity: 0;
    position: absolute;
}
.form-checkbox span{
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.form-checkbox span:before{
    content: "";
    border: 1px solid #1B34F3;
    display: block;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    margin-right: 15px;
}
.form-checkbox input:checked + span:before{
    background: url(img/check.svg) center center no-repeat;
}

.form-error {
    font-size: 17px;
    margin-bottom: 10px;
    color: #E6005C;
}
.form-success {
    font-size: 17px;
    margin-bottom: 40px;
    color: #38c700;
}

/* FOOTER */
.footer{
    padding-top: 45px;
    padding-bottom: 78px;
    background: #2B2F33;
}
.footer-block{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.footer-pricelist{
	height: 50px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 5px;
	transition: all .6s;
	margin-bottom: 25px;
	background: none;
	padding: 0 32px;
	cursor: pointer
}
.footer-pricelist:hover{
	background: #fff;
	color: #2B2F33;
}
.footer-logo{
	margin-bottom: 25px;
}
.footer-callback{
	border: none;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	padding-left: 39px;
	height: 24px;
	background: url(img/phone-footer.svg) left center no-repeat;
	margin-bottom: 30px;
	cursor: pointer;
}
.footer-callback span{
	border-bottom: 1px dashed #8C96A3;
}
.footer-callback:hover span{
	border-bottom: 1px dashed #fff;
}
.footer-social{
    display: flex;
    align-items: center;
}

.footer-social-link {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.footer-social-link.insta{
    background: url(/local/components/volga/header/templates/.default/images/Instagram.png) center center no-repeat;
    background-size: cover;
}
.footer-social-link.vk{
    background: url(/local/components/volga/header/templates/.default/images/VK.png) center center no-repeat;
    background-size: cover;
}
.footer-social-link.telegram{
    background: url(/local/components/volga/header/templates/.default/images/logo_telegram.svg) center center no-repeat;
    background-size: cover;
}
.footer-social-link.max{
    background: url(/local/components/volga/header/templates/.default/images/logo_max.svg) center center no-repeat;
    background-size: cover;
}
.footer-menu-title{
	margin-top: 23px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 19px;
	line-height: 23px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.footer-menu-title:hover{
	text-decoration: underline;
}

.footer-menu ul{
	margin-left: 0;
	padding-left: 0;
}
.footer-menu li {
	list-style: none;
	margin-bottom: 6px;
}
.footer-menu li a {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer-menu li a:hover {
	text-decoration: underline;
}
.footer-links{
	margin-left: 0;
	margin-top: 23px;
	padding-left: 0;
}
.footer-links li{
	list-style: none;
	margin-bottom: 15px;
}
.footer-links li a{
	font-weight: 600;
	font-size: 19px;
	line-height: 28px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer-links li a:hover{
	text-decoration: underline;
}
/* END FOOTER */

/* MODALS */
.modal{
	width: 500px;
	max-width: 100%;
	padding: 50px;
	box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}
.modal.modal-nowidth {
    width: unset;
}
.modal .form-title{
	margin-bottom: 20px;
}
.form-text{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
	color: #8C96A3;
}
.form-text-black{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
	color: #000000;
}
.form-note,
.form-note a{
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #8C96A3;
	text-decoration: none;
}
.form-note a:hover{
	text-decoration: underline;
}
.fancybox-is-open .fancybox-bg{
	background: rgba(140, 150, 163, 0.6);
	opacity: 1;
}

.space12 {
    width: 20px;
}
@media (max-width: 768px) {
    .space12 {
        display: none;
    }
}

.modal-subtitle{
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 6px;
}
.modal-link{
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: center;
	text-decoration-line: underline;
	color: #1B34F3;
	margin-bottom: 9px;
}
.modal-link +.modal-subtitle{
	margin-top: 24px;
}

.product-block{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-block .product-card{
    margin-bottom: 40px;
}
/* PRODUCT PAGE */
.product_detail{
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}

.product-images-block{
    display: flex;
    width: 50%;
}
.gallery-thumbs{
    height: 528px;
    width: 120px;
    margin: 0;
    margin-right: 30px;
}
.img_min img{
    height: 168px;
    left: 140px;
    object-fit: contain;
    cursor: pointer;
    border: 1px solid #E0EAF2;
    border-radius: 5px;
    background: #fff;
}
.img_big{
    width: 358px;
    height: 528px;
}
.img_big img{
    width: 358px;
    height: 528px;
    object-fit: contain;
    border: 1px solid #E0EAF2;
    border-radius: 5px;
    background: #fff;
}
.gallery-top{
    width: 358px;
    height: 528px;
    flex-shrink: 0;
    margin: 0;
}

.swiper-button-prev.type-vert {
    background: url(/local/templates/volgateks_copy/images/left-arrow-white.svg) center center no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    top: -20px;
    transform: rotate(90deg)
                translateX(-50%);
    left: 50%;
}
.swiper-button-next.type-vert {
    background: url(/local/templates/volgateks_copy/images/left-arrow-white.svg) center center no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    bottom: -20px;
    transform: rotate(-90deg)
                translateX(-50%);
    left: 50%;
}

.right_text{
    width: 50%;
}
.product-head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: flex-start;
}
.product-name {
    font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    margin: 0;
}
.product-price{
    background: #1B34F3;
    border-radius: 5px;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    flex-shrink: 0;
}
.product-price-old{
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    color: #aaa;
    flex-shrink: 0;
    text-decoration: line-through;
}
.product-price-block-discount{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.product-block-price{
    display: flex;
    margin-bottom: 10px;
}
.product-block-price .product-card-price{
    margin-right: 10px;
}
.product-price-discount{
    padding: 3px 10px;
    background-color: #00108B;
    border-radius: 3px;
    color: white;
    margin-top: 9px;
}
.product-prop{
    display: flex;
    margin-bottom: 25px;
}
.product-prop-name{
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #8C96A3;
    width: 150px;
    flex-shrink: 0;
	padding-right: 15px;
}
.product-prop-value{
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.prop-color{
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    background: #E0EAF2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.prop-color.sel {
    border: 2px solid #1b34f3;
    box-shadow: 0px 0px 6px #1b34f3;
}

.size-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.prop-size {
    width: 65px;
    margin-right: 12px;
}

@media (max-width: 768px) {
    .prop-size {
        width: 53px;
        margin-right: 6px;
    }
}
.prop-subtitle {
    margin-bottom: 10px;
}
.prop-size-name {
    text-align: center;
    font-weight: 600;
    color: #333;
}
.prop-size input {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    margin-bottom: 20px;
    border: 1px solid #E0EAF2;
    border-radius: 5px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 0px;
    height: 40px;
    text-align: center;
}

.catalog-title{
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #000000;
    margin: 0;
    margin-bottom: 40px;
}
.catalog-recomend{
    padding-top: 70px;
    border-top: 1px solid #E0EAF2;
    padding-bottom: 70px;
}
.catalog-lastviewed{
    padding-top: 70px;
    border-top: 1px solid #E0EAF2;
    padding-bottom: 70px;
    flex-wrap: wrap;
}
.lastviewed-block{
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}
.lastviewed-block a{
    display: block;
    width: 160px;
    background: #FFFFFF;
    border: 1px solid #E0EAF2;
    border-radius: 5px;
    text-decoration: none;
    margin: 0 7.5px;
    margin-bottom: 18px;
}
.lastviewed-block img{
    width: 100%;
    height: 235px;
    object-fit: contain;
    background: #fff;
    display: block;
    margin-bottom: 15px;
}
.lastviewed-block a:hover{
    text-decoration: none;
}
.lastviewed-block .atrnumber{
    margin-left: 15px;
    margin-bottom: 3px;
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #8C96A3;
}
.lastviewed-block .pname{
    margin-left: 15px;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    display: block;
    margin-bottom: 15px;
}
/* END PRODUCT PAGE */

.catalog-section-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #000000;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 40px;
}
.catalog-section-search{
    margin: 0 auto;
    position: relative;
    width: 360px;
    max-width: 100%;
    margin-bottom: 40px;
}
.catalog-section-search input{
    display: block;
    width: 100%;
    height: 60px;
    max-width: 100%;
    background: #FFFFFF;
    border: 1px solid #E0EAF2;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 50px;
    font-size: 16px;
    line-height: 20px;
    color: #8C96A3;
    font-weight: 300;
}
.catalog-section-search button{
    position: absolute;
    -webkit-appearance: none;
    border: none;
    display: block;
    width: 50px;
    height: 50px;
    background: url(/local/components/volga/header/templates/.default/images/search.svg) center center no-repeat;
    background-size: auto;
    background-size: 20px;
    top: 5px;
    right: 0px;
    cursor: pointer;
}

/* SECTION LIST */
.catalog-section-list{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.catalog-section-list-item{
    background: #FFFFFF;
    border: 1px solid #E0EAF2;
    box-sizing: border-box;
    border-radius: 5px;
    width: 260px;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
    display: block;
    margin-bottom: 40px;
}
.catalog-section-list-item:hover{
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}
.catalog-section-list-item img{
    width: 100%;
}
.catalog-section-list-item span{
    display: block;
    margin: 20px 25px;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.catalog-items{
    margin-top: 30px;
}

#upbtn{
    opacity: 0;
    transition: opacity .5s;
}
#upbtn.show-btn{
    background: url('/img/upbtn.svg');
    background-size: contain;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    bottom: 160px;
    cursor: pointer;
    opacity: 1;
    z-index: 10000;
}
.footex-icon-link{
    background-size: contain;
    width: 50px;
    height: 50px;
    position: fixed;
    right: -150px;
    cursor: pointer;
    opacity: 1;
    z-index: 10000;
    transition: all 1s ease 0s;
    animation: pulse 3s linear infinite;
}
.telegram-icon-link{
    bottom: 100px;
}
.max-icon-link{
    bottom: 30px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.telegram-icon-link.active{
	right: 50px;
}
.telegram-icon-link img{
    width: 50px;
    height: 50px;
}
.max-icon-link.active{
	right: 50px;
}
.max-icon-link img{
    width: 50px;
    height: 50px;
}
@media (max-width: 768px) {
    #upbtn.show-btn{
        display: none;
    }
}



/* CONTENT */
.content h5{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 12px;
}
.content p{
    font-size: 14px;
    color: #000;
    margin-bottom: 25px;
}
.text-center{
    text-align: center;
}
h2{
    font-size: 22px;
    color: rgb(3,91,169);
    text-align: center;
}
.h5{
    font-size: 22px;
    margin: 0;
}
.h1{
    font-size: 32px;
    color: rgb(0,0,0);
    text-align: center;
}
.ul-custom li:before {
    content: '';
    left: -40px;
    top: 13px;
    position: absolute;
    background: #035ba9;
    height: 2px;
    width: 20px;
}
.ul-custom {
    list-style: none;
    margin: 0;
    position: relative;
}
.ul-custom * {
    position: relative;
}
.contacts_left {
    width:50%;
    float:left;
    background: #fff;
    margin-bottom: 70px;
}
.contacts_left_in{
    padding: 30px;
}
.contacts_left .text_contacts {
    width: 100%;
    max-width: 500px;
    float: right;
    text-align: left;
    padding: 120px 1rem 140px;
    box-sizing: border-box;
}
.address_contacts .bold, .mail_contacts .bold {
    color: #000!important;
    margin-bottom: 4px;
}
.contacts_left .text_contacts p {
    color: #737373;
    margin-bottom: 10px;
}
.contacts_right {
    width: 50%;
    float: left;
    max-height: 641px;
}
.about_company_top img {
    float: left;
    margin: 0px 60px 30px 1rem;
}

.mobile-menu-buttons {
    display: none;
}
.header-mobile{
    display: none;
}
.mobile-banner-button-wrapper{
    display: none;
}
.page_404{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.zoomContainer{
    z-index: 10000;
}


/* Large desktops and laptops */
@media (min-width: 769px) {
    .product-block-slider .swiper-wrapper{
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .pricelist-section{
        background-size: cover;
    }
    .team-item{
        margin-bottom: 30px;
    }
    .cert-item-text{
        font-size: 13px;
    }
    .cert-item-content{
        padding-top: 21px;
    }
    .questions-section{
        background-size: cover;
    }
    .map-title{
        margin-top: 20px;
    }
    .mainpage-slider{
        width: 100%;
    }
    .mainpage-banners-left{
        flex-direction: row;
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }
    .mainpage-banner{
        width: 50%;
        height: 300px;
    }
    .hamburger{
        margin-left: 5px;
        margin-right: 5px;
    }
    .lvl1{
        padding-left: 10px;
    }
    .lvl1-item{
        margin-right: 15px;
        font-size: 16px;
    }
    .header-button span{
        font-size: 16px;
    }
    .header-social-text{
        font-size: 16px;
    }
    .type2-prev {
        background: #fff url(/local/templates/volgateks_copy/img/arrow-left-type2.svg) center center no-repeat;
        background-size: cover;
        left: 0px;
        z-index: 10;
    }

    .type2-next {
        background: #fff url(/local/templates/volgateks_copy/img/arrow-right-type2.svg) center center no-repeat;
        background-size: cover;
        right: 0px;
        z-index: 10;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .hamburger{
        display: none;
    }
    .lvl1{
        padding-left: 0;
    }
    .lvl1-item{
        margin-bottom: 15px;
    }
    .lvl1-item > span::after {
        right: -20px;
        top: 3px;
    }
    .lvl1-item:first-child .lvl2{
        left: 0;
    }
    .mainpage-slider{
        width: 100%;
    }
    .mainpage-banners-left{
        flex-direction: row;
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }
    .mainpage-banner{
        width: 50%;
        height: 250px;
    }
    .pricelist-section{
        background-size: cover;
    }
    .team-item {
        margin-bottom: 30px;
    }
    .cert-item {
        margin-bottom: 30px;
    }
    .pricelist-form-text{
        color: #000000;
    }
    .shema-item {
        padding: 41px 30px 45px 30px;
    }
    .shema-text {
        font-size: 16px;
        line-height: 22px;
    }
    .catalog-lastviewed{
        justify-content: space-between;
    }
    .product_detail {
        flex-wrap: wrap;
    }
    .product-images-block{
        width: 100%;
    }
    .right_text{
        width: 100%;
        padding-top: 20px;
    }
    .product-block-slider .swiper-wrapper{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .lastviewed-block a{
        margin-bottom: 20px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.product-card-image{
		height: 265px;
	}
	.team-item-content{
		flex: unset;
	}
	.team-item-photo{
		display: inline;
	}
	.team-item{
		align-items: flex-start;
	}
    .mainpage-slider{
        width: 100%;
    }
    .header{
        display: none;
    }
    .header-mobile{
        display: flex;
        background: #fff;
        align-items: center;
        z-index: 200;
        position: relative;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
    }
    .header-mobile-left {
        display: flex;
        flex: 1;
        justify-content: flex-end;
        align-items: center;
    }
    .mobile-search{
        border: none;
        width: 52px;
        height: 30px;
        background: url(img/search.svg) center center no-repeat;
        background-size: 20px;
        padding: 0;

    }
    .header-mobile-left .header-button{
        background-size: 20px;
        border: none;
        width: 52px;
        height: 30px;
        background-position: center center;
    }
    .header-mobile-left .header-button:nth-child(2){
        border-left: 1px solid #E0EAF2;
        border-right: 1px solid #E0EAF2;
    }
    .mobile-hamburger{
        height: 28px;
        width: 28px;
        background: url(img/menu.svg) center center no-repeat;
        margin-left: 12px;
        margin-right: 20px;
    }
    .mobile-hamburger.open{
        background: url(img/minus.svg) center center no-repeat;
    }
    .mobile-logo{
        width: 127px;
        display: block;
        margin-top: 13px;
        margin-bottom: 14px;
    }
    .mobile-logo img{
        width: 100%;
    }
    .nav{
        top: -100%;
        position: absolute;
        left: 0px;
        width: 100%;
        z-index: 100;
        transition: all 1s;
    }
    .nav.open{
        top: 61px;
    }
    .nav-row{
        flex-direction: column;
    }
    .nav-wrapper{
        flex-direction: column;
    }
    .hamburger{
        display: none;
    }
    .lvl1{
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        padding-left: 0;
        margin-top: 12.5px;
    }
    .lvl1-item{
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        margin-top: 12.5px;
        width: 100%;
    }
    .lvl1-item span{
        margin-bottom: 12.5px;
    }
    .lvl1-item.open span::after{
        transform: rotate(180deg);
    }
    .lvl2 {
        display: none;
        position: relative;
        align-items: flex-start;
        left: 0px!important;
        flex-direction: column;
        padding: 0;
        border: none;
        background: none;
        box-shadow: none;
        top: unset;
        width: 100%;
        margin-top: 12px;
        display: flex;
        max-height: 0px;
        overflow: hidden;
        transition: all .8s;
    }
    .lvl2::before,
    .lvl2::after{
        display: none;
    }
    .lvl2 li{
        margin: 0;
        margin-bottom: 12px;
    }
    .lvl2 li a {
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
    }
    .lvl1-item.open .lvl2 {
        max-height: 200px;
        visibility: visible!important;
    }
    .desktop-search {
        display: none;
    }
    .mobile-menu-buttons {
        display: block;
        border-top: 1px solid #E0EAF2;
        padding-top: 30px;
        padding-bottom: 40px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .mobile-menu-buttons .header-button{
        padding-left: 0;
        background: none;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px;
    }
    .mainpage-slider-item{
        height: 350px;
    }
    .mainpage-slider-button{
        font-size: 18px;
        line-height: 22px;
        white-space: nowrap;
    }
    .mainpage-banners-left{
        width: 100%;
        flex-direction: row;
        margin-right: 0;
    }
    .mainpage-banner{
        width: 50%;
        height: 180px;
    }
    .products-block-title{
        font-size: 24px;
        line-height: 29px;
    }
    .products-block-head a{
        color: rgba(0, 0, 0, 0);
        max-width: 30px;
        padding-bottom: 0;
        padding-top: 0;
    }
    .products-block-head{
        padding-bottom: 0;
        padding-top: 0;padding-bottom: 0;
        padding-top: 0;
	overflow: hidden;
    }
    .product-block-title{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .type2-prev,
    .type2-next{
        display: none;
    }
    .products-block{
        display: block;
    }
    .products-block .product-card{
        margin-bottom: 0;
    }
    .products-block .mainpage-slider-pagination{
        display: flex;
        align-items: center;
        margin-top: 30px;
        justify-content: center;
    }
    .products-block .swiper-pagination-bullet{
        width: 15px;
        height: 15px;
        background: #FFFFFF;
        border: 1px solid #E0EAF2;
        box-sizing: border-box;
        border-radius: 175px;
    }
    .products-block .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #E0EAF2;
    }
    .pricelist-section {
        background: #fff!important;
        padding-top: 40px;
    }
    .pricelist-form{
        padding-top: 40px;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .form-title{
        text-align: left;
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 30px;
    }
    .form-button span{
        float: left;
        width: 100%;
    }
    .form-button{
        width: 100%;
    }
    .advantages-title{
        text-align: left;
        margin-bottom: 30px;
        margin-top: 0;
        font-size: 24px;
        line-height: 29px;
    }
    .advantages-section{
        padding-top: 40px;
        padding-bottom: 0;
    }
    .team-section{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .team-title{
        text-align: left;
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 30px;
    }
    .team-item{
        margin-bottom: 16px;
    }
    .about-section{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .about-title{
        text-align: left;
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 30px;
    }
    .about-text{
        font-size: 16px;
        line-height: 24px;
    }

    .cert-section{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .cert-item{
        margin-bottom: 16px;
    }
    .cert-title{
        text-align: left;
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 30px;
    }
    .cert-item-content{
        padding: 21px 16px 10px 16px;
    }
    .cert-item-title{
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 7px;
    }
    .cert-item-text{
        font-size: 12px;
        line-height: 16px;
    }
    .pricelist-section{
        padding-top: 40px;
    }
    .pricelist-form-text {
        font-size: 16px;
        line-height: 24px;
    }
    .quote-title{
        font-size: 24px;
        line-height: 29px;
        text-align: left;
    }
    .quote-sign{
        background-position: center center;
    }
    .quote-icon{
        right: 0px;
    }
    .shema-section{
        padding-top: 40px;
    }
    .shema-title{
        font-size: 24px;
        line-height: 29px;
        text-align: left;
    }
    .shema-wrapper{
        flex-direction: column;
        border: none;
    }
    .shema-item{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .shema-item::before,.shema-item::after{
        display: none!important;
    }
    .shema-text{
        font-size: 18px;
        line-height: 26px;
    }
    .questions-section{
        padding-top: 40px;
        background: #fff!important;
    }
    .questions-title{
        font-size: 24px;
        line-height: 29px;
        text-align: left;
    }
    .accordion-section-title{
        font-size: 16px;
        line-height: 19px;
        padding: 21px 64px 20px 20px;
    }
    .map-title{
        text-align: left;
		margin-top: 40px;
    }
    .map-section{
        padding-top: 40px;
    }
    .footer-menu,
    .footer-links{
        border-bottom: 1px solid rgba(140, 150, 163, 0.3);
    }
    .footer-links li a{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    #f2{
        order: 1;
    }
    #f3{
        order: 2;
    }
    #f4{
        order: 3;
    }
    #f1{
        order: 4;
    }
    .footer-logo{
        display: none;
    }
    .form-button span{
        padding: 24px 19px 24px 16px;
    }
    .catalog-section-title{
        text-align: left;
        font-size: 24px;
        line-height: 29px;
        margin-top: 40px;margin-bottom: 25px;
    }
    .catalog-section-list{
        justify-content: space-between;
        margin-bottom: 16px;    
    }
    .catalog-section-list-item{
        width: calc(50% - 8px);
        margin: 0;
        margin-bottom: 16px;
    }
    .catalog-section-list-item span{
        font-size: 18px;
        line-height: 22px;
        margin: 15px;
    }
    .catalog-section .product-card{
        width: calc(50% - 8px);
        margin-bottom: 16px;
    }
    .catalog-section-head .catalog-section-title{
        margin-top: 0;
    }
    .catalog-section-search {
        margin-bottom: 0;
    }
    .product-card-image{
        display: block;
    }
    .modern-page-navigation{
        flex-wrap: wrap;
    }
    .modern-page-navigation > *{
        margin-bottom: 25px;
    }
    .product_detail{
        flex-wrap: wrap;
    }
    .product-images-block{
        width: 100%;
    }
    .right_text{
        width: 100%;
    }
    .gallery-thumbs{
        width: 70px;
        height: auto;
    }
    .gallery-top{
        width: calc(100% - 86px);
        height: auto;
    }
    .img_big{
        width: 100%;
        height: auto;
    }
    .img_big img{
        width: 100%;
        height: 350px;
    }
    .img_min img{
        height: 98px;
        width: 100%;
        object-fit: contain;
    }
    .product-head {
        flex-wrap: wrap;
        align-items: center;
    }
    .product-name{
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .product-price {
        margin-top: 14px;
    }
    .product-prop-name{
        font-size: 16px;
        line-height: 24px;
    }
    .product-prop-value{
        font-size: 16px;
        line-height: 24px;
    }
    .catalog-title{
        font-size: 24px;
        line-height: 29px;
        text-align: left;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .catalog-recomend{
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .catalog-recomend .product-block{
        display: block;
    }
    .lastviewed-block{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .lastviewed-block a{
        width: calc(50% - 8px);
        margin: 0;
        margin-bottom: 16px;
    }
    .catalog-lastviewed{
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .contacts_left{
        width: 100%;
    }
    .contacts_right{
        width: 100%;
    }
    .product-block-button-wrapper {
        flex-wrap: wrap;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .mainpage-slider-item{
        height: 250px;
    }
    .mainpage-banner{
        height: 107px;
    }
    .mobile-banner-button-wrapper{
        display: block;
        padding-top: 35px;
        padding-bottom: 35px;
        border-bottom: 1px solid #E0EAF2;
    }
    .mobile-banner-button-wrapper .mainpage-slider-button{
        position: relative;
        left: unset;
        transform: none;
        margin: 0 auto;
        bottom: unset;
        display: block;
    }
    .mainpage-slider .mainpage-slider-button{
        display: none;
    }
    .catalog-section .product-card{
        width: 100%;
    }
	.modal{
		padding: 20px;
	}
	.form-button{
		font-size: 14px;
	}
	.modal .form-button span {
		padding: 0px 19px 0px 16px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.team-item-photo {
		width: 130px;
	}
	.team-item-title{
		font-size: 17px;
		line-height: 21px;
	}
	.team-item-content{
		padding-top: 20px;
	}

}

/* Iphone 5 */
@media (max-width: 320px) {

}
.product-block-button-wrapper{
	display: flex;
	justify-content:center;
}
.product-block-button{
    border: none;
    display: inline-flex;
    height: 60px;
    padding: 0px 35px;
    overflow: hidden;
    background: #1B34F3;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 30px;
    cursor: pointer;

    text-decoration: none;
    align-items: center;
    justify-content: center;
}
.product-block-button:hover{
    text-decoration: none;
    background: #112AE4;
}


/* Iphone 5 */
@media (min-width: 1600px) {
	.mainpage-banners .container{
		max-width: 1500px;
	}
	.mainpage-slider{
		width: 1000px;
	}
	.mainpage-slider-item{
		height: 520px;
	}
	.mainpage-thumbs {
		height: 520px;
	}
}


/*Общие стили*/

.content-title {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

.content-subtitle {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    color: #2B2F33;
    padding: 0;
    margin-top: 0;
    margin-bottom: 40px;
}

.content-image {
    max-width: 100%;
    border-radius: 15px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.content{
    margin-bottom: 70px;
}
.content img{
    max-width: 100%;
}
.content h2{
    margin-top: 30px;
    font-size: 18px;
    line-height: 28px;
    color: #2B2F33;
    margin-bottom: 40px;
    text-align: left;
    font-weight: bold;
    background: #000;
    padding: 20px 25px;
    background: #E0EAF2;
    border-radius: 5px;
}
.content h2 a{
    text-decoration: underline;
    color: #1B34F3;
    font-weight: 600;
    font-size: inherit;
}

.content p{
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #2B2F33;
    text-align: left;
}

.content-h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    margin-top: 70px;
    margin-bottom: 40px;
}
.gallery-image {
    padding-left: 0;
    padding-right: 0;
}
.gallery-image img{
    width: 100%;
    display: block;
}
.content-button-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-button{
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding: 24px 79px;
    text-align: center;
    display: inline-block;
    background: #1B34F3;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 70px;
}
.content-button:hover {
    text-decoration: none;
    background: #112AE4;
}

.content-info {
    background: #1B34F3 url(/img/pattern.png) center center;
    background-size: cover;
}

.content-info p {
    padding: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
}
.bottom-bordered-content{
    border-bottom: 1px solid #E0EAF2;
}
.content-ul {
    margin: 0;
    padding: 0;
    margin-bottom: 70px;
    margin-left: 25px;
}
.content-ul li{
    list-style: none;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    padding-left: 10px;
}

.content-ul li::marker{
    content :'–';
    color: #1B34F3;
}

.content-card{
    padding: 40px;
    border: 2px solid #E0EAF2;
    border-radius: 10px;
    flex: 1;
}

.content-card-title {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #2B2F33;
    margin-bottom: 25px;
}
.content-card-subtitle {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #2B2F33;
    margin-bottom: 30px;
    min-height: 60px;
}
.content-card-text {
    font-size: 18px;
    line-height: 34px;
    margin: 0;
    padding: 0;
    color: #2B2F33;
}

/* TABS */
.content-tab{
    display: none;
}
.content-tab.act{
    display: block;
}

.content-tabs-nav {
    display: flex;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
}

.content-tabs-header{
    display: inline-flex;
}

.content-tabs-header-item {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #1D293F;
    padding: 19px 60px;
    background: #ffffff;
    border: 1px solid #1B34F3;
    cursor: pointer;
}
.content-tabs-header-item:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.content-tabs-header-item:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.content-tabs-header-item.act {
    color: #ffffff;
    background: #1B34F3;
    cursor: default;
}

@media (max-width: 768px) {
    .content-title {
        font-size: 24px;
        line-height: 29px;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: left;
    }

    .content-subtitle {
        text-align: left;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .content-image {
        border-radius: 5px;
        margin-bottom: 0;
    }

    .content{
        margin-bottom: 40px;
    }
    .content h2{
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 28px;
        padding: 20px;
    }

    .content-p{
        font-size: 16px;
        line-height: 24px;
    }
    .content-h2{
        font-size: 24px;
        line-height: 29px;
        text-align: left;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .content-button {
        font-size: 18px;
        line-height: 22px;
        padding: 24px 29px;
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .content-info p {
        font-size: 18px;
        line-height: 22px;
        text-align: left;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .content-ul {
        margin-left: 25px;
    }
    .content-card {
        padding: 25px;
        margin-bottom: 15px;
    }

    .content-card-title {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .content-card-text {
        font-size: 16px;
        line-height: 28px;
    }
    .content-tabs-header-item {
        font-size: 14px;
        line-height: 18px;
        padding: 12px;
        text-align: center;
    }
}

@media (max-width: 450px) {
    .content-button {
        width: 100%;
    }
}


/* СТРАНИЦА УСЛОВИЯ РАБОТЫ*/
.about-work-row{
    margin-top: 40px;
}

.about-work-docs{
    margin-bottom: 70px;
}

@media (max-width: 768px) {
    .about-work-row{
        flex-direction: column-reverse;
        margin-top: 0;
    }
    
    .about-work-row img {
        margin-bottom: 30px;
    }
    .about-work-docs {
        margin-bottom: 25px;
    }
}


/* Страница как сделать заказ */
.steps div {
    display: flex;
}
.steps-item {
    background: url(/img/step.svg) center top no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    padding: 35px 30px;
    width: 260px;
    box-sizing: border-box;
}
.step-item-icon {
    width: 60px;
    margin-bottom: 30px;
}
.step-item-text {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 26px;
    color: #2B2F33;
}

.howto-text {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #2B2F33;
}
.howto-block {
    margin-top: 40px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
}

.howto-item {
    display: flex;
    padding: 0 20px;
}
.howto-item-text {
    padding: 0px 30px;
    font-size: 20px;
    line-height: 34px;
    color: #2B2F33;
}
.howto-item-text a {
    text-decoration: none;
    color: #1B34F3;
    font-weight: 600;
}

.howto-item-text a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .step-item-text {
        font-size: 18px;
        line-height: 23px;
    }
    .steps-slider{
        margin-left: 15px;
        margin-right: 15px;
    }
    .howto-item-text {
        font-size: 16px;
        line-height: 26px;
        padding: 0;
        margin-top: 10px;
    }
    .howto-item {
        flex-direction: column-reverse;
        padding: 0;
        width: 50%;
        align-items: flex-start;
    }
    .howto-item2 {
        flex-direction: column;
    }
    .howto-block{
        margin-bottom: 40px;
    }
}

@media (max-width: 340px) {
    .howto-item-text {
        font-size: 14px;
    }
}
/* СТРАНИЦА ДОСТАВКА */

.content-card-part {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.content-part-icon {
    padding-right: 30px;
}
.content-part-text {
    font-size: 20px;
    line-height: 30px;
    color: #2B2F33;
    font-weight: 600;
}
.content-part-text a {
    font-size: inherit;
    color: #1b34f3;
    text-decoration: underline;
}
.content-ul-mt {
    margin-top: 50px;
    margin-bottom: 0px;
}
.delivery-part {
    display: flex;
    align-items: center;
    padding: 25px;
    background: #FFFFFF;
    border-radius: 7px;
    margin-bottom: 30px;
}

.delivery-part-number {
    background: #E0EAF2;
    font-size: 24px;
    line-height: 55px;
    color: #8C96A3;
    width: 55px;
    border-radius: 50%;
    flex-shrink: 0;
    text-align: center;
}
.delivery-part-text {
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #2B2F33;
    padding-left: 25px;
    font-weight: 600;
}

.delivery-bottom {
    padding: 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #2B2F33;
    background: #E0EAF2;
    border-radius: 7px 7px 400px 400px;
    margin-bottom: 70px;
}
.delivery-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.delivery-item {
    max-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 200px;
    object-fit: contain;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .content-card-subtitle {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
        min-height: unset;
    }
    .content-card-part {
        margin-bottom: 15px;
    }
    .content-part-icon {
        width: 57px;
        height: 57px;
        padding-right: 0;
    }
    .content-part-text {
        padding-left: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .delivery-part-text {
        font-size: 18px;
        line-height: 23px;
    }
    .delivery-part {
        margin-bottom: 16px;
    }
    .delivery-bottom {
        font-size: 18px;
        line-height: 24px;
        padding: 20px 20px 34px 20px;
        margin-bottom: 40px;
    }
    .delivery-items {
        justify-content: flex-start;
    }
    .delivery-item {
        width: 48%;
        margin-bottom: 30px;
    }
}



/*  ЛК  */

.p-sidebar {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    border: 1px solid #D0D0D0;
    border-bottom: none;
    max-width: 300px;
    margin-bottom: 70px;
}

.p-sidebar li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.p-sidebar li a {
    font-size: 19px;
    line-height: normal;
    color: #000000;
    padding: 12px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #D0D0D0;
}

.p-sidebar li a:hover {
    text-decoration: underline;
}
.p-sidebar li a.act{
    color: #ffffff;
    background: #1B34F3;
    border-bottom-color: #1B34F3;
}

.personal-card {
    border: 1px dashed #D0D0D0;
    margin: 0 0 30px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.personal-card:hover {
    text-decoration: underline;
}
.personal-card img {
    height: 44px;
    margin-bottom: 30px;
}
.itogo_count {
    font-size: 23px;
    font-weight: 600;
}