*{
	margin: 0;
	padding: 0;
}

.inline-m{
	display: inline-block;
	vertical-align: middle;
}

.inline-m form {
	display:inline-block;
	width:50%;
}

.inline-t{
	display: inline-block;
	vertical-align: top;
}

.content{
	width: 75%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}

.content .split{
	font-size:0px;
}

.content.usl{
	width: 70%;
}

.header{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 0;
}

.header .text{
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(91, 92, 95);
	line-height: 1.2;
	text-align: left;
	padding: 35px 25px;
}

.header .logo{
	width: 25%;
	padding: 40px 0;
	background-image: url(../images/logo.svg);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
}

.header .adress{}

.header .mail{
}

.header  .price{
	padding: 35px 25px;
	background-image: url(../images/icon_excel.svg);
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center 17px;
	color: #f16f24;
}

.header .kontakts{
}

.main .content *{
}

.block{
	padding: 80px 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	z-index: 1
}

.block .is_overlay{ display: block; width: 100%; height: 100%; }
.block #trailer {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	overflow: hidden;
}

.block #trailer > video {
	position: relative;
	top: -20%;
	left: 0;
	min-width: 100%;
	height: auto;
	z-index: -1;
	display: block;
}

.block .bg{
	position: absolute;
	top: 0;
	letter-spacing: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,141,210,0.50);
	z-index: -1;
}

.block .headUpper{
	font-size: 44px;
	font-family: "RobotoSlab";
	color: rgb(254, 254, 254);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
}
.block .headLower{
	font-size: 30px;
	font-family: "RobotoSlab";
	color: rgb(254, 254, 254);
	line-height: 1.2;
	text-align:  center;
	padding: 20px 0 50px 0;
}

.block .line{
	width: 20%;
	border: 1px solid #fff;
	background-color: #fff;
	box-sizing: border-box;
	 opacity: 0.502;
}

.block .text{
	font-size: 30px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0 40px;
}

.unit.row{
	padding: 40px 0;
	border-bottom: 1px solid #fff;
}

.unit.row .indoorUnit{
	padding-top: 80px;
	font-size: 10px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.6;
	text-align: center;
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center 0;
	cursor: pointer;
}

.unit.row .indoorUnit.one{
	background-image: url(../images/uslug_1.svg);
}
.unit.row .indoorUnit.two{
	background-image: url(../images/uslug_2.svg);
}
.unit.row .indoorUnit.three{
	background-image: url(../images/uslug_3.svg);
}
.unit.row .indoorUnit.four{
	background-image: url(../images/uslug_4.svg);
}
.unit.row .indoorUnit.five{
	background-image: url(../images/uslug_5.svg);
}

.blockMenu{
	width: 100%;
	background: rgba(94,84,155,1);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(94,84,155,1)), color-stop(100%, rgba(49,44,111,1)));
	background: -webkit-linear-gradient(top, rgba(94,84,155,1) 0%, rgba(49,44,111,1) 100%);
	background: linear-gradient(to bottom, rgba(94,84,155,1) 0%, rgba(49,44,111,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e549b', endColorstr='#312c6f', GradientType=0 );
}

.blockMenu.scrolled {
	position:fixed;
	top:0;
	z-index:99;
}
.row.scrolled {
	position:fixed;
	top:0;
	z-index:99;
}

.blockMenu .row{
	width: 90%;
	margin: 0 auto;
}

.blockMenu ul li{
	display: inline-block;
	list-style: none;
	margin: 30px 0;
	text-align: center;
	border-right: 1px solid #fff;
	padding: 0 !important;
}

.blockMenu ul li a{
	font-size: 20.675px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 0.7;
	text-decoration: none;
}
.blockMenu ul li a:hover{
	color: white;
	text-decoration: underline;
}
.blockMenu ul li.no{
	border-right: none;
}

.headUslug{
	width: 100%;
	font-size: 24px;
	font-family: "RobotoSlab";
	color: rgb(4, 9, 58);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	padding: 50px 0 20px;
}
.line{
	background-color: rgb(4, 9, 58);
	opacity: 0.302;
	width: 344px;
	height: 3px;
	box-sizing: border-box;
	margin: 0 auto;
}

.uslugi{
	text-align: center;
	padding: 50px 0;
}

.uslugi .unitUslug{
	margin: 2%;
	border-width: 2px;
	border-color: rgb(4, 9, 58);
	border-style: solid;
	border-radius: 10px;
	font-size: 12px;
	font-family: "Roboto";
	color: rgb(4, 9, 58);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.333;
	text-align: center;
	width: 160px;
	height: 179px;
	padding-top: 105px;
	padding: 110px 5px 20px;
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center 30px;
	cursor: pointer;
}

.uslugi .unitUslug.one{background-image: url(../images/uslug_21.svg);}
.uslugi .unitUslug.two{background-image: url(../images/uslug_22.svg);}
.uslugi .unitUslug.three{background-image: url(../images/uslug_23.svg);}
.uslugi .unitUslug.four{background-image: url(../images/uslug_24.svg);}
.uslugi .unitUslug.five{background-image: url(../images/uslug_25.svg);}
.uslugi .unitUslug.six{background-image: url(../images/uslug_26.svg);}

.info{
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-family: "Roboto";
	color: rgb(4, 9, 58);
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.buttonRas{
	border-width: 1.3px;
	border-color: rgb(4, 9, 58);
	border-style: solid;
	border-radius: 10px;
	font-size: 18px;
	font-family: "Roboto";
	color: rgb(4, 9, 58);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	width: 218px;
	height: 52px;
	margin: 30px auto;
	padding: 15px 0;
	cursor: pointer;
}

.hidden {
	display: none;
}

.hidden:checked~.back_one,
.hidden:checked~.back_two{
	display: block;
}

.back_one, .back_two {
	width: 100vw;
	height: 100vh;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 20;
	font-size: 0;
	text-align: center;
	padding-top: 3%;
}

.back_one .v-align,
.back_two .v-align{
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.back_one .calculator {
	display: inline-block;
	vertical-align: middle;
	background-color: #FFF;
	border: 1px solid #FFF;
	border-radius: 5px;
	z-index: 30;
	position: relative;
	width: 90%;
}

.calculator label{cursor: pointer;}

.calculator .close{
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background-color: #f2530f;
	display: inline-block;
	background-position: center;
	background-size:  inherit;
	background-repeat: no-repeat;
	background-image: url(../images/close1.svg);
	cursor: pointer;
}

.calculator .text {
	width: 95%;
	padding: 20px 0;
	font-size: 30px;
	font-family: "Roboto";
	color: rgb(255, 72, 0);
	font-weight: bold;
	line-height: 0.8;
	text-align: center;

}

.calculator .opisanie{
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(142, 142, 145);
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	width: 75%;
	margin: 0 auto;
	padding-bottom: 15px;
}

.calculator .image{
	width: 25%;
	padding: 200px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90%;
	background-image: url(../images/calculator.png);
	position: relative;
}

.calculator .image .fon{
	width: 100%;
	padding: 200px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/fon_calc.jpg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.calculator .form{
	width: 75%;
}

.calculator .form .left{
	/*width: 50%;*/
	margin-right: 2%;
}

.calculator .form .right{
	height: 90px;
	/*width: 45%*/
}

.calculator .form .left .name{
	width: 40%;
	font-size: 14px;
	font-family: "Roboto";
	color: rgb(4, 9, 58);
	line-height: 1.714;
	text-align: left;
	margin: 0 0 1rem;
}

.calculator .form .left .dannie{
	width: 60%;
}

.calculator .form .left .dannie.text{
	font-size: 18px;
	font-family: "Roboto";
	color: rgb(93, 93, 93);
	font-weight: bold;
	line-height: 1.333;
}

.calculator .form .left .dannie.text a{
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(142, 142, 145);
	text-decoration: underline;
	line-height: 1.5;
	margin-left: 15px;
}

.calculator .form .left select{
	font-size: 14px;
	font-family: "Roboto";
	color: rgb(152, 152, 155);
	line-height: 1.714;
}

.calculator .form .dannie .razmer{
	width: 45%;
}

.calculator .form .dannie .size{
	font-size: 14px;
	font-family: "Roboto";
	color: rgb(4, 9, 58);
	margin: 0 6px 1rem;
}


.calculator .form .left .dannie.podval{text-align: left;}

.calculator .form .left .dannie label{
	margin: 0 55px 1rem 0;
}

.calculator .form .left label>[type=radio]{margin: 0;}

.calculator .form .left .dannie .radio{
	font-size: 14px;
	font-family: "Roboto";
	color: rgb(4, 9, 58);
}

.calculator .form .right textarea{height: 90px; max-height: 220px;}

.calculator .form .send{
	background-color: transparent;
	padding: 7px 0;
	border-width: 1px;
	border-color: rgb(4, 9, 58);
	border-style: solid;
	border-radius: 10px;
	width: 300px;
	font-size: 18px;
	font-family: "Roboto";
	color: rgb(4, 9, 58);
	font-weight: bold;
	text-align: center;
}

.calculator .price{
	padding: 25px 0 25px 10%;
	background-image: url(../images/icon_excel.svg);
	background-repeat: no-repeat;
	background-size: 4%;
	background-position: 45px center;
	text-align: left;
}

.calculator .price a{
	font-size: 14px;
	font-family: "Roboto";
	color: rgb(3, 11, 119);
	text-decoration: underline;
	line-height: 1.714;
}

.blockAll{
	padding: 80px 0;
	width: 100%;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	position: relative;
	z-index: 1
}

.blockAll.blue{
	background-image: url(../images/back.jpg);
}

.blockAll.white{
	background-image: none;
	background-color: #fff;
}

.blockAll .bg{
	position: absolute;
	top: 0;
	letter-spacing: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 141, 210);
 	opacity: 0.902;
	z-index: -1;
}

.blockAll .head{
	font-size: 30px;
	font-family: "Roboto";
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	padding-top: 110px;
	background-repeat: no-repeat;
	background-size: initial;
	background-position: center 0;
}

.blockAll.blue .head{
	color: rgb(255, 255, 255);
	background-image: url(../images/icon_project.svg);
}

.blockAll.white .head{
	color: rgb(4, 9, 58);
	background-image: url(../images/logo_partner.svg);
}

.blockAll .head.licenziya{
	background-image: url(../images/logo_licenziya.svg);
}

.blockAll .head.company{
	background-image: url(../images/logo_company.svg);
}

.blockAll .head.kontakt{
	background-image: url(../images/logo_kontakt.svg);
}

.blockAll .text{
	width: 100%;
	font-size: 18px;
	font-family: "RobotoSlab";
	line-height: 1.2;
	text-align: center;
	padding: 50px 0;
}

.blockAll.blue .text{color: rgb(255, 255, 255);}

.blockAll.white .text{color: rgb(4, 9, 58);}

.blockAll .slider{
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
	position: relative;
	/*height: 369px;*/
	display: inline-block!important;
	height: 369px;
}

.slide{
	position: relative;
	overflow: hidden;
	margin: 0 auto !important;
	width: calc(100% - 80px) !important;
	max-width: 870px;
	top: 15%;
}

.dot_footer{
	height: 20px;
	text-align: center;
	margin:20px 0 20px 0;
	position: absolute;
	left: 46%;
	bottom: 0%;
}

.dot_cont{
	height: auto;
}

.dot_footer span {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #fff;
	margin: 0 10px 0 0;
	border-radius: 100%;
	position:relative;
	cursor:pointer;
}

.f_dot.cycle-pager-active::after {
	content: '';
	border-radius:100%;
	position:absolute;
	display:inline-block;
	width:11px;
	height:11px;
	background-color:#F66B20;
	left:2px;
	top:2px;
}

.blockAll.blue .slider{border-color: rgb(255, 255, 255);}

.blockAll.white .slider{border-color: rgb(4, 9, 58);}

.blockAll .slider .slide .center .photo:hover .background{
	display: block;
}

.blockAll .background .zoom{
	background-color: transparent;
	margin: 0 auto;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-radius: 50%;
	width: 37px;
	height: 37px;
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center;
	background-image: url(../images/plus.svg);
}

.blockAll .slider .slide .bg_zoom{
	opacity: 0.602;
	height: 100%;
	width: 100%;
	position: relative;
	top: 0;
	background-image: -webkit-linear-gradient(90deg, rgb(18,16,11) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(18,16,11) 0%, rgb(255,255,255) 100%);
	background-image: url(..images/plus.svg);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s ease 0s;
	display: none;
	text-align: center;
}

.blockAll .slider .slide .bg_zoom .zoom{
	background-color: transparent;
	margin: 25% auto;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-radius: 50%;
	width: 37px;
	height: 37px;
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center;
	background-image: url(../images/plus.svg);
	cursor: pointer;
}

.blockAll .slider .strelka_left {
	height: 50px;
	width: 5%;
	background-image: url("../images/left_project.svg");
	background-position:center;
	cursor: pointer;
	position: absolute;
	background-repeat: no-repeat;
	left: 0%;
	bottom: 35%;
	background-size: inherit;
	text-align: center;
}

.blockAll .slider .strelka_right {
	height: 50px;
	width: 5%;
	background-image: url("../images/right_project.svg");
	background-position:center;
	cursor: pointer;
	position: absolute;
	background-repeat: no-repeat;
	right: 0%;
	bottom: 35%;
	background-size: inherit;
	text-align: center;
	z-index: 999;
}

.blockAll .slider .slide .strelka{
	width: 50px;
	padding: 25px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center;
	cursor: pointer;
}



.blockAll.blue .slider .slide .strelka.left{background-image: url(../images/left_project.svg);}
.blockAll.blue .slider .slide .strelka.right{background-image: url(../images/right_project.svg);}

.blockAll.white .slider .slide .strelka.left{background-image: url(../images/left_partner.svg);}
.blockAll.white .slider .slide .strelka.right{background-image: url(../images/right_partner.svg);}

.blockAll .slider .slide .center{width: 80%;}

.blockAll .slider .slide .center .photo,
.blockAll.white .partner .photo{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 9px;
	cursor: pointer;
	position: relative;
}

.block_opisanie {
	position: absolute;
	width: 243px;
	height: 143px;

}

.blockAll .slider .slide .item .opisanie {
    position: absolute;
    height: 87px;
    width: 245px;
    background-image: url("../images/block_opisanie.svg");
    bottom: 0;
    background-position: center;
    font-size: 12px;
    font-family: RobotoSlab;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    padding: 20px 0px 0px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.blockAll.blue .slider .slide .center .photo{
	padding: 85px 0;
	margin-bottom: 40px;
	position: absolute;
	display: inline-block;
	width: 243px;
	height: 170px;
}

.blockAll.white .slider .slide .center .photo,
.blockAll.white .partner .photo{
	width: 20%;
	padding: 65px 0;
	background-size: 120px;
}

.blockAll .slider .slide .center .photo.four, .blockAll.white .partner .photo.four{background-image: url(../images/4.jpg);}

.blockAll .slider .slide .center .photo.five, .blockAll.white .partner .photo.five{background-image: url(../images/5.jpg);}

.blockAll .slider .slide .center .photo.six, .blockAll.white .partner .photo.six{background-image: url(../images/6.jpg);}

.blockAll .slider .slide .center .photo.seven, .blockAll.white .partner .photo.seven{background-image: url(../images/7.jpg);}

.partner{
	display: none;
}

.blockAll .slider .allSwitch{
	width: 100%;
	text-align: center;
	padding-top: 50px;
}

.blockAll .slider .allSwitch .switch{
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center;
	width: 3%;
	padding: 10px 0;
}

.blockAll.blue .slider .allSwitch .switch{
	/*background-image: url(../images/ellips.svg);*/
	background-repeat: no-repeat;
	background-position: center;
	width: 19px;
	height: 0;
	background-color: white;
	margin: 10px;
	position: relative;
	display: inline-block;
	border-radius: 100%;
}
.blockAll.blue .slider .allSwitch .switch.active{
	/*background-image: url(../images/ellips_active.svg);*/
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 0;
	border-radius: 100%;
	background-color: rgb(224, 110, 34);
}
.blockAll.white .slider .allSwitch .switch{
	background-image: url(../images/switch.svg);
}
.blockAll.white .slider .allSwitch .switch.active{
	background-image: url(../images/switch_active.svg);
}

.blockAll .block_for_doc{}

.blockAll .block_for_doc .ramka{
	position: relative;
	width: 161px;
	height: 224px;
	background-image: url(../images/ramka.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin: 5% 4%;
}


.blockAll .block_for_doc .ramka .doc{
	margin: 15px auto;
	width: 139px;
	height: 198px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.blockAll .block_for_doc .ramka .doc.one{
	background-image: url(../images/lic1.jpg);
}
.blockAll .block_for_doc .ramka .doc.two{
	background-image: url(../images/lic2.jpg);
}
.blockAll .block_for_doc .ramka .doc.three{
	background-image: url(../images/lic3.jpg);
}
.blockAll .block_for_doc .ramka .doc.four{
	background-image: url(../images/lic4.jpg);
}
.blockAll .block_for_doc .ramka .doc.five{
	background-image: url(../images/lic5.jpg);
}
.blockAll .block_for_doc .ramka .doc.six{
	background-image: url(../images/lic6.jpg);
}
.blockAll .block_for_doc .ramka .doc.seven{
	background-image: url(../images/lic7.jpg);
}

.back_two {padding-top: 1%;}

.back_two .license {
	display: inline-block;
	vertical-align: middle;
	background-color: #FFF;
	border: 1px solid #FFF;
	border-radius: 5px;
	z-index: 100;
	position: relative;
	width: 45%;
}

.back_two .license .img{
	width: 100%;
	height: auto;
	padding: 430px 0;
	margin: 20px 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.back_two .license .img.one{
	background-image: url(../images/s1.jpg);
}
.back_two .license .img.two{
	background-image: url(../images/s2.jpg);
}
.back_two .license .img.three{
	background-image: url(../images/s3.jpg);
}
.back_two .license .img.four{
	background-image: url(../images/s4.jpg);
}
.back_two .license .img.five{
	background-image: url(../images/s5.jpg);
}
.back_two .license .img.six{
	background-image: url(../images/s6.jpg);
}
.back_two .license .img.seven{
	background-image: url(../images/s7.jpg);
}

.blockAll .ramka .background{
	width: 87%;
	height: 89%;
	margin-top: 15px;
	background-image: none;
	background-color: rgb(18,16,11);
}
.blockAll .ramka .background .zoom{
	margin: 50% auto;
}

.blockAll .block_for_doc .ramka .doc:hover .background{
	display: block;
}

.blockAll .block_for_doc .ramka .gvozd{
	border-width: 1px;
	border-color: rgb(160, 160, 160);
	border-style: solid;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	position: absolute;
	left: 50%;
	top: -13%;
	width: 5px;
	height: 5px;
	background-image: url(../images/gvozd.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.blockAll .block_for_doc .ramka .nitka{
	width: 37px;
	height: 29px;
	position: absolute;
	top: -13%;
	background-size: inherit;
	background-repeat: no-repeat;
	background-position: center;
}

.blockAll .block_for_doc .ramka .nitka.one{
	left: 30%;
	background-image: url(../images/nitka1.svg);
}
.blockAll .block_for_doc .ramka .nitka.two{
	left: 50%;
	background-image: url(../images/nitka2.svg);
}

.blockAll .subtitle{
	font-size: 24px;
	font-family: "RobotoSlab";
	color: rgb(4, 9, 58);
	line-height: 1.2;
	text-align: center;
}

.blockAll .advantages{
	text-align: center;
	padding-top: 50px;
}

.blockAll .advantages .unitAdvantages{
	margin: 2%;
	border-width: 2px;
	border-color: rgb(4, 9, 58);
	border-style: solid;
	border-radius: 10px;
	opacity: 0.949;
	width: 155px;
	height: 179px;
	background-size: inherit;
	background-repeat: no-repeat;
	padding-top: 115px;
	background-position: center 30px;
	font-size: 12px;
	font-family: "Roboto";
	color: rgb(4, 9, 58);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	cursor: pointer;
}

.blockAll .advantages .unitAdvantages.one{background-image: url(../images/icon_company1.svg);}
.blockAll .advantages .unitAdvantages.two{background-image: url(../images/icon_company2.svg);}
.blockAll .advantages .unitAdvantages.three{background-image: url(../images/icon_company3.svg);}
.blockAll .advantages .unitAdvantages.four{background-image: url(../images/icon_company4.svg);}
.blockAll .advantages .unitAdvantages.five{background-image: url(../images/icon_company5.svg);}

.blockAll .subtitleKontakt{
	font-size: 24px;
	font-family: "RobotoSlab";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: center;
	padding: 30px 0;
}

.blockAll .info{
	font-size: 0;
	width: 80%;
	margin: 0 auto;
}

.blockAll .kontaktn_dannie{
	width: 40%;
	vertical-align: top;
}

.blockAll .kontaktn_dannie .text{
	width: 45%;
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: left;
	padding: 15px 0;
}

.blockAll .kontaktn_dannie .text.left{
	width: 35%;
	padding-right: 15px;
	text-align: right;
	}

.blockAll .kontaktn_dannie .text.red{
	color: rgb(246, 107, 32);
	padding: 0;
	padding-bottom: 15px;
	width: 70%;
}
.blockAll .kontaktn_dannie .text.mode{
	padding: 0;
	padding-bottom: 15px;
	width: 30%
}
.blockAll .kontaktn_dannie .text.time{
	width: 70%;
	padding: 0;
	padding-bottom: 15px;
}
.blockAll .map{
	width: 60%;
	padding: 170px 0;
	background-image: url(../images/map.png);
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
}

.feedback{
	width: 100%;
	margin: 0 auto;
	background-color: rgb(246, 107, 32);
	padding: 30px 0;
}

.feedback .content{text-align: left;}

.feedback .head{
	font-size: 30px;
	font-family: "Roboto";
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	padding: 0;
	background-image: none !important;
	text-align: left;
	color: #fff;
	padding-bottom: 25px;
}

.feedback .personal_data{
	width: 370px;
	padding-bottom: 30px;
}
.feedback .knopka{
	width: 220px;
}
.feedback .sms{
	width: 460px;
}

::-webkit-input-placeholder {color:rgb(120, 118, 118);}
::-moz-placeholder          {color:rgb(120, 118, 118);}/* Firefox 19+ */
:-moz-placeholder           {color:rgb(120, 118, 118);}/* Firefox 18- */
:-ms-input-placeholder      {color:rgb(120, 118, 118);}

.feedback input[type="text"]{
	width: 90%;
	height: 27px;
	background-color: #fff;
	padding: 5px;
	box-sizing: border-box;
	font-size: 14px;
	font-family: "Roboto";
	color: rgb(120, 118, 118);
	line-height: 1.2;
	margin: 0;
	border: none;
}

.feedback .personal_data .center{
	margin: 30px 0 !important;
}

.feedback  textarea{
	width: 90%;
	background-color: rgb(255, 255, 255);
	height: 141px;
	padding: 10px;
	margin-bottom: 0 !important;
	border: none;
	font-family: "Roboto";
	color: rgb(120, 118, 118);
	line-height: 1.2;
}

.feedback .button{
	border-width: 1px;
	border-color: rgb(170, 170, 170);
	border-style: solid;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	width: 215px;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(17, 22, 68);
	font-weight: bold;
	line-height: 1.2;
	margin: 30px 0;
	cursor: pointer;
}

.footer{
	width: 100%;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	font-family: "RobotoSlab";
	color: rgb(17, 22, 68);
	font-weight: bold;
	padding: 15px 0;
}

.row{
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.row>.columns{
	background-color: transparent;
}
.trigger{
	display: none;
}
.row .button{
	display: none;
	background: rgba(94,84,155,1);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(94,84,155,1)), color-stop(100%, rgba(49,44,111,1)));
	background: -webkit-linear-gradient(top, rgba(94,84,155,1) 0%, rgba(49,44,111,1) 100%);
	background: linear-gradient(to bottom, rgba(94,84,155,1) 0%, rgba(49,44,111,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e549b', endColorstr='#312c6f', GradientType=0 );
}

.row .button label .icon-bar {
	cursor: pointer;
	display: block;
	margin: 6px auto;
	width: 70%;
	height: 2px;
	border-radius: 1px;
	background-color: #FFF;
}

.row .button .row label:hover{
	cursor: pointer;
}

@media screen and (max-width: 39.9375em) {
	.content{width: 570px;}
	.header .logo{
		display: block;
		width: 50%;
		margin: 0 auto;
	}
	.blockAll .kontaktn_dannie .text.left{width: 50%;}
	.blockAll .kontaktn_dannie .text{width: 50%;}
	.blockAll .kontaktn_dannie{width: 70%;}
	.content{width: 100%;}
	.row .button{display: block; padding: 15px;}
	.menu{ display: none; }
	.trigger:checked~ .blockMenu .row.menu{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
	.blockMenu .row.menu li{ border: none; }
	.block .is_overlay{display: none;}
	.block video{display: none;}
	.blockAll .slider{display: none;}
	.blockAll .map{display: none;}
	.blockAll .info .kontaktn_dannie .inline-m.tetx{display: block;}
	.block .headLower{text-align: center;}
	.partner{display: block;}
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.header .logo{
		width: 50%;
		margin: 0 auto;
		display: block;
	}
	.blockAll .kontaktn_dannie .text.left{width: 50%;}
	.blockAll .kontaktn_dannie .text{width: 50%;}
	.blockAll .kontaktn_dannie{width: 70%;}
	.content{width: 100%;}
	.row .button{display: block; padding: 15px;}
	.menu{ display: none; }
	.trigger:checked~ .blockMenu .row.menu{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
	.blockMenu .row.menu li{ border: none; }
	.block .is_overlay{display: none;}
	.block video{display: none;}
	.blockAll .slider{display: none;}
	.blockAll .map{display: none;}
	.blockAll .info .kontaktn_dannie .inline-m.tetx{display: block;}
	.block .headLower{text-align: center;}
	.partner{display: block;}
}

.calc_num {
	position: absolute;
	z-index: 999;
	color: rgb(0, 0, 0);
	right: 27%;
	margin-top: -35%;
	width: 47%;
	height: 7%;
	font-size: 20px;
	text-align: left;
	overflow:hidden;
}

.item {
	background-size: 100%;
	position: relative!important;
	top: 15% !important;
	height: 247px!important;
	width: 244px!important;
	float: left;
	margin:0 18px;
	text-align: center;
	background-repeat: no-repeat;
}

.item_white {
	width: 180px!important;
	height: 314px!important;
	background-repeat: no-repeat;
	display: inline-block;
	background-position: center;
	margin:0 20px;
}

.block_dot {
	width: 100%;
	height: 5%;
	text-align: center;
	position: absolute;
	bottom: 3%;
}

.block_dot span{
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #fff;
	margin: 0 10px 0 0;
	border: 2px solid #04093A;
	border-radius: 100%;
	cursor: pointer;
	position: relative;
	vertical-align: middle!important;
}

.s_dot.cycle-pager-active::after {
	content: '';
	border-radius: 100%;
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #04093A;
	margin: 0 10px 0 0;
	bottom: 4px;
	right: 1px;
}

.slide_white{
	width: calc(100% - 80px)!important;
	max-width: 870px;
	position: relative;
	height: 314px;
	margin: 0 auto;
}

.left_white{
	width: 50px;
	height: 50px;
	background-image: url("../images/left_partner.svg");
	background-repeat: no-repeat;
	position: absolute;
	top: 40%;
	cursor: pointer;
	z-index: 8;
}

.right_white {
	width: 50px;
	height: 50px;
	background-image: url("../images/right_partner.svg");
	background-repeat: no-repeat;
	position: absolute;
	right: 0%;
	top: 40%;
	cursor: pointer;
	background-position: right;
	z-index: 8;
}

.item.photo:not(:hover) .background {
	height: 100%;
	width: 100%;
	padding: 80px;
}

.item.photo:not(:hover) .background .zoom{
	display:none;
}

.item.photo:hover > .background {
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 80px;
}

.background_t{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient( 90deg, rgb(18,16,11) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(18,16,11) 0%, rgb(255,255,255) 100%);
	opacity: 0.602;
	display: none;
	text-align: center;
}
.ramka .background_t {
	width: 87%;
	height: 89%;
	margin-top: 15px;
	background-image: none;
	background-color: rgb(18,16,11);
}
.ramka .doc:hover .background {
	display: block;
}
.doc:hover > .background_t {
	display:block;
}
.background_t .zoom_t{
	background-color: transparent;
	margin: 50% auto;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-radius: 50%;
	width: 37px;
	height: 37px;
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center;
	background-image: url(../images/plus.svg);
}

.cycle-carousel-wrap{}