@charset "UTF-8";
@font-face {
    font-family: 'DIN';
    src: url("../fonts/DIN.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url("../fonts/DINBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url("../fonts/DINLight.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot");
    src: url("../fonts/icomoon/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: icomoon;
    font-style: normal;
}

body {
    color: #333;
    background-color: #fff;
    font-family: DIN;
    overflow-x: hidden;
}

@media (max-width: 769px) {
    body {
        font-size: 16px;
    }
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #4f84eb;
}

a:active {
    text-decoration: none;
    color: #4f84eb;
}

a:focus, a:hover {
    color: #4f84eb;
    text-decoration: none;
}

label {
    font-weight: normal;
}

p {
    line-height: 35px;
    margin-bottom: 30px;
}

@media (max-width: 769px) {
    p {
        line-height: 24px;
    }
}

.cWhite {
    color: #fff;
}

.cLightBlue {
    color: #abc0e7;
}

.cMediumBlue {
    color: #abc0e7;
}

.bgWhite {
    background-color: #fff;
}

.bgGray {
    background-color: #f2f2f2;
}

.bold {
    font-weight: bold;
}

.light {
    font-weight: 100;
}

.inblock {
    display: inline-block;
}

.br-3 {
    display: block;
    height: 30px;
}

.br-5 {
    display: block;
    height: 50px;
}

.t1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .t1 {
        font-size: 45px;
    }
}

@media (max-width: 769px) {
    .t1 {
        font-size: 25px;
    }
}

.t4 {
    text-transform: uppercase;
    font-size: 35px;
}

@media (max-width: 769px) {
    .t4 {
        font-size: 25px;
    }
}

.t5 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 50px;
    font-weight: 100;
}

.p > .container {
    min-height: 600px;
    background-color: #fff;
}

.p > .container.not-back {
    background-color: transparent;
}

.container .container {
    width: auto;
    padding: 0;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-center > div {
    margin: auto;
}

@media (max-width: 1260px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 769px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.standart-text {
    color: #666666;
}

.standart-text a {
    color: #207df0;
}

.standart-text a:hover {
    text-decoration: underline;
}

.standart-text img {
    max-width: 100%;
    float: left;
}

@media (max-width: 1260px) {
    .standart-text {
        font-size: 16px;
    }

    .standart-text p {
        line-height: 1.6;
    }
}

/*_____________LAYOUT_____________*/
.p-block__title {
    text-transform: uppercase;
    font-size: 50px;
    padding-top: 50px;
    margin-bottom: 50px;
    line-height: 60px;
    text-align: center;
}

@media (max-width: 991px) {
    .p-block__title {
        padding-top: 60px;
        margin-bottom: 50px;
    }
}

@media (max-width: 769px) {
    .p-block__title {
        font-size: 24px;
        padding-top: 30px;
        margin-bottom: 30px;
        line-height: 35px;
    }
}

.p-block_p-b {
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .p-block_p-b {
        padding-bottom: 50px;
    }
}

/*__________HEADER_____________ */
.header-logo {
    text-align: left;
    padding-top: 23px;
    margin-bottom: 23px;
}

.header-logo img {
    max-width: 280px;
    width: 100%;
}

@media (max-width: 769px) {
    .header-logo img {
        width: 140px;
    }
}

.header__number {
    text-align: right;
    font-size: 28px;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .header__number {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .header__number {
        margin: 0;
        text-align: center;
    }
}

/*__________.HEADER_____________ */
/*__________MENU_____________ */
.menu {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    padding-top: 20px;
    font-weight: 100;
}

.menu .submenu {
    border-bottom: 1px solid #fff;
}

.menu .submenu li {
    background-color: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid #666666;
}

.menu .submenu li:last-child {
    border-bottom: none;
}

@media (min-width: 991px) {
    .menu__item {
        position: relative;
    }

    .menu__item:hover .submenu_lg {
        display: block;
    }

    .menu__item .submenu_lg {
        position: absolute;
        top: 25px;
        left: -10px;
        padding: 10px 20px;
        -moz-text-align-last: left;
        text-align-last: left;
        display: none;
        background-color: #061635;
        z-index: 100;
    }
}

@media (max-width: 991px) {
    .menu {
        -moz-text-align-last: center;
        text-align-last: center;
        text-align: center;
    }
}

.menu-toggle {
    display: inline-block;
    height: 50px;
    width: 100px;
    position: relative;
    margin-top: 40px;
    cursor: pointer;
}

.menu-toggle::before {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    opacity: .2;
    position: absolute;
    top: -10px;
    left: 25px;
}

.menu-toggle span {
    position: relative;
    left: -15px;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 18px;
    line-height: 45px;
    z-index: 10;
}

.menu-toggle em {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #207df0;
    left: 50px;
}

@media (min-width: 991px) {
    .menu-collapse {
        display: block !important;
    }
}

.menu__item {
    display: inline-block;
    position: relative;
}

.menu__item:hover .menu__submenu {
    display: block;
}

@media (max-width: 991px) {
    .menu__item {
        display: block;
        padding: 5px 0;
        border-bottom: 1px solid #fff;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .menu__item a {
        display: block;
        padding: 10px 0;
    }
}

.header_dark {
    background-image: url(../img/fon-2.jpg);
    background-size: cover;
    background-position: center;
    min-height: 540px;
    margin-bottom: -100px;
}

@media (max-width: 991px) {
    .header_dark {
        margin-bottom: -190px;
    }
}

@media (max-width: 769px) {
    .header_dark {
        min-height: auto;
        margin-bottom: -170px;
        padding-bottom: 220px;
    }
}

.header__title {
    margin-top: 10px;
}

.breadcrumb {
    font-weight: 100;
    background: none;
    border: none;
    padding: 30px 5px;
}

.breadcrumb__item {
    display: inline-block;
    margin-right: 10px;
}

.breadcrumb__item span {
    opacity: .5;
}

.breadcrumb__item a {
    margin-right: 15px;
}

/*____________.MENU_____________ */
/*---------------------------------*/
/*_____________.LAYOUT_____________*/
/*---------------------------------*/
.link-1 {
    color: #207df0;
}

.link-1:hover {
    text-decoration: underline;
}

.btn-1 {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    cursor: pointer;
    letter-spacing: 4px;
    padding: 22px 55px;
    background-color: #207df0;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border: none;
}

@media (max-width: 769px) {
    .btn-1 {
        padding: 20px 25px;
        letter-spacing: 2px;
        font-size: 16px;
    }
}

.btn-1:hover {
    color: #fff;
}

.btn_md {
    padding: 15px 50px;
    font-size: 16px;
}

.btn_block {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
}

@media (max-width: 1260px) {
    .btn_md {
        padding: 12px 30px;
        font-size: 15px;
    }
}

.outline {
    position: relative;
}

.outline::before {
    content: "";
    position: absolute;
    display: block;
    border: 1px solid #fff;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
}

.outline:hover::before {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
}

.outline_gray::before {
    border-color: #d9d9d9;
}

@media (max-width: 769px) {
    .outline {
        margin-left: 10px;
        margin-right: 10px;
    }

    .outline.slider-block {
        margin-left: 0px;
    }
}

.blocks-1 {
    background-color: #dedede;
    padding-top: 1px;
    padding-left: 1px;
}

.blocks-1__item {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -10px;
    margin-right: -9px;
    margin-bottom: 1px;
    padding: 40px;
    -webkit-transition: .3s;
    transition: .3s;
    min-height: 170px;
}

.blocks-1__item:hover {
    -webkit-box-shadow: 0 5px 25px 0 #dedede;
    box-shadow: 0 5px 25px 0 #dedede;
    z-index: 10;
    position: relative;
}

@media (max-width: 769px) {
    .blocks-1__item {
        min-height: 100px;
    }
}

@media (max-width: 500px) {
    .blocks-1__item {
        min-height: 100px;
    }
}

.blocks-2 {
    background-color: #dedede;
    padding-top: 1px;
    padding-left: 1px;
}

.blocks-2__outer {
    padding: 9px;
    margin-left: -10px;
    margin-right: -9px;
    margin-bottom: 1px;
    background-color: #fff;
}

.blocks-2__outer:hover .blocks-2__inner {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-color: #fff;
}

.blocks-2__outer.active .blocks-2__inner {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-color: #fff;
}

.blocks-2__inner {
    min-height: 380px;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #dedede;
    overflow: hidden;
    position: relative;
}

.block-1 {
    background-color: #f2f2f2;
    padding: 70px;
    position: relative;
}

.block-1__outer {
    margin-bottom: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.block-1__outer .block-1 {
    border-top: 1px solid #d7d7d7;
}

.block-1__outer .block-1:first-child {
    border: none;
}

.block-1__outer .collapse .block-1 {
    border-top: 1px solid #d7d7d7;
}

.block-1__outer:hover {
    -webkit-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
}

.block-1::after {
    content: "";
    display: block;
    clear: both;
}

.block-1__img {
    height: 285px;
    width: 285px;
    background-color: rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    float: left;
}

.block-1__text {
    margin-left: 350px;
    margin-right: 200px;
}

.block-1__text .t4 {
    line-height: 1;
    margin-top: -5px;
    margin-bottom: 20px;
}

.block-1__text .t4 i {
    display: none;
}

.block-1__text p {
    color: #666666;
}

.block-1__desc {
    color: #666666;
    line-height: 1.8;
}

.block-1__desc-more {
    display: none;
}

.block-1__toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 150px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    color: #999999;
    padding-top: 120px;
    background-color: rgba(0, 0, 0, 0.05);
}

.block-1__toggle[aria-expanded="true"] .toggle-arrow {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

.block-1__toggle[aria-expanded="true"] .toggle-text {
    font-size: 0;
}

.block-1__toggle[aria-expanded="true"] .toggle-text::after {
    content: "Свернуть";
    font-size: 18px;
}

.block-1__toggle:hover {
    background-color: #207df0
}

.block-1__toggle:hover .toggle-text{
    transition:color .3s;
    color: #ffffff;
}

.block-1__toggle .toggle-text {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-bottom: 200px;
}

.block-1__toggle .toggle-arrow {
    -webkit-transition: .3s;
    transition: .3s;
    height: 100px;
    background-image: url("../img/arrow-down.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

@media (max-width: 1260px) {
    .block-1 {
        padding: 30px;
    }

    .block-1__text {
        font-size: 18px;
        margin-left: 240px;
        margin-right: 80px;
    }

    .block-1__text .t4 {
        font-size: 24px;
    }

    .block-1__img {
        width: 220px;
        height: 220px;
    }

    .block-1__toggle {
        width: 80px;
    }
}

@media (max-width: 991px) {
    .block-1 {
        padding-bottom: 25px;
    }

    .block-1__outer {
        margin-bottom: 5px;
    }

    .block-1__text {
        margin-left: 0px;
        margin-right: 0px;
        font-size: 15px;
        line-height: 2.2;
    }

    .block-1__text .t4 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .block-1__text .t4[aria-expanded="false"] + .block-1__desc {
        padding-bottom: 0;
    }

    .block-1__text .t4[aria-expanded="false"] + .block-1__desc .block-1__desc-more {
        display: none;
    }

    .block-1__text .t4[aria-expanded="true"] {
        margin-bottom: 20px;
    }

    .block-1__text .t4[aria-expanded="true"] + .block-1__desc {
        height: auto;
    }

    .block-1__text .t4[aria-expanded="true"] i {
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
        color: #207df0;
    }

    .block-1__text .t4 i {
        display: block;
        float: right;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 43px;
        margin-top: -7px;
        margin-bottom: -12px;
    }

    .block-1__desc {
        height: 0px;
        margin-bottom: 0px;
        overflow: hidden;
    }

    .block-1__img_sm {
        float: left;
        width: 220px;
        height: 220px;
        margin-right: 25px;
        margin-bottom: 20px;
        margin-top: 10px;
        background-size: cover;
        background-position: center;
        background-color: #ddd;
    }

    .block-1__toggle {
        display: none;
    }

    .block-1 .dotted-row {
        margin-left: 230px;
    }
}

@media (max-width: 768px) {
    .block-1 {
        padding: 20px 15px 25px;
    }

    .block-1__text .t4 {
        font-size: 18px;
        margin-top: 5px;
    }

    .block-1__text .t4 i {
        font-size: 30px;
    }

    .block-1 .dotted-row {
        margin-left: 0;
    }

    .block-1__outer {
        margin-left: -5px;
        margin-right: -5px;
    }

    .block-1__img_sm {
        float: none;
        width: auto;
        margin-right: 0;
        height: 150px;
        margin-top: 20px;
    }

    .block-1__desc {
        max-height: 350px;
        overflow: hidden;
        position: relative;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .block-1__desc.open {
        max-height: 1000px;
        padding-bottom: 75px;
    }

    .block-1__desc-more {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        background-color: #f2f2f2;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 100;
        padding: 5px 0;
        border: 3px solid #d9d9d9;
        -webkit-box-shadow: 0 -21px 23px 11px #f2f2f2;
        box-shadow: 0 -21px 23px 11px #f2f2f2;
        cursor: pointer;
        margin: 0;
    }

    .block-1__desc-more.open {
        font-size: 0;
    }

    .block-1__desc-more.open::before {
        content: 'Свернуть';
        font-size: 15px;
    }
}

.dotted-row {
    border-bottom: 2px dotted #cccccc;
    position: relative;
    line-height: 1;
    padding-top: 8px;
    margin-bottom: 12px;
    color: #666666;
}

.dotted-row__left {
    background-color: #f2f2f2;
    position: relative;
    top: 4px;
    padding-right: 10px;
}

.dotted-row__right {
    float: right;
    background-color: #f2f2f2;
    position: relative;
    top: 4px;
    padding-left: 10px;
}

.input-1 {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #d9d9d9;
    line-height: 35px;
    margin-bottom: 30px;
    padding-left: 35px;
    background-position: left center;
    background-repeat: no-repeat;
    outline: none;
}

.input-1:focus {
    border-color: #207df0;
    background-color: rgba(0, 0, 0, 0.05);
}

.input-1:focus + .input-icon {
    color: #207df0 !important;
}

.input_block {
    display: block;
    width: 100%;
}

.input-icon {
    height: 0px;
    width: 40px;
    color: #8c8c8c;
    position: relative;
}

.input-icon .icon {
    padding-top: 5px;
    font-size: 20px;
    padding-left: 5px;
    position: relative;
    top: -71px;
}

.textarea-fix {
    position: absolute;
    left: 35px;
    font-weight: bold;
    top: -63px;
    color: #959595 !important;
}

textarea.input-1 {
    height: 135px;
    line-height: 1.7;
    padding-top: 10px;
    resize: none;
}

@media (max-width: 769px) {
    textarea.input-1 {
        height: 42px;
        -webkit-transition: .5s;
        transition: .5s;
    }

    textarea.input-1.noempty {
        height: 135px;
    }

    textarea.input-1:focus {
        height: 135px;
    }
}

textarea.noempty + .input-icon .textarea-fix {
    display: none;
}

textarea:focus + .input-icon .textarea-fix {
    display: none;
}

.file-label {
    display: block;
    text-align: center;
    color: #959595;
    font-weight: bold;
    padding: 40px 0;
    border: 2px dashed #d9d9d9;
    margin-top: 43px;
    cursor: pointer;
}

.file-label .icon {
    font-size: 22px;
    margin-right: 5px;
    font-weight: normal;
}

.file-label.check {
    border-color: #72a100;
    color: #72a100;
}

.form-1 {
    padding-top: 20px;
}

.form-1__btn {
    height: 0px;
    margin-bottom: -40px;
}

.shadow {
    -webkit-box-shadow: 0 5px 25px 0 #061635;
    box-shadow: 0 5px 25px 0 #061635;
}

.shadow_lite {
    -webkit-box-shadow: 0 5px 25px 0 rgba(6, 22, 53, 0.5);
    box-shadow: 0 5px 25px 0 rgba(6, 22, 53, 0.5);
}

.shadow_very-lite {
    -webkit-box-shadow: 0 5px 25px 0 rgba(51, 51, 51, 0.2);
    box-shadow: 0 5px 25px 0 rgba(51, 51, 51, 0.2);
}

.c_forma {
    padding-bottom: 145px;
}

.c_forma .blocks-2__inner {
    padding: 40px 30px 60px;
    overflow: visible;
}

.c_forma .col-md-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.c_forma .col-md-12 {
    padding-left: 30px;
    padding-right: 30px;
}

.c_forma .col-md-12 span {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 16px;
}

@media (max-width: 991px) {
    .c_forma .file-label {
        margin-bottom: 50px;
    }

    .c_forma .radio-switcher {
        text-align: center;
        margin-top: 30px;
    }
}

@media (max-width: 769px) {
    .c_forma {
        padding-bottom: 100px;
        font-size: 12px;
    }

    .c_forma .blocks-2__inner {
        padding: 0px;
    }

    .c_forma .file-label {
        margin-bottom: 50px;
    }

    .c_forma .radio-switcher label {
        font-size: 12px;
    }

    .c_forma .form-1__btn .outline {
        margin: 0;
    }

    .c_forma .radio-switcher {
        margin-left: -10px;
        margin-right: -10px;
    }

    .c_forma .radio-switcher .switcher {
        margin: 0 10px;
        height: 20px;
        width: 50px;
    }

    .c_forma .radio-switcher .switcher[data-value="2"] .switcher__btn {
        left: 27px;
    }

    .c_forma .radio-switcher .switcher .switcher__btn {
        width: 25px;
        height: 25px;
    }
}

.radio-switcher {
    margin-top: 5px;
}

.radio-switcher input:checked + label {
    color: #72a100;
}

.radio-switcher label {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    color: #999999;
    position: relative;
    top: -8px;
    cursor: pointer;
}

.radio-switcher .switcher {
    display: inline-block;
    width: 80px;
    height: 30px;
    border: 2px solid #d9d9d9;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    margin: 0 15px;
    position: relative;
    cursor: pointer;
}

.radio-switcher .switcher__btn {
    width: 35px;
    height: 35px;
    background-color: #fff;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.24);
    position: absolute;
    top: -4px;
    left: -4px;
    -webkit-transition: .3s;
    transition: .3s;
}

.radio-switcher .switcher[data-value="2"] .switcher__btn {
    left: 45px;
}

.inner-slider {
    height: 100%;
    width: 100%;
}

.inner-slider__slide {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inner-slider .owl-dots {
    display: none;
}

.slider-type2 {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.slider-type2 .owl-carousel {
    height: 100%;
}

.slider-type2 .slide {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slider-type2__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.slider-type2__btn div {
    float: left;
}

.mainpage .p-block__title {
    padding-top: 90px;
    margin-bottom: 90px;
}

@media (max-width: 991px) {
    .mainpage .p-block__title {
        padding-top: 80px;
        margin-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .mainpage .p-block__title {
        padding-top: 40px;
        margin-bottom: 40px;
    }
}

.mainpage .p-block_p-b {
    padding-bottom: 100px;
}

.first-screen {
    background-color: #061635;
    color: #fff;
    min-height: 100vh;
    text-align: center;
    background-image: url("../img/dark-back.png");
    background-size: cover;
    background-position: center top;
}

.big-slider.first-screen__slider {
    height: -webkit-calc(100vh - 200px);
    height: calc(100vh - 200px);
    position: relative;
}

.big-slider__item {
    height: 100%;
    position: relative;
}

.big-slider__title {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 769px) {
    .big-slider__title {
        font-size: 30px;
    }
}

.big-slider__subtitle {
    font-size: 33px;
}

@media (max-width: 769px) {
    .big-slider__subtitle {
        font-size: 20px;
    }
}

.big-slider__dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.big-slider .owl-item {
    height: 100%;
}

.big-slider .owl-stage-outer {
    height: 100%;
}

.big-slider .owl-stage {
    height: 100%;
}

.big-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.big-slider .owl-dot {
    display: inline-block;
    margin: 0 6px;
    padding: 10px 0;
}

.big-slider .owl-dot span {
    display: block;
    width: 30px;
    height: 5px;
    background-color: #fff;
    cursor: pointer;
}

.big-slider .owl-dot.active span {
    background-color: #207df0;
}

.big-slider__content {
    position: relative;
    height: 100%;
    margin: auto;
}

@media (max-width: 991px) {
    .big-slider__content {
        padding-top: 0px;
    }
}

.big-slider__btn {
    padding: 20px 0;
}

@media (max-width: 991px) {
    .big-slider__btn .btn-1 {
        padding: 15px 30px;
        font-size: 14px;
    }
}

.slider-dots {
    text-align: center;
    letter-spacing: 5px;
}

.slider-dots .dot {
    display: inline-block;
    width: 30px;
    height: 5px;
    background-color: #fff;
    cursor: pointer;
}

.slider-dots .dot.active {
    background-color: #207df0;
}

.slider-dots .dot:hover {
    background-color: #80b5f6;
}

.owl-dots {
    text-align: left;
    letter-spacing: 20px;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
}

.owl-dots .owl-dot span {
    display: inline-block;
    width: 30px;
    height: 5px;
    background-color: #fff;
    cursor: pointer;
}

.owl-dots .owl-dot.active span {
    background-color: #207df0;
}

.owl-dots .owl-dot:hover span {
    background-color: #80b5f6;
}

.swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.swiper-container {
    height: 100%;
    z-index: 0;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 30px;
    height: 5px;
    background-color: #fff;
    cursor: pointer;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background-color: #207df0;
}

.swiper-pagination-bullet:hover {
    background-color: #80b5f6 !important;
}

.slider-dots_gray .dot {
    background-color: #d9d9d9;
}

.c_about {
    background-image: url("../img/fon-2-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.c_about__video {
    height: 340px;
    width: 100%;
}

@media (max-width: 769px) {
    .c_about__video {
        height: 380px;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }
}

@media (max-width: 500px) {
    .c_about__video {
        height: 200px;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }
}

.c_about__video-preview {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: url("../img/video.png");
    background-size: cover;
    background-position: center;
}

.c_about__video-preview > div {
    margin: auto;
}

.c_about__video-preview .video-btn {
    border-top: 12px solid transparent;
    border-right: 21px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 21px solid #fff;
    position: relative;
    left: 20px;
}

.circle {
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: -42px;
    border: 1px solid #fff;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}

.circle:hover .circle-dot-block {
    -webkit-animation-name: circle;
    animation-name: circle;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.circle-dot-block {
    width: 60px;
    height: 60px;
    position: relative;
}

.circle-dot {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    -webkit-border-radius: 999px;
    border-radius: 999px;
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    100% {
        -webkit-transform: rotate(370deg);
        transform: rotate(370deg);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    100% {
        -webkit-transform: rotate(370deg);
        transform: rotate(370deg);
    }
}

#video {
    position: relative;
}

.slider-block .slider__buttons {
    z-index: 100;
}

.second-slider {
    height: 483px;
}

.second-slider p {
    height: 310px;
}

.second-slider .t4 {
    line-height: .9;
}

@media (max-width: 991px) {
    .second-slider .t4 {
        line-height: 1.3;
    }
}

.second-slider .swiper-slide > div {
    padding-left: 10px;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .second-slider .swiper-slide > div {
        padding-left: 0;
    }
}

.second-slider .swiper-pagination {
    text-align: left;
    bottom: -3px;
}

.second-slider .swiper-pagination-bullet {
    background-color: gray;
}

.second-slider .swiper-pagination-bullet:hover {
    background-color: #5099f3 !important;
}

.second-slider .swiper-pagination-bullet-active {
    background-color: #207df0;
}

@media (max-width: 1260px) and (min-width: 991px) {
    .second-slider p {
        height: 280px;
        overflow-y: auto;
    }

    .second-slider .btn-1 {
        float: right;
        margin-right: 20px;
    }
}

.slider-block {
    height: 450px;
    width: 450px;
    max-width: 100%;
    position: relative;
}

.slider-block .slider__items {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 5px 25px 0 #061635;
    box-shadow: 0 5px 25px 0 #061635;
    z-index: 15;
    position: relative;
}

.slider-block .slider__items .owl-dots {
    position: absolute;
    bottom: -30px;
}

.slider-block .slider__item {
    height: 100%;
    width: 100%;
    float: left;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.2);
}

.slider-block .slider__dots {
    position: absolute;
    bottom: -30px;
    left: 0;
}

.slider-block .slider__buttons {
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: -55px;
    right: -55px;
}

.slider-block .slider__buttons .slider-next {
    position: absolute;
    top: 0;
    right: 0;
}

.slider-block .slider__buttons .slider-prev {
    position: absolute;
    bottom: 0;
    left: 0;
}

.slider-block .slider__buttons i {
    line-height: 55px;
}

.owl-carousel .owl-item,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-outer {
    height: 100%;
}

.slider-btn {
    width: 55px;
    height: 55px;
    text-align: center;
    background-color: #207df0;
    line-height: 55px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
}

.slider-btn:hover {
    background-color: #0c59b7;
}

.c_sizes {
    clear: both;
    text-align: center;
    margin-top: 80px;
    position: relative;
}

.c_sizes-next {
    position: absolute;
    right: 0px;
    top: -20px;
    color: #207df0;
    font-size: 50px;
    background-color: #fff;
    z-index: 10;
    cursor: pointer;
    width: 50px;
    height: 100px;
    -webkit-box-shadow: 0px 0px 200px 90px #fff;
    box-shadow: 0px 0px 200px 90px #fff;
}

.c_sizes-prev {
    position: absolute;
    left: 0px;
    top: -20px;
    color: #207df0;
    font-size: 50px;
    background-color: #fff;
    z-index: 10;
    cursor: pointer;
    width: 50px;
    height: 100px;
    -webkit-box-shadow: 0px 0px 200px 90px #fff;
    box-shadow: 0px 0px 200px 90px #fff;
}

.c_sizes__item {
    float: left;
    width: 20%;
    line-height: 30px;
}

.footer {
    padding-top: 38px;
    background-color: #072a73;
}

.footer__link {
    margin-bottom: 15px;
    display: block;
    font-size: 15px;
}

.footer .btn-1 {
    margin-top: 80px;
}

.footer .t5 {
    margin-bottom: 6px;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 58px;
}

@media (max-width: 769px) {
    .footer .t5 {
        margin: 0;
        padding: 15px 0;
        padding-right: 30px;
        font-size: 25px;
        line-height: 1.4;
        position: relative;
    }

    .footer .t5 i {
        font-size: 30px;
        position: absolute;
        top: 15px;
        right: 0px;
        color: #207df0;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .footer .t5[aria-expanded="true"] i {
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }
}

.footer__bottom {
    text-align: justify;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.c_services__slider {
    -webkit-box-shadow: 0 6px 20px 0 rgba(5, 21, 40, 0.5) !important;
    box-shadow: 0 6px 20px 0 rgba(5, 21, 40, 0.5) !important;
}

.our-plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 160px;
    position: relative;
}

.our-plus::after {
    content: "";
    display: block;
    clear: both;
}

.our-plus__icon {
    height: 80px;
    width: 80px;
    margin-right: 20px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.our-plus__text {
    margin: auto;
    margin-left: 110px;
}

@media (max-width: 991px) {
    .our-plus {
        min-height: 120px;
        padding: 30px;
    }
}

@media (max-width: 500px) {
    .our-plus {
        padding: 20px;
        min-height: 120px;
    }

    .our-plus__text {
        font-weight: bold;
        font-size: 14px;
    }
}

.c_about__gallery-block {
    position: relative;
}

@media (min-width: 992px) and (max-width: 1260px) {
    .c_about__gallery-block {
        margin-top: 50px;
    }

    .c_about__gallery-block .col-sm-6 .br-5 {
        display: none;
    }
}

@media (max-width: 768px) {
    .c_about__gallery-block {
        padding: 0 10px;
    }
}

.c_about__gallery-block::before {
    content: "";
    display: block;
    height: 430px;
    width: 430px;
    border: 10px solid #fff;
    opacity: .2;
    position: absolute;
    left: 360px;
    top: 120px;
}

@media (max-width: 991px) {
    .c_about__gallery-block::before {
        left: auto;
        right: 50px;
        top: 140px;
    }
}

@media (max-width: 769px) {
    .c_about__gallery-block::before {
        left: 50px;
        right: 50px;
        top: 173px;
        width: auto;
    }
}

@media (max-width: 991px) {
    .c_about__gallery-block .slider-block {
        height: 320px;
    }

    .c_about__gallery-block .slider__buttons {
        bottom: -95px;
        right: auto;
        left: -8px;
    }

    .c_about__gallery-block .slider__buttons .slider-next {
        top: 55px;
        left: 65px;
    }
}

@media (max-width: 769px) {
    .c_about__gallery-block .slider__buttons {
        bottom: -90px;
        left: auto;
        right: 10px;
    }
}

@media (max-width: 991px) {
    .c_services .slider-block {
        height: 320px;
        z-index: 10;
    }

    .c_services .second-slider {
        margin-top: -320px;
        padding-top: 120px;
        height: 550px;
    }

    .c_services .second-slider .swiper-pagination {
        position: absolute;
        right: 30px;
        top: 10px;
        width: auto;
        bottom: auto;
        left: auto;
    }

    .c_services .slider__buttons {
        bottom: auto;
        top: 0;
        right: -160px;
    }

    .c_services .slider__buttons .slider-next {
        left: 65px;
    }

    .c_services .slider__buttons .slider-prev {
        top: 0;
    }
}

@media (max-width: 991px) {
    .c_services__slider-top {
        height: 200px;
        position: relative;
    }

    .c_services__slider-top .btn-1 {
        position: absolute;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .c_services__slider-top {
        height: 270px;
    }
}

@media (max-width: 769px) {
    .slider-xs-outer {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (max-width: 767px) {
    .c_services .swiper-container {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .c_services .slider-block {
        width: 100%;
        height: auto;
    }

    .c_services .swiper-slide {
        background: none !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .c_services .first-slider__img {
        height: 160px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .c_services .slider__buttons {
        left: 20px;
        right: 20px;
        width: auto;
        z-index: 10;
        top: 0px;
    }

    .c_services .slider-next {
        right: 0px !important;
        left: auto !important;
    }

    .c_services .t4 {
        height: 100px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

.c_sizes .swiper-slide {
    display: block;
}

.c_sizes__icon {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 991px) {
    .c_sizes {
        font-size: 14px;
        margin-left: -100px;
        margin-right: -100px;
        margin-top: 0px;
    }

    .c_sizes .swiper-slide {
        padding: 0 !important;
    }

    .c_sizes .c_sizes-next {
        right: 90px;
        top: 0;
        bottom: 0;
        text-align: right;
        -webkit-box-shadow: 0px 0px 50px 20px #fff;
        box-shadow: 0px 0px 50px 20px #fff;
        background-color: rgba(255, 255, 255, 0.8);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .c_sizes .c_sizes-next i {
        margin: auto;
    }

    .c_sizes .c_sizes-prev {
        left: 90px;
        top: 0;
        bottom: 0;
        text-align: left;
        -webkit-box-shadow: 0px 0px 50px 20px #fff;
        box-shadow: 0px 0px 50px 20px #fff;
        background-color: rgba(255, 255, 255, 0.7);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .c_sizes .c_sizes-prev i {
        margin: auto;
    }
}

/*===== PARTNERS =====*/
.partners__item {
    background-origin: content-box;
    padding: 20px;
    background-size: contain;
}

.wedo__label {
    padding: 10px 30px;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    background-color: #fafafa;
    margin: 0;
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.wedo__label_xs {
    text-transform: uppercase;
    padding: 16px 0px;
    font-size: 30px;
    background-color: #ebebeb;
    margin-top: 5px;
}

.wedo__label_xs + div {
    background-color: #ebebeb;
}

.wedo__label_xs[aria-expanded="true"] i {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

.wedo__label_xs i {
    font-size: 40px;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 769px) {
    .wedo__label_xs {
        font-size: 17px;
    }

    .wedo__label_xs i {
        font-size: 30px;
        color: #207df0;
    }
}

.wedo__label.active {
    background-color: #207df0;
    color: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
    border-color: #207df0;
    position: relative;
}

.wedo__label:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.wedo__label:hover {
    z-index: 10;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.c_wedo p {
    color: #707070;
}

@media (min-width: 1260px) {
    .c_wedo__right {
        padding-left: 70px;
    }
}

.wedo-sm .collapse {
    background-color: #ebebeb;
}

.wedo-sm .collapse .container {
    padding-bottom: 60px;
}

.wedo-sm .owl-nav .owl-prev, .wedo-sm .owl-nav .owl-next {
    background-color: #ebebeb;
    -webkit-box-shadow: 0 0 50px 50px #ebebeb;
    box-shadow: 0 0 50px 50px #ebebeb;
}

input[name="wedo"] + label {
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    margin: 0;
    position: absolute;
}

input[name="wedo"]:checked + label {
    opacity: 1;
    pointer-events: all;
    height: auto;
    margin-bottom: 5px;
    position: static;
}

.c_serv-first {
    padding-bottom: 110px;
}

.c_serv-first .slider-block {
    margin-left: -10px;
}

.c_serv-first .slider-block .slider__items {
    -webkit-box-shadow: 0 5px 25px 0 rgba(6, 22, 53, 0.5);
    box-shadow: 0 5px 25px 0 rgba(6, 22, 53, 0.5);
}

.c_serv-first .slider-block .slider__items .swiper-wrapper {
    height: 100%;
}

.c_serv-first .slider-block .slider__items .swiper-slide {
    height: 100%;
}

@media (max-width: 991px) {
    .c_serv-first {
        padding-bottom: 50px;
    }

    .c_serv-first .slider-block {
        margin-left: 0;
        max-width: auto;
        width: auto;
        height: 280px;
    }

    .c_serv-first .bgWhite {
        background-color: transparent;
    }

    .c_serv-first .slider__buttons {
        z-index: 100;
        right: 0;
    }

    .c_serv-first .slider__buttons .slider-prev {
        bottom: auto;
        top: 0;
    }
}

@media (max-width: 768px) {
    .c_serv-first .slider-block {
        height: 200px;
    }
}

.c_algoritm__title {
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #000;
}

.c_algoritm__icon {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 50px;
}

.c_algoritm p {
    margin-bottom: -30px;
    color: #6f6f6f;
    line-height: 30px;
}

.c_algoritm .blocks-2__outer .blocks-2__inner {
    padding-top: 160px;
}

.c_algoritm .blocks-2__outer .ugol {
    position: absolute;
    height: 260px;
    width: 260px;
    top: -145px;
    right: -145px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #061635;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.c_algoritm .blocks-2__outer .arrow {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 25px;
    color: #333;
    -webkit-transition: .3s;
    transition: .3s;
}

.c_algoritm .blocks-2__outer .check {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 25px;
    color: #333;
    -webkit-transition: .3s;
    transition: .3s;
}

.c_algoritm .blocks-2__outer:hover .ugol {
    opacity: 1;
}

.c_algoritm .blocks-2__outer:hover .arrow {
    color: #fff;
}

.c_algoritm .blocks-2__outer:hover .check {
    color: #fff;
}

@media (max-width: 991px) {
    .c_algoritm .blocks-2 {
        width: 400px;
        float: left;
    }

    .c_algoritm__numbers {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }

    .c_algoritm__numbers div {
        height: 400px;
        font-size: 200px;
        line-height: 2.0;
        color: #cccccc;
    }

    .c_algoritm .arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media (max-width: 769px) {
    .c_algoritm__title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .c_algoritm__icon {
        left: 20px;
    }

    .c_algoritm p {
        font-size: 15px;
        line-height: 1.3;
        margin-bottom: 0px;
    }

    .c_algoritm .blocks-2 {
        width: auto;
        float: none;
    }

    .c_algoritm .blocks-2__inner {
        padding: 20px;
        padding-top: 130px !important;
        min-height: 100px;
    }
}

.c_dogovor .blocks-2__outer .blocks-2__inner {
    padding: 0;
    min-height: 100px;
}

.c_dogovor .blocks-2__outer::after {
    content: "";
    display: block;
    clear: both;
}

.c_dogovor__left {
    width: 200px;
    height: 260px;
    position: relative;
    background-position: center center;
    background-size: cover;
    float: left;
}

.c_dogovor__left-icon {
    height: 100%;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 60px;
    padding-top: 80px;
}

.c_dogovor__left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(6, 22, 53, 0.9);
}

.c_dogovor__right {
    padding: 30px 45px 30px 245px;
}

.c_dogovor__title {
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #000;
}

.c_dogovor p {
    margin-bottom: -30px;
    color: #6f6f6f;
    line-height: 30px;
}

.c_sizes-serv {
    overflow: hidden;
    margin-top: 30px;
}

.c_sizes-serv .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    font-size: 50px;
    color: #207df0;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0 0 50px 50px #f2f2f2;
    box-shadow: 0 0 50px 50px #f2f2f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    overflow: hidden;
}

.c_sizes-serv .owl-prev i {
    margin: auto;
}

.c_sizes-serv .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    font-size: 50px;
    color: #207df0;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0 0 50px 50px #f2f2f2;
    box-shadow: 0 0 50px 50px #f2f2f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.c_sizes-serv .owl-next i {
    margin: auto;
}

.c_service-list .blocks-2__inner {
    position: relative;
    padding: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.c_service-list .blocks-2__inner:hover {
    -webkit-box-shadow: 0 5px 25px 0 rgba(6, 22, 53, 0.5);
    box-shadow: 0 5px 25px 0 rgba(6, 22, 53, 0.5);
    border-color: #061635;
}

.c_service-list .blocks-2__inner:hover .c_service-list__item-back {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.c_service-list__item-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s;
    transition: .3s;
}

.c_service-list__item-after-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #072a73;
    opacity: .8;
    display: block;
}

.c_service-list__item-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    color: #fff;
}

.c_service-list__item-text p {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 10px;
}

.c_service-list__item-text a {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.5px;
}

.c_service-list__item-text a .icon {
    margin-left: 20px;
    font-size: 12px;
}

@media (max-width: 991px) {
    .c_service-list .blocks-2__inner {
        height: 300px;
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .c_service-list .blocks-2__inner {
        height: 250px;
    }

    .c_service-list__item-text {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .c_service-list__item-text p {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .c_service-list .blocks-2__inner {
        height: 200px;
    }
}

.gallery {
    position: relative;
    min-height: 200px;
    margin-bottom: 100px;
}

.gallery__item {
    position: absolute;
    opacity: 0;
    -webkit-transition: .8s;
    transition: .8s;
    display: block;
}

.gallery__item:hover .gallery__hover {
    opacity: 1;
}

.gallery__item img {
    width: 100%;
}

.gallery__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(6, 22, 53, 0.85);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.gallery__hover-inner {
    margin: auto;
    color: #fff;
    text-align: center;
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s;
}

.ad {
    margin-bottom: 10px;
    background-color: #ebebeb;
    padding: 50px 70px;
}

.ad__headline {
    position: relative;
    margin-bottom: 20px;
}

.ad__title {
    text-transform: uppercase;
    font-size: 30px;
    display: inline-block;
    margin-right: 100px;
}

.ad__status {
    position: absolute;
    right: 0px;
    top: 60px;
    display: inline-block;
    text-align: center;
    background-color: #cccccc;
    padding: 15px 29px;
    text-transform: uppercase;
    font-weight: 700;
    color: gray;
}

.ad__status_active {
    background-color: #207df0;
    color: #fff;
}

.ad__date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    color: gray;
}

.ad__text {
    margin-right: 200px;
    line-height: 2;
    color: #666666;
}

@media (max-width: 1260px) {
    .ad {
        padding: 30px 40px;
    }
}

@media (max-width: 991px) {
    .ad {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ad__status {
        top: 0px;
        right: 170px;
        padding: 10px 13px;
        font-size: 15px;
    }

    .ad__title {
        margin-right: 280px;
        font-size: 22px;
    }

    .ad__text {
        margin-right: 0px;
    }
}

@media (max-width: 768px) {
    .ad {
        padding: 25px 15px;
    }

    .ad__title {
        font-size: 18px;
        margin-right: 95px;
    }

    .ad__date {
        font-size: 18px;
    }

    .ad__status {
        right: 0px;
        top: 35px;
        font-size: 14px;
    }

    .ad__headline {
        min-height: 80px;
    }

    .ad__text {
        line-height: 1.5;
    }
}

.question {
    background-color: #ebebeb;
    padding: 30px 50px;
    margin-bottom: 10px;
}

.question__title {
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

.question__title i {
    float: right;
    font-size: 55px;
    line-height: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #207df0;
}

.question__title[aria-expanded="true"] i {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

.question__text::before {
    content: "";
    display: block;
    height: 20px;
}

@media (max-width: 991px) {
    .question {
        padding: 20px 30px;
    }

    .question__title i {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .question {
        padding: 10px;
    }

    .question__title {
        font-size: 18px;
    }
}

.news-in-list {
    background-color: #f2f2f2;
    position: relative;
    padding: 40px 50px;
    margin-bottom: 10px;
}

.news-in-list__headline {
    font-size: 30px;
    position: relative;
    margin-left: 350px;
    margin-bottom: 10px;
}

.news-in-list__title {
    clear: both;
    text-transform: uppercase;
    float: left;
    margin-right: 150px;
}

.news-in-list__date {
    position: absolute;
    top: 0px;
    right: 0px;
    color: gray;
}

.news-in-list__content {
    margin-left: 350px;
}

.news-in-list__text {
    line-height: 1.6;
}

.news-in-list__btn {
    margin-top: 20px;
}

.news-in-list__img {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 50px;
    background-color: gray;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 310px;
}

@media (max-width: 1260px) {
    .news-in-list__headline {
        margin-left: 0;
    }

    .news-in-list__content {
        position: relative;
        margin-left: 0;
        padding-left: 230px;
    }

    .news-in-list__img {
        top: 10px;
        bottom: 0px;
        left: 0;
        width: 200px;
    }
}

@media (max-width: 991px) {
    .news-in-list {
        padding: 30px;
    }

    .news-in-list__title {
        font-size: 24px;
    }

    .news-in-list__date {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .news-in-list {
        padding: 20px 10px;
    }

    .news-in-list__title {
        float: none;
        margin-right: 0;
    }

    .news-in-list__date {
        position: static;
        margin-top: 10px;
        font-size: 20px;
    }

    .news-in-list__content {
        padding-left: 0;
        padding-top: 220px;
    }

    .news-in-list__img {
        width: auto;
        right: 0;
        height: 180px;
    }

    .news-in-list__btn {
        display: block;
        margin-top: 20px;
    }
}

.news-detail {
    background-color: #e6e6e6;
    padding: 50px 70px;
}

.news-detail__headline {
    position: relative;
    font-size: 32px;
    margin-bottom: 20px;
    margin-right: -20px;
}

.news-detail__title {
    margin-right: 200px;
}

.news-detail__date {
    position: absolute;
    top: 0;
    right: 0;
    color: gray;
    font-weight: 100;
}

.news-detail__prev-img {
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #80b5f6;
    margin-right: -5px;
}

.news-detail__photoblock {
    margin-right: -80px;
    margin-bottom: 20px;
}

.news-detail__slider {
    margin-left: -5px;
}

@media (max-width: 1260px) {
    .news-detail {
        padding: 30px 40px;
    }

    .news-detail__photoblock {
        margin-right: -40px;
    }

    .news-detail__slider {
        margin-right: -10px;
    }
}

@media (max-width: 991px) {
    .news-detail {
        padding: 30px 20px;
    }

    .news-detail__photoblock {
        margin-left: -30px;
        margin-right: -20px;
    }

    .news-detail__prev-img {
        height: 200px;
    }

    .news-detail .slider-type2 {
        height: 200px;
    }

    .news-detail__headline {
        margin-top: 10px;
        margin-bottom: 40px;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .news-detail {
        padding: 30px 20px;
    }

    .news-detail__slider {
        margin-left: -20px;
    }

    .news-detail__photoblock {
        margin-left: -10px;
        margin-right: -20px;
    }

    .news-detail__headline {
        font-size: 22px;
        margin-top: -10px;
        margin-bottom: 15px;
    }

    .news-detail__title {
        margin-right: 0;
    }

    .news-detail__date {
        position: static;
        font-size: 20px;
    }
}

.side-news-list {
    background-color: #fff;
    margin-left: -20px;
    margin-right: -10px;
    padding: 10px;
}

@media (max-width: 991px) {
    .side-news-list {
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
    }

    .side-news-list .owl-dots {
        display: none;
    }

    .side-news-list .owl-prev, .side-news-list .owl-next {
        position: absolute;
        top: 0;
        bottom: 0;
        font-size: 50px;
        color: #207df0;
        padding-top: 110px;
        width: 50px;
    }

    .side-news-list .owl-prev {
        left: 0;
        text-align: left;
    }

    .side-news-list .owl-next {
        right: 0;
        text-align: right;
    }
}

@media (max-width: 768px) {
    .side-news-list {
        margin-top: 10px;
    }
}

.side-news {
    padding: 30px 20px;
    margin-bottom: 10px;
}

.side-news__title {
    font-size: 20px;
    font-weight: bold;
}

.side-news__date {
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #cccccc;
    position: relative;
    color: #b3b3b3;
    font-weight: 100;
}

.side-news__date span {
    position: absolute;
    right: 0;
    top: -14px;
    background-color: #fff;
    padding-left: 20px;
}

.side-news__text a {
    float: right;
    color: #207df0;
}

.side-news__text a:hover {
    text-decoration: underline;
}

.contacts-and-map__contacts {
    z-index: 10;
    position: relative;
}

.contacts-and-map__map iframe {
    background-image: url(../img/map.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contacts-and-map__map {
    margin-left: -20px;
}

@media (max-width: 768px) {
    .contacts-and-map__map {
        margin-left: 0;
    }
}

.contacts {
    background-color: whitesmoke;
    padding: 30px 50px 50px;
}

.contacts__title {
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 20px;
}

.contacts__text-row {
    color: gray;
    margin: 8px 0;
}

@media (max-width: 991px) {
    .contacts {
        padding: 1px 30px 30px;
    }

    .contacts__title {
        font-size: 30px;
    }

    .contacts__text-row {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .contacts {
        padding: 1px 20px 20px;
    }

    .contacts__title {
        font-size: 18px;
    }

    .contacts__text-row {
        font-size: 14px;
    }
}

.map__bottom-text {
    padding: 20px 30px;
    color: gray;
}

.map__bottom-text b {
    color: #333;
    font-weight: normal;
}

@media (max-width: 991px) {
    .map__map iframe {
        height: 380px !important;
    }

    .map__bottom-text {
        padding: 10px 20px;
    }
}

.staff-list {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 100px;
}

.staff-list__item {
    margin-left: -10px;
    margin-right: -10px;
}

@media (max-width: 991px) {
    .staff-list {
        margin-left: -40px;
        margin-right: -40px;
    }

    .staff-list__item {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .staff-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .staff-list__item {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.staff-item::after {
    content: "";
    display: block;
    clear: both;
}

.staff-item__title {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.staff-item__img {
    height: 270px;
    margin: 10px;
    position: relative;
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.staff-item__img::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: -12px;
    left: -12px;
    bottom: -12px;
    right: -12px;
    border: 1px solid #e6e6e6;
}

.staff-item__name {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0px;
    margin: 25px 0 10px;
    max-width: 80%;
}

.staff-item__status {
    color: gray;
    max-width: 80%;
}

@media (max-width: 768px) {
    .staff-item {
        margin-bottom: 50px;
    }

    .staff-item__title {
        text-align: left;
        clear: both;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .staff-item__img {
        float: left;
        width: 80px;
        height: 80px;
    }

    .staff-item__name {
        margin-left: 120px;
        font-size: 16px;
        margin-top: -5px;
        max-width: 100%;
    }

    .staff-item__status {
        margin-left: 120px;
        max-width: 100%;
    }
}

.resp-menu {
    position: relative;
    color: #fff;
}

@media (max-width: 991px) {

    .resp-menu__item {
        display: block;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid #000;
        position: relative;
    }

    .resp-menu__item:first-child {
        border-top: 1px solid #000;
    }

    .resp-menu__item a {
        display: block;
        padding: 15px;
    }

    .resp-menu__item span {
        display: block;
        padding: 15px;
    }
    .resp-menu__item.open > a {
        color: #4f84eb;
    }

    .resp-menu__submenu-toggle {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        cursor: pointer;
    }

    .resp-menu__submenu .resp-menu__item {
        border: none;
        background-color: rgba(0, 0, 0, .2);
    }
}

@media (min-width: 1260px) {
    .header__resp-menu {
        margin-left: -140px;
        text-align: right;
    }
}

@media (min-width: 991px) {
    .resp-menu {
        padding: 10px 0;
    }

    .resp-menu__item {
        display: inline-block;
        margin: 0 10px;
        position: relative;
    }

    .resp-menu__item:first-child {
        margin-left: 0;
    }

    .resp-menu__item:last-child {
        margin-right: 0;
    }

    .resp-menu__item a {
        display: block;
        padding: 5px 0;
        white-space: nowrap;
    }

    .resp-menu__item span {
        display: block;
        padding: 5px 0;
        white-space: nowrap;
    }

    .resp-menu__submenu-toggle {
    }

    .resp-menu__item:hover .resp-menu__submenu {
        display: block;
        background-color: #15306b;
        opacity: 0.8;
        top: 30px;
        left: -10px;
        z-index: 100;
    }

    .resp-menu__submenu .resp-menu__item {
        display: block;
        margin: 5px 0;
    }

    .resp-menu__submenu {
        position: absolute;
        padding: 10px 10px 5px;
        text-align: left;
    }
}

.overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
}

.overflow{
    overflow: hidden;
}

.forma-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100001;
    padding-bottom: 0;
}

.forma-modal .p-block__title {
    color: #fff;
    padding-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.t4_tool{
    font-size: 28px;
}

@media (max-width: 1260px){
    .block-1__text .t4_tool{
        font-size: 19px;
    }
    .slider-block_small{
        margin-right: 10px;
    }
}

@media (max-width: 991px){
    .block-1__text .t4_tool{
        font-size: 22px;
    }   
    .c_serv-first .slider-block{
        margin-right: 10px;
    }
}

@media (max-width: 768px){
    .block-1__text .t4_tool {
        font-size: 16px;
    }
    .block-1__img{
        display: block;
    }
    .block-1__img{
        width: 100%;
        height: 100%;
    }
    .slider-block_small{
        width: 100% !important;
        height: 150px !important;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .c_serv-first .slider-block{
        margin-top: 15px;
        margin-bottom: 0;
        margin-right: 15px;
        width: 290px;
    }
    .inner-sliders_desc{
        padding: 0;
        padding-top: 10px;
    }
}