/*
Theme Name: Clearning
*/
@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url(assets/fonts/MuseoSansCyrl.woff) format("woff");
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}
a { 
   text-decoration: none!important;
   } 
.mt-3 p {
	margin-bottom: 0rem;
}
body {
    font-family: 'Museo Sans Cyrl', "PT Sans", Pacifico, sans-serif;
    overflow-x: hidden !important;
}

@media screen and (max-width: 576px) {
    body {
        overflow-x: hidden !important;
    }
}

li,
ul {
    padding-left: 0 !important;
    list-style-type: none
}

.btn-yellow {
    text-decoration: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbd87c), to(#fcba2e));
    background: linear-gradient(180deg, #fbd87c 0, #fcba2e 100%);
    -webkit-box-shadow: inset 0 -4px 4px #e7a20e;
    box-shadow: inset 0 -4px 4px #e7a20e;
    border-radius: 36px;
    color: #fff;
    border: none;
    transition: all .3s;
}

.btn-yellow:hover {
    color: #704d00;
}

@media screen and (max-width: 375px) {
    .btn-yellow {
        font-size: 14px !important;
    }
}

.line {
    height: 3px;
    width: 40px;
    background-color: #fcba2e;
    display: inline-block
}

iframe {
    width: 100%
}

.list-group-item.active {
    background: #cee3ff !important;
    border: none !important;
    color: #265a9e !important;
    font-weight: 800;
    border: 1px solid #fcba2e !important;
}




.list-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row !important;
    gap: 20px;
}

/* Иконки в калькуляторе */
.list-group__icons-box{
    width: 100px;
    height: 100px;
    background: linear-gradient(178deg,#bbd9ff,transparent);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-group__icons{
    background-image: url(assets/images/iconss.svg);
    background-repeat: no-repeat;
    background-size: 600px;
    width: 80px;
    height: 80px;
}

.list-group__icons--clear{
    background-position-x: 7px;
    background-position-y: 2px;
}
.list-group__icons--mebl{
    background-position-x: -149px;
    background-position-y: 7px;
}
.list-group__icons--sid{
    background-position-x: -66px;
    background-position-y: 5px;
}
/* ./Иконки в калькуляторе */

/* Иконки в шапке */
.h_icons-box{
    background-image: url(assets/images/iconss.svg);
    background-repeat: no-repeat;
    background-size: 500px;
    width: 57px !important;
    height: 60px;
    padding: 0 !important;
}

.h_icons{

    border: 1px solid red;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h_icons--1{
    background-position-x: -443px;
    background-position-y: 2px;
}

.h_icons--2{
    background-position-x: -268px;
    background-position-y: 2px;
}

.h_icons--3{
    background-position-x: -323px;
    background-position-y: 2px;
}

.h_icons--4{
    background-position-x: -381px;
    background-position-y: 2px;
}

.h_icons--5{
    background-position-x: -202px;
    background-position-y: 2px;
    width: 60px !important;
}
/* ./Иконки в шапке */


.list-group-item {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    background: #eff6ff !important;
    border: none !important
}

.header {
    background-color: #265a9e
}

.menu__link {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .33s;
    transition: all .33s
}

@media screen and (max-width: 1199px) {
    .menu__link {
        font-size: 12px !important;
    }
}

.menu__link:hover {
    color: #bfdcff
}

.intro {
    background: url(assets/images/intro-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

@media screen and (max-width: 992px) {
    .intro {
        height: 125vh;
        background-position-x: 70%;
    }
}

@media screen and (max-width: 576px) {
    .intro {
        height: 165vh;
        background-repeat: no-repeat;
    }

    .select-1 {
        display: flex !important;
        align-items: baseline;
    }

    .value {
        /* width: 40% !important; */
        padding-left: 15px !important;
    }

    .value-square {
        padding-left: 10px !important;
    }

    .after select {
        width: 100% !important;
        padding-left: 20px !important;
    }

    .after .select_arrow {
        top: 20px;
        right: 20px
    }
}

@media screen and (max-width: 415px) {
    .intro {
        height: 185vh;
    }
}


@media screen and (max-width: 375px) {
    .intro {
        height: 225vh;
    }
}


.intro-block h1 {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    color: #265a9e
}

.intro-block p {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 400;
    font-size: 24px
}

.intro-achivements {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-58.74%, rgba(255, 255, 255, .7)), to(rgba(241, 247, 255, .7)));
    background: linear-gradient(180deg, rgba(255, 255, 255, .7) -58.74%, rgba(241, 247, 255, .7) 100%);
    border-radius: 66px
}

.intro-achivements h4 {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 400;
    font-size: 14px
}

.service-block {
    display: flex !important;
    flex-wrap: wrap !important;
    transition: all .33s;
}



.services h2 {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    color: #265a9e
}

.services span {
    display: block;
    height: 2px;
    width: 70px;
    background-color: #fcba2e
}

.services-about p {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 400;
    font-size: 16px
}

.service-item {
    max-width: 370px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f1f7ff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f1f7ff 100%);
    border-radius: 20px;
    cursor: pointer
}

.service-item h3 {
    color: #265a9e;
    font-family: PT Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 28px
}

.brif {
    background: url(assets/images/brif-bg.webp);
    background-repeat: no-repeat;
    background-size: cover
}

.brif h2 {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    color: #265a9e
}

.what-we-do__line-holder {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    height: 2px
}


.what-we-do__line {
    height: 2px;
    background-color: #e7a20e;
    width: 70px;
}

@media screen and (max-width:768px) {
    .box {
        display: flex;
        justify-content: center
    }
}

@media screen and (max-width: 576px) {
    .what-we-do__line {
        width: 20px !important;
    }

    .what-we-do__line-holder {
        width: 30px !important;
    }

    .clear {
        font-size: 16px !important;
    }

    .select {
        width: 100% !important;
    }

    .select-house {
        width: 100% !important;
    }

    .select-san {
        width: 100% !important;
        transform: translateX(-20px)
    }

    .value-square {
        width: 25% !important;
    }

    .select_arrow {
        top: 20px !important;
    }

    .goods-count {
        margin-left: 25px !important;
    }

}


.what-we-do__title .clear {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #757575;
}

.service-1 a {
    text-decoration: none
}

.main-form {
    position: relative
}

.main-form .form {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-20.67%, #f1f7ff), color-stop(22.92%, #fff));
    background: linear-gradient(180deg, #f1f7ff -20.67%, #fff 22.92%);
    border-radius: 20px
}



.main-form .form-title {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #fcba2e;
    text-align: center !important;
}

.main-form__img {
    position: absolute;
    top: 50%;
    left: -40%
}



.select span {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    color: #bcd9ff;
    /* margin-bottom: 20px; */
}

input[type=range] {
    /* width: 40%; */
    margin: 7.65px 0;
    background-color: transparent;
    -webkit-appearance: none
}

input[type=range]:focus {
    outline: 0
}

input[type=range]::-webkit-slider-runnable-track {
    background: #e7a20e;
    border: 0;
    border-radius: 24.3px;
    width: 100%;
    height: 4.7px;
    cursor: pointer
}

input[type=range]::-webkit-slider-thumb {
    margin-top: -7.65px;
    width: 20px;
    height: 20px;
    background: #fbd87c;
    border: 0;
    border-radius: 33px;
    cursor: pointer;
    -webkit-appearance: none
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #eca50e
}

input[type=range]::-moz-range-track {
    background: #e7a20e;
    border: 0;
    border-radius: 24.3px;
    width: 100%;
    height: 4.7px;
    cursor: pointer
}

input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fbd87c;
    border: 0;
    border-radius: 33px;
    cursor: pointer
}

input[type=range]::-ms-track {
    background: 0 0;
    border-color: transparent;
    border-width: 7.65px 0;
    color: transparent;
    width: 100%;
    height: 4.7px;
    cursor: pointer
}

input[type=range]::-ms-fill-lower {
    background: #e29f0e;
    border: 0;
    border-radius: 48.6px
}

input[type=range]::-ms-fill-upper {
    background: #e7a20e;
    border: 0;
    border-radius: 48.6px
}

input[type=range]::-ms-thumb {
    width: 20px;
    height: 20px;
    background: #fbd87c;
    border: 0;
    border-radius: 33px;
    cursor: pointer;
    margin-top: 0
}

input[type=range]:focus::-ms-fill-lower {
    background: #e7a20e
}

input[type=range]:focus::-ms-fill-upper {
    background: #eca50e
}

@supports (-ms-ime-align:auto) {
    input[type=range] {
        margin: 0
    }
}

.under {
    text-decoration: underline;
    color: blue !important;
    background: none !important;
}

.select {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    /* margin-bottom: 50px; */
}

.price-bottom {
    margin-top: 25px;
}

input#option1,
input#option2 {
    display: none;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background: #77B2FF !important;
    border-color: none !important;
}

.btn-primary {
    background: none !important;
    border: 2px solid #265A9E !important;
    border-radius: 36px !important;
    color: #265A9E !important;
}

.btn-primary:hover {
    background-color: #9EC8FF !important;
}

.select-house {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #265a9e;
    background: #f1f7ff;
    border-radius: 24px
}

.select p {
    display: flex;
    align-items: center;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.select button,
.select span,
.select-sofa button {
    background: #fbd87c;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    padding: 5px 10px
}


.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 19px;
    outline: 0;
    border: 0 solid #000;
    border-radius: 100px;
    background: #f1f7ff;
    color: #265a9e;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 400;
    font-size: 20px
}

.select select option {
    color: #265a9e
}

.select select::-ms-expand {
    display: none
}

.select select:focus,
.select select:hover {
    color: #265a9e;
    background: #b7dcff
}

.select select:disabled {
    opacity: .2;
    pointer-events: none
}

.select_arrow {
    position: absolute;
    top: 25px;
    right: 20px;
    pointer-events: none;
    border-style: solid;
    border-width: 13px 15px 0 13px;
    border-color: #fcba2e transparent transparent transparent
}

.select select:focus~.select_arrow,
.select select:hover~.select_arrow {
    border-top-color: #ffb009
}

.select select:disabled~.select_arrow {
    border-top-color: #ccc
}

.count-l {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #265a9e
}

.value {
    width: 50%
}

.amount .value-house {
    width: 20%;
}

.value-house {
    color: #265a9e;
    font-size: 20px !important
}

.value-square {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 400;
    font-size: 20px !important;
    border: none;
    text-decoration: underline;
    color: #265a9e;
    width: 12%
}

.add a {
    text-decoration: none
}

.add a .plus {
    display: inline-block;
    background-color: #fcba2e;
    color: #fff;
    font-size: 18px
}

.add a span {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #fcba2e
}

.square p {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #265a9e;
    margin: 0 !important
}

.square span {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    color: #fcba2e
}

.cleaner {
    justify-content: center;
}

.clean-title {
    color: #265a9e;
    font-family: PT Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 35px
}

.clean-title .span {
    position: relative
}

.clean-title .span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    background: #c5e2ec;
    bottom: 20%;
    z-index: -1
}

.box-wrapper {
    position: relative
}

.box-wrapper::after {
    content: url(assets/images/aftbfr.png);
    position: absolute;
    bottom: -25%;
    left: 50%;
    display: inline-block
}

.how {
    background: url(assets/images/how-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 100%;
    /* height: 100vh */
}

.how-item h3 {
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #265A9E;
}

.how h4 {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    color: #265a9e
}

.how p {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 400;
    font-size: 16px
}

.main-form {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-58.74%, rgba(255, 255, 255, .7)), to(rgba(235, 244, 255, .7)));
    background: linear-gradient(180deg, rgba(255, 255, 255, .7) -58.74%, rgba(235, 244, 255, .7) 100%);
    border-radius: 66px
}

.main-form h5 {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #265a9e
}

.main-form .send {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 18px
}

.name-block .name-input {
    background-image: url(assets/images/profile.svg);
    background-repeat: no-repeat;
    background-position: 4px;
    outline: 0;
    border-radius: 5px;
    padding-left: 30px;
    height: 20px;
    font-size: 13px;
    border: none;
    border-bottom: 2px solid #fbd87c;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    width: 100%;
}

.name-block .tel-input {
    background-image: url(assets/images/tel-icon.svg);
    background-repeat: no-repeat;
    background-position: 4px;
    outline: 0;
    border-radius: 5px;
    padding-left: 30px;
    height: 20px;
    font-size: 13px;
    border: none;
    border-bottom: 2px solid #fbd87c;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    width: 100%;
}

.faq h4 {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    color: #265a9e
}

.card {
    border-radius: 50px !important;
    border: none;
}

.card-header {
    background: rgba(222, 236, 255, .38);
    border-radius: 20px;
    padding: 0px !important
}

.card-header a {
    text-decoration: none;
    padding: 20px !important;

}

.card-header h5 {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 100;
    font-size: 28px;
    color: #727878;
    width: 100%;
    text-decoration: none;
    -webkit-transition: all .33s;
    transition: all .33s
}



@media screen and (max-width: 576px) {
    .card-header h5 {
        font-size: 18px;
    }

    #calc_l_meters,
    #calc_l_meters_2 {
        padding-left: 10px !important;
    }
}

.card-header h5:hover {
    color: #fcba2e
}

.card-header h5:visited {
    color: #fcba2e
}

.card-header .collapsed {
    border-radius: 20px
}

.card-body {
    font-family: Rubik;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #727878
}

.arrow {
    -webkit-transition: all .33s;
    transition: all .33s
}

.arrow.active {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.map {
    position: relative;
    /* z-index: 1; */
}

.map .contact-block {
    /* position: absolute;
    top: 20%;
    left: 10%; */
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#deecff), color-stop(96.07%, #fff));
    background: linear-gradient(180deg, #deecff 0, #fff 96.07%);
    border-radius: 20px;
    /* padding: 30px 60px !important; */
}

.contact-block-requisites p {
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    color: #727878;
}

.contact-block-requisites span {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #a3a3a3;
}


.map .contact-block h6 {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    color: #265a9e
}

.map .contact-block a {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #757575;
    text-decoration: none
}

.map .contact-block .social-links a {
    text-decoration: none
}

.footer {
    background: #265A9E url(assets/images/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* height: 30vh; */
}

@media screen and (max-width: 576px) {
    .footer {
        padding-bottom: 100px !important;
    }
}

.nav-footer a {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: white;
    text-decoration: none;
    transition: all .33s;
}

@media screen and (max-width: 1199px) {
    .nav-footer a {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    .nav-footer a {
        display: inline-block;
        margin-bottom: 15px;
    }

    .wpcf7 input[type="file"]{
        width: 270px !important;
    }
}

.nav-footer a:hover {
    color: #77a1d8
}

.tel-header {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    transition: all .33s;
    color: white;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.tel-header:hover {
    color: #a5c9ff;
}

.tel {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    transition: all .33s;
    color: white;
    text-decoration: none;
    position: relative;
    z-index: 999;
}

.tel:hover {
    color: #77a1d8
}

.made {
    color: wheat;
}

.made a {
    color: whitesmoke;
    text-decoration: underline;
    transition: all .33s;
}

.made a:hover {
    color: #77a1d8
}

.reserved {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: white;
}

.social-link {
    z-index: 999999;
    transition: all .33s;
}

.social-link img {
    transition: all .33s;
}

.social-link img:hover {
    transform: scale(1.2);
}


/* Slider */
.response {
    min-width: 0;
}

button.prev,
button.next {
    background-color: #FBD87C;
    border-radius: 50%;
    border: none;
    padding: 18px 25px;
}

button.prev,
button.next:focus {
    outline: none !important
}

.slick-slide img {
    max-width: 100%;
    width: 100%;
}

/* .slick-slide {
    display: flex !important;
    justify-content: center !important;
} */



/* Hamburger */
.menu-mobile {
    display: none;
}

.hamburger {
    position: fixed;
    top: 32px;
    right: 16px;
    z-index: 99;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hamburger span {
    transition: all 0.33s;
    position: relative;
    display: block;
    background-color: #e7a20e;
    width: 32px;
    height: 2px;
}

.hamburger span:after,
.hamburger span:before {
    content: "";
    transition: all 0.33s;
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #e7a20e;
    left: 4px;
}

.hamburger span:after {
    top: -6px;
}

.hamburger span:before {
    bottom: -6px;
}

.hamburger.active span {
    background-color: transparent;
}

.hamburger.active span:after,
.hamburger.active span:before {
    top: 0;
    bottom: 0;
}

.hamburger.active span:after {
    transform: rotate(-45deg);
}

.hamburger.active span:before {
    transform: rotate(45deg);
}

.menu_nav {
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 98;
    transition: all 0.33s;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, #265A9E -3.44%, #77B2FF -3.43%, #DEECFF 16.28%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.menu_nav.active {
    right: 0;
}

.menu_nav a {
    margin: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.menu__link-xs {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #265A9E;
    transition: all .33s;
}

.menu__link-tel {
    font-weight: 300;
}

.menu__link-xs:hover {
    color: #FCBA2E;
}

.btn-back {
    border: none !important;
    background: none !important;
    color: white !important
}

.dropdown-menu {
    min-width: 4.5rem !important;
}

.item .line-h li {
    line-height: 36px;
}

.twentytwenty-handle {
    border: 3px solid #e7a20e !important
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    background: #F8920A !important;
}

.twentytwenty-overlay {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .custom-logo-link {
        display: none;
    }
}

/* Checkbox */


/* .inp-check+label {
    width: 30px;
    height: 30px;
    border: 3px solid;
    -o-border-image: #DEECFF;;
    border-image: #DEECFF;;
    border-image-slice: 1;
    top: 100%;
    left: 10%;
    -webkit-transform: translate(-2%, -10%);
    transform: translate(-2%, -10%);
    -webkit-transition: all ease-out .2s;
    transition: all ease-out .2s;
    text-indent: 40px;
    white-space: nowrap;
    color: rgba(219, 125, 1, 0.911);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: 100
}

.inp-check+label:after {
    content: "";
    position: absolute;
    width: 0;
    height: 15px;
    border-bottom: 3px solid rgb(248, 112, 0);
    border-left: 3px solid rgb(248, 112, 0);
    top: 25%;
    left: 50%;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.inp-check:checked+label {
    border: 3px solid #DEECFF;
    background-color: #ffffff
}

.inp-check:checked+label:after {
    opacity: 1;
    width: 40px
} */


.wpcf7-checkbox input[type=checkbox] {
    /*position: relative;*/
    /* position: absolute; */
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    transition: all ease-out .33s;
    background-color: blueviolet !important;
}

.wpcf7-checkbox input[type=checkbox]+span {
    /* border: 3px solid red; */
    border-radius: 50%;
    transition: all ease-out .33s;
    font-size: 18px;

}


.wpcf7-checkbox input[type=checkbox]+span:before {
    display: inline-block;
    /* position: absolute; */
    content: '';
    border-radius: 0;
    height: 30px;
    width: 30px;
    top: 0px;
    left: 0px;
    border: 3px solid;
    border-image: linear-gradient(98deg, #2a5ff0 0, #2a5ff0 17%, #2a5ff0 48%, #2a5ff0 69%, #2a5ff0 100%);
    border-image-slice: 1;
    /* border-radius: 50%; */
    transition: all ease-out .33s;
    margin-right: 20px;
    margin-bottom: -12px;
}

.wpcf7-checkbox .inp-choice+span:before {
    border-image: blue !important;
    font-size: 20px !important;
}

.wpcf7-checkbox input[type=checkbox]+span:after {
    content: "";
    display: block;
    /* position: absolute; */
    width: 40px;
    height: 15px;
    border-bottom: 3px solid rgb(46, 119, 255);
    border-left: 3px solid rgb(46, 119, 255);
    top: 6px;
    visibility: hidden;
    left: 15px;
    transform-origin: bottom left;
    transform: rotate(-45deg) translateX(20px);
    /* opacity: 0; */
    text-align: center;
    /* transition: all ease-out .33s; */
}

@media screen and (max-width: 576px) {
    .wpcf7-checkbox input[type=checkbox]+span:after {
        transform: rotate(-45deg) translateX(20px);
    }

    .wpcf7-checkbox input[type=checkbox]+span:before {
        margin-right: 5px !important;
    }

    .wpcf7-checkbox input[type=checkbox]+span {
        font-size: 13px !important;
    }

    .select-sofa {
        display: contents;
    }

    .value-house {
        width: 20%;
    }
}

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


.wpcf7-checkbox input[type=checkbox]:checked+span:before {
    background: transparent;
}

.wpcf7-checkbox input[type=checkbox]:checked+span:after {
    visibility: visible;
}

.wpcf7-list-item-label {
    margin-left: 10px;
    display: table-cell;
    align-items: center;
}


#chk,
#chk2,
#chk3,
#chk4,
#chk5,
#chk6,
#chk7,
#chk8,
#chk9,
#chk10,
#chk11,
#chk12 {
    display: none
}

.choose-block {
    width: 100%;
}

/*.choose-block > div {
    margin: 0 auto;
}*/

.last-three>div {
    margin-right: auto;
}

.time {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #757575;
}

.slick-slide {
    margin-right: 32px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.lviv {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #265A9E;
}



.textarea textarea {
    background: linear-gradient(180deg, #F1F7FF 0%, #DEECFF 100%);
    border-radius: 10px;
    border: none;
    width: 100%;
    padding: 15px;
    outline: none;
}

input[type="file"] {
    background-color: none;
    border: none;
}


.count-place {
    font-size: 20px;

}

.count-place span {
    display: inline-block;
    border-bottom: 2px solid blue;
    width: 25%;
}

.sam-bg {
    background: url(assets/images/sofa.svg);
    background-size: contain;
    width: 140px;
    max-width: 100%;
    height: 80px;
    background-repeat: no-repeat;
}

.select-sofa span {
    display: inline-block;
    margin-left: 10px;
}

/* @media screen and (max-width: 576px) {
    .sam-bg {
        height: 152px;
    }

    .sam-bg-1 {
        height: 230px !important;
    }

    .sam-bg-2 {
        height: 220px !important;
    }

    .sam-bg-3 {
        height: 240px !important;
    }

    .sam-bg-4 {
        height: 170px !important;
    }
} */

.sam-bg-1 {
    background: url(assets/images/krislo.svg);
    background-size: contain;
    width: 110px;
    max-width: 100%;
    height: 80px;
    background-repeat: no-repeat;
}

.sam-bg-2 {
    background: url(assets/images/stulo.svg);
    background-size: contain;
    width: 110px;
    max-width: 100%;
    height: 80px;
    background-repeat: no-repeat;
}

.sam-bg-3 {
    background: url(assets/images/matras.svg);
    background-size: contain;
    width: 110px;
    max-width: 100%;
    height: 80px;
    background-repeat: no-repeat;
}

.sam-bg-4 {
    background: url(assets/images/kylum.svg);
    background-size: contain;
    width: 110px;
    max-width: 100%;
    height: 80px;
    background-repeat: no-repeat;
}

.select-sofa span {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #FCBA2E;
}

#block-hide,
#block-hide-2,
#block-hide-3 {
    display: flex;
}


.switch-field {
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
}

.one {
    flex-direction: column;
    align-items: start;
}

.switch-field .wpcf7-radio input {
    /* position: absolute !important; */
    clip: rect(0, 0, 0, 0);
    /* height: 1px;
	width: 1px; */
    border: none;
    overflow: hidden;
    border-radius: 15px;
}

.switch-field .wpcf7-radio label {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1;
    text-align: center;
    padding: 20px 18px;
    /* margin-right: -1px; */
    border: 3px solid blue;
    transition: all 0.1s ease-in-out;
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 50px;
}

.switch-field .wpcf7-radio label:hover {
    cursor: pointer;
}

.switch-field .wpcf7-radio input:checked+label {
    background-color: #9EC8FF;
    box-shadow: none;
    color: blue;
    border: 3px solid transparent;
}

.input-name,
.input-number {
    border: none;
    background-color: #c6dfff;
    /* border-bottom: 2px solid blue; */
    font-size: 18px;
    outline: none;
    max-width: 100%;
    padding: 10px;
    border-radius: 20px;
    color: black;
}

.sum {
    color: #E7A20E;
    font-size: 30px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    margin-left: -20px;
}

@media screen and (max-width: 576px) {
    .sum {
        margin-left: 10px !important;
    }
}

.price {
    color: #265A9E;
    font-size: 30px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
}

.box {
    width: 93%;
}

.up,
.down {
    cursor: pointer;
}

.error {
    height: 90vh;
}

#summ, #summ2,#summ3 {
    border: none;
    width: 25%;
    /* margin-left: 10px; */
}

@media screen and (max-width: 576px) {
    #summ, #summ2, #summ3 {
        width: 100%;
    }

    span.wpcf7-list-item {
        margin: 0;
    }

    .count-place span {
        width: 35%;   
    }
}

.count-place span input {
    border: none; 
    outline: none; 
    width: 60%
}

.cnt-sofa {
    width: 20%;
}

button, input {
    overflow: visible;
    border-radius: 30px;
    border: 1px solid blue;
    outline: none;
}

@media screen and (max-width: 1340px) {
    .sum {
        margin-left: -65px;
    }
}

@media screen and (max-width: 1400px) {
    .wpcf7-checkbox input[type=checkbox]+span {
        font-size: 17px;
    }
}

#summ4 {
    width: 15%;
}

@media screen and (max-width: 576px) {
    #summ4 {
        width: 40%;
    }
}

.article-body--style{
    border: 1px solid #f5f5f5;
    padding: 15px;
}

.blog_a{
    font-size: 25px; 
    text-decoration: none;
}