html {
    overflow-x: hidden;
}

body {
    background: #FCFCFC;
    overflow-x: hidden;

}

.container {
    max-width: 1440px;
}

.no-fill {
    fill: none;
}



/*---------------header----------------*/
.header {
    background: #FCFCFC;
    border-bottom: 0;
}

.header-logo__item--keg img {
    width: 120px;
}

.header-logo__item--keg p {
    font-size: 9px;
}

.header-logo__item--baiterek img {
    max-width: 53px;
}

.header-logo__item--emblem img {
    width: 38px;
}

.header-logo__item--emblem p {
    font-size: 9px;
}

.header__contacts-top {
    font-weight: 500;
    font-size: 14px;
    color: #A8A8A8;
}

.header__contacts-body a {
    font-weight: 600;
    font-size: 20px;
    color: #009AC5;
}

.header__contacts {
    margin-right: 50px;
}

.header__refs {
    margin-right: 50px;
}

.header__social {
    margin-right: 50px;
}

.header-refs .header-refs__link {
    font-weight: 500;
    font-size: 14px;
    color: #A8A8A8;
}

.header-refs .header-refs__link .icon {
    width: 21px;
    height: 21px;
    top: 0;
}

.header-socials .icon {
    fill: none;
    stroke: #009AC5;
    stroke-width: 2;
    width: 24px;
    height: 24px;
}

.header-socials__link {
    width: auto;
    height: auto;
    background: transparent !important;
    margin: 0;
    margin-right: 20px;
}

.header-socials__link:last-child {
    margin-right: 0;
}

.header-lang__link {
    text-transform: none;
    font-size: 14px;
    color: #A8A8A8;
    font-weight: 500;
}

.header-lang__link:not(:last-child) {
    margin-right: 20px;
}

.header-lang__link.is-active,
.header-lang__link:hover {
    color: #009AC5;
}

@media screen and (max-width: 1536px) {
    .header__refs {
        margin-right: 20px;
    }

    .header__contacts {
        margin-right: 20px;
    }

    .header__social {
        margin-right: 20px;
    }

    .header-lang__link:not(:last-child) {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1366px) {
    .header__right .header__contacts {
        display: none;
    }

    .header__left {
        width: 370px;
    }

    .header-logo__item--keg {
        margin-right: 20px;
    }

    .header-logo__item--baiterek {
        margin-right: 20px;
    }

    .header__right {
        width: calc(100% - 370px);
    }

    .header-socials__link {
        margin-right: 10px;
    }
}

@media screen and (max-width: 991.98px) {
    .header__left {
        width: 100%;
    }
}

@media screen and (max-width: 575.98px) {
    .header__contacts-block {
        margin: 15px;
    }
}

/*----------------nav------------------*/
.nav__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__serch {
    position: relative;
}

.header__serch .searchform {
    position: absolute;
    display: flex;
    right: -10px;
    z-index: 1;
    transform: translateY(-50%);
    top: 50%;
    width: 650px;
    transition: all 0.5s ease;
    width: 0;
    overflow: hidden;
}

.header__serch--click svg {
    width: 24px;
    height: 24px;
}

.header__serch--click {
    cursor: pointer;
    display: block;
}

.header__serch .searchform button[type="submit"] {
    display: block;
    border: 0;
    background: transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.header__serch .searchform button[type="submit"] svg {
    width: 24px;
    height: 24px;
}

.section.s-nav {
    background: #FFFFFF;
}

/*---------------section-------------------*/
.section {
    margin-bottom: 100px;
}

.s-intro-page {
    margin-bottom: 0;
}

.s-breadcrumbs {
    margin-bottom: 40px;
}


.section.s-news {
    margin-bottom: 60px;
}

.section-title__block {
    margin-bottom: 40px;
}

.section__title {
    font-weight: 500;
    font-size: 40px;
    color: #08141F;
    text-transform: uppercase;
    line-height: 1.2;
}

.section__title .title--yellow {
    color: #F39300;
}

.section__title .title--blue {
    color: #009AC5;
}

.section__title a {
    font-weight: 500;
    font-size: 16px;
    color: #009AC5;
    text-transform: none;
    margin-left: 20px;
}


.section__desc {
    font-weight: 400;
    font-size: 16px;
    color: #08141F;
    margin-top: 20px;
}

.section__desc--services {
    max-width: 1000px;
}

@media screen and (max-width: 1199px) {
    .section__title {
        font-size: 35px;
    }

    .section__desc {
        margin-top: 10px;
        font-size: 14px;
    }
}

.s-services {
    margin-bottom: 70px;
}

.services-item__inner {
    background: transparent;
    padding: 25px 20px;
    position: relative;
}

.services-item__inner:before {
    content: "";
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    position: absolute;
    z-index: -1;
    box-shadow: 0px 35px 40px rgb(0 0 0 / 3%);
}

.services-item__inner:hover:before {
    transform: scale(1.1);
    background: #009AC5;
}

.services-item__info {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}

.services-item__inner .services-item__icon {
    width: 42px;
    margin-right: 30px;
}

.services-item__inner:hover {
    color: #FFFFFF;
    background: transparent !important;
}

.services-item__icon .icon {
    width: 42px;
    height: 42px;
}

.services-item__inner:hover .services-item__icon {
    color: #fff;
}

.section-banner__job {
    margin-top: 30px;
}

.section-banner__job img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.s-consultation {
    background: #009AC5;
    padding-top: 90px;
    padding-bottom: 110px;
}

.section__title--consultation {
    color: #FFFFFF;
}

.section__desc--consultation {
    color: #FFFFFF;
}

.s-consultation .feedback-form {
    margin: 0;
}

.consultation__form .feedback-form__field {
    padding: 0 15px;
}

@media screen and (max-width: 400px) {
    .services-item__title {
        font-size: 14px;
        line-height: 1.2;
    }

    .services-item__inner .services-item__icon {
        margin-right: 15px;
        width: 30px;
    }

    .services-item__icon .icon {
        width: 30px;
        height: 30px;
    }

    .services-item__inner {
        display: flex;
        flex-direction: column;
    }

    .services-item__info {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .services-item__inner .services-item__icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .services-item {
        margin-bottom: 20px;
    }
}

/*--------------form---------------*/
.home-form__input {
    color: #009AC5;
    font-weight: 500;
    font-size: 14px;
    height: 70px;
    padding: 0 30px;
    border: 0;
}

.home-form__input::placeholder {
    color: #009AC5;
}

.home-form__select.select select {
    height: 70px;
    padding-left: 30px;
    color: #009AC5;
    font-weight: 500;
    font-size: 14px;
    border: 0;
}

.home-form__submit {
    height: 70px;
    background: #F39300;
    border: 3px solid #FDA929;
    font-weight: 500;
    font-size: 14px;
}

.home-form__submit .icon.icon--phone {
    width: 24px;
    height: 24px;
}

.home-form__field {
    margin-bottom: 20px;
}

.home-form__field:nth-last-child(1),
.home-form__field:nth-last-child(2) {
    margin-bottom: 0;
}

.s-consultation:after {
    content: "";
    background-color: #FF9A02;
    background-image: url("../img/consultation-section.jpg");
    top: 0;
    bottom: 0;
    width: 40%;
    position: absolute;
    right: 0;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1536px) {
    .s-consultation:after {
        background-position: center;
    }
}

@media screen and (max-width: 1199px) {
    .s-consultation:after {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .home-form__field:nth-last-child(2) {
        margin-bottom: 20px;
    }

    .s-consultation {
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 768px) {
    .section__title {
        font-size: 25px;
    }

    .section__desc {
        margin-top: 5px;
    }

    .section {
        margin-bottom: 50px;
    }

    .s-services {
        margin-bottom: 20px;
    }

    .s-consultation {
        padding: 50px 0;
    }
}

@media screen and (max-width: 520px) {
    .section-title__block {
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 400px) {
    .section__title {
        font-size: 20px;
    }

    .section__desc {
        font-size: 12px;
    }
}


/*-----------------------------------------*/
.infographic__item .widget-infographics__item {
    background: #FFFFFF;
    box-shadow: 0px 35px 40px rgba(0, 0, 0, 0.03);
}

.infographic__item--link .icon {
    width: 92px;
    height: 24px;
    stroke: #009AC5;
}

.infographic__slider .widget-infographics__item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 30px;
}

.infographic__slider .widget-infographics__item-desc {
    font-weight: 400;
    font-size: 16px;
    color: #08141F;
    margin-top: 20px;
}

.infographic__slider .widget-infographics__item-title {
    font-weight: 500;
    font-size: 24px;
    color: #08141F;
}

.infographic__slider .widget-infographics__item-title .link {
    color: initial;
    font-weight: 500;
}

/*--------------------------------------*/
.infographic__pagination {
    margin-top: 40px;
}

.infographic__pagination-progress {
    background: rgba(0, 154, 197, 0.1);
    height: 2px;
    position: relative;
}

.infographic__pagination-number {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #009AC5;
}

.pagination-number__min {
    font-weight: 300;
    font-size: 11px;
}

.infographic__progress {
    position: absolute;
    width: 0%;
    height: 100%;
    background: #009AC5;
    transition: all 0.5s ease;
}

@media screen and (max-width: 991px) {
    .infographic__slider .widget-infographics__item-title {
        font-size: 20px;
    }

    .infographic__slider .widget-infographics__item-desc {
        font-size: 14px;
    }

    .infographic__item--link .icon {
        width: 60px;
        height: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .infographic__slider .widget-infographics__item-info {
        padding: 20px;
    }

    .infographic__item--link {
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .infographic__pagination {
        margin-top: 30px;
    }
}



/*--------------------------------------*/
.posts-item-new {
    height: 460px;
}

.posts__item {
    background: #FFFFFF;
    box-shadow: 0px 35px 40px rgba(0, 0, 0, 0.03);
    height: 100%;
}

.posts__item .posts-item__info {
    padding: 30px;
    height: 52%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.posts__item .posts-item__image-wrap {
    margin-bottom: 0;
    height: 48%;
    padding-top: 0;
}

.posts-item__info .posts-item__date {
    color: #A8A8A8;
}

.posts-item__info .posts-item__meta {
    margin-bottom: 10px;
}

.posts-item__info .posts-item__title a {
    color: #08141F;
}

.posts-item__info--link {
    margin-top: 30px;
}

.posts-item__info--link .icon.icon--arrow-long-right {
    width: 92px;
    height: 24px;
    stroke: #009AC5;
}

.posts-item__info--link .icon.icon--video-play {
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 1366px) {
    .posts-item-new {
        height: 400px;
    }

    .posts-item__info--link {
        margin-top: 15px;
    }

    .posts__item .posts-item__info {
        padding: 20px;
    }

    .posts-item__info .posts-item__meta {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 1200px) {
    .posts-item-new {
        height: 380px;
    }

    .posts-item__info--link {
        margin-top: 10px;
    }
}

@media screen and (max-width: 991px) {
    .s-news .news__left {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .posts__item .posts-item__image-wrap {
        width: 100%;
        height: 180px;
    }

    .posts__item .posts-item__info {
        width: 100%;
        height: auto;
    }

    .posts-item-new {
        width: 100%;
        height: auto;
    }

    .posts__item {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .posts__item .posts-item__image-wrap {
        height: 150px;
    }
}

/*---------------------------------------*/
.blog-item__wrap {
    display: flex;
}

.blog__item {
    background: #FFFFFF;
    box-shadow: 0px 35px 40px rgba(0, 0, 0, 0.03);
    height: 300px;
    padding: 60px 30px;
    padding-right: 160px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.blog__item:before {
    content: "";
    position: absolute;
    background: #F39300;
    width: 160px;
    height: 160px;
    right: 0;
    top: 0;
    transform: translateX(30%) translateY(-30%) rotate(45deg);
}

.blog__item:after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    right: 0;
    bottom: 0;
    background: #D2D2D1;
    transform: translateX(50%) translateY(50%) rotate(45deg);
}

.blog-item__img {
    width: 172px;
    height: 172px;
    border-radius: 100%;
    overflow: hidden;
    background: #D2D2D1;
}

.blog-item__left {
    margin-right: 40px;
}

.blog-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.blog-item__title {
    font-weight: 500;
    font-size: 24px;
    color: #08141F;
    display: flex;
    line-height: 1.2;
    align-items: center;
    margin-bottom: 7px;
}

.blog-item__title a {
    color: initial;
}

.blog-item__title .icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.blog-item__desc {
    font-weight: 400;
    font-size: 16px;
    color: #08141F;
    margin-bottom: 10px;
}

.blog-item__link a {
    font-weight: 600;
    font-size: 16px;
    color: #009AC5;
}


/*-----------------------------------------*/
.catalog__item {
    background: #FFFFFF;
    box-shadow: 0px 35px 40px rgb(0 0 0 / 3%);
    height: 300px;
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
}

.catalog-item__wrap {
    width: 100%;
    display: flex;
    align-items: center;
}

.catalog-item__left {
    height: 100%;
    width: 215px;
    margin-right: 30px;
}

.catalog-item__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #D2D2D1;
}

.catalog-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.catalog-item__title {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin-bottom: 15px;
}

.catalog-item__desc {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-bottom: 50px;
}

.catalog-item__link a {
    background: #009AC5;
    padding: 10px 20px;
    display: inline-flex;
    color: #FFFFFF;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
}

.catalog-item__link a .icon {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 1366px) {
    .blog__item {
        padding-right: 80px;
        height: 250px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .blog__item:before {
        width: 100px;
        height: 100px;
    }

    .blog__item:after {
        width: 100px;
        height: 100px;
    }

    .blog-item__title {
        font-size: 20px;
    }

    .catalog-item__title {
        font-size: 20px;
    }

    .catalog__item {
        height: 250px;
    }
}

@media screen and (max-width: 1200px) {
    .blog-item__img {
        width: 120px;
        height: 120px;
    }

    .blog-item__left {
        margin-right: 20px;
    }

    .catalog-item__left {
        margin-right: 20px;
    }

    .blog-item__title .icon {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .blog__col {
        margin-bottom: 40px;
    }

    .blog__col:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 520px) {
    .blog__item:before {
        display: none;
    }

    .blog__item:after {
        display: none;
    }

    .blog__item {
        padding-right: 30px;
    }

    .catalog__item {
        padding-right: 30px;
    }
}

@media screen and (max-width: 480px) {
    .blog-item__wrap {
        flex-direction: column;
        align-items: center;
    }

    .blog-item__left {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blog__item {
        height: auto;
    }

    .catalog__item {
        height: auto;
        padding-right: 0;
    }

    .catalog-item__right {
        padding: 20px;
        padding-left: 0;
    }

    .catalog-item__desc {
        margin-bottom: 20px;
    }

    .blog-item__title {
        font-size: 18px;
    }

    .blog-item__desc {
        font-size: 14px;
    }

    .catalog-item__title {
        font-size: 18px;
    }

    .catalog-item__desc {
        font-size: 14px;
    }

    .catalog-item__left {
        width: 130px;
        min-width: 130px;
    }
}

@media screen and (max-width: 400px) {
    .catalog-item__wrap {
        flex-direction: column;
    }

    .catalog-item__left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        height: 200px;
    }

    .catalog-item__right {
        padding: 20px;
        padding-top: 0;
    }

    .blog__item {
        padding: 20px;
    }
}


/*------------------------------------------*/
.links-wrapper__title {
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;

    color: #FFFFFF;
}

.section-links {
    background: #009AC5;
    height: 135px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-links .container {
    height: 100%;
}

.section-links {
    overflow: hidden;
}

.links__wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.links__wrapper--second {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.section-links a.link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    opacity: 0;
}

.links-wrapper__title .icon--arrow-long-right {
    stroke: rgba(255, 255, 255, 0.19);
    width: 92px;
    height: 24px;
    margin-left: 15px;
}

.links__wrapper:before,
.links__wrapper:after,
.links__wrapper--second:before,
.links__wrapper--second:after {
    content: "";
    width: 160px;
    height: 160px;
    position: absolute;
}

.links__wrapper:before,
.links__wrapper--second:before {
    background: #F39300;
}

.links__wrapper:after,
.links__wrapper--second:after {
    background: #D2D2D1;
}

.links__wrapper:after {
    left: 0;
    top: 0;
    transform: translateY(-50%) rotate(45deg);
}

.links__wrapper--second:after {
    right: 0;
    bottom: 0;
    transform: translateY(50%) rotate(45deg);
}

.links__wrapper:before {
    left: 0;
    bottom: 10px;
    transform: translateX(80%) translateY(50%) rotate(45deg);
}

.links__wrapper--second:before {
    right: 0;
    top: 10px;
    transform: translateX(-80%) translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1366px) {
    .section-links {
        height: 110px;
    }

    .links__wrapper:before,
    .links__wrapper:after,
    .links__wrapper--second:before,
    .links__wrapper--second:after {
        width: 130px;
        height: 130px;
    }
}

@media screen and (max-width: 1200px) {

    .links__wrapper:before,
    .links__wrapper:after,
    .links__wrapper--second:before,
    .links__wrapper--second:after {
        width: 100px;
        height: 100px;
    }

    .links-wrapper__title {
        font-size: 20px;
    }

    .links-wrapper__title .icon--arrow-long-right {
        width: 50px;
        height: 20px;
    }
}

@media screen and (max-width: 768px) {

    .links__wrapper:before,
    .links__wrapper:after,
    .links__wrapper--second:before,
    .links__wrapper--second:after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .links-wrapper__title {
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .links-wrapper__title {
        font-size: 16px;
    }

    .links-wrapper__title .icon--arrow-long-right {
        stroke: #fff;
    }
}


/*-------------------------------*/
.footer-new {
    background: #F8F8F8;
    padding: 70px 0 50px 0;
}

.footer-top__menu .nav-sub {
    display: none !important;
}

.footer-new__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer-top__logo img {
    max-width: 200px;
}

.footer-top__logo {
    font-size: 10px;
}

.footer-top__menu .nav__link {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    color: #A8A8A8;
}

.footer-top__menu .nav__list {
    margin-left: -30px;
    margin-right: -30px;
}

.footer-top__menu .nav__item {
    padding: 0 30px;
}

.footer-top__menu .nav__item.is-active>.nav__link,
.footer-top__menu .nav__item:hover>.nav__link {
    box-shadow: none;
    color: #F39300;
}

.footer-body__center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-body__safety .btn--type-5 {
    background: #F39300;
    padding: 15px 25px;
    font-weight: 400;
    font-size: 14px;
}

.footer-body__safety {
    margin-left: 80px;
    margin-top: 25px;
}

.footer-new__body {
    margin-bottom: 60px;
}

.footer-body__contact .footer__contacts-title {
    color: #A8A8A8;
    margin-bottom: 10px;
}

.footer-body__contact .footer__contacts a {
    color: #009AC5;
}

.footer-body__contact .footer__contacts-desc {
    font-weight: 600;
    line-height: 1.4;
}

.footer-body__contact .footer__contacts-number {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
}

.footer-bottom__social {
    justify-content: center;
    display: flex;
    margin-bottom: 35px;
}

.footer-bottom__social .footer__socials-link.link {
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
    margin: 0 15px;
}

.footer-bottom__social .footer__socials-link.link svg {
    width: 24px;
    height: 24px;
}

.footer-bottom__copyright {
    text-align: center;
}

.footer-new__bottom .footer__copyright {
    color: #A8A8A8;
}

.footer-new__bottom .footer__copyright a:hover,
.footer-new__bottom .footer__dev a:hover {
    color: #009AC5;
}

.footer-new__bottom .footer-bottom__dev {
    margin-top: 10px;
}

.footer-new__bottom .footer__dev {
    text-align: center;
}


@media screen and (max-width: 1200px) {
    .footer-top__menu .nav__item {
        padding: 0 10px;
    }

    .footer-top__logo img {
        max-width: 120px;
    }

    .footer-top__logo {
        font-size: 8px;
    }
}

@media screen and (max-width: 991px) {
    .footer-new {
        padding: 50px 0 30px 0;
    }

    .footer-top__right {
        display: none;
    }

    .footer-new__top {
        justify-content: center;
        margin-bottom: 30px;
    }

    .footer-body__center {
        flex-direction: column;
    }

    .footer-body__safety {
        margin-left: 0;
    }

    .footer-new__body {
        margin-bottom: 40px;
    }

    .footer-bottom__social {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .footer-new__body .footer__contacts-item {
        width: auto;
        text-align: center;
        margin: 5px 0;
    }

    .footer-new__body .footer__contacts {
        display: flex;
        flex-direction: column;
    }

    .footer-new__top {
        margin-bottom: 20px;
    }

    .footer-body__contact .footer__contacts-number {
        font-size: 25px;
    }

    .footer-body__contact .footer__contacts-title {
        margin-bottom: 5px;
    }

    .footer-new__body .footer-body__safety {
        margin-top: 15px;
    }

    .footer-new__body {
        margin-bottom: 30px;
    }
}




/*--------------------Links---------------*/

.usefullink__item {
    background: #FFFFFF;
    box-shadow: 0px 35px 40px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    min-height: 230px;
}

.usefullink__left {
    width: 340px;
    min-width: 340px;
    text-align: center;
    padding: 20px;
}

.usefullink__img img {
    max-width: 100%;
    max-height: 100%;
}

.usefullink__title {
    text-transform: uppercase;
    color: #009AC5;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 2px;
}

.usefullink__title a {
    color: #009AC5;
}

.usefullink__desc {
    font-weight: 400;
    font-size: 16px;
    color: #08141F;
}

.usefullink__link {
    margin-top: 20px;
}

.usefullink__link .icon--arrow-long-right {
    width: 92px;
    height: 24px;
    stroke: #009AC5;
}

.usefullink__right {
    padding: 20px 30px;
}

@media screen and (max-width: 1366px) {
    .usefullink__left {
        width: 270px;
        min-width: 270px;
    }
}

@media screen and (max-width: 1024px) {
    .usefullink__left {
        width: 220px;
        min-width: 220px;
    }

    .usefullink__desc {
        font-size: 14px;
    }

    .usefullink__title {
        font-size: 22px;
    }

    .usefullink__link {
        margin-top: 15px;
    }

    .usefullink__link .icon--arrow-long-right {
        width: 70px;
        height: 20px;
    }
}

@media screen and (max-width: 991px) {
    .usefullink__title {
        font-size: 20px;
    }

    .usefullink__left {
        width: 200px;
        min-width: 200px;
    }
}

@media screen and (max-width: 768px) {
    .usefullink__item {
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .usefullink__right {
        padding: 20px;
        padding-top: 0;
    }

    .usefullink__img img {
        max-height: 100px;
    }
}

.survey__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}

.survey__bottom {
    margin-top: 30px;
}

.bottom__item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
}

.bottom__item:not(:last-child) {
    margin-bottom: 10px;
}

.bottom__item-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #08141F;
}

.bottom__options-label {
    font-size: 16px;
    color: #08141F;
    margin: 0;
    cursor: pointer;
    width: 100%;
}

.bottom__options-input {
    -webkit-appearance: none;
    color: inherit !important;
    border: none !important;


}

.bottom__message {
    text-align: center;
    width: 100%;
    font-size: 24px;
    color: green;
    margin-top: 30px;
    font-weight: 700;
}

.bottom__options-input:checked+.bottom__options-border {
    border-color: #009AC5;
    ;
}

.bottom__textarea {
    height: 80px;
    padding: 10px 20px;
    width: 100%;
    max-width: 100%;
    display: block;
    color: #4e4e4e;
    font-size: 14px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    outline: none;
    border: 1px solid #e6e6e6;
}

.bottom__options-input:checked+.bottom__options-border:after {
    /* transform: scale(1); */
    opacity: 1;
}

.bottom__options-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
}

.bottom__options-item:not(:last-child) {
    margin-bottom: 10px;
}

.bottom__options-border {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    position: relative;
    min-width: 22px;
    width: 22px;
    height: 22px;
    border: 1px solid #08141F;
    border-radius: 100%;
    margin-right: 15px;
}

.bottom__options-border:after {
    position: absolute;
    width: 12px;
    height: 12px;
    content: "";
    background-color: #009AC5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    opacity: 0;
    /* transform: scale(0); */
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bottom__btn {
    margin-top: 40px;
    width: 100%;
}

.bottom__btn button {
    width: 100%;
    background-color: #009AC5;
    padding: 23px 0;
    color: white;
    font-size: 20px;
    font-weight: 500;
}

@media(max-width:992px) {
    .bottom__options-border {
        margin-right: 5px;
    }

    .bottom__item {
        padding: 10px;
    }

    .bottom__item-title {
        font-size: 16px;
    }

    .bottom__options-label {
        font-size: 13px;
    }
}

.opros__wrapper {
    width: 100%;
    position: relative;
    background-color: #009AC5;
    height: 100%;
    padding: 49px 0 44px 93px;
    overflow: hidden;
    background-image: url("../img/oprosBack.png");
    background-size: cover;
}

.opros__title {
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.opros__subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;

}

.opros__link {
    margin-top: 20px;
    display: inline-block;
    background-color:
        #F39300;
    color: #FFFFFF;

    padding: 15px 102px;
    font-size: 14px;
    font-weight: 600;
}

.opros__link:hover {
    color: #FFFFFF;
}

.opros__link svg {
    margin-left: 11px;
}

.opros__boxes {
    position: absolute;
    right: -269px;
    top: -283px;
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1262px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-close3 {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1;
    padding: 0;
    border: 0;
    background: #fdfdfd;
    z-index: 100;
    height: 40px;
    border-radius: 50px;
}

.md-show {
    visibility: visible;
}

.hidden-2 {
    visibility: hidden;
}

@media(max-width:650px) {
    .opros__boxes {
        display: none;
    }

    .opros__wrapper {
        padding: 49px 10px 44px 10px;
        text-align: center;
    }

    .opros__title {
        font-size: 30px;
    }

    .opros__link {
        padding: 15px 40px;
    }

}

/*-----------------------------------*/
.s-page__content .services-item__inner:before {
    transform: scale(1);
}

.s-page__content .services-item__inner .services-item__title {
    transition: all 0.5s ease;
}

.s-page__content .services-item__inner:hover .services-item__title {
    color: #fff;
}

.s-page__content .services-item__inner:hover .services-item__desc {
    color: #fff !important;
}

.s-page__content .services-item__inner:hover .services-item__desc a {
    color: #fff;
    opacity: 0.7;
}

.s-page__content .services-item__inner:hover .services-item__desc a:hover {
    opacity: 1;
}

.s-page__content .services-item.services-item--detail {
    margin-bottom: 30px;
}


/*****************/
.table-type-10 tbody tr:nth-child(2n),
.formatted-body table thead {
    background-color: white !important;
}

.table-type-10 {
    background: #FFF;

}

.table-type-10,
.table-type-10 td,
.table-type-10 th {


    border: none !important;
}

.table-type-10 td,
.table-type-10 th {
    border-bottom: 1px solid #F2F2F2 !important;
    font-size: 14px;
    vertical-align: top;
}

.table-type-ex .table-responsive {
    background: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}

.table-type-ex .table-responsive::-webkit-scrollbar {
    height: 4px;
    /* ширина scrollbar */
}

.table-type-ex .table-responsive::-webkit-scrollbar-track {
    background: #ECECEC;
    /* цвет дорожки */
}

.table-type-ex .table-responsive::-webkit-scrollbar-thumb {
    background: var(--009-ac-5, #009AC5);
    /* цвет плашки */
    border-radius: 20px;
    /* закругления плашки */
    /* padding вокруг плашки */
}


.infographic__slider .swiper-slide {
    max-width: 800px;
}
