/* STYLEGUIDE */
h1, .h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 129.49%;
    /*letter-spacing: 0.055em;*/
}
h2, .h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 142.99%;
}
h3, .h3 {
    font-style: normal;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 142.99% !important;
    letter-spacing: -0.01em;
}
h4, .h4 {
    font-style: normal;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 129.49% !important;
    letter-spacing: 0.005em;
}
p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
}
.btn {
    border-radius: 5px !important;
    padding: 15px 50px !important;
    min-height: 56px;
    width: auto;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    font-style: normal;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 26px !important;
    border: none !important;
}
.btn-main {
    background: #786D69 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    color: #F6EDDE !important;
    transition: all .2s ease-out;
}
.btn-main:hover, .btn-main:focus, .btn-main:active {
    outline: none;
    box-shadow: none;
    transition: all .2s ease-out;
}
.btn-main-reverse {
    background: #fff !important;
    border: 1px solid #786D69 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    color: #786D69 !important;
    transition: all .2s ease-out;
}
.btn-main-reverse:hover, .btn-main-reverse:focus, .btn-main-reverse:active {
    outline: none;
    box-shadow: none;
    transition: all .2s ease-out;
}
.btn-grey {
    background: #E9E1D6 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    color: #786D69 !important;
    transition: all .2s ease-out;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active {
    outline: none;
    box-shadow: none;
    transition: all .2s ease-out;
}
.btn svg {
    margin-right: 10px;
}
.form-control,
.search-page .search-suggest {
    background: #FFFFFF;
    border-radius: 5px !important;
    min-height: 50px;
    max-width: 100%;
    padding: 0 40px 0 30px !important;
    align-items: center;
    font-style: normal;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 129.49% !important;
    letter-spacing: 0.005em !important;
    color: #292D30 !important;
    font-family: 'Arial' !important;
    border: 1px solid #ced4da;
}
::-webkit-input-placeholder {
    color: #807673 !important;
}
::-moz-placeholder {
    color: #807673 !important;
}
:-ms-input-placeholder {
    color: #807673 !important;
}
:-moz-placeholder {
    color: #807673 !important;
}
@media (min-width: 1230px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px !important;
    }
}
/*GENERAL - не изменять, только для наследования!*/
.scanner-info .skanner-btn,
.sertification .sertification-btn {
    background: linear-gradient(-45deg, #8D4C86, #9D69AF);
    padding: 14px 25px;
    margin: 25px 0;
    border: none;
    border-radius: 10px;
    color: #D9C8B4;
}
.tabs-component form label {
    margin-top: 27px;
}
.tabs-component form label:first-of-type {
    margin-top: 35px;
}
.tabs-component form label {
    display: block;
}
.tabs-component form input[type="text"],
.tabs-component form input[type="tel"],
.tabs-component form input[type="email"] {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 7px;
    border: 1px solid #AC9187;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    background: #F6EDDE;
    padding: 0 14px;
}
.tabs-component input[type="checkbox"],
form input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 2px 0 0 2px;
}
.tabs-component .checkbox label:before,
form .checkbox label:before {
    content: "";
    display: inline-block;
    border: 1px solid black;
    width: 17px;
    height: 17px;
    margin-right: 13px;
    vertical-align: text-top;
}
.tabs-component .checkbox input:checked + label:before,
form .checkbox input:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: black;
    text-align: center;
    line-height: 15px;
}
.not-allowed {
    cursor: not-allowed;
}




/*HEADER*/
html {
    scroll-behavior: smooth;
}
body {
    width: auto;
    font-family: 'Montserrat', sans-serif;
}
.mh_over {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ask_quest {
    color: #fff;
    margin: 0!important;
}
.ask_quest:hover {
    color: #fff;
    text-decoration: none;
}
.header-brand-wrap {
    display: flex;
}
.header-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
}
.header-brands-item {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    flex-basis: 16.6%;
}
.brands-title {
    width: 100%;
    margin-left: 53px;
}
.brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.header-brand img {
    /*max-width: 100%;*/
    max-width: 128px;
    height: 100px;
}
.header-brand {
    margin: 15px;
}
.mh_right {
    padding-top: 23px;
}
.btn_home {
    position: absolute;
    top: 0;
    left: 0;
}
.toggle-wrap {
    display: none;
    position: relative;
    height: 40px;
}
.toggle-button {
    display: none;
    float: right;
    width: 50px;
    height: 40px;
    padding: 10px;
    transition: .25s;
    z-index: 15;
    background: #fff;
    box-shadow: -4px 10px 18px #93a4a7;
}
.toggle-button:hover {
    cursor: pointer; }
.toggle-button .menu-bar {
    position: absolute;
    border-radius: 0;
    width: 29px;
    transition: .5s; }
.toggle-button .menu-bar-top {
    border: 4px solid #04b1d1;
    border-bottom: none;
    top: 10px; }
.toggle-button .menu-bar-middle {
    height: 4px;
    background-color: #04b1d1;
    margin-top: 4px;
    margin-bottom: 4px;
    top: 16px; }
.toggle-button .menu-bar-bottom {
    border: 4px solid #04b1d1;
    border-top: none;
    top: 30px; }

.button-open {
    right: 25px;
    background: transparent; }
.button-open .menu-bar {
    width: 35px; }
.button-open .menu-bar-top {
    transform: rotate(45deg) translate(8px, 8px);
    transition: .5s; }
.button-open .menu-bar-middle {
    transform: translate(230px);
    transition: .1s ease-in;
    opacity: 0; }
.button-open .menu-bar-bottom {
    transform: rotate(-45deg) translate(6px, -6px);
    transition: .5s; }

@media (max-width:1100px) {
    .dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
    }
    .dropdown > li {
        width: 100%;
    }
}
@media (max-width:1100px) {
    .toggle-wrap,
    .toggle-button {
        display: block;
    }
    .menu {
        display: none;
    }
}
@media (max-width:950px) {
    .mh_over {
        flex-direction: column;
    }
    .header-brands {
        width: 100%;
    }
    .brands-title img {
        width: 489px;
    }
    .ask_quest {
        margin: 0 0 16px;
    }
}
@media(max-width:845px) {
    .header-brand {
        margin: 6px;
    }
}
@media(max-width:768px) {
    .mh_right {
        width: 100%;
        margin: 17px 0;
        padding-top: 0px;
    }
    .mhr_form {
        margin: 0 auto;
    }
}
@media (max-width:520px) {
    .brands-title img {
        width: 100%;
    }
}


/*SLIDER*/
.slider {
    height: auto;
}
.slider .top-banner {
    text-align: center;
}
.slider .top-banner img {
    width: 100%;
    max-height: 440px;
    object-fit: cover;
}
#slider-item-1 {
    /*background: url('../img/image4.jpg') center left no-repeat;*/
}
.slider-item {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-color: #AC9188;
}

/*BANNER*/
.top-banner {
    position:relative;
}
.banner-block {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    text-align: center;
}
.banner-block .main-title {
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 0;
    font-style: normal;
    font-weight: 900 !important;
    font-size: 36px !important;
    line-height: 129.49% !important;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

/*WEBINARS*/
.tabs-wrap {
    margin-top: 43px;
}
.list-group-item {
    background: #B8BFC2;
    color: #FFFFFF;
    text-align: center;
    line-height: 21px;
    padding: .75rem 1.25rem .55rem;
    display: inline-block;
    border: none;
    border-radius: 10px 10px 0px 0px;
}
.list-group-item-action {
    width: auto;
}
.list-group-item-action:hover {
    background: #B8BFC2;
}
.list-group-item:last-child,
.list-group-item:first-child {
    border-radius: 10px 10px 0px 0px;
}
.list-group-item.active {
    background-color: #AC9187;
    color: #5C132F;
}
.list-group-wrap {
    display: flex;
    margin: 0 auto;
    min-width: 900px;
}
.list-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
#list-home,
#list-profile {
    padding: 56px 79px;
}
#list-home {
    background: #F6EDDE;
}
#list-profile {
    background: #F7FAFC;
}
.tabs-component {
    font-family: Arial;
    color: #000;
    font-size: 18px;
    line-height: 23px;
}
.tab-panel {
    border-top: 5px solid #AC9187;
    width: 100%;
    margin-top: -1px;
}
.tabs-component h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
    color: #500021;
}
.vebinars-info-time {
    font-weight: normal;
    font-size: 32px;
    line-height: 41px;
    color: #500021;
    margin-top: 7px;
    display: inline-block;
}
.tabs-component .no-descr h2,
.tabs-component .no-descr .vebinars-info-time {
    color: #AC9187;
}
.vebinars-info-descr {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    margin: 14px 0;
}
.vebinars-info-descr p,
.tabs-component form p,
.tabs-component form label {
    margin: 13px 0;
}
.tabs-component form .captcha {
    margin-top: 28px;
}
.tabs-component form .captcha input {
    width: 196px;
    height: 40px;
}
.tabs-component form .captcha label {
    margin-top: 19px;
}
.tabs-component form .vebinars-info-btn {
    width: 141px;
    height: 93px;
    background: #5C132F;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    font-size: 48px;
    line-height: 129.49%;
    color: #F6EDDE;
    margin: 33px 0;
}
.vebinars-calendar > div {
    margin-bottom: 38px;
}
.vebinars-calendar a.subscribe-btn {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #45C4DC;
    margin-left: 20px;
}
.vebinars-auth {
    width: 100%;
    text-align: center;
}
.vebinars-auth a {
    display: inline-block;
    padding: 25px 40px;
    background: #AC9187;
    border-radius: 10px;
    font-weight: bold;
    font-size: 48px;
    line-height: 129.49%;
    color: #500021;
}
.vebinars-auth a:hover {
    text-decoration: none;
}
.tab-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.tab-text {
    width: 70%;
}
.vebinars-auth {
    flex: 1 0 200px;
}
.page-item a {
    background: #F7FAFC;
    color: #45C4DC;
    border: none;
    padding: 0;
    font-weight: bold;
    font-size: 28px;
    line-height: 137.49%;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}
.page-item a:hover {
    background: #F7FAFC;
    color: #500021;
}
.page-item:first-child {
    padding-right: 12px;
}
.page-item:last-child {
    padding-left: 12px;
}
.page-item:first-child a,
.page-item:last-child a {
    font-weight: normal;
}
.page-item.active .page-link {
    color: #308b9c;
    background-color: inherit;
    border-color: inherit;
}
.greeting {
    font-size: 25px;
}
.look-youtube {
    margin: 25px 0;
}
.look-youtube h3 {
    color: #500021;
    margin-bottom: 25px;
}
.look-youtube iframe {
    min-width: 524px;
}
.arhive_link {
    color: #43627d;
    font-size: 27px;
    display: block;
    width: 100%;
    text-align: center;
}
.arhive_link:hover {
    color: #365067;
    text-decoration: none;
}
.pagin:first-of-type {
    margin-bottom: 30px;
}
.pagin:last-of-type {
    margin-top: 30px;
}
@media (max-width:993px) {
    #list-home,
    #list-profile {
        padding: 55px;
    }
    .tab-text {
        width: 100%;
    }
}
@media (max-width:768px) {
    #list-home,
    #list-profile {
        padding: 30px 50px;
    }
    .tabs-component form .vebinars-info-btn {
        width: 132px;
        height: 84px;
        font-size: 42px;
    }
    .vebinars-auth a {
        padding: 17px 31px;
        font-size: 43px;
    }
    .look-youtube iframe {
        width: 100%;
        min-width: auto;
    }
}
@media (max-width:576px) {
    #list-home,
    #list-profile {
        padding: 28px;
    }
    .tabs-component form .vebinars-info-btn {
        width: 105px;
        height: 71px;
        font-size: 33px;
    }
    .vebinars-auth a {
        padding: 19px 34px;
        font-size: 33px;
    }
}


/*************************************STYLEGUIDE*****************************************/
.fluid-block {
    max-width:50%;
    margin:0 auto;
}
.form.element {
    width:100%;
    padding:47px;
}
.element:not(.form) .fluid-block {
    display:flex;
    justify-content:space-between;
}
.form.element .fluid-block.no-space-between {
    justify-content:normal;
}
.form.element form input[type="text"],
.form.element form input[type="tel"],
.form.element form input[type="email"] {
    height: 40px;
    box-sizing: border-box;
}
.form.element form input,
.form.element form select,
.form.element form textarea {
    margin-top: 15px;
    border: 1px solid #000;
    border-radius: 10px;
    background: transparent;
    padding: 0 14px;
}
.form.element button[type="submit"] {
    padding: 14px 25px;
    border: none;
    border-radius: 10px;
    color: #fff;
}
@media (max-width:1260px) {
    .fluid-block {
        max-width: 100%;
    }
}
@media (max-width:700px) {
    .element:not(.form) .fluid-block {
        flex-wrap: wrap;
    }

    .form.element {
        padding: 14px 35px;
    }
}


/*WAGNER*/
.wagner-info .banner-items img {
    max-width: 100%;
}
.wagner-info .slider-item {
    background-size: contain;
}
.wagner-info .list-group-item {
    display: flex;
    align-items: center;
    min-height: 52px;
    background-color: #FCEEA5;
    color: inherit;
}
.wagner-info .list-group-item.active {
    background-color: #FFCB06;
    color: inherit;
}
.wagner-info .tab-panel {
    border-top: 10px solid #FFCB06;
}
.wagner-info .tab-content {
    margin: 0 auto;
}
.wagner-info .tab-panel div[id^="list-"] {
    background: #F9F9F9;
    margin-left: -35px;
    padding-left: 51px;
    min-width: 740px;
}
.wagner-info h1 {
    margin-bottom: 37px;
    margin-left: 19px;
}
.wagner-info h2 {
    font-size: 29px;
    color: #000;
    font-weight: normal;
    margin-bottom: 14px;
}
.wagner-info h3 {
    font-size: 28px;
    color: #444;
    cursor: pointer;
}
.wagner-info .tab-panel div[id^="list-"] {
    padding: 0;
}
.wagner-info .tab-text {
    width: 100%;
}
.wagner-info .section {
    padding: 56px 79px 56px 51px;
}
.wagner-info .element {
    min-height: 210px;
    padding: 0px 79px 0px 51px;
    border-top: 10px solid #fff;
}
.wagner-info .element-info {
    margin: 28px 0;
    display: flex;
}
.wagner-info .element-doc {
    display: inline-block;
    width: 200px;
    height: 200px;
    background-color: #9fcdff;
    margin-right: 28px;
    cursor: pointer;
    flex-shrink: 0;
}
.wagner-info .element-doc .element-doc-link {
    display: block;
    width: 100%;
    height: 100%;
}
.wagner-info .element-doc-link:hover {
    text-decoration: none;
}
.wagner-info .element-title {
    display: flex;
    align-items: center;
}
@media (max-width:768px) {
    .wagner-info .tab-panel div[id^="list-"] {
        min-width: auto;
    }
}
@media (max-width:576px) {
    .wagner-info .list-group-item {
        flex-basis: 50%;
    }
    .wagner-info h3 {
        font-size: 21px;
    }
}

/*SKANNER*/
.scanner-info h2 {
    margin-bottom: 20px;
}
.scanner-info {
    background: #F2E8DC;
}
.scanner-info * {
    color: #333;
}
.scanner-info a:not(.list-group-item),
.scanner-info .decoration {
    text-decoration:underline;
    font-weight: 800;
}
.scanner-info a:not(.list-group-item):hover {
    color:#002248;
}
.scanner-info ol,
.scanner-info p {
    line-height:30px;
}
.scanner-info ol {
    list-style: decimal inside;
}
.scanner-info ul {
    list-style: disc inside;
}
.scanner-info ul li {
    margin-left:20px;
}
.scanner-info h1 {
    color: #8F4F8B;
    margin: 51px 0;
    margin-top: 0px;
}
.scanner-info h2 {
    color: #8A673B;
    line-height: 48px;
}
.scanner-info h3 {
    margin-top: 29px;
}
.scanner-info .tab-content {
    width:100%;
}
.scanner-info .element {
    width:100%;
    padding:47px;
}
.scanner-info .element:nth-child(odd) {
    background: #DEE8FB;
}
.scanner-info .b-centered {
    max-width:50%;
    margin:0 auto;
}
.scanner-info .list-group-item {
    background: #002248;
    color: #D9C8B4;
}
.scanner-info .list-group-item.active {
    background: #8F4F8B;
}
.scanner-info .tab-panel {
    border-top-color:#8F4F8B;
}
.scanner-info .tabs-component form .input-group input,
.scanner-info .tabs-component form .input-group select {
    margin-right: 10px;
}
.scanner-info .tabs-component form .input-group input {
    width:30%;
}
.scanner-info .form.element form input,
.scanner-info select {
    margin-top: 15px;
    border-color:#8F4F8B!important;
    border-radius: 10px;
    background:transparent;
}
.scanner-info select {
    display: block;
    height: 40px;
    box-sizing: border-box;
    padding: 0 14px;
    color:#000;
    width:60%;
}
.scanner-info .element:not(.form) .fluid-block {
    display:flex;
    justify-content:space-between;
}
.scanner-info .element .fluid-block.no-space-between {
    justify-content:normal;
}
.scanner-info .balance,
.scanner-info .element-img {
    color:white;
    background-color:#8F4F8B;
    padding: 32px;
    padding-top:25px;
    font-size: 30px;
    line-height: 37px;
    text-align:center;
    border-top-right-radius: 37px;
    border-bottom-left-radius: 37px;
}
.scanner-info .balance.light {
    background-color:#F2E8DC;
    color:#002248;
}
.scanner-info .balance.deep {
    background-color:#002248;
}
.scanner-info .balance.light.custom,
.scanner-info .balance.deep.custom {
    border-radius:0;
}
.scanner-info .balance.light.custom .rest {
    color:#000;
}
.scanner-info .balance.custom .rest {
    font-size:29px;
}
.scanner-info .rest-wrap {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.scanner-info .balance .rest {
    width: 115px;
    color: inherit;
    margin-top: 15px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: white;
}
.scanner-info div {
    color: inherit;
    line-height: 22px;
}
.scanner-info .count {
    font-size: 60px;
    margin: 20px 0;
    margin-top: 10px;
}
.scanner-info .element-img {
    min-width:200px;
    height:200px;
}
.scanner-info .tabs-component form .checkbox label:before {
    border-color:#8F4F8B;
}
.scanner-info .winners {
    margin: 20px 0;
    text-transform: capitalize;
}
.scanner-info .winners a {
    font-weight:normal;
}
.scanner-btn-block {
    width: 100%;
    display: flex;
    justify-content: center;
}
.scanner-info .ul-style {
    line-height: 33px;
}
.scanner-info .ul-style li a:hover {
    color: #3d4e60;
}
.modal-btn#i-agree,
.modal-btn#disagree {
    width: auto;
    height: auto;
    padding: 8px 20px;
    margin: 0 43px;
    margin-top: 55px;
    font-size: 32px;
    display: inline-block;
    border-radius: 0;
}
.modal-btn.fail.mfp-close {
    position: static;
    color: #ffffffb8;
    background-color: #b5b5c7cc;
}
@media (max-width:1260px) {
    .scanner-info .fluid-block {
        max-width:100%;
    }
    .scanner-info h1 {
        padding: 0 33px;
    }
}
@media (max-width:700px) {
    .scanner-info .element:not(.form) .fluid-block {
        flex-wrap: wrap;
    }
    .scanner-info .element {
        padding: 14px 35px;
    }
    .scanner-info h2 {
        font-size: 25px;
        line-height: 36px;
    }
    .scanner-info .balance.first-tab,
    .scanner-info .element-img {
        margin: 44px auto;
        margin-bottom: 25px;
        text-align: left;
    }
    .scanner-info .element-img {
        margin-bottom: 0px;
    }
    .scanner-info .tabs-component form .input-group input {
        width:100%;
    }
}

/*MODAL*/
.modal-win {
    max-width: 986px;
    background: #AC9187;
    border-radius: 50px;
    padding: 77px 88px 80px;
    color: #F6EDDE;
    font-size: 18px;
    margin: 0 auto;
}
.modal-win.registered {
    padding: 77px 350px 80px 88px;
}
.modal-win.registered .modal-title,
.modal-win.entered .modal-title {
    font-weight: bold;
    font-size: 48px;
    line-height: 129.49%;
    display: block;
}
.modal-win.registered .modal-text,
.modal-win.entered .modal-text {
    font-weight: bold;
    line-height: 129.49%;
    display: block;
    margin-top: 14px;
}
.modal-win.entered .modal-title {
    font-size: 36px;
}
.modal-win.entered .modal-text {

}
.modal-win label {
    width: 100%;
    margin-top: 27px;
}
.modal-btn {
    width: 141px;
    height: 93px;
    background: #F6EDDE;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    font-size: 48px;
    line-height: 129.49%;
    color: #5C132F;
    margin-top: 40px;
    z-index: 10000;
}
.modal-win.entered input {
    width: 100%;
    height: 56px;
    background: #F6EDDE;
    border: none;
    margin-top: 16px;
    padding: 0 14px;
}
.modal-win ul {
    list-style: disc inside;
    padding-left: 30px;
}
.modal-win ul li,
.modal-win p {
    font-size: inherit;
}
.modal-win p:not(:first-child) {
    margin: 20px 0;
}
.modal-win ul li {
    margin: 9px 0;
}
.question.white-popup {
    margin: 30px auto;
}
@media (max-width:900px) {
    .modal-win.registered {
        padding: 50px 230px 50px 62px;
    }
    .modal-win {
        padding: 50px 62px;
    }
    .modal-win.registered .modal-title,
    .modal-win.entered .modal-title {
        font-size: 35px;
    }
    .modal-win.registered .modal-text,
    .modal-win.entered .modal-text {
        font-size: 18px;
    }
    .modal-btn {
        width: 123px;
        height: 77px;
        font-size: 37px;
    }
    .modal-win.entered input {
        height: 47px;
    }
}
@media (max-width:550px) {
    .modal-win,
    .modal-win.registered {
        padding: 48px;
    }
    .modal-win.registered .modal-title,
    .modal-win.entered .modal-title {
        font-size: 29px;
    }
    .modal-win.entered input {
        height: 40px;
    }
}
@media (max-width:550px) {
    .modal-win.registered .modal-title,
    .modal-win.entered .modal-title {
        font-size: 23px;
    }
}
/* MAIN */
html {
    width: 100%;
    /*height: 100%;*/
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    position: relative;
    color: #292D30;
}
.main-page {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
main {
    flex-grow: 1;
    position: relative;
}
header, main, footer {
    flex-shrink: 0;
}
ul, ol {
    list-style: none;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}

/* PAGE */
.breadcrumbs {
    margin-bottom: 30px;
}
.breadcrumbs-block ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumbs-block ul li {
    margin-right: 5px;
}
.breadcrumbs-block ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 129.49%;
    letter-spacing: 0.005em;
    color: #292D30;
    display: flex;
    align-items: center;
}
.breadcrumbs-block ul li a:hover {
    text-decoration: none;
    color: #786D69;
}
.breadcrumbs-block ul li a:after {
    content: '';
    width: 7px;
    height: 1px;
    background: #292D30;
    margin-left: 5px;
}
.breadcrumbs-block ul li span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 129.49%;
    letter-spacing: 0.005em;
    color: #292D30;
    display: flex;
    align-items: center;
    text-decoration: underline;
}
.blog-page {
    padding: 0 0 25px;
}
.blog-list {
    margin-bottom: 30px;
    padding-right: 25px;
}
.single-post {
    margin-bottom: 70px;
}
.single-post:last-child {
    margin-bottom: 0;
}
.post-img {
    margin-bottom: 30px;
    width: 100%;
    height: 320px;
}
.post-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.date {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 129.49%;
    letter-spacing: 0.005em;
    margin-right: 30px;
    margin-bottom: 10px;
}
.cat-list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cat-list li {
    margin-right: 20px;
    margin-bottom: 10px;
}
.cat-list li:last-child {
    margin-right: 0;
}
.cat-list li a {
    border-radius: 2px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6px 10px 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.cat-list li:first-child a {
    background: #786D69;
}
.cat-list li:nth-child(2n) a {
    background: #B0B8BA;
}
.cat-list li:nth-child(3n) a {
    background: #9AA19D;
}
.cat-list li:nth-child(4n) a {
    background: #E4E3E0;
}
.cat-list li:nth-child(5n) a {
    background: #CED5C8;
}
.cat-list li:nth-child(6n) a {
    background: #C9C9C4;
}
.post-title {
    margin-bottom: 10px;
}
.post-title h2 {
    margin-bottom: 0;
}
.post-excerpt {
    margin-bottom: 1.5rem;
}
.post-excerpt p {
    margin-bottom: 0;
}
.right-sidebar {
    padding-left: 25px;
    padding-right: 15px;
}
.share-links {
    margin-bottom: 35px;
}
.share-links ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.share-links ul li {
    margin-right: .5rem;
}
.share-links ul li:last-child {
    margin-right: 0;
}
.blog-pagination {
    margin-bottom: 50px;
}
.blog-pagination ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-end;
}
.blog-pagination ul li a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 129.49%;
    color: #9AA19D;
}
.blog-pagination ul li a:not(.at-first, .at-last):after {
    content: '..';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 129.49%;
    color: #9AA19D;
}
.blog-pagination ul li a.at-first {
    margin-right: 8px;
}
.blog-pagination ul li a.at-last {
    margin-left: 8px;
}
.blog-pagination ul li a:hover {
    text-decoration: none;
    color: #786D69;
}
.blog-pagination ul li.active-item a {
    font-size: 24px;
}
.blog-pagination ul li.more-item a:before {
    content: '..';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 129.49%;
    color: #9AA19D;
}
.blog-pagination ul li.more-item a:after {
    content: '..';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 129.49%;
    color: #9AA19D;
}
.blog-pagination ul li.last-item a:before {
    content: '..';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 129.49%;
    color: #9AA19D;
}
.blog-pagination ul li.last-item a:after {
    display: none;
}
.search-widget {
    position: relative;
    margin-bottom: 25px;
}
.search-widget .form-control,
.search-page .search-suggest {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.search-widget .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: url(../img/search.png) no-repeat left center;
    border: none;
    border-radius: 0;
    z-index: 5;
    outline: none !important;
}
.subscribe-widget {
    background: #E9E1D6;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-bottom: 35px;
    padding: 30px 30px 55px;
    text-align: center;
}
.subscribe-widget h4 {
    margin-bottom: 5px;
}
.subscribe-widget p {
    margin-bottom: 20px;
}
.subscribe-widget .form-control {
    margin-bottom: 2rem;
}
.subscribe-widget .btn {
    padding: 15px 30px !important;
}
.default-widget {
    margin-bottom: 35px;
}
.default-widget .widget-title {
    border-bottom: 3px solid #E9E1D6;
    margin-bottom: 18px;
}
.default-widget .widget-title h5 {
    background: #E9E1D6;
    border-radius: 3px 3px 0px 0px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 129.49%;
    color: #786D69;
    margin-bottom: 0;
}
.author-widget {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.author-widget img {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-right: 25px;
}
.author-info {
    width: calc(100% - 129px);
}
.author-widget .author-info .name {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 142.99%;
    margin-bottom: 0;
}
.author-widget .author-info .job {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 142.99%;
    color: rgba(41, 45, 48, 0.8);
    margin-bottom: 5px;
}
.author-widget .author-info .btn {
    min-height: 40px;
    padding: 8px 20px !important;
    font-size: 16px !important;
    line-height: 142.99% !important;
}
.cat-widget ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cat-widget ul li {
    margin-right: 20px;
    margin-bottom: 15px;
}
.cat-widget ul li:last-child {
    margin-right: 0;
}
.cat-widget ul li a {
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6px 10px 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.cat-widget ul li:first-child a {
    background: #BDC3B9;
}
.cat-widget ul li:nth-child(2n) a {
    background: #CAC0B8;
}
.cat-widget ul li:nth-child(3n) a {
    background: #3B424C;
}
.cat-widget ul li:nth-child(4n) a {
    background: #5F373D;
}
.cat-widget ul li:nth-child(5n) a {
    background: #9B8987;
}
.cat-widget ul li:nth-child(6n) a {
    background: #627775;
}
.new-post-widget ul {
    padding: 0;
    margin: 0;
}
.new-post-widget ul li {
    margin-bottom: 25px;
    position: relative;
}
.new-post-widget ul li:hover .post-title h3 {
    text-decoration: underline;
}
.new-post-widget ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.new-post-widget ul li:last-child {
    margin-bottom: 0;
}
.new-post-widget .post-img {
    margin-bottom: 20px;
    width: 100%;
    height: 180px;
}
.new-post-widget .cat-list li {
    margin-bottom: 10px !important;
}
.new-post-widget .cat-list li a {
    background: #C9C9C4 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: 20px !important;
    z-index: 5 !important;
}
.new-post-widget .post-title h3 {
    color: #000;
    margin-bottom: 0;
}
.new-post-widget .post-excerpt p {
    color: #000;
}
.tag-widget ul {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tag-widget ul li {
    margin: 0 27px 5px 0;
}
.tag-widget ul li a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 129.49%;
    text-align: center;
    color: #786D69;
}
.tag-widget ul li a:hover {
    text-decoration: none;
    color: #786D69;
    opacity: .7;
}
.page-title {
    margin-bottom: 45px;
}
.page-title h1 {
    margin-bottom: 0;
}
.img-block {
    width: 400px;
    margin: 0 30px 8px 0;
}
.img-block img {
    width: 100%;
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    margin: 0 0 10px 0;
}
.img-block iframe {
    width: 100%;
    max-width: 100%;
    height: 180px;
    margin: 0 0 10px 0;
}
.img-block .img-title {
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    color: #000
    text-align: left;
    line-height: 142.99%;
    margin-bottom: 0;
}
.action-btn {
    margin-bottom: 25px;
}
.author-name {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 142.99%;
    margin-bottom: 0;
}
.back-btn {
    margin-bottom: 50px;
    margin-top: 35px;
}
.back-btn .btn {
    padding: 15px 40px !important;
}
.single-comment {
    padding: 0 0 2rem;
    border-bottom: 1px solid #E9E1D6;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}
.single-comment:last-child {
    border-bottom: none;
}
.single-comment img {
    width: 123px;
    height: 123px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-right: 30px;
}
.comment-block {
    width: calc(100% - 153px);
}
.comment-author {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 129.49%;
    margin-bottom: 7px;
}
.comment-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 142.99%;
    color: #000000;
    margin-bottom: 0;
}
.comments-widget .btn {
    padding: 15px 30px !important;
}
.author-big-widget {
    margin-bottom: 75px;
}
.author-big-widget img {
    width: 213px;
    height: 213px;
}
.author-big-widget .author-info {
    width: calc(100% - 238px);
}
.author-big-widget .author-info .name {
    font-size: 24px;
    margin-bottom: 7px;
}
.author-big-widget .author-info .job {
    font-size: 18px;
    margin-bottom: 10px;
}
.author-info p {
    margin-bottom: 0;
}

/* RESPONSIVE */
@media screen and (max-width: 1199px) {
    .subscribe-widget {
        padding: 20px 20px 35px !important;
    }
    .subscribe-widget .btn {
        padding: 15px 20px !important;
        font-size: 15px !important;
    }
    .author-widget img {
        margin-right: 20px;
    }
    .author-info {
        width: calc(100% - 124px);
    }
    .img-block {
        width: 50%;
    }
}
@media screen and (max-width: 991px) {
    .right-sidebar {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog-list {
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .blog-pagination ul li a {
        font-size: 14px;
    }
    .blog-pagination ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .img-block {
        width: 100%;
    }
    .img-block img, .img-block iframe {
        height: 230px;
    }
    .post-content p {
        margin-bottom: 1rem !important;
    }
    .author-big-widget {
        margin-bottom: 55px;
        align-items: flex-start;
    }
    .author-big-widget img {
        width: 150px;
        height: 150px;
    }
    .author-big-widget .author-info {
        width: calc(100% - 170px);
    }
}
@media screen and (max-width: 575px) {
    .post-img {
        height: 200px;
    }
    h1, .h1, h2, .h2 {
        font-size: 30px;
    }
    p {
        font-size: 16px;
    }
    .subscribe-widget .btn {
        width: 100%;
    }
    .author-big-widget img {
        width: 70%;
        height: auto;
        margin: 0 auto 20px;
    }
    .author-big-widget .author-info {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 479px) {
    .post-img {
        height: 150px;
    }
    .new-post-widget .post-img {
        height: 150px;
    }
    h1, .h1, h2, .h2 {
        font-size: 28px;
    }
    h3, .h3, h4, .h4 {
        font-size: 20px !important;
    }
    .single-comment {
        padding: 0 0 1rem;
        margin-bottom: 15px;
        align-items: flex-start;
    }
    .single-comment img {
        width: 73px;
        height: 73px;
        margin-right: 20px;
    }
    .comment-block {
        width: calc(100% - 93px);
    }
    .comments-widget .btn {
        width: 100%;
    }
    .img-block img, .img-block iframe {
        height: 150px;
    }
}
.search-page .search-suggest {
    min-height: 40px;
}
.search-page input[type="submit"] {
    min-height: 39px;
    padding: 8px 20px !important;
    font-size: 16px !important;
    line-height: 142.99% !important;
    border: none;
}
.exit-link .enter-block .enter {
    width: 20px;
    height: 20px;
    margin-left: 20px;
}
/*AUTH*/
.bx-auth {
    margin: 0 auto;
}
.bx-authform, .bx-auth-reg {
    margin: 78px auto;
}
.authorize-submit-cell input,
input[name="AUTH_ACTION"] {
    background-color: #0fabc8;
}
/*REG*/
.bx-auth-reg {
    max-width: 500px;
}
.bx-regform-formgroup-container {
    margin-bottom: 25px;
}
.bx-regform-label-container {
    font-size: 13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-regform-input-container input {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #c8e3ff2e !important;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.login-form.recovery-form {
    margin: 0 auto;
    max-width: 500px;
}
.registration-form.bx-auth-profile {
    margin: 40px auto;
    max-width: 500px;
}
input[name="register_submit_button"],
.login-form.recovery-form button {
    background-color: #0fabc8;
    margin-bottom: 25px;
}
.login-form.recovery-form button.entered {
    background-color: #3093a6;
}
.registration-form.bx-auth-profile button.saved {
    background-color: #0fabc8;
    margin: 25px 0;
}
.login-form.recovery-form .form-text2,
.login-form.recovery-form .form-title {
    margin: 25px 0;
}
/*COMMENTS*/
.reviews-block-container {
    margin: 32px 0;
}
.reviews-reply-form .reviews-reply-field.reviews-reply-field-settings {
    display: none;
}
.reviews-block-container .comments-count {
    margin: 19px 0;
}
table.reviews-post-table {
    background-color:#edf3ff;
}
table td div {
    padding: 0 20px;
}
table td div.reviews-text {
    padding-top: 0;
    padding: 10px 20px;
}
.single-comment {
    background-color: #d3e9ff;
    margin: 20px 0;
    padding: 20px;
}
.btn.cameo-color.btn-main:hover {
    background: #786d69c2!important;
}
.reviews-reply-header {
    margin-top: 15px;
}
.bx-html-editor {
    top: -24px;
}
div.reviews-reply-buttons {
    margin-top: 0;
}
/*BLOG*/
.blog a:hover {
    text-decoration: underline;
}
.author-name a:hover {
    color: #04b1d1;
}
.detail-link:hover {
    color: #000;
}
.brf_body,
.brf_errors, .brf_submit,
.brf_header+div:before,
.brf_body:before  {
    background-color: #fff!important;
}
.comments-top {
    margin-bottom: 54px;
    margin-top: 118px;
}
.brf_submit button {
    border-radius: 5px !important;
    padding: 15px 50px !important;
    min-height: 56px;
    width: auto;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    font-style: normal;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 26px !important;
    border: none !important;
    background: #786D69 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    color: #F6EDDE !important;
    transition: all .2s ease-out;
}
.brf_submit button:hover {
    text-decoration: underline;
}
.burlakastudio_realcommenter .brn_add span {
    font-size: 1em;
}

.burlakastudio_realcommenter div.schema_org_wrapper {
    margin-bottom: -17px;
    background-color: #f0f6ff;
    padding: 13px 17px;
    padding-bottom: 26px;
}
.burlakastudio_realcommenter div.brf_body,
.burlakastudio_realcommenter div.brfb_msg {
    margin-bottom: 0;
}
.burlakastudio_realcommenter .brn_add ins strong {
    background-color: #2987b773;
    margin: 0 13px;
}
.br_head h2 {
    font-size: 27px !important;
}
/*SUBSCRIBE*/
.subscribe-widget {
    padding:0;
    display:none;
}
/*SERTIFICATION*/
.sertification {
    background-color: #E9E4D8;
}
.sertification * ,
.sertification h1,
.sertification h2 {
    color: #576163;
}
.sertification h1 {
    font-weight: normal;
}
.sertification .list-group-item.active {
    background: #B5C4BF;
}
.sertification .tab-panel {
    border-top: 6px solid #8498B8;
}
.sertification h2.title {
    color: #fff;
}
.sertification .element:nth-child(odd) {
    background: #C8CFCF;
}
.sertification .element:nth-child(even) {
    background: #D4D9E1;
}
.sertification ul>li {
    list-style: none;
    margin-left: 0;
}
.sertification ol {
    margin-bottom: 30px;
}
.sertification .sertification-btn {
    background: linear-gradient(45deg, #005393, #0088c7);
    color: #fff;
    border-radius: 27px;
    text-decoration: none!important;
    margin: 13px 0;
    display: inline-block;
    transition: 1s all;
}
.sertification .sertification-btn:hover {
    color: #fff!important;
}
.sertification .period {
    line-height: 30px;
    margin-top: -12px;
}
.sertification .checkbox {
    margin: 15px 0;
}
.sertification .checkbox label {
    cursor: pointer;
    user-select:none;
}
.sertification .sertification-registration {
    display: none;
}
.fluid-block.form {
    display: flex;
    flex-wrap: wrap;
}
.sertification .btn-blocked {
    background: linear-gradient(45deg, rgb(0 83 147 / 28%), rgb(0 136 199 / 35%));
    box-shadow: 0px 0px 13px 7px #6f8fa2 inset;
    color: inherit;
}
.sertification .btn-blocked:hover {
    color: inherit!important;
}
.sertification .decoration-view li {
    list-style: disc;
    margin-left: 20px;
}
@media(max-width:500px) {
    .sertification h1 {
        font-size: 20px;
    }
    .sertification h2 {
        font-size: 22px;
        line-height: 31px;
    }
    .sertification p,
    .sertification label {
        font-size: 15px;
        line-height: 24px;
    }
}
.sertification .list-group-item {
    background-color: #B4B8BC;
    color: #E9E4D8;
}
.sertification .list-group-item.active {
    background-color: #8498B8;
}
.sertification .found-masters * {
    color: #324663;
}
.sertification .found-masters {
    width: 100%;
}
.sertification .found-masters-text {
    margin-bottom: 52px;
}
.sertification .found-masters .group-table {
    display: flex;
    justify-content: space-between;
}
.sertification .found-masters .group-sect {
    flex-basis: 32%;
}
.sertification .found-masters .city {
    cursor: pointer;
    margin-bottom: 48px;
    font-size: 24px;
}
.sertification .found-masters .masters {
    font-size: 16px;
    padding: 20px 20px 2px 0;
    margin-left: -3px;
    display: none;
}
.sertification .found-masters .master {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.sertification .found-masters .master-foto img {
    border-radius: 50%;
    margin-right: 10px;
}
.sertification .found-masters .master-link {
    font-weight: normal;
    font-size: 17px;
}
.sertification .found-masters i.upo {
    transform: rotateX(180deg);
}
.sertification .found-masters .city ul i {
    margin-left: 7px;
}
@media(max-width:1500px) {
    .sertification .found-masters .group-table {
        flex-wrap: wrap;
    }
    .sertification .found-masters .group-sect {
        flex-basis: 50%;
    }
}
@media(max-width:675px) {
    .sertification .found-masters .group-sect {
        flex-basis: 100%;
    }
}
@media(min-width:767px) and (max-width:1500px) {
    .sertification .found-masters .group-sect {
        flex-basis: 32%;
    }
}

.duluxmood2021 * {
    font-family: 'Montserrat', sans-serif;
}
.skanner-element-info,
.skanner-element-info img {
    max-width: 100%;
}
.skanner-element-info img {
    margin-top: 20px;
}
.duluxmood2021 h1 {
    font-size: 37px;
}
.duluxmood2021 h2 {
     font-size: 27px;
 }
.duluxmood2021-winner {
    margin-bottom: 25px;
}
.duluxmood2021-winner-img {
    text-align: center;
}
.duluxmood2021 .list-group-item{
    color: #f3e9de;
}
.duluxmood2021 .list-group-item {
    background-color: #D7A79E;
}
.duluxmood2021 .list-group-item.active {
    background-color: #A29078;
}
.duluxmood2021 .tab-panel {
    border-top: 7px solid #A29078;
}
.duluxmood2021 .list-group-item:last-child,
.duluxmood2021 .list-group-item:first-child {
    border-radius: 15px 15px 0px 0px;
}

/*********WEBINARS-2********/
.vebinars-2-wrap #list-home {
    background: #e8e8e8;
}
.vebinars-2-wrap .list-group-item.active {
    color: #fff;
}
.vebinars-2-wrap .tabs-component * {
    color: #000;
}
.vebinars-2-wrap .tab-panel {
    border-top-color: #666;
}
.vebinars-2-wrap .list-group-item.active,
.vebinars-2-wrap .tabs-component form .vebinars-info-btn {
    background-color: #666;
}
.vebinars-2-wrap .tabs-component form input {
    background: #fff;
    border: 1px solid #989898;
}


/****************************painters-survey-prize*****************************/
.painters-survey-prize {
    background: #e8e5df;
}
.painters-survey-prize * {
    font-family: 'Montserrat', sans-serif;
    color: #334c5b;
}
.painters-survey-prize h1 {
    margin: 25px 0;
    margin-top: 0px;
}
.painters-survey-prize h1 {
    font-size: 37px;
}
.painters-survey-prize .fluid-block {
    max-width: 35%;
}
#form_painters-survey-prize {
    max-width: 509px;
    margin-top: 9px;
}
.painters-survey-prize .form.element {
    padding-top: 19px;
}
.painters-survey-prize .form.element input {
    border-radius: 15px;
}
.painters-survey-prize .form.element input,
.painters-survey-prize .form.element textarea,
.painters-survey-prize .form.element select {
    border-color: #82909d;
    color: #3e3e3e;
    margin-right: 14px;
}
.painters-survey-prize .form.element select {
    height: 34px;
}
.painters-survey-prize .form.element textarea {
    padding: 14px;
    width: 100%;
}
.painters-survey-prize .form.element input[name="size"] {
    background: #ccd3c5;
}
.painters-survey-prize .form.element .soglasie {
    margin: 20px 0;
}
.painters-survey-prize .form.element .soglasie a {
    text-decoration: underline;
}
.painters-survey-prize .form.element .soglasie a:hover {
    color: #000;
}
.painters-survey-prize .form.element button {
    background: linear-gradient(-45deg, #556c62, #6f867c);
    border-radius: 20px;
}
.painters-survey-prize .modal-win {
    background: #6f867c;
}
@media (max-width: 1260px) {
    .painters-survey-prize .fluid-block {
        max-width: 70%;
    }
    .painters-survey-prize h1 {
        padding: 0 33px;
    }
    .painters-survey-prize h1 {
        color: #8F4F8B;
        margin: 51px 0;
        margin-top: 0px;
    }
}
@media (max-width: 754px) {
    .painters-survey-prize h1 {
        margin: 20px 0;
        margin-top: 0px;
        font-size: 26px;
        padding: 0 18px;
    }
    .painters-survey-prize .fluid-block {
        max-width: 100%;
    }
    .painters-survey-prize .form.element {
        padding: 14px 18px;
    }
}


/****************************painters-survey-prize*****************************/
.cp5 {
    background-color: #ccc6c8;
    color: #374e7f;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}
.cp5 main {
    padding: 0 15px;
    display: flex;
}
.cp5 p {
    margin-bottom: 16px;
    font-size: inherit;
}
.cp5 .checkbox {
    margin: 20px 0;
}
.cp5-form {
    background-color: #ccbcbf;
    border-radius: 30px;
    padding: 20px;
    margin: 20px 0 30px;
    color: #374e7f;
    padding: 20px 31px;
}
.cp5-form .input-group {
    justify-content: space-between;
    margin-bottom: 10px;
}
.cp5-form label {
    flex-basis: 150px;
}
.cp5-form input {
    border: none;
    border-bottom: 1px solid #334c5b;
    border-radius: initial;
    background: transparent;
    flex-grow: 1;
}
.cp5-form button {
    border: none;
    background: transparent;
}
.cp5-btn {
    margin: 0 auto;
    display: block;
}
.cp5 .personal-consent {
    text-decoration: underline;
}


/****************DDMP****************/
.ddmp {
    background-color: #DDDAD1;
    color: #434A77;
}
.ddmp h1 {
    color: #871B40;
    font-weight: 600;
    margin-bottom: 13px;
    font-size: 41px;
    white-space: nowrap;
}
.ddmp h2 {
    font-weight: 500;
    line-height: 1.1;
    font-size: 34px;
    margin-bottom: 7px;
}
.ddmp p {
    font-size: 17px;
}
.ddmp-container {
    max-width: 525px;
    margin: 0 auto;
    padding-top: 41px;
    padding-bottom: 86px;
}
.ddmp .specific-img {
    max-width: 195px;
    flex-shrink: 0;
}
.ddmp img {
    max-width: 100%;
}
.ddmp .btm-block {
    display: flex;
}
.ddmp .navbtn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 36px;
}
.ddmp .navbtn {
    font-size: 18px;
    text-decoration: underline;
}
.ddmp .navbtn:hover {
    text-decoration: none;
}
.ddmp .howby:hover img {
    filter: hue-rotate(17deg);
}
.specific-link:hover {
    color: #871B40;
}
@media (max-width: 700px) {
    .ddmp-container {
        padding: 32px 11px 71px;
    }
    .ddmp h1 {
        white-space: initial;
    }
    .ddmp .navbtn {
        margin-left: 31px;
        margin-right: 14px;
    }
}

.dropdown li a {
    z-index: 1000;
}
.footer_social .not-list {
    display:flex;
    flex-wrap: wrap;
}
.footer_social .not-list img {
    max-width: 100%;
    width: 35px;
    margin-right: 4px;
}
.footer_social .not-list a {
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.footer_social .not-list li {
    margin-right: 8px;
}
.footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_bottom_logo {
    margin-right: 15px;
    margin-top: 0;
    flex-shrink: 0;
}
.footer_bottom {
    width: auto;
}
@media (max-width:1055px) {
    .footer_bottom {
        flex-wrap: wrap;
    }
}
@media (max-width:822px) {
    .footer_social .not-list,
    .footer_bottom_logo {
        margin-bottom: 20px;
    }
}
@media (max-width:516px) {
    .footer_social .not-list {
        flex-wrap:wrap;
    }
}
@media (min-width:1000px) {
    .footer_bottom {
        max-width: 1285px;
    }
}

.tabs-component .announce-text {
    font-weight: bold;
    color: #4f4f4f;
}
.tabs-component .announce-text a {
    color: #04b1d1;
    font-weight: bold;
    text-decoration: underline;
}
.show-detail {
    border: none;
    margin-left: 10px;
    outline: none;
    padding: 9px 11px;
}
.show-detail:hover {
    background: #dadada;
}
.show-detail:focus {
    outline: none;
    background: #c4c4c4;
    color: #323e49;
}
.plugin-info {
    background-color: #C3D5E0;
    font-family: 'Montserrat', sans-serif;
}
.plugin-content {
    max-width: 50%;
    margin: 0 auto;
    color: #262A4C;
    padding-bottom: 71px;
}
.plugin-content img, .plugin-content iframe {
    max-width: 100%;
}
.plugin-content p {
    margin: 23px 0;
}
.plugin-content h2:first-child {
    color: #CC6666;
    font-size: 52px;
    line-height: 1;
    margin-bottom: 20px;
}
.plugin-content h2:nth-of-type(2) {
    margin: 19px 0px;
    font-size: 43px;
    font-weight: 500;
    line-height: 1.2;
}
.plugin-content h2:nth-of-type(3) {
    margin: 37px 0 0;
    font-size: 43px;
    font-weight: 500;
    line-height: 1.2;
}
.plugin-content h2:nth-of-type(4) {
    margin: 20px 0;
    font-size: 43px;
    font-weight: 500;
    line-height: 1.2;
    max-width: 520px;
}
.dropdown > li {
    width: auto;
    width: 140px;
    font-family: Arial;
}
.dropdown > li.malyary {
    width: 220px;
}
@media (max-width: 1000px) {
    .plugin-content {
        max-width: 100%;
        padding: 0 18px 40px;
    }
}
@media (max-width: 500px) {
    .plugin-content h2 {
        font-size: 31px!important;
    }
}
.hot-line {
    display: none;
}
@media (min-width: 1328px) {
    .hot-line {
        display: block;
        bottom: -531px;
        z-index: 100;
        width: 148px;
        height: 180px;
        position: absolute;
        right: 67px;
        background-size: contain;
    }
    .vyezd-line {
        bottom: -726px;
    }
}
.toggle-wrap-converter-page {
    display: none;
}
@media(max-width: 650px) {
    .partners-head {
        display: flex;
        align-items: center;
    }
    .converter-page-head .main_header {
        padding-bottom: 0;
    }
    .converter-page-head .toggle-wrap {
        display: none;
    }
    .converter-page-head .toggle-wrap-converter-page {
        display: block;
    }
    .converter-page-head .mh_right,
    .converter-page-head .brands-title {
        display: none;
    }
    .wagner-info .element-doc {
        width: 87px;
    }
}

.main_nav .nav_home ~ li:first-child {
    padding-left: 0;
}
.mfw_nav {
    max-width: 164px;
}

.footer_bottom {
    font-size: 12px;
}

.mfw_nav ul li {
    font-size: inherit;
}