*::-webkit-input-placeholder {
    color: #a3a3a3;
    opacity: 1;
}
*:-moz-placeholder {
    color: #a3a3a3;
    opacity: 1;
}
*::-moz-placeholder {
    color: #a3a3a3;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #a3a3a3;
    opacity: 1;
}
button:hover, button:active, button:focus {
    outline: 0;
}
input:focus::-webkit-input-placeholder {
    opacity: 0.1;
    transition: opacity 0.5s ease;
}
input:focus::-moz-placeholder {
    opacity: 0.1;
    transition: opacity 0.5s ease;
}
input:focus:-moz-placeholder {
    opacity: 0.1;
    transition: opacity 0.5s ease;
}
input:focus:-ms-textarea-placeholder {
    opacity: 0.1;
    transition: opacity 0.5s ease;
}
.phone::-ms-clear {
    display: none;
}
html {
    overflow-x: hidden;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, a, p, img, ol, ul, li, form, input, button, textarea, label, fieldset, legend, blockquote, table, caption, tbody, tfoot, thead, tr, th, td, sub, sup, object, iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	
}
*:focus {
    outline: 0;
}
b, strong {
    font-weight: 900;
}
i, em {
    font-style: italic;
}
li {
    list-style: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td, th {
    vertical-align: middle;
}
a, [type="submit"], [type="button"], label, select, button {
    cursor: pointer;
}
a {
    color: inherit;
    text-decoration: none;
}
textarea {
    resize: none;
    overflow: auto;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
div a:hover, div a:active, div a:focus {
    outline: none;
}
aside, header, footer, article, section, nav {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html {
    -webkit-text-size-adjust: none;
}
input:not([type="checkbox"]):not([type="radio"]) {
    -webkit-appearance: none;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
iframe {
    display: block;
    position: relative;
}


body {
    font-size: calc(16px + (1200vw - 15360px)/1280);
    overflow: hidden;
    font-weight: normal;
	font-family: 'Alegreya Sans', sans-serif;
    background: #ffffff;
    margin: 0px;
}
a:hover, a:active {
    text-decoration: none;
    color: #000;
}
/* Animation */





.main-about-complex-wrap {
  padding: 40px 0;
  background: #f1f1f4;
  overflow: hidden;
  position: relative;
}
.main-section {
  margin: 100px 0;
}
.main-about-complex__title {
  font-family: 'El Messiri', sans-serif;
  font-size: 2.5em;
  line-height: 1;
  font-weight: 600;
  color: #22282f;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}
.main-about-complex p {
  font-family: 'El Messiri', sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

a, .mfp-close, .header_item-txt, .services__img:after {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
/*******************Общие настройки*******************/

.section--slider-main {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}
.page-frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}
.section--slider-main:before {
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35%;
    /* background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#000)); */
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#000000", GradientType=0);
    opacity: .6;
}
.section {
    position: relative;
    z-index: 100;
    height: 100%;
    width: 100%;
    background-color: #004785;
}
.swiper-slide-img {
    margin-bottom: -30px;
}
.swiper-slide img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}
.swiper-slide {
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination {
    top: 50%;
    right: 5rem!important;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-bullet-active {
    width: 12px!important;
    height: 12px!important;
    margin: 0!important;
}
.swiper-pagination-bullet:not(:last-child) {
    margin-bottom: 1.5rem!important;
}

.swiper-slide-active img {
 /* animation: 10s linear 0s forwards alternate move_eye; */
}





@keyframes move_eye {
    from {
        transform: scale(1) translateX(0) translateY(0);
    }
    to {
        transform: scale(1.1) translateX(-4%) translateY(4%);
    }
}


#top__line {
    position: fixed;
    color: #fff;
    top: 0px;
    z-index: 333;
    left: 0px;
    right: 0px;
	padding: 0px 0 0px 0;
}

.nav_color {background: #fff; }



#bottom__line {

    color: #fff;
    bottom: 2em;
    z-index: 333;
    left: 0px;
    right: 0px;
}
#menu li {
    display: inline-block;
    padding: 0px 1em;
    vertical-align: middle;
}




#menu a {
    font-weight: 600;
    font-size: 1.2em;
	color: #FFF;
	font-family: 'El Messiri', sans-serif;
}



#menu a:hover {
    color: #ed7637;
}




.nav_color #menu a {

	color: #364891;
}



.nav_color #menu a:hover {
    color: #ed7637;
}






.main #menu a:hover {
	color: #fff!important;
	border-bottom: 2px solid #fff;
}




.inner #menu a {
	color: #ed7637;
}


.inner #menu a:hover {
	color: #ed7637!important;
	border-bottom: 2px solid #ed7637;
}


.top__phone-link {
    font-weight: 600;
	color: #FFF;
}


.inner .top__phone-link {

	color: #ed7637;
}



.top__phone-link:hover {
    color: #ed7637;
}


.btns {
	font-family: 'El Messiri', sans-serif;
    margin-left: 1.18em;
    background-color: #f9a75e;
    color: #fff;
    font-weight: 600;
    padding: .5em 1.2em 0.6em;
    border-radius: 100px;
    -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, transform .3s ease;
    transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
    cursor: pointer;
    font-size: .8125em;
}


.btns:hover {
    background-color: #f48e26;
    color: #fff;
}



.btnsbron {
   
    background-color: #f48e26;
    color: #fff;
    font-weight: 600;
    padding: .5em 1.2em 0.6em;
    border-radius: 100px;
    -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, transform .3s ease;
    transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
    cursor: pointer;
    font-size: .8125em;
}


.btnsbron:hover {
    background-color: #00bd19;
    color: #fff;
}





.btprint {
   
    background-color: #ff8000;
    color: #fff;
    font-weight: 600;
    padding: .5em 1.2em 0.6em;
    border-radius: 100px;
    -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, transform .3s ease;
    transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
    cursor: pointer;
    font-size: .8125em;
	margin-right: 10px;
}


.btprint:hover {
    background-color: #ff4000;
    color: #fff;
}








.swiper__dsc {
	top: 0px;
    z-index: 11;
    width: 100%;
	height: 25%;
    color: #fff;
    position: absolute;
	overflow: hidden; 

}





.top__line-contact .top360 { position: relative; top: 5px; margin-right: 20px; }

.top__line-contact {
    display: flex;
    align-items: center;
}

.top__line-logo img {
    /* width: 10.5em; */
	width: 11em;
	padding: 15px 0 15px 0;
}


.top__line-logo, .top__line-menu, .top__line-contact, .bottom__line-copy {
    padding: 0px 10px;
}


.bottom__line-social {
    padding: 10px 0px 10px 0px;
	
}


a.polytics {text-decoration: underline;}

.sendcall { margin-top: 5px; text-decoration: underline; }

.social-list li {
    display: inline-block;
    line-height: 0px;
    vertical-align: middle;
}
.social-list a {
    display: inline-block;
    position: relative;
    z-index: 1;
}


.social-list a:after {
    content: "";
    background: #131304;
    top: 1px;
    z-index: -1;
    right: 1px;
    bottom: 1px;
    left: 1px;
    position: absolute;
    border-radius: 50%;
}


.social-list li.youtube {margin-left: -5px;}


.social-list li.youtube a:after {
    background: red!important ;

}




.swiper__dsc-inner {
    max-width: 900px;
}


.social-list li a svg {
    width: 1.5em;
    height: 1.5em;
}




.social-list li:not(:last-child) {
    margin-right: 15px;
}


.swiper__dsc-title {
    font-size: 4em;
    line-height: 1;
    font-weight: 600;
}

.swiper__dsc-txt p {font-family: 'El Messiri', sans-serif;

 font-size: 1.5em;
 line-height: 1;

	
}

.swiper__dsc-title h1 {
  font-family: 'El Messiri', sans-serif;
 
}



.swiper__dsc-txt {
    margin-top: 2rem;
}
.swiper__dsc-inner {
    opacity: 0;
    transform: translateX(60%);
}
.swiper-slide-active .swiper__dsc-inner {
    animation: 0.8s linear 0s forwards alternate fade-in-right;
}


.bottom__line-copy {
    font-size: .875em;
}


.inner .bottom__line-copy {
    color: #000;
}



.bg-resize-frame svg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}


.section {
    background-color: #004785;
}

body.genplan .section {
    background-color: #005188;
}




@keyframes fade-in-right {
    from {
        opacity: 0;
        transform: translateX(60%);
    }
    to {
        opacity: 1;
        transform: translateX(0%);
    }
}
.bg-resize-frame svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.genplan-title {
    position: absolute;
    z-index: 170;
    left: 5rem;
    color: #fff;
    font-size: 3em;
    font-weight: 600;
    top: 14.5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.page__header {
    padding-bottom: 5em;
    padding-top: 7.1875em;
}
#top__line.top__line-dark {
    color: #000;
}
.section--post {
    background: #fff;
}



.title--section {
    font-size: 2.5em;
    line-height: .9;
    font-weight: 600;
}
.post__dsc-txt {
    padding-right: 6.25em;
	color: #264884;
}


.post__dsc-txt h2 {
    font-size: 1.5em;
line-height: .9;
font-weight: 600;
margin-bottom: 0.5em;
margin-top: 0.5em; 
color: #d87d1a;
}

.post__dsc-txt p {margin: 10px 0 10px 0}
.post__dsc-txt ul {margin: 10px 0 10px 0;}
.post__dsc-txt li { list-style-type: none; }
.post__dsc-txt li:before { content: "— "; color: #d87d1a; font-weight: bold; }
   
.img-fluid {
  max-width: 100%;
  height: auto;
}



.header__menu-open:hover {
    background-color: #fff;
}


.top__line-dark .header__menu-open {  background-color: #fff; }


.header__menu-open {
    cursor: pointer;
    margin-left: 3em;
    z-index: 100;
    right: 5rem;
    top: 2em;
    width: 3em;
    height: 3em;
    border-radius: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, background-color .3s ease;
    transition: transform .3s ease, background-color .3s ease, -webkit-transform .3s ease;
}
.header .hamburger {
    margin-top: .4375rem;
}
.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    line-height: 0px;
    margin: 0;
    overflow: visible;
}
.hamburger-box {
    width: 1.125em;
    height: 1.5em;
    display: inline-block;
    position: relative;
}


.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}
.header__menu-open:active {
    -webkit-transform: scale(.8);
    transform: scale(.8);
}



.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    content: "";
    width: 18px;
    height: 2px;
    background-color: #000;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}







.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 1.125em!important;
    height: .125em!important;
    border-radius: 4px;
}
.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}
.hamburger-inner:before {
    top: -.5em;
}
.hamburger-inner:after {
    bottom: -.5em;
}
.hamburger--spin .hamburger-inner:before {
    -webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
    transition: top .1s ease-in .25s, opacity .1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
    -webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
}
.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
}
.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
}
.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}



.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #000;
}



.menu-nav {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 /*    background-image: url(../img/nav-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
	background-color: #2f3e7d;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.menu-nav--open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.menu-ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.menu__item {
    text-transform: uppercase;
	font-family: 'El Messiri', sans-serif;
}
.menu-ul>li>a.nuxt-link-active {
    color: #ed7637;
	
}
.menu__link.nuxt-link-active, .menu__link:hover {
    color: #ed7637;
}
.menu__link {
    font-weight: 600;
    font-size: 1.75em;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.menu-ul--child {
    margin-top: 20px!important;
}
.section--post {
    min-height: calc(100vh - 10em)
}
.menu__item--child:not(:last-child) {
    margin-bottom: 3px;
}
.menu__item--child {
    text-transform: none;
}
.menu__link--child {
    font-weight: normal;
    font-size: 1em;
}
.menu__link {
    color: #fff;
    position: relative;
    overflow: hidden;
}





.menu-ul--child {
    margin-top: 20px!important;
}
.section--post {
    min-height: calc(100vh - 10em)
}
.menu__item--child:not(:last-child) {
    margin-bottom: 3px;
}
.menu__item--child {
    text-transform: none;
}
.menu__link--child {

    font-size: 0.9em;
	line-height: 1em;
}
.menu__link {
    color: #fff;
    position: relative;
    overflow: hidden;
}
.page__header {
    padding-top: 5em;
}
#top__line.top__line-dark {
    position: absolute;
}


.footer {
  padding: 30px 0 20px 0;
  position: relative;
  background: #e6e6e6;
  font-size: 14px;
}


.footer-dark .social-list a:after {
    content: "";
    background: #fff;
}
.footer-dark .social-list path {
    fill: #000!important
}



.footer .phone-link {font-size: 26px; font-weight: 600;}


.footer hr {
	
border: 0;
height: 1px;
background: #fff;
margin: 10px 0 10px 0;
}


#bottom__line.footer-dark {
    color: #000;
    bottom: 0px;
    padding-bottom: 1em;
    position: relative;
	background: #e6e6e6;
	
}



#page {
    padding-top: 5em;
	margin-bottom: 50px;
}







/*Новые страницы*/






.section-block{padding: 50px 0px; color: #00417f;}
.about__img{ position: relative;}

.about__img-inner img{height: 100%; position: absolute; left: 0px;  width: 100%; object-position: center bottom; object-fit: cover;}


.section_head{font-size: 2em; color: #004785; padding-bottom: 0.3em;}
.section_head span{font-weight: 600;}

.section_information{padding-bottom: 1em;font-size: 1.3em;}
.about__dsc{padding-right: 30px;}
.about__dsc_head_list li:before{content: ""; margin-right: 20px; background: url(../img/about-icon.svg); height: 30px; min-width: 24px; background-size: contain; display: inline-block;}
.about__dsc_head_list li {display: flex; margin-bottom: 15px; align-items: center;}
.about__dsc_head_list{font-size: 1.3em;}






.infrastructure__img{ position: relative; padding-bottom: 60%;}
.infrastructure__img-inner img{height: 100%;  position: absolute; left: 0px;  width: 100%; object-position: center bottom; object-fit: cover;}



.infrastructure__list li{display: flex;  margin-bottom: 15px;  align-items: center;}
.infrastructure__list .infr-icon {padding-right: 20px;}
.infrastructure__list {font-size: 1.3em;}

.infrastructure__dsc{position: relative;z-index: 1;}
.section--infrastructure .section_head{margin-right: -140px;}
.section--infrastructure .section_information{margin-right: -140px;}

.benefit__img{ position: relative; padding-bottom: 38%;}
.benefit__img-inner img{height: 100%;  position: absolute; left: 0px;  width: 100%; object-position: center bottom; object-fit: cover;}


.benefit__list li{display: flex; flex:33.333%; padding-right: 20px; max-width: 33.333%;  margin-bottom: 15px;  align-items: center;}
.benefit__list .infr-icon {padding-right: 20px;}
.benefit__list {font-size: 1.3em;}
.benefit__list ul{display: flex; flex-wrap: wrap;} 
.benefit__list{padding: 1em 0px;}

.design__item{ display: flex; position: relative; align-items: center; padding: 0px 40px;} 
.design__item{  min-height: 380px; position: relative;} 
.design__item-img img{height: 100%; top: 0px;  position: absolute; left: 0px;  width: 100%; object-position: center bottom; object-fit: cover;}
.design__item{color: #fff;}
.design__item_dsc{position: relative; font-size: 1.2em; z-index: 1;}
.design__item_dsc-sub{font-weight: 600; color: #264884; font-size: 1.2em; padding-bottom: 0.5em;}
.design__item_dsc-title{font-size: 2em; font-weight: 600; padding-bottom: 0.2em;}

.design__item_dsc{padding: 0px 50px; max-width: 700px;}

.design__item:after{content: ""; width: 100%; display: inline-block; position: absolute; left: 0px; top:0px; bottom: 0px;}

.design__item-orange:after{background: -moz-linear-gradient(left, rgba(215,125,26,1) 0%, rgba(215,125,26,1) 27%, rgba(215,125,26,0) 100%);
background: -webkit-linear-gradient(left, rgba(215,125,26,1) 0%,rgba(215,125,26,1) 27%,rgba(215,125,26,0) 100%);
background: linear-gradient(to right, rgba(215,125,26,1) 0%,rgba(215,125,26,1) 27%,rgba(215,125,26,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d77d1a', endColorstr='#00d77d1a',GradientType=1 );}

.design__item-blue:after{
    background: -moz-linear-gradient(left, rgba(38,72,132,0) 0%, rgba(38,72,132,1) 73%, rgba(38,72,132,1) 100%);
background: -webkit-linear-gradient(left, rgba(38,72,132,0) 0%,rgba(38,72,132,1) 73%,rgba(38,72,132,1) 100%);
background: linear-gradient(to right, rgba(38,72,132,0) 0%,rgba(38,72,132,1) 73%,rgba(38,72,132,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00264884', endColorstr='#264884',GradientType=1 );
}
.design__item-blue{justify-content: flex-end;}
.design__item-blue .design__item_dsc{text-align: right;   }

.design__item-blue .design__item_dsc-sub{color: #d9801c}


.buy__box{background: url(../img/buy-img.jpg) center no-repeat; position: relative; padding: 50px 70px 30px; width: 100%; color: #fff;  background-size: cover;}

.section--buy .section_head{color: #f07f00;}


.buy__box:after{
    content: ""; width: 100%; display: inline-block; position: absolute; left: 0px; top:0px; bottom: 0px;
   background: -moz-linear-gradient(left, rgba(38,72,132,1) 0%, rgba(38,72,132,1) 18%, rgba(38,72,132,0) 100%);
background: -webkit-linear-gradient(left, rgba(38,72,132,1) 0%,rgba(38,72,132,1) 18%,rgba(38,72,132,0) 100%);
background: linear-gradient(to right, rgba(38,72,132,1) 0%,rgba(38,72,132,1) 18%,rgba(38,72,132,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#264884', endColorstr='#00264884',GradientType=1 );
}


.buy__box_inner{position: relative;z-index: 11;}
.buy__item-title{color: #f07f00; font-weight: 600; padding-bottom: 0.4em;}
.buy__item{font-size: 1.1em; line-height: 1.2em; padding-bottom: 1em;}
.buy__item-list{display: flex; margin-top: 20px; font-size: 0px; align-items: center;}
.buy__item-list li:after{content: ""; margin: 0px 15px; width: 7px; height: 10px; background-size: cover; background: url(../img/arrow.svg); display: inline-block;}
.buy__item-list li{display: flex; font-size: 35px; align-items: center;}
.buy__item-list li:last-child:after{display: none;}
.buy__item_dsc{padding-bottom: 14px;}
.buy__items{max-width: 500px;}

.buy-partners li{display: inline-block; vertical-align: middle; padding: 0px 20px 20px 0px; }
.buy-partners li:nth-child(1) img{width: 180px;}
.buy-partners li:nth-child(2) img{width: 130px;}
.buy-partners li:nth-child(3) img{width: 70px;}
.buy-partners li:nth-child(4) img{width: 90px;}
.buy-partners li:nth-child(5) img{width: 100px;}
.buy-partners li:nth-child(6) img{width: 180px;}




.home_head{display: flex; align-items: center;}
.home_head-icon{padding-right: 20px;}
.home_head-icon img{width: 100px;}

.home_head-title,.home_title{font-weight: 600; padding-bottom: 0.2em; font-size: 2em;}
.home_head-list li{display: inline-block; font-size: 1.3em; padding-bottom: 10px; padding-right: 15px;}
.home_title{color: #EF7F00;}
.home_dsc{font-size: 1.3em;}


.home-image-b{margin-top: 4em; text-align: center;}
.home-img img{max-width: 90%;}

.text-left {text-align: left!important;}
.color_orange {color: #f07f00;}
.color_blue {color: #354a7a;}

.swiper-lazy-preloader  {}


.orange_room { background: #f07f00; color: #fff; padding-bottom: 50px; padding-top: 50px; }
.orange_room .home_title {color: #fff; margin-top: 50px; }


.fff_room {padding-top: 50px; padding-bottom: 50px;}


.swiper-lazy {
	background: url(/img/load.png) repeat #ffffff;
}




.button-icon
{
    /* display: inline-block; */
 display: none;
    width: 48px;
    height: 48px;
    padding: 2px;

    text-decoration: none;

    color: inherit;
    border: 2px solid #0099CC;
    border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 70px;
	z-index:3;
}



.button-icon:hover,
.button-icon:focus,
.button-icon.active
{
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);
}



.button-icon--white .button-icon__icon
{
    fill: #fff;
}


.inner .button-icon--white .button-icon__icon
{
    fill: #0099CC;
}





.button-icon--primary .button-icon__icon
{
    fill: #004416;
}

.button-icon__icon
{
    display: block;

    width: 100%;
    height: 100%;

    fill: currentColor;
}





 
.form-head {font-size: 24px; color: #fff; font-weight: bold; margin: 0 0 20px 0;}

.modal-title {font-size: 24px; color: #fff; font-weight: bold; margin: 0 0 10px 0;}

.buttonform {margin-top: 25px;}





.btn {
 display:inline-block;
 box-sizing:border-box;
 margin-bottom:0;
 padding:.3rem 1rem;
 border:none;
 font-size:1.4rem;
 line-height:1.5rem;
 font-weight:700;
 height:3rem;
 text-align:center;
 vertical-align:middle;
 cursor:pointer;
 background-color:#ed1c24;
 color:#fff;
 border-radius:.4rem;
 outline:0
}



.btn-secondary {
 background-color:#f2f3f5;
 color:#333;

}




.btn:hover { background:  #ef002d; color: #fff; } /* при наведении курсора мышки */
.btn:active { background: #ef002d; color: #fff; } /* при нажатии */





.connection  {font-weight: bold; color: #fff;  }
.politica {margin-top: 20px; color: #fff;}
.politica-top {margin-bottom: 20px; color: #fff;}



.feedback-item {margin-top: 15px; margin-bottom: 15px;}

.form-control {
 background-color:#e6e6e6;
 color:#000;
 box-shadow:none;
 outline:none;
 width:100%;
 border-radius:5px;
 padding:.3125rem 0.75rem;

 border:1px solid transparent
}
.form-control::-webkit-input-placeholder {
 color:#000;
 opacity:.5
}
.form-control::-moz-placeholder {
 color:#000;
 opacity:.5
}
.form-control:-ms-input-placeholder {
 color:#000;
 opacity:.5
}
.form-control::-ms-input-placeholder {
 color:#000;
 opacity:.5
}
.form-control::placeholder {
 color:#000;
 opacity:.5
}
.form-control--error {
 border:1px solid #e8412c
}






.white-popup {
  position: relative;
  background: #004785;
  padding: 25px;
  max-width: 600px;
  margin: 0 auto; }
  
  
  .white-popup img {
    max-width: 100%; }

/* Зум */

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }
  
 
 .ndate { 
    margin-bottom: 10px;
    display: block;
   font-size: 12px;
	
}
 
body.contacts .section_mini_zagolovoc {font-size: 18px; margin: 10px 0 10px 0; color: rgb(240, 127, 0);  }


body.contacts .btn {
 display:inline-block;
 box-sizing:border-box;
 margin-bottom:0;
 padding:.3rem 1rem;
 border:none;
 font-size:1.4rem;
 line-height:1.5rem;
 font-weight:700;
 height:3rem;
 text-align:center;
 vertical-align:middle;
 cursor:pointer;
 background-color:rgb(240, 127, 0);
 color:#fff;
 border-radius:.4rem;
 outline:0
}



body.contacts .btn-secondary {
 background-color:rgb(240, 127, 0);
 color:#fff;
 margin: 10px 0 10px 0;

}




body.contacts  .btn:hover { background:  #064f9e; color: #fff; } /* при наведении курсора мышки */
body.contacts .btn:active { background: #064f9e; color: #fff; } /* при нажатии */


body.contacts .section_information a {text-decoration: underline; color:rgb(240, 127, 0);}


body.news .section_information p { margin-bottom: 10px; }
body.news .section_information b { margin-bottom: 10px; color: rgb(240, 127, 0); display: inline-block; }


body.news p.read {color: rgb(240, 127, 0); text-decoration: underline;}

.colorfff {color: #fff; font-size: 18px; }

.egoweb_podbor {
display: none;	
background-color: #0099CC;
color: #fff;
font-weight: 600;
text-align: center;
text-transform: uppercase;
padding: 10px 0 10px 0;
	
}

.egoweb_podbor:hover {color: #fff;text-decoration: underline;}

.xlegal {color: #fff; position: relative; top: 10px; margin-bottom: 10px; }

.xlegal a {color: #fff; text-decoration: underline; }





