body {
	font-family: "mont",Arial,sans-serif;
	font-size: 14px;
	color: #000;
}
a {color: #000;}
a:hover, a:focus {
    color: #000;
    outline: none;
}
input, button {outline: none;}
.img-responsive {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.block-center {
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Заголовки */
h1 {
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    width: 76%;
    margin: 40px 12% 55px;
}
h2 {
    text-align: center;
    background: url(../images/h-lines-1.png) no-repeat center;
    background-size: contain;
    font-size: 45px;
    margin-top: 6%;
}
h2.bg2 {
    background: url(../images/h-lines-2.png) no-repeat center;
    background-size: contain;
}
h2.bg3 {
    background: url(../images/bg-white.png) no-repeat center;
    background-size: contain;
    margin-bottom: 40px;
}
h3 {
    text-align: center;
    font-size: 30px;
    background: url(../images/h3-line.png) no-repeat center;
    background-size: 90%;
    margin: 4% 0% 5%;
}
.no-bg {
    background: unset;
}
.under-h2 {width: 15%; margin-bottom: 30px;}

/* Шрифты */
.helv {font-family: "HelveticaNeueCyr";}
.os-light {font-family: "os-light",Arial,sans-serif;}
.os-reg {font-family: "os",Arial,sans-serif;}
.os-sbold {font-family: "os-sbold",Arial,sans-serif;}
.os-bold {font-family: "os-bold",Arial,sans-serif;}
.os-reg-itlc {font-family: "os-reg-itlc",Arial,sans-serif;}
.os-itlc {font-family: "os-itlc",Arial,sans-serif;}
.os-sb-itlc {font-family: "os-sb-itlc",Arial,sans-serif;}
.os-ex-itlc {font-family: "os-ex-itlc",Arial,sans-serif;}
.heavy {font-family: "mont-heavy",Arial,sans-serif;}
.lora {font-family: "lora-itlc",Arial,sans-serif;}
.lora-reg {font-family: "lora",Arial,sans-serif;}
.lora-bold {font-family: "lora-b-itlc",Arial,sans-serif;}
.fs_itlc {font-style: italic;}

.bold {font-weight: bold;}
.outline {text-shadow: #000 1px 1px 0, #000 -1px -1px 0, #000 -1px 1px 0, #000 1px -1px 0;}

.f-12 {font-size: 1.2em;}
.f-13 {font-size: 1.3em;}
.f-15 {font-size: 1.5em;}
.f-16 {font-size: 1.6em;}
.f-18 {font-size: 1.8em;}
.f-20 {font-size: 2em;}
.f-23 {font-size: 2.3em;}
.f-25 {font-size: 2.5em;}
.f-35 {font-size: 3.5em; line-height: normal;}
.f-40 {font-size: 4em;}

.white {color: #fff;}
.yellow {color:#f4b436;}
.pink {color:#fa2363;}
.l_yellow {color: #f8c96e;}
.red {color: #e40d0d;}

.tt_up {text-transform: uppercase;}
.lh_n {line-height: normal;}
.td_linethr {text-decoration: line-through;}
.ml-auto {margin-left: auto;}
.mr-auto {margin-right: auto;}
.w-fc {width: fit-content;}
.mar-30 {margin: 30px auto;}
.mar-t-15 {margin-top: 15%;}
.pad-08 {padding: 0% 8%;}
.line-18 {line-height: 1.8em;}

/* Кнопки */
.btn-call {
    padding: 8px 20px;
    background-color: #f4b436;
    color: #000;
    border: none;
}
.btn-call:hover {
    text-decoration: none;
}
.btn-main {
    background-color: #f4b436;
    color: #000;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #f4b436;
    padding: 1.5% 5%;
}
.btn-main:hover {
    border: 1px solid #fa2363;
    background-color: #fa2363;
    color: #fff;
    text-decoration: none;
}
.btn-white {
    background-color: #fff;
    color: #000;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #f4b436;
    padding: 1.5% 5%;
}
.btn-white:hover {
    text-decoration: none;
    filter: drop-shadow(0 0 10px #f4b436);
    font-weight: bold;
}


/* Шапка */
header {
    background: url(../images/bg-1.jpg) no-repeat center top;
    background-size: cover;
    padding: 2% 0% 3%;
}
header#catalog {
    background: url(../images/bg-1-uslg.jpg) no-repeat center top;
    background-size: cover;
}
header#mebel {
    background: url(../images/mebel-bg.jpg) no-repeat center top;
    background-size: cover;
}
header#atelier {
    background: url(../images/atelier-bg.jpg) no-repeat center top;
    background-size: cover;
}
header a:hover, header a:focus, header a:active {
    color: #fff;
}
.logo {
    width: 75%;
    margin-left: 10%;
    margin-top: 5px;
}
.phone {
    margin-top: -15px;
    text-align: right;
}
.phone a:hover {
    text-decoration: none;
    color: #fff;
}
.offers img {
    margin-top: 6%;
    width: 35%;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 1px #fff;
}
header input[type="text"] {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #f4b436;
    padding-left: 25px;
}
header input[type="submit"] {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    background-color:#f4b436;
    border: 1px solid #f4b436;
}



/* Меню */
nav.navbar {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px;
    border-radius: 0px;
}
ul.menu {
    width: 100%;
    padding-left: 0%;
    position: relative;
}
.menu li {
    width: 14%;
    text-align: center;
}
.menu li>a {
    padding: 15px 0px;
    font-size: 18px;
    color: #fff;
}
.menu li>a:hover, .menu li>a:focus, .menu li>a:active {
    background-color: #fff;
    color: #fa2363;
    text-decoration: none;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.toggle-menu {
    cursor: pointer;
}
#drop-menu {
    display: none;
    position: absolute;
    top:50px;
    left: 0px;
    width: 260%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7);
}
#drop-menu ul {
    padding: 0px;
    width: 100%;
}
#drop-menu li {
    width: 100%;
    list-style: none;
    text-align: left;
}
#drop-menu li>a {
    color: #000;
    padding: 0px 0px 0px 10px;
    font-family: "mont",Arial,sans-serif;
    width: 100%;
    display: inline-block;
}
#drop-menu li>a:hover {
    font-weight: bold;
}


/* Наши услуги */
.swiper-scrollbar {
    background: #f4b436;
    border-radius: 0px;
    height: 1px !important;
    width: 90% !important;
    left: 5% !important;
}
.swiper-scrollbar-drag {
    background: #f4b436;
    border-radius: 0px;
    height: 10px;
    top: -5px;
}
div.uslg {
    margin: 5% 5% 15% 5%;
}
.swiper-container .swiper-slide p {
    margin: 15px 0px;
    height: 60px;
    line-height: 30px;
}
.swiper-container .swiper-slide img {
    filter: drop-shadow(-7px -2px 5px gray);
}
.swiper-container .swiper-slide a.btn-main {
    padding: 1.5% 15%;
}


/* Акции */
#slider-sale {
    background: url(../images/akcii/sale_bg.jpg) no-repeat center;
    background-size: cover;
}
#slider-sale .carousel-caption {
    top: unset;
    right: unset;
    left: 5%;
    bottom: 5%;
    width: 50%;
    text-align: center;
}
#slider-sale .carousel-caption.cap-4 {
    top: 0;
    right: 5%;
    left: 5%;
    bottom: auto;
    text-align: center;
    width: 90%;
    padding: 0;
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
#slider-sale .carousel-caption.cap-4 p, #slider-sale .carousel-caption.cap-4 p {margin-bottom: .25em;}
#slider-sale .carousel-caption.cap-4 .btn-main, #slider-sale .carousel-caption.cap-5 .btn-main {
    padding: .25em 1.5em;
    line-height: 40px;
}
.slide_4 {width: 100%;}
#slider-sale .carousel-caption.cap-5 {
    top: 10%;
    right: 5%;
    left: 5%;
    bottom: auto;
    text-align: center;
    width: 90%;
    padding: 0;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sale_box {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
}
.sale_img {
    width: 50%;
    border-right: 3px solid #f4b436;
    border-left: 3px solid #f4b436;
    height: 30vw;
    object-fit: cover;
    filter: drop-shadow(0 0px 6px rgba(0,0,0,0.7));
}
.slider_text {
    width: 40%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.slider_text p {
    margin-bottom: 0;
}
.variants {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: baseline;
    color: #fff;
}
.variants>p {
    width: 40%;
}
.variants>div {
    width: 20%;
    text-align: center;
}
.variants img {
    width: 3em;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}
.variants_2 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}
.variants_2 img {
    width: 4em;
    margin-right: .5em;
}
#slider-sale .carousel-control {
    width: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#slider-sale .carousel-control img {
    width: auto;
    max-width: 100%;
}

/* О нас */
#about-us {
    padding-bottom: 3%;
}
#about-us p {
    margin-bottom: 30px;
}
#about-us img {
    margin-bottom: 30px;
}
.about-us-btns {
    margin-top: 75px;
}


/* Украсим Ваш интерьер */
#design {
    background: url(../images/bg-3.jpg) no-repeat center top;
    background-size: cover;
    padding: 4% 0%;
}
.send-project {
    border: 15px solid #f4b436;
    padding: 5% 5%;
    text-align: center;
    position: relative;
    width: 70%;
    margin-left: 15%;
}
.send-project:hover {
    filter: drop-shadow(0 0 10px #f4b436);
}
.send-project a:hover {
    color: #fff;
}
.no-filter {
    filter: none;
}
#design .btn-main {
    padding: 2% 15%;
}


/* Наши работы */
#our-work {
    padding-bottom: 5%;
}
.catalog {
    width: 100%;
    display: inline-block;
    margin: 2% 0%;
}
.category {
    float: left;
    width: 16.66%;
    position: relative;
}
.category img {
    filter: brightness(90%);
    position: relative;
}
.abs a.btn-main {
    display: none;
}
.category:hover .abs {
    position: absolute;
    top:0px;
    width: 100%;
    height: 100%;
    z-index: 12;
    padding-top: 45%;
    text-align: center;
}
.category:hover img {
    filter: brightness(50%);
    transform: scale(1.15);
    z-index: 10;
}
.category:hover .abs p>a {
    color: #fff;
    font-family: "lora-b-itlc",Arial,sans-serif;
    font-size: 1.2em;
    border-bottom: 1px solid #fff;
}
.category:hover .abs p>a:hover {
    text-decoration: none;
}
.category:hover .abs p {
    margin-bottom: 20px;
}
.category:hover .abs a.btn-main {
    display: inline;
    padding: 3% 12%;
    font-weight: bold;
    text-align: center;
}
.hidden {
    display: none;
}

/* Наши преимущества */
#plus {
    background-color: #e5e4e5;
    position: relative;
    padding-bottom: 4%;
}
.curtains {
    position: absolute;
    top: -5%;
    width: 100%;
    height: 110%;
    background: url(../images/curtain-left.png) no-repeat left top, url(../images/curtain-right.png) no-repeat right top;
    background-size: contain;
}
#plus img {
    display: block;
    margin: 15% auto;
    width: 30%;
}
#plus p {
    width: 80%;
    margin-left: 10%;
}

/* Разнообразие штор и карнизов */
#variants div.btn {
    text-align: center;
    width: 100%;
    margin: 40px auto;
}
#variants div.btn>a.btn-main {
    padding: 2% 20%;
}
#slider-1, #slider-2, #slider-2-2, #slider-2-3, #slider-2-4, #slider-2-5, #slider-3 {
    margin-bottom: 6%;
}
#slider-1 .carousel-control.left, #slider-1 .carousel-control.right, #slider-2 .carousel-control.left, #slider-2 .carousel-control.right, #slider-2-2 .carousel-control.left, #slider-2-2 .carousel-control.right, #slider-2-3 .carousel-control.left, #slider-2-3 .carousel-control.right, #slider-2-4 .carousel-control.left, #slider-2-4 .carousel-control.right, #slider-2-5 .carousel-control.left, #slider-2-5 .carousel-control.right, #slider-3 .carousel-control.left, #slider-3 .carousel-control.right {
    background-image: none;
    position: relative;
    margin-top: 9%;
}
#slider-1 .carousel-control.left, #slider-2 .carousel-control.left, #slider-2-2 .carousel-control.left, #slider-2-3 .carousel-control.left, #slider-2-4 .carousel-control.left, #slider-2-5 .carousel-control.left, #slider-3 .carousel-control.left {
    float: left;
    width: 10%;
}
#slider-1 .carousel-control.right, #slider-2 .carousel-control.right, #slider-2-2 .carousel-control.right, #slider-2-3 .carousel-control.right, #slider-2-4 .carousel-control.right, #slider-2-5 .carousel-control.right, #slider-3 .carousel-control.right {
    float: right;
    width: 10%;
}
.slide-title {
    display: inline-block;
    width: 80%;
    line-height: normal;
    margin-top: 10%;
}
.rama {
    padding: 7% 10% 10% 12%;
    position: relative;
}
.romb-1 img, .romb-2 img, .romb-3 img, .romb-4 img, .romb-5 img, .romb-6 img {
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    width: 100%;
}
.romb-1 {
    filter: drop-shadow(-5px 2px 3px #797979);
    position: absolute;
    top:0px;
    right: 0px;
    width: 72%;
}
.romb-2 {
    filter: drop-shadow(-5px 2px 3px #797979);
    position: absolute;
    top: 57%;
    right: 38%;
    width: 40%;
}
.romb-3 {
    filter: drop-shadow(-5px 2px 3px #797979);
    position: absolute;
    top: 34%;
    right: 60%;
    width: 40%;
}
.romb-4 {
	filter: drop-shadow(-5px 2px 3px #797979);
    position: absolute;
    top:0px;
    left: 1%;
    width: 72%;
}
.romb-5 {
    filter: drop-shadow(-5px 2px 3px #797979);
    position: absolute;
    top: 57%;
    left: 39%;
    width: 40%;
}
.romb-6 {
    filter: drop-shadow(-5px 2px 3px #797979);
    position: absolute;
    top: 34%;
    left: 61%;
    width: 40%;
}
.see-all {
    position: absolute;
    top:45%;
    left: 0%;
    width: 100%;
    text-align: center;
}
.see-all a {
    color: #ffffff;
    text-shadow: 0px 0px 10px #000;
}


/*
.tab-btn {
    width: 20%;
}
.nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
}
.tab-btn>a {
    height: 60px;
    text-align: center;
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}
.tab-btn>a:hover, .tab-btn>a:focus {
    background-color: transparent !important;
    border: none;
    margin: 0px !important;
    padding: 0px !important;
    border-bottom: 2px solid #ffc858 !important;
}
.tab-btn.active>a {
    color: #fa2363 !important;
    font-family: "os-sbold",Arial,sans-serif;
    border-bottom: 2px solid #ffc858 !important;
}
*/


/* Услуги и цены на пошив штор */
#price {
    background: url(../images/bg-4.jpg) no-repeat center top;
    background-size: cover;
    padding: 1% 0% 5%;
}
.price-item {
    background-color: #fff;
    padding: 20px;
}
.price-item img {
    margin-bottom: 30px;
}
.price-item ul {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 0px;
}
.price-item div {
    margin: 20px 0px 10px;
}
.price-item div>a.btn-main {
    padding: 2% 20%;
}

/* Отзывы */
#slider-4 .carousel-control.left, #slider-4 .carousel-control.right {
    background-image: none;
    top: 33%;
    width: auto;
}
#slider-4 .carousel-control.left {
    margin-left: -30px;
}
#slider-4 .carousel-control.right {
    margin-right: -30px;
}
.review {
    padding-top: 10px;
}
.diamond {
    display: inline-block;
    float: left;
    filter: drop-shadow(5px 0px 9px #797979);
    width: 15%;
    margin-right: 5%;
}
.diamond img {
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.review-klient {
    width: 97%;
    margin-left: 3%;
    margin-top: 4%;
    margin-bottom: 1%;
}
.review-work {
    margin-bottom: 4%;
}
.review-work p{
    margin-top: 5%;
}
.review-work .btn-white, #about-us .btn-white {
    width: 47%;
    display: inline-block;
    text-align: center;
}
.review-work .btn-main, #about-us .btn-main {
    width: 47%;
    float: right;
    text-align: center;
}
.rev-img {
    background: url(../images/romb-bg.png) no-repeat;
    background-size: contain;
    width: 100%;
    padding: 12%;
}
.rev-img img {filter: drop-shadow(-5px 1px 6px #797979);}

/* Новости */
.news-block {
    width: 100%;
    display: inline-block;
}
.n-50 {
    float: left;
    width: 50%;
}
.news-1, .news-2, .news-3, .news-4, .news-5, .news-6, .news-7, .news-8, .news-9 {
    border: 2px solid #f4b436;
    margin: 5px;
    display: inline-grid;
    position: relative;
}
.news-2 {
    border: 2px solid transparent;
}
.news-2 img {
    border: 2px solid #f4b436;
}
.n-25 {
    float: left;
    width: 25%;
}
.news-2 img, .news-3 img, .news-6 img, .news-7 img, .news-8 img, .news-9 img {
    height: 280px;
    object-fit: cover;
}
.news-3 img, .news-6 img, .news-7 img, .news-8 img, .news-9 img {filter: brightness(70%);}
.news-4 img{
    height: 175px;
    object-fit: cover;
    filter: brightness(70%);
}
.news-5 img {
    height: 245px;
    object-fit: cover;
    filter: brightness(70%);
}
.news-1 img {
    height: 470px;
    object-fit: cover;
}
.news-1 .news-desc {
    height: 218px;
    margin: 20px;
    position: relative;
    overflow: hidden;
}
.news-2 .news-desc {
    height: 413px;
    margin: 25px 10px 10px;
    overflow: hidden;
}
.news-3 .news-desc, .news-4 .news-desc, .news-5 .news-desc, .news-6 .news-desc, .news-7 .news-desc, .news-8 .news-desc, .news-9 .news-desc {
    position: absolute;
    top:30%;
    width: 100%;
}
.news-desc a:hover {
    color: #fa2363;
    text-decoration: none;
    filter: drop-shadow(0px 0px 2px #fff);
}

/* Страница Новости */
.news-item {
    border: 2px solid #f4b436;
    margin: 5%;
    width: 90%;
    position: relative;
}
.news-item>img {
    height: 350px;
    object-fit: cover;
    object-position: top;
}
.news-item .news-title {
    font-family: "lora-b-itlc",Arial,sans-serif;
    font-size: 1.8em;
    height: 70px;
}
.news-item .news-desc {
    margin: 20px 20px 35px;
        position: relative;
}
.news-nav {
    background: url(../images/news/news-nav-bg.png) no-repeat center;
    background-size: 50%;
    width: 100%;
    display: inline-block;
}
.page-prev {
    width: 25%;
    float: left;
    padding: 4% 0%;
    text-align: left;
}
.page-next {
    width: 25%;
    float: right;
    padding: 4% 0%;
    text-align: right;
}
.page-prev img, .page-next img {
    width: 50%;
    vertical-align: middle;
}
.page-prev span, .page-next span {
    vertical-align: middle;
}
.page-prev a:hover, .page-next a:hover, .page-prev a:focus, .page-next a:focus, .page-prev a:active, .page-next a:active {
    text-decoration: none;
    filter: drop-shadow(0px 0px 5px #f4b436);
}
.news-text {
    line-height: 1.5em;
    height: 7.5em;
    overflow: hidden;
}
.news-readmore {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 1.5em;
    line-height: 1.5em;
    background-color: #fff;
    cursor: pointer;
}

/* Подвал */
footer{
    background: url(../images/bg-5.jpg) no-repeat center bottom;
    background-size: cover;
    display: inline-block;
    width: 100%;
    padding: 2% 0% 0%;
    margin-top: 30px;
}
.map {
    position: relative;
    width: 47%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.kontakty {
    width: 50%;
    height: 400px;
    display: inline-block;
    padding-left: 10%;
    padding-right: 10%;
    vertical-align: top;
}
.curtain-map {
    position: absolute;
    top: -7%;
    right: -9%;
    width: 40%;
    height: 115%;
    background: url(../images/curtain-footer.png) no-repeat right top;
    background-size: contain;
}
.kontakty ul>li, .catalog-contacts ul>li {
    list-style: none;
    background: url(../images/li.png) no-repeat;
    background-size: 20px;
    background-position: 0px 10px;
    padding-left: 40px;
    margin-bottom: 15px;
}
footer nav.navbar {
    width: 92%;
    border-bottom: none;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    display: inline-block;
}
.social {
    float: right;
    display: flex;
    align-items: center;
    gap: 8px;
    vertical-align: middle;
    margin-left: 20px;
    padding: 0;
    height: auto;
}
.social a {
    display: inline-block;
}    
.social img {
    width: 25px;
    height: 25px;
    display: block;
}
.footer-logo {
    display: block;
    width: 25%;
    margin: 20px auto;
}
.catalog-contacts form>input {
    height: 50px;
    border-radius: 25px;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 1%;
    border: 1px solid #686868;
    padding-left: 20px;
}
.catalog-contacts .btn-main {
    width: 80%;
    margin-left: 10%;
}
.catalog-contacts .soglasie label {color: #fff;}
.soglasie {margin-left: 10%;}

/* КАТАЛОГ */

/* Пошив штор */
#poshiv a.btn-main {
    display: inline-block;
    margin: 3% auto 5%;
    padding: 1.5% 10%;
    height: auto;
}
.service {padding: 2% 3%;}
.service>img {
    height: 230px;
    object-fit: cover;
    object-position: center top;
    margin-bottom: 5%;
}
.service p {
    margin: 1% 0% 1%;
    line-height: 1.2em;
    height: 60px;
}
.service a.btn-main {
    width: 100%;
    padding: 2% !important;
}
div.tb {
    width: 100%;
    display: table;
}
div.tb>p {
    display: table-cell;
    height: 80px;
    vertical-align: middle;
}


/* Как мы работаем */
#how-we-work {
    position: relative;
}
.hww-mob {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
}
#hww-1 {
    position: absolute;
    top: 12%;
    left: 27%;
    width: 22%;
}
#arr-1 {
    position: absolute;
    top: 25%;
    left: 40%;
    width: 24%;
}
#hww-2 {
    position: absolute;
    top: 22%;
    left: 65%;
    width: 22%;
}
#arr-2 {
    position: absolute;
    top: 33%;
    left: 68%;
    width: 20%;
}
#hww-3 {
    position: absolute;
    top: 40%;
    left: 45%;
    width: 22%;
}
#arr-3 {
    position: absolute;
    top: 42%;
    left: 29%;
    width: 14%;
}
#hww-4 {
    position: absolute;
    top: 59%;
    left: 36%;
    width: 19%;
}
#arr-4 {
    position: absolute;
    top: 67%;
    left: 50%;
    width: 16%;
}
#hww-5 {
    position: absolute;
    top: 68%;
    left: 68%;
    width: 22%;
}
.hww-desc {
    vertical-align: top !important;
    line-height: 1.5em !important;
}
.hww-num {
    color: #c47c91;
    font-size: 6em;
    line-height: 1em !important;
    vertical-align: bottom !important;
}
.invisible-2, .invisible-3, .invisible-4, .invisible-5 {
    display: none;
}
.table td {
    padding: 0px !important;
    border: none !important;
}
.table td:first-child {
    width: 50px;
}
.radio {
    display: inline-block;
    height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.r_button {
    -webkit-appearance: none;
}
.r_button + label {
    background: url(../images/radio.png) no-repeat scroll 0 0;
    background-size: 25px;
    background-position: 6px center;
    cursor: pointer;
    padding-left: 50px;
    font-weight: normal;
}

.r_button:checked + label {
    background: url(../images/radio-active.png) no-repeat scroll 0 0;
    background-size: 25px;
    background-position: 6px center;
}
.radio input[type="radio"] {
    position: absolute;
    margin-left: 0px;
    width: 100% !important;
    height: 100% !important;
    -webkit-appearance: none;
    border: none !important;
    background-color: transparent;
}
input[type="radio"]:checked + label {
    background: url(../images/radio-active.png) no-repeat scroll 0 0;
    background-size: 25px;
    background-position: 6px center;
}


/* Наши работы (каталог) */
#our-work-cat {padding: 1% 0% 3%;}
.swiper-works {
    overflow-x: hidden;
    padding: 3% 0%;
}
img.img-work {
    height: 300px;
    object-fit: cover;
    object-position: top center;
}
.swiper-works .swiper-slide {
    position: relative;
}
.swiper-works .swiper-slide:hover {
    transform: scale(1.2);
    z-index: 10;
}
.work-title {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    padding-top: 50%;
}
.work-title p {
    color: #fff;
    text-decoration: underline;
}
.swiper-slide:hover .work-title {
    display: block;
}
img.lupa {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}
/* Стрелки */
.swiper-button-prev {
    background-image: url(../images/news/news-arrow-left.png);
    left: 0px;
    right: auto;
    background-size: contain;
}
.swiper-button-next {
    background-image: url(../images/news/news-arrow-right.png);
    left: auto;
    right: 0px;
    background-size: contain;
}
.swiper-button-next, .swiper-button-prev {
    width: 20%;
    height: 50px;
    position: relative;
    display: inline-block !important;
    margin-top: 4%;
    margin-left: 20%;
}


/* Разработка дизайн-проекта */
#create-project {
    background: url(../images/woman.jpg) no-repeat right bottom;
    background-size: contain;
    padding-bottom: 5%;
    padding-top: 2%;
}
#create-project p { margin: 10% 0% 10%;}

/* Подвал каталога */
#catalog-foot {
    background: url(../images/bg-cat-foot.jpg) no-repeat center bottom;
    background-size: cover;
    margin: 0px;
    padding: 5% 0% 0%;
}
#catalog-foot .btn-main {
    padding: 2% 15%;
}
.foot-logo {margin: 3%;}
.foot-logo img {width: 150px;}


.fancybox-show-thumbs .fancybox-inner {
    right: 0px;
    bottom: 85px;
}
.fancybox-thumbs {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 85px;
}

/* modal windows */
.modal-dialog {
    width: 40%;
    z-index: 200;
}
.modal-content {
    background: url(../images/form-bg.jpg) no-repeat center;
    background-size: cover;
}
.modal-body {
    font-size: 1.2em;
    padding: 5%;
}
.close {
    margin-top: 0px;
    float: right;
    width: 40px;
    height: 40px;
    padding: 0px;
    background-color: transparent;
    border: none;
}
.modal-body form>input, .modal-body form>button, .add-review form>input, .add-review form>button {
    height: 50px;
    border-radius: 25px;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 1%;
    border: 1px solid #686868;
    padding-left: 20px;
}
.modal-body textarea, .add-review textarea{
    border-radius: 25px;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 1%;
    border: 1px solid #686868;
    padding: 20px;
}
.soglasie input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 10px 0%;
    vertical-align: middle;
    display: inline;
}
.soglasie label {
    font-size: 0.8em;
    margin: 10px 0%;
    line-height: 20px;
    vertical-align: middle;
    display: inline;
}
.file_upload {
    position: relative;
    overflow: hidden;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 80%;
    margin-left: 10%;
}
.file_upload > div {
    height: 100%;
}
.file_upload input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    letter-spacing: 10em;
    opacity: 0;
    cursor: pointer;
}

#modal-1 .modal-dialog, #modal-2 .modal-dialog, #modal-3 .modal-dialog, #modal-4 .modal-dialog {width: 60%;}
#modal-1 .modal-content, #modal-2 .modal-content, #modal-3 .modal-content, #modal-4 .modal-content {background-color: #fff;background-image: none;}
#modal-1 .modal-header, #modal-2 .modal-header, #modal-3 .modal-header, #modal-4 .modal-header {border-bottom: 1px solid #fa2b68;}
#modal-1 h4.modal-title, #modal-2 h4.modal-title, #modal-3 h4.modal-title, #modal-4 h4.modal-title {
    font-family: "lora-itlc",Arial,sans-serif;
    font-size: 2em;
    text-align: center;
}
#modal-standart, #modal-question, #modal-0 {
    z-index: 9999;
}
#modal-1 .btn-main, #modal-2 .btn-main, #modal-2 .btn-white, #modal-3 .btn-main, #modal-3 .btn-white, #modal-4 .btn-main, #modal-4 .btn-white {
    padding: 1% 5%;
    margin-top: 25px;
    display: inline-block;
    height: auto;
}



input.error {
 border: 1px solid #ff0000;
}
label.error {
 color: #ff0000;
 font-weight: normal;
}

.footer_bottom {
    background-color: #000;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: .25em;
    padding-bottom: .25em;
}
.footer_bottom p {
    font-family: "GothamPro";
    margin-bottom: 0em;
    font-size: 16px;
    line-height: 1em;
}


/* ASM */
.developers {text-align: right;}
.developers a>p {
    font-family: "coco", Arial, sans-serif;
    color: #fff;
    font-size: 19px;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 .5em 0 0;
    width: fit-content;
}
.developers img {max-width: 60px;}


/* Quiz */
.ora {font-family: "Oranienbaum";}
.swiper_opros {
    position: relative;
    overflow: hidden;
}
.swiper_opros .swiper-slide {opacity: 0 !important;}
.swiper_opros .swiper-slide.swiper-slide-active {opacity: 1 !important;}
.sw_btns {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 1em 0;
}
.swiper_opros .swiper-button-prev-5, .swiper_opros .swiper-button-next-5, .swiper_opros .swiper-button-next-btn {
    position: relative;
    right: unset;
    left: unset;
    top: unset;
    bottom: unset;
    border-radius: .75em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    line-height: normal;
    padding: 0.5em 3em 0.6em;
    text-align: center;
    font-family: "os-sbold",Arial,sans-serif;
    margin: 0 1em;
    height: unset;
    cursor: pointer;
    font-size: 1.5em;
}
.swiper_opros .swiper-button-prev-5 {
    border: 2px solid #ca9a70;
    color: #ca9a70;
    background-color: transparent;
}
.swiper_opros .swiper-button-next-5, .swiper_opros .swiper-button-next-btn {
    border: 2px solid #ca9a70;
    color: #fff;
    background-color: #ca9a70;
}
.quiz_page {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;;
}
.indicator {
    width: 15%;
    padding: 2em;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: url(../images/quiz/quiz_bg_1.jpg) no-repeat center;
    background-size: cover;
}
.indicator div {
    font-size: 2.5em;
    font-weight: bold;
    color: #ca9a70;
    font-family: "Oranienbaum";
}
.indicator div.active {
    color: #fff;
}
.main_info {
    background: url(../images/quiz/quiz_bg_2.jpg) no-repeat center;
    background-size: cover;
    width: 85%;
    border-radius: 0;
    padding: 1.5em 3em;
    height: 650px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
}
.discount {
    position: relative;
}
.discount>div {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.5em;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #bd121e;
    font-weight: 400;
    text-align: center;
}
.discount img {
    position: relative;
    width: 100%;
    z-index: 0;
}
.Q_title {
    font-family: "Oranienbaum";
    line-height: normal;
    font-size: 4em;
    margin-bottom: .5em;
}
#quiz input[type="number"], #quiz input[type="text"] {
    border: 2px solid #ca9a70;
    background-color: #fff;
    border-radius: .5em;
    padding: .5em 2em;
    margin: 1em auto;
    width: auto;
}
#quiz input[type="text"] {
    width: 100%;
    margin: .5em auto;
}
#quiz input[type="submit"] {
    border: 2px solid #ca9a70;
    background-color: #ca9a70;
    color: #fff;
    border-radius: .5em;
    padding: .5em 2em;
    margin: 0;
    width: auto;
    font-size: 1.5em;
    font-family: "os-sbold",Arial,sans-serif;
}
/* radiobutton customization */
.Q_radio {
    position: relative;
    width: fit-content;
    margin: .5em auto;
}
.Q_radio.m1{margin: 1em auto;}
.Q_radio label {
    font-weight: 500;
    width: fit-content;
    padding: .5em 1em;
    border-radius: .5em;
    font-family: "os-sbold",Arial,sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}
.Q_radio input[type="radio"] {
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    margin: 0px !important;
}
.Q_radio input[type="radio"]:checked + label {
    background-color: #fff;
    color: #ca9a70;
    border-radius: .5em;
    outline: none;
    background-image: unset;
}
input[type="radio"]:hover, input[type="radio"]:focus, input[type="radio"]:active {outline: none;}

.q_variants {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.q_var {
    min-width: 33%;
}
.q_flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
}
.q_45 {
    width: 45%;
}
.cell {
    display: flex;
    align-items: center;
}

.types {
    max-width: 2.75em;
    max-height: 2em;
    object-fit: contain;
    margin-right: .5em;
}

.indicator {
    display: none !important;
}

.main_info {
    width: 100% !important;
}

.left-arrow>img, .right-arrow>img {width: 100%;}

#popup__toggle{bottom:25px;right:10px;position:fixed;z-index:999;}
.img-circle{background-color:#f4b436;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #f4b436;width:130px;height:130px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#f4b436;width:80px;height:80px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:52px;height:52px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:52px;height:52px;background-image:url(../images/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

/* Шрифты */
@font-face {
    font-family: 'os-light';
    src: url('../fonts/OS-light.ttf');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'os';
    src: url('../fonts/OS-regular.ttf');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'os-sbold';
    src: url('../fonts/OS-semibold.ttf');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'os-bold';
    src: url('../fonts/OS-bold.ttf');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'os-reg-itlc';
    src: url('../fonts/OS-italic.ttf');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'os-itlc';
    src: url('../fonts/OS-bold-italic.ttf');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'os-sb-itlc';
    src: url('../fonts/OS-semibolditalic.ttf');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'os-ex-itlc';
    src: url('../fonts/OS-ExtraboldItalic.ttf');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'lora';
    src: url('../fonts/Lora-Regular.ttf');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'lora-itlc';
    src: url('../fonts/Lora-Italic.ttf');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'lora-b-itlc';
    src: url('../fonts/Lora-BoldItalic.ttf');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'mont';
    src: url('../fonts/Mont-ExtraLightDEMO.otf');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'mont-heavy';
    src: url('../fonts/Mont-HeavyDEMO.otf');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Light.woff');
}
