body {
    margin: 0px;
    padding: 0 0px;
    color: rgba(29, 29, 29, 1);
    font-family: 'Montserrat', 'sans-serif';
    line-height: normal;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: 'Oswald', 'sans-serif';
    padding: 0;
    margin: 0;
    line-height: 52px;
}

a {
    color: rgba(29, 29, 29, 1);
    text-decoration: none;
}

.wrapper-bg {
    background: url('../images/bg.png') no-repeat;
    background-position: top center;
}

.breadcrumbs {
    margin-top: 30px;
}

.breadcrumbs .breadcrumbs__item {
    color: rgba(87, 96, 114, 1);
    font-family: 'Montserrat', 'sans-serif';
    font-size: 12px;
    font-weight: 700;
}

.breadcrumbs a::after {
    content: "/";
    margin: 0 10px;
    font-weight: 400;
}

.breadcrumbs .breadcrumbs__item.active {
    color: rgba(233, 204, 147, 1);
}

.header-site-width {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.index-site-width {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

.site-width {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.header {
    padding: 35px 0 0;
    background: #fff;
}

.header__top {
    display: flex;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto;
}

.header__top .logo {
    display: flex;
    align-items: center;
}

.header__top .logo .logo__menu {
    display: none;
    width: 44px;
    height: 44px;
    background: url(../images/menu.svg) no-repeat;
    cursor: pointer;
}

.logo .name {
    position: relative;
    z-index: 1;
    margin: 0 36px 0 8px;
    color: rgba(29, 29, 29, 1);
    font-family: 'Philosopher', 'sans-serif';
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
}

.logo .logo__icon {
    position: absolute;
    z-index: 0;
    content: "";
    display: block;
    width: 42px;
    height: 44px;
    background: url(../images/logo_rectangle.svg) no-repeat;
}

.logo .position {
    color: #000;
    font-family: 'Oswald', 'sans-serif';
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
}

.call {
    padding: 12px 20px;
    background: rgba(29, 29, 29, 1);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-family: 'Montserrat', 'sans-serif';
    font-size: 14px;
    font-weight: 700;
}

.menu {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 36px;
}

.menu__item {
    width: 10%;
    padding: 16px 26px;
    border: 1px solid rgba(242, 246, 251, 1);
    text-align: center;
    text-transform: uppercase;
}

.menu__item a,
.mobile_menu a {
    color: rgba(87, 96, 114, 1);
    font-family: 'Montserrat', 'sans-serif';
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none   ;
}

.menu__item.active a {
    color: rgba(233, 204, 147, 1);
}

.menu__item a:hover {
    color: rgba(233, 204, 147, 1);
}

.mobile_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    flex-direction: column;
    background: #fff;
}

.mobile_menu .header__top {
    margin-top: 16px;
}

.mobile_menu .header__top .logo .logo__menu {
    width: 44px;
    height: 44px;
    background: url(../images/close_menu.svg) no-repeat;
    cursor: pointer;
}

.mobile_menu nav {
    display: flex;
    justify-content: center;
}

.mobile_menu ul {
    width: 100%;
    margin-top: 30px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.mobile_menu ul li {
    padding: 16px 0;
    color: rgba(87, 96, 114, 1);
    font-family: 'Montserrat', 'sans-serif';
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.mobile_menu .call {
    display: block;
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    color: #fff;
    text-align: center;
}

.mobile_menu ul li.current-menu-item {
    background: rgba(242, 246, 251, 1);
}

.mobile_menu ul li.current-menu-item a {
    color: rgba(233, 204, 147, 1);
}

.footer__wrap {
    border-top: 1px solid rgba(242, 246, 251, 1);
    border-bottom: 1px solid rgba(242, 246, 251, 1);
}

footer .footer__top {
    padding: 70px 0 90px;
    max-width: 1040px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.footer__top .footer__requisitos {
    width: 40%;
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', 'sans-serif';
    font-size: 14px;
    line-height: 20px;
}

.footer__requisitos .requisitos__name {
    font-weight: 700;
}

.footer__requisitos .requisitos__address {
    margin: 32px 0 16px;
    font-weight: 500;
}

.footer__requisitos .requisitos__phone {
    margin-bottom: 16px;
    font-weight: 500;
}

.footer__requisitos .requisitos__email {
    display: flex;
    align-items: center;
}

.footer__requisitos .requisitos__email::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/mail.svg) no-repeat;
    margin: 0 9px 0 0;
}

footer .footer__bottom {
    display: flex;
    flex-direction: column;
    padding: 45px 0 70px;
    font-family: 'Inter', 'sans-serif';
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    text-align: center;
}

.footer__bottom .footer__telegram {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(29, 29, 29, 1);
    text-align: center;
}

.footer__bottom .footer__telegram::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/telegram.svg) no-repeat;
    margin: 0 9px 0 0;
}

.footer__bottom .footer__info {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    color: rgba(198, 208, 219, 1);
}

.footer__bottom .footer__policy {
    margin-bottom: 6px;
    color: rgba(198, 208, 219, 1);
}

.section-1 {
    margin: 75px 0 60px;
}

.section-2 {
    margin: 120px 0 120px;
}

.section-2 .awards_slider .slick-slide {
    margin: 0 5px;
}

.section-2 .reviews_slider .slick-slide {
    margin: 0 20px;
}

.section-3 .license__list .slick-slide {
    margin: 0 5px;
}

.section-3 .video-news .slick-slide,
.section-2 .other-articles .slick-slide {
    margin: 0 5px;
}

.section-2 .slick-dots,
.section-3 .slick-dots  {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    display: flex;
    justify-content: center;
    margin: 40px 0 0 0;
}

.section-2 .slick-dots li,
.section-3 .slick-dots li {
    margin: 0 10px;
}

.section-2 .slick-dots button,
.section-3 .slick-dots button {
    border-radius: 555px;
    width: 30px;
    height: 4px;
    font-size: 0px;
    line-height: 0px;
    background: rgba(233, 204, 147, 1);
    opacity: 0.1;
    border: none;
    border-radius: 6px;
}

.section-2 .slick-dots .slick-active button,
.section-3 .slick-dots .slick-active button {
    opacity: 1;
}

.section-3 {
    margin: 30px 0 120px;
}

.title-section {
    color: rgba(29, 29, 29, 1);
    font-family: 'Oswald', 'sans-serif';
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.title-section.page {
    font-size: 50px;
    text-align: left;
    text-transform: none;
}

.subtitle-section {
    margin: 16px 0 40px;
    color: rgba(233, 204, 147, 1);
    font-family: 'Philosopher', 'sans-serif';
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.subtitle-section.page {
    color: rgba(29, 29, 29, 1);
    font-family: 'Montserrat', 'sans-serif';
    text-align: left;
    text-transform: none;
}

.pagintation {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.pagintation .pagintation__pages {
    display: flex;
}

.pagintation .pagintation__current {
    display: flex;
    width: 90px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin-left: 46px;
    border: 1px solid rgba(198, 208, 219, 1);
    border-radius: 54px;
    font-family: 'Montserrat', 'sans-serif';
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.pagintation .pagination__page,
.pagintation .pagintation__pages .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: 1px solid rgba(198, 208, 219, 1);
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.pagintation .pagination__page.prev,
.pagintation .pagintation__pages .page-numbers.prev {
    margin-right: 30px;
    background: url('../images/prev.svg') no-repeat;
    background-size: 8px 10px;
    background-position: center center;
}

.pagintation .pagination__page.next,
.pagintation .pagintation__pages .page-numbers.next {
    margin-left: 30px;
    background: url('../images/next.svg') no-repeat;
    background-size: 8px 10px;
    background-position: center center;
}

@media screen and (max-width: 480px) {
    body {
        background: none;
    }

    .title-section {
        font-size: 20px;
    }

    .title-section.page {
        font-size: 24px;
    }

    .subtitle-section {
        margin: 10px 0 20px;
        font-size: 14px;
    }

    .section-1,
    .section-2,
    .section-3 {
        padding: 0 10px;
    }

    .section-1 {
        margin: 45px 0 40px;
    }

    .section-2 {
        margin: 40px 0 40px;
    }

    .section-2 .reviews_slider .slick-slide {
        margin: 0 5px;
    }

    .section-3 {
        margin: 20px 0 30px;
    }

    .breadcrumbs {
        padding: 0 10px;
    }

    .header {
        padding: 16px 0 0;
    }

    .header .header__top {
        flex-direction: column;
    }

    .header .header__top .logo {
        justify-content: space-between;
        margin-bottom: 10px;
        padding: 0 10px 0;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(242, 246, 251, 1);
    }

    .header .header__top .logo__icon {
        width: 16px;
        height: 18px;
    }

    .header .header__top .logo .name {
        margin: 0 0 0 4px;
        font-size: 14px;
    }

    .header .header__top .logo .position {
        font-size: 10px;
    }

    .header__top .logo .logo__menu {
        display: block;
    }

    .header .header__top .btn.call {
        margin: 0 10px 0;
        padding: 8px 25px;
        font-size: 12px;
        text-align: center;
    }

    .header .menu {
        display: none;
    }

    footer .footer__top {
        flex-direction: column;
        padding: 30px 10px;
    }

    footer .footer__top .footer__requisitos {
        width: 100%;
    }

    footer .footer__top .footer__requisitos:first-child {
        margin-bottom: 34px;
    }

    footer .footer__bottom {
        padding: 25px 0 20px;
    }

    footer .footer__bottom .footer__info {
        margin-top: 15px;
    }

    .pagintation {
        flex-direction: column;
    }

    .pagintation .pagintation__pages .pagination__page {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        font-size: 10px;
    }

    .pagintation .pagintation__pages .pagination__page:last-child {
        margin: 0;
    }

    .pagintation .pagintation__pages .pagination__page.prev {
        margin-right: 10px;
    }
    .pagintation .pagintation__pages .pagination__page.next {
        margin-left: 10px;
    }

    .pagintation .pagintation__current {
        width: 56px;
        height: 30px;
        margin: 20px 0 0;
        font-size: 16px;
    }
}