@import url('https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css');

:root {
  --text-color: #ff6f69;
  --btn-color-orange: #fd9729; /* на кнопке купить в списке услуг цвет #f8b036 */ 
  --btn-color-orange-shadow: #d06c00;
  --btn-color-purple: #954574;
  --btn-color-purple-shadow: #79365d;
  --site-color-purple: #954574;
  --topmenu-color-purple: #AA0059;
  --color-yellow: #ffd500;
  --color-gray: rgb(152, 152, 152);
}

html, * {
    /*font-family: Arial, sans-serif;*/
}

body {
    overflow-x: hidden;
}

*:focus {
    outline: none;
}

a:focus {
    color: #23527c;
}

p, ul {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    line-height: 23px;
}

ul li {
    list-style: none;
    padding: 0px;
}

.top {
    /* position: fixed; */
    background: #910058;
    width: 100%;
    /* z-index: 9980; */
}

.top .top-menu {
}

.top .top-menu ul {
    display: table;
    width: 100%;
}

.top .top-menu ul li {
    display: inline-block;
    padding-top: 15px;
    vertical-align: middle;
    margin-left: 3.3%;
    margin-right: 3.3%;
}


.top .top-menu ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.top .top-menu ul li a:hover {
    text-decoration: underline;
}

/*.top .top-cart {*/
    /*height: 53px;*/
    /*box-sizing: border-box;*/
    /*text-align: center;*/
    /*background: #f8b036;*/
    /*position: relative;*/
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/
    /*font-size: 16px;*/
    /*text-transform: uppercase;*/
    /*}*/

    /*.top .top-cart a {*/
        /*text-decoration: none;*/
        /*color: #fff;*/
        /*padding-left: 54px;*/
        /*}*/

        /*.top .top-cart a:before {*/
            /*position: absolute;*/
            /*width: 53px;*/
            /*height: 53px;*/
            /*background: url(../img/cart.png) #de8d07 no-repeat center;*/
            /*content: " ";*/
            /*left: 0px;*/
            /*top: 0px;*/
            /*}*/
            .top-cart {
                height: 53px;
                box-sizing: border-box;
                text-align: center;
                background: #f8b036;
                position: relative;
                padding-top: 15px;
                padding-bottom: 15px;
                font-size: 16px;
                text-transform: uppercase;
            }

            .top-cart a {
                text-decoration: none;
                color: #fff;
                padding-left: 54px;
            }

            .top-cart a:before {
                position: absolute;
                width: 53px;
                height: 53px;
                background: url(../img/cart.png) #de8d07 no-repeat center;
                content: " ";
                left: 0px;
                top: 0px;
            }


            /** Header */
            .header {
/* padding-top: 67px;
padding-bottom: 23px; */

/* padding-top: 67px; */
/* padding-bottom: 30px; */
padding-bottom: 10px;
}

.header .container .row > div {
    float: none;
    vertical-align: middle;
    display: inline-block;
    margin-right: -4px;
}

.header a.logo-link:hover {
    text-decoration: none;
}

.header div.logo {
    padding-top: 10px;
}

.header div.logo .name {
    font-weight: 700;
    font-style: italic;
    font-size: 28px;
    text-transform: uppercase;
    color: #f8b036;
}

.header div.logo .name span {
    color: #910058;
}

.header div.logo .slogan {
    font-size: 18px;
    color: #bf77b7;
    /* margin-top: -5px; */
    font-weight: 700;
    width: 120%;
}

.header div.city {
    text-align: center;
}

.header div.city span {
    position: relative;
    font-style: 20px;
    font-weight: 700;
    color: #910058;
}

.header div.city span:before {
    position: absolute;
    left: 0px;
    content: " ";
    display: block;
    background: url(../img/map_marker.png) no-repeat center;
    width: 17px;
    height: 25px;
    margin-left: -25px;
    margin-top: -4px;
    background-size: contain;
}

.header div.city span:after {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    border-bottom: 2px dashed #910058;
    left: 2px;
    bottom: -2px;
}

div.phone {
    max-width: 319px;
    margin: 0 auto;
}

div.phone .inner {
    border-radius: 50px;
    border: 2px dashed #f2f2f2;
    background: #fff;
    padding-top: 9px;
    padding-left: 40px;
    color: #000087;
    font-size: 16px;
    position: relative;
    top: 5px;
}

div.phone .inner:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 40px;
    border-right: 2px dashed #f2f2f2;
    background: url(../img/phone.png) no-repeat 60% 50%;
    background-size: 26px;
}

div.phone p {
    padding-left: 10px;
}

div.phone p.phone-numer {
    font-size: 25px;
    color: #910058;
}

div.phone p.work-time {
    font-size: 12px;
}

.header div.search {
    text-align: right;
    position: absolute;
    display: inline-block;
    margin-top: -15px;
}

.header div.search input[type="text"] {
    width: 220px;
    border-radius: 50px;
    border: 1px solid #797979;
    height: 40px;
    box-sizing: border-box;
    /* text-transform: uppercase; */
    padding-left: 20px;
    position: relative;
    z-index: 99;
    /* top: 1px; */
}

.header div.search button {
    border-radius: 0px 50px 50px 0px;
    border: none;
    height: 40px;
    text-align: right;
    width: 70px;
    /* position: relative; */
    /* top: -1px; */
    margin-left: -30px;
    box-sizing: border-box;
    padding-right: 12px;
    background: #910058;
    cursor: pointer;
}

input.search-suggest {
    float: left;
}

.header div.search button:hover {
    opacity: 0.9;
}

/**
* Bilbord
*/
.bilbord {
    background: url(../img/bilbord.jpg) no-repeat center;
    background-size: cover;
    margin-top: -2px;
    min-height: 540px;
}

.bilbord .container {
    position: relative;
    min-height: 540px;
}

.bilbord .title {
    padding-top: 120px;
    font-size: 70px;
    color: #f8b036;
    padding-bottom: 30px;
}

.bilbord .undertitle {
    color: #fff;
    font-size: 25px;
}

.search-block {
    position: absolute;
    bottom: 10px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

/*.search-block:before {*/
    /*position: absolute;*/
    /*content: " ";*/
    /*display: block;*/
    /*width: 446px;*/
    /*width: 286px;*/
    /*top: -337px;*/
    /*height: 337px;*/
    /*height: 357px;*/
    /*right: 125px;*/
    /*right: 0px;*/
    /*background: url(../img/boy.png) no-repeat center;*/
    /*background: url(../img/bag.png) no-repeat center;*/
    /*}*/

    .search-block > div {
        display: inline-block;
        vertical-align: middle;
        margin-right: -5px;
    }

    .search-block > div.categories {
        width: 74%;
    }

    .search-block .categories > ul > li {
        display: inline-block;
        padding-top: 22px;
        padding-bottom: 22px;
        margin-left: 1%;
        margin-right: 1%;
        position: relative;
    }

    .search-block .categories > ul > li > a {
        font-size: 22px;
        text-decoration: none;
        color: #000;
        padding: 9px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 50px;
    }

    .search-block .categories > ul > li > a:hover {
        background: #6b1d45;
        color: #fff;
    }

    .search-block .categories > ul > li:hover > .under-categories {
        /* display: block; */
    }

    .search-block .categories > ul > li > .under-categories {
        display: none;
        position: absolute;
        background: #fff;
        /*width: 700px;*/
        width: 200px;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
        border: 1px solid #910058;
        border-radius: 10px;
        margin-top: 22px;
        margin-left: -10px;
        left: 0px;
        z-index: 99999;
    }

    .search-block .categories > ul > li > .under-categories > div {
        display: inline-block;
        vertical-align: top;
        margin-right: -5px;
        padding-top: 25px;

    }

    .search-block .categories > ul > li > .under-categories > div.left {
        /*width: 52.8%;*/
        width: 100%;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .search-block .categories > ul > li > .under-categories > div.left > .block {
        display: inline-block;
        vertical-align: top;
        /*width: 50%;*/
        margin-right: -4px;
        padding-bottom: 15px;
    }

    .search-block p.name {
        color: #94458a;
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 15px;
    }

    .search-block .categories > ul > li > .under-categories > div.left > .block ul li a {
        display: block;
        font-size: 15px;
        color: #797979;
        text-decoration: none;
        padding: 5px;
        position: relative;
        padding-left: 20px;
        box-sizing: border-box;
        border: 1px solid #fff;
        border-radius: 50px;
        max-width: 160px;
    }

    .search-block .categories > ul > li > .under-categories > div.left > .block ul li a:hover {
        color: #910058;
        border-color: #910058;
    }

    .search-block .categories > ul > li > .under-categories > div.left > .block ul li a:hover:before {
        background: #910058;
    }

    .search-block .categories > ul > li > .under-categories > div.left > .block ul li a:before {
        content: " ";
        display: block;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -2px;
        width: 3px;
        height: 3px;
        background: #797979;
        border-radius: 50%;
    }

    .search-block .categories > ul > li > .under-categories > div.right {
        width: 47.2%;
    }

    .item-description {
        font-size: 15px;
        line-height: 23px;
        /*   padding-right: 90px;*/
        /*width: 100%;*/
        /*    margin-top: 40px;*/
    }

    .items-list > div {
        display: inline-block;
        vertical-align: top;
        margin-right: -5px;
    }

    .certificates-popular .items-list > div {
        margin-right: 20px;
    }

    .items-list {
        text-align: center;
    }

    .items-list.small > div {
        width: 260px;
        padding-bottom: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        background: #fafaff;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    }

    .items-list.small > div .image img {
        width: 100%;
        height: auto;
    }

    .items-list.small > div .image {
        overflow: hidden;
    }

    .items-list.small > div .name {
        line-height: 10px;
        padding: 10px;
    }

    .items-list.small > div .name a {
        font-size: 13px;
        line-height: 18px;
        font-weight: 700;
        text-decoration: none;
        color: #000;
        text-transform: uppercase;

    }

    .items-list.small > div .price {
        width: 90%;
        margin: 0 auto;
        font-weight: 700;
        font-size: 15px;
        text-align: center;
        padding-top: 2px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border: 1px solid #f8b036;
    }

    .items-list.small > div .buy-btn a {
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        background: #f8b036;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
        margin-bottom: 3px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .items-list.small > div .buy-btn a:hover {
        opacity: 0.8;
    }

    .search-block .search-form {
        text-align: right;
        width: 26%;
        box-sizing: border-box;
        position: relative;
    }

    .search-block .search-form input[type="text"] {
        width: 220px;
        border-radius: 10px;
        border: 1px solid #797979;
        height: 40px;
        box-sizing: border-box;
        text-transform: uppercase;
        padding-left: 20px;
        position: relative;
        z-index: 99;
    }

    .search-block .search-form button {
        border-radius: 0px 10px 10px 0px;
        border: none;
        height: 40px;
        text-align: right;
        width: 65px;
        position: relative;
        top: -1px;
        left: -30px;
        box-sizing: border-box;
        padding-right: 12px;
        background: #910058;
        cursor: pointer;
    }

    .search-block .search-form button:hover {
        opacity: 0.9;
    }

/**
* Filters
*/
.filters {
    margin-top: 40px;
    margin-bottom: 40px;
}

.filters div.left {
    box-sizing: border-box;
    border: 1px dashed #d2d2d2;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    text-align: center;
}

.filters div.right {
    position: relative;
    box-sizing: border-box;
    padding: 17px 22px 17px 22px;
    border: 1px dashed #d2d2d2;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
}

.filters .categories-list ul > li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.filters .categories-list ul > li > a {
    padding: 7px;
    border-radius: 50px;
    border: 1px solid #910058;
    font-size: 13px;
    color: #333333;
    text-transform: uppercase;
    text-decoration: none;
}

.filters .categories-list ul > li.active > a {
    background: #910058;
    color: #fff;
}

.filters .categories-list > * {
    display: inline-block;
    vertical-align: middle;
}

.filters .categories-list > div {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    font-weight: 700;
}

.filters-appendix .categories-list {
    margin-bottom: 8px;
}

#slider-range {
    width: 190px;
}

.filters .range-wrapper {
    text-align: center;
}

.filters .range-wrapper > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #000;
    margin-right: 10px;
}

.filters #amount {
    width: 230px;
    margin: 0 auto;
}

.filters #amount > span {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: -3px;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: left;
}

.filters #amount > span.to {
    text-align: right;
    /* padding-right: 25px; */
    box-sizing: border-box;
}

.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #f2f2f2;
}

.ui-slider-horizontal {
    height: 5px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
}

/**
* List of item
*/
.items-list.three-items > .item {
    /*width: 31%;*/
    /*margin-right: 2%;*/
    width: 29%;
    margin-right: 2.5%;
}

@media only screen and (min-width: 992px) {
    .items-list.three-items > div:nth-child(3n),
    .items-list.full > div:nth-child(4n) {
        margin-right: 0px;
    }
}

.items-list.full > div {
    width: 22%;
    margin-right: 2.5%;
}

.items-list .item {
    transition: .3s ease;
    -webkit-transition: .3s ease;
    opacity: 1;
    margin-bottom: 30px;
    background: #fafaff;
    position: relative;
    /*-webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.3);*/
    /*-moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.3);*/
    /*box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.3);*/
    -webkit-box-shadow: 0 1px 0 #e5e5e5;
    -moz-box-shadow: 0 1px 0 #e5e5e5;
    box-shadow: 0 1px 0 #e5e5e5;
    border: 1px solid #ddd;
}

.items-list .item .city {
    position: absolute;
    background: #910058;
    min-width: 80px;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
    font-weight: 400;
    margin-top: -10px;
    margin-left: -11px;
    z-index: 10;
}

.items-list .item .city:before {
    position: absolute;
    content: " ";
    display: block;
    width: 11px;
    height: 10px;
    background: url(../img/figure_city.png) no-repeat top left;
    transform: rotate(180deg);
    top: 24px;
    /* z-index: 1; */
}

.items-list .item .city span {
    padding-left: 20px;
    padding-right: 4px;
    position: relative;
    /* z-index: 1; */
}

.items-list .item .city span:before {
    position: absolute;
    content: " ";
    display: block;
    background: url(../img/white_small_mark.png) no-repeat center;
    width: 9px;
    height: 14px;
    left: 5px;
    top: -1px;
}

.items-list .item .image {
    max-height: 160px;
    height: 160px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.items-list .item .image img {
    width: 100%;
    height: auto;
}

.items-list .item p.name {
    padding: 8px 15px 8px 15px;
    height: 75px;
    box-sizing: border-box;
}

.items-list .item h3.name {
    padding: 8px 15px 8px 15px;
    height: 75px;
    box-sizing: border-box;
    margin: 0;
}

.items-list .item .name a {
    color: #333333;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    text-transform: uppercase;
}

.items-list .item .likes {
    /* width: 90%; */
    right: 0px;
    /* top: 0; */
    bottom: 0px;
    /* color: #910058; */
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    border-radius: 10px 0 0 0;
    color: #910058;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: right;
    cursor: pointer;
    padding: 5px 5px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* margin-bottom: 10px; */
    position: absolute;
}

.items-list .item .likes span {
    position: relative;
    padding-left: 30px;
}

.items-list .item .likes span:before {
    position: absolute;
    content: " ";
    left: 0px;
    top: 1px;
    width: 22px;
    height: 19px;

    background: url(../img/heart_like.png) no-repeat center;
    background-size: contain;
}

.items-list .item,
.items-list .item .buy-btn a {
    border-radius: 5px;
}

.items-list .item .image img {
    border-radius: 5px 5px 0px 0px;
}


.items-list .item .price {
    width: 90%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 8px;
    /* border: 1px solid #f8b036; */
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #000000;
    padding-top: 6px;
    padding-bottom: 6px;
}

.items-list .item .buy-btn a {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
    background: url(../img/btn_arrow.png) #f8b036 no-repeat 96% center;
}

.items-list .item .partenr_y_dot {
    height: 25px;
    width: 25px;
    background-color: #0b0;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 5px;
	z-index: 5;
    border: solid 3px #fff;
}

/*.items-list .item .buy-btn a:hover {*/
    /*background: url(../img/btn_arrow.png) #e6a537 no-repeat 96% center;*/
    /*}*/

    .items-list .item:hover .buy-btn a {
        background: url(../img/btn_arrow.png) #e6a537 no-repeat 96% center;
        transform: rotate(-1deg);
    }

/**
* Infoblock
*/
.infoblock {
    background: #fff;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.3);
    padding-bottom: 10px;
}

.infoblock .title {
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 4px solid #910058;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    text-align: center;
}

.infoblock .title span {
    color: #F8B036;
}

.infoblock .steps {
    padding-left: 5px;
    padding-right: 5px;
}

.infoblock .steps > div {
    /*margin-top: 10px;*/
    display: table;
    /*width: 100%;*/
    height: 100px;
}

.infoblock .steps > div > div {
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    /*font-size: 15px;*/
    font-size: 18px;
}

.infoblock .steps > div > div.number {
    padding-right: 8px;
    /*font-weight: 400;*/
    font-style: normal;
    /*font-size: 60px;*/
    padding-left: 10px;
    color: #F8B036;
}

.infoblock .btn-more {
    margin-bottom: 25px;
    display: none;
}

.infoblock .btn-more > a {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
    background: url(../img/btn_arrow.png) #910058 no-repeat 96% center;
}

/**
* Parthers slider
*/
.parthers-wrapper {
/* background: #fafaff;
padding-bottom: 20px;*/
margin-top: 35px;
margin-bottom: 60px;
/* -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.3); */
}

.parthers-slider .single img {
    width: 80%;
    /* margin: 0 auto; */
    height: auto;
}

.parthers-slider .single {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle;
}

.parthers-slider .slick-dots {
    text-align: center;
    margin-top: 30px;
}

.parthers-slider .slick-dots li:first-child {
    display: inline-block;
}

.parthers-slider .slick-dots li {
    display: none;
}

.parthers-slider .slick-dots li button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 0px;
    background: #dfc7d5;
    text-indent: -99999999px;
    overflow: hidden;
    border: 1px solid #9a989a;
}

.parthers-wrapper p.title {
    text-align: center;
    /* margin-top: 28px; */
    margin-bottom: 10px;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #868686;
    text-transform: uppercase;
}

.parthers-wrapper p.title span {
    position: relative;
}

.parthers-wrapper p.title span:before {
    position: absolute;
    content: " ";
    width: 55px;
    height: 1px;
    background: #e4e4e4;
    left: -85px;
    top: 50%;
    margin-top: -1px;
}

.parthers-wrapper p.title span:after {
    position: absolute;
    content: " ";
    width: 55px;
    height: 1px;
    background: #e4e4e4;
    right: -85px;
    top: 50%;
    margin-top: -1px;
}

/**
* Reviews
*/
.reviews-container {
    margin-bottom: 30px;
}

.reviews-container .review-title {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 40px;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: #868686;
    text-transform: uppercase;
}

.reviews-container .review-title span {
    position: relative;
}

.reviews-container .review-title span:before {
    position: absolute;
    content: " ";
    width: 55px;
    height: 1px;
    background: #e4e4e4;
    left: -85px;
    top: 50%;
    margin-top: -1px;
}

.reviews-container .review-title span:after {
    position: absolute;
    content: " ";
    width: 55px;
    height: 1px;
    background: #e4e4e4;
    right: -85px;
    top: 50%;
    margin-top: -1px;
}

.reviews-sldier .review {
    margin-right: 20px;
}

.reviews-sldier .review .review-content {
    background: #fafaff;
    background-size: contain;
    padding: 20px;
    border: 1px solid #f2f2f2;
    position: relative;
    margin-bottom: 50px;
}

.reviews-sldier .review .review-content:after {
    position: absolute;
    content: " ";
    display: block;
    bottom: -34px;
    width: 39px;
    height: 35px;
    background: url(../img/figure_review.jpg) no-repeat center;
}

.reviews-sldier .review .review-content .title {
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.reviews-sldier .review .review-content .text {
    font-size: 12px;
    line-height: 16px;
}

.reviews-sldier .review .review-author > div {
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
}

.reviews-sldier .review .review-author > div.image {
    width: 74px;
}

.reviews-sldier .review .review-author > div.data {
    width: 286px;
    padding-left: 10px;
    box-sizing: border-box;
}

.reviews-sldier .review .review-author > div.data .name {
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
}

.reviews-sldier .review .review-author > div.data .position {
    color: #797979;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
}

.reviews-sldier .slick-dots {
    padding-top: 33px;
}

.reviews-sldier .slick-dots > li {
    display: none;
}

.reviews-sldier .slick-dots {
    text-align: center;
}

.reviews-sldier .slick-dots > li:first-child {
    display: inline-block;
}

.reviews-sldier .slick-dots li button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 0px;
    background: #dfc7d5;
    text-indent: -99999999px;
    overflow: hidden;
    border: 1px solid #9a989a;
}

/**/
.banner-slider .slick-dots {
    padding-top: 33px;
}

.banner-slider .slick-dots > li {
    display: none;
}

.banner-slider .slick-dots {
    text-align: center;
}

.banner-slider .slick-dots > li:first-child {
    display: inline-block;
}

.banner-slider .slick-dots li button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 0px;
    background: #dfc7d5;
    text-indent: -99999999px;
    overflow: hidden;
    border: 1px solid #9a989a;
}

/**/

/**
* Article
*/
.article {
    padding-top: 120px;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.article h1 {
    font-weight: 700;
    font-size: 24px;
    font-style: normal;
    padding-bottom: 40px;
}

.article p {
    margin-bottom: 20px;
}

.article ul {
    list-style-type: disc;
    list-style-position: inside;
}
.article li {
    list-style-type: disc;
    list-style-position: inside;
}
.article ol {
    list-style-type: decimal;
    list-style-position: inside;
}
.article ul ul, .article ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}
.article ol ol, .article ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

/**
* Footer
*/
.footer {
    background: #2c509e;
    margin-top: 120px;
    padding-top: 70px;
    min-height: 300px;
}

.footer .footer-logo .name {
    font-weight: 700;
    font-style: italic;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
}

.footer .footer-logo .name span {
    color: #fff;
}

.footer .footer-logo .slogan {
    font-size: 18px;
    color: #fff;
    margin-top: -5px;
    font-weight: 700;
}

.footer .footer-contacts {
    color: #fff;
    line-height: 24px;
}

.footer .footer-menu a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.footer .footer-menu a:hover {
    text-decoration: underline;
}

.footer .footer-menu {
    line-height: 25px;
}

/**
* Popup
*/
.overlay {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;
    right: 0px;
    margin: auto;
    height: 100%;
    width: 100%;
    z-index: 9999999999;
    /* overflow-y: scroll; */
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.popup {
    display: none;
    position: absolute;
    top: 15%;
    width: 960px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    background: #fff;
    z-index: 9999999999999;
    margin-bottom: 40px;
}

.popup .modal-title {
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    padding: 20px;
}

.popup .deliver-rules:before {
    position: absolute;
    background: url(../img/bus.png) no-repeat center;
    background-size: contain;
    content: " ";
    width: 317px;
    height: 317px;
    top: -244px;
    left: 19px;
}

.popup .deliver-rules {
    background: url(../img/u124.png) #910058 no-repeat top center;
    /* padding: 50px; */
    padding-top: 50px;
    text-align: center;
    position: relative;
    margin-top: 250px;
}

.popup .deliver-rules.deliver-edited {
    padding-top: 100px;
    color: #fff;
}

.popup .deliver-rules > div {
    display: inline-block;
    padding: 15px;
    background: #fff;
    margin-right: 25%;
    font-size: 20px;
}

.popup .deliver-rules > div strong {
    padding-top: 10px;
    display: block;
    font-size: 25px;
}

.popup .deliver-rules > div:nth-child(2n) {
    margin-right: 0px;
}

.popup .deliver-rules:after {
    position: absolute;
    background: url(../img/man.png) no-repeat center;
    background-size: contain;
    content: " ";
    width: 317px;
    height: 317px;
    top: -270px;
    right: 30px;
}

.popup .delivery {
    background-color: #910058; 
    color: white;
    margin-left: 0px;
    margin-right: 0px;
}

.popup .delvier-address {
    text-align: center;
    font-size: 23px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.popup .e-certificat {
    background: url(../img/u124.png) #f8b036 no-repeat top center;
    /* padding-top: 80px; */
}

.popup .title {
    margin: 0 15px;
    padding: 30px 0;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}

.popup .e-certificat .formats {
    /* text-align: center; */
    /* padding-top: 25px; */
    padding-bottom: 40px;
}

/* .popup .e-certificat .formats > div { */
    /* display: inline-block; */
    /* text-align: left; */
    /* vertical-align: top; */
    /* width: 35%; */
    /* margin-right: 15%; */
    /* } */

    /* .popup .e-certificat .formats > div:nth-child(2n) { */
        /* margin-right: 0px; */
        /* } */

        /* .popup .e-certificat .formats > div > p { */
            /* font-weight: 700; */
            /* padding-left: 25px; */
            /* margin-bottom: 10px; */
            /* position: relative; */
            /* } */

            /* .popup .e-certificat .formats > div > p:before { */
                /* position: absolute; */
                /* background: url(../img/mail.png); */
                /* content: " "; */
                /* background-size: contain; */
                /* width: 19px; */
                /* height: 37px; */
                /* left: 0px; */
                /* background-repeat: no-repeat; */
                /* } */

                /* .popup .e-certificat .formats > div > p.sms:before { */
                    /* position: absolute; */
                    /* background: url(../img/phone_2.png); */
                    /* content: " "; */
                    /* background-size: contain; */
                    /* width: 15px; */
                    /* height: 37px; */
                    /* left: 0px; */
                    /* top: -4px; */
                    /* background-repeat: no-repeat; */
                    /* } */

                    .popup .e-certificat .formats > div div.text {
                        padding: 20px;
                        font-size: 14px;
                        line-height: 18px;
                        color: #333;
                        background: #fff;
                    }

                    .popup .e-certificat.e-certificat-edited {
                        background: #f8b036;
                        padding-bottom: 30px;
                    }

                    .delivery img.delivery-image,
                    .e-certificat img.delivery-image {
                        border-radius: 10px;
                        box-shadow: 0px 0px 10px -3px #000000;
                    }

                    .e-certificat.e-certificat-edited {
                        padding-top: 30px;
                        padding-bottom: 30px;
                    }

                    .popup .payments {
                        text-align: center;
                    }

                    .popup .payments .title {
                        font-weight: 700;
                        font-size: 30px;
                        padding-top: 25px;
                        position: relative;
                    }

                    .popup .certificats-data {
                        background: #910058;
                        padding: 40px 60px 40px 60px;
                        font-size: 24px;
                        text-align: center;
                        color: #fff;
                    }

                    .map {
                        display: none;
                        width: 100%;
                        height: 500px;
                    }

                    .popup .map {
                        padding: 20px;
                        width: 100%;
                        height: 500px;
                    }

                    .popup .map-small {
                        width: 80%;
                        height: 280px;
                        margin-top: 20px;
                    }

                    .popup .map iframe {
                        width: 100%;
                        height: 300px;
                    }

                    .popup > a[href="#close"] {
                        position: absolute;
                        right: 10px;
                        top: 10px;
                    }

                    .page_parthners .text-parthenrs,
                    .popup .text-parthenrs {
                        padding: 20px;
                    }

                    .page_parthners .text-parthenrs p,
                    .popup .text-parthenrs p {
                        padding-bottom: 10px;
                        color: #333;
                        font-size: 16px;
                        line-height: 22px;
                    }

                    .page_parthners .list-title,
                    .popup .list-title {
                        text-align: center;
                        padding: 20px;
                        color: #910058;
                        font-size: 24px;
                        line-height: 30px;
                        margin-bottom: 35px;
                    }
                    .page_parthners .list > li,
                    .popup .list > li {
                        display: inline-block;
                        vertical-align: top;
                        width: 33%;
                        text-align: center;
                        box-sizing: border-box;
                        padding-left: 20px;
                        padding-right: 20px;
                        font-size: 14px;
                        line-height: 18px;
                        color: #333;
                        margin-bottom: 60px;
                    }

                    .page_parthners .list > li img,
                    .popup .list > li img {
                        margin-bottom: 15px;
                    }

                    .popup .modal-footer {
                        text-align: left;
                    }

                    .popup .modal-footer ul {
                        width: 50%;
                        margin: 0 auto;
                    }

                    .popup .modal-footer ul li {
                        padding-bottom: 10px;
                    }

                    .popup .modal-footer ul li > div {
                        display: inline-block;
                        padding-right: 5px;
                        font-size: 16px;
                    }

                    .popup .two-columns > div {
                        display: inline-block;
                        vertical-align: top;
                        width: 50%;
                        margin-right: -5px;
                        padding-bottom: 20px;
                        box-sizing: border-box;

                    }

                    .popup .two-columns > div.left {
                        padding-left: 20px;

                    }

                    .popup .two-columns > div.right {
                        padding-right: 20px;
                    }

                    .popup .two-columns > div.left iframe {
                        width: 80%;
                        height: 300px;
                        margin-top: 20px;
                    }

                    .popup .two-columns .undertitle {
                        font-size: 18px;
                        font-weight: 700;
                    }

                    .popup .two-columns .title {
                        font-size: 18px;
                        font-weight: 700;
                        padding-bottom: 30px;
                    }

                    @media screen and (max-width: 425px) {
                        .popup#contacts input,
                        .popup#contacts textarea,
                        .popup#contacts .two-columns .right .title {
                            width: 100%;
                        }
                    }

                    @media screen and (min-width: 426px) {
                        .popup#contacts input,
                        .popup#contacts textarea,
                        .popup#contacts .two-columns .right .title {
                            width: 80%;
                        }
                    }

                    .popup input[type="text"] {
                        /* width: 80%; */
                        display: block;
                        margin-bottom: 10px;
                        border-radius: 4px;
                        padding-top: 0px;
                        padding-bottom: 0px;
                        background: #eaeaea;
                        height: 35px;
                        padding-left: 10px;
                        padding-right: 10px;
                        box-sizing: border-box;
                        border: none;
                    }

                    .popup textarea {
                        /* width: 80%; */
                        display: block;
                        margin-bottom: 10px;
                        border-radius: 4px;
                        padding-top: 10px;
                        padding-bottom: 0px;
                        background: #eaeaea;
                        height: 100px;
                        padding-left: 10px;
                        padding-right: 10px;
                        box-sizing: border-box;
                        border: none;
                    }

                    .popup input[type="submit"] {
                        /* width: 80%; */
                        background: #910058;
                        text-transform: uppercase;
                        color: #fff;
                        font-size: 18px;
                        border-radius: 4px;
                        height: 60px;
                        cursor: pointer;
                        border: none;

                    }

                    .popup .how-use-steps > div span {
                        color: #910058;
                    }

                    .popup .how-use-steps > div {
                        display: inline-block;
                        vertical-align: middle;
                        margin-right: -5px;
                    }

                    .popup .how-use-steps > div.numer {
                        width: 5%;
                        font-size: 35px;
                        text-align: center;
                        font-weight: 700;
                    }

                    .popup .how-use-steps > div.text {
                        width: 95%;
                        box-sizing: border-box;
                        padding-right: 40px;
                        font-size: 18px;
                    }

                    /*.popup .image {*/
                        /*max-width: 70%;*/
                        /*margin: 20px auto;*/
                        /*}*/

                        /*.popup .image img {*/
                            /*width: 100%;*/
                            /*height: auto;*/
                            /*}*/

                            .popup .infoblock .steps > div > div.number {
                                width: 5%;
                            }

                            .popup#infoblock-modal {
                                width: 400px;
                            }

/**
* Cart
*/
.cart-items {
    /* padding: 20px; */
}

.cart-items .image {
    padding: 10px;
    width: 90px;
}

.cart-items .image .img-inner {
    border-radius: 50%;
    border: 2px solid #910058;
    width: 78px;
    height: 78px;
    overflow: hidden;
    box-sizing: border-box;
}

.cart-items .name {
    /* width: 345px; */
    padding-right: 7px;
    margin-top: 20px;
}

.cart-items .name p {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
}

.cart-items .name span {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333;
    display: block;
    padding-top: 8px;
}

.cart-items .cert-item {
    width: 100%;
/* border-top: 2px solid #dcdcdc;
border-bottom: 2px solid #dcdcdc; */
}
#bxmodCartFullForm {
    margin-left: 0!important;
}
.cart-items .cert-item {
    /* height: 120px; */
    /* border-bottom: 2px solid #dcdcdc; */
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;

}
.cart-items .cert-item .cert-item-close {

    position: absolute;
    top:0;
    right:0;
    text-decoration: none;
    color: #dcdcdc;
}
.cart-remove{
    text-decoration: none;
    color: #dcdcdc;
}
.cart-remove:active, .cart-remove:hover, .cart-remove:hover:active, .cart-remove:focus{
    text-decoration: none;
    color: #dcdcdc;
}


.cart-items .counter {
    /* width: 200px; */
    text-align: center;
}

.cart-items .counter > * {
    display: inline-block;
    vertical-align: top;
    height: 37px;
    margin-right: -5px;
}

.cart-items .counter > input {
    width: 60px;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: none;
    border-right: none;
    font-size: 20px;
    font-weight: 700;

    text-align: center;
}

.cart-items .counter > button {
    background: #fff;
    border-radius: 3px 0px 0px 3px;
    border: 1px solid #dbdbdb;
    width: 30px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 999;
}

.cart-items .counter > button:last-child {
    border-radius: 0px 3px 3px 0px;
}

.cart-items .price {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    min-width: 100px;
    padding-left: 10px;
    /*	margin-top: 6px;*/
}

.param-name span.smile {
    font-weight: 300;
    font-size: 15px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .cart-items .price {
        margin-top: 6px;
    }
    .cart-items .counter {
        margin-top: 0px;
    }

    #tab-desc .or {
        margin: 30px 0!important;
    }
}
@media only screen and (min-width: 769px) {
    .cart-items .price, .cart-items .counter {
        margin-top: 26px;
    }
    .cart-items .counter {
        margin-top: 20px;
    }
}

/*@media only screen and (min-width: 320px) and (max-width: 768px) {

    }*/

    .items-bottom {
        padding: 20px;
        padding-top: 0px;
    }

    .items-bottom table {
        width: 100%;
    }

    .items-bottom table.left {
        width: 50%;
    }

    .items-bottom table td.right {
        width: 50%;
        text-align: right;
    }

    .items-bottom table td.right p span {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        font-weight: 700;
        width: 200px;
    }

    .items-bottom table td.right p span:last-child {
        width: 100px;
    }

    .certificats-params {
        padding: 0px 20px 0px 20px;
    }

    .certificats-params .param-single {
        margin-bottom: 30px;
    }

    .certificats-params .param-single .param-name {
        font-weight: 700;
        font-size: 20px;
        padding-bottom: 20px;
    }

    .certificats-params .param-single .choise {
        display: table;
        width: 100%;
    }

    .certificats-params .param-single .choise > div {
        display: table-cell;
        width: 50%;
        /* height: 200px; */
        vertical-align: middle;
        /* margin-right: -5px; */

    }

    .certificats-params .param-single .choise > .container.active {
        background: #910058;
    }
    .certificats-params .param-single .choise > .container:not(.active) {
        box-shadow: inset 0px 0px 10px var(--color-gray);
    }

    .label-for {
        padding-bottom: 0px!important;
        margin-bottom: 0px!important;
        margin-top: 10px!important;
        margin-bottom: 10px!important;
        font-weight: normal;
    }

    .select-row {
        display: -webkit-flex; /* Safari */
        -webkit-align-items: center; /* Safari 7.0+ */
        display: flex!important;
        align-items: center;
        /* background: #f9f9f9; */
        text-align: left;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .certificats-params .param-single .choise input {
        display: none;
    }

    .certificats-params .param-single .choise label:hover {
        /*background: #E98AC4;*/
    }

    .certificats-params .param-single .choise label {
        display: block;
        position: relative;
        text-align: center;
        /* padding-top: 60px; */
        cursor: pointer;
        /* padding-bottom: 60px; */
        /* background: #f9f9f9; */
        transition: all 0.3s;
        /* height: 200px; */
        /* overflow: hidden; */
        /* border-top: 1px solid #797979; */
        /* border-bottom: 1px solid #797979; */
    }

    .radio-choise {
        float: right;
    }

    .certificats-params .param-single .choise > div:first-child label {
        /* border-left: 1px solid #797979; */
    }

    .certificats-params .param-single .choise > div:last-child label {
        /* border-right: 1px solid #797979; */
    }

    .certificats-params .param-single .choise label p {
        font-size: 20px;
        margin-bottom: 5px;
        font-weight: bold;

        /* font-weight: normal; */
        /* padding-bottom: 10px; */
    }
    .certificats-params .param-single .choise div {
        /* color: #fff; */
        /*color: #910058;*/
        transition: background 0.3s;
        text-align: left;
        /*font-weight: bold!important;*/
    }

    .certificats-params .param-single .choise div input[type="radio"]:checked + label {
        /* color: #fff; */
        color: #910058;
        /*font-weight: bold!important;*/
    }

    .certificats-params .param-single .choise div input[type="radio"]:checked + label:before {
        position: absolute;
        width: 100.4%;
        height: 10px;
        background: #910058;
        /* content: " "; */
        left: -1px;
        top: -10px;
    }

    .certificats-params .param-single .choise label span {
        font-size: 16px;
        /* font-weight: normal; */
        line-height: 18px;
    }

    .certificats-params .param-single .form-block {
        border: 2px solid #dcdcdc;
        padding: 20px;
    }

    .form-block button {
        word-wrap: break-word;
        left: 0px;
        top: 0px;
        margin: 0 auto;
        width: 80%;
        height: 53px;
        background: inherit;
        background-color: #910058;
        box-sizing: border-box;
        border-width: 1px;
        border-style: solid;
        border-color: #910058;
        border-radius: 10px;
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.349019607843137);
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.349019607843137);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.349019607843137);
        font-weight: 700;
        font-style: normal;
        font-size: 15px;
        color: #FFFFFF;
    }

    .certificats-params .param-single .form-block .form-row > div {
        display: inline-block;
        /*vertical-align: middle;*/
        vertical-align: top;
        margin-right: -5px;
    }

    .certificats-params .param-single .form-block .form-row > div.left {
        width: 30%;
        text-align: right;
        padding-right: 10px;
        box-sizing: border-box;
        font-size: 15px;
        font-weight: 700;
    }

    .certificats-params .param-single .form-block .form-row {
        margin-bottom: 20px;
    }

    .certificats-params .param-single .form-block .form-row > div.right {
        width: 70%;
    }

    .certificats-params .param-single .form-block input[type="text"],
    .certificats-params .param-single .form-block input[type="email"],
    .certificats-params .param-single .form-block input[type="tel"] {
        max-width: 250px;
        background: #fff;
        border: 1px solid #dcdcdc;
        height: 36px;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        display: block;
        margin-bottom: 0px;
        border-radius: 4px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 100%;
    }

    .certificats-params .param-single .form-block textarea {
        max-width: 250px;
        background: #fff;
        border: 1px solid #dcdcdc;
        height: 150px;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        display: block;
        margin-bottom: 0px;
        border-radius: 4px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 100%;
        box-sizing: border-box;
        padding-top: 10px;
    }

    .certificats-params .param-single .form-block input[type="tel"] {
        padding-left: 40px;
    }

    .certificats-params .param-single .form-block .tel-wrap {
        position: relative;
    }

    .certificats-params .param-single .form-block .tel-wrap:before {
        position: absolute;
        content: "+7";
        display: block;
        height: 36px;
        border-radius: 4px 0px 0px 4px;
        width: 40px;
        border: 1px solid #dcdcdc;
        left: 0px;
        text-align: center;
        box-sizing: border-box;
        padding-top: 6px;
        top: 0px;
        background: #f9f9f9;
        color: #777;
        font-weight: 900;
    }

    .complete-button button {
        width: 335px;
        height: 59px;
        background: inherit;
        background-color: #910058;
        box-sizing: border-box;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(121, 121, 121, 1);
        border-radius: 5px;
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.349019607843137);
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.349019607843137);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.349019607843137);
        /*font-family: 'Arial ÐŸÐ¾Ð»ÑƒÐ¶Ð¸Ñ€Ð½Ñ‹Ð¹', 'Arial';*/
        font-weight: 700;
        font-style: normal;
        font-size: 25px;
        color: #FFFFFF;
    }

    .complete-button button span {
        position: relative;
        padding-right: 18px;
    }

    .complete-button button span:after {
        position: absolute;
        right: 0px;
        top: 25%;
        background: url(../img/btn_arrow.png) no-repeat center;
        content: " ";
        width: 11px;
        height: 18px;
    }

    .complete-button {
        text-align: right;
        padding-right: 20px;
        padding-bottom: 40px;
    }

    @media screen and (max-width: 400px) {	
        .certificats-params {
            padding: 0px;
        }

        .complete-button {
            text-align: right;
            padding-right: 0px;
            padding-bottom: 40px;
        }

        .complete-button button {
            width: 100%;
            font-size: 20px;
        }
    }

/**
* Tabs
*/
.tabs {
    /*    position: absolute;*/
    /*width: 100%;*/
    margin-top: 40px;
    /*margin-bottom: 20px;*/
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.tabs ul > li {
    display: inline-block;
    margin-right: 10px;
}

.tabs ul > li > a {
    background: #fff;
    z-index: 999999;
    font-size: 16px;
    font-weight: 700;
    -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.349019607843137);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.349019607843137);
    padding: 15px 20px 15px 20px;
    display: block;
    color: #000;
    text-decoration: none;
}

.tabs ul > li > a:hover,
.tabs ul > li.active > a {
    background: #910058;
    color: #fff;
}

.tabs-content {
    /* margin-bottom: 20px; */
}

.tabs-content > div.active {
    display: block;
}

.tabs-content > div {
    /* display: none; */
}

.tabs-content > div .title {
    font-weight: 700;
    font-style: normal;
    font-size: 1.3em;
    color: #910058;
    line-height: 1.5em;
    /* padding-bottom: 15px; */
}

.tabs-content > div {
    /* font-size: 16px; */
    /* line-height: 22px; */
    /* padding-right: 90px; */
}

div#tab-desc {
    margin-top: 28px;
    /* text-align: center; */
}

#tab-desc img {
    margin: 20px 0 0 0;
    width: 100%;
/*	-webkit-box-shadow: 2px 2px 5px 0 #cdcdcd;
box-shadow: 2px 2px 5px 0 #cdcdcd;
*/
/* -moz-box-shadow: 0px 0px 10px #cdcdcd; */
/* -webkit-box-shadow: 0px 0px 10px #cdcdcd; */
/* box-shadow: 0px 0px 10px #cdcdcd; */
}

#tab-desc .cert_back.certificate img,
#tab-desc .cert_back.e_certificate img {
    border-radius: 10px;
}

#tab-desc .cert_back {
    /* background-color: #edeff2; */
    border-radius: 10px;
    /* margin-bottom: 20px; */
    /* width: 280px; */
    /* margin: 0 20px; */
    /* height: 280px; */
    box-shadow: 0px 0px 10px -3px #000000;
}

#tab-desc .certificate-desc {
    text-align: left;
}

#tab-desc .cert_back.certificate {
    text-align: left;
}

#tab-desc .or {
    margin: 100px 0;
    /* font-weight: 700; */
    /* font-style: normal; */
    font-size: large;
    /* color: #910058; */
}

.tabs-content .tab-div-img {
    height: 120px;
}


.price-list {
    padding: 20px;
    background: #fcfcfc;
}

.price-list input {
    display: none;
}

.price-list label {
    display: block;
    cursor: pointer;
    padding: 5px;
}

.price-list label > span {
    display: inline-block;
    vertical-align: middle;
    margin-right: -3px;
}

.price-list label > span.name {
    width: 80%;
    font-weight: normal;
    padding-left: 30px;
    box-sizing: border-box;
}

.price-list label {
    position: relative;
}

.price-list label.radio:before {
    position: absolute;
    content: " ";
    margin-top: 2px;
    display: block;
    background: url(../img/radio.png) no-repeat top center;
    width: 18px;
    height: 18px;
}

.price-list label > span.price {
    width: 20%;
    font-weight: 700;
    text-align: right;
}

.price-list > p input[type="radio"]:checked + label {
    background: #e6e9ec;

}

.price-list > p input[type="radio"]:checked + label:before {
    background-position: bottom center;
}

.buy-block-full {
    padding: 20px;
    background: #eeeeee;
    text-align: center;
}

.buy-block-full > .block {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 3%;
}

.buy-block-full > .block:last-child {
    /* width: 20%; */
    /* margin-right: 0px; */
}

.buy-block-full > .block button {
    /*margin-bottom: 10px;*/
    margin: 20px auto;
}

.buy-block-full > .block button.buy-btn {

/* word-wrap: break-word;
left: 0px;
top: 0px;
width: 100%;
height: 53px;
background: inherit;
background-color: rgba(248, 176, 54, 1);
box-sizing: border-box;
border-width: 1px;
border-style: solid;
border-color: rgba(234, 150, 9, 1);
border-radius: 10px;
-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.349019607843137);
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.349019607843137);
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.349019607843137);

font-weight: 700;
font-style: normal;
font-size: 23px;
color: #FFFFFF; */
position: relative;
line-height: 42px;
border: 1px solid var(--btn-color-orange);
color: #fff;
background-color: var(--btn-color-orange);
padding: 0 20px;
/* margin: 0 10px 5px 0; */
height: 44px;
border-radius: 3px;
font-size: 18px;
display: inline-block;
vertical-align: top;
box-shadow: 0px 3px 0px var(--btn-color-orange-shadow);
-moz-box-shadow: 0px 3px 0px var(--btn-color-orange-shadow);
-webkit-box-shadow: 0px 3px 0px var(--btn-color-orange-shadow);
font-size: 22px!important;
}

.buy-block-full > .block button.order-btn {
/* word-wrap: break-word;
position: relative;
left: 0px;
top: 0px;
width: 100%;
height: 53px;
background: inherit;
background-color: #910058;
box-sizing: border-box;
border-width: 1px;
border-style: solid;
border-color: #910058;
border-radius: 10px;
-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.349019607843137);
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.349019607843137);
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.349019607843137);

font-weight: 700;
font-style: normal;
font-size: 18px;
color: #FFFFFF;
text-align: left;
padding-left: 15px; */

color: #910058;
text-decoration: underline;
border: none!important;
font-size: 14px!important;
background: none;
}

.buy-block-full > .block button.order-btn:focus, .buy-block-full > .block button.order-btn:hover, .buy-block-full > .block button.order-btn:active, .buy-block-full > .block button.order-btn:active:hover {
    color: #f8b036;
}

/* .buy-block-full > .block button.order-btn:after {
position: absolute;
right: 0px;
background: url(../img/phone_btn.png) #5f2c4a no-repeat center;
background-size: 30px 30px;
content: " ";
width: 53px;
top: 0px;
border-radius: 0px 10px 10px 0px;
height: 51px;
display: block;
} */

.buy-block-full > .block button.stay-btn {
    border: 1px solid #5f2c4a;
    border-radius: 10px;
    background: transparent;
    width: 100px;
    font-size: 18px;
    color: #5f2c4a;
}

.faq-block {
    margin-top: 40px;
}

.faq-block > div {
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
}

.faq-block > div.question {
    width: 25%;
    font-size: 20px;
    font-weight: 700;
    padding-right: 10px;
    box-sizing: border-box;
}

.faq-block > div.answer {
    width: 75%;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.faq-block > div.answer img {
    width: 100%;
    height: auto;
}

.faq-block > div.answer p {
    padding-bottom: 20px;
}

.description-block {
    display: table;
    width: 100%;
    margin-top: 40px;
}

.description-block > div {
    display: table-cell;
    vertical-align: middle;
    margin-right: -5px;
    width: 50%;
    background: #0d1972;
}

.description-block > div.left img {
    width: 100%;
    height: auto;
}

.description-block > div.right {
    padding: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}

/*     .wrap-map {
padding-top: 40px;
} */

.item-map,
.wrap-map iframe {
    width: 100%;
    height: 200px;
}

.wrap-map p.title {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 20px;
}

p.item-title {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 40px;
}

/**
* Price block
*/
.price-block {
    /*   margin-top: 70px;*/
    -moz-box-shadow: inset 0px 0px 10px var(--color-gray);
    -webkit-box-shadow: inset 0px 0px 10px var(--color-gray);
    box-shadow: inset 0px 0px 10px var(--color-gray);
    margin-bottom: 20px;
    text-align: center;
    /*padding-bottom: 20px;*/
    background: #fff;
}

.price-block .price-top {
    /*    border-bottom: 1px solid gray;*/
    padding: 20px;
}

.price-block .price-top .price {
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    /*    border-bottom: 1px solid #333;*/
    /*    margin-bottom: 10px;*/
    text-align: center;
}

.price-block .price-top .note {
    /*    font-weight: 700;*/
    font-size: 18px;
    line-height: 22px;
}

.price-block .variants-btn {
    background-color: white;
    border: 1px solid var(--btn-color-orange);
    padding: 5px 40px;
    border-radius: 5px;
}

.price-block .variants-btn span:after {
    content: " ";
    display: inline-block;
    position: absolute;
    /*right: 0px;*/
    background: url(../img/btn_arrow_orange.png) no-repeat center;
    width: 11px;
    height: 18px;
    top: 0px;
    transform: rotate(90deg);
    transition: all 0.4s;
    margin: 8px 0 0 10px;
}

.floating-buy .price-block .variants-btn span:after {
    margin: 10px 0 0 10px;
}

.price-block .variants-btn.active span:after {
    transform: rotate(270deg);
}

.price-block .current-variant.box {
    -moz-box-shadow: 0px 0px 10px var(--color-gray);
    -webkit-box-shadow: 0px 0px 10px var(--color-gray);
    box-shadow: 0px 0px 10px var(--color-gray);
    margin-left: 3px;
    margin-right: 3px;
}

.price-block .price-top .note span {
    color: #910058;
}

.price-block button {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.price-block .price-middle p > span {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding-top: 15px;
    display: block;
}

.price-block .buy-btn {
    position: relative;
    line-height: 42px;
    border: 1px solid var(--btn-color-orange);
    color: #fff;
    background-color: var(--btn-color-orange);
    padding: 0 15px;
    /*    margin: 0 10px 5px 0;*/
    height: 44px;
    border-radius: 3px;
    font-size: 18px;
   /* display: inline-block;*/
    vertical-align: top;
    box-shadow: 0px 3px 0px var(--btn-color-orange-shadow);
    -moz-box-shadow: 0px 3px 0px var(--btn-color-orange-shadow);
    -webkit-box-shadow: 0px 3px 0px var(--btn-color-orange-shadow)
}
.floating-buy .price-list{
    bottom: 0;
}

.floating-buy .price-float {
    color: #000;
}

.price-block .buy-btn:hover {
    background-color: rgb(255, 168, 20);
}

/*
.price-block .buy-btn {
word-wrap: break-word;
left: 0px;
top: 0px;
width: 80%;
height: 53px;
background: inherit;
background-color: rgba(248, 176, 54, 1);
box-sizing: border-box;
border-width: 1px;
border-style: solid;
border-color: rgba(234, 150, 9, 1);
border-radius: 10px;
-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.349019607843137);
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.349019607843137);
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.349019607843137);
font-weight: 700;
font-style: normal;
font-size: 15px;
color: #FFFFFF;
}
*/
.price-block .buy-btn span {
    position: relative;
    padding-right: 20px;
}

.price-block .buy-btn span:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0px;
    background: url(../img/btn_arrow.png) no-repeat center;
    width: 11px;
    height: 18px;
    top: 0px;
    transform: rotate(90deg);
    transition: all 0.4s;
}


.price-block .buy-btn.active span:after {
    transform: rotate(270deg);
}


.price-block .order-btn {
    word-wrap: break-word;
    left: 0px;
    top: 0px;
    width: 80%;
    height: 53px;
    background: inherit;
    background-color: #910058;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #910058;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.349019607843137);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.349019607843137);
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    color: #FFFFFF;
}

.price-block .button-block {
    margin-bottom: 20px;
}

.watched {
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.349019607843137);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.349019607843137);
    background: #fff;
    margin-top: 40px;
}

.watched .title {
    border-bottom: 3px solid #910058;
    padding: 15px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.watched .watched-list .single {
    border-bottom: 1px dashed #eaeaea;
    padding: 10px;
}

.watched .watched-list .single > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: -5px;
}

.watched .watched-list .single > div.left {
    width: 30%;
}

.watched .watched-list .single > div.left img {
    width: 90%;
    margin: 0 auto;
    border-radius: 50%;
}

.watched .watched-list .single > div.text {
    width: 70%;
    box-sizing: border-box;
    padding-left: 10px;
}

.watched .watched-list .single > div.text .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 5px;
}

.watched .watched-list .single > div.text .price {
    font-size: 14px;
    color: #333;
}

.certificates-popular {
    margin-top: 40px;
}

.certificates-popular .title {
    border-bottom: 3px solid #910058;
    padding: 15px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.active-price-block .price-top {

}

.active-price-block {
    margin-top: 0px;
    transition: all 0.4s;
    padding-top: 10px;
    position: fixed;
    width: 262px;
    background: #fff;
    z-index: 99999999;
    top: 53px;
}

/*minimize active-price-block*/
.price-block .maximize, .price-block .minimize {
    display: none;
}

.active-price-block .maximize {
    font-size: 16px;
    font-weight: 700;
    display: none;
    cursor: pointer;
    margin-top: -10px;
    height: 54px;
    padding-top: 16px;
}

.active-price-block .minimize {
    font-size: 16px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    margin-bottom: -20px;
    height: 50px;
    padding-top: 13px;
    border-top: 1px solid gray;
}

.active-price-block .maximize:hover, .active-price-block .minimize:hover {
    background: #910058;
    color: #fff;
}

.active-price-block.minimized .maximize {
    display: block;
}

.active-price-block.minimized .minimize {
    display: none;
}

.active-price-block.minimized {
    height: 54px;
    overflow: hidden;
}

.active-price-block .price-middle p > span {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

/*cert*/
.active-price-block .price-middle p > span {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.certificat-images {
    padding-bottom: 15px;
    border: solid 1px #ecebeb;
/*    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.349019607843137);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.349019607843137);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.349019607843137);*/
}

.multi-certificat-images {
    padding-bottom: 0;
}

.certificat-images .slider-for {
    height: 400px;
    overflow: hidden;
}

.certificat-images .slider-for .slick-slide {
    height: 400px;
    background: black;
}

.certificat-images .slider-for img {
    /*position: absolute;*/
    /*left: 0px;*/
    /*right: 0px;*/
    /*bottom: 0px;*/
    /*top: -50%;*/
    /*top: 0px;*/
    /*width: 100%;*/
    /*height: auto;*/
    margin: auto;
    height: 100%;
}

.certificat-images .data-slider {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 150%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.certificat-images .slick-current .data-slider {
    padding-top: 0%;
}

.certificat-images .data-slider .play-btn img {
    width: auto;
    position: static;
}

.certificat-images .data-slider .play-btn {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    text-align: center;
}

.certificat-images .data-slider .play-btn a {
    position: absolute;
    left: 45%;
    top: 60%;
    margin-top: -92px;
}

.certificat-images .slider-nav {
    width: 80%;
    margin: 0 auto;
}

.certificat-images .slider-nav img {
    /* width: 100%; */
    /* height: auto; */
    height: 100%;
}

.certificat-images .slider-nav .slick-slide {
    width: 88px;
    height: 65px;
    margin-right: 15px;
    margin-top: 15px;
    cursor: pointer;
}

.certificat-images .data-slider .additional-data {
    color: #fff;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.certificat-images .data-slider .additional-data > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    font-weight: 700;
    font-size: 18px;
}

.certificat-images .data-slider .additional-data > div p {
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 60px;
}

.certificat-images .data-slider .additional-data > div:last-child {
    margin-right: 0px;
}
/**/
.certificat-top-additional-data{
    padding: 4px 0 31px 0;
}

.certificat-top-additional-data div p {
    background-repeat: no-repeat;
    background-position: middle left;
    padding-left: 40px;
    background-size: contain;
    height: 32px;
    font-size: 1.1em;
    padding-top: 4px;
}

.certificat-top-additional-data div p.users {
    background-image: url(../img/users-2.png);
}

.certificat-top-additional-data div > p.city {
    background-image: url(../img/tr_city.png);
}

.certificat-top-additional-data div p.time {
    background-image: url(../img/time.png);
}

.certificat-top-additional-data div p.return_money {
    background-image: url(../img/return_money.png);
}

.certificat-top-additional-data div p.wallet {
    background-image: url(../img/wallet.png);
}

.certificat-top-additional-data div p.star {
    background-image: url(../img/star.png);
}

.additional-info {
    padding: 30px;
}

@media screen and (max-width: 425px) {
    .additional-info {
        padding: 30px 0px;
    }
}

.additional-info .row {
    display: table;
    padding: 0 0 26px 0;
    width: 100%;
}

.additional-info figure {
    width: 70px;
    text-align: center;
    height: 70px;
    background-repeat: no-repeat;
    background-position: middle left;
    background-size: contain;
}

.certificat-bottom-additional-data figure.no-icon {
    background-image: url(../img/additional-data/no-icon.png);
}

.certificat-bottom-additional-data figure.time {
    background-image: url(../img/additional-data/time.png);
}

.certificat-bottom-additional-data figure.calendar {
    background-image: url(../img/additional-data/calendar.png);
}

.certificat-bottom-additional-data figure.users {
    background-image: url(../img/additional-data/users.png);
}

.certificat-bottom-additional-data figure.take {
    background-image: url(../img/additional-data/take.png);
}

.certificat-bottom-additional-data figure.season {
    background-image: url(../img/additional-data/season.png);
}

.certificat-bottom-additional-data figure.security {
    background-image: url(../img/additional-data/security.png);
}

.certificat-bottom-additional-data figure.clothing {
    background-image: url(../img/additional-data/clothing.png);
}

.certificat-bottom-additional-data figure.with {
    background-image: url(../img/additional-data/with.png);
}

.certificat-bottom-additional-data figure.work_time {
    background-image: url(../img/additional-data/work_time.png);
}

.additional-info img {
    vertical-align: middle;
}

.additional-info .row .col {
    display: table-cell;
    vertical-align: top;
    /*width: 50%;*/
}

.additional-info dl {
    display: table;
}

.additional-info dt, .additional-info dd {
    display: table-cell;
    vertical-align: middle;
}

.additional-info dd {
    vertical-align: top;
}

.additional-info .desc {
    padding: 0 30px 0 20px;
}

.additional-info .desc span {
    font-weight: 800;
    font-size: 16px;
/*        line-height: 35px;
padding: 0 0 1px;
margin: 0;*/
}

.additional-info .desc p {
    font-size: 15px;
    line-height: 23px;
    padding-top: 5px;
}


.certificat-anons {
    margin-top: 30px;
}

.certificat-anons .description p {
    font-size: 16px;
    margin-top: 40px;
}

/**/
.certificat-images .slider-nav .slick-list {
    /*overflow: visible !important;*/
}

.certificat-images .slider-nav .slick-slide {
    position: relative;
}

.certificat-images .slider-nav .slick-slide > div {
    width: 88px;
    height: 65px;
    overflow: hidden;
}

.certificat-images .slider-nav .slick-slide:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 19px;
    top: -33px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 999999;
}

/*.certificat-images .slider-nav .slick-slide.slick-current:before {*/
    /*background: url(../img/white-corner.png) no-repeat center;*/
    /*}*/

    .certificat-images .slider-nav .slick-slide {
        opacity: 0.5;
    }

    .certificat-images .slider-nav .slick-slide:hover {
        opacity: 1;
    }

    .certificat-images .slider-nav .slick-slide.slick-current {
        opacity: 1;
    }

    .slider-video {
        display: none;
    }

    .slider-video iframe{
        height: 400px;
    }


    .sidebar > .active-price-block + div {
        margin-top: 430px;
    }

    .open-menu {
        display: none;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 999999;
        position: fixed;
    }

    .open-menu.active {
        top: 130px;
    }

    .open-menu {
        display: none;
        color: #fff;
        width: 53px;
        height: 53px;
        background: #910058;
        font-size: 24px;
    }

    .open-menu:hover {
        color: #fff;
        background: #7b3961;
    }

    .open-menu > i {
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        top: 0px;
        bottom: 0px;
        width: 21px;
        height: 25px;
    }

    .fixed-tabs {
        position: fixed;
        top: 33px;
        background: #fff;
        max-width: 847px;
        z-index: 99999999;
        border-bottom: 1px solid #910058;
        border-left: 1px solid #910058;
        border-right: 1px solid #910058;
    }

    .fixed-tabs ul > li > a {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .tabs-content.how_work{
        /* padding: 20px 0; */
        background-color: #fff;
        /* clear: left; */
        background: url(../img/tabs_fon2.png) #fff;
        background-size: 200px;
        box-shadow: inset 0px 10px 9px -10px #9a9a9a;
    }

    .modal-price-list {
        height: 0px;
        overflow: hidden;
        width: 800px;
        position: fixed;
        top: 320px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        z-index: 999999999;
        transition: all 0.5s;
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    }

    .modal-price-list.active {
        height: auto;
        overflow: visible;
        z-index: 9999999999;
    }

    .modal-price-list-overlay {
        display: none;
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        margin: auto;
        height: 100%;
        width: 100%;
        z-index: 999999999;
    }

    .items-list.one-item-row > div {
        width: 262px;
    }

/* .more-certs {
margin: 20px;
padding: 7px;
border-radius: 50px;
border: 1px solid #910058;
font-size: 13px;

color: #fff;
text-transform: uppercase;
text-decoration: none;
background: #910058;
} */

.more-certs {
    width: 65%;
    min-width: 180px;
    background: #910058;
    text-transform: uppercase;
    color: #fff;
    font-size: initial;
    border-radius: 4px;
    height: 60px;
    cursor: pointer;
    border: none;
    line-height: 50px;
}

.more-certs:hover {
    background: #f8b036;
    color: #fff;
    border: 1px solid #DE8D07;
}

.more-certs:active, .more-certs:focus {
    background: #DE8D07 !important;
    border: 1px solid #DE8D07 !important;
    color: #fff !important;
}

.all-contacts p {
    margin-top: 5px;
}

div {
    /*border-radius: 5px;*/
}

.slick-prev.slick-arrow {
    left: 0;
    z-index: 1;
    height: 50%;
    width: 70px;
}

.slick-next.slick-arrow {
    right: 0;
    z-index: 1;
    height: 50%;
    width: 70px;
}

/*
.slick-prev:before, .slick-next:before {
    font-family: FontAwesome;
    font-size: 40px;
    line-height: 1;
    color: gray;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}
*/

.activacia {
    padding: 15px 20px;
    background-color: #f8b036;
    color: #fff;
    font-size: 1.3em;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 5px 0 #cdcdcd;
    box-shadow: 2px 2px 5px 0 #cdcdcd;
}

.activacia:hover {
    text-decoration: underline;
    color: #fff;
}

.ya-share2__container_size_m .ya-share2__icon {
    height:36px!important;
    width:36px!important;
}

.multi-divider {
    display: none;
}

.btn-see-cert-in-multi {
    background-color: #fff;
    border:2px solid #F8B036;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
    -moz-box-shadow: 0 3px 3px 0 #ccc;
    -webkit-box-shadow: 0 3px 3px 0 #ccc;
    box-shadow: 0 3px 3px 0 #ccc;
}
.btn-see-cert-in-multi:hover, .btn-see-cert-in-multi:active, .btn-see-cert-in-multi:active:hover {
    background-color: #fff;
    border:2px solid #DE8D07;
    color: #000;
    -moz-box-shadow: 0 3px 3px 1px #ccc;
    -webkit-box-shadow: 0 3px 3px 1px #ccc;
    box-shadow: 0 3px 3px 1px #ccc;
}
.multi-variant-info {
    /* display: none; */
}

.giveme-mobile {
    display: none;
    background: #fff;
    border: 2px solid #EEEEEE;
    padding: 10px;
    color: #910058;
}
.giveme-mobile a,
.giveme, .giveme a {
    color: #910058;
}

.top-banner-1 {
	background-image: radial-gradient(#953268, #470c29);
    /*background: #944575;*/
    /*background: #97C0F6;*/
    /* background: #910058; */
    /* background-image: url(../img/top_banner_bg.png); */
    /*background-image: url(../img/top_banner_bg_8marta.png);*/
    /*background-image: url(../img/top_banner_bg_ny.png);*/

    /* margin-bottom: 30px; */
    /* padding-bottom: 50px; */
    padding-bottom: 10px;
    /* height: 208px; */
    background-size: cover;
    min-height: 346px;
}

.banner-title {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #F8B036;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.banner-title-descript-23feb {
    font-weight: 900;
    font-size: 22px;
    text-align: center;
    color: white;
    margin-bottom: 10px;
    text-shadow: black 0 0 4px;
}

.banner-title-descript {
    font-weight: 400;
    font-size: 29px;
    text-align: center;
    color: white;
    margin-bottom: 10px;
    /*text-shadow: white 0 0 4px;*/
}

.top-banner-1 .slick-arrow:before {
    color: #F8B036;
    opacity: 1;
}

.search-block {
    position: relative;
    margin-top: -80px;
}

.single {
    /* width: 125px; */
    position: relative;

    /* height: 232px; */
    height: 210px;
    width: 210px;
    text-align: center;
/* margin-left: auto;
margin-right: auto;  */
vertical-align: middle;

}

.single img {
    height: 210px;
    width: 210px;
    /* display: block; */
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
/* margin-left: 15px;
margin-right: 15px; */
}

.single .img-yellow{
    z-index: 1;
    /* margin-left: -6px; */
/* top: 0px;
left: 0px; */
}
.single .img-cert{
    z-index: 2;

/* top: 0;
left: 0; */
}
.single .img-grey{
    z-index: 3;
/* top: 0px;
left: 0px; */
border: 4px solid #F8B036;
/*border: 4px solid #0087FB;*/
border-radius: 105px;
-webkit-box-shadow: 0px 0px 20px black;
box-shadow: 0px 0px 20px black;
}
.single .img-see-btn{
    z-index: 4;
/* top: 0px;
left: 0px; */
}

.single .sert-see-btn {
    color: #F8B036!important;
    /*color: #0087FB!important;*/

    /* font-weight: 700; */
    font-size: 14px;
    margin-top: 10px;
}

.single .title-see-btn {
    z-index: 4!important;
    color: #fff!important;
    position: absolute!important; /*it can be fixed too*/
    /* top: 30%; */
    height: 50%;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.single .title-see-btn .sert-name-text {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    height: 70px;
    margin-top: -10px;
    /* vertical-align: middle; */
    display: table-cell;
    vertical-align: middle;
    width: 210px;

}

.banner-slider-1 .slick-list {
    /* height: 225px; */
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.banner-slider-2 .slick-list {
    /* height: 225px; */
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

/* .banner-slider-1 {
padding-bottom: 20px;
padding-top: 20px!important;

} */

.hovering {
    display: none;
}
.hovering.shown{
    display: block;
}
/* .banner-slider-1 a:active .single .hovering, .banner-slider-1 a:hover .single .hovering, .banner-slider-1 a:active:hover .single .hovering { */
    .banner-slider-1 a:hover .single .hovering{
        display: block;
    }

    .banner-slider-2 a:hover .single .hovering{
        display: block;
    }

    .no-left-right-paddings {
        padding-right: 0;
        padding-left: 0;
    }

    .top-banner-1 a:focus {
        outline: none;
    }
    .banner-slider-1 a {
/* margin-left: 15px;
margin-right: 15px; */
padding-left: 15px;
padding-right: 15px;
}

.banner-slider-2 a {
/* margin-left: 15px;
margin-right: 15px; */
padding-left: 15px;
padding-right: 15px;
}

.gift-title-top {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
}
.gift-top-img {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.gift-top-right-arrow {
    margin-top: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .gift-top-right-arrow img{
        transform: rotate(90deg);
    }

    .gift-top-right-arrow {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #tab-desc .cert_back {
        width: 290px;
    }
}


.gift-top-number {
    margin-bottom: 10px;
}
.gift-top-text-under-num {
    text-align: center;
    font-size: 18px;
    /* font-weight: 700; */
    line-height: 1.1;
}
.gift-cert-name {
    text-align: center;
    /* font-size: 34px; */
    font-weight: 700;
    line-height: 1.1;
    margin-top: 50px;
    margin-bottom: 5px;
    border-right: 30px solid #FDC800;
    border-left: 30px solid #FDC800;
}
.gift-cert-variant {
    text-align: center;
    font-size: 22px;
    /* font-weight: 700; */
    line-height: 1.1;
    /* margin-top: 10px; */
    margin-bottom: 50px;
}
.gift-cert-img {
    width: 100%;
}
.gift-cert-img-in-multi {
    width: 50%;
}
.gift-congratulation-title {
    text-align: center;
    color: #C7037C;
    /* font-size: 34px; */
    font-weight: 700;
    /* max-width: 40%; */
}
.gift-congratulation-text-cont {
    margin-top: 15px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.3);
    font-size: 24px;
    text-align: center;
}
.gift-congratulation-text {
    /* quotes: "\00ab" "\00bb"; */
}

.gift-hr hr{

    border: none; /* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ Ð³Ñ€Ð°Ð½Ð¸Ñ†Ñƒ Ð´Ð»Ñ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ð° Firefox */
    color: red; /* Ð¦Ð²ÐµÑ‚ Ð»Ð¸Ð½Ð¸Ð¸ Ð´Ð»Ñ Ð¾ÑÑ‚Ð°Ð»ÑŒÐ½Ñ‹Ñ… Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ð¾Ð² */
    background-color: #FDCC11; /* Ð¦Ð²ÐµÑ‚ Ð»Ð¸Ð½Ð¸Ð¸ Ð´Ð»Ñ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ð° Firefox Ð¸ Opera */
    height: 3px; /* Ð¢Ð¾Ð»Ñ‰Ð¸Ð½Ð° Ð»Ð¸Ð½Ð¸Ð¸ */
    margin-left: 40px;
    margin-right: 40px;
}
.gift-buyer-text {
    color: #FDCC11;
    /* text-align: center; */
    font-weight: 700;
}
.gift-how-title {
    /* text-align: center; */
    font-weight: 700;
    font-size: 22px;
}
.gift-how-text {
    font-size: 20px;
}
.how-img-cont {
    position: relative;
    height: 90px;
}
.gift-how-img {
/* width: 50%;
height: 50%; */
overflow: auto;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
/*.gift-how-row {*/
    /*margin-top: 30px;*/
    /*margin-bottom: 30px;*/
    /*}*/
    .gift-how-title-text {
        /*position: absolute!important; /*it can be fixed too*/
        /* top: 30%; */
        height: 50%;
        width: 100%;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .gift-how-title-text-cont {
        /*height: 420px;*/
    }

    .gift-city {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        background-color: #C7037C;
        padding-top: 7px;
        padding-bottom: 7px;
        color: #fff;
    }
    .gift-city-in-multi {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        background-color: #C7037C;
        padding-top: 7px;
        padding-bottom: 7px;
        color: #fff;
        width: 50%;
        margin: auto;
    }
    .gift-see-btn {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        background-color: #FDC800;
        padding-top: 7px;
        padding-bottom: 7px;
        margin-bottom: 20px;
        -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.7);
        box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.7);
        color: #000;
    }
    .gift-see-btn:active, .gift-see-btn:hover, .gift-see-btn:active:hover {
        color: #910058;
        -webkit-box-shadow: 0px 0px 36px -2px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0px 0px 36px -2px rgba(0, 0, 0, 0.7);
        box-shadow: 0px 0px 36px -2px rgba(0, 0, 0, 0.7);
    }

    .gift-multisee-btn {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        background-color: #FDC800;
        padding-top: 7px;
        padding-bottom: 7px;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #000;
        -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.7);
        box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.7);
    }

    .gift-multisee-btn:active, .gift-multisee-btn:hover, .gift-multisee-btn:active:hover {
        color: #910058;
        -webkit-box-shadow: 0px 0px 36px -2px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0px 0px 36px -2px rgba(0, 0, 0, 0.7);
        box-shadow: 0px 0px 36px -2px rgba(0, 0, 0, 0.7);
    }

    .gift-multi-cont {
        display: none;
    }
    .visible-gift-multi-cont {
        display: block;
    }

    .gift-multi-info-block-text {
        margin-top: 12px;
    }

    .center-illuminator .img-grey {
        z-index: 3;
        border: 4px solid #F8B036;
        /*border: 4px solid #0087FB;*/
        border-radius: 105px;
        -webkit-box-shadow: 0px 0px 20px black;
        box-shadow: 0px 0px 20px black;
        height: 210px;
        width: 210px;
    }
    .center-illuminator {
        padding-top: 20px;
        position: absolute;
        z-index: 7;
        left:0;
        right:0;
        display: none;
    }
    .center-illuminator.shown{
        display: block;
    }

    .catalog-btn {
        /* color: #F8B036; */
        border: 2px solid;
        border-radius: 20px;
        border-color: #F8B036;
        padding: 10px;
    }
    /* .catalog-btn:hover, .catalog-btn:active, .catalog-btn:active:hover { */
        .catalog-btn:hover {
            background-color: #f8b036;
            text-decoration: none!important;
        }

        .multi-pic-label {
            display: inline-block;
            position: absolute;
            top: 0;
            right: 0;
            color: #fff;
            padding: 2px;
            font-size: 18px;
            background: rgba(248,176,54,0.8);
            padding-left: 10px;
            padding-right: 10px;
        }

        .cert-in-multi-index {
            display: none;
            font-size: 18px;
            color: #fff;
            background: #F8B036;
            margin-bottom: 1px;
        }

        .trigger-step {
            width: 100%;
            cursor: pointer;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .trigger-step:hover, .trigger-step:active, .trigger-step:active:hover {
            -webkit-box-shadow: 0px 0px 18px -2px rgba(248, 176, 54, 1);
            -moz-box-shadow: 0px 0px 18px -2px rgba(248, 176, 54, 1);
            box-shadow: 0px 0px 18px -2px rgba(248, 176, 54, 1);
        }
        .trigger-step .number.trigger {

            display: table-cell;
            vertical-align: middle;
            font-weight: 400;
            font-style: normal;
            /* font-size: 15px; */
            font-size: 18px;
            padding-left: 5px;
            float: left;
        }
        .trigger-step .text {
            padding-right: 10px;
            padding-left: 10px;
            display: table-cell;
            vertical-align: middle;
            font-weight: 400;
            font-style: normal;
            /* font-size: 15px; */
            font-size: 17px;
            /* color: #910058; */
        }

        .trigger-popup-panel {
            border: none;
            margin-bottom: 0;
        }
        .trigger-popup-panel .panel-heading {
            border-color: #910058;
            background: #910058;
            font-size: 1.3em;
            padding: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }
        .a-no-decoration {
            text-decoration: none!important;
            color: #000!important;
        }
        .trigger-popup {
            /* 	margin-top: 50px; */
        }
        .trigger-popup .modal-header {
            background: #910058;
            border-radius: 4px;
            color: #fff;
        }

        .trigger-popup .modal-dialog {
            top: 100px;
        }
        .trigger-step.inline-block {
            display: inline-block;
            width: initial;
        }
        .city.inline-block {
            padding-left: 10px;
            display: table-cell;
            vertical-align: middle;
            font-weight: 400;
            font-style: normal;
            /* font-size: 15px; */
            font-size: 18px;
        }

        .inline-block .number.trigger img {
            height: 34px;
            width: auto;
        }

        .trigger-step.inline-block .text {
            font-size: 14px;
        }
        .a-no-decoration:focus {
            outline: none;
        }
        #trigger-step-0 {
            cursor: default;
        }
        #trigger-step-0:hover, #trigger-step-0:active, #trigger-step-0:active:hover {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .floating-buy {
            /* display: none; */
            margin-top: 4px;
            /* position: fixed; */
            /* top: 5px; */
            /* right: 0; */
            /* height: auto; */
            /* z-index: 99999999; */
        }

        .mobile-bottom-sidebar {
            display: hidden;
        }

        .floating-buy .dropdown-price-list {
/*   bottom: 30px;
position: fixed; */
}
.floating-buy .price-block {
    /* padding: 0; */
    padding-bottom: 1px;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.floating-buy .price-block .variants-btn {
    /* margin-top: 0; */
    display: inline-block;
    /* padding: 5px 30px; */
    margin: 0;
    padding: 0;
    padding-right: 15px;
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: rgba(255, 255, 255, 0.9);
}
.floating-buy .price-block .buy-btn {
/* margin-top: 0;
height: 30px; */
display: inline-block;
margin: 0;
padding: 0;
line-height: 0;
height: 29px;
padding-left: 40px;
padding-right: 40px;
background: rgba(253, 151, 41, 0.9);
}

.close-btn-dropdown-price-list {
    padding-top: 3px!important;
    color: #F8B036!important;
    font-weight: 700;
    font-size: 16px;
}

.major-overlay .floating-buy {
    /* right: 120px; */
    /* display: block;  */
    z-index: 9;
    /* position: fixed!important; */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.alarm-message {
    z-index: 1000!important;
}

.btn-go-to-buy-cont-1 .btn-go-to-buy {
    cursor: pointer;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 29px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(253, 151, 41, 0.9);
    position: relative;
    line-height: 42px;
    border: 1px solid var(--btn-color-orange);
    color: #fff;
    background-color: var(--btn-color-orange);
    padding: 0 35px;
    height: 44px;
    border-radius: 3px;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 3px 0px var(--btn-color-orange-shadow);
    -moz-box-shadow: 0px 3px 0px var(--btn-color-orange-shadow);
    -webkit-box-shadow: 0px 3px 0px var(--btn-color-orange-shadow);
    font-weight: 700;
    margin-top: 30px;
}

.fixed-top-menu-n .btn-go-to-buy {
    cursor: pointer;
    background: rgba(253, 151, 41, 0.9);
    border: 1px solid var(--btn-color-orange);
    color: #fff;
    background-color: var(--btn-color-orange);
    padding: 0 35px;
    border-radius: 3px;
    font-size: 18px;
    display: inline-block;
    box-shadow: 0px 3px 0px var(--btn-color-orange-shadow);
    -moz-box-shadow: 0px 3px 0px var(--btn-color-orange-shadow);
    -webkit-box-shadow: 0px 3px 0px var(--btn-color-orange-shadow);
    font-weight: 700;
    margin-top: 4px;
}

.mobile-menu-2 .btn-go-to-buy {
	cursor: pointer;
	color: #fff;
	background-color: var(--btn-color-orange);
	padding: 5px 0;
}

.variant-colored-text {
    cursor: pointer;
}

.subscribe-before-leaving {
    display: none;
}

.bottom-mobile-menu {
    display: none;
}
.mobile-bottom-sidebar {
    display: none;
}
.circle-progress-bar {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 999999999;
    /* background:#F8B036; */
    /* background:#eee; */
}


.footer-counters {
    display: none!important;
}

.major-popup {
    position: relative!important;
    /* margin-top: 100px!important; */
}

.bx_filter_parameters_box_title{
    -webkit-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.fixed-top-filter {
    z-index: 9985!important;
    position: fixed!important;
    top: 40px;
    left: 15px;
    right: 15px;
    padding: 0!important;
    padding-top: 2px!important;
    padding-bottom: 2px!important;

    border-radius: 0px!important;
    /* border: 2px solid #910058; */
    /* background: rgba(145, 0, 88, 0.85)!important; */
    background: var(--topmenu-color-purple)!important;
    border-bottom: 1px solid #fff;

    /* background: #F8B036!important; */
}
.fixed-top-filter .bx_filter_popup_result, .fixed-top-filter .clear-filter-link {
    display: none!important;
}
.fixed-top-filter .filter-number{
    color: #FCD609!important;
}

.filter-title {
    color: #910058;
}

.fixed-top-filter .use-filter-link {
    font-weight: 900;
    color: #910058;
    background: #FCD609;
    /* padding: 7px; */
/* -webkit-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.5);
box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.5); */

}


.footer-social-title {
    color: white;
    font-weight: 700;
    margin-top: 20px;
}
.footer-social-groups ul li a span {
    /* color: rgba(255,255,255,0.5); */
    color: #F8B036;
    font-size: 32px;
}
.footer-social-groups ul li {
    display: inline-block;
}

.who_sert {
    margin-bottom:100px;
}

.who_sert h1 {
    /* font-size: 28px; */
    font-weight: bold;
    margin-bottom: 30px;
    line-height: inherit;
}

.who_sert  img.who_sert_banner {
    width: 100%;
    -webkit-box-shadow: 0px 20px 30px -6px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 20px 30px -6px rgba(0,0,0,0.20);
    box-shadow: 0px 20px 30px -6px rgba(0,0,0,0.20);
}

.who_sert .sert_otstup > .desc {
    font-size: x-large;
    display: flex;
    text-align: left;
    width: 420px;
    margin-left: 60px;
}

.who_sert .desc img{
    /* padding: 0 20px 20px; */
    /* float: left; */
    margin: 0 20px 20px;
    height: 45px;

}

.who_sert .price {
    text-align: right;
    font-weight: bold;
    font-size: x-large;
    width: 420px;
    margin-left: 60px;
}

.who_sert h2 {
    margin-top: 40px;
    font-size: xx-large;
    font-weight: 700;
    line-height: inherit;
}

@media screen and (max-width: 400px) {

    .who_sert h1 {
        font-size: x-large;
    }

    .who_sert h2,
    .who_sert .b_nabor,
    .who_sert .tabs .step div.text,
    .who_sert .tab_desc,
    .who_sert .zabota p,
    .who_sert .desc_1 {
        font-size: large!important;
    }

    .who_sert img.sert_img {
        width:100%;
    }

    .who_sert .sert_otstup > .desc  {
        font-size: large;
        display: flex;
        text-align: left;
        width: 100%;
        margin-left: 0px;
    }

    .who_sert .price {
        text-align: right;
        font-weight: bold;
        font-size: large;
        width: 100%;
        margin-left: 0px;
    }

    .who_sert .b_nabor {
        padding: 0 15px!important;
    }

    .who_sert .tabs .step {
        margin-bottom: 40px;
    }

    .who_sert .tabs .step div.number {
        font-size: 5em!important;
        padding: 0 10px 0 0!important;
    }

    .who_sert .step div.text img.min {
        height: 35px;
    }

    .who_sert .zabota img.sms_zabota {
        margin-bottom: 40px;
    }

    .who_sert .zabota .sms_block {
        margin-bottom: 0px;
    }

    .who_sert .trigger p.title {
        line-height: 1.42857143;
        margin: 0!important;
    }

    .who_sert .trigger p.big_ico {
        font-size: 3em!important;
        margin: 20px 0!important;
    }

    .who_sert .trigger {
        background-image: url(/)!important;
    }

    .t1 {
        padding: 30px 0;
        border-top: 1px solid white;
    }

}



/* .who_sert h2.title { */
    /* margin-top: 50px; */
    /* margin-bottom: 30px; */
    /* } */

    /* .who_sert h2.sert_list { */
        /* margin-top: 30px; */
        /* font-size: 24px; */
        /* font-weight: 700; */
        /* } */

        .who_sert .sert_otstup {
            margin-top: 30px;
            text-align: center;
        }

        .who_shadow_top {
            -webkit-box-shadow: inset 0px -24px 29px -13px rgba(0,0,0,0.49);
            -moz-box-shadow: inset 0px -24px 29px -13px rgba(0,0,0,0.49);
            box-shadow: inset 0px -24px 29px -13px rgba(0,0,0,0.49);
        }

        .who_sert .tabs {
            /* background: url(/images/who_sert/fon_gift_pink.png); */
            background-color: #910058;
            /* min-height: 430px; */
            padding: 0 20px 30px 20px!important;
            width: 100%;
            margin-left: 0px;
            margin-right: 0px;
        }

        .who_sert .tab_title {
            color: #fff;
        }

        .who_sert .tab_desc {
            color: #ffd405;
            font-size: x-large;
            margin: 20px 0;
            line-height: normal;
        }
        .who_sert img.nabor {
            width: 75%;
        }

        .who_sert .desc_1 {
            color: #fff;
            font-size: x-large;
            margin-bottom: 30px;
            margin-top: 30px;
        }

        .who_sert .b_nabor {
            cursor: pointer;
            margin: 0;
            padding: 0;
            line-height: 0;
            height: 29px;
            padding-left: 20px;
            padding-right: 20px;
            background: rgba(253, 151, 41, 0.9);
            position: relative;
            line-height: 42px;
            border: 1px solid var(--btn-color-orange);
            color: #fff;
            background-color: var(--btn-color-orange);
            padding: 0 35px;
            /* margin: 0 10px 5px 0; */
            height: 44px;
            border-radius: 3px;
            font-size: 18px;
            display: inline-block;
            vertical-align: top;
            box-shadow: 0px 3px 0px var(--btn-color-orange-shadow);
            -moz-box-shadow: 0px 3px 0px var(--btn-color-orange-shadow);
            -webkit-box-shadow: 0px 3px 0px var(--btn-color-orange-shadow);
            font-weight: 700;
        }

        .who_sert .tabs .sms {
            margin: 50px 0px 0px 0px;
            height: 50px;
        }

        .who_sert .tabs img.surpriz {
            width: 80%;
        }

        .who_sert .tabs .step {
            display: table;
            color: #fff;
        }

        .who_sert .tabs .step div.number{
            font-size: 8em;
            padding: 0 20px;
        }

        .who_sert .tabs .step div.text {
            font-size: x-large;
            display: table-cell;
            vertical-align: middle;
            text-align: left;
            width: 100%;
        }

        .who_sert .step  div.text span {
            color: #f2c200;
            display: block;
        }

        .who_sert .step  div.text img.min {
            display: block;
        }

        .who_sert .zabota .circle {
            width: 200px;
            height: 200px;
            border: solid 3px #910058;
            border-radius: 500px;
            -webkit-border-radius: 500px;
            position: relative;
            text-align: center;
            vertical-align: middle;
            padding: 50px 20px;
            font-size: larger;
            font-weight: 900;
            display: -webkit-box;
            line-height: normal;
        }

        .who_sert .zabota p {
            font-size: x-large;
            text-align: center;
            margin-bottom: 10px;
        }

        .who_sert .zabota img.sms_zabota {
            height: 200px;
        }
        .who_sert .zabota .sms_block {
            margin-top: 50px;
            margin-bottom: 50px;
            text-align: center;
        }

        .who_sert .trigger {
            /* min-height: 420px; */
            background-image: url(/images/who_sert/elka.jpg);
            background-size: cover;
            background-color: #910058;
            color: #fff;
            text-align: center;
            padding-left: 20px;
            padding-right: 20px;
            margin-top: 60px;
            padding-bottom: 30px;
        }

        .who_sert .trigger p {
            margin-bottom: 10px;
        }

        .who_sert .trigger p.title {
            font-size: 1.8em;
            margin-top: 30px;
        }

        .who_sert .trigger p.big_ico {
            font-size: 4em;
            font-weight: 900;
            margin: 50px 0;
        }

        .who_sert .trigger i {
            margin: -30px 0px;
        }

        .who_sert .trigger div.desc {
            font-size: x-large;
            display: inline;
        }

        .banner-title-23feb {
            font-size: 36px;
            color: white;
            font-weight: 900;
            text-shadow: #0087FB 0 0 4px;
            text-align: center;
            /*padding: 15px;*/
        }

        .banner-title-ny {
            font-size: 36px;
            color: white;
            font-weight: 900;
            /* text-shadow: #910058 0 0 4px; */
            text-align: center;
            /* padding: 15px; */
        }
    }

    .img-balloon {
/* position: absolute;
left: 0;
top: 0; */
width: 210px;
height: 210px;
z-index: 3;
}

.bx_filter_section-cont {
    min-height: 88px;
    margin-bottom: 20px;
}

.item-multi {
    border: 1px solid rgba(145, 0, 88, 0.2)!important;
}
.item-multi:hover {
    box-shadow: 0 1px 10px rgba(145, 0, 88, 0.5)!important;
}
.buy-btn-multi {
    background: rgb(145, 0, 88)!important;
}
.buy-btn-multi:hover {
    background: rgb(116, 0, 70)!important;
}

.a-phone {
    text-decoration: none;
}

.buy-btn.buy-btn-sebe.buy-btn-one,
.buy-btn.buy-btn-sebe.buy-btn-six,
.buy-btn.buy-btn-four.buy-btn-sebe {
    text-decoration: underline;
    border: 0px solid #fff!important;
    color: #000!important;
    background: none!important;
    box-shadow: 0px 0px 0px #fff!important;
    -moz-box-shadow: 0px 0px 0px #fff!important;
    -webkit-box-shadow: 0px 0px 0px #fff!important;
}

.buy-btn.buy-btn-book.buy-btn-one,
.buy-btn.buy-btn-book.buy-btn-six,
.buy-btn.buy-btn-four.buy-btn-book {
    border: 0px solid #fff!important;
    color: #fff!important;
    background: var(--btn-color-purple)!important;
    box-shadow: 0px 3px 0px var(--btn-color-purple-shadow)!important;
    -moz-box-shadow: 0px 3px 0px var(--btn-color-purple-shadow)!important;
    -webkit-box-shadow: 0px 3px 0px var(--btn-color-purple-shadow)!important;
}

.who {
    text-align: left;
    margin-bottom: 30px;
}

.who .desc,
.backer .users .desc {
    display: -webkit-inline-box;
}

.title-margin-top {
    margin-top: 30px;
}




/*--------*/


.present-desc {
    padding: 5rem 0 1rem
}


.present-description {
    padding: 0 0 5rem
}


.present-desc-item {
    padding-bottom: 1rem
}

.present-desc-item-header {
    margin-left: -1px;
    width: 100%;
    height: 2rem;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
    cursor: pointer
}

.present-desc-item-toggle {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1px;
    width: 1.7rem;
    height: 1.7rem;
    border: 1px solid #fc7222;
    border-radius: 1rem;
}

.present-desc-item.collapsed .present-desc-item-toggle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.present-desc-item-toggle:after {
    content: '';
    position: absolute;
    top: .5rem;
    left: .7rem;
    width: .4rem;
    height: .7rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCA0IDciPjxwYXRoIGZpbGw9IiNGQzcyMjIiIGQ9Ik0zLjc4NyAzLjEyNmwtMi45NTItMi45ODNjLS4xOTItLjE5NC0uNTAzLS4xOTQtLjY5NiAwcy0uMTkyLjUwOSAwIC43MDNsMi42MDMgMi42MzItMi42MDMgMi42MzJjLS4xOTIuMTkzLS4xOTIuNTA5IDAgLjcwMy4wOTYuMDk3LjIyMi4xNDYuMzQ4LjE0Ni4xMjUgMCAuMjUxLS4wNDkuMzQ4LS4xNDZsMi45NTItMi45ODRjLjE5Mi0uMTk0LjE5Mi0uNTA5IDAtLjcwM3oiLz48L3N2Zz4=);
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.present-desc-item-title {
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: 300;
    color: #222;
    border-bottom: 1px dashed #a6a6a6
}

.present-desc-item-header:hover .present-desc-item-title {
    border: none
}

.present-desc-item-header:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 1rem 0 0 1rem;
    width: 100%;
    height: 1px;
    background: #dee5ea;
    overflow: hidden
}

.triangle-f{
    bottom: -15px;
    left: 50%;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #aa0058 transparent transparent transparent;
    /* border-color: red transparent transparent transparent; */
    display: inline-block;
/* -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5); */
}
.fixed-top-menu-n-catalog-btn:hover, .fixed-top-menu-n-catalog-btn:hover:active, .fixed-top-menu-n-catalog-btn:active, .fixed-top-menu-n-catalog-btn:focus {
    color: white;
    text-decoration: none;
    border-color: white;
}

.phone-txt {
    display: inline-block;
    padding: 1rem;
    float: left;
}
.phone-icon-right {
    background: #8E004A;
    font-size: 22px;
    /* color: white; */
}
.col-20-procent-inner{
    /* cursor: pointer; */
    text-decoration: none;
    margin: 1rem 0rem 1rem 0rem;
    float: right;
}
.col-20-procent {
    display: block;
    width: 20%;
    float: left;
}
.col-40-procent {
    display: block;
    width: 40%;
    float: left;
}
.filter-text-state-1 {
    color: #FCD609;
    font-weight: 700;
}
.fixed-top-menu-n {
    display: none;
    position: fixed;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    /* background: rgba(145, 0, 88, 0.85); */
    /* background: #910058; */
    background: var(--topmenu-color-purple);
    z-index: 9990;
    color: #fff;
    font-weight: 700;
    /* border-bottom: 1px solid rgba(255,255,255, 0.85); */
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
}
.dis-in-bl {
    display: inline-block;
}
.filter-text-state-1 {
    display: none;
}
.fixed-top-menu-n-phone-cont, .fixed-top-menu-n-phone-cont:hover, .fixed-top-menu-n-phone-cont:active, .fixed-top-menu-n-phone-cont:active:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    /* margin: 1rem 1rem 1rem 0rem; */

    float: right;
}
.fixed-top-menu-n-phone-cont .fa {
    padding: 0.9rem;
/* padding-left: 0.5rem;
padding-right: 0.5rem; */
float: right;
}
.fixed-top-menu-n-phone-cont:focus, .fixed-top-menu-n-phone-cont:hover, .fixed-top-menu-n-phone-cont:active, .fixed-top-menu-n-phone-cont:active:hover {
    color: #FCD609;
    text-decoration: none;
}
.fixed-top-menu-n-up-btn, .fixed-top-menu-n-logo {
    cursor: pointer;
}
.fixed-top-menu-n-up-btn:hover, .fixed-top-menu-n-up-btn:active, .fixed-top-menu-n-up-btn:active:hover {
    background: #FCD609;
    color: #910058;
}
.fixed-top-menu-n-up-btn{
    padding: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /* color: #FCD609; */
    /* background: rgba(145, 0, 88, 1); */
    background: #CA006B;
}
.fixed-top-menu-n-logo {
    /* margin-right: 3rem; */
    padding-left: 10px;
}

.fixed-top-menu-n-catalog-btn {
    cursor: pointer;
    color: #FCD609;
    text-decoration: none;
    border-bottom: 1px solid #FCD609;
}
/* .fixed-top-menu-n-catalog-btn:hover, .fixed-top-menu-n-catalog-btn:active, .fixed-top-menu-n-catalog-btn:hover:active {
color: #FCD609;
text-decoration: none;
} */

.fixed-top-menu-n-filter-txt{
/* position: relative;
width: 19rem;
height: 2rem;
margin: 0 auto;
padding: 1rem 0 1rem 4rem; */

cursor: pointer;
font-weight: 700;

/* display: inline-block; */
/* padding: 0;
margin: 0;
top: 0;
padding-top: 2px;
bottom: 0;
position: absolute;
line-height: 1.3;
left: 50%; */
}

.fixed-top-menu-n-filter-txt strong{
    font-weight: 700;
    color: #FCD609;
}

.fixed-top-menu-n-filter-txt:hover strong, .fixed-top-menu-n-filter-txt:active strong, .fixed-top-menu-n-filter-txt:active:hover strong{
    border-bottom: 1px solid #FCD609;
}
.filter-text-state-0:hover, .filter-text-state-0:active, .filter-text-state-0:focus, .filter-text-state-0:active:hover{
    color: #FCD609;
}
.filter-text-state-1:hover, .filter-text-state-1:active, .filter-text-state-1:focus, .filter-text-state-1:active:hover{
    color: white;
}

.circle {
    width: 100px;
    margin: 6px 6px 20px;
    display: inline-block;
    /* position: relative; */
    text-align: center;
    line-height: 1.2;

    display: none;
}

.circle canvas {
    vertical-align: top;
}

.circle strong {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #F8B036;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: rgba(0,0,0, 0.5);
    margin-top: 12px;
    background: rgba(255,255,255, 0.2);
    font-weight: 700;
    padding: 3px;
}
.circle .timer-close-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(0,0,0, 0.5);
    /* background: rgba(255,255,255, 0.2); */
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
}
.circle .circle-progress-bar-subscribe {
    display: none;
}

#zayavka-modal .certificats-params .param-single .zayavka-form .form-block {
    border: none;
}

#zayavka-modal .certificats-params .param-single {
    margin-bottom: 0px;
}

#book-modal .container-fluid.inner,
#zayavka-modal .container-fluid.inner {
    margin: 30px 0;
}

#zayavka-modal.popup .title {
    padding: 0;
    text-align: center;
    font-size: x-large;
    line-height: unset;
}

#book-modal .book-step2-error img,
#book-modal .book-step2 img,
#zayavka-modal .zayavka-step2-error img,
#zayavka-modal .zayavka-step2 img {
    width:100px;
}

@media only screen and (max-width: 767px) {
    #book-modal .book-step2 img,
    #zayavka-modal .zayavka-step2 img {
        width:50px;
    }
}

#book-modal {
    max-width: 500px;
}

#book-modal .cert-title {
    font-size: large;
}

#book-modal .variant .price {
    text-align: center;
    font-weight: 800;
}

.outer-vertical-align-center {
    display: flex;
}

/* Выравнивание по вертикали */
.inner-vertical-align-left {
    margin: auto 0 auto 0;
}
.inner-vertical-align-center {
    margin: auto;
}

/* .row-flex и .row-flex-wrap - чтобы col бфли равной высоты */
.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'] {
    margin:-.2px; /* hack adjust for wrapping */
}

#no-cert {
	display: none;
}

#no-cert-modal.popup {
    border-radius: 5px;
}

@media (pointer:coarse){
	#no-cert-modal.popup {
		overflow-y: scroll;
		-webkit-overflow-scrolling:touch;
	}
}

#remind.popup,
#zayavka-modal.popup {
    border-radius: 5px;
    width: 100%;
}

#zayavka-modal.popup {
    max-width: 500px;
}



#remind.popup {
    background-color: #f8b036;
}

#remind p {
    font-size: xx-large;
    line-height: initial;
    text-align: center;
    margin: 30px auto;
}

#remind p span {
    font-weight: bold;
}

#remind img {
    width: 90%;
    max-width: 400px;
}

@media only screen and (max-width: 767px) {
    span.close {
        right: 0px;
        top: 0px;
    }
}
@media only screen and (min-width: 768px) {
    span.close {
        right: 32px;
        top: 32px;
    }

    #remind.popup {
        max-width: 80%;
        padding-top: 90px;
    }

    #remind img {
        width: 100%;
    }
	
	#tab-desc .cert_back.no-delivery {
		height: 310px;
	}
}

@media only screen and (min-width: 992px) {	
	#tab-desc .cert_back.no-delivery {
		height: 335px;
	}
}
@media only screen and (min-width: 1200px) {
	#tab-desc .cert_back.no-delivery {
		height: 370px;
	}
}

span.close {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
span.close:hover {
    opacity: 1;
}
span.close:before, span.close:after {
    position: absolute;
    right: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}
span.close:before {
    transform: rotate(45deg);
}
span.close:after {
    transform: rotate(-45deg);
}

#tab-desc .cert_back.e_certificate.no-delivery img{
	object-fit: scale-down;
    width: 100%;
    height: calc(100% - 20px);
}



/* faq - Вопросы и ответы */

#faq summary::-webkit-details-marker {
  display: none;
}

#faq {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#faq .inner {
  width: 100%;
}

#faq {
  color: #4d5974;
  font-family: sans-serif;
  min-height: 90vh;
}

#faq h3 {
  font-size: 1.75rem;
  color: #373d51;
  padding: 1.3rem;
  margin: 0;
}

#faq details > summary  {
  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;
  width: 100%;
  min-height: 54px;
  padding: 1rem 5rem 1rem 1rem;
  color: #7288a2;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

#faq details > summary  {
  font-size: x-large;
}

#faq details > details > summary  {
  font-size: larger;
}

#faq details > details {
    margin: 10px 0 10px 10px;
}

#faq details > summary :hover,
#faq details > summary :hover::after {
  color: #03b5d2;
}

#faq details > summary :hover::after {
  border: 1px solid #03b5d2;
}

#faq details[open] > summary {
  color: #03b5d2;
  border-bottom: 1px solid #03b5d2;
}

#faq details > summary::after {
  font-family: 'Ionicons';
  content: '\f218';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #7288a2;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}

#faq details > .content {
	padding: 2em 1em;
}

#faq details[open] > summary::after {
  font-family: 'Ionicons';
  content: '\f209';
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

#faq p {
    margin-block-end: 1rem;
}


/*  Настройки списков по-умолчанию*/

ul.deflist {
    padding-inline-start: 40px;
    margin-bottom: 10px;
}

ul.deflist li {
    list-style-type: disc;
    list-style-position: inside;
}



/* certificate select color */

.select-color {
	text-align: center;
    padding-bottom: 15px;
}

.select-color .cover-nav {
    text-align: center;
    margin: 15px 0 8px 0;
}
.select-color ol, ul {
    list-style: none;
}
.select-color .cover-nav li {
    position: relative;
    display: inline-block;
    margin: 0;
}

.select-color .cover-nav li a.active {
    border: 2px solid #fdae2f;
}
.select-color .cover-nav li a {
    border: 2px solid transparent;
    float: left;
    border-radius: 27px;
    -webkit-border-radius: 27px;
}
.select-color a {
    cursor: pointer;
    text-decoration: none;
    color: #343434;
}
.select-color .cover-nav li a.active strong {
    border: 2px solid #FFF;
}

.select-color .cover-nav li a strong {
    border: 2px solid transparent;
    float: left;
    border-radius: 27px;
    -webkit-border-radius: 27px;
}
.select-color b, strong {
    font-weight: bold;
}

.select-color .cover-nav .color-01 {
    background: #9e5075;
}
.select-color .cover-nav .color-02 {
    background: #391d46;
}
.select-color .cover-nav .color-03 {
    background: #686aad;
}

.select-color .cover-nav span {
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
}

.select-color .cover-nav li a.active:after {
    background: url(/images/cover-top-arrow.png) no-repeat;
    width: 17px;
    height: 12px;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -8.5px;
    content: "";
}

/* END: certificate select color */

.br5 {
    border-radius: 5px;
}

.brb5 {
    border-radius: 0 0 5px 5px;
}

.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.pt15 {
    padding-top: 15px;
}

.pt30 {
    padding-top: 30px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb30 {
    padding-bottom: 30px;
}

#contacts .right {
    display: none;
}