@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Regular.woff2') format('woff2') font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Black.woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-UltraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Extrabold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
/* .header-2 {
    -ms-overflow-style: none;  Internet Explorer 10+
    scrollbar-width: none;  Firefox
}
.header-2::-webkit-scrollbar {
    display: none;  Safari and Chrome
} */

body {
    font-family: 'Gilroy', 'Roboto', sans-serif;
    font-size: 16px;
    color: #282828;
    line-height: 1.6;
    margin: 0;
    background: #fff;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

header {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a {
    color: #282828;
    text-decoration: none;
}

input,
a.color {
    cursor: pointer;
    width: 100%;
    transition: .3s background;
    background: #fcfcfc;
    font-family: 'Gilroy', 'Roboto', sans-serif;
}

input:focus {
    outline: 1px solid #e92772;
}

button:focus {
    outline: 0;
    box-shadow: 0 0 3px #e92772;
}

button,
input {
    margin: 0;
    padding: 0;
}

.thankbtn {
    background: #e92772;
    padding: 23px 40px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.thankbtn.back {
    color: #282828;
    background: transparent;
    border: 2px solid #e92772;
    margin-right: 10px;
}

.thankbtn.back:hover {
    color: #fff;
    background: #e92772;
    transition: .1s;
}

input[type=checkbox] {
    display: none;
}

.checkbox label:before {
    border-radius: 3px;
}

input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
}

h1,
.h1 {
    font-size: 41px;
    color: #282828;
    font-weight: bold;
}

h1 {
    display: inline;
}

h2,
.h2 {
    font-size: 35px;
    font-weight: 600;
    display: block;
}

h3,
.h3 {
    font-size: 28px;
}

hr {
    width: 159px;
    border-top: 1px solid #dedede;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

hr.hr {
    width: 100%;
}

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

.nav-item--forphone {
    display: none;
}
button {
    font-size: 15px;
}



/*CONTAINER*/
.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.politika_container {
    padding: 40px 0;
}

.politika_link {
    display: inline!important;
    color: unset!important;
    font-weight: unset!important;
    border-bottom: none!important;
    text-decoration: underline!important;
    
}

.politika_link:hover {
    background: transparent;
}

.politika_container ul {
    list-style: disc!important;
}

.politika_container li {
    margin-left: 15px!important;
}


@media(min-width: 1360px) {
    .container {
        max-width: 1250px;
    }
}

.container--r {
    bottom: -69px;
    display: flex;
    justify-content: flex-end;
}

.dn {
    display: none;
}

.dflex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}


/*MYBTN*/

input[type="submit"] {
    /* more specific to override webkit */
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    display: block;
}

.mybtn {
    border-radius: 100px;
    padding: 7px;
    font-size: 13px;
    color: #282828;
    cursor: pointer;
    border: 1px solid #777;
    width: 100%;
    -webkit-appearance: none;
}

.gift__btn {
    font-size: 14px;
    max-width: 260px;
}

.nav__callMan {
    background: #fff;
}

.calc__btn {
    width: 30%;
    margin: 0 auto;
    margin: 30px auto;
}

.calc__btn a {
    padding: 10px;
    display: block;
    transition: .1s;
}

.calc__btn a:hover {
    color: #fff;
    background: #e92772;
    border: 1px solid #e92772;
    box-shadow: 0 0 3px 0px #e92772;
}

#calc-block {
    background: #f7f8f9;
}


/*SECTION*/

.section {
    padding: 80px 0;
    position: relative;
    width: 100%;
}
.section-product {
    padding-bottom: 0;
}
.section-ready-works {
    padding: 0px 0px 80px;
}

.section--banner {
    background-size: cover;
    padding: 90px 0;
    background-position: center;
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, .1);
}

.section--banner.nohome .banner__title {
    padding-top: 40px;
    max-width: 990px;
}

.section--calc {
    background: #f7f8f9;
    width: 100%;
    background-size: cover;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.section--works {
    padding: 80px 0 100px;
}

.section--gift {
    padding: 35px 17px;
}

.section--last-block {
    padding: 0px 0 80px
}

.section--footer {
    padding: 60px 0 40px;
    background: #f7f8f9;
}

.section--other {
    border-top: 1px solid #d6d6d6;
    background: #f7f8f9;
    padding: 30px 0 80px;
    overflow: hidden;
}

.other-page--h1 {
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 40px;
}


/*HEADER*/
.topmenu-forphone {
    display: none;
}
header {
    z-index: 9;
}

.header-1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d6d6d6;
    padding: 0;
}

.phone-2 {
    width: 28px;
    padding: 0px;
    margin-right: 19px;
    display: none;
}

.top-phone {
    display: none;
}

.top-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.top-menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.top-menu ul li {
    list-style-type: none;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
    color: #686868;
    position: relative;
}

.top-menu ul li a {
    color: #686868;
    white-space: nowrap;
    padding: 5px 0;
    display: block;
}

.top-menu ul li a:hover {
    color: #282828;
    cursor: pointer;
}

.top-info h1,
.top-info div {
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
    color: #686868;
}

.submenu-top {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    z-index: 10;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: #fff;
    padding: 15px!important;
    display: none!important;
    -webkit-box-shadow: 0 0 4px 0 rgb(39 38 39 / 25%);
    box-shadow: 0 0 4px 0 rgb(39 38 39 / 25%);
}

.submenu-top li a {
    padding: 4px 0;
    display: block;
}

.o-kompanii:hover .submenu-top {
    display: block!important;
}

.bottom-menu.forphone {
    display: none;
}

.bottom-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.bottom-menu ul li {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

.bottom-menu ul li a {
    padding: 20px;
    display: block;
    font-weight: 600;
}

.opensubmenu.open:before,
.bottom-menu ul li:hover:before {
    content: "";
    display: block;
    position: absolute;
    background: #e92772;
    width: 100%;
    left: 0;
    height: 3px;
    bottom: 0;
    transition: .9s;
}

.bottom-menu ul li.active:before {
    content: "";
    display: block;
    position: absolute;
    background: #e92772;
    width: 100%;
    left: 0;
    height: 3px;
    bottom: 0;
    transition: .9s;
}

.nav__phone {
    font-size: 20px;
    font-weight: 500;
    margin: 0 15px;
    border-bottom: 1px dashed;
    display: inline-block;
    white-space: nowrap;
}

.nav-btn {
    border: 1px solid #e92772;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 15px;
    color: #e92772;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: .1s;
}

.nav-btn:hover {
    background: #e92772;
    color: #fff;
}

.nav-btn:focus {
    box-shadow: none;
}

.header-2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.bottom-menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.bottom-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.header__logo {
    width: 18%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.header__logo img {
    width: 100%;
}

.submenu__block {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    display: none;
    z-index: 9;
}

.submenu__block.open {
    display: block!important;
    overflow: scroll;
}

.down::after {
    /*    content: '';*/
    position: relative;
    top: -3px;
    right: -7px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-left: 2px solid #686868;
    border-bottom: 2px solid #686868;
    transform: rotate(-45deg);
}

.nav__submenu {
    padding: 30px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    flex-wrap: wrap;
    max-height: 100%;
}

.nav__submenu a {
    display: block;
    padding: 7px 0;
    font-weight: 500;
    font-size: 15px;
}

.nav__submenu a:hover {
    color: #e92772;
}

.nav__names {
    font-size: 18px;
    margin-bottom: 10px;
    color: #686868;
    font-weight: bold;
}

.nav-item {
    width: 16%;
}

#nav-icon4 {
    width: 38px;
    height: 30px;
    position: relative;
    margin: 0;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 90;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #282828;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
    top: 1px;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 12px;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 23px;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 0px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 26px;
    left: 0px;
}

.nav-bars.open {}


/*HEADER FIXED*/

header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 16px rgba(51, 51, 51, .2);
    z-index: 200;
}

.header-1.dnone {
    display: none;
}


/*BANNER*/

.sale113 {
    display: block;
    position: absolute;
    max-width: 150px;
    right: 45px;
    bottom: 55px;
}

.banner {
    line-height: 1.1;
}

.banner__title,
.banner__title h1 {
    font-size: 56px;
    font-weight: 700;
    color: #282828;
}

.banner__text {
    font-size: 20px;
    line-height: 1.7;
    margin-top: 20px;
    color: #282828;
}

.banner__text span {}

.banner__pretext {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
}

.banner__btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 20px 0 15px;
}

.banner__btn input {
    border: none;
    padding: 22px;
    margin-right: 10px;
    border-radius: 5px;
    width: 240px;
    border: 1px solid #d6d6d6;
    font-size: 15px;
}

.banner__btn input:last-child,
.newbtn {
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    width: auto;
    padding: 23px 80px;
    background: #e92772;
    color: #fff;
    cursor: pointer;
    display: block;
    max-width: 390px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.callme8.newbtn {
    width: 100%;
}

.politika {
    margin: 0;
    font-size: 12px;
    color: #686868;
}

div.newbtn {
    padding: 20px;
    text-align: center;
}

.banner__btn input:last-child:hover,
.newbtn:hover {
    opacity: .96;
}


/*H2 title-block*/

.title-block {
    text-align: center;
    padding-bottom: 35px;
}

.title-suptitle {
    font-weight: 300;
    color: #686868;
    font-size: 1.370rem;
    line-height: 1;
    letter-spacing: .1375rem;
}

.title-text {
    color: #686868;
    line-height: 25px;
    font-weight: 400;
}


/*PRODUCTS*/
/*PRODUCTS*/
.products-new {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
}
.products-new a {
    display: block;
    width: 22%;
    margin-bottom: 30px;
}

.products-new hr {
    width: 30%;
}
.product__item {
    height: auto;
    border: 1px solid #f1f1f1;
    transition: .3s;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
/*
.product__item:hover .product__img::before {
    content: "Подробнее";
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: absolute;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: rgb(80, 85, 90);
    background: rgba(255, 255, 255, 0.71);
    transition: all 0.3s ease 0s;
}
*/
.product__info {
    padding: 8px 5px;
}
.product__img {
    overflow: hidden;
    height: 60%;
    position: relative;
    min-height: 132px;

}

.product__item:hover {
    box-shadow: 0px 0px 33px 4px rgb(193, 188, 188);
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.product__img img {
    width: 125%;
    height: 100%;
    display: block;
}
.product__title {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 15px;
/*    text-transform: uppercase;*/
    letter-spacing: .1375rem;
    color: #282828;

}
.product__price {
    font-size: 20px;
    color:#e92772;
}
.product__price span {
    font-size: 25px;
    font-weight: 500;
}

/*PRODUCTS*/


/*test*/

.products-ul {
    list-style-type: none;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.products-ul li {
    margin-right: 15px;
    border: 1px solid #ddd;
    padding: 5px 25px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.products-tabs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.home .products-tabs span {
    background: #f7f8f9;
}

.products-tabs span {
    cursor: pointer;
    display: inline-block;
    padding: 13px;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 600;
    background: #fff;
    box-shadow: 0 0 2px 0px #d6d6d6;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    margin: 0 5px;
}

.products-tabs span.active,
.products-tabs span:hover {
    background: #e92772;
    color: #fff;
}

.products-inner {
    height: 0;
    overflow-y: hidden;
}

.products-inner .rev-item {
    margin: 25px 0;
}

.products-inner.active {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: auto;
    overflow-y: auto;
}

.products-inner.photo {
    justify-content: space-between;
    flex-wrap: wrap;
}

.products-inner.photo a {
    width: 30%;
    max-height: 300px;
    overflow: hidden;
    margin: 25px 0;
    border-radius: 10px;
}

.products-inner.photo img {
    width: 100%;
    border-radius: 10px;
}

.products-info {
    width: 40%;
    padding: 40px;
}

.products-info--h1 {
    font-size: 22px;
    border-bottom: 1px solid #e92772;
    display: inline-block;
    font-weight: 600;
}

.products-imgs-slick {
    overflow: hidden;
    width: 60%;
    position: relative;
    margin: 40px 0;
}

.products-imgs img {
    border-radius: 5px;
    max-height: 485px;
}

.products-imgs a {
    border-radius: 10px;
    overflow: hidden;
}



.slick-arrow {
    position: absolute;
    top: calc(50% - 25px);
    width: 75px;
    height: 75px;
    border-radius: 50px;
    border: 1px solid #e92772;
    background: #e92772;
    z-index: 2;
    cursor: pointer;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.slick-arrow::before {
    display: block;
    font-size: 20px;
    color: #fff;
}

.slick-next::before {
    content: ">";
}

.slick-prev::before {
    content: "<";
}

.slick-disabled {
    opacity: .5;
}

.slick-slide img {
    margin: 0 auto;
}

.products-priceot {
    margin: 0;
}

.products-price {
    font-size: 22px;
    margin: 0;
    color: #e92772;
    font-weight: 600;
}

.products-btn {
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    width: auto;
    padding: 20px 60px;
    background: #e92772;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}
.products-btn:hover {
    opacity: .9;
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    justify-content: center;
    width: 100%;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.slick-dots button {
    opacity: 1;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    font-size: 0;
    border: none;
    border: 1px solid #d6d6d6;
}

.slick-dots li {
    padding: 5px;
}

.slick-dots li.slick-active button {
    background: #e92772;
}

.rev-video .slick-dots,
.ready-works .slick-dots,
.sales-content .slick-dots {
    bottom: -15px;
}


/*CALC*/

.calc-page--inner {
    width: 100%;
    padding-top: 30px;
}

.calc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.calc__item {
    width: 48%;
}

.calc__name {}

#price {}

.calc-total {
    text-align: center;
}

.calc__price {
    line-height: .7;
    margin: 50px auto 15px;
}

.calc__text {
    color: #686868;
    line-height: 25px;
    font-weight: 400;
}

.polzunok {
    -webkit-appearance: none;
    height: 5px;
    width: 95%;
    margin-bottom: 5%;
    background: -webkit-linear-gradient(left, #e92772 0%, #e92772 10%, #d5d3d3 10%, #d5d3d3 100%);
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.30), 0 1px 0 rgba(255, 255, 255, 1);
    transition: 0.5s;
    cursor: pointer;
}

.polzunok:focus {
    box-shadow: none;
    outline: none;
}

.polzunok::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background: #f7f7f7;
    border: 1px solid #999;
    cursor: pointer;
    z-index: 9;
}

#tubes {
    background: -webkit-linear-gradient(left, #e92772 0%, #e92772 10%, #d5d3d3 10%, #d5d3d3 100%);
}

#area {
    background: -webkit-linear-gradient(left, #e92772 0%, #e92772 8%, #d5d3d3 8%, #d5d3d3 100%);
}

#lights {
    background: -webkit-linear-gradient(left, #e92772 0%, #e92772 3%, #d5d3d3 3%, #d5d3d3 100%);
}

#angleses {
    background: -webkit-linear-gradient(left, #e92772 0%, #e92772 10%, #d5d3d3 10%, #d5d3d3 100%);
}

.polzunok::-moz-range-track {
    height: 7px;
    width: 345px;
    margin-bottom: 5%;
    background: -webkit-linear-gradient(left, #d5d3d3 0%, #d5d3d3 10%, #d5d3d3 10%, #d5d3d3 100%);
    ;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.30), 0 1px 0 rgba(255, 255, 255, 1);
}

.polzunok::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #f7f7f7;
    border: 1px solid #999;
    cursor: pointer;
}


/*WHY*/

.why {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.why__col {
    width: 31%;
    margin-bottom: 30px;
    position: relative;
}

.why__col img {
    max-height: 72px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 10px;
}

.why__title,
.why__text {
    padding-left: 90px;
    ;
}

.why__title {
    font-size: 18px;
    margin-bottom: 5%;
    margin-top: 2%;
    font-weight: bold;
}

.why__text {
    color: #686868;
    line-height: 25px;
    font-weight: 400;
}


/*MANU*/

.manu-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.manu-item {
    width: 31%;
    margin-bottom: 30px;
    position: relative;
}

.manu-item img {
    max-height: 72px;
    display: block;
    margin: 0 auto;
}

.manu-item p {
    padding: 10px 0;
}
.manu-item--more,
.sales-item--more {
    display: none;
}

/*slider works*/

.slider-works .slick-next {
    right: calc(35% + 15px);
}

.works__title {
    font-size: 25px;
    color: #282828;
}

.works__price {
    font-size: 18px;
}

.some-wrapper {
    width: 100%;
    margin: auto;
    max-height: 500px;
}

.slider-works {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.works-imgs {
    width: 65%;
    overflow: hidden;
    border-radius: 10px;
}

.works-imgs img {
    max-height: 500px;
    min-width: 100%;
    min-height: 100px;
}

.works-df {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.works-df a {
    overflow: hidden;
    border-radius: 10px;
    display: block;
}

.slider-core {
    position: relative;
    width: 100%;
    max-height: 500px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.works-info--price {
    padding-bottom: 25px;
    color: #686868;
}

.works-info--price b {
    color: #282828;
    font-size: 22px;
    font-weight: 400;
}

.works-info {
    width: 35%;
    padding: 0 30px;
}

.works-info--h1 {
    font-size: 25px;
    padding-top: 15px;
    font-weight: 600;
}

.slider-window {
    display: flex;
    width: 60%;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: 80px;
}

.slideImg {
    width: 100%;
    transition: all ease .5s;
    display: flex;
    align-items: center;
}

.slider-nav {
    width: 35%;
    background: white;
    position: relative;
    bottom: 0;
    z-index: 1;
}

.nav-box {
    display: block;
}

.nav-open {
    display: block;
}

.nav-controlls {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 80px;
}

.nav-controlls a {
    background: #E63369;
    color: white;
    text-decoration: none;
    cursor: pointer;
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 20px 0;
}

.nav-box h1 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    font-weight: 100;
    font-size: 24px;
    line-height: 120%;
    color: #515559;
    margin-bottom: 10px;
}

.nav-box h2 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    font-weight: 100;
    font-size: 18px;
    color: #686868;
    margin-bottom: 20px;
}

.nav-box ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-decoration: none;
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
}

.nav-box ul li {
    font-family: Arial, Helvetica, sans-serif;
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
    color: #686868;
}

.nav-box li:first-child {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.nav-box li:first-child:after {
    content: "";
    flex-grow: 1;
    border-bottom-style: dotted;
    border-bottom-color: #686868;
    height: 8px;
    margin: 0px 4px;
}

@media (max-width: 760px) {
    .slider-nav {
        top: 0px;
        bottom: none;
        right: none;
        left: 0px;
        position: relative;
        width: 100%;
        min-height: 0;
        height: auto;
        padding-bottom: 30px;
    }
    .slider-core {
        max-height: 100%;
    }
    .slider-nav::after {
        display: none;
    }
    .slider-nav::before {
        display: none;
    }
}


/*product descriprion*/

.desBig img {
    float: right;
    height: 30%;
    width: 30%;
    margin: 3%;
    border-radius: 10px;
}

b.big {
    font-size: 22px;
    font-weight: 600;
}

.product__des-text li {
    margin-bottom: 5px;
}

.product__des-text ul {
    padding-left: 15px;
}

.product-des--slider {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-des--slider img {
    width: 100%;
    border-radius: 10px;
}

.product-des--slider a {
    width: 31%;
    margin-right: 16px;
    overflow: hidden;
    border-radius: 10px;
    max-height: 250px;
    margin-bottom: 30px;
}
.product-des--slider.slick-slider a {
    max-height: 330px;
}


/*LEGO*/


/*LEGO*/

.lego {
    position: relative;
}

.lego__bg {
    height: 530px;
    background: #d6cebb;
    position: absolute;
    transition: .7s;
}

.lego__bg,
.lego__img,
.lego__wall .lego__floor,
.lego__light .lego__spot,
.lego__rug {
    width: 100%;
}

.lego__h2 {
    text-align: center;
}

.lego__block {
    height: 100%;
    width: 25%;
    background: rgb(255 255 255 / .9);
    position: absolute !Important;
    top: 0;
    right: 0;
    z-index: 100;
}

.lego div {
    padding: 0;
}

.lego.container {
    margin-top: 0px;
    padding: 0;
}

.lego__mainT {
    position: relative;
    height: 530px;
}

.lego__floor,
.lego__img,
.lego__floor,
.lego__wall,
.lego__light,
.lego__spot,
.lego__rug {
    position: absolute !important;
    height: 530px;
    width: 100%;
    background-size: cover!important;
    transition: .7s;
}

.lego__img {
    background: url("/image/lego/g-int.png");
    z-index: 1;
}

.lego__wall {
    z-index: 11;
}

.lego__floor {
    z-index: 12;
}

.lego__light {
    background: url("/image/lego/light/4.png");
    z-index: 14;
    height: 108px;
    width: 124px!important;
    top: 30px;
    left: 384px;
}

.lego__spot {
    z-index: 13;
    height: 146px;
}

.lego__rug {
    z-index: 15;
}

.lego__chooseColorRug {
    z-index: 15;
}

.lego__links {
    padding: 15px!important;
    padding-top: 60px!important;
}

.lego__link {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
    border-bottom: 1px dashed #e92772;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

.lego__link:hover {
    border-bottom: 1px solid #e92772;
    color: #e92772;
}

.lego__mat {
    cursor: pointer;
    border-bottom: 2px dashed #e92772;
    display: inline-block;
    margin: 13px;
    font-weight: 400!important;
    transition: .2s;
}

.lego__mat:hover {
    color: #e92772;
    border-bottom: 2px solid #e92772;
}

.lamps p {
    cursor: pointer;
    border-bottom: 2px dashed #e92772;
    display: inline-block;
    margin: 13px;
    font-weight: 400;
    transition: .2s;
    font-size: 22px !important;
}

.lamps p:hover {
    color: #e92772;
    border-bottom: 2px solid #e92772;
}

.lamps hr {
    width: 350px;
    border-bottom: 2px solid #000;
}

.lamps {
    width: 100%;
    background: #ffffffba;
}

.lego__result {
    background: #e92772;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    display: block;
    padding: 20px 0;
    width: 45%;
    margin: 0 auto;
    cursor: pointer;
    transition: .2s;
    margin-top: 4%;
    white-space: nowrap;
    border: none;
}

.lego__chooseInner span {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 2px;
    opacity: 1;
    transition: .2s;
    text-align: center;
    line-height: 3;
    border: 1px solid transparent;
    text-shadow: 1px 1px #6b6b6b;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    color: #fff;
}

.lego__chooseInner span:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    border: 1px solid #000;
    box-shadow: 1px 1px #fff;
}

.lego__chooseColor,
.lego__chooseColorWall,
.lego__chooseColorFloor,
.lego__chooseColorMat,
.lego__chooseColorLight,
.lego__chooseColorRug {
    position: absolute;
    height: 530px;
    width: 75%;
    background: rgb(255 255 255 / .4);
    z-index: 15;
    top: 0;
    padding-top: 3%!important;
    display: none;
    overflow: scroll;
    border-right: 1px solid #ededed;
}

.lego__chooseColor {
    display: block;
}

.lego__chooseClose {
    font-size: 22px;
    color: #e92772;
    position: absolute!important;
    top: 10px;
    right: 16px;
    cursor: pointer;
    transition: .2s;
    font-weight: 200;
    border-bottom: 1px dashed #e92772;
}

.lego__chooseClose b {
    font-weight: 900;
    font-size: 33px;
}

.lego__chooseClose:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.lego__chooseInner {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.lego__chooseInner p,
.lego__title {
    font-size: 33px;
    font-weight: 300;
}

.lego__title {
    padding: 20px 0!important;
}


/*GIFT*/

.gift__block {
    background: url("/image/bg-sale.jpg");
    width: 100%;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.gift__item-form {
    width: 42%;
    background: #444444a6;
    text-align: right;
    color: white;
}

.gift__form-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.gift__item-text {
    width: 58%;
}

.form__title {
    font-size: 32px;
    font-weight: 500;
}

.form__subtitle {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.3;
}

.form__item {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 22px;
}

.sale__field {
    display: block;
    background: transparent;
    border-bottom: 3px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #fff;
    font-size: 17px;
}

.sale__field:focus {
    outline: 0;
    border-bottom: 3px solid #e92772;
}

.sale__field::-webkit-input-placeholder {
    color: #ffffff80;
    opacity: 1;
}

.sale__field::-moz-placeholder {
    color: #ffffff26;
    opacity: 1;
}

.sale__field:-moz-placeholder {
    color: #ffffff26;
    opacity: 1;
}

.sale__field:-ms-input-placeholder {
    color: #ffffff26;
    opacity: 1;
}

.sale__span {
    padding-right: 70px;
    white-space: nowrap;
}

.sale__text {
    font-size: 11px;
    padding-top: 20px;
}

.gift__sale {
    text-transform: uppercase;
    text-align: center;
    width: 150px;
    background: #e92772;
    color: #fff;
    font-size: 27px;
    font-weight: 100;
    letter-spacing: 3px;
}

.gift__text {
    font-size: 45px;
    font-weight: 100;
    line-height: 1.1;
    padding-top: 6px;
}

.gift__text-B {
    font-size: 68px;
    font-weight: 500;
}

.gift__text-des {
    font-weight: 100;
    font-size: 18px;
}

.gift__content {
    padding: 13px 0px;
}

.sale__button {
    width: 52%;
}


/*FAQ*/

.faq__accordion {
    width: 100%;
    margin: 0 auto;
}

.faq-page .faq__item {
    box-shadow: none;
    transition: .3s linear;
    border-bottom: 1px solid #ddd;
}

.faq-page .faq__title {
    padding: 24px 72px 24px 0px;
}

.faq__item {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    transition: .3s linear;
}

.faq__title {
    font-size: 18px;
    padding: 24px 72px 24px 24px;
    position: relative;
    cursor: pointer;
}

.faq__title:hover {
    color: #e92772;
}

.faq__title:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 25px;
    border-top: 2px solid #e92772;
    border-left: 2px solid #e92772;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    bottom: 45%;
    transition: .2s;
}

.faq__item.active .faq__title:after {
    transform: rotate(45deg);
    bottom: 37%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.faq__text {
    color: #686868;
    padding: 0px 75px 35px 24px;
    display: none;
    font-size: 15px;
}

.faq__text p {
    margin: 0;
}

.faq__item.active .faq__text {
    display: block;
}


/*SALES*/

.sales-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sales-item {
    width: 31%;
    text-align: center;
    margin-bottom: 60px;
}

.sales-item img {
    width: 100%;
    border-radius: 10px;
}

.sales-title {
    font-weight: 600;
    font-size: 20px;
    padding: 20px 0 0;
    text-align: left;
}

.sales-content .rev-video--text--rev {
    text-align: left;
}
.btn-forrevitem {
    display: none;
}
.sales-item .nav-btn {
    display: block;
    margin: 25px 0 0;
    padding: 20px 40px;
}
.ready-works .nav-btn {
    display: block;
    padding: 20px 40px;
}


/*READY WORKS*/

.ready-works {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ready-works--item {
    width: 48%;
    padding: 30px 30px 35px;
    background: #f7f8f9;
    border-radius: 10px;
    margin-bottom: 40px;
}
.home .ready-works--item {
    display: none;
}
.home .ready-works--item.active {
    display: block;
}


/*
.home .ready-works--item  {
    margin-top: 40px;
}
*/

.ready-works--item.hide {
    display: none;
}

.ready-works--item a {}

.ready-works--item img {
    width: 100%;
    border-radius: 10px;
    min-height: 280px;
    max-height: 280px;
}

.ready-works--title {
    font-size: 22px;
    margin-bottom: 17px;
    margin-top: 15px;
    font-weight: 600;
}

.ready-works--more {
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    width: auto;
    padding: 23px 80px;
    background: #e92772;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.ready-works--more:hover {
    opacity: .96;
}

.ready-works--subtitle {
    font-size: 18px;
    font-weight: 400;
}

.ready-works--text {
    color: #686868;
}

.ready-works--price {
    margin-top: 27px;
    font-size: 18px;
    font-weight: 400;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.ready-works--price span {
    color: #e92772;
    font-size: 22px;
}


/*OTHER*/

.other-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.other-block--item {
    width: 31%;
    background: #f7f8f9;
    border-radius: 10px;
    margin-bottom: 60px;
    cursor: pointer;
    box-shadow: 0 0 18px 1px rgb(213 213 213 / 10%);
    display: none;
    overflow: hidden;
    position: relative;
    padding: 30px 30px 35px;
}

.other-block--item.active {
    display: block;
}

.other-block--item a {}

.other-block--item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.other-block--title {
    font-size: 20px;
    padding: 15px 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    padding-bottom: 25px;
}


/*
.other-block--item::after {
    content: '';
    background-image: url(/image/back-6.png);
    position: absolute;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
*/

.other-block--divforimg {
    max-height: 280px;
    overflow: hidden;
    border-radius: 10px;
}

.other-block--item img {
    transition: .3s;
}

.other-block--item:hover img {
    transform: scale(1.1);
}

.other-block--subtitle {
    font-size: 18px;
    font-weight: 400;
}

.other-block--text {
    color: #686868;
}

.other-block--price {
    display: block;
}

.other-block--btn {
    /*    margin: 25px 0 0;*/
    padding: 20px 40px;
    border: 1px solid #e92772;
    border-radius: 50px;
    font-size: 15px;
    color: #e92772;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: .1s;
    display: inline-block;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
}

.other-block--btn:hover {
    color: #fff;
    background: #e92772;
}

.other-page--hr {
    border-bottom: 1px solid #e92772;
    margin-left: 0;
}

.other-block--page .other-block--item {
    background: #fff;
}

.other-page--comment {
    padding-bottom: 40px;
}

.other-page--title {
    font-size: 22px;
    font-weight: bold;
    padding-top: 40px;
}

.other-page--subtitle {
    /*    color: #686868;*/
    line-height: 25px;
    font-weight: 400;
}

.other-block--itemnew {
    overflow: hidden;
    position: relative;
    width: 31%;
    padding: 30px 30px 35px;
    background: #f7f8f9;
    border-radius: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    box-shadow: 0 0 18px 1px rgb(213 213 213 / 10%);
}

.other-block--itemnew img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.other-block--itemnew .other-block--title {
    padding: 15px 0;
    margin-bottom: 30px;
    white-space: nowrap;
    overflow: hidden;
}

.breadcrumbs ul {
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0;
    margin: 0;
}

.breadcrumbs ul li {
    padding-right: 10px;
    color: #686868;
    font-size: 14px;
}

.breadcrumbs ul li a {
    color: #686868;
    padding: 5px 0;
}

.breadcrumbs ul li a:hover {
    color: #e92772;
}


/*OPROS*/

.vopros form{
    margin: 30px 0;
}
.vopros input[type="text"] {
    height: 200px;
}
.vopros input {
    background: #f7f8f9;
    border: none;
    border-radius: 5px;
    position: relative;
    box-shadow: inset 0 0 2px #ddd;
    padding: 20px;
    width: 100%;
    margin-bottom: 7px;
    display: block;
    max-width: 100%;
    margin: 7px auto;
}
.vopros input[type="submit"] {
    position: relative;
    border-radius: 5px;
    border: none;
    width: 100%;
    padding: 20px;
    background: #e92772;
    color: #fff;
    cursor: pointer;
    max-width: 30%;
    margin-top: 30px;
}
.vopros input[type="submit"]:hover {
    opacity: .9;
}
.vopros-vopros {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 760px;
    line-height: 1;
    z-index: 0;
    color: #f1f1f1;
    opacity: .3;
}

/*COMMENT*/

.rev-tabs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: -15px;
}

.rev-tabs span {
    cursor: pointer;
    display: inline-block;
    padding: 13px 29px;
    border-radius: 10px;
    font-weight: 600;
    background: #fff;
    box-shadow: 0 0 2px 0px #d6d6d6;
    text-align: center;
    white-space: nowrap;
    margin: 0 5px;
}

.home .rev-tabs span {
    background: #f7f8f9;
}

.rev-tabs span:first-child {
    margin-right: 15px;
}

.rev-tabs span.active,
.rev-tabs span:hover {
    background: #e92772;
    color: #fff;
}

.rev-inner {
    height: 0;
    overflow-y: hidden;
}

.rev-inner.active {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100%;
}

.comment__block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.rev-video {
    flex-wrap: wrap;
    justify-content: space-between;
}

.rev-video .youtube {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    max-height: 320px;
    height: auto;
    background-position: center!important;
}

.rev-video .youtube.one {
    background: url("/image/otzivi/1.jpg") 0% 0% / cover;
}

.rev-video .youtube.two {
    background: url("/image/otzivi/2.jpg") 0% 0% / cover;
}

.rev-video .youtube.three {
    background: url("/image/otzivi/3.jpg") 0% 0% / cover;
}

.rev-video .youtube.four {
    background: url("/image/otzivi/4.jpg") 0% 0% / cover;
}

.rev-video .youtube.five {
    background: url("/image/otzivi/5.jpg") 0% 0% / cover;
}

.rev-video .youtube.six {
    background: url("/image/otzivi/6.jpg") 0% 0% / cover;
}

.rev-item {
    display: flex;
    width: 31%;
    flex-wrap: wrap;
    min-height: 300px;
    margin-bottom: 40px;
}

.rev-video iframe {
    border-radius: 10px;
    max-height: 300px;
}

.rev-video--text {
    padding: 15px 0 30px;
}

.rev-video--text--rev,
.rev-video--text--date {
    font-size: 15px;
    color: #686868;
    line-height: 25px;
    font-weight: 400;
}

.rev-video .youtube.work-1 {
    background: url(/image/works/prev/1.jpg) 0% 0% / cover;
}

.rev-video .youtube.work-2 {
    background: url(/image/works/prev/2.jpg) 0% 0% / cover;
}

.rev-video .youtube.work-3 {
    background: url(/image/works/prev/3.jpg) 0% 0% / cover;
}

.rev-video .youtube.work-4 {
    background: url(/image/works/prev/4.jpg) 0% 0% / cover;
}

.rev-video .youtube.work-5 {
    background: url(/image/works/prev/5.jpg) 0% 0% / cover;
}

.rev-video .youtube.work-6 {
    background: url(/image/works/prev/6.jpg) 0% 0% / cover;
}

.rev-video .youtube.work-7 {
    background: url(/image/works/prev/7.jpg) 0% 0% / cover;
}

.rev-video .youtube.work-8 {
    background: url(/image/works/prev/8.jpg) 0% 0% / cover;
}

.rev-video .youtube.work-9 {
    background: url(/image/works/prev/9.jpg) 0% 0% / cover;
}

.rev-video .youtube.work-10 {
    background: url(/image/works/prev/10.jpg) 0% 0% / cover;
}

.rev-video .youtube.work-11 {
    background: url(/image/works/prev/11.jpg) 0% 0% / cover;
}

.rev-video .youtube.work-12 {
    background: url(/image/works/prev/12.jpg) 0% 0% / cover;
}

.rev-video .youtube.work-13 {
    background: url(/image/works/prev/13.jpg) 0% 0% / cover;
}

.rev-video .youtube.work-14 {
    background: url(/image/works/prev/14.jpg) 0% 0% / cover;
}

.rev-video .youtube.work-15 {
    background: url(/image/works/prev/15.jpg) 0% 0% / cover;
}

.rev-video .youtube.work-16 {
    background: url(/image/works/prev/16.jpg) 0% 0% / cover;
}

.rev-video .youtube.work-17 {
    background: url(/image/works/prev/17.jpg) 0% 0% / cover;
}

.rev-video .youtube.work-18 {
    background: url(/image/works/prev/18.jpg) 0% 0% / cover;
}

.commentImg {
    width: 20%;
    padding: 10px;
}

.commentImg img {
    width: 100%;
    border-radius: 5px;
    transition: .2s;
}

.commentImg img:hover {
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
    transform: scale(1.05)
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    left: -15%;
    color: #e92772;
    float: left;
    line-height: 2.3;
    border: 1px solid #e92772;
    top: 50%;
    position: relative;
    font-size: 20px;
    font-weight: 100;
    display: block;
    position: relative;
}

.lb-nav a.lb-next {
    right: -15%;
    float: right;
    left: auto;
}

.lb-prev:before,
.lb-next:before {
    content: "<";
    display: block;
    position: absolute;
    color: inherit;
    font-size: 20px;
    top: 0;
    left: 38%;
    transition: .2s;
    font-weight: 500;
}

.lb-next:before {
    content: ">";
}

.lb-nav a.lb-prev:hover,
.lb-nav a.lb-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    background: #e92772;
    color: #fff;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-closeContainer {
    position: relative;
}

.lb-data .lb-close {
    display: block;
    width: 30px;
    height: 30px;
    color: #e92772;
    text-align: right;
    font-size: 30px;
    font-weight: 400;
    top: 0;
    position: absolute;
    right: -40px;
}

.lb-close:before {
    content: "X";
    display: block;
    color: #e92772;
    font-size: 44px;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    transition: .1s;
    right: -11px;
}

.homeback {
    text-decoration: underline;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    width: auto;
    padding: 23px 70px;
    background: #e92772;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    white-space: nowrap;
    display: inline-block;
}

.homeback:hover {
    opacity: .9;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


/*MAINFORM*/

.mainform {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.mainform:before {
    content: "";
    background-image: url('/image/fonForm.png');
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 0;
    height: 70%;
    left: 0;
    background-size: cover;
    z-index: -1;
}

.mainform__img {
    padding: 28px 0;
}

.mainform__content {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-top: 50px;
    background: #fff;
    border: 1px solid #bdbdbd;
}

.mainform__item {
    width: 49%;
    padding: 45px 0;
}

.mainform__item.door {
    width: 37%;
    padding: 0;
    min-height: 210px;
}

.mainform__item--youtube {
    padding: 0 0;
    min-height: inherit;
}

.mainform__title-f {
    font-size: 22px;
    font-weight: 700;
}

.mainform__subtitle-f {
    margin-bottom: 1rem;
    color: #686868;
}

.mainform__text-f {
    font-weight: 400;
    margin-bottom: 30px;
}

.mainform__text-f li {
    color: #686868;
    margin-bottom: 5px;
}

.mainform__form {
    display: flex;
    justify-content: space-between;
}

.mainform__item-f {
    width: 49%;
}

.mainform__phone {
    border: 1px solid #EEEDFF;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: inset 0 0 6px #ddd;
    width: 100%;
    padding: 23px 15px;
}

.mainform__subtitle {
    color: #686868;
}

.mainform__btn {
    border-radius: 5px;
    width: 85%;
    padding: 23px 10px;
    background: #e92772;
    color: #fff;
    border: 1px solid #d6d6d6;
    display: block;
}

.mainform__btn:hover {
    opacity: .96;
}

.mainform-bottom {
    color: #686868;
    padding: 5px 0;
}

.youtube {
    width: 100%;
    background: url("/image/otzivi/maxresdefault.jpg") 0% 0% / cover;
    cursor: pointer;
    height: 100%;
    position: relative;
    min-height: 300px;
}

.youtube__play {
    background-image: url("/image/play.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 20%;
    width: 100%;
    position: absolute;
    border-radius: 17px;
    cursor: pointer;
    opacity: .8;
    left: 40%;
    top: 40%
}

.youtube:hover .youtube__play {
    background-image: url("/image/play-next.png");
    opacity: 1;
}


/*LASTBLOCK*/

.last__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.last__item {
    width: 18%;
}

.last__item img {
    width: 100%;
    max-height: 270px;
}


/*FOOTER*/

#button-up {
    display: none;
    right: 20px;
    margin: 0;
    position: fixed;
    bottom: 20px;
    outline: none;
    width: 45px;
    height: 45px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border-radius: 30px;
    background: #e92772;
    text-align: center;
    box-shadow: 0 2px 4px #999;
    -webkit-box-shadow: 0 2px 4px #999;
    -moz-box-shadow: 0 2px 4px #999;
    -o-box-shadow: 0 2px 4px #999;
    font-size: 29px;
    z-index: 999;
    opacity: .8;
}

#button-up::after {
    content: "\2191";
    font-size: 18px;
    line-height: 0;
    vertical-align: middle;
}

.welcome {
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 5px 0;
    border-bottom: 1px solid #d6d6d6;
}

.welcome div {
    font-size: 14px;
    font-weight: 500;
    color: #686868;
}

.welcome button {
    padding: 6px 0px;
    margin-left: 60px;
    background: transparent;
    border: none;
    color: #e92772;
    text-decoration: underline;
}

.welcome button:hover {
    cursor: pointer;
    text-decoration: none;
    transition: .3s;
}

.buildsite {}

.buildsite span {}

.footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #282828;
}

.footer a {
    display: block;
    transition: .1s;
    color: #282828;
    font-weight: 400;
    padding: 4px 0;
    font-size: 15px;
}

.footer__copy {
    font-size: 15px;
}

.footer a:hover {
    color: #e92772;
}

.footer__item {
    width: 17.7%;
    padding: 0 15px;
}

.footer__item--cont {
    width: 26%;
    padding-right: 15px;
    padding-left: 0;
}

.footer .new {}


/*
.footer__item--color {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 60px;
    margin-bottom: 20px;
    overflow: hidden;

}
.footer__item--color div,
.footer__item--color a {
    white-space: nowrap;
    line-height: 1.4;
    padding: 0 11px;
}
.footer__copy {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #686868;
}
*/

footer hr {
    width: auto;
    margin: 30px 0 30px;
}

.footer__nav-name {
    padding: 0 0 15px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer__h1 {
    padding: 0 0 15px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer__tel {
    font-size: 22px!Important;
    line-height: 1;
    padding: 5px 0;
}

.footer__tel a {
    font-size: 22px!Important;
    line-height: 1;
    padding: 5px 0;
    text-decoration: underline;
}

.footer__tel span {
    font-size: 15px;
    padding: 8px 0 15px;
    display: block;
    line-height: 1.6;
}

.footer__tel:hover {
    color: #282828!important;
}

.footer__callme {
    font-size: 18px;
    cursor: pointer;
    background: none;
    border-bottom: 2px dashed #e92772;
    font-size: 18px;
    transition: .3s;
    display: inline-block;
}

.footer__callme:hover {
    border-bottom: 2px solid #e92772;
    color: #e92772;
}

.newsite {
    float: right;
    color: #e2e2e2;
    text-decoration: underline;
    cursor: pointer;
}

.newsite:hover {
    transform: scale(1.01);
    opacity: .9;
}

.footer__logo {
    max-width: 260px;
    margin-bottom: 15px;
}

.footer__logo img {
    width: 100%;
}

.footer-info li {}

.footer-info {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


/*FORM modals*/

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, .6);
}

.modal__content {
    position: relative;
    background-color: #fefefe;
    margin: 10% auto;
    padding: 30px 40px;
    border: 1px solid #282828;
    border-top: 6px solid #e92772;
    border-radius: 0.3rem;
    outline: 0;
    max-width: 450px;
}

#myModal1 .modal__content {
    max-width: 800px;
}

.namehunter {
    display: none!important;
}

.modal__form-one img {
    width: 100%;
}

.modal__form-one {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    max-width: 350px;
}

.modal__close {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    float: right;
    right: -30px;
    cursor: pointer;
    top: -65px;
    transition: .1s;
}

.modal__close:hover {
    color: #e92772;
}

.modal__form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal__form input {
    display: block;
}

.modal__header {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    position: relative;
}

.modal__title {
    padding: 10px 5px;
}

.modal__input {
    z-index: 31;
    background: #f7f8f9;
    border: none;
    border-radius: 5px;
    position: relative;
    box-shadow: inset 0 0 2px #ddd;
    padding: 20px;
    font-size: 15px;
    width: 100%;
    margin-bottom: 7px;
}

.modal__btn {
    position: relative;
    border-radius: 5px;
    border: none;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    background: #e92772;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
}

.modal__checkbox {
    text-align: center;
    font-size: 10px;
    margin: 15px auto;
    display: block;
}

.callbackhunt {
    height: 60px;
    width: 60px;
    background: #00aff3;
    padding: 12px;
    border-radius: 50%;
    position: fixed;
    right: 70px;
    bottom: 80px;
    cursor: pointer;
    z-index: 100;
}

.callbackhunt::before,
.callbackhunt::after {
    content: '';
    position: absolute;
    border: 1px solid #85dbfd;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: callbackhunt 1.8s linear infinite;
    opacity: 0;
}

.callbackhunt:hover::after {
    animation-delay: .5s;
}

@keyframes callbackhunt {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.callbackmodal {
    position: fixed;
    background: #ffffff;
    padding: 50px;
    bottom: 150px;
    right: 80px;
    border-radius: 20px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .4);
}

.callbackmodal .modal__form {
    flex-direction: row;
}

.callbackmodal .modal__title {
    position: relative;
    font-size: 20px;
}

.callbackmodal .modal__btn {
    margin-top: 0px;
}

.callbackmodal .modal__input {
    margin-bottom: 0px;
    margin-right: 14px;
}

.callbackmodal input.color {
    background: linear-gradient(to top, #00aff3, #00aff2);
    border: none;
}

.callbackmodal__close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 35px;
    color: #00aff3;
    line-height: 1;
}

.wrapper {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
}

.pulse {
    box-shadow: 1px 1px 15px -4px #797979;
    width: 75px;
    height: 75px;
    color: #fff;
    text-align: center;
    background: #00aff3;
    border-radius: 50%;
    transition: .5s;
    cursor: pointer;
}

.phone {
    position: absolute;
    font-size: 39px;
    text-align: center;
    width: 75px;
    height: 75px;
    line-height: 78px;
    opacity: 1;
}

.phone img {
    transition: .5s ease-in-out;
}

.pulse.change img {
    transition: .5s ease-in-out;
    transform: scale(0);
    opacity: 0;
}

.wrapper {
    display: none;
}

.wrapper .text {
    position: absolute;
    font-weight: 600;
    top: 29px;
    transform: scaleX(-1);
    transition: .5s ease-in-out;
    opacity: 0;
    padding: 0;
    text-align: center;
    font-size: 10px;
    width: 100%;
}

.pulse.change .text {
    transform: scaleX(1);
    transition: .5s ease-in-out;
    opacity: 1;
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
    display: none!important;
}


/*PAGE CALC*/

.faq-show {
    display: inline-block;
}

.faq-show--title {
    padding-left: 20px;
    text-decoration: underline;
    color: #686868;
    cursor: pointer;
    white-space: nowrap;
}

.faq-show--text {
    color: #686868;
    display: none;
}

.calc-page-inner h2 {
    font-weight: 400;
    font-size: 22px;
    display: inline-block;
}

.calc-page-inner--div {
    padding: 0px 0px 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.calc-page--faktura,
.calc-page--spaceimg {
    width: 48%;
}

.calc-page--choose-block,
.calc-page--value,
.calc-page--innerimg {
    padding-top: 20px;
}

.calc-page--choose-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.calc-page--choose-block input[type=radio] {
    display: none;
}

.calc-page--choose-block input:checked+label {
    color: #fff;
    background: #e92772;
    border-color: #e92772;
}

.calc-page--choose-block label {
    margin: 5px;
    border: 1px solid #d6d6d6;
    padding: 10px 35px;
    border-radius: 50px;
    cursor: pointer;
}

.calc-page--choose-block label:hover {
    /*    color: #e92772;*/
    background: #fff;
}

.calc-page--choose-block .tkan {
    display: none;
}

.calc-page--choose-block .other {
    display: block;
}

.calc-page--inputnumber {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 40%;
    margin: 15px;
    align-items: center;
}

.calc-page--inputnumber div {
    padding-right: 15px;
    white-space: nowrap;
}

.calc-page--inputnumber input {
    border: 1px solid #d6d6d6;
    padding: 10px 15px;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 8px;
}

.calc-page--spaceimg img {
    max-height: 300px;
    width: 100%;
    padding: 0px 30px 30px 30px;
}

.calc-page--innerimg {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
}

.calc-page--innerimg input {
    border: 1px solid #d6d6d6;
    padding: 10px 15px;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 8px;
    max-width: 100px;
}

.calc-page--innerimg div {
    margin-right: 15px;
}

.calc-page--itogom2 {
    font-size: 22px;
}

.calc-page--title {
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 20px;
    padding-top: 40px;
    width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.calc-page--value {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.calc-page--value input {
    max-width: 50px;
    padding: 10px;
    margin: 0 6px;
    border: none;
    text-align: center;
    border-radius: 5px;
}

.calc-page--value button {
    max-width: 50px;
    padding: 10px 0px;
    background: #e92772;
    outline: none;
    border: 1px solid #e92772;
    color: #fff;
    border-radius: 5px;
    width: 100%;
}

.calc-page--value button:first-child {
    background: #f6f6f6;
    color: #282828;
    border-color: #d6d6d6;
}

button {
    cursor: pointer;
}

.calc-page--spaceimg .calc__item {
    width: 100%;
}

.calc-page--spaceimg input.ver {
    max-width: initial;
    padding: 2px;
    bottom: 0px;
    position: absolute;
    right: 100%;
    top: 0;
    transform-origin: 100% 100%;
    height: 5px;
    width: 44%;
    transform: rotate(-90deg);
    background: -webkit-linear-gradient(left, #e92772 0%, #e92772 35%, #d5d3d3 35%, #d5d3d3 100%);
    box-shadow: inset 0 1px 0 rgb(0 0 0 / 30%), 0 1px 0 rgb(255 255 255);
    border: none;
}

.calc-page--spaceimg input.gor {
    background: -webkit-linear-gradient(left, rgb(251, 0, 104) 0%, rgb(251, 0, 104) 20%, rgb(213, 211, 211) 20%, rgb(213, 211, 211) 100%);
}

.calc-page--value-block {
    position: relative;
    width: 100%;
    margin: 30px 0;
    display: block;
    cursor: pointer;
}

.calc-page--value-block span {
    padding-left: 40px;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.calc-page--value-block span::before {
    width: 24px;
    height: 24px;
    content: '';
    background-color: #fff;
    border: 2px solid #cdcdcd;
    border-radius: 4px;
    position: absolute;
    top: 0px;
    left: 0;
    transition: background-color ease .3s;
}

.calc-page--value-block span.active::before {
    content: "\f00c";
    background: #e92772;
    border-color: #e92772;
    color: #fff;
    font: 15px/20px FontAwesome;
    text-align: center;
    z-index: 10;
}

.calc-page--value-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    margin: 15px 0;
    align-items: center;
}

.calc-page--value-inner div {
    padding-right: 15px;
    white-space: nowrap;
}

.calc-page--value-inner input {
    border: 1px solid #d6d6d6;
    padding: 10px 15px;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 8px;
    max-width: 70px;
    text-align: center;
}

.calc-page--valuebtns {
    align-items: center;
    padding-top: 20px;
    display: none;
    transition: .3s;
}

.calc-page--valuebtns.active {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    transition: .3s;
}

.calc-page--valuebtns button {
    border-radius: 5px;
    width: 50px;
    height: 40px;
    border: 1px solid #cdcdcd;
    background: #fff;
    font-size: 20px;
    color: #686868;
}

.calc-page--valuebtns button:hover {
    background: #e92772;
    border-color: #e92772;
    color: #fff;
}

.calc-page--valuebtns input {
    max-width: 70px;
    border: none;
    text-align: center;
    border-radius: 5px;
    padding: 14px;
    max-height: 40px;
}

.calc-page--valuebtns div {
    padding-right: 15px;
    white-space: nowrap;
}

.calc-page--valuebtns span {
    padding-left: 15px;
    white-space: nowrap;
    display: block;
}

.calc-page--itogdiv {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calc-page--itogdiv .banner__btn {
    justify-content: end;
}

.itog-div {
    font-size: 18px;
}

.itog {
    display: inline-block;
    padding: 0 10px;
}

.sum-area {
    position: absolute;
    left: 47%;
    top: 44%;
    font-size: 23px;
}


/*page about*/

.about_company--mini {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_company--minidiv {
    width: 48%;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.about_company--minidiv-num {
    font-size: 64px;
    padding-right: 20px;
    line-height: 1;
    min-width: 60px;
}

.about_company--minidiv-title {
    font-size: 18px;
    font-weight: 600;
}

.about_company--minidiv-subtitle {
    color: #686868;
}

.listalka {
    display: none;
}
/*kontakty*/

.kontakty-page {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
a.kontakty-page--result {
    line-height: 1.6;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-decoration: underline;
}

.kontakty-page--info,
.kontakty-page--form {
    width: 48%;
}

.kontakty-page--info-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.kontakty-page--title {
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
}

.kontakty-page--form {
    background: #fff;
    padding: 30px;
}

.banner {
    padding-top: 45px;
}

.section--other {
    padding: 0px 0 80px;
}

.banner.home {
    padding-top: 0;
}

.breadcrumbs ul {
    padding-top: 25px;
}

.section--banner.nohome {
    padding: 0 0 90px;
}

.section--banner.nohome404 {
    padding: 90px 0;
}

.nohome .banner__title {
    padding-top: 0!important;
    padding: 0;
}

@media(max-width: 1360px) {
    h2,
    .h2 {
        font-size: 33px;
    }
    body,
    .products-tabs span {
        font-size: 14px;
    }
    .banner__title,
    .banner__title h1 {
        font-size: 51px;
    }
    .banner__btn input {
        font-size: 14px;
    }
    .banner__text {
        font-size: 19px;
    }
    .bottom-menu ul li {
        font-size: 14px;
    }
    .ready-works--title {
        font-size: 20px;
    }
    .footer__tel span {
        font-size: 14px;
    }
    .other-page--h1 {
        font-size: 36px;
    }
    .footer a {
        font-size: 14px;
    }
    .container {
        max-width: 1170px;
    }
    .nav-btn {
        padding: 10px 35px;
        font-size: 14px;
    }
    .banner.home {
        padding-top: 90px;
    }
    .bottom-menu ul li a {
        padding: 20px 16px;
    }
    .section--banner {
        padding: 0px 0 90px;
    }
    .breadcrumbs ul {
        padding-top: 25px;
    }
    .nohome .banner__title {
        padding-top: 0!important;
        padding: 0;
    }
    .section--other {
        padding: 0px 0 80px;
    }
    .other-block--title {
        font-size: 18px;
    }
    .footer__copy {
        font-size: 14px;
    }
}

@media(max-width: 1100px) {
    .ready-works .nav-btn {
        display: none;
    }
    .container {
        max-width: 940px;
    }
    .header__time span {
        display: none;
    }
    .nonclick:last-child {
        display: none;
    }
    .nav__phone {
        font-size: 18px;
    }
    .bottom-menu ul li a {
        font-size: 14px;
        padding: 20px 12px;
    }
    .banner__title,
    .banner__title h1 {
        font-size: 45px;
    }
    body {
        font-size: 14px;
    }
    .products-btn {
        padding: 20px 30px;
    }
    .sale113 {
        display: none;
    }
    .banner .banner__btn input:first-child {
        display: none;
    }
    .products-imgs img {
        max-height: 380px;
    }
    .product__title {
        font-size: 18px;
    }
    .vopros-vopros {
        display: none;
    }
}

@media(max-width: 992px) {
    .container {
        max-width: 767px;
    }
    /*
    .sale113 {
        display: block;
        position: absolute;
        max-width: 120px;
        right: 45px;
        bottom: 155px;
    }
*/
    h2,
    .h2 {
        font-size: 25px;
    }
    /*    header*/
    .welcome {
        display: none;
    }
    .top-menu {
        display: none;
    }
    .header-1 {
        padding: 17px 0;
    }
    .header-2 .nav-btn {
        display: none;
    }
    .header-2 {
        overflow: scroll;
    }
    .bottom-menu ul li:last-child {
        display: none;
    }
    .header__logo {
        width: 22%;
    }
    /*    banner*/
    .banner__title,
    .banner__title h1 {
        font-size: 40px;
    }
    .banner__text {
        font-size: 16px;
    }
    .products-new a {
        width: 31%;
    }
    /*    lego*/
    .lego__chooseInner p,
    .lego__title {
        font-size: 22px;
    }
    .lego__result {
        font-size: 13px;
    }
    .lego__link {
        font-size: 16px;
        white-space: nowrap;
    }
    .products-tabs {
        flex-wrap: wrap;
    }
    .products-tabs span {
        cursor: pointer;
        display: inline-block;
        padding: 10px 56px;
        font-size: 14px;
        font-weight: 400;
        background: #f2f2f2;
        border-radius: 10px;
        margin-bottom: 15px;
        border: none;
        width: 48%;
    }
    .ready-works--item img {
        min-height: 200px;
    }
    .products-tabs span:last-child {
        width: 100%;
    }
    .products-tabs span.active,
    .products-tabs span:hover {
        border-bottom: none;
        background: #e92772;
        color: #fff;
    }
    .products-imgs-slick,
    .products-info {
        width: 100%;
    }
    .products-imgs-slick {
        margin-top: 20px;
        max-height: 400px;
    }
    .products-inner.active {
        flex-wrap: wrap;
    }
    .products-info {
        padding: 0;
    }
    /*    calc*/
    .calc__item {
        width: 100%;
    }
    .calc__btn {
        width: 40%;
    }
    #price {}
    /*    works    */
    .works-df {
        flex-wrap: wrap;
    }
    .works-imgs,
    .works-info {
        width: 100%;
    }
    .works-imgs img {
        max-height: 300px;
    }
    .slick-arrow {
        top: 130px;
    }
    .slider-works .slick-next {
        right: calc(0% + 15px);
    }
    .works-info {
        padding: 0;
        padding-top: 15px;
    }
    /*    form*/
    .mainform__title-f {
        font-size: 14px;
    }
    .mainform__subtitle-f,
    .mainform__text-f,
    .mainform-bottom,
    .mainform__phone,
    .mainform__btn {
        font-size: 13px;
    }
    .mainform__item {
        padding: 20px 0;
    }
    .mainform__item--youtube {
        padding: 0!important;
    }
    .mainform__form {
        flex-direction: column;
    }
    .mainform__item-f {
        width: 100%;
    }
    .mainform__btn {
        width: 100%;
    }
    .mainform__phone {
        margin-bottom: 10px;
    }
    /*    why*/
    .why__col {
        width: 48%;
    }
    .why__title {
        font-size: 14px;
    }
    .why__text {
        font-size: 13px;
    }
    /*    other*/
    div.newbtn {
        padding: 20px 30px;
    }
    .manu-item img {
        max-height: 50px;
    }
    .footer__item {
        width: 48%;
        margin-bottom: 40px;
    }
    .footer__item--cont {
        margin-bottom: 60px;
    }
    .footer a,
    .footer-info li {
        padding: 9px 0;
    }
    footer hr {
        margin: 0px 0 30px;
    }
    .rev-item {
        width: 48%;
    }
    .sales-content {
        flex-wrap: wrap;
    }
    .sales-item {
        width: 48%;
        margin-bottom: 50px;
    }
    .sales-item img {
        max-height: 300px;
        width: 100%;
    }
    .sales-title,
    .sales-content .rev-video--text--rev {
        text-align: center;
    }
    .sales-item .nav-btn {
        margin: 12px auto;
    }
    /*    FORMBLOCK*/
    .mainform__content {
        flex-direction: column;
    }
    .mainform__item--youtube {
        width: 100%;
        padding: 0;
    }
    .mainform__item {
        width: 100%;
        padding: 25px;
    }
    .mainform__text-f {
        font-size: 14px;
    }
    .products-btn {
        padding: 20px 60px;
    }
    .home .other-block--itemnew {
        margin-right: 15px;
    }
    .home .sales-item {
        margin-right: 15px;
    }
    .other-block--title div:first-child {
        font-weight: 600;
    }
    .other-block--title {
        flex-wrap: wrap;
    }
    .other-block--price {
        display: block;
        white-space: nowrap;
        width: 100%;
        text-align: left;
    }
    .footer__item {
        display: none;
    }
    .footer__item-nophone {
        display: none!important;
    }
    .footer__item-phone {
        display: block;
    }
    .calc-page--faktura,
    .calc-page--spaceimg {
        width: 100%;
        margin-bottom: 30px;
    }
    .calc-page--spaceimg input.ver {
        right: 96%;
    }
    .calc-page--spaceimg input.gor {
        margin-top: 50px;
    }
    .calc-page--title {
        display: none;
    }
    .other-page--h1 {
        font-size: 36px;
    }
    .calc-page--itogdiv {
        flex-wrap: wrap;
    }
    .calc-page--spaceimg {
        display: none;
    }
    .ready-works--title {
        font-size: 16px;
    }
    .works-info--h1 {
        font-size: 22px;
    }
    .vopros input[type="submit"] {
        max-width: 40%;
    }
}

@media(max-width: 768px) {
    .header-pc.fixed .topmenu-forphone {
        display: none;
    }
    .topmenu-forphone {
        display: block;
        background: #f9f9f9;
        padding: 6px 0;

    }
    .topmenu-forphone--inner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        align-items: center;
        color: #818181;

    }
    .topmenu-forphone--inner div{
        white-space:nowrap;
    }
    .modal__form-one {
        display: none;
    }
    #myModal1 .modal__content {
        max-width: max-content;
    }
    .container {
        max-width: 576px;
    }
    .title-text br {
        display: none;
    }
    .withdot {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
    .dot {
        width: 5px;
        height: 5px;
        display: block;
        background: #2ab346;
        border-radius: 50%;
        margin-right: 5px;
        -webkit-animation-name: blinker;
        animation-name: blinker;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1);
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }
    @keyframes blinker {
        from {
            opacity: 1.0;
        }
        to {
            opacity: 0.0;
        }
    }
    @-webkit-keyframes blinker {
        from {
            opacity: 1.0;
        }
        to {
            opacity: 0.0;
        }
    }
    .nav-item--forphone {
        display: block;
    }
    .bottom-menu.forphone {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .nav__names.callme8 {
        color: #f3177d;
    }
    .sales-item img {
        max-height: 300px;
        width: auto;
    }
    .sales-title,
    .sales-content .rev-video--text--rev {
        text-align: center;
    }
    .sales-item .nav-btn {
        margin: 12px auto;
    }
    /*    header*/
    body {
        font-size: 14px;
        overflow-x: hidden;
    }
    h2,
    .h2 {
        font-size: 22px;
    }
    input[type="text"] {
        font-size: 14px;
    }
    .top-info,
    .bottom-info {
        display: none;
    }
    .bottom-menu ul {

    }
    .bottom-menu ul li:last-child {
        display: block;
    }
    .header__logo {
        width: 33%;
    }
    .header-1 {
        padding: 20px 0;
    }
    .bottom-menu {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0px 0px;
        white-space: nowrap;
    }
    .bottom-menu div:first-child {
        margin-right: 15px;
    }
    .top-phone {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 67%;
        align-items: center;
        justify-content: flex-end;
    }
    .lego-li {
        display: none;
    }
    .nav__phone {
        display: none;
    }
    .phone-2 {
        display: block;
    }
    .nav__submenu {
        flex-wrap: wrap;
        overflow: scroll;
    }
    .nav-item {
        width: 30%;
    }
    /*    banner*/
    .banner__title,
    .banner__title h1,
    .other-page--h1 {
        font-size: 32px;
    }
    .banner__text {
        font-size: 15px;
    }
    .banner__btn {
        flex-direction: column;
    }
    .banner__btn input {
        width: auto;
        max-width: 450px;
    }
    .banner__btn input:last-child {
        padding: 20px;
        margin-top: 10px;
    }
    .banner__text br {
        display: none;
    }
    /*    calc*/
    .calc__item {
        width: 100%;
    }
    .calc__btn {
        width: 50%;
    }
    /*    products*/
    .product__title {
        font-size: 16px;
    }
    .products-new a {
        width: 48%;
    }
    .product__price span {
        font-size: 20px;
    }
    /*    why*/
    /*    works*/
    .works__title,
    .works__price {
        font-size: 14px;
    }
    .slider__slide {
        min-height: 250px;
    }
    .slider__inner,
    .slider__btns {
        width: 42%;
        bottom: 0px;
    }
    .slider__content {
        padding: 15px;
    }
    .works__text {
        display: none;
    }
    .slider__item--block {
        padding-top: 1%;
    }
    .slick-arrow {}
    #works-block {
        position: relative;
    }
    .slider_btn {
        bottom: 80px;
        position: absolute;
        display: flex;
        justify-content: normal;
    }
    .slider-btn__item {
        width: 50px;
        text-align: center;
        cursor: pointer;
        font-weight: 400;
        background: #fff;
        transition: 0.6s ease;
        color: #282828;
        padding: 20px 0;
        border-radius: 5px;
        font-size: 20px;
    }
    .slider__btns {
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
    }
    /*
    .products a {
        width: 48%;
    }
*/
    /*    lego*/
    #lego-block {
        display: none;
    }
    .section--works {
        padding: 80px 0px 0 0;
    }
    /*    faq*/
    .faq__title {
        font-size: 16px;
    }
    /*lastblock*/
    /*    youtube*/
    .youtube__play {
        height: 13%;
        top: 47%;
    }
    /*footer*/
    .footer__item {
        width: 25%;
    }
    .footer__item--cont {
        width: 100%;
        margin-bottom: 60px;
    }
    .welcome button {
        margin-left: 50px;
    }
    /*    ohter*/
    .manu-item img {
        max-height: 40px;
    }
    .banner__btn input[type=submit] {
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        border: none;
        padding: 20px;
        margin-right: 10px;
        border-radius: 5px;
        width: 200px;
        border: 1px solid #d6d6d6;
        width: auto;
        background: #e92772;
        color: #fff;
        font-size: 15px;
        cursor: pointer;
        display: block;
    }
    .sales-item {
        width: 100%;
    }
    .ready-works--item {}
    .ready-works--title,
    .ready-works--price span {
        font-size: 18px;
    }
    .ready-works--price {
        font-size: 16px;
    }
    .manu-item {
        width: 48%;
    }
    .products-tabs span {
        width: 30%;
        text-align: center;
        padding: 10px;
    }
    .products-tabs span:last-child {
        width: 100%;
    }
    .opros-main {
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer__item {
        width: 100%;
        padding: 0;
    }
    .other-block--item img {
        max-height: 150px;
    }
    .submenu__block--back {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 88;
        background: rgba(255, 255, 255, 0.7);
        display: none;
    }
    .submenu__block--back.open {
        display: block;
    }
    .submenu__block--bg {
        width: 100%;
        height: 100%;
    }
    .submenu__block {
        position: fixed;
        top: 0;
        width: 40%;
        height: 100%;
    }
    .nav-item {
        width: 100%;
    }
    .nav-item--submenu {
        display: none;
    }
    .nav__names {
        margin-bottom: 10px;
        font-size: 16px;
        color: #282828;
        padding: 13px 0px;
        font-weight: 600;
        border-bottom: 2px solid #f6f6f6;
        display: block;
        position: relative;
    }
    .nav-item--submenu a {
        font-size: 16px;
        color: #282828;
        padding: 15px 10px;
        font-weight: 400;
        display: block;
    }
    .nav__names.sub::after {
        content: "";
        position: absolute;
        display: block;
        top: 45%;
        right: 23px;
        transform: rotate(135deg);
        margin-left: 100%;
        transition: .2s;
        width: 6px;
        height: 6px;
        background: transparent;
        border-right: 1px solid #e92772;
        border-top: 1px solid #e92772;
    }
    .nav__names.sub.open::after {
        transform: rotate(-45deg);
    }
    .nav-item--forphone a {
        margin-bottom: 10px;
        font-size: 16px;
        color: #282828;
        padding: 13px 0px;
        font-weight: 600;
        border-bottom: 2px solid #f6f6f6;
        display: block;
        position: relative;
    }
    .banner__btn input:last-child,
    .newbtn {
        max-width: 450px;
        padding: 23px 0;
    }
    .ready-works--more {
        /* display: none!important; */
    }
    .other-block--itemnew img {
        width: auto;
        height: auto;
        border-radius: 10px;
        max-height: 170px;
    }
    .other-block--itemnew .other-block--title {
        display: block;
        text-align: center;
        font-weight: 600;
    }
    .other-block--btn {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }
    .home .other-block--btn {
        margin: 0 auto 30px;
    }
    .other-block--itemnew .other-block--title {
        margin-bottom: 10px;
    }
    .other-block--itemnew {
        background: #fff;
    }
    .rev-item {
        min-height: 250px;
    }
    .ourworks .youtube {
        min-height: auto;
    }
    .rev-video .youtube {
        max-height: 250px;
        min-height: 250px;
        min-width: 250px;
    }
    .about_company--minidiv {
        width: 100%;
    }
    .kontakty-page {
        flex-wrap: wrap;
    }
    .kontakty-page--info,
    .kontakty-page--form {
        width: 100%;
    }
    .kontakty-page--form {
        margin-top: 30px;
    }
    .ready-works--item img {
        min-height: auto;
    }
    .calc-page--inputnumber {
        width: 100%;
    }
    .calc-page--inputnumber input {
        max-width: 100px;
    }
    .faq-show--title {
        padding-left: 0;
    }
    .calc-page--value-block span {
        font-size: 16px;
    }
    .products-inner.photo a {
        width: 100%;
        max-height: 230px;
        margin: 15px 0;
    }
    .products-inner .rev-item {
        margin: 15px 0;
    }
    .products-ul {
        display: none;
    }
    .listalka {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }
    .listalka p {
        padding-right: 5px;
        font-size: 12px;
    }
    .other-block--item {
        width: 48%;
    }
    .vopros input[type="submit"] {
        max-width: 50%;
    }
}


/*PHONE*/


/*PHONE*/


/*PHONE*/


/*PHONE*/


/*PHONE*/


/*PHONE*/


/*PHONE*/


/*PHONE*/


/*PHONE*/

@media(max-width: 575px) {
    button {
        font-size: 14px;
    }

    .products-info--h1 {
        font-size: 18px;
    }
    .mainform__title-f {
        font-size: 16px;
    }
    #price {
        font-size: 30px;
    }
    .sales-item .nav-btn {
        background: #e92772;
        color: #fff;
    }
    .rev-video .slick-dots,
    .ready-works .slick-dots,
    .sales-content .slick-dots {
        bottom: -20px;
    }
    .slick-dots button {
        width: 20px;
        height: 20px;
    }
    .section--banner {
        background-position: center;
    }
    .submenu__block {
        width: 250px;
    }
    .sale113 {
        display: none;
    }
    .products-tabs span {
        width: 48%;
        margin: 5px 0;
    }
    .products-tabs span:last-child {
        width: 100%;
    }
    .products-inner .slick-arrow {
        display: none!important;
    }
    .products-imgs img {
        max-height: 180px;
        margin-bottom: 7px;
    }
    .top-phone {
        width: 50%;
    }
    .nav__phone {
        display: none;
    }
    .bottom-menu div:first-child {
        font-size: 14px;
    }
    .header-1 {
        padding: 15px 0;
    }
    .phone-2 {
        display: block;
        padding: 1px;
    }
    .nav-item {}
    .header__logo {
        width: 55%;
        max-width: 200px;
    }
    .header__logo:focus {
        box-shadow: 0 0 10px 5px rgb(233, 39, 114, 0.1);
    }
    /*    banner*/
    .banner__title,
    .banner__title h1 {
        font-size: 29px;
        line-height: 1.3;
    }
    .product__price, .product__price span {
        font-size: 18px;
    }
    .product__title {
        font-size: 14px;
        white-space: nowrap;
        font-weight: 400;
    }
    /*    calc*/
    .calc__btn {
        width: 80%;
    }
    .title-suptitle {
        font-size: 14px;
    }
    .calc__item {
        margin-bottom: 20px;
    }
    /*    works*/
    .product-des--slider.slick-slider a {
        max-height: 230px;
    }
    .works__title,
    .works__price {
        font-size: 10px;
    }
    .works-info--h1,
    .works-info--price b {
        font-size: 18px;
    }
    .slider__content {
        padding: 10px;
    }
    .slick-arrow {
        width: 65px;
        height: 65px;
    }
    .works-imgs img {
        max-height: 190px;
    }
    .slick-arrow {
        top: 85px;
    }
    .rev-item {
        width: 100%;
    }
    .rev-tabs {
        justify-content: space-between;
    }
    .rev-tabs span:first-child {
        margin-right: 0;
    }
    .rev-tabs span {
        width: 48%;
        text-align: center;
    }
    .manu-item p {
        padding: 10px 10px 40px;
        text-align: center;
    }
    .manu-item--more,
    .sales-item--more {
        display: block;
    }
    .manu-item--forphone,
    .sales-item--forphone {
        display: none;
    }

    .sales-item--more {
        display: block;
        padding: 20px 60px;
        margin: 0 auto;
        border-radius: 5px;
        width: auto;
        background: #e92772;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        border: none;
        font-size: 14px;
    }

    .rev-tabs span {
        cursor: pointer;
        display: inline-block;
        padding: 10px;
        font-weight: 400;
        background: #f2f2f2;
        border-radius: 10px;
        margin-bottom: 15px;
        border: none;
    }
    .rev-tabs span.active,
    .rev-tabs span:hover {
        background: #e92772;
        border: none;
        color: #fff;
    }
    .works-tabs {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-top: -15px;
    }
    #lego-block {
        display: none;
    }
    /*    MANU*/
    .manu-item,
    .ready-works--item,
    .sales-item img {
        width: 100%;
    }
    .ready-works--title,
    .ready-works--price span {
        font-size: 16px;
    }
    /*    coment*/
    .comment__block {
        flex-wrap: wrap;
    }
    .commentImg {
        width: 50%;
    }
    /*    form*/
    .mainform__text-f li {
        font-size: 13px;
    }
    .mainform__text-f ol {
        padding-left: 15px;
    }
    .mainform__item-f {
        width: 100%;
        font-weight: 500;
    }
    .mainform__btn {
        font-weight: 500;
    }
    /*    why*/
    .why__col {
        width: 100%;
    }
    /*    sales*/
    .sales-content {
        flex-wrap: wrap;
    }
    /*    faq*/
    .faq__text {
        padding: 0px 30px 35px 24px;
    }
    /*    other*/
    .mainform__item {
        padding: 15px;
    }
    .opros_answer {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .modal__content {
        max-width: 95%;
    }
    .modal__header {
        font-size: 18px;
    }
    .modal__content {
        margin: 30% auto;
    }
    .modal__close {
        top: -80px;
        right: 15px;
    }
    .other-block--item {
        width: 100%;
    }
    .welcome {
        font-size: 16px;
        margin-bottom: 130px;
        flex-direction: column;
        font-weight: 600;
    }
    .welcome button {
        width: 100%;
        margin: 0;
        margin-top: 25px;
    }
    .footer__callme {
        padding: 10px 0px 2px;
    }
    .banner__text span {
        font-weight: bold;
    }
    .modal__content {
        padding: 30px 15px;
    }
    .faq__title,
    .faq__text p {
        font-size: 14px;
    }
    .rev-video iframe {
        min-height: 320px;
    }
    .faq__title {
        padding: 24px 70px 24px 10px;
    }
    .other-page--h1 {
        font-size: 26px;
    }
    .kontakty-page--form {
        padding: 15px;
    }
    .banner {
        padding-top: 65px;
    }
    .banner.home {
        padding-top: 75px;
    }
    .callme8.newbtn {
        font-size: 14px;
    }
    .callbackhunt {
        display: none;
    }
    .callbackphone {
        max-height: 30px;
    }
    .wrapper {
        display: block;
    }
    .wrapper::before,
    .wrapper::after {
        content: '';
        position: absolute;
        border: 1px solid #85dbfd;
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -20px;
        border-radius: 50%;
        animation: wrapper 1.8s linear infinite;
        opacity: 0;
    }
    .wrapper:hover::after {
        animation-delay: .5s;
    }
    @keyframes wrapper {
        0% {
            transform: scale(0.5);
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            transform: scale(1.2);
            opacity: 0;
        }
    }
    .opros-div {
        overflow: hidden;
    }
    .rev-itemforphone {
        display: none;
    }
    .btn-forrevitem {
        display: block;
        padding: 20px 60px;
        margin: 0 auto;
        border-radius: 5px;
        width: auto;
        background: #e92772;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        border: none;
        font-size: 14px;
    }
    .vopros input[type="submit"] {
        max-width: 100%;
    }
}

@media(max-width: 450px) {
    .banner__title br {
        display: none;
    }
}
@media(max-width: 380px) {
    h2, .h2 {
        max-width: 300px;
        margin: 0 auto;
    }
    .product__des h2,
    .product__des .h2 {
        max-width: 100%;
        margin: 0;
    }
}
@media(max-width: 350px) {
    .banner__title,
    .banner__title h1 {
        font-size: 26px;
        line-height: 1.3;
    }
}
@media(max-height: 600px) and (max-width: 600px) {
    .topmenu-forphone {
        display: none;
    }
    .banner.home {
        padding-top: 50px;
    }
    .banner {
        padding-top: 35px;
    }
}
