/*Спецификация*/
body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Rubik','Arial', sans-serif;
	color: #102132;
}

section {
	padding: 100px 0;
}

ul, li, li, h1, h2, h3, h4, p, a {
	padding: 0;
	margin: 0;
}

h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #102132;
}
h3 {
	font-weight: 500;
	font-size: 26px;
	line-height: 31px;
	color: #1A344F;
}
a, a:focus, a:hover, a:active {
	text-decoration: none;
	text-transform: none;
	outline: none;
	box-shadow: none;
	color: #FE3712;
}
a, a:hover, a:active, a:focus, button, input, button:hover, button:active, button:focus, input:focus, input:active {
    text-decoration: none;
    outline: none !important;
}
a:hover {
	color: #FE3712;
	transition: all .2s linear;
}
ul {
	list-style-type: none;
}
::-webkit-input-placeholder { /* Chrome */
  /*color: #b7b7b7;*/
}
:-ms-input-placeholder { /* IE 10+ */
  /*color: #b7b7b7;*/
}
::-moz-placeholder { /* Firefox 19+ */
  /*color: #b7b7b7;
  opacity: 1;*/
}
:-moz-placeholder { /* Firefox 4 - 18 */
  /*color: #b7b7b7;*/
}

.act {
	height: 60px;
	display: inline-block;
	text-align: center;
	background: #FE3712;
	border-radius: 3px;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #FFFFFF!important;
	font-weight: 600;
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 22px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	cursor: pointer;
}
.act:hover {
	color: #FFFFFF;
	text-transform: uppercase;
    transform: translate3d(0,-1px,0);
    box-shadow: 0 15px 15px rgba(14,50,99,.1), 0 2px 4px rgba(14,50,99,.15);
}

.act:active, .act:focus {
	text-transform: uppercase;
}
.act:focus {
	color: #fff;
}

.wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.wrapper-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.bolder {
	font-weight: 700;
}
.section__title {
	font-size: 42px;
	line-height: 50px;
	color: #1A344F;
	margin-bottom: 40px;
}
.section__title--white {
	color: #fff;
}
.section {
	padding: 100px 0;
} 
.dark {
	color: #fff;
	background-color: #031E3D;
}

/*Первый экран*/
.header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 100px;
}
.header__loc {
	font-size: 13px;
	line-height: 20px;
	color: rgba(208, 208, 208, 0.5);
	font-weight: 400;
	position: relative;
	padding-left: 30px;
	margin-top: 25px;
}
.header__loc::before {
	content: "";
	position: absolute;
	display: block;
	height: 21px;
	width: 15px;
	top: 3px;
    left: 0;
	background-image: url(../images/loc.svg);
	background-repeat: no-repeat;
}
.logo-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
}
.logo-block span {
	position: relative;
	
}
.logo-block span::before {
	content: "";
	position: absolute;
	display: block;
	height: 40px;
	width: 1px;
	top: -4px;
    right: -20px;
	background-color: #C6DBEE;
}
.logo__desc {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #778A98;
	margin-left: 40px;
	margin-top: -3px;
}
.logo {
	width: 164px;
	height: 84px;
	display: flex;
    align-items: center;
}
.logo img {
	max-width: 100%;
	height: auto;
}
.header__mail {
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	padding-left: 25px;
	position: relative;
	margin-top: 35px;
	display: block;
}
.header__mail::before {
	content: "";
	position: absolute;
	display: block;
	width: 20.08px;
	height: 20.08px;
	top: 4px;
    left: 0;
	background-image: url(../images/mail.svg);
	background-repeat: no-repeat;
}
.header__phone {
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	position: relative;
}
.order__btn {
	cursor: pointer;
}
.header__contacts {
	margin-top: 25px;
}
.header__contacts-btn {
	font-size: 15px;
	line-height: 18px;
	color: #D0D0D0;
	border-bottom: 1px dotted #fff;
}
.header__contacts-btn:hover {
	border-bottom: 1px dotted #FB3B17;
	transition: all .2s linear;
	color: #FB3B17!important;
}

.offer__title {
	font-weight: 300;
	margin-top: 110px;
	font-size: 42px;
	line-height: 54px;
	color: #FFFFFF;
	margin-bottom: 35px;
}

.header-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-items: flex-start;
}
.nav-main  {
	padding-top: 15px;
}
.header-contacts {
	padding-top: 25px;	
}
.header-contacts__email {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	font-weight: 400;
	position: relative;
	padding-left: 25px;
}
.header-contacts__email::before {
	content: "";
	display: block;
	width: 16px;
	height: 12px;
	background-image: url(../img/mail.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 3px;
}
.header-contacts__email:hover {
	color: #fed756;
	transition: all .2s linear;
}
.header-panel__list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	height: 90px;
	align-items: center;
	border-top: 0.5px solid #485B73;
	padding-top: 4px;
}
.menu-mobile {
	display: none;
}
.header-table {
	padding: 35px 40px;
	background: rgba(3, 30, 61, 0.95);
}
.header-table__table {
	width: 100%;
}
.header-table td {
	vertical-align: baseline;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 400;
}
.header-table tr {
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}
.header-table__remark {
	font-size: 13px;
	line-height: 20px;
	color: #536070;
	border-top: 0.5px solid #32516F;
	padding-top: 15px;
	margin-top: 15px;
}
.header-table .table__total td {
	padding-top: 10px;
}
.header-form {
	padding: 35px 50px;
	color: #fff;
	min-height: 373.5px;
	border-radius: 3px;
	background: rgba(3, 30, 61, 0.95);
}
.main-form--header {
	color: #fff;
}
.main-form--header .contacts__form-text {
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
}
.main-form--header .contacts-form__title {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 400;
	margin-bottom: 5px;
}
.popup-policy {
	color: #B5B5B5;
	text-decoration: underline;
}
.main-form--header .popup-form__btn {
	height: 50px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}
/*Гамбургер*/
#menu-icon {
	display: none;
    margin-bottom: 7px;
    width: 24px;
    height: 30px;
    float: left;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-right: 30px;
    margin-top: 36px;
    margin-bottom: 7px;
    position: absolute;
    right: 20px;
    z-index: 500;
}

#menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#menu-icon span:nth-child(1) {
  top: 4px;
}

#menu-icon span:nth-child(2) {
  top: 11px;
}

#menu-icon span:nth-child(3) {
  top: 18px;
}

#menu-icon.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#menu-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#menu-icon.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.overlay-menu {
	display: none;
	background: #a1c2e3;
}
.fade {
	opacity: 1;
}

/*Модальное окно*/
.popup__add .close, .popup__add2 .close, .popup__add3 .close {
	color: #fff;
	font-size: 1.8rem;
    font-weight: 400;
}
.popup-form .close {
	color: #fff;
	font-size: 1.8rem;
    font-weight: 400;
    position: absolute;
    right: -23px;
    top: -17px;
    margin-right: 20px;
}
.popup__add .modal-content, .popup__add2 .modal-content, .popup__add3 .modal-content  {
	background: #101010;
	color: #fff;
	border: 1px solid #fff;

}
.close {
	color: #fff;
}
.popup__add .modal-body, .popup__add2 .modal-body, .popup__add3 .modal-body {
	padding: 5px 30px 25px 30px;
}
.popup__text {
	margin-bottom: 10px;
}
.popup__text i {
	margin-right: 13px;
}
#exampleInputName-error {
	color: red;
}
#exampleInputPhone-error {
	color: red;
}


.header-panel__nav {
	margin-top: 20px;
}
.nav-main {
	margin-top: 10px;
	z-index: 100;
}
.header-panel__link {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #fff;	
}
.header-panel__item {
	margin-right: 30px;
}
.header-panel__item:last-child {
	margin-right: 0;
}
.header-panel__link:hover {
	color: #FE3712;
	transition: all .2s linear;
}
.header-panel__link:focus {
}
.nav-main__link {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	display: block;
	margin-right: 38px;
	padding-bottom: 10px;
/*	margin-top: 20px;*/
	line-height: 3;
    margin-top: 10px;

}
.close {
	color: #fff;
	font-size: 2.5rem;
	cursor: pointer;
	margin-top: -9px;
	font-weight: 300;
}

.popup-menu .modal-content {
    border-radius: 0;
    background: #031E3D;
    border: 0;
    min-height: 1000px;
}
.popup-menu .modal-dialog {
    width: 50%;
    margin-top: 0;
    margin-right: 0;
}
.popup-menu .modal-body {
    padding: 1px;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 40px;
}
.popup-menu .header__phone {
	display: inline-block;
	margin-bottom: 20px;
}
.popup-menu  .header__mail  {
	display: block;
	margin-bottom: 45px;
	margin-top: 10px;
}
.popup-menu .social {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 0.5px solid #C6DBEE;
}
.popup-menu .header-panel__link {
	margin-bottom: 35px;
	display: block;
}
.popup-menu .social__link {
	margin-right: 30px;
}
.modal-open .modal {
	background: rgb(249,252,252,0.7);
}
#overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;  
	background: rgba(255, 255, 255, 0.68);
	left: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 105;
}
#thx {
	background: #001E3C;
	box-shadow: 0px 4px 13px 0px rgba(4, 4, 4, 0.38);
	background-position: 100% 0;
	position: absolute;
	left: 50%;
	margin-left: -276px;
	top: 25%;
 	padding: 25px;
    text-align: center; 
    width: 502px;
    height: 413px;
    border-radius: 8px;
}
#thx .popup-thanks__title {
	color: #fff;
	margin-bottom: 20px;
}
#thx .popup-thanks__text {
	color: #fff;
}
.popup-form .modal-content {
	background-color: #042A56;
	padding: 50px 30px 40px 30px;
	width: 400px;
	margin: 0 auto;
}
.contacts-form__title {
	font-weight: bold;
	font-size: 22px;
	line-height: 20px;
	color: #001A2D;
	margin-bottom: 10px;
}
.contacts__form-text {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #001A2D;
	margin-bottom: 30px;
}
.popup-form__field {
	background: #FFFFFF;
	border-radius: 3px;
	width: 100%;
	height: 50px;
	padding-left: 15px;
}
.popup-form__btn {
	width: 100%;
	border-radius: 3px;
	height: 60px;
	padding-top: 3px;
	border: none;
}
.popup-form__credit {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #B5B5B5;
	margin-top: 10px;
}
.thanks-wrap {
	margin-top: 85px;
}
.popup-thanks__title {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
}
/*Лоадер формы*/

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.91);
    overflow: hidden;
    display: none;
}

#loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
}

/*КОму нужно вступать в СРО*/
.need {

}
.need span {
 color: #0062A9;
}
.need__title {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #102132;
}

.need__list-wrap {

}
.need__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.need__icon {
	width: 27px;
	height: 26px;
	margin-right: 20px;
	margin-top: 5px;
}
.need__icon--1 {
	background-image: url(../images/need-icon1.svg);
	background-repeat: no-repeat;
	width: 30px;
}
.need__icon--2 {
	background-image: url(../images/need-icon2.svg);
	background-repeat: no-repeat;
}
.need__icon--3 {
	background-image: url(../images/need-icon3.svg);
	background-repeat: no-repeat;
	width: 29px;
}
.need__icon--4 {
	background-image: url(../images/need-icon4.svg);
	background-repeat: no-repeat;
}
.need__icon--5 {
	background-image: url(../images/need-icon5.svg);
	background-repeat: no-repeat;
}
.need__text {
	width: fit-content;
}
.need__btn {
	margin-top: 20px;
}

/*Виды работ*/
.types {
	background-image: url(../images/types-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: left bottom;
}
.types__list-wrap {
	border-radius: 3px;
	padding: 60px 55px;
	background-color: #fff;
	min-height: 775px;
	box-shadow: 0px 4px 20px rgba(5, 35, 69, 0.25);
}
.types__list--dark {
	background-color: #042A56;
	color: #fff;
}
.types__list--dark .types__title {
	color: #fff;
}
.types__title {
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 26px;
	line-height: 31px;
}
.types__lists {

}
.types__list {
	padding-left: 20px;
	position: relative;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	margin-bottom: 15px;
}
.types__list::before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #0062A9;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;

}
.types__list--dark .types__list::before {
	background-color: #fff;
}

/*Что дает организации вступление в СРО*/
.gives {
	background-image: url(../images/gives-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.gives__item {
	padding: 45px 40px; 
	background-color: #F9F9F9;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 30px;
}
.gives__item--last {
	min-height: 234px;
	padding-top: 65px;
}
.gives__icon {
	width: 27px;
	height: 26px;
	margin-top: 7px;
}
.gives__icon--1 {
	background-image: url(../images/gives-icon1.svg);
	background-repeat: no-repeat;
}
.gives__icon--2 {
	background-image: url(../images/gives-icon2.svg);
	background-repeat: no-repeat;
}
.gives__icon--3 {
	background-image: url(../images/gives-icon3.svg);
	background-repeat: no-repeat;
}
.gives__icon--4 {
	background-image: url(../images/gives-icon4.svg);
	background-repeat: no-repeat;
}
.gives__text {
	width: fit-content;
	padding-left: 20px;
}
.gives__total {
	position: relative;
	padding-left: 208px;
	padding-top: 21px;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	color: #102132;
}
.gives__total::before {
	content: "";
	width: 153px;
    height: 130px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/gives-icon5.png);
}
.gives__total::after {
	content: "";
	width: 2px;
	height: 80px;
	position: absolute;
	top: 14px;
    left: 167px;
	background-color: #FE3712;;
}
.gives__item--blue-dark {
	background-color: #1D406F;
	color: #fff;
}
.gives__item--blue {
	background-color: #E5F2FF;

}

/*Вступить в СРО сейчас*/
.section-form {
	background-image: url(../images/form-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.main-form--white {
	background-color: #FBFBFB;
	padding: 40px 50px 50px 50px;
	border-radius: 3px;

}
.form-group__wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.main-form--white .popup-form__field {
	width: 300px;
	margin-right: 20px;
	height: 60px;
}
.main-form--white .popup-form__btn {
	width: 300px;
	margin-left: 0;
}
.main-form--white .popup-form__credit {
	margin-top: -5px;
}
.main-form--white .contacts-form__title {
	font-size: 26px;
	line-height: 31px;
	color: #1A344F;
}
.main-form--white .contacts__form-text {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #102132;
}

/*Стоимость*/
.price {

}
.white {
	background-color: #FCFCFC;
}
.price__item {
	padding: 50px 45px;
	border-radius: 3px;
	margin-bottom: 30px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.header-table__table--price {

}
.header-table__remark--price {

}
.price__title {
	font-weight: 500;
	font-size: 26px;
	line-height: 31px;
	margin-bottom: 30px;
}
.price__item td {
	vertical-align: baseline;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
}
.price__item tr {
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
}
.header-table__remark--price {
	border-top: 0.5px solid #7B7B7B;
}
.price__item.dark .price__title {
	color: #fff;
}
.price__btn {
	margin-top: 20px;
}

/*Порядок вступления в СРО */
.order {
	background-image: url(../images/order-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.order__wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.order__item {
	padding: 55px 55px 35px 30px;
	background-color: #FCFCFC;
	width: 50%;
	border-radius: 3px;
	position: relative;
	margin-bottom: 30px;
	min-height: 246px;
}
.order__item--first {
	padding: 60px 30px;
	background-color: #E5F2FF;
	width: 100%;
}
.order__icon {
	width: 33px;
	height: 33px;
	margin-bottom: 15px;
}
.order__icon--1 {
	background-image: url(../images/order-icon1.svg);
	background-repeat: no-repeat;
}
.order__icon--2 {
	background-image: url(../images/order-icon2.svg);
	background-repeat: no-repeat;
}
.order__icon--3 {
	background-image: url(../images/order-icon3.svg);
	background-repeat: no-repeat;
}
.order__icon--4 {
	background-image: url(../images/order-icon4.svg);
	background-repeat: no-repeat;
}
.order__desc {

}
.order__text {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
.order__text a {
	color: #0062A9;
}
.order__text a:hover {
	color: #FB3B17;
}
.order__lists {
	margin-top: 20px;
}
.order__list {
	padding-left: 17px;
	position: relative;
}
.order__list::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #0062A9;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}
.order__item::before {
	content: "01";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 30px;
    font-weight: 300;
	font-size: 60px;
	line-height: 71px;
	color: #FCFEFF;
}
.order__item--2::before {
	content: "02";
	color: #E5F1FA;
}
.order__item--3::before {
	content: "03";
	color: #E5F1FA;
}
.order__item--4::before {
	content: "04";
	color: #E5F1FA;
}
.order__item--space {
	background-color: #fff;
	position: relative;
	padding-left: 60px;
}
.order__icon-text {
	font-weight: 300;
	font-size: 40px;
	line-height: 47px;
	color: #0062A9;
	margin-bottom: 20px;
}
.order__item--space .order__text {
	padding-left: 8px;
}
.order__item--space::before {
	content: "";
    display: block;
    position: absolute;
    top: 65px;
    left: 30px;
    width: 2px;
    height: 130px;
    background: #FE3712;
    border-radius: 0;
}
/*Преимущества*/
.advantages {
	background-color: #FCFCFC;
	background-image: url(../images/advantage-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.advantages__item {
	margin: 30px;
}
.advantages__icon {
	width: 46px;
	height: 46px;
	margin-bottom: 14px;
}
.advantages__icon--1 {
	background-image: url(../images/advantage-icon1.svg);
	background-repeat: no-repeat;
}
.advantages__icon--2 {
	background-image: url(../images/advantage-icon2.svg);
	background-repeat: no-repeat;
}
.advantages__icon--3 {
	background-image: url(../images/advantage-icon3.svg);
	background-repeat: no-repeat;
}
.advantages__icon--4 {
	background-image: url(../images/advantage-icon4.svg);
	background-repeat: no-repeat;
}
.advantages__icon--5 {
	background-image: url(../images/advantage-icon5.svg);
	background-repeat: no-repeat;
}
.advantages__icon--6 {
	background-image: url(../images/advantage-icon6.svg);
	background-repeat: no-repeat;
}
.advantages__text {

}
.advantages__remark {
	width: 566px;
	position: relative;
	padding-left: 208px;
	padding-top: 21px;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	color: #102132;
	margin: 0 auto;
	margin-top: 20px;
}
.advantages__remark::before {
	content: "";
	width: 122px;
    height: 96px;
	position: absolute;
	top: 7px;
	left: 0;
	background-image: url(../images/advantage-icon7.png);
	background-repeat: no-repeat;
}
.advantages__remark::after {
	content: "";
	width: 2px;
	height: 80px;
	position: absolute;
	top: 14px;
    left: 167px;
	background-color: #FE3712;;
}
/*Ответственность*/
.section__title span {
	color: #0066CC;
}
.responsibility__img {
	width: 100%;
	height: 400px;
	margin-top: 30px;
}
.responsibility__img--1 {
	background-image: url(../images/resp-img1.jpg);
	background-repeat: no-repeat;
}
.responsibility__img--2 {
	background-image: url(../images/resp-img2.jpg);
	background-repeat: no-repeat;
}
.responsibility__img--3 {
	background-image: url(../images/resp-img3.jpg);
	background-repeat: no-repeat;
}
.responsibility__title {
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #102132;
	margin-bottom: 30px;
	margin-top: 30px;
}
.responsibility__text {

}
.responsibility__text-bold {
	font-weight: 500;
}
/*Партнеры*/
.partners {
	background-image: url(../images/partners-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.partners__item {
	width: 100%;
	height: 200px;
	background-color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background-position: center center;
	border-radius: 3px;
}
.partners__item--1 {
	background-image: url(../images/parthner-logo1.png);
	background-repeat: no-repeat;
}
.partners__item--2 {
	background-image: url(../images/parthner-logo2.png);
	background-repeat: no-repeat;
}
/*Клиенты*/
.clients__wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #F1F1F1;
	border-top: 1px solid #F1F1F1;
	align-items: center;
}
.clients-gallery {
	margin-bottom: 30px;
	
}
.clients__item {
	padding-top: 30px;
	padding-bottom: 30px;
	height: 85px;
	margin-right: 40px;
}
.clients__item img {
	max-width: 100%;
	height: auto;
}
/*Остались вопросы?*/
.questions {
	background-image: url(../images/quest-bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
}

.questions__block {
	position: absolute;
	width: 300px;
	height: 280px;
	right: 50px;
	top: 25%;
	background-color: #FCFCFC;
	z-index: 100;
	border-radius: 3px;
	padding: 30px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.questions-icon {
    background-image: url(../images/order-icon1.svg);
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    margin-bottom: 0px;
    background-size: 85%;
}
.questions__text {
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #1A344F;
	margin-bottom: 10px;
}
.questions__phone {

}
.questions__phone p {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #1A344F;
}
.questions__phone .header__phone {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #1A344F;
}
.questions__btn {
	margin-bottom: 20px;
	height: 50px;
	font-size: 12px;
	padding-top: 19px;
}
.map {
	border-radius: 3px;
}
/*Подвал*/
.footer {
	background-color: #001F35;
	color: #fff;
	padding: 70px 0 80px 0;
	margin-top: -2px;
}
.logo--footer {
	width: 260.26px;
	height: 42.89px;
}
.header__contacts--footer {
	margin-top: 14px;
}
.header-panel__list--footer {
	border: none;
	height: auto;
}	
.header-panel__nav--footer {
	margin-top: 0;
	margin-left: 0;
}

.footer a {
	color: #fff;
}
.footer .email--footer {
	margin-top: 14px;
	color: #AFB9C6;
}
.email--footer::before {
    background-image: url(../images/email-footer.svg);
    background-repeat: no-repeat;
}
.header-panel__list--footer {
	flex-direction: column;
	align-items: baseline;
}
.header-panel__link--footer {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.header-panel__link--footer:hover {
	text-transform: uppercase;
	transition: all .2s linear;
	color: #FF9000;
}
.header-panel__nav--right {
	margin-left: 50px;
}
.footer-credits {
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.footer-border {
	border-top: 1px solid #102A3E;
	margin-top: 30px;
	padding-top: 30px;
}
.email--mobile-footer {
	display: none;
}
.copyright {
	font-size: 13px;
	line-height: 22px;
	color: #667580;
}
.header__phone--footer {
	margin-bottom: 20px;
	display: block;
	padding-left: 28px;
}
.policy	{
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	color: #667580!important;
}

.header__mail--footer {
	margin-bottom: 20px;
}
.header__mail--footer::before {
	background-image: url(../images/mail-footer.png);
}

.red {
	border-left: 2px solid #FE3712;
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important;
}