@media all and (min-width: 1200px){
    .container{
        max-width: 1200px;
    }
}
html, body{
    font-family: 'Montserrat-web', sans-serif;
    font-size: 16px;
    line-height: 1.23;
    color: #18244d;
    background: #fff;
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
}
input, button, textarea{
    font-family: 'Montserrat-web', sans-serif;
}
a{
    text-decoration: none;
}
a:hover{
    color:#18244d;
}

.mshow{
    display: none;
}
.totoplink{
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease 0s;
    position: fixed;
    z-index: 14;
    width: 50px;
    height: 50px;
    bottom: 50px;
    left: 40px;
    display: block;
    background: url(../img/header/button-up.png) center center no-repeat;
}
.totoplink--visible{
    opacity: 1;
    pointer-events: auto;
}
.totoplink:hover {
    filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.25));
}
.frscr1.frontpage{
    min-height: 819px;
    background: url(../img/header/hero-background.png) center top no-repeat;
    color:#fff;
}
@media screen and (max-width: 767px) {
    .frscr1.frontpage{
        background: url(../img/header/bg_mob.png);
    }
}
.header {
}
.header__topline {
    padding-top: 30px;
    padding-bottom: 23px;
}
.logo {
    display: block;
    max-width: 250px;
	margin-top: -8px;
}
.logo img{
    display: block;
    max-width: 170px;
}
.header__right {
    justify-content: space-between;
}
.header__right span {
	margin-right:50px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}
.header__right a {
	color: #ffffff;
	text-decoration:none;
}
.header__right a:hover {
	color: #f02420;

}
.header__tlf {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 50px;
}
.header__tlf:hover{
    color: #f02420;
}
.header__button {
    height: 50px;
    width: 245px;
}


.menu {
    background-color: #f02420;
    height: 68px;
}
.header_fixed .menu{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 15;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.header_fixed .menu__inner{
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}
.menu__mob {
    padding: 15px 22px;
    align-items: center;
    height: 100%;
    color:#fff;
    justify-content: space-between;
}
.menu__mobtitle {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.menu__burger {
    width: 32px;
    border:none;
    outline: none;
    background: none;
    position: relative;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
    height: 14px;
    cursor: pointer;
}
.menu__burger:after{
    content:"";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 2px;
    background: #fff;
    top:50%;
    margin-top: -1px;
    left: 0;
}


.menu__main {
    padding: 8px 65px;
}
.menu__main>ul{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
.menu__main>ul>li{
    position: relative;
}
.menu__main>ul>li>a,
.menu__main>ul>li>span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    padding: 17px 0 23px;
    display: block;
    cursor: pointer;
}
.menu__main>ul>li>a:hover{
    color: #18244d;
}
.menu__main>ul ul{
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    top:100%;
    left: -25px;
    z-index: 3;
    background-color: #ffffff;
    display: block;
    padding: 20px 25px 25px;
    white-space: nowrap;
}
.menu__main li:hover ul{
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}
.menu__main>ul ul li{
    display: block;
}
.menu__main>ul ul li a{
    font-size: 15px;
    line-height: 33px;
    font-weight: 700;
    color: #18244d;
}
.menu__main>ul ul li a:hover{
    color: #f02420;
}
.frscr1__content {
}
.frscr1__left {
    padding-top: 60px;
}
.frscr1__h1 {
    width: 493px;
    font-size: 40px;
    padding-left: 8px;
    line-height: 1.23;
    font-weight: 700;
}

.frscr1__descr {
	font-weight: bold;
	text-align: center;
}

.frscr1__h1--regions{
    width: auto;
    max-width: 600px;
}
.frscr1__slider {
    margin-top: 35px;
    width: 100%;
    max-width: 495px;
    align-items: stretch;
    height: 128px;
}
.frscr1__slider .swiper-container {
    width: 425px;
    flex-shrink: 0;
    flex-grow: 0;
}
.frscr1__slider .swiper-slide{
    justify-content: flex-start;
    align-items: stretch;
    background-color: #18244d;
}
.frscr1__slimg {
    background: #fff;
    width: 138px;
}
.frscr1__slimg img{
    max-width: 90%;
    max-height: 90%;
    display: block;
}
.frscr1__slright {
    padding-left: 20px;
    line-height: 1;
}
.frscr1__sltype {
    padding-top: 20px;
    font-weight: 700;
}
.frscr1__slchar {
    padding-top: 10px;
}
.frscr1__slprice {
    padding-top: 10px;
    font-size: 36px;
    font-weight: 700;
}
.frscr1__ctrl {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
    background: #fff;
    width: 68px;
    overflow: hidden;
}
.frscr1__ctrl a{
    flex-basis: 50%;
    flex-grow: 1;
    width: 68px;
}
.frscr1__ctrl svg{
    fill:#18244d;
    width: 12px;
    height: 21px;
    display: block;
}
.frscr1__ctrl a:hover svg{
    fill:#fff;
}
.frscr1__next svg{
    transform: rotate(180deg);
}
.frscr1__ctrl a:hover{
    background-color: #f02420;
} 
.frscr1__right {
    position: relative;
    width: 469px;
    height: 479px;
    background: url(../img/header/bg_red_circle.png);
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0 65px;
}
.frscr1__right-text1 {
    position: absolute;
    z-index: 2;
    top: 316px;
    left: 80px;
    width: 110px;
}
.frscr1__right-text2 {
    position: absolute;
    z-index: 2;
    top: 110px;
    right: -5px;
    width: 180px;
    text-align: right;
}
.frscr1__right-text3 {
    position: absolute;
    z-index: 2;
    top: 402px;
    left: 302px;
    width: 170px;
}









.frscr2 {
padding-top: 65px;
}
.frscr2__button {
    display: block;
    width: 100%;
    height: 120px;
    background: url(../img/header/bg__redbutton.jpg);
    border:8px solid #18244d;
}
.frscr2__button span{
    height: 100%;
    width: 100%;
    display: block;
    border:8px solid #fff;
    display: flex;
    flex-flow:row nowrap;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.frscr2__button:hover{
    border-color:#f02420;
}










.frscr3 {
    padding-top: 65px;
    padding-bottom: 0px;
    overflow: hidden;
}
.frscr3 .container{
    position: relative;
}
@media all and (min-width:1500px){
    .frscr3 .container:after{
        display: block;
        content: "";
        position: absolute;
        bottom: 0px;
        right: -545px;
        width: 436px;
        height: 529px;
        background: url(../img/frontpage/abs_scr3.png) center center no-repeat;
        z-index: 2;
        pointer-events: none;
    }
}
.title {
    text-align: center;
    color: #18244d;
    font-size: 28px;
    font-weight: 700;
}
.subtitle {
    text-align: center;
    padding-top: 15px;
    color: #18244d;
    font-size: 20px;
    font-weight: 500;
}
.frscr3__block {
    margin-top: 40px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    height: 610px;
}
.frscr3__left {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
}
.frscr3__item {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    color:#fff;
    overflow: hidden;
}
.frscr3__item:after{
    display: block;
    position: absolute;
    content: "";
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(24,36,77,1), rgba(255,255,255,0)); 
}
.frscr3__item:hover{
    color:#fff;
}
.frscr3__item span{
    z-index: 4;
    position: absolute;
    top: 17px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    left: 30px;
    right: 30px;
    display: block;
}
.frscr3__item img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.frscr3__right {
    width: 50%;
    height: 100%;
    flex-wrap: wrap;
    flex-grow: 0;
    flex-shrink: 0;
    align-content: flex-start;
    position: relative;
}
.frscr3__left .frscr3__item:nth-child(1){
    flex-basis: 66.66%;
}
.frscr3__left .frscr3__item:nth-child(2){
    flex-basis:33.33%;
}
.frscr3__left .frscr3__item:nth-child(3){
    flex-basis: 33.33%;
}
.frscr3__left .frscr3__item:nth-child(4){
    flex-basis: 33.33%;
}
.frscr3__left .frscr3__item:nth-child(5){
    flex-basis: 33.33%;
}
.frscr3__right .frscr3__item:nth-child(1){
    flex-basis: 50%;
    height: 33.33%;
}
.frscr3__right .frscr3__item:nth-child(2){
    flex-basis: 50%;
    height: 33.33%;
}
.frscr3__right .frscr3__item:nth-child(3){
    flex-basis: 100%;
    height: 66.66%;
}
.frscr3__item--abs {
    position: absolute;
    display: block;
    width: 50%;
    right: 0;
    bottom: 0;
}













.frscr4 {
    min-height: 839px;
    background: url(../img/frontpage/garant/bg_garantee.png) center top no-repeat;
    color:#fff;
    margin-top: 95px;
}
.frscr4__block {
}
.frscr4__img {
    padding-top: 144px;
    padding-left: 47px;
}
.frscr4__img img{
    display: block;
    max-width: 100%;
}
.frscr4__right{
    padding-top: 165px;
    max-width: 570px;
    padding-right: 30px !important;
}
.frscr4__title {
    font-size: 28px;
    font-weight: 700;
    max-width: 450px;
}
.frscr4__text {
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
}
.frscr4__features {
    margin-top: 35px;
    align-content: flex-start;
    flex-wrap: wrap;
}
.frscr4__featitem {
    flex-grow: 1;
    height: 113px;
    flex-basis: 50%;
    background-color: #18244d;
    font-size: 32px;
    font-weight: 700;
    padding: 15px 25px;
    color: #fefefe;
}
.frscr4__featitem small{
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}
.frscr4__featitem:nth-child(2){
    background-color: #23305d;
}
.frscr4__featitem:nth-child(3){
    background-color: #283975;
}
.frscr4__featitem:nth-child(4){
    background-color: #5c6994;
}










.frscr5 {
    padding-top: 10px;
    padding-bottom: 130px;
}
.swiper-container {
}
.frscr5__slider {
    padding-top: 30px;
}
.swiper-wrapper {
}
.frscr5__item{
    margin: 10px;
    height: 142px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
    background-color: #ffffff;
}
.frscr5__item img{
    max-width: 95%;
    max-height: 95px;
    object-fit: contain;
}








.frscr6 {
    min-height: 1300px;
    overflow: hidden;
    background: url(../img/frontpage/bg_priceblock.png) center top no-repeat;
}
.frscr6 .container{
    position: relative;
}
.frscr6__left {
    padding-top: 90px;
    max-width: 545px;
    color: #18244d;
}
.frscr6__h1 {
    font-size: 28px;
    font-weight: 700;
}
.frscr6__text {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 500;
}

.frscr6__text2 {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 500;
}

.frscr6__bottom {
    padding-top: 390px;
    width: 575px;
    float: right;
    color:#fff;
}

.frscr6__bottom2 {
    width: 575px;
    float: right;
    color:#fff;
	padding-top: 40px;
}

.frscr6__h2 {
    font-size: 28px;
    font-weight: 700;
    max-width: 510px;
}
.frscr6__h3 {
    padding-top: 13px;
    font-size: 18px;
    font-weight: 500;
    max-width: 520px;
}
.frscr6__form {
    margin-top: 50px;
    display: block;
    background:url(../img/frontpage/bg_priceform.png) #204566 right bottom no-repeat;
    padding: 49px 30px 65px 70px;
}
.formblock {
    font-weight: 500;
}
.formblock__title {
    font-size: 28px;
}
.formblock__descr {
    font-size: 16px;
    padding-top: 15px;
    max-width: 390px;
    padding-bottom: 30px;
}
.formblock__item {
    padding-bottom: 20px;
    max-width: 435px;
}
.formblock__item input{
    display: block;
    width: 100%;
    background-color: #ffffff;
    border:none;
    font-size: 16px;
    font-weight: 500;
    color: #204566;
    line-height: 25px;
    padding: 15px 30px;
    outline: none;
}
.formblock__item input.formblock__invalid{
    border: 2px solid #f02420;
}

.formblock__item2 {
    padding-bottom: 20px;
    max-width: 435px;
}
.formblock__item2 input{
    display: block;
    width: 75%;
    background-color: #ffffff;
    border:none;
    font-size: 16px;
    font-weight: 500;
    color: #204566;
    line-height: 25px;
    padding: 15px 30px;
    outline: none;
}
.formblock__item2 input.formblock__invalid{
    border: 2px solid #f02420;
}

.formblock__invtext{
    display: none;
    background-color: #f8b6b5;
    color: #f02420;
    padding: 8px 10px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}
.formblock__invalid + .formblock__invtext{
    display: block;
	width:100%;
}
.botform__wrap .formblock__invalid + .formblock__invtext {
    width: 75%;
    
}
.botform__access{
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}
.botform__access input{
    opacity: 0;
    position: absolute;
}
.botform__access span{
    color:#fff;
    font-size: 12px;
    line-height: 18px;
    padding-left: 25px;
    display: block;
}
.botform__access a{
    color:#fff;
	text-decoration: underline;
}
.botform__access a:hover{
    color:#f02420;
	text-decoration: none;
}
.botform__access span:before{
    display: inline-block;
    vertical-align: middle;
    top:-1px;
    position: relative;
    content:'';
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-left: -25px;
    background: #fff;
    border:1px solid #18244d;
}
.botform__access input:checked+span:before{
    background-image: url(../img/check-solid.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
}

.botform__access2{
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}
.botform__access2 input{
    opacity: 0;
    position: absolute;
}
.botform__access2 span{
    color:#fff;
    font-size: 12px;
    line-height: 18px;
    padding-left: 25px;
    display: block;
	width:75%;
}
.botform__access2 a{
    color:#fff;
	text-decoration: underline;
}
.botform__access2 a:hover{
    color:#f02420;
	text-decoration: none;
}
.botform__access2 span:before{
    display: inline-block;
    vertical-align: middle;
    top:-1px;
    position: relative;
    content:'';
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-left: -25px;
    background: #fff;
    border:1px solid #18244d;
}
.botform__access2 input:checked+span:before{
    background-image: url(../img/check-solid.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
}

.formblock__submit {
    padding-top: 25px;
    align-items: stretch;
    max-width: 435px;
}
.formblock__attach {
    flex-basis: 48%;
    flex-grow: 0;
    overflow: hidden;
    position: relative;
    height: 60px;
    margin-right: 8px;
}
.formblock__attach input{
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.formblock__loader{
    text-align: center;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.formblock__loader.active{
    opacity: 1;
    position: relative;
}
.formblock__loader img{
    width: 50px;
    display: inline-block;
    margin: 15px 0 0;
}
.jsFileName{
    white-space: nowrap;
    overflow: hidden;
}
.formblock__attach input + span{
    width: 100%;
    text-transform: uppercase;
    height: 100%;
}
.formblock__attach input + span svg{
    margin-right: 15px;
    width: 20px;
    height: 20px;
}
.formblock__attach path{
    fill:#fff;
}
.formblock__attach:hover path{
    fill: #18244d;
}
.formblock__button {
    margin-left: 8px;
    flex-basis: 52%;
    flex-grow: 1;
}









.frscr7 {
    padding-top: 70px;
    overflow: hidden;
}
.frscr7 .container{
    position: relative;
}
@media all and (min-width:1700px){
    .frscr7 .container:after{
        display: block;
        content: "";
        position: absolute;
        top: -65px;
        left: -650px;
        width: 542px;
        height: 542px;
        background: url(../img/frontpage/abs_bottom.png) center center no-repeat;
        z-index: 2;
        pointer-events: none;
    }
}
.frscr7 .subtitle{
    padding-top: 15px;
    font-size: 20px;
}
.frscr7__block {
    padding-top: 40px;
    position: relative;
}
.frscr7__slider {
}
.frscr7__link{
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
    outline: none;
    display: block;
    margin: 7px;
    position: relative;
}
.frscr7__link:after,
.frscr8__link:after{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.2 ease 0s;
    background: url(../img/icon__glass.png) rgba(240,36,32,0.5) center center no-repeat;
}
.frscr7__link:hover:after,
.frscr8__link:hover:after{
    opacity: 1;
}
.frscr7__link img{
    display: block;
    width: 100%;
    height: auto;

}
.frscr7__ctrl {
}
.frscr7__ctrl a{
    position: absolute;
    top:50%;
    margin-top: 2px;
    left:0;
    width: 32px;
    height: 32px;
    background-color: #f02420;
    z-index: 4;
}
.frscr7__ctrl a:hover{
    background-color: #b41b18;
}
a.frscr7__prev {
    left: -50px
}
a.frscr7__next {
    left:auto;
    right: -50px;
    transform: rotate(180deg);
}
.frscr7__ctrl .swiper-button-disabled{
    display: none;
}
.frscr7__bottom {
    padding-top: 25px;
    font-size: 20px;
    text-align: center;
    color: #18244d;
    font-weight: 500;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}










.frscr8 {
    min-height: 858px;
    background: url(../img/frontpage/documents/bg__letters.png) center top no-repeat;
    color:#fff;
    padding-top: 205px;
}
.frscr8 .title {
    color:#fff;
}
.frscr8 .subtitle {
    color:#fff;
    font-size: 31px;
}
.frscr8__block {
    padding-top: 60px;
    position: relative;
}
.frscr8__slider {
    
}
.frscr8__link{
    position: relative;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
    outline: none;
    display: block;
    margin: 7px;
}
.frscr8__link img{
    display: block;
    width: 100%;
    height: auto;

}
.frscr8__ctrl a{
    position: absolute;
    top:50%;
    margin-top: 20px;
    left:0;
    width: 32px;
    height: 32px;
    background-color: #f02420;
    z-index: 4;
}
.frscr8__ctrl a:hover{
    background-color: #18244d;
}
a.frscr8__prev {
    left: -50px
}
a.frscr8__next {
    left:auto;
    right: -50px;
    transform: rotate(180deg);
}
.frscr8__ctrl .swiper-button-disabled{
    display: none;
}








.frscr9 {
    padding-top: 142px;
	margin-bottom: 50px;
}




.page__text{
    font-size: 16px;
    font-weight: 500;
	line-height: 1.5;	
    margin: 0 auto;
}
.page__text p{
    margin-bottom: 15px;
}
.page__centred{
    text-align: center;
}
.page__text h1, .page__h1{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.page__text h2, .page__h2{
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 25px;

}
.page__text h3, .page__h3{
    font-size: 30px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 25px;
}
.page__text a{
    color: #18244d;
    text-decoration: underline;
}
.page__text a:hover{
    color:#f10528;
}
.page__text ul{
    margin-top: 5px;
    margin-bottom: 30px;
}
.page__text ul>li{
    display: block;
    padding-left: 15px;
    position: relative;
}
.page__text ul li:before{
    content:"";
    display: block;
    position: absolute;
    top:9px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #f02420;
}
.page__text ol{
    margin-top: 0px;
    margin-bottom: 30px;
    counter-reset: discCounter;
}
.page__text ol>li{
    display: block;
    padding-left: 25px;
    position: relative;
}
.page__text ol>li:before{
    counter-increment: discCounter;
    content: counter(discCounter)".";
    display: inline-block;
    position: relative;
    width: 25px;
    text-align: right;
    padding-right: 6px;
    margin-left: -25px;
}
.page__text ol ul,
.page__text ul ul{
    margin-top: 10px;
    margin-bottom: 10px;
}
.page__text ol ul li,
.page__text ul ul li{
    padding-left: 30px;
    display: block;
    position: relative;
}
.page__text ol ul li:before,
.page__text ul ul li:before{
    content:"";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid #f02420;
    background-color: #ffffff;
    border-radius: 50%;
    top:10px;
    left:10px;
}
.page__img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.page__img img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}
.jsAddText{
    display: none;
    transform: translateY(-10px);
    opacity: 0;
    transition: transform 0.3s ease 0s, opacity 0.3s esae 0s;
}
.jsAddText.active{
    display: block;
    opacity: 1;
    transform: none;
}




















.text-block h2, .text__h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.text-block ul, 
.text-block ol{
    font-weight: 500;
    margin-bottom: 30px;
    counter-reset: discCounter;
}
.text-block ul:last-child, 
.text-block ol:last-child{
    margin-bottom: 0;
}
.text-block ul>li,
.text-block ol>li{
    padding-left: 35px;
    line-height: 30px;
    display: block;
    position: relative;
}
.text-block ul>li:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ff9301;
    position: absolute;
    top:12px;
    left: 18px;
}
.text-block ol>li:before{
    counter-increment: discCounter;
    content: counter(discCounter)".";
    display: inline-block;
    position: relative;
    width: 25px;
    text-align: right;
    padding-right: 6px;
    margin-left: -25px;
}
.frscr9__add {
    display: none;
}
.botform {
    margin-top: 50px;
    padding-bottom: 50px;
    min-height: 478px;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #204566;
}
.botform__img {
    position: relative;
    width: 610px;
    flex-shrink: 0;
    flex-grow: 0;
    text-align: right;
}
.botform__img img{
    display: inline-block;
    position: relative;
    margin-top:-55px;
    margin-bottom:-55px;
	max-width: 75%;
}
.botform__wrap {
    width:500px;
    padding-right: 70px;
    flex-shrink: 0;
    flex-grow: 0;
    color:#fff;
}
.botform__title {
    padding-top: 57px;
    font-size: 28px;
    font-weight: 500;
}
.botform__descr {
    font-size: 16px;
    padding-top: 15px;
    font-weight: 500;
    padding-bottom: 35px;
	width: 75%;
}
.botform__item {
}
.botform__submit {
    padding-top: 10px;
}
.botform__submit .button{
    width: 75%;
    height: 57px;
	font-size: 15px;
    font-weight: 600;
}








.regions {
    margin-top: 44px;
}
.regions .container{
    position: relative;
}
@media all and (min-width:1500px){
    .regions .container:after{
        display: block;
        content: "";
        position: absolute;
        top: -450px;
        right: -525px;
        width: 542px;
        height: 542px;
        background: url(../img/frontpage/abs_bottom.png) center center no-repeat;
        z-index: 2;
        pointer-events: none;
    }
}
.regions__label {
    height: 57px;
    width: 277px;
    text-transform: none;
}
.regions__label span{
    margin-left: 20px;
    transform: rotate(180deg);
    transition: transform 0.3s ease 0s;
}
.regions__label.active span{
    transform: rotate(0deg);
}
.regions__block {
    padding-top: 30px;
    height: 0;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: transform 0.3s ease 0s;
    overflow: hidden;
}
.regions__label.active+.regions__block{
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
    height: auto;
}
.regions__block.region_pages {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
    height: auto;
}
.regions__block li{
    display: block;
    position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
.regions__block li:before{
    display: none;
	/*display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    content:"";
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #18244d;*/
}
.regions__block a{
    color: #18244d;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}
.regions__block a:hover{
    color: #f10528;
}
.regions__block.region_pages h2 {
    margin-bottom: 30px;
}
.regions__block.region_pages ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.regions__block.region_pages ul li {
    width: 25%;
}
@media (max-width: 767px) {
    .regions__block.region_pages ul li {
        width: 50%;
    }
}

.footer {
    min-height: 350px;
    background:url(../img/footer_bg.png) center top no-repeat;
	background-size: cover;
    padding-top: 190px;
	margin-top: -50px;
}
.footer .row{
    margin-left: auto;
    margin-right: auto;
}
.footer__left {
    justify-content: flex-start;
}
.footer__logo {
    margin-left: 0px;
	margin-top: 10px;
    max-width: 170px;
}
.footer__slogan {
    padding-left: 22px;
    font-size: 16px;
    font-weight: 500;
    color:#fff;
    width: 330px;
	padding-top: 10px;
}
.footer__right {
	padding-top:10px;
}
.footer__tel {
    display: block;
    margin-right: 45px;
    letter-spacing: 0.65px;
    font-weight: 600;
    font-size: 16px;
    color:#fff;
}
.footer__tel:hover{
    color: #f10528;
}
.footer__right .button {
    height: 50px;
    width: 245px;
}
.footer__copy {
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    color:#fff;
	padding-top: 20px;
}

.footer__copy a {
	color:#fff;
}

.footer__copy a:hover{
color: #f10528;
}

.footer__copy2{
	text-align: center;
	font-size:12px;
}
 
.footer__copy2 a{
color: #fff;
}

.footer__copy2 a:hover{
color: #f10528;
}

.hwmod__window{
    box-shadow: 0px 14px 59px 0px rgba(0, 0, 0, 0.2);
}
.jsCallModal{
    color:#fff;
    padding: 50px 65px;
    width: 445px;
    max-width: 100%;
    background: url(../img/frontpage/bg_priceform.png) #204566 right bottom no-repeat;
}
.jsPriceModal{
    color:#fff;
    padding: 50px 75px 50px 65px;
    width: 570px;
    max-width: 100%;
    background: url(../img/frontpage/bg_priceform.png) #204566 right bottom no-repeat;
}
.hw__close{
    width: 20px;
    height: 20px;
    font-size: 0;
    position: absolute;
    top:25px;
    right: 25px;
    border:none;
    cursor: pointer;
    background:url(../img/times-solid.svg) center center no-repeat;
}
.modal__h1{
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 30px;
}
.modal__item{
    padding-bottom: 20px;
}
.modal__item input{
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #204566;
    line-height: 25px;
    padding: 15px 35px;
    background-color: #ffffff;
    border:none;
    outline: none;
}
.modal__item textarea{
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #204566;
    line-height: 25px;
    height: 90px;
    padding: 15px 35px;
    background-color: #ffffff;
    border:none;
    outline: none;   
}
.modal__submit{
    padding-top: 15px;
}
.modal__submit .button{
    width: 100%;
    height: 57px;
}
.modal__h2{
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 20px;
}
.modal__h3{
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 40px;
    text-align: center;
}

.table-wrap {
  display: inline-block;
  background-color: #fff;
  padding: 2rem 2rem;
  color: #18244d;
}
 
@media screen and (max-width: 600px) {
  .table-wrap {
    overflow-y: scroll;
	width: 100%;
  }
}

.frscr7__slider .swiper-slide-active {
	width: 286px !important;
}

.grecaptcha-badge { visibility: hidden; }

.whatsapp {
	margin-right: 50px;
    position: relative;
    list-style: none;
    font-style: normal;

    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

@media screen and (max-width: 767px) {
  .whatsappimg {
	position: absolute;
  }
    .whatsapp {
        margin-right: 25px;
   }
}

.whatsappimg {
	width:30px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    padding-left: 6px;
}
.whatsappimg-red {
    display: none;
    width:30px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    padding-left: 6px;
}
.whatsapp:hover {
    color: #f02420;
}
.whatsapp:hover .whatsappimg {
    display: none;
}
.whatsapp:hover .whatsappimg-red {
    display: unset;
}
.whatsapp:hover .whatsappimg2 {
    display: none;
}
.whatsappimg2 {
    width:30px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    padding-left: 6px;
}

@media screen and (max-width: 767px) {
  .whatsappimg2 {
	/*padding-top: 10px;*/
	}
}

.fix1 {
	margin-top: 100px;
}

h1 {
	margin-bottom: 20px;
	text-align: center;
}

h2 {
	text-align: center;
}

.contacts {
	font-weight: 600;
}

.frscr3__item:hover {
	opacity: 0.5;
}
.frscr3__item--abs:hover {
	opacity: 0.8;
	z-index: 999;

}

.promo-form {
	padding-top: 75px;
}

.background-none {
	background: none;
}

.fishka {
 -moz-transition: all 3s ease-out;
 -o-transition: all 3s ease-out;
 -webkit-transition: all 3s ease-out;
 }
 
.fishka:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }

.promo-dostavka {
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}

.promo-descr {
	font-size: 30px;
	font-weight: bold;
	color: #f02420;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.fishka2:hover {
	background-color: #18244d;
}

.fix2 {
		margin-top: 95px;
	}
	
.fix-button {
	margin-left: 0px;
}

.tovar-link {
	color: white;
}

.tovar-link:hover {
	color: white;
	text-decoration: none;
}

/* TAGS */

.tags {
    margin-top: 44px;
}
.tags .container{
    position: relative;
}
@media all and (min-width:1500px){
    .tags .container:after{
        display: block;
        content: "";
        position: absolute;
        top: -450px;
        right: -525px;
        width: 542px;
        height: 542px;
        background: url(../img/frontpage/abs_bottom.png) center center no-repeat;
        z-index: 2;
        pointer-events: none;
    }
}
.tags__label {
    height: 57px;
    width: 277px;
    text-transform: none;
}
.tags__label span{
    margin-left: 20px;
    transform: rotate(180deg);
    transition: transform 0.3s ease 0s;
}
.tags__label.active span{
    transform: rotate(0deg);
}
.tags__block {
    padding-top: 30px;
    height: 0;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: transform 0.3s ease 0s;
    overflow: hidden;
}
.tags__label.active+.tags__block{
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
    height: auto;
}
.tags__block li{
    display: block;
    position: relative;
}
.tags__block li:before{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    content:"";
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #18244d;
}
.tags__block a{
    color: #18244d;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}
.tags__block a:hover{
    color: #f10528;
}

.small {
	margin-top: 20px;
    font-size: 12px;
    font-weight: 400;
    margin-left: 15px;
    margin-right: 15px;
	
}

.priceblock__name a {
	color: white;
}

.priceblock__name a:hover {
	color: white;
}

.regions__preview {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 24px;
    font-weight: 700;
}
.amo-button-holder.amo-vertical {
    bottom: 40px !important;
    right: 28px !important;
}
.amo-button {
    width: 48px !important;
    height: 48px !important;
    margin-right: 5px !important;
}
.whatsapp-fixed {
    position: fixed;
    right: 30px;
    bottom: 150px;
    z-index: 999;
}
.whatsapp-fixed:hover {
    filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.25));
}
img.whatsappimg-green {

}
.reviews-block {
    width: 100%;
    height: 890px;
    background-image: url(../img/reviews-background.png);

}

.review-slide .logo1 {
    position: absolute;
    bottom: 50px;
}

.review-slide {
    max-width: 380px;
    height: 450px;
    box-shadow: 0px 12.4272px 18.6408px rgba(0, 0, 0, 0.25);
    margin: 80px auto;
    background: #fff;
    padding: 33px 35px;
    overflow-y: auto;
    position: relative;

}

.reviews-block h2 {
    padding-top: 91px;

    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .reviews-block {
        height: unset;

    }
    .reviews-block h2 {
        padding-top: 40px;
    }
    .review-slide {
        margin: 40px auto;
    }
}
.review-slide .text {
    font-style: normal;
    font-weight: normal;
    font-size: 16.1553px;
    line-height: 23px;
    padding: 25px 0;
    overflow-y: auto;
    color: #000000;
    height: 250px;
}
@media (max-width: 767px) {
    .review-slide p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 143.4%;
        padding: 16px 0;
        color: #000000;
        width: 100%;
    }
    .review-slide {
        padding: 25px 16px;
    }
}
img.rotate-vector {
    transform: rotate(180deg);
    float: right;
    position: absolute;
    bottom: 50px;
    right: 35px;
}
.pl {
    padding-left: 18px;
}
img.rotate-vector.pl {
    padding-left: 46px;
}
.reviews-block .swiper-slide {

}
.reviews-block .button-next-reviews {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     right: 215px;
    z-index: 999;
    cursor: pointer;
 }
.reviews-block .button-prev-reviews {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 215px;
    z-index: 999;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .reviews-block .button-next-reviews {
        right: 0px;

    }
    .reviews-block .button-prev-reviews {
        left: 0px;
    }
}
@media (max-width: 767px) {
    .reviews-block .button-next-reviews {
        display: none;

    }
    .reviews-block .button-prev-reviews {
        display: none;
    }
}
.quest {
    max-width: 940px;
}


.question {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 110%;
    /* identical to box height, or 20px */

    display: flex;
    align-items: center;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 50px;
    color: #22323F;

}

.questions h2 {
    margin-top: 200px;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    /* or 40px */

    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    color: #22323F;
    margin-bottom: 80px;

}
@media (max-width: 767px) {
    .questions h2 {
        margin-top: 50px;
        margin-bottom: 40px;
    }
}
.questions-row {
    margin-bottom: 32px;
	cursor: pointer;

}
.hidden-question-text{
    display: none;
    padding-top:15px;
    padding-left: 50px;
    padding-bottom: 36px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 135%;
    color: #22323F;
}
@media (max-width: 767px) {
    .question {
        padding-left: 16px;
    }
    .hidden-question-text {
        padding-left: 16px;
        font-size: 14px;
    }
}
.border {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

}
.border p {
    width: 75%;
}

.questions-row img {

    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);

}
.wrap-form {
    margin-top: 200px;
}
@media (min-width: 577px) {
    .wrap-form {
        background-image: url(../img/trianglebottom.png);
        background-repeat: no-repeat;
        background-position: bottom 210px right;
        padding-bottom: 310px;
    }
}
@media (min-width: 1200px) {
    .wrap-form {
        background-image: url(../img/trianglebottom.png);
        background-repeat: no-repeat;
        background-position: bottom 270px right;
        padding-bottom: 370px;
    }
}
@media (max-width: 576px) {
    .wrap-form {
        background-image: url(../img/trianglebottom.png);
        background-repeat: no-repeat;
        background-position: bottom 0px right -200px;
        padding-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .wrap-form {
        margin-top: 70px;
    }
}
.form-container {
    background-image: url(../img/form-background.png), url(../img/triangle.png);;
    background-repeat: no-repeat,no-repeat ;
    background-position: top 20px center,top 0px left;
}
@media (max-width: 1920px) {
    .form-container {
        background-image: url(../img/form-background.png), url(../img/triangle.png);;
        background-repeat: no-repeat,no-repeat ;
        background-position: top -15px center,top 0px left;
    }
}
@media (max-width: 1600px) {
    .form-container {
        background-image: url(../img/form-background.png), url(../img/triangle.png);;
        background-repeat: no-repeat,no-repeat ;
        background-position: top 0px center,top 0px left;
    }
}
@media (max-width: 1200px) {
    .form-container {
        background-image: url(../img/form-background.png), url(../img/triangle.png);;
        background-repeat: no-repeat,no-repeat ;
        background-position: top 12px center,top 0px left;
    }
}
@media (max-width: 991px) {
    .form-container {
        background-image: url(../img/form-background.png), url(../img/triangle.png);;
        background-repeat: no-repeat,no-repeat ;
        background-position: top 16px center,top 0px left;
    }
}
@media (max-width: 834px) {
    .form-container {
        background-image: url(../img/form-background.png), url(../img/triangle.png);;
        background-repeat: no-repeat,no-repeat ;
        background-position: top 20px center,top 0px left;
    }
}
@media (max-width: 767px) {
    .form-container {
        height: unset;
        background-image: url(../img/form-background.png), url(../img/triangle.png);
        background-repeat: no-repeat,no-repeat;
        background-position: top 5px center,top 0px left -350px;
    }
    .px-xs-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .questions-row img {

        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);

    }
}


@media (min-width: 1024px) {
    .form-logo {
        background-image: url(../img/form-logo.png);
        background-position: top 150px right 120px;
        background-repeat: no-repeat;
    }

}


form.calc {
    width: 100%;
    margin-top: 60px;
    background: #18244D;
}
.form-container h2 {
    margin-top: 190px;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
}
@media (min-width: 1024px) {
    form.calc .pull-left {
        width: 60%;
        display: inline-block;
        float: left;
    }

    form.calc .pull-right {
        width: 40%;
        max-width: 340px;
        display: inline-block;
        float: right;
        margin-top: 170px;
        padding-top: 5px;

    }
}
@media (min-width: 991px) and (max-width: 1023px) {
    form.calc .pull-left {
        padding-left: 140px;
    }
    form.calc .pull-right {
        padding-left: 140px;
        max-width: 450px;

    }

}
form.calc .pull-right .check {
    visibility: hidden;
    height: 0;
}
form.calc .pull-right p.agreement {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 135%;
    color: rgba(255, 255, 255, 0.65);
    width: 100%;
    max-width: 340px;
    margin-top: 0px;
}
form.calc input[type=submit] {
    height: 56px;
    border: none;
    outline: none;
    width: 100%;
    max-width: 340px;
    background: #DE3D30;
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    color: #fff;
    margin-bottom: 100px;
}
form.calc input[type=submit]:hover {
    opacity: 0.7;
}
form.calc .form_radio_btn {
    display: inline-block;
    margin-right: 10px;
}
form.calc .form_radio_btn input[type=radio] {
    display: none;
}
form.calc .form_radio_btn label {
    display: inline-block;
    cursor: pointer;
    height: 56px;
    color: #fff;
    padding: 12px 17px;
    line-height: 34px;
    border: 1px solid #5C6994;
    user-select: none;
    background: #5C6994;

}

/* Checked */
form.calc .form_radio_btn input[type=radio]:checked + label {
    background: #fff;
    color: #5C6994;
    border: none;
}

/* Hover */
form.calc .form_radio_btn label:hover {
    opacity: 0.7;
}
form.calc .form_radio_btn input[type=radio]:checked + label:hover {
    opacity: 1;
}
form.calc p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    /* or 24px */
    margin-bottom: 16px;
    margin-top: 32px;
    color: #FFFFFF;
}
/*selector */

.select {
    position: relative;
    display: block;
    max-width: 350px;
    width: 100%;
    min-height: 56px;

    margin-bottom: 20px;
    border: solid #18244D 1px ;
}

.select__head {
    width: 100%;
    max-width: 100%;
    padding: 16px 17px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    background: #fff;
    line-height: 135%;
    cursor: pointer;
}

.select__head::after {
    width: 21px;
    height: 11px;
    background: #FFF url(../img/select-arrow.png) no-repeat center / cover;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    content: '';
    display: block;
    transition: .2s ease-in;
}

.select__head.open::after {
    transform: translateY(50%) rotate(180deg);
}

.select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.select__list::-webkit-scrollbar {
    width: 7px;
    background-color: #F8F9FA;
    padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}

.select__list .select__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.select__list .select__item:hover {
    background-color: rgba(224, 229, 231, 0.5);
}
form.calc input.calc {
    width: 100%;
    max-width: 340px;
    margin-bottom: 18px;
    height: 56px;
    padding:17px 32px;

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

    .form-container h2 {
        max-width: 510px;
        margin-left: auto;
        margin-right: auto;
    }
    .pull-right {
        max-width: 340px;
    }
}
@media (max-width: 767px) {
    form.calc {
        padding-right: 15px;
        padding-left: 15px;
    }
    form.calc .form_radio_btn {
        margin-bottom: 10px;
        margin-right: 7px;
    }

}
@media (min-width: 1200px) {
    .wrap-quest {
        background-image: url(../img/faq-triangle-right.png), url(../img/faq-triangle-right2.png) ;
        background-repeat: no-repeat, no-repeat;
        background-position: top -200px left 1800px, top 300px left 1800px;
    }
}
@media (min-width: 1600px) {
    .wrap-quest {
        background-image: url(../img/faq-triangle-right.png), url(../img/faq-triangle-right2.png), url(../img/faq-triangle-left.png) ;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: top -200px left 1500px, top 300px left 1500px, top 150px left;
    }
}

.swipe-arrows {
    width: 182px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    display: none;
}
.swipe-arrows span {
    font-family: 'Montserrat-web', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 143.4%;
    /* identical to box height, or 20px */
    margin: 0 18px;
    text-align: center;

    color: #FF7373;

}
@media (max-width: 767px) {
    .swipe-arrows {
        display: block;
    }
}
.rotate-180 {
    transform: rotate(-180deg);
}
form.calc p.err-message {
    font-family: 'Montserrat-web', sans-serif;
    float: right;
    display: none;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 135%;
    /* or 16px */
    margin: 0px 0px;

    color: #FF7D73;
}
input._error {
    background: #FFF0F0;
}
.pull-right._error p.data {
    margin-bottom: 0;
}
.pull-right._error p.agreement {
    margin-top: 16px !important;
}
.pull-right._error p.err-message {
    display: block;
}
.select .select__head._error {
    background: #FFF0F0;
}
.select .select__head._error:after {
    background: #FFF0F0;
}
.pull-right._error input.calc {
    margin-bottom: 2px;
}
.pull-right._error #calc-name {
    margin-bottom: 18px;
}
.preview {
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 400px) {
    .preview .container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 1200px) {
    .preview .swiper-container {
        overflow: visible;
    }
}
.block-wrap {
    max-width: 370px;
    padding-right: 15px;
    padding-left: 44px;
}
.block {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    max-width: 360px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;

    height: 527px;
}

.block:hover {
    box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.block p.href:hover {
    color: #283975;
}

.block .date {
    z-index: 3;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 135%;
    width: 125px;
    height: 22px;
    background: #283975;
    opacity: 0.7;
    color: #FFFFFF;
    position: relative;
    text-align: center;
    padding: 5px 0;	
}

.block img {
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 100%;
}
.block p.header {
	min-height: 92px;
    margin-top: 216px;
    padding: 16px 16px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 110%;
    color: #22323F;
}
.block .text {
    padding: 0 16px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 135%;
    color: #22323F;
    height: 130px;

    overflow-y: auto;
    position: relative;
}
.block p.href {
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 135%;
    text-decoration-line: underline;
    color: #DE3D30;
}

.block p.href::before {
	content: 'Читать статью';
}

.block a:hover {
    color: #283975;
}
p.all-articles {
    padding-top: 48px;
    text-align: center;
}
@media (max-width: 767px) {
    p.all-articles {
        padding-top: 18px;
    }
}
p.all-articles a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 135%;
    text-decoration-line: underline;
    color: #DE3D30;
}
p.all-articles:hover a {
    color: #283975;
}
.preview h2 {
    max-width: 480px;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    margin: 80px auto;
    text-align: center;

    color: #1D2A33;
}
.text::-webkit-scrollbar {
    width: 8px;
}

.text::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

.text::-webkit-scrollbar-thumb {
    background-color: #D5D5D5;
}

.centerfix {
	display: flex;
	width: 100%;
	justify-content: center;
}

.prim .priceblock__name {
	padding-top: 120px;
}

.prim .priceblock__name h2 {
	font-size: 22px;
}
.phone-button {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 260px;
    transform: translate(-50%, -50%);
    background: #f02420;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: #fff;
    text-align: center;
    line-height: 53px;
    font-size: 35px;
    z-index: 10;
}
.phone-button:hover {
    opacity: 0.8;
}
.phone-button:before,
.phone-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #f02420; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
    overflow-x: hidden;
    z-index: 0;
}

.phone-button:after{
    animation-delay: .5s;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
@media (max-width: 767px) {
    .phone-button {
        right: -20px;
    }
}

.pro-site {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pro-site span {
	margin-right: 5px;
    color: #ffffff;
}

.pro-site a {
    color: #f02420;
}

.pro-site a:hover {
	text-decoration: underline;
	color: #b41b18;
}

.pro-site img {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}
.amo-button-holder {
    right: 40px !important;
    bottom: 90px !important;
}
@media (max-width: 767px) {
    .amo-button-holder {
        right: 0 !important;
        bottom: 0 !important;
    }
}

.footer__slogan a {
	color: white;
}

.footer__slogan a:hover {
	color: #f10528;
}

.tovarfix1 img {
	height: auto !important;
}

.table {
	border: thick double;
	display: flex;
	justify-content: center;
	text-align: left;
}

.table td,th {
	padding: 10px;
}

.priceblock__name a:hover {
	color: #f02420;
}

/* 13.12.2023 */

.regions p {
	text-align: center;
	margin-bottom: 65px;
}

.regions a {
	color: #18244d;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.regions a:hover {
    color: #f10528;
}

.blogitem__morelink:before {
	content: 'Продолжить чтение';
}

.flexcore {
	display: flex;
	flex-wrap: wrap;
}

.flexcore a {
	width: 100%;
	color: #18244d;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.flexcore a:hover {
	color: #f10528;
}

.blog-preview img {
	height: 240px;
}

.center-blog {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.center-blog p {
	font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
	color: #18244d;
}

.center-blog a {
	color: #DE3D30;
}

.center-blog a:hover {
	text-decoration: underline;
}

/* 070324 */

.priceblock__button::before {
	content: "Купить";
}

.dop-service__item_link::before {
	content: "Подробнее";
}

.rating {
	margin-top: 25px;
	display: flex;
	width: 100%;
	justify-content: center;
}

.footer_list {
	display: flex;
	flex-wrap: wrap;
}

.footer_list a {
	width: 100%;
	color: white;
	font-size: 14px;
	line-height: 1.23;
}

.footer_list a:hover {
	color: white;
	text-decoration: underline;
}

.main-footer-link {
	color: white;
	font-size: 16px;
	font-weight: 600;
}

.standart-button {
	padding: 10px;
	font-size: 16px;
    font-weight: 500;
	cursor: pointer;
	color: #18244d;
	background: white;
	border: 2px solid #18244d;
	transition: 1s all ease;
	width: 190px;
	min-height: 45px;
}

.standart-button:hover {
	color: #DE3D30;
	border: 2px solid #DE3D30;
}

#mass, #volume {
	min-height: 45px;
	width: 190px;
	margin-bottom: 10px;
}

#mass::placeholder, #volume::placeholder {
    color: #18244d;
	font-size: 16px;
    font-weight: 500;
	margin-left: 10px;
}

.flexi iframe {
    margin-left: 15px;
}

.tel-mob {
    display: none;
}

.footer-address {
    color: white;
    margin-left: 25px;
    margin-top: 25px;
}

.header-tel {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
}

.header-tel a {
    width: 100%;
}

.footer-tel {
    color: white;
    font-size: 12px;
}

.phone-button {
    display: none;
}





