/***** #Purchases *********************************************************************/
.purchase__item{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}
.purchase__image{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    border: 1px solid #dbdbdb;
    padding: 3px;
    border-radius: 4px;
    min-height: 75px;
    overflow: hidden;
}
.purchase__image img{display: block;}
.purchase__image svg{width: 40px;height: 40px;}
.purchase__content{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 100px);
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 10px;
    position: relative;
}
.purchase__name{margin-bottom: 10px;padding-right: 30px;}
.purchase__name .purchase__name_link{
    color: var(--okay-body-text);
    line-height: 1.2;
    font-size: 14px;
    transition: .3s;
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
}
.purchase__name i{
    font-style: italic;
    font-size: 13px;
    display: block;
    line-height: 1;
    font-weight: 500;
    color: rgb(122, 122, 122);
    margin-top: 5px;
}
.purchase__group{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.purchase__group_title{
    font-size: 11px;
    font-weight: 400;
    color: rgb(128, 128, 128);
    margin-bottom: 5px;
}
.purchase__group_content{ min-height: 25px;}
.purchase__price{
    color: var(--okay-body-text);
    font-size: 16px;
    font-weight: 600;
    padding-right: 15px;
}
.purchase__price .currency {
    font-size: 11px;
    font-weight: 600;
    position: relative;
    top: -10px;
}
.purchase__price_total{
    color: var(--okay-basic-company);
    font-size: 16px;
    font-weight: 600;
}
.purchase__price_total .currency {
    font-size: 11px;
    font-weight: 600;
    position: relative;
    top: -10px;
}
.purchase__amount{padding-right: 15px;}
.purchase__amount .amount{height: 25px;max-width: 80px;}
.purchase__amount .amount__plus,
.purchase__amount .amount__minus {
    font-size: 20px;
    height: 26px;
    width: 25px;
}
.purchase__amount .amount__input {
    font-size: 14px;
    height: 25px;
    padding: 0;
    width: calc(100% - 50px);
}
.purchase__remove{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    color: red;
    border: 1px solid;
    border-radius: 50%;
}
.purchase__remove svg{width: 14px;}
.coupon{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}
.coupon__group{position: relative;}
.coupon__title{
    font-size: 16px;
    line-height: 1.2;
    margin: 0px 0 15px;
    font-weight: 600;
    color: var(--okay-body-text);
}
.form__button--coupon{
    width: auto !important;
    position: absolute;
    right: 4px;
    top: 4px;
    border: none;

}
.coupon__group .form__group--coupon{width: 100%;}
.purchase_detail{margin: 15px 0 0;}
.purchase_detail__item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.purchase_detail__column_name{
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.purchase_detail__name{
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--okay-body-text);
    text-align: left;
}
.purchase_detail__name--total{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--okay-basic-company);
}
.purchase_detail__price{
    color: var(--okay-body-text);
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.purchase_detail__price .currency{
    font-size: 11px;
    font-weight: 600;
    position: relative;
    top: -10px;
}
.purchase_detail__price i{
    background: rgb(246, 80, 80);
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
    border-radius: 4px;
    line-height: 1;
    display: inline-block;
}
.purchase_detail__price--total{
    color: var(--okay-basic-company);
    font-size: 24px;
}
.purchase_detail_popup_total{
    margin-bottom: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.purchase_detail__price--total .currency{
    font-size: 14px;
    top: -10px;
}
.block__popup_cart{
    width: 500px;
    max-width: 100%;
}
.purchase_detail,
.purchases--user{
    padding-left: 40px;
}

/***** #Delivery & Payment ************************************************************/
.payment_method__item, 
.delivery__item{margin-bottom: 20px;}
.delivery__label{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}
.delivery__image{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 80px;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	max-width: 80px;
	text-align: center;
	padding-left: 3px;
}
.delivery__image img{display: block;margin: 0 auto; max-height: 30px;}
.delivery__name{
    display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(100% - 80px);
	-ms-flex: 0 0 calc(100% - 80px);
	flex: 0 0 calc(100% - 80px);
	max-width: calc(100% - 80px);
	padding-left: 5px;
    color: var(--okay-body-text);
	font-size: 14px;
	font-weight: 500;
    line-height: 1.2;
}
.delivery__label .checkbox__icon{top: calc(50% - 11px);}
.delivery__name_price{
    color: var(--okay-body-text);
	font-style: italic;
	font-weight: 600;
    white-space: nowrap;
}
.delivery__description{
    display: none;
    margin: 10px 0 0 35px;
    padding: 10px 10px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    background: #f8f8f8;
    border-left: 4px solid #c2c2c2;
    color: #6f6f6f;
    line-height: 1.3;
}
.order_boxeded{max-width: 100%;}
table.order_details {min-width: auto;}
.order_purchase_count{
    font-size: 14px;
    font-weight: 600;
    position: relative;
    width: 30px;
    top: -3px;
    left: 0;
    text-align: center;
}
.order_payment__description{
    margin: 15px 0;
    padding: 10px 10px;
    border-left: 4px solid rgb(188, 188, 188);
    background: rgb(247, 247, 247);
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    color: rgb(74, 74, 74);
    line-height: 1.3;
}
.order_payment__title{
    color: #222;
    line-height: 1.2;
    font-size: 14px;
    position: relative;
    font-weight: 500;
}
.order_payment__name{
    font-weight: 600;
    font-size: 15px;
    margin-left: 10px;
}
.order_payment__form{margin: 5px 0;}
.order_payment__button{
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    color: var(--okay-button-color);
    border: none;
    background: transparent;
    text-decoration: underline;
}
.order_payment__button:hover,
.order_payment__button:focus{
    color: var(--okay-button-color);
    text-decoration: none;
}
.order_payment__checkout .button{
    display: block;
    color: var(--okay-button-text);
    background-color: var(--okay-button-color);
    border: 1px solid;
    border-color: var(--okay-button-color);
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    height: 40px;
    line-height: 38px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    padding: 0 20px;
    font-size: 12px;
    font-family: inherit;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.order_payment__checkout .button:hover {opacity: .8;}
.delivery__description p{margin-bottom: 0;}
.checkbox.active + .delivery__description {display: block;}

/***** #Profile user *****/
.profile{
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 0px;
}
.profile__image{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
}
.profile__icon svg{
    width: 60px;
    height: 60px;
}
.profile__information{
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 60px);
    -ms-flex: 0 0 calc(100% - 60px);
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
}
.profile__name{
    font-size: 18px;
    font-weight: 500;
    color: rgb(34, 34, 34);
    line-height: 1.2;
}
.profile__logout{margin: 10px 0 5px;}
.profile__logout a{
    font-size: 12px;
    color: var(--okay-button-color);
    font-weight: 500;
    text-decoration: none;
}
.profile__logout a svg{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.user_tab__switch{
    position: relative;
    cursor: pointer;
}
.tabs--user .table_wrapper{
    max-height: inherit;
}
.user_tab__switch:after {
    width: 8px; 
    height: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: rgb(34, 34, 34);
    position: absolute;
    content: " ";
    top: calc(50% - 2px);
    right: 20px;
    left: inherit;
    margin-left: 10px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.user_tab__switch.active::after {
    top: calc(50% - 3px);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.button__logout {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    margin: 0px;
    border-bottom:none;
    cursor: pointer;
    text-decoration: none;
    padding: 18px 0px;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 500;
    min-height: 40px;
    height: inherit;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.button__logout svg{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.button__logout:hover{color: rgb(0, 175, 238);}
.user_orders_hidden{
    display: none;
}
.user_orders_hidden.fn_user_orders_show{
    display: table-row;
}
.fn_user_orders_switch{
    margin: auto;
    display: block;
    width: 10px;
    padding: 5px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.75 0C5.33582 0 5 0.335815 5 0.75V5.25H0.75C0.335815 5.25 0 5.58582 0 6C0 6.41418 0.335815 6.75 0.75 6.75H5V11.25C5 11.6642 5.33582 12 5.75 12C6.16418 12 6.5 11.6642 6.5 11.25V6.75H11.25C11.6642 6.75 12 6.41418 12 6C12 5.58582 11.6642 5.25 11.25 5.25H6.5V0.75C6.5 0.335815 6.16418 0 5.75 0Z' fill='%23030F4B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.fn_user_orders_active .fn_user_orders_switch{
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='1.75' width='1.5' height='12' rx='0.75' transform='rotate(-90 0 1.75)' fill='%23030F4B'/%3E%3C/svg%3E%0A");
}

/***** #Mobile navigation ************************************************************/
.menu_switcher{
    -webkit-box-flex: 0;
    -webkit-flex: 1 0 100px;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    max-width: 100px;
    position: relative;
    margin: 10px 0 10px;
    border-radius: 4px;
}
.menu_switcher__heading{
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 10px;
    width: 100%;
    background: var(--okay-basic-company);
    border-radius: 4px;
    height: 40px;
}
.menu_switcher__heading svg {
    margin-right: 5px;
    display: inline-block;
    height: 18px;
    position: relative;
    width: 18px;
}

/***** #Product page ***************************************************************/
.product-page__sku .sku_nubmer{
    font-size: 14px;
    font-weight: 500;
}
.product-page__images{
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
    max-height: 480px;
    height: 100%;
}
.product-page__image{
    position: relative;
    margin: 0;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 85px);
    -ms-flex: 0 0 calc(100% - 85px);
    flex: 0 0 calc(100% - 85px);
    max-width: calc(100% - 85px);
    text-align: center;
}
.product-page__img{padding: 0 20px;width: 100%;}
.gallery_image a{
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-page__no_image{
    width: 100%;
    height: 100%;
    padding: 10px;
}
.product-page__no_image svg{width: 120px;height: 120px;}
.product-page__images-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 65px;
    height: 65px!important;
    border: 1px solid #eee;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.2s;
}
.product-page__images-item picture{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-page__item{position: relative;}
.product-page__promo_img{
    position: absolute;
    max-width: 100px;
    max-height: 100px;
    top: 0;
    left: 0;
}
.details_boxed{background-color: rgb(255, 255, 255);overflow: hidden;}
.details_boxed__item{
    position: relative;
    border-bottom: 3px solid #e9eaed;
    padding: 15px;
    background-color: #fff;
}
.details_boxed__item--one{padding: 15px;}
.details_boxed__item--inner{padding: 0px;}
.details_boxed__item:last-child{border-bottom: none;}
.details_boxed__item ul,
.details_boxed__item ol{
    padding: 0px;
    margin: 0 0 0 15px;
}
.details_boxed__item ul li,
.details_boxed__item ol li{
    margin-bottom: 10px;
}
.details_boxed__item ul li:last-child,
.details_boxed__item ol li:last-child{
    margin-bottom: 0;
}
.details_boxed__title{
    margin-right: 5px;
    color: var(--okay-body-text);
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.8;
}
.details_boxed__brand{
    min-width: 80px;
    position: absolute;
    top: 15px;
    right: 20px;
    text-align: right;
}
.details_boxed__no_brand{padding-left: 60px;}
.details_boxed__available{margin-top: 5px;}
.details_boxed__available{margin-top: 5px;}
.details_boxed__anchor_comments{margin-top: 0;}
.anchor_comments__link {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    margin-top: 7px;
    margin-left: 2px;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border-bottom: 1px dashed;
    border-color: #666;
    text-decoration: none;
}
.available__no_stock,
.available__in_stock{
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
}
.available__no_stock:before,
.available__in_stock:before{
    margin-right: 5px;
    font-size: 18px;
}
.available__no_stock{color: #b10707;}
.available__in_stock{color:#238523;}
.details_boxed__select .select2{margin-bottom: 15px;}
.details_boxed__select .select2-container {min-width: 50%;max-width: 100%;}
.details_boxed__select ul li {margin: 0;}
.details_boxed__select .select2-selection--single {height: 32px!important;}
.details_boxed__select .select2-selection__rendered {line-height: 32px!important;}
.details_boxed__select .select2-selection__arrow {height: 32px!important;}
.details_boxed__price_amount{margin: 5px 0;}
.details_boxed_pct{
    position: absolute;
    top: -9px;
    left: 0;
    display: inline-block;
    text-align: center;
    line-height: 1;
    background-color: rgb(238, 238, 238);
    color: rgb(251, 63, 76);
    font-weight: 600;
    padding: 4px 5px 4px;
    font-size: 12px;
    border-radius: 4px;
}
.details_boxed__amount{margin-bottom: 10px}
.amount{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    border: 1px solid;
    border-color: rgb(127, 127, 127);
    opacity: .7;
    height: 34px;
    color: var(--okay-body-text);
    font-size: 14px;
    font-weight: 400;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    max-width: 100px;
    overflow: hidden;
}
.amount__plus,
.amount__minus{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    cursor: pointer;
    font-weight: 500;
    line-height: 1;
    font-size: 20px;
    height: 34px;
}
.amount__input{
    border: 0 none;
    display: block;
    width: calc(100% - 60px);
    text-align: center;
    font-weight: 500;
    line-height: 1;
    padding: 5px 0;
    font-size: 15px;
    height: 34px;
}
.details_boxed__prices{
    position: relative;
    margin-bottom: 10px;
    line-height: 1;
    padding: 10px 0;
    margin-right: 15px;
}
.details_boxed__price,
.details_boxed__old_price{
    position: relative;
}
.details_boxed__old_price{
    font-weight: 400;
    margin: 0 15px 0 0;
    color: #888;
    position: relative;
    font-size: 15px;
}
.details_boxed__price .currency,
.details_boxed__old_price .currency{
    font-size: 16px;
    font-weight: 500;
    position: relative;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: 5px;
}
.details_boxed__old_price .currency{
    font-weight: 600;
    font-size: 12px;
}
.details_boxed__old_price::after {
    border-bottom: 1px solid #888;
    content: "";
    left: 0;
    position: absolute;
    top: 38%;
    width: 100%;
    transform: rotate(-10deg);
}
.details_boxed__price{
    font-weight: 600;
    color: var(--okay-body-text);
    font-size: 34px;
}
.details_boxed__price.price--red{color: #e83841;}
.details_boxed__buttons > *{
    position: relative;
    min-height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 10px;
}
.details_boxed__buttons > *:first-child{padding-right: 0;}
.product-page__button{
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: #57c867; /* фон кнопки */
  padding: .7em 1.5em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
  
}
.product-page__button{
    background: var(--okay-button-color);
    color: var(--okay-button-text);
}
.product-page__button:focus{opacity: 0.8;}
.product-page__out_stock{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #dbdbdb;
    color: #9c9c9c;
    white-space: nowrap;
    cursor: not-allowed;
}
.product-page__button--preloader{
    cursor: pointer;
    border: 1px solid #7f7f7f;
    background: transparent;
    color: #454545;
    white-space: nowrap;
    transition: all 0.2s;
}
.details_boxed__buttons .fn_not_preorder,
.details_boxed__buttons .fn_is_preorder {
    padding-right: 10px;
    margin-bottom: 0;
}
.details_boxed__other .fast_order_button,
.product-page__compare,
.product-page__wishlist{
    border: 1px solid rgb(127, 127, 127);
    color: rgb(69, 69, 69);
    opacity: 0.7;
    border-radius: 3px;
    font-size: 0px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    margin-right: 10px;
    text-transform: uppercase;
    height: 40px;
    width: 40px;
    transition: all 0.2s;
    text-decoration: none;
}
.details_boxed__other .fast_order_button:before{
    position: relative;
    font-size: 22px;
}
.product-page__compare i{
    position: relative;
    font-size: 20px;
}
.product-page__wishlist i:before{
    content: "\f08a";
    position: relative;
    font-size: 24px;
}
.product-page__wishlist.selected,
.product-page__compare.selected{
    border-color: var(--okay-button-color);
    color: var(--okay-button-color);
}
.product-page__wishlist.selected i:before{
    content: "\f004";
}
.details_boxed__share{
    padding-top: 10px;
    padding-bottom: 10px;
}
.share{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.share__text{
    color: var(--okay-body-text);
    font-size: 13px;
    font-weight: 500;
    opacity: 0.8;
    margin-right: 10px;
}
.share__icons .jssocials-share-logo {
    font-size: 16px;
}
.share__icons .jssocials-share-link {
    padding: 5px 10px;
    border-radius: 4px;
}


/***** #Filter **********************************************************************/
.filter__name {
	font-size: 14px;
	line-height: 1.2;
	padding: 10px 0;
	cursor: pointer;
	font-weight: 600;
	position: relative;
    color: var(--okay-body-text);
}
.filter__name_arrow:before{font-size: 14px;}
.filter__name.active .filter__name_arrow:before{content: "\f077";}
.filters .filter__group{
    border-bottom: 1px solid rgb(219, 219, 219);
    padding-bottom: 5px;
    margin-top: 5px;
}
.filters .filter__group:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.filter__selected_feature{margin: 0 5px 5px 0;}

.filter__selected_feature .filter__sf_link{
    background: #ff8c001a;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #dbdbdb;
    min-height: 30px;
}
.filter__selected_feature .filter__sf_link i,
.filter__selected_feature .filter__sf_link span{font-size: 12px;}
.filter__selected_feature .filter__sf_link span{color: rgba(63, 78, 93, 0.7);}
.filter__selected_feature .filter__sf_link i{color: rgb(51, 62, 74);}
.filter__selected_feature .filter__sf_link svg{
    width: 15px;
    height: 15px;
    color: rgba(216, 31, 31, 0.7);
    position: relative;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; 
}
.filter__selected_feature_reset{margin: 10px 0;}
.filter__selected_feature_reset .filter__sf_reset{
    background: transparent;
    padding: 0;
    border: none;
    cursor: pointer;font-size: 13px;
    line-height: 1.2;
    color: #363636;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    border-bottom: 1px dashed;
    border-color: var(--okay-button-color);
    text-decoration: none;
    display: inline-block;
    font-family: inherit;
}
.filter__item{
    margin: 10px 0;
    position: relative;
}
.filter__link{
    transition: color 0.3s;
    display: block;
    width: 100%;
    text-align: left;
    line-height: 24px;
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    color: var(--okay-body-text);
    font-weight: 500;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
}




.filter__link .filter__checkbox{
    transition: border-color 0.3s;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    display: block;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
}
.filter__link .filter__checkbox svg{
    height: 20px;
    opacity: 1;
    width: 20px;
}
.filter__link .filter__label{
    display: block;
    line-height: 22px;
    color: var(--okay-body-text);
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
}
@-webkit-keyframes checkmarkAnimation {
	100% {stroke-dashoffset: 0;}
}
@keyframes checkmarkAnimation {
	100% {stroke-dashoffset: 0;}
}
.filter__checkbox.checked svg {color: var(--okay-basic-company);}
.filter__link.checked svg path {
    stroke: var(--okay-basic-company);
    stroke-width: 2px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-miterlimit: 10;
    opacity: 1;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: checkmarkAnimation 0.5s 0s forwards;
    animation: checkmarkAnimation 0.5s 0s forwards;
}
.filter__link.checked .filter__label {
    color: var(--okay-basic-company);
}
.filter__link.checked .filter__checkbox {
    border-color: var(--okay-basic-company);
}
.view_all_feature {
    color: #363636;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: 1px dashed;
    border-color: var(--okay-basic-company);
    margin-bottom: 10px;
    text-decoration: none;
    display: inline-block;
}
.feature_content .filter__item.closed {display: none;}
.feature_content.opened .filter__item.closed {display: block;}
.filter__catalog_menu{margin-bottom: 5px;}
b.filter__catalog_link,
a.filter__catalog_link{
    position: relative;
    font-family: inherit;
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    text-decoration: none;
	color: var(--okay-body-text);
    line-height: 1.2;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    transition: all 0.3s ease 0s;
}
a.filter__catalog_link{cursor: pointer;}
a.filter__catalog_link span{padding-right: 5px;}
.filter_catalog__no_image,
b.filter__catalog_link img,
a.filter__catalog_link img{
    width: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    max-width: 20px;
    margin-right: 10px;
    height: auto;
}
a.filter__catalog_link svg{
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
}
.filter_catalog__no_image svg{
    width: 20px!important;
    height: 20px!important;
}
b.filter__catalog_link.selected{
    color: var(--okay-basic-company);
    font-weight: 500;
}


@media only screen and (max-width : 991px) {
    .sidebar__header{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: fixed;
        top: 0px;
        width: 310px;
        right: -300px;
        transition: .3s;
        height: 45px;
        background: #232f3e;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
        color: #fff;
        border-radius: 0px;
        padding: 5px 5px;
        max-width: calc(100vw - 55px);
    }
    .sidebar.opened{
        right: 0;
        overscroll-behavior: none;
    }
    .sidebar__header.opened {
        right: 0px;
        z-index: 5;
    }
    .sidebar__header--close{
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        height: 35px;
        color: #fff;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .sidebar__header--close svg {
        margin-right: 5px;
        display: inline-block;
        height: 18px;
        position: relative;
        width: 18px;
    }
    .sidebar__header--reset{
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .mobile_filter__reset{
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        background: transparent;
        border: none;
        height: 35px;
        color: #fff;
        width: 100%;
    }
    .mobile_filter__reset svg {
        margin-right: 8px;
        display: inline-block;
        height: 15px;
        position: relative;
        width: 15px;
    }
    .sidebar__boxed {
        margin-bottom: 5px;
    }

}


/***** #Filter **********************************************************************/
.filter__name {
	font-size: 14px;
	line-height: 1.2;
	padding: 10px 0;
	cursor: pointer;
	font-weight: 600;
	position: relative;
    color: var(--okay-body-text);
}
.filter__name_arrow:before{font-size: 14px;}
.filter__name.active .filter__name_arrow:before{content: "\f077";}
.filters .filter__group{
    border-bottom: 1px solid rgb(219, 219, 219);
    padding-bottom: 5px;
    margin-top: 5px;
}
.filters .filter__group:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.filter__selected_feature{margin: 0 5px 5px 0;}

.filter__selected_feature .filter__sf_link{
    background: #ff8c001a;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #dbdbdb;
    min-height: 30px;
}
.filter__selected_feature .filter__sf_link i,
.filter__selected_feature .filter__sf_link span{font-size: 12px;}
.filter__selected_feature .filter__sf_link span{color: rgba(63, 78, 93, 0.7);}
.filter__selected_feature .filter__sf_link i{color: rgb(51, 62, 74);}
.filter__selected_feature .filter__sf_link svg{
    width: 15px;
    height: 15px;
    color: rgba(216, 31, 31, 0.7);
    position: relative;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; 
}
.filter__selected_feature_reset{margin: 10px 0;}
.filter__selected_feature_reset .filter__sf_reset{
    background: transparent;
    padding: 0;
    border: none;
    cursor: pointer;font-size: 13px;
    line-height: 1.2;
    color: #363636;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    border-bottom: 1px dashed;
    border-color: var(--okay-button-color);
    text-decoration: none;
    display: inline-block;
    font-family: inherit;
}
.filter__item{
    margin: 10px 0;
    position: relative;
}
.filter__link{
    transition: color 0.3s;
    display: block;
    width: 100%;
    text-align: left;
    line-height: 24px;
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    color: var(--okay-body-text);
    font-weight: 500;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.filter__link .filter__checkbox{
    transition: border-color 0.3s;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    display: block;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
}
.filter__link .filter__checkbox svg{
    height: 20px;
    opacity: 1;
    width: 20px;
}
.filter__link .filter__label{
    display: block;
    line-height: 22px;
    color: var(--okay-body-text);
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
}
@-webkit-keyframes checkmarkAnimation {
	100% {stroke-dashoffset: 0;}
}
@keyframes checkmarkAnimation {
	100% {stroke-dashoffset: 0;}
}
.filter__checkbox.checked svg {color: var(--okay-basic-company);}
.filter__link.checked svg path {
    stroke: var(--okay-basic-company);
    stroke-width: 2px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-miterlimit: 10;
    opacity: 1;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: checkmarkAnimation 0.5s 0s forwards;
    animation: checkmarkAnimation 0.5s 0s forwards;
}
.filter__link.checked .filter__label {
    color: var(--okay-basic-company);
}
.filter__link.checked .filter__checkbox {
    border-color: var(--okay-basic-company);
}
.view_all_feature {
    color: #363636;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: 1px dashed;
    border-color: var(--okay-basic-company);
    margin-bottom: 10px;
    text-decoration: none;
    display: inline-block;
}
.feature_content .filter__item.closed {display: none;}
.feature_content.opened .filter__item.closed {display: block;}
.filter__catalog_menu{margin-bottom: 5px;}
b.filter__catalog_link,
a.filter__catalog_link{
    position: relative;
    font-family: inherit;
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    text-decoration: none;
	color: var(--okay-body-text);
    line-height: 1.2;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    transition: all 0.3s ease 0s;
}
a.filter__catalog_link{cursor: pointer;}
a.filter__catalog_link span{padding-right: 5px;}
.filter_catalog__no_image,
b.filter__catalog_link img,
a.filter__catalog_link img{
    width: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    max-width: 20px;
    margin-right: 10px;
    height: auto;
}
a.filter__catalog_link svg{
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
}
.filter_catalog__no_image svg{
    width: 20px!important;
    height: 20px!important;
}
b.filter__catalog_link.selected{
    color: var(--okay-basic-company);
    font-weight: 500;
}

/***** #Price range ******************************************************************/
.price_range {
    overflow: hidden;
    margin-bottom: 15px;
}
.price_label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 35px);
    -ms-flex: 0 0 calc(50% - 35px);
    flex: 0 0 calc(50% - 35px);
    max-width: calc(50% - 35px);
}
.price_range .separator,
.price_range .price_currency{
   line-height: 22px;
    color: #363636;
    font-weight: 400;
    font-size: 0.9em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    max-width: 35px;
    text-align: center;
}
.price_range .separator{font-size: 1.2em;}
.max_input,
.min_input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #d1d1d1;
    height: 30px;
    color: rgb(54, 54, 54);
	font-size: 14px;
	font-weight: 500;
}
.max_input:focus,
.min_input:focus {border-color: var(--okay-basic-company);}

.switch_mobile_filter{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    padding: 0 13px;
    background: #fff;
    border: 1px solid;
    border-color: var(--okay-button-color);
    color: var(--okay-button-color);
    border-radius: 3px;
    height: 26px;
    text-decoration: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.switch_mobile_filter svg {
    margin-right: 5px;
    display: inline-block;
    height: 14px;
    position: relative;
    width: 14px;
}

/***** #Product sorting *************************************************************/
.products_container__sort{
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.products_sort{
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.product_sort__title{
    color: #696868;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    margin-right: 5px;
}
.product_sort__link {
	position: relative;
	background: transparent;
	cursor: pointer;
	font-size: 12px;
	line-height: 1;
	padding: 5px 10px;
	font-weight: 400;
	transition: all 0.3s ease 0s;
	border: 1px solid rgb(127, 127, 127);
    color: rgb(69, 69, 69);
	text-decoration: none;
	font-family: inherit;
	margin: 0 3px;
    border-radius: 4px;
}
.product_sort__link.active_down,
.product_sort__link.active_up {
    color: var(--okay-button-color);
    border-color: var(--okay-button-color);
}
.product_sort__link .sorting_icon{
    width: 13px;
    height: 13px;
    margin-left: 5px;
}
.product_sort__link .sorting_icon--right,
.product_sort__link .sorting_icon--left{fill: #a1a1a1;}
.product_sort__link.active_down .sorting_icon--left{fill: var(--okay-button-color);}
.product_sort__link.active_up .sorting_icon--right{fill: var(--okay-button-color);}



/***** #Pagination *******************************************************************/
.pagination {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 15px auto 10px;
}
.pagination__item {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.pagination__link {
    display: block;
    padding: 0 10px;
    min-width: 45px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    color: var(--okay-body-text);
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    height: 26px;
    line-height: 24px;
}
.pagination__link:hover,
.active .pagination__link {
    color: var(--okay-basic-company-text);
    background-color: var(--okay-basic-company);
    border-color: var(--okay-basic-company);
}
.products_pagination{margin: 10px auto 0;}


/*
	Neris, 200, 200 italic, 300, 300 italic, 600, 600 italic, 700 italic, 900, 900 italic
*/
html {
    font-family: 'Open Sans', sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

a {
    color: #eb3331;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #eb3331;
    text-decoration: none;
}

.width100 {
    margin: 0 auto;
    /*min-width: 980px;*/
    width: 100%;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.margin-auto {
    margin: 0 auto !important;
    float: none !important;
}

.display-none {
    display: none;
}

.relative {
    position: relative;
}

.center {
    text-align: center;
}

.res_img {
    width: 100%;
    height: auto;
}

body {
    color: #333;
    font-family: 'Open Sans', sans-serif, Arial;
    font-size: 16px;
    line-height: 1.5;
}

.width100.header {
    border-top: 3px solid #262626;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.logo img {
    width: 100%;
}
.logo {
    display: block;
    float: left;
    margin: 15px 0 18px;
    transition: all 1s ease 0s;
    width: 150px;
    position: relative;
    z-index: 99;
}
.h-animated .logo {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 80px;
}

.top_head {
    background: #262626 none repeat scroll 0 0;
    border-radius: 0 0 5px;
    color: #fff;
    float: right;
    padding: 5px 22px 5px 0;
}

.top_head_in {
    background: rgba(0, 0, 0, 0) url("../images/top_head_in.png") no-repeat scroll right center / 11px auto;
    float: left;
    padding: 0 20px 3px 10px;
}

.top_head_corner {
    background: rgba(0, 0, 0, 0) url(../images/top_head_corner.png) no-repeat scroll left bottom / 36px auto;
    font-family: neris;
    padding: 0 0 0 30px;
    position: absolute;
    right: 15px;
    top: 0;
    transition: all 1s ease 0s;
    font-size: 15px;
}

.h-animated .top_head_corner {
    top: -100px;
}

.top_head_img {
    margin: 0 7px 0 0;
    width: 20px;
}

.top_head_in.top_head_skype {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0 0 0 10px;
}

.main_nav {
    float: left;
    margin: 4px 0 0 0;
    transition: all 1s ease 0s;
}

.btn.free_consult {
    padding: 5px 10px;
    float: right;
}

.main_nav > ul > li {
    float: left;
    list-style: outside none none;
    margin: 0 25px 0 0;
}

.nav_and_btn {
    float: right;
    margin: 60px auto 0;
    transition: all 1s ease 0s;
}

.h-animated .nav_and_btn {
    margin-top: 10px;
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.sf-menu > li {
    float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a, .sf-menu span {
    display: block;
    position: relative;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}

.sf-menu > li > a, .sf-menu > li > span {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.sf-menu > li > a:after, .sf-menu > li > span:after {
    background: #eb3331 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 0;
    border-radius: 10px;
}

.sf-menu > li:hover > a:after,
.sf-menu > li:hover > span:after,
.sf-menu > li.current-menu-item > span:after,
.sf-menu > li.active_grandparent > a:after,
.sf-menu > li.current-menu-ancestor > a:after,
.sf-menu > li.current-post-parent > a:after {
    width: 100%;
}

.menu-item-has-children > a, .menu-item-has-children > span {
    background: rgba(0, 0, 0, 0) url("../images/menu_arr.png") no-repeat scroll right center / 7px auto;
    padding: 0 13px 0 0;
}

.menu-item-has-children ul {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    display: none;
    min-width: 210px;
    padding: 15px 20px 10px;
    position: absolute;
    top: 100%;
    width: 300px;
    z-index: 23;
}

.menu-item-has-children > ul > li {
    background: rgba(0, 0, 0, 0) url("../images/marker.png") no-repeat scroll left center / 6px auto;
    font-size: 15px;
}

.menu-item-has-children ul > li > a, .menu-item-has-children ul > li > span {
    box-shadow: none;
    color: #333333;
    display: block;
    font-size: 16px;
    line-height: 1.3;
    padding: 10px 20px;
    text-decoration: none;
}

.menu-item-has-children ul > li > a:hover,
.menu-item-has-children ul > li > span:hover,
.menu-item-has-children ul > li.current-menu-item span,
.menu-item-has-children ul > li.current-post-ancestor a {
    background: #eb3331 none repeat scroll 0 0;
    box-shadow: none;
    color: #ffffff;
}

.btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd3540+0,f6343e+29,de2e35+100 */
    background: #fd3540; /* Old browsers */
    background: -moz-linear-gradient(top, #fd3540 0%, #f6343e 29%, #de2e35 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fd3540 0%, #f6343e 29%, #de2e35 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fd3540 0%, #f6343e 29%, #de2e35 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd3540', endColorstr='#de2e35', GradientType=0); /* IE6-9 */
    border: 1px solid #d92f2d;
    border-radius: 100px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.5) inset;
    color: #ffffff !important;
    display: inline-block;
    padding: 7px 15px 9px;
    text-decoration: none !important;
}

.btn:hover, .univer_href:hover .btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#de2e35+0,f6343e+71,fd3540+100 */
    background: #de2e35; /* Old browsers */
    background: -moz-linear-gradient(top, #de2e35 0%, #f6343e 71%, #fd3540 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #de2e35 0%, #f6343e 71%, #fd3540 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #de2e35 0%, #f6343e 71%, #fd3540 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de2e35', endColorstr='#fd3540', GradientType=0); /* IE6-9 */
}

.h_btns a.btn_go:hover {
    background: #fff;
    color: #333;
}

* {
    outline: none !important;
}

.free_consult span {
    background: rgba(0, 0, 0, 0) url(../images/free_consult.png) no-repeat scroll left center / 23px auto;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 0 5px 2px 35px;
}

.view {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.para_ima {
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.bg_bread {
    background: rgba(0, 0, 0, 0) url("../images/bg1.jpg") no-repeat scroll center center / cover;
    padding: 145px 0 15px;
}

.bg1 {
    background: rgba(0, 0, 0, 0) url("../images/bg1.jpg") no-repeat scroll center top / cover;
    padding: 250px 0 120px;
}

.bg_pad {
    padding: 310px 0 210px;
}

.bg2 {
    background: rgba(0, 0, 0, 0) url("../images/bg2.jpg") no-repeat scroll center top / cover;
}

.bg3 {
    background: rgba(0, 0, 0, 0) url("../images/bg3.jpg") no-repeat scroll center top / cover;
}

.bg4 {
    background: rgba(0, 0, 0, 0) url("../images/bg4.jpg") no-repeat scroll center top / cover;
}

.bg5 {
    background: rgba(0, 0, 0, 0) url("../images/bg5.jpg") no-repeat scroll center top / cover;
}

.header {
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid #262626;
    margin: 0 auto;
    position: fixed;
    top: 0;
    transition: all 1s ease 0s;
    width: 100%;
    z-index: 99;
}

.bl_opa {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.bl_opa2 {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.bl_opa3 {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.site_header_wr {
    height: auto !important;
}

.text_slider {
    position: relative;
    text-align: center;
    z-index: 3;
}

.h_title h1 {
    color: #fff;
    font-family: neris;
    font-size: 55px;
    margin: 0;
    padding: 0;
}

.pod_h_t {
    color: #fff;
    font-family: neris;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin: 15px auto 50px;
}

.h_btns {
    font-family: neris;
}

.h_btns a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    height: 60px;
    line-height: 50px;
    padding: 0;
    margin: 0 auto;
    width: 345px;
}

.or {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    margin: 0 20px;
}

.btn_go {
    border: 1px solid #fff;
    border-radius: 100px;
    display: inline-block;
    text-decoration: none;
}

.title {
    font-family: neris;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.title_sm {
    font-family: neris;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

.pod_title {
    color: #666666;
    font-family: neris;
    font-size: 18px;
    font-weight: 600;
    margin: 10px auto 0;
    text-align: center;
}

.title_w {
    background: rgba(0, 0, 0, 0) url("../images/title.png") no-repeat scroll center bottom / 112px auto;
    margin: 0 auto 40px;
    padding: 0 0 30px;
}

.us_img_w > img {
    height: auto !important;
    transition: all 0.4s ease 0s;
    width: 100%;
    border-radius: 5px;
}

.us_href:hover .us_img_w > img {
    transform: scale(1.2);
}

.us_img_w {
    border-radius: 5px;
    display: block;
    height: 130px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.us_title {
    color: #333;
    display: block;
    font-family: neris;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin: 12px auto 0;
    text-align: center;
}

.prise_uslugi {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0;
}

.prise_uslugi span {
    font-size: 14px;
    font-weight: bold;
}

.relativez {
    z-index: 99;
    position: relative;
}

.white .title, .white .pod_title {
    color: #fff;
}

.title_w.white {
    background: rgba(0, 0, 0, 0) url("../images/title_w.png") no-repeat scroll center bottom / 112px auto;
}

.prichina_in {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    padding: 30px 20px;
    position: relative;
    text-align: center;
}

.prichina_in_w {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    z-index: 99;
    margin: 0 auto 8px;
}

.prichini_w .row {
    margin-left: -4px !important;
    margin-right: -4px !important;
}

.prichina_item {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.pr_img {
    height: 75px;
    transition: all 0.4s ease 0s;
}

.prichina_in:hover .pr_img {
}

.pr_num {
    background: #333 none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 115px 115px 0 #333 inset;
    color: #fff;
    height: 122px;
    left: -65px;
    position: absolute;
    text-align: right;
    top: -65px;
    transition: all 0.4s ease 0s;
    width: 122px;
}

.pr_num_in {
    bottom: 14px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    position: absolute;
    right: 26px;
    transition: all 0.4s ease 0s;
}

.prichina_in_w:hover .pr_num {
    background: #ff0000 none repeat scroll 0 0;
    box-shadow: 115px 115px 0 #ff0000 inset;
    height: 132px;
    width: 132px;
}

.prichina_in_w:hover .pr_num_in {
    bottom: 21px;
    right: 32px;
}

.pr_title {
    font-family: neris;
    font-size: 20px;
    font-weight: 900;
    margin: 10px auto;
}

.pr_text {
    color: #666666;
    font-size: 16px;
}

.why_in {
    float: right;
    width: 470px;
}

.width50 {
    float: left;
    width: 50%;
}

.why_cover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.06+0,0.11+1,0.17+2,0.2+3,0.2+3,0.28+4,0.29+4,0.31+4,0.37+5,0.37+5,0.42+5,0.42+5,0.49+6,0.49+6,0.54+7,0.56+7,0.61+7,0.67+9,0.69+10,0.72+11,0.83+19,0.89+26,0.94+35,0.97+45,1+49,0.91+70,0.83+81,0.81+81,0.8+84,0.72+89,0.71+90,0.69+90,0.67+91,0.61+93,0.46+94,0.37+95,0.37+95,0.28+96,0.28+96,0.26+97,0.2+97,0.2+97,0.17+98,0.17+98,0.14+98,0.06+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.11) 1%, rgba(255, 255, 255, 0.17) 2%, rgba(255, 255, 255, 0.2) 3%, rgba(255, 255, 255, 0.31) 4%, rgba(255, 255, 255, 0.42) 5%, rgba(255, 255, 255, 0.49) 6%, rgba(255, 255, 255, 0.61) 7%, rgba(255, 255, 255, 0.67) 9%, rgba(255, 255, 255, 0.69) 10%, rgba(255, 255, 255, 0.72) 11%, rgba(255, 255, 255, 0.83) 19%, rgba(255, 255, 255, 0.89) 26%, rgba(255, 255, 255, 0.94) 35%, rgba(255, 255, 255, 0.97) 45%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 0.91) 70%, rgba(255, 255, 255, 0.81) 81%, rgba(255, 255, 255, 0.8) 84%, rgba(255, 255, 255, 0.72) 89%, rgba(255, 255, 255, 0.69) 90%, rgba(255, 255, 255, 0.67) 91%, rgba(255, 255, 255, 0.61) 93%, rgba(255, 255, 255, 0.46) 94%, rgba(255, 255, 255, 0.37) 95%, rgba(255, 255, 255, 0.28) 96%, rgba(255, 255, 255, 0.2) 97%, rgba(255, 255, 255, 0.14) 98%, rgba(255, 255, 255, 0.06) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.11) 1%, rgba(255, 255, 255, 0.17) 2%, rgba(255, 255, 255, 0.2) 3%, rgba(255, 255, 255, 0.31) 4%, rgba(255, 255, 255, 0.42) 5%, rgba(255, 255, 255, 0.49) 6%, rgba(255, 255, 255, 0.61) 7%, rgba(255, 255, 255, 0.67) 9%, rgba(255, 255, 255, 0.69) 10%, rgba(255, 255, 255, 0.72) 11%, rgba(255, 255, 255, 0.83) 19%, rgba(255, 255, 255, 0.89) 26%, rgba(255, 255, 255, 0.94) 35%, rgba(255, 255, 255, 0.97) 45%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 0.91) 70%, rgba(255, 255, 255, 0.81) 81%, rgba(255, 255, 255, 0.8) 84%, rgba(255, 255, 255, 0.72) 89%, rgba(255, 255, 255, 0.69) 90%, rgba(255, 255, 255, 0.67) 91%, rgba(255, 255, 255, 0.61) 93%, rgba(255, 255, 255, 0.46) 94%, rgba(255, 255, 255, 0.37) 95%, rgba(255, 255, 255, 0.28) 96%, rgba(255, 255, 255, 0.2) 97%, rgba(255, 255, 255, 0.14) 98%, rgba(255, 255, 255, 0.06) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.11) 1%, rgba(255, 255, 255, 0.17) 2%, rgba(255, 255, 255, 0.2) 3%, rgba(255, 255, 255, 0.31) 4%, rgba(255, 255, 255, 0.42) 5%, rgba(255, 255, 255, 0.49) 6%, rgba(255, 255, 255, 0.61) 7%, rgba(255, 255, 255, 0.67) 9%, rgba(255, 255, 255, 0.69) 10%, rgba(255, 255, 255, 0.72) 11%, rgba(255, 255, 255, 0.83) 19%, rgba(255, 255, 255, 0.89) 26%, rgba(255, 255, 255, 0.94) 35%, rgba(255, 255, 255, 0.97) 45%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 0.91) 70%, rgba(255, 255, 255, 0.81) 81%, rgba(255, 255, 255, 0.8) 84%, rgba(255, 255, 255, 0.72) 89%, rgba(255, 255, 255, 0.69) 90%, rgba(255, 255, 255, 0.67) 91%, rgba(255, 255, 255, 0.61) 93%, rgba(255, 255, 255, 0.46) 94%, rgba(255, 255, 255, 0.37) 95%, rgba(255, 255, 255, 0.28) 96%, rgba(255, 255, 255, 0.2) 97%, rgba(255, 255, 255, 0.14) 98%, rgba(255, 255, 255, 0.06) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0fffffff', endColorstr='#0fffffff', GradientType=1); /* IE6-9 */
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
}

.why_item > img {
    float: left;
    margin: 10px 0 0;
    position: relative;
    width: 80px;
    z-index: 1;
}

.why_text_w {
    margin: 0 0 0 92px;
    position: relative;
    z-index: 1;
}

.why_title {
    font-family: neris;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 10px;
    z-index: 1;
}

.why_text {
    color: #555555;
    font-size: 16px;
}

.vert_line_kak {
    background: #c0c0c0 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
}

.vert_line {
    background: #c0c0c0 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 100%;
}

.vert_line_w {
    height: 100%;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.ovhi {
    overflow: hidden;
}

.why_item {
    margin: 0 -16px;
    padding: 22px 16px;
    position: relative;
}

.why_item:after {
    opacity: 0;
    position: absolute;
    background: #fff;
    height: 0;
    width: 100%;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.4s;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #eb3331 inset, 0 0 15px rgba(0, 0, 0, 0.3);
}

.why_item:hover:after {
    height: 100%;
    opacity: 1;
}

.one_why_title {
    font-family: neris;
    font-size: 33px;
    font-weight: bold;
    margin: 0 auto 25px;
    position: relative;
    text-align: center;
}

.one_why_title:after {
    background: #eb3331 none repeat scroll 0 0;
    border-radius: 50px;
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
    right: 0;
    margin: auto;
}

.kak_title {
    font-family: neris;
    font-size: 33px;
    font-weight: bold;
    margin: 0 auto 25px;
}

.kak_text {
    color: #666;
    font-size: 16px;
}

.kak_img {
    float: left;
    margin: 10px 0 0;
    width: 55px;
}

.kak_in_t {
    margin: 0 0 0 70px;
}

.kak_n {
    font-family: neris;
    font-size: 30px;
    font-weight: 900;
}

.kak_t {
    color: #666;
    font-size: 16px;
}

.form_kak {
    background: rgba(0, 0, 0, 0) url("../images/form_kak.jpg") no-repeat scroll center top / cover;
    border: 10px solid #f3f3f3;
    border-radius: 5px;
    padding: 25px 15px 30px;
    text-align: center;
}

.form_kak_t {
    color: #fff;
    font-family: neris;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
}

.red {
    color: #eb3331;
}

.form_kak_pod {
    color: #fff;
    margin: 10px auto 20px;
}

.name_inp {
    background: #fff url("../images/name_inp.png") no-repeat scroll 10px center / 30px auto !important;
    border: medium none;
    border-radius: 100px;
    display: block;
    font-size: 16px;
    height: 55px;
    padding: 0 50px;
    width: 100%;
}
.skype_inp {
    background: #fff url("../images/skype_inp.png") no-repeat scroll 10px center / 30px auto !important;
    border: medium none;
    border-radius: 100px;
    display: block;
    font-size: 16px;
    margin: 12px auto;
    height: 55px;
    padding: 0 50px;
    width: 100%;
}
.tema_inp {
    background: #f0f0f2 url("../images/tema_inp.png") no-repeat scroll 12px center / 30px auto !important;
    border: medium none;
    border-radius: 100px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3) inset;
    font-size: 18px;
    height: 55px;
    margin: 0 auto 15px;
    padding: 0 53px;
    width: 100%;
}
.phone_inp {
    background: #fff url("../images/phone_inp.png") no-repeat scroll 10px center / 30px auto !important;
    border: medium none;
    border-radius: 100px;
    display: block;
    font-size: 16px;
    height: 55px;
    margin: 12px auto;
    padding: 0 50px;
    width: 100%;
}

.mail_inp {
    background: #fff url("../images/mail_inp.png") no-repeat scroll 10px center / 30px auto !important;
    border: medium none;
    border-radius: 100px;
    display: block;
    font-size: 16px;
    height: 55px;
    padding: 0 50px;
    width: 100%;
}

.btn.submit {
    font-size: 20px;
    font-weight: 600;
    height: 60px;
    margin: 10px auto 0;
    width: 100%;
}

.sep_img {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    z-index: 1;
}

.sep_img2 {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 1;
}

.sep {
    height: 50px;
}

.sep2 {
    height: 40px;
}

.sep_line {
    background: #c0c0c0 none repeat scroll 0 0;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.newstitle {
    background: #f3f3f3 none repeat scroll 0 0;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 18px;
    margin: 5px auto 0;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
}

.newstitle_in {
    color: #333;
    display: block;
    font-weight: 600;
    margin: 10px 0 0 60px;
    padding: 0 5px;
}

.newscontent {
    border-bottom: 2px solid #eb3331;
    border-left: 2px solid #eb3331;
    border-radius: 0 0 5px 5px;
    border-right: 2px solid #eb3331;
    margin: -5px 0 0 48px;
    padding: 15px;
}

.bot_ar_faq {
    background: #eb3331 url("../images/bot_ar_faq.png") no-repeat scroll center center / auto 10px;
    display: inline-block;
    float: left;
    height: 45px;
    margin: 0;
    vertical-align: middle;
    width: 50px;
}

.fc {
    border: 1px solid #6e6e6e;
    border-radius: 5px;
    color: #bbbbbb;
    line-height: 1.4;
    position: relative;
}

.fc::before {
    background: #eb3331 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    z-index: 0;
    transition: all 0.4s;
    border-radius: 3px;
}

.fc:hover:before {
    width: 100%;
}

.fc:hover {
    color: #ffffff;
    border: 1px solid #eb3331;
}

.f_t {
    display: table-cell;
    height: 90px;
    vertical-align: middle;
}

.fc_in {
    margin: -1px;
    padding: 0 20px 0 75px;
    position: relative;
    transition: all 0.4s ease 0s;
}

.fc:hover .fc_in {
    background-size: 75px auto;
}

.fc1 {
    background: rgba(0, 0, 0, 0) url("../images/fc1.png") no-repeat scroll left center / 55px auto;
}

.fc2 {
    background: rgba(0, 0, 0, 0) url("../images/fc2.png") no-repeat scroll left center / 55px auto;
}

.fc3 {
    background: rgba(0, 0, 0, 0) url("../images/fc3.png") no-repeat scroll left center / 55px auto;
}

.iphone.shake {
    -webkit-transition: all 0s;
    transition: all 0s;
    -webkit-animation: shakelol 2s infinite;
    animation: shakelol 2s infinite;
    width: 338px;
}

.iphone_href:hover .iphone {
    -webkit-animation: rotate_h 0.3s linear;
    animation: rotate_h 0.3s linear;
}

@-webkit-keyframes rotate_h {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@keyframes rotate_h {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@-webkit-keyframes shakelol {
    1%, 3%, 5%, 7%, 9%, 11%, 13%, 15%, 17%, 19%, 21% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
    2%, 4%, 6%, 8%, 10%, 12%, 14%, 16%, 18%, 20%, 22% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }
    23%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

}

@keyframes shakelol {
    1%, 3%, 5%, 7%, 9%, 11%, 13%, 15%, 17%, 19%, 21% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
    2%, 4%, 6%, 8%, 10%, 12%, 14%, 16%, 18%, 20%, 22% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }
    23%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

}

.iphone_href {
    display: block;
    float: left;
    text-decoration: none;
}

.iphone_w {
    background: rgba(0, 0, 0, 0) url("../images/f_arr.png") no-repeat scroll right 58px / 110px auto;
    display: block;
    float: left;
}

.iphone_href:hover .iphone {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}

.zazv_f {
    color: #bbbbbb;
    display: inline-block;
    margin: 96px 0 0 10px;
    text-decoration: none !important;
}

.zazv_f > span {
    border-bottom: 1px dotted #bbb;
}

.zazv_f:hover span {
    border-bottom: 1px dotted transparent;
}

.footer, .footer a {
    color: #bbbbbb;;
}

.ft {
    color: #fff;
    font-family: neris;
    font-size: 33px;
    font-weight: 900;
    margin: 0 auto 20px;
}
.title_soc {
    font-size: 33px;
    font-family: Neris;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px;
}
.foot_btn {
    border: 1px solid #6e6e6e;
    border-radius: 50px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 40px 15px;
    text-decoration: none !important;
}

.foot_btn:hover {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #333333;
}

.f_text {
    margin: 0 auto 25px;
}

.poltorcom {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    padding: 28px 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.copyleft {
    float: left;
}

.copyright {
    float: right;
}

.us_href {
    text-decoration: none !important;
}

.us_href:hover .us_title {
    color: #eb3331;
}

.home_img {
    margin: -3px 0 0;
    vertical-align: middle;
    width: 15px;
}

.home_bread_t {
    font: 0px/0 a;
}

.breadcrumbs {
    color: #b7b7b7;
    font-size: 16px;
}

.breadcrumbs a {
    color: #fff;
}

hr {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-top: 2px dashed #bbbbbb;
    clear: both;
    margin: 40px auto;
}

.img_f {
    border-radius: 5px;
    float: left;
    margin: 10px 20px 20px 0;
    overflow: hidden;
    width: 250px;
}

.img_f_a {
    border-radius: 5px;
    float: left;
    margin: 5px 20px 20px 0;
    max-height: 250px;
    overflow: hidden;
    width: 250px;
}

.img_f_cat {
    border-radius: 5px;
    margin: 10px 20px 20px 0;
    overflow: hidden;
    width: 100%;
    display: block;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.cat_title {
    color: #333;
    display: inline-block;
    font-family: neris;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto 10px;
    text-decoration: none;
}

.img_f > img, .img_f_a > img, .img_f_cat > img {
    height: auto !important;
    width: 100%;
}

.circle ul {
    margin: 0;
    padding: 0;
}

.flole {
    float: left;
}

.flori {
    float: right;
}

.circle li {
    background: rgba(0, 0, 0, 0) url("../images/circle.png") no-repeat scroll left 9px / 5px auto;
    list-style: outside none none;
    margin: 0 auto 5px;
    padding: 0 0 0 10px;
}

.bold {
    font-weight: bold;
}

.title_b_in {
    display: inline-block;
    font-family: neris;
    font-size: 33px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
}

.title_b_in:after {
    background: #eb3331 none repeat scroll 0 0;
    border-radius: 50px;
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}

.usl_item {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    font-family: neris;
    font-weight: 600;
    padding: 15px;
}

.yes {
    background: rgba(0, 0, 0, 0) url("../images/yes.png") no-repeat scroll left 2px / 20px auto;
    padding: 1px 0 1px 30px;
}

.yesg {
    background: rgba(0, 0, 0, 0) url("../images/ckeck.png") no-repeat scroll left 2px / 20px auto;
    padding: 1px 0 1px 30px;
}

.no {
    background: rgba(0, 0, 0, 0) url("../images/no.png") no-repeat scroll left 2px / 20px auto;
    padding: 1px 0 1px 30px;
}

.gray {
    color: #666666;
}

.us_tr {
    background: #eb3331 url("../images/us_tr.png") no-repeat scroll 15px center / 20px auto;
    border-radius: 0 0 5px 5px;
    color: #fff;
    display: block;
    line-height: 1.2;
    margin: 15px -16px -16px;
    padding: 10px 0 10px 47px;
    text-decoration: none;
}

.us_tr span {
    text-decoration: underline;
    color: #ffffff;
}

.us_tr:hover span {
    text-decoration: none;
}

.title20 {
    font-family: neris;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}

.title22 {
    font-family: neris;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
}

.ckeck > ul, .ckeck {
    margin: 0;
    padding: 0;
}

.ckeck > ul > li {
    background: rgba(0, 0, 0, 0) url("../images/ckeck.png") no-repeat scroll left top / 25px auto;
    border-bottom: 1px solid #cecece;
    font-weight: 600;
    list-style: outside none none;
    margin: 0 auto 15px;
    min-height: 25px;
    padding: 2px 0 18px 35px;
}

.vniman {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 3px 0 0 #eb3331 inset;
    font-weight: 600;
    padding: 15px;
    font-size: 15px;
}

.italic {
    font-style: italic;
}

.paket_p {
    float: left;
    font-family: neris;
    font-size: 33px;
    font-weight: bold;
    line-height: 1.2;
}

.price {
    color: #eb3331;
    float: left;
    font-size: 44px;
    font-weight: bold;
    margin: -9px 0 0 10px;
}

.price.prive_br {
    margin: 0;
}

.price_w {
    line-height: 1.5;
    padding: 25px 25px 30px;
}

.price_w .btn, .price_w .btn_price {
    display: block;
    font-size: 19px;
    text-align: center;
    width: 100%;
    margin: 15px auto;
}

.btn_price {
    border: 1px solid #eb3331;
    border-radius: 50px;
    padding: 7px 15px 9px;
    text-decoration: none;
}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
    margin-bottom: 1.473684211em;
}

.consultant {
    border-radius: 5px;
    color: #fff;
    line-height: 1.4;
    padding: 15px 25px 25px;
}

.consultant_img_w {
    bottom: 0;
    position: absolute;
    right: 15px;
    text-align: right;
}

.consultant_img {
    max-width: 150px;
    width: 100%;
}

.btn_price:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#de2e35+0,f6343e+71,fd3540+100 */
    background: #de2e35; /* Old browsers */
    background: -moz-linear-gradient(top, #de2e35 0%, #f6343e 71%, #fd3540 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #de2e35 0%, #f6343e 71%, #fd3540 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #de2e35 0%, #f6343e 71%, #fd3540 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de2e35', endColorstr='#fd3540', GradientType=0); /* IE6-9 */
    color: #fff;
}

.ckeck .newstitle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    display: inline-block;
    margin: 0;
    position: relative;
}

.ckeck .faq_i {
    display: inline-block;
    width: 100%;
}

.ckeck .bot_ar_faq {
    background: rgba(0, 0, 0, 0) url("../images/menu_arr.png") no-repeat scroll center center / 7px auto;
    display: block;
    float: right;
    height: 8px;
    margin: 9px 0 0 5px;
    width: 7px;
}

.ckeck .newstitle_in {
    border-bottom: 1px dashed #333;
    color: #333;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 0 !important;
    position: relative;
}

.ckeck .newstitle_in:hover {
    border-bottom: 1px dashed transparent;
}

.circle.lm10 li {
    margin: 0 auto 10px;
}

.ckeck .newscontent {
    border: medium none;
    margin: 0 auto !important;
    padding: 15px 0 0 0;
}

.variants {
    font-weight: normal;
}

.btn.big {
    font-size: 20px;
    font-weight: bold;
    padding: 14px 25px;
}

.vniman .title22 {
    margin-top: -5px;
}

.center_col {
    display: inline-block;
    float: none !important;
    margin: 0 auto 30px;
    vertical-align: top;
}

.red_mark {
    background: #eb3331 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    padding: 0 7px 2px;
}
/*о нас*/
.name_title {
    color: #333;
    font-family: neris;
    font-size: 18px;
    font-weight: bold;
    margin: 10px auto 5px;
    padding: 0 10px;
    line-height: 1.2;
}
.name_href.univer_href {
    text-align: center;
    padding: 0;
}
.name_img_w {
    border-radius: 5px 5px 0 0;
    height: 200px;
    margin: -1px -1px 0;
    overflow: hidden;
    position: relative;
}
.name_post {
    font-size: 14px;
    color: #666;
    margin: 0 auto 15px;
    padding: 0 10px;
}

.name_thumb {
    margin: 0 auto;
    transition: transform 0.4s ease 0s;
    width: 100%;
}
/*end о нас*/
.univer_href {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    display: block;
    text-align: left;
    text-decoration: none;
}

.univer_thumb {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: transform 0.4s ease 0s;
    width: 100%;
}

.univer_href span {
    display: block;
}

.univer_logo img {
    width: 100%;
}

.univer_logo {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    float: left;
    height: 65px;
    margin: -20px 0 0 10px;
    padding: 10px;
    position: relative;
    width: 65px;
    z-index: 2;
}

.table_ecll45 {
    display: table-cell !important;
    height: 45px;
    vertical-align: middle;
    width: 45px;
}

.p_creator_name {
    color: #666;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    margin: 8px 10px 0 85px;
}

.univer_title {
    color: #333;
    font-family: neris;
    font-size: 20px;
    font-weight: bold;
    height: 55px;
    margin: 10px auto 5px;
    padding: 0 10px;
    line-height: 1.2;
}

.p_city {
    color: #666;
    margin: 0 auto 15px;
    padding: 0 10px;
}

.univer_href .btn {
    display: inline-block;
    margin: 0 10px;
}

.univer_href {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    display: block;
    margin: 0 auto 30px;
    padding: 0 0 15px;
    text-align: left;
    text-decoration: none;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.univer_img_w {
    border-radius: 5px 5px 0 0;
    height: 106px;
    margin: -1px -1px 0;
    overflow: hidden;
    position: relative;
}

.univer_href:hover .univer_img_w img {
    transform: scale(1.2);
}

.product {
    background: #ffffff none repeat scroll 0 0;
    padding: 30px;
}

#univer .mfp-close {
    background: #fff none repeat scroll 0 0;
}

.book_img {
    height: auto;
    margin: 10px 0 0;
    width: 100%;
}

.cont_w_in {
    margin: 0 auto;
}

.conta_w .sm_title {
    padding: 2px 0 2px 25px;
}

.sm_title.cont1 {
    background: rgba(0, 0, 0, 0) url("../images/cont1.png") no-repeat scroll left center / auto 28px;
}

.sm_title.cont2 {
    background: rgba(0, 0, 0, 0) url("../images/cont2.png") no-repeat scroll left center / 22px auto;
}

.sm_title.cont3 {
    background: rgba(0, 0, 0, 0) url("../images/cont3.png") no-repeat scroll left center / 22px auto;
}

.sm_title.cont4 {
    background: rgba(0, 0, 0, 0) url("../images/cont4.png") no-repeat scroll left center / 20px auto;
}

textarea.text_polt {
    background: #f0f0f2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 15px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3) inset;
    font-family: roboto, Arial, Helvetica, sans-serif;
    font-size: 19px;
    margin: 15px auto;
    padding: 15px;
    width: 100% !important;
}

textarea.textarea {
    background: #f0f0f2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 15px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3) inset;
    font-family: roboto, Arial, Helvetica, sans-serif;
    font-size: 19px;
    margin: 0 auto 15px;
    padding: 15px;
    width: 100% !important;
    max-height: 100px;
    float: left;
}

.cont_fo .btn.submit.button {
    padding: 10px 20px;
    width: auto;
}

.sm_title {
    font-family: neris;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 auto 10px;
}

.conta_w .sm_title {
    padding: 4px 0 4px 30px;
}

.smeta_placeh {
    position: absolute;
}

.smeta_form input {
    font-size: 16px;
    width: 100%;
}

.smeta_form {
    border: 2px solid #eb3331;
    border-radius: 5px;
    padding: 15px 20px 20px;
}

.smeta_form .name_inp {
    background: #f0f0f2 url(../images/name_inp.png) no-repeat scroll 15px center / 35px auto !important;
    border: medium none;
    border-radius: 50px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3) inset;
    font-size: 19px;
    height: 55px;
    margin: 0 auto 15px;
    padding: 0 20px 0 60px;
    width: 100%;
}

.smeta_form .phone_inp {
    background: #f0f0f2 url("../images/name_inp.png") no-repeat scroll 15px center / 32px auto !important;
    border: medium none;
    border-radius: 50px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3) inset;
    font-size: 19px;
    height: 55px;
    margin: 0 auto 15px;
    padding: 0 20px 0 50px;
    width: 100%;
}

.smeta_form .skype_inp {
    background: #f0f0f2 url("../images/skype_inp.png") no-repeat scroll 12px center / 30px auto !important;
    border: medium none;
    border-radius: 50px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3) inset;
    font-size: 18px;
    height: 50px;
    margin: 0 auto;
    padding: 0 20px 0 50px;
    width: 100%;
}

.smeta_form .mail_inp {
    background: #f0f0f2 url("../images/mail_inp.png") no-repeat scroll 12px center / 30px auto !important;
    border: medium none;
    border-radius: 50px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3) inset;
    font-size: 18px;
    height: 50px;
    margin: 0 auto;
    padding: 0 20px 0 50px;
    width: 100%;
}

.title_f {
    font-family: neris;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

.title_s {
    color: #666666;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}

.smeta_form .button {
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    text-transform: uppercase;
}

#map-kont {
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 2;
}

.cont_text {
    line-height: 1.4;
}

.img_f_cat img {
    transition: all 0.4s;
}

.img_f_cat:hover img {
    transform: scale(1.2);
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.fs18 {
    font-size: 18px;
}

.red_mark.big {
    padding: 3px 10px 4px;
    font-size: 18px;
}

.title_b_in > p {
    margin: 0 auto !important;
    padding: 0 !important;
}

.bot_a {
    border-radius: 50%;
}

.soc > a {
    display: block;
    float: left;
    margin: 0 15px 0 0;
    text-decoration: none !important;
    width: 50px;
}

.soc img {
    width: 100%;
}

.soc > a {
    display: block;
    float: left;
    margin: 0 15px 0 0;
    text-decoration: none !important;
    transition: all 0.4s ease 0s;
    width: 60px;
}

.soc > a:hover {
    transform: rotate(360deg) scale(1.2);
}

#formularform textarea {
    background: #f6f6f6 none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3) inset;
    color: #000000;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    width: 100%;
}

.inp_w {
    margin: 0 auto 20px;
}

.inp_w label {
    display: inline-block;
    margin: 0 auto 6px !important;
}

.formular_btn.btn {
    font-size: 25px;
    font-weight: bold;
    width: 100%;
}

.oplata_chastyami .btn_pop {
    border-bottom: 1px dashed #eb3331;
    font-size: 23px;
    font-weight: bold;
    text-decoration: none;
}

.oplata_chastyami .btn_pop:hover {
    border-bottom: 1px dashed transparent;
}

.oplata_chastyami {
    margin: 0 auto 20px;
}

.pop_desc {
    color: #111;
    font-family: neris;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 auto 20px;
}

.oplata_popup {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 750px;
    overflow: hidden;
    padding: 40px;
    position: relative;
    width: auto;
}

.vidi_oplati {
    color: #333;
    font-family: neris;
    font-size: 25px;
    font-weight: bold;
    margin: 0 auto 20px;
    text-align: center;
}

.oplata_popup .btn.submit {
    margin: 0 auto;
}

.oplata_popup ol li {
    border-bottom: 1px dashed #bbbbbb;
    margin: 0 auto 10px;
    padding: 0 0 10px;
}

.oplata_popup ol {
    margin: 0;
    padding: 0 0 0 20px;
}

.oplata_popup .ckeck > ul > li:last-child {
    border-bottom: medium none;
    margin: 0 auto;
}

.otziv_item {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 auto 30px;
    padding: 20px 25px 25px;
}

.title_ot {
    font-family: neris;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto 10px;
}

.germ {
    color: #666;
    font-style: italic;
    margin: 0 auto 30px;
}

.otziv_text {
    margin-top: -5px;
}

/*---------------- Animation ----------------*/

.pulse-button {
    -webkit-animation: r1 2s 0.5s ease-out infinite;
    -moz-animation: r1 2s 0.5s ease-out infinite;
    animation: r1 2s 0.5s ease-out infinite;
}

.pulse-button:hover {
    animation: r1 0.6s 0.3s ease-out infinite;
}

.pulse-buttonr11 {
    -webkit-animation: r11 2s 0.5s ease-out infinite;
    -moz-animation: r11 2s 0.5s ease-out infinite;
    animation: r11 2s 0.5s ease-out infinite;
}

.pulse-buttonr11:hover {
    webkit-animation: r11 2s 0.3s ease-out infinite;
    -moz-animation: r11 2s 0.3s ease-out infinite;
    animation: r11 0.6s 0.3s ease-out infinite;
}

@-webkit-keyframes r1 {
    0% {
        box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0), 0 0 0px 0px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0.4) inset, 0 0 0px rgba(235, 51, 49, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0.5), 0 0 12px 14px rgba(255, 255, 255, 0.5), 0 1px rgba(255, 255, 255, 0.4) inset, 0 0 12px 14px rgba(235, 51, 49, 0.2);
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0), 0 0 0px 40px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0.4) inset, 0 0 0 40px rgba(235, 51, 49, 0);
    }
}

@-moz-keyframes r1 {
    0% {
        box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0), 0 0 0px 0px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0.4) inset, 0 0 0px rgba(235, 51, 49, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0.5), 0 0 12px 14px rgba(255, 255, 255, 0.5), 0 1px rgba(255, 255, 255, 0.4) inset, 0 0 12px 14px rgba(235, 51, 49, 0.2);
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0), 0 0 0px 40px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0.4) inset, 0 0 0 40px rgba(235, 51, 49, 0);
    }
}

@keyframes r1 {
    0% {
        box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0), 0 0 0px 0px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0.4) inset, 0 0 0px rgba(235, 51, 49, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0.5), 0 0 12px 14px rgba(255, 255, 255, 0.5), 0 1px rgba(255, 255, 255, 0.4) inset, 0 0 12px 14px rgba(235, 51, 49, 0.2);
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0), 0 0 0px 40px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0.4) inset, 0 0 0 40px rgba(235, 51, 49, 0);
    }
}

@keyframes r11 {
    0% {
        box-shadow: 0 0 4px 3px rgba(235, 51, 49, 0), 0 0 0px 0px rgba(235, 51, 49, 0), 0 1px rgba(255, 255, 255, 0) inset;
    }
    10% {
        box-shadow: 0 0 4px 3px rgba(235, 51, 49, 0.5), 0 0 6px 7px rgba(235, 51, 49, 0.5), 0 1px rgba(255, 255, 255, 0.3) inset;
    }
    100% {
        box-shadow: 0 0 4px 3px rgba(235, 51, 49, 0), 0 0 0px 40px rgba(235, 51, 49, 0), 0 1px rgba(255, 255, 255, 0.3) inset;
    }
}

@-webkit-keyframes r21 {
    from {
        box-shadow: 0 0 8px 6px #fa3846, 0 0 12px 14px #fa3846;
    }
    to {
        box-shadow: 0 0 8px 6px rgba(255, 48, 26, 0), 0 0 4px 41px rgba(255, 48, 26, 0);
    }
}

@-moz-keyframes r21 {
    from {
        box-shadow: 0 0 8px 6px #fa3846, 0 0 12px 14px #fa3846;
    }
    to {
        box-shadow: 0 0 8px 6px rgba(255, 48, 26, 0), 0 0 4px 41px rgba(255, 48, 26, 0);
    }
}

@keyframes r21 {
    from {
        box-shadow: 0 0 8px 6px #fa3846, 0 0 12px 14px #fa3846;
    }
    to {
        box-shadow: 0 0 8px 6px rgba(255, 48, 26, 0), 0 0 4px 41px rgba(255, 48, 26, 0);
    }
}

.bg_land1 {
    padding: 170px 0 0;
}

.bg_land1 .h_title h1 {
    font-size: 55px;
    margin: 0 auto 15px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.free_h {
    font-size: 65px;
    text-transform: uppercase;
}

.bg_land1 .pod_h_t {
    font-size: 25px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    margin: 0 auto !important;
}

.lp_btn {
    font-size: 26px;
    font-weight: 600;
    min-width: 400px;
    padding: 20px 50px 21px;
}

.width100.benefits {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    color: #fff;
    font-size: 17px;
    position: relative;
    z-index: 1;
}

.lp_btn_w {
    text-align: center;
    padding: 70px 0 90px;
}

.h_benef_img {
    float: left;
    height: auto;
    margin: 0 15px 0 0;
    width: 30px;
}

.benef_i_in {
    float: left;
}

.benef_vert {
    display: table-cell;
    height: 75px;
    vertical-align: middle;
}

.border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.why_lp .why_item > img {
    width: 60px;
}

.why_lp .why_text_w {
    margin: 0 0 0 80px;
}

.doctor {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 225px;
}

.relative_z {
    position: relative;
    z-index: 2;
}

.h_form .phone_inp, .h_form .name_inp, .h_form .skype_inp, .h_form .mail_inp, .h_form .btn {
    height: 60px;
    margin: 0 auto;
}

.chto_w {
    border-top: 2px solid #fff;
    color: #fff;
    margin: 45px auto 0;
    text-align: center;
}

.chto_t {
    font-family: istok web;
    font-size: 25px;
    font-weight: bold;
}

.row20 {
    margin: 0 -20px;
}

.chto_item {
    margin: 0 20px;
}

.chto_img {
    height: 40px;
    margin: 0 10px 0 0;
}

.lp_bg3 {
    background: #f7f7f7 url("img/lp/bg3.jpg") no-repeat scroll center bottom;
}

.lp_bg4 {
    background: #ffffff url("img/lp/bg4.jpg") no-repeat scroll center top / cover;
}

.lp_bg5 {
    background: #ffffff url("img/lp/bg5.jpg") no-repeat scroll center top / cover;
}

.pre_item {
    margin: 0 auto;
    padding: 30px 0 0 !important;
    position: relative;
    text-align: center;
}

.pre_item_in {
    height: 380px;
    margin: 0 auto 30px;
    padding: 0 15px;
}

.pre_item img {
    height: 150px;
}

.pre_title {
    font-family: neris;
    font-size: 20px;
    font-weight: bold;
    margin: 25px auto 20px;
}

.pre_text {
    color: #666;
    font-size: 15px;
}

.pre_item1 .pre_item_in, .pre_item4 .pre_item_in {
    border-right: 1px solid #d1d1d1;
}

.pre_item3 .pre_item_in, .pre_item6 .pre_item_in {
    border-left: 1px solid #fff;
}

.pre_item1 .sep_gray, .pre_item2 .sep_gray, .pre_item3 .sep_gray {
    background: #d1d1d1 none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
    height: 2px;
    margin: 0 30px -2px;
}

.pre_item2 .pre_item_in, .pre_item5 .pre_item_in {
    border-left: 1px solid #fff;
    border-right: 1px solid #d1d1d1;
}

.slide_it {
    padding-bottom: 60px;
}

.in_p_r {
    padding-right: 25px;
}

.in_p_l {
    padding-left: 25px;
}

.circle_num {
    background: #eb3331 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-family: neris;
    font-size: 18px;
    font-weight: 600;
    height: 35px;
    left: 0;
    line-height: 33px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -5px;
    width: 35px;
    z-index: 2;
}

.line_vert {
    background: #eb3331 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    z-index: -1;
}

.gray_text {
    color: #666;
}

.step_trud {
    float: left;
    margin: 3px 10px 0 0;
    width: 30px;
}

.lp_sep {
    height: 55px;
    margin: -28px auto;
}

table.price_table {
    font-family: neris;
    width: 100%;
}

.tr_in {
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    min-height: 55px;
    margin: 0 -1px -1px 0;
    padding: 0 15px;
}

.tr_head {
    border-left: 1px solid #e8e8e8;
    border-radius: 10px 10px 0 0;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    font-family: neris;
    font-size: 20px;
    font-weight: 600;
    margin: 0 -1px -20px 0;
    min-width: 165px;
    padding: 10px 10px 34px;
}

.price_table td:first-child .tr_in {
    border-left: 1px solid #e8e8e8;
    border-radius: 10px 0 0 10px;
    font-weight: 600;
}

.price_table td:last-child .tr_head {
    border-right: 1px solid #e8e8e8;
}

.price_table td:last-child .tr_in {
    border-radius: 0 10px 10px 0;
    border-right: 1px solid #e8e8e8;
}

.price_table tr:nth-child(2n+2) td .tr_in {
    background: #fafafa none repeat scroll 0 0;
}

.price_table tr td {
    text-align: center;
    width: 140px;
}

.price_table tr td:first-child {
    width: auto !important;
}

.price_table tr td:first-child {
    text-align: left;
}

.none_b {
    background: none;
    border: none;
}

.tr_num {
    color: #8d8d8d;
    display: inline-block;
    float: left;
    font-size: 15px;
    margin: 0 5px 0 0;
    width: 25px;
}

.t_cell {
    display: table-cell;
    height: 52px;
    line-height: 1.3;
    vertical-align: middle;
}

.price_table .tr_in.yes {
    background-image: url("../images/yes.png") !important;
    background-position: center center !important;
    background-size: 25px 25px !important;
    background-repeat: no-repeat !important;
}

.price_table .tr_in.no {
    background-image: url("../images/no.png") !important;
    background-position: center center !important;
    background-size: 25px 25px !important;
    background-repeat: no-repeat !important;
}

.stoimost_tr .tr_in {
    height: 100%;
    padding: 15px 10px 20px;
}

.tr_in .btn {
    padding: 7px 0 9px;
    width: 100%;
}

.stoimost_tr td:first-child .tr_in {
    padding: 10px 15px 15px 45px;
}

.stoimost {
    font-size: 25px;
    font-weight: 900;
}

.vniman_corner {
    position: relative;
}

.vniman_corner:before {
    background: #f6f6f6 none repeat scroll 0 0;
    content: "";
    height: 12px;
    left: 20px;
    position: absolute;
    top: -6px;
    transform: rotate(45deg);
    width: 12px;
}

.price_table_val {
    font-size: 25px;
    font-weight: bold;
    margin: 0 auto 15px;
}

.price_podpis {
    color: #666;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    font-size: 15px;
}

.kak_op_w .circle_num {
    float: left;
    position: relative;
    top: 5px;
}

.kak_op_text {
    margin: 0 0 0 50px;
}

.line_kak {
    background: #eb3331 none repeat scroll 0 0;
    height: 100%;
    left: 33px;
    position: absolute;
    top: 10px;
    width: 1px;
}

.none {
    display: none;
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute;
}

.tooltipster-box {
    flex: 1 1 auto;
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important;
}

.tooltipster-fall.tooltipster-show {
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important;
}

.tooltipster-slide.tooltipster-show {
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading 400ms;
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating 600ms;
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling 600ms;
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid black;
    border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
    color: white;
    line-height: 18px;
    padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #ffffff;
    left: 0px;
    top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #ffffff;
    left: -3px;
    top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #ffffff;
    left: 3px;
    top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #ffffff;
    left: 0px;
    top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #eb3331;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #eb3331;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #eb3331;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #eb3331;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}

.bordered {
    border-bottom: 1px dashed #eb3331;
    color: #eb3331;
}

.bordered:hover {
    border-bottom: 1px dashed transparent;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 400px;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid #eb3331;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #eb3331;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #eb3331;
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #eb3331;
    top: -11px;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #eb3331;
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}

.tooltipster-right.fade, .tooltipster-right.tooltipster-dying {
    opacity: 0;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.fade.in {

}

.animated_fast {

}

.tooltipster-right .fade.in {
    opacity: 1;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.tooltipster-right .animated_fast {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.stoimost_tr .tr_in {
    height: 200px;
}

.popover_tip .tooltipster-box {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 2px solid #eb3331;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    font-style: normal;
    font-weight: normal;
    left: 0;
    letter-spacing: normal;
    padding: 0;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    z-index: 1060;
    color: #333;
    font-weight: 600;
    font-size: 15px;
}

.popover_tip .tooltipster-content {
    color: #333;
    padding: 9px 14px;
    line-height: 1.42857143;
}

.tooltipster-sidetip.tooltipster-right.popover_tip .tooltipster-arrow-background {
    border-right-color: #fff;
    left: 3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-right.popover_tip .tooltipster-arrow-border {
    border-right-color: #eb3331;
}

.tooltipster-sidetip.popover_tip .tooltipster-arrow-uncropped {
    z-index: 999999999;
}

.popover_tip_title {
    background-color: #eb3331;
    border-bottom: 1px solid #eb3331;
    border-radius: 2px 2px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: -9px -14px 15px;
    padding: 12px 14px;
    text-transform: uppercase;
}

.popover_tip .circle li {
    margin-bottom: 8px;
}

.semi {
    font-weight: 600;
}

.tr_head_more {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

.tr_head .bordered {
    font-size: 14px;
}

.tr_head_in {
    margin: -5px auto 0;
}

.mt-5 {
    margin-top: 5px !important;
}

/*начало мобильное меню*/
.slicknav_menu {
    display: none;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 8px;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_menu {
    *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    /* -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); */
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    /* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); */
}

.slicknav_menu:before {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both;
}

.slicknav_nav > li {
    display: block;
    border-bottom: 1px solid #DEDEDE;
}

.slicknav_nav > li > ul > li > a {
    display: block;
    border-bottom: 1px solid #DEDEDE;
    padding: 15px 10px 15px 40px;
}

.slicknav_nav li:last-child {
    border-bottom: none;
}

.slicknav_nav .slicknav_arrow {
    font-size: 1em;
    margin: 0 0 0 0.4em;
    font-family: sans-serif;
    color: #eb3331;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_item a {
    display: inline;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block;
}

.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_brand {
    float: left;
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
}

.slicknav_menu * {
    box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
    color: #333 !important;
    font-weight: bold;
}

.slicknav_parent:hover .slicknav_item span {
    color: #fff !important;
}

.slicknav_open span,
.slicknav_open span span {
    color: #eb3331 !important;
}

.slicknav_open .slicknav_icon span {
    background: #333 !important;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #333;
}

.slicknav_btn {
    margin: 0 auto -1px;
    text-decoration: none;
    /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
}

.slicknav_nav {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #DEDEDE;
    color: #4c4c4c;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9998;
    border-radius: 0 0 5px 5px;
    clear: both;
}

.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: block;
}

.slicknav_nav .slicknav_row {
    padding: 20px;
}

.slicknav_nav .slicknav_row:hover {
    background: #eb3331;
    color: #fff;
}

.slicknav_nav a {
    color: #4c4c4c;
    font-size: 15px;
    padding: 20px;
    text-decoration: none;
}

.slicknav_nav > li > span {
    color: #4c4c4c;
    font-size: 15px;
    padding: 20px;
    text-decoration: none;
    display: block;
}

.slicknav_nav a:hover {
    background: #eb3331;
    color: #fff;
    text-decoration: none;
}

header.container .slicknav_nav li.current-menu-item span {
    background: #eb3331;
    color: #fff !important;
    display: block;
    text-decoration: none;
    padding: 15px 10px 15px 40px;
}

.slicknav_nav > li > ul > li > a {
    display: block;
    border-bottom: 1px solid #DEDEDE;
    padding: 15px 10px 15px 40px;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_row:hover a.sf-with-ul {
    color: #ffffff;
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}

.text_al_l {
    max-width: 200px;
    text-align: left;
    display: block;
    margin: 0 auto;
}

a.slicknav_btn.slicknav_open {
    /*border-radius: 4px 4px 0 0;*/
    margin: 0 auto -1px;
    z-index: 9999;
    position: relative;
    background-color: #fff;
}

.dis_none {
    display: none;
}

.hid {
    display: none;
}

/*конец мобильное меню*/

#map-kont-mob {
    display: none;
}

.br_991 {
    display: none;
}

.circle.d_block {
    display: block;
}

.title_b_767 {
    display: none;
}

.book_wrap {
    margin-bottom: 30px;
}

.mob991_zakaz {
    display: none;
}

.foot_our {
    margin: 60px 0 0 0;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
.otzivi {
    background: rgba(0, 0, 0, 0) url("../images/otzivi.jpg") no-repeat scroll center center / cover ;
    padding: 60px 0;
    text-align: center;
}
.slick-prev {
    background: rgba(0, 0, 0, 0) url("../images/slick-prev.png") no-repeat scroll center center / 17px auto;
    border: medium none;
    height: 28px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 17px;
    z-index: 99;
}
.slick-next {
    background: rgba(0, 0, 0, 0) url("../images/slick-next.png") no-repeat scroll center center / 17px auto;
    border: medium none;
    height: 28px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 17px;
    z-index: 99;
}
.photo_ot {
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 145px;
    margin: 0 auto 10px;
    overflow: hidden;
    width: 145px;
}
.photo_ot > img {
    max-width: 145px;
}
.otziv_name {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.otziv_text_slider {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    margin: 30px auto 0;
    padding: 0 50px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.slick-dots li {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin: 0 3px;
    text-align: center;
    width: 25px;
}
.slick-dots li.slick-active {
    background: #e43239 none repeat scroll 0 0;
}
.slick-dots li > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.slick-dots {
    margin: 40px auto 0;
    padding: 0;
}
.bl_opa4 {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.otz_location {
    color: #fff;
    font-size: 14px;
    margin: 2px auto 0;
}
.scrollup {
    background: #eb3331 url("../images/scrollup.png") no-repeat scroll center center / 20px auto;
    border-radius: 50%;
    bottom: 25px;
    color: #fff;
    display: none;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 25px;
    text-align: center;
    width: 40px;
    z-index: 2147483647;
}
.scrollup:hover {
    background: #fd3540 url("../images/scrollup.png") no-repeat center center/20px auto;
}
.lang_switch li {
    float: left;
    list-style: outside none none;
    margin: 0 0 0 10px;
}
.lang_switch {
    float: left;
    margin: 0 0 0 -10px;
    padding: 0;
}
.current-lang {
    opacity: 0.3;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .speci {height:350px;}
}

@media (min-width: 1100px) {
    .container {
        width: 1070px;
    }
}

@media (max-width: 320px) {
  .speci {height:900px;}
}

@media (max-width: 350px) {
    
    .speci {height:900px;}
    .form_kak_mob .btn.submit {
        font-size: 17px;
    }

    .h_btns a {
        width: 100% !important;
        font-size: 18px !important;
    }

    .us_img_w > img {
        border-radius: 5px;
        height: 100% !important;
        max-height: 200px;
    }

    .title {
        font-size: 30px !important;
    }

    .width100.benefits {
        font-size: 16px;
    }

    .h_title h1 {
        font-size: 42px !important;
    }

    .fc {
        font-size: 14px !important;
    }

    .one_why_title {
        font-size: 25px;
    }
    
}

@media (max-width: 355px) {
    .price {
        float: none;
        margin: 0;
    }

    .paket_p {
        float: none;
    }

    .bg_land1 .h_title h1 {
        font-size: 33px !important;
    }

    .title_b_in {
        font-size: 28px;
    }

    .title22.title_b_in {
        font-size: 20px;
    }

    .cont_fo .btn.submit.button {
        font-size: 14px !important;
    }

    span.newstitle_in {
        font-size: 15px !important;
    }

}

@media (max-width: 400px) {
    .speci {height:900px;}
    .h_btns a {
        font-size: 20px;
        height: 55px;
        width: 315px;
    }

    .block400 {
        display: block;
    }

    .f_t {
        height: 110px;
    }

    .btn_mob {
        padding: 0 15px;
    }

    .cont_fo .btn.submit.button {
        width: 100%;
        font-size: 18px;
    }
    
}

@media (max-width: 440px) {
    .title {
        font-size: 35px;
    }

    .h_title h1 {
        font-size: 48px;
    }

}

@media (max-width: 480px) {
    .form_kak_mob {
        padding-left: 0;
        padding-right: 0;
    }

    .center480 {
        text-align: center;
    }

    .zazv_f {
        margin: 20px 0 80px;
    }
    

}

@media (max-width: 500px) {
    span.iphone_w {
        display: none;
    }

}

@media (max-width: 560px) {
    .shalimov{
        display: none;
    }
    .btn.free_consult {
        display: none;
    }

    .top_head_in {
        display: none;
    }

    .nav_and_btn {
        margin: 45px auto 0 !important;
    }

    .slicknav_menu {
        width: auto !important;
    }

    .consultant .row .col-xs-10 {
        width: 100%;
    }

    .consultant .row .col-xs-9 {
        width: 100%;
    }

    .consultant_img_w {
        display: none;
    }

    .cons_text br {
        display: none;
    }

    .lp_btn {
        min-width: 100%;
        padding: 20px;
    }

    .bg_land1 .h_title h1 {
        font-size: 38px;
    }
    
}

@media (max-width: 767px) {
    
    .spec {height:650px;}
    
    .benefits .border_r991 {
        border-right: none !important;
    }
    .free_h {
        font-size: 40px;
    }
    .bg_pad {
        padding: 120px 0 120px;
    }

    .us_img_w {
        height: 170px;
        position: relative;
    }

    .us_img_w > img {
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .prichina_item {
        margin-bottom: 20px;
    }

    .vert_line_kak {
        display: none;
    }

    .kak_in_t {
        margin-bottom: 20px;
        margin-left: 0;
    }

    span.bot_ar_faq {
        height: 100px;
    }

    span.newstitle_in {
        height: 90px;
        vertical-align: middle;
        display: table-cell;
        padding: 5px 5px;
    }

    .newscontent {
        font-size: 16px;
    }

    .faq_i {
        margin-bottom: 20px;
    }

    .header {
        position: relative !important;
    }

    .h-animated .logo {
        width: 130px;
        margin: 15px 0 18px;
    }

    .why_item {
        text-align: center;
        margin: 0;
    }

    .why_item > img {
        float: none;
        margin: 10px auto 0;
    }

    .why_text_w {
        margin: 20px 0 0;
    }

    .mob_kak {
        text-align: center;
    }

    .kak_img {
        float: none;
    }

    .form_left {
        display: none;
    }

    .zakazatli_site {
        float: none;
        margin-left: 0;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    #my-popup, .white-popup {
        padding: 40px 20px;
    }

    #oplata1.oplata_popup, #oplata2.oplata_popup, #oplata3.oplata_popup, #oplata4.oplata_popup {
        padding: 40px 20px;
    }

    #perevod1.oplata_popup, #perevod2.oplata_popup {
        padding: 40px 20px;
    }

    .h-animated .top_head_corner {
        top: 0;
    }

    .h-animated .nav_and_btn {
        margin: 65px auto 0;
    }

    .bg_bread {
        padding: 15px 0;
    }

    .red_mark {
        display: inline-block;
    }

    .container#bot_cont .book_mob_l {
        text-align: center;
    }

    .container#bot_cont .book_mob_l .book_img {
        max-width: 250px;
        margin: 20px auto 30px;
    }

    .container#bot_cont .book_mob_r {
        margin: 0 0 40px;
    }

    .book_pr_mob_r {
        margin-top: 20px;
    }

    .br_991 {
        border-right: none !important;
    }

    .bb_767 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .why_lp .why_text_w {
        margin: 20px 0 0;
    }

    span.chto_item {
        display: block;
        margin: 30px auto 0;
        width: 250px;
        text-align: left;
    }

    .chto_img.chto_img_767 {
        margin-left: 15px;
        float: left;
    }

    .pre_item1 .pre_item_in, .pre_item3 .pre_item_in, .pre_item4 .pre_item_in, .pre_item5 .pre_item_in {
        border-right: none !important;
    }

    .pre_item2 .pre_item_in, .pre_item4 .pre_item_in, .pre_item6 .pre_item_in {
        border-left: none !important;
    }

    .pre_item5 .sep_gray {
        background: #d1d1d1 none repeat scroll 0 0;
        border-bottom: 1px solid #ffffff;
        height: 2px;
        margin: 0 30px -2px;
    }

    .pre_item_in {
        margin: 0 auto 10px;
    }

    .pre_item {
        padding-top: 40px !important;
    }

    .slide_it {
        padding-top: 50px;
        text-align: center;
    }

    .line_vert {
        display: none;
    }

    .none767 {
        display: none;
    }

    .in_p_l {
        padding-left: 0;
    }

    .sm_title {
        margin-top: 30px;
    }

    .circle_num {
        height: 70px;
        line-height: 70px;
        width: 70px;
    }

    .circle ul {
        margin: 0;
        padding: 0;
        display: inline-block;
        text-align: left;
    }

    .step_trud {
        float: none;
    }

    .stoimost_tr .tr_in {
        height: 100%;
        padding: 30px 10px;
        margin: 0 -1px 0 0;
    }

    .kak_op_w .circle_num {
        float: none;
        margin-bottom: 30px;
    }

    .kak_op_text {
        margin: 0;
        text-align: center;
    }

    .line_kak {
        display: none;
    }

    .title_b_in {
        text-align: center;
        display: block;
    }

    .title_b_in:after {
        right: 0;
        margin: auto;
    }

    .bg_land1 .h_title h1 br {
        display: none;
    }

    .bg_land1 {
        padding: 100px 0 0;
    }

    .title_b_in br {
        display: none;
    }

    .univer_href .btn {
        display: block;
        text-align: center;
    }

    .res_img {
        max-width: 250px;
        text-align: center;
        margin-bottom: 20px;
    }

    .center_767 {
        text-align: center;
    }

    .conta_w .cont_w_in {
        text-align: center;
    }

    .conta_w .sm_title {
        display: inline-block;
    }

    .br_991.none767 {
        display: none;
    }

    .title_b_1920 {
        display: none;
    }

    .title_b_767 {
        display: block;
    }

    .book_wrap {
        border-bottom: 2px dashed #bbbbbb;
    }

    img.alignnone {
        width: 100%;
        height: auto;
    }

    img.size-full {
        width: 100%;
        height: auto;
    }

    span.zazv_f {
        margin: 0;
    }
    .otziv_text_slider {
        padding: 0;
    }
    .otzivi .slick-arrow {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .scrollup {
        display: none !important;
    }
    .top_head_in.top_head_title {
        display: none;
    }

    .top_head_in {
        background: none;
    }

    .prise_uslugi {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .prichina_in {
        padding: 20px !important;
    }

    .vert_line_w {
        display: none;
    }

    .form_kak {
        margin-top: 40px;
    }

    .container#bot_cont div.col-xs-4 {
        width: 100%;
        margin-bottom: 30px;
    }

    .price_w.vniman .row .col-xs-3 {
        width: 100%;
    }

    .price_w.vniman .row .col-xs-9 {
        width: 100%;
    }

    .fc {
        margin-bottom: 30px;
    }

    .red_mark.big {
        display: block;
    }

    .img_f_a {
        width: 100%;
        float: none;
        max-height: 100%;
    }

    .border-right {
        border-right: none;
    }

    .bb_991 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .border_r991 {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }

    img.doctor {
        display: none;
    }

    .why_title {
        font-size: 23px;
    }

    .mob_inp_991 {
        margin-bottom: 30px;
    }

    .pre_item2 .pre_item_in {
        border-right: none;
    }

    .pre_item3 .pre_item_in {
        border-right: 1px solid #d1d1d1;
        border-left: none;
    }

    .pre_item4 .pre_item_in {
        border-left: 1px solid #fff;
        border-right: none;
    }

    .pre_item5 .pre_item_in {
        border-left: none;
    }

    .pre_item4 .sep_gray {
        background: #d1d1d1 none repeat scroll 0 0;
        border-bottom: 1px solid #ffffff;
        height: 2px;
        margin: 0 30px -2px;
    }

    .pre_text br {
        display: none;
    }

    .table-container-outer {
        position: relative;
    }

    .table-container-fade {
        position: absolute;
        right: 0;
        width: 30px;
        height: 100%;
        background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
        background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
        background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
        background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
        background-image: linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
    }

    .table-container {
        width: 100%;
        overflow-y: auto;
        _overflow: auto;
        margin: 0 0 1em;
    }

    .price_table .t_cell {
        padding: 20px 0;
    }

    .stoimost_tr td:first-child .tr_in {
        padding: 15px 10px 20px;
    }

    #map-kont {
        display: none;
    }

    #map-kont-mob {
        margin: 0 auto;
        position: relative;
        width: 100%;
        z-index: 2;
        display: block;
    }

    .none991 {
        display: none;
    }

    .center991 {
        text-align: center;
    }

    .soc > a {
        float: none;
        display: inline-block;
        margin: 0 5px;
    }

    .iphone_href {
        float: none;
    }

    .iphone_w {
        float: none;
        display: inline-block;
    }

    .btn_go {
        display: block;
    }

    .or {
        display: block;
        padding: 10px 0 15px;
    }

    .br_991 {
        display: block;
    }

    .copyleft {
        float: none;
        text-align: center;
        margin: 0 0 10px;
    }

    .copyright {
        float: none;
        text-align: center;
    }

    .mt50_mob991 {
        margin-top: 50px;
    }

    span.newstitle_in {
        font-size: 16px;
    }

    .mob991_none_zakaz {
        display: none;
    }

    .mob991_zakaz {
        display: block;
    }

    .foot_our {
        margin: 40px 0 50px 0;
        padding-bottom: 50px;
    }

}

@media (min-width: 1100px) {
  .otziv_item {
    width: 24%;
    float: left;
    margin: 2px;
    height: 440px;
    }
}


@media (max-width: 1099px) {
    .sf-menu > li > a, .sf-menu > li > span {
        font-size: 13px;
    }

    .h_title h1 br {
        display: none;
    }

    .pr_title {
        font-size: 19px;
    }

    .why_text br {
        display: none;
    }

    .flole {
        float: none;
    }

    .flori {
        float: none;
    }

    .circle {
        display: table;
    }

    .line_kak {
        display: none;
    }

    .nav_slick {
        display: none;
    }

    .slicknav_menu {
        display: block;
        width: 100px;
        margin: 0 auto;
    }

    .main_nav {
        float: none !important;
        position: relative;
        margin: 0 !important;
    }

    .nav_and_btn {
        float: none;
        margin: 65px auto 0;
        position: relative;
    }

    .btn.free_consult {
        float: none;
        position: absolute;
        right: 0;
        top: -5px;
    }

    .bg3 {
        background: none;
    }

    .menu-item-has-children > a, .menu-item-has-children > span {
        background: none;
    }

    .menu-item-has-children ul {
        position: relative;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
    }

    .menu-item-has-children > ul > li {
        background: rgba(0, 0, 0, 0) url(../images/marker.png) no-repeat scroll 20px center / 6px auto;
    }

    .fc {
        font-size: 15px;
    }

    .slicknav_nav > li > a {
        font-weight: bold;
    }

    .footer {
        font-size: 15px;
    }
    .name_img_w {
        height: 100%;
    }
}




.open_modal{
    position: absolute;
    left: 50%;
}
.open_modal p {
    background: #ee7156;
    border-radius: 5px;
    padding: 2px 44px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 0 0 -50%;
    display: block;
    width: 225px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.popup, .popup2{
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.popup form {
    padding: 0 27px 20px;
    right: 0;
    width: 250px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    border: 1px solid #72bffc;
    border-top: 40px solid #72bffc;
}
.popup2 .window {
    padding: 0 27px 27px;
    right: 0;
    width: 373px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    border: 1px solid #72bffc;
    border-top: 40px solid #72bffc;
}
.popup form input {
    background: #f0f5f7;
    margin-top: 8px;
    width: 227px;
}
.popup form input[name="name"]{
    margin-top: 20px;
}
.popup form textarea {
    background: #f0f5f7;
    margin-top: 8px;
    width: 227px;
    height: 100px;
    resize: none;
}
.popup form label{
    width: 100%;
    height: 20px;
    display: block;
    margin: 8px -2px;
    padding: 0;
}
.popup form input[type="submit"] {
    background: #ee7156;
    text-align: center;
    text-transform: uppercase;
    width: 245px;
}
.popup form input[type="checkbox"] {
    width: auto;
    margin: 2px;
    padding: 2px;
    float: left;
}
.popup form h5 {
    position: absolute;
    top: 10px;
    left: 29px;
    font-size: 18px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}
.popup .close_modal,
.popup2 .close_modal  {
    position: absolute;
    padding: 1px 9px 4px 9px;
    top: -15px;
    right: -15px;
    cursor: pointer;
    color: #fff;
    font-family: 'tahoma', sans-serif;
    background: #ee7156;
    text-align: center;
}
.popup2 h5 {
	position: absolute;
	top: 10px;
	left: 120px;
	font-size: 18px;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
    margin: 0;
}
.popup2 p {
	font-family: verdana;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.popup2 p strong{
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	display: block;
}
.popup2 hr {
	background: #63baff;
	height: 1px;
	border: none;
}

    /* свойства модального окна по умолчанию */
    .modal {
      position: fixed;
      /* фиксированное положение */
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      /* цвет фона */
      z-index: 1050;
      opacity: 0;
      /* по умолчанию модальное окно прозрачно */
      -webkit-transition: opacity 400ms ease-in;
      -moz-transition: opacity 400ms ease-in;
      transition: opacity 400ms ease-in;
      /* анимация перехода */
      pointer-events: none;
      /* элемент невидим для событий мыши */
    }

    /* при отображении модального окно */
    .modal:target {
      opacity: 1;
      pointer-events: auto;
      overflow-y: auto;
    }

    /* ширина модального окна и его отступы от экрана */
    .modal-dialog {
      position: relative;
      width: auto;
      margin: 10px;
    }

    @media (min-width: 576px) {
      .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
      }
    }

    /* свойства для блока, содержащего контент модального окна */
    .modal-content {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: #fff;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, .2);
      border-radius: .3rem;
      outline: 0;
    }

    @media (min-width: 768px) {
      .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
      }
    }

    /* свойства для заголовка модального окна */
    .modal-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 15px;
      border-bottom: 1px solid #eceeef;
    }

    .modal-title {
      margin-top: 0;
      margin-bottom: 0;
      line-height: 1.5;
      font-size: 1.25rem;
      font-weight: 500;
    }

    /* свойства для кнопки "Закрыть" */
    .close {
      float: right;
      font-family: sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 1;
      color: #000;
      text-shadow: 0 1px 0 #fff;
      opacity: .5;
      text-decoration: none;
    }

    /* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
    .close:focus,
    .close:hover {
      color: #000;
      text-decoration: none;
      cursor: pointer;
      opacity: .75;
    }

    /* свойства для блока, содержащего основное содержимое окна */
    .modal-body {
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 15px;
      overflow: auto;
    }