html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

:root {
    font-size: 0.31vw;
}

::-webkit-scrollbar {
  width: 1.6rem;
}

::-webkit-scrollbar-thumb {
  border-radius: 03px;
  background-color: var(--color-light);
}
::-webkit-scrollbar-track {
  background-color: var(--color-basic-black);
}

body {
    background-color: var(--color-basic-black);
    line-height: 1;
    font-family: Manrope;
    font-weight: 600;
    --color-basic: #101010;
    --color-white: #fff;
    --color-light: #808080;
    --color-purple: #FB5B5B;
    --color-dark-purple: #7838d9;
    --color-orange: #FB5B5B;
    --color-basic-black: #000000;
    --color-gray: #131313;
    --color-light-gray: #222222;
    --color-gray-white: #333333;
    --color-dark-white: #202020;
    --color-gray-v3:#2B2B2B;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

object {
    outline: none;
    display: block;
    overflow: hidden;
}
textarea {
    overflow: auto;
}
iframe {
    border: 0;
}

sup,
sub {
    line-height: 0;
    font-size: 0.75em;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

.section-landing {
    padding: 2.5rem 0;
}

.header {
    padding: 100rem 0;
}

.two-blocks {
    padding-top: 4rem;
    position: relative;
}

.two-blocks.calculator {
    padding-top: 8rem;
}

#calculator{
	position: absolute;
	top: 8rem;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

#calculator-popup{
	position: absolute;
	top: 72rem;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

.container {
    padding: 0 4rem;
}
.container-min {
    padding: 0 1rem;
}

.section-calculator {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28rem 0 28rem 0;
}

.section-whats-up-message {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24rem 0 26rem 0;
}

.calculator-text {
    font-size: 4.375rem;
    margin-top: 4rem;
    color: var(--color-white);
}

.item.calculate{position: relative;}

.item.calculate:hover .calculate-btn{
    background-color: var(--color-purple);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.item.calculate:hover .calculate-btn.whatsapp{
    background-color: #60b37f;
}

.item.calculate:hover .calculator-text{
    opacity: 0.5;
}

.calculate-btn {
    background-color: var(--color-gray);
    border-radius: 33%;
    width: 31rem;
    height: 31rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.popup-slide .calculate-btn{
    background-color: transparent;
    border: solid 1px var(--color-dark-white);
}

.popup-slide .section-calculator{
    padding: 24rem 0 24rem 0;
}

.calculate-btn:hover{

}

.chose-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 25rem;
}

.link-icon.chose {
    background-color: var(--color-light-gray);
}

.link-icon.plus {
    background-color: var(--color-light-gray);
}

.link-icon.order {
    background-color: var(--color-light-gray);
    border: 1px solid var(--color-light);
}

.link-icon {
    fill: var(--color-white);
    width: 6rem;
    height: 6rem;
    display: flex;
    background-color: var(--color-orange);
    padding: 6rem;
    border-radius: 6rem;
    align-items: center;
}

.link-icon svg {
    width: 8rem;
    height: 8rem;
    fill: var(--color-white);
}

.plus-icon {
    fill: var(--color-white);
    width: 12rem;
    height: 12rem;
    display: flex;
}

.plus-icon svg {
    width: inherit;
    height: inherit;
    fill: var(--color-white);
}

.chose-btn-text {
    margin-left: 4rem;
}

.plus-icon.chose {
    fill: var(--color-white);
    width: 8rem;
    height: 8rem;
    display: flex;
    background-color: var(--color-light-gray);
    padding: 6rem;
    border-radius: 6rem;
}

.section-about {
    margin-top: 4rem;
}

.header-flex {
    display: flex;
    margin-left: 4rem;
}

.menu-bt {
    border: solid 1px var(--color-border);
    width: 3.94rem;
    height: 3.94rem;
    border-radius: 1.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    z-index: 999;
    position: fixed;
}

.menu-bt:hover {
    background: var(--color-basic);
    border-color: transparent;
    border-radius: 100%;
}

.menu-bt:hover .one,
.menu-bt:hover .two {
    background: var(--color-white);
}

.menu-bt .one {
    width: 2.5rem;
    height: 0.25rem;
    background-color: var(--color-basic);
    display: flex;
}

.menu-bt .two {
    width: 2.5rem;
    height: 0.25rem;
    background-color: var(--color-basic);
    display: flex;
    margin-top: 0.5rem;
}

.decor {
    height: 4rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.decor svg {
    width: 1rem;
    height: 1rem;
}

.bt-social {
    height: 2rem;
    width: 2rem;
    border: solid 1px var(--color-basic);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bt-social svg {
    width: 1rem;
    height: 1rem;
}

.logo {
    /*font-family: "Despair Display";
	text-transform: uppercase;
	font-size: 1.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid var(--color-basic);*/
    width: 3.94rem;
    height: 3.94rem;
    color: var(--color-white);
    border-radius: 1.375rem;
    display: flex;
    justify-content: center;
    background-color: var(--color-light);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    border: 1px solid transparent;
}

.logo-landing {
    background-color: var(--color-basic);
    margin-bottom: 2rem;
}

.background-image: {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-basic);
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: var(--color-light-gray);
}

.logo-text {
    font-size: 1.3rem;
    margin-left: 1rem;
    margin-top: 0.2rem;
    letter-spacing: -0.04rem;
}

.logo-description {
    color: var(--color-dark-gray);
    margin-left: 2rem;
    margin-top: 0.4rem;
}

.header-right {
    display: inline-flex;
    flex: 1;
    justify-content: flex-end;
}

.btn {
    margin-left: 0.5rem;
    border: solid 1px var(--color-border);
    border-radius: 0.5rem;
    height: 1.9rem;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
    position: relative;
}

.btn:hover {
    background: var(--color-light-gray);
    border-color: transparent;
}

.page-content {
    margin-top: -0.9rem;
}

.page-title {
    font-size: 5.28rem;
    letter-spacing: -0.3rem;
    font-weight: 700;
    line-height: 100%;
    padding-bottom: 2rem;
    position: relative;
    display: flex;
    max-width: 80%;
}

.arrow-container {
    width: 10%;
    position: relative;
}

.slide-buttons {
    display: flex;
    position: absolute;
    bottom: 2rem;
    justify-content: right;
    right: 0;
}

.page-title.services {
    padding-bottom: 1rem;
}

.arrow {
    height: 3rem;
    width: 3rem;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-left: 0.5rem;
    border: solid 1px var(--color-basic);
    border-radius: 0.5rem;
}

.arrow svg {
    width: inherit;
    height: inherit;
}

.next-slide {
    height: 2rem;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-span {
    display: flex;
    align-items: center;
}

.title-extra {
    font-size: 2rem;
    text-align: center;
    border: solid 1px var(--color-border);
    border-radius: 1.75rem;
    height: 3.64rem;
    width: auto;
    display: inline-flex;
    align-items: center;
    padding: 0rem 1.5rem 0.28rem 1.5rem;
    margin-left: 1rem;
    letter-spacing: -0.1rem;
    position: relative;
    margin-top: 0.64rem;
}

.title-extra:hover {
    background: var(--color-orange);
    color: var(--color-white);
    border-color: transparent;
}

.row_items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    gap: 4rem;
}

.row_one .row__col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    overflow: hidden;
}

#calculator.row__col{
    overflow: visible;
}

.row_two .row__col {
    /* overflow: hidden; */
    width: calc(100% / 2);
}

.no-overflow.row_two .row__col{
    overflow: visible;
}

.row__col.slides{
    overflow: hidden;
    border-radius: 6rem;
}

.row_three .row__col {
    -ms-flex: 0 0 39.5%;
    flex: 0 0 39.5%;
    position: relative;
    width: 100%;
}

.row_three_slider {
    overflow: hidden;
    flex-wrap: initial;
}

.container-slider {
    overflow: hidden;
}

.row_three.row_three_slider .row__col {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.row_three .item {
    position: relative;
    height: 24.44532rem;
    border-radius: 2rem;
}

.row_three .item.item-slide {
    background-color: var(--color-light);
    height: 19rem;
    padding: 2rem;
    font-size: 2rem;
    letter-spacing: -0.05rem;
}

.item-slide .rewiew-flex {
    display: flex;
    width: 100%;
}

.rewiew-flex .name {
    display: flex;
    font-size: 0.8438rem;
    letter-spacing: 0;
    color: var(--color-basic);
    margin-left: 0.5rem;
}

.item-slide .avatar {
    width: 4rem;
    height: 4rem;
    background: no-repeat;
    border-radius: 10rem;
    background-position: center;
    background-size: cover;
}

.item-slide .figure {
    padding-bottom: 1rem;
}

.item-slide .text {
    width: 90%;
    padding: 1rem 0;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 125%;
    /* letter-spacing: 0; */
}

.item-slide .bottom-bt {
    position: absolute;
    bottom: 2rem;
    width: 100%;
    left: 0;
    right: 0;
}

.item-slide .bottom-bt .bottom-bt-content {
    padding: 0 2rem;
}

.item-slide .bottom-bt .bottom-bt-content .bt-slide {
    border: solid 1px var(--color-basic);
    text-align: center;
    justify-content: center;
    display: flex;
    height: 3rem;
    align-items: center;
    font-size: 0.8438rem;
    letter-spacing: 0;
    border-radius: 0.75rem;
}

.bt-slide:hover {
    background: var(--color-basic);
    border-color: transparent;
    color: var(--color-white);
}

.gallery-background {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
}

.content {
    height: 100%;
    display: flex;
    color: var(--color-light);
}

.content .top {
    height: 100%;
    display: flex;
    width: 100%;
}

.content .bottom {
    /* background-color: var(--color-light-gray); */
    /* border-radius: 0 0 8rem 8rem; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.title-text {
    margin-bottom: 8rem;
}

.agree-text{
	font-size: 50%;
	line-height: 125%;
}

.order-final-container{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.order-final-content{
	text-align: center;
	line-height: 125%;
}

.order-final-text{
	color: var(--color-white);
}

.order-final-text.status{
	color: var(--color-light);
	margin-top: 4rem;
}

.order-number-container{
	position: absolute;
	bottom: 8rem;
	left: 8rem;
}

.order-number{
	font-size: 16.0625rem;
	background-color: var(--color-light-gray);
	border-radius: 6rem;
	padding: 3rem 2rem;
	letter-spacing: -0.4rem;
}

.price-item {
    margin-bottom: 8rem;
}

.price-item.last {
    margin-bottom: 0rem;
}

.cost {
    color: var(--color-white);
    margin-bottom: 2rem;
}

.select-absolute{
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    outline: none;
    border: none;
    color: var(--color-white);
    text-align: center;
    background: transparent;
    appearance: none;
    font-size: 100%;
    cursor: pointer;
    font-family: inherit;
}

.select-absolute.min{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden !important;
    font-size: inherit;
    padding: 0 15rem;
}

.select-absolute option{
    background: var(--color-gray);
}


.select-options {
    width: 90%;
}

.select-item {
    text-align: center;
    position: relative;
    background-color: var(--color-light-gray);
    margin-bottom: 2rem;
    border-radius: 4rem;
    height: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: inherit;
}

.select-item .name {
    font-size: 2.875rem;
    position: absolute;
    top: 2rem;
    left: 3rem;
    font-size: 2.875rem;
    color: #AFAFAF;
}
.hint {
    font-size: 2.25rem;
    background-color: var(--color-gray);
    width: 4rem;
    height: 4rem;
    border-radius: 100px;
    position: absolute;
    top: 2rem;
    right: 3rem;
    z-index: 10;
}



.gallery-item .hint {
    font-size: 2.25rem;
    background-color: var(--color-light-gray);
    width: 4rem;
    height: 4rem;
    border-radius: 100px;
    position: absolute;
    bottom: inherit;
    right: -4.5rem;
    margin-top: -1.5rem;
}

.form-two {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin-right: -1rem;
	margin-left: -1rem;
}

.form-two .form-col {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	position: relative
}

.form-item {
	background-color: var(--color-light-gray);
	border-radius: 4rem;
	position: relative;
	margin-bottom: 2rem;
	height: auto;
	min-height: 19rem;
	overflow: hidden;
	color: var(--color-white);
}

.form-item.file-input{
	cursor: pointer;
	overflow: visible;
}

.form-two .form-item {
	margin-right: 1rem;
	margin-left: 1rem;
}

.form-item .name-input {
	padding: 2rem 3rem 2rem 3rem;
	position: relative;
	font-size: 2.875rem;
	color: rgb(255 255 255 / 64%);
}

.form-item.height {
    min-height: 32.75rem;
    vertical-align: top;
}

.form-item.height textarea {
	top: 8rem;
	text-align: left
}


.field-name {
	padding-bottom: 1rem;
	display: flex;
	align-items: center
}

.field-content {
	width: 100%
}

.form-item.file-input input[type="file" i]::-webkit-file-upload-button{
	background: transparent;
	border: none;
	outline: none;
	position: relative;
	margin-top: 15rem;
	font-size: 0;
	padding: 0;
	box-shadow: none;
}

.form-item input,
.form-item textarea {
	font-size: 4.375rem;
	border: 0 !important;
	color: inherit;
	background-color: transparent !important;
	border-radius: 1rem;
	text-align: left;
	justify-content: center;
	display: flex;
	font-family: inherit;
	position: absolute;
	width: -webkit-fill-available;
	height: 100%;
	top: 0;
	margin: 0;
	padding: 2rem 3rem;
	font-weight: inherit;
	border-radius: 4rem;
	color: inherit;
	outline: none !important;
}

.form-item input[type="file" i]{
	cursor: pointer;
}

.form-item input::-webkit-input-placeholder{
	color: var(--color-light);
	font-size: inherit;
}

.field-item input:-webkit-autofill{
	box-shadow: inset 0 0 0 1000px #222;
	-webkit-text-fill-color: #fff;
	-webkit-border-radius: inherit;
	background-image: none !important;
	background-color: transparent !important;
	outline: none transparent !important;
	border: none transparent !important;
}

.switch-content {
    display: inline-flex;
    align-items: center;
    margin-bottom: 9rem;
    cursor: pointer;
}

.switch {
    width: 6rem;
    height: 4rem;
    background-color: var(--color-light-gray);
    border-radius: 100px;
    margin-left: 3rem;
}

.switch.active{
	background-color: var(--color-dark-white);
}

.switch.active .switch-item{
	margin-left: 2rem;
	background-color: var(--color-purple);
}

.switch-item {
    width: 4rem;
    height: 4rem;
    background-color: #404040;
    border-radius: 200px;
}

.switch-content .name {
    margin-left: 2rem;
    font-size: 2.875rem;
}

.hint .hint-content {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    color: var(--color-light);
    transition: 0.2s all ease-in-out;
}

.chose.active {
    color: var(--color-white);
}

.item-order .left-col {
    width: 50%;
    padding: 8rem;
}

.item-order-container {
    padding: 8rem;
}

.fade{
	animation: fade;
    animation-duration: 0.3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: inherit;	
}

.item-order .right-col {
    width: 50%;
    padding: 8rem;
    border-left: solid 1px var(--color-dark-white);
}

.item.about {
    background-color: var(--color-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6rem;
    height: 60rem;
    position: relative;
    outline: solid 1px;
    transition: all 0.2s ease-in-out;
}

.item.about:hover{
    outline-color: var(--color-light-gray);
    background: transparent;
}

.item.about:hover .about-btn{

}

.swiper-blocks{
    padding: 0 4rem !important;
}

.swiper-slide.item-width{
    width: 124rem !important;
    margin: 1px 4rem 1px 0;
}

.swiper-slide.item-width:last-child{
    margin: 1px 0rem 1px 0;
}

.about-title {
    color: var(--color-white);
    font-size: 6rem;
    margin-top: -5rem;
}

.about-btn {
    background-color: var(--color-light-gray);
    border-radius: 3rem;
    font-size: 4.375rem;
    color: var(--color-light);
    position: absolute;
    bottom: 4rem;
    left: 8rem;
}

.btn-text {
    padding: 3rem 4rem;
}

.row_two .item,
.row_three .item {
    /* margin: 0 4rem; */
}

.item.chose-description {
    color: var(--color-light);
    font-size: 4.375rem;
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    margin-left: 8rem;
}

.question-link {
    background-color: var(--color-light-gray);
    border-radius: 100px;
    padding: 1rem 2rem;
    margin-left: 2rem;
    color: var(--color-light);
    transition: 0.2s all ease-in-out;
}

.question-link.gl {
    font-size: 2.25rem;
    margin: 0;
    padding: 2rem 1.5rem;
}

.gallery-description {
    font-size: 4.375rem;
    color: var(--color-white);
    padding: 3rem 3rem;
    background-color: var(--color-basic);
    border-radius: 4rem;
}

.item.chose-btn-content {
    background-color: var(--color-gray);
    border-radius: 6rem;
    color: var(--color-white);
    font-size: 8.75rem;
    border: solid 1px;
    border-color: var(--color-gray);
    position: relative;
    /* letter-spacing: -0.04rem; */
    font-size: 6rem;
}

.item.chose-btn-content:hover{
    border-color: var(--color-light-gray);
    background: transparent;
}

.item.chose-btn-content:hover .link-icon.plus{
    background-color: var(--color-purple);
    border-radius: 12rem;
}


.item.chose-btn-content:hover .link-icon.chose{
    background-color: var(--color-orange);
    border-radius: 12rem;
}

.img-slider {
    width: max-content;
    padding: 1.5rem;
    background-color: var(--color-purple);
    border-radius: 100px;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(140deg, rgba(251, 152, 91, 1) 0%, rgba(251, 91, 91, 1) 60%); */
}

.gallery-switcher {
    position: absolute;
    bottom: 8rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

.swiper-slide.slider-nav-min{
    width: 13rem !important;
    height: 13rem !important;
    margin: 0.25rem;
    border-radius: 100px;
    display: flex;
    align-items: center;
    border: solid 0.85rem transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.slider-nav-min video{
    border-radius: 100%;
}

.slider-item {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.swiper-slide-thumb-active .slider-item {
}

.slider-nav-min.swiper-slide-thumb-active{
    border-color: #FEDDC3;
}

.price-item .order-btn {
    border: solid 1px var(--color-basic);
}

.section-gallery{
    padding: 8rem 0;
}

.gallery-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: fit-content;
    bottom: 4rem;
    left: 0;
    right: 0;
    margin: auto;
}

.item.gallery {
    height: 124rem;
    border-radius: 6rem;
}

.item.gallery.last{
    border: solid 1px transparent;
    border-color: transparent;
    background-color: var(--color-basic);
    color: var(--color-white);
    font-size: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s ease-in-out;
    border-radius: 100%;
}

.item.gallery.last:hover{
    background-color: transparent;
    border-color: var(--color-gray-white);
}

.gallery-content {
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: inherit;
}

.two-blocks .item {
    position: relative;
    border-radius: 6rem;
    padding: 8rem;
    height: 135.75rem;
    height: 84.75vh;
    max-height: 135.75rem;
    min-height: 115rem;
}

.two-blocks .item-about{
	width: 90%;
}

.two-blocks .item.landing-bg-img{
	height: 135.75rem;
}

.step-container{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.step-ready{
    width: 40rem;
    height: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.375rem;
    position: relative;
    border-radius: 12rem;
    margin-top: -6rem;
    animation: step-ready;
    animation-duration: 0.3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: inherit;
    cursor: default;
}

@keyframes step-ready {
    0% {
        opacity: 0%;
		transform: rotate(90deg);
		width: 60rem;
		height: 60rem;
    }

    100% {
        opacity: 100%;
		transform: rotate(0deg);
		width: 40rem;
		height: 40rem;
    }
}

@keyframes fade {
    0% {
        opacity: 0%;
    }

    100% {
        opacity: 100%;
    }
}

.step-ready.penultimate{
    background-color: var(--color-purple);
    color: var(--color-white);
}

.step-ready.final{
    background-color: var(--color-orange);
    color: var(--color-white);
}

.slide-center-content{
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.slide-bt{
    font-size: 2.5rem;
    background-color: var(--color-gray);
    color: var(--color-white);
    padding: 1.5rem 2rem;
    border-radius: 2rem;
    letter-spacing: 0.25rem;
    position: absolute;
    bottom: 29rem;
    height: max-content;
}

video.slide-video{
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: inherit;
}

.item-order {
    background-color: var(--color-gray);
    color: var(--color-light);
    font-size: 4.375rem;
    padding: 0;
    position: relative;
    height: 100%;
    border-radius: 6rem;
    /* overflow: hidden; */
}

.item-order-flex {
    display: flex;
    height: inherit;
}

.item-order .bottom {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    border-radius: 6rem;
}

.step-info{
	display: flex;
	padding: 4rem 8rem;
	font-size: 2.875rem;
}

.step-info .left{
	width: 50%;
	text-align: left;
}

.step-info .right{
	width: 50%;
	text-align: right;
}

.step-info .step-prev{
	display: inline-block;
	cursor: pointer;
}

.two-blocks .item.price-item {
    background: var(--color-light);
    height: auto;
}

.two-blocks .item .bottom {
    position: absolute;
    width: 100%;
    bottom: 0rem;
    left: 0;
    right: 0;
}

.do-order-btn {
    height: 22rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0rem 0rem 6rem 6rem;
    background-color: var(--color-purple);
    color: var(--color-white);
    fill: var(--color-white);
    border-color: transparent;
    cursor: pointer;
    text-decoration: none;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.do-order-btn.disable{
    background-color: var(--color-light-gray);
    color: var(--color-light);
    fill: var(--color-light);
    border-color: var(--color-dark-white);
    pointer-events: none;
}

.do-order-btn.enable{
    background-color: var(--color-purple);
    color: var(--color-white);
    fill: var(--color-white);
    border-color: transparent;
    cursor: pointer;
}

.do-order-btn .errow{
    background-color: rgb(255 255 255 / 10%);
    border-color: transparent;
}

.do-order-btn.disable .errow{
	background-color: transparent;
	border-color: var(--color-dark-white);
}

.order-icon {
    fill: inherit;
    width: 8rem;
    height: auto;
    display: flex;
}

.errow {
    position: absolute;
    right: 8rem;
    border-radius: 6rem;
    border: 1px solid;
    border-color: inherit;
    width: 18rem;
    height: 18rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.two-blocks .item .bottom .bottom-content {
    position: relative;
    padding: 8rem;
    display: flex;
    align-items: center;
    margin: -1rem;
}

.gallery-two-col {
    background-size: 100%;
}

.gallery-three-col {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: inherit;
}

.orange {
    background-color: var(--color-purple);
    color: var(--color-white);
    background: var(--color-purple);
    background: linear-gradient(140deg, rgba(251,152,91,1) 0%, rgba(251,91,91,1) 60%);
}

.item-text {
    font-size: 10.5rem;
    width: 100%;
    line-height: 100%;
    font-weight: 700;
    padding: 8rem 0 8rem 0;
    letter-spacing: -0.16rem;
    cursor: default;
}

.center .item-text {
}

.item .site-name {
    font-size: 4.375rem;
    font-weight: 700;
    padding-bottom: 0rem;
    letter-spacing: -0.04rem;
}

.item-about .about-item {
    background: rgb(255 255 255 / 15%);
    margin: 0.5rem;
    font-size: 4rem;
    display: inline-flex;
    padding: 4rem 4rem;
    border-radius: 4rem;
    letter-spacing: -0.04rem;
}

.order-flex {
    display: flex;
}

.order-btn {
    background-color: rgb(255 255 255 / 15%);
    border-radius: 4rem;
    font-size: 4.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58rem;
    height: 18rem;
    flex-direction: row;
    position: relative;
    letter-spacing: -0.04rem;
    display: inline-flex;
    margin: 1rem;
    outline: none;
}

.order-btn:hover {
    background: rgb(16 16 16 / 90%);
    border-color: transparent;
    color: var(--color-white);
}

.bottom-content .ws-call {
    width: 18rem;
    height: 18rem;
    color: var(--color-border);
    border-radius: 6rem;
    justify-content: center;
}

.ws-call-icon {
    fill: var(--color-white);
    width: 75%;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ws-call-icon svg{
    /* width: 75%; */
    /* height: 75%; */
}

.ws-call-icon svg {
    width: 9rem;
    height: 9rem;
    fill: var(--color-white);
}

.button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.chat-btn {
    border: solid 1px var(--color-border);
    border-radius: 1rem;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20rem;
    height: 4rem;
    flex-direction: row;
    letter-spacing: -0.125rem;
    position: relative;
}

.chat-btn:hover {
    background: var(--color-orange);
    color: var(--color-white);
    border-color: transparent;
}

.item-buttons {
    display: flex;
}

.item-btn {
    width: 10.625rem;
    height: 3rem;
    font-size: 1.6563rem;
    border: 2px solid var(--color-white);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.section-questions {
}

.question-line{
}

.question-item {
    background-color: var(--color-gray);
    padding: 0rem 8rem;
    border-radius: 6rem;
    font-size: 6rem;
    /* letter-spacing: -0.08rem; */
    position: relative;
    display: flex;
    color: var(--color-white);
    justify-content: center;
    border: solid 1px;
    border-color: transparent;
    align-items: center;
    height: 25rem;
    margin-bottom: 2rem;
}


.question-line:last-child .question-item{
    margin-bottom: 0;
}

.question-item:hover {
    border-color: var(--color-light-gray);
    background: transparent;
}

.question-item:hover .question-right.plus{
    transform: rotate(90deg);
}

.question-item.show .question-right.plus{
    transform: rotate(135deg);
}

.question-item .question-left {
    width: 100%;
    margin-top: -1rem;
}
.question-item .question-right {
    width: 5%;
    display: flex;
    justify-content: flex-end;
}

.question-right.plus {
    fill: var(--color-white);
    width: 12rem;
    height: 12rem;
}

.question-right.plus svg{
    width: 12rem;
    height: 12rem;
    fill: var(--color-white);
}

.question-item .question-right.plus-svg {
    background-position: center;
    background-size: contain;
    width: 3rem;
    height: 3rem;
}

.question-line .accordion-content{
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 300ms ease-in-out, max-height 300ms ease-in-out;
    color: var(--color-white);
}

.question-line .accordion-content.show {
    height: auto;
    opacity: 1;
    max-height: 500rem;
    transition: all 300ms ease-in-out;
    will-change: opacity, max-height;
    margin-bottom: 2rem;
}

.answer-item{
    padding: 8rem 8rem;
    text-indent: 40rem;
    font-size: 11rem;
    letter-spacing: -0.4rem;
    line-height: 100%;
    background-color: transparent;
    border-radius: 8rem;
    text-wrap: balance;
}

.answer-text{
    width: 85%;
}


.footer-flex {
    display: flex;
    font-size: 1.6563rem;
}

.grid.one {
    width: 50%;
}

.grid.two {
    width: 50%;
}

.services-info-item {
    display: flex;
    border-bottom: solid 1px var(--color-dark-gray);
    height: 5.5rem;
    align-items: center;
    letter-spacing: -0.08rem;
    position: relative;
}

.services-info-item:hover {
    color: var(--color-orange);
    border-color: transparent;
    box-shadow: 0 0.2rem 0px -1px var(--color-orange);
    -webkit-box-shadow: 0 0.2rem 0px -1px var(--color-orange);
    -moz-box-shadow: 0 0.2rem 0px -1px var(--color-orange);
}

.service-info-left {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    overflow: hidden;
    font-size: 2rem;
}

.service-info-right {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    overflow: hidden;
    text-align-last: end;
    font-size: 1.5rem;
}

.transition {
    -moz-transition: transform 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border-radius 0.2s ease-in-out, fill 0.2s ease-in-out, padding 0.2s ease-in-out, outline 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border-radius 0.2s ease-in-out, fill 0.2s ease-in-out, padding 0.2s ease-in-out, outline 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border-radius 0.2s ease-in-out, fill 0.2s ease-in-out, padding 0.2s ease-in-out, outline 0.2s ease-in-out;
    animation: none;
}

.link-absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    outline: none;
}

.price-item .center {
    padding: 2rem 0;
    letter-spacing: -0.02rem;
}

.price-item .price-name {
    font-size: 3.0625rem;
    padding-bottom: 1rem;
}

.price-item .price-flex {
    display: flex;
    width: 100%;
    align-items: center;
}

.price-item .price-value {
    font-size: 3.36rem;
    padding-bottom: 1rem;
    color: var(--color-orange);
}

.price-item .old-price {
    letter-spacing: -0.04rem;
    margin-left: 1.5rem;
    margin-top: -0.5rem;
    font-size: 110%;
}

.price-item .old-price-value {
    padding-bottom: 0.25rem;
    text-decoration: line-through;
}

.price-item .old-price-text {
    color: var(--color-dark-gray);
}

.price-item .text-min {
    padding-bottom: 1rem;
    color: var(--color-dark-gray);
}

.price-item .about-item {
    background: var(--color-white);
    margin: 0.25rem;
    font-size: 2rem;
    display: inline-flex;
    padding: 1rem;
    border-radius: 1rem;
    letter-spacing: -0.125rem;
}

.about-item.orange {
    background-color: var(--color-orange);
}

.two-blocks .item.price-item .bottom {
    position: relative;
}

.footer {
    margin: 4rem 0;
}

.footer-content {
    display: flex;
    font-size: 14rem;
    text-align: end;
    justify-content: center;
}

.footer-copyrighting-text {
    color: var(--color-light);
    padding: 2rem;
    border-radius: 4rem;
    background-color: var(--color-light-gray);
    pointer-events: none;
}

.footer-flex .grid .footer-heading {
    color: var(--color-dark-gray);
    padding-bottom: 1rem;
}

.order-btn.footer-btn {
    border: 1px solid;
    font-size: 1.6563rem;
}

.footer-copyright {
    opacity: 0.5;
    display: flex;
    width: 20%;
}

.footer-sm-links {
    display: inline-flex;
}

.sm-link {
    color: var(--color-light);
    padding: 2rem;
    border-radius: 4rem;
    background-color: var(--color-light-gray);
    margin-left: 2rem;
    position: relative;
    border-color: transparent;
    outline: solid 1px;
    outline-color: transparent;
}

.sm-link:hover{
    padding: 2rem 6rem;
}

.sm-link.vk:hover{
    background-color: transparent;
    color: #0077FF;
    border-color: rgb(0 119 255 / 50%);
    outline-color: rgb(0 119 255 / 50%);
}

.sm-link.youtube:hover{
    background-color: transparent;
    color: #FF0000;
    border-color: rgb(255 0 0 / 50%);
    outline-color: rgb(255 0 0 / 50%);
}

.sm-link.insta:hover{
    background-color: transparent;
    color: #9b00ff;
    border-color: rgb(155 0 255 / 75%);
    outline-color: rgb(155 0 255 / 75%);
}

.sm-link.whatsapp:hover{
    background-color: transparent;
    color: #60b37f;
    border-color: rgb(96 179 127 / 50%);
    outline-color: rgb(96 179 127 / 50%);
}

.footer-social-media {
    width: 80%;
}

.footer-copyright-logo {
    margin: 0 0 1rem 0;
}

.colortext {
    color: var(--color-dark-gray);
}

.flex {
    display: flex;
}

.aligner {
    width: 90%;
}

.popup-slide,
.background-shadow,
.page-scrollbar {
	-moz-transition: color 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1), background-color 1s cubic-bezier(0.4, 0, 0.2, 1), border-color 1s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 1s cubic-bezier(0.4, 0, 0.2, 1), border-radius 1s cubic-bezier(0.4, 0, 0.2, 1), fill 1s cubic-bezier(0.4, 0, 0.2, 1), margin-top 1s cubic-bezier(0.4, 0, 0.2, 1), top 1s cubic-bezier(0.4, 0, 0.2, 1), bottom 1s cubic-bezier(0.4, 0, 0.2, 1), visibility 1s cubic-bezier(0.4, 0, 0.2, 1), z-index 1s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: color 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1), background-color 1s cubic-bezier(0.4, 0, 0.2, 1), border-color 1s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 1s cubic-bezier(0.4, 0, 0.2, 1), border-radius 1s cubic-bezier(0.4, 0, 0.2, 1), fill 1s cubic-bezier(0.4, 0, 0.2, 1), margin-top 1s cubic-bezier(0.4, 0, 0.2, 1), top 1s cubic-bezier(0.4, 0, 0.2, 1), bottom 1s cubic-bezier(0.4, 0, 0.2, 1), visibility 1s cubic-bezier(0.4, 0, 0.2, 1), z-index 1s cubic-bezier(0.4, 0, 0.2, 1);
	transition: color 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1), background-color 1s cubic-bezier(0.4, 0, 0.2, 1), border-color 1s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 1s cubic-bezier(0.4, 0, 0.2, 1), border-radius 1s cubic-bezier(0.4, 0, 0.2, 1), fill 1s cubic-bezier(0.4, 0, 0.2, 1), margin-top 1s cubic-bezier(0.4, 0, 0.2, 1), top 1s cubic-bezier(0.4, 0, 0.2, 1), bottom 1s cubic-bezier(0.4, 0, 0.2, 1), visibility 1s cubic-bezier(0.4, 0, 0.2, 1), z-index 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-scrollbar.active {
	margin-top: -64rem;
}

.background-shadow {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: transparent;
	z-index: -8;
	opacity: 1;
	bottom: 0;
	visibility: hidden
}

.background-shadow.active {
	opacity: 1;
	z-index: 1001;
	bottom: 0;
	visibility: initial;
	background-color: rgb(16 16 16 / 40%)
}

.popup-slide {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--color-basic-black);
    z-index: 1002;
    overflow: hidden;
    visibility: hidden;
    bottom: -100%;
}

.popup-slide::-webkit-scrollbar{
      
}

.popup-slide.active {
    visibility: visible;
    bottom: 0;
    overflow: overlay;
}

body.active::-webkit-scrollbar{
 width: 0px;   
}

body.active::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent;
}
body.active::-webkit-scrollbar-track {
  background-color: transparent;
}

.popup-slide .wrapp{
    width: auto;
    padding: 4rem;
    color: var(--color-white);
    position: relative;
}

.popup-slide .content{
    background: var(--color-gray);
    width: auto;
    height: auto;
    border-radius: 6rem;
    display: block;
    padding-bottom: 0rem;
}

.popup-menu {
    margin: 8rem 8rem 4rem 8rem;
    right: 4rem;
    top: 4rem;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    width: 15%;
    flex-flow: wrap;
}

.popup-menu-item {
    font-size: 4.375rem;
    color: var(--color-white);
    padding: 1rem 4rem;
    margin-bottom: 1rem;
    background-color: var(--color-gray-v3);
    border-radius: 4rem;
    display: flex;
    height: 8rem;
    align-items: center;
}

.popup-menu-item.active {
    background-color: transparent;
    border: 1px solid var(--color-light);
}

.close-icon{
    width: 8rem;
    height: 8rem;
    fill: var(--color-white);
    position: absolute;
    cursor: pointer;
    margin: 8rem;
    right: 4rem;
    top: 4rem;
    background-color: #202020;
    padding: 2rem;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-icon:hover{
    transform: rotate(-90deg);
    fill: var(--color-light);
}

.close-icon svg{
    width: 4rem;
    height: 4rem;
    fill: inherit;
}

.popup-title-item{
    width: auto;
    padding: 8rem 8rem 12rem 8rem;
}

.popup-title{
    font-size: 12rem;
    color: var(--color-white);
    letter-spacing: -0.2rem;
    font-weight: 700;
}

.popup-subtitle{
    font-size: 8rem;
    letter-spacing: -0.2rem;
    padding-top: 5rem;
    line-height: 114%;
    font-weight: 700;
    text-wrap: balance;
}

.popup-subtitle.min{
    font-size: 4.75rem;
    width: 80%;
    letter-spacing: -0.04rem;
}

.wrapper-gallery {
    display: block;
    width: 100%;
    max-width: 95%;
    -moz-columns: 4;
    columns: 3;
    -moz-column-gap: 1rem;
    column-gap: 4rem;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin: 0rem auto 4rem;
}

.grid-image{
    float: left;
    width: 100%;
    padding-bottom: 4rem;
    border: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.bt-image {
  position: absolute;
  background: var(--color-purple);
  color: var(--color-white);
  z-index: 10;
  border-radius: 3rem;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  font-size: 3rem;
  transition: 0.3s all ease-in-out;
  margin: auto;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* top: 0; */
  bottom: 4rem;
  left: 4rem;
  right: 4rem;
}

.grid-image:hover .bt-image {
    opacity: 1;
    visibility: visible;
    bottom: 8rem;
}

.grid-image img {
  float: left;
  width: 100%;
  border-radius: 4rem;
  z-index: 1;
}

.gray{
	color: var(--color-light);
	font-size: 75%;
}

.min{
	font-size: 75%;
}

.image-hover:hover .table-line-image{
	opacity: 1;
	top: 4rem;
}

.table-line-image{
	background-size: contain;
	width: 39rem;
	height: 39rem;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 25%;
	top: 6rem;
	opacity: 0;
	transition: 0.2s all ease-in-out;
}

.table-line{
    border-bottom: solid 1px;
    border-color: var(--color-dark-white);
    position: relative;
    opacity: 0.7;
}

.table-line:hover{
    box-shadow: 0 1px var(--color-white);
    -webkit-box-shadow: 0 1px var(--color-white);
    -moz-box-shadow: 0 1px var(--color-white);
    opacity: 1;
}

.table-line .table-line-content{
    display: flex;
    font-size: 4.375rem;
    color: var(--color-white);
    padding: 4rem 8rem;
    align-items: center;
    position: relative;
    line-height: 125%;
}

.table-subtitle{
	margin-top: 1rem;
}

.table-line:last-child {
    border-color: transparent;
}

.table-line .left{
    width: 50%;
    display: flex;
}

.table-line .right{
    width: 50%;
}

.table-line:hover .number,
.table-line:hover .name{
    background: var(--color-white);
    color: var(--color-basic);
}

.table-line .number{
    width: 10rem;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-light-gray);
    border-radius: 100%;
}

.table-line .name{
    display: flex;
    height: 10rem;
    align-items: center;
    background: var(--color-light-gray);
    border-radius: 3rem;
    padding: 0 4rem;
    margin-left: 2rem;
    gap: 0.875rem;
}

.about-text{
	padding: 12rem 8rem 12rem 8rem;
	text-indent: 50rem;
	font-size: 8rem;
	letter-spacing: -0.2rem;
	line-height: 100%;
	text-wrap: balance;
	color: var(--color-white);
	width: 72%;
	opacity: 0.9;
}

.about-text p{
	margin-bottom: 12rem;
}

.about-text p:last-child{
	margin-bottom: 0rem;
}

[data-tooltip] {
  position: relative;
  z-index: 10;
  cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

[data-tooltip]:before {
  position: absolute;
  bottom: 125%;
  /* left: 50%; */
  margin-bottom: 0.5em;
  margin-left: -8em;
  padding: 1em;
  width: 14em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background-color: var(--color-basic);
  color: var(--color-white);
  content: attr(data-tooltip);
  text-align: left;
  font-size: 3rem;
  line-height: 1.2;
  transition: inherit;
  border: solid 1px rgb(255 255 255 / 10%);
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


.sd-multiSelect {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  cursor: pointer;
}
.sd-multiSelect .placeholder {
  opacity: 1;
  background-color: transparent;
  cursor: pointer;
}
.sd-multiSelect .ms-offscreen {
  height: 1px;
  width: 1px;
  opacity: 0;
  overflow: hidden;
  display: none;
}

.sd-multiSelect .sd-CustomSelect {
  width: 100% !important;
  height: inherit;
}

.sd-multiSelect .ms-choice {
  position: relative;
  text-align: center;
  width: 100%;
  border: none;
  background: transparent;
  box-shadow: none;
  font-size: 100%;
  height: 100%;
  font-weight: 500;
  color: var(--color-white);
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sd-multiSelect .ms-choice:after {
  content: "";
  position: absolute;
}

.sd-multiSelect .ms-choice:focus {
  border-color: var(--theme-color);
}

.sd-multiSelect .ms-drop.bottom {
  display: none;
  background: var(--color-basic);
  padding: 4rem;
}

.sd-multiSelect .ms-drop li {
  position: relative;
  padding: 3rem;
  border-radius: 3rem;
  margin-bottom: 1rem;
}

.sd-multiSelect .ms-drop li.selected{
    color: var(--color-white);
    background-color: var(--color-light-gray);
}

.sd-multiSelect .ms-drop li input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.sd-multiSelect .ms-drop li label {
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.sd-multiSelect .ms-drop li label:before {
  content: "";
  -webkit-appearance: none;
}

.sd-multiSelect .ms-drop li input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: var(--theme-color);
  border-width: 0 2px 2px 0;
}

.pc-none{
    display: none;
}

.hidden {
	display: none!important
}


@media screen and (max-width:768px) {


:root {
        font-size: 1.11vw;
    }

.m-none{
display: none;    
}

.pc-none{
    display: block;
}
    
.row_items{
    margin: 0rem 0;
    flex-direction: column;
    gap: 2rem 0rem;
}

.row_two .row__col{
    width: calc(100% / 1);
}    

.two-blocks .item {
    height: auto;
    padding: 5rem;
    border-radius: 6rem;
    max-height: initial;
    min-height: initial;
}

.two-blocks .item.img{
    height: 90rem;
    padding: 0;
    /* margin-top: 2rem; */
}

.slide-bt{
    bottom: initial;
    top: 4rem;
    font-size: 2.25rem;
    left: 5rem;
}

.gallery-background {
    border-radius: 6rem;
}

.gallery-switcher {
    bottom: 5rem;
}
    
.swiper-slide.slider-nav-min {
    width: 8.5rem !important;
    height: 8.5rem !important;
}

.slider-item.active{
    border: 1rem solid var(--color-orange);
}

.img-slider{
    padding: 1rem 1.25rem;
    display: none;
}
.two-blocks {
    padding-top: 2rem;
    padding-top: 0;
}

.two-blocks .item .bottom {
    position: relative;
}

.item-about {
    display: none;
}

.two-blocks .item .bottom .bottom-content {
    position: relative;
    padding: 0;
    display: block;
    margin: 0;
}
    
.footer-sm-links {
    display: inline-block;
}


.item .site-name {
    font-size: 4.5rem;
}

.container {
    padding: 0;
}

.row_two .item, .row_three .item {
    margin: 0;
    justify-content: center;
}

.footer-content {
    flex-direction: column-reverse;
}

.footer-social-media {
    margin-bottom: 4rem;
    width: auto;
    text-align: left;
}

.sm-link {
	text-align: left;
	width: fit-content;
	margin-bottom: 2rem;
	padding: 2rem 2rem;
	font-size: 6rem;
	border-radius: 3rem;
	display: inline-flex;
	float: left;
	margin-left: 0rem;
	margin-right: 2rem;
}

.sm-link:hover{
	padding: 2rem 2rem;
}

.footer {

padding: 0 5rem;
}

.footer-copyright{
    width: 100%;
}   

.copyright-item{
    width: 100%;
}    

.footer-copyrighting-text {padding: 2rem 4rem;font-size: 10rem;border-radius: 3rem;text-align: center;background-color: transparent;outline: solid 2px var(--color-gray);}

.swiper-blocks {
    padding: 0 5rem !important;
}

.item-text{width: 90%;font-size: 7rem;line-height: 100%;padding: 7rem 0 7rem 0;letter-spacing: -0.02em;}

.order-btn.mobile{
    width: 100%;
    margin-bottom: 1rem;
}

.order-btn {
    font-size: 3.6875rem;
    margin: 0;
    height: 15rem;
}

.bottom-content .ws-call{
    width: 15rem;
    height: 15rem;
    border-radius: 5rem;
}


.order-btn.btn-number {
    width: 80%;
    margin-right: 1rem;
}
    
.about-title {
    font-size: 4.5rem;
}

.about-btn {
    display: none;
} 

.swiper-slide.item-width {
    width: 52rem !important;
    margin: 1px 2rem 1px 0;
}


.item.about {
    height: 30rem;
    border-radius: 5rem;
}

.about-title {
    margin-top: -1rem;
}    


.calculate-btn {
    width: 28rem;
    height: 28rem;
}


.calculator-text {
    font-size: 3.6875rem;
    margin-top: 3rem;
    /* letter-spacing: -0.04rem; */
}

.section-calculator {
    padding: 16rem 0 19rem 0;
}


.item.chose-btn-content {
    font-size: 3.6875rem;
    border-radius: 4rem;
}

.section-chose .row__col:last-child {
    margin-top: 6rem;
}
    
.item.chose-description {
    font-size: 3.6875rem;
    margin-bottom: 2rem;
}


.section-chose {
    margin: 0 5rem;
}

.link-icon {
    width: 5rem;
    height: 5rem;
    padding: 3rem;
    border-radius: 4rem;
}

.link-icon svg{
    width: 5rem;
    height: 5rem;
    fill: var(--color-white);
}

.chose-btn {
    height: 19rem;
    letter-spacing: -0.04rem;
}

.section-gallery {
    padding: 4rem 0;
}

.section-questions {
    padding: 0 4rem;
}    

.item.gallery {
    height: 52rem;
    border-radius: 5rem;
}

.item.gallery.last{
    font-size: 3.6875rem;
}
    
.question-item {
    font-size: 3.6875rem;
    border-radius: 4rem;
    height: 18rem;
    padding: 0;
    width: 100%;
    justify-content: space-around;
} 

.answer-item{
    font-size: 6rem;
    letter-spacing: -0.08rem;
    text-indent: 0;
    padding: 4rem 4rem;
}    

.question-right.plus {
    width: 6rem;
    height: 6rem;
}

.question-right.plus svg{
    width: 6rem;
    height: 6rem;
}


.question-item .question-left {
    width: 70%;
    margin-top: 0;
    line-height: 125%;
    letter-spacing: -0.04rem;
}

.two-blocks.calculator {
    padding-top: 2rem;
}

.section-whats-up-message {
    padding: 14rem 0 15rem 0;
}

.order-content {
    margin-bottom: 2rem;
}

.gallery-description {
    font-size: 4.5rem;
    border-radius: 100px;
    padding: 2rem 4rem;
}

.gallery-item .hint {
    font-size: 2.75rem;
    width: 5rem;
    height: 5rem;
    right: -5rem;
    bottom: 3.5rem;
}

.item-order-flex {
    /* display: block; */
    flex-direction: column;
}

.item-order .left-col,
.item-order-container{
    width: auto;
    padding: 5rem;
}

.select-options{
    width: 100%;
}

.errow {
    display: none;
}

.item-order .right-col {
    width: auto;
    border-top: solid 1px var(--color-dark-white);
    border-left: none;
}



.select-item {
    height: 19rem;
    height: 17.6rem;
}

.switch{
    width: 9rem;
    height: 6rem;
}

.switch-content .name{
    font-size: 3.6875rem;
}

.switch-item{
    width: 6rem;
    height: 6rem;
}

.switch.active .switch-item{
	margin-left: 3rem;
}

.hint{
    width: 5rem;
    height: 5rem;
    right: 2rem;
    font-size: 3rem;
}

.select-item .name{
    font-size: 3.6875rem;
    top: 3rem;
    left: 3rem;
} 
    
.item-order .bottom {
    width: auto;
    position: relative;
    padding: 0rem 5rem 5rem 5rem;
} 


.do-order-btn{
    width: auto;
    border-radius: 4rem;
    height: 19rem;
}

[data-tooltip]:before{
    left: -1130%;
    margin-left: 0;
    font-size: 3.95rem;
}

.popup-slide .wrapp{
    padding: 2rem 0;
}  

.popup-title{
    font-size: 6rem;
    letter-spacing: -0.04rem;
}   

.close-icon{
    width: 5rem;
    height: 5rem;
    margin: 0rem;
    right: 5rem;
    top: 10rem;
}

.close-icon svg{
    width: 2.5rem;
    height: 2.5rem;
}

.popup-subtitle{
    line-height: 115%;
    font-size: 5rem;
    letter-spacing: -0.04rem;
}

.popup-subtitle.min{
    line-height: 115%;
    font-size: 4rem;
    letter-spacing: -0.04rem;
    width: 100%;
}

.table-line .table-line-content{
    flex-direction: column;
    gap: 4rem 0rem;
    padding: 8rem 5rem;
}

.table-line .left,
.table-line .right{
    width: 100%;
}

.table-line .description{
    line-height: 115%;
    font-size: 5rem;
    letter-spacing: -0.04rem;
}  

.table-line .link-min{
	font-size: 100%;
}

.table-subtitle{
	line-height: 130%;
	margin-top: 4rem;
	display: block;
}

.table-line .number{
    width: 9rem;
    height: 9rem;
    font-size: 4rem;
}
.table-line .name{
    height: 9rem;
    font-size: 4rem;
    letter-spacing: -0.04rem;
}

.table-line{
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-color: #242424;
    margin-top: -0.75px;
}  

.wrapper-gallery{
    -moz-columns: 4;
    columns: 2;
    max-width: 95%;
    overflow: hidden;
}

.popup-slide::-webkit-scrollbar{
 width: 0px;   
}

.step-ready{
	width: 30rem;
	height: 30rem;
	font-size: 3.25rem;
	border-radius: 10rem;
}
	
.form-two{
	flex-direction: column;
	gap: 2rem 0rem;
	margin-bottom: 2rem;
	margin-right: 0;
	margin-left: 0;
}

.form-item{
	margin-bottom: 0;
}

.form-item .name-input{
	font-size: 3.6875rem;
	top: 3rem;
	left: 3rem;
	position: absolute;
	padding: 0;
}

.form-item{
	height: 21rem;
}

.form-two .form-item{
	margin-right: 0;
	margin-left: 0;
}

.form-item input{
	text-align: center;
	padding: 0rem 0rem;
}

.form-item textarea{
	text-align: left;
	padding: 4rem 4rem;
}

#calculator{
	top: 99rem;
}

#calculator-popup{
	top: 163rem;
}

.step-info{
	padding: 4rem 2rem;
}

.order-final-container{position: relative;}

.order-final-content{
	padding: 15rem 0 40rem 0;
}

.order-number-container{
	bottom: 0rem;
	left: 0rem;
}

.order-number{
	font-size: 12.625rem;
}

.form-item.file-input input[type="file" i]::-webkit-file-upload-button{
	padding: 1.25rem;
}

.select-absolute.min{

}

.about-text{
	font-size: 6rem;
	letter-spacing: -0.08rem;
	text-indent: 0;
	padding: 8rem 0rem 8rem 5rem;
	width: 80%;
}

.about-text p{
	margin-bottom: 5rem;
}

.popup-title-item{
	padding: 8rem 5rem 8rem 5rem;
}

.table-line-image{
	display: none;
}
    
}