@font-face { font-family: 'cap'; src: url('../fonts/capture-it.ttf')  format('truetype'); }
@font-face { font-family: 'dis'; src: url('../fonts/Distressed-Regular.otf')  format('truetype');  }
@font-face { font-family: 'fed'; src: url('../fonts/Federo.ttf')  format('truetype'); }


@-webkit-keyframes opas {0% {opacity: 0.5;}60% {opacity: 1;}100% {opacity: 0.5;}}
@keyframes opas {0% {opacity: 0.5;}60% {opacity: 1;}100% {opacity: 0.5;}}

@-webkit-keyframes btn_left {0% {left: 15px;opacity: 1;}60% {left: 25px;opacity: 0.5;}100% {left: 35px;opacity: 0;}}
@keyframes btn_left { 0% { left: 15px; opacity: 1; } 60% { left: 25px; opacity: 0.5; } 100% { left: 35px; opacity: 0; } }
@-webkit-keyframes btn_right { 0% { right: 15px; opacity: 1; } 60% { right: 25px; opacity: 0.5; } 100% { right: 35px; opacity: 0; } }
@keyframes btn_right { 0% { right: 15px; opacity: 1; } 60% { right: 25px; opacity: 0.5; } 100% { right: 35px; opacity: 0; } }

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; } 30% { left: 110%; margin-left: 80px; } 100% { left: 110%; margin-left: 80px; } }
@keyframes slideme { 0% { left: -30px; margin-left: 0px; } 30% { left: 110%; margin-left: 80px; } 100% { left: 110%; margin-left: 80px; } }

* {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.btn {
    overflow: hidden;
    position: relative;
}
.btn:after,
.elementor-button:after {
    content: "";
    margin-left: 60px;
    width: 30px;
    height: 400px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
-webkit-filter: blur(0px);
filter: blur(0px);

}

body {
    font-family: 'fed';
}
.overflow_hide_csroll {overflow: hidden;}

header {
    float: left;
    width: 100%;
}
header .logo {
    float: left;
    margin-top: 31px;
}
header .logo-title {
    color: #492722;
    float: left;
    margin-left: 30px;
    font-size: 14px;
    margin-top: 39px;
}
header .butt-price {
    float: left;
    margin-top: 29px;
    margin-left: 85px;
    cursor: pointer;
}
header .butt-price img {
    display: inline-block;
    vertical-align: middle;
}
header .butt-price span {
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
    color: #302322;
}
header .butt-price:hover span {
    text-decoration: none;
}
header .right {
    float: right;
}
header .whats .sub {
    display: inline-block;
    color: #492722;
    font-size: 14px;
    position: relative;
    padding-left: 11px;
    margin-bottom: 9px;
}
header .whats .sub::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    width: 5px;
    height: 5px;
    background-color: #DC143C;
    -webkit-animation: opas 1s infinite linear;
	animation: opas 1s infinite linear;
}
header .whats a {
    background-color: #0DC143;
    line-height: 50px;
    border-radius: 30px;
    width: 100%;
    float: left;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    font-family: "cap";
    transition: all 0.3s;
}
header .whats a:hover {
    -webkit-transform: scale(1.05);
	transform: scale(1.05);
}
header .whats a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}
header .whats {
    float: left;
    width: 255px;
    margin-top: 21px;
    text-align: center;
    margin-right: 55px;
}
header .phone {
    float: left;
    margin-top: 15px;
    text-align: center;
    width: 200px;
}
header .phone .sub {
    display: inline-block;
    color: #492722;
    font-size: 10px;
    position: relative;
    padding-left: 11px;
}
header .phone .sub::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    width: 5px;
    height: 5px;
    background-color: #DC143C;
    -webkit-animation: opas 1s infinite linear;
	animation: opas 1s infinite linear;
}
header .phone a {
    font-family: "dis";
    font-size: 28px;
    line-height: 30px;
    color: #302322;
}
header .phone .zvon {
    font-size: 14px;
    color: #302322;
    text-decoration: underline;
    cursor: pointer;
}
header .phone .email {
    font-size: 18px;
    color: #302322;
	margin-top: 5px;
	display: block;
}
header .phone .zvon:hover {
    text-decoration: none;
}
header .toggle-menu img {display: none;}
header ul {
    float: left;
    width: 100%;
    margin-top: 25px;
    border-top: 1px solid #D0AC5C;
    display: flex;
    text-align: center;
    justify-content: space-around;
}
header ul li {
    padding-top: 12px;
    
}
header ul a {
    color: #492722;
    font-family: "cap";
    font-size: 16px;
}
header ul a:hover {
    text-decoration: underline;
}


.fixid-heder {
	position: fixed;
	z-index: 20;
	background-color: #fbf8f0;
	padding-bottom: 15px;
	box-shadow: 0px 3px 20px rgb(0 0 0 / 40%);
	transition: all 0.3s;
}

.fixid-heder .logo {
	margin-top: 16px;
}
.fixid-heder .logo-title {
	margin-top: 24px;
}
.fixid-heder .butt-price {
	margin-top: 14px;
}
.fixid-heder .whats {
	margin-top: 6px;
}
.fixid-heder .whats a {
	line-height: 30px;
}
.fixid-heder .whats a img {
	width: 15px;
}
.fixid-heder .phone {
	margin-top: 3px;
}
.fixid-heder ul {
	margin-top: 10px;
}

.head-page {
    float: left;
    width: 100%;
    background-image: url(../img/head-bg.webp);
    background-size: cover;
}
.head-page .block {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.head-page .block .row-he {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 130px;
}
.head-page .block h1 {
    color: #492722;
    font-size: 51px;
    font-family: "cap";
    float: left;
    width: 100%;
    margin-top: 87px;
    line-height: 64px;
    letter-spacing: 2px;
    font-weight: 400;
}
.head-page .block .sub {
    float: left;
    width: 100%;
    color: #492722;
    margin-top: 15px;
    position: relative;
    padding-left: 50px;
}
.head-page .block .sub::after {
    content: "";
    background-color: #D96511;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    margin: auto;
}
.head-page .block .row-bull {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.head-page .block .row-bull .bull {
    float: left;
}
.head-page .block .row-bull img {
    float: left;
}
.head-page .block .row-bull span {
    color: #492722;
    float: left;
    margin-top: 14px;
    margin-left: 10px;
}
.head-page .block .row-bull .mr {margin-right: 30px;}
.head-page .block .row-butt {
    float: left;
    width: 100%;
    margin-top: 35px;
}
.head-page .block .row-butt span {
    width: 400px;
    line-height: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 45px;
    font-family: "cap";
    color: #fff;
    background: linear-gradient(180deg, #DC143C 0%, #B0092A 100%);
    background-color: #B0092A;
    float: left;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all 0.3s;
}
.head-page .block .row-butt span:hover {
    -webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.head-page .block .row-butt span img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.head-page .block .row-butt span .le {
    left: 15px;
    -webkit-animation: btn_left 1s infinite linear;
	animation: btn_left 1s infinite linear;
}
.head-page .block .row-butt span .re {
    right: 15px;
    -webkit-animation: btn_right 1s infinite linear;
	animation: btn_right 1s infinite linear;
}
.head-page .block .bg1 {
    position: absolute;
    right: -120px;
    top: 150px;
    z-index: 2;
}
.head-page .block .bg2 {
    position: absolute;
    top: -20px;
    right: -214px;
}
.head-page .block .bg3 {
    position: absolute;
    bottom: 14px;
    left: 530px;
}



section {
    float: left;
    width: 100%;
    padding: 120px 0;
    position: relative;
}
section .removebg {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1296px;
    margin: auto;
    top: -3.7vw;
    height: 7.4vw;
    max-height: 110px;
    z-index: 10;
}
section h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 2px;
    color: #221918;
    font-family: "cap";
    font-weight: 400;
}
.btn {
    width: 220px;
    line-height: 50px;
    position: relative;
    border-radius: 45px;
    font-family: "cap";
    color: #fff;
    background: linear-gradient(180deg, #DC143C 0%, #B0092A 100%);
    background-color: #B0092A;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
}
.btn:hover {
    -webkit-transform: scale(1.05);
	transform: scale(1.05);
}

form input {
    width: 100%;
    height: 60px;
    background-color: #fff;
    font-size: 16px;
    padding: 0px 30px;
    border-radius: 30px;
    border: 1px solid #C6C6C6;
    margin-bottom: 15px;
    outline: none;
}


.prem {
    text-align: center;
    background-image: url(../img/prem-bg.webp);
    background-size: cover;
}
.prem img {
    display: inline-block;
}
.prem .h3 {
    float: left;
    width: 100%;
    font-family: "cap";
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2px;
    margin-top: 20px;
    color: #221918;
}
.prem p {
    float: left;
    width: 100%;
    margin-top: 24px;
    color: #492722;
}


.uslugi {
    background-image: url(../img/uslugi-bg.webp);
    background-size: cover;
}
.uslugi .hide {display: none;}
.uslugi .wrapp {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 107px;
    margin-top: 40px;
    text-align: center;
}
.uslugi .wrapp .img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
.uslugi .wrapp .img1 {
    position: absolute;
    left: 0;
    top: 107px;
    float: left;
    width: 100%;
}
.uslugi .wrapp .h3 {
    color: #221918;
    float: left;
    width: 100%;
    margin-top: 95px;
    font-family: "cap";
    font-size: 32px;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}
.uslugi .wrapp .pri {
    float: left;
    width: 100%;
    color: #492722;
    margin-top: 34px;
    position: relative;
    z-index: 1;
}
.uslugi .wrapp .btn {
    margin-top: 24px;
    position: relative;
    z-index: 1;
}
.uslugi .wrapp .what {
    float: left;
    position: relative;
    z-index: 1;
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    text-decoration: none;
    color: #221918;
}
.uslugi .wrapp .what img {
	width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.uslugi .wrapp .info:hover {
    text-decoration: none;
}
.uslugi .row-show {
    float: left;
    width: 100%;
    margin-top: 45px;
    text-align: center;
}
.uslugi .row-show .btn {
    background: transparent;
    border: 1px solid #B0092A;
    color: #B0092A;
    width: 300px;
    line-height: 60px;
}



.form-call {
    background-image: url(../img/prem-bg.webp);
    background-size: cover;
    padding-bottom: 0;
}
.form-call h2 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 35px;
}
.form-call form input {
    width: 45%;
    margin: 0px 10px;
    margin-bottom: 15px;
}
.form-call form button {
    width: 45%;
    margin: 0px 10px;
    line-height: 60px;
}
.form-call .ava {
    float: left;
    width: 100%;
    position: relative;
}
.form-call .ava {float: right;}
.form-call .ava .name {
    width: 130px;
    position: absolute;
    top: 126px;
    left: -26px;
    text-align: center;
}
.form-call .ava .name span {
    font-family: "cap";
    font-size: 18px;
    float: left;
    width: 100%;
}
.form-call .ava .name p {
    float: left;
    width: 100%;
    margin-top: 7px;
    font-size: 14px;
    color: #9F4402;
}



.portfolio {
    background-image: url(../img/uslugi-bg.webp);
    background-size: cover;
}
.portfolio .img {
    float: left;
    width: 100%;
    height: 365px;
    border-radius: 20px;
    margin-top: 40px;
    transition: all 0.3s;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.portfolio .img span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
}
.portfolio .img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.portfolio .img:hover {
    -webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.portfolio .img:hover span {
    opacity: 1;
}
.portfolio .title {
    font-size: 21px;
    color: #221918;
    letter-spacing: 2px;
    float: left;
    width: 100%;
    margin-top: 20px;
    font-family: "cap";
    text-align: center;
}
.portfolio p {
    font-size: 14px;
    color: #492722;
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}



.client {
    background-image: url(../img/prem-bg.webp);
    background-size: cover;
}
.client .wrapp {
    float: left;
    width: 100%;
    opacity: 0.5;
    transition: 0.3s;
}
.client .wrapp:hover {
    opacity: 1;
}
.client .img {
    width: 100%;
    float: left;
    height: 90px;
    position: relative;
    margin-top: 40px;
}
.client .img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.client p {
    font-size: 14px;
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #492722;
    text-align: center;
}



.garant {
    background-image: url(../img/head-bg.webp);
    background-size: cover;
}
.garant h2 {
    text-align: left;
    font-size: 36px;
    line-height: 48px;
}
.garant .wrapp {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 45px;
}
.garant .text {
    margin-top: 9px;
    padding-left: 15px;
    padding-right: 50px;
}
.garant .wrapp img {
    align-self: center;
}
.garant span {
    font-size: 18px;
    font-family: "cap";
    color: #221918;
    letter-spacing: 2px;
}
.garant p {
    float: left;
    width: 100%;
    margin-top: 5px;
    color: #492722;
    font-size: 14px;
}



.ozov {
    background-image: url(../img/prem-bg.webp);
    background-size: cover;
}
.ozov .colon {
    width: 33%;
    float: left;
    padding: 0px 10px;
}
.ozov .wrapp {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 20px;
    border: 1px solid #D96511;
    background-color: #fff;
    height: 280px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 15px;
}
.ozov .wrapp .icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    top: -20px;
    border-radius: 100%;
    border: 1px solid #D96511;
    width: 40px;
    height: 40px;
}
.ozov .wrapp .icon img {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}
.ozov .wrapp .ava {
    width: 20%;
    float: left;
    text-align: center;
}
.ozov .wrapp .ava span {
    width: 60px;
    height: 60px;
    background-size: cover;
    display: inline-block;
    border-radius: 100%;
}
.ozov .wrapp .ava p {
    float: left;
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
    color: #492722;
}
.ozov .wrapp .text {
    float: left;
    width: 80%;
    padding-left: 24px;
}
.ozov .wrapp .text img {
    float: left;
    height: 16px;
}
.ozov .wrapp .text span {
    font-size: 12px;
    margin-left: 13px;
    line-height: 16px;
    color: #492722;
}
.ozov .wrapp .text p {
    font-size: 14px;
    margin-top: 10px;
    color: #221918;
}
.ozov .slide {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.ozov .slide .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    outline: none;
    background: transparent;
    z-index: 1;
    cursor: pointer;
}
.ozov .slide .slick-next {
    left: auto;
    right: -10px;
}
.ozov .slide .slick-arrow:hover {
    -webkit-transform: scale(1.05);
	transform: scale(1.05);
}


.etap {
    background-image: url(../img/uslugi-bg.webp);
    background-size: cover;
    text-align: center;
}
.etap .wrapp img {
    display: inline-block;
    margin-top: 60px;
}
.etap .title {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-family: "cap";
    letter-spacing: 2px;
    color: #221918;
    font-size: 21px;
}
.etap .text {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #492722;
    margin-top: 15px;
}
.etap .zv {
    float: left;
    width: 100%;
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 15px;
    color: #B0092A;
}
.etap .tell {
    float: left;
    width: 100%;
    color: #221918;
    font-size: 32px;
    font-family: "dis";
}
.etap .wrapp {
    float: left;
    width: 100%;
    padding: 0px 50px;
}



.form-call-2 {
    background-image: url(../img/prem-bg.webp);
    background-size: cover;
    padding-bottom: 0;
}
.form-call-2 h2 {
    font-size: 36px;
    line-height: 48px;
    text-align: left;
}
.form-call-2 .sub {
    float: left;
    width: 100%;
    color: #100C0B;
    margin-top: 35px;
}
.form-call-2 ul {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.form-call-2 ul li {
    float: left;
    width: 100%;
    margin-top: 15px;
    position: relative;
    padding-left: 24px;
}
.form-call-2 ul li:after {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background-image: url(../img/form-call-sheck.svg);
    background-size: 100%;
}
.form-call-2 .wrapp {
    padding-left: 80px;
    padding-bottom: 160px;
    position: relative;
    float: left;
    width: 100%;
}
.form-call-2 .bg {
    position: absolute;
    right: -30px;
    bottom: -20px;
}
.form-call-2 form {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.form-call-2 form span {
    float: left;
    width: 100%;
    font-family: "cap";
    letter-spacing: 2px;
    color: #221918;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.form-call-2 form .btn {
    width: 100%;
    line-height: 60px;
}



.qz {
    background-image: url(../img/head-bg.webp);
    background-size: cover;
}
.qz h2 {
    margin-bottom: 40px;
}
.qz .wrapp {
    float: left;
    width: 100%;
    border-bottom: 1px solid #D0AC5C;
    margin-top: 10px;
}
.qz .top {
    float: left;
    width: 100%;
    height: 60px;
    position: relative;
    padding-left: 53px;
    padding-right: 30px;
    display: flex;
    cursor: pointer;
    align-items: center;
}
.qz .top img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
}
.qz .top .num {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 60px;
    font-family: "dis";
    color: #B0092A;
}
.qz .top .title {
    font-size: 18px;
    letter-spacing: 2px;
    color: #492722;
    font-family: "cap";
    display: inline-block;
    vertical-align: middle;
}
.qz .wrapp p {
    float: left;
    width: 100%;
    padding-left: 53px;
    padding-right: 30px;
    color: #492722;
    font-size: 14px;
    padding-bottom: 20px;
    display: none;
}
.qz .active img {
    -ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}



footer {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 120px;
}
footer .removebg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -3.7vw;
    height: 7.4vw;
    max-height: 110px;
    z-index: 10;
}
footer .h3 {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    color: #221918;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: "cap";
}
footer .phone {
    float: left;
    text-align: center;
    width: 200px;
}
footer .phone .sub {
    display: inline-block;
    color: #492722;
    font-size: 10px;
    position: relative;
    padding-left: 11px;
}
footer .phone .sub::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    width: 5px;
    height: 5px;
    background-color: #DC143C;
    -webkit-animation: opas 1s infinite linear;
	animation: opas 1s infinite linear;
}
footer .phone a {
    font-family: "dis";
    font-size: 28px;
    line-height: 30px;
    color: #302322;
}
footer .phone .zvon {
    font-size: 14px;
    color: #302322;
    text-decoration: underline;
    cursor: pointer;
}
footer .phone .zvon:hover {
    text-decoration: none;
}
footer .email {
    float: left;
    width: 100%;
    margin-top: 30px;
}
footer .email p {
    font-size: 14px;
    float: left;
    width: 100%;
    color: #492722;
}
footer .email span {
    font-size: 25px;
    font-family: "dis";
    float: left;
    width: 100%;
    color: #302322;
    margin-top: 7px;
}
footer .email img {
    float: left;
    margin-right: 10px;
}
footer .address {
    float: left;
    width: 100%;
    margin-top: 20px;
}
footer .address p {
    font-size: 14px;
    float: left;
    width: 100%;
    color: #492722;
}
footer .address span {
    font-size: 16px;
    float: left;
    width: 100%;
    color: #302322;
    margin-top: 7px;
}
footer .whats a {
    background-color: #0DC143;
    line-height: 50px;
    border-radius: 30px;
    width: 100%;
    float: left;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    font-family: "cap";
    transition: all 0.3s;
}
footer .whats a:hover {
    -webkit-transform: scale(1.05);
	transform: scale(1.05);
}
footer .whats a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}
footer .whats {
    float: left;
    width: 255px;
    margin-top: 30px;
    text-align: center;
}
footer form {
    text-align: center;
}
footer form .btn {
    float: left;
    width: 100%;
    line-height: 60px;
}
footer .row-map {
    float: left;
    width: 100%;
    padding-left: 100px;
}
footer .row-map iframe {
    float: left;
    width: 100%;
    height: 450px;
    border-radius: 20px;
}
footer .line {
    margin-top: 60px;
    border-top: 1px solid #EEA774;
    padding: 20px 0;
}
footer .line p {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #492722;
}
footer .line .center {
    text-align: center;
}
footer .line .right {
    text-align: right;
}


.popup {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    overflow: auto;
    padding: 40px 0;
}
.popup .close-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.popup .close-img {
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
}
.popup .wrapp {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #fff;
    background-image: url(../img/prem-bg.webp);
    background-size: cover;
    border-radius: 30px;
}
.popup .btn {
    float: left;
    width: 100%;
    height: 60px;
}
.popup .title {
    float: left;
    width: 100%;
    font-family: "cap";
    text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
}
.popup .subtitle {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
    font-size: 20px;
}
.popup-tell .wrapp {
    width: 550px;
    height: 390px;
    padding: 0px 70px;
    padding-top: 40px;
}
.popup-tell {display: none;}
.popup-order .wrapp {
    width: 550px;
    height: 540px;
    padding: 0px 70px;
    padding-top: 40px;
}
.popup-order {display: none;}
.popup-cod .wrapp {
    width: 810px;
    height: 406px;
    padding: 0px 45px;
    padding-top: 55px;
    overflow: hidden;
}
.popup-cod form {
    width: 395px;
    float: left;
}
.popup-cod .subtitle {
    font-size: 16px;
    margin-bottom: 20px;
}
.popup-cod .title {
    margin-bottom: 40px;
}
.popup-cod .bg {
    position: absolute;
    right: 0;
    bottom: -5px;
}
.popup-cod {display: none;}
.popup-vopros .wrapp {
    width: 895px;
    height: 400px;
    padding: 0px 65px;
    padding-top: 65px;
    overflow: hidden;
}
.popup-vopros form {
    width: 390px;
}
.popup-vopros .ava {
    position: absolute;
    right: 30px;
    bottom: -5px;
}
.popup-vopros .ava .name {
    width: 130px;
    position: absolute;
    top: 97px;
    left: -56px;
    text-align: center;
}
.popup-vopros .ava .name span {
    font-family: "cap";
    font-size: 18px;
    float: left;
    width: 100%;
}
.popup-vopros .ava .name p {
    float: left;
    width: 100%;
    margin-top: 7px;
    font-size: 14px;
    color: #9F4402;
}
.popup-vopros {display: none;}
.popup-call .wrapp {
    width: 615px;
    height: 660px;
    padding: 0px 85px;
    padding-top: 50px;
    overflow: hidden;
}
.popup-call label {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #302322;
}
.popup-call .subtitle {
    margin-bottom: 15px;
}
.popup-call input {
    border-radius: 10px;
    height: 50px;
}
.popup-call .size {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.popup-call .size input {
    width: 45%;
    float: left;
    margin-bottom: 0;
}
.popup-call .size .re {float: right;}
.popup-call .size .xe {
    float: left;
    width: 10%;
    text-align: center;
    line-height: 50px;
    color: #C6C6C6;
    font-size: 32px;
}
.popup-call button {
    height: 50px;
}
.popup-call {display: none;}
.popup-allprice .wrapp {
    width: 895px;
    height: 400px;
    padding: 0px 65px;
    padding-top: 65px;
    overflow: hidden;
}
.popup-allprice form {
    width: 390px;
}
.popup-allprice .bg {
    position: absolute;
    right: 0px;
    bottom: -30px;
}
.popup-allprice {display: none;}
.popup-usluga .wrapp {
    width: 965px;
    height: 620px;
    padding: 40px;
}
.popup-usluga .left {
    width: 30%;
    height: 408px;
    float: left;
}
.popup-usluga .left img {width: 100%;}
.popup-usluga .right {
    width: 70%;
    height: 408px;
    padding-left: 15px;
    float: left;
}
.popup-usluga .right .h3 {
    float: left;
    width: 100%;
    color: #221918;
    font-size: 32px;
    letter-spacing: 2px;
    font-family: "cap";
    margin-bottom: 20px;
}
.popup-usluga .right .h3 br {display: none;}
.popup-usluga .right p {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
}
.popup-usluga .right ol,
.popup-usluga .right ul {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    padding-left: 20px;
}
.popup-usluga .right ul li {list-style: disc;}
.popup-usluga .right ol li {list-style: decimal;}
.popup-usluga .right table {
	border-spacing: 0;
	width: 100% !important;
	height: auto !important;
	margin-top: 20px;
}
.popup-usluga .right table th,
.popup-usluga .right table td {
	padding: 2px 5px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #ddd;
	outline: none;
}
.popup-usluga .right table {}
.popup-usluga .right table {}
.popup-usluga form {
    float: left;
    width: 100%;
    text-align: center;
}
.popup-usluga form span {
    float: left;
    width: 100%;
    font-family: "cap";
    font-size: 21px;
    margin-bottom: 30px;
}
.popup-usluga form input {
    margin-bottom: 0;
    margin-right: 15px;
    width: 30%;
}
.popup-usluga form .btn {
    width: 30%;
    float: none;
    display: inline-block;
}
.popup-usluga {display: none;}
.popup-yes .wrapp {
    width: 450px;
    height: 320px;
    padding: 40px;
    text-align: center;
}
.popup-yes .yes {
    display: inline-block;
}
.popup-yes .title {
    margin-top: 30px;
}
.popup-yes {display: none;}


.fixid-button {
    width: 350px;
    line-height: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    font-family: "cap";
    color: #fff;
    background: linear-gradient(180deg, #DC143C 0%, #B0092A 100%);
    background-color: #B0092A;
    float: left;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all 0.3s;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    display: none;
}
.fixid-button:hover {
    -webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.fixid-button img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fixid-button .le {
    left: 15px;
    -webkit-animation: btn_left 1s infinite linear;
	animation: btn_left 1s infinite linear;
}
.fixid-button .re {
    right: 15px;
    -webkit-animation: btn_right 1s infinite linear;
	animation: btn_right 1s infinite linear;
}

form .sogl {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	float: left;
	margin-top: 10px;
	font-size: 13px;
	text-align: left;
}
form .sogl input {
	width: 12px !important;
	height: 12px !important;
	float: left !important;
	margin-bottom: 0px !important;
	margin-right: 5px !important;
}

.scroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    background-color: #D96511;
    display: none;
}
.scroll-top img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
}