
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}

*::-webkit-input-placeholder {
	color: #6B7280;
	opacity: 1
}
*:-moz-placeholder {
	color: #6B7280;
	opacity: 1;
}
*::-moz-placeholder {
	color: #6B7280;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #6B7280;
	opacity: 1;
}

*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	transition: .3s;
}

body {
    width: 100%;
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    line-height: 1.3;
    position: relative;
}

.work{
    width: 100%;
    max-width: 1750px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.hidden {
  display: none !important;
}

.form-group{
    margin-bottom: 15px;
}

.form__cols{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.form__col{
    padding: 0 15px;
}

.form__col.w33{
    width: 33.33%;
}

.form__col.w50{
    width: 50%;
}

.agree{
    width: 100%;
    padding-left: 28px;
    margin-top: 15px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    position: relative;
}

.agree:before{
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/agree.svg) no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
}

.agree a{
    color: #134CBD;
    text-decoration: underline;
}


input[type='text'],
input[type='password'],
input[type='search'],
select
{
    width: 100%;
    height: 60px;
    padding: 0 20px;
    color: #282739;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 5px;
    transition: .3s;
}

input[type='text'].black,
input[type='password'].black,
input[type='search'].black{
    color: #000;
    border-color: #000;
    background: transparent;
}

textarea{    
    width: 100%;
    height: 120px;
    padding: 15px 20px;
    color: #282739;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 5px;
    resize: none;
}

input:focus{
    outline: none;
}

textarea:focus{
    outline: none;
}

.cols{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col{
    padding: 0 15px;
}

.btn{
    display: inline-block;
    border: medium none;
    background: transparent;
    cursor: pointer;
    transition: .3s;
    font-family: 'Gilroy', sans-serif;
}

.btn-border{
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 30px;
    border: 1px solid #282739;
    border-radius: 5px;
    color: #282739;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.btn-border:hover,
.btn-border:active{
    opacity: .88;
}

.btn-main{
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 30px;
    background: #4962A1;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.btn-main:hover,
.btn-main:active{
    opacity: .88;
}

.btn-border-white{
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.btn-border-white:hover,
.btn-border-white:active{
    opacity: .88;
}

button:focus{
    outline: none;
}

.slick-dots{
    position: absolute;
    text-align: center;
    bottom: 25px;    
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slick-dots li{
    width: auto;
    height: auto;
    margin: 0 6px!important;
    padding: 0!important;
}

.slick-dots li:before{
    display: none;
}

.slick-dots li button{
    width: 15px;
    height: 15px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #00728A;
    opacity: 1;
    text-indent: -9999px;
    transition: .3s;
}

.slick-dots li.slick-active button{
    background-color: #00728A;
}

.slick-prev, 
.slick-next{
    width: 36px;
    height: 36px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    border-radius: 0;
    background-position: center !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
}

.slick-prev:before,
.slick-next:before{
    content: none;
    
}

.slick-prev{
    left: 0;
    background-image: url(../img/prev.svg)!important;
}

.ar-w .slick-prev{
    left: 0;
    background-image: url(../img/prev_w.svg)!important;
}


.slick-prev:hover{
    opacity: .8;
}

.slick-next{
    right: 0;
    background-image: url(../img/next.svg)!important;
}

.ar-w .slick-next{
    right: 0;
    background-image: url(../img/next_w.svg)!important;
}

.slick-next:hover{
    opacity: .8;
}

.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.arrows-append{
    width: 89px;
    height: 36px;
    position: relative;
    z-index: 1;
}

.section{
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

.title-block{
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 36px;
    color: #000;
}

.title-block.center{
    text-align: center;
}

.title-block.white{
    color: #fff;
}

.more{
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding-right: 48px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    transition: .3s;
}

.more:hover{
    opacity: .8;
}

.more:before{
    content: "";
    width: 36px;
    height: 36px;
    background: url(../img/more.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.head-block{
    padding-bottom: 40px;
}

.head-block .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.head-block .col{

}

.head-block .title-block{
    margin-bottom: 0;
}

.burger{
    width: 32px;
    display: none;
}

.burger span{
    display: block;
    height: 3px;
    background: #282739;
    margin: 6px 0;
}

.menu-close{
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    background: transparent url(../img/close.svg) center no-repeat;
    background-size: contain;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.menu-mob{
    width: 100%;
    position: fixed;
    height: 100%;
    padding: 38px 15px 25px;
    overflow: auto;
    background: #fff;
    z-index: 99;
    display: none;
}

.menu-mob__item{
    margin-top: 20px;
}

/**HEADER**/
.header{
    width: 100%;
    display: block;
    padding-top: 12px;
    padding-bottom: 25px;
    position: fixed;
	background:#fff;
    z-index: 9;
	top:0;
}
.header-in{
	height:133px;
}

.header .cols{
    flex-wrap: nowrap;
    align-items: center;
}

.header .col:nth-child(1){
    width: 158px;   
    flex-shrink: 0;
}

.header .col:nth-child(2){
    width: calc(100% - 158px);
}

.header .logo img{
    width: 135px;
    display: block;
}

.header .top{
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.header .items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -9px;
}

.header .item{
    padding: 0 8px;
}

.nav > ul{
    list-style: none;
    display: flex;
}

.nav > ul > li{
    margin-left: 30px;
}

.nav > ul > li:first-child{
    margin-left: 0;
}

.nav > ul > li > a{
    display: block;
    padding: 3px 0;
    color: #282739;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
}

.nav > ul > li:hover > a,
.nav > ul > li.active > a{
    color: #4962A2;
}

.header__phone{
    font-weight: 700;
    font-size: 20px;
    color: #282739;
}

.header__phone a{
    color: inherit;
}

.header .bottom{
    padding-top: 12px;
}

.header.scroll .logo img{
    width:65px;
}
.header.scroll{
    padding-bottom:12px;
}
.header.scroll .cols{
    align-items:center;
}
.header.scroll .col:nth-child(2){
    width: calc(100% - 85px);
}
.header.scroll .bottom{
    padding-top:0;
}
.header.scroll .top{
    display:none;
}

.btn-cat{
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 30px;
    background: #4962A2;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}

.btn-cat:hover,
.btn-cat:active{
    opacity: .88;
}

.btn-cat i{
    width: 16px;
    height: 15px;
    display: block;
    flex-shrink: 0;
    background: url(../img/header/cat.svg) no-repeat;
    margin-right: 10px;
}

.search{
    position: relative;
}

.header .search{
    width: 290px;
}

.search input{
    padding-right: 65px;
}

.btn-lup{
    width: 23px;
    height: 23px;
    background: url(../img/header/lup.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.btn-comp{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0;
    color: #282739;
    font-weight: 600;
    font-size: 16px;
}

.btn-comp:hover,
.btn-comp:active{
    opacity: .88;
}

.btn-comp i{
    width: 24px;
    height: 15px;
    display: block;
    flex-shrink: 0;
    background: url(../img/header/copm.svg) no-repeat;
    margin-right: 8px;
}

.btn-calc{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0;
    color: #282739;
    font-weight: 600;
    font-size: 16px;
}

.btn-calc.border{
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 15px;
    border: 1px solid #000000;
    border-radius: 5px;
}

.btn-calc:hover,
.btn-calc:active{
    opacity: .88;
}

.btn-calc i{
    width: 26px;
    height: 26px;
    display: block;
    flex-shrink: 0;
    background: url(../img/header/calc.svg) no-repeat;
    margin-right: 8px;
}

.btn-soc{
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 15px;
    border: 1px solid #E5E7EB;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.btn-soc:hover,
.btn-soc:active{
    opacity: .8;
}

.btn-soc img{
    flex-shrink: 0;
    margin-right: 8px;
}

/**INTRO**/
.intro{
    width: 100%;
    display: block;
    height: 540px;
    position: relative;
    background: #233559;
    z-index: 2;
    overflow: hidden;
}

.intro .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.intro .bg video{
    height:100%;
}

.intro .inner{
    height: 540px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    z-index: 2;
}

.intro .cols{
    height: 100%;
    align-items: center;
}

.intro .col{
    width: 50%;
}

.intro .title{
    margin-bottom: 16px;
    font-weight: 800;
    font-size: 50px;
    color: #fff;
}

.intro p{
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

.intro .btn{
    margin-top: 35px;
}

.intro .pic{
    display: flex;
    justify-content: center;
}

.intro .pic img{
    max-width: 100%;
    max-height: 100%;
}
.intro .pic video{
    max-width: 100%;
    max-height: 100%;
}

/**CONTENT**/
.content{
    width: 100%;
    display: block;
    padding-top: 30px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.content h1{
    margin-bottom: 30px;
    color: #121127;
    font-weight: 700;
    font-size: 36px;
}

.content h2{
    margin-bottom: 25px;
    color: #121127;
    font-weight: 600;
    font-size: 20px;
}

.content h3{
    margin-bottom: 25px;
    color: #121127;
    font-weight: 600;
    font-size: 20px;
}

.content p{
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.content p a{
    color: inherit;
    text-decoration: underline;
}

.breadcrumbs{
    margin-bottom: 30px;
}

.breadcrumbs ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs ul li{
    padding-right: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #4962A1;
}

.breadcrumbs ul li:before{
    content: "-";
    color: #282739;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}

.breadcrumbs ul li:last-child:before{
    content: none;
}

.breadcrumbs ul li a{
    display: block;
    color: #282739;
}

.paper{
    max-width: 1280px;
    margin: 0 auto;
}

.paper .pic{
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 8px 20px rgba(18, 17, 39, 0.1);
    border-radius: 16px;
}

.paper .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(48, 48, 170, 0.5) 0%, rgba(2, 2, 50, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .7;
}
.paper .pic.map:before{
    displaY:none
}

.paper .pic img{
    width: 100%;
    display: block;
}

.paper__cols{
    display: flex;
    flex-wrap: wrap;
}

.paper__left{
    width: 500px;
    flex-shrink: 0;
}

.paper__right{
    width: calc(100% - 500px);
    padding-left: 70px;
}

.paper__tit{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.list{
    list-style: none;
}

.list li{
    margin-bottom: 25px;
    padding-left: 42px;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    position: relative;
}

.list li:before{
    content: "";
    width: 29px;
    height: 28px;
    background: url(../img/content/list.svg) no-repeat;
    position: absolute;
    top: 0px;
    left: 0;
}

.content__cols{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.content__left{
    width: 300px;
    position: relative;
    z-index: 2;
}

.content__main{
    width: calc(100% - 300px);
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

.filter{

}

.filter__top{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 25px;
}

.filter__toggle{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-right: 8px;
    pointer-events: none;
}

.filter__toggle i{
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #000000 transparent transparent transparent;
    margin-left: 8px;
}

.filter__toggle.active i{
    transform: rotate(180deg);
}

.filter .num{
    color: #999999;
    font-weight: 400;
    font-size: 16px;
}

.filter__item{
    margin-bottom: 15px;
    padding: 15px 18px;
    border: 1px solid #EAEBED;
    border-radius: 12px;
}

.sub{
    margin-bottom: 15px;
    color: #282739;
    font-weight: 600;
    font-size: 16px;
}

.check{
    display: flex;
    align-items: center; 
    margin-bottom: 12px;
}

.check label{
    display: flex;
    align-items: center; 
    font-weight: 400;
    font-size: 14px;
    font-family: 'Gilroy', sans-serif;
    color: #666;
}

.check label > input[type="checkbox"],
.check label > input[type="radio"]{
    display: none;
}

.check label > span{
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    background: url(../img/content/check.svg) no-repeat;
    margin-right: 10px;
    position: relative;
}

.check label > input[type="checkbox"]:checked + span,
.check label > input[type="radio"]:checked + span{
    background: url(../img/content/checked.svg) no-repeat;
}

/* runner */
.runner{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

#range1{
    width: 100%;
    cursor: pointer;
}

.ui-slider {
    position: relative;
}

.ui-slider .ui-slider-handle{
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    border: none;
    background-color: #4962A1;
    border-radius: 50%;
    cursor: pointer;
}

.ui-slider .ui-slider-handle:before{
    content: "";
    width: 6px;
    height: 6px;    
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ui-slider .ui-slider-range{
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    overflow: hidden;
}

.ui-slider-horizontal{
    height: 2px;
    border-radius: 0;
}

.ui-slider-horizontal .ui-slider-handle{
    top: -7px;
    margin-left: 0;
}

.ui-slider-horizontal .ui-slider-handle:last-child{
    margin-left: -15px;
}

.ui-slider-horizontal .ui-slider-range{
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min{
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max{
    right: 0;
}

.ui-widget-content{
    background-color: #EAEBED;
}

.ui-widget-header{
    background-color: #4962A1;
}

.minmax{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    position: relative;
}

.minmax:before{
    content: "";
    width: 14px;
    height: 1px;
    background: #282739;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.minmax input[type='text']{
    width: 100px;
    height: 35px;
    padding: 0 10px;
    background: #fff
    border: 1px solid #EAEBED;
    border-radius: 5px;;
    color: #282739;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.content .head-block{
    padding-bottom: 25px;
}

.content .head-block .cols{
    align-items: flex-start;
}

.tags{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.tags li{
    margin-right: 20px;
}

.tags li a{
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.tags li.active a{
    color: #4962A1;
}

.sorting{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sorting__title{
    margin: 5px 0;
    padding-left: 22px;
    position: relative;
    margin-right: 12px;
    flex-shrink: 0;
    font-size: 16px;
    color: #000;
}

.sorting__title:before{
    content: "";
    width: 14px;
    height: 18px;
    background: url(../img/content/sort.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.select-wrap{
    width: 100%;
}

.select2-container{
    height: 36px;
    display: block;
    margin-bottom: 0px;
    z-index: 99999;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 100%;
    padding-left: 14px;
    padding-right: 20px;
    margin-right: 0;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
    height: 100%;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #E5E7EB;
    transition: .3s;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    background: #fff;
    color: #6B7280;
    box-shadow: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    background: #fff;
    color: #6B7280;
    box-shadow: none;
    border: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    width: 8px;
    height: 4px;
    background-image: url(../img/content/caret.svg);
    background-repeat: no-repeat;
    top: 52%;
    transform: translateY(-50%);
    right: 10px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{
    transform: translateY(-50%) rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 0;
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border: none;
}

.select2-dropdown{
    padding: 8px 0;
    border: none;
    border-radius: 4px!important;
    background: #fff;
    box-shadow: 0px 4px 29px rgba(0, 0, 0, 0.15)
}


.select2-search--dropdown{
    padding: 0;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    color: #4962A1!important;
    background-color: transparent!important;
}

.select2-results__option{
    padding: 7px 15px 7px 25px;
    color: #6B7280;
    font-size: 15px;
}

.select2-results__option:hover{
    color: #4962A1!important;
    background-color: transparent!important;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover{
    color: #4962A1;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 13px;
}

.select2-container .select2-search--inline .select2-search__field{
    margin-top: 0;
}

.pag{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
}

.pag__item{
    padding: 0 18px;
    color: #222;
    font-size: 16px;
}

.pag__item a{   
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.pag__item.first a,
.pag__item.last a{
    border-radius: 50%;
    border: 1px solid #000;
    background-position: center;
    background-repeat: no-repeat;
}

.pag__item.first.disable a,
.pag__item.last.disable a{
    opacity: .33;
    pointer-events: none;
}

.pag__item.first a{
    background-image: url(../img/content/pag_prev.svg);
}

.pag__item.last a{
    background-image: url(../img/content/pag_next.svg);
}

.pag__item.active a{
    font-weight: 700;
}


/**PRODUCTS**/
.products{

}

.products .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.products .item{
    width: 20%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.products_inner .item{
    width: 25%;
}

.products .item .in{
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 10px;
    position: relative;
    transition: .3s;
}

.products .item .in:hover{
    border-color: #EAEBED;
}

.products_inner .item .in{
    border: 1px solid #EAEBED;
}

.products_inner .item .in:hover{
    border-color: transparent;
    box-shadow: 0px 4px 55px rgba(228, 231, 241, 0.66);
}

.products .item .pic{
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.products .item .pic a{
    display:block;
	height: 100%;
}
.products .item .pic img{
    max-width: 100%;
    max-height: 100%;
}

.shild{
    display:flex;
    position: absolute;
    top: 18px;
    left: 15px;
    z-index: 2;
}
.shild_item{
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    font-weight: 600;
    font-size: 11px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
	margin-right:5px;    
}

.btn-c{
    width: 36px;
    height: 36px;
    background: #EFF0F4 url(../img/products/comp.svg) center no-repeat;
    border: 1px solid #EFF0F4;
    border-radius: 50%;
    transition: .3s;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.btn-c.active, .btn-c.delete_compare{
    background-color: #fff;
    border-color: #4962A1;
	background: #4962A1 url(../img/products/comph.svg) center no-repeat;
}

.stat{
    margin-bottom: 8px;
    color: #4962A1;
    font-size: 14px;
}

.stat span{
    padding-left: 8px;
    position: relative;
}

.stat.red span{
    color: #ED675F;
}

.stat.green span{
    color: #75D14A;
}

.stat span:before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.stat.red span:before{
    background: #ED675F;
}

.stat.green span:before{
    background: #75D14A;
}

.products .item .title{
    min-height: 46px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #222;
}

.products .item .title a{
    color: inherit;
    transition: .3s;
}

.products .item .title a:hover{

}

.products .item .price{
    padding-top: 8px;
}

.price{
    font-weight: 600;
    font-size: 18px;
    color: #222;
}

.price span{
    font-weight: 500;
    font-size: 14px;
    color: #999999;
}

.products .item .bottom, .filter .bottom{
    display: flex;
    margin: 0 -7px;
    padding-top: 18px;
}

.products .item .bottom__item, .filter .bottom__item{
    width: 50%;
    padding: 0 7px;
}

.products .item .bottom .btn, .filter .btn{
    width: 100%;
    min-height: 44px;
    padding-left: 8px;
    padding-right: 8px;
}

.pr-items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.pr-item{
    padding: 0 5px;
    margin-bottom: 10px;
}

.pr-item.w50{
    width: 50%;
}
 
.pr-item.w25{
    width: 25%;
}

.pr{
    padding-left: 26px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #222;
}

.pr span{
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	background-repeat:no-repeat;
	background-position:center center;
}


/**ADVANTAGES**/
.advantages{

}

.advantages .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.advantages .item{
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.advantages .item .in{
    display: flex;
    align-items: center;
}

.advantages .item .icon{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #F5F7FF;
    border-radius: 8px;
}

.advantages .item .icon img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.advantages .item .title{
    padding-left: 24px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

/**ABOUT**/
.about{
    width: 100%;
    display: block;
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #4962A2;
    background-image: radial-gradient(63.98% 127.97% at 50% 50%, #4962A2 0%, #091626 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about .inner{
    position: relative;
    z-index: 2;
}

.about p{
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.about .col:nth-child(1){
    width: 645px;
    flex-shrink: 0;
}

.about .col:nth-child(2){
    width: calc(100% - 645px);
}

.about .left{
    max-width: 525px;
}

.about .img{
    min-height: 160px;
    position: relative;
}

.about .img > img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px;
    position: relative;
    z-index: 1;
}

.canal{
    width: 245px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);

    border-radius: 5px;
}

.about .img .canal{
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 2;
}

.canal__top{
    padding: 15px;
}

.canal__tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
}

.canal__tit img{
    width: 32px;
    flex-shrink: 0;
    margin-left: 5px;
}

.canal__btn{
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #27A6E6;
    backdrop-filter: blur(5px);
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    transition: .3s;
}

.canal__btn:hover{
    opacity: .88;
}

.canal__btn i{
    width: 12px;
    height: 10px;
    display: flex;
    flex-shrink: 0;
    background: url(../img/about/arrow.svg) no-repeat;
    margin-left: 10px;
}

.canal__sub{
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.personal{

}

.personal-slider{
    margin-right: -20%;
}

.personal .slider-wrap{
    margin: 0 -15px;
}

.personal .item{
    padding: 0 15px;
}

.personal .item .in{

}

.personal .item .pic{
    height: 440px;
    margin-bottom: 15px;
}

.personal .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px;
    transition: .3s;
    filter: grayscale(100%);
}

.personal .item .in:hover .pic img{
    filter: grayscale(0);
}

.personal .item .name{
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.personal .item .post{
    font-weight: 500;
    font-size: 14px;
    color: #C1C1C1;
}

.personal__top{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 28px;
}

/**FEEDBACK**/
.feedback{
    width: 100%;
    display: block;
    padding-top: 65px;
    padding-bottom: 65px;
    background: #F5F7FF;
    position: relative;
    z-index: 1;
}

.feedback .inner{
    max-width: 1330px;
    position: relative;
    z-index: 1;
}

.feedback .title-block{
    margin-bottom: 20px;
}

.feedback .subtext{
    margin-bottom: 38px;
    font-size: 18px;
    color: #000;
}

.feedback .form{
    max-width: 550px;
}

.feedback .form .btn{
    width: 100%;
}

.feedback .pic{
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
}

.feedback .pic img{
    max-width: 100%;
    display: block;
    background-blend-mode: multiply;
}

.card{
    max-width: 1500px;
    margin-left: auto;
}

.card__bottom{
    padding-top: 80px;
}

.card__cols{
    display: flex;
    flex-wrap: wrap;
}

.card__left{
    width: 640px;
    flex-shrink: 0;
}

.card__right{
    width: calc(100% - 640px);
    padding-left: 70px;
}

.card-slider{
    display: flex;
}

.card-slider__left{
    width: 155px;
    flex-shrink: 0;
    padding-right: 65px;
}

.card-slider__left .item{
    padding-top: 20px;
}

.card-slider__left .pic{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid transparent;
    background-color: #fff;
    transition: .3s;
    overflow: hidden;
}

.card-slider__left .slick-slide.slick-current.slick-active .pic{
    border-color: #3030AA;
}

.card-slider__left .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.card-slider__right{
    width: calc(100% - 155px);
    position: relative;
}

.card-slider__right .pic{
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-slider__right .pic img{
    max-width: 100%;
    max-height: 100%;
}

.card-slider .slick-prev, 
.card-slider .slick-next{
    top: auto;
    transform: none;
    bottom: 0;
}

.card-slider .slick-prev{
    left: auto;
    right: 50px;
}

.card-slider .slick-next{
    
}

.card-slider .btn-c{
    width: 42px;
    height: 42px;
}


.card .title{
    font-size: 28px;
    margin-bottom: 12px;
}

.card .sub{
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.card .tit{
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 15px;
    color: #000;
}

.card__item{
    padding-top: 30px;
}

.toggle-btn{
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    transition: .3s;
    color: #4962A1;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #4962A1;
    position: relative;
}

.toggle-btn span{
    display: none;
}

.toggle-hid{
    display: none;
}

.toggle-hid.active{
    display: block;
}

.card__right .cols{
    align-items: center;
}

.card__right .col{
    padding-top: 5px;
    padding-bottom: 5px;
}

.dohod{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.dohod span{
    color: #4962A1;
}

.fote{
    font-weight: 400;
    font-size: 13px;
    color: #000;
}

.card .price{
    font-size: 40px;
}

.card .price span{
    font-size: 24px;
}

.card .btn-add{
    min-width: 168px;
    min-height: 50px;
    font-size: 14px;
}

.quantity{
    width: 130px;
    display: flex;
    align-items: center;
    line-height: 1;
    position: relative;
}

.quantity .btn{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    color: #4962A1;
    font-weight: 400;
    font-size: 22px;
    border: none;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    padding: 0;
}

.quantity .btn-minus{
    left: 15px;
    
}

.quantity .btn-plus{    
    right: 15px;
    
}

.quantity input{
    width: 100%;
    height: 50px;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 5px;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    flex-shrink: 0;
    background: #FFFFFF;
    border: 1px solid #000;
    text-align: center;
}

.tabs__caption{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
}

.tabs__caption:before{
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tabs__caption li{
    padding: 3px 0;
    margin-bottom: 12px;
    margin-right: 30px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    transition: .3s;
    cursor: pointer;
}

.tabs__caption li:hover{
    opacity: .88;
}

.tabs__caption li.active{
    color: #3030AA;
}

.tabs__caption li.active:hover{
    opacity: 1;
}

.tabs__content{
    padding-top: 25px;
    display: none;
}

.tabs__content.active{
    display: block;
}

.char__item{
    display: flex;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.char__item span{
    display: block;
}

.char__item span:nth-child(1){
    width: 320px;
    flex-shrink: 0;
    overflow: hidden;
    white-space: nowrap;
}

.char__item span:nth-child(1):after{
    content: ".........................................................................";
}

.char__item span:nth-child(2){
    padding-left: 10px;
    
}

/**FOOTER**/
.footer{
    width: 100%;
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #282739;
    position: relative;
    z-index: 3;
}

.footer .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer .logo img{
    width: 151px;
    display: block;
}

.footer-nav ul{
    list-style: none;
}

.footer-nav ul li{
    margin-bottom: 10px;
}

.footer-nav ul li a{
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    transition: .3s;
}

.footer-nav ul li a:hover{
    opacity: .7;
}

.footer__phone{ 
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.footer__phone a{
    color: inherit;
}

.footer__place{
    padding-left: 26px;
    margin-bottom: 15px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.footer__place:before{
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/footer/place.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer__mail{
    padding-left: 26px;
    margin-bottom: 15px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.footer__mail:before{
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/footer/mail.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer__mail a{
    color: inherit;
}

.footer__time{
    padding-left: 26px;
    margin-bottom: 15px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.footer__time:before{
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/footer/time.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.soc{
    display: flex;
    align-items: center;
    margin: 0 -6px;
}

.soc__item{
    padding: 0 6px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.soc__item img{
    display: block;
}

.footer .btn-go{
    margin-bottom: 12px;
}

.btn-go{
    min-width: 165px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 38px 3px 12px;
    background: #FFFFFF;
    border-radius: 5px;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: #282739;

}

.btn-go:hover,
.btn-go:active{
    opacity: .8;
}

.btn-go i{
    width: 35px;
    flex-shrink: 0;
    padding-right: 3px;
}

.btn-go img{
    max-width: 100%;
}

.btn-go:before{
    content: "";
    width: 12px;
    height: 10px;
    background: url(../img/footer/arrow.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}

.copyright{
    margin-bottom: 10px;
}

.copyright,
.policy{
    font-size: 14px;
    color: #fff;
    opacity: .7;
}

.copyright a,
.policy a{
    color: inherit;
}


.compare_item_char{
	
}
.compare_item_char .cols .col{
	width:auto;
	color: #1c1c1c;
	font-size: 14px;
	font-weight: 500;
	text-align:center;
	border-right: 1px solid #e3e3e3;
}
.compare_item_char .cols .col .in{
	width:250px;
}
.compare_item_char .cols .col:last-child{
	border-right:0;
}
.products_compare .items_1{
	width:150px;
	padding: 0 15px;
	flex-shrink:0;
}

.compare_item_char .cols{
	margin:10px 0;
	padding:10px 0;
	background:#fff;
	border-radius:5px;
	border: 1px solid #ededed;
	align-items: center;
}
.compare_item_char .cols.compare_razl{
	background:rgba(6, 187, 242, 0.10);
}
.compare_item_char .cols:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.compare_item_char .cols .col:first-child{
	width:150px;
	text-align:left;
	flex-shrink:0;
}

.products_compare_scroll{
	overflow-x:scroll;
	display:flex;
	flex-wrap:wrap;
}
.products_compare_scroll .cols{
	flex-wrap:nowrap;
}
.products_compare .items{
	flex-wrap:nowrap;
	margin:0 0;
}
.products_compare .items .item{
	width:auto;
}
.products_compare .items .item .in{
	width:250px;
}
.compare_item_char .cols .col:first-child .in{
	width:100%;
}



/**REVIEWS**/
.reviews{

}

.reviews .slider-wrap{
    margin: 0 -10px;
}

.reviews .item{
    padding: 0 10px;
}

.reviews .item .in{
    padding: 18px;
    border: 1px solid #DBDDE8;
    border-radius: 12px;
}

.reviews .item .top{
    min-height: 235px;
    padding-bottom: 20px;
}

.reviews .item .line{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.reviews .item  .name{
    color: #353E4B;
    font-size: 16px;
}

.reviews .item  .name span{
    font-weight: 500;
}

.reviews .item p{
    margin-bottom: 10px;
    color: #353E4B;
    font-size: 16px;
}

.reviews .item .cols{
    margin: 0 -4px;
}

.reviews .item .col{
    width: 25%;
    padding: 0 4px;
}

.reviews .item .pic{
    height: 95px;
    border-radius: 12px;
    overflow: hidden;
}

.reviews .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.reviews .item .pic.overlay-video:after{
    background-size: 30%; 
}


.leave{
    max-width: 800px;
    margin: 0 auto;
}

.leave .title{
    margin-bottom: 25px;
    color: #353E4B;
    font-size: 32px;
    font-family: 'Futura PT';
    font-weight: 500;
}

.leave__cols{
    display: flex;
    flex-wrap: wrap;
}

.leave__left{
    width: 580px;
    flex-shrink: 0;
}

.leave__right{
    width: calc(100% - 580px);
    padding-left: 20px;
}

.leave .sub{
    color: #353E4B;
    font-weight: 500;
    font-size: 16px;
}

.leave .btn{
    width: 100%;
}

.rate .cols{
    align-items: center;
    justify-content: space-between;
}

.rate .col{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.rate .s{
    margin-right: 10px;
    color: #353E4B;
    font-size: 16px;

}

.rate__oc{
    color: #353E4B;
    font-weight: 500;
    font-size: 16px;
}

.rate_o span{
    color: #9E312B;
    margin-left: 10px;
}

.btn-upload{
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    color: #353E4B;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}

.btn-upload span{
    width: 100%;
    display: block;
    padding-top: 5px;
}

.upload p{
    color: #353E4B;
    font-size: 14px;
    text-align: center;
}

.upload p span{
    color: #587CB1;
}

.sub {
  margin-bottom: 15px;
  color: #282739;
  font-weight: 600;
  font-size: 16px;
  display:block;
}

.popup input {
  margin-bottom: 20px;
}


.popup input{
	margin-bottom:20px;
}
.popup .sub{
	display:block;
	margin-bottom:20px;
}
.calc{
	max-width: 1280px;
	margin: 0 auto;
}
.data-cash{
	margin:30px 0;
}
.data-cash .cols_cash{
	border-bottom:1px solid #000;
	display:flex;
	align-items:center;
}
.data-cash .cols_cash > div{
	width:20%;
	padding:20px;
}
.data-cash .cols_cash.head{
	font-weight:bold;
}
.data-cash .cols_cash .title span{
	display:block
}
.data-cash .cols_cash .title span{
	display:block
}

.calc .cols{
	
}
.calc .cols .col{
	width:50%;	
}
.calc .cols .col{
	width:50%;
	margin-bottom:20px;	
}
.cols_cash .mobile{
	display:none;
	color: #666;
	font-size:14px;
}
.calc_block{
	display:flex;
	align-items:start;
	justify-content:space-between;
}
.calc_block_input{
	width:calc(100% - 430px);
	background: #f4f4f4;
	padding: 0;
	box-shadow: 0 2px 0 rgba(0,0,0,.05);
	border-radius: 3px;
	margin-bottom: 10px;
	padding:30px;
}
.calc_block_info{
	width:400px;
	background: #f4f4f4;
	padding: 0;
	box-shadow: 0 2px 0 rgba(0,0,0,.05);
	border-radius: 3px;
	margin-bottom: 10px;
	padding:30px;
	display:none;
}
.data-cash{
	background: #f4f4f4;
	padding: 0;
	box-shadow: 0 2px 0 rgba(0,0,0,.05);
	border-radius: 3px;
	padding:30px;
	color:#000;
}
.cols_title{
	display:flex;
}
.img_span{
	width:80px;
}
.img_span img{
	max-width:100%;
	border-radius:3px;
}

.content h1.title_span{
	font-size:24px;
	margin-bottom:15px;
	width:calc(100% - 85px);
}
.calc_block .pr-items{
	display:block;
	
}
.calc_block .pr-items .pr-item{
	width:100%;
	display:flex;
	margin-bottom:15px;
}
.calc_block .pr-items .pr-item .tit{
	width:150px;
	padding:0 10px;
}


.calc_block_info .bottom{
    display: flex;
    margin: 0 -7px;
    padding-top: 18px;
}

.calc_block_info .bottom__item{
    width: 50%;
    padding: 0 7px;
}

.calc_block_info .bottom .btn{
    width: 100%;
    min-height: 44px;
    padding-left: 8px;
    padding-right: 8px;
}