body{
	background: #fff;
	overflow-y: auto;
}

@font-face {
	font-family: OpenSansSemibold;
	src: url(fonts/opensans/OpenSans-Semibold.ttf);
}

@font-face {
	font-family: OpenSansRegular;
	src: url(fonts/opensans/OpenSans-Regular.ttf);
}

@font-face {
	font-family: OpenSansExtraBold;
	src: url(fonts/opensans/OpenSans-ExtraBold.ttf);
}

@font-face {
	font-family: OpenSansBold;
	src: url(fonts/opensans/OpenSans-Bold.ttf);
}

@font-face {
	font-family: plumbBold;
	src: url(fonts/plumb/plumb-bold.otf);
}

@font-face {
	font-family: plumbBlack;
	src: url(fonts/plumb/plumb-black.ttf);
}

@font-face {
	font-family: plumbRegular;
	src: url(fonts/plumb/plumb-regular.otf);
}

.ui-slider-handle{
	outline: none;
}

.mainWrap{
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 114px;
}

.wrap{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
	max-width: 1920px;
}

.wrap.allBlocks{
	padding: 85px 0px;
}

.work{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	box-sizing: border-box;
	padding: 0px 30px;
}

.titleSection{
	float: left;
	width: 100%;
	font-size: 36px;
	font-family: plumbBold;
}

.glass{
	position: fixed;
	z-index: 100000000000000000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.glass .winPopup{
	position: relative;
	float: left;
	width: 460px;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:	0px 5px 10px 0px rgba(50, 50, 50, 0.45);
	box-shadow:	0px 5px 10px 0px rgba(50, 50, 50, 0.45);
	border-radius: 8px;
}

.glass .winPopup .close{
	position: absolute;
	top: 12px;
	right: 12px;
	width: 20px;
	height: 20px;
	background: url(img/close.png);
	cursor: pointer;
}

.glass .winPopup .title{
	float: left;
	width: 100%;
	font-size: 25px;
	font-family: plumbBold;
}

.glass .winPopup .inpOtvet{
	float: left;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	background: #0399f8;
	margin: 30px 0px;
	border-radius: 5px;
	padding: 15px;
	display: flex;
	align-items: center;
}

.glass .winPopup .inpOtvet .title{
	float: left;
	color: #fff;
	font-size: 20px;
	font-family: plumbRegular;
}

.glass .winPopup .inpOtvet .vopros{
	float: left;
	color: #fff;
	font-size: 28px;
	font-family: plumbRegular;
	margin-right: 10px;
}

.glass .winPopup .inpOtvet .otvet{
	float: left;
	width: 100px;
	height: 42px;
	border-radius: 5px;
	font-size: 18px;
	font-family: plumbRegular;
	text-align: center;
	box-sizing: border-box;
	outline: none;
}

.glass .winPopup .lineBtn{
	float: left;
	width: 100%;
	text-align: right;
}

.glass .winPopup .lineBtn .btn{
	display: inline-block;
	background: #d71921;
	border: none;
	cursor: pointer;
	color: #fff;
	border-radius: 50px;
	outline: none;
	font-size: 16px;
	font-family: OpenSansBold;
	padding: 10px 25px;
	text-transform: uppercase;
}
.glass .winPopup .lineBtn .btn:hover{
	background: #049ee6;

}
.glass .winPopup .inp{
	float: left;
	width: 100%;
	margin-top: 30px;
	height: 42px;
	box-sizing: border-box;
	outline: none;
	padding: 0px 10px;
	background-color: #f7f7f7;
	border-radius: 3px;
}

.glass .winPopup .infotext{
	float: left;
	width: 100%;
	font-size: 13px;
	line-height: 1.3em;
	color: #a1a1a1;
	font-family: OpenSansRegular;
	margin-top: 10px;
}

.glass .winPopup .infotext i a{
	font-style: italic;
	text-decoration: underline;
	cursor: pointer;
}
.glass .winPopup .infotext i a:hover{
	color: #0399f8;
}
/********************************************** Общие настройки ************************************************/
/********************************************** Шапка ************************************************/
.wrap.header:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 7px;
	background: #083172;
}

.headerSection{
	position: relative;
	float: left;
	width: 100%;
	height: 114px;
	box-sizing: border-box;
}

.headerSection .logoBlock{
	float: left;
	width: 260px;
	height: 100%;
	display: flex;
	align-items: center;
}

.headerSection .logoBlock .logo{
	float: left;
	width: 250px;
	height: 67px;
	background: url(img/logo.png) no-repeat center center;
}

.headerSection .mainMenu{
	float: left;
	width: calc(100% - 500px);
	height: 100%;
	display: flex;
	align-items: center;
}

.headerSection .mainMenu .list{
	float: left;
	width: 100%;
	text-align: center;
}

.headerSection .mainMenu .list li{
	display: inline-block;
	margin: 0px 17px;
}

.headerSection .mainMenu .list li a{
	font-size: 14px;
	color: #12257a;
	text-transform: uppercase;
	text-decoration: none;
	font-family: OpenSansBold;
}

.headerSection .contacts{
	float: left;
	width: 240px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.headerSection .contacts .content{
	float: left;
	width: 100%;
	text-align: left;
}

.headerSection .contacts .content .companyPhone{
	float: left;
	width: 100%;
	font-family: plumbBold;
	color: #083172;
	font-size: 24px;
	text-decoration: none;
}

.headerSection .contacts .content .btnCallBack{
	cursor: pointer;
	float: left;
	font-family: OpenSansSemibold;
	color: #0399f8;
	font-size: 14px;
	text-decoration: underline;
	background: none;
	border: none;
	margin-left: 10px;
	margin-top: 5px;
	position: relative;
}
.headerSection .contacts .content .btnCallBack:hover{
color: #d71921; 
}


.headerSection .contacts .content .btnCallBack::before{
	content: '';
	position: absolute;
	top: 50%;
	left: -12px;
	width: 12px;
	height: 12px;
	background: url(img/iphone.png);
	margin-top: -6px;
}
/********************************************** Шапка ************************************************/
/********************************************** Нижняя шапка ************************************************/
.mainWrap .contacts{
	display: none;
}

.wrap.bottomHeader{
	background-image: url(img/bottomHeaderSection.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bottomHeaderSection{
	float: left;
	width: 100%;
	height: 500px;
}

.bottomHeaderSection .titleBlock{
	float: left;
	width: 100%;
	margin-top: 160px;
}

.bottomHeaderSection .titleBlock .topTitle{
	display: block;
	float: left;
	width: 100%;
	font-size: 48px;
	font-family: plumbRegular;
	color: #062e6d;
}

.bottomHeaderSection .titleBlock .bottomTitle{
	display: block;
	float: left;
	width: 100%;
	font-size: 58px;
	font-family: plumbBold;
	text-transform: uppercase;
	color: #062e6d;
	margin-top: 10px;
}
/********************************************** Нижняя шапка ************************************************/
/********************************************** Заказ плашка ************************************************/
.wrap.order{
	background: #e8e8e9;
}

.wrap.order::before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 100%;
	background: #083172;
}

.orderSection{
	position: relative;
	z-index: 3;
	float: left;
	width: 100%;
	height: 140px;
	background: #e8e8e9;
}

.orderSection .titleBlock{
	float: left;
	width: 410px;
	height: 100%;
	display: flex;
	align-items: center;
	background: #083172;
	position: relative;
}

.orderSection .titleBlock::after{
	content: '';
	position: absolute;
	top: 0px;
	right: -35px;
	width: 100px;
	height: 100%;
	background: #083172;
	transform: skewX(20deg);
}

.orderSection .titleBlock .content{
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
}

.orderSection .titleBlock .content .topTitle{
	float: left;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	font-family: plumbBold;
}

.orderSection .titleBlock .content .bottomTitle{
	float: left;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 25px;
	margin-top: 10px;
	font-family: plumbBold;
}

.orderSection .titleBlock .content .bottomTitle span{
	color: #47c3fc;
}

.orderFormBlock{
	float: left;
	width: calc(100% - 410px);
	box-sizing: border-box;
	padding-left: 75px;
}

.orderFormBlock .title{
	float: left;
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	font-family: OpenSansRegular;
	color: #083172;
}

.orderFormBlock .subtitle{
	float: left;
	width: 100%;
	margin-top: 12px;
	font-size: 11px;
	font-family: OpenSansRegular;
	color: #b0b0b0;
}

.orderFormBlock .subtitle span{
	text-decoration: underline;
	cursor: pointer;
}
.orderFormBlock .subtitle span a:hover {
	color: #1b9fea;
}
.orderFormBlock .lineForm{
	float: left;
	width: 100%;
	margin-top: 10px;
}

.orderFormBlock .lineForm .inp{
	float: left;
	width: 230px;
	height: 42px;
	margin-right: 12px;
	box-sizing: border-box;
	border-radius: 5px;
	border-top: 2px solid #c5c5c5;
	border-left: 2px solid #c5c5c5;
	padding: 0px 10px;
	outline: none;
}

.orderFormBlock .lineForm .btnOrder{
	float: right;
	width: 164px;
	cursor: pointer;
	height: 42px;
	box-sizing: border-box;
	border-radius: 50px;
	outline: none;
	border: none;
	background: #d71921;
	font-size: 16px;
	text-transform: uppercase;
	font-family: OpenSansBold;
	color: #fff;
}
.orderFormBlock .lineForm .btnOrder:hover{
	background: #0399f8;
}
/********************************************** Заказ плашка ************************************************/
/********************************************** Специализация ************************************************/
.specializationSection{
	float: left;
	width: 100%;
}

.specializationSection .specBlock{
	float: left;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:	0px 3px 10px 0px rgba(50, 50, 50, 0.35);
	box-shadow:	0px 3px 10px 0px rgba(50, 50, 50, 0.35);
	margin-top: 50px;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.specializationSection .specBlock .leftBlock{
	position: relative;
	z-index: 5;
	float: left;
	width: calc(100% - 510px);
	box-sizing: border-box;
	padding: 20px 60px 20px 20px;
}

.specializationSection .specBlock .leftBlock ul{
	position: relative;
	float: left;
	width: 100%;
}

.specializationSection .specBlock .leftBlock ul li{
	position: relative;
	float: left;
	width: 100%;
	font-size: 18px;
	font-family: OpenSansSemibold;
	line-height: 1.4em;
	box-sizing: border-box;
	padding: 5px 0px 5px 65px;
	margin-bottom: 40px;
	background: url(img/specializationSectionLi.png) no-repeat left center;
}

.specializationSection .specBlock .leftBlock ul li:last-child{
	margin-bottom: 0px;
}

.specializationSection .specBlock .rightBlock{
	position: relative;
	z-index: 0;
	float: left;
	width: 510px;
	background: #1b9fea;
	box-sizing: border-box;
	padding: 20px 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.specializationSection .specBlock .rightBlock:before{
	content: '';
	position: absolute;
	top: 0px;
	left: -27px;
	height: 50%;
	padding-left: 50%;
	background: #1b9fea;
	transform: skewX(20deg);
}

.specializationSection .specBlock .rightBlock:after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: -27px;
	height: 50%;
	padding-left: 50%;
	background: #1b9fea;
	transform: skewX(-20deg);
}

.specializationSection .specBlock .rightBlock .lineTop{
	position: absolute;
	top: 0px;
	left: -40px;
	width: 4px;
	height: 50%;
	background: #1b9fea;
	transform: skewX(20deg);
}

.specializationSection .specBlock .rightBlock .lineBottom{
	position: absolute;
	bottom: 0px;
	left: -40px;
	width: 4px;
	height: 50%;
	background: #1b9fea;
	transform: skewX(-20deg);
}

.specializationSection .specBlock .rightBlock .content{
	position: relative;
	z-index: 1;
}

.specializationSection .specBlock .rightBlock .title{
	position: relative;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 36px;
	font-family: plumbBold;
	text-transform: uppercase;
}

.specializationSection .specBlock .rightBlock .text{
	position: relative;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-family: OpenSansRegular;
	line-height: 1.4em;
	margin-top: 25px;
}
/********************************************** Специализация ************************************************/
/********************************************** Направления ************************************************/
.wrap.direction{
	background: #f1f1f1;
}

.wrap.direction::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 250px;
	width: 463px;
	height: 236px;
	background: url(img/directionBG.png);
}

.directionSection{
	float: left;
	width: 100%;
}

.directionSection .listDirection{
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.directionSection .listDirection li{
	position: relative;
	float: left;
	width: 33.333333333333333333333%;
	padding-top: 118px;
	box-sizing: border-box;
	padding-right: 30px;
}

.directionSection .listDirection li::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	background-image: url(img/listDirection.png);
}

.directionSection .listDirection li:nth-child(1)::before{
	background-position: 0px 0px;
}

.directionSection .listDirection li:nth-child(2)::before{
	background-position: -100px 0px;
}

.directionSection .listDirection li:nth-child(3)::before{
	background-position: -200px 0px;
}

.directionSection .listDirection li span{
	font-size: 16px;
	font-family: OpenSansRegular;
	line-height: 1.5em;
	padding-left: 10px;
	box-sizing: border-box;
	border-left: 3px solid #1b9fea;
	display: flex;
	align-items: center;
	height: 100%;
}
/*Range*/



#my2::-webkit-slider-thumb {
	 background: #083172 url(img/runArrow.png) no-repeat center center;
}
#my2::-webkit-slider-runnable-track {
  background: #083172;
}
/********************************************** Направления ************************************************/
/********************************************** Что включено ************************************************/
.wrap.includes{
/*	background-image: url(img/includesLeft2.png), url(img/includesRight.png);*/
	background-repeat: no-repeat, no-repeat;
	background-position: left bottom, right bottom;
	padding-top: 0px;
}

.includesSection{
	float: left;
	width: 100%;
}

.includesSection .listBlock{
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin-top: 50px;
}

.includesSection .listBlock:nth-child(2){
	padding-right: 30px;
}

.includesSection .listBlock:nth-child(3){
	padding-left: 30px;
}

.includesSection .listBlock ul{
	float: left;
	width: 100%;
}

.includesSection .listBlock ul li{
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(213,213,213,0.58);
	padding: 15px 45px;
	box-sizing: border-box;
	font-size: 16px;
	font-family: OpenSansRegular;
}

.includesSection .listBlock ul li .question{
	position: absolute;
	top: 50%;
	right: 0px;
	width: 18px;
	height: 18px;
	margin-top: -11px;
	margin-left: -13px;
	background-image: url(img/question.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.includesSection .listBlock ul li .question:hover{
	background-position: 0px -18px;
}

.includesSection .listBlock ul li .question .textQuestion{
	position: absolute;
	z-index: 7;
	top: 30px;
	right: 0px;
	width: 490px;
	background: #1b9fea;
	color: #fff;
	font-size: 12px;
	font-family: OpenSansSemibold;
	line-height: 1.5em;
	box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:	0px 3px 10px 0px rgba(50, 50, 50, 0.35);
	box-shadow:	0px 3px 10px 0px rgba(50, 50, 50, 0.35);
	display: none;
}

.includesSection .listBlock ul li .question:hover .textQuestion{
	display: block;
}

.includesSection .listBlock ul li::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45px;
	height: 45px;
	background: url(img/includesSectionLi.png) no-repeat center center;
}

.includesSection .listBlock ul li:first-child{
	border-top: 1px solid rgba(213,213,213,0.58);
}

.includesSection .orderLine{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.includesSection .orderLine .btnOrder{
	background: #d71921;
	padding: 10px 25px;
	color: #fff;
	font-size: 15px;
	font-family: OpenSansExtraBold;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	text-transform: uppercase;
	cursor: pointer;
}
.includesSection .orderLine .btnOrder:hover{
	background: #0399f8;
}
/********************************************** Что включено ************************************************/
/********************************************** Калькулятор Инфо ************************************************/
.wrap.calcInfo{
	background: #083172;
}

.calcInfoSection{
	position: relative;
	float: left;
	width: 100%;
}

.calcInfoSection:before{
	content: '';
	position: absolute;
	right: 0px;
	bottom: -85px;
	width: 402px;
	height: 191px;
	background: url(img/calc.png);
}

.titleCalcInfo{
	float: left;
	width: 100%;
	font-size: 40px;
	font-family: plumbBold;
	color: #fff;
	line-height: 1.3em;
}
/********************************************** Калькулятор Инфо ************************************************/
/********************************************** Калькулятор ************************************************/
.calcSection{
	float: left;
	width: 100%;
}

.calcForm{
	float: left;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:	0px 3px 10px 0px rgba(50, 50, 50, 0.35);
	box-shadow:	0px 3px 10px 0px rgba(50, 50, 50, 0.35);
	margin-top: 40px;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
}

.calcForm .calcFormTop{
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
}

.calcForm .lineValue{
	float: left;
	width: 100%;
	padding: 48px 0px;
	border: 1px solid #e8e8e9;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

.calcForm .lineValue:first-child{
	margin-bottom: 10px;
}
.client__list {
	margin-top: 40px;
	float: left;
}
.client__list__li {
    float: left;
    width: 228px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-family: 'OpenSansSemibold';
}
.client__list__img {
	margin-bottom: 10px;
}
.client__list__img img {
    border-radius: 100px;
    border: 6px solid #159ee2;
    width: 140px;
    height: 140px;
}
.button__calc {
display: none;
width: 15px;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 8px 20px;
    font-size: 28px;
    font-weight: 800;
    margin: 0px 4px;
    line-height: 27px;
    border-radius: 4px;
}
.button__calc:hover, .button__calc:active, .button__calc:focus {
	background: #0a316f;
}
.button__minus {

}
.button_plus {

}
.client__list__text {
	font-weight: bold;
	    font-size: 18px;
}
.calcForm .lineValue .title{
	position: relative;
	float: left;
	width: 250px;
	font-size: 18px;
	font-family: OpenSansBold;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	padding-left: 94px;
	height: 53px;
	display: flex;
	align-items: center;
	background-color: #049ee6;
	background-repeat: no-repeat;
	background-position: 20px center;
	color: #fff;
	line-height: 1.2em;
}

.calcForm .lineValue .title .treug{
	position: absolute;
	top: 0px;
	right: -20px;
	width: 20px;
	height: 53px;
	border-radius: 0px 0px 5px 0px;
	overflow: hidden;
}

.calcForm .lineValue .title .treug:before{
	content: '';
	position: absolute;
	top: 0px;
	left: -20px;
	width: 30px;
	height: 53px;
	transform: skewX(20deg);
	background: #049ee6;
	border-radius: 0px 0px 5px 0px;
}

.calcForm .lineValue .title.rp{
	background-image: url(img/rp.png);
}

.calcForm .lineValue .title.ks{
	background-image: url(img/ks.png);
	background-color: #083172;
}

.calcForm .lineValue .title.ks .treug:before{
	background: #083172;
}

.calcForm .lineValue .value{
	float: left;
	margin-left: 48px
}

.calcForm .lineValue .value input{
	float: left;
	width: 64px;
	height: 42px;
	background: #f2f2f2;
	padding: 0px;
	border-radius: 3px;
	text-align: center;
	font-size: 21px;
	font-family: OpenSansRegular;
}

.calcForm .lineValue .valueBlock{
	position: relative;
	float: left;
	width: calc(100% - 450px);
	height: 52px;
	margin-left: 40px;
	box-sizing: border-box;
	padding: 0px 40px;
	display: flex;
	align-items: center;
}

.calcForm .lineValue .valueBlock::before{
	content: '-';
	position: absolute;
	top: -4px;
	left: -4px;
	width: 40px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #979797;
	font-family: OpenSansRegular;
	font-size: 24px;
}

.calcForm .lineValue .valueBlock::after{
	content: '+';
	position: absolute;
	top: -3px;
	right: -4px;
	width: 40px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #979797;
	font-family: OpenSansRegular;
	font-size: 28px;
}

.calcForm .lineValue .valueBlock .lineRun{
	position: relative;
	float: left;
	width: 100%;

}

.calcForm .lineValue .valueBlock .lineRun:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	top: 40%;
	margin-top: -5px;
	background: #0399f8;
	border-radius: 50%;
}
.calcForm .lineValue .valueBlock .lineRun.myd:before{
	margin-top: -5px;

}
.calcForm .lineValue .valueBlock .lineRun.myd:after{
	margin-top: -5px;

}
.calcForm .lineValue .valueBlock.ks .lineRun:before{
	background: #083172;
}

.calcForm .lineValue .valueBlock .lineRun:after{
content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
    top: 40%;
    margin-top: -5px;
    background: #ccc;
    box-sizing: border-box;
    /* border: 2px solid #e8e8e9; */
    border-radius: 50%;
}


.calcForm .lineValue .valueBlock .lineRun .show{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70%;
	height: 100%;
	background: #0399f8;
}

.calcForm .lineValue .valueBlock.ks .lineRun .show{
	background: #083172;
}

.calcForm .lineValue .valueBlock .lineRun .leftValue,
.calcForm .lineValue .valueBlock .lineRun .rightValue{
	position: absolute;
	top: -40px;
	left: 0px;
	margin-left: -6px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	font-size: 16px;
	color: #979797;
	font-family: OpenSansSemibold;
}

.calcForm .lineValue .valueBlock .lineRun .rightValue{
	left: auto;
	right: 0px;
	margin-left: 0px;
	margin-right: -6px;
}

.calcForm .lineValue .valueBlock .lineRun .show .run{
	position: absolute;
	top: 50%;
	right: 0px;
	width: 52px;
	height: 52px;
	background: #0399f8 url(img/runArrow.png) no-repeat center center;
	border-radius: 50%;
	margin-top: -26px;
	margin-right: -26px;
	cursor: pointer;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:	0px 3px 10px 0px rgba(50, 50, 50, 0.35);
	box-shadow:	0px 3px 10px 0px rgba(50, 50, 50, 0.35);
}

.calcForm .lineValue .valueBlock.ks .lineRun .show .run{
	background: #083172 url(img/runArrow.png) no-repeat center center;
}

.calcForm .calcFormInfo{
	float: left;
	width: 100%;
	background: #f7f7f8;
	box-sizing: border-box;
	padding: 25px;
}

.calcForm .calcFormInfo .title{
	float: left;
	width: 100%;
	font-size: 18px;
	font-family: OpenSansBold;
}

.calcForm .calcFormInfo .listInfo{
	float: left;
	width: 100%;
	margin-top: 10px;
}

.calcForm .calcFormInfo .listInfo li{
	float: left;
	cursor: pointer;
	width: 33.333333333333%;
	margin-top: 25px;
	padding-right: 40px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 21px;
	color: #182938;
	padding-left: 40px;
	font-family: OpenSansSemibold;
	background: url(img/listInfoLi.png) no-repeat top left;
}

.calcForm .calcFormInfo .listInfo li.Disable{
	background: url(img/listInfoLiDisable.png) no-repeat top left;
}

.calcForm .orderBlock{
	float: left;
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	background: #212d39;
	display: flex;
	align-items: center;
}

.calcForm .orderBlock .title{
	flex-grow: 1;
	float: left;
	color: #fff;
	font-size: 24px;
	font-family: OpenSansSemibold;
}

.calcForm .orderBlock .btnOrder{
	flex-grow: 0;
	float: right;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	font-family: OpenSansSemibold;
	background: #d71921;
	width: 208px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 50px;
}
.calcForm .orderBlock .btnOrder:hover{
	background: #0399f8;
}
/********************************************** Калькулятор ************************************************/
/********************************************** Преимущества ************************************************/
.wrap.advantage{
	background: #f1f2f4;
}

.advantageSection{
	position: relative;
	float: left;
	width: 100%;
}

.advantageSection::before{
	content: '';
	position: absolute;
	left: -420px;
	bottom: -85px;
	width: 1087px;
	height: 448px;
	background: url(img/advantageSection.jpg) no-repeat left bottom;
}

.advantageSection .titleSection{
	position: relative;
	padding-bottom: 25px;
}

.advantageSection .titleSection::after{
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100px;
	height: 3px;
	background: #0399f8;
}

.advantageSection .listAdvantage{
	float: left;
	width: 33.333333333333333333%;
}

.advantageSection .listAdvantage li{
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-left: 78px;
	padding-right: 50px;
	margin-top: 40px;
	margin-bottom: 40px;
	min-height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.advantageSection .listAdvantage li::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	width: 78px;
	height: 78px;
	margin-top: -39px;
	background-image: url(img/advantage.png);
	background-repeat: no-repeat;
}

.advantageSection .listAdvantage.one li:nth-child(1)::before{
	background-position: 0px 0px;
}

.advantageSection .listAdvantage.two li:nth-child(1)::before{
	background-position: 0px -78px;
}

.advantageSection .listAdvantage.two li:nth-child(2)::before{
	background-position: 0px -156px;


}

.advantageSection .listAdvantage.two li:nth-child(3)::before{
	background-position: 0px -234px;
}

.advantageSection .listAdvantage.three li:nth-child(1)::before{
	background-position: 0px -312px;

}

.advantageSection .listAdvantage.three li:nth-child(2)::before{
	background-position: 0px -390px;
}

.advantageSection .listAdvantage.three li:nth-child(3)::before{
	background-position: 0px -468px;
}

.advantageSection .listAdvantage li .title{
	display: inline-block;
	width: 100%;
	font-size: 15px;
	font-family: OpenSansBold;
	text-transform: uppercase;
}

.advantageSection .listAdvantage li .description{
	display: inline-block;
	width: 100%;
	font-size: 15px;
	font-family: OpenSansRegular;
	line-height: 24px;
}
/********************************************** Преимущества ************************************************/
/********************************************** Сотрудничество ************************************************/
.wrap.cooperation{
	background: #049ee6;
}

.cooperationSection{
	position: relative;
	float: left;
	width: 100%;
}

.cooperationSection::after{
	content: '';
	position: absolute;
	top: -85px;
	left: 50%;
	width: 704px;
	height: calc(100% + 170px);
	background: url(img/cooperationSection.jpg) no-repeat left center;
	background-size: cover;
	margin-left: 260px;
}

.cooperationSection .titleSection{
	color: #fff;
}

.cooperationSection .listCooperation{
	float: left;
	width: 100%;
	margin-top: 25px;
}

.cooperationSection .listCooperation li{
	position: relative;
	float: left;
	width: 300px;
	padding-top: 70px;
	font-size: 18px;
	font-family: OpenSansBold;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
}

.cooperationSection .listCooperation li:before{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 42px;
	height: 42px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: OpenSansSemibold;
	color: #fff;
}

.cooperationSection .listCooperation li:nth-child(1):before{
	content: '1';
}

.cooperationSection .listCooperation li:nth-child(2):before{
	content: '2';
}

.cooperationSection .listCooperation li:nth-child(3):before{
	content: '3';
}

.cooperationSection .listCooperation li:after{
	content: '';
	position: absolute;
	right: 10px;
	top: 20px;
	width: calc(100% - 70px);
	height: 3px;
	background: url(img/listCooperation.png) repeat-x;
}

.cooperationSection .listCooperation li:nth-child(3):after{
	content: none;
}

.cooperationSection .listCooperation li:last-child{
	float: left;
	width: 230px;
}
/********************************************** Сотрудничество ************************************************/
/********************************************** Команда ************************************************/
.teamSection{
	float: left;
	width: 100%;
}

.teamSection .titleSection{
	position: relative;
	padding-bottom: 25px;
}

.teamSection .titleSection::after{
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100px;
	height: 3px;
	background: #0399f8;
}

.teamSection .listTeam{
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.teamSection .listTeam li{
	display: inline-block;
	width: 25%;
	box-sizing: border-box;
	padding: 40px;
	text-align: center;
}

.teamSection .listTeam li .photo{
	display: inline-block;
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 50%;
}

.teamSection .listTeam li .name{
	position: relative;
	float: left;
	width: 100%;
	font-size: 18px;
	color: #fff;
	background: #0399f8;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: plumbBold;
	margin-top: 25px;
}

.teamSection .listTeam li .name::before{
	content: '';
	position: absolute;
	top: 0px;
	left: -8px;
	width: 16px;
	height: 100%;
	background: #0399f8;
	transform: skewX(20deg);
	border-radius: 5px 0px 0px 0px;
}

.teamSection .listTeam li .name::after{
	content: '';
	position: absolute;
	top: 0px;
	right: -8px;
	width: 16px;
	height: 100%;
	background: #0399f8;
	transform: skewX(20deg);
	border-radius: 0px 0px 5px 0px;
}

.teamSection .listTeam li .post{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #8a8a8a;
	font-family: OpenSansSemibold;
	margin-top: 15px;
}
/********************************************** Команда ************************************************/
/********************************************** Бренды ************************************************/
.wrap.brends{
	background: #212d39;
	padding: 100px 0px;
}

.wrap.brends::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
	background: #fff;
}

.brendsSection{
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
}

.brendsSection .title{
	position: absolute;
	top: -100px;
	left: 0px;
	width: calc(100% - 80px);
	margin-left: 40px;
	height: 58px;
	background: #0399f8;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	font-family: plumbBold;
}

.brendsSection .title::before{
	content: '';
	position: absolute;
	top: 0px;
	left: -20px;
	width: 40px;
	height: 100%;
	background: #0399f8;
	transform: skewX(20deg);
	border-radius: 5px 0px 0px 0px;
}

.brendsSection .title::after{
	content: '';
	position: absolute;
	top: 0px;
	right: -20px;
	width: 40px;
	height: 100%;
	background: #0399f8;
	transform: skewX(20deg);
	border-radius: 0px 0px 5px 0px;
}

.listBrends{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 64px;
	box-sizing: border-box;
	padding: 0px 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.listBrends li{
	float: left;
	margin: 0px 50px;
}
/********************************************** Бренды ************************************************/
/********************************************** Контакты ************************************************/
.wrap.contacts #map{
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(img/map19.jpg) no-repeat right center;
}

.wrap.contacts::before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0px;
	left: -150px;
	width: 60%;
	height: 100%;
	background: #fff;
	transform: skewX(-20deg);
}

.contactsSection{
	position: relative;
	z-index: 3;
	float: left;
	width: 100%;
}

.contactsSection .titleSection{
	position: relative;
	padding-bottom: 25px;
}

.contactsSection .titleSection::after{
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100px;
	height: 3px;
	background: #0399f8;
}

.contactsSection .listContacts{
	float: left;
	width: 510px;
	margin-top: 15px;
}

.contactsSection .listContacts li{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 40px;
	box-sizing: border-box;
	padding-left: 50px;
}

.contactsSection .listContacts li::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	background-image: url(img/contacts.png);
}

.contactsSection .listContacts li:nth-child(1)::before{
	background-position: 0px 0px;
}

.contactsSection .listContacts li:nth-child(2)::before{
	background-position: 0px -30px;
}

.contactsSection .listContacts li:nth-child(3)::before{
	background-position: 0px -60px;
}

.contactsSection .listContacts li:nth-child(4)::before{
	background-position: 0px -90px;
}

.contactsSection .listContacts li.address{
	font-size: 18px;
	line-height: 26px;
	font-family: OpenSansRegular;
}

.contactsSection .listContacts li.address span{
	font-family: OpenSansBold;
}

.contactsSection .listContacts li.phone{
	font-family: OpenSansSemibold;
	font-size: 24px;
	background-position: 0px -30px;
}

.contactsSection .listContacts li.mail a{
	font-family: OpenSansSemibold;
	font-size: 18px;
	color: #0399f8;
}

.contactsSection .listContacts li.rasp{
	font-family: OpenSansRegular;
	font-size: 18px;
	line-height: 26px;
}

.contactsSection .listContacts li.rasp .title{
	font-family: OpenSansSemibold;
	display: inline-block;
	width: 100%;
}

.contactsSection .listContacts li.rasp .text{
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.contactsSection .listContacts li.rasp .text:last-child{
	margin-bottom: 0px;
}
/********************************************** Контакты ************************************************/
/********************************************** Обратная связь ************************************************/
.wrap.callBackForm{
	background-color: #049ee6;
	background-image: url(img/callBackFormSectionLeft.jpg), url(img/callBackFormSectionRight.jpg);
	background-position: bottom left, top right;
	background-repeat: no-repeat, no-repeat;
	min-height: 454px;
}

.callBackFormSection{
	float: left;
	width: 100%;
}

.callBackFormSection .titleSection{
	color: #fff;
	font-size: 30px;
}

.formCallBackForm{
	float: left;
	width: 850px;
	margin-top: 30px;
}

.formCallBackForm .inp{
	float: left;
	width: calc(33.333333333333333% - 12px);
	box-sizing: border-box;
	margin-right: 12px;
	height: 44px;
	padding: 0px 10px;
	border-radius: 3px;
	outline: none;
}

.formCallBackForm .textar{
	float: left;
	width: caLC(100% - 12px);
	box-sizing: border-box;
	margin-top: 12px;
	padding: 0px 10px;
	border-radius: 3px;
	outline: none;
	padding: 10px;
	height: 84px;
	resize: none;
}

.formCallBackForm .lineSend{
	float: left;
	width: caLC(100% - 12px);
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.formCallBackForm .lineSend .polit{
	float: left;
	width: 300px;
	font-size: 13px;
	font-family: OpenSansRegular;
	color: #fff;
	line-height: 1.3em;
}

.formCallBackForm .lineSend .polit i{
	text-decoration: underline;
	cursor: pointer;
}
.formCallBackForm .lineSend .polit i a:hover{
	color: #fff;
}
.formCallBackForm .lineSend .formula{
	float: left;
	height: 52px;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 5px;
	margin-left: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 15px;
}

.formCallBackForm .lineSend .formula .title{
	font-size: 14px;
	color: #fff;
	font-family: OpenSansRegular;
}

.formCallBackForm .lineSend .formula .vopros{
	font-size: 28px;
	color: #fff;
	font-family: OpenSansRegular;
	margin: 0px 5px 0px 15px;
}

.formCallBackForm .lineSend .formula .otvet{
	width: 80px;
	box-sizing: border-box;
	height: 38px;
	padding: 0px 10px;
	text-align: center;
	border-radius: 3px;
	outline: none;
	border: none;
	font-size: 16px;
	font-family: OpenSansRegular;
}

.formCallBackForm .lineSend .blbtn{
	flex-grow: 1;
	cursor: pointer;
}
.formCallBackForm .lineSend .blbtn:hover{
	background: #0399f8;
}

.formCallBackForm .lineSend .sendMessage{
	display: flex;
	float: right;
	width: 164px;
	height: 42px;
	background: #d71921;
	color: #fff;
	font-size: 16px;
	font-family: OpenSansBold;
	text-transform: uppercase;
	border: none;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	cursor: pointer;

}
/********************************************** Обратная связь ************************************************/
/********************************************** Подвал ************************************************/
.wrap.footer{
	padding: 50px 0px;
}

.footerSection{
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}

.footerSection .blockFooter{
	float: left;
	width: 33.333333333333333%;
}

.footerSection .blockFooter .logoFooter{
	float: left;
	width: 250px;
	height: 68px;
	background: url(img/logoFooter.png);
}

.footerSection .blockFooter.middle{
	display: flex;
	align-items: center;
	justify-content: center;
}

.footerSection .blockFooter.middle .content{
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	border-left: 1px solid #e9eaeb;
	border-right: 1px solid #e9eaeb;
}

.footerSection .blockFooter.middle .title{
	font-size: 12px;
	color: #828383;
	font-family: OpenSansRegular;
}

.footerSection .blockFooter.middle .listProgramms{
	float: left;
	width: 100%;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footerSection .blockFooter.middle .listProgramms li{
	float: left;
	margin: 0px 10px;
	cursor: pointer;
}

.footerSection .blockFooter.middle .listProgramms li:nth-child(1){
	width: 137px;
	height: 32px;
	background: url(img/anydesk.png);
}

.footerSection .blockFooter.middle .listProgramms li:nth-child(2){
	width: 130px;
	height: 32px;
	background: url(img/pr2.png);
}

.footerSection .blockFooter.last{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.footerSection .blockFooter.last .contentLine{
	float: left;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.footerSection .blockFooter.last .contentLine .phone{
	color: #1e3188;
	font-family: plumbBlack;
	font-size: 30px;
}

.footerSection .blockFooter.last .contentLine .ordcallbtn{
	color: #fff;
	font-family: OpenSansSemibold;
	font-size: 13px;
	background-color: #049ee6;
	background-image: url(img/iphonefooter.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	border-radius: 50px;
	margin-top: 15px;
	padding: 10px 20px 10px 40px;
	cursor: pointer;
}
.footerSection .blockFooter.last .contentLine .ordcallbtn:hover{
background: #d71921;
	background-image: url(img/iphonefooter.png);
	background-position: 15px center;
	background-repeat: no-repeat;

}


/********************************************** Подвал ************************************************/

@media only screen and (max-width: 1900px){
	.wrap.includes{
		background: none;
	}
	.listBrends li:nth-child(7){
		display: none;
	}
}

@media only screen and (max-width: 1470px){
	.listBrends li:nth-child(6){
		display: none;
	}

	.listBrends li{
		margin: 0px 40px;
	}
}

@media only screen and (max-width: 1200px){
	.work{
		padding: 0 10px;
	}
}

@media only screen and (max-width: 1199px){
	.headerSection .mainMenu .list li a{
		font-size: 12px;
	}
	.headerSection .mainMenu .list li{
		margin: 0px 10px;
	}
	.headerSection .mainMenu{
		width: calc(100% - 480px);
	}
	.headerSection .contacts{
		width: 220px;
	}
	.bottomHeaderSection{
		height: 400px;
	}
	.bottomHeaderSection .titleBlock{
		margin-top: 100px;
	}
	.orderSection{
		height: auto;
	}
	.orderSection .titleBlock{
		width: 100%;
		box-sizing: border-box;
		padding: 20px 10px;
	}
	.orderSection .titleBlock::after,
	.wrap.order::before{
		content: none;
	}
	.orderFormBlock{
		width: 100%;
		padding: 0 10px;
	}
	.wrap.order .work{
		padding: 0;
	}
	.orderSection .titleBlock .content .topTitle{
		width: auto;
		margin-right: 15px;
	}
	.orderSection .titleBlock .content .bottomTitle{
		width: auto;
		margin-top: 0;
	}
	.orderFormBlock .lineForm .btnOrder{
		float: left;
	}
	.orderFormBlock .lineForm .inp{
		width: calc(50% - 100px);
	}
	.specializationSection .specBlock .rightBlock:before,
	.specializationSection .specBlock .rightBlock:after{
		left: -32px;
	}
	.wrap.allBlocks{
		padding: 45px 0px;
	}
	.specializationSection .specBlock{
		margin-top: 25px;
	}
	.titleCalcInfo{
		font-size: 36px;
	}
	.includesSection .listBlock:nth-child(2) ul li .question .textQuestion{
		right: -240px;
	}
	.cooperationSection::after{
		content: none;
	}
	.cooperationSection .listCooperation li,
	.cooperationSection .listCooperation li:last-child{
		width: calc(100%/3);
	}
	.listBrends{
		position: relative;
		top: 0;
		flex-wrap: wrap;
		height: auto;
	}
	.wrap.brends{
		padding-top: 70px;
		padding-bottom: 10px;
		overflow: inherit;
	}
	.listBrends li{
		margin: 0 20px;
	}
	.wrap.brends .work{
		position: absolute;
		top: -10px;
		width: calc(100% - 20px);
	}
	.brendsSection{
		position: inherit;
	}
	.brendsSection .title{
		position: relative;
		top: 0;
		box-sizing: border-box;
		padding: 0 35px;
		font-size: 20px;
	}
}

@media only screen and (max-width: 1023px){
	.headerSection{
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
		padding-left: 70px;
	}
	.headerSection .mainMenu{
		position: fixed;
		z-index: 500;
		top: 0;
		left: -300px;
		width: 300px;
		flex-wrap: wrap;
		align-items: flex-start;
		background-color: #fff;
		box-sizing: border-box;
		padding: 40px 10px;
		padding-top: 50px;
		transition-property: left;
		transition: .5s;
	}
	.headerSection .mainMenu.open{
		left: 0;
		transition-property: left;
		transition: .5s;
	}
	.mobMenu_btn{
		position: absolute;
		top: 24px;
		left: 0;
		width: 47px;
		height: 47px;
		background-color: rgb(0 164 234);
		background-image: url(img/menu.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 40px 40px;
		border-radius: 3px;
	}
	.close_mob_menu{
		position: absolute;
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		background-image: url(img/close.png);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.headerSection .contacts{
		float: right;
	}
	.headerSection .mainMenu .list li{
		width: 100%;
		margin: 15px 0;
	}
	.bottomHeaderSection .titleBlock .topTitle{
		font-size: 36px;
	}
	.bottomHeaderSection .titleBlock .bottomTitle{
		font-size: 46px;
	}
	.orderSection .titleBlock .content .topTitle{
		width: 100%;
		margin-right: 0;
	}
	.orderSection .titleBlock .content .bottomTitle{
		width: 100%;
		margin-top: 10px;
	}
	.specializationSection .specBlock .rightBlock:before,
	.specializationSection .specBlock .rightBlock:after{
		content: none;
	}
	.specializationSection .specBlock .leftBlock{
		width: 100%;
	}
	.specializationSection .specBlock .rightBlock{
		width: 100%;
	}
	.wrap.direction::before{
		content: none;
	}
	.directionSection .listDirection{
		margin-top: 30px;
	}
	.calcInfoSection:before{
		content: none;
	}
	.calcForm .calcFormTop{
		padding: 25px 15px;
	}
	.calcForm .lineValue{
		flex-wrap: wrap;
	}
	.calcForm .lineValue .title{
		font-size: 14px;
		width: 180px;
		padding-left: 74px;
	}
	.calcForm .lineValue .value{
		margin-left: 38px;
	}
	.calcForm .lineValue .valueBlock{
		width: calc(100% - 350px);
	}
	.calcForm .orderBlock .title{
		font-size: 20px;
	}
	.advantageSection::before{
		content: none;
	}
	.advantageSection .listAdvantage{
		width: 100%;
	}
	.advantageSection .listAdvantage li{
		margin: 10px 0;
		padding-right: 0;
	}
	.advantageSection .titleSection{
		margin-bottom: 20px;
	}
	.cooperationSection .listCooperation li{
		padding-top: 60px;
		font-size: 14px;
	}
	.teamSection .listTeam li{
		width: calc(100%/3);
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.teamSection .listTeam li .photo{
		min-width: 100%;
		height: auto;
	}
	.teamSection .listTeam li .photo img{
		max-width: 100%;
		height: auto;
	}
	.teamSection .listTeam li .name{
		font-size: 14px;
	}
	.teamSection .listTeam li .post{
		margin-top: 10px;
	}
	.contactsSection .listContacts{
		width: 100%;
	}
	.wrap.contacts::before{
		content: none;
	}
	.wrap.contacts #map{
		position: relative;
		height: 400px;
		margin-top: 30px;
	}
	.wrap.contacts{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		padding-bottom: 0;
	}
	.footerSection{
		flex-wrap: wrap;
	}
	.footerSection .blockFooter{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.footerSection .blockFooter.middle{
		margin: 30px 0;
	}
	.footerSection .blockFooter.middle{
		width: 100%;
	}
	.footerSection .blockFooter.last .contentLine{
		justify-content: center;
	}
}

@media only screen and (max-width: 767px){
	.button__calc  {
		display: inline-block;
	}
	.wrap.bottomHeader{
		background-position: left center;
	}
	.bottomHeaderSection .titleBlock .topTitle{
		font-size: 30px;
	}
	.bottomHeaderSection .titleBlock .bottomTitle{
		font-size: 40px;
	}
	.specializationSection .specBlock .leftBlock ul li{
		margin-bottom: 20px;
	}
	.specializationSection .specBlock .rightBlock .title{
		font-size: 30px;
	}
	.directionSection .listDirection li{
		width: 100%;
		margin-bottom: 15px;
	}
	.calcForm .lineValue .title{
		width: calc(100% - 50px);
		margin-bottom: 25px;
		margin-left: 10px;
	}
	.calcForm .lineValue .value{
		margin-left: 10px;
	}
	.calcForm .lineValue .value input{
		width: 200px;
	}
	.calcForm .lineValue{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.calcForm .lineValue .valueBlock{
		width: calc(100% - 90px);
		margin-left: 20px;
		padding: 0px 30px;
		display: none;
	}
	.calcForm .lineValue .value{
		display: flex;
		justify-content: center;
		margin-left: 0;
		width: 100%;
	}
	.calcForm .orderBlock .btnOrder{
		width: 160px;
		font-size: 20px;
	}
	.calcForm .orderBlock .title{
		font-size: 16px;
	}
	.includesSection .listBlock{
		width: 100%;
	}
	.includesSection .listBlock:nth-child(2){
		padding-right: 0;
	}
	.includesSection .listBlock:nth-child(3){
		padding-left: 0;
		margin-top: 0;
	}
	.includesSection .listBlock:nth-child(3) ul li:nth-child(1){
		border: none;
	}
	.includesSection .listBlock:nth-child(2) ul li .question .textQuestion{
		right: 0;
	}
	.cooperationSection .listCooperation li{
		margin-top: 20px;
		text-align: center;
	}
	.cooperationSection .listCooperation li,
	.cooperationSection .listCooperation li:last-child{
		width: 100%;
	}
	.cooperationSection .listCooperation li br{
		display: none;
	}
	.cooperationSection .listCooperation li:after{
		content: none;
	}
	.cooperationSection .listCooperation li:before{
		left: 50%;
		margin-left: -21px;
	}
	.cooperationSection .titleSection{
		text-align: center;
	}
	.brendsSection .title{
		font-size: 16px;
	}
}

@media only screen and (max-width: 639px){
	.client__list__text {
	font-weight: bold;
	    font-size: 14px;
}
.client__list__img img {
    border-radius: 100px;
    border: 4px solid #159ee2;
    width: 130px;
    height: 130px;
}
	.headerSection .contacts{
		display: none;
	}
	.orderFormBlock .lineForm .inp{
		width: 100%;
		margin-bottom: 15px;
	}
	.directionSection .listDirection li{
		padding-right: 0;
	}
	.titleSection{
		font-size: 28px;
	}
	.titleCalcInfo{
		font-size: 26px;
	}
	.calcForm .calcFormInfo .listInfo li{
		width: 100%;
	}
	.calcForm .calcFormInfo .listInfo li.Disable{
		background: url(img/listInfoLiDisable.png) no-repeat top 5px left;
	}
	.calcForm .orderBlock{
		flex-wrap: wrap;
		justify-content: center;
	}
	.calcForm .orderBlock .title{
		width: 100%;
		margin-bottom: 20px;
	}
	.includesSection .listBlock ul li .question .textQuestion{
		width: 460px;
	}
	.teamSection .listTeam li{
		width: calc(100%/2);
	}
	.teamSection .listTeam li{
		padding: 20px;
	}
	.teamSection .listTeam li .name{
		font-size: 12px;
	}
	.listBrends li img{
		max-width: 100px;
		max-height: 40px;
	}
	.listBrends{
		padding: 0;
	}
	.mainWrap .contacts{
		float: left;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
justify-content: center;
		margin-bottom: 20px;
	}

	.mainWrap .contacts .content{
		float: right;
		width: 220px;
		text-align: left;
	}

	.mainWrap .contacts .content .companyPhone{
		float: left;
		width: 100%;
		font-family: plumbBold;
		color: #083172;
		font-size: 24px;
		text-decoration: none;
	}

	.mainWrap .contacts .content .btnCallBack{
		cursor: pointer;
		float: left;
		font-family: OpenSansSemibold;
		color: #0399f8;
		font-size: 14px;
		text-decoration: underline;
		background: none;
		border: none;
		margin-left: 10px;
		margin-top: 5px;
		position: relative;
	}

	.mainWrap .contacts .content .btnCallBack::before{
		content: '';
		position: absolute;
		top: 50%;
		left: -12px;
		width: 12px;
		height: 12px;
		background: url(img/iphone.png);
		margin-top: -6px;
	}
}

@media only screen and (max-width: 479px){
	.bottomHeaderSection{
		height: 300px;
	}
	.bottomHeaderSection .titleBlock{
		margin-top: 50px;
	}
	.bottomHeaderSection .titleBlock .topTitle{
		font-size: 26px;
	}
	.bottomHeaderSection .titleBlock .bottomTitle{
		font-size: 36px;
	}
	.orderSection .titleBlock .content .topTitle,
	.orderSection .titleBlock .content .bottomTitle{
		font-size: 18px;
	}
	.specializationSection .specBlock .leftBlock{
		padding: 20px;
	}
	.specializationSection .specBlock .leftBlock ul li{
		font-size: 16px;
	}
	.specializationSection .specBlock .rightBlock .title{
		font-size: 24px;
	}
	.titleCalcInfo{
		font-size: 20px;
	}
	.includesSection .listBlock ul li .question .textQuestion{
		width: calc(100vw - 20px);
	}
	.includesSection .listBlock ul li{
		font-size: 14px;
	}
	.brendsSection .title{
		font-size: 14px;
		padding: 0 25px;
		line-height: 1.3em;;
	}
	.wrap.contacts #map{
	background: url(img/map2.png) no-repeat center center;
		background-size: cover;

}
.client__list__li {
	width: 50%;
}
}
