/*=================================== Total css ===================================*/
html{
    -webkit-overflow-scrolling: touch;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.333;
    position: relative;
    min-height: 100%;
    min-width: 320px;
    font-size: 16px;
    -webkit-overflow-scrolling: touch;
    color: #4A4A4A;
}

.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: #242c5e;
    margin: 0;
}
h1{
    font-size: 67px;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.333;
}
h2{
    font-size: 42px;
    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: 1170px;
}
.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;
}

/* 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;
    text-transform: uppercase;
    background-color: #e51234;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    transition: 0.2s;
    padding: 10px 30px 10px 30px;
    line-height: 1.18;
    min-width: 100%;
    position: relative;
    overflow: hidden;
}
.b-btn:hover,
.b-btn:focus{
    text-decoration: none;
    box-shadow: 0 0 12px 2px rgba(38, 41, 44, 0.3);
    color: #ffffff;
}

.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;
}

/* End Total css ====*/

/*=================================== Site-header ===================================*/
#header{
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    min-width: 320px;
    box-sizing: border-box;
    margin: 0 0 0 0;
    transition: 0.4s;
    position: fixed;
}
#header.affix{
    background-color: #A3C638;
}
.header__top{
    padding: 5px 0 35px 0;
    background: url(../images/bg_header.jpg) center center no-repeat;
    background-size: cover;
    border-bottom: 1px solid #009fe3;
}
.header__top > .container > .row-flex{
    margin: -5px;
}
.header__top > .container > .row-flex > .col{
    padding: 5px;
}

.header__bottom{
    background: #009fe3;
    padding: 5px 0;
}
.col_mob-menu{
    display: none;
}
.mm-wrapper_opening #header{
    transform: translate3d(-440px,0,0);
    z-index: 2;
}
/* b-logo
---------------------------------*/
.b-logo{
    display: block;
}
.b-logo__img img{
    width: 220px;
}
.b-logo:hover,
.b-logo:focus{
    text-decoration: none;
}
.b-logo__txt{
    color: #ffffff;
    margin-top: 5px;
}

#mobile-menu .b-logo__img img{
    width: 130px;
}
#mobile-menu .b-logo{
   display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

/*  b-small-contact
-------------------------------*/
.b-small-contact__content{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}
.b-small-contact__item_phone{
    display: table;
}
.b-small-contact__item-img{
    width: 35px;
    display: table-cell;
    vertical-align: middle;
}
.b-small-contact__item_phone .b-small-contact__item-info{
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}
.b-small-contact__item-info-number{
    font-size: 31px;
    font-weight: bold;
    color: #242c5e;
    display: block;
    border-bottom: 1px solid #e25772;
    margin-bottom: 5px;
}
.b-small-contact__item-info-text{
    font-size: 19px;
}
.b-small-contact__item-info-number:hover,
.b-small-contact__item-info-number:focus{
    text-decoration: none;
    color: #242c5e;
    text-shadow: 1px 0 0 #101830;
}
.b-small-contact__item_mail .b-small-contact__item-info{
    color: #e51234;
    font-size: 20px;
}
.b-small-contact__item_place .b-small-contact__item-info{
    background: #009fe3;
    color: #ffffff;
    padding: 12px 15px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    transition: 0.2s;
}
.b-small-contact__item_place .b-small-contact__item-info span{
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 10px;
    line-height: 1;
    font-size: 17px;
}
.b-small-contact__item_place .b-small-contact__item-info i{
    color: #e51234;
    font-size: 30px;
}
.b-small-contact__item_place .b-small-contact__item-info:hover,
.b-small-contact__item_place .b-small-contact__item-info:focus{
    text-decoration: none;
    box-shadow: 0 0 10px 3px rgba(0, 183, 255, 0.36);
}

/* b-menu
-------------------------------*/
.b-menu__list{
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    display: flex;
    color: #ffffff;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.b-menu__list > li{
    position: relative;
    list-style: none;
    margin: 0 -10px;
}
.b-menu__list > li > a{
    color: #ffffff;
    display: block;
    text-align: center;
    transition: 0.2s;
    padding: 5px 10px;
}
.b-menu__list > li > a span{
    font-weight: normal;
    font-size: 16px;
    padding-right: 5px;
}
.b-menu__list li a:hover,d
.b-menu__list li.active a,
.b-menu__list li a:focus,
.b-menu__list li a:active{
    text-decoration: none;
    box-shadow: 0 0 10px 8px #ffffff;
    background: #ffffff;
    color: #009fe3;
}
.b-menu__list > li > a{
    text-align: left;
}
#mobile-menu .b-menu__list{
    display: block;
    padding-left: 10px;
}
/* b-menu-icon
=================================*/
.b-menu-icon{
    display: block;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    text-decoration: none;
    width: 40px;
    height: 40px;
    /* background-color: #eff8f8;*/
    padding: 6px;
    border-radius: 5px;
}
.b-menu-icon__icon{
    width: 100%;
    align-self: center;
    display: inline-flex;
    position: relative;
    vertical-align: top;
    margin: 14px 0 6px 0;
    background: #009fe3;
    height: 2px;
}
.b-menu-icon__icon:before{
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
}
.b-menu-icon__icon:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
}
.b-menu-icon__icon:after,
.b-menu-icon__icon:before{
    width: 100%;
    height: 2px;
    transition: .25s ease;
    border-radius: 2px;
    background: #009fe3;
    /*background-color: #fff;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.b-menu-icon.active .b-menu-icon__icon{
    background-color: transparent;
}
.b-menu-icon.active .b-menu-icon__icon:after,
.b-menu-icon.active .b-menu-icon__icon:before{
    top: 0;
    bottom: auto;
    left: 0;
    /*background: #fff;*/
}
.b-menu-icon.active .b-menu-icon__icon:before{
    transform: rotate(45deg) translate(0px, 0px);
}
.b-menu-icon.active .b-menu-icon__icon:after{
    transform: rotate(-45deg) translate(0px, 0px);
}

/*b-mob-icon
-------------------------*/

.b-mob-icon{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #eff8f8;
    border-radius: 5px;
}
.b-mob-icon:hover{
    text-decoration: none;
}
.b-mob-icon .icon{
    color: #000000;
    font-size: 14px;
}
/*=================================== Main ===================================*/
#main{
    position: relative;
    padding-top: 201px;
}

/* section
---------------------------------*/
.section{
    padding-top: 20px;
    padding-bottom: 20px;
}
.section__header{
    margin-bottom: 30px;
    text-align: center;
}
.section_color{
    margin-top: 20px;
    margin-bottom: 20px;
}
.section_color:last-child{
    margin-bottom: 0;
}

/*  b-promo
-------------------------------------*/
.b-promo{
    background: url(../images/b-promo/bg1.jpg) center top no-repeat;
    background-size: cover;
    border-bottom: 2px solid #d4d4d4;
}
.b-promo.section{
    padding-bottom: 0;
    margin-bottom: 20px;
}
.b-promo__text{
    margin-bottom: 20px;
}
.b-promo ul{
    margin: -3px 0;
    padding: 0 0 0 30px;
}
.b-promo ul li{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2a3162;
    padding: 3px 0;
}
.b-promo ul li{
    list-style: none;
    position: relative;
}
.b-promo ul li:before{
    content: '\e907';
    font-family: icomoon!important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 25px;
    color: #009fe3;
    position: absolute;
    left: -30px;
    top: 2px;
    line-height: 1;
}
.b-promo__img{
    text-align: right;
}

/*  b-about
-------------------------------------*/
.b-about__list > .row-flex{
    margin: -10px;
}
.b-about__list > .row-flex > .col{
    padding: 10px;
}
.b-about__content > p{
    font-size: 20px;
    text-align: justify;
    margin-bottom: 50px;
}
.b-about__item{
    border: 1px solid #009fe3;
    padding: 0 15px 25px 15px;
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    overflow: hidden;
}
.b-about__item:before{
    content: '\e907';
    font-family: icomoon!important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 85px;
    color: #009fe3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -55px;
    z-index: -1;
}
.b-about__item-header{
    padding: 15px 10px;
    margin: 0 -15px 25px -15px;
    background: #009fe3;
    color: #ffffff;
    text-align: center;
    height: 90px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.b-about__item-header-title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.b-about__item-header-title span{
    font-weight: normal;
    font-size: 16px;
    margin-right: 5px;
}
.b-about__item-header-info{
    font-size: 14px;
}
.b-about__item-content{
    margin-bottom: 25px;
    position: relative;
}
.b-about__item-content .b-decor{
    position: absolute;
    z-index: -1;
}
.b-about__item-content .b-decor_left{
    font-size: 70px;
    left: 50px;
    bottom: -120px;
    color: #ccecf9;
}
.b-about__item-content .b-decor_right{
    font-size: 140px;
    right: -85px;
    bottom: -240px;
    color: #b2e2f7;
}
.b-about__item-content p{
    font-size: 14px;
    margin-bottom: 20px;
    flex-grow: 1;
    font-weight: bold;
    word-break: break-word;
}
.b-about__item-content p:last-child{
    margin-bottom: 0;
}
.b-about__item-content p b{
    text-transform: uppercase;
    color: #009fe3;
}
.b-about__item-content p span{
    color: #009fe3;
}
.b-about__item-footer-download{
    color: #242c5e;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    transition: 0.2s;
    margin-bottom: 10px;
}
.b-about__item-footer-download:hover{
    text-decoration: none;
    color: #009fe3;
}
.b-about__item-footer-download .icon{
    font-size: 25px;
}
.b-about__item-footer-download span{
    margin-left: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

/*  b-advantages
-------------------------------*/
.b-advantages__content .slider{
    margin: 0 -10px;
}
.b-advantages__content .slider .slick-arrow{
    color: #e51234;
}
.b-advantages__content .slider .slick-arrow:hover{
    color: #242c5e;
}
.b-advantages__item-wrapper{
    padding: 0 10px;
}
.b-advantages__item{
    text-align: center;
}
.b-advantages__item-img{
    margin-bottom: 10px;
}
.b-advantages__item-img img{
    width: 90px;
    margin-left: auto;
    margin-right: auto;
}
.b-advantages__item-info ul{
    text-align: center;
    padding: 0;
}
.b-advantages__item-info ul li{
    list-style: none;
    position: relative;
    font-size: 14px;
    display: inline-block;
}
.b-advantages__item-info ul li:before{
    content: '-';
    display: inline;
    padding: 0 5px 0 0;
}
.b-advantages__item-info p{
    font-size: 14px;
}
.b-advantages__item-title{
    text-transform: uppercase;
    color: #e51234;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 4px solid  #e51234;
    min-height: 46px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

/*  b-use
------------------------------*/
.b-use{
    background: url(../images/b-use/bg-use.jpg) center center no-repeat;
    background-size: cover;
}
.b-use__content .slider{
    margin: 0 -15px;
}
.b-use__content .slider .slick-slide:last-child .b-use__item:after{
    display: none;
}
.b-use__item-wrapper{
    padding: 0 15px;
}
.b-use__item{
    text-align: center;
    position: relative;
}
.b-use__item:before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 125px;
}
.b-use__item:after{
    content: '';
    width: calc(100% + 25px);
    height: 4px;
    background: #ffffff;
    position: absolute;
    top: 128px;
    left: 50%;
}
.b-use__item-img{
     margin-bottom: 65px;
    position: relative;
    text-align: center;
}
.b-use__item-img img{
    display: inline-block;
}
.b-use__item-img:before{
    content: '';
    height: 45px;
    width: 4px;
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.b-use__item-img:after{
    content: '';
    border-top: 16px solid #ffffff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.b-use__item-info{
    color: #ffffff;
    font-size: 18px;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
/*  b-buy
-------------------------------*/
.b-buy__item{
    border: 1px dotted #c0c5c8;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    align-content: space-between;
    justify-content: center;
}
.b-buy__item-header{
    padding: 10px;
    border-bottom: 3px solid #c0c5c8;
    width: 100%;
    min-height: 90px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.b-buy__item-header-img{
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
}
.b-buy__item-header-img img{
    width: 215px;
}
.b-buy__item-header-title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.b-buy__item-content{
    background: url(../images/b-byu/bg1.jpg) center bottom no-repeat;
    background-size: contain;
    background-color: #f3fafe;
    padding: 30px 40px;
    flex-grow: 2;
    width: 100%;
}
.b-buy__list{
    margin-bottom: 40px;
}
.b-buy__map{
    width: 100%;
    height: 500px;
    max-height: 80vh;
}


/*  b-contact
-------------------------------*/
.b-contact{
    display: table;
    margin-bottom: 10px;
}
.b-contact:last-child{
    margin-bottom: 0;
}
.b-contact__img{
    font-size: 30px;
    display: table-cell;
    vertical-align: top;
    line-height: 22px;
}
.b-contact__info{
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.b-contact__info a{
    display: inline-block;
}

/*  b-news__header
-------------------------------*/
.b-news__item{
    display: block;
}
.b-news__item:hover{
    text-decoration: none;
}
.b-news__item:hover .b-news__title{
    color: #e51234;
}
.b-news__content .slider{
    margin: 0 -10px;
    padding: 0 50px 0 50px;
}
.b-news__content .slider .slick-arrow{
    color: #e51234;
}
.b-news__content .slider .slick-arrow:hover{
    color: #242c5e;
}
.b-news__item-wrapper{
    padding: 5px 10px;
}
.b-news__header{
    color: #e51234;
    font-weight: bold;
    border-bottom: 4px solid #e51234;
    padding-bottom: 2px;
    margin-bottom: 5px;
}
.b-news__img{
    margin-bottom: 5px;
}
.b-news__title{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    transition: 0.2s;
}
.b-news__info{
    font-style: italic;
}

/*  b-question
-------------------------------*/
.b-question{
    background: #c0c5c8;
}
.b-question .section__header{
    text-align: left;
    margin-bottom: 0;
}
.b-question__title{
    font-size: 28px;
    color: #242c5e;
    font-weight: bold;
    margin-bottom: 10px;
}
.b-question__img{
    width: 135px;
}
.b-question__img img{
    width: 100%;
}
/* b-modal
---------------------------------*/
.b-modal{
    display: none;
    position: relative;
    width: 930px;
    padding: 70px 60px;
    max-width: 100%;
    background-color: #FFF;
    box-shadow: 20px 20px 50px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    min-height: 145px;
    color: #292828;
}
.b-modal_order{
    width: 600px;
}

/* b-form
---------------------------------*/
.b-form{
    margin: auto;
    position: relative;
}
.b-form__header{
    margin-bottom: 20px;
}
.b-form__header h2{
    font-size: 30px;
}
.b-form__content .row-flex{
    margin: -5px -8px -5px -8px ;
}
.b-form__content .row-flex .col{
    padding: 5px 8px 5px 8px;
}
.b-form_question .b-form__action{
    position: absolute;
    right: 14px;
    bottom: 15px;
    z-index: 20;
}
.b-form_question .b-form__action img{
    width: 25px;
}
.b-form_question .b-form__action button{
    background: #c0c5c8;
    padding: 3px 10px;
    color: #ffffff;
    font-weight: bold;
    transition: 0.2s;
}
.b-form_question .b-form__action button:hover{
    background: #6e7376;
}


/*=================================== Site-footer ===================================*/
#footer{
    background: url(../images/bg-footer.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 40px 0 30px 0;
}

/*  b-bottom-menu
---------------------------------*/
.b-bottom-menu{
    margin-bottom: 20px;
}
.b-bottom-menu ul{
    padding: 0;
    font-size: 16px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.b-bottom-menu ul li{
    list-style: none;
    text-transform: uppercase;
}
.b-bottom-menu ul li a{
    color: #009fe3;
    font-size: 18px;
    font-weight: bold;
}
.b-bottom-menu ul li a span{
    color: #009fe3;
    margin-right: 5px;
    font-size: 15px;
    font-weight: normal;
}

/*  b-bottom-contact
---------------------------------*/
.b-bottom-contact{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    align-content: center;
    justify-content: flex-end;
}
.b-bottom-contact__item{
    margin-right: 15px;
    line-height: 1;
}
.b-bottom-contact__item:last-child{
    margin-right: 0;
}
.b-bottom-contact__item_mail a{
    color: #e51235;
    font-size: 18px;
    border-bottom: 1px solid #e51235;
    transition: 0.2s;
}
.b-bottom-contact__item_mail a:hover{
    text-decoration: none;
    border-bottom-color: transparent;
}
.b-bottom-contact__item_phone{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    align-content: center;
    justify-content: flex-start;
}
.b-bottom-contact__item_phone .icon{
    color: #e51235;
    font-size: 40px;
}
.b-bottom-contact__item_phone a{
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    margin-left: 10px;
}

/* dropdown-content
---------------------------------*/
.dropdown-content{
    display: none;
}

/* b-custom-checkbox
---------------------------------*/
.b-custom-checkbox{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.b-custom-checkbox input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    margin: 0;
    padding: 0;
    z-index: 5;
}
.b-custom-checkbox__icon{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    vertical-align: top;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #ededed;
    color: #000000;
    position: relative;
    z-index: 1;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 10px;
}
.b-custom-checkbox__icon i{
    opacity: 0;
    display: block;
    width: 8px;
    height: 8px;
    background: #000;
}
.b-custom-checkbox input:checked + .b-custom-checkbox__icon i{
    opacity: 1;
}
.b-custom-checkbox_big .b-custom-checkbox__icon{
    width: 27px;
    height: 27px;
    font-size: 14px;
}
.b-custom-checkbox_square .b-custom-checkbox__icon{
    border-radius: 8px;
}

/* b-accept
---------------------------------*/
.b-accept{
    display: table;
    width: 100%;
    margin: 0;
}
.b-accept__checkbox{
    display: table-cell;
    vertical-align: top;
    width: 16px;
    padding: 2px 0 0 0;

}
.b-accept__content{
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 8px;
    font-size: 11px;
}
.b-accept__content a{
    text-decoration: underline;
}
.b-accept__content a:hover{
    text-decoration: none;
}


/*Detecting Mobile Devices with
*/

/* b-privacy-politic
---------------------------------*/
.b-privacy-politic{
    font-size: 11px;
    padding: 10px 0 0 0;
}
.b-privacy-politic a{
    text-decoration: underline;
}
.b-privacy-politic a:hover{
    text-decoration: none;
}
