
.main-top {
	height: 550px;
}
.single-top {
	width: 1638px;
	max-width: 100%;
	margin: 0 auto;
}
.single-top h1 {
	font-size: 34px;
	font-weight: 700;
	line-height: 36px;
	color: #ffffff;
	width: 614px;
	max-width: 100%;
	margin-bottom: 25px;
}
.single-top .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.single-top .row {
	margin: 0;
	background: rgb(4,87,163);
	background: -moz-radial-gradient(circle, rgba(4,87,163,0.77) 0%, rgba(2,67,129,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(4,87,163,0.77) 0%, rgba(2,67,129,1) 100%);
	background: radial-gradient(circle, rgba(4,87,163,0.77) 0%, rgba(2,67,129,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0457a3",endColorstr="#024381",GradientType=1);
}
.single-top h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color: #ffffff;
    width: 530px;
    max-width: 100%;
}
.single-top .thumb {
	padding: 0;
}
.single-top .thumb img{
	max-width: 100%;
	width: 880px;
	height: 100%;
	object-fit: cover;
}



.tehnolog {
	padding:  45px 0;
	color: #1a2430;
}
.tehnolog .name {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 25px;
	text-align: center;
}
.tehnolog .row {
	justify-content: center;
}
.tehnolog .name span {
	font-size: 20px;
	line-height: 1;
}
.tehnolog .row .single {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}

.tehnolog .row .single .img {
	text-align: center;
	margin-bottom: 20px;
}
.tehnolog .row .single .img svg{
    fill: #1b7e00;
    width: 50px;
    height: auto;
}
.tehnolog .row .single .img img{
    width: 100%;
    height: auto;
}
.tehnolog .row .single p {
	text-align: center;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;

    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.main-top video {
	z-index: 2;
}
.why {
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	width: 330px;
	max-width: 100%;
	margin: 45px auto 32px;
	text-align: center;
}

.info-block .info .single p a {
	color: #6ebaff;
	text-decoration: underline;
}


.calc {
	margin-top: 110px;
	color: #000000;
	position: relative;
	z-index: 2;
	/*width: 820px;
	max-width: 100%;*/
	margin: 110px auto 50px;
	/*border-radius: 12px;
	border: 2px solid #d4dee6;
	padding: 18px 35px;*/
}
.calc  .calc-page{
	padding-bottom: 60px;
}
.calc-none {
	margin: 110px auto 50px;
}
.calc .text p:first-child {
	font-weight: 700;
	font-size: 35px;
	line-height: 30px;
	margin-bottom: 10px;
}
.calc .text p:last-child {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	width: 300px;
	max-width: 100%;
}
.calc .button {
	display: flex;
	justify-content: center;
	align-items: center;
}
.calc .button a {
	display: block;
	color: #ffffff;
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	padding: 12px 20px;
	background-color: #006bcd;
	border-radius: 20px;
}





.equipment {
	position: relative;
	z-index: 2;
	background-color: #ebf5ff;
	padding-bottom: 40px;
}
.triangle-right {
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-left: 33px solid rgba(30,35,54,1);
    border-bottom: 33px solid transparent;
}



.block-name {
	height: 66px;
	background: linear-gradient(90deg, rgba(30,35,54,1) 50%, rgba(185,216,255,1) 50%);
	color: #ffffff;
	overflow: hidden;
}
.block-name .container {
	background-color: rgba(185,216,255,1);
	display: flex;
	align-items: center;
	padding: 0;
}
.block-name .container .name {
    background-color: rgba(30,35,54,1);
    height: 66px;
    display: flex;
    align-items: center;
    padding-left: 45px;
    padding-right: 30px;
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
}



.complect-block {
	width: 1104px;
	max-width: 100%;
	margin: 0 auto 48px;

}
.complect-block > .name {
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	color: #1a2430;
	padding: 30px 0 20px;
	width: 370px;
	max-width: 100%;
}
.complect-block .elements {
	margin-right: -5px;
	margin-left: -5px;
}
.complect-block .single-elem {
	padding: 0 5px;
	margin-bottom: 10px;
}
.complect-block .single-elem .info {
	height: 100%;
	background-color: #1e2336;
}
.complect-block .single-elem .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.complect-block .single-elem .text {
	font-size: 15px;
	line-height: 19px;
	font-weight: 300;
	color: #ffffff;
	padding: 15px 18px;
	background-color: #1e2336;
}

.elements-block a {
	height: 56px; 
	width: 100%;
	display: flex;
	align-items: center;
	background-color: #0455a0;
	color: #ffffff;
	border-radius: 12px;
	padding: 0 24px;
	transition: all .3s;
}
.elements-block .collapse {
	position: relative;
	overflow: hidden;
}
.elements-block  .icon {
	width: 26px;
	height: auto;
	margin-right: 30px;
}
.elements-block  .arrow {
	width: auto;
	height: 20px;
	margin-left: auto;
	transition: all .3s;
	transform: rotate(-90deg);
}
.elements-block .collapsed {
	background-color: #1e2336;
}
.elements-block .collapsed:hover {
	background-color: #f7941e;
}
.elements-block .collapsed .arrow{
	transform: rotate(0deg);
}
.elements-block .cat-name {
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
}
.elements-carousel .single .thumb {
	height: 190px;
	width: 100%;
}
.elements-carousel .single .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.elements-carousel .single .name {
	font-size: 13px;
	line-height: 14px;
	font-weight: 300;
	padding: 10px 15px 8px;
	background-color: #1e2336;
	color: #ffffff;
}
.elements-carousel .single  .info {
	background-color: #4e5264;
	padding: 15px;
	color: #ffffff;
}
.elements-carousel .single  .info .art {
	font-weight: 700;
	font-size: 11px;
	line-height: 1;
	margin-bottom: 15px;
}
.elements-carousel .single  .info .art span {
	color: #f7941e;
}
.elements-carousel .single  .info .desc {
	font-size: 13px;
	line-height: 14px;
	font-weight: 300;
}
.elements-carousel .owl-stage {
	display: flex;
	
}
.elements-carousel .owl-item {
	background-color: #4e5264;
}
.elements-carousel .owl-prev {
	position: absolute;
	left: -75px;
	top: 50%;
	color: #ffffff!important;
	background-color: #006bcd!important;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	font-size: 40px!important;
	line-height: 1!important;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 10px!important;
}
.elements-carousel .owl-next {
	position: absolute;
	right: -75px;
	top: 50%;
	color: #ffffff!important;
	background-color: #006bcd!important;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	font-size: 40px!important;
	line-height: 1!important;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px!important;
}
.owl-carousel .owl-nav button.owl-next,
 .owl-carousel .owl-nav button.owl-prev
  {
	padding: 10px 10px 15px!important;

}
 .owl-carousel .owl-nav button:focus {
 	outline: none;
 }
.elements-block  .card-body {
	padding: 20px 50px;
}
.elements-block {
	margin-bottom: 24px;
}



.construct-block {
	margin: 50px auto;
}
.construct-block .thumb img{
	width: 100%;
	height: auto;
}
.construct-block .list li {
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #1a2430;
	margin-bottom: 12px;
	list-style: none;
	position: relative;
}
.construct-block .list li  span {
	position: absolute;
	top: 0;
	left: -30px;
	width: 20px;
	height: 20px;
	font-size: 11px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f29100;
	border-radius: 50%;
	color: #ffffff;
}

.block-name .container .sub-name {
	padding-left: 45px;
    padding-right: 30px;
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #1e2336;
}
.size-block {
	position: relative;
	z-index: 2;
}
.size-block .size-head {
	background: rgb(34,40,58);
background: rgb(51,58,86);
background: radial-gradient(circle, rgba(51,58,86,1) 6%, rgba(51,58,86,1) 100%);}
.size-block .size-head .thumb {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 20px;

}
.size-block .size-head .thumb img {
	width: auto;
	height: 350px;
	max-height: 100%;
}
.size-block .size-head .text p {
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	width: 420px;
	max-width: 100%;
	padding: 100px 0 130px;
	color: #ffffff;
}

.size-block .size-head .text p span {
	color: #f29100;
}

.size-block .money-block {
	position: relative;
	margin: 0 auto;
	width: 460px;
	max-width: 100%;
	transform: translateY(-50%);
}
.size-block .money-block p {
	padding:  20px;
	text-align: center;
	background-color: #f29100;
	font-size: 26px;
	line-height: 1;
	font-weight: 700;
	color: #ffffff;
	border-radius: 12px;
	z-index: 2;
	position: relative;
	text-transform: uppercase;
}
.size-block .money-block p span {
	font-size: 40px;
}
.size-block .money-block img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translate(-50%, -60%);
}
.size-block .money-bottom {
	text-align: center;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: #1a2430;
    margin-top: -30px;
}
.size-block .zamer-info {

}
.size-block .zamer-info .step {
	padding: 0 30px;
	margin-bottom: 35px;
}
.size-block .zamer-info .step .thumb {
	overflow: hidden;
}
.size-block .zamer-info .step .thumb img {
	width: 100%;
	height: auto;
	border-radius: 5%;
}
.size-block .zamer-info .step:first-child .step-name {
	text-align: left;
}
.size-block .zamer-info .step .step-name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 14px 0 8px;
	color: #1e2336;
	text-align: center;
}
.size-block .zamer-info .step .dop-info span {
	position: relative;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
}
.size-block .zamer-info .step .dop-info span:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #f29100;
	border-radius: 50%;
	margin-right: 6px;
}
.size-block .zamer-info .step .dop-info {
	display: flex;
	justify-content: space-between;
}
.zamer-info-name {
	color: #1a2430;
	font-size: 26px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin: 50px 0 50px;
}

.download-link {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #006bcd;
	color: #ffffff;
	border-radius: 10px;
	height: 48px;
	width: 270px;
	max-width: 100%;
	margin: 20px auto;
	transition: all .3s;
	position: relative;
	z-index: 2;
}
.download-link img{
	margin-right: auto;
	margin-left: 12px;
	height: 60px;
}
.download-link span {
	width: 210px;
	text-align: center;
}
.download-link:hover {
	color: #ffffff;
	transform: scale(1.05)
}



.gallery {
	position: relative;
	z-index: 2;
	padding: 50px 40px 80px;
}
.gallery .single {
	padding: 0 8px;
	margin-bottom: 25px;
	display: flex;
    flex-direction: column;
    overflow: hidden;
}
.gallery .single .thumb {
	height: 300px;
	position: relative;
}
.gallery .single .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery .single .thumb .scale {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #0455a0;
	padding: 5px;
	transform: translate(-50%);
}
.gallery .single .thumb .scale svg {
	width: 100%;
	height: auto;
	fill: #ffffff;
}
.gallery .single p {
	background-color: #0455a0;
	font-size: 16px;
	line-height: 18px;
	color: #ffffff;
	padding: 15px 20px;
	height: 100%;
}
.gallery .gallery-top {
	padding-bottom: 30px;
	padding-left: 40px;
}
.gallery .gallery-top p:first-child{
	font-size: 35px;
	line-height: 1;
	font-weight: 700;
	padding-bottom: 12px;
}
.gallery .gallery-top p:last-child{
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
}



.checkout {
	position: relative;
	z-index: 2;
	background-color: #d8dbe7;
	    border-radius: 15px;
    overflow: hidden;
}
.checkout .col-lg-6 {
	padding: 0;
}
.checkout {

}
.checkout .thumb {
	position: relative;
	height: 100%;
}
.checkout .thumb img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.checkout .text {
	color: #1a2430;
	padding-top: 30px;
}
.checkout .text > p {
	font-size: 35px;
	line-height: 30px;
	font-weight: 700;
	padding-bottom: 40px;
	padding-left: 40px;
}
.checkout .text li {
	
	padding-bottom: 30px;
	list-style: none;
	display: flex;
	align-items: center;
}
.checkout .text li .list-num {
	width: 50px;
	height: 50px;
	min-width: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	background-color: #0455a0;
	padding-bottom: 0;
	margin-right: 20px;
}
.checkout .text li p:last-child {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	width: 390px;
}
.checkout .text li span {
	font-weight: 700;
}
 .other-link {
 	position: relative;
 	z-index: 2;
 	text-align: center;
 	margin-top: 76px;
 	margin-bottom: 50px;
 }
 .other-link p{
	font-size: 25px;
	line-height: 30px;
	color: #1a2430;
	text-align: center;
	font-weight: 700;
	padding-bottom: 6px;
}
 .other-link a {
 	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: #006bcd;
	text-align: center;
	border-bottom: 2px solid #006bcd;
}

.text-page .content {
	max-width: 900px;
	margin: 0 auto 80px;
}
.text-page {
	position: relative;
	z-index: 2;
	min-height: 400px;
}
.text-page h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 35px;
    color: #1e2336;
    padding-top: 50px;
}

.rassrochka .thumb {
	text-align: center;
}
.rassrochka .thumb img {
	max-width: 100%;
	width: 170px;
	height: auto;
}
.rassrochka .content .row p {
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	max-width: 246px;
	margin: 15px auto;
}
.rassrochka .content p span {
	color: #006bcd;

}
.rassrochka .info {
	background-color: #d6d6d6;
	max-width: 666px;
	margin: 40px auto 35px;
	border-radius: 30px;
}
.rassrochka .info p {
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	text-align: center;
	padding: 16px 15px;
}
.rassrochka .info p span {
	color: #006bcd;
}
.rassrochka .info-bottom {
	max-width: 370px;
	margin: 0 auto;
	text-align: center;
}


.cantact-page .map,
.cantact-page .text {
	padding: 0 25px;
}
.cantact-page .text h2 {
	font-size: 26px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 32px;
}
.cantact-page .text h2 span {
	color: #006bcd;
}
.cantact-page .phones {
	max-width: 265px;
}
.cantact-page .phones p {
    margin-bottom: 15px;

}
.cantact-page .phone {
    display: flex;
    align-items: center;
    margin-bottom: 10px;

}
.cantact-page .phone a {
    font-size: 16px;
    font-weight: 600;
    padding-left: 12px;
   color: #000000;
}
.cantact-page .phone a span {
    font-size: 21px;
}
.cantact-page .email a{
	padding-left: 15px;
}
.cantact-page .adress {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	max-width: 370px;
}
.cantact-page .adress-name {
	color: #006bcd;
	margin-bottom: 10px;
	margin-top: 40px;
}
.cantact-page .adress p {
	padding-left: 22px;

}
.cantact-page .time {
	padding-left: 37px;
	display: block;
}
.cantact-page .time span {
	color: #006bcd;
}
.cantact-page .time span:first-child {
	text-transform: uppercase;
	font-weight: 700;
}
.cantact-page .soc {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.cantact-page .soc p {
	margin-right: 20px;
}
.cantact-page .soc a {
	margin-right: 10px;
}
.cantact-page .big-text {
	text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 35px;
    color: #1e2336;
    padding-top: 50px;
}
.cantact-page .director-block img {
	max-width: 100%;
}
.cantact-page .director-block-text p{
	font-size: 16px;
	line-height: 18px;
    margin-bottom: 30px;
}
.cantact-page .director-block .name{
    display: block;
    font-weight: 500;
    font-size: 18px;
    padding-top: 10px;

}
.cantact-page .director-block .dir {
	display: block;
    font-weight: 400;
    color: #999;
    font-size: 16px;
}
.cantact-page .director-block p {
    text-align: center;
}
.cantact-page .director-block-text .btn{
    width: 225px;
    height: 42px;
    font-size: 18px;
    margin-bottom: 40px;
    border: 1px solid #f90;
    background-color: #fff;
    border-radius: 20px;
    color: #f90;
}
#dirrector .modal-body{
    padding: 0 30px 15px;
}
#dirrector .modal-header{
	font-size: 25px;
    font-weight: 500;
    text-align: center;
    border: none;
    display: block;
}
 #dirrector .modal-header span {
    font-size: 14px;
    display: block;
    font-weight: 400;
    padding: 20px 0;
}
#dirrector .modal-header .close {
	position: absolute;
	right: 0;
	top: 0;
}
#dirrector label {
   /* max-width: 160px;*/
}
.btn-block {
	justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}
.btn-block button {
	width: 200px;
}


.delivery-page h2{
	font-size: 26px;
	line-height: 30px;
	max-width: 466px;
	margin: 0 auto 16px;
	text-align: center;
}
.delivery-page h2 span {
	color: #006bcd;
}
.delivery-page p {
	max-width: 466px;
	margin: 0 auto 16px;
	text-align: center;
}
.delivery-page img {
	max-width: 100%;
	height: auto;
}
.delivery-page .aligin-left {
	text-align: left;
}
.delivery-page .bottom-text {
	max-width: 530px;
}
.question-page .card-body p {
	margin-bottom: 15px;
}
/*.question-page .card-body p:first-child {
	font-size: 20px;
	line-height: 22px;
}*/
.question-page .elements-block a {
	background-color: #f7941e;
	color: #000000;
}
.question-page .elements-block .collapsed {
    background-color: #1e2336;
    color: #ffffff;
}
.question-page .card-body {
	background-color: #ebf5ff;
}

#callModal .modal-dialog {
	max-width: 100%;
	width: 900px;
}
#callModal .modal-content {
	border-radius: 20px;
}
.montazh-page .big-text {
	text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 35px;
    color: #1e2336;
   
}
.montazh-page h2 {
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	text-align: center;
	max-width: 100%;
	width: 470px;
	margin: 0 auto 50px;
}
.montazh-page h2 span {
	color: #006bcd; 
}
.montazh-page .left {
	margin-bottom: 30px;
}
.montazh-page .right h3 {
	font-size: 30px;
	line-height: 30px;
	color: #006bcd;
	margin-bottom: 20px;	
}
.montazh-page .right p{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;	
}
.montazh-page .right p.info-blue {
	font-size: 18px;
	color: #006bcd;
	max-width: 100%;
	width: 380px;
}
.montazh-page .single-block {
	margin-bottom: 100px;
}
.montazh-page .icons {
	padding-top: 30px;
}
.montazh-page .icons .icon {
	text-align: center;
	margin-bottom: 8px;
}
.montazh-page .icons .icon img {
	max-width: 100%;
	width: 78px;
	height: auto;
}
.montazh-page .icons p{
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	text-align: center;
	
	margin: 0 auto 30px;
}
.warranty-page .top-text {
	max-width: 100%;
	width: 484px;
	margin: 0 auto 30px;
}
.warranty-page .top-text p {
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 25px;
}
.warranty-page .top-text p span {
	color: #006bcd;
	font-weight: 700;
}
.warranty-page .top-text .logo {
	text-align: center;
	margin-bottom: 40px;
}
.warranty-page .top-text .logo img{
	width: 260px;
	max-width: 100%;
	height: auto;
}
.warranty-page .links {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;

}
.warranty-page .links a{
	
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 20px;
}
.warranty-page .links a img {
	width: 100%;
	height: auto;
}
.warranty-page .serv h2 {
	text-align: center;
	font-size: 40px;
	line-height: 1;
	color: #006bcd;
	margin-bottom: 30px;
}
.warranty-page .serv p {
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	max-width: 100%;
	width: 500px;
	margin: 0 auto 40px;
	text-align: center;
}
.warranty-page .center h3 {
	text-align: center;
	font-size: 30px;
	line-height: 1;
	color: #006bcd;
	max-width: 100%;
	width: 302px;
	margin: 0 auto 10px;
}
.warranty-page .center p {
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	text-align: center;
	font-weight: 300;
	margin-bottom: 40px;

}
.warranty-page .center .icon {
	text-align: center;
}
.warranty-page .center .icon img {
	width: 80px;
	height: auto;
	max-width: 100%;
	margin-bottom: 15px;
} 
.warranty-page .center .icons p {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 20px;
}
.warranty-page .center {
	margin-bottom: 20px;
}
.warranty-page .serv-map {
	padding-top: 50px;
	padding-bottom: 40px;
}
.warranty-page .serv-map .text h2 {
	font-size: 30px;
	line-height: 1;
	color: #006bcd;
	margin-bottom: 25px;
}
.warranty-page .serv-map .text p {
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 25px;
}
.warranty-page .serv-map .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.warranty-page .serv-map .text li {
	list-style: none;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
	width: 200px;
	position: relative;
	padding-left: 18px;
}
.warranty-page .serv-map .text ul {
	padding-left: 0;
}
.warranty-page .serv-map .text li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #006bcd;
	border-radius: 50%;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 7px;

}


 .modal-director {
 	width: 700px;
 	max-width: 100%;
 }
 .modal-director {
 	
 	border-radius: 15px;
 }
 .modal-director .modal-content {
 	overflow: hidden;
    color: #ffffff;
    border-radius: 15px;
   background: linear-gradient( 90deg , rgba(53,55,63,1) 0%, rgb(53 55 63) 50%, rgba(53,55,63,1) 100%);
}





@media (max-width: 1400px) {
	.single-top h1 {
		font-size: 38px;
		line-height: 1;
		padding-top: 30px;
	}
	.tehnolog .name {
		padding: 0 30px;
	}
	.gallery .single .thumb {
		height: 180px;
	}
	.video-left-bottom {
	    width: 210px;
	    height: 120px;
	}
}




@media (max-width: 1200px) {
	.complect-block {
		padding: 0 30px;
	}
	.checkout {
		border-radius: 0;
	}
}



@media (max-width: 992px) {
	.single-top .thumb img {
		width: 100%;
		height: auto;
	}
	.single-top .text {
		padding: 50px 30px;
	}
	.size-block .size-head .thumb img {
		max-width: 100%;
		height: auto;
	}
	.construct-block .list {
		padding-top: 30px;
	}
	.gallery .single .thumb {
	    height: 109px;
	}
	.gallery .single p {
		font-size: 13px;
		line-height: 16px;
	}
	.tehnolog .row .single {
	    flex: 0 0 25%;
		max-width: 25%;
		margin-bottom: 30px;
	}
	.calc-none {
    	margin: 50px auto 50px;
	}
}


@media (max-width: 768px) {
	.size-block .size-head .thumb {
		order: 2;
		justify-content: center;
	}
	.size-block .size-head .text p {
		padding: 50px 15px ;
	}
	.gallery .single {
		margin-bottom: 30px;
	}
	.gallery .single .thumb {
	    height: 230px;
	}
	.calc {
		border-radius: 0;
	}
	.calc .button {
		margin-top: 30px;
		justify-content: flex-start;
	}
	.calc .button a {
		width: 220px;
		max-width: 100%;
	}
	.tehnolog .row {
		padding: 0 30px;
	}
	.montazh-page .left .thumb {
		text-align: center;
	}
	.warranty-page .links a{
	
	    flex: 0 0 50%;
	    max-width: 50%;
	    margin-bottom: 20px;
	}
}

@media (max-width: 580px) {
	.tehnolog .row .single {
	    flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 30px;
	}
	.complect-block .single-elem {
		margin-bottom: 30px;
	}
}

@media (max-width: 430px) {
	.single-top h1 {
	    font-size: 25px;
	    line-height: 1;
	}
	.single-top h2 {
		font-size: 18px;
		line-height: 24px;
	}
	.tehnolog .row .single {
	    flex: 0 0 100%;
	    max-width: 100%;
	    
	}
	.tehnolog .name {
		margin-bottom: 30px;
	}
	.block-name .container .sub-name {
		font-size: 16px;
	}
	.block-name .container .name {
		font-size: 21px;
	}
	.gallery .gallery-top {
		padding: 0 0 30px;
	}
	.other-link {

	}
	.other-link p {
		font-size: 20px;
    	line-height: 24px;
	}
}

