
.test__right-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    display: none;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f3b819), to(rgba(243, 184, 25, 0.1)));
    background-image: -webkit-linear-gradient(bottom, #f3b819 0%, rgba(243, 184, 25, 0.1) 100%);
    background-image: -o-linear-gradient(bottom, #f3b819 0%, rgba(243, 184, 25, 0.1) 100%);
    background-image: linear-gradient(to top, #f3b819 0%, rgba(243, 184, 25, 0.1) 100%);
}

.test__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.test__block-cont {
    width: 75%;
}

.checkbox-psevdo {
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    background-color: #fcfcfc;
    padding: 0.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.7vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.checkbox-psevdo-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.checkbox-psevdo-active img {
    width: 100%;
}

.checkbox-inp:checked ~ span span .radio-label {
    color: #2a2a2a;
}

.checkbox-inp:checked ~ span span label .radio-psevdo-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.checkbox-inp:checked ~ span .bg-label {
    opacity: 1 !important;
}

.checkbox-inp:checked ~ span .bg-span {
    opacity: 1 !important;
}

.checkbox-inp:checked ~ .radio-label {
    color: #2a2a2a;
}

.checkbox-inp:checked ~ .checkbox-psevdo {
    -webkit-box-shadow: 0 2px 1rem rgba(22, 106, 172, 0.2);
    box-shadow: 0 2px 1rem rgba(22, 106, 172, 0.2);
}

.checkbox-inp:checked ~ .checkbox-psevdo-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.checkbox-inp:checked ~ .bg-label {
    opacity: 1 !important;
}

.checkbox-inp:checked ~ .bg-span {
    opacity: 1 !important;
}

.radio-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 2vh;
    margin-bottom: 3vh;
    width: 100%;
    font-weight: 500;
}

.radio-item {
    width: 45%;
    text-align: left;
}

.radio-label {
    color: #000000;
    font-size: 0.96vw;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    font-weight: 700;
}
@media(max-width: 767px) {
    .radio-label {
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        align-items: center;
        gap: 5px;
    }
}
.radio-label .small-text {
    display: block;
    color: #000000;
}

.radio-psevdo {
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.73);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.73);
    background-color: #f6f6f6;
    width: 1.4vw;
    height: 1.4vw;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-top: -0.15vw;
}
@media(max-width: 767px) {
    .radio-psevdo {
        width: 15px;
        height: 15px;
    }
}
.radio-psevdo-active {
    width: 0.56vw;
    height: 0.56vw;
    background-color: #eca91a;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media(max-width: 767px) {
    .radio-psevdo-active {
        width: 7px;
        height: 7px;
    }
}

.radio-block {
    width: 100%;
}

.radio-btn {
    display: none;
}

.radio-btn:checked ~ .radio-label {
    color: #2a2a2a;
}

.radio-btn:checked ~ label .radio-psevdo-active {
    opacity: 1;
}

.radio-btn:checked ~ label.final-label {
    border: 2px solid #96c3e6;
}

.radio-btn:checked ~ .label-test-img .bg-label {
    border: 5px solid #eca91a;
}

.bread a{
	color: #fff;
	font-weight: 600;
	opacity: 0.8;
}

.bread a:hover{
	color: #f3ae19;
	opacity: 1;
}
.bread span{
	color: #fff;
	opacity: 0.8;
}

.rg{
	background-color: #aeaeae !important;
}

.nav-header.active{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #17172a;
	z-index: 878;
	padding: 0.1vw 6vw;
}

.dark{
	color: #16162a;
}


.works-slider__wrap.apgr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.works-slider__item.apgr{
	display: inline-block;
	width: 21%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.rating-block{
	padding: 0 6vw;
	color: #16162a;
}

.blog-item__wrap > p , .blog-item__wrap > ul li, .blog-item__wrap > ol li {
	font-size: 18px !important;
	margin: 1rem 0;
	color: #000;
}
.blog-item__wrap ul, .blog-item__wrap ol{
	margin: 1rem 0;
}
.blog-item__wrap ul, .blog-item__wrap ol{
	list-style-type: disc;
    padding-left: 40px;
}
li.sub{

}
.blog-item__wrap > h2 {
	font-size: 25px !important;
	margin: 1.5rem 0;
}

.blog-item__wrap > h3{
	font-size: 20px !important;
	margin: 1.5rem 0;
}
.blog-item__wrap > h4{
	font-size: 16px !important;
	margin: 1.5rem 0;
}
.blog-item p a{
	color: #f3ae19;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	text-decoration: underline;
}
.blog-item p a:hover{
	color: #000;
}
.blog-item .post-ratings{
	color: #000;
}
.kc__title{
	color: #000;
	font-weight: 900;
}
.star__cont{
	padding-bottom: 3rem;
}
li.top{
	color: #f3ae19 !important;
}

li.top a{
	color: #f3ae19;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
li.top a:hover{
	color: #000;
}
li.sub{
	color: #f3ae19;
}
li.sub a{
	color: #f3ae19;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
li.sub a:hover{
	color: #000;
}
.kc__wrap{
	margin-bottom: 3rem;
}
.blog-item__wrap{
	background-color: #f3f3f3;
	padding: 3rem 2vw;
	border-radius: 1rem;
}
.blog-item{
	padding-top: 0;
}
.portfolio-item__cont, .portfolio__cont{
	background: #f3f3f3;
}

.arsf{
	position: absolute;
	z-index: 699;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 10rem;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}
.arsf.fancybox-button--arrow_right{
	right: 0;
}

.arsf.fancybox-button--arrow_left{
	left: 0;
}

.fancyBtnJs{
	position: absolute;
	bottom: 1rem;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}
.fancySocial{
	position: absolute;
	top: 1rem;
	left: 0;
	display: flex;
	justify-content: center;
	z-index: 700;
	width: 100%;
}

.socialssdas{
	position: fixed;
	z-index: 999999;
	left: 50%;
	transform: translateX(-50%);
	top: 5rem;
	display: none;
}
.socialssdas .fixed {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

}

.blog-item__wrap > h1,
.blog-item__wrap > h2,
.blog-item__wrap > h3,
.blog-item__wrap > h4,
.blog-item__wrap > h5,
.blog-item__wrap > h6 {
  color: #f3ae19;
  font-family: "Intro Black Alt", sans-serif;
  text-transform: uppercase;
}
.ex-block{
	padding: 3rem;
	border-radius: 1rem;
	background: #f3f3f3;
}
@media (max-width: 900px){
	.rating-block{
		padding: 0 1.5rem;
	}
	.blog-item__wrap{
		padding: 3rem 2rem;
	}
	.wp-block-image img{
		height: auto;
	}

	.blog-item figure{
		margin: 0;
	}
	li.top a{
		font-size: 1.4rem !important;
	}
}
@media (max-width: 767px) {
	.works-slider__item.apgr{
	display: inline-block;
	width: 47%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
}


/* кальк */
.calc {
  min-height: 100vh;
  padding-bottom: 3vw;
}

.calc__cont {
  padding-top: 3vw;
}

.calc__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 60%;
  position: relative;
  z-index: 14;
}

.calc__num:before {
  content: '';
  position: absolute;
  left: 5%;
  width: 90%;
  height: 1px;
  top: 1.7vw;
  background-color: #aeaeae;
  opacity: 0.4;
}
@media(max-width: 990px) {
    .calc__num:before {
        top:50%;
        transform: translateY(-50%);
    }
}
.calc__num-item {
  width: 7vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: auto;
}

.calc__num-item .text-md {
  margin-bottom: 0.3vw;
  white-space: nowrap;
  font-weight: 400;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.calc__num-item:hover .text-md,
.calc__num-item:hover .text-13,
.calc__num-item:hover .text {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.calc__num-item.active .calc__num__number {
  -webkit-box-shadow: 0 0 84px rgba(243, 174, 25, 0.41);
  box-shadow: 0 0 84px rgba(243, 174, 25, 0.41);
  background-color: #f3ae19;
  text-shadow: 1px 7px 35px rgba(22, 22, 42, 0.47);
  color: #ffffff;
}

.calc__num-item.active .text-md,
.calc__num-item.active .text-13 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  font-weight: 700;
}

.calc__num__number {
  width: 3vw;
  height: 3vw;
  -webkit-box-shadow: 0 0 34px rgba(243, 174, 25, 0.41);
  box-shadow: 0 0 34px rgba(243, 174, 25, 0.41);
  background-color: #16162a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  margin-bottom: 0.8vw;
  text-shadow: 1px 7px 35px rgba(22, 22, 42, 0.47);
  color: #f3ae19;
  font-family: "Intro Black Alt";
  font-size: 2vw;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.calc-first__vlock {
  padding: 2.5vw 6.6vw;
  width: 65%;
  margin: 0 auto;
  border-radius: 10px;
  color: #000000;
    position: relative;
}

.calc-first__item {
  margin-bottom: 0.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
    justify-content: space-between;
}

.calc-first__item .text-md-inps {
  width: 16vw;
}
@media(max-width: 767px) {
    .calc-first__item .text-md-inps {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 10px;
    }
}

.first-inp {
  text-align: center;
  /*margin: 0 0.7vw;*/
  font-size: 0.7vw;
  min-height: 2vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.7vw 1vw;
  border: 1px solid #9a9a9a;
}

.first-inp:hover,
.first-inp:focus {
  border: 2px solid #eca91a !important;
}

.first-inp.t1 {
  width: 15vw;
}

.stepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
}

.stepper__input {
  color: #000000;
  border: none;
  font-weight: 900;
  width: auto;
  width: 3.2vw;
  text-align: center;
  margin: 0.4rem;
  background-color: transparent;
  color: #eca91a;
  font-family: "Intro Black Alt";
}

.stepper__input:disabled {
  background-color: transparent;
}

.stepper__controls {
  -ms-flex-item-align: center;
  align-self: center;
}

.down-btn {
  background-color: transparent;
  border: none;
  border-right: 0.8rem solid #9699a9;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.down-btn:hover {
  border-right: 0.8rem solid #04a9f3;
}

.up-btn {
  background-color: transparent;
  border: none;
  border-left: 0.8rem solid #9699a9;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.up-btn:hover {
  border-left: 0.8rem solid #eca91a;
}

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

.calc-footer__btn,
.calc-first__btn {
  width: 18vw;
  margin: 2vw auto 0;
    padding: 1.5vw;
}
.calc-footer__btn, .calc-first__btn {
    gap: 10px;
}
@media(max-width: 767px) {
    .calc-footer__btn, .calc-first__btn {
        width: 100%;
        height: auto;
        padding: 10px;
    }
}
.calc-footer__btn img,
.calc-first__btn img {
    width: 2vw;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(223deg) brightness(101%) contrast(106%);
}
.calc-footer__btn {
    margin: 0;
}

.first-social {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 7vw;
  /*bottom: -8.6vw;*/
}

.first-social__item {
  width: 47%;
  text-align: center;
}

.first-social__item .text-13 {
  color: #919197;
}
@media(max-width: 767px) {
    .first-social__item .text-13 {
        font-size: 3vw;
        line-height: 1;
    }
}

.calc-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.7vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.calc-footer__social {
  width: 23vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calc-footer__btn-wrap {
  width: 18vw;
}

.final-itog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 5px solid #eca91a;
  background-color: #eeeeee;
  padding: 1vw 1.5vw;
  color: #16162a;
}

#summ {
  display: inline-block;
  margin-left: 1rem;
}

.container-big {
  max-width: 92vw;
  margin: 0 auto;
}
@media(max-width: 767px) {
    .container-big.final-bg {
        padding: 0 !important;
    }
}

.calc-conts {
  border-radius: 10px;
  padding: 2.5vw 3.5vw;
}

.calc-conts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calc-conts__left {
  width: 60%;
  height: 29.6vw;
  position: relative;
  overflow: hidden;
}

.calc-conts__right {
  width: 32%;
  color: #16162a;
}

.calc-conts__right .title-min {
  color: #f3ae19;
}

.calc-conts__right .subtitle {
  font-weight: 700;
}
@media(max-width: 767px) {
    .calc-conts__right .subtitle {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 17px;
    }
}
img.hide {
    opacity: 0;
}
.potol {
  position: absolute;
  left: 8%;
  top: 0;
  width: 92%;
}

.pol {
  position: absolute;
  left: 8%;
  bottom: 0;
  width: 92%;
}

.stena {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.door {
  position: absolute;
  left: 53%;
  bottom: 9%;
  width: 17%;
}

.window {
  position: absolute;
  left: 0;
  top: 3.5%;
  width: 22.2%;
}

.radiator {
  position: absolute;
  left: 0;
  bottom: 0.5%;
  width: 13.2%;
}

.calc-conts__right-wrap {
  height: 30vw;
  overflow: hidden;
  overflow-y: scroll;
}

.conts-item .label-test.clt {
  align-items: normal !important;
    display: block;
  margin: 0 0 0.7vw;
  width: 100%;
}
@media(max-width: 767px) {
    .conts-item .label-test.clt {
        margin: 0 0 15px;
    }
}

.calc-conts__right-wrap::-webkit-scrollbar-track,
.calc-conts__item.t5::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.08), inset 0 3px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.08), inset 0 3px 0 rgba(0, 0, 0, 0.09);
  border-radius: 12px;
  background-color: #f8f7f7;
}

.calc-conts__right-wrap::-webkit-scrollbar,
.calc-conts__item.t5::-webkit-scrollbar {
  width: 18px;
  background-color: #F5F5F5;
  border-radius: 12px;
}
@media(max-width: 767px) {
    .calc-conts__right-wrap::-webkit-scrollbar,
    .calc-conts__item.t5::-webkit-scrollbar {
        width: 5px;
    }
}

.calc-conts__right-wrap::-webkit-scrollbar-thumb,
.calc-conts__item.t5::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 8px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background-color: #f3b819;
  background-image: -webkit-gradient(linear, left top, right top, from(#f3b819), color-stop(49%, #f7c644), to(#ffdc7f));
  background-image: -webkit-linear-gradient(left, #f3b819 0%, #f7c644 49%, #ffdc7f 100%);
  background-image: linear-gradient(to right, #f3b819 0%, #f7c644 49%, #ffdc7f 100%);
}

.potol2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.pol2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.stena2 {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
}

.kitch {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 76.5%;
}

.potol3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 93%;
}

.pol3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.stena3 {
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 100%;
}

.san {
  position: absolute;
  right: 23%;
  bottom: 0;
  width: 66.6%;
}

.calc-conts__item.t5 {
  color: #16162a;
  display: block;
  height: 30vw;
  overflow: hidden;
  overflow-y: scroll;
}
.title-min {
    font-size: 2vw;
    font-weight: 600;
    line-height: 1.25;
    font-family: "Intro Black Alt", sans-serif;
    text-transform: uppercase;
}
@media(max-width: 767px) {
    .title-min {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}
.text {
    font-size: 0.96vw;
    font-weight: 400;
}
@media(max-width: 990px) {
    .text {
        font-size: 14px;
        line-height: 21px;
    }
}

.calc-conts__item .title-min {
  color: #f3ae19;
}

.dop-opt {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 1.2vw;
  border-radius: 10px;
  background-color: rgba(247, 245, 245, 0.8);
}

.dop-opt__header {
  padding: 0.7vw 1.5vw;
  background-color: #ffffff;
  border-radius: 10px;
}

.dop-opt__body {
  padding: 0.7vw 1.5vw;
  display: none;
}

.dop-opt__body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clt2 {
  width: 100% !important;
  -webkit-box-align: normal !important;
  -ms-flex-align: normal !important;
  align-items: normal !important;
  margin: 0 !important;
}

.calc-conts__item-final {
  padding: 2.5vw;
  padding-right: 7vw;
  width: 35vw;
  border-radius: 10px;
  margin-bottom: 7vw;
}
@media(max-width: 990px) {
    .calc-conts__item-final {
        width: 100%;
        padding: 20px;
        margin-bottom: 30px;
    }
}

.final-bg {
  background: transparent !important;
}

.calc-conts__item.final {
  position: relative;
}
@media(max-width: 990px) {
    .calc-conts__item.final {
        flex-direction: column;
    }
}
.final__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}
.mg-bm {
    margin-bottom: 0.7vw;
}
@media(max-width: 767px) {
    .mg-bm {
        margin-bottom: 10px;
    }
}
.text-items {
  width: 13vw;
  margin-right: 1vw;
  font-weight: 900;
}

.final-texts {
  padding: 0.7vw;
  border-radius: 19px;
  background-color: #f3ae19;
  font-weight: 600;
  min-width: 9vw;
  text-align: center;
}

.darks, .darks span,  .darks span a{
  color: #000 !important;
}

.list-calc li:before {
    top: 50%;
    transform: translateY(-50%);
}

.finals-form {
  background-color: #fff;
  top: 3vw !important;
  right: 20vw !important;
}

.final-works {
  width: 16vw;
}

.text-md .tg {
  color: #f3ae19;
}

.final-works__sl-wrap {
  position: relative;
}

.final-works__sl-wrap .arrow.left {
  left: -2rem;
}

.final-works__sl-wrap .arrow.right {
  right: -2rem;
}

@media (max-width: 970px) {
  .calc__num {
    width: 55%;
  }

  .calc__num-item .text-13 {
    display: none;
  }

  .calc__num__number {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.5rem;
    padding: 0.4rem;
  }

  .calc-first__vlock {
    width: 70%;
    padding: 3rem;
  }

  .calc-first__item .text-md-inps {
    width: 100%;
  }

  .first-inp.t1 {
    width: 47%;
  }

  .first-inp {
    font-size: 1.3rem;
    padding: 1rem;
  }

  .calc-first__item {
    margin-bottom: 1rem;
  }

  .stepper__input {
    width: 3.5rem;
    font-size: 1.5rem !important;
      margin-bottom: 10px !important;
  }

  .first-social {
    display: none;
  }

  .calc {
    padding-bottom: 4rem;
  }

  .calc-conts {
    padding: 2.5rem;
  }

  .calc-footer__btn-wrap {
    width: fit-content;
  }

  .calc-conts__right {
    width: 36%;
  }

  .calc-footer {
    flex-direction: column;
      align-items: flex-end;
    gap: 2rem;
    margin-top: 30px;
  }

  .calc-footer__social {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .calc-footer__social .contacts__social-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .calc-footer__social .first-social__item {
    width: auto;
  }

  .dop-opt__header {
    padding: 0.6rem 1.9rem;
  }

  .dop-opt {
    width: 75%;
      background-color: transparent;
  }

  .calc-conts__item.t5 {
    height: 40vw;
  }

  .final-works {
    display: none;
  }

  .finals-form {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    -ms-flex-item-align: start;
    align-self: flex-start;
      border-radius: 10px;
  }

  .text-items {
    width: 50%;
  }

  .final-texts {
    padding: 0.8rem;
    width: 47%;
  }

  .list-calc li {
    display: block !important;
  }

  .final-itog {
    padding: 1rem 1.5rem;
      max-width: 100%;
      width: 100%;
  }
}
.md-main-color-btn:hover {
    padding: 10px;
}

@media (max-width: 767px) {
    .calc-footer__btn-wrap {
        width: 100%;
    }
    .calc-footer__social {
        flex-direction: column;
        gap: 1.5rem;
    }
    .calc-first__btn {
        width: 100%;
        height: auto;
    }
    .calc-footer__btn img, .calc-first__btn img {
        width: 20px;
        height: 20px;
    }
    .md-main-color-btn span {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0;
    }
    .md-main-color-btn:hover,
    .md-main-color-btn {
        padding: 15px 20px;
    }
    .calc-conts {
        padding: 20px;
    }
  .calc__num {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .calc .header__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1.2rem;
  }

  .calc-first__vlock {
      padding: 2rem;
    width: 100%;
  }

  .calc-conts__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .calc-conts__left {
      width: 28rem;
      margin-bottom: 2rem;
      height: 18rem;
  }

  .calc-conts__right {
    width: 100%;
    height: 20rem;
  }

  .calc-conts__item-final {
    width: 100%;
  }

  .calc-conts__right-wrap {
    height: 20rem;
  }
}

@media (max-width: 567px) {
    .calc-conts__left {
        width: 22rem;
        height: 14rem;
    }
  .final__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-items {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
    text-align: center;
  }

  .final-texts {
    width: 16rem;
  }

  .calc-first__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .calc-first__item .text-md-inps {
    text-align: center;
  }

  .first-inp.t1 {
    width: 100%;
  }

  .calc-conts__left {
    width: 22rem;
    height: 14rem;
  }

  .dop-opt {
    width: 100%;
  }

  .calc-conts__item.t5 {
    height: 25rem;
  }

  .dop-opt {
    margin-bottom: 1.5rem;
  }
}
@media(max-width: 380px) {
    .calc-conts__left {
        width: 16rem;
        height: 10rem;
    }
}
.label-eror {
  /*top: 50%;*/
  /*left: 50%;*/
  /*-webkit-transform: translateX(-50%);*/
  /*-ms-transform: translateX(-50%);*/
  /*transform: translateX(-50%);*/
  padding: 1rem;
  border-radius: 10px;
  border: 3px solid #ec0000;
  color: #ec0000;
  text-align: center;
  background-color: #fff;
  display: none;
}

@media(min-width: 768px) {
    .label-eror {
         width: calc(100% - 18vw - 20px);
         max-width: 40%;
        position: absolute;
        bottom: 2.5vw !important;
        right: 6.6vw !important;
        top: auto !important;
    }
}

@media (max-width: 1922px) and (min-width: 1720px) {
  .calc-conts__item-final {
    transform: translateX(-3vw);
  }

  .calc-conts__left {
    width: 91rem;
    -webkit-transform: translateX(-3rem);
    -ms-transform: translateX(-3rem);
    transform: translateX(-3rem);
  }
}

.first-social__item .contacts__social-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.has-childs-a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  border-radius: 1rem;
}

.price__content-item-bot a {
  color: #f3ae19;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: underline;
}

.price__content-item-bot a:hover {
  color: #000;
}




/* ------------------- Новые стили для новых шаблонов ---------------- */

/* Новые стили для шаблона стили */
.stili_blocks .works-slider__item {
border-radius: 0px;
}

.stili_blocks .pi__item-text {
position:absolute;
top:0px;
left:0px;
width:100%;
background-color: rgba(0,0,0, .7);
padding:1vw;
}
.stili_blocks .pi__item-text .text-13{
  color:#fff;
}

/* Новые стили для шаблона стиль */
.gallery_four_in_line_item{
  width:28.5%;
  height:auto;
  border-radius: 0px;
}
@media (max-width: 768px){
  .gallery_four_in_line_item{
    width:41.5%;
  }
}

@media (max-width: 480px){
  .gallery_four_in_line_item{
    width:100%;
  }
}


.pll-parent-menu-item,
.menu-item-2568 {
    display:none !important;
}

.main__info-item.slick-slide .subtitle {
  font-size:0.9vw;
  text-transform:none;
}

@media (max-width: 567px) {
	.main__info-item.slick-slide .subtitle {
	  font-size:1rem;
	}
}

.price__content .price__content-item-bot h1,
.price__content .price__content-item-bot h2,
.price__content .price__content-item-bot h3 {
  margin: 1vw 0px !important;
}

.price__content p,
.design-price__info.text p {
  margin: 0.6vw 0 !important;
  line-height:1.3;
}

.design-price__info.text ul {
    list-style-type: square;
    margin-left:20px;
}
.design-price__info.text ul li {
    padding:3px;
}

time.post-date{
  font-size:10px !important;
}

.post-tags {
      padding: 10px 0px !important;
      font-size:14px !important;
      font-weight: 600 !important;
      color:#353535 !important;
}

.post-views {
margin-top: 25px !important;
color: #353535 !important;
font-size: 14px !important;
}

.item-comments {
margin-top: 15px !important;
color: #353535 !important;
font-size: 14px !important;
}

.blog-item .blog-item__wrap table td{
    font-size: 14px;
    color: #353535;
}

.block_links_wrap{
	column-gap: 2%;
	margin: 2rem 15%;
}

.block_links_url a{
	color: #fff;
}

.block_links_div{
	border-bottom:15px solid rgba(0,0,0,0);
	position: relative;
	width: 100%;
	min-height: 23vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block_links_bg{
	background-position: center;
	position:absolute;
	background-color: #afafaf;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	filter: brightness(0.3);
	transition: .5s;
}

.block_links_bg:hover{
	filter: brightness(.8);
}

.block_links_text{
	height: 100%;
	z-index: 1;
	margin:20px;
	font-size:1.5rem;
	border-bottom: 3px solid #f3ae1a;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

@media (max-width: 850px){
	.block_links_text{
		margin:10px;
		font-size:1.3rem;
	}

	.block_links_wrap{
		margin: 2rem 5%;
	}
}

@media (max-width: 600px){
	.block_links_text{
		margin:5px;
		font-size:1.2rem;
	}

	.block_links_wrap{
		margin: 2rem 0;
	}
}

@media (max-width: 970px){
.nav-bot {
    display: block;
    padding: 0;
    column-width: 48%;
    column-count: 2;
    column-gap: 4%;
    text-align: center;
}
}

.size-full{
    width: 100%;
    height: auto;
}

.is-hide{
    opacity: 0;
    visibility: hidden;
}

.stages-work__list,
.advas .subtitle,
.advas .advas__block,
.test-item,
.title,
.key__text,
.list-ul{
    transition: opacity .2s, visibility .2s;
}
.text-13 {
    font-size: 1vw;
}
.title  {
    font-weight: 700;
    font-size: 3.5vw;
    line-height: 3.166667vw;
    letter-spacing: 0.04em;
    margin-bottom: 1.0416666667vw;
}
@media(max-width: 767px) {
    .title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}
.title span {
    color: var(--main-color);
}
.center {
    text-align: center;
}
.subtitle {
    font-weight: 500;
    font-size: 1.5625vw;
    line-height: 2.34375vw;
    letter-spacing: 0.04em;
    margin-bottom: .9vw;
}
@media(max-width: 767px) {
    .subtitle {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .finals-form .subtitle {
        font-size: 22px;
        font-weight: 700;
    }
}
.final-itog .subtitle {
    font-weight: 500;
    font-size: 2vw;
    line-height: 2.34375vw;
    letter-spacing: 0;
    margin-bottom: 0;
}
@media(max-width: 767px) {
    .final-itog .subtitle {
        font-size: 18px;
        line-height: 1;
    }
}
.input {
    border: 2px solid #a6a6a6;
    min-height: 3.4vw;
    padding: 0.7vw 2vw;
    font-size: 1vw;
    width: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 400;
    border-radius: var(--brad-regular);
}
@media(max-width: 767px) {
    .input {
        min-height: 40px;
        font-size: 14px;
        line-height: 21px;
    }
}
.text-md {
    font-size: 1vw;
}
@media(max-width: 990px) {
    .text-md {
        font-size: 16px;
        line-height: 1;
    }
    .calc-conts__item-final .text-md.texts-1 {
        font-size: 16px;
        line-height: 24px;
        padding: 5px;
    }
    .calc-conts__item-final .text-md {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}
.footer__social {
    padding-top: 2vw;
}
.footer__social > div {
    justify-content: center;
}
.header__social-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
@media(max-width: 767px) {
    .header__social-block {
        flex-direction: column;
        gap: 15px;
    }
}

.header__social-block.bottom {
    margin-top: 1rem;
}

.header__social-block .small-text {
    color: #fff;
}

.header__social-block label {
    cursor: pointer;
    margin: 0 0.3vw;
}

.header__social-block label.vi {
    background-color: rgba(140, 96, 195, 0.6);
}

.header__social-block label.tg {
    background-color: rgba(36, 152, 209, 0.6);
}

.header__social-block label.wa {
    background-color: rgba(49, 183, 65, 0.6);
}

.inp-radio:checked + label.vi {
    background-color: #8c60c3;
    -webkit-box-shadow: 0 0 0 4px rgba(140, 96, 195, 0.31);
    box-shadow: 0 0 0 4px rgba(140, 96, 195, 0.31);
}

.inp-radio:checked + label.tg {
    background-color: #2498d1;
    -webkit-box-shadow: 0 0 0 4px rgba(36, 152, 209, 0.31);
    box-shadow: 0 0 0 4px rgba(36, 152, 209, 0.31);
}

.inp-radio:checked + label.wa {
    background-color: #31b741;
    -webkit-box-shadow: 0 0 0 4px rgba(49, 183, 65, 0.31);
    box-shadow: 0 0 0 4px rgba(49, 183, 65, 0.31);
}
.header__social-block label {
    cursor: pointer;
    margin: 0 0.3vw;
}
@media (min-width: 1720px) and (max-width: 1922px) {
    .header__social-item {
        padding: 1.2rem 0.8rem;
    }
}

.header__social-item {
    padding: 0.8vw 0.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 25px;
    min-width: 6.5vw;
    margin: 0 0.7vw;
}
@media(max-width: 767px) {
    .header__social-item {
        padding: 10px;
    }
}
.header__social-item.vi {
    background-color: rgba(140, 96, 195, 0.27);
}

.header__social-item.vi:hover {
    background-color: #8c60c3;
}

.header__social-item.tg {
    background-color: rgba(36, 152, 209, 0.27);
}

.header__social-item.tg:hover {
    background-color: #2498d1;
}

.header__social-item.inst {
    background-color: rgba(247, 22, 148, .27);
}

.header__social-item.inst:hover {
    background-color: rgb(247, 22, 148);
}

.header__social-item.utube {
    background-color: rgba(255, 0, 0, 0.27);
}

.header__social-item.utube:hover {
    background-color: #FF0000;
}
.header__social-block .inp-radio {
    display: none;
}
.header__social-img img{
    width: 20px;
    height: 20px;
}
.soc-text {
    color: #fff;
    margin-left: 10px;
}
.mg-b {
    margin-bottom: 1.2vw;
}
@media(max-width: 767px) {
    .mg-b {
        margin-bottom: 15px;
    }
}
.btn-dogovor:hover,
.btn-dogovor {
    width: 100%;
    margin-top: 1.2vw;
    padding: 1vw;
    height: auto;
    justify-content: center;
    color: #fff;
}
@media(max-width: 767px) {
    .btn-dogovor:hover,
    .btn-dogovor {
        font-size: 14px;
        line-height: 21px;
        padding: 15px;
    }
}

.text-13 {
    font-size: 13px;
}
.c-gray {
    color: #5f5f5f;
}
.cform .contacts__form .subtitle{
    font-weight: 700;
    font-size: 1.2vw;
    line-height: 2vw;
    margin-bottom: 1vw;
}
.contacts__form {
    border: 10px solid #f3ae19;
    background-color: #fff;
    width: 26vw;
    position: absolute;
    top: 3vw;
    right: 21vw;
    padding: 3vw 2vw;
}
@media(max-width: 990px) {
    .contacts__form {
        width: 100%;
        padding: 10px;
        border: 5px solid #f3ae19;
    }
}
.calc-conts__item-final .list-ul li {
    display: block;
}
.works-slider__item {
    position: relative;
    overflow: hidden;
    box-shadow: 1px 6px 14px rgba(22, 22, 42, 0.14);
    border-radius: 10px;
    background-color: #ffffff;
    width: 21%;
    margin: 1vw 0.6vw;
    height: 330px;
}
@media(max-width: 1200px) {
    .works-slider__item {
        height: 200px;
    }
}
.works-slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 250px;
}
@media(max-width: 1200px) {
    .works-slider__item img {
        max-height: 150px;
    }
}
.works-slider__item-info {
    padding: 1vw 0.8vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #16162a;
}

.arrow {
    cursor: pointer;
    width: 22px;
    height: 39px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    -o-transition: transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s;
    z-index: 22;
}

.arrow.right {
    right: -6rem;
}

.arrow.left {
    left: -6rem;
    -webkit-transform: translateX(0) translateY(-50%) rotate(180deg);
    -ms-transform: translateX(0) translateY(-50%) rotate(180deg);
    transform: translateX(0) translateY(-50%) rotate(180deg);
}

.arrow.left:active {
    -webkit-transform: translateY(-50%) rotate(180deg) scale(0.9);
    -ms-transform: translateY(-50%) rotate(180deg) scale(0.9);
    transform: translateY(-50%) rotate(180deg) scale(0.9);
}

.arrow.sm {
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.arrow.rh {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    top: -0.2vw;
}

.arrow.lf {
    -webkit-transform: translate(0, 0) rotate(180deg) !important;
    -ms-transform: translate(0, 0) rotate(180deg) !important;
    transform: translate(0, 0) rotate(180deg) !important;
}

.arrow-top,
.arrow-bottom {
    background-color: #a6a6a6;
    height: 4px;
    left: -5px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.arrow-top:after,
.arrow-bottom:after {
    background-color: #f3b119;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.arrow-top {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.arrow-top:after {
    left: 100%;
    right: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.arrow-bottom {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.arrow-bottom:after {
    left: 0;
    right: 100%;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.arrow:hover .arrow-top:after {
    left: 0;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.arrow:hover .arrow-bottom:after {
    right: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.arrow:active {
    -webkit-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
}
.calc-header {
    display: flex;
    justify-content: space-between;
}
@media(max-width: 990px) {
    .list-ul li:before {
        min-width: 10px;
        height: 10px;
        margin: 0 10px -5px 0;
    }
}
@media(max-width: 767px) {
    .calc-page {
        padding: 0;
    }
    .calc-page .header {
        position: static;
        height: auto;
        margin: 0 auto;
    }
    .header__top .calc-header {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .calc__num {
        grid-column: 1/-1;
    }
    .calc-page .header__contacts a {
        font-size: 2vw;
        line-height: 1.5;
    }
    .calc-page .header__contacts {
        align-items: flex-end;
        width: 100%;
        margin-bottom: 15px;
    }

    .calc-header .header__contacts .call-back {
        font-size: 1.8vw;
    }
    .header__logo {
        margin-bottom: 15px;
    }
    .header__logo a img {
        width: 10.5vw;
        height: 5.625vw
    }
    .dop-opt__header {
        padding: 10px;
        margin-right: 20px;
    }
}
@media(max-width: 575px) {
    .calc-page .header__contacts a {
        font-size: 2.5vw;
    }
    .calc-header .header__contacts .call-back {
        font-size: 2vw;
    }
    .footer__social > div a {
        min-width: 8.8125vw;
        height: 8.8125vw;
        margin: 0 1.5vw;
    }
}
html {
    margin: 0 !important;
}
.calc__cont.wrapper {
    position: relative;
}

.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s;
    pointer-events: none;
}
.load-wait .loading {
    opacity: 1;
    z-index: 9999;
    pointer-events: all;
}
.loading img {
    width: 10vw;
    height: 10vw;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}