@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap');

* {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    color: #242424;
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
}
body::-webkit-scrollbar, .overlay::-webkit-scrollbar {
    width: 10px;
    background-color: #f9f9fd;
}

body::-webkit-scrollbar-thumb, .overlay::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8999A5;
}

body::-webkit-scrollbar-track, .overlay::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f9f9fd;
}
h2 {
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.grecaptcha-badge {
    display: none;
}
.navbar-mobile {
    display: none;
}
.popup {
    position: fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    display:none;
    text-align:center;
    z-index: 9999;
    overflow-y: scroll;
}
/* хром, сафари */
.popup::-webkit-scrollbar { width: 0; }
#bx-panel-back {
    display: none !important;
}
/* ie 10+ */
.popup { -ms-overflow-style: none; }
.popup_bg {
    background:rgba(0,0,0,0.4);
    position:fixed;
    z-index:1;
    height:100%;
    width:100%;
}
.popup_img {
    position: relative;
    margin:0 auto;
    z-index:2;
    max-width:70%;
    margin:1% 0 0 0;
}
.image-popup {
    cursor: pointer;
}
.banner {
    width: 100%;
    position: absolute; /* 1 */
    z-index: 2; /* 1 */
}
.top-menu {
    padding-top: 16px;
    padding-bottom: 16px;
}
footer > .container > .row {
    width: 100%;
}
footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F4F4F4;
}
footer .footer__logo {
    margin-bottom: 17px;
}
footer .footer__logo img {
    max-height: 53px;
}
footer .footer__address {

}
footer ul.footer-menu {
    list-style: none;
    padding: 0;
}
footer ul.footer-menu li {
    padding: 0px 0px 19px 0px;
    display: inline-block;
    width: 180px;
}
footer ul.footer-menu li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #242424;
    text-decoration: none;
    background-image: linear-gradient(#EB1F38, #EB1F38);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    padding-bottom: 5px;
}
footer ul.footer-menu li a:hover {
    background-size: 100% 2px;
}
footer .footer__soc {
    text-align: right;
}
.navbar i.phone-white {
    width: 12px;
    height: 12px;
    margin: 2px 0px 0px 0px;
    background: url(../images/phone_darked.svg);
    background-size: contain;
    display: inline-block;
}
.navbar.banner--stick i.phone-white {
    width: 12px;
    height: 12px;
    margin: 2px 0px 0px 0px;
    background: url(../images/phone_white.svg);
    background-size: contain;
    display: inline-block;
}
i.youtube-icon {
    width: 24px;
    height: 24px;
    margin: 0px 12px 0px 0px;
    background: url(../images/Youtube.svg);
    background-size: contain;
    display: inline-block;
}
i.vk-icon {
    width: 24px;
    height: 24px;
    margin: 0px 12px 0px 0px;
    background: url(../images/VK.svg);
    background-size: contain;
    display: inline-block;
}
.top-menu.banner--stick .unsticked {
    display: none;
}
.top-menu.banner--unstick .unsticked {
    display: flex;
}
.top-menu .sticked {
    display: none;
}
.top-menu.banner--stick .sticked {
    display: flex;
}
.top-menu.banner--unstick .sticked {
    display: none;
}
.top-menu .unsticked .top-menu__desc {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding-left: 24px;
    max-width: 220px;
}
/*.top-menu .unsticked .top-menu__phones .top-menu__phone:after {
    content: "";
    width: 16px;
    height: 16px;
    position: relative;
    left: -24px;
    background: url(../images/phone.svg) no-repeat;
    background-size: contain;
    top: -38px;
}*/
.top-menu .unsticked .top-menu__phones .top-menu__phone {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    margin-right: 26px;
}
.top-menu .unsticked .top-menu__phones {
    display: flex;
    flex-direction: row;
}
.top-menu .unsticked .top-menu__phones .top-menu__phone div:before {
    content: "";
    width: 16px;
    height: 16px;
    position: relative;
    left: -5px;
    background: url(../images/phone.svg) no-repeat;
    background-size: contain;
    top: 1px;
    display: inline-flex;
}
.top-menu .unsticked .top-menu__phones .top-menu__phone div a {
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 140%;
    text-align: right;
    color: #FFFFFF;
    text-decoration: none;
}
.top-menu .unsticked .top-menu__phones .top-menu__phone span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 5px;
}
.top-menu .unsticked .top-menu__phones .top-menu__phone span a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    border-bottom: 1px dotted;
}
.top-menu .sticked .top-menu__phone {
    display: flex;
    flex-direction: column;
}
.top-menu .sticked .top-menu__phone div a {
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 140%;
    text-align: right;
    color: #242424;
    text-decoration: none;
}
.top-menu .sticked .top-menu__phone span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #8999A5;
    margin-top: 5px;
}
.top-menu .sticked .top-menu__phone span a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    border-bottom: 1px dotted;
}
.top-menu .sticked .top-menu__burger span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #8999A5;
}
.top-menu .sticked .top-menu__phone div {
    display: flex;
}
.top-menu .sticked .top-menu__phone div:before {
    content: "";
    width: 16px;
    height: 16px;
    position: relative;
    left: -5px;
    background: url(../images/phone_dark.svg) no-repeat;
    background-size: contain;
    top: 8px;
    display: flex;
}
.stick-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.stick-menu li {
    margin-right: 19px;
}
.stick-menu li a {
    text-decoration: none;
    background-image: linear-gradient(#EB1F38, #EB1F38);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    padding-bottom: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #242424;
}
.stick-menu li a:hover {
    background-size: 100% 2px;
}
.nav__dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
}
.index-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
}
.index-slider__item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    border: none !important;
    outline: none !important;
}
.index-slider__item .index-slider__item-title {
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 54px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 12px;
    max-width: 822px;
}
.index-slider__item .index-slider__item-desc {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 38px;
}
.red-button {
    text-align: center;
    outline: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 40px;
    background: #EB1F38;
    border-radius: 104px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .5s all;
    text-decoration: none;
    width: auto;
    border: none;
}
.red-button:hover {
    color: #ffffff;
    opacity: 0.8;
}
.red-transparent-button {
    -webkit-animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
    animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    transform: rotate(-7deg);
    transform-origin: right bottom;
    border: 1px solid #EB1F38;
    box-sizing: border-box;
    border-radius: 104px;
    text-decoration: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #EB1F38;
    text-align: center;
    transition: .5s all;
    padding: 16px 40px;
    display: inline-flex;
}
.red-transparent-button:hover {
    color: #EB1F38;
    opacity: 0.8;
}
.navbar__left {
    align-items: center;
    display: flex;
}
.navbar__right {
    align-items: center;
    display: flex;
    padding-left: 16px;
}
header.top-menu.banner--stick {
    z-index: 9999;
}
footer .footer__copyright div {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #8999A5;
}
footer .footer__copyright .footer__copyright-creators {
    text-align: right;
}
footer .footer__copyright .footer__copyright-creators div:nth-child(1) {
    margin-bottom: 4px;
}
.navbar-offcanvas {
    display: none;
}
.index-about__slider .slick-list, .index-about__slider .slick-track {
    height: 100%;
}
.partners-index {
    padding-top: 100px;
}
.partners-index .partners-index__content {
    max-width: 992px;
}
.partners-index .partners-index__content .row > div {
    padding: 1px !important;
}
.partners-index .partners-index__content .partners-index__content-item {
    background: #F4F4F4;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    height: 240px;
    filter: grayscale(1);
    transition: .4s all;
}
.partners-index .partners-index__content .partners-index__content-item:hover {
    filter: grayscale(0);
}
.partners-index h2.partners-index__title {
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #242424;
    margin-bottom: 32px;
    max-width: 480px;
}
.partners-index h2.partners-index__title:before {
    content: "";
    width: 140px;
    height: 4px;
    background: #EB1F38;
    display: inline-block;
    margin-left: -150px;
    margin-bottom: 16px;
}
.partners-index .partners-index__desc {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #8999A5;
    margin-bottom: 60px;
}
.index-about__mobile-slider {
    display: none;
}
/*----------------------------------------------------------------------------*\
  Headhesive Specific Styles
/*----------------------------------------------------------------------------*/

/**
 * Headhesive element clone
 * > `clone` class for the cloned element:
 *
 * @example
 * var options = {
 *   classes {
 *     clone: 'banner--clone';
 *   }
 * }
 */
.top-menu__logo {
    width:115px;
}
.top-menu__logo img {
    height: 53px;
}
.banner--clone .top-menu__logo {
    width: 64px;
    overflow: hidden;
}
.banner--clone {

    /* Required styles */
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    /* Additional styles */
    background: #FFFFFF;
    /* Block-md */

    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);

    /* Translate -100% to move off screen */
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);

    /* Animations */
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

}


/**
 * Headhesive stick
 * > `stick` class for the cloned element:
 *
 * @example
 * var options = {
 *   classes {
 *     stick: 'banner--stick';
 *   }
 * }
 */
.banner--stick {

    /* Translate back to 0%; */
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}


/**
 * Headhesive unstick
 * > `unstick` class for the cloned element:
 *
 * @example
 * var options = {
 *   classes {
 *     unstick: 'banner--unstick';
 *   }
 * }
 */
.banner--unstick {
    /* Not required to use, but could be useful to have */
}

.top-menu__burger  span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #ffffff;
}
.navBurger {
    margin: 0 auto;
    cursor: pointer;
    background: #EB1F38;
    box-sizing: border-box;
    background-clip: content-box;
    width: 30px;
    height: 25px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out;
}
.navBurger:before, .navBurger:after {
    content: "";
    position: absolute;
    background: #EB1F38;
    height: 3px;
    width: 100% !important;
    right: 0;
    will-change: rotate;
    transform: rotate(0deg);
    transition: all 0.5s ease;
}
.navBurger:before {
    top: -10px;
    width: 90%;
}
.navBurger:after {
    bottom: -10px;
    width: 80%;
}
.navBurger.active {
    background: transparent;
    background-clip: content-box;
}
.navBurger.active:before {
    transform: rotate(135deg);
    top: 0;
    background: #EB1F38;
    width: 110%;
}
.navBurger.active:after {
    bottom: 0;
    transform: rotate(-135deg);
    background: #EB1F38;
    width: 110%;
}

.overlay {
    position: fixed;
    background: rgba(36, 36, 36, 0.9);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform-origin: top;
    transform: scale(1);
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    z-index: 1;
}
.overlay.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.overlay.open li {
    display: block;
    -webkit-animation: fadeInRight 0.3s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
    animation: fadeInRight 0.3s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    transform-origin: right;
}
.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.7s;
}
.overlayMenu__phone {
    text-align: right;
    margin-bottom: 32px;
}
.overlayMenu .overlayMenu__phone div a:before {
    content: "";
    width: 16px;
    height: 16px;
    position: relative;
    display: block;
    left: -10px;
    top: 15px;
    background: url(../images/phone.svg) no-repeat;
    background-size: contain;
}
.overlayMenu .overlayMenu__phone div a {
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-flex;
}
.overlayMenu .overlayMenu__phone span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: rgba(255, 255, 255, 0.6);
}
.overlayMenu .overlayMenu__phone span a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #EB1F38;
    text-decoration: none;
    border-bottom: 1px dotted;
}
.overlayMenu {
    margin-top: 150px;
    color: #ffffff;
}
.overlayMenu .overlayMenu__title {
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.overlayMenu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.overlayMenu ul li {
    display: block;
    position: relative;
    opacity: 0;
    width: 100%;
}
.overlayMenu ul li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    text-decoration: none;
    background-image: linear-gradient(#EB1F38, #EB1F38);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    padding-bottom: 5px;
    margin-bottom: 24px;
    display: inline-flex;
}
.overlayMenu ul li a:hover, .overlayMenu ul li a:active, .overlayMenu ul li a:focus {
    background-size: 100% 2px;
}
.for, .for .slick-list, .for .slick-track {
    width: 100%;
    height: 100%;
}
.nav {
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.slick-prev:before:hover, .slick-next:before:hover {
    opacity: 0.8;
}
.slick-prev:before, .slick-next:before {
    content: '';
    width: 44px;
    height: 44px;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #FFFFFF;
    border-radius: 50px;
    display: block;
    opacity: 1;
}
.slick-prev, .slick-next {
    width: 44px;
    height: 44px;
    transition: .4s all;
    position: initial;
    float: left;
    margin-top: 25px;
}
.slick-prev:hover, .slick-next:hover {
    opacity: 0.9;
}
.slick-prev:before {
    background: url("../images/arrow-prev.svg") no-repeat;
    background-size: contain;
    transition: .4s all;
}
.slick-next:before {
    background: url("../images/arrow-next.svg") no-repeat;
    background-size: contain;
    transition: .4s all;
}
.slick-next {
    right: -80px;
    background: url("../images/arrow-next.svg") no-repeat;
    background-size: contain;
}
.slick-prev {
    background: url("../images/arrow-prev.svg") no-repeat;
    background-size: contain;
}
.nav .slick-track {
    width: 100%;
}
.slick-prev {
    margin-right: 16px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.index-slider-arrows {
    position: initial;
    display: inline-flex;
}
.nav__dots li {
    margin-right: 32px;
}
.nav__dots li:last-child {
    margin-right: 0;
}
.nav__dots li .index-slider__item-nav {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #8999A5;
    padding-top: 8px;
    border-top: 2px solid transparent;
    width: fit-content;
    outline: none;
    cursor: pointer;
}
.nav__dots li.slick-active .index-slider__item-nav {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding-top: 8px;
    border-top: 2px solid #ffffff;
    width: fit-content;
    outline: none;
}
.nav__dots li:nth-child(1) {
    width: 73px;
}
.nav__dots li:nth-child(2) {
    width: 80px;
}
.nav__dots li:nth-child(3) {
    width: 112px;
}
.nav__dots li:nth-child(4) {
    width: 136px;
}
.nav__dots li:nth-child(5) {
    width: 195px;
}
.locked {

}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 50px;
    }
    100% {
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 50px;
    }
    100% {
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
    }
}
/**********************************/
.index-about {
    background: url("../images/index-about-bg.png") no-repeat right, linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
    padding-top: 40px;
    max-width: 100vw;
    overflow-x: hidden;
    background-position-y: -90px;
}
.index-about .index-about__content {
    max-width: 450px;
}
.index-about .index-about__content:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 187px;

    /* Accent */

    background: #EB1F38;
}
.index-about .index-about__content .index-about__content-title {
    margin-top: 70px;
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #EB1F38;
    margin-bottom: 12px;
    margin-left: 56px;
}
.index-about .index-about__content .index-about__content-company {
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    color: #242424;
    margin-bottom: 32px;
    margin-left: 56px;
}
.index-about .index-about__content .index-about__content-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    color: #8999A5;
    margin-bottom: 32px;
    margin-left: 56px;
}
.index-about .index-about__slider {
    margin-top: 70px;
    padding: 60px 50px 48px 50px;
    /*background: url("../images/slider-cert-border-bg.png") no-repeat;*/
    border: 20px ridge #93867c99;
    background-size: contain;
    position: absolute;
    height: auto;
    max-width: 413px;
    box-shadow: 0px 24px 44px rgba(75, 57, 57, 0.2);
    margin-bottom: 40px;
}
.index-about__content-nav-slider {
    margin-left: 56px;
}
.index-about__content-nav-slider-arrows {
    margin-left: 56px;
}
.index-about__content-nav-slider-item {
    max-width: 400px;
}
.index-about__content-nav-slider-item .item__title:before {
    content: "";
    width: 141px;
    height: 4px;
    background: #EB1F38;
    position: absolute;
    top: 0;
}
.index-about__content-nav-slider-item .item__title {
    margin-bottom: 13px;
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000000;
    padding-top: 13px;
}
.index-about__content-nav-slider-item .item__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    color: #8999A5;
}
.slick-slide {
    outline: none;
}

.about-in-facts {
    margin-top: 100px;
}
.about-in-facts .about-in-facts__item {
    padding-top: 47px;
    padding-bottom: 47px;
    margin-right: 27px;
}
.about-in-facts div:nth-child(1) > .about-in-facts__item, .about-in-facts div:nth-child(3) > .about-in-facts__item{
    background: #EB1F38;
}
.about-in-facts div:nth-child(2) > .about-in-facts__item {
    background: #436782;
}
.about-in-facts div:nth-child(3) > .about-in-facts__item {
    margin-right: 0 !important;
}
.about-in-facts .about-in-facts__item .about-in-facts__item-title {
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 54px;
    line-height: 110%;
    /* or 59px */

    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;

    /* White */

    color: #FFFFFF;
}
.about-in-facts .about-in-facts__item .about-in-facts__item-desc {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    /* identical to box height, or 21px */

    text-align: center;

    /* White */

    color: #FFFFFF;
}
.map-index {
    margin-top: 100px;
    max-height: 525px;
}
.map-index .map {
    max-height: 525px;
    padding: 0;
}
.ymaps-2-1-78-ground-pane {
    -webkit-filter: grayscale(100%);
}
.map-index .map-index__contacts {
    width: 396px;
    height: 401px;
    padding: 40px 48px;
    /* White */
    background: #FFFFFF;
    /* Block-md */
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
    position: absolute;
    float: right;
    margin-top: -463px;
}
.map-index .map-index__contacts .map-index__contacts-title {
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    /* identical to box height */

    text-transform: uppercase;

    color: #000000;
    margin-bottom: 16px;
}
.map-index .map-index__contacts .map-index__contacts-item {
    margin-bottom: 16px;
}
.map-index .map-index__contacts .map-index__contacts-item-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 140%;
    /* identical to box height, or 21px */


    /* Dark */

    color: #242424;
}
.map-index .map-index__contacts .map-index__contacts-item-desc {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    /* or 21px */


    /* Dark-muted */

    color: #8999A5;
}
.map-index .map-index__contacts .map-index__contacts-item-desc a {
    text-decoration: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    /* identical to box height, or 21px */


    /* Accent */

    color: #EB1F38;
}
.map-index .map-index__contacts .map-index__contacts-item-desc a:hover {
    opacity: 0.9;
    text-decoration: underline;
}
.feedback-footer {
    background: #000 url(../images/feedback-bg.png) no-repeat;
    background-size: cover;
    padding-top: 64px;
    padding-bottom: 64px;
}
.feedback-footer .feedback-footer__title {
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 100%;
    /* identical to box height, or 48px */

    text-transform: uppercase;

    /* White */

    color: #FFFFFF;
    margin-bottom: 24px;
}
.feedback-footer .feedback-footer__item {
    margin-bottom: 16px;
}
.feedback-footer .feedback-footer__item:last-child {
    margin-bottom: 16px;
}
.feedback-footer .feedback-footer__item .feedback-footer__item-title {
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 150%;
    /* or 33px */


    /* White */

    color: #FFFFFF;
}
.feedback-footer .feedback-footer__item .feedback-footer__item-content {
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 150%;
    color: #FFFFFF;
}
.feedback-footer__form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.feedback-footer__form .feedback-footer__form-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;

    /* Dark-muted */

    color: #8999A5;
}
.feedback-footer__form .feedback-footer__form-privacy {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;

    /* Dark-muted */

    color: #8999A5;
}
.feedback-footer__form .feedback-footer__form-privacy a {
    color: #ffffff;
}
.feedback-footer__form .feedback-footer__form-privacy a:hover {
    opacity: 0.9;
}
.feedback-footer__form .feedback-footer__form-content input[type="text"] {
    background: transparent;
    border: none;
    color: #ffffff;
    border-bottom: 1px solid #8999A5;
    margin-right: 20px;
    padding-top: 13px;
    outline: none;
    line-height: 2.5;
}
.feedback-footer__form .feedback-footer__form-content .form-label {
    position: absolute;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    line-height: 60px;
    transition: .3s;
    color: #8999A5;
    font-size: 16px;
}
.form-input:focus~.form-label,
.form-input:not(:focus):valid~.form-label {
    line-height: 13px;
    font-size: 14px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background: transparent !important;
}
input {outline: none;}
.first-section {
    background:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(/upload/iblock/e6b/e6b20c3f149a28d842919822479f86f0.png) no-repeat;
    height: 480px;
    background-size: cover;
    overflow: hidden;
}
.first-section .first-section__item-title {
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 54px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.first-section .first-section__item-desc {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 38px;
}
.certs-index {
    text-align: center;
    margin-top: -85px;
    padding-bottom: 50px;
    overflow: hidden;
}
.certs-index .certs-index__item {
    padding: 3.95rem 3.4rem;
    background: url(../images/slider-cert-border-bg.png) no-repeat center;
    background-size: contain;
    max-width: 480px;
    max-height: 640px;
    box-shadow: 0px 24px 44px rgba(75, 57, 57, 0.2);
    margin-bottom: 30px;
}
.certs-index .certs-index__item img {
    width: 360px;
    height: 496px;
}
.price-list {
    padding-top: 60px;
    padding-bottom: 83px;
}
.price-list .price-list__title {
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    /* identical to box height */

    text-transform: uppercase;

    /* Black */

    color: #222222;
    margin-bottom: 48px;
}
.price-list .price-list__accordion-item {
    background: #F4F4F4;
    margin-bottom: 10px;
}
.price-list__accordion-item a {
    text-decoration: none;
    color: #222222;
}
.price-list .price-list__accordion-item table {
    border: 1px solid transparent;
    width: 100%;
}
.price-list .price-list__accordion-item table tr:nth-child(1) {
    background: #EB1F38 !important;
}
.price-list .price-list__accordion-item table tr:nth-child(1) > td {
    color: #ffffff;
    padding: 12px 20px;
    text-align: center;
    border: 1px solid #f4f4f4;
}
.price-list .price-list__accordion-item table tr td {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    /* identical to box height, or 21px */

    padding: 20px;
    /* Black */
    border: 1px solid #f4f4f4;
    color: #222222;
    text-align: center;
}
.price-list .price-list__accordion-item table tr:nth-child(odd) {
    background: f4f4f4;
}
.price-list .price-list__accordion-item table tr:nth-child(even) {
    background: #ffffff;
}
.price-list .price-list__accordion-item .accordion-button {
    box-shadow: none;
    font-family: Open Sans Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 150%;
    /* identical to box height, or 33px */
    padding: 30px;
    /* Black */
    color: #222222;
    border: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}
.accordion-collapse {
    border: none;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}
.price-list .price-list__accordion-item .accordion-button:not(.collapsed) {
    background: #F4F4F4;
}
.price-list .price-list__accordion-item .accordion-button:focus {
    border-color: #F4F4F4;
}
.toast-message {
    color: #ffffff;
}
.toast-title {
    color: #ffffff;
}
.price-list .price-list__accordion-item table tr td p {
    margin: 0 !important;
}
@media (max-width: 1366px){
    .feedback-footer .feedback-footer__title {
        font-size: 36px;
    }
    .feedback-footer__form .feedback-footer__form-title {
        font-size: 18px;
    }
}
@media (max-width: 1200px) {
    .feedback-footer__form .red-button {
        margin-bottom: 23px;
    }
    .feedback-footer__form .feedback-footer__form-title {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;

        /* Dark-muted */

        color: #8999A5;
        margin-bottom: 32px;
    }
    .feedback-footer__form-content input {
        width: 100%;
    }
    .form-input {
        width: 100%;
        margin-bottom: 24px;
    }
    .feedback-footer {
        padding-top: 32px;
        padding-bottom: 20px;
    }
    .consultation-form {
        flex-direction: column;
    }
}
@media (max-width: 992px) {
    .certs-index .certs-index__item img {
        width: 100%;
        height: 100%;
    }
    .top-menu .unsticked .top-menu__desc {
        display: none;
    }
    .top-menu .sticked .top-menu__phone {
        display: none;
    }
    .index-slider-arrows {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .feedback-footer .feedback-footer__item .feedback-footer__item-content {
        font-family: Open Sans Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 38px;
        line-height: 150%;
        color: #FFFFFF;
    }
    .feedback-footer .feedback-footer__item .feedback-footer__item-title {
        font-family: Open Sans Condensed;
        font-style: normal;
        font-weight: 300;
        font-size: 19px;
        line-height: 150%;
        color: #FFFFFF;
    }
    .popup_img {
        position: relative;
        margin:0 auto;
        z-index:2;
        max-width:94%;
        margin:1% 0 0 0;
    }
    .price-list .price-list__accordion-item table tr td {
        padding: 16px;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 140%;
        /* or 21px */


        /* Black */

        color: #222222;

    }
    .price-list {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .price-list .price-list__title {
        font-family: Open Sans Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 33px;
        text-transform: uppercase;
        margin-bottom: 23px;
        /* Black */

        color: #222222;
    }
    .price-list .price-list__accordion-item .accordion-button {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height */


        /* Black */

        color: #222222;
        padding: 18px 16px;
    }

    .accordion-collapse {
        border: none;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        overflow: hidden;
        overflow-x: scroll;
    }
    .certs-index .certs-index__item {
        width: 100%;
    }
    .first-section .first-section__item-title {
        font-family: Open Sans Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 100%;
        /* or 32px */

        text-align: center;
        text-transform: uppercase;

        /* White */

        color: #FFFFFF;
        margin-bottom: 24px;
    }
    .first-section .first-section__item-desc {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        text-align: center;

        /* White */

        color: #FFFFFF;
    }
    .partners-index .partners-index__content .row > div {
        padding: 1px !important;
        width: 50%;
    }
    .partners-index .partners-index__content .partners-index__content-item {
        background: #F4F4F4;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0;
        padding: 34px;
        height: auto;
    }
    .partners-index .partners-index__content .partners-index__content-item img {
        width: 100%;
    }
    .index-about {
        background-position-y: -280px !important;
    }
    .about-in-facts {
        margin-top: 0 !important;
    }
    .about-in-facts .about-in-facts__item {
        margin-bottom: 8px;
    }

    .index-about .index-about__content-nav-slider-mobile {
        min-height: 330px;
        padding: 0;
    }
    .index-about .index-about__mobile-slider .index-about__slider {
        margin-top: 0;
        padding: 2.5rem 2.1rem;
        /*background: url("../images/slider-cert-border-bg.png") no-repeat center;*/
	border: 10px ridge #93867c99;
        background-size: contain;
        position: relative;

        z-index: 0;
    }
    .index-about__content-nav-slider, .index-about__content-nav-slider-arrows, .index-about__slider-wrap {
        display: none;
    }
    .index-about__mobile-slider {
        display: block;
        overflow: hidden;
    }
    .index-about__mobile-slider .index-about__content-nav-slider-item .item__title {
        font-family: Open Sans Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 50px;
        text-transform: uppercase;
        color: #000000;
    }
    .index-about__mobile-slider .index-about__content-nav-slider-item .item__text {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #8999A5;
    }
    .index-about__content-nav-slider-arrows-mobile {
        margin-top: -80px;
        padding: 0;
    }
    .index-about .index-about__mobile-slider .index-about__content-nav-slider-item .item__title:before {
        width: 74px;
        height: 2px;
        background: #EB1F38;
        display: block;
        position: relative;
        top: 0;
    }
    .index-about__slider .slick-list, .index-about__slider .slick-track {
        height: 100%;
    }
    .index-about .index-about__mobile-slider .row {
        padding-right: 0 !important;
    }
    .nav.container::-webkit-scrollbar { width: 0; }
    .nav.container {
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }
    .nav.container {
        max-width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .index-about .index-about__content .index-about__content-title {
        margin-top: 0 !important;
        font-family: Open Sans Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 12px !important;
        line-height: 100% !important;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #EB1F38;
        margin-bottom: 4px;
    }
    .index-about .index-about__content .index-about__content-company {
        font-family: Open Sans Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 40px !important;
        line-height: 110% !important;
        /* or 44px */
        text-transform: uppercase;
        /* Dark */
        color: #242424;
    }
    .index-about .index-about__content .index-about__content-text {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px !important;
        line-height: 19px !important;
        /* Dark-muted */
        color: #8999A5 !important;
    }
    .index-slider__item-nav {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px !important;
        line-height: 16px !important;
    }
    .index-slider__item .index-slider__item-title {
        font-family: Open Sans Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 100%;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .index-slider__item .index-slider__item-desc {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: #FFFFFF;
    }
    .navbar.banner--stick {
        background: #ffffff !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        display: flex;
        position: fixed;
        z-index: 9;
    }
    .navbar {
        background: transparent !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        display: flex;
        position: absolute;
        width: 100%;
        z-index: 1;
    }
    .navbar button.navbar-toggle {
        background: transparent;
    }
    .ham {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        transition: transform 400ms;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .hamRotate.active {
        transform: rotate(45deg);
    }
    .hamRotate180.active {
        transform: rotate(180deg);
    }
    .navbar.banner--stick .line {
        fill:none;
        transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
        stroke:#000;
        stroke-width:5.5;
        stroke-linecap:round;
    }
    .navbar .line {
        fill:none;
        transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
        stroke:#fff;
        stroke-width:5.5;
        stroke-linecap:round;
    }
    .ham8 .top {
        stroke-dasharray: 40 160;
    }
    .ham8 .middle {
        stroke-dasharray: 40 142;
        transform-origin: 50%;
        transition: transform 400ms;
    }
    .ham8 .bottom {
        stroke-dasharray: 40 85;
        transform-origin: 50%;
        transition: transform 400ms, stroke-dashoffset 400ms;
    }
    .ham8.active .top {
        stroke-dashoffset: -64px;
    }
    .ham8.active .middle {
    //stroke-dashoffset: -20px;
        transform: rotate(90deg);
    }
    .ham8.active .bottom {
        stroke-dashoffset: -64px;
    }
    .mobile-menu .mobile-menu__mail {
        margin-bottom: 20px;
    }
    .mobile-menu .mobile-menu__mail a {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        color: #303030;
    }
    .mobile-menu .mobile-menu__mail a i {
        color: #c4c4c4;
    }
    .mobile-menu .accordion .card {
        background: transparent;
    }
    .mobile-menu .accordion .card .card-body {
        padding: 0;
    }
    .mobile-menu .accordion .card ul {
        padding-left: 24px;
        margin: 0;
        list-style: none;
    }
    .mobile-menu .accordion .card ul li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mobile-menu .accordion .card ul li a {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 140%;
        color: #FFFFFF;
    }
    .mobile-menu .accordion .card ul li:after {
        content: "";
        width: 6px;
        height: 15px;
        display: inline-flex;
        background: url(../images/mobile_menu_arrow_left.svg) no-repeat;
        background-size: contain;
        position: absolute;
        right: 0;
        margin-top: 4px;
    }

    .mobile-menu ul {
        padding: 0;
        list-style: none;
        margin: 0;
    }
    .mobile-menu ul li {
        padding: 10px 0 10px 0;
    }
    .mobile-menu ul li:after {
        content: "";
        width: 6px;
        height: 15px;
        display: inline-flex;
        background: url(../images/mobile_menu_arrow_left.svg) no-repeat;
        background-size: contain;
        position: absolute;
        right: 15px;
        margin-top: 4px;
    }
    .mobile-menu ul li a {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 140%;
        color: #FFFFFF;
        text-decoration: none;
    }
    .navbar-offcanvas {
        display: block;
    }
    .mobile-menu .accordion .card {
        border: none;
    }
    .mobile-menu .accordion .card .btn.btn-link {
        text-decoration: none;
        outline: none;
        box-shadow: none;
        border: none;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 140%;
        color: #FFFFFF;
        padding: 10px 0 10px 0;
        width: 100%;
        text-align: left;
        display: flex;
    }
    .mobile-menu .accordion .card .btn.btn-link::after {
        content: "";
        width: 6px;
        height: 15px;
        display: inline-flex;
        background: url(../images/mobile_menu_arrow_left.svg) no-repeat;
        background-size: contain;
        position: absolute;
        right: 0;
        margin-top: 4px;
    }
    .mobile-menu .accordion .card .card-header {
        text-decoration: none;
        text-align: left;
        border: none;
        background: transparent;
        padding: 0;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 140%;
        color: #FFFFFF;
    }
    .mobile-call {
        margin-bottom: 12px;
    }
    .mobile-call .mobile-call__telephone {
        display: block;
        text-decoration: none;
        font-family: Open Sans Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 150%;
        color: #FFFFFF;
        width: 100%;
        margin-bottom: 3px;
    }
    .mobile-call span {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 140%;
        color: #FFFFFF;
        opacity: 0.7;
    }
    .mobile-call .mobile-call__callback {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 140%;
        color: #FFFFFF;
        opacity: 0.7;
        border-bottom: 1px dotted #ffffff;
        padding-bottom: 2px;
        display: inline-flex;
        text-decoration: none;

    }
    .mobile-button-login {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 7px 8px;
        position: static;
        width: 63px;
        height: 28px;
        right: 0px;
        top: calc(50% - 28px/2);
        background: #EEEEEE;
        border-radius: 19px;
        transition: .5s all;
        text-decoration: none;
        outline: none;
        color: #303030;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
    }
    .mobile-button-login i {
        font-size: 12px;
        color: #FA3F3F;
        text-decoration: none;
        outline: none;
        transition: .5s all;
        margin-right: 6px;
    }
    .mobile-button-login:hover {
        color: #ffffff;
        background: #FA3F3F;
        text-decoration: none;
        outline: none;
    }
    .mobile-button-login:hover > i {
        color: #ffffff;
        text-decoration: none;
        outline: none;
    }
    .navbar .mobile-button-call {
        float: left;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 6px 8px;
        position: static;
        right: 71px;
        background: #FFFFFF;
        border-radius: 19px;
        transition: .5s all;
        text-decoration: none;
        outline: none;
        font-family: Open Sans Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        text-transform: uppercase;
        color: #EB1F38;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    }
    .navbar.banner--stick .mobile-button-call {
        float: left;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 6px 8px;
        position: static;
        right: 71px;
        background: #EB1F38;
        border-radius: 19px;
        transition: .5s all;
        text-decoration: none;
        outline: none;
        font-family: Open Sans Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .mobile-button-call i {
        font-size: 12px;
        color: #737373;
        text-decoration: none;
        outline: none;
        transition: .5s all;
    }
    .mobile-button-call:hover {
        background: #FA3F3F;
        text-decoration: none;
        outline: none;
    }
    .mobile-button-call:hover > i {
        color: #ffffff;
        text-decoration: none;
        outline: none;
    }
    button.navbar-toggle {
        float: left;
        padding: 0;
        border: 0;
        background: #fff;
        outline: none;
        overflow: hidden;
    }
    .offcanvas-stop-scrolling {
        touch-action: none !important;
    }
    .navbar-offcanvas.offcanvas-transform.in {
        background: #01659F;
        padding-top: 23px;
        padding-bottom: 23px;
        height: 100vh !important;
        z-index: 9999;
    }
    #js-bootstrap-offcanvas hr {
        opacity: 0.4;
        color: #ffffff;
    }
    .top-menu {
        display: none;
    }
    footer {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .row {
        padding-left: 16px;
        padding-right: 16px;
    }
    footer .footer__address {
        margin-bottom: 40px;
    }
    footer .footer__copyright div {
        text-align: center;
        margin-bottom: 12px;
    }
    footer .footer__copyright .footer__copyright-creators div:nth-child(1), footer .footer__copyright .footer__copyright-creators div:nth-child(2) {
        margin-bottom: 0;
        display: inline-flex;
        text-align: center;
        justify-content: center;
        width: 49%;
    }
    footer .footer__copyright .footer__copyright-creators {
        text-align: center;
    }
    footer ul.footer-menu li:last-child {
        padding-bottom: 0;
    }
    .about-in-facts .about-in-facts__item {
        margin-right: 0 !important;
    }
    #map {
        height: 736px !important;
    }
    .ymaps-2-1-78-map {
        height: 736px !important;
    }
    .map-index {
        max-height: 736px;
        margin-top: 50px;
    }
    .map-index .map-index__contacts {
        height: auto;
        left: 16px;
        right: 16px !important;
        padding: 20px 24px;
        width: auto;
        margin-top: -440px;
    }
}
@media (max-width: 520px){
    .index-about .index-about__content-nav-slider-mobile {
        min-height: 285px;
        padding: 0;
    }
    .index-about .index-about__mobile-slider .index-about__slider img {
        /*width: 161px !important;*/
    }
    .index-about .index-about__mobile-slider .index-about__slider {
        margin-top: 0;
        padding: 1.5rem 1.8rem 2.8rem 1.5rem !important;
        /*background: url("../images/slider-cert-border-bg.png") no-repeat;*/
        background-size: contain;
        position: relative !important;
        height: auto;
        z-index: 0;
        right: -20px;
    }
    .index-about__mobile-slider .index-about__content-nav-slider-item .item__title {
        font-family: Open Sans Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 21px;
        line-height: 30px;
        text-transform: uppercase;
        color: #000000;
        margin-bottom: 10px;
    }
    .index-about__content-nav-slider-arrows-mobile {
        margin-top: -90px !important;
        padding: 0;
    }
}
@media (min-width: 375px) and (max-width: 520px){
    .index-about .index-about__mobile-slider .index-about__slider {
        padding: 1.5rem !important;
    }
}
@media (min-width: 375px) and (max-width: 425px){
    .index-about .index-about__mobile-slider .index-about__slider {
        padding: 1.5rem 2.8rem 2.2rem 1.5rem !important;
    }
}
@media (min-width: 321px) and (max-width: 375px){
    .index-about .index-about__mobile-slider .index-about__slider {
        padding: 1.5rem 1.6rem 1.8rem 1.5rem !important;
    }
}
@media (max-width: 320px) {
    .index-about .index-about__mobile-slider .index-about__slider {
        padding: 1.2rem !important;
    }
}
