/*=================================== Total css ===================================*/
html {
    height: 100%;
    width: 100%;
    font-size: 16px;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #000000;
    line-height: 1.33;
    background: #ffffff;
    position: relative;
    min-height: 100%;
    width: 100%;
    min-width: 320px;
    font-size: 18px;
}
.clear {
    clear: both;
    height: 1px;
    visibility: hidden;
}
a {
    color: #000000;
    text-decoration: underline;
    transition: 0.2s;
}
a:hover,
a:focus{
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}
button {
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
::-webkit-input-placeholder {
    color: #7d7d7d;
    opacity: 1;
}
::-moz-placeholder {
    color: #7d7d7d;
    opacity: 1;
}
button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
/* FF Fix */
button.button {
    -webkit-border-fit: lines;
}
/* <- Safari & Google Chrome Fix */
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.2;
}
h1{
    font-size: 43px;
    line-height: 1.1;
    margin: 0 0 30px 0;
    position: relative;
}
h2{
    color: #000000;
    font-size: 42px;
    line-height: 1.2;
    margin: 0 0 35px 0;
    position: relative;
    text-align: center;
}
h3{
    color: #000000;
    margin: 0 0 35px 0;
    font-size: 32px;
    text-align: center;
}
h4{
    font-size: 22px;
    margin: 0;
}
.title-border::after {
    content: "";
    display: block;
    margin: 10px auto 0;
    
    width: 120px;
    height: 2px;
    background-color: #FFD200;
}
#container {
    position: relative;
    padding-top: 0;
}
.input-text,
textarea {
    margin: 0;
    padding: 15px;
    height: 56px;
    width: 100%;
    font-size: 19px;
    font-weight: 300;
    color: #000000;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    line-height: 26px;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: 0.3s;
}
textarea{
    min-height: 120px;
    resize: none;
    padding: 15px 14px 10px 14px;
    line-height: 22px;
}
input.input-text:focus,
textarea:focus,
input.input-text:hover,
textarea:hover{
    outline: none;
    box-shadow: inset 0 0 0 1px #e5e5e5;
}
.input-icon,
textarea.input-icon{
    padding-left: 54px;
}
.icon-phone{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA2FBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///9XTpxIAAAAR3RSTlMAWpOeNGSNiYqMJ2JcA5QdCX5QkRAoOH8riF9CbWEzehmZLV0KKSCOIyFHlnwwSntmQAF0kB5gaY+aPQ+VNlGABCSCGlgWeM7lfnYAAAABYktHREdgvcl7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAp0lEQVQY002P1w6CQBBFj23FgoK9V+y9g2Iv//9JAhui92Fz9kzmJgOBYCgMRERUicUdSCRRU2m8aHoGsg7khPPkEwUolii7I9eG8xUFTXhcrcmVegNBswVt+afTRaFVdDYMKXp9BqAPGQn8jMGYqFSn/GWmw3zxbzJLWA2M9Wa73UmzP8DOtI6c7LM0l+tNgmr5PaG7BNvv0aaPp3vq61f9/phls8IXli4NUqVB5CsAAAAASUVORK5CYII=)
                0 center no-repeat;
    height: 32px;
    width: 30px;
    border-right: 1px solid #e4e4e4;
    position: absolute;
    top: 50%;
    margin: -15px 0 0 0;
    left: 13px;
}
.input-text.error{
    box-shadow: 0 0 5px 1px #cf0000;
}
.input-container{
    position: relative;
}
p{
    margin: 20px 0 0 0;
}
p:first-child{
    margin-top: 0;
}
.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}
img{
    max-width: 100%;
}
/* End Total css ====*/


/*=================================== Site-header ===================================*/
#header{
    background: #ffffff;
    border-bottom: 1px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   
    width: 100%;
    z-index: 10;
    min-width: 320px;
}
.menu {
	
    border-top: 1px solid #f1f1f1;
}
.open_link_menu {
    display: none;
    width: 40px;
    height: 40px;
    position: relative;
    vertical-align: top;
    left: 50%;
    transform: translateX(-50%);
    padding: 18px 0;
    overflow: hidden;
    z-index: 99;
    transition: margin .4s linear;
}

.open_link_menu.active span {
    background: transparent;
}

.open_link_menu span {
    display: block;
    height: 4px;
    background: #FFD200;
    transition: all .2s linear;
}

.open_link_menu.active:before {
    top: 18px;
    transform: rotate(-45deg);
}

.open_link_menu:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 40px;
    height: 4px;
    background: #FFD200;
    transition: all .2s linear;
}

.open_link_menu.active:after {
    bottom: 18px;
    transform: rotate(45deg);
}

.open_link_menu:after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 40px;
    height: 4px;
    background: #FFD200;
    transition: all .2s linear;
}




.menu {
    background: #fff;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .02);
}

.menu nav {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.menu nav .menu_item a {
    display: block;
    text-decoration: none;
    font-weight: 700;
	font-size:14px;
	line-height:59px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    height: 59px;
}

header.fixed .menu nav .menu_item a {
    height: 42px;
    line-height: 42px;
}

.menu nav .menu_item a:after {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    transition: .5s;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    background: #FFD200;
}

.menu nav .menu_item a:hover:after,
.menu nav .menu_item a.mPS2id-highlight-first:after,
.menu nav .menu_item a.active:after {
    width: 100%;
}

.header-content{
    height: 105px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 10px 0 10px 0;
}

/*== b-logo
---------------------------------*/
.logo {
    display: block;
    padding-top: 8px;
}
.logo a{
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
}
.logo a:hover{
    text-decoration: none;
}
.logo a div{
    padding: 0 0 0 15px;
}
.logo a div span{
    display: block;
    line-height: 1.1;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: normal;
}
.logo a span b{
    font-weight: bold;
}

/* b-small-contact
===================================*/
.small-address{
    font-size: 20px;
}
.small-address a{
    text-decoration: none;
    display: inline-block;
    padding-left: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAASCAMAAABYd88+AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAvVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD////rbFXeAAAAPXRSTlMACXTN9vTCXQQf18URCNa+AW/TTclkaLb56d/3/Ofc+staVXf9wMf+chDv6gxuYEEzqosd8w54aQfa1UtJchcbJAAAAAFiS0dEPklkAOMAAAAJcEhZcwAACxIAAAsSAdLdfvwAAACMSURBVAjXPYxXEsJADENFX3oIHQKhht570f2vhb1J0IekNx4ZQCKZSmeyOQNRvkCrYgkoVxip6qCm6brqdTTEm0BLoo0O2dVpj+zDIwcKQ9LHSO5jYKJLTMVn82AhscRqHb/ebIFdDHtZGjfsgaN/DrZ7R1idFM5hx+Uq61sEuJOPuOP5eps/4PO18QN9khuxVCa/qgAAAABJRU5ErkJggg==)
                0 5px no-repeat;
}
.small-address a i{
    font-size: 16px;
    width: 20px;
    text-align: center;
}
.small-address__time{
    
    font-size: 16px;
    color: #000000;
    padding: 0 0 0 20px;
}


/* b-small-contact
===================================*/
.small-contact{
    margin: 0 0 0 15px;
}
.small-contact__item{
    font-size: 16px;
    text-align: right;
    line-height: 1;
    margin: 0 0 5px 0;
}
.small-contact__item a{
    color: #000000;
    display: inline-block;
    text-decoration: none;
}
.small-contact__item a:hover{
    color: #000000;
}
.small-contact__item a i{
    display: none;
}
.small-contact__item_phone{
    font-weight: 300;
    font-size: 33px;
}
.small-contact__item_callback{
    margin: 0;
}
.small-contact__item_callback .btn{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 26px;
    font-size: 18px;
    color: #000000;
    min-width: 250px;
}

/* b-menu
---------------------------------*/
.menu {
    display: block;
}
.menu__mobile-icon{
    display: none;
}
.menu__content{
    max-width: 100%;
}
.menu__list{
    margin: 0;
    padding: 0;
    text-align: center;
}
.menu__item {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 0 15px;
}
.menu__item a {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #000000;
    position: relative;
    text-decoration: none;
    border-bottom: 1px dotted;
    padding: 3px 0 3px 0;
}
.menu__item a:hover,
.menu__item.active a {
    color: #ff004e;
}



/*=================================== Main ===================================*/
#main {
    position: relative;
    padding: 40px 0 40px 0;
}
body.home-page #main, body.thanks-page #main{
    padding: 0;
}

.landing-section{
    padding: 60px 0 60px 0;
}


/* b-btn
---------------------------------*/
.btn{
    font-family: 'Segoe UI';
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    background-color: #FFD200;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 22px;
    text-decoration: none;
    transition: 0.2s;
    padding: 14px 10px 14px 10px;
    line-height: 28px;
    color: #000;
    min-width: 200px;
    max-width: 100%;
    position: relative;
}
.btn:hover{
    color: #000;
    background: #fcff00;
}


/* b-form
---------------------------------*/
.form{
    position: relative;
    width: 570px;
    max-width: 100%;
    border: 2px solid #ffd200;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 35px;
}
.form__header{
    margin: 0 0 20px 0;
    font-size: 15px;
}
.form__header__title{
    font-size: 24px;
    margin: 0 0 5px 0;
}
.form__header__sub-title{
    font-size: 14px;
    margin: 0 0 15px 0;
}
.form__content{
    margin: auto;
}
.form__content .row{
    margin: 0 -5px 0 -5px;
}
.form__content .row .col{
    padding: 5px 5px 5px 5px;
}
.form__content .row .col .btn{
    display: block;
    width: 100%;
}

/* b-section-form  синий с наташей
====================================*/
.section-form{
    background-color: #616161;
    background-image: -moz-linear-gradient(right, #0195B4 0%, #0D3468 100%);
    background-image: -o-linear-gradient(right, #0195B4 0%, #0D3468 100%);
    background-image: -webkit-linear-gradient(right, #0195B4 0%, #0D3468 100%);
    background-image: linear-gradient(to left, #0195B4 0%, #0D3468 100%);
}
.section-form__content{
    color: #ffffff;
    position: relative;
    padding: 50px 0 40px 370px;
    min-height: 570px;
}
.section-form__content:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 268px;
    height: 601px;
    background: url(Natalya-2.png) 0 0 no-repeat;
}
.section-form__content h2{
    color: #ffffff;
    text-align: left;
}
.section-form__content h2 span{
    display: block;
    font-size: 20px;
    padding: 10px 0 10px 0;
}
.section-form__content h2:after{
    margin: 10px 0 0 0;
}
.section-form__content .form{
    border-color: #ffffff;
}
.section-form__content__phone-box{
    margin: 35px 0 0 35px;
    padding: 0 0 0 80px;
    position: relative;
    font-size: 20px;
    line-height: 1.15;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.section-form__content__phone-box i{
    font-size: 58px;
    position: absolute;
    top: 3px;
    left: 0;
}

.contacts{
	padding-bottom:30px;
}
.section-form__content__phone-box__content div{
    font-size: 33px;
}
.section-form__content__phone-box__content a,
.section-form__content__phone-box__content a:hover{
    color: #ffffff;
    text-decoration: none;
}
.section-form__manager{
    color: #34b1d7;
    text-align: left;
    position: absolute;
    left: 150px;
    bottom: 45px;
    line-height: 1.1;
    font-size: 13px;
}
.section-form__manager span{
    color: #ffffff;
    font-size: 20px;
    display: block;
}
.section-form_single .section-form__content{
    min-height: 0;
    padding: 50px 0 20px 0;
    text-align: center;
}
.section-form_single .section-form__content .section-form__content__phone-box + a {
    display: block;
    margin-top: 21px;
    color: #ccc;
}
.section-form_single .section-form__content h2{
    text-align: center;
}
.section-form_single .section-form__content .form{
    width: 600px;
    max-width: 100%;
    margin: auto;
}
.section-form_single .section-form__content:before{
    display: none;
}
.section-form_single .section-form__content h2:after{
    margin: 10px auto 0;
}
.section-form_single .section-form__content__phone-box{
    margin-left: 0;
}


.info-list__item__icon{
    width: 124px;
    height: 124px;
    background-color: #FFF;
    border: 2px solid #FFD200;
    border-radius: 50%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 60px;
}
.info-list h4, .why h4, .easy h4{
    font-size: 25px;
    margin: 0 0 10px 0;
	font-weight:bold;
}
.easy{
	padding-top:20px;
}
.info-list{
	padding-top:50px;
	padding-bottom:20px;
}
.info-list .col-md-3, .easy .col-md-4{
	margin-bottom:30px;
}
.easy .col-md-4{
	position:relative;
}
.easy .col-md-4 i {
    position: absolute;
    font-size: 59px;
    top: 38px;
    right: -45px;

    color: #bd1414;
}
i.icon.icon-arrow-right:after {
    content: '';
    position: absolute;
    display: block;
    background: #bd1414;
    width: 50px;
    height: 5px;
    top: 28px;
    left: -34px;
}
.easy .col-md-4 i.l {
   
    right: auto;
	left:0;
}
.why .col-md-4{
	margin-bottom:40px;
}
.why h2 + p{
	text-transform:uppercase;
	margin-bottom:30px;
}
.promo{
    overflow: hidden;
    background: url("Natalya.png") center bottom no-repeat;
    position: relative;
}
.promo:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #E9E9E9;
    background-image: -moz-linear-gradient(top, #F5F6F9 0%, #FAFBFD 50%, #FAFBFC 100%);
    background-image: -o-linear-gradient(top, #F5F6F9 0%, #FAFBFD 50%, #FAFBFC 100%);
    background-image: -webkit-linear-gradient(top, #F5F6F9 0%, #FAFBFD 50%, #FAFBFC 100%);
    background-image: linear-gradient(to bottom, #F5F6F9 0%, #FAFBFD 50%, #FAFBFC 100%);
    z-index: -1;
}
.promo__content{
    position: relative;
    padding: 25px 0 70px 0;
}
.form__header__sutitle {
    font-size: 16px;
}
.promo__content__subtitle{
    font-size: 24px;
    margin: 0 0 30px 0;
}
.promo__manager{
    position: absolute;
    right: 315px;
    bottom: 15px;
    text-align: right;
    padding: 15px 0 0 0;
    font-size: 13px;
    color: #898989;
}
.promo__manager span{
    font-size: 20px;
    color: #000000;
    display: block;
}


/* b-catalog
---------------------------------*/
.catalog__content__section{
    margin-bottom: -30px;
}
.catalog2__content__section{
    background-color:#fcfcfc;
}
.catalog__content__section__list{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
    margin: -30px -30px 30px -30px;
}
.catalog__content__section__list__item{
    width: 50%;
    max-width: 400px;
    padding: 30px;
}

/* b-price-info
---------------------------------*/
.price-info{
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
	margin-bottom:30px;
}

.price-info_yellow {border: 1px solid #FFD200;}
.catalog__content__section__list__item_center {margin:auto;}
.price-info__title{
    padding: 20px;
    height: 100px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #ffffff; background-color: #E2000A ;
    background-image: -moz-linear-gradient(right, #bf1e24  0%, #E2000A 100%);
    background-image: -o-linear-gradient(right, #bf1e24  0%, #E2000A 100%);
    background-image: -webkit-linear-gradient(right, #bf1e24  0%, #E2000A 100%);
    background-image: linear-gradient(to left, #bf1e24  0%, #E2000A 100%);
font-size: 25px;
    line-height: 1;
}
.price-info__content{
    padding: 15px 20px 0 20px;
}
.price-info__content__text{
    min-height: 90px;
    padding: 0 0 10px 0;
    display: flex;
    font-size: 16px;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.price-info__content__text div {
    display: flex;
    width: 100%;
    padding-top: 7px;
    font-size: 20px;
    margin-top: 8px;
    justify-content: space-around;
    border-top: 1px dashed #e5e5e5;
}
.price-info__content__text div span:last-child{
	font-weight:bold;
}
.modal-skin .modal-dialog.modal-lg {
    max-width: 900px;
    
}


/**
    Thanks page
*/
.thanks-page #main,
.thanks-page .promo{
    min-height: 700px !important;
}
.thanks-page h1{
    color: #fff;
    font-weight: bold;
}
.thanks-page .promo{
    background: none;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 30px;
}
.thanks-page .promo::after{
    content: '';
    position: absolute;
    right: 300px;
    bottom: 0;
    width: 300px;
    height: 100%;
    background: url("Natalya-2.png") right bottom no-repeat;
    transform: scaleX(-1);
    background-size: contain;
}
.thanks-page .promo::before{
    background-image: -moz-linear-gradient(right, #0195B4 0%, #0D3468 100%);
    background-image: -o-linear-gradient(right, #0195B4 0%, #0D3468 100%);
    background-image: -webkit-linear-gradient(right, #0195B4 0%, #0D3468 100%);
    background-image: linear-gradient(to left, #0195B4 0%, #0D3468 100%);
}
.thanks-page__title br{
    display: none;
}
.thanks-page .last_name{
    display: none;
}
.thanks-page .promo__content__subtitle{
    max-width: 300px;
}


@media (max-width:900px){
    
.modal-skin .modal-dialog.modal-lg {
    padding: 0px 15px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    }
}
.price-info__content__price{
    min-height: 50px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    line-height: 1.1;
    font-size: 32px;
}
.catalog__content__section_sub .price-info__title{
    font-size: 26px;
}
.price-info__footer{
    padding: 10px 20px 30px 20px;
	border-top:1px solid #e5e5e5;
    text-align: center;
}
.price-info__footer .form{
    padding: 0;
    border: none;
}
.price-info__footer .form__header{
    margin: 0 0 15px 0;
}
.price-info__footer .form__header__title{
    font-size: 22px;
}
.price-info__footer .form__header__sub-title{
    margin: 0 0 10px 0;
    font-size: 13px;
}
.price-info__footer .form__content{
    max-width: 260px;
    margin: auto;
}


/* b-catalog-slider
---------------------------------*/
.catalog-slider{
    padding: 0 60px 0 60px;
}
.catalog-slider__item{
    display: block;
    background-color: #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(47, 22, 0, 0.05);
    padding: 15px 30px 30px 30px;
    text-align: center;
    text-decoration: none;
    margin: 10px 10px 50px 10px;
}
.catalog-slider__item__img{
    margin: 0 -15px 0 -15px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 200px;
}
.catalog-slider.owl-carousel .owl-item .catalog-slider__item__img img{
    width: auto;
    max-height: 100%;
}
.catalog-slider__item__title{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 50px;
    padding: 5px 0 5px 0;
}
.catalog-slider__item__footer .btn{
    width: 100%;
    font-size: 21px;
    min-width: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.catalog-slider__item:hover .btn{
    background: #ff3472;
}




/* b-contacts
---------------------------------*/
.contacts__content{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 50px 50px 50px 0;
}
.contacts__content__map{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 2;
}
.contacts__content__map > *{
    height: 100% !important;
    width: 100% !important;
}
.contacts__content__info{
    width: 360px;
    max-width: 100%;
    padding: 40px;
    background-color: #FFF;
    -moz-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
}
.contacts__content__info__item{
    margin: 15px 0 0 0;
    position: relative;
    padding: 0 0 0 32px;
    font-size: 20px;
}
.contacts__content__info__item .date{
    font-size: 15px;
    color: #838383;
}
.contacts__content__info__item__icon{
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 25px;
    color: #000;
    width: 20px;
    text-align: center;
}
.contacts__content__info__item:nth-child(1){
    margin-top: 0;
}
.contacts__content__info__item a{
    text-decoration: none;
}


/* b-why
---------------------------------*/

.why .info-list__item__icon{
    border-color: #000;
}


/* b-modal-form
---------------------------------*/
.modal-form{
    display: none;
    max-width: 100%;
    width: 495px;
    background-color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
.modal-form .form{
    margin: auto;
    box-shadow: none;
    border: none;
    padding: 35px;
    text-align: center;
}
.modal-form .form__header__title{
    font-size: 24px;
}
.modal-form .form__content{
    max-width: 330px;
}
span.zx{
    background-color: #ffd200;
    line-height: 1;
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    padding: 5px;
}
h1 span.zs{
    border-bottom:2px solid #ffd200;
  
}


/* b-modal
---------------------------------*/

.modal__icon{
    margin: 0 0 20px 0;
}
.modal__title{
    font-size: 24px;
}
.modal__content{
    display: block;
    font-size: 13px;
    padding: 5px 0 0 0;
}


/* modal-skin
---------------------------------*/
.modal-skin .modal-dialog{
    width: 100%;
    max-width: 400px;
    margin-top: 70px;
}
.modal-skin .modal-dialog button.close{
    position: absolute;
    right: 15px;
    top: -35px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEX///////////////////////////////////////8V2MxSAAAACXRSTlMArTw96Gv96a5iRmh8AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAG1JREFUGNNNj8sNwDAIQ5FQ71EnyaESA7BCV+gEWaBSF28IiWMuYD/xk1MQWuSqUL1UB/J0gARw5glnShP9w0V72Ht0+LRWnVCHdyV1PCTEmGnjPuOZ2nif8S2BNjT+IdGCxr8vlBXQKD866f0B9/URg1VhoEQAAAAASUVORK5CYII=)
    0 0 no-repeat;
    width: 25px;
    height: 25px;
    opacity: 1;
    border: none;
    outline: none;
}
.modal-skin .modal-dialog .modal-content{
    border: none;
    padding: 25px;
}


/*=================================== Site-footer ===================================*/
#footer {
    background: #ffffff;
    padding: 20px 0 20px 0;
}
#footer .footer-content{
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

/* b-developer
---------------------------------*/
.developer {
    display: block;
}
.developer__content{
    display: inline-table;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.1;
    text-decoration: none;
}
.developer__content__img {
    display: table-cell;
    vertical-align: middle;
}
.developer__content__img img {
    vertical-align: top;
}
.developer__content__text {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
}
.developer__content__text span {
    display: block;
    border-bottom: 1px dotted;
}
.developer__content:hover span {
    border-bottom-color: transparent;
}


/*=================================== Adaptive ===================================*/
@media (max-width: 1199px){
    h1, h1 span {
    font-size: 38px !important;
}
    h2, h2 span{
        font-size: 34px !important;
    }
    h3 {
        font-size: 28px;
    }


    /* b-promo
    ---------------------------------*/
    .promo__content__info{
        width: 55%;
    }
    .promo__content__form{
        width: 45%;
    }
    .promo__content__info h1{
        font-size: 42px;
    }
    .promo__content__info__subtitle{
        font-size: 24px;
    }
    .promo__manager{
        right: 230px;
    }
    .thanks-page .promo::after{
        right: 30px;
    }
}
@media (max-width: 991px){
	.easy .col-md-4 i {
		display:none;
	}
    .open_link_menu {
        display: inline-block;
    }
    .menu {
        z-index: 9999;
        padding: 7px 0;
    }
    .menu nav {
        display: none;
        text-align: center;
		
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    }
	
    .menu nav.open{
		display:flex;
	}
    .menu nav.visible {}
    .menu nav .menu_item {
    width: 100%;}
    .menu nav .menu_item a {
    display: block;
    vertical-align: top;
    line-height: 46px;
    height: 46px;
    }
	
    .modal-skin .modal-dialog{
        max-width: 720px;
    }
    #container{
    }
    #header .header-content{
        padding: 5px 0 5px 0;
        height: 75px;
    }
    html,
    body{    font-size: 18px;
    }


    /* b-logo
    ---------------------------------*/
    .logo img{
        
    width: 186px;
    }
    .logo a{
        font-size: 14px;
    }
    .logo a div span{
        font-size: 20px;
    }

    /* b-small-address
    ---------------------------------*/
    .small-address{
        display: none;
    }

    /* b-small-contact
    ---------------------------------*/
    .small-contact__item_phone{
        font-size: 26px;
    }
    .small-contact__item_callback .btn{
        font-size: 16px;
        line-height: 22px;
        min-width: 200px;
        padding: 5px 10px 5px 10px;
    }

    /* b-promo
    ---------------------------------*/
    .promo__content__subtitle{
        font-size: 20px;
    }
    .promo__manager{
        right: 130px;
    }


    /* info-list__item
    ---------------------------------*/
    .info-list__item{
        width: 50%;
    }

   
    /* catalog
    ---------------------------------*/
    .catalog__content__section__list{
        margin: 0 -15px 30px -15px;
    }
    .catalog__content__section__list__item{
        padding: 15px;
        max-width: 476px;
    }

    /* section-form
    ---------------------------------*/
    .section-form__content{
        padding-left: 0;
        text-align: center;
    }
    .section-form__content:before{
        display: none;
    }
    .section-form__content h2{
        text-align: center;
    }
    .section-form__content h2:after{
        margin: 10px auto 0;
    }
    .section-form__content .form{
        margin: auto;
    }
    .section-form__content__phone-box{
        margin-left: 0;
    }
    .section-form__manager{
        display: none;
    }

    /* b-reviews
    ---------------------------------*/
    .reviews__content__slider{
        padding: 0;
    }
    .reviews__content__slider .owl-nav{
        display: none;
    }

    /* b-price-info
    ---------------------------------*/
    .price-info__title{
        font-size: 22px;
    }
    .catalog__content__section_sub .price-info__title{
        font-size: 20px;
    }
}
#btns{display:none;}
@media (max-width: 767px){
    #btns{display:block;}
	.info-list {
    padding-top: 10px;
	}
	.price-info__footer .form {
    margin: 0 auto;
}
    .landing-section{
        padding: 40px 0 40px 0;
    }

    html,
    body{    font-size: 18px;
    }

     h1, h1 span {
    font-size: 30px !important;
}
    h2, h2 span{
        font-size: 30px !important;
    }
    h3{
        font-size: 20px;
    }

    .input-text,
    textarea{
        font-size: 14px;
    }

    #footer .footer-content{
        display: block;
        text-align: center;
    }
    #footer .footer-content .developer{
        width: 100%;
        margin: 30px auto 0;
        text-align: center;
    }

    /* b-form
    ---------------------------------*/
    .form{
        padding: 20px;
    }

    /* b-promo
    ---------------------------------*/
    .promo{
        background-position: right -500px bottom 0;
    }
    .promo__content{
        max-width: 540px;
    padding-bottom: 20px;
    }
    .promo__manager{
        right: 30%;
    }

    /* b-contacts
    ---------------------------------*/
    .contacts__content{
        padding: 0;
        display: block;
    }
    .contacts__content__map{
        position: static;
        height: 200px;
        margin: 0 -15px 0 -15px;
        width: auto;
    }
    .contacts__content__info{
        width: auto;
        padding: 15px;
    }
    .contacts__content__info__item{
        font-size: 18px;
    }
    .contacts__content__info__item__icon{
        top: 2px;
    }

    /* b-modal-form
    ---------------------------------*/
    .modal-form .form{
        padding: 20px;
    }
    .modal-form .form__header__title{
        font-size: 20px;
    }
    .modal-form .form .btn{
        min-width: 0;
    }

    /* b-review
    ---------------------------------*/
    .review{
        padding: 20px;
    }

    .thanks-page #main, .thanks-page .promo{
        min-height: 450px !important;
    }
    .thanks-page .promo::after{
        width: 180px;
        height: 85%;
        right: 0;
    }
    .thanks-page .container{
        margin-left: 0;
    }
    .thanks-page .promo__content__subtitle{
        max-width: 240px;
    }
}
@media (max-width: 640px){
    /* b-promo
    ---------------------------------*/
    .promo{
        background: none;
    }
    .promo__manager{
        display: none;
    }

    /* b-catalog
    ---------------------------------*/
    .catalog__content__section__list__item{
        width: 100%;
    }

    /* b-info-list
    ---------------------------------*/
    .info-list__item{
        width: 100%;
    }

    /* b-section-form
    ---------------------------------*/
    .section-form__content__phone-box__content div{
        font-size: 24px;
    }
    .section-form__content__phone-box{
        padding-left: 50px;
    }
    .section-form__content__phone-box i{
        font-size: 40px;
        top: 5px;
    }

    .thanks-page .container{
        margin-left: 0;
    }
    .thanks-page__title br{
        display: initial;
    }
}

@media (max-width: 480px){
    /* b-small-contact
    ---------------------------------*/
	#header .header-content{		
		flex-direction: column;
		height: 121px;
		padding-bottom: 10px;
	}
    .small-contact__item_phone{
        margin: 0;
    }
    .small-contact__item_phone a i{
        display: block;
        color: #FFD404;
        font-size: 30px;
    }
    
    .small-contact__item_callback{
        display: none;
    }

    /* b-promo
    ---------------------------------*/
    .promo__content__info h1{
        font-size: 30px;
    }

    /* b-catalog-slider
    ---------------------------------*/
    .catalog-slider{
        padding: 0 10px 0 10px;
    }

    /* b-religions-list
    ---------------------------------*/
    .religions-list__item{
        width: 100%;
    }

    .thanks-page .promo::after{
        display: none;
    }
    .thanks-page .container{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
