body .container {
	padding: 0 18px;
}

/* Navbar section */


nav .flex-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 34px 0;
	grid-gap: 0px;
}

 
nav .flex-container .item1 span {
	border-right: none;
	padding-right: 0px;
}

nav .flex-container .item1 {
	padding-bottom: 20px;
}

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

nav .flex-container .item3 {
	padding-bottom: 0px;
}

nav .flex-container .item4 {
	margin: auto;
	display: none;
}

/* Hero section */

.hero .flex-container {
	flex-direction: column-reverse;
}

.hero .text-section {
	margin-bottom: 30px;
	width: auto;
}

.hero .text-section h1 {
	font-size: 40px;
	margin-top: 50px;
	text-align: center;
}

.hero .text-section ol {
	font-size: 14px;
	text-align: center;
}

.hero .text-section .buttons {
    margin-top: 30px;
    text-align: center;
    display: grid;
}

.hero .text-section .buttons button {
	margin-right: 12px;
	font-size: 16px;
	padding: 16px;
}

.hero .text-section .buttons .item2 span {
	font-size: 14px;
}

.hero .img-section {
	display: none;
}

.hero .img-section .ellipse {
	display: none;
}

.hero .img-section .fridge {
	width: 80%;
	height: auto;
	left: 50%;
	transform: translate(-50%);
}

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

/* How we work section */

#price-block .item .btn {
    display: block;
}

#how-we-work .grid-container {
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 1rem;
	margin-bottom: 50px;
}

#how-we-work h2 {
	font-size: 30px;
	padding-top: 70px;
	margin-bottom: 30px;
}

#how-we-work .card {
	width: 100%;
}

#how-we-work .card .card-container {
	width: 100%;
}

#how-we-work .card .card-container ul li:first-of-type {
	font-size: 36px;
}

#how-we-work .card .card-container ul li:last-of-type {
	font-size: 18px;
	width: 140px;
}

/* Why us section */

#why-us h2 {
	font-size: 30px;
}

#why-us .flex-container {
	display: flex;
	flex-direction: column;
	padding-bottom: 50px;
}

#why-us .card {
	width: 100%;
	margin-bottom: 10px;
}

#why-us .card p {
	padding: 0 40px;
	justify-content: center;
	text-justify: inter-word;
	font-size: 18px;
}

/* Why better section */

#why-better .flex-container {
	flex-direction: column-reverse;
}

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

#why-better .flex-container .why-better-right h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

#why-better .flex-container .why-better-right .card {
	width: 100%;
	flex-direction: column;
	padding: 10px 20px;
	text-align: center;
}

#why-better .flex-container .why-better-right .card img {
	margin: auto;
	margin-top: 20px;
}

#why-better .flex-container .why-better-right .card p {
	padding-bottom: 20px;
}

#why-better .flex-container img {
	max-width:100%;
	height:auto;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* About section */

#about h2 {
	font-size: 30px;
}

#about .flex-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1.2rem;
	margin-bottom: 50px;
	justify-items: center;
}

#about .item p {
	font-size: 18px;
}

/* Brands section */

#brands h2 {
	font-size: 30px;
	padding-top: 40px;
}

#brands .grid-container {
	grid-template-columns: repeat(2, 1fr);
}

#brands .grid-container .card img {
	max-width: 90%;
	height: auto;
}

/* Form section */

#form {
	height: 550px;
}

#form img {
	display: none;
}

#form .card {
	position: static;
	width: 100%;
	margin-top: 50px;
}

#form .card h4 {
	font-size: 30px;
}

#form .card p {
	font-size: 20px;
}

#form .card p:last-child {
	font-size: 14px;
	width: 100%;
	margin: auto;
	padding: 20px 20px;
}

#form .card form {
	padding: 0 10px;
}

#form .card .form-control input {
	width: 300px;
}

/* Map section */

#map img {
	display: none;
}

/* Footer */

footer .flex-container {
	flex-direction: column;
	padding: 18px 0;
}

footer .flex-container .flex-right {
	flex-direction: column;
}

footer .flex-container .item1 h4 {
	font-size: 20px;
}

footer .flex-container .flex-right .item3 {
	margin: 20px 0;
}

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

/* Modals */

	/* Tech */

#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: 355px;
	height: 486px;
	border-radius: 10px;
	z-index: 11;
}

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

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

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

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

 /* Call */

#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: 355px;
	height: 416px;
	border-radius: 10px;
	z-index: 11;
}

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

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

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

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

#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: 355px;
	height: 416px;
	border-radius: 10px;
	z-index: 11;
}

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

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

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

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

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

@media(max-width: 385px) {
	.hero .text-section h1 {
		font-size: 36px;
		margin-top: 30px;
		text-align: center;
	}

	.hero .text-section .buttons button {
		margin-right: 12px;
		font-size: 20px;
		padding: 16px;
	}

	#form .card {
		position: static;
		width: 100%;
		margin-top: 50px;
	}

	#form .card h4 {
		font-size: 26px;
	}

	#form .card p {
		font-size: 18px;
	}

	#form .card p:last-child {
		font-size: 12px;
		width: 100%;
		margin: auto;
		padding: 20px 20px;
	}

	#form .card form {
		padding: 0 10px;
	}

	#form .card .form-control input {
		width: 260px;
	}

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

	#about .item .inner {
		border-radius: 50%;
		width: 100px;
		height: 100px;
		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: 80px;
		height: 80px;
		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: 30px;
		color: #fff;
		font-weight: 600;
		display: table-cell;
	}

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

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

	#about .item:last-child p {
		width: 150px;
	}
}
.agree {display:none}




@media(max-width: 319px){
#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: 60px;
    width: 60px;
    margin: auto;
    margin-left: 15px;
    margin-right: 15px;
}

#about .item .inner {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    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: 65px;
    height: 65px;
    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 { font-size: 25px; }
#about .item:nth-child(3) .inner div p {
    font-size: 19.5px;
}
#about .item:last-child p,
#about .item p { width: 122px;font-size: 13.5px; }
#form .card .form-control input { width: 100%; }
#form .card { height: auto; }

}

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

.dws {
 position: fixed;
 z-index: 999999;
 bottom: 20px;
 right: 10px;
}
.dws .pulse, .bloc, .phone {
 position: absolute;
 width: 75px;
 height: 75px;
 color: #fff;
 text-align: center;
 border-radius: 50%;
}
.dws .bloc {
 cursor: pointer;
 z-index: 9999;
 overflow: hidden;
}
.dws .pulse {
 background: #25a129;
 position: relative;
 transition: .5s;
}
.dws .phone {
 font-size: 53px;
 line-height: 80px;
 animation: phone .9s ease-in-out infinite;
}
.dws .text {
 position: absolute;
 opacity: 0;
 text-transform: uppercase;
 font-weight: 700;
 top: 28px;
 font-size: 15px;
 transform: scaleX(-1);
 transition: .5s ease-in-out;
}
.dws .phone i {
 transition: .5s ease-in-out;
}

@keyframes phone {
 0%, 100% {
  transform: rotate(-20deg);
 }
 50% {
  transform: rotate(21deg);
 }
}
@keyframes pulse {
 0% {
  transform: scale(0.5);
  opacity: 0;
 }
 50% {
  opacity: 1;
 }
 100% {
  transform: scale(1.2);
  opacity: 0;
 }
}
/* конец кнопки звонка */

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

#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;
    margin-bottom: 30px;
    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);
}

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



