/*
Theme Name: INV DOORS
Author: Алексей М. 
Site: t.me/mikkhalev
*/
* {
	box-sizing: border-box;
}
body {
	padding: 50px 0;
	overflow-x: hidden;
	margin: 0;
	background: #E4E4E4;
}
.screen {
	margin-top: 100px;
}
.wrapper {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 50px;
	width: 100%;
}
@media(max-width: 1050px) {
	.wrapper {
		padding: 0 30px;
	}
}
@media(max-width: 768px) {
	.wrapper {
		padding: 0 20px;
	}
}

.flex-box-column {
	display: flex;
	flex-direction: column;
}

.flex-box-row {
	display: flex;
	flex-direction: row;
}

.space-between {
	justify-content: space-between;
}
.colored {
	background: #292929;
	border-radius: 50px;
	padding: 50px 60px;
}
.sone .colored {
	justify-content: center;
	height: 691px;
	position: relative;
}

.sone .wrapper .main-image {
	position: absolute;
	width: 442px;
	height: 591px;
	right: -50px;
	top: 50px;
	z-index: 0;
}
h1 {
	font-family: Unbounded;
	font-weight: 300;
	font-size: 64px;
	line-height: 79.36px;
	letter-spacing: 0%;
	color: #ffffff;
	margin: 0;
	gap: 76px;
	max-width: 813px;
	z-index: 1;
}
h1 > span:last-child {
	text-align: right;
}

.sone .colored .line {
	height: 2px;
	background: #ffffff;
	width: 500px;
	position: absolute;
	top: 50px;
	left: 60px;
}

@media(max-width: 1030px) {
	.sone .colored {
		height: 550px;
	}
	h1 {
	    font-size: 50px;
	    line-height: 55px;
	    gap: 50px;
	    max-width: 613px;
	}
	.sone .wrapper .main-image {
	    width: unset;
	    height: 450px;
	    object-fit: contain;
	}
	h1 > span:last-child {
		text-align: left;
	}
	.sone .colored .line {
		width: 300px;
	}
}

@media(max-width: 768px) {
	body {
		padding-top: 0;
	}
	.sone .wrapper .main-image {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    top: 0;
	    right: 0;
	    left: 0;
	}
	.sone .colored {
		height: 500px;
		position: unset;
		padding: 0;
	}
	.sone {
		position: relative;
	}
	h1 {
	    font-size: 32px;
	    line-height: 45px;
	    gap: 0px;
	}
	.sone .colored .line {
		width: 100%;
		height: 100%;
		background: #0000004D;
		top: 0;
		left: 0;
	}
}



.about {
	gap: 84px;
}
.about > img {
	width: 466px;
	height: 600px;
	object-fit: cover;
}

.about .line {
	width: 100%;
	max-width: 75%;
	height: 2px;
	background: #000000;
}
.title {
	font-family: Unbounded;
	font-weight: 300;
	font-size: 48px;
	line-height: 59.52px;
	color: #000000;
}
.about .title {
	margin-top: 79px;
}

.text {
	font-family: Unbounded;
	font-weight: 300;
	font-size: 32px;
	line-height: 39.68px;
	letter-spacing: 0%;
	color: #000000;
}
.about .text {
	margin-top: 100px;
}


@media(max-width: 1150px) {
	.about > img {
		width: 35%;
	}
	.about {
		gap: 45px;
	}
	.about .text {
	    margin-top: 50px;
	}
}

@media(max-width: 768px) {
	.about {
        gap: 30px;
        flex-direction: column;
    }
    .about > img {
		width: 100%;
		height: 370px;
	}
    .about .line {
    	display: none;
    }
    .about .title {
		margin-top: 0px;
	}
	.about .text {
	    margin-top: 30px;
	}
	.title {
		font-size: 24px;
		line-height: 29px;
	}
	.text {
		font-size: 16px;
		line-height: 20px;
	}
	.screen {
		margin-top: 30px;
	}
}

.slider {
	position: relative;
}
.slider .colored {
	height: 800px;
	padding: 100px 78px;
	position: relative;
}
	.swiper {
      position: absolute;
      right: -128px;
      left: 0px;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 600px;
      object-fit: cover;
    }
.swiper-button-next {
	left: 0 !important;
	right: unset !important;
}
.custom-next-button {
	width: 80px;
	height: 80px;
	border: 2px solid #ffffff;
	display: flex;
	margin: auto 0;
	border-radius: 40px;
	cursor: pointer;
	padding: 5px;
}
.custom-next-button img {
	margin: auto;
	display: block;
	width: 100%;
}
.swiper-container {
	position: relative;
	width: calc(100% - 150px);
}

@media(max-width: 1030px) {
	.slider .colored {
    padding: 80px 50px;
    height: 760px;
	}
}

@media(max-width: 768px) {
	.custom-next-button {
		width: 60px;
		height: 60px;
		padding: 5px;
	}
	.slider .colored {
    padding: 20px 0px 20px 30px;
    height: 340px;
    border-radius: 50px 0 0 50px;
  }
  .swiper-slide img {
  	height: 300px;
  }
  .swiper-container {
	    position: relative;
	    width: calc(100% - 100px);
	}
	.slider {
		padding-right: 0px;
	}
	.swiper {
    right: 0px;
    left: 0px;
	}
}





.mirror__img {
	width: 60%;
	height: 600px;
	max-width: 800px;
	position: relative;
}
.mirror__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.mirror {
	gap: 30px;
}
.mirror .flex-box-column {
	justify-content: center;
	width: 35%;
}
.mirror .text {
	margin-top: 100px;
}
.mirror .title {
	line-height: 75px;
}
.mirror__img .shadow {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0000004D;
	display: none;
}

@media(max-width: 1150px) {
	.mirror .flex-box-column {
		width: 55%;
	}
	.mirror__img {
		width: 45%;
	}
	.mirror .title {
    line-height: 50px;
    font-size: 38px;
	}
	.mirror .text {
		margin-top: 60px;
		line-height: 34px;
    font-size: 28px;
	}
}
@media(max-width: 768px) {
	.mirror {
		flex-direction: column-reverse;
	}
	.mirror__img {
		width: 100%;
		height: 280px;
	}
	.mirror .flex-box-column {
        width: 100%;
        padding: 0 20px;
    }
  .mirror {
  	padding: 0;
  }
  .mirror .title {
		font-size: 24px;
		line-height: 29px;
	}
	.mirror .text {
		font-size: 16px;
		line-height: 20px;
		margin-top: 30px;
	}
	.mirror__img .shadow {
		display: block;
	}
}

.design {
	gap: 100px;
}
.design__img {
	height: 700px;
	max-width: 800px;
	width: 60%;
	position: relative;
}
.design__img .shadow {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0000004D;
	display: none;
}
.design__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.design .flex-box-column {
	justify-content: center;
	gap: 100px;
	width: 40%;
	position: relative;
}
.design .flex-box-column .line {
	width: 100%;
	height: 2px;
	background: #000000;
	position: absolute;
	bottom: 0;
}
@media(max-width: 1150px) {
	.design__img {
		width: 40%;
	}
	.design .flex-box-column {
		width: 60%;
	}
	.design {
		gap: 30px;
	}
}

@media(max-width: 768px) {
	.design {
		flex-direction: column;
		padding: 0;
		gap: 0;
	}
	.design .flex-box-column {
		width: 100%;
		gap: 40px;
		padding: 0 20px;
		position: relative;
    top: -50px;
	}
	.design .flex-box-column .line {
		display: none;
	}
	.design__img {
    width: 100%;
    height: 280px;
  }
  .design .title {
  	color: #ffffff;
  }
  .design__img .shadow {
  	display: block;
  }
}


footer {
	margin-top: 100px;
}

footer .colored {
	padding: 50px 35px 100px 35px;
}
@media(max-width: 768px) {
	footer {
		margin-top: 0;
	}
	footer > .form-wrapper {
		padding-right: 0px;
	}
	.form-wrapper .colored {
		border-radius: 50px 0 0 50px;
		padding: 30px 35px 60px 35px;
	}
}
footer .colored .form-trigger {
	border: 2px solid #FFFFFF;
	border-radius: 50px;
	padding: 20px 80px;
	font-family: Unbounded;
	font-weight: 300;
	font-size: 48px;
	line-height: 59.52px;
	letter-spacing: 0%;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	width: fit-content;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
}
footer .colored .form-trigger:hover {
	background: #ffffff;
	color: #1E1E1E;
}

footer .line {
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
}
footer .line div {
	width: 150px;
	height: 2px;
	background: #ffffff;
	margin: auto 0;
	transition: 0.5s;
}
footer .colored .form-trigger:hover .line div {
	width: 100%;
}

@media(max-width: 768px) {
	footer .colored .form-trigger {
		padding: 10px 20px;
		border: 1px solid #ffffff;
		font-size: 20px;
		line-height: 24.8px;
	}
	footer .line div {
		width: 100%;
	}
	footer .line {
		height: 20px;
		bottom: -35px;
		padding: 0 20px;
	}
}

.footer-nav {
	margin-top: 50px;
}
.footer-nav .colored {
	padding: 50px;
	gap: 143px;
}
.footer-nav .colored .flex-box-column {
	gap: 30px;
}

.footer-nav span {
	font-family: Unbounded;
	font-weight: 300;
	font-size: 32px;
	line-height: 39.68px;
	letter-spacing: 0%;
	color: #ffffff;
}
.footer-nav a {
	font-family: Unbounded;
	font-weight: 300;
	font-size: 24px;
	line-height: 29.76px;
	letter-spacing: 0%;
	color: #FFFFFF80;
	text-decoration: unset;
}
.footer-nav a:hover {
	color: #ffffff;
}
@media(max-width: 768px) {
	body {
		padding-bottom: 0;
	}
	.footer-nav {
		padding: 0;
	}
	.footer-nav .colored {
		gap: unset;
		justify-content: space-between;
		padding: 20px 30px;
		border-radius: 0;
	}
	.footer-nav .colored .flex-box-column {
		gap: 20px;
	}
	.footer-nav span {
		font-size: 16px;
		line-height: 19.84px;
	}
	.footer-nav a {
		font-size: 14px;
		line-height: 17.36px;
	}
	.footer-nav {
    margin-top: 30px;
	}
}


/*МОДАЛКА*/

.modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999999;
	pointer-events: none;
}
.modal-wrapper--active {
	display: flex;
	pointer-events: auto;
}
.modal__shadow {
	background: #000000ab;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.modal {
	background: #ffffff;
	padding: 40px;
	margin: auto;
	border-radius: 50px;
	width: 600px;
	z-index: 1;
}
.modal > span:nth-child(1) {
	font-family: Unbounded;
	font-weight: 400;
	font-size: 28px;
	line-height: 29.76px;
	letter-spacing: 0%;
	color: #000000;
}
.modal > span:nth-child(2) {
	font-family: Unbounded;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #000000db;
  margin-top: 15px;
}
.modal label {
	font-family: Unbounded;
	font-weight: 300;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	background: #ffffff;
	padding: 0 2px;
	    position: relative;
    top: 10px;
    z-index: 8;
    left: 30px;
}
.modal .input-text {
	border-radius: 30px;
	border: 1px solid #000000db;
	padding: 20px;
	font-family: Unbounded;
	font-weight: 300;
	font-size: 18px;
	padding: 15px 20px;
}
.wpcf7-not-valid-tip {
	font-family: Unbounded;
	font-weight: 200;
	font-size: 11px !important;
}

.modal .input-submit {
	background: #292929;
	border-radius: 50px;
	padding: 15px 20px;
	font-family: Unbounded;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	border: 1px solid #292929;
	margin-top: 15px;
	cursor: pointer;
	transition: 0.3s;
}
.modal .input-submit:hover {
	background: unset;
	color: #292929;
}
.wpcf7-response-output {
	font-family: Unbounded;
	font-size: 12px;
}

@media(max-width: 768px) {
	.modal {
		width: 100%;
		padding: 40px 25px;
    margin: auto;
    border-radius: 40px;
	}
	.modal .input-text {
		width: 100%;
	}
}


/*МОДАЛКА БЛАГОДАРНОСТИ*/

.ty-modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999999;
	pointer-events: none;
}
.ty-modal-wrapper--active {
	display: flex;
	pointer-events: auto;
}
.ty-modal-wrapper span {
	text-align: center;
}
.ty-modal-wrapper .heart {
	display: flex;
	width: 80px;
	height: 80px;
	background: #504943;
	border-radius: 50px;
	margin: auto;
}
.ty-modal-wrapper .heart img {
	display: block;
	margin: auto;
	width: 30px;
}
.ty-modal-wrapper .modal > span:nth-child(2) {
    font-size: 30px;
    line-height: 35px;
    margin-top: 25px;
    color: #000000;
}
.ty-modal-wrapper .modal > span:nth-child(3) {
    font-family: Cormorant Unicase;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #000000db;
    max-width: 350px;
    margin: 25px auto 0 auto;
}