@import url('https://fonts.googleapis.com/css?family=Inter:400,500,600,700,800&subset=cyrillic');
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700,800&subset=cyrillic');
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/avenirnextcyr-regular.eot');
    src: url('../fonts/avenirnextcyr-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenirnextcyr-regular.woff') format('woff'),
         url('../fonts/avenirnextcyr-regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/avenirnextcyr-bold.eot');
    src: url('../fonts/avenirnextcyr-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenirnextcyr-bold.woff') format('woff'),
         url('../fonts/avenirnextcyr-bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}*/
b,strong{
    font-weight: 700;
}
i{
    font-style: italic;
}
body {
    position: relative;
    color: #000;
    font-family: 'Inter', sans-serif;
}
a {
    color: #e51e25;
    transition: all linear .2s;
}
a:hover {
    color: #000;
}
.body_no-scroll {
    overflow: hidden;
}
.main {
    min-height: 50vh;
    font-size: 18px;
    line-height: 24px;
}
.main_page {
    padding-bottom: 60px;
}
.main_page h1{
    /*text-align: center;*/
}
.main .title {
    padding: 0 0 22px 0;
    margin: 0;
    font-weight: 700;
    font-size: 35px;
    line-height: normal;
    font-family: 'Inter', sans-serif;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
.main h1 {
    padding: 0;
    margin: 50px 0 35px 0;
    font-weight: 700;
    font-size: 43px;
    font-family: 'Inter', sans-serif;
    line-height: 45px;
    color: #000;
    text-transform: uppercase;
}
.main h2 {
    padding: 0;
    margin: 43px 0 22px 0;
    font-weight: 600;
    font-size: 26px;
    font-family: 'Inter', sans-serif;
    line-height: 28px;
    color: #e51e25;
}
.main h3 {
    padding: 0;
    margin: 18px 0 24px;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    line-height: 23px;
    /*color: #e51e25;*/
}
.main .date {
    margin: -21px 0 35px 0;
    color: #e51e25;
    font-size: 16px;
    line-height: 26px;
}
.main p {
    padding: 0;
    margin: 0 0 26px 0;
    font-size: 18px;
    line-height: 24px;
}
.main a {
    text-decoration: none;
}
.main img {
    max-width: 100%;
    height: auto;
}
.main img.long {
    width: 100%;
    height: auto;
}
.main figure {
    width: 100%;
    padding: 0;
    margin: 48px 0 45px;
    text-align: center;
}
.main figure img {
    width: 100%;
    height: auto;
}
.main figure figcaption {
    padding: 0;
    margin-top: 15px;
    color: #636363;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
}
.main ul {
    padding: 0;
    margin: 0 0 25px 20px;
}
.main ul li {
    padding-left: 11px;
}
.main ol {
    padding: 0;
    margin: 0 0 25px 20px;
}
.main ol li {
    padding-left: 11px;
}
.main table{
    min-width: 620px;
}
.main table:not([border='0'])[border] {
    width: 100%;
    margin: 7px 0 10px 0;
    border-collapse: collapse;
    border-style: solid;
    border-color: #f1f7e2;
    font-size: 16px;
}
.main table:not([border='0'])[border] tr th {
    padding: 7.5px 15px;
    border-color: #f1f7e2;
    background: #f5faeb;
}
.main table:not([border='0'])[border] tr td {
    padding: 16.5px 30px;
    border-color: #f1f7e2;
    background: #fafcf5;
}
.main table:not([border='0'])[border] tr:nth-child(2n+1) td {
    background: #f5faeb;
}
.main table img {
    max-width: none;
}
ul.breadcrumbs {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    list-style: none;
}
ul.breadcrumbs li {
    display: inline-block;
    position: relative;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}
ul.breadcrumbs li:not(:first-child) {
    margin-left: 37px;
}
ul.breadcrumbs li:not(:first-child):before {
    position: absolute;
    top: 50%;
    left: -18px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 50%;
    content: '';
    background: #fff;
}
ul.breadcrumbs li.active {
    color: #000;
}
ul.breadcrumbs li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
ul.breadcrumbs li a:hover {
    color: #df0909;
}
ul.pagination {
    display: inline-block;
    width: 100%;
    padding: 35px 0;
    margin: 0;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    line-height: 1;
    list-style: none;
    text-align: center;
}
ul.pagination li.pagination__item {
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
}
ul.pagination li.pagination__item.active {
    background: #df0909;
}
ul.pagination li.pagination__item.active .pagination__link {
    color: #fff;
}
ul.pagination a.pagination__link {
    color: #231f20;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
}
ul.pagination a.pagination__link:hover {
    color: #df0909;
}
.fancybox-skin {
    padding: 0 !important;
}
.fancybox-nav span {
    visibility: visible;
    width: 50px;
    height: 50px;
    border: 2px solid #e41d2d;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fancybox-nav span:hover {
    border-color: #e41d2d;
    background-color: #e41d2d;
}
.fancybox-next span {
    right: 0;
    margin-right: -100px;
    background: url('../images/fancy-next.png') center center no-repeat;
}
.fancybox-prev span {
    left: 0;
    margin-left: -100px;
    background: url('../images/fancy-prev.png') center center no-repeat;
}
.fancybox-close {
    top: 0;
    right: -100px;
    width: 50px;
    height: 50px;
    border: 2px solid #e41d2d;
    background: url('../images/fancy-close.png') center center no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fancybox-close:hover {
    background-color: #e41d2d;
}
.fancybox-title-float-wrap {
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}
.fancybox-title-float-wrap .child {
    max-width: 90%;
    margin-right: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    white-space: normal;
    background: none;
}
.fancybox-overlay-fixed {
    z-index: 5;
    background: rgba(0,0,0,0.8);
}
.table-wrap {
    overflow-x: auto;
    margin-top: 30px;
}
.table-wrap span {
    color: #999;
    font-size: 11px;
}
.dragscroll {
    cursor: -webkit-grab;
    cursor: grab;
}
@media (max-width: 1023px) {
    ul.breadcrumbs {
        display: none;
    }
    .main {
        padding-top: 30px;
    }
    .main_page {
        padding-bottom: 55px;
    }
    .main .date {
        margin: 10px 0 30px 0;
    }
    .main h1 {
        margin: 13px 0 19px 0;
    }
    .main h2 {
        margin: 32px 0 16px 0;
    }
    .main h3 {
        margin: 33px 0 15px;
    }
    .main p {
        margin: 0 0 15px 0;
    }
    .main figure {
        margin: 36px 0 32px;
    }
    .main figure figcaption {
        margin-top: 3px;
        font-size: 15px;
        line-height: 20px;
    }
    .main table:not([border='0'])[border] tr th {
        padding: 15px;
    }
    .main table:not([border='0'])[border] tr td {
        padding: 15px;
        border-color: #c6c9cc;
        background: #fff;
    }
    .fancybox-next span {
        margin-right: -15px;
        background-color: rgba(0,0,0,0.5);
    }
    .fancybox-prev span {
        margin-left: -15px;
        background-color: rgba(0,0,0,0.5);
    }
    .fancybox-close {
        top: -15px;
        right: -15px;
        background-color: rgba(0,0,0,0.5);
    }
}
@media (max-width: 767px) {
    .fancybox-next span, .fancybox-prev span {
        width: 45px;
        height: 45px;
    }
    .fancybox-close {
        width: 45px;
        height: 45px;
    }
    .main .title {
        font-size: 30px;
    }
    .main h1 {
        margin-top: 0;
        font-size: 30px;
        line-height: 31px;
        -webkit-hyphens: auto;
        hyphens: auto;

        -ms-hyphens: auto;
    }
    .main h2 {
        font-size: 24px;
        line-height: 25px;
    }
    .main h3 {
        margin-top: 30px;
        margin-bottom: 15px;
        font-size: 21px;
        line-height: 22px;
    }
    .main figure figcaption {
        margin-top: 8px;
        text-align: left;
    }
    table:not([border='0'])[border] tr th {
        padding: 10px;
    }
    table:not([border='0'])[border] tr td {
        padding: 10px;
    }
}
.visible-hidden {
    position: absolute;
    overflow: hidden;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
}
.btn-accent {
    min-width: 250px;
    padding: 18px 5px;
    border: none;
    border-radius: 10px;
    color: #e51e25;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #e51e25;
}
.btn-accent:hover {
    color: #fff;
    background: #e51e25;
}
.btn-accent.black{
    color: #fff;
    background: #9fcb3a;
}
.btn-accent.black:hover{
    color: #fff;
    background: #e51e25;
}
.container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1170px;
    padding: 0 35px;
    margin: 0 auto;
    min-width: 320px;
    overflow: hidden;
}
@media (max-width: 1023px) {
    .container {
        padding: 0 55px;
    }
}
@media (max-width: 767px) {
    .container {
        padding: 0 22px;
    }
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;

    fill: currentColor;
}
.form-wrapper {
    width: 100%;
    max-width: 755px;
}
.form {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.input-group {
    width: 100%;
}
.input-group__input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    padding: 0 15px;
    margin-bottom: 15px;
    border: 1px solid #c6cad4;
    color: #626262;
    font-size: 14px;
}
.input-group__input_textarea {
    height: auto;
    padding: 15px;
}
.input-group__input:focus {
    outline: none;
    border-color: #000;
}
.input-group__input::-webkit-input-placeholder {
    color: #626262;
}
.input-group__input::-moz-placeholder {
    color: #626262;
}
.input-group__input:-ms-input-placeholder {
    color: #626262;
}
.input-group__input::-ms-input-placeholder {
    color: #626262;
}
.input-group__input::placeholder {
    color: #626262;
}
.input-group__input_error {
    border-color: #df0024;
}
.input-group__input_error::-webkit-input-placeholder {
    color: #df0024;
}
.input-group__input_error::-moz-placeholder {
    color: #df0024;
}
.input-group__input_error:-ms-input-placeholder {
    color: #df0024;
}
.input-group__input_error::-ms-input-placeholder {
    color: #df0024;
}
.input-group__input_error::placeholder {
    color: #df0024;
}
.checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    margin-bottom: 3px;
    cursor: pointer;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
}
.checkbox__icon {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin-top: 5px;
    border: 1px solid #c6c7c8;
    background: #fff;

    -webkit-box-flex: 0;
}
.checkbox__text {
    padding-top: 6px;
    margin-left: 5px;
    font-size: 12px;
    line-height: 16px;
}
.checkbox__text span {
    color: #f74d5a;
}
.checkbox__input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
}
.checkbox__input:checked + .checkbox__icon {
    background: #fff url('../images/checked.png') center center no-repeat;
    background-size: 70% 70%;
}
.checkbox__input:focus + .checkbox__icon {
    border-color: #000;
}
.form-text {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 35px;
    color: #df0024;
    font-size: 12px;
    line-height: 1;
}
.captcha {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}
.captcha__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
}
@media (max-width: 576px) {
    .captcha {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .captcha__col {
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
    }
    .captcha__col:last-child {
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 15px;

        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
    }
}
.d-item-list {
    margin-top: 35px;
}
.d-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 35px;
    margin: 0 -35px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 10px;
}
.d-item:hover {
    background: #f5faeb;
}
.d-item__icon {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    border-radius: 50%;

    -webkit-box-flex: 0;
}
.d-item__icon_doc {
    background: #f5faeb url('../images/icon-doc.svg') center center no-repeat;
    background-size: 25px;
}
.d-item__icon_pdf {
    background: #f5faeb url('../images/icon-pdf.svg') center center no-repeat;
    background-size: 25px;
}
.d-item__description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.d-item__name {
    width: 100%;
    padding-bottom: 16px;
    color: #000;
}
.d-item__date {
    color: #df0909;
    font-size: 16px;
    line-height: 26px;
}
.d-item__link {
    margin-left: 35px;
    color: #df0909;
    font-size: 16px;
    line-height: 26px;
}
.bottom-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0 15px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
}
@media (max-width: 767px) {
    .d-item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
    }
}
@media (max-width: 510px) {
    .d-item {
        padding: 10px 5px;
        margin-bottom: 15px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .d-item__description {
        width: 100%;
        padding: 15px 0 0 0;
    }
    .d-item__link {
        width: 100%;
        margin: 0;
    }
}
.footer {
    padding: 56px 0 30px 0;
    background: url(../images/footer-bg.svg) center no-repeat #7f7f7f;
    background-size: cover;
}
.footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}
.footer-right {
    color: #fff;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footer-right__adress {
    font-size: 18px;
    line-height: 26px;
}
.footer-right__phone {
    margin-top: 10px;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
}
.footer-right__phone a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-right__phone a:hover {
    color: #e51e25;
}
.footer-right__mail {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
}
.footer-right__mail a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-right__mail a:hover {
    color: #e51e25;
}
.footer-right__button {
    margin: 15px 0;
    border: none;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    background: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}
.footer-right__button:hover {
    color: #e51e25;
}
.develop {
    margin-top: 15px;
    font-size: 13px;
    line-height: 17px;
}
.develop__link {
    display: inline-block;
    width: 100%;
    max-width: 310px;
    padding-bottom: 10px;
    color: #fff;
    opacity: .3;
}
.develop__link a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.develop__link a:hover {
    color: #de9818;
    text-decoration: underline;
}

.footer-insta{
    font-size: 18px;
    line-height: 26px;
    color: #de9818;
}
.footer-insta a{
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-insta a:hover {
    color: #de9818;
}
.footer .coutn-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.footer .coutn-flex div:first-child{
    margin-right: 10px;
}
@media (max-width: 1279px) {
    .footer {
        padding-bottom: 34px;
    }
    .footer-right__phone {
        font-size: 24px;
    }
    .footer-logo {
        margin-top: 5px;
    }
    .develop {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .footer {
        padding-bottom: 61px;
    }
    .footer-row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -webkit-align-items: center;
    }
    .footer-logo {
        width: 135px;
        height: auto;
    }
    .footer-right {
        padding-top: 36px;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-right__phone a {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-right__mail {
        margin-top: 0;
    }
    .footer-insta{
        text-align: center;
    }
}
.gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 19px 0;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}
.gallery-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33% - 25px);
    margin: 25px 0 25px 0;
    text-decoration: none;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.gallery-item__img {
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 0;
    line-height: 0;
}
.gallery-item__img img {
    display: inline-block;
    width: 100%;
    height: auto;
}
.gallery-item__img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.6) url('../images/pluse.png') center center no-repeat;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.gallery-item:hover {
    color: #515252;
}
.gallery-item:hover .gallery-item__img:before {
    opacity: 1;
}
.gallery-item__text {
    margin-top: 15px;
    color: #515252;
    font-size: 16px;
    line-height: 21px;
}
.gallery-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0 0 0;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
}
@media (max-width: 1023px) {
    .gallery {
        margin-top: 36px;
    }
    .gallery-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .gallery-item {
        display: none;
        width: calc(50% - 10px);
        margin-top: 0;
        margin-bottom: 25px;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .gallery-item:nth-child(-n+4), .gallery-item_active {
        display: block;
        opacity: 1;
    }
}
@media (min-width: 768px) {
    .gallery-item__text {
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        margin-top: 5px;
        font-size: 15px;
        line-height: 20px;
    }
}
@media (max-width: 576px) {
    .gallery {
        margin-bottom: 33px;
    }
    .gallery-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .gallery-item {
        display: none;
        width: 100%;
        opacity: 0;
    }
    .gallery-item__text {
        display: inline-block;
        margin-top: 0;
        font-size: 15px;
        line-height: 20px;
    }
    .gallery-item:nth-child(-n+3), .gallery-item_active {
        display: block;
        opacity: 1;
    }
}
.h-about {
    position: relative;
    height: 511px;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -30px;
    background: url(../images/about-bg.jpg) center no-repeat;
    background-size: cover;
}
.h-about__overflow {
    overflow: hidden;
}
.h-about .container {
    padding: 120px 35px 200px;
}
.main .h-about__title {
    position: relative;
    z-index: 2;
    padding: 0 0 22px 0;
    margin: 0;
    color: #9fcb3a;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-align: left;
}
.h-about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.h-about__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-flex: 1;
}
.h-about__subtitle-number {
    color: #000;
    font-size: 186px;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
.h-about__subtitle-text {
    margin-left: 25px;
    color: #000;
    font-size: 33px;
    font-family: 'Inter';
    line-height: 36px;
    opacity: 0;
    font-weight: 800;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    text-transform: uppercase;
}
.h-about__subtitle-text span {
    color: #000;
}
.right-col{
    width: calc(100% - 485px);
    max-width: 650px;
}
.h-about__text {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 25px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.h-about__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 51px;
    height: 51px;
    background: #9fcb3a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #9fcb3a;
}
.h-about__link:hover {
    background: #fff;
    border-color: #fff;
}
.h-about__link:hover:before, .h-about__link:hover:after {
    -webkit-transform: translate(-50%, -50%) rotate(179deg);
    -ms-transform: translate(-50%, -50%) rotate(179deg);
    transform: translate(-50%, -50%) rotate(179deg);
}
.h-about__link:before, .h-about__link:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    background: #000;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.h-about__link:before {
    width: 21px;
    height: 2px;
}
.h-about__link:after {
    width: 2px;
    height: 21px;
}
@media (max-width: 1279px) {
    .h-about__link {
        bottom: -78px;
    }
    .h-about__subtitle {
        margin-top: -30px;
    }
    .h-about .container {
        padding: 100px 35px 150px 35px;
    }
}
@media (max-width: 1100px) {
    .h-about__subtitle{
        display: none;
    }
    .h-about__row{
        margin-top: 0;
    }
    .h-about__row .right-col{
        width: 100%;
        max-width: none;
    }
}
@media (max-width: 920px) {
    .h-about .container {
        padding: 60px 35px 150px 35px;
    }
    .h-about__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 30px;
    }
    .h-about__subtitle {
        width: 100%;
        max-width: none;
        padding: 0px 0px 0 0px;
    }
    .h-about__subtitle-text {
        font-size: 33px;
        margin-left: 0;
    }
    .h-about__subtitle-text .br-sm-hide {
        display: none;
    }
    .h-about__text {
        width: 100%;
        max-width: none;
        padding: 15px 0 0 0px;
    }
    .h-about__subtitle-text br{
        display: none;
    }
    .h-about__row{
        align-items: center;
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;    
    }
    .h-about__row .right-col{
        width: 100%;
    }
}
.h-advantage {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 90px 0 0px 0;
}
.h-advantage .title{
    color: #000;
}
.h-advantage-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}
.h-advantage-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 25%;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    background: #f5f5f5;
padding: 20px 0px 20px 0px;
margin: 50px 10px 0px 10px;
}
.h-advantage-item:hover {
    background: #F88D15;
}
.h-advantage-item:hover .h-advantage-item__title {
    color: #FFFFFF;
}
.h-advantage-item:hover path {
    fill: #FFFFFF;
}
.h-advantage-item__icon {
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.h-advantage-item__circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.h-advantage-item__title {
    width: 100%;
    width: 100%;
    margin-top: 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000;
    padding: 0 10px;
    box-sizing: border-box;
}
.h-advantage-item:hover .h-advantage-item__circle {
}
.h-advantage-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-top: 80px;
    font-weight: 600;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
}

@media (max-width: 1279px) {
    .h-advantage-item__title {
        font-size: 19px;
        line-height: 23px;
    }
    .h-advantage-bottom {
        padding-top: 71px;
    }
}
@media (max-width: 1023px) {
    .h-advantage-list {
        -ms-flex-pack: center;
        justify-content: center;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
    }
    .h-advantage-item {
        width: 33.333333333333336%;
    }
    .h-advantage-bottom {
        padding-top: 63px;
    }
}
@media (max-width: 767px) {
    .h-advantage {
        padding-bottom: 67px;
    }
    .h-advantage-list {
        margin-top: 15px;
    }
    .h-advantage-item {
        width: 100%;
        margin-top: 0;
        margin-bottom: 27px;
    }
    .h-advantage-item__title {
        margin-top: 7px;
    }
    .h-advantage-bottom {
        padding-top: 23px;
    }
}
.h-contacts {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 475px;
}
.map {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.map1 {
	width: 100%;
	height: 500px;
}
.contacts-map {
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 530px;
    padding: 35px 55px;
    margin-top: 85px;
    /*border-radius: 5px;*/
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,0.2);
    box-shadow: 0 0 35px rgba(0,0,0,0.2);
    background: #fff;
    background-size: cover;
}
.contacts-map__title {
    padding-bottom: 10px;
    font-size: 43px;
    font-family: 'Inter', sans-serif;
    line-height: 63px;
    font-weight: 700;
    color: #000;
	text-transform: uppercase;
}
.contacts-map__adress {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    max-width: 380px;
}
.contacts-map__link {
    color: #000;
    font-size: 18px;
    line-height: 26px;
}
.contacts-map__link a {
    font-weight: 700;
    display: inline-block;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contacts-map__link a:hover {
    color: #e51e25;
}
.contacts-map__button {
    padding: 0;
    margin-top: 20px;
    border: none;
    color: #C00000;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    background: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
text-decoration: underline;
}
.contacts-map__button:focus {
    outline: none;
}
.contacts-map__button:hover {
    color: #e51e25;
}
@media (max-width: 1279px) {
    .contacts-map {
        width: 477px;
        padding: 39px 63px;
        background-size: 80%;
    }
    .contacts-map__title {
        padding-bottom: 14px;
    }
    .contacts-map__button {
        margin-top: 6px;
    }
}
@media (max-width: 1023px) {
    .h-contacts {
        height: 492px;
    }
    .contacts-map {
        width: 297px;
        padding: 15px 25px 15px 35px;
        background: #fff;
    }
    .contacts-map__title {
        padding-bottom: 26px;
    }
    .contacts-map__link a:nth-child(2) {
        display: inline-block;
        width: 100%;
    }
    .contacts-map__link,
    .contacts-map__adress{
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .contacts-map {
        width: 291px;
        padding: 25px 25px 25px 31px;
        margin-top: 60px;
    }
    .contacts-map__title {
        padding-bottom: 11px;
        font-size: 30px;
        line-height: 31px;
    }
    .contacts-map__adress {
        padding-bottom: 10px;
    }
    .h-contacts {
        height: 613px;
    }
    .h-contacts .container {
        padding: 0 15px;
    }
    .contacts-map{
        background-size: 80%;
    }
}
.h-products {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 88px 0 92px 0;
    background: url(../images/products-bg.jpg) center no-repeat;
    background-size: cover;
}
.h-products-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 70px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
}
.goods-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% + 16px);
    margin-left: -8px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.goods-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(25% - 16px);
    height: 267px;
    padding: 25px 15px;
    margin: 19px 8px 0;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    
}
.goods-item .goods-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    content: '';
    background: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}
.goods-item .goods-item__bg:before{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    content: '';
    width: 100%;
    height: 100%;
    opacity: .3;
}
.goods-item:hover {
    z-index: 2;
}
.goods-item:hover .goods-item__bg {
    height: 108%;
    -webkit-box-shadow: 0 0 60px rgba(109,110,113,0.14);
    box-shadow: 0 0 60px rgba(109,110,113,0.14);
    -webkit-transform: scale(1.20);
    transform: scale(1.20);
    border: 5px solid #fff; 
}
.goods-item:hover .goods-item__title {
    color: #fff;
}
.goods-item:hover .goods-item__button {
    opacity: 1;
}
.goods-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    height: 160px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.goods-item__title {
    width: 100%;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 22px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}
.goods-item__button {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    padding: 12px 30px;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, 70%);
    -ms-transform: translate(-50%, 70%);
    transform: translate(-50%, 70%);
}
.goods-item__button:hover {
    color: #fff;
    background: #e00a0a;
}
@media (max-width: 1280px) {
    .h-products {
        background: #fff;
    }
}
@media (max-width: 1279px) {
    .goods-list {
        padding-top: 40px;
    }
    .goods-item__img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 130px;

        -webkit-box-align: start;
        -webkit-align-items: flex-start;
    }
    .goods-item__img img {
        width: auto;
        height: 100%;
    }
    .h-products-bottom {
        padding-top: 44px;
    }
    .h-products {
        padding-bottom: 97px;
    }
}
@media (max-width: 1160px) {
    .goods-item{
        width: calc(25% - 16px);
    }
}
@media (max-width: 1023px) {
    .h-products {
        padding-top: 82px;
    }
    .goods-list {
        width: 100%;
        padding: 39px 25px 0 25px;
    }
    .goods-item {
        width: 32%;
        height: 267px;
        padding: 25px 25px 45px 25px;
    }
    .goods-item_last {
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 55px;
        padding: 0 15px;
        text-align: center;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
    }
    .goods-item_last .goods-item__title {
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        text-align: center;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
    }
    .goods-item__title {
        margin-top: 15px;
        font-size: 18px;
        line-height: 24px;
    }
    .goods-item__img {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: 100px;

        -webkit-box-flex: 0;
    }
    .h-products-bottom {
        padding-top: 57px;
    }
}
@media (max-width: 850px) {
    .goods-item{
        width: calc(50% - 16px);
    }
}
@media (max-width: 767px) {
    .h-products {
        padding-top: 60px;
        padding-bottom: 67px;
    }
}
@media (max-width: 550px) {
    .goods-list{
        width: 100%;
        margin-left: 0;
        padding: 39px 0px 0;
        -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    }
    .goods-item {
        width: 100%;
        height: 260px;
        max-width: 300px;
        margin: 0 0 20px;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .goods-item_last {
        height: 88px;
    }
    .goods-item:hover {
        z-index: 2;
    }
    .goods-item:hover:before {
        height: 100%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .goods-item:hover .goods-item__title {
        color: #fff;
    }
    .goods-item:hover .goods-item__button {
        opacity: 0;
    }
    .goods-item__img {
        height: 140px;
    }
    .goods-item__title {
        margin-top: 10px;
    }
    .goods-list {
        padding-top: 21px;
    }
    .h-products-bottom {
        padding-top: 31px;
    }
}
.h-quality {
    width: 100%;
    position: relative;
    background: url('../images/banner-bg.jpg');
    background-size: cover;
}
.h-quality .container{
    width: 100%;
    min-height: 340px;
    position: relative;
}
.h-quality__text {
    width: 100%;
    padding: 100px 30px;
    box-sizing: border-box;
    color: #fff;
    font-size: 39px;
    font-family: 'Inter', sans-serif;
    line-height: 49px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.h-quality__text b{
    font-weight: 700;
}
@media (max-width: 1279px) {
    .h-quality__text {
        padding: 20px 30px;
    }
}
@media (max-width: 1023px) {
    .h-quality__text br {
        display: none;
    }
}
@media (max-width: 767px) {
    .h-quality {
        min-height: 236px;
    }
    .h-quality__text {
        font-size: 28px;
        line-height: 34px;
    }
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    padding: 0 5px;
    background: #fff;
}
.header_fix{
    border-bottom: 1px solid #ccc;
}
.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    min-width: 320px;
}
.nav {
    z-index: 2;
    pointer-events: none;
    width: calc(100% - 399px);
}
.nav__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0 5px;
    margin: 0;
    list-style: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.nav__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
}
.nav__item_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 158px;
    padding-top: 40px;
    padding-left: 8px;
    margin-right: 27px;
}
.nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 27px;
    color: #000;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    line-height: normal;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: auto;
}
.nav__link:hover {
    color: #e51e25;
}
.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 277px;
    height: 176px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto;
}
.logo_compact {
    height: 80px;
    background: none;
}
.logo_compact img {
    /*width: 100px;
    height: auto;*/
}
.logo_compact .logoimg {
   display: none;
}
.logosmall {
   display: none;
}
.logo_compact .logosmall {
   display: inline;
}
.header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;

    -webkit-box-align: center;
    -webkit-align-items: center;
}
.header-buttons_active {
    z-index: 4;
}
.btn-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin-left: 2px;
    border: none;
    color: #000;
    background: #f8f8f8;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.btn-header .icon {
    font-size: 24px;
}
.btn-header:hover {
    outline: none;
    background: #F88D15;
    color: #fff;
}
.search-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    position: absolute;
    top: 17px;
    right: 43px;
    z-index: 1;
    -webkit-flex-direction: flex-start;
    -ms-flex-direction: flex-start;
    flex-direction: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 500px;
    height: 45px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-appearance: none;
}
.search-group_active {
    visibility: visible;
    z-index: 3;
}
.search-group form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.search-group__input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 450px;
    height: 45px;
    padding-left: 15px;
    margin: 0;
    border: 1px solid #ccc;;
    border-radius: 0;
}
.search-group__input:focus {
    outline: none;
}
.search-group__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border: none;
    color: #e51e25;
    background: #fff;
    cursor: pointer;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
}
.search-group__button .icon {
    font-size: 24px;
}
.nav-button, .logo-mobile {
    display: none;
}
@media (max-width: 1280px) {
    .header-container {
        max-width: 1214px;
    }
    .nav__link {
        font-size: 17px;
    }
}
@media (max-width: 1279px) {
    .header-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 80px;
        padding: 0 35px 0px 35px;
    }
    .header-buttons {
        height: 100%;
        padding: 0;
    }
    .search-group {
        width: 328px;
    }
    .search-group__input {
        width: 278px;
    }
    .nav-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 33px;
        height: 26px;
        border: none;
        background: none;
        cursor: pointer;
        margin: auto 0;
        margin-right: 61px;
    }
    .nav-button:focus {
        outline: none;
    }
    .nav-button:before, .nav-button:after, .nav-button span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        content: '';
        background: #F88D15;
        -webkit-transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
    .nav-button:after {
        top: 50%;
        margin-top: -2px;
    }
    .nav-button span {
        top: 100%;
        margin-top: -4px;
    }
    .nav-button_close span {
        display: none;
    }
    .nav-button_close:before {
        top: 50%;
        margin-top: -2px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .nav-button_close:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .logo-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 16px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        padding-top: 80px;
        margin: 0;
        background-color: #fff;
        opacity: 0;
        -webkit-transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    .nav_active {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .nav__container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: hidden;
        overflow-y: auto;
        height: auto;
        width: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        padding-top: 100px;
        margin: 0;
        background: #F88D15;
    }
    .nav__item {
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        margin: 0;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
    }
    .nav__item_logo {
        display: none;
    }
    .nav__link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 27px;
        font-weight: 600;
        font-size: 24px;
        text-align: center;
        color: #fff;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
    }
    .nav__link:hover{
        color: #000;
    }
}
@media (max-width: 1023px) {
    .search-group {
        width: 235px;
    }
    .search-group__input {
        width: 185px;
    }
    .nav {
        background-color: #fff;
    }
    .nav__container{
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
    .header-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 100%;
        padding: 0 15px 0px 15px;
    }
    .header-container .btn-feedback {
        display: none;
    }
    .nav-button {
        margin-right: 14px;
    }
    .header-buttons {
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 5px;

        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
    }
    .search-group {
        position: absolute;
        right: 0;
        width: 400px;
    }
    .search-group_active {
        z-index: 3;
    }
    .search-group form {
        width: 100%;
    }
    .search-group__input {
        width: 100%;
    }
    .nav__link {
        font-size: 18px;
    }
    .logo {
        z-index: 2;
        width: 180px;
        height: 100px;
    }
    .logo img{
        width: 60%;
    }
    .logo_compact{
        height: 80px;
    }
    .logo_compact img{
        width: 80px;
    }

}
@media (max-width: 500px) {
    .search-group {
        width: 280px;
    }
}
.bx-wrapper {
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.home-screen {
    position: relative;
    z-index: 1;
    margin-top: 80px;
}
.home-screen .container{
    position: relative;
    height: 100%;
}
.h-slider {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.h-buttons {
	position: absolute;
	bottom: 0;
	margin: 0px 0px 70px 0px;
	display: flex;
}
.h-buttons a {
	color: #fff;
	background: #F88D15;
	display: flex;
	padding: 15px 30px;
	margin-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	align-items: center;
}
.h-buttons a img {
	margin-left: 15px;
}
.h-buttons a:hover {
	background: #C00000;
}
.h-slide {
    position: relative;
    z-index: 1;
    height: 595px;
    background-position: top center;
	list-style: outside none none;
	margin: 0;
	padding: 0;
   background-size: cover;
}
.h-slide__text {
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}
.h-slide__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 256px;
    font-size: 45px;
    font-family: 'Inter', sans-serif;
    line-height: 1.2;
    font-weight: 700;
    max-width: 800px;
}
.h-slide__ico{
    width: 299px;
    height: auto;
    margin-top: 60px;
}
@media (max-width: 767px) {
	.h-buttons a {
		font-size: 14px;
	}
}
@media (max-width: 560px) {
	.h-buttons {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.h-buttons a {
		width: 100%;
		margin-bottom: 10px;
		justify-content: center;
	}
	.h-slide__text {
		height: 70%;
	}
}
@media (max-width: 767px) {
    .h-slide {
        height: 510px;
        background-size: cover;
    }
    .h-slide__title {
        font-size: 40px;
        line-height: 50px;
    }
    .h-slide__ico{
        width: 220px;
        margin-top: 30px;
    }
}
@media (max-width: 500px) {
    .h-slide{
        height: 450px;
    }
    .h-slide__text{
        padding: 0;
    }
    .h-slide__title{
        font-size: 28px;
        line-height: 35px;
    }
}
.modal-windows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.modal-windows_visible {
    visibility: visible;
    opacity: 1;
}
.modal-windows__overlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
}
.modal-windows__close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.modal-windows__close:hover {
    color: #e51e25;
}
.modal-windows__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    padding: 40px 30px;
    background: #fff;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.modal-windows__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}
.modal-windows__col {
    width: 48%;
}
.modal-windows__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-top: 20px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
}
.modal-windows__bottom .btn-accent {
    min-width: 174px;
}
.modal-windows__title {
    width: 100%;
    font-weight: 600;
    font-size: 21px;
    font-family: 'Inter', sans-serif;
    line-height: 1;
    text-align: center;
}
.modal-windows__tel {
    width: 100%;
    margin-top: 15px;
    font-weight: 600;
    font-size: 21px;
    font-family: 'Inter', sans-serif;
    text-align: center;
}
.modal-windows__tel a {
    display: inline-block;
    line-height: 22px;
    text-decoration: none;
}
.modal-windows__subtitle {
    width: 100%;
    margin-top: 20px;
    font-weight: 600;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    text-align: center;
}
@media (max-width: 576px) {
    .modal-windows {
        padding: 15px;
    }
    .modal-windows__wrap {
        padding: 15px;
    }
    .modal-windows__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .modal-windows__col {
        width: 100%;
    }
    .modal-windows__tel a {
        display: inline-block;
        width: 100%;
    }
}
.n-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -30px -35px 0 -35px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.n-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 25px);
    padding: 35px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.n-item:before {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 38px;
    height: 38px;
    content: '';
    background: #0e6938 url('../images/n-item-before-bg.png') center center no-repeat;
    opacity: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.n-item:hover {
    background: #f3fae7;
}
.n-item:hover:before {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.n-item__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.n-item__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 20px;

    -webkit-box-flex: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
}
.n-item__img img {
    border-radius: 50%;
}
.n-item__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.n-item__name {
    color: #000;
    font-weight: 600;
    font-size: 26px;
    font-family: 'Inter', sans-serif;
    line-height: 30px;
}
.n-item__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    color: #0f6838;
    font-size: 16px;
    line-height: 26px;
}
.n-item__description {
    width: 100%;
    padding-top: 18px;
    color: #000;
}
@media (max-width: 1170px) {
    .n-list {
        margin-top: -30px;
    }
    .n-item {
        width: 50%;
    }
}
@media (max-width: 920px) {
    .n-list {
        margin-top: 0;
    }
    .n-item {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .n-list {
        margin: 0 0 0;
    }
    .n-item {
        padding: 15px;
        margin-bottom: 15px;
    }
    .n-item__header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .n-item__name {
        margin-top: 15px;
    }
    .n-item__img {
        width: 100%;
    }
    .n-item:before {
        display: none;
    }
}
.page-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 322px;
    padding-bottom: 30px;
    background: url('../images/page-header-bg-1.jpg') center no-repeat;
    background-size: cover;
    margin-top: 80px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
}
.product-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    width: 100%;
    margin-top: 20px;
    color: #000;
    cursor: pointer;
}
.product-item:hover {
    color: #000;
}
.product-item:hover .product-item__description {
    background: #f5faeb;
}
.product-item:hover .product-item__description:before {
    background: #f5faeb;
}
.product-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    width: 207px;
    min-height: 216px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-flex: 1;
}
.product-item__img img{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.product-item:hover .product-item__img{
    background: #f5faeb;
}
.product-item__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 207px);
    padding: 20px 25px 20px 45px;
    border-radius: 0 10px 10px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.product-item__description:before {
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 1;
    width: 10px;
    height: 100%;
    content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.product-item__title {
    width: 100%;
    font-weight: 700;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    color: #e51e25;
}
.product-item__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
}
.products {
    margin-top: 65px;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .page-header{
        height: 200px;
    }
    .product-item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -webkit-align-items: center;
    }
    .product-item__description {
        width: 100%;
        padding: 20px;
        border-radius: 10px;
        padding: 8px 15px 15px;
    }
    .product-item__description:before {
        display: none;
    }
}
@media (max-width: 768px) {
    .product-item__title {
        font-size: 24px;
        line-height: 1.2;
    }
    .product-item__description {
        padding-top: 15px;
        font-size: 14px;
        line-height: 1.2;
    }
}
.a-in {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}


/* News */
.news-flex{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 65px;
}
.news-item{
    width: calc(100% / 3 - 30px);
    cursor: pointer;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    margin-bottom: 30px;
    margin-right: 30px;
/*    background: #f5faeb;*/
    /*border-radius: 10px;*/
    overflow: hidden;
}
.news-item:hover{
/*    background: #e6f4ca;*/
}
.news-item img{
    width: 100%;
    height: auto;
    display: block;
}
.news-desc{
    box-sizing: border-box;
    min-height: 192px;
    padding: 24px 30px 20px;
    display: block;
}
.news-date{
    font-size: 16px;
    color: #df0909;
}
.news-name{
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    display: block;
    margin-top: 22px;
}

.pagination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    font-size: 18px;
}
.pagination a{
    font-size: 18px;
    color: #000;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    cursor: pointer;
}
.pagination a:hover{
    color: #df0909;
}
.pagination a.active{
    font-weight: 700;
    color: #df0909;
}
.pagination span{
    margin: 0 5px;
}
.pagination .num{
    margin: 0 3px;
}
@media (max-width: 1023px) {
    .news-item{
        width: calc(50% - 10px);
    }
}
@media (max-width: 768px) {
    .news-desc{
        padding: 24px 20px 25px;
    }
    .news-name{
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 650px) {
    .news-item{
        width: 100%;
    }
    .news-desc{
        min-height: auto;
    }
}
@media (max-width: 500px) {
    .news-desc{
        padding: 20px 15px 25px;
    }
    .news-date{
        font-size: 15px;
    }
    .news-name{
        margin-top: 10px;
    }
    .pagination{
        margin-top: 0;
    }
    .pagination a{
        font-size: 14px;
    }
    .pagination span{
        margin: 0 3px;
    }
    .footer-right__adress{
        font-size: 16px;
    }
}
/* News */




/* стили секции */
.type-credit{
    padding: 32px 0;
    background: #F5F5F5;
    background-image: url('../img/bg.png');
    background-position: center;
    background-repeat: no-repeat;
}
.type-credit .title{
    color: #000000;
    text-align: left;
}
.btn-slider{
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8F8F8;
    border: none;
    cursor: pointer;
    transition-duration: 0.3s;
}
.btn-slider:hover{
    background-color: #C00000;
    transition-duration: 0.3s;
}
.btn-slider:hover path{
    fill: #ffffff;
}
.slider-type-credit__title{
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
}
.slider-type-credit__header{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 99;
}
.slider-type-credit{
    background-color: #ffffff;
    padding: 20px 21px 24px 21px;
}
.slider-type-credit__action{
    display: flex;
    align-items: center;
    gap: 17px;
}
.slider-type-credit__item-icon{
    min-width: 65px;
    width: 65px;
    height: 65px;
}
.slider-type-credit__item-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.slider-type-credit__item{
    display: flex;
    align-items: center;
    gap: 22px;
}
.main p.slider-type-credit__item-text{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    margin: 0;
    line-height: 18px;
}
.red{
    color: #C00000;
    font-weight: bold;
    display: block;
}
.slider-type-credit__wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:32px;
    margin-top: 28px;
}
.slider-type{
    margin: 0 auto;
    margin-top: -27px;
    max-width: 946px;
}
.owl-item {
    opacity: 0;
    transition-duration: 0.4s;
}
.owl-item.active{
    opacity: 1;
    transition-duration: 0.4s;
}
.triggers{
    background-image: url(../img/bg-trigger.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    padding-top: 135px;
    padding-bottom: 95px;
}
.triggers__wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.main h3.triggers__number{
    color: #C00000;
    font-size: 60px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}
.triggers__item{
    text-align: center;
}
.main p.triggers__text{
    text-align: center;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    margin-top: 12px;
    font-weight: 400;
}


.zaim-list .item {
	margin: 40px 0px 80px 0px;
}


.form-section__title{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.form-section__title span{
    display: inline-block;
    font-size: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    letter-spacing: 2%;
}
.form-section__input-group{
    margin-top: 16px;
    background-color: #F5F5F5;
    padding: 20px 88px 42px;
}
.input-label{
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    letter-spacing: 2%;
}
.input-label span{
    display: inline-block;
    font-size: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    letter-spacing: 2%;
}
input{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    padding-left: 15px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    outline: none;
    color: #000000;
    width: 100%;
    -webkit-appearance: none; /* Для Safari и Chrome */
    -moz-appearance: none;    /* Для Firefox */
    appearance: none;         /* Стандартное свойство */
}
input::placeholder{
    color: #C4C4C4;
}
.form-section__input-group{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.form-section__input-group input{
    margin-top: 5px;
}
.phone-mask{
    padding-left: 62px;
    background-image: url(../img/flag.png);
    background-position: 15px center;
    background-repeat: no-repeat;
}
select{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    padding-left: 15px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    outline: none;
    color: #000000;
    width: 100%;
    margin-top: 5px;
    cursor: pointer;
    -webkit-appearance: none; /* Для Safari и Chrome */
    -moz-appearance: none;    /* Для Firefox */
    appearance: none;         /* Стандартное свойство */
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
}
textarea{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    padding-left: 15px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    outline: none;
    color: #000000;
    width: 100%;
    resize: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    padding: 16px 22px;
    height: 200px;
}
textarea::placeholder{
    font-size: 13px;
    color: #C4C4C4;
}
.grid1{
    grid-template-columns: 1fr;
}
.btn-submit{
    width: fit-content;
    display: block;
    padding: 11px 34px;
    border: none;
    color: #C00000;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border: 1px solid #C00000;
    height: auto;
    transition-duration: 0.3s;
    margin: 0 auto;
    margin-top: 25px;
    
}
.btn-submit:hover{
    background-color:#C00000 ;
    color: #ffffff;
    transition-duration: 0.3s;
}
.top{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: thin solid #F88D15;
    position: fixed;
    bottom: -100px;
    right: 19px;
    transition-duration: 0.6s;
    background-color: #ffffff;
}
.top.show{
    transition-duration: 0.6s;
    bottom: 19px;
}