@charset "UTF-8";

.header {
    background: url(../img/bg-main.jpg);
    background-size: cover;
    padding: 20px 0 60px 0;
    margin-bottom: 30px;
    display: block;
}

.header hr {
    background-color: white;
}

.header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    flex-basis: 25%;
}

.header__adress {
    flex-basis: 25%;
    display: flex;
    align-items: center;
}

.header__adress span {
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    margin-left: 15px;
}

.header__mail {
    flex-basis: 25%;
}

.header__mail a {
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    margin-left: 15px;
}

.header__phoner {
    flex-basis: 25%;
}

.header__ic {
    fill: red;
    width: 13px;
    height: 15px;
    flex-shrink: 0;
}

.header__phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header__number {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
}

.header__recall {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.header__bottom {
    display: flex;
    justify-content: space-between;
}

.header__h1 {
    margin-top: 100px;
    max-width: 864px;
}

.header__h1 h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 54px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.105em;
    margin-bottom: 20px;
}

.header__h1 p {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
}

.header__btn {
    padding: 25px 30px;
}

.header__btn-wrp {
    display: flex;
    align-items: center;
    margin: 40px 0;
}

.header__btn-info {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    margin-left: 30px;
    max-width: 438px;
}

.header__tizers {
    margin-top: 70px;
}

.header__tizers-wrp {
    display: flex;
}

.header__tizer {
    padding: 10px;
    display: flex;
    justify-content: center;
    background: #fff;
    flex-direction: column;
    height: 160px;
    width: 160px;
    align-items: center;
    margin-right: 1px;
}

.header__tizer img {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
}

.header__tizer span {
    color: #0B1F33;
    font-size: 18px;
    margin-top: 30px;
}

@media only screen and (max-width: 992px) {
    .header__logo {
        flex-basis: 20%;
    }

    .header__adress {
        flex-basis: 30%;
    }

    .header__adress span {
        font-size: 14px;
        margin-left: 5px;
    }

    .header__mail {
        flex-basis: 25%;
    }

    .header__mail a {
        font-size: 14px;
        margin-left: 5px;
    }

    .header__number {
        font-size: 18px;
    }

    .header__recall {
        font-size: 14px;
    }
}

@media only screen and (max-width: 803px) {
    .header__btn-wrp {
        flex-wrap: wrap;
    }

    .header__btn-info {
        margin-top: 20px;
        margin-left: 0;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 723px) {
    .header__logo {
        flex-basis: 80%;
        margin-right: 15px;
    }

    .header__adress,
    .header__mail,
    .header__phone {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .header {
        margin-bottom: 20px;
    }

    .header__h1 {
        margin-top: 60px;
    }

    .header__h1 h1 {
        font-size: 34px;
    }

    .header__h1 p {
        font-size: 18px;
    }

    .header__tizers {
        margin-top: 30px;
    }

    .header__tizers-wrp {
        flex-wrap: wrap;
    }

    .header__tizer {
        flex-basis: 49%;
        height: 100px;
        width: 100%;
        margin-right: 1px;
        margin-bottom: 1px;
    }

    .header__tizer img {
        width: 54px;
        height: 54px;
        flex-shrink: 0;
    }

    .header__tizer span {
        font-size: 14px;
        margin-top: 10px;
    }

    .header__btn-info {
        font-size: 14px;
        line-height: 1.5;
    }
}

.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.footer {
    margin-top: auto;
    padding: 40px 0;
    background: #1A3472;
}

.footer hr {
    background-color: #fff;
    opacity: 0.1;
    margin: 20px 0;
}

.footer .messengers {
    margin: 20px 0;
    border-right: none;
    align-items: flex-start;
    padding: 0;
}

.footer__logos {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
}

.footer__descriptor {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #D1D1D1;
    text-align: center;
    margin-bottom: 30px;
}

.footer__title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer__phones {
    margin-bottom: 10px;
}

.footer__phone {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.footer__ws {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
}

.footer__ws:hover {
    opacity: 1;
}

.footer__contact {
    display: flex;
    margin-bottom: 20px;
}

.footer__contact a {
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 15px;
    display: block;
    line-height: 1.4;
}

.footer__contact a:hover {
    opacity: 1;
}

.footer__ic {
    width: 17px;
    height: 17px;
    fill: red;
    margin-right: 10px;
    margin-top: 5px;
    flex-shrink: 0;
}

.footer__menu {
    margin-bottom: 30px;
}

.footer__menu a {
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 15px;
    display: block;
    line-height: 1.4;
}

.footer__menu a:hover {
    opacity: 1;
}

.footer__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.footer__privacy {
    flex-basis: 50%;
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
    line-height: 1.4;
}

.footer__delosait {
    display: flex;
    flex-basis: 20%;
    justify-content: flex-end;
}

.footer__delosait a {
    font-size: 12px;
    opacity: 0.5;
    color: #fff;
}

.footer__delosait a:hover {
    opacity: 1;
}

.payment {
    display: flex;
}

.payment__item {
    margin-right: 11px;
}

@media only screen and (max-width: 560px) {
    .footer__privacy {
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .footer__delosait {
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .footer__title {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .footer__menu a {
        font-size: 14px;
        line-height: 1.3;
    }

    .footer__phone {
        font-size: 16px;
    }

    .footer__contact a {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .footer__ic {
        margin-top: 0;
    }

    .footer__delosait {
        justify-content: flex-start;
    }
}

.nav__list {
    display: flex;
    align-items: center;
    margin: 0;
}

.nav__item:not(:last-child) {
    margin-right: 40px;
}

.nav__item {
    position: relative;
    padding: 15px 0;
}

.nav__link {
    color: #fff;
    font-size: 18px;
}

.nav__link:hover {
    opacity: 0.8;
    color: #fff;
}

.nav__link--drop::after {
    content: "";
    width: 10px;
    height: 7px;
    background-image: url("../img/dropdwn-white.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s;
}

.nav__link--drop:hover::after {
    background-image: url("../img/dropdwn-white.svg") !important;
}

.nav__list--dropdown {
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 100%;
    display: block;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.07);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    width: 280px;
    z-index: 90;
}

.dropdown-submenu {
    display: flex;
    align-items: initial;
}

.dropdown-submenu__item {
    flex-grow: 1;
    min-width: 200px;
    padding: 0px 30px;
}

.dropdown-submenu__list {
    padding: 0;
}

.dropdown-submenu__item:not(:last-child) {
    border-right: 1px solid #bfbfbf;
}

.dropdown-submenu__item:first-child {
    padding-left: 0;
}

.dropdown-submenu__item:last-child {
    padding-right: 0;
}

.mobile-back {
    display: none;
}

.mobile-back__link {
    color: #0B1F33;
    font-weight: 500;
}

.dropdown-list__item {
    border-bottom: 1px solid #ececec;
}

.dropdown-list__link {
    font-size: 15px;
    color: #66727F;
    padding: 13px 20px;
    display: block;
}

.dropdown-list__link:hover {
    color: #0566B4;
}

.dropdown-submenu__list-item {
    margin-bottom: 10px;
}

@media (min-width: 946px) {
    .nav__link--drop:hover::after {
        transform: rotate(180deg);
        transition: all 0.3s;
        background-image: url("../img/dropdwn.svg");
    }

    .nav__item:hover .nav__list--dropdown {
        visibility: visible;
        opacity: 1;
        transition: all 0.3s;
    }
}

.burger {
    width: 40px;
    height: 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    position: relative;
    display: none;
}

.burger::before,
.burger::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.burger::after {
    top: auto;
    bottom: 0;
}

.burger span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #fff;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.lock {
    overflow: hidden;
}

@media (max-width: 946px) {
    .burger {
        display: block;
    }

    .mobile-back {
        display: block;
    }

    .main-menu {
        position: fixed;
        left: 0;
        top: 0;
        max-width: 400px;
        width: 80%;
        height: 100vh;
        z-index: 100;
        box-shadow: 5px 0 15px -5px rgba(0, 0, 0, 0.8);
        background-color: #fff;
        transform: translateX(-150vw);
        overflow-x: hidden;
        overflow-y: auto;
        display: block;
    }

    .nav__list {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        padding-top: 10%;
        position: relative;
        justify-content: flex-start;
    }

    .nav__item {
        margin-left: 0 !important;
        font-size: 20px;
        width: 100%;
        padding: 0;
        position: static;
    }

    .nav__link,
    .dropdown-submenu__list-item a {
        padding: 13px 20px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dropdown-submenu__list-item {
        padding: 0;
    }

    .nav__link {
        border-bottom: 1px solid #ececec;
        color: #0B1F33;
    }

    .nav__link::after {
        transform: rotate(-90deg);
    }

    .nav__list--dropdown {
        position: absolute;
        top: 0;
        right: auto;
        left: 100%;
        box-shadow: none;
        width: 100%;
        display: none;
    }

    .dropdown-submenu__item {
        width: 100%;
        padding: 0;
        border: none !important;
    }

    .dropdown-submenu__title {
        padding: 0 30px;
    }

    .dropdown-submenu__banner {
        display: inline-block;
        padding: 20px;
    }

    .nav__list.transformation {
        transform: translateX(-100%);
        transition: all 0.3s;
    }

    .nav__list--dropdown.transformation {
        opacity: 1;
        visibility: visible;
        display: block;
        transform: none;
        background-color: #fff;
        transition: all 0.3s;
    }

    .main-menu.open {
        transform: translateX(0);
        transition: all 0.3s;
    }

    .overlay.open {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
    }

    .mobile-back a {
        position: relative;
        border: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .mobile-back a::before {
        content: "";
        width: 10px;
        height: 10px;
        background-image: url("../img/dropdwn.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        margin-right: 10px;
        transform: rotate(90deg);
    }
}

.close_btn {
    display: none;
    position: absolute;
    z-index: 60;
    right: 10px;
    top: 17px;
    cursor: pointer;
}

.close_btn .ic_close {
    width: 20px;
    height: 20px;
}

@media only screen and (max-width: 946px) {
    .open .close_btn {
        display: block;
    }
}

@media only screen and (max-width: 946px) {
    .nav__link {
        color: #0B1F33;
    }

    .nav__link:hover {
        color: #66727F;
    }

    .nav__link--drop::after {
        background-image: url("../img/dropdwn.svg");
        width: 10px;
        height: 10px;
        background-size: contain;
    }

    .nav__link--drop:hover::after {
        background-image: url("../img/dropdwn.svg") !important;
        width: 10px;
        height: 10px;
        background-size: contain;
    }
}

.mobile_buttons {
    display: none;
}

@media only screen and (max-width: 723px) {
    .mobile_buttons {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .mobile_buttons a {
        background: #fff;
        width: 47px;
        height: 47px !important;
        margin-right: 2px;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
    }

    .mobile_buttons .ic_mob {
        width: 20px;
        height: 20px;
        fill: #C20F0F;
    }
}

.aside {
    position: fixed;
    right: 0px;
    top: 185px;
    background-color: #fff;
    box-shadow: -7px 5px 11px rgba(0, 0, 0, 0.1);
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    z-index: 900;
    display: flex;
    flex-direction: column;
}

.aside .aside-block {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid gray;
    background-color: #424f60;
    cursor: pointer;
}

.aside .aside-block:last-child {
    border-bottom: 0;
}

.aside .aside-block:hover {
    background-color: #ececec;
}

.aside .aside-block:hover .aside__ic {
    fill: #424f60;
}

.aside__ic {
    width: 19px;
    height: 19px;
    fill: #fff;
}

.aside .aside1 {
    border-bottom: 1px solid #C20F0F;
    background-color: #C20F0F;
}

.aside .aside1:hover {
    border-bottom: 1px solid #ececec;
}

.aside__ic1 {
    fill: #fff;
}

@media only screen and (max-width: 990px) {
    .aside {
        display: none;
    }
}

.section__wrp {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

.section__navs {
    display: flex;
    align-items: center;
    flex-basis: 30%;
    justify-content: flex-end;
}

.section__link {
    font-size: 18px;
    color: #0B1F33;
    background: #ececec;
    padding: 15px 25px;
    height: 57px;
    display: flex;
    align-items: center;
}

.section__link:hover {
    background: #dcdcdc;
    color: #0B1F33;
}

.section__link i {
    margin-left: 5px;
    color: #0B1F33;
    margin-top: 3px;
}

.section .slider-navs {
    display: flex;
    margin-right: 10px;
}

.section .slider-navs button {
    background: #fff;
    border: none;
    border: 1px solid #D3D3D3;
    box-shadow: none;
    width: 57px;
    height: 57px;
    color: #0B1F33;
    transition: all 0.3s;
    cursor: pointer;
}

.section .slider-navs button:hover {
    opacity: 0.7;
}

.section .slider-navs button:not(:last-child) {
    margin-right: 10px;
}

.projects__slider {
    margin: 0 -5px;
}

.slick-slide {
    margin: 0 5px;
}

.project {
    width: 100%;
    display: block;
}

.project__img {
    height: 274px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.project__img img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.project__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #0B1F33;
}

@media only screen and (max-width: 1200px) {
    .section__wrp {
        flex-wrap: wrap;
    }

    .section__navs {
        flex-basis: 100%;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .section .projects-title {
        margin-bottom: 20px;
    }
}

.customers__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customers__img {
    width: 100%;
}

.customers__img img {
    width: 100%;
    display: block;
}

.customers__title {
    position: absolute;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

@media only screen and (max-width: 992px) {
    .customers__title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .customers__title {
        font-size: 20px;
        padding: 0 20px;
    }
}

.cloud {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: url("../img/bg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 859px;
}

.cloud img {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10;
    opacity: 0.5;
}

@-webkit-keyframes animCloud {
    from {
        -webkit-transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes animCloud {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

@-webkit-keyframes animCloud2 {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes animCloud2 {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.cloud1 {
    -webkit-animation: animCloud2 70s infinite linear;
    animation: animCloud2 70s infinite linear;
}

.cloud2 {
    -webkit-animation: animCloud 40s infinite linear;
    animation: animCloud 40s infinite linear;
}

.cloud3 {
    -webkit-animation: animCloud 60s infinite linear;
    animation: animCloud 60s infinite linear;
}

.cloud4 {
    -webkit-animation: animCloud 80s infinite linear;
    animation: animCloud 80s infinite linear;
}

.cloud__wrp {
    position: relative;
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 100;
}

.cloud__bottom {
    background: #fff;
    padding: 30px;
}

.cloud__bottom p {
    line-height: 1.5;
    padding: 7px 0;
    color: #66727F;
}

.cloud__bottom-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.cloud__item {
    display: flex;
    margin-bottom: 30px;
}

.cloud__icon {
    flex-basis: 5%;
    flex-shrink: 0;
}

.cloud__icon img {
    position: relative;
    width: 30px;
    height: 30px;
}

.cloud__punkt {
    flex-basis: 95%;
    padding-left: 15px;
}

.cloud__subtitle {
    line-height: 1.4;
    color: #0B1F33;
    font-size: 18px;
}

@media only screen and (max-width: 992px) {
    .cloud_wrp {
        flex-wrap: wrap;
    }

    .cloud {
        height: auto;
    }
}

@media only screen and (max-width: 735px) {
    .cloud__wrp {
        width: 100%;
    }
}

@media only screen and (max-width: 698px) {
    .cloud {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 576px) {
    .cloud__bottom {
        background: rgba(0, 0, 0, 0.6509803922);
    }

    .cloud__bottom p {
        color: #fff;
    }

    .cloud__bottom-title {
        font-size: 20px;
        color: #fff;
    }

    .cloud__subtitle {
        font-size: 14px;
    }

    .cloud img {
        bottom: 0;
    }
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.tizers hr {
    margin: 20px 0;
    background-color: lightgray;
    display: block;
}

.tizer {
    margin-bottom: 20px;
}

.tizer__top {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.tizer__top img {
    width: 55px;
    height: auto;
    margin-bottom: 15px;
    margin-right: 15px;
}

.tizer__title {
    font-size: 24px;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
    color: #0B1F33;
    font-weight: 600;
}

.tizer__bottom {
    line-height: 1.5;
    color: #66727F;
    font-size: 18px;
}

@media only screen and (max-width: 576px) {
    .tizers {
        margin: 30px 0 0px 0px;
    }

    .tizers hr {
        margin: 20px 0;
    }

    .tizer {
        margin-bottom: 20px;
    }

    .tizer__top {
        margin-bottom: 0px;
    }

    .tizer__top img {
        width: 30px;
    }

    .tizer__title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .tizer__bottom {
        font-size: 14px;
    }
}

.services-wrp {
    padding: 60px 0px 60px 60px;
}

.services-wrp::before {
    left: 0;
    background-position: right top;
    content: "";
    display: block;
    width: 2000px;
    position: absolute;
    top: 0;
    background: #F2F2F2;
    z-index: -1;
    bottom: 0;
}

.service {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 60;
}

.service__img {
    width: 30px;
    height: 30px;
    flex-basis: 5%;
}

.service__txt {
    font-size: 18px;
    color: #66727F;
    line-height: 1.3;
    margin-left: 10px;
    flex-basis: 95%;
}

.bg4 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0.5;
}

.section-bg4 {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 60px 0;
}

@media only screen and (max-width: 576px) {
    .services-wrp {
        padding: 30px 0px 30px 0px;
    }

    .section-bg4 {
        margin: 20px 0;
    }

    .bg4 {
        opacity: 0.2;
    }

    .service {
        align-items: flex-start;
    }

    .service__txt {
        font-size: 14px;
    }
}

.buttons_block {
    margin: 20px 0;
}

.buttons_block .calc_price_btn {
    padding: 20px 20px;
    display: flex;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: 600;
    background: #F0F3F8;
    border: 1px solid #E2E2E2;
    margin-bottom: 15px;
}

.buttons_block .calc_price_btn:hover {
    box-shadow: 2px 2px 10px #ececec;
}

.buttons_block .calc_price_btn .ic_sidebar-small {
    width: 17px;
    height: 17px;
    fill: #C20F0F;
    margin-right: 10px;
}

.sidebar-nav {
    margin: 20px 0;
}

.sidebar-nav li {
    border-bottom: 1px solid rgb(236, 236, 236);
}

.sidebar-nav .active a {
    font-weight: 600;
    color: #0B1F33;
}

.sidebar-nav a {
    padding: 15px 5px 15px 15px;
    display: block;
    font-weight: 400;
    color: #66727F;
    line-height: 1.3;
}

.sidebar-nav a:hover {
    color: #0B1F33;
}

.tizers--page {
    margin: 30px 0;
}

.tizers--page .tizer {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tizers--page .tizer__txt {
    margin-left: 15px;
}

@media only screen and (max-width: 1200px) {
    .buttons_block .calc_price_btn {
        padding: 20px 5px;
    }
}

.service-item {
    padding: 20px;
    border: 1px solid #ececec;
    margin-bottom: 20px;
}

.service-item__title {
    padding: 0;
    margin-bottom: 10px;
    font-weight: 600;
    color: #0B1F33;
    font-size: 20px;
}

.service-item__list {
    margin-bottom: 20px;
    line-height: 1.4;
    color: #66727F;
    font-size: 18px;
}

.service-item__btn {
    min-width: 174px;
    background: #F0F3F8;
    border: 1px solid #E2E2E2;
    font-size: 16px;
    color: #0B1F33;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.service-item__btn span {
    margin-right: 10px;
}

.service-item__btn:hover {
    color: #66727F;
}

.service-item .ic_more {
    width: 5px;
    height: 10px;
    margin-top: 4px;
}

@media only screen and (max-width: 992px) {
    .service-item__title {
        font-size: 18px;
    }

    .service-item__list {
        font-size: 14px;
    }
}

@media only screen and (max-width: 576px) {
    .service-item {
        padding: 0px;
        border: none;
    }

    .service-item__img {
        margin-bottom: 15px;
    }
}

.header-page {
    padding-bottom: 30px;
    margin-bottom: 0;
    background: #1A3472;
}

.content {
    margin-top: -60px;
    background: #fff;
    padding: 20px;
    position: relative;
    z-index: 90;
}

.content p {
    line-height: 1.3;
    color: #66727F;
    padding: 7px 0;
    font-size: 18px;
}

.content .content-h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #0B1F33;
    margin: 10px 0;
}

.content .content-h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #0B1F33;
    margin: 10px 0;
}

.content-img {
    margin-bottom: 20px;
}

.main-text {
    padding: 20px 15px 20px 40px;
    border-left: 3px solid #C20F0F;
    background: #FAFAFA;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 18px;
}

.content-list {
    line-height: 1.5;
    color: #66727F;
    margin: 10px 0;
}

.content-list ul {
    list-style-type: disc;
    padding-left: 40px;
}

.content-list ul li {
    padding: 5px 0;
}

.content-list ol {
    list-style-type: decimal;
    padding-left: 40px;
}

.content-list ol li {
    padding: 5px 0;
}

@media only screen and (max-width: 992px) {
    .content {
        margin-top: 0;
    }

    .content .content-h2 {
        font-size: 18px;
    }

    .content .content-h3 {
        font-size: 18px;
    }

    .content p {
        font-size: 14px;
    }

    .main-text {
        font-size: 14px;
    }

    .order1 {
        order: 2;
    }

    .order1 {
        order: 1;
    }
}

.heading {
    background: #f5f5f5;
    padding: 30px 0px 100px 0;
}

.heading h1 {
    font-size: 32px;
    color: #0B1F33;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
}

.breadcrumbs li {
    display: inline-block;
    font-size: 15px;
    color: #66727F;
}

.breadcrumbs li a {
    color: #0B1F33;
    text-decoration: none;
}

.breadcrumbs li a:hover {
    color: #0B1F33;
}

.breadcrumbs li + li::before {
    color: #0B1F33;
    content: "—";
    padding: 0 5px;
}

@media only screen and (max-width: 992px) {
    .heading {
        background: #f5f5f5;
        padding: 30px 0px 30px 0;
    }

    .heading h1 {
        font-size: 22px;
    }
}

.action {
    position: relative;
    margin-bottom: 30px;
    height: 400px;
}

.action a {
    width: 100%;
    height: 100%;
    display: block;
}

.action img {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.action__info-bottom {
    position: absolute;
    bottom: 0;
    left: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
}

.ic_action {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.action__title {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 30px;
}

.action__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.3s;
}

.action:hover .action__overlay {
    opacity: 0.5;
}

.cert__img {
    background: url(../img/cert-bg.png);
    background-size: contain;
    background-position: top;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    width: 190px;
    height: 288px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.cert__img .gallery {
    max-width: 150px;
    max-height: 240px;
    display: block;
    margin-top: 20px;
}

.cert__txt {
    text-align: center;
    color: #0B1F33;
    line-height: 1.3;
    background-size: 18px;
}

@media only screen and (max-width: 576px) {
    .cert__img {
        margin-bottom: 0px;
        width: 100%;
        height: auto;
        padding: 10px 20px 20px 20px;
    }

    .cert__img .gallery {
        margin-top: 0px;
    }
}

.contacts {
    border: 1px solid #ececec;
    padding: 20px;
}

.contacts__top {
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 20px;
}

.contacts__top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contacts__info {
    position: absolute;
    bottom: 0;
    left: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
}

.contacts__subtitle {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

.contacts__title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.contacts__group {
    margin: 20px 0;
}

.contacts__label {
    font-size: 16px;
    color: #66727F;
    margin-bottom: 10px;
}

.contacts__input {
    margin-bottom: 10px;
}

.contacts__input a {
    color: #0B1F33;
    font-size: 18px;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.contacts__btn {
    width: 100%;
    background: #fff;
    border: 1px solid #0566B4;
    color: #0566B4;
    font-weight: 600;
    padding: 15px 5px;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.contacts__btn:hover {
    border: 1px solid #0566B4;
    color: #fff;
    background: #0566B4;
}

.content-contacts {
    margin: 20px 0;
}

body.modal-open {
    padding-right: 0px !important;
}

body {
    overflow-y: scroll !important;
}

.compensate-for-scrollbar {
    padding-right: 0px !important;
}

textarea:focus {
    border: none;
    outline: none !important;
}

.modal-header {
    justify-content: center;
    position: relative;
}

.graypart {
    background-color: #f6f9fc;
}

.mc-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-content {
    position: relative;
}

.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

#watchme {
    border: none;
    background: transparent;
    box-shadow: none;
}

#watchme .btn-close {
    right: -30px;
}

#watchme .modal-content {
    border: none;
    background: transparent;
    box-shadow: none;
}

.modal-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: #0B1F33;
}

.modal-contacts {
    padding: 20px 40px;
}

.modal-contacts__heading {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #66727F;
}

.modal-contacts__contacts a {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #66727F;
    margin-bottom: 5px;
}

.modal-contacts__bottom {
    margin-top: 40px;
    font-size: 14px;
    display: inline-flex;
    color: #0B1F33;
    align-items: center;
    padding: 10px 17px;
    border: 1px solid #ececec;
    -moz-column-break-after: 4px;
    break-after: 4px;
}

.modal-contacts__bottom span {
    margin-left: 10px;
}

.modal-contacts__bottom .ic_modal {
    width: 20px;
    height: 20px;
    fill: #0566B4;
}

.files {
    font-size: 10px;
}

.form-group_modal {
    padding: 40px 40px;
}

.form-group_modal label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.form_input__modal {
    padding: 13px 0px;
    border: none;
    border-bottom: 1px solid lightgray;
    margin-bottom: 20px;
    border-radius: 0px;
    width: 100%;
    background: transparent;
}

.form_input__modal:focus {
    border-bottom: 2px solid #0566B4;
}

.form_group__bottom-modal {
    padding: 0px 40px;
    flex-direction: column;
    margin-bottom: 20px;
}

.form_btn__modal {
    padding: 17px 40px;
    background: #0566B4;
    color: #fff;
    border: 1px solid #0566B4;
    transition: all 0.3s;
    display: block;
    margin-bottom: 30px;
    border-radius: 4px;
}

.form_btn__modal:hover {
    background: #fff;
    color: #244d72;
    border: 1px solid #0566B4;
}

.politika_modal {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.close-menu__modal {
    position: absolute;
    right: 15px;
    top: 30px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 900;
}

.close-menu__modal span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #66727F;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.close-menu__modal span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}

.close-menu__modal span:nth-child(2) {
    transform: rotate(45deg);
}

.close-menu__modal span:nth-child(3) {
    transform: rotate(-45deg);
}

.close-menu__modal span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
}

.reg_tabs {
    margin: 0 40px;
}

.modal-header_reg {
    border-bottom: 1px solid transparent;
    flex-direction: column;
    padding: 30px 0;
}

.modal-header {
    padding: 40px 20px 20px 40px;
    display: flex;
    flex-direction: column;
}

.modal-header h5 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
}

.modal-header h5 span {
    font-weight: 300;
    font-size: 18px;
}

.modal-header a {
    display: block;
    font-size: 22px;
    text-decoration: none;
    font-weight: 700;
}

.modal-body {
    position: relative;
    z-index: 700;
    padding: 0;
}

#success {
    margin: auto auto;
    max-width: 460px;
    height: 400px;
    background-color: #fff;
    background-image: none;
    text-align: center;
    padding: 40px;
    display: none;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    box-shadow: 1px 10px 20px rgba(30, 30, 30, 0.3019607843);
    bottom: 50%;
}

.span-hidden {
    display: none;
}

.text_success {
    font-size: 34px;
    line-height: 1.5;
}

.radio_title {
    font-size: 12px;
    font-weight: 600;
}

.radio_mtitle {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

.radio_block {
    display: flex;
    font-size: 12px;
    align-items: center;
    margin-bottom: 7px;
}

.radio_block input,
.radio_block .radio_title,
.radio_block .radio_old-price {
    margin-right: 10px;
}

.radio_old-price {
    text-decoration: line-through;
    opacity: 0.5;
}

.radio_new-price {
    font-family: "Arial";
    font-weight: 700;
}

.form_group__bottom-modal p {
    font-size: 11px;
    margin-left: 10px;
}

.modal-content .custom_chek {
    display: flex;
    align-items: center;
    padding: 15px 0px;
}

.modal-content .custom_chek p {
    font-size: 11px;
    margin-left: 10px;
    line-height: 1.3;
}

@media only screen and (max-width: 568px) {
    .modal-title {
        font-size: 22px;
        margin-top: 20px;
    }

    .form-group_modal,
    .form_group__bottom-modal {
        padding: 20px 20px;
    }

    .modal-header {
        padding-top: 60px;
    }

    .modal_heading {
        padding: 0px 0px;
        margin-bottom: 20px;
    }

    .text_success {
        font-size: 24px;
        line-height: 1.5;
    }
}

.modal-content {
    height: auto !important;
    overflow: hidden !important;
}

.span-hidden {
    display: none;
}

.custom-checkbox {
    display: flex;
    width: 100%;
    margin: 0;
    cursor: pointer;
    flex-direction: row !important;
    align-items: center;
}

.checkbox-hidden {
    display: none;
}

.checkbox-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    max-width: 22px;
    flex: 0 0 22px;
    height: 22px;
    border-radius: 2px;
    border: 2px solid lightgray;
    background: #C20F0F;
}

.custom-checkbox input:checked + .checkbox-wrap::after {
    transform: scale(1);
    opacity: 1;
}

.custom-checkbox .checkbox-wrap::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/svg-check-ic.svg) no-repeat 0 0;
    background-size: 100%;
    will-change: transform;
    transform: scale(0);
    opacity: 0;
    transition: all 0.1s linear;
}

.checkbox-text {
    font-size: 12px;
    color: #66727F;
    line-height: 1.3;
    margin-left: 10px;
}

/*Радио кнопка*/
.input-hidden {
    display: none;
}

.ui-radiobox {
    display: block;
    margin-bottom: 0;
    cursor: pointer;
}

.ui-radiobox_custom {
    font-weight: 300;
    font-size: 14px;
    color: #747474;
}

.ui-radiobox__label {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.4;
}

ui-radiobox__label::before {
    width: 27px;
    flex: 0 0 27px;
    height: 27px;
    margin-right: 16px;
    background: #fff;
    border: 2px solid #e7e7e7;
}

.ui-radiobox__label::before,
.ui-radiobox__label::after {
    content: "";
    display: block;
    border-radius: 50%;
}

.ui-radiobox input:checked + .ui-radiobox__label::after {
    transform: scale(1);
}

.ui-radiobox__label::after {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 7px;
    left: 7px;
    background: #1E1D2B;
    will-change: transform;
    transform: scale(0);
    transition: all 0.1s linear;
}

.language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.language img {
    width: 23px;
    height: 18px;
    margin-right: 5px;
}

.lang {
    width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #eee;
    line-height: 25px;
    font-size: 14px;
    padding: 7px 10px;
    cursor: pointer;
    position: relative;
    border: 1px solid #ffffff40;
    border-radius: 4px;
}

.lang:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

ul.select {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 157px;
    z-index: 70;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px #00000008;
    box-shadow: 0 3px 3px #00000008;
    border-radius: 0 0 4px 4px;
}

@media only screen and (max-width : 576px) {
    ul.select {
        top: 127px;

    }

}

ul.select > li {
    width: 110px;
    line-height: 25px;
    font-size: 14px;
    padding: 7px 10px;
    cursor: pointer;
    list-style-type: none;
}



.gal_wrp a {
    display: block;
    height: 312px;
    border-radius: 8px;
    overflow: hidden;

}

.gal_wrp a img {
    height: 100%;
    width:100%;
    object-fit: cover;
    display: block;

}

.slider-navs button:not(:last-child) {
    margin-right: 10px;
}
 .slider-navs button {
    background: #fff;
    border: none;
    border: 1px solid #D3D3D3;
    box-shadow: none;
    width: 57px;
    height: 57px;
    color: #0B1F33;
    transition: all 0.3s;
    cursor: pointer;
}

.slider_photos{
    margin-bottom: 20px;
    }
