/*@import "../fonts/Montserrat/stylesheet.css?v=2";:root {
    --font: 'Montserrat',sans-serif;
    --red: #930526;
    --danger: #930526;
    --blue: #0f6ecd;
    --secondary: #111929;
    --txt: #2B2B2B
}*/

/* Typography */
h1 {
    color: #3D3D3D;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

h1 span{
    color: #54A6C1;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

h2 {
    color: #3D3D3D;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.h-color-wrap .h-color {
    position: absolute;
    width: 55px;
    height: 90px;
    background-color: #e9f3f1;
    border-radius: 3px;
}

.h-color-wrap h2 {
    padding-left: 28px;
    padding-top: 4px;
    font-size:40px;
}

#as-zakazat .h-color-wrap .h-color,
#otzes .h-color-wrap .h-color {
   height: 55px;
}

h3 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h1, h2{
    text-align: left;
    position: relative;
}

body p{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


a {
    color: #2CAC5F;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: #2CAC5F;
}

.page-title{
    color: #3D3D3D;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.kama_breadcrumbs span{
    font-size:12px!important;
}


.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-justify {
    text-align: justify!important
}

/* --- End Typography --- */

ins {
    background: transparent;
    color: inherit;
    font-weight: 500;
    font-size: 26px
}

/* Header Contacts */

.contact-block{
    width: 160px;
    text-align: left;
    padding-right:60px;
}

.contact-block_title{
    color: #747474;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
}

.contact-block_text{
    color: #2A2A2A;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact-block_text a{
    color: #2A2A2A;
}

.contact-block_text a:hover{
    color: #2CAC5F;
}

.contact-block_icon{
    width: 12px;
    height: 12px;
    margin-right:4px;
}

.col-flex-around {
    justify-content: end;
}

@media screen and (max-width: 480px){
    .contact-block_title{
        display: none!important;
    }

}

/* --- End Header Contacts --- */

/* Menu */
.menu {
    display: flex;
    justify-content: space-between;   
    width:100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #D4D4D4;
}

.menu>li>a, .uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 50px;
    font-family: 'Montserrat',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-decoration: none;
    color:#2B2B2B;
}

/* --- End Menu --- */

/* Sections */

.section-head{
    background: #F1FAF8;    
    padding:20px;
}

[class*=col-width] {
    box-sizing: border-box;
}

.col-width-1-2 {
    width: 50%
}

[class*=uk-width] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%
}

.uk-width-1-2 {
    width: 50%
}

.uk-width-1-3 {
    width: calc(100% * 1 / 3.001)
}

.uk-width-2-3 {
    width: calc(100% * 2 / 3.001)
}

.uk-width-1-4 {
    width: 25%
}

.uk-width-3-4 {
    width: 75%
}

.uk-width-1-5 {
    width: 20%
}

.col-width-2-5 {
    width: 40%;
}

.uk-width-2-5 {
    width: 40%
}

.col-width-3-5 {
    width: 60%
}

.uk-width-3-5 {
    width: 60%
}

.col-width-4-5 {
    width: 80%
}

.uk-width-4-5 {
    width: 80%
}

.uk-width-1-6 {
    width: calc(100% * 1 / 6.001)
}

.uk-width-5-6 {
    width: calc(100% * 5 / 6.001)
}

.col-width-small {
    width: 250px;
}

.uk-width-small {
    width: 150px
}

.uk-width-medium {
    width: 300px
}

.uk-width-large {
    width: 450px
}

.uk-width-xlarge {
    width: 600px
}

.uk-width-xxlarge {
    width: 750px
}

.col-width-auto {
    width: auto;
}

.uk-width-auto {
    width: auto
}

.uk-width-expand {
    flex: 1;
    min-width: 1px
}

.text-block-bottom{
    padding-bottom:50px;
}

@media (min-width: 640px) {
    .uk-width-1-1\@s {
        width:100%
    }

    .uk-width-1-2\@s {
        width: 50%
    }

    .uk-width-1-3\@s {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@s {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@s {
        width: 25%
    }

    .uk-width-3-4\@s {
        width: 75%
    }

    .uk-width-1-5\@s {
        width: 20%
    }

    .uk-width-2-5\@s {
        width: 40%
    }

    .uk-width-3-5\@s {
        width: 60%
    }

    .uk-width-4-5\@s {
        width: 80%
    }

    .uk-width-1-6\@s {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@s {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@s {
        width: 150px
    }

    .uk-width-medium\@s {
        width: 300px
    }

    .uk-width-large\@s {
        width: 450px
    }

    .uk-width-xlarge\@s {
        width: 600px
    }

    .uk-width-xxlarge\@s {
        width: 750px
    }

    .uk-width-auto\@s {
        width: auto
    }

    .uk-width-expand\@s {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 960px) {
    .uk-width-1-1\@m {
        width:100%
    }

    .uk-width-1-2\@m {
        width: 50%
    }

    .uk-width-1-3\@m {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@m {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@m {
        width: 25%
    }

    .uk-width-3-4\@m {
        width: 75%
    }

    .uk-width-1-5\@m {
        width: 20%
    }

    .uk-width-2-5\@m {
        width: 40%
    }

    .uk-width-3-5\@m {
        width: 60%
    }

    .uk-width-4-5\@m {
        width: 80%
    }

    .uk-width-1-6\@m {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@m {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@m {
        width: 150px
    }

    .uk-width-medium\@m {
        width: 300px
    }

    .uk-width-large\@m {
        width: 450px
    }

    .uk-width-xlarge\@m {
        width: 600px
    }

    .uk-width-xxlarge\@m {
        width: 750px
    }

    .uk-width-auto\@m {
        width: auto
    }

    .uk-width-expand\@m {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1200px) {
    .uk-width-1-1\@l {
        width:100%
    }

    .uk-width-1-2\@l {
        width: 50%
    }

    .uk-width-1-3\@l {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@l {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@l {
        width: 25%
    }

    .uk-width-3-4\@l {
        width: 75%
    }

    .uk-width-1-5\@l {
        width: 20%
    }

    .uk-width-2-5\@l {
        width: 40%
    }

    .uk-width-3-5\@l {
        width: 60%
    }

    .uk-width-4-5\@l {
        width: 80%
    }

    .uk-width-1-6\@l {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@l {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@l {
        width: 150px
    }

    .uk-width-medium\@l {
        width: 300px
    }

    .uk-width-large\@l {
        width: 450px
    }

    .uk-width-xlarge\@l {
        width: 600px
    }

    .uk-width-xxlarge\@l {
        width: 750px
    }

    .uk-width-auto\@l {
        width: auto
    }

    .uk-width-expand\@l {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1600px) {
    .uk-width-1-1\@xl {
        width:100%
    }

    .uk-width-1-2\@xl {
        width: 50%
    }

    .uk-width-1-3\@xl {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@xl {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@xl {
        width: 25%
    }

    .uk-width-3-4\@xl {
        width: 75%
    }

    .uk-width-1-5\@xl {
        width: 20%
    }

    .uk-width-2-5\@xl {
        width: 40%
    }

    .uk-width-3-5\@xl {
        width: 60%
    }

    .uk-width-4-5\@xl {
        width: 80%
    }

    .uk-width-1-6\@xl {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@xl {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@xl {
        width: 150px
    }

    .uk-width-medium\@xl {
        width: 300px
    }

    .uk-width-large\@xl {
        width: 450px
    }

    .uk-width-xlarge\@xl {
        width: 600px
    }

    .uk-width-xxlarge\@xl {
        width: 750px
    }

    .uk-width-auto\@xl {
        width: auto
    }

    .uk-width-expand\@xl {
        flex: 1;
        min-width: 1px
    }
}

.block-right{
    justify-content: end;
}

/* --- End Sections --- */

/* Buttons */

.btn {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding: 11px 22px;
    cursor: pointer;
}

.btn-bordered{
    background: transparent;
    border-radius: 3px;
    border: 1px solid #2CAC5F;
    color: #2CAC5F;
}

.btn-bordered:hover{
    
    background: #2CAC5F;
    border-radius: 3px;
    border: 1px solid #2CAC5F;
    color: #ffffff;
}
.btn-colored{
    background: #2CAC5F;
    border-radius: 3px;
    border: 1px solid #2CAC5F;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    line-height: normal;
    width: 100%;
    height: 58px;
}

.card-btn{
    width: 100%;
    margin-top:15px;
}

.wpmtst_submit_testimonial
{
    background: #2CAC5F;
    border-radius: 3px;
    border: 1px solid #2CAC5F;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    line-height: normal;
    width: 100%;
    height: 58px;   
}


/* --- End Buttons --- */

/* Main block */

.main-block_form{
    position: relative;
  /*  width: 450px;
    height: 515px;*/
    background-color: #def4efbf;
    border-radius: 10px;
    border: 1px solid;
    border-color: #9d9d9de6;
    backdrop-filter: blur(7.1px) brightness(100%);
    -webkit-backdrop-filter: blur(7.1px) brightness(100%);
    float: right;
    text-align: center;
    padding: 50px 30px;
    margin-top: 70px;
}

.with-background{
    background-image: url('/wp-content/themes/cheki/assets/img/main-block-bg.webp');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
    height: 660px;
    margin-bottom: -70px;
}


/* --- End Main block --- */

/* Benefit Block */

.benefit-block {
    position: relative;
    box-sizing: border-box
}

.benefit-block ::after,.benefit-block ::before {
    content: "";
    display: table
}

.benefit-block ::after {
    clear: both
}

.benefit-block>:last-child {
    margin-bottom: 0
}

.benefit-block h3{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;    
}

.benefit-block p{ 
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

/* --- End Benefit Block --- */

.full-section {
    box-sizing: border-box;
    background: #ffffff;
}

.uk-section-no-bottom {
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 0px
}
@media (min-width: 960px) {
    .full-section {
    }
}

.uk-section::after,.uk-section::before {
    content: "";
    display: table
}

.uk-section::after {
    clear: both
}

.uk-section>:last-child {
    margin-bottom: 0
}

.uk-section-xsmall {
    padding-top: 20px;
    padding-bottom: 20px
}

.uk-section-small {
    padding-top: 40px;
    padding-bottom: 40px
}

.benefit-section {
    padding-top: 40px;
    padding-bottom: 40px
}

.uk-section-large {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (min-width: 960px) {
    .uk-section-large {
        padding-top:100px;
        padding-bottom: 100px;
    }
    .uk-section-no-bottom {
        padding-top:70px;
        padding-bottom: 0px;
    }
}

.uk-section-xlarge {
    padding-top: 100px;
    padding-bottom: 100px
}

@media (min-width: 960px) {
    .uk-section-xlarge {
        padding-top:170px;
        padding-bottom: 170px
    }
}

.section-default {
    background: #fff
}

.uk-section-default {
    background: #fff
}

.uk-section-head {
    background: #F1FAF8;
}

.uk-section-muted {
    background: #f8f8f8
}

.uk-section-primary {
    background: #1495e5
}

.uk-section-secondary {
    background: #24363D;
}

/* --- end Sections --- */

.full-section {
    
}
.color-section{
    background: #F1FAF8;
}


.uk-button {
    line-height: 48px;
    border-radius: 3px;
}

.uk-button-default {
    background-color: transparent;
    color: #2CAC5F;
    border: 2px solid #2CAC5F;
}

.uk-button-primary {
    background-color: #2CAC5F;
    border: 1px solid #2CAC5F;
}

.uk-button-primary:focus,.uk-button-primary:hover {
    background-image: linear-gradient(#5bc0f8 0%,#38abef 50%,#1495e5 100%)
}

.uk-section-muted {
    background: #FFFFFF;
}

.uk-legend {
    color: #1e2b48;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 30px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1
}

.uk-legend::before,.uk-legend::after {
    content: '-';
    display: inline-block;
    color: #1495e5;
    width: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #1495e5;
    font-weight: 400;
    line-height: 5px;
    transform: rotate(90deg) translateX(-3px);
    margin: 0 10px
}

.uk-legend::before {
    transform: rotate(-90deg) translateX(3px)
}



.as-form-icon .uk-form-icon {
    padding-left: 4px;
    height: 58px;
    z-index: 5
}

form div.wpcf7-response-output {
    position: absolute;
    bottom: 15px;
    left: 40px;
    margin: 0;
    font-size: 12px;
    text-align: center;
    position: static;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
}

.uk-modal-dialog span.wpcf7-not-valid-tip,span.wpcf7-not-valid-tip {
    font-size: 12px!important
}

.uk-textarea {
    padding: 15px 40px;
    padding-top: 17px;
    height: 100px;
    background-color: #fafafa;
    padding-left: 40px!important;
    border-radius: 30px;
    color: #6e6e6e
}

form div.wpcf7-validation-errors,form div.wpcf7-acceptance-missing {
    border: none
}



#as-header {
    font-size: 14px
}

.as-phone {
    font-size: 16px;
    text-decoration: underline
}

.as-phone:hover {
    text-decoration: none
}

#as-header .uk-button {
    height: 60px
}

#as-header .uk-navbar-nav.uk-subnav-divider > ::before,.uk-navbar-container .uk-subnav-divider > li:last-child::after {
    content: '';
    border-radius: 50%;
    background-color: #5bc0f8;
    width: 3px;
    height: 3px;
    margin-right: 15px
}

.uk-navbar-container .uk-subnav-divider > li:first-child::before,.uk-navbar-container .uk-subnav-divider > li:last-child::before {
    content: ''
}

.uk-navbar-container .uk-subnav-divider > li:last-child::after {
    content: '';
    margin-right: 0;
    margin-left: 15px
}

#as-hero {
    font-size: 18px;
    color: rgba(255,255,255,0.8)
}

#as-hero .uk-icon {
    color: #5BBFF6
}

#as-top-block {
}

/* Block uslugi */



#perechen-uslug .uslugi-card {
    border: 1px solid #ffffff;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 11px 17.8px 0px rgba(0, 0, 0, 0.06);
    padding: 20px;
}


#perechen-uslug .uslugi-card:hover {
    border: 1px solid #2CAC5F;
}

#perechen-uslug .uslugi-circle {
    position: relative;
    width: 31px;
    height: 31px;
    margin-bottom: 10px;
}

.perechen-uslug {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;    
    padding-right: 30px;
}

#perechen-uslug .btn-uslugi{
    background: transparent;
    border-radius: 10px;
    border: 1px solid #2CAC5F;
    color: #2CAC5F!important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;    
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;    
}

#perechen-uslug .btn-uslugi:hover{
    background: #2CAC5F;
    border-radius: 10px;
    border: 1px solid #2CAC5F;
    color: #ffffff!important;

}

/* --- End Block uslugi --- */

/* Catalog */

.card-item{
    border: 1px solid #ffffff;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 11px 17.8px 0px rgba(0, 0, 0, 0.06);
    padding: 20px;
    text-align: center;
}

.card-item:hover{
    border: 1px solid #2CAC5F;
}

.card-img {
    line-height: 220px;
    height: 220px;
    object-fit: cover;
    width: 100%;
    overflow: hidden;
}

.card-title a{
    font-weight: 500;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

.card-title a:hover{
    color: #2CAC5F;
}
/* --- End Catalog --- */

/* How to buy */
#how-to-buy{
    background-image: url('/wp-content/themes/cheki/assets/img/how-to-buy.webp');
    background-repeat: no-repeat;
    /*background-position: right -50% center;*/
    background-position: right 10% center;
    background-size: fixed; 
    
    
}


@media screen and (max-width:1810px){
    #how-to-buy{
        
        background-position: right -20% center;
        
        
    } 
}

@media screen and (max-width:1600px){
    #how-to-buy{
        
        background-position: right -40% center;
        
        
    } 
}

@media screen and (max-width:1480px){
    #how-to-buy{
        
        background-position: right -60% center;
        
        
    } 
}

@media screen and (max-width:1385px){
    #how-to-buy{
        
        background-position: right -100% center;
        
        
    } 
}

@media screen and (max-width:1290px){
    #how-to-buy{
        
        background-position: right -170% center;
        
        
    } 
}

@media screen and (max-width:1200px){
    #how-to-buy{
        
        background-position: right -270% center;
        
        
    } 
}

/* --- End How to buy --- */

/* Form */

.main-block_form .form-title {
    font-weight: 700;
    color: #3c3c3c;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}


.main-block_form h4{
    font-weight: 400;
    color: #3c3c3c;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom:10px;
    margin-top:20px;
}

.wpcf7 label {
    font-weight:400;
    color: #3c3c3c;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    text-align: left;
}

.uk-input,.uk-select,.uk-select:not([multiple]):not([size]) {
    border-radius: 5px;
    border: 1px solid rgba(157, 157, 157, 0.90);
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(24.5px);
    height:58px;
}

.form-field label {
    font-weight:400;
    color: #3c3c3c;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    text-align: left;
}

.strong-form-wait{
    display: none;
}

.form-field input[type="text"], .form-field input[type="url"], .form-field input[type="email"], .form-field input[type="tel"], .form-field textarea{
    width:100%;
    border-radius: 5px;
    border: 1px solid rgba(157, 157, 157, 0.90);
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(24.5px);
    height:58px;
}

.as-form-icon .uk-input,.as-form-icon .uk-select {
    background-color: #fafafa;
    padding-left: 40px!important
}

.required-notice{
    display:none;
}


/* --- End Form --- */

/* Reviews */
.text-review{
    text-align:left;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.text-review span{
    color: #54A6C1;
}


.strong-view.wpmtst-default .wpmtst-testimonial{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.10);
    border: 0px!important;
}
/* --- End Reviews --- */

/* Page */
.page-article{
    margin-top:30px;
    margin-bottom: 80px;
}

.page-article::after{
    clear:both;
}

/* --- End Page --- */

/* Footer */
.copy{
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#as-site-footer .contact-block_text{
    color: #ffffff!important;
}

#as-site-footer .contact-block_text a:hover{
    color: #2CAC5F;
    text-decoration: none!important;
}

/* --- End Footer --- */

.as-value {
    padding: 0;
    border-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    border-radius: 50%;
    background-color: #fff;
    width: 42px;
    height: 42px;
    text-align: center
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.as-value-block {
    position: relative;
    padding: 0 20px
}

.as-value-plus,.as-value-minus {
    position: absolute;
    top: 0;
    line-height: 42px;
    height: 42px;
    width: 20px;
    color: #1e2b48
}

.as-value-plus {
    right: -10px
}

.as-value-minus {
    right: calc(42px + 30px)
}

.as-value-plus:hover,.as-value-minus:hover {
    color: #b91e43;
    cursor: pointer
}

.as-ch-card-mini .uk-card {
    padding-bottom: 58px
}

.as-img {
    line-height: 220px;
    height: 220px;
    width: 100%
}

.as-img .uk-responsive-height {
    max-width: 100%
}

.uk-divider-small {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px
}

.uk-divider-small::before,.uk-divider-small::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 26px;
    border-bottom: 1px solid #1495e5;
    bottom: 0
}

.uk-divider-small::before {
    width: 36px;
    margin-bottom: 5px
}

.as-offer-container {
    margin-left: -15px;
    margin-right: -15px
}

.as-offer-container > * {
    padding: 15px
}

/* Scheme */

.scheme-section{
    padding-top: 30px;
    padding-bottom: 30px;
}

#scheme b {
    color: #2CAC5F;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-left:20px;
    vertical-align: middle;
}

#scheme p {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

/* --- End Scheme --- */

.as-panel {
    border: 1px solid rgba(20,149,229,0.2)
}

.as-panel > .uk-card {
    margin: 15px;
    box-shadow: 0 0 25px 0 rgba(14,22,40,0.06)
}

#as-zakazat {
    background-color: #F1FAF8;
}

.as-zakazat .as-border {
    max-width: 540px
}

#as-zakazat form .uk-margin-top {
    margin-top: 20px!important
}

#as-doptxt_3 {
    padding-bottom: 0
}

#as-sidebar-left .uk-card {
    border-radius: 0 0 10px 10px
}

.as-title-menu {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #3C3C38;
    text-align: center;
    padding: 15px 5px;
    border: none;
    background-color: #def4efbf;
    border-radius: 10px 10px 0 0;
}

.as-sidebar-left .uk-nav>li {
    position: relative
}

.as-sidebar-left .uk-nav>li::before {
    position: absolute;
    width:12px!important;
    height:12px!important;
    top: 15px;
    left: 15px;
    content: url('/wp-content/uploads/2023/11/list.svg');
    display: block;
    opacity: 0
}

.as-sidebar-left .uk-nav>li:hover::before {
    opacity: 1
}

.as-sidebar-left .uk-nav-default>li>a {
    padding-left: 35px;
    color: var(--txt);
    font-size: 14px;
    line-height: normal;
    border-bottom: 1px solid #ebebeb;
    min-height: 50px;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.as-sidebar-left .uk-nav-default>li>a:hover {
    font-weight: 500
}

.as-sidebar-left .uk-nav li:last-child >a {
     border-bottom: 0px;
}


.alignleft {
    float: left;
    margin: 0 35px 20px 0
}

.alignright {
    float: right;
    margin: 0 0 20px 35px
}

.as-archive-txt img {
    border-radius: 17px
}

.as-archive-txt blockquote {
    border-radius: 30px;
    border: 8px solid #fff;
    box-shadow: 0 -5px 15px rgba(0,0,0,.08),inset 0 0 0 1px rgba(29,42,71,0.1);
    padding: 25px;
    font: inherit;
    min-height: 100px
}

.as-archive-txt blockquote footer {
    text-align: right
}

.as_rev-mini.uk-card {
    min-height: 554px;
    height: 554px;
    font-size: 14px;
    overflow: hidden;
    padding-bottom: 20px
}

.as_rev-mini-txt {
    min-height: 380px;
    height: 380px;
    overflow: hidden;
    position: relative
}

.stoun {
    margin-top: -20px;
    height: 324px;
    background-color: #fff;
    position: relative;
    z-index: 8
}

.as_rev-mini-txt::before {
    height: 324px;
    content: '';
    display: block;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#fff);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5
}

.as_rev-mini-txt img {
    position: relative;
    z-index: 10
}

.as_rev-mini-txt .uk-button {
    background: #fff;
    position: absolute;
    bottom: 0;
    z-index: 7;
    border-radius: 0!important;
    text-transform: none;
    font-size: 14px;
    font-weight: 400
}

[id*=as-rev-txt-].as-active {
    height: auto;
    z-index: 11
}

[id*=as-rev-txt-].as-active .as_rev-mini-txt {
    height: auto
}

[id*=as-rev-txt-].as-active .stoun,[id*=as-rev-txt-].as-active .as_rev-mini-txt::before,[id*=as-rev-txt-].as-active .no,[id*=as-rev-txt-]:not(.as-active) .ok {
    display: none
}

[id*=as-rev-txt-].as-border.uk-card-default.uk-card-hover:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2)
}

.as-star::after {
    content: '';
    display: block;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' data-svg='m-stars' style=' fill: %231495e5;%0A'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm4.24 16L12 15.45 7.77 18l1.12-4.81-3.73-3.23 4.92-.42L12 5l1.92 4.53 4.92.42-3.73 3.23L16.23 18z'%3E%3C/path%3E%3C/svg%3E");
    width: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0
}

.as-star.as-star-1::after {
    width: 20px
}

.as-star.as-star-2::after {
    width: 40px
}

.as-star.as-star-3::after {
    width: 60px
}

.as-star.as-star-4::after {
    width: 80px
}

.as-star.as-star-5::after {
    width: 100px
}

.as_rev-mini .quote {
    transform: rotate(180deg);
    margin-bottom: -5px
}

.as-pagination.uk-pagination>*>* {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center
}

.as-pagination.uk-pagination>.uk-active>* {
    border-color: rgba(15,110,205,0.55)
}

.as-pagination .prev:not(:hover),.as-pagination .next:not(:hover) {
    display: block;
    color: #1495e5;
    transition: color .1s ease-in-out
}

.stars .wpcf7-list-item {
    margin: 0
}

.stars .wpcf7-list-item-label {
    display: none
}

.stars input {
    display: inline-block;
    height: 18px;
    width: 18px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' data-svg='m-stars' style=' fill: %23ffffff; background: rgba(20,149,229,0.65); border-radius: 50%25;%0A'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm4.24 16L12 15.45 7.77 18l1.12-4.81-3.73-3.23 4.92-.42L12 5l1.92 4.53 4.92.42-3.73 3.23L16.23 18z'%3E%3C/path%3E%3C/svg%3E");
    border-radius: 50%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    outline: none;
    cursor: pointer
}

.stars input:checked {
    height: 20px;
    width: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' data-svg='m-stars' style=' fill: %231495e5;%0A'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm4.24 16L12 15.45 7.77 18l1.12-4.81-3.73-3.23 4.92-.42L12 5l1.92 4.53 4.92.42-3.73 3.23L16.23 18z'%3E%3C/path%3E%3C/svg%3E")
}

.as-left-item > .uk-card {
    width: 320px;
    max-width: 100%;
    margin: 0 auto
}

#as-card .title {
    text-align: left;
    font-size: 22px
}

#as-card h1::before,#as-card h1::after {
    content: none
}

.as-right-item {
    font-size: 14px
}

.as-right-item .uk-icon-button {
    background-color: transparent;
    background-image: url(../img/bg-ico.png);
    width: 50px;
    height: 50px;
    transition: background-image .2s ease
}

.as-right-item .uk-icon-button:hover {
    background-image: url(../img/bg-ico-hov.png)
}

.as-right-item .as-star {
    height: 20px
}

.as-right-item .as-star::after {
    margin-left: 0
}

.uk-dotnav>*>* {
    width: 12px;
    height: 12px;
    border: 2px solid #28a1ea
}

.uk-dotnav>*>:focus,.uk-dotnav>*>:hover,.uk-dotnav>.uk-active>* {
    background-color: #28a1ea;
    border-color: #fff;
    box-shadow: 0 0 0 1px #ccc
}

.as-rel-container {
    margin-left: -15px;
    margin-right: -15px
}

.as-rel-container > * {
    padding: 15px
}

#as-sidebar-left + .as-main-content .as-slide-rev {
    margin-left: auto;
    margin-right: auto
}

.as-slide-rev .as_rev-mini.uk-card {
    margin: 20px
}

.as-slide-rev .uk-slidenav {
    width: 43px;
    height: 43px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    color: #1495e5;
    border: 1px solid #1495e5;
    box-shadow: 0 0 0 6px #fff;
    box-sizing: border-box;
    padding: 0
}

.as-slide-rev .uk-slidenav > * {
    height: 16px
}

.as-slide-rev .uk-slidenav:hover {
    background-color: #1495e5;
    color: #fff
}

#as-doptxt_3 + .as-vantage {
    background: url(../img/bg-right.png) 100% 50% no-repeat;
    background-repeat: no-repeat
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    font-size: .8em;
    margin: 0 10px
}

#as-hero,#as-form-aside {
    background-color: #5a7aa1
}

.uk-offcanvas-bar {
    background: #ffffff;
}


.uk-offcanvas-bar .menu{
    color: #000;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
    flex-wrap: nowrap;
}

#as-ttop {
    position: fixed;
    bottom: 50px;
    left: 50px;
    z-index: 13
}

@media (min-width: 459px) {
    .uk-button {
        min-width:240px
    }
}

@media (min-width: 640px) {
    .asdivid {
        height:60px;
        line-height: 60px
    }

    .as-zakazat .as-border {
        padding: 50px
    }

    .as-archive-txt blockquote {
        padding: 25px 25px 25px 115px;
        background: #fff url(../img/quote.png) 15px 15px no-repeat
    }
}

@media (min-width: 960px) {
    .uk-logo img {
        display:block
    }

    #as-hero {
        background-image: url(../img/bg-hero.webp)
    }

    #as-hero .uk-heading-small {
        font-size: 56px;
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(91,192,248,0.15)
    }

    #as-hero .uk-heading-small b {
        font-weight: 900;
        font-size: 72px
    }

    .as-right-item .as-price-btn button {
        width: 240px;
        height: 60px
    }
}

@media (min-width: 1200px) {


    #as-hero {
        height: 694px;
        margin-bottom: 50px
    }

    #as-hero-form {
        margin-top: 80px!important
    }

    #as-doptxt .as-panel {
        border-radius: 150px 0 150px 0
    }

    #as-doptxt .as-panel > .uk-card {
        border-radius: 140px 0 140px 0;
        margin: 15px -15px -15px 15px
    }

    #as-doptxt_3 .as-panel {
        border-radius: 0 150px 0 150px
    }

    #as-doptxt_3 .as-panel > .uk-card {
        border-radius: 0 140px 0 140px;
        margin: -15px -15px 15px 15px
    }
}

@media (max-width: 1199px) {
    .as-zakazat .as-border {
        margin:0 auto
    }
}

@media (max-width: 639px) {
    .as-column-m,#as-header .asdivid {
        flex-direction:column
    }

    .as-block-m {
        display: block
    }

    #as-header .uk-button {
        height: 50px;
        line-height: 50px;
        padding: 0 15px
    }

    .uk-legend::before,.uk-legend::after {
        content: none
    }

    #as-site-footer {
        text-align: center
    }

    .as-archive-txt img {
        float: none;
        display: block;
        margin: 20px auto
    }
}

@media (max-width: 359px) {
    .as-column-m {
        flex-direction:column
    }
}

.archive .as-content .uk-grid.sticky-micky .as-sidebar-left,
.single .as-content .uk-grid.sticky-micky .as-sidebar-left{
    position: fixed;
    top: 70px;
    width: 24.3%;
}

.archive .as-content .uk-grid.sticky-micky .as-main-content.uk-width-expand,
.single .as-content .uk-grid.sticky-micky .as-main-content.uk-width-expand{
    margin-left: calc(25% + 0px);
}





.strong-rating {
    overflow: hidden;
    width: 265px;
    margin: 0 auto;
}
.strong-rating:not(:checked) > input {
    display: none;
}
.strong-rating:not(:checked) > label {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}
.strong-rating:not(:checked) > label:before {
    content: '★';
}
.strong-rating > input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px #c60;
}
.strong-rating:not(:checked) > label:hover,
.strong-rating:not(:checked) > label:hover ~ label {
    color: gold;
}
.strong-rating > input:checked + label:hover,
.strong-rating > input:checked + label:hover ~ label,
.strong-rating > input:checked ~ label:hover,
.strong-rating > input:checked ~ label:hover ~ label,
.strong-rating > label:hover ~ input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px goldenrod;
}
.strong-rating > label:active {
    position: relative;
}

.strong-rating > label svg {
    display: none;
}








#site-reviews h3.uk-modal-title{
	color: #3D3D3D;
    text-align: center;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 9px;
}

#site-reviews p.pod_head{
	color: #3D3D3D;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
    margin-bottom:30px;
}

#site-reviews .field-client_name label, #site-reviews .field-tel label, #site-reviews .field-post_content label{
	color: #3D3D3D;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top:20px;
    margin-bottom:12px;
}

#site-reviews .field-client_name input, #site-reviews .field-tel input, #site-reviews .field-post_content textarea{
	margin-top:12px;
    margin-bottom:20px;
    padding-left: 20px;
    max-width: 400px;
}



#site-reviews .strong-rating-wrapper{
	margin: 20px 0;
}

#site-reviews .uk-modal-body{
	padding: 50px 64px;
    width: 550px;
}





.strong-view-id-1 .wpmslider-viewport{
	height: auto !important;
    padding: 25px 0;
}
.strong-view-id-1 .testimonial-inner{
	border-radius: 10px;
    min-height: 250px;
}