@import url(reset.css);

.numberPhone {
	color: black;
}

.blick {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	overflow: hidden;
	box-sizing: border-box;
}

.blick::before {
	content: "";
	position: absolute;
	width: 20px;
	background-color: white;
	height: 400px;
	margin-top: -100px;
	left: -50px;
	transform: rotate(25deg);
	
	animation-name: shine;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes shine {
    0% {left: -90px; }
    10% {left: -90px; }
    40% {left:600px;}
    100% {left: 600px; }
}

.circlesAnim {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 1px;
}

.animCircle {
	width: 1px;
	height: 1px;
	position: absolute;
	border-radius: 50%;
	border: 1px solid #f0eada;
	
	animation-name: pulse;
	animation-duration: 6s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.delay0s {
	animation-delay: 0s;
}

.delay1s {
	animation-delay: 1s;
}

.delay2s {
	animation-delay: 2s;
}

.delay3s {
	animation-delay: 3s;
}

@keyframes pulse {
    0% {transform: translateY(0px) translateX(0px); opacity: 1; width: 1px; height: 1px;}
    33% {transform: translateY(-300px) translateX(-300px); opacity: 1; width: 600px; height: 600px;}
    50% {transform: translateY(-450px) translateX(-450px); opacity: 0; width: 900px; height: 900px;}
    100% {transform: translateY(-450px) translateX(-450px); opacity: 0; width: 900px; height: 900px;}
}
/*********************************/

.modalWrap {
	position: absolute;
	width: 100%;
	text-align: center;
}

.modalForm {
	background-color: white;
	border-radius: 4px;
	width: calc(100% - 30px);
	max-width: 390px;
	position: relative;
	z-index: 5555;
	display: none;
}


.modalForm .sec1FormWrap h5 {
	padding-bottom: 25px;
}

.modalInfo {
	background-color: white;
	border-radius: 10px;
	width: calc(100% - 30px);
	max-width: 950px;
	position: relative;
	z-index: 5555;
	display: none;
	text-align: left;
	padding-bottom: 30px;
}

.infoImgWrap {
	width: calc(100% - 560px);
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding-top: 100px;
}

.photoBoiler {
	width: 340px;
	height: 255px;
	background-size: auto 100%;
	background-position: center;
	display: inline-block;
	background-repeat: no-repeat;
}

.photoBoilerContain {
	background-size: contain;
	width: 200px;
	height: 250px;
}

.owl3 .owl-next {
	right: 25px;
}

.owl3 .owl-prev {
	left: 25px;
}

.infoImg {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 100px;
}

.infoTextWrap {
	width: 545px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.infoOpisanie {
	font: bold 17px Roboto;
	padding: 25px 0 15px 0;
}

.infoText {
	font: 15px Roboto;
	line-height: 1.733;
}

.infoPrice {
	font: bold 22px Roboto;
	color: #0b6aec;
	padding: 25px 0 20px 0;
}

.modalInfo .btn2 {
	width: calc(100% - 30px);
	max-width: 290px;
	height: 65px;
	position: relative;
	left: auto;
	top: auto;
	bottom: auto;
	right: auto;
	margin-top: 25px;
}

.modalInfo .btn2 p {
	font: bold 18px Roboto;
}






.modalForm .sec1FormWrap {
	width: 100%;
	margin-top: 0;
}

.thanks {
	background-color: white;
	border-radius: 15px;
	width: 290px;
	padding: 50px 10px 50px 10px;
	position: relative;
	z-index: 5555;
	display: none;
	text-align: center;
	margin-bottom: 50px;
	opacity: 0;
}

.thanksImgWrap {
	filter: drop-shadow( 0 0 14px #fead00 );
}

.thanksImg {
	width: 170px;
}

.thanks h6 {
	font-size: 40px;
	font-family: Roboto;
	line-height: 1;
	color: black;
	margin-top: 20px;
}

.thanks h6 span {
	font-size: 24px;
}

#overlay {
	z-index:5554;
	position:fixed;
	background-color:#000;
	opacity:0.8; 
	filter:alpha(opacity=80);
	width:100%; 
	height:calc(100% + 1000px);
	top:0;
	left:0;
	cursor:pointer;
	display:none;
}

.galery {
	background-color: white;
	border-radius: 4px;
	width: auto;
	max-width: calc(100% - 60px);
	position: relative;
	z-index: 5555;
	display: none;
	padding: 15px;
}

.modal_close {
	width: 40px;
	height: 40px;
	background-color: white;
	border: 2px solid black;
	border-radius: 50%;
	position: absolute;
	display: inline-block;
	right: -20px;
	top: -20px;
	padding: 0 0 2px 2px;
	transform: rotate(45deg);
	user-select: none;
	cursor: pointer;
	color: black;
}

.modal_close span {
	vertical-align: middle;
	font: bold 36px Gotham;
	line-height: 1;
}

#galeryImg {
	max-width: 100%;
	max-height: calc(100vh - 65px);
	cursor: pointer;
}

.sliderImg {
	cursor: pointer;
}
/*********************************/

.menuBtn {
	position: absolute;
	border-radius: 10px;
	background-image: linear-gradient(0deg, rgb(253,225,0) 0%, rgb(254,173,0) 14%, rgb(253,225,0) 100%);
	box-shadow: 0px 3px 0px 0px rgba(255, 149, 45, 1);
	width: 45px;
	height: 45px;
	top: 10px;
	right: 10px;
	z-index: 999;
	text-align: center;
	font-size: 0;
}

.menuBtn img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.xsMenu {
	width: 100%;
	height: 0px; /*620px*/
	overflow: hidden;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	top: 0;
	z-index: 998;
	padding-left: 10px;
	padding-right: 10px;
}

.xsMenu .contact_icon {
	margin-right: 2px;
}

.xsMenu .icon_telegram {
    margin-left: 0px;
}

.xsMenu .contact_number {
    padding-left: 10px;
}

.menuWrap {
	width: 300px;
	text-align: left;
	overflow: scroll;
	position: absolute;
	top: 80px;
	max-height: calc(100vh - 80px);
}

.menuUslugi {
	font: 16px Roboto;
	line-height: 2.188;
}

main {
	
}

header {
	background-color: white;
	border-bottom: 1px solid #f1f1f1;
	position: fixed;
	z-index: 5;
	width: 100%;
	top: 0;
}

.clear {
	clear: both;
}

.helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.empty {
	box-shadow: 0 0 20px red inset;
}

.navs {
	text-align: center;
}

.navs li {
	display: inline-block;
	line-height: 50px;
}

.navs a {
	color: black;
	font: 14px Roboto;
}

.navs li:nth-child(even) {
	color: #0b6aec;
	padding: 0 10px;
}

.sec1 {
	background: url(../img/sec1bg.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 100px;
	margin-top: 50px;
}.formModal.line .btn2.submit {margin-left: 20px;}
.formModal.line {
    display: flex;
    width: 100%;
max-width: 527px;margin: 0px auto;}
.sec1FormWrap {
	background-color: white;
	border-radius: 10px;
	text-align: center;
	margin-top: 45px;
	position: relative;
	padding-bottom: 45px;
}

.sec1FormWrap h5 {
	font: 700 20px Roboto;
	padding-top: 45px;
}

.sec1FormWrap h6 {
	font: 300 20px Roboto;
	line-height: 1.7;
	padding-top: 10px;
}

.buy {
	display: none;
}

input {
	width: 100%;
	height: 65px;
	margin-top: 5px;
	max-width: calc(100% - 30px);
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	border-radius: 10px;
	font: 16px Roboto;
	padding-left: 15px;
}

.sec1FormWrap .btn2 {
	width: 100%;
	max-width: calc(100% - 30px);
	height: 65px;
	margin: 0;
	display: inline-block;
	position: relative;
	left: auto;
	bottom: auto;
	margin-top: 5px;
}

.sec1FormWrap .btn2 p {
	font-size: 18px;
	font-weight: bold;
}

.sec1FormWrap .btn2 img {
	height: 30px;
	vertical-align: middle;
	margin-left: 5px;
}

.timer {
	text-align: center;
	font-size: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.timer .time {
	display: inline-block;
	font: 300 24px Roboto;
	width: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #0b6aec;
	border-radius: 10px;
	margin: 0 3px;
	color: white;
}

.logo img {
	width: 100%;
	position: relative;
	z-index: 999;
}

.sec1 .contacts {
	font-size: 0;
}

.contact_icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	font-size: 0;
	border: 1px solid #ede6e0;
	margin-right: 15px;
	vertical-align: middle;
}

.contact_icon img {
	vertical-align: middle;
	max-width: 20px;
	max-height: 20px;
}

.contact_text {
	display: inline-block;
	font: 14px Roboto;
	line-height: 1.714;
	vertical-align: middle;
	margin-right: 25px;
}

.icon_telegram {
	border: 0;
	background-color: #0b6aec;
	margin-right: 5px;
	margin-left: 5px;
}

.icon_viber {
	border: 0;
	background-color: #a119aa;
	margin-right: 5px;
}

.icon_whatsapp {
	border: 0;
	background-color: #3fbe18;
	margin-right: 15px;
}

.contact_number {
	font: 900 16px Roboto;
	line-height: 1.625;
	display: inline-block;
	vertical-align: middle;
}

.boiler {
	padding-top: 90px;
	position: relative;
}

.boiler .type {
	font: bold 30px Roboto;
	text-align: center;
}

.boiler .descr {
	font: 500 16px Roboto;
	color: #8b8a88;
	text-align: center;
	padding: 10px 0 15px 0;
	cursor: pointer;
}

.boiler .descr:hover {
	text-decoration: underline;
}

.stick {
	width: 50px;
	height: 3px;
	background-color: #ff4a00;
	margin: 0 auto;
}

.boiler_image {
	text-align: center;
	padding-top: 35px;
}

.boiler1 .carpet {
	display: inline-block;
	position: absolute;
	height: 206px;
	width: 178px;
	background-image: url(../img/carpet1.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	margin-left: -25px;
	margin-top: 10px;
}

.boiler2 .carpet {
	display: inline-block;
	position: absolute;
	height: 203px;
	width: 178px;
	background-image: url(../img/carpet2.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	margin-left: -25px;
	margin-top: 10px;
}

.boiler1 .boiler_image img {
	position: relative;
	z-index: 2;
	margin-left: -25px;
}

.boiler2 .boiler_image img {
	position: relative;
	z-index: 2;
	margin-left: -5px;
}

.btn1 {
	width: 170px;
	height: 50px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	user-select: none;
	border: 1px solid #ff4a00;
	margin-left: calc(50% - 95px);
	margin-top: 45px;
	position: relative;
	z-index: 2;
}

.btn1:hover {
	background-color: #ffc619;
}

.btn1:active {
	
}

.btn1:active p {
	transform: translateY(2px);
}

.btn1 p {
	display: inline-block;
	color: black;
	font: 500 16px Roboto;
	vertical-align: middle;
}

.sec2 {
	padding: 90px 0;
}

h2 {
	font: 900 30px Roboto;
	text-align: center;
color: #7d7f7d;}

.blue_text {
	color: #7d7f7d;
}

.gray_text {
	color: #7d7f7d;
}


.boilers {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
}

.boilers li {
	flex-basis: 25%;
	padding: 15px;
}

.boilers_cell {
	box-shadow: 0px 17px 29px 0px rgba(57, 141, 220, 0.1);
	text-align: center;
	padding-bottom: 75px;
	position: relative;
	background-color: white;
	border-radius: 10px;
}

.sec5 .boilers_cell {
    padding-bottom: 50px;
}

.blr {
	padding-top: 30px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 90%;
	max-height: 210px;
}

.blr_name {
	font: bold 16px Roboto;
	line-height: 1.5;
	padding-top: 250px;
}

.blr_price {
	font: bold 16px Roboto;
	line-height: 45px;
	margin-top: 15px;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}
section.sec5.li {padding: 0;}

.sec5 .row.sec1FormWrap.fline {background-color: #f9fbfd;padding-bottom: 0;}

.row.sec1FormWrap.fline {padding-bottom: 0;}
.ticket {
	padding-right: 10px;
	transform: translateY(2px);
}


.btn2 {
	width: 126px;
	height: 40px;
	text-align: center;
	box-shadow: 0px 3px 0px 0px rgba(255, 149, 45, 1);
	background-image: linear-gradient(0deg, rgb(253,225,0) 0%, rgb(254,173,0) 14%, rgb(253,225,0) 100%);
	border-radius: 10px;
	cursor: pointer;
	user-select: none;
	position: absolute;
	bottom: 20px;
	left: calc(50% - 63px);
	overflow: hidden;
	z-index: 2;
}

.btn2:hover {
	background-image: linear-gradient(180deg, rgb(253,225,0) 0%, rgb(254,173,0) 14%, rgb(253,225,0) 100%);
}

.btn2:active {

}

.btn2:active p {
	transform: translateY(2px);
}

.btn2 p {
	display: inline-block;
	color: black;
	font: 500 14px Roboto;
	vertical-align: middle;
}

.sec3 {
	padding: 90px 0;
	background-color: #f9fbfd;
}

.sec4 {
	background: url(../img/sec4bg.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 90px 0;
}

.white_text {
	color: white;
}

.serviceWrap {
	background-color: white;
	border-radius: 10px;
	padding: 70px 20px;
	position: relative;
	margin-top: 50px;
}

.serviceWrap h6 {
	font: bold 20px Roboto;
	
}

.serviceWrap table {
	font: 16px Roboto;
	line-height: 40px;
	margin-top: 20px;
}

.serviceWrap img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
}

.serviceWrap tr td:nth-child(1) {
	padding-right: 20px;
}

.sec5 {
	padding: 65px 0 90px;
	background-color: #f9fbfd;
}

.sec6 {
	background: url(../img/sec6bg.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 90px 0;
}

.whyList {
	margin-top: 10px;
}

.whyList li {
	margin-top: 40px;
}

.whyIcon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	font-size: 0;
	border: 1px solid #ede6e0;
	margin-right: 15px;
	vertical-align: middle;
}

.whyIcon img {
	vertical-align: middle;
	max-width: 35px;
	max-height: 35px;
}

.whyText {
	display: inline-block;
	font: 16px Roboto;
	line-height: 1.5;
	vertical-align: middle;
	margin-right: 25px;
	color: white;
}

.sec7 {
	padding: 90px 0;
}

.scheme {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 60px;
}

.scheme li:nth-child(even) {
	/* transform: translateY(30px); */
}

.scheme li {
	flex-basis: calc(20% - 10px);
	text-align: center;
	border-radius: 10px;
	background-color: white;
	box-shadow: 0px 17px 29px 0px rgba(57, 141, 220, 0.1);
position: relative;}
.scheme li:after {content: "";display: block;background: url(../img/str.png) no-repeat 50%/contain;width: 40px;height: 50px;position: absolute;right: -30%;top: 39%;}
.scheme li:nth-last-child(1):after {display: none;}
.scheme img {
	width: 100%;
	border-radius: 10px;
}

.scheme h6 {
	font: 16px Roboto;
	padding: 25px 0;
}

.scheme p {
	font: bold 24px Roboto;
	padding-top: 20px;
	padding-bottom: 25px;
	color: #0b6aec;
}

.sec8 {
	padding: 0;
}

.photoCellWrap {
	padding: 0;
	margin-top: 0px;
	font-size: 0;
	margin-left: -4px;
	width: calc(100% + 8px);
	position: relative;
}

.photoCell {
	padding: 0;
	font-size: 0;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 105% auto;
	background-position: 50% 99%;
	display: inline-block;
	border: 4px solid white;
	
	width: 25%;
	padding-top: 15%;
	position: relative;
}

.photoCell:hover::after {
	content: "";
	width: 40px;
	height: 40px;
	background: url(../img/icons/search.svg) no-repeat;
	background-position: center;
	background-size: contain;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	position: absolute;
	z-index: 2;
}

.photoCell:hover::before {
	background-color: rgba(8, 29, 58, 0.5);
	transition: 0.4s;
}

.photoCell::before {
	content: "";
	width: 100%;
	height: 100%;
	transition: 0.4s;
	position: absolute;
	top: 0;
	left: 0;
}

.showAllWrap {
	text-align: center;
}

.showAll {
	display: inline-block;
	font: 18px Roboto;
	margin-top: 30px;
	line-height: 1;
	cursor: pointer;
}

.showAll img {
	width: 20px;
	vertical-align: middle;
	margin-left: 5px;
}

.showAllPhotos {
	display: inline-block !important;
}

.sec9 {
	padding: 90px 0;
}

.owl4 .itemWrap {
    width: 100%;
    padding: 30px 15px;
}

.sec9 .photosWrap {
	text-align: center;
	margin-top: 50px;
}

.sec9 .photoCell {
	width: 255px !important;
	height: 370px !important;
	position: relative !important;
	background-size: contain !important;
	background-position: center !important;
	margin: 0 15px !important;
	box-shadow: 0px 17px 25px 0px rgba(57, 141, 220, 0.1) !important;
}

.sec10 {
	padding: 90px 0;
	background-color: #f9fbfd;
}

.sec10 .owl-carousel {
	margin-top: 50px;
}

.owl-dots {
	display: none;
}

.owl-next {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	outline: none;
	background-image: url(../img/icons/left-arrow.svg), linear-gradient(180deg, rgb(253,225,0) 0%, rgb(254,173,0) 14%, rgb(253,225,0) 100%);
	background-repeat: no-repeat;
	background-size: 25px, cover;
	background-color: #e7e7e7;
	background-position: center;
	transform: rotate(180deg);
	right: -40px;
	top: calc(50% - 30px);
	position: absolute;
	box-shadow: 0px -3px 0px 0px rgba(255, 149, 45, 1);
}

.owl-prev {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	outline: none;
	background-image: url(../img/icons/left-arrow.svg), linear-gradient(0deg, rgb(253,225,0) 0%, rgb(254,173,0) 14%, rgb(253,225,0) 100%);
	background-repeat: no-repeat;
	background-size: 25px, cover;
	background-color: #e7e7e7;
	background-position: center;
	transform: rotate(0deg);
	left: -40px;
	top: calc(50% - 30px);
	position: absolute;
	box-shadow: 0px 3px 0px 0px rgba(255, 149, 45, 1);
}

.item {
	text-align: center;
}

.itemWrap {
	width: 100%;
	padding: 15px;
}

.item .photoCell {
	width: 170px;
	height: 240px;
	background-size: auto 100%;
	background-position: center top;
	border-radius: 10px;
	border: 0;
	box-shadow: 0px 8px 15px 0px rgba(57, 141, 220, 0.1);
}

.mapWrap {
	position: absolute;
	width: 100%;
	z-index: 2;
}

.sec11 {
	height: 480px;
}

.footerContacts {
	width: 330px;
	background-color: white;
	border-radius: 10px;
	margin-top: 100px;
	position: relative;
	z-index: 2;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 40px;
}

.sec11 .footWrap {
	margin-top: 25px;
}

.thirdWrap .contact_icon {
	background-color: #fed000;
	border: 0;
}

.thirdWrap .contact_text {
	font-size: 16px;
}

.hrefTel:hover {
	text-decoration: none;
}

.fourthSocial {
	margin-left: 40px;
}

footer {
	padding: 20px 0 40px 0;
}

.footerLogo img {
	width: 100%;
}

.brandband {
	text-align: right;
}

.brandband p {
	display: inline-block;
	text-align: left;
	font: 13px Roboto;
}









