@import url(https://fonts.cdnfonts.com/css/avenir-next-cyr);

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img, abbr {
    border: 0
}

address, caption, cite, code, dfn, em, /*strong,*/ th, var {
    font-style: normal;
    font-weight: normal
}

ul li {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block
}

img {
    max-width: 100%;
    height: auto
}

svg, svg path, a, button, input, select, div, img, i, textarea, h3, h1, h2, option {
    transition: 0.6s
}

@font-face {
    font-family: 'Nekst';
    src: local("Nekst"), local("Nekst"), url(../fonts/Nekst.woff2) format("woff2");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    src: local("Gilroy"), local("Gilroy"), url(../fonts/Gilroy.woff2) format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy Bold';
    src: local("Gilroy Bold"), local("Gilroy Bold"), url(../fonts/Gilroy-Bold.woff2) format("woff2");
    font-weight: bold;
    font-style: normal
}

.wrapper {
    max-width: 1110px;
    margin: 0 auto;
    padding-left: 405px;
    padding-right: 405px
}

html, body {
    width: 100%;
    overflow-x: hidden
}

body {
    font-family: "Avenir Next Cyr Medium", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 350;
    color: #000;
    line-height: 1;
    letter-spacing: -0.02px;
    background-color: #fff;
    overflow-x: hidden
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0
}

.btn {
    border: 1px solid #5C5C5C;
    border-radius: 31px;
    background-color: transparent;
    padding: 6px 26px;
    color: #5C5C5C;  
}
.btn_custom {
	border: 1px solid #5C5C5C;
    border-radius: 31px;
    background-color: transparent;
    padding: 6px 26px;
    color: #5C5C5C; 
}
.modal__content form input.btn_custom {
    border: 1px solid #83D6FF;
    margin-bottom: 12px;
    padding: 6px 26px 26px 6px;
}
.btn_custom:hover {
	background-color: #83D6FF;
    color: #000
}
.btn:hover {
    background-color: #83D6FF;
    color: #000
}

.btn-1 {
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    padding: 13px 30px;
    font-size: 18px;
    color: #fff
}

.btn-1:hover {
    background: #83D6FF;
    border-radius: 3px
}

.home .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.home .header .btn {
    border-color: #fff;
    color: #ffffff
}

.home .header .btn:hover {
    background-color: #fff;
    color: #000
}

.home .header__items__item--phone {
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none
}

.home .nav {
    position: absolute;
    width: 100%;
    top: 48px;
    left: 0;
    z-index: 1
}

.home .content__items__left {
    position: relative;
    top: -70px
}

.breadcrumbs {
    background-color: #F3FAFF
}

.breadcrumbs__list {
    display: flex;
    padding: 33px 0 40px;
    font-size: 18px
}

.breadcrumbs__list a {
    color: #000;
    position: relative;
    padding-right: 4px;
    -webkit-text-decoration: none;
    text-decoration: none
}

.breadcrumbs__list a::after {
    content: '>';
    padding-left: 4px
}

.breadcrumbs__list a:hover {
    color: #1262A2
}

.breadcrumbs__list span {
    color: #1262A2
}

.header svg {
    width: 24px;
    height: 24px
}

.header__items {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px 0
}

.header__items__item--phone {
    margin-right: 33px;
    font-family: "Avenir Next Cyr 700", sans-serif;
    font-size: 17px;
    color: #2E2E2E;
    -webkit-text-decoration: none;
    text-decoration: none
}

.header .btn {
    margin-left: 70px
}

.nav {
    background: rgba(5, 90, 157, 0.95)
}

.nav svg {
    width: 24px;
    height: 24px;
    fill: #fff
}

.nav svg:hover {
    fill: #83D6FF
}

.nav__items {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav__items__logo {
    margin: 12px 0 8px
}

.nav__items__menu {
    width: 68%;
    display: flex;
    justify-content: space-between;
    align-self: stretch
}

.nav__items__menu.active {
    width: 100%;
    position: absolute;
    top: 64px;
    display: flex;
    flex-direction: column;
    background: rgba(5, 90, 157, 0.95);
    padding: 24px;
    z-index: 9
}

.nav__items__menu.active .nav__items__menu__item {
    margin-bottom: 12px
}

.nav__items__menu__item {
    position: relative
}

.nav__items__menu__item:hover, .nav__items__menu__item:focus-visible {
    color: #83D6FF
}

.nav__items__menu__item:hover .nav__items__menu__item--sub, .nav__items__menu__item:focus-visible .nav__items__menu__item--sub {
    opacity: 1;
    visibility: visible;
    margin: 0
}

.nav__items__menu__item--link {
    height: 100%;
    display: flex;
    align-items: center;
    font-family: "Avenir Next Cyr 700", sans-serif;
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none
}

.nav__items__menu__item--link:hover {
    color: #83D6FF
}

.nav__items__menu__item--sub {
    min-width: 700px;
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 0 0 40px rgba(5, 90, 157, 0.14);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    margin: 20px 0 0 0;
    transition: margin .5s, opacity .5s;
    padding: 33px 23px 20px;
    box-sizing: border-box
}

.nav__items__menu__item--sub li {
    width: 50%;
    padding-bottom: 12px
}

.nav__items__menu__item--sub li a {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none
}

.nav__items__menu__item--sub li a:hover {
    color: #83D6FF
}

.form-search {
    position: absolute;
    width: 350px;
    height: 55px;
    bottom: -70px;
    right: 0;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
    border-radius: 49px;
    box-sizing: border-box;
    opacity: 0
}

.form-search.active {
    opacity: 1
}

.form-search input {
    width: calc(100% - 50px);
    height: 80%;
    border: none;
    margin: 14px
}

.form-search button {
    width: 50px;
    height: 100%;
    background: #065899;
    border-radius: 0 49px 49px 0
}

.burger {
    width: 25px;
    background: #fff;
    height: 3px;
    border-radius: 3px;
    transition: all 0.125s ease-in-out;
    display: none;
    margin-top: -15px
}

.burger::before {
    content: "";
    width: 25px;
    background: #fff;
    height: 3px;
    border-radius: 3px;
    float: right;
    margin-top: 7px;
    display: block;
    transition: all 0.125s ease-in-out
}

.burger::after {
    content: "";
    width: 25px;
    background: #fff;
    height: 3px;
    float: right;
    border-radius: 3px;
    margin-top: 4px;
    display: block;
    transition: all 0.125s ease-in-out
}

.burger.active {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0
}

.burger.active::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 0
}

.burger.active::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: -4px
}

.slider .slick-dotted.slick-slider {
    margin-bottom: 0
}

.home-slider img {
    width: 100%
}

.home-slider .slick-dots {
    bottom: 100px
}

.home-slider .slick-dots li button {
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 50%
}

.home-slider .slick-dots li button::before {
    content: none
}

.home-slider .slick-dots li.slick-active button {
    width: 18px;
    height: 18px;
    background: #055A9D;
    border: 3px solid #FFFFFF
}

.home-slider__item {
    position: relative
}

.home-slider__item--text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
    display: flex;
    align-items: center;
    z-index: 2;
    margin-left: 100px;
    color: #FFFFFF;
    font-size: 24px
}

.home-slider__item--text h2 {
    font-size: 52px;
    font-weight: 750;
    line-height: 64px;
    margin-bottom: 14px
}

.home-slider__item--text .btn-1 {
    margin-top: 50px
}

.content {
    background: #F3FAFF
}

.content .h3-title {
    font-size: 24px
}

.content .link-download {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
    color: #0F7C19
}

.content .link-download svg {
    width: 32px;
    height: 32px;
    margin-right: 7px
}

.content__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 100px
}

.content__items__left {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(41.66667% - 32px);
    padding-right: 30px
}

.content__items__right {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(58.33333% - 32px);
    line-height: 2
}

.content__items__right h3 {
    margin-bottom: 8px;
    font-weight: 450;
    font-size: 40px;
    line-height: 1;
}

.content__items__right h4 {
    font-weight: 600
}

.content__items__right p {
    margin-bottom: 13px
}

.content__items__right ul {
    margin-top: 14px
}

.content__items__right ul li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 20px
}

.content__items__right ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 7px;
    height: 7px;
    background: #0C5E9F;
    border-radius: 9px;
    display: block
}

.content .aside-menu {
    background: #FFFFFF;
    box-shadow: 0 0 40px rgba(5, 90, 157, 0.14);
    padding: 47px 12px 30px 40px
}

.content .aside-menu li {
    position: relative;
    margin-bottom: 32px
}

.content .aside-menu a {
    color: #000;
    font-size: 18px;
    -webkit-text-decoration: none;
    text-decoration: none
}

.content .aside-menu a:hover, .content .aside-menu a.active {
    color: #83D6FF
}

.hide-show {
    display: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    margin: 18px 0;
    padding: 12px;
    font-size: 22px;
}

.hide-show::after {
    content: '+';
    position: absolute;
    right: 12px;
}

.hide-show span:nth-child(2) {
    display: none;
}

.hide-show--active span:nth-child(2) {
    display: inline-block;
}

.hide-show--active span:nth-child(1) {
    display: none;
}

.hide-show--active::after {
    content: '-';
}

.content .aside-news {
    margin-top: 50px;
    padding: 0 24px 0 40px
}

.content .aside-news a {
    color: #055A9D;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.content .aside-news a:hover {
    color: #83D6FF
}

.content .aside-news h3 {
    font-weight: 60;
    font-size: 40px
}

.content .aside-news__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px
}

.content .aside-news__item {
    margin-bottom: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DFDFDF;
    font-weight: 400;
    line-height: 1.8
}

.content .aside-news__item:last-child {
    border-bottom: none
}

.content .aside-news__item__date {
    margin-bottom: 16px;
    font-size: 14px;
    color: #818181
}

.content .aside-news__item__title {
    margin-bottom: 10px;
    font-weight: 500
}

.content .aside-news__item__content {
    margin-bottom: 10px
}

.product-slider {
    width: 350px
}

.product-slider .slick-list {
    overflow: hidden
}

.product-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 0
}

.product-slider .slick-dots li::before {
    content: none
}

.product-slider .slick-dots li button {
    width: 11px;
    height: 11px;
    border: 1px solid #055A9D;
    background-color: #fff;
    border-radius: 50%;
    color: transparent
}

.product-slider .slick-dots li button::before {
    content: none
}

.product-slider .slick-dots li.slick-active button {
    background: #055A9D
}

.more {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    cursor: pointer
}

.more:hover {
    color: #039BE5
}

.more:hover + .more-hidden {
    display: block
}

.more-hidden {
    position: absolute;
    display: none;
    max-width: 350px;
    background: #FFFFFF;
    border: 1px solid #5DC5F8;
    box-shadow: 0 0 40px rgba(5, 90, 157, 0.14);
    border-radius: 4px;
    z-index: 3;
    padding: 24px
}

.more-hidden::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12.5px 0 12.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 10%;
    top: -10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 2
}

.more-hidden::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 12.5px 0 12.5px;
    border-color: #5DC5F8 transparent transparent transparent;
    position: absolute;
    left: 10%;
    top: -12px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.why {
    padding-top: 75px
}

.why h2 {
    margin-bottom: 60px;
    text-align: center;
    font-weight: 600;
    font-size: 40px
}

.why h2 span {
    color: #055A9D
}

.why__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 40px;
    line-height: 1.9
}

.why__items__item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(33.33333% - 32px);
    text-align: center
}

.why__items__item svg {
    width: 63px;
    height: 63px;
    margin-bottom: 30px
}

.proposition {
    background: #F3FAFF;
    padding-top: 75px
}

.proposition h2 {
    margin-bottom: 60px;
    text-align: center;
    font-weight: 600;
    font-size: 40px
}

.proposition h2 span {
    color: #055A9D
}

.proposition__items {
    display: flex;
    padding-bottom: 100px
}

.proposition__items__item {
    width: 20%;
    text-align: center;
    color: #000000;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.proposition__items__item:hover {
    color: #83D6FF;
    -webkit-text-decoration: none;
    text-decoration: none
}

.proposition__items__item--pic {
    background-color: #fff;
    border: 1px solid #F3F3F3;
    box-shadow: 0 0 3px rgba(5, 90, 157, 0.14);
    margin-bottom: 28px;
    padding: 18px
}

.faq {
    padding: 50px 0 28px;
    text-align: center;
    line-height: 2
}

.faq h2 {
    margin-bottom: 14px;
    text-align: center;
    font-weight: 600;
    font-size: 40px
}

.faq p a {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none
}

.faq p a:hover {
    color: #83D6FF
}

.faq .btn {
    margin-top: 22px;
    margin-bottom: 70px;
    border: 1px solid #0C5D9F;
    font-size: 18px;
    color: #0C5D9F
}

.faq .icons {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.catalog {
    padding-top: 70px
}

.catalog h2 {
    margin-bottom: 86px;
    text-align: center;
    font-weight: 550;
    font-size: 40px
}

.catalog__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 40px
}

.catalog__items__item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(25% - 32px);
    margin-bottom: 55px;
    color: #000;
    text-align: center
}

.catalog__items__item:hover {
    color: #06589A
}

.catalog__items__item--img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 50px 45px;
    border: 1px solid #F3F3F3;
    box-shadow: 0 0 5px rgba(5, 90, 157, 0.23)
}

.footer__top {
    background-color: #06589A
}

.footer__top__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
    padding: 50px 0 80px;
    line-height: 1.2
}

.footer__top__items__item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(25% - 32px);
    color: #fff
}

.footer__top__items__item a {
    color: #fff
}

.footer__top__items__item a:hover {
    color: #83D6FF
}

.footer__top__items__item .link {
    margin: 12px 0 44px;
    color: #5DC5F8;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.footer__top__items__item .link:hover {
    color: #83D6FF
}

.footer__top__items h3 {
    display: flex;
    align-items: flex-end;
    min-height: 50px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #3381C0;
    font-weight: 700;
    font-size: 18px;
    color: #fff
}

.footer__top__items ul li {
    margin-bottom: 11px
}

.footer__top__items ul li a {
    color: #CECECE;
    -webkit-text-decoration: none;
    text-decoration: none
}

.footer__top__items ul li a:hover {
    color: #83D6FF
}

.footer__bottom {
    padding: 28px 0 60px
}

.footer__bottom__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 300
}

.footer__bottom a {
    color: #06589A
}

.footer__bottom a:hover {
    color: #83D6FF
}

.page-wrapper {
    width: 100%;
    height: 100%
}

.modal-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(5, 90, 157, 0.95);
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    z-index: 9
}

.modal-wrapper.open {
    opacity: 1;
    visibility: visible
}

.modal {
    min-width: 300px;
    display: block;
    margin-top: 10vh;
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out
}

.modal__content {
    padding: 12px
}

.modal__content form {
    display: flex;
    flex-direction: column
}

.modal__content form input {
    border: 1px solid #83D6FF;
    margin-bottom: 12px;
    height: 24px;
    padding: 6px
}
.modal__content form input[type="checkbox"] {
    position: relative;
	top: 5px;
}

.table-striped input {
    border: 1px solid #83D6FF;
    margin-bottom: 12px;
    /*height: 24px;*/
    padding: 6px
}
.table-striped textarea {
    border: 1px solid #83D6FF;
    margin-bottom: 12px;
    padding: 6px
}
.table-striped input[type="checkbox"] {
	position: relative;
	top: 5px;
}

.modal-wrapper.open .modal {
    opacity: 1
}

.head {
    width: 100%;
    height: 50px;
    padding: 12px;
    overflow: hidden;
    background: #83D6FF;
    box-sizing: border-box
}

.btn-close {
    width: 24px;
    height: 24px;
    display: block;
    float: right
}

.btn-close::after, .btn-close::before {
    content: '';
    width: 24px;
    height: 2px;
    display: block;
    background: #fff
}

.btn-close::before {
    margin-top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn-close::after {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width: 1740px) {
    .wrapper {
        padding-left: 150px;
        padding-right: 150px
    }

    .home .header {
        position: relative;
        color: #2E2E2E
    }

    .home .header .btn {
        color: #2E2E2E;
        border-color: #2E2E2E
    }

    .home .header .btn:hover {
        background-color: #83D6FF;
        color: #000
    }

    .home .header .header__items__item--phone {
        color: #2E2E2E
    }

    .home .nav {
        position: relative;
        top: 0
    }

    .home .content__items__left {
        position: static;
        margin-top: 38px
    }
}

@media screen and (max-width: 1240px) {
    .wrapper {
        padding-left: 100px;
        padding-right: 100px
    }

    .btn-1 {
        padding: 6px 12px;
        font-size: 16px
    }

    .home-slider .slick-dots {
        bottom: 10px
    }

    .home-slider .slick-dots li.slick-active button {
        width: 11px;
        height: 11px
    }

    .home-slider__item--text {
        width: 100%;
        margin-left: 0;
        font-size: 18px
    }

    .home-slider__item--text h2 {
        font-size: 20px;
        line-height: 1.2
    }

    .home-slider__item--text .btn-1 {
        margin-top: 20px
    }
}

@media screen and (max-width: 1120px) {
    .wrapper {
        padding-left: 50px;
        padding-right: 50px
    }

    .nav__items__menu {
        display: none
    }

    .nav__items__search {
        display: none
    }

    .burger {
        display: block
    }

    .footer__top__items {
        padding: 24px 0
    }

    .footer__top__items__item {
        width: calc(50% - 32px)
    }
}

@media screen and (max-width: 940px) {
    .wrapper {
        padding-left: 36px;
        padding-right: 36px
    }

    .content__items {
        padding-bottom: 20px
    }

    .content__items__left {
        width: calc(100% - 32px)
    }

    .content__items__left {
        padding-right: 0
    }

    .content__items__right {
        width: calc(100% - 32px)
    }

    .content__items__right h3 {
        font-size: 20px
    }

    .hide-show {
        display: block;
    }

    .content .aside-news {
        display: none;
        padding: 0
    }

    .content .aside-news h3 {
        font-size: 20px
    }

    .why {
        padding-top: 32px
    }

    .why h2 {
        margin-bottom: 24px;
        font-size: 24px
    }

    .why__items__item {
        margin-bottom: 20px
    }

    .why__items__item {
        width: calc(100% - 32px)
    }

    .proposition {
        padding-top: 32px
    }

    .proposition h2 {
        margin-bottom: 24px;
        font-size: 24px
    }

    .proposition__items {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 24px
    }

    .proposition__items__item {
        width: 50%;
        margin-bottom: 24px
    }

    .faq {
        padding: 32px 0
    }

    .faq h2 {
        font-size: 24px
    }

    .faq .icons {
        flex-wrap: wrap;
        justify-content: center
    }

    .faq .icons img {
        margin: 0 10px 20px
    }

    .catalog {
        padding: 32px 0
    }

    .catalog h2 {
        font-size: 24px;
        margin-bottom: 30px
    }

    .catalog__items {
        margin-bottom: 0
    }

    .catalog__items__item {
        margin-bottom: 20px
    }

    .catalog__items__item {
        width: calc(50% - 32px)
    }
}

@media screen and (max-width: 768px) {
    .wrapper {
        padding-left: 36px;
        padding-right: 36px
    }

    .breadcrumbs__list {
        display: none
    }

    .header__items__item--phone {
        margin-right: 12px
    }

    .header .btn {
        margin-left: 12px
    }

    .home-slider .wrapper {
        width: 100%
    }

    .home-slider__item--text h3 {
        display: none
    }

    .home-slider__item--text .btn-1 {
        margin-bottom: 10px
    }

    .content {
        padding-top: 20px
    }

    .content .aside-menu {
        padding: 24px
    }

    .content .aside-menu li {
        margin-bottom: 24px
    }

    .footer__bottom {
        padding: 24px 0
    }

    .footer__bottom__items {
        flex-direction: column;
        text-align: center
    }

    .footer__bottom__items--watch {
        margin: 10px 0
    }
}

@media screen and (max-width: 440px) {
    .wrapper {
        padding-left: 20px;
        padding-right: 20px
    }

    .header__items {
        flex-direction: column
    }

    .header__items__item--tel {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .home-slider img {
        min-height: 200px;
        object-fit: cover
    }

    .content .link-download {
        font-size: 14px
    }

    .product-slider {
        width: 250px
    }

    .proposition__items__item {
        width: 100%
    }

    .catalog__items__item {
        width: calc(100% - 32px)
    }

    .footer__top__items__item {
        display: none
    }

    .footer__top__items__item--contacts {
        display: block;
        width: 100%
    }

    .footer__top__items__item--contacts .link {
        width: 100%;
        text-align: left
    }
}
.img_icon_news_artc {
        padding: 10px 5px;
    border: 1px solid #F3F3F3;
    box-shadow: 0 0 5px rgba(5, 90, 157, 0.23);
margin-left: 10px
    }


.less-padding-for-children-img .catalog__items__item--img{
	padding: 10px !important;
}

.ok-social img {
	border-radius:50%;
}
@media screen and (min-width: 440px) {
	.ok-social {
		margin-left: 1em;
	}
}