@import url("./css/header.css");
@import url("./css/menu.css");
@import url("./css/search.css");
@import url("./css/front-slider.css");

/*@import url("./css/front-director.css");*/
@import url("./css/front-direction.css");
@import url("./css/statistics.css");
@import url("./css/front-project.css");
@import url("./css/front-news.css");
@import url("./css/footer.css");

@import url("./css/project.css");
@import url("./css/history.css");
@import url("./css/strategies.css");


@font-face {
    font-family: GothamPro;
    src: url('fonts/GothamPro.woff');
    font-display: swap;
} 
@font-face {
    font-family: GothamPro;
    src: url('fonts/GothamPro-Light.woff');
    font-weight: 200;
    font-display: swap;
} 
@font-face {
    font-family: GothamPro;
    src: url('fonts/GothamPro-Medium.woff');
    font-weight: 500;
    font-display: swap;
} 
@font-face {
    font-family: GothamPro;
    src: url('fonts/GothamPro-Bold.woff');
    font-weight: 700;
    font-display: swap;
} 
@font-face {
    font-family: GothamPro;
    src: url('fonts/GothamPro-Black.woff');
    font-weight: 900;
    font-display: swap;
} 
@font-face {
    font-family: Merriweather;
    src: url('fonts/Merriweather-BlackItalic.woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
} 
@font-face {
    font-family: Merriweather;
    src: url('fonts/Merriweather-Italic.woff');
    font-style: italic;
    font-display: swap;
} 
@font-face {
    font-family: Circe;
    src: url('fonts/Circe-ExtraLight.woff');
    font-weight: 200;
    font-display: swap;
} 

body { overflow-x: hidden; }
img { max-width: 100%; }
.main { overflow-x: hidden; }
.front-page .f-title { opacity: 0; transform: translateX(-100px); transition: 0.75s; width: 50%; }
.f-title
{
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    color: #313131;
}
.clearfix:after { content: ""; display: block;  }
.front-page .section--active .f-title { opacity: 1; transform: translateX(0); }
.f-title--news { font-size: 120px; }
@media (max-height: 800px) and (min-width: 1250px ) {
    .f-title {
        font-size: 80px;
    }
}
@media(max-width: 1299px) {
    .f-title
    {
        font-size: 80px;
    }
}
@media(max-width: 991px) {
    .f-title
    {
        width: 100%;
        font-size: 60px;
    }
}
@media(max-width: 767px)
{
    .f-title {
        font-size: 50px;
    }
}
@media(max-width: 600px)
{
    .f-title {
        font-size: 45px;
    }
}
@media (max-width: 400px ) {
    .f-title {
        font-size: 40px;
    }
}



.preloader { z-index: 2; position: fixed; width: 100vw; height: 100vh;  top: 0; left: 0; overflow: hidden; }
.preloader__fone-black { position: absolute; width: 100vw; height: 100vh; top: 0; left: 0; background: #151515; transform: translateY(100%);  will-change: transform; transition: transform 0.3s linear; opacity: 0;  }
.preloader__fone-blue { position: absolute; width: 100vw; height: 100vh; top: 0; left: 0; background: #272B38; }
.preloader__fone-cont-ico:after { content: ""; z-index: 5; position: absolute;  width: 90px; height: 111px; top: 0;  bottom: 0;left: 0; right: 0; margin: auto;  background: url(images/Logo_symbol_wt.svg) no-repeat center; background-size: contain; }
.preloader__fone-cont { position: absolute; width: 100vw; height: 100vh; top: 0; left: 0; overflow: hidden; transition: 0.75s cubic-bezier(.67,0,.33,1) ; /*will-change: transform;*/ }
.preloader__fone-cont-ico { position: absolute; width: 100vw; height: 100vh; top: 0; left: 0; }
.preloader--loaded .preloader__fone-cont {  /*transform: translateY(-100%);*/ height: 0vh }
.page-loaded .preloader { visibility: hidden; }
/*
.page-loaded .preloader__fone-cont { height: 100vh }
.page-loaded .preloader__fone-black { transform: translateY(100%) !important; }*/

.scrollTop { z-index: 2; cursor: pointer; display: none; width: 45px; height: 45px; border-radius: 50%; position: relative; background: #CB2626 ; /*overflow: hidden;*/ position: fixed; right: 30px; bottom: 30px; }
.scrollTop:after {
    content: "";
    position: absolute; 
    left: 0;  top: 0;  bottom: 0;  right: 0; 
    margin: auto;
    width: 20px; height: 11px;
    transform: rotate(-90deg);
    background: url(images/project_arrow.svg) no-repeat center right;
}
.scrollTop:before {
    content: "";
    position: absolute; 
    left: 0;  top: 0;  
    margin: auto;
    width: 45px; height: 45px;
    background: #CB2626;
    transition: 0.3s; 
    border-radius: 50%;
}
.scrollTop:hover:before { width: 61px; height: 61px; left: -8px; top: -8px; }
.new-style { font-family: GothamPro, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 1.4; overflow: hidden; color: #313131;  }
.container h2 { /*font-size: 50px;*/ font-size: 60px; line-height: 1.04; font-weight: 700; margin: 80px 0 40px; }
.container h3 { font-size: 50px; line-height: 1.2; font-weight: 700; margin: 70px 0 30px; }
.container h4 { font-size: 40px; line-height: 1.2; font-weight: 200; margin: 50px 0 30px; }
.container h5 { font-size: 35px; line-height: 1.2; font-weight: 700; margin: 50px 0 20px; }
.container h6 { font-size: 22px; text-transform: uppercase; line-height: 1.3; font-weight: 400; color: #A9A9A9; margin: 50px  0 20px;  }
.container h2:first-child, .container h3:first-child, .container h4:first-child, .container h5:first-child, .container h6:first-child { margin-top: 0; }
.scroll-page { max-height: 100vh; }

@media (max-height: 800px) and (min-width: 1251px ) {
    .new-style { font-size: 16px; }
    .container h2 { font-size: 55px; }
    .container h3 { font-size: 45px; }
}
@media (max-width: 1250px) {
    .new-style  { font-size: 16px; line-height: 1.55 }
    .container h2 { font-size: 45px; }
    .container h3 { font-size: 35px; }
    .container h4 { font-size: 33px; }
    .container h5 { font-size: 30px; }
}
@media (max-width: 991px) {
    .new-style  { font-size: 14px; }
    .container h2 { font-size: 35px; margin: 60px 0 30px; }
    .container h3 { font-size: 30px; margin: 50px 0 30px; }
    .container h4 { font-size: 30px; margin: 40px 0 25px; }
    .container h5 { font-size: 25px; margin: 40px 0 18px; }
    .container h6 { font-size: 18px; margin: 40px 0 18px; }
    .scroll-page { max-height: none; }
}
@media (max-width: 550px) {
    .container h2 { font-size: 30px;  }
    .container h3 { font-size: 25px; }
    .container h4 { font-size: 25px; }
    .container h5 { font-size: 20px; }
    .container h6 { font-size: 16px; }
}


.container ul { margin: 60px 0; padding: 0 }
.container ul>li { padding-left: 40px; margin-bottom: 40px; list-style: none; position: relative;  }
.container_contact { margin-bottom: 0px !important; }
/* .container ul>li:before {
    position: absolute; top: -2px; left: 0; display: block;
    content: '';
    width: 19px; height: 30px; 
    background: url(images/ul_list.svg) no-repeat center;
} */
.container ul>li:last-child { margin-bottom: 0;}

.container ol { margin: 60px 0; padding: 0; counter-reset: myCounter; }
.container ol>li { padding-left: 55px; margin-bottom: 40px; list-style: none; position: relative;  }
.container ol>li:before {
	position: absolute; top: -2px; left: 0; display: block;
	counter-increment: myCounter;
	content:counter(myCounter);
	color: #2D6EC7;
	width: 30px; height: 30px; 
	border: 1px solid #2D6EC7; border-radius: 50%;
	text-align: center;
	line-height: 30px;
}
.container ol>li:last-child { margin-bottom: 0; }
.container ul ol, .container ol ul { margin: 30px 0; }


@media (max-height: 800px) and (min-width: 1251px ) {
	.container ul>li:before, .container ol>li:before { top: -5px; }
	.container ul>li, .container ul>li { margin-bottom: 30px; }
	.container_contact { margin-bottom: 0px !important; }
	
	
}
@media (max-width: 1251px ) {
	.container ul>li:before, .container ol>li:before { top: -5px; }
	.container ul>li, .container ul>li { margin-bottom: 30px; }
	.container_contact { margin-bottom: 0px !important; }
}
@media (max-width: 991px) {
	.container ul, .container ol { margin: 40px 0; }
	.container_contact { margin-bottom: 0px !important; }
}
@media (max-width: 500px ) {
	.container ul>li, .container ol>li { margin-bottom: 25px; }
	.container ol>li { padding-left: 45px; }
	.container_contact { margin-bottom: 0px !important; }
}

.container table { margin: 60px 0; }
.container table tr td { padding: 10px 20px; }
.container table tr th { background: #1B1B1B; padding: 20px 20px; color: #fff; text-transform: uppercase;  }
.container table tbody>tr:nth-child(odd)>td, .container table>tr:nth-child(odd)>td { background: rgba(27, 27, 27, 0.05);  }
.container table td table { margin: 30px 0; }
.container table td table td { background: rgba(27, 27, 27, 0.02);  }
.table-wrap { margin: 60px 0;}
.table-wrap>table { margin: 0; }
.container table:last-child { margin-bottom: 0;}
.container  blockquote {
	font-weight: 700; font-size: 24px; line-height: 1.45;
	border: none;
	border-top: 1px solid #CB2626;
	border-bottom: 1px solid #CB2626;
	padding: 50px;
	text-align: center;
	margin: 60px 0;
}

@media (max-width: 1250px) {
	.container  blockquote { font-size: 20px; }
}
@media (max-width: 991px) {
	.container table, .container  blockquote, .table-wrap { margin: 40px 0; }
	.table-wrap>table { margin: 0; }
	.container  blockquote { font-size: 18px; }
	.table-wrap { overflow: auto; max-width: 100%;}
}
@media (max-width: 767px) {
	.container  blockquote { padding: 50px 30px; font-size: 16px; }
}
@media (max-width: 500px) {
	.container  blockquote { padding: 35px 15px; font-size: 14px; }
}
.front { transition: background 0.3s; position: relative; font-family: GothamPro, Helvetica, Arial, sans-serif; min-width: 320px; overflow: hidden; height: 100vh; }
/*.front--adap { height: auto; }*/

@media(max-width: 991px) {
    .front { overflow: visible; height: auto; }
}


.wrapper p {
    margin-bottom: 2.375em;
}
.wrapper p:last-child {
	margin-bottom: 0;
}
@media(max-width: 991px) {
	.wrapper p {
	    margin-bottom: 2em;
	}	
}


.breadcrumbs { margin-bottom: 20px; }
.breadcrumbs a,
.breadcrumbs span
{
    text-decoration: none;
    color: #1B1B1B;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 11px;
    transition: color 0.3s;
}
.breadcrumbs a:hover span { color: #CB2626 }


.content { max-width: 785px; }


.page-title
{
    padding: 56px 0;
}

.page-title h1
{
    margin-bottom: 46px;
    /*font-size: 100px;*/
    font-size: 75px;
    font-weight: 600;
    margin: 0;
}

@media (max-height: 800px) and (min-width: 1250px ) 
{
    .page-title h1
    {
        font-size: 70px;
        margin-bottom: 36px;
    }

    .page-title {
       padding: 35px 0px 20px;
    }
}
@media(max-width: 1250px)
{
    .page-title h1
    {
        font-size: 70px;
        margin-bottom: 36px;
    }
    .page-title
    {
        padding: 35px 0px 20px;
    }
}
@media(max-width: 991px)
{
    .page-title h1
    {
        font-size: 55px;
        margin-bottom: 26px;
    }
}
@media(max-width: 767px)
{
    .page-title h1
    {
        font-size: 45px;
    }
}
@media(max-width: 450px)
{
    .page-title h1
    {
        font-size: 35px;
    }
}
/*общие стили -- finish*/





.fancybox-skin { background: transparent; box-shadow: none !important; padding: 45px 65px !important; }
.fancybox-prev { left: -50px; }
.fancybox-next { right: -50px; }
.fancybox-nav span { visibility: visible; background: url(images/fancy_arr.svg) no-repeat center; background-size: contain; width: 31px; height: 22px; }
.fancybox-prev span { left: 0; transform: rotate(180deg); }
.fancybox-next span { right: 0; }
.fancybox-close { top: 0; right: 20px; background: url(images/fancy_close.svg); background-size: contain; width: 22px; height: 22px; }
.fancybox-overlay { background: rgba(0,0,0,0.3); }

@media(max-width: 600px) {
    .fancybox-skin { padding: 30px 40px !important }
    .fancybox-nav span { width: 25px; height: 20px; }
    .fancybox-close { width: 20px; height: 20px; right: 40px; }
    .fancybox-prev { left: -40px; }
    .fancybox-next { right: -40px; }
}


.main {
    padding-top: 137px;
    padding-bottom: 60px;
}
.no_bottom_padding .main {
	padding-bottom: 0;
}
.front-page .main { padding-top: 0; padding-bottom: 0; }
.project-page .main { padding-top: 0; padding-bottom: 0; }
@media(max-width: 991px) {
    .main  {
        padding-top: 0px;
        padding-bottom: 40px;
    }
}




.body--popup-form { position: relative; }
.popup-form-fone { z-index: 6; content: ""; display: none; top: 0; left: 0; position: absolute; width: 100%; height: 100%; opacity: 0; background: #000; transition: 0.3s; }
.popup-form-fone.active { display: block; }
.popup-form-fone.active2 { opacity: 0.4; }

.popup-form { position: fixed; width: 771px; height: 100vh; top: 0; right: 0; display: none; overflow: hidden; /*padding-top: 40px;*/ background: #fff; z-index: 7; opacity: 0; transition: 0.3s; box-shadow: 0 0 30px 0px rgba(0,0,0,0.2) }
.popup-form:after { content: ""; z-index: 3; background: #272B38; position: absolute; width: 100%; height: 100vh; transition: 1s cubic-bezier(.67,0,.33,1); transform: translate(0, -150%); }
.popup-form.active { display: block; }
.IE .popup-form.active { top: 0 !important; }
.popup-form.active2 { opacity: 1; }
.popup-form.active3:after { transform: translate(0,100%); }
.popup-form__wr { max-height: 100vh; overflow: auto; opacity: 0; transition: 0.75s;  }
.popup-form.active4 .popup-form__wr { opacity: 1; }
.popup-form__top { position: absolute; top: 0; left: 0; /*background: #fff;*/ height: 40px; width: 100%; opacity: 0; transition: linear 0.5s; z-index: 1;  }
.popup-form.active4 .popup-form__top { opacity: 1; }
.popup-form__in { position: relative; padding: 40px 80px; }
.popup-form__close { position: relative; width: 40px; height: 40px; float: right; cursor: pointer; transition: 0.3s; z-index: 2; }
.popup-form__close svg { display: block; width: 20px; height: 20px; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; fill: #929292; transition: 0.3s; z-index: 3; }
.popup-form__close:hover svg { fill: #000 }/**/

.popup-form__callback {
    max-width: 450px;
}

.popup-form__title { font-weight: 700; font-size: 35px; line-height: 1.2; margin-bottom: 30px; }
.popup-form__text { margin-bottom: 20px;}
.popup-form__in input, .popup-form__in textarea {
    color: #424243;
    font-size: 16px;
    background-color: #f9f9f9;
    border: 1px solid #e1e7e9;
    width: 100%;
    outline: none;
    font-family: GothamPro, Helvetica, Arial, sans-serif;
}
.popup-form__in input:focus, .popup-form__in textarea:focus {
    border-color: #999999;
    background: #fff;
}
.popup-form__in input.error, .popup-form__in textarea.error {
    border-color: red;
}
.popup-form__in input::-webkit-input-placeholder, .popup-form__in textarea::-webkit-input-placeholder,
.popup-form__in input::-moz-placeholder, .popup-form__in textarea::-moz-placeholder,
.popup-form__in input:-moz-placeholder, .popup-form__in textarea:-moz-placeholder,
.popup-form__in input:-ms-input-placeholder, .popup-form__in textarea:-ms-input-placeholder   {
    font-family: GothamPro, Helvetica, Arial, sans-serif;
    color: #424243;
    font-size: 16px;
}

.popup-form__in textarea {
    resize: vertical;
    padding: 14px 23px;
    min-height: 190px;
}
.popup-form__in input {
    height: 50px;
    line-height: 48px;
    padding: 0px 23px;
}
.popup-form__in .form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group span.grey_text {
    color: #aaa;
    font-size: 14px;
    font-style: italic;
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.form-group .zakon_val { display: none; }
.form-group label.zakon {
    line-height: 28px;
    color: #424243;
    text-decoration: none;
    margin-top: 10px;
    display: block;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
}
.form-group label.zakon:before {
    content: " ";
    display: block;
    float: left;
    border-radius: 2px;
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    border: 2px solid #C2C2C2;
    margin-right: 20px;
}
.form-group input:checked + label.zakon:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAACHSURBVChTldCxDYMwEIVhCwnRkjps4T3TI1ZIlYIVaJgAMQISIzj/QyBZl4slig/Zd36vIMQ+3fXEhJe3LOmwIGHUoEID+9DKgzMeGn6wIcIGLj9BBC2Gc7jDK3CDok+NN7wCG2xx7Y6weAXFoOQXW7CeZzcodpAXFIPiDVWgnzjibzD2KXwB688ztgnzW9EAAAAASUVORK5CYII=) 50% 50% no-repeat;
}
.popup-form__in .btn-rect {
    width: 100%;
    margin-left: 0;
    border: 1px solid #3399ff;
    color: #3399ff;
    background: #fff;
    cursor: pointer;
    transition: 0.2s ease;
}
.btn-rect.no-border {
    border-radius: 0;
}

.btn-rect {
    display: block;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 16px;
    line-height: 50px;
}



@media (max-width: 991px) {
	.popup-form { width: 550px; top: 0!important; }
	.popup-form__cont { padding: 40px 60px; }
    .popup-form__close svg { fill: #000; }
}
@media (max-width: 767px) {
	.popup-form { width: 100%; }
    .popup-form__callback {
        margin: auto;;
    }
    .popup-form__in { padding: 60px 80px 80px; }
    .popup-form__close {
	    margin-top: 60px;
    }
}
@media (max-width: 550px) {
	.popup-form__in { padding: 60px 40px 80px; }
    .popup-form__title { font-size: 30px; }
}
@media (max-width: 400px) {
	.popup-form__in { padding: 60px 15px 80px; }
}



label.error {
    color: red;
    font-family: "Fira-Sans", sans-serif;
    font-size: 14px;
}