/* @font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
} */

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/icon/arr.png) 95% 50% no-repeat;
    cursor: pointer;
    outline: none
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.whatsapp {
    position: fixed;
    bottom: 10px;
    width: 70px;
    right: 10px;
/*    height: 60px;*/

}
.whatsapp img {
    width: 100%;
/*    height: 100%;*/
}
.mobi-but {
    display: block;
    width: 45%;
    position: fixed;
    bottom: 15px;
    height: 45px;
    text-align: center;
    background: #9dd301;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
}
.mobi-but:focus {
    background: #9dd301;
}
.mobi-but i {
    margin-right: 5px;
}
.recall {
    left: 10px;
}
.recall span {
    font-weight: bold;
    color: #3131f7
}
.recall:hover:after {
    z-index: -1
}
.recall:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    background: linear-gradient(135deg, transparent 40px, rgba(255, 255, 255, 0.4) 60px, transparent 65px) no-repeat;
    background-position: -100px 0px;
    transform-origin: center;
    animation-name: but;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier( .2, .2, .3, .4);
    animation-iteration-count: infinite;
}
.recall:focus {
    outline: none;
}
@keyframes but {
    from {background-position: -100px 0px;}
    to {background-position: 500px 0px;}
}
.rewrite {
    right: 10px;
    padding: 11px 5px;
}

body {
    font-size: 16px;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    background: #f5f5f5
}
body, html {
    overflow-x: hidden;
}
ul {
    padding: 0;
}
a {
	color:#000;
}
a:hover {
	text-decoration: none;
}
a:active {
	background: transparent;
}
.gray {
    background: #f8f6f6
}
.blue {
    background: #0e1224
}
.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-a {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-head {
    display: none
}
.but {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 45px;
    border: none;
    background: #9dd301;
    outline: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}
.but-mod {
    background: #fdb02a;
    color: #fff;
}

.but:hover, .modal-but:hover {
    color: #fff;
    background: #33e04c
}
.but:focus, .modal-but {
    color: #fff;
    text-decoration: none
}

.input {
    display: block;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-size: 16px;
    outline: none;
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #fdb02a;
}
textarea.input {
    width: 100%;
    resize: none;
    height: 100px;
    padding-top: 10px
}
.block {
    padding: 40px 0;
}
.headline {
    margin: 0 0 20px;
    font-size: 24px;
    color: #000;
    text-align: center;
    position: relative
}
.headline:after {
    position: absolute;
    content: '';
    background: #fdb02a;
    height: 2px;
    width: 200px;
    bottom: -10px;
    left: calc(50% - 100px);
}
header {
    background: #ffa200;
    padding: 15px 0
}
.menu > * {
    font-size: 16px;
    color: #fff;
    margin-right: 30px;
}

.menu__dropdown {
    position: relative;
}

.menu__dropdown_trigger {
    color: inherit
}
.menu__dropdown_list {
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
    opacity: 0;
    transition: .25s;
    transition-timing-function: ease-out;
    transform: translateY(20px);
    padding: 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    list-style: none;
}
.menu__dropdown_list--active {
    opacity: 1;
    transform: translateY(0);
}

.menu__dropdown_list a {
    margin-right: 0;
    color: #000;
    display: block;
    text-wrap: nowrap;
}

.show-list {
    font-size: 22px;
    margin-left: 20px;
    color: #fff;
    cursor: pointer
}
.city-list {
    position: fixed;
    width: 350px;
    top: 0;
    right: 0;
    background: #f5f5f5;
    z-index: 99;
    overflow-y: scroll;
    height: 100%;
    padding: 35px 25px 25px 20px;
    border: 2px solid var(--bg);
    transition: all linear .2s;
    margin-right: -350px
}
.city-list.op {
    margin-right: 0
}
.city-list h4 {
    border-bottom: 1px solid var(--bg);
    margin: 0 0 20px
}
.city-list p {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.2)
}
.city-list p a {
    display: block;
    padding: 7px 15px;
}
.city-list span {
    position: absolute;
    top: 5px;
    right: 18px;
    cursor: pointer
}

.head-cont {
    margin: 20px auto;
    padding: 30px 40px;
    background: url(../img/baner1.webp) center/cover
}
.head-cont-title h1 {
    font-size: 30px;
	padding: 0!important;
    margin: 0!important;
}
.head-cont h2 {
    font-size: 40px;
    margin: 0 0 15px;
    font-weight: normal;
}
.head-cont h2 span {
    color: #ffa200;
    font-weight: bold
}
.head-cont-title {
    display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.head-cont-title img {
	max-height: 57px;
	margin-right: 15px;
}
.head-cont-title a {
    color: #ffa200;
    font-weight: bold;
    margin-left: 50px;
    font-size: 40px
}
.head-cont li {
    list-style: none;
    padding-left: 15px;
    position: relative;
    margin-bottom: 7px
}
.head-cont li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: 0;
    top: 8px;
    background: #ffa200;
    border-radius: 50%
}
.head-cont>p {
    color: #ffa200;
    font-weight: bold;
    font-size: 20px
}
.price {
    padding: 30px 0 50px
}
.price-bl {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 40px
}
.price-it {
    width: 49%;
    align-items: flex-start;
    background: #fff;
    padding: 10px;
    margin-bottom: 30px
}
.price-bl .call-now {
    margin: 0 0 30px;
    width: 49%;
    padding: 0px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.price-it_mod {
    align-items: stretch
}
.price-it_mod .text-price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}
.price-it_mod .cost {
    font-size: 20px;
    font-weight: 500
}
.price-it>div:first-child {
    width: 43%;
    flex-shrink: 0;
    margin-right: 2%
}
/*.price-it_mod>div:first-child*/
.price-it img {
    width: 100%;
}
.price-it .but {
    width: 100%
}
.price-it_mod .but {
    width: 220px
}
.price-it>div:last-child {
    width: 55%;
}
.price-title {
    font-size: 18px;
    margin: 0 0 10px
}
.price-it p {
    font-size: 14px;
    margin-bottom: 5px
}
.popular {
    background: url(../img/bg1.webp) center/cover;
}
.popular-aten {
    margin-top: 50px;
    text-align: center;
    font-weight: bold
}
.popular-aten .but {
    margin: 15px auto 0
}
.why {
    background: url(../img/bg2.webp) center/cover
}
.why-bl {
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 50px
}
.why-it {
    position: relative;
    width: 30%;
    font-weight: bold;
    margin-top: 120px
}
.why-it img {
    position: absolute;
    left: -40px;
    top: -70px;
}
.why-it p {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0 30px
}
.call-now {
    margin: 20px auto 0;
    width: 50%;
    padding: 80px 50px;
    text-align: right;
    background: url(../img/bg3.webp) center/cover;
    box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.2)
}
.call-now p {
    display: inline-block;
    color: #fff;
    background: #fdb02a;
    font-size: 28px;
    padding: 0 20px
}
.call-now a {
    display: block;
    font-weight: bold;
    font-size: 24px
}
.about-cont {
    background: url(../img/bg4.webp) center/cover;
}
.about {
/*    text-align: center;*/
    padding: 40px 0
}
.otzyv {
    margin-top: 50px;
    padding-bottom: 40px
}
.but-otzyv {
    justify-content: center;
    margin: 30px 0 0
}
.but-otzyv .but {
    margin: 0 15px 15px
}
.otzyv-it {
    background: #fff;
    padding: 20px 15px;
    margin: 10px;
    border-radius: 10px;
    opacity: .7;
    transition: all linear .2s
}
.slick-center .otzyv-it {
    opacity: 1;
    transform: scale(1.05)
}
.otzyv-page {
    margin-top: 50px
}
.otzyv-page .otzyv-it {
    opacity: 1;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch
}
.otzyv-it p {
    font-size: 14px
}
.otzyv-it .otzyv-img {
    width: 35%;
    margin-right: 5%;
    flex-shrink: 0
}
.otzyv-title {
    margin-bottom: 20px
}
.otzyv-title img {
    margin-right: 20px
}
.otzyv-title p {
    margin: 0
}
.otzyv-title p b {
    font-size: 20px
}
.control {
    text-align: center;
    margin: 0
}
.arr-mod {
    margin: 40px 0
}
.photo-item {
    padding: 10px
}
.photo-item img {
    width: 100%;
}
.arr-mod .slick-prev,
.arr-mod .slick-next {
    background: url(../img/icon/arr1.png) center/cover no-repeat;
    width: 25px;
    height: 57px;
    bottom: 45.5%
}
.arr-mod .slick-prev {
    left: -30px
}
.arr-mod .slick-next {
    right: -30px
}
.video iframe {
    height: 250px;
    margin: 10px;
    border: 0
}
.gallery a {
    padding: 20px;
    display: block;
    cursor: zoom-in
}
.gallery a img {
    width: 100%;
}
.payment {
    align-items: stretch;
    margin: 40px 0;
    flex-wrap: wrap
}
.payment-it {
    width: 28%;
    background: #fff;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 30px;
    box-shadow: 5px 5px 18px 0px rgba(0, 0, 0, 0.17);
    border-radius: 7px;
    margin: 20px 0;
    flex-direction: column
}
.payment-it img {
    max-width: 60%
}
.payment-it p {
    margin: 10px 0 -20px;
    font-weight: bold;
}
.payment-mod .payment-it {
    width: 22%;
}
.payment-mod .payment-it img {
    max-width: 90%
}

.faq-bl {
    margin: 40px 0
}
.faq-it {
    margin-bottom: 20px;
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px 20px;
}
.faq-it .quest {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer
}
.faq-it .quest p {
    font-size: 16px;
    margin: 0;
    padding: 0
}
.faq-it .quest span {
    cursor: pointer;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 20px;
    background: url(../img/icon/row.png) center/cover;
    transform: rotate(180deg)
}
.faq-it.open .quest span {
    transform: rotate(0deg)
}
.faq-it.open .quest p {
    color: #fdb02a
}
.faq-it .answer {
    display: none;
    margin: 10px 0 0;
    font-size: 15px
}

.calculator-bl {
    width: 80%;
    margin: 40px auto;
    padding: 30px 60px;
    background: #fff;
    border: 4px solid #fdb02a
}
.calculator-row {
    margin-bottom: 30px;
    align-items: flex-start
}

.calculator-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px
}
.radio-but {
    display: none;
}
.radio-but+label {
    font-size: 16px;
    font-weight: normal;
    display: block;
    position: relative;
    margin-bottom: 25px;
    padding-left: 40px;
    cursor: pointer;
}
.podskazka {
    position: absolute;
    display: block;
    right: -180px;
    top: 30px;
    width: 200px;
    display: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.podskazka img {
    width: 100%
}
.radio-but+label:hover .podskazka {
    display: block;
    z-index: 3
}
.radio-but+label:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: #fff;
    left: 0;
    top: -4px;
    border: 2px solid #fdb02a
}
.radio-but:checked+label:before {
    background: #fff url(../img/icon/check1.png) center no-repeat;
}
.range {
    -webkit-appearance: none;
    width: 100% !important;
}

.range-label {
    width: 330px;
    display: block;
    margin-top: 50px
}

.output {
    background: #fff;
    font-size: 16px;
    padding: 3px 0;
    margin: 0 5px;
    border: 2px solid #fdb02a;
    display: inline-block;
    width: 30px;
    text-align: center
}

input[type=range]::-moz-range-track {
    border-radius: 5px;
    height: 5px;
    outline: none;
    background: #fdb02a;
}

input[type=range]::-webkit-slider-runnable-track {
    border-radius: 5px;
    height: 5px;
    outline: none;
    background: #fdb02a;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width:12px;
    height:25px;
    height: 30px;
    background: #fdb02a;
    border-radius: 5px;
    cursor: pointer;
    margin-top: -12px;
}

.range::-ms-slider-thumb {
    -webkit-appearance: none;
    width:12px;
    height:25px;
    height: 30px;
    background: #fdb02a;
    border-radius: 5px;
    cursor: pointer;
    margin-top: -12px;
}

.range::-moz-slider-thumb {
    -webkit-appearance: none;
    width:12px;
    height:25px;
    height: 30px;
    background: #fdb02a;
    border-radius: 5px;
    cursor: pointer;
    margin-top: -12px;
}

input[type=range]:focus {
    outline: none;
}

.range-label {
    position: relative;
}

.range-label span:nth-of-type(1) {
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 15px;
}

.range-label span:nth-of-type(2) {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 15px;
}
.calculator-footer>div {
    width: 45%;
}
.calculator-footer .calculator-footer_map {
    width: 53%
}
.calculator-footer textarea {
    height: 150px
}
#cp_km {
    width: 60px;
    border: none;
    border-bottom: 2px solid #fdb02a
}
#map {
    width: 100%;
    height: 280px;
}

.but-row {
    padding-bottom: 73px;
    position: relative
}
.but-row img {
    position: absolute;
    bottom: -30px;
    left: 17%
}
.but-row .but {
    margin: 70px auto 0
}
.item-box {
    align-items: stretch;
    flex-wrap: wrap;
    margin: 50px 0
}
.item {
    background: #fff;
    border-radius: 7px;
    margin-bottom: 20px;
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all linear .2s
}
.item-slide {
    flex-direction: column;
}
.show-inf {
    margin-top: 10px;
    display: none;
    width: 100%;
    text-align: left
}
.item:hover {
    color: #ff9900;
}
.item-slide:hover {
    color: #000
}
.item-box-3 .item {
    width: 30%;
}
.item-box-2 .item {
    width: 49%;
}

.contact {
    flex-wrap: wrap;
    align-items: stretch;
}

.contact>div {
    width: 50%;
    text-align: center;
    margin: 20px 0 35px;
}
.contact>div .but {
    width: 70%;
    margin: 10px auto 0
}
.contact h6 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: bold
}
.map-contact {
    height: 400px;
    background: #eee;
    overflow: hidden;
    width: 90%;
    margin: 0 auto 35px
}
.map-contact iframe{
    width: 100%;
}
.price-table {
    background: #fff;
    width: 100%;
    margin: 40px 0
}
.price-table th {
    padding: 12px;
    font-size: 18px;
    border: 1px solid #828282
}
.price-table td {
    padding: 12px;
    border: 1px solid #828282;
}
.price-table td:first-child {
    width: 25%
}
.table-content img {
    float: left;
    width: 25%;
    margin-right: 20px
}
.table-content p {
/*    font-size: 17px;*/
    line-height: 150%
}
.table-content .but {
    width: auto;
    max-width: 40%
}
.price-aten {
    text-align: center;
    font-size: 18px;
    line-height: 150%
}
.content-block {
    margin: 30px 0;
    align-items: flex-start;
}
.content-block img {
    margin-right: 20px
}
.content-block p {
    line-height: 150%
}

.managers {
    margin-top: 50px;
    align-items: flex-start
}
.manager-it {
    width: 30%;
}
.manager-it img {
    width: 100%;
    box-shadow: 8px -8px 0px 0px #fdb02a;
    margin-bottom: 20px
}
.manager-it b {
    font-size: 18px;
}
.manager-it a {
    display: block;
    margin-bottom: 10px;
    font-weight: bold
}
.callback {
    width: 500px;
    margin: 20px auto;
}
.callback textarea {
    height: 150px
}
.callback .but {
    margin: 0 auto
}

.form-callback {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #fdb02a;
    padding: 15px 0;
    color: #fff;
    display: none
}
.select-t {
    background: #d68f12;
    width: 80px;
    height: 45px;
    margin: 0 5px;
    justify-content: center;
    cursor: pointer;
    position: relative
}
.select-t span {
    font-weight: 500;
    font-size: 30px;
    margin-right: 5px
}
.set-time-text {
    margin-right: 15px;
    text-align: right;
}
.set-time-text p {
    margin-bottom: 5px;
}
.set-time-text span {
    color: #000;
    font-weight: 600;
    position: relative;
    margin-right: 10px
}
.set-time-text span img {
    margin-right: 5px
}
.select-day-cont {
    position: relative
}
.select-day {
    cursor: pointer
}
.selec-day_list {
    position: absolute;
    bottom: 100%;
    background: #fff;
    color: #000;
    text-align: left;
    left: 0;
    border: 2px solid #ffa200;
    width: 100%;
    display: none
}
.select-t:hover .selec-day_list,
.select-day-cont:hover .selec-day_list {
    display: block
}
.selec-day_list p {
    margin: 0;
    padding: 5px 10px
}
.selec-day_list p:hover {
    background: #cccccc;
    cursor: pointer
}
.form-callback .input {
    margin: 0 15px 0 0;
    color: #000
}
.form-callback .but {
    border-radius: 0;
    background: #d68f12;
    height: 47px
}
.close-call {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}


/*modal*/
.modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
}
.modal .modal-dialog {
    width: 480px;
    margin: 70px auto 0;
}
.city .modal-dialog {
    width: 50%
}
.city ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.city li {
    width: 22%;
    display: inline-block;
    list-style: none;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto 10px;
    text-align: center;
    border-bottom: 1px solid #f86818
}
.modal h4 {
    font-size: 25px;
    margin: 20px auto 20px;
    font-weight: bold;
    color: #181818;
}
.modal input {
    width: 250px;
    margin: 10px auto 20px;
}
.modal .but{
    display: block;
    width: 250px;
    height: 50px;
    margin: 0 auto 20px;
}
.modal p {
    font-size: 18px;
}
#ext .text-center>p {
    margin-top: 25px;
}
.modal-dialog .close {
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 10px;
}

#popup .modal-dialog  {
    width: 600px;
    margin-top: 60px
}
#popup .modal-body {
    padding: 30px;
    text-align: center
}
#popup h3 {

}
#popup h3 img {
    margin-right: 20px;
    width: 60px;
    position: relative;
}
#popup h3+p>a {
    font-size: 40px;
    color: #ffa200;
    padding-bottom: 20px;
    font-weight: 600;
    display: block;
    text-align: center
}

#popup .head-p {
    font-size: 26px;
    margin: 15px 0 20px;
    font-weight: bold
}
#popup  .opros {
    width: 220px;
    font-size: 18px;
    display: inline-block !important;
    margin:  10px;
    height: 50px;
}
#popup  .opros.opros-ne-dozv {
    width: 464px
}
.opros:focus {
    background: #fff;
    color: #3bac00;
}
#popup .but-opros {
    background: #9dd301;
    border: none;
    height: 50px;
    width: 200px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px
}
.opros-block, .opros-form {
    padding: 0px 0 0;
    display: none;
}
#popup .complaint {
    font-size: 18px;
}
#popup .opros-block p {
    text-align: left;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold
}
.get-opros {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.complaint-block {
    display: none
}
.complaint-block textarea {
    display: block;
    margin-bottom: 10px;
    width: 80%;
    resize: none;
    padding: 5px 10px;
    height: 100px;
}
/* ---radio-custom-- */
.radio-opros {
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin: 0 3px 0 0;
}

.radio-opros + label {
    cursor: pointer;
    margin-bottom: 25px
}

.radio-opros:not(checked) {
    position: absolute;
    opacity: 0;
}

.radio-opros + label {
    position: relative;
    padding-left: 50px;
    display: flex;
    align-items: center;
    color: #565555;
    font-size: 20px;
    font-weight: normal;
    padding-top: 0px;
    margin-bottom: 15px
}

.radio-opros:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #f82008
}

.radio-opros:checked + label:before {
    background: #ffa200;
    box-shadow: 0px 0px 5px 0px #ffa200, inset 0px 0px 0px 5px #fff
}
.set-date {
    padding: 12px;
    width: 200px;
    margin-bottom: 20px;
    font-size: 17px;
    border: 1px solid #ffa200
}

#show-txt {
    cursor: pointer;
    color: #ff7600;
}
.float-right {
    float: right;
    margin: 0 0 10px 15px;
}
.float-left {
    float: left;
    margin: 0 15px 10px 0;
}
.img {
    width: 80%;
    margin: 0 auto 20px;
    display: block
}
#scroll-to span{
	width:55px;
	height:54px;
	font-size: 45px;
	padding: 0 0 0 10px;
	border:3px solid #ffd600;
	border-radius:100%;
	color: rgba(246, 0, 20, 0.68);
}
#scroll-to{
	cursor: pointer;
	position: fixed;
	bottom:90px;
	right:10px;
	z-index:999;
	display: block;
}
#scroll-to:hover span{
	background: #ffe76b;
	color: rgba(246, 0, 20, 0.98);
}
.but-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 48%;
}
.but-block p {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
}
.but-block>div {
    width: 60%;
}
.but-block .but {
    width: 320px;
    margin-bottom: 20px
}
.but-block .but+p {
    width: 100%;
    text-align: center;
    font-weight: normal;
}
.but-block span {
    color: red;
    font-size: 30px;
    font-weight: bold;
}

.extr {
    width: auto;
    position: fixed;
    top: 45%;
    right: 30px;
    background: #9dd301;
    text-align: center;
    padding: 20px 40px;
    border-radius: 10px;
    z-index: 99;
    display: none
}
.extr>img {
    position: absolute;
    z-index: 9;
    bottom: 100%;
    left: 10px;
}
.extr .but {
    width: 220px;
    background: #fdb02a;
    height: 50px;
}
.extr-close {
    position: absolute;
    top: -40px;
    cursor: pointer;
    right: 0px;
    z-index: 99;
}
.extr p {
    text-transform: uppercase;
    font-size: 18px;
}

.error {
    width: 100%;
    height: 100vh;
    text-align: center;
    background: url(../img/not-found.jpg) center/cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #000
}
.error>div {
    margin-bottom: 9%
}
.error h4 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px
}
.error p {
    font-weight: bold;
    font-size: 20px
}
.error .but {
    margin: 0 auto;
    background: #4ddd22;
    color: #fff
}
.site-map-bl a {
    display: block;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline
}
.hidden-link{
    display: none;
}
#show-city {
    margin: 0 auto!important;
    width: 300px;
    height: 60px;
}

.fast-search {
    margin-bottom: 20px;
}
.fast-search form {
    margin-bottom: 20px;
}
.fast-search__trigger {
    display: block;
    width: 200px;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    background-color: #cbd5e1;
    border: none;
    font-weight: 600;
    margin-left: auto;
    font-size: 14px;
    margin-right: auto;
    margin-top: 12px;
}
.fast-search__filters {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 12px;
}

.fast-search__title {
    flex-shrink: 0;
    margin-right: 12px;
    font-size: 18px;
    font-weight: 600;
}

.fast-search__dropdown {
    transition: .4s;
    overflow: hidden;
    height: 0px;
}
.fast-search__row {
    display: flex;
    align-items: flex-start;
}

.fast-search__no-cards {
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
    display: none;
}

.fast-search__reset {
    display: block;
    width: 200px;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    background-color: #cbd5e1;
    border: none;
    font-weight: 600;
    margin-left: auto;
    font-size: 14px;
    margin-right: auto;
    margin-top: 12px;
}

.fast-search__radios {
    display: flex;
    flex-wrap: wrap;
}

.fast-search__row:not(:last-child) {
    margin-bottom: 12px;
}

.fast-search__lbl {
    flex-shrink: 0;
    margin-right: 8px;
    min-width: 155px;
    font-weight: 400;
}

.fast-search__radio {
    margin-bottom: 6px;
    border-radius: 6px;
    padding: 8px 12px;
    background-color: #f1f5f9;
    cursor: pointer;
}

.fast-search__radio:not(:last-child) {
    margin-right: 6px;
}

.fast-search__radio:has(input:checked) {
    background-color: #e2e8f0;
}

.price-it-swiper {
    width: 100%;
}
.price-it__thumbs .swiper-slide {
    border: 2px solid transparent;
}
.price-it__thumbs .swiper-slide-thumb-active {
    border-color: #FFAE2D;
}

.price-it__slider .swiper-slide {
    padding-top: 70%;
    height: unset;
    position: relative;
}
.price-it__img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.price-it__slider {
    position: relative;
}
.price-it__slider .swiper-slide img,
.price-it__slider .swiper-slide iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.price-it-btn-prev {
    left: 12px;
}
.price-it-btn-next {
    right: 12px;
}
.price-it-btn-prev,
.price-it-btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background-color: #fff;
    border: 2px solid #ffd600;
    z-index: 2;
}

.price-it-pagination {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.price-it-pagination .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 100px;
    background-color: #ddd;
    opacity: 1;
}

.price-it-pagination .swiper-pagination-bullet-active {
    background-color: #ffd600;
}

.price-it__play svg {
    display: block;
}
.price-it__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.swiper-wrapper {
    display: flex;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.social-buttons {
        display: flex;
        gap: 10px; /* расстояние между кнопками */
    }
.social-button {
        text-decoration: none;
        padding: 10px 15px;
        color: white;
        border-radius: 5px;
        display: flex;
        align-items: center;
        font-size: 16px;
    }
.vk {
        background-color: #4B87C1; /* цвет фона для ВК */
    }
.pinterest {
        background-color: #E60023; /* цвет фона для Pinterest */
    }
.social-button i {
        margin-right: 5px; /* отступ между иконкой и текстом */
    }
	