* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

select {
    appearance: none;
    color: #000;
}



body {
	font-family: Gilroy, sans-serif;
	color: #1F262E;
}

.container {
	max-width: 1200px;
	margin: auto;
}

/* Navbar */

nav .flex-container {
	display: flex;
	justify-content: space-between;
	min-height: 120px;
	align-items: center;
}

nav .flex-container .item1 {
	display: flex;
}

nav .flex-container .item1 span {
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	border-right: 1px solid rgba(0, 0, 0, .2);
	padding-right: 25px;
}

nav .flex-container .item1 p {
	font-size: 16px;
	line-height: 19px;
	padding-left: 25px;
	margin: auto;
}

nav .flex-container .item2 {
	display: flex;
}

nav .flex-container .item2 img {
	border-radius: 50%;
	padding: 5px;
	background: linear-gradient(264.96deg, #FF9F0F 8.59%, #FF740F 100%);
	margin-right: 10px; 
	box-shadow: 0px 10px 30px #FFE9D0;
}

nav .flex-container .item2 span:first-of-type {
	font-weight: bold;
}

nav .flex-container .item2 span {
	line-height: 150%;
}

nav .flex-container .item3 img {
	border-radius: 50%;
	padding: 5px;
	background: linear-gradient(264.96deg, #FF9F0F 8.59%, #FF740F 100%);
	box-shadow: 0px 10px 30px #FFE9D0;
	margin-right: 10px;
	vertical-align: middle;
}

nav .flex-container .item3 span {
	font-size: 24px;
	font-weight: 700;
}

nav .flex-container .item3 span:hover{
    text-decoration: underline;
}


nav .flex-container .item4 button {
	cursor: pointer;
	border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  width: 198px;
  height: 56px;
  border: solid 3px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #FF740F, #FF9F0F);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
  transition: all .2s ease-in-out;
}

nav .flex-container .item4 button:hover {
	box-shadow: none;
	color: white;
}

nav .flex-container .item4 button:focus {
	outline: none;
}

/* Hero section */

.hero {
	background: radial-gradient(86% 86% at 53.72% 41.58%, #FFFFFF 0%, #B6D7FF 100%);
	max-height: 800px;
}

.hero .flex-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.hero .img-section {
	height: 600px;
	max-width: 600px;
	position: relative;
}

.hero .img-section .fridge {
	position: absolute;
	bottom: 0;
	z-index: 2;
}

.hero .img-section .greenstar {
	position: relative;
	z-index: 3;
	top: 10px;
	left: -10px;
}

.hero .img-section .ellipse {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: -150px;
}

.hero .text-section {
	max-width: 627px;
	margin: auto 0;
	z-index: 5;
}



.hero .text-section h1 {
	font-size: 55px;
	line-height: 100%;
	margin-bottom: 30px;
}

.hero .text-section ol {
	font-size: 18px;
	max-width: 492px;
	line-height: 150%;
}

.hero .text-section ol:first-of-type {
	margin-bottom: 30px;
}

.hero .text-section ol:last-of-type span {
	font-weight: bold;
}


.hero .text-section ol:last-of-type span:hover{
    text-decoration: underline;
}

.hero .text-section .buttons {
	display: flex;
	margin-top: 30px;
}

.hero .text-section .buttons button {
	margin-right: 147px;
	cursor: pointer;
	background: linear-gradient(264.96deg, #FF9F0F 8.59%, #FF740F 100%);
	box-shadow: 0px 10px 30px rgba(243, 186, 124, 0.3);
	border-radius: 100px;
	border: none;
	color: #fff;
	padding: 16px 36px;
	font-weight: bold;
	font-size: 22px;
	transition: all .2s ease-in-out;
}

.hero .text-section .buttons button:hover {
	transform: scale(1.1);
}

.hero .text-section .buttons button:focus {
	outline: none;
}

.hero .text-section .buttons .item2 {
	display: flex;
}

.hero .text-section .buttons .item2 span {
	line-height: 150%;
}

.hero .text-section .buttons .item2 span:last-of-type {
	font-weight: bold;
}

.hero .text-section .buttons .item2 img {
	border-radius: 50%;
	padding: 5px;
	background: linear-gradient(264.96deg, #FF9F0F 8.59%, #FF740F 100%);
	box-shadow: 0px 10px 30px #B7D0EB;
	margin-right: 10px;
}

/* How we work section */

/* How we work section */
ol > li:before {
    content: '✔ ';
    top: 0;
    left: 0;
}

li {
    display: block;
}

#how-we-work {
    background: linear-gradient(186.74deg, #E9F3FF 4.88%, #FFFFFF 119.21%);
	min-height: 750px;
}
#price-block h2,
#how-we-work h2 {
	font-size: 48px;
	font-weight: 600;
	padding-top: 100px;
	text-align: center;
	margin-bottom: 50px;
}

#how-we-work .grid-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2rem;
}

#how-we-work .card {
	border: 1px solid #C9D6E7;
	border-radius: 10px;
	background-color: #F4F9FF;
	filter: drop-shadow(0px 30px 50px #D7E3F1);
	height: 200px;
	width: 360px;
	position: relative;
}

#how-we-work .card .ellipse {
	position: absolute;
	bottom: 0;
	right: 0;
}

#how-we-work .card .card-container {
	position: absolute;
	display: flex;
	height: 200px;
	max-width: 360px;
	z-index: 2;
}

#how-we-work .card .card-container ul {
	list-style: none;
	margin: auto;
	width: 220px;
}

#how-we-work .card .card-container ul li:first-of-type {
	font-size: 50px;
	font-weight: 600;
	color: #4398FE;
}

#how-we-work .card .card-container ul li:last-of-type {
	font-size: 20px;
	font-weight: 600;
	width: 200px;
}

#how-we-work .card .icon {
	border-radius: 50%;
	background: linear-gradient(264.96deg, #78B6FF 8.59%, #3C94FE 100%);
	box-shadow: 0px 16px 48px #B7D0EB;
	padding: 10px;
	height: 80px;
	width: 80px;
	margin: auto;
	margin-left: 30px;
	margin-right: 30px;
}

/* Why us section */

#why-us {
	min-height: 600px;
}

#why-us h2 {
	font-size: 48px;
	font-weight: 600;
	padding-top: 80px;
	text-align: center;
	margin-bottom: 50px;
}

#why-us .flex-container {
	display: flex;
	justify-content: space-between;
}

#why-us .card {
	background-color: #d9eaff;
	border-radius: 10px;
	width: 260px;
	height: 320px;
}

#why-us .card img {
	display: block;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 9px;
}

#why-us .card .card-head {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
	padding: 13px 22px;
}

#why-us .card p {
    font-weight: 600;
	text-align: center;
	font-size: 16px;
	line-height: 130%;
	color: rgba(0, 0, 0, 0.5);
	padding: 0 22px;
}

/* Why better section */

#why-better {
	min-height: 850px;
}

#why-better .flex-container {
	display: flex;
	margin-top: 100px;
}

#why-better .flex-container .why-better-right {
	padding-left: 70px;
}

#why-better .flex-container .why-better-right h2 {
	font-size: 48px;
	font-weight: 600;
	max-width: 550px;
	margin-bottom: 57px;
}

#why-better .flex-container .why-better-right .card {
	border: 1px solid #C9D6E7;
	border-radius: 5px;
	width: 500px;
	min-height: 130px;
	display: flex;
	margin-bottom: 10px;
}

#why-better .flex-container .why-better-right .card img {
	width: 50px;
	height: 50px;
	background: linear-gradient(264.96deg, #FF9F0F 8.59%, #FF740F 100%);
	box-shadow: 0px 10px 30px #FFE9D0;
	border-radius: 100px;
	padding: 10px;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 25px;
}

#why-better .flex-container .why-better-right .card .card-head {
	font-size: 20px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 10px;
}

#why-better .flex-container .why-better-right .card p {
	font-size: 16px;
	line-height: 130%;
	color: rgba(0, 0, 0, 0.7);
	max-width: 366px;
}

/* About section */

#about {
	min-height: 500px;
	background: linear-gradient(186.74deg, #E9F3FF 4.88%, #FFFFFF 119.21%);
}

#about h2 {
	text-align: center;
	font-weight: 600;
	font-size: 48px;
	padding-top: 80px;
	padding-bottom: 50px;
}

#about .flex-container {
	display: flex;
	justify-content: space-around;
}

#about .item .inner {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	background: linear-gradient(264.96deg, #78B6FF 8.59%, #3C94FE 100%);
	box-shadow: 0px 30px 90px #B7D0EB;
	position: relative;
	margin: auto;
}

#about .item .inner div {
	width: 130px;
	height: 130px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: table;
}

#about .item .inner div p {
	text-align: center;
	vertical-align: middle;
	font-size: 50px;
	color: #fff;
	font-weight: 600;
	display: table-cell;
}

#about .item:nth-child(3) .inner div p {
	font-size: 36px;
}

#about .item p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 146px;
	margin: auto;
	margin-top: 15px;
}

#about .item:last-child p {
	width: 180px;
}

/* Brands section */

#brands {
	min-height: 600px;
}

#brands h2 {
	font-weight: 600;
	font-size: 48px;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 50px;
}

#brands .grid-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 15px;
}

#brands .grid-container .card {
	max-width: 220px;
	min-width: 100px;
	height: 150px;
	border: 1px solid #C9D6E7;
	border-radius: 10px;
	filter: drop-shadow(0px 30px 50px #D7E3F1);
	position: relative;
}

#brands .grid-container .card img {
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#brands .grid-container .card p {
	font-size: 16px;
	font-weight: 600;
	line-height: 130%;
	color: #859AB1;
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

#brands .grid-container .card:last-child {
	background: #EAF4FF;
}

/* Form section */

#form {
	height: 700px;
}

#form .container {
	position: relative;
	min-height: 700px;
}

#form .card {
	width: 660px;
	height: 487px;
	border-radius: 10px;
	background: linear-gradient(264.96deg, #78B6FF 8.59%, #3C94FE 100%);
	border: 1px solid #C9D6E7;
	box-shadow: 0px 30px 50px #D7E3F1;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}

#form .card h4 {
	font-weight: 600;
	font-size: 48px;
	text-align: center;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 14px;
}

#form .card p {
	font-weight: 600;
	font-size: 28px;
	text-align: center;
	color: #fff;
	padding-bottom: 25px;
}

#form .card p:last-child {
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
	width: 559px;
	margin: auto;
	padding-top: 17px;
}

#form .card form {
	margin: auto;
}

#form .card .form-control {
	padding-bottom: 10px;
}

#form .card .form-control input {
	width: 400px;
	height: 60px;
	border-radius: 5px;
	border: none;
	padding-left: 21px;
	font-size: 16px;
}

#form .card .form-control input::placeholder {
	color: #859AB1;
	font-size: 16px;
	overflow: visible;
}

#form .card .form-control input:focus {
	outline-color: #FF9F0F;
}

#form form {
	display: table;
}

#form .card .form-control .btn {
	margin-top: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	background: linear-gradient(264.96deg, #FF9F0F 8.59%, #FF740F 100%);
	box-shadow: 0px 10px 30px rgba(243, 186, 124, 0.3);
	border-radius: 100px;
	border: none;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

#form .card .btn:hover {
	transform: scale(1.1);
}

#form .card .btn:focus {
	outline: none;
}

#form .container .ellipse {
	position: absolute;
	bottom: 0;
	right: -100px;
	z-index: 1;
}

#form .container .dude {
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 3;
}

/* Map section */

#map {
    min-height: 500px;
    background: linear-gradient(186.74deg, #E9F3FF 4.88%, #FFFFFF 119.21%);
}

#map img {
	width: 100%;
}

#map h2 {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
}
/* Footer */

footer {
	background: #1F262E;
	margin-top: 0px;
}

footer .flex-container {
	display: flex;
	justify-content: space-between;
	min-height: 150px;
	align-items: center;
}

footer .flex-container .item1 {
	display: flex;
}

footer .flex-container .item1 h4 {
	font-size: 24px;
	font-weight: bold;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	padding-right: 25px;
	color: rgba(255, 255, 255, 0.5);
}

footer .flex-container .item1 p {
	padding-left: 25px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	line-height: 19px;
	margin: auto;
}

footer .flex-container .flex-right {
	display: flex;
}

footer .flex-container .flex-right .item3 img {
	border-radius: 50%;
	padding: 5px;
	background: #2E3640;
	margin-right: 10px;
	vertical-align: middle;
}

footer .flex-container .flex-right .item3 span {
	font-size: 24px;
	font-weight: 600;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.5);
	padding-right: 23px;
}

footer .flex-container .flex-right .item3 span:hover {
        text-decoration: underline;
}

footer .flex-container .flex-right .item3 {
	margin: auto;
}

/* Modals */

	/* time */

#popup-time .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10;
	display: none;
}

#popup-time .card {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	background: linear-gradient(264.96deg, #78B6FF 8.59%, #3C94FE 100%);
	box-shadow: 0px 30px 50px #414851;
	width: 660px;
	height: 522px;
	border-radius: 10px;
	z-index: 11;
}

#popup-time .card.card-thanks {
	height: 225px;
}

#popup-time .card.card-thanks h4 {
	width: 500px;
}

#popup-time .close-btn {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	border-radius: 0 10px 0 0;
}

#popup-time.active .overlay {
	display: block;
}

#popup-time.active .card {
	transition: all 300ms ease-in-out;
	transform: translate(-50%, -50%) scale(1);
}

#popup-time .card h4 {
	width: 360px;
	font-weight: 600;
	font-size: 42px;
	text-align: center;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 14px;
	margin: auto;
}

#popup-time .card p {
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	color: #fff;
	padding-bottom: 25px;
}

#popup-time .card form {
	margin: auto;
	display: table;
}

#popup-time .card .form-control {
	padding-bottom: 10px;
}
#popup-time .card .form-control2 {
	padding-bottom: 30px;
}
#popup-time .card .form-control input {
	width: 400px;
	height: 60px;
	border-radius: 5px;
	border: none;
	padding-left: 21px;
	font-size: 16px;
}

#popup-time .card .form-control .input
{
    width: 400px;
    height: 60px;
    border-radius: 5px;
    border: none;
    padding-left: 21px;
    font-size: 16px;
}

#popup-time .card .form-control input::placeholder {
	color: #000;
	font-size: 16px;
	line-height: 130%;
	overflow: visible;
}

#popup-time .card .form-control input:focus {
	outline-color: #FF9F0F;
}

#popup-time .card .form-control .btn {
	margin-top: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	background: linear-gradient(264.96deg, #FF9F0F 8.59%, #FF740F 100%);
	box-shadow: 0px 10px 30px rgba(243, 186, 124, 0.3);
	border-radius: 100px;
	border: none;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

#popup-time .card .btn:hover {
	transform: scale(1.1);
}

#popup-time .card .btn:focus {
	outline: none;
}


	/* Tech */

#popup-tech .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10;
	display: none;
}

#popup-tech .card {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	background: linear-gradient(264.96deg, #78B6FF 8.59%, #3C94FE 100%);
	box-shadow: 0px 30px 50px #414851;
	width: 660px;
	height: 522px;
	border-radius: 10px;
	z-index: 11;
}

#popup-tech .card.card-thanks {
	height: 225px;
}

#popup-tech .card.card-thanks h4 {
	width: 500px;
}

#popup-tech .close-btn {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	border-radius: 0 10px 0 0;
}

#popup-tech.active .overlay {
	display: block;
}

#popup-tech.active .card {
	transition: all 300ms ease-in-out;
	transform: translate(-50%, -50%) scale(1);
}

#popup-tech .card h4 {
	width: 360px;
	font-weight: 600;
	font-size: 42px;
	text-align: center;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 14px;
	margin: auto;
}

#popup-tech .card p {
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	color: #fff;
	padding-bottom: 25px;
}

#popup-tech .card form {
	margin: auto;
	display: table;
}

#popup-tech .card .form-control {
	padding-bottom: 10px;
}

#popup-tech .card .form-control input {
	width: 400px;
	height: 60px;
	border-radius: 5px;
	border: none;
	padding-left: 21px;
	font-size: 16px;
}

#popup-tech .card .form-control input::placeholder {
	color: #859AB1;
	font-size: 16px;
	line-height: 130%;
	overflow: visible;
}

#popup-tech .card .form-control input:focus {
	outline-color: #FF9F0F;
}

#popup-tech .card .form-control .btn {
	margin-top: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	background: linear-gradient(264.96deg, #FF9F0F 8.59%, #FF740F 100%);
	box-shadow: 0px 10px 30px rgba(243, 186, 124, 0.3);
	border-radius: 100px;
	border: none;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

#popup-tech .card .btn:hover {
	transform: scale(1.1);
}

#popup-tech .card .btn:focus {
	outline: none;
}

 /* Call */

#popup-call .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10;
	display: none;
}

#popup-call .card {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	background: linear-gradient(264.96deg, #78B6FF 8.59%, #3C94FE 100%);
	box-shadow: 0px 30px 50px #414851;
	width: 660px;
	height: 403px;
	border-radius: 10px;
	z-index: 11;
}

#popup-call .card.card-thanks {
	height: 225px;
}

#popup-call .card.card-thanks h4 {
	width: 500px;
}

#popup-call .close-btn {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	border-radius: 0 10px 0 0;
}

#popup-call.active .overlay {
	display: block;
}

#popup-call.active .card {
	transition: all 300ms ease-in-out;
	transform: translate(-50%, -50%) scale(1);
}

#popup-call .card h4 {
	font-weight: 600;
	font-size: 42px;
	text-align: center;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 14px;
	margin: auto;
}

#popup-call .card p {
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	color: #fff;
	padding-bottom: 25px;
}

#popup-call .card form {
	margin: auto;
	display: table;
}

#popup-call .card .form-control {
	padding-bottom: 10px;
}

#popup-call .card .form-control input {
	width: 400px;
	height: 60px;
	border-radius: 5px;
	border: none;
	padding-left: 21px;
	font-size: 16px;
}

#popup-call .card .form-control input::placeholder {
	color: #859AB1;
	font-size: 16px;
	line-height: 130%;
	overflow: visible;
}

#popup-call .card .form-control input:focus {
	outline-color: #FF9F0F;
}

#popup-call .card .form-control .btn {
	margin-top: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	background: linear-gradient(264.96deg, #FF9F0F 8.59%, #FF740F 100%);
	box-shadow: 0px 10px 30px rgba(243, 186, 124, 0.3);
	border-radius: 100px;
	border: none;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

#popup-call .card .btn:hover {
	transform: scale(1.1);
}

#popup-call .card .btn:focus {
	outline: none;
}

/* Font */

@font-face {
  font-family: "Gilroy";
  src: url('../font/Gilroy-Light.ttf');
}

@font-face {
  font-family: "Gilroy";
  src: url('../font/Gilroy-Medium.ttf');
  font-weight: 600;
}

@font-face {
  font-family: "Gilroy";
  src: url('../font/Gilroy-Bold.ttf');
  font-weight: bold;
}

@media(max-width: 1415px) {
	#form .container .ellipse {
		right: -30px;		
	}
}

@media(max-width: 1280px) {
	#form .container .ellipse {
		display: none;		
	}
}

@media(max-width: 1200px) {
	#form .container .ellipse {
		display: none;		
	}
}

@media(max-width: 1165px) {
	#how-we-work .grid-container {
		grid-gap: .8rem;
	}
}
.agree {display:none}




#price-block .grid-container {
display: inline-flex;
flex-wrap: wrap;
justify-content: space-between;
}

#price-block .item {
width: 48.5%;
box-shadow: 0px 4px 8px 0px rgba(0, 2, 4, 0.1);
padding: 20px;
display: flex;
flex-wrap: wrap;
margin-bottom: 25px;
border-radius: 10px;
}

#price-block .item-prais {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    border-radius: 10px;
}

#price-block .item2 {
    margin-inline: -10px;
width: 33%;
}

#price-block .item img { border-radius: 10px;max-width: 100%; }

#price-block .item .text {
text-align: center;
color: #1F262E;
font-size: 18px;
font-weight: 800;
line-height: 180%;
width: 262px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}

#price-block .item-prais .text-prais {
    margin: 20px;
    text-align: center;
    color: #1F262E;
    font-size: 24px;
    font-weight: 800;
    line-height: 180%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#price-block .item .text .green { font-size: 1.5em;color: #4398FE; }

#price-block .item .btn{
padding: 5px 25px;
border-radius: 100px;
color: #fff;
background: linear-gradient(264.96deg, #FF9F0F 8.59%, #FF740F 100%);
box-shadow: 0px 5px 15px rgba(243, 186, 124, 0.3);
font-weight: 700;
border: none;
display: inline-block;
margin-bottom: 0;
margin-top: 10px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
}

#price-block .item-prais .btn{
padding: 5px 25px;
border-radius: 100px;
color: #fff;
background: linear-gradient(264.96deg, #FF9F0F 8.59%, #FF740F 100%);
box-shadow: 0px 5px 15px rgba(243, 186, 124, 0.3);
border: none;
display: inline-block;
margin-bottom: 0;
margin-top: 10px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
}

#price-block .item .btn:hover {
    background: linear-gradient(264.96deg, #FF740F 8.59%, #FF9F0F 100%);
}

#price-block .item-prais .btn:hover {
    background: linear-gradient(264.96deg, #FF740F 8.59%, #FF9F0F 100%);
}

.hero .img-section .fridge { max-width: 425px; }
#why-better img { width: 50%; }


.hero .img-section .greenstar { left: -35px; }

@media(max-width: 1120px){
.hero .img-section .fridge { bottom: auto;top: 70px; }
}

@media(max-width: 1155px){
#price-block .item { flex-direction: column; }
#price-block .item img { width: auto;margin: 0 auto 15px; }
#price-block h2, #how-we-work h2 { padding-top: 70px; }
}

@media(max-width: 667px){
#price-block h2, #how-we-work h2 { padding-top: 50px;font-size: 30px; }
.hero .img-section .fridge { max-width: 200px; }
.hero .img-section .greenstar { left: 30px; }
.hero { max-height: none; }

}


@media(max-width: 549px){
#price-block .item {width: 300px;max-width: 99.99%;margin-left: auto;margin-right: auto; }
#why-better img { width: 90%; }
}

@media screen and (min-width: 668px){
.dws {
    display: none;
}}

/*кнопка звонка*/
@media screen and (max-width: 668px){
.callback-bt {
    display: none;
}}

.callback-bt {
        background:#007aff;
        border:2px solid #007aff;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(56,163,253,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        right: 3%;
        bottom: 5%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#38a3fd;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt i {
        color:#fff;
        font-size: 45px;
        transition:.3s;
        line-height: 70px;transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
/* конец кнопки звонка */

/* Форма скидки */

#get-discount {
    min-height: 500px;
    background: linear-gradient(337deg, #78b6ff 4.88%, #ddecff 119.21%);
}

#get-discount h2 {
    font-size: 48px;
    font-weight: 600;
    padding-top: 100px;
    text-align: center;
    margin-bottom: 10px;
}

#get-discount p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}


#get-discount .form-control-input {
    margin: auto;
    display: flex;
}

@media screen and (max-width: 900px){
#get-discount .form-control-input {
    margin: auto;
    display: table;
}}

#get-discount .form-control input {
    width: 400px;
    height: 60px;
    border-radius: 5px;
    border: none;
    padding-left: 21px;
    font-size: 16px;
}

@media screen and (max-width: 768px){
#get-discount .form-control input {
    width: 300px;
}}

@media screen and (max-width: 350px){
#get-discount .form-control input {
    width: 270px;
}}

#get-discount .form-control {
    padding: 15px;
    flex: 1;
    text-align: center;
}

#get-discount .form-control .btn {
    margin-top: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    background: linear-gradient(
264.96deg
, #FF9F0F 8.59%, #FF740F 100%);
    box-shadow: 0px 10px 30px rgb(243 186 124 / 30%);
    border-radius: 100px;
    border: none;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

#get-discount .form-control .btn:hover {
    transform: scale(1.1);
}

/* Конец формы скидки */


/* Страница спасибо */
.aftermail{
    margin-top: 100px;
    text-align: center;
    font-size: 22px;
    width: 100%;
}

.aftermail a{
    cursor: pointer;
    background: linear-gradient(264.96deg, #FF9F0F 8.59%, #FF740F 100%);
    box-shadow: 0px 10px 30px rgb(243 186 124 / 30%);
    border-radius: 100px;
    border: none;
    color: #fff;
    padding: 16px 36px;
    font-weight: bold;
    font-size: 22px;
    transition: all .2s ease-in-out;
    
}

.aftermail a:hover {
    transform: scale(1.1);
}
/* Конец страница спасибо */

/* Переключатели таблицы */
.prices_tabs {
    display: block;
    text-align: center;
    margin-bottom: 56px;
    float: left;
    width: 100%;
    font-size: inherit;
    font-weight: 600;
    padding: 0;
}

.prices_tabs a {
    text-decoration: none;    
}

.prices_tabs .tab.active {
    background: #007aff;
    color: #fff;
    border: 1px solid #007aff;
    -webkit-box-shadow: 0 15px 30px 0 rgb(175 77 140 / 20%);
    -moz-box-shadow: 0 15px 30px 0 rgba(175, 77, 140, 0.2);
    box-shadow: 0 15px 30px 0 rgb(175 77 140 / 20%);
}

.prices_tabs .tab.active:hover {
    background: #007aff;
    color: #fff;
    border: 1px solid #007aff;
    
}

.prices_tabs .tab {
    height: 46px;
    border-radius: 6px;
    font-size: 1.2em;
    color: #007aff;
    border: 1px solid rgb(0, 122, 255);
    box-sizing: border-box;
    margin: 0 7px;
    display: inline-block;
    float: none;
    width: auto;
    padding: 0 33px;
    line-height: 46px;
}

.prices_tabs .tab:hover {
    border-color: rgb(228, 230, 230);
    background: #f5faf8;
}


@media screen and (max-width: 1270px){
.prices_tabs .tab {
    margin: 0 3px;
}}

@media screen and (max-width: 1000px){
.prices_tabs .tab {
    margin-bottom: 13px;
}}

@media screen and (max-width: 690px){
.prices_tabs .tab {
    width: 47%;
    float: left;
    display: block;
    margin: 0;
    margin-bottom: 12px;
}}

@media screen and (max-width: 690px){
.prices_tabs .tab {
    font-size: 1.04em;
}}

@media screen and (max-width: 570px){
.prices_tabs .tab {
    width: 100%;
}}

@media screen and (max-width: 690px){
.prices_tabs .tab:nth-child(even) {
    float: right;
}}
/* Конец переключателей таблицы */

.tvheader {
    background: linear-gradient(180deg, #95c5ff 4.88%, #cce3ff 119.21%);
    /*background: radial-gradient(86% 86% at 53.72% 41.58%, #FFFFFF 0%, #B6D7FF 100%);*/
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.tvheader p{
    padding: 15px;
}

.img-pe-ua {
    max-width: 40px;
    padding-right: 0.5rem !important;
}

.item1-3-txt{
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
}
.site-policy-line {
    padding: 3px 10px;
    background: #eee;
    border-top: 1px solid #ccc;
}
.site-policy-line .site-policy-line-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #333;
}

/* вікно при закриті сайту */
.x-modal {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        display: flex;
        overflow: hidden;
        height: 0vh;
        background-color: transparent;
        transition: background-color 0.25s ease;
        align-items: center;
        justify-content: center;
    }

    .x-modal.open {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        transition: background-color 0.25s;
    }

    .x-modal.open > .content-wrapper {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .x-modal .content-wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: white;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        -o-transition: transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
        -webkit-transition-delay: 0.15s;
        -o-transition-delay: 0.15s;
        transition-delay: 0.15s;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .x-modal .content-wrapper .close {
        position: absolute;
        z-index: 99;
        top: 0.5rem;
        right: 0.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.5rem;
        background-color: transparent;
        border: none;
        -webkit-transition: 0.25s linear;
        -o-transition: 0.25s linear;
        transition: 0.25s linear;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .x-modal .content-wrapper .close:before,
    .x-modal .content-wrapper .close:after {
        position: absolute;
        width: 1.25rem;
        height: 0.125rem;
        content: "";
        cursor: pointer;
        background-color: black;
    }

    .x-modal-3:not(.x-modal-3) .content-wrapper .close:after {
        content: "";
        right: -80px;
        top: -85px;
        width: 140px;
        height: 140px;
        background: #0094fd;
        z-index: -1;
        position: absolute;
        border-radius: 100%;
    }

    .x-modal .content-wrapper .close:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .x-modal .content-wrapper .close:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .x-modal-3 .content-wrapper .close {
        right: -70px;
        top: -70px;
        width: 140px;
        height: 140px;
        background: #0094fd;
        border-radius: 100%;
    }

    .x-modal-3 .content-wrapper .close:after,
    .x-modal-3 .content-wrapper .close:before {
        left: 35px;
        bottom: 45px;
        -webkit-transition: 0.25s linear;
        -o-transition: 0.25s linear;
        transition: 0.25s linear;
    }

    @media  all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .modal:not(.x-modal-3) .content-wrapper .close {
            right: 1rem;
        }
    }

    .modal:not(.x-modal-3) .content-wrapper .close:hover:before,
    .modal:not(.x-modal-3) .content-wrapper .close:hover:after {
        background-color: #ff8001;
    }

    .x-modal-3 .content-wrapper .close:hover:after,
    .x-modal-3 .content-wrapper .close:hover:before {
        background-color: #fff;
    }

    .x-modal .content-wrapper .content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .d-flex {
        display: -ms-flexbox;
        display: flex;
    }

    .d-none {
        display: none;
    }

    .x-col-12,
    .x-col-md-8,
    .x-col-md-4,
    .x-col-md-7,
    .x-col-md-5 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .x-col-12 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    @media (min-width: 768px) {
        .x-col-md-4 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }

        .x-col-md-5 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }

        .x-col-md-7 {
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }

        .x-col-md-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }

        .d-md-block {
            display: block;
        }
    }

    .bg {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
    }

    @media  screen and (max-width: 991px) {
        .bg {
            background-position: left center;
        }
    }

    .x-modal-1 .content-wrapper,
    .x-modal-2 .content-wrapper {
        max-width: 750px;
        width: 98%;
    }

    .x-modal-3 .content-wrapper {
        max-width: 920px;
        width: 98%;
        overflow: hidden;
    }

    .x-modal-backdrop.show {
        opacity: 0.9;
    }

    .x-modal .x-modal-content {
        border: 0;
        overflow: hidden;
        border-radius: 10px;
    }

    .x-modal__title {
        font-size: 32px;
        margin-bottom: 20px;
        line-height: 1;
    }

    .x-modal__text {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .x-modal__form input {
        width: 100%;
        font-size: 14px;
        text-align: center;
        border-radius: 20px;
        border: 2px solid #e8e8e8;
        padding: 12px 10px;
        line-height: 1;
        outline: none !important;
    }

    .x-modal__form button {
        width: 100%;
        background: #292929;
        color: white;
        border: 1px solid transparent;
        padding: 14px 10px;
        line-height: 1;
        font-size: 14px;
        text-align: center;
        border-radius: 20px;
        outline: none;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .x-modal__form button:hover {
        background: transparent;
        color: #292929;
        border: 1px solid #292929;
    }

    .x-modal__agree {
        margin-top: 20px;
        font-size: 12px;
    }

    .x-modal__item {
        width: 100%;
    }

    .x-modal__item:first-child {
        padding-right: 10px;
    }

    .x-modal-1 .x-modal__left {
        min-height: 400px;
    }

    .x-modal-1 .x-modal__left img {
        position: absolute;
        bottom: 0;
        left: 10px;
    }

    .x-modal-1 .x-modal__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 50px;
    }

    .x-modal-2 .x-modal-wrap {
        padding: 70px;
        text-align: center;
        border-radius: 10px;
    }

    .x-modal-2 .x-modal__title {
        margin-bottom: 50px;
    }

    .x-modal-2 .x-modal__text {
        font-size: 22px;
        margin-bottom: 50px;
    }

    .x-modal-2 .form__row {
        max-width: 460px;
        margin: 0 auto;
    }

    .x-modal-2 .x-modal__form input,
    .x-modal-2 .x-modal__form button {
        font-size: 16px;
    }

    .x-modal-2 .x-modal__agree {
        font-size: 14px;
    }

    .x-modal-3 .x-modal-wrap {
        width: 100%;
    }

    .x-modal-3 .x-modal__right {
        padding-top: 70px;
        padding-bottom: 60px;
        padding-left: 30px;
        padding-right: 40px;
    }

    .x-modal-3 .x-modal__title {
        font-size: 22px;
        line-height: 1.3;
    }

    .x-modal-3 .x-modal__text {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .x-modal-3 .x-modal__agree {
        font-size: 12px;
        line-height: 1.2;
        margin-top: 5px;
        padding-right: 30px;
    }

    .x-modal-3 .x-modal__form input {
        font-size: 18px;
        border-radius: 40px;
        padding: 14px 10px;
        margin-bottom: 15px;
    }

    .x-modal-3 .x-modal__form button {
        font-size: 18px;
        border-radius: 40px;
        padding: 20px 10px;
        margin-bottom: 15px;
    }

    @media  screen and (max-width: 767px) {
        .x-modal__form {
            max-width: 320px;
            margin: 10px auto;
        }

        .bg {
            background-image: none !important;
        }

        .x-modal-1 .content-wrapper,
        .x-modal-2 .content-wrapper,
        .x-modal-3 .content-wrapper {
            width: 96%;
            margin: 20px auto;
        }

        .modal:not(.x-modal-3) .content-wrapper .close {
            top: 0;
            right: 0;
        }

        .x-modal-1 {
            text-align: center;
        }

        .form__row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .x-modal__item {
            width: 100%;
        }

        .x-modal__item:first-child {
            padding-right: 0;
            margin-bottom: 10px;
        }

        .x-modal-2 .x-modal-wrap {
            padding: 60px 30px;
        }

        .x-modal-2 .x-modal__title {
            margin-bottom: 30px;
            font-size: 28px;
        }

        .x-modal-2 .x-modal__text {
            font-size: 18px;
            margin-bottom: 30px;
        }

        .x-modal-2 .form__row {
            max-width: 320px;
        }

        .x-modal-3 .x-modal__right {
            padding: 60px 30px !important;
        }

        .x-modal-3 {
            text-align: center;
        }
    }

    form.x-modal__form {
        display: block;
    }