body .hidden
{
	display:none
}

body,html
{
	margin:0;
	padding:0
}


div,input,select,a,img,ul,li,textarea,p
{
	outline:none;
	text-decoration:none;
	border:none
}

ul,ol
{
	list-style-type:none
}

section,header,footer
{
	position:relative;
	overflow:hidden;
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	background-color:#fff
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary
{
	display:block
}

button,html input[type="button"],input[type="reset"],input[type="submit"]
{
	-webkit-appearance:button;
	cursor:pointer
}

button::-moz-focus-inner,input::-moz-focus-inner
{
	border:0;
	padding:0
}

input
{
	line-height:normal
}

input[type="checkbox"],input[type="radio"]
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0
}

*
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
	margin:0
}

:before,:after
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

img
{
	vertical-align:middle
}

.clearfix:before
{
	content:" ";
	display:table
}

.clearfix:after
{
	clear:both
}

.left
{
	float:left
}

.right
{
	float:right
}

.center
{
	text-align:center
}

.clear
{
	clear:both
}

/* Header START*/
.header {
	overflow: visible;
}
.logo {
	margin-top: 18px;
}

.hat_phone div {
    display: inline-block;
    margin-top: 40px;
	margin-right: 30px;
}
.hat_phone span {
	color: #999;
	font-family: "Museo Sans Cyrl";
	font-size: 12px;
	display: block;
}
.hat_phone a {
	color: black;
	font-family: "Museo Sans Cyrl";
	font-size: 18px;
	font-weight: 300;
}

.blue_btn {
	display: block;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #4992f8;
	border-radius: 4px;
	color: white;
	font-family: "Museo Sans Cyrl";
	font-size: 18px;
	font-weight: 300;
	cursor: pointer;
    padding: 0 24px;
    margin: 0 auto;
    transition: background-color 0.3s ease;
}
.blue_btn:hover {
	background-color: #55b0f9;
}
.cb_btn {
	margin-top: 38px;
}
.hat {
	height: 115px;
	border-bottom: 1px solid #e8e8e8;;
}

.menu {
	height: 61px;
}
.menu a {
	font-family: "Museo Sans Cyrl";
	font-size: 18px;
	color: black;
	font-weight: 300;
	line-height: 61px;
	transition: color 0.3s ease;
}
.menu a:hover {
	color: #4992f8;
}

.menu nav > ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.menu ul li {
	position: relative;
}
.submenu {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: auto;
    padding: 0 30px;
    margin-left: -30px;
	z-index: 10;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	background: #fff;
}
.submenu li {
	display: inline-block;
}
.submenu li a {
	display: block;
	word-wrap: normal;
	white-space: nowrap;
}

nav ul li:hover .submenu {
  -webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	display: block;
}

footer nav ul li .submenu {
	display: none !important;
}

/* Header END*/


/* Home START*/
.home-slider {
	margin-bottom: 0;
}
.home-slider__item {
	height: 675px;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
}
.title  {
	color: #ffffff;
	font-size: 27px;
	font-weight: 900;
	font-family: "Museo Sans Cyrl";
	font-size: 43px;
	text-transform: uppercase;
	margin-top: 193px;
	line-height: 50px;
}
.subtitle {
	color: #ffffff;
	font-family: "Museo Sans Cyrl";
	font-size: 27px;
	font-weight: 300;
	line-height: 34px;
	margin-top: 20px;
}
.slick-dots {
	bottom: 56px;
}
.slick-dots li {
	width: 12px;
	height: 12px;
	background-color: #fafafa;
	border-radius: 100px;
}
.slick-dots button,
.slick-dots button:before {
	display: none;
}
.slick-dots li.slick-active {
	background-color: #4992f8;
}
.podr_btn {
	width: 151px;
	height: 48px;
	line-height: 48px;
	background-color: #f57e20;
	display: block;
	margin-top: 46px;
	text-align: center;
	color: #ffffff;
	font-family: "Museo Sans Cyrl";
	font-size: 18px;
	font-weight: 300;
	transition: background-color 0.5s ease;
}
.podr_btn:hover {
	background-color: #ff6c00;
}
.services-wrap {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
.services-wrap__item {
	width: 233px;
	text-align: center;
	height: 200px;
	display: flex;	
  	flex-direction: column;
  	justify-content: center;
  	position: relative;
  	transition: all 0.3s ease;
}

.services-wrap__item:after {
	display: block;
	content: '';
	width: 1px;
	height: 121px;
	background-color: #e8e8e8;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.services-wrap__item:last-child:after {
	display: none;
}
.services-wrap__img-wrap {
	height: 47px;
	overflow: hidden;
}
.services-wrap__item p {
	font-family: "Museo Sans Cyrl";
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	line-height: 18px;
	margin-top: 22px;
	padding: 0 30px;
}
.services-wrap__item:hover {
	transform: scale(1.03);
	box-shadow: 0 3px 29px rgba(159, 175, 185, 0.35);
	background-color: #f57e20;
}
.services-wrap__item:hover p {
	color: #fff;
}
.services-wrap__img-wrap img {
	position: relative;
}
.services-wrap__item:hover img {
	top: -47px;
}
.services {
	overflow: visible;
	z-index: 99;
}
.services-wrap__item:hover:after {
	display: none;
}
.calc_box__home {
	overflow: hidden;
	position: relative;
	margin-bottom: 100px;
}
.calc_box__home .calc {
	background-image: url(../img/calc-home.png);
	padding-top: 85px;
}
.calc_box__home .calc .form__input {
	margin: 0 0 35px;
}
.calc_box__home .calc .calc_label {
	margin-bottom: 20px;
}
.form-block {
	display: block;
	position: relative;
	margin-bottom: 14px;
	cursor: pointer;
}
.form-block input[type="checkbox"] {
	display:none
}

.form-block input[type="checkbox"] + div span {
	position:relative;
	color: #000000;
	font-family: "Museo Sans Cyrl";
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	vertical-align: middle;
}
.form-block input[type="checkbox"] + div div {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.35);
	background-color: #ffffff;
	vertical-align: middle;
	margin-right: 9px;
	position: relative;
}
.form-block input[type="checkbox"] + div div:after {
	transition: all 0.1s ease;
	transform: scale(0, 0);
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background-color: #4992f8;
	opacity: 0;
}
.form-block input[type="checkbox"]:checked + div div:after {
	transform: scale(1, 1);
	opacity: 1;
}
.calc_box__home .form1 {
	padding-top: 0;
}
.calc_box__home .form1 p {
	margin: 70px auto 60px;
}
.calc_box__home .form1 .form__input {
	margin-bottom: 43px;
}
.about_numb {
	background-color: #4992f8;
	height: 256px;
}
.numb-wrap {
	text-align: center;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 256px;
}
.numb-wrap__item {

}
.numb-wrap__item p {
	font-family: "Museo Sans Cyrl";
	font-size: 72px;
	font-weight: 900;
	color: #ffffff;
	line-height: 50px;
}
.numb-wrap__item div {
	font-family: "Museo Sans Cyrl";
	font-size: 25px;
	font-weight: 300;
	color: #ffffff;
}
.about .container {
	position: relative;
}
.about {
	padding: 145px 0 245px;
}
.about__img {
	overflow: hidden;
	width: 595px;
}
.about__img img {
	width: 100%;
}
.about-wrap-text {
	width: 634px;
	height: 509px;
	box-shadow: 0 3px 29px rgba(159, 175, 185, 0.35);
	background-color: #ffffff;
	position: relative;
	padding: 56px 56px 0 76px;
	position: absolute;
	left: 507px;
	top: 133px;
	overflow: hidden;
}
.about-wrap-text:after {
	display: block;
	content: '';
	width: 605px;
	height: 479px;
	border: 1px solid rgba(192, 199, 210, 0.3);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	pointer-events: none;
}
.about-wrap-text__title {
	color: #000000;
	font-family: "Museo Sans Cyrl";
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 26px;
}
.about-wrap-text__text {
	color: #000000;
	font-family: "Museo Sans Cyrl";
	font-size: 16px;
	font-weight: 300;
	overflow: hidden;
	max-height: 220px;
}
.inner .about-wrap-text__text {
	overflow: visible;
	max-height: none;
}

/* Home  END*/


/* Services  Start*/
.u1 {
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 880px;
}
.h1 {
	color: white;
	font-family: "Museo Sans Cyrl";
	font-size: 43px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 58px;
	margin-top: 280px;
}
.h1 p {
	height: 58px;
	background-color: #4992f8;
	display: inline-block;
	padding: 0 15px;
}
.h2 {
	color: white;
	font-family: "Museo Sans Cyrl";
	font-size: 27px;
	line-height: 58px;
	font-weight: 700;
	height: 58px;
	background-color: #f57e20;
	padding: 0 15px;
	display: inline-block;
}

.h3 {
	color: white;
	font-family: "Museo Sans Cyrl";
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 58px;
	height: 58px;
	background-color: #f57e20;
	padding: 0 15px;
	display: inline-block;
	margin-top: 10px;
}

.form1 {
	margin-top: 95px;
	width: 470px;
	height: 696px;
	background-color: #4992f8;
	box-shadow: 0 3px 29px rgba(159, 175, 185, 0.35);
	padding: 40px 0px; 
}
.form1 p {
	color: white;
	font-family: "Museo Sans Cyrl";
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	max-width: 344px;
    margin: 0 auto 30px;
	line-height: 30px;
}
.form1 label {
	color: white;
	font-family: "Museo Sans Cyrl";
	font-size: 21px;
	font-weight: 300;
	display: block;
	margin: 0 auto 8px;
	display: block;
	width: 330px;
}
.form__input {
	width: 330px;
	height: 57px;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.35);
	border-radius: 4px;
	font-weight: 300;
	color: #000;
	font-family: "Museo Sans Cyrl";
	font-size: 16px;
	padding-left: 15px;
	margin: 0 auto 20px;
	display: block;
}
.form__input:focus {
	box-shadow: 0 0 7px rgba(73, 146, 248, 0.35), inset 0 0 7px rgba(73, 146, 248, 0.35);
}
.form__button {
	width: 330px;
	height: 57px;
	line-height: 57px;
	background-color: #f57e20;
	border-radius: 4px;
	font-weight: 300;
	color: white;
	font-family: "Museo Sans Cyrl";
	font-size: 18px;
	margin: 0 auto;
	display: block;
	transition: background-color 0.5s ease;
}
.form__button:hover {
	background-color: #ff6c00;
}
.cloud_err {
  display: none;
  background-color: #ff4742;
    color: #fff;
    padding: 10px;
    position: absolute;
    top: -70px;
}
.cloud_err:after, .cloud_err:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.cloud_err:after {
  border-color: rgba(255, 71, 66, 0);
  border-top-color: #ff4742;
  border-width: 20px;
  margin-left: -20px;
}
.cloud_err:before {
  border-color: rgba(255, 71, 66, 0);
  border-top-color: #ff4742;
  border-width: 16px;
  margin-left: -16px;
}

.polit_my_btn {
	color: white;
	font-family: "Museo Sans Cyrl";
	font-size: 13px;
	font-weight: 300;
	position: relative;
	width: 330px;
	margin: 25px auto 0;
}
.polit_cb {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.cbform {
	height: 445px;
	margin: 0;
}
.gray {
	background-color: #fafafa;
	padding-bottom: 50px;
}
.h4 {
	color: black;
	font-family: "Museo Sans Cyrl";
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin: 100px auto 85px;
	line-height: 46px;
}

.img_block_box {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.img_wrap img {
	max-width: 100%;
}
.img_block {
	width: 334px;
	min-height: 412px;
	height: auto;
	background-color: white;
	box-shadow: 0 3px 23px rgba(159, 175, 185, 0.21);
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding-bottom: 35px;
}
.img_block:after {
	content: '';
	display: block;
	position: absolute;
	margin: 13px;
	border: 1px solid rgba(192, 199, 210, 0.3);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.img_block_p {
	color: black;
	font-family: "Museo Sans Cyrl";
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	line-height: normal;
	margin: 20px auto;
}
.img_block ul {
	color: #666;
    font-family: "Museo Sans Cyrl";
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    margin: 0 auto;
    display: inline-block;
    padding-left: 25px;
    list-style-image: url(../img/cbb.png);
    text-align: left;
    max-width: 80%;
}
.white {
	background-color: #fff;
	padding-bottom: 150px;
}
.calc {
	background-image: url(../img/calc.png);
	background-position: 15px 0;
	background-repeat: no-repeat;
	width: 726px;
	height: 664px;
    margin-left: -26px;
    padding: 105px 0 0 135px;
}
.form-calc {
	margin-top: -17px;
}
.calc_col  .form__input {
	width: 182px;	
	margin: 0 0 30px 0;
}
.calc_label {
	font-weight: 300;
    color: black;
    font-family: "Museo Sans Cyrl";
    font-size: 21px;
    line-height: 36px;
    position: relative;
    height: 36px;
    display: block;	
    margin-bottom: 10px;
}
.calc_label:before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../img/cb.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 36px;
	width: 36px;
	left: -46px;
	top: 0;
}
.calc_col {
	width: 295px;
	float: left;
}
.h4.wh {
	color: #fff;
}
.usl_bg {
	background-image: url(../img/b1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding-bottom: 100px;
	-webkit-background-size: cover;
	background-size: cover;
}
.advan_box {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advan_item {
	width: 300px;
	text-align: center;
    margin: 56px 0 44px 0;
}

.advan_item p {
	text-align: center;
	font-weight: 700;
	color: white;
	font-family: "Museo Sans Cyrl";
	font-size: 24px;
	margin: 20px 0 10px 0;
}
.advan_item div,
.advan_item div p {
	color: white;
	font-family: "Museo Sans Cyrl";
	font-size: 16px;
	font-weight: 300;
}
.img_nb_block_box {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.img_nb_block {
	width: 334px;
	margin-bottom: 50px;
	position: relative;
}
.img_nb_block_p {
	font-weight: 700;
	color: black;
	font-family: "Museo Sans Cyrl";
	font-size: 21px;
	margin: 18px 0 5px;
}
.img_nb_adr {
	font-weight: 500;
	color: black;
	font-family: "Museo Sans Cyrl";
	font-size: 16px;
    margin: 0 0 12px;
}
.img_nb_block_ul {
	font-weight: 300;
	font-family: "Museo Sans Cyrl";
	font-size: 16px;
	line-height: 24px;
	color: #333;
	padding-left: 9px;
}
.img_nb_text {
    font-weight: 300;
	font-family: "Museo Sans Cyrl";
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.img_nb_block_ul span {
	font-weight: 500;
}
.img_nb_block_ul li {
	position: relative;
}
.img_nb_block_ul li:before {
	display: block;
	content: '•';
	position: absolute;
	color: #4992f8;
    margin-left: -12px;
}
/* Services  End*/


/* Map  Start*/
.map {
	height: 620px;
	width: 100%;
	position: relative;
}
.ymaps-layers-pane {
    -webkit-filter: grayscale(100%);
}
.container_map {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 999;
    pointer-events: none;
}
.form-map {
	margin: 0;
	float: right;
	pointer-events: auto;
	box-shadow: none;
}
.form-map p {
	margin-top: 30px;
}
.map:after {
    display: block;
    content: '';
    width: 40%;
    height: 620px;
    background-color: #4992f8;
    position: absolute;
    top: 0;
    right: 0;
}
.map-info {
	width: 301px;
	height: 260px;
	background-color: white;
	box-shadow: 0 3px 29px rgba(159, 175, 185, 0.35);
	position: absolute;
	left: 0;
	top: 180px;
	pointer-events: auto;
	text-align: center;
	padding-top: 40px;
}
.map-info p {
	font-family: "Museo Sans Cyrl";
	color: black;
	font-size: 16px;
	font-weight: 300;
	margin-top: 25px;
	padding: 0 15px;
}

.map-info_tel {
	font-family: "Museo Sans Cyrl";
	color: black;
	font-size: 24px;
	line-height: 42px;
	display: block;
	font-weight: 300;
}
.map-info_mail {
	font-family: "Museo Sans Cyrl";
	color: #4992f8;
	font-size: 16px;
	line-height: 14px;
	font-weight: 300;
}
/* Map  End*/


/* Footer  Start*/
.footer .menu {
	height: 83px;
	border-bottom: 1px solid #e8e8e8;
}
.footer .menu a {
	line-height: 83px;
}
.footer_info {
	height: 75px;
}
.copy {
	font-weight: 300;
	color: black;
	font-family: "Museo Sans Cyrl";
	font-size: 16px;
	line-height: 75px;
}
.polit {
	font-weight: 300;
	color: black;
	font-family: "Museo Sans Cyrl";
	font-size: 16px;
	text-decoration: underline;
	text-align: center;
	line-height: 75px;
	cursor: pointer;
}
.created {
	font-weight: 300;
	color: black;
	font-family: "Museo Sans Cyrl";
	font-size: 16px;
	line-height: 75px;
	text-align: right;
}
.created a {
	color: #4992f8;
	text-decoration: underline;
}

.polit_modal {
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 800px;
	font-family: "Museo Sans Cyrl";
    font-size: 15px;
    color: #000;
    padding: 30px;
}
.polit_modal h6 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin: 20px auto;
}
.polit_modal p {
	margin:15px 0;
}
.polit_modal p span {
    display: block;
    font-weight: 700;
    font-size: 18px;
}
/* Footer  End*/


/* Inner Start */
.inner .header {
    border-bottom: 1px solid #e8e8e8;
}
.inner-section {
	padding: 0 0 100px;
}
.inner-section .container.p15 {
	padding-left: 15px;
    padding-right: 15px;
}
.breadcrumb {
	margin: 24px 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:after {
	display: inline-block;
	content: '-';
	margin: 0 2px 0 6px;
}
.breadcrumb li.active:after {
	display: none;
}
.breadcrumb li a,
.breadcrumb li span {
	color: #666666;
	font-family: "Museo Sans Cyrl";
	font-size: 14px;
	font-weight: 400;
}
.breadcrumb li.active span {
	color: #333333;
}

.inner .about__img {
	width: 554px;
	float: right;
	margin-left: 50px;
}
.inner .about-wrap-text {
	position: relative;
	left: auto;right: auto;top: auto;bottom: auto;
	box-shadow: none;
	background-color: transparent;
	padding: 0;
	height: auto;
	width: 100%;
}
.inner .about-wrap-text:after {
	display: none;
}
.more {
	font-family: "Museo Sans Cyrl";
	font-weight: 300;
	color: #4992f7;
	line-height: 18px;
	text-decoration: underline;
	margin-top: 15px;
	display: inline-block;
}
.show_more {
	width: 181px !important;
	margin-top: 88px !important;
	outline: none;
	border: none;
}
.article {
	color: #000000;
	font-family: "Museo Sans Cyrl";
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.article p img {
    max-width:100%;
    width: auto !important;
    height: auto !important;
}
.article-title {
	color: #000000;
	font-family: "Museo Sans Cyrl";
	font-size: 36px;
	font-weight: 700;
	margin: 40px 0;
	line-height: normal;
}
.article .img_nb_block {
	margin: 15px 0;
}
.article_img img {
	width: 100%;
}
.sm_project {
	width: 221px !important;
}
.project-card {
	position: relative;
	overflow: hidden;
}
.slider-for {
	width: 100%;
	max-width: 503px;
}
.slider-for img {
	width: 100%;
}
.slider-nav_item {
	height: 76px;
	margin-right: 8px;
}
.slider-nav_item:nth-child(4n+4) {

}
.slider-nav_item img {
	width: 100%;
}
.slider-for {
	margin-bottom: 10px;
}
.project-card__title {
	color: #000000;
	font-family: "Museo Sans Cyrl";
	font-size: 36px;
	font-weight: 700;
}
.project-card__subtitle {
	color: #000000;
	font-family: "Museo Sans Cyrl";
	font-size: 21px;
	font-weight: 500;
}
.project-card .col-md-5,
.project-card .col-md-6 {
	padding: 0;
}
#fancybox-wrap {
	box-sizing: content-box;
}
.project-car__descr ul {
	margin: 20px 0;
}
.project-car__descr ul li {
	color: #333333;
	font-family: "Museo Sans Cyrl";
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	position: relative;
}
.project-car__descr ul li:before {
	content: '•';
	display: inline-block;
	color: #4992f8;
	margin-right: 9px;
}
.project-car__text {
	color: #000000;
	font-family: "Museo Sans Cyrl";
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.error-404 img {
	max-width: 100%;
}









*::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
*:-moz-placeholder {
	color: #999;
	opacity: 1;
}
*::-moz-placeholder {
	color: #999;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}

.modal {
	position: relative;
}

#modal-ok
{
	position:relative;
	width:300px;
	height:150px;
	background-color:#fff;
	overflow: hidden;
}

#modal-ok p
{
	text-align:center;
	font:22px "Museo Sans Cyrl";
	font-weight: 300;
	line-height:2;
	color:#545454;
	margin-top:27px
}

.arcticmodal-close
{
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	font-size:30px;
	cursor:pointer;
	z-index:99
}

.arcticmodal-close span
{
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	display:block;
	transition:all .3s ease
}

.arcticmodal-close span:hover
{
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	color:#000
}

body .invalid
{
	border:1px solid #ff5454;
	color:#f79999;
}

body .invalid::-webkit-input-placeholder
{
	color:#f79999;
	opacity:1
}

body .invalid:-moz-placeholder
{
	color:#f79999;
	opacity:1
}

body .invalid::-moz-placeholder
{
	color:#f79999;
	opacity:1
}

body .invalid:-ms-input-placeholder
{
	color:#f79999;
	opacity:1
}




/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.hat_phone div:nth-child(2) {
		display: none;
	}
	.img_block {
		width: 300px;
	}
	
	.calc {
	    background-size: cover;
	    background-position: left top;
	    width: 525px;
	    height: 664px;
	    margin-left: -26px;
	    padding: 105px 0 0 95px;
	}
	.calc_col {
		width: 215px;
	}
	.calc_label:before {
		display: none;
	}
	.img_nb_block {
		width: 300px;
	}


	.services-wrap__item {
		width: 20%;
	}
	.about-wrap-text {
		left: auto;
		right: 0;
	}



	.inner .about__img {
		width: 50%;
		margin: 0 0 25px 25px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.h1 {
		text-align: center;
		margin-top: 80px;
	}
	.h2,
	.h3 {
		display: block;
	    text-align: center;
	    width: 410px;
	    margin: 5px auto;
	}
	.form1 {
		margin: 95px auto 0;
	}
	.cbform {
		margin: 0;
	}
	.u1 {
		height: auto;
		padding-bottom: 100px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.img_block_box {
		justify-content: space-around;
	}
	.calc {
		width: 752px;
		margin: 0 auto;
		padding: 105px 0 0 130px;
		float: none;
	}
	.calc_label:before {
		display: block;
	}
	.calc_col {
	    width: 300px;
	}
	.h4 {
		margin: 80px auto 55px;
	}
	.form-calc {
		margin: 0 auto;
		float: none;
	}
	.white {
		padding-bottom: 100px;
	}
	.advan_box {
		justify-content: space-around;
	}
	.usl_bg {
		height: auto;
		padding-bottom: 100px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.img_nb_block_box {
		justify-content: space-around;
	}
	.created,
	.copy,
	.polit {
		text-align: center;
	}
	.form-map {
	    margin-top: 180px;
	    width: 100%;
	}
	.map {
		height: 1100px;
	}
	.container_map {
		top: 620px;
	}
	.map:after {
		display: none;
	}
	.map-info {
		left: 0;
		right: 0;
		margin: auto;
		top: -190px;
	}
	.container_map {
	    top: 305px;
	    padding: 0;
	    margin: 0;
	    width: 100%;
	}



	.services-wrap__item p {
		font-weight: 300;
		font-size: 16px;
		padding: 0 5px;
	}
	.services-wrap__item {
		height: 160px;
	}
	.calc_box__home .form-calc {
		position: relative;
		overflow: hidden;
	}
	.about-wrap-text {
		position: relative;
		left: auto;right: auto;bottom: auto;top: auto;
		margin: 20px auto;
	}
	.about__img {
		margin: 0 auto;
	}
	.about {
		padding-bottom: 140px;
	}


	.slider-for {
		max-width: 100%;
		padding: 0 15px;
	}
	.slider-nav {
		padding: 0 15px;
	}
	.project-car__descr {
		padding: 0 15px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}



	.menu {
		display: none;
		margin-top: 60px;
	    border-top: 1px solid #e8e8e8;
	    height: 380px;
	    text-align: center;
	}
	.menu nav > ul {
		display: block;
	}

	header nav ul li .submenu {
		display: none !important;
	}

    
	.hamburger {
	    cursor:pointer;
	    padding:5px;
	    overflow:hidden;
	    display: block;
	    width: 40px;
	    height: 40px;
	    margin: 40px 0px 0;
	    z-index: 99;
	    position: relative;
	    float: right;
	}

	.hamburger span	{
	    position:relative;
	    transform:rotate(0);
	    top:0;
	    left:0;
	    opacity:1;
	    transition-property:transform,top,left,opacity;
	    background:#4992f8;
	    display:block;
	    height:3px;
	    margin:5px 0;
	    transition:all 0.3s ease;
	}

	.hamburger.active span.top-bar {
	    transform:rotate(45deg);
	    top:8px
	}

	.hamburger.active span.middle-bar {
	    opacity:0
	}

	.hamburger.active span.bottom-bar {
	    transform:rotate(-45deg);
	    top:-8px
	}

	.hamburger.active span.middle-bar {
	    right:-40px
	}


	.container {
		padding: 0 15px;
	}
	.hat_phone div:nth-child(2) {
	    display: block;
	}
	.cb_btn {
	    position: absolute;
	    top: -90px;
	    right: 15px;
	}
	.hat_phone div {
		margin: 40px 15px 10px;
		float: left;
	}
	.hat_phone_box {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	.h1 {
		margin-top: 60px;
		font-size: 32px;
	}
	.form1 {
		width: 100%;
	}
	.h4 {
		font-size: 32px;
		margin: 60px auto 50px;
	}
	.calc {
		background-image: none !important;
		background-color: #4992f8;
		box-shadow: none;
	    width: 100%;
	    padding: 0;
	    height: auto;
	    overflow: hidden;
	    padding-left: 25px;
	    padding-top: 25px;
	}
	.calc_label {
		color: white;
	}
	.calc_label:before {
		display: none;
	}
	.form1 {
		box-shadow: none;
	}
	.calc_col {
		width: 50%;
	}
	.footer_info {
		height: auto;
	}
	.copy, 
	.polit, 
	.created {
		line-height: 60px;
	}
	.cbform {
		padding: 40px;
	}



	.calc_box__home .calc .calc_label {
		width: 330px;
		margin: 0 auto 10px;
	}
	.calc_box__home .calc .form__input {
		margin: 0 auto 25px;
	}
	.form-block {
		width: 330px;
		margin: 0 auto 14px;
	}
	.calc_box__home .calc {
		background-image: none;
		padding: 40px 0 0 0;
	}
	.form-block input[type="checkbox"] + div span {
		color: white;
	}
	.about_numb {
		height: auto;
  		padding: 45px 0;
	}
	.numb-wrap {
		flex-direction: column;
  		justify-content: center;
  		height: auto;
	}
	.numb-wrap__item {
		margin-bottom: 45px;
	}

	.about__img {
		width: 100%;
		max-width: 595px;
	}
	.about-wrap-text {
		width: 100%;
		max-width: 634px;
	}
	.about-wrap-text:after {
		width: 95%;
		height: 95%;
	}
	.about-wrap-text {
		height: auto;
		padding: 45px;
	}
	.about {
		padding: 100px 0;
	}
	.services-wrap {
		justify-content: center;
	}
	.services-wrap__item {
		width: 33%;
	}
	.services-wrap__item:after {
		display: none;
	}
	.title {
		margin-top: 120px;
	}
	.home-slider__item {
		height: 575px;
	}
	.services-wrap__item p {
		padding: 0 20%;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.hamburger {
		top: -85px;
    	right: 15px;
    	position: absolute;
	}
	.hat_phone div:nth-child(2) {
	    display: none;
	}
	.cb_btn {
		position: relative;
		top: auto;
		right: auto;
		font-size: 12px;
		padding: 0 14px;
	}
	.hat_phone_box {
		display: block;
	}
	.hat_phone  {
		float: left;
	}
	.cbform {
		width: 100%;
    	padding: 15px;
	    float: none;
	    display: block;
	    margin: 0 auto;
	    height: auto;
	}
	.form1 .form__input,
	.form1 label,
	.form1 .form__button,
	.form1 .polit_my_btn {
		width: 100%;
	}
	.cbform label {
		font-size: 18px;
	}
	.h1 {
		font-size: 22px;
		line-height: 48px;
	}
	.h1 p {
		height: 48px;
	}
	.h2, .h3 {
		width: 100%;
	}
	.h2 {
		font-size: 18px;
	}
	.h3 {
		font-size: 26px;
	}
	.u1 .form1 {
		margin-top: 50px;
	}
	.form1 p {
		font-size: 18px;
		line-height: normal;
	}
	.form1 {
		padding: 15px;
		height: auto;
	}
	.h4 {
		font-size: 28px;
	}
	.calc {
		padding: 15px;
	}
	.calc_col .form__input {
		width: 130px;
	}
	.copy, 
	.polit, 
	.created {
		font-size: 14px;
		line-height: 40px;
	}


	.title {
		font-size: 36px;
	}
	.services-wrap__item {
	    width: 50%;
	}
	.calc_box__home .calc {
		padding: 25px 15px;
	}
	.calc_box__home .calc .calc_label,
	.calc_box__home .calc .form__input,
	.form-block {
		width: 100%;
	}
	.calc_label {
		font-size: 18px;
	}



	.project-card__title {
		font-size: 32px;
	}
	.project-card__subtitle {
		font-size: 18px;
	}


	.services-wrap__item p {
		padding: 0 10%;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 330px) {
	.title {
	    font-size: 32px;
	    margin-top: 60px;
	}
	.hat_phone div {
        margin: 40px 0px 10px;
    }
    .form__input {
        font-size: 14px;
    }
	.home-slider__item {
	    height: 500px;
	}
	.slick-dots {
		display: none !important;
	}
	.h4 {
	    font-size: 26px;
	    line-height: normal;
	}
	.about_numb {
		padding-bottom: 0;
	}
	.about-wrap-text__title{
		font-size: 32px;
	}
}