/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	position: relative
}

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

.upper-header {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	color: #a1a1a1;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	display: block
}

.section-caption {
	text-align: center;
	font-size: 300%;
	margin: 0 auto;
	width: 50%
}

.section-caption_align_left{
    text-align: left;
}

.section-caption_size_wide{
    width: 85%;
}

.section-description {
	text-align: center;
	font-size: 18px;
	display: block;
	margin: 0 auto;
	width: 50%;
	line-height: 1.6;
	padding: 50px 0
}

.section-description_align_left{
    text-align: left;
}

.section-description_size_wide{
    width: 85%;
}

.text_purple {
	color: #87acc8
}

.text_align_left {
	text-align: left
}

.section_theme_gray {
	background: #f4f4f4;
	box-sizing: border-box;
	padding: 100px 0
}

.btn {
	border: 2px solid #87acc8;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 40px;
	background: #87acc8;
	transition: 0.2s;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600
}

.btn:hover {
	cursor: pointer;
	background: transparent;
	transition: 0.2s
}

.btn_theme_inline {
	background: transparent;
	border-color: #fff
}

.btn_theme_inline:hover {
	color: #000;
	background: #fff
}

.btn_theme_dark-blue{
    background: rgb(59, 69, 82);
    border: 1px solid rgb(59, 69, 82);
}

.btn_type_callback{
    margin: 0 auto;
    display: block;
}

.btn_type_callback:hover{
    background: rgb(59, 69, 82)
}

.cta-form__text{
    border: 1px solid #fff;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 15px 40px;
    font-weight: 600;
    margin: 0 5px;
    box-sizing: border-box;
}

.cta__caption{
    margin-bottom: 10px;
}

.cta__description{
    margin-top: 0;
}

.section-cta{
    background: #87acc8;
    box-sizing: border-box;
    padding: 40px 0;
}

.cta__inner{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.popup{
    background: #e8e8e8;
    width: 500px;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 10px 30px;
    position: relative;
}

.popup__caption{
    text-align: center;
}

.popup-cta{
    
}

.popup-cta__fieldset{
    border: none;
    padding: 10px 0;
}

.cta-form__text_type_popup{
    border: 1px solid rgba(0,0,0,.1);
    width: 100%;
    text-align: center;
}

.go2top{
    position: fixed;
    display: block;
    right: 20px;
    bottom: 50px;
    width: 40px; height: 40px;
    background: #87acc8;
    border-radius: 50%;
    -webkit-box-shadow: 4px 6px 13px -4px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 6px 13px -4px rgba(0,0,0,0.25);
    box-shadow: 4px 6px 13px -4px rgba(0,0,0,0.25);
}

.go2top__pic{
    height: auto;
	width: 20px;
	position: relative;
	left: 10px;
	top: 9px;
}

@media (max-width:1219px) {
	.container {
		width: 970px
	}
	
	.cta__inner{
	    flex-direction: column
	}
	
	.cta__left{
	    width: 100%;
	    text-align: center;
	}
	
	.cta-form{
	    width: 100%;
	}
	
    .cta-form__text{
        width: 100%;
        margin: 10px 0;
    }
    
    .btn_place_cta-form{
        margin: 10px auto 0 auto;
        display: block;
    }
}

@media (max-width:992px) {
	body {
		overflow-x: hidden
	}
	.container {
		width: 750px
	}
	.section-caption {
		width: 100%
	}
	.section-description {
		width: 100%
	}
}

@media (max-width:768px) {
	.container {
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		width: 100%
	}
	
	.popup{
	    width: 100%;
	}
}

@media (max-width:480px) {
	.section-caption {
		font-size: 20px
	}
}

.main-header {
	position: relative;
	background: rgb(59, 69, 82);
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 30px 40px;
	align-items: center
}

.page_id_1 .main-header {
    position: absolute;
}

.main-header .main-header-nav .main-header-nav__link {
	padding: 5px 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600
}

.main-header .main-header__logo span {
	color: #ffffff;
	font-weight: 700;
	font-size: 30px
}

.main-header__tel{
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    font-style: normal;
    font-weight: bold;
    
}

@media (max-width:992px) {
	.main-header .btn {
		display: none
	}
}

@media (max-width:768px) {
	.main-header .main-header-nav {
		display: none
	}
}

.intro {
	background: rgb(59, 69, 82);
	box-sizing: border-box;
	padding: 150px 0
}

.intro .main-title {
	color: #ffffff;
	font-size: 90px;
	font-weight: bold
}

.intro .main-title span {
	color: #87acc8
}

.intro .main-subtitle {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 20px
}

.intro .intro__description {
	color: #a1a1a1;
	line-height: 1.6;
	font-size: 16px;
	width: 55%
}

.intro .intro-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between
}

.intro .hero-pic {
	width: 100%;
	max-width: 100%;
	height: auto
}

.intro .left,
.intro .right {
	margin-top: 40px
}

@media (max-width:992px) {
	.intro .intro-inner .left {
		position: relative;
		z-index: 2
	}
	.intro .intro-inner .right {
		position: absolute;
		right: -220px;
		top: 40px;
		z-index: 1;
		opacity: 0.3
	}
}

@media (max-width:992px) {
    h2:not(.intro h2) {
        	font-size: 28px !important; 
    }
	.intro .main-title {
		font-size: 32px !important;
	}
	.intro .intro__description {
		width: 100%
	}
	.intro .intro-inner .left {
		width: 100%
	}
	.intro .intro-inner .right {
		width: 100%;
		right: 0
	}
	.intro .hero-pic {
		width: 60%;
		margin: 40px auto 0 auto
	}
}

@media (max-width:480px) {
	.intro .hero-pic {
		/* width: 100%; */
		display: block;
		width: 320px;
		margin: 0 auto
	}
	.intro .main-title {
		font-size: 16vw
	}
}

.about {
	box-sizing: border-box;
	padding: 80px 0;
	background: #f4f4f4
}

.about-gallery {
	display: flex;
	flex-direction: row;
	justify-content: space-between
	height: 600px;
	gap:20px;
}

.about-gallery__link {
	width: 93%;
	max-width: 387px;
	max-height:600px;
	height: auto
}

.about-gallery__link {
    overflow: hidden;
    position: relative;
    display: block;
    height: 600px;
}

.about-gallery__link > img{
    transition: .2s;
    height: 100%;
width: 100%;
object-fit: cover;

    
}

.about-gallery__link:hover > img{
    transform: scale(1.5);
    opacity: .6;
    transition: .2s;
}

.features{
    box-sizing: border-box;
    padding: 80px 0 80px 0;
}

.features .section-caption_feature {
	text-align: left;
	width: 100%;
	padding-bottom: 30px
}

.features .upper-header_feature {
	text-align: left;
	width: 100%
}

.features .feature-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 40px 0;
	margin: 0 auto
}


.features .feature-inner .column {
	width: 50%
}

.features .feature-inner:nth-child(odd) .column:nth-child(odd) {
	width: 50%
}

.features .feature-inner:nth-child(2n) {
	flex-direction: row-reverse
}

.features .feature-inner:nth-child(2n) .column:nth-child(2n) {
	width: 70%
}

.features .features-list {
	width: 70%
}

.features .features-list .feature {
	padding: 15px 0;
	transition: 0.2s
}

.features .features-list .feature:hover {
	transform: translateX(20px);
	transition: 0.2s
}

.features .features-list .feature .feature__description {
	line-height: 1.6;
	color: #a1a1a1
}

.features .features-list .feature_type_with-icon {
	padding-left: 75px
}

.features .features-list .feature_type_with-icon:first-child {
	background: url(/assets/template/images/feature_icon-01.svg) 0 20px no-repeat
}

.features .features-list .feature_type_with-icon:nth-child(2) {
	background: url(/assets/template/images/feature_icon-03.svg) 0 20px no-repeat
		
}

.features .features-list .feature_type_with-icon:nth-child(3) {
background: url(/assets/template/images/feature_icon-02.svg) 0 20px no-repeat
}

@media (max-width:992px) {
    .about-gallery{
        overflow-x: auto;
        flex-wrap: nowrap;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
    
    .about-gallery__link{
        overflow: initial;
        margin: 0 15px;
        max-height: 315px;
    }
    
    .about-gallery__link:hover img{
        transform: none;
    }
    
	.features .column {
		width: 50%!important
	}
	.features .meet-with-our__img {
		width: 100%;
		max-width: 100%
	}
}

@media (max-width:768px) {
    .intro .hero-pic {
	width: 100%;
	max-width: 50%;
	height: auto
}
	.features .column {
		width: 100%!important
	}
	.features .feature-inner {
		width: 100%;
		flex-direction: column
	}
	.features .feature-inner:nth-child(2) {
		flex-direction: column
	}
	.features .feature-inner:last-child {
		flex-direction: column
	}

	.features .feature-inner:nth-child(2n){
		flex-direction: column
	}
}

@media (max-width:480px) {
	.features .features-list {
		width: 100%
	}
}

.how-it-works .section-caption,
.how-it-works .section-description,
.how-it-works .upper-header {
	width: 50%;
	margin: 0
}

@media (max-width:992px) {
	.how-it-works .section-caption,
	.how-it-works .section-description,
	.how-it-works .upper-header {
		width: 100%
	}
}

@media (max-width:480px) {
	.how-it-works iframe {
		height: auto
	}
}

.colors {
	box-sizing: border-box;
	padding: 100px 0 140px 0;
	background: rgb(59, 69, 82);
	color: #fff;
	text-align: center
}

.colors .colors-items {
	margin: 100px 0
}

.colors .colors-items .colors-items-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.colors .colors-items .colors-items-list .colors-items-list__element {
	width: 28%;
	text-align: left;
	padding: 5px 0
}

@media (max-width:480px) {
	.colors .colors-items .colors-items-list {
		flex-direction: column
	}
	.colors .colors-items .colors-items-list .colors-items-list__element {
		width: 100%
	}
	.colors .colors__item {
		max-width: 100%;
		margin: 7.5px 0
	}
}

.testimonials {
	background: #f4f4f4;
	box-sizing: border-box;
}

.testimonials .testimonial {
	margin: 0 auto;
	line-height: 1.6;
	width: 50%;
	text-align: center
}

.testimonials .testimonial .testimonial__icon {
	border-radius: 50%;
	width: 92px;
	height: 92px;
	margin: 60px 0 10px 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.05)
}

.testimonials .testimonial .testimonial__author {
	color: #87acc8;
	font-weight: 700
}

@media (max-width:480px) {
	.testimonials .testimonial {
		width: 100%
	}
}

.main-footer {
	background: rgb(59, 69, 82);
	font-size: 16px;
	color: #a1a1a1;
	padding: 0 0 30px 0
}

.main-footer .main-footer-social {
	background: #fff;
	box-sizing: border-box;
	padding: 50px 0
}

.main-footer-social__heading{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.main-footer .main-footer-social .main-footer-social-inner {
	display: flex;
	margin: 0 auto;
	width: 300px;
	justify-content: center
}

.main-footer .main-footer-social .facebook,
.main-footer .main-footer-social .instagram,
.main-footer .main-footer-social .twitter,
.main-footer .main-footer-social .youtube {
	/*border: 1px solid #9522ff;
	/* background: #9522ff; */
	border-radius: 10px;
	padding: 3px 10px 0px 10px
}

.main-footer .main-footer-top {
	box-sizing: border-box;
	padding: 50px 0 0 0;
	margin-bottom: 50px
}

.main-footer .main-footer-top .main-footer-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

.main-footer .main-footer-top a {
	color: #a1a1a1;
	text-decoration: none
}

.main-footer .main-footer-top .payment-block {
	width: 60%
}

.main-footer .main-footer-top .main-footer-nav-inner,
.main-footer .main-footer-top .payment-methods {
	list-style: none;
	padding: 0;
	margin: 0
}

.main-footer .main-footer-top .main-footer-nav {
	width: 20%
}

.main-footer .main-footer-top .main-footer-nav .main-footer-nav__caption {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700
}

.main-footer .main-footer-top .main-footer-nav .nav-item {
	padding: 5px 0
}

.main-footer .main-footer-bottom {
	text-align: center;
	font-size: 14px
}

@media (max-width:992px) {
	.intro{
		padding: 90px 0 40px 
	}

	.about{
		padding: 40px 0 50px
	}

	.features .feature-inner {
		padding: 40px 0 0
	}

	.section_theme_gray{
		padding: 40px 0
	}

	.colors{
		padding: 40px 0 60px
	}

	.colors .colors-items {
		margin: 40px 0;
	}

    .colors .colors-items .colors-items-list .colors-items-list__element {
	    width: 100%;
	}

	.testimonials{
		padding: 40px 0
	}

	.main-footer .main-footer-top {
		padding: 40px 0 0;
		margin-bottom: 40px
	}

	.payment-block{
		display: none
	}

	.main-footer .main-footer-top .main-footer-inner {
		flex-direction: column
	}
	.main-footer .main-footer-bottom {
		text-align: left
	}

	.main-footer .main-footer-top .main-footer-nav {
		width: 100%;
	}
}

@media (max-width:480px) {
	.main-footer .main-footer-social .main-footer-social-inner {
		justify-content: space-evenly
	}

    .about-gallery__pic{
        height: auto;
        max-height: 100px;
    }
    
    .main-header__tel span{
        font-size: 16px;
    }
}

.e404{
    text-align: center;
}

.e404__text{
    font-size: 16px;
}

.e404__caption{
    text-align: center;
    font-size: 10vw;
}
.feedback-raiting {
	width: 265px;
	margin-bottom: 10px;
}
.feedback-raiting span:nth-child(1) {
	margin-left: 0;
}
.feedback-raiting span {
	padding: 0;
	font-size: 32px;
	margin: 0 3px;
	line-height: 1;
	color: lightgrey;
}
.feedback-raiting > span:before {
	content: '★';
}
.feedback-raiting > span.active {
	color: gold;
}
.feedback-name{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.feedback-header{
    display: flex;
    justify-content: flex-start;
}
.feedback-comment-exclamation svg{
    float: right;
}
.feedback-comment-exclamation{
    flex:0 0 80%;
}
.feedback-icon-cart{
    margin-right: 10px;
}
@media (max-width:768px) {
   .feedback-header{
    justify-content: space-between;
   }
    header img {
        width: 50px;
        height:50px;
    }
} 
.feedback-comment-exclamation{
    flex:none;
}
}
