/*=================================== Total css ===================================*/
html{
    -webkit-overflow-scrolling: touch;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.333;
    position: relative;
    min-height: 100%;
    min-width: 320px;
    font-size: 18px;
    -webkit-overflow-scrolling: touch;
    color: #282D30;
}

.clear{
    clear: both;
    height: 1px;
    visibility: hidden;
}
a{
    text-decoration: none;
    transition: 0.2s;
    color: #292828;
}
a:hover,
a:focus{
    cursor: pointer;
    text-decoration: underline;
    outline: none;
    color: #292828;
}
button{
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
    outline: none;
}
button:focus{
    outline: none;
}
::-webkit-input-placeholder{
    color: #bac3ce;
    opacity: 1;
}
::placeholder{
    color: #bac3ce;
    opacity: 1;
}
:focus::placeholder{
    opacity: 0;
    transition: 0.3s ease;
}
button.button::-moz-focus-inner{
    padding: 0;
    border: 0;
}
/* FF Fix */
button.button{
    -webkit-border-fit: lines;
}
/* <- Safari & Google Chrome Fix */
.title-border:after{
    content: "";
    display: block;
    margin: 10px 0 0 0;
    width: 130px;
    height: 4px;
    background-color: #009fe3;
}
.title-border.text-center:after{
    margin-left: auto;
    margin-right: auto;
}
.title-border_red:after{
    background-color: #e51234;
}

h1, h2, h3, h4, h5, h6, .h1{
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    text-transform: uppercase;
    color: #282D30;
    margin: 0;
}
h1{
    font-size: 48px;
    margin-bottom: 20px;
    color: #3C8EDE;
    line-height: 1.333;
}
h2{
    font-size: 40px;
    margin-bottom: 10px;
}

h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

h4{
    font-size: 20px;
    margin-bottom: 15px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 16px;
}

.text-black{
    color: #000000;
}
.text-white{
    color: #ffffff;
}

.input-text,
textarea{
    padding: 10px 14px 10px 14px;
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    line-height: 23px;
    transition: 0.3s;
    border: 1px solid #dcdfe3;
    border-radius: 5px;
    outline: none;
    background-color: #ffffff;
}
input,
textarea{
    -webkit-appearance: none;
}
textarea{
    min-height: 120px;
    resize: none;
}
textarea.input-text{
    padding-bottom: 40px;
}
input.input-text:focus,
textarea:focus,
input.input-text:hover,
textarea:hover {
    outline: none;
    border-color: #999;
}
.input-container{
    position: relative;
}
.input-container.error .input-text{
    border-color: #cf0000;
}
p{
    margin: 0 0 30px 0;
}
p:last-child {
    margin-bottom: 0;
}
blockquote{
    font-style: italic;
}

ul,
ol{
    padding: 0 0 0 17px;
    margin: 0 0 20px 0;
}
ul:last-child,
ol:last-child{
    margin-bottom: 0;
}
.tab-content > .tab-pane{
    display: none
}
.tab-content > .active{
    display: block
}
img{
    max-width: 100%;
}
label{
    font-weight: normal;
}
#container{
    position: relative;
   /* overflow: hidden;*/
}
.container{
    position: relative;
    max-width: 100%;
    width: 1510px;
}
.row-flex{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    margin: -15px -15px -15px -15px;
}
.row-flex_no-wrap{
    flex-flow: row nowrap;
}
.row-flex_col-wrap{
    flex-flow: column wrap;
}
.row-flex_fluid{
    margin: 0;
}
.row-flex_center{
    justify-content: center;
}
.row-flex_full{
    justify-content: space-between;
}
.row-flex_start{
    justify-content: flex-start;
}
.row-flex_end{
    justify-content: flex-end;
}
.row-flex_vertical-center{
    align-items: center;
    align-content: center;
}
.row-flex_vertical-bottom{
    align-items: flex-end;
    align-content: flex-end;
}
.row-flex_stretch{
    align-items: stretch;
    align-content: stretch;
}
.row-flex > .col{
    float: none;
    padding: 15px;
}
/* inline line */
.lg-inline,
.md-inline,
.sm-inline{
    display: block;
}
@media (max-width: 1199px){
    .lg-inline{
        display: inline;
    }
}
@media (max-width: 992px){
    .md-inline{
        display: inline;
    }
}
@media (max-width: 767px){
    .sm-inline{
        display: inline;
    }
}

.input-important{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

/*tooltip
--------------------------------------*/
.tooltip.in{
    opacity: 1!important;
}
.tooltip-inner{
    width: 240px;
    border-radius: 15px 15px 15px 0; /* радиус скругдения углов */
    font-size: 12px;
    padding: 20px;
    line-height: 1.16;
    background: rgba(255, 255, 255, 1);
    opacity: 1!important;
    border: 1px solid #3C8EDE;
    color: #3C8EDE;
    font-family: 'Lato', Arial, Helvetica, Verdana;
    text-align: left;
}
.tooltip.top{
    opacity: 1!important;
}
.tooltip.right .tooltip-arrow{
   display: none;
}
.tooltip-close .icon-close{
    font-size: 12px;
    color: #3C8EDE;
    position: absolute;
    right: 15px;
    top: 9px;
    cursor: pointer;

}

/* b-btn
---------------------------------*/
.b-btn{
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    transition: 0.2s;
    padding: 18px 30px 18px 30px;
    line-height: 1.2;
    min-width: 100%;
    position: relative;
    overflow: hidden;
    border: 2px solid #3C8EDE;
    border-radius: 6px;
}
.b-btn:hover,
.b-btn:focus{
    text-decoration: none;
    color: #ffffff;
    background: #3C8EDE;
}

.b-btn_icon{
    min-width: 300px;
    max-width: 100%;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #F7B67E;
    text-transform: uppercase;
    justify-content: space-between;
    border-radius: 0;
    padding: 12px 30px;
}
.b-btn_big{
    min-width: 348px;
    background: #3C8EDE;
    border-radius: 20px;
    text-transform: uppercase;
}

/* End Total css ====*/

/*!*=================================== Site-header ===================================*!

/*=================================== Main ===================================*/
#main{
    position: relative;
}

/* section
---------------------------------*/
.section{
    padding-top: 45px;
    padding-bottom: 45px;
}
.section__header{
    margin-bottom: 55px;
    text-align: center;
}
.section_color{
    margin-top: 45px;
    margin-bottom: 45px;
}

/*  b-promo
-----------------------------------*/
.b-promo{
    position: relative;
    background: url(../images/b-promo/bg.jpg) center center no-repeat;
    background-size: cover;
    background-color: #181818;
}
.b-promo > .container{
    z-index: 3;
}
.b-promo:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2
}
.b-promo > video{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    object-fit: cover;
}
@supports (object-fit: cover) {
    .b-promo > video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
    }
}
.b-promo.section{
    padding-top: 320px;
    padding-bottom: 140px;
    margin-bottom: 45px;
}
.b-promo .section__header{
    text-align: left;
    width: 550px;
    max-width: 100%;
}
.b-promo__text{
    width: 550px;
    max-width: 100%;
    margin-bottom: 70px;
    color: #ffffff;
    font-size: 24px;
}

/*  b-logo
-------------------------------------*/
.b-logo{
    display: block;
    background: #3C8EDE;
    padding: 10px 8px;
    position: absolute;
    right: 0;
    top: 130px;
    z-index: 3;
}

/*  b-product
------------------------------------*/
.b-product__item-wrapper{
    height: 100%;
}
.b-product__item{
   /* background: #181818;*/
    padding: 30px 60px;
    height: 100%;
    display: flex!important;
    flex-flow: row wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}
.b-product__item-img{
    margin-bottom: 20px;
}
.b-product__item-section{
    width: 100%;
}
.b-product__item-title{
    font-size: 18px;
    color: #3C8EDE;
    text-align: center;
    margin-bottom: 30px;
}
.b-product__item ul{
    padding: 0;
    color: #ffffff;
    margin-bottom: 40px;
}
.b-product__item-price-title{
    font-size: 16px;
    color: #6F6E6C;
    text-align: center;
    margin-bottom: 5px;
}
.b-product__item-price{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 35px;
}
.b-product__item-price i{
    font-size: 28px;
}
.b-product__item-action{
    text-align: center;
}

/*  b-about__info
-------------------------------------*/
.b-about h2{
    color: #3C8EDE;
}
.b-about__info{
    padding-left: 137px;
}
.b-about__info p{
    font-size: 24px;
}

/*  b-features
------------------------------------*/
.b-features{
    background: #000000;
}
.b-features h2{
    color: #ffffff;
}
.b-features__list > .row-flex{
    margin: -60px -30px;
}
.b-features__list > .row-flex > .col{
    padding: 60px 30px;
}
.b-features__item{
    height: 100%;
    padding-bottom: 150px;
    position: relative;
}
.b-features__item-img{
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}
.b-features__item-img:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
}
.b-features__item-info{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
}
.b-features__item-info .nav{
    display: none;
}
.b-features__item-info .nav{
    position: absolute;
    top:2px;
}
.b-features__item-info .nav .icon{
    font-size: 45px;
    color: #ffffff;
}
.b-features__item-info .nav.left-arrow{
    left: -30px;
}
.b-features__item-info .nav.right-arrow{
    right: -30px;
}
.b-features__item-info .nav:hover .icon{
    color: #3C8EDE;
}
.b-features__list .slick-arrow{
    display: none!important;
}
.b-features__list .slider{
    padding: 0;
}
.b-features__item-info-title{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    cursor: pointer;
    color: #ffffff;
}
.b-features__item-info-title:hover{
    color: #3C8EDE;
}
.b-features__item-info-title .icon{
    font-size: 27px;
    color: #ffffff;
    padding-top: 8px;
    transition: 0.3s;
    order: -1;
}
.dropdown-container_open .b-features__item-info-title .icon{
    transform: rotate(180deg) translateY(-8px);
}
.dropdown-container_open .b-features__item-img:before{
    opacity: 1;
}
.b-features__item-info-title span{
    width: calc(100% - 90px);
    padding-left: 10px;
    font-size: 32px;
    font-weight: bold;
    display: block;
}
.b-features__item-info-text{
    font-size: 20px;
    color: #ffffff;
    padding-left: 37px;
}

.b-features .slider{
    background: #000000;
}

/*  b-specification
-------------------------------------*/
.b-specification h2{
    color: #3C8EDE;
}
.b-specification .section__header{
    margin-bottom: 35px;
}
.b-specification__title{
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.b-specification__title-clicker{
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #3C8EDE;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    border-bottom: 1px solid #3C8EDE;
}
.b-specification__content .dropdown-content{
    display: block;
}
.dropdown-container_open .b-specification__title-clicker .icon{
    transform: none;
}
.b-specification__title-clicker:hover{
    color: #3C8EDE;
    text-decoration: none;
    border-bottom-color: transparent;
}
.b-specification__title-clicker:focus{
    color: #3C8EDE;
    text-decoration: none;
}
.b-specification__title-clicker .icon{
    font-size: 27px;
    transition: 0.3s;
    transform: rotate(180deg);
    transform-origin: center 13px;
}
#nav{
    position: relative;
}
#title th{
    top: 0;
    position: sticky;
}
.b-specification__title-clicker span{
    margin-left: 10px;
    font-size: 40px;
    text-transform: uppercase;
}
.b-specification__title-clicker span.mobil{
    display: none;
}
.b-specification__info table{
    width: 100%;
    border-collapse: separate;
}
.b-specification__info table thead{
    position: relative;
}

.b-specification__info table thead th,
.b-specification__info table tbody td{
    width: 128px;
    font-size: 18px;
    text-align: center;
    height: 60px;
}
.b-specification__info table thead th{
    border-right: 1px solid #E5E5E5;
    color: #ffffff;
    padding: 7px 2px;
    font-weight: bold;
    background: #3C8EDE;
    z-index: 90;
}
.b-specification__info table tbody td{
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px dashed #E5E5E5;
    padding: 7px 0;
    vertical-align: middle;
}
.b-specification__info table tr:first-child td{
    border-top: 1px solid #E5E5E5;
}
.b-specification__content .b-specification__info table tbody tr td.name{
    background: #ffffff;
}
.b-specification__info table tr:nth-child(even) td,
.b-specification__content .b-specification__info table tr:nth-child(even) td.name{
    background: #F0F8FF;
}
.b-specification__info table thead th:last-child,
.b-specification__info table tbody  tr td:last-child{
    border-right: none;
}
.b-specification__info table thead th:first-child,
.b-specification__info table tbody td:first-child{
    width: 330px;
    text-align: left;
    padding-left: 20px;
    padding-right: 25px;
}
.b-specification__info table > tbody > tr > td.hover{
    background: rgba(60, 142, 222, 0.15);
    cursor: pointer;
}
.b-specification__info table > tbody > tr > td.select{
    background: rgba(60, 142, 222, 0.28);
}
.b-specification__info table td img{
    width: 22px;
}

/*  b-download
-------------------------------------*/
.b-download{
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 20px;
    color: #6F6E6C;
    background: #E5E5E5;
    border-radius: 15px;
    padding: 8px 10px;
    min-width: 255px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.b-download span{
    padding-left: 10px;
}
.b-download:hover,
.b-download:focus{
    text-decoration: none;
}

/*  question
-------------------------------------*/
.question{
    position: relative;
}
.question__item-wrapper{
    position:absolute;
    top: 5px;
    right: 4px;
}
.question__item{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #C8DFF6;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: #ffffff;
}
.question__item-wrapper .tooltip{
    bottom: 100%!important;
    left: 100%!important;
    top: auto!important;
}
.question__item .icon{
    color: #3C8EDE;
    font-size: 15px;
}

/*  b-appeal
-------------------------------------*/
.b-appeal.section{
    padding-top: 100px;
    padding-bottom: 200px;
    margin-top: 45px;
}
.b-appeal__content{
    width: 600px;
    max-width: 100%;
}
.b-appeal{
    background: url(../images/b-appeal/bg.jpg) center center no-repeat;
    background-size: cover;
    background-color: #000000;
}
.b-appeal__img{
    margin-bottom: 45px;
}
.b-appeal h2{
    color: #3C8EDE;
    margin-bottom: 70px;
    font-size: 48px;
}

/* dropdown-content
---------------------------------*/
.dropdown-content{
    display: none;
}