body {
    margin: 0;

    font-family: 'Raleway', sans-serif;
    /* font-size: 14px; */
    color: #6c7279;
    -webkit-font-smoothing: antialiased;

    background-color: #fff;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0 0 10px;
}

a, a:link, a:visited  {
    /* color: inherit; */
    text-decoration: none;
    /* display: inline-block; */
}

a:hover  {
    /* color: inherit; */
    text-decoration: none;
}

/* Container
===================*/
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    
}


/* Header
===================*/
.msh {
    background-color: #c6cacc;
    color: #FFFFFF;
}


.msh_txt {
    margin-left: 50px;
    text-align: start;
    color: #fff;
    text-decoration: none;
    opacity: .75;

    transition: opacity .1s linear;
}

.msh_txt:hover {
    opacity: 1;
}

.header {
    width: 100%;
    height: 110px;
    /* height: auto; */

    /*position: absolute;*/
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #31344e;    
}

.header.fixed {
    height: 110px;

    position: fixed;

    background-color: #31344e;
}

.header.fixed .header__inner {
    padding-top: 10px;
    padding-bottom: 10px;

    border-bottom: 0;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;    
}



/* Nav
===================*/

.nav {
    display: flex;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.nav__link {
    margin-left: 50px;

    color: #fff;
    text-decoration: none;
    opacity: .75;

    transition: opacity .1s linear;
}

.nav__link:first-child {
    margin-left: 0;
}

.nav__link:hover {
    opacity: 1;
}


/* Intro
===================*/
:root {
	--index: calc(1vw + 1vh);
	--transition: 1.5s cubic-bezier(.05, .5, 0, 1);
}
.layers {    
	perspective: 1000px;
	overflow: hidden;
}
.layers__container {
	height: 100vh;
	min-height: 500px;
	transform-style: preserve-3d;
	transform: rotateX(var(--move-y)) rotateY(var(--move-x));
	will-change: transform;
	transition: transform var(--transition);
}
.layers__item {    
	position: absolute;
	inset: -5vw;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.layer-1 {
	transform: translateZ(-55px) scale(1.06);
}
.layer-2 {
	transform: translateZ(80px) scale(.88);    
}
.layer-3 {
	transform: translateZ(490px) scale(.7);
}
/* .layer-4 {
	transform: translateZ(190px) scale(.9);
} */
.layer-5 {
	transform: translateZ(300px) scale(.7);
}
.layer-6 {
	transform: translateZ(380px) scale(.7);
}
.hero-content {       
	font-family: kamerik-3d;
	font-size: calc(var(--index) * 2.9);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: calc(var(--index) * -.15);
	line-height: 1.35em;
	margin-top: calc(var(--index) * 5.5);
    font-size: 40px;
    /*color: #fff;*/
   
}


.hero-content span {
	display: block;
}
.hero-content__p h2 {
	text-transform: none;
	font-family: merriweather-italic-3d;
	letter-spacing: normal;
	font-size: calc(var(--index) * .73);
	line-height: 3;
    color: #ffffff;
    margin-top: -200px;
}

.layer-4, .layer-5, .layer-6 {
	pointer-events: none;
}


.btn--red {
    background-color: #e84545;
}

.btn--red:hover {
    background-color: #dd3434;
}

.btn--long {
    min-width: 280px;
}

/* Reviews
===================*/

.reviews {    
    margin-top: 50px;
}

.modal_window_01, .modal_window_02, .modal_window_03, .modal_window_04, .modal_window_05
, .modal_window_06, .modal_window_07, .modal_window_08, .modal_window_09, .modal_window_10
, .modal_window_11, .modal_window_12, .modal_window_13, .modal_window_14, .modal_window_15 {
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.6);
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	z-index: 9999;
	transition: 0.3s;
	opacity: 0;
}

.modal_section_01 {
    background-color: #0070C0;
    width: 600px;
	height: 350px;
    border-radius: 20px;
}

.modal_section_02, .modal_section_03, .modal_section_04, .modal_section_05, .modal_section_06
, .modal_section_07, .modal_section_08, .modal_section_09, .modal_section_10, .modal_section_11
, .modal_section_12, .modal_section_13, .modal_section_14, .modal_section_15{
	width: 400px;
	height: 200px;
	background: #002060;
    border-radius: 20px;
}

.modal_article_01, .modal_article_02, .modal_article_03, .modal_article_04, .modal_article_05
, .modal_article_06, .modal_article_07, .modal_article_08, .modal_article_09, .modal_article_10
, .modal_article_11, .modal_article_12, .modal_article_13, .modal_article_14, .modal_article_15 {
    margin-top: 30px;    
    text-align: center;
}

.modal_article_01 h1, h2, h3, h4 {
    margin-bottom: 10px;
    color: #FFFFFF;
}

.cls_modal_01, .cls_modal_02, .cls_modal_03, .cls_modal_04, .cls_modal_05, .cls_modal_06
, .cls_modal_07, .cls_modal_08, .cls_modal_09, .cls_modal_10, .cls_modal_11, .cls_modal_12
, .cls_modal_13, .cls_modal_14, .cls_modal_15 {
	cursor: pointer;
	color: #FFFFFF;
    float: right;
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
}

.filial_txt {
    color: #000;
}

.central {
    display: flex;    
    justify-content: center;
    margin-bottom: 30px;
}


.btn_central {
    display: inline-block;
    vertical-align: top;
    padding: 14px 40px;
    width: 300px;
    height: 70px;    

    border-radius: 10px;
    border: 0;
    cursor: pointer;

    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 600;    
    text-decoration: none;
    text-align: center;
    transition: background .1s linear;
}

.btn--blue_c {
    background-color: #21372b;
}

.btn--blue_c:hover {
    background-color: #123524;
}

.reviews .container > section {
    width: 100%;
    overflow: hidden;
	height: 350px;
    transition: 0.6s;    
}

.filial {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;    
    flex-wrap: wrap;  
    max-width: 600px;    
	transition: 0.6s;
    width: 100%;
       
}

.filial_txt {
    text-align: center;
    margin-bottom: 50px;
}

.reviews__img {
    margin-top: 50px;
    border-radius: 20px;
}

.btn_f {
    display: inline-block;
    vertical-align: top;
    padding: 14px 40px;
    width: 200px;
    height: 70px;
    margin: 10px 10px 10px;

    border-radius: 10px;
    border: 0;
    cursor: pointer;

    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 600;    
    text-decoration: none;
    text-align: center;

    transition: background .1s linear;
}

.btn--blue_f {
    background-color: #002060;
}

.btn--blue_f:hover {
    background-color: #0070C0;
}


.btn_all_filials{
	width: 200px;
	height: 45px;
	background: #4985FF;
	box-shadow: 0px 0px 10px rgba(111, 111, 111, 0.25);
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	transition: 0.3s;
    margin-top: 20px;
}

.btn_all_filials:hover{
	background: #4EAAE4;
}

/* Features
===================*/

.modal_features {
    width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.6);
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	z-index: 9999;
	transition: 0.3s;
	opacity: 0;

}

.modal_f_section {
    max-width: 1100px;
	/* height: 200px; */
	background: #002060;
    border-radius: 20px;
}

.cls_f_modal {
    cursor: pointer;
	color: #FFFFFF;
    float: right;
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;

}

.modal_f_article {
    margin-top: 30px;    
    text-align: center;
    color: #FFFFFF;
}


.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 95px 0;    
}

.features_txt {
    margin-bottom: 30px;
    font-size: 14px;
    color: #2d3033;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;

}


.features__item {
    width: 33.33333%;
    
    padding: 30px 30px 30px 30px;
    margin: 25px 10px;
    text-align: center; 
    background-color: #31344e;;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25);
    cursor: pointer; 
    transition:  background-color 1s; 
      
}

.features__item:hover, .features__item_btn:focus {
    background-color: #3e4160;;
}



.btn_proc {
    margin-top: 50px;
    
}




.features__title {
    margin-bottom: 20px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
        
}




/* Works
===================*/
.works {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.works__item {
    width: 30%;
    height: 250px;

    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;

    position: relative;
    overflow: hidden;
    margin: 10px;
}

.works__item:hover .works__content {
    opacity: 1;
}

.works__item:hover .works__content_video {
    opacity: 1;
}
.works__photo {
    min-width: 100%;

    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;

    transform: translate3d(-50%, -50%, 0);
}

.works__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;

    background-color: rgba(36, 51, 100, 0.9);
    opacity: 0;

    text-align: center;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    transition: opacity .2s linear;
}


.video__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in;
    filter: saturate(1.5);
}

.works__content_video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;

    background-color: rgba(36, 51, 100, 0.9);
    opacity: 0;

    text-align: center;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;

    transition: opacity .2s linear;
}

.works__title {
    margin-bottom: 5px;

    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.works__text {
    font-size: 14px;
    color: #fff;
}


/* .video__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in;
  }
  @media screen and (max-width: 959px) {
    .video__icon {
      width: 80px;
      height: 80px;
    }
  }
  
  .video__link:hover .video__icon {
    transform: translate(-50%, -50%) scale(1.2);
    filter: saturate(1.5);
  } */



/* Team
===================*/
.team {
    margin: 100px 0 70px;
}

.team__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}

.team__item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.team__photo {
    display: block;
    max-width: 100%;
    /* height: auto; */
    width: 270px;
    height: 270px;
    margin-bottom: 20px;
}

.team__name {
    margin-bottom: 8px;

    font-size: 22px;
    color: #2d3033;
}

.team__prof {
    margin-bottom: 15px;

    font-size: 13px;
    color: #e84545;
    text-transform: uppercase;
}

.team__text {
    margin-bottom: 20px;

    font-size: 14px;
    line-height: 1.5;
    color: #6c7279;
}



/* Social
===================*/

.social {
    display: flex;
}

.social--footer {
    justify-content: center;
}

.social__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 4px;

    background-color: #fff;
    border: 1px solid #e8ecee;

    transition: background .1s linear;
}

.social__item:hover {
    background-color: #e8ecee;
}

.social__item:hover .social__icon {
    fill: #000;
}

.social--footer .social__item {
    background-color: transparent;
    border-width: 2px;
    border-color: #fff;
    border-radius: 2px;
}

.social--footer .social__item:hover {
    background-color: #fff;
}

.social__icon {
    display: block;
    height: 18px;

    fill: #c6cacc;

    transition: fill .1s linear;
}

.social--footer .social__icon {
    fill: #fff;
}






/* Download
===================*/

.download {
    margin: 90px 0;

    text-align: center;
}

.download__title {
    margin-bottom: 30px;
    font-size: 28px;
    color: #2d3033;
    font-weight: 600;
}

.download__text {
    margin-bottom: 30px;
    font-size: 13px;
    color: #2d3033;
    font-weight: 700;
    text-transform: uppercase;
}


.map {
    width: 100%;
    height: 358px;
}


/* Footer
===================*/

.footer {
    background-color: #3a3e64;
}

.footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 70px 0;
}

.footer__block {
    width: 33.33333%;
    padding: 0 15px;
    

    text-align: center;
}

.footer__title {
    margin-bottom: 10px;

    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.footer__address {
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    color: rgba(255, 255, 255, .5);
}

.footer__text {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .5);
}



/* Copyright
===================*/

.copyright {
    padding: 20px 0;
}

.copyright__text {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #808080;
}

.copyright__text span {
    color: #fff;
}


/* Burger */
.burger {
    display: none;
    padding: 9px 2px;

    background: none;
    border: 0;
    cursor: pointer;
}

.burger__item {
    display: block;
    width: 28px;
    height: 3px;

    background-color: #fff;

    font-size: 0;
    color: transparent;

    position: relative;
}

.burger__item:before,
.burger__item:after {
    content: "";
    height: 100%;

    background-color: #fff;

    position: absolute;
    right: 0;
    z-index: 1;
}

.burger__item:before {
    width: 30px;
    top: -8px;
}

.burger__item:after {
    width: 26px;
    bottom: -8px;
}

/* --------------- processing --------------------- */



.proc-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 130px;    
}

.proc-c {   

}

.proc-content ol {
    list-style: none;
    counter-reset: num;
}

.proc-content ol li {
    color: #000;
}
.proc-content ol li::before {
    content: counters(num,'.') ' ';
    counter-increment: num;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
    padding: 5px 10px;
    line-height: 35px;
    background: #31344e;
}


.proc-content h1 {
    text-align: center;
    margin: 0 0 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 1.1;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.proc-content p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 22px;
    color: #000;
    line-height: 1.5;
    font-weight: 400;
} 

.nav_proc {
    font-size: 16px;
    letter-spacing: 2px;
    color: #ffffff;
}

.proc-pravila {
    margin-top: 100px;
}



/* <!-- Features --> */




.features_p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 95px 0;    
}

.features_txt_p {
    margin-bottom: 50px;
    font-size: 14px;
    color: #2d3033;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;

}
/* .features_1 {
    display: flex;
    flex-wrap: wrap;
    margin: 95px 0;
    margin-left: 220px;
} */

.features__item_p {
    width: 33.33333%;
    /* max-width: 400px; */
    padding: 30px 30px 30px 30px;
    margin: 25px 10px;
    text-align: center; 
    background-color: #31344e;;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25);
    cursor: pointer; 
    transition:  background-color 1s; 
      
}

.features__item_p:hover, .features__item_btn:focus {
    background-color: #3e4160;;
}

.features__title_p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
        
}

/* ----------------------------- database-1 ------------------------------ */

.table_p_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;      
}


.table_p_1 table {
    margin-top: 20px;
    margin-bottom: 20px;      
}

.table_p_1 table tbody td {    
    font-size: 16px;
}

.proc-c-d1 h1 {
    text-align: center;
    margin: 0 0 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.1;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;

}

.proc-c-d1 p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    font-weight: 400;
}


table td {
    background-color: #E2E2E2;
}


.proc-c-d2 h1 {
    text-align: center;
    margin: 0 0 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.1;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;

}

.proc-c-d2 p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    font-weight: 400;
}




/* Media
===================*/

@media (max-width: 1300px) {
    /* Works */
    .works__item {
        width: 50%;
    }
}

@media (max-width: 991px) {

    .table_p_1 table tbody td {
    font-size: 12px;
}

.table-media p {
    font-size: 9px;
}

.table-media td {
    font-size: 8px;
}

.table-media img {
    display: none;
}

.db-img strong {
    display: none;
}
    

    /* Nav */
    .nav {
        display: none;
        width: 100%;
        flex-direction: column;

        background-color: #31344e;
        text-align: right;

        position: absolute;
        top: 100%;
        right: 0;
    }

    .nav.show {
        display: flex;
    }

    .nav__link {
        padding: 9px 15px;
    }

    /* Burger */
    .burger {
        display: block;
    }

    /* Intro */

    .hero-content {
        font-size: 20px;
    }
    /* .intro__title {
        font-size: 40px;
    } */


    .layer-2 {
        display: none;
    }  

    .layer-5 {
        display: none;
    }

    .layer-6 {
        display: none;
    }

    /* Features */

    .modal_f_section_01 {
        max-width: 800px;      
        background: #002060;
        border-radius: 20px;
    }

    .modal_f_img {
        width: 800px;
    }

    .features_txt {
        font-size: 20px;
    }

    .features__item  {
        width: 50%;
    }

    .features_txt_p {
        font-size: 10px;
    }

    .features__item_p  {
        width: 50%;
    }

    .btn_proc, .features__item_proc {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        font-size: 12px;
    }

    

    /* Team */
    .team__item {
        width: 50%;
        text-align: center;
    }

    .team__photo {
        margin-left: auto;
        margin-right: auto;
    }

    /* Team */
    .social {
        justify-content: center;
    }

    /* Reviews */
    .reviews__photo {
        width: 100%;
        margin: 15px 0 40px;
        overflow: hidden;
    }

    .reviews__content {
        width: 100%;
        padding-left: 0;
        padding-bottom: 40px;
    }

    .filial {
        justify-content: center;
    }

    .filial_txt {
        font-size: 25px;
    }
}


@media (max-width: 767px) {

    /* Intro */

    html, body {
        /* Убирает прокрутку по горизонтале, для мобильной версии */
        overflow-x: hidden;
    }

        
    .layer-3 {
        
        transform: none;
    }


    .layer-2 {
        display: none;
    }  

    .layer-5 {
        display: none;
    }

    .layer-6 {
        display: none;
    }


    .layers {        
        /* height: auto; */
        width: 200;
        padding-top: 130px;
        padding-bottom: 10px;
    }

    /* .layers__container {
        min-height: 300px;
    } */

    .hero-content {
        font-size: 14px;
    } 
        
    
    
    /* Features */

    .modal_f_section_01 {
        max-width: 400px;      
        background: #002060;
        border-radius: 20px;
    }

    .modal_f_img {
        width: 400px;
    }

    .features {
        margin: 40px 0;
    }

    .features__item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .features_p {
        margin: 40px 0;
    }

    .features__item_p {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .btn_proc, .features__item_proc {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        font-size: 12px;
    }

    /* Works */
    .works__item {
        width: 100%;
        height: 300px;
    }

    /* Team */
    .team {
        margin: 60px 0 30px;
    }

    .team__item {
        width: 100%;
    }

    /* Reviews */
    .reviews__text {
        font-size: 25px;
    }

    /* Btn */
    .btn--long {
        min-width: 260px;
    }

    /* Download */
    .download {
        margin: 50px 0;
    }

    .download__title {
        font-size: 24px;
    }

    /* Footer */
    .footer__inner {
        padding: 30px 0;
    }

    .footer__block {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .footer__block:last-child {
        margin-bottom: 0;
    }
}


/* ------------ database -------------------- */

/* .table-media p {
    font-size: 9px;
}

.table-media td {
    font-size: 8px;
}

.table-media img {
    display: none;
} */

/* .table_p_1 table tbody td {
    font-size: 10px;
} */

@media (max-width: 414px) {

    /* Reviews */
    .reviews__img {
        right: -100px;
    }

    .btn_proc, .features__item_proc {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        font-size: 11px;
    }
}


@media (max-width: 340px) {
    .btn_proc, .features__item_proc {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        font-size: 10px;
    }
}





