a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

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

@font-face {
    font-family: MuseoSansCyrl-900;
    src: url(../fonts/MuseoSansCyrl-900.eot);
    src: url(../fonts/MuseoSansCyrl-900.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSansCyrl-900.woff) format("woff"), url(../fonts/MuseoSansCyrl-900.ttf) format("truetype"), url(../fonts/MuseoSansCyrl-900.svg#) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamPro.eot);
    src: url(../fonts/GothamPro.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro.woff) format("woff"), url(../fonts/GothamPro.ttf) format("truetype"), url(../fonts/GothamPro.svg#) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamPro-Bold.eot);
    src: url(../fonts/GothamPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Bold.woff) format("woff"), url(../fonts/GothamPro-Bold.ttf) format("truetype"), url(../fonts/GothamPro-Bold.svg#) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamPro-Light.eot);
    src: url(../fonts/GothamPro-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Light.woff) format("woff"), url(../fonts/GothamPro-Light.ttf) format("truetype"), url(../fonts/GothamPro-Light.svg#) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamPro-Black.eot);
    src: url(../fonts/GothamPro-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Black.woff) format("woff"), url(../fonts/GothamPro-Black.ttf) format("truetype"), url(../fonts/GothamPro-Black.svg#) format("svg");
    font-weight: 900;
    font-style: normal
}

body,
html {
    width: 100%;
    min-height: 100%;
    height: 100%;
    background: #fff;
    color: #0b3d6a;
    -webkit-tap-highlight-color: transparent;
    line-height: 24px;
    font-family: GothamPro, sans-serif
}

body,
html,
p {
    font-size: 16px
}

a {
    outline: none!important
}

.btn {
    font-size: 12px;
    display: inline-block;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    border: 0;
    cursor: pointer;
    height: 42px;
    line-height: 24px;
    padding: 9px 20px;
    min-width: 170px;
    background: linear-gradient(180deg, #0d487c 0, #093358);
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 2px;
    transition: all .3s ease-in-out;
    text-decoration: none
}

.btn.btn-v2 {
    font-size: 14px;
    min-width: 120px
}

@media (max-width:768px) {
    .btn.btn-v2 {
        font-size: 14px;
        padding: 9px 10px
    }
}

.btn:hover {
    background: linear-gradient(180deg, #0d5187 0, #094068);
    text-decoration: none
}

.btn.btn-orange {
    background: linear-gradient(180deg, #ffd400 0, #ffc900);
    color: #000
}

.btn.btn-orange:hover {
    background: linear-gradient(180deg, #ffd400 0, #eab700 80%)
}

.btn.btn-aqua {
    background: #36a3a0;
    color: #fff
}

.btn.btn-aqua:hover {
    background: #3ebebb
}

.btn.btn-white {
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, .04);
    color: #0b3b69
}

.btn.btn-white:hover {
    box-shadow: 0 0 18px rgba(0, 0, 0, .24);
    color: #000
}

.btn.btn-transparent {
    background: transparent;
    color: #0b3b69;
    padding-left: 0;
    padding-right: 0;
    min-width: 0
}

.btn.btn-transparent:hover {
    text-decoration: underline
}

.btn .icon-arr {
    margin: 0 0 0 5px;
    transition: all .3s ease
}

.btn .icon-arr-left {
    margin: 0 9px -1px 0
}

.btn.show-table .icon-arr {
    transform: rotate(-180deg);
    transform-origin: center
}

.wrapper {
    width: 100%;
    min-height: 100%;
    font-size: 16px;
    line-height: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrapper .content {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.wrapper .footer {
    -ms-flex: 0;
    flex: 0
}

.wrapper:not(.ready) .wow {
    opacity: 0
}

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

.ta-center {
    text-align: center
}

.ta-left {
    text-align: left
}

.ta-right {
    text-align: right
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 280px
}

@media (min-width:1200px) {
    .container {
        max-width: 1250px
    }
}

.bg-gray {
    background-color: #fcfcfc
}

.content-holder {
    position: relative;
    box-shadow: inset 0 5px 11px rgba(0, 0, 0, .05)
}

.content-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 84px;
    background: url(../img/setkabel.png) repeat top;
    background-size: contain;
    z-index: 1;
    opacity: 0.7;
    content: "";
}

@media (min-width:1798px) {
    .content-holder:before {
        background-size: 38%;
    }
}

.header {
    position: relative;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .03);
    z-index: 20
}

.header_top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 0;
    font-size: 14px
}

@media (max-width:1200px) {
    .header_top {
        padding: 16px 0 0
    }
}

@media (max-width:1050px) {
    .header_top {
        -ms-flex-pack: center;
        justify-content: center
    }
    .header_top .header_address,
    .header_top .menu-btn {
        margin-right: auto
    }
}

@media (max-width:915px) {
    .header_top {
        padding: 12px 0 0;
        position: relative
    }
}

.menu-btn {
    display: none
}

.menu-btn .icon_mobile {
    display: block;
    width: 30px;
    height: 15px;
    background: url(../img/sprite.svg) 0 0 no-repeat
}

@media (max-width:915px) {
    .menu-btn {
        position: absolute;
        left: 0;
        top: 14px;
        display: inline-block
    }
}

.header_contacts {
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 12px
}

@media (max-width:1200px) {
    .header_contacts {
        margin: 0 0 7px
    }
}

@media (max-width:915px) {
    .header_contacts {
        margin: 1px 50px 7px;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (max-width:660px) {
    .header_contacts {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
}

.contact-email {
    color: #4badaa;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    padding: 0 0 0 30px;
    margin: 0 0 9px;
    position: relative
}

.contact-email:before {
    position: absolute;
    left: 3px;
    top: 12px;
    margin: -7px 0 0;
    width: 14px;
    height: 10px;
    background: url(../img/sprite.png) no-repeat 0 0;
    content: ""
}

@media (max-width:660px) {
    .contact-email {
        font-size: 12px
    }
}

.header_contacts__mail {
    color: #4badaa;
    text-decoration: underline
}

.header_contacts__mail:hover {
    text-decoration: none
}

.contact_phone {
    display: block;
    text-align: center;
    margin: 0 0 9px;
    color: #4badaa;
    line-height: 1.5em
}

.contact_phone div {
    text-align: right;
    margin: 0 0 5px
}

@media (max-width:660px) {
    .contact_phone div {
        text-align: center
    }
}

@media (max-width:660px) {
    .contact_phone {
        font-size: 12px
    }
}

.contact_phone a {
    color: #4badaa;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif
}

.contact_phone img {
    display: inline-block;
    vertical-align: middle;
    margin: -13px 0 -11px
}

@media (max-width:790px) {
    .contact_phone img {
        display: none
    }
}

.contact_phone__lnk {
    display: inline-block;
    margin-left: 2.1rem;
    position: relative;
    font-weight: 700;
    font-size: 1rem;
    color: #4badaa;
    border-bottom: 1px dotted #4badaa;
    text-decoration: none
}

.contact_phone__lnk:hover {
    text-decoration: none;
    border-color: transparent
}

.contact_phone__lnk:before {
    position: absolute;
    top: 2px;
    left: -28px;
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background: url(../img/sprite.svg) -5px -21px no-repeat
}

.header_bottom {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header_bottom,
.logo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.logo {
    margin-right: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 327px
}

@media (max-width:915px) {
    .logo {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
        width: 256px
    }
}

.logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.logo a:focus,
.logo a:hover {
    text-decoration: none
}

.logo_icon {
    display: inline-block;
    vertical-align: top
}

@media (max-width:915px) {
    .main_menu {
        display: none
    }
}

@media (min-width:916px) {
    .main_menu__list {
        margin-top: 0
    }
    .main_menu__list>li {
        display: inline-block;
        vertical-align: top;
        padding: 1rem 15px 50px;
        position: relative
    }
}

@media (max-width:1200px) {
    .main_menu__list>li {
        padding-bottom: 34px;
		padding-right: 5px;
    }
}

@media (min-width:916px) and (max-width:1100px) {
    .main_menu__list>li {
        padding-left: 10px;
        padding-right: 0px
    }
}

@media (min-width:916px) {
    .main_menu__list>li:last-child {
        padding-right: 0
    }
    .main_menu__list>li>a {
        font-size: .875rem;
        text-transform: uppercase;
        font-weight: 700;
        color: #0b3d6a;
        text-decoration: underline;
        -webkit-text-decoration-color: rgba(10, 59, 106, .3);
        text-decoration-color: rgba(10, 59, 106, .3)
    }
}

@media (min-width:916px) and (max-width:980px) {
    .main_menu__list>li>a {
        font-size: .75rem
    }
	.main_menu__list>li {
        padding-left: 3px;
        padding-right: 0px
    }
}

@media (min-width:916px) {
    .main_menu__list>li.active a,
    .main_menu__list>li>a:hover {
        color: #36a3a0;
        -webkit-text-decoration-color: rgba(54, 163, 160, .3);
        text-decoration-color: rgba(54, 163, 160, .3)
    }
    .main_menu__list>li.active a .icon_arr,
    .main_menu__list>li>a:hover .icon_arr {
        border-color: #36a3a0
    }
    .main_menu__list>li:hover .drop_menu {
        opacity: 1;
        top: 100%;
        z-index: 10;
        visibility: visible
    }
    .main_menu__list>li:hover .icon_arr {
        transform: rotate(225deg);
        bottom: 32px
    }
    .main_menu__list .icon_arr {
        transition: all .2s;
        position: absolute;
        bottom: 35px;
        left: 50%;
        display: block;
        margin: 0 0 0 -3px;
        width: 5px;
        height: 5px;
        border-bottom: 2px solid #0b3d6a;
        border-right: 2px solid #0b3d6a;
        transform: rotate(45deg)
    }
    .main_menu__list .drop_menu {
        background-color: #fff;
        position: absolute;
        visibility: hidden;
        z-index: -1;
        opacity: 0;
        top: 100%;
        left: 50%;
        width: auto;
        min-width: 202px;
        box-sizing: border-box;
        transform: translate(-50%, -20px);
        padding: 20px 20px 16px;
        box-shadow: 0 0 18px 0 rgba(0, 0, 0, .04);
        transition: all .2s
    }
    .main_menu__list .drop_menu__list li {
        margin-bottom: 10px
    }
    .main_menu__list .drop_menu__list li.active a {
        color: #36a3a0;
        text-decoration: none
    }
    .main_menu__list .drop_menu__list li a {
        color: #0b3d6a;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: underline;
        -webkit-text-decoration-color: rgba(10, 59, 106, .3);
        text-decoration-color: rgba(10, 59, 106, .3);
        font-size: 12px;
        line-height: 16px
    }
    .main_menu__list .drop_menu__list li a:hover {
        color: #36a3a0;
        -webkit-text-decoration-color: rgba(54, 163, 160, .3);
        text-decoration-color: rgba(54, 163, 160, .3)
    }
}

@media (max-width:1200px) {
    .main_menu__list .icon_arr {
        bottom: 22px
    }
    .main_menu__list>li:hover .icon_arr {
        bottom: 20px
    }
}

.pushy {
    width: 240px;
    transform: translate3d(-240px, 0, 0)
}

.pushy a {
    display: block;
    color: #0b3d6a;
    padding: 10px 50px 10px 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    text-decoration: none
}

.menu_table__mobile {
    background: #fff
}

.menu_table__mobile .menu__list a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.menu_table__mobile .menu__list a:hover {
    color: #36a3a0
}

.menu_table__mobile .menu__list a .icon_menu__caret {
    z-index: 11234;
    width: 45px;
    position: absolute;
    margin-right: 0!important;
    top: 0;
    right: 0;
    vertical-align: top;
    font-style: normal;
    line-height: 35px;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    min-height: 35px;
    height: 100%;
    float: right;
    transition: all .25s
}

.menu_table__mobile .menu__list a .icon_menu__caret.open:before {
    transform: rotate(-225deg)
}

.menu_table__mobile .menu__list a .icon_menu__caret:before {
    content: "";
    display: inline-block;
    margin-left: .5rem;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg)
}

.menu_table__mobile .menu__drop {
    display: none;
    margin: 0 0 10px
}

.menu_table__mobile .menu__drop a {
    text-transform: none;
    padding: 5px 50px 5px 30px
}

.menu_mobile__info {
    border-bottom: 2px solid #fafafa
}

.menu_mobile__info .menu_top {
    padding: 4px 15px 10px;
    text-align: center;
    color: #36a3a0
}

.menu_mobile__info .menu_top li {
    margin-bottom: 12px
}

.menu_mobile__info .menu_top a {
    padding: 0;
    color: #36a3a0;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(54, 163, 160, .25);
    text-decoration-color: rgba(54, 163, 160, .25)
}

.menu_mobile__info .menu_top a:hover {
    text-decoration: none
}

.footer {
    position: relative;
    background: #fff;
    border-top: 1px solid #fafafa
}

.footer .footer__contacts {
    position: relative;
    font-size: 0;
    margin: 0 0 0 -10px;
    padding: 42px 0 0
}

.footer .footer__contacts-col {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 0 10px 10px;
    box-sizing: border-box
}

@media (max-width:960px) {
    .footer .footer__contacts-col {
        width: 50%
    }
}

@media (max-width:560px) {
    .footer .footer__contacts-col {
        width: 100%
    }
}

.footer .footer_title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    color: #36a3a0;
    margin: 0 0 27px
}

@media (max-width:960px) {
    .footer .footer_title {
        margin: 0 0 16px
    }
}

@media (max-width:560px) {
    .footer .footer_title {
        margin: 0 0 8px
    }
}

.footer .footer_title.title_map {
    color: #0b3d6a;
    margin: 5px 0
}

.footer .footer__contacts-info {
    margin: 0 0 46px;
    color: #0b3d6a
}

.footer .footer__contacts-info strong {
    font-weight: 700
}

.footer .footer__contacts-info p {
    margin: 0 0 5px;
    position: relative
}

.footer .footer__contacts-info a {
    color: #0b3d6a;
    text-decoration: none;
    font-weight: 400
}

.footer .footer__contacts-info a:hover {
    text-decoration: underline
}

.footer .footer__contacts-info a[href^="tel:"] {
    font-family: Arial, Helvetica, sans-serif
}

.footer .footer__contacts-info .icon {
    margin: 0 10px 0 0;
    vertical-align: middle
}

@media (max-width:960px) {
    .footer .footer__contacts-info {
        margin: 0 0 20px
    }
}

.footer_map__addresses {
    margin: 0 0 0 -30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .footer_map__addresses {
        padding: 0 0 15px
    }
}

.footer_map__addresses>div {
    box-sizing: border-box;
    padding: 15px 0 15px 30px
}

.footer_map__addresses .footer_map__title {
    width: 18%
}

.footer_map__addresses .footer_map__address-col {
    width: 41%
}

@media (max-width:960px) {
    .footer_map__addresses {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .footer_map__addresses .footer_map__title {
        width: 100%;
        text-align: center
    }
    .footer_map__addresses .footer_map__address-col {
        width: 50%
    }
}

@media (max-width:750px) {
    .footer_map__addresses .footer_map__address-col {
        width: 100%;
        padding: 8px 0 8px 30px
    }
}

.map_addr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:960px) {
    .map_addr {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width:750px) {
    .map_addr {
        display: block
    }
}

.map_addr__icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    position: relative;
    border-radius: 50%;
    border: 1px solid #36a3a0;
    width: 52px;
    height: 52px;
    margin-right: 16px;
    text-align: center;
    line-height: 52px
}

@media (max-width:750px) {
    .map_addr__icon {
        float: left
    }
}

.map_addr__icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 20px;
    height: 30px;
    background: url(../img/sprite.svg) -5px -194px no-repeat
}

.map_addr__info {
    overflow: hidden;
    line-height: 24px
}

@media (max-width:960px) {
    .map_addr__info {
        font-size: 14px;
        line-height: 20px
    }
}

.map_addr__info strong {
    font-weight: 700
}

.map_addr__info .map_dot {
    cursor: pointer
}

.map_addr__info .map_dot strong {
    display: inline-block;
    border-bottom: 1px dotted #0b3d6a;
    line-height: 1.2em
}

.map_addr__info .map_dot:hover strong {
    border-color: transparent
}

.icon_footer {
    display: inline-block;
    vertical-align: top;
    margin-right: .3rem;
    width: 30px;
    height: 30px;
    background: url(../img/sprite.svg) no-repeat
}

.icon_footer.baloon {
    background-position: 0 -63px
}

.icon_footer.phone {
    background-position: 0 -158px
}

.icon_footer.mail {
    background-position: 0 -127px
}

.icon_footer.time {
    background-position: 0 -93px
}

.footer_map {
    position: relative
}

.footer_map_btn {
    border-bottom: 2px solid #fafafa;
    text-align: center
}

.footer_map_btn .btn {
    position: relative;
    margin: 0 0 -2px;
    border-radius: 2px 2px 0 0;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted
}

.map {
    height: 656px
}

.scrollToTop {
    position: absolute;
    top: -10px;
    right: 30px;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    text-align: right;
    cursor: pointer;
    background-color: #000;
    border-radius: 50%
}

.scrollToTop:hover {
    opacity: .7
}

.scrollToTop:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) translateX(-50%) rotate(-135deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 3px 0 0
}

.footer-bottom {
    padding: 20px 0;
    font-size: 12px;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:740px) {
    .footer-bottom {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 0
    }
}

.footer-bottom p {
    font-size: 12px;
    line-height: 16px
}

.footer-bottom .copyright_title {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 6px
}

.footer-bottom .footer-bottom__developer {
    text-align: right;
    line-height: 30px;
    height: 30px;
    font-size: 13px;
    margin: 0 0 0 20px;
    white-space: nowrap;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

@media (max-width:740px) {
    .footer-bottom .footer-bottom__developer {
        margin: 10px 0 0;
        text-align: center
    }
}

.footer-bottom .footer-bottom__developer img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 6px
}

.main_section {
    min-height: 730px;
    max-height: 730px;
	height: 100%;
    background-size: cover !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .main_section {
        height: auto;
        max-height: initial;
        padding:  30px 0;
        overflow: hidden;
    }
}

.main_section .main_section__info_wrap {
    position: relative;
    z-index: 5
}

.main_section .main_section__title {
    color: #0b3d6a;
    font-size: 29px;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 60px
}

.main_section .main_section__title a {
    color: #0b3d6a;
    text-decoration: none;
    transition: all .3s ease
}

.main_section .main_section__title a:hover {
    color: #36a3a0
}

.main_section .main_section__title ._big {
    font-size: 1.86206em;
    line-height: 1.2em
}

.main_section .main_section__title .wow {
    animation-timing-function: cubic-bezier(.55, .06, .68, 1)
}

.main_section .main_section__partners {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 0 -10px
}

@media (max-width:960px) {
    .main_section .main_section__partners {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center
    }
    .main_section .main_section__title ._big {
        font-size: 1.66206em;
    }
}

@media (max-width:580px) {
    .main_section .main_section__partners {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main_section .main_section__partners a {
    text-decoration: none
}

.main_section .main_section__partners a .main_section__partner-name {
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(25, 26, 100, .5);
    text-decoration-color: rgba(25, 26, 100, .5)
}

.main_section .main_section__partners a:hover .main_section__partner-name {
    text-decoration: none
}

.main_section .main_section__partner-item {
    min-width: 22%;
    max-width: 28%;
    box-sizing: border-box;
    padding: 0 0 30px 10px;
    animation-timing-function: cubic-bezier(.55, .06, .68, 1)
}

@media (max-width:960px) {
    .main_section .main_section__partner-item {
        max-width: 46%
    }
}

@media (max-width:580px) {
    .main_section .main_section__partner-item {
        max-width: 100%;
        padding: 0 0 17px 10px
    }
}

.main_section .main_section__partner-img {
    float: left;
    margin: 0 8px 0 0
}

.main_section .main_section__partner-name {
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #191a64
}

.stepNav {
    margin: -87px 20px 50px 0;
    height: 145px;
    padding-right: 20px;
    position: relative;
    box-sizing: border-box;
    z-index: 0
}

@media (max-width:1050px) {
    .stepNav {
        display: none
    }
}

.stepNav li {
    height: 145px;
    min-width: 300px;
    padding: 1rem;
    float: left;
    position: relative;
    z-index: 3;
    background: #fff;
    text-align: center;
    font-size: 1.5rem;
    color: #37a4a0;
    box-sizing: border-box;
    font-family: MuseoSansCyrl-900, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 115px;
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, .4);
    animation-timing-function: ease-out
}

.stepNav li:nth-child(2) {
    z-index: 1
}

.stepNav li:nth-child(3) {
    z-index: 0
}

.stepNav.threeWide li {
    width: 33.33%
}

.stepNav li:after,
.stepNav li:before {
    content: "";
    position: absolute;
    right: -20px;
    height: 50%;
    width: 40px;
    background: #fff;
    z-index: -1
}

.stepNav li:before {
    top: 0;
    transform: skew(20deg);
    box-shadow: 5px 1px 11px -1px rgba(0, 0, 0, .07)
}

.stepNav li:after {
    bottom: 1px;
    transform: skew(-20deg);
    box-shadow: 7px 0 6px -2px rgba(0, 0, 0, .07)
}

.stepNav li.selected {
    box-shadow: none
}

.icon_advantages {
    width: 63px;
    height: 63px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    background: url(../img/sprite-main.png) 50% no-repeat
}

._title {
    text-align: center;
    margin: 2rem 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #0b3b69
}

._title a {
    text-decoration: none;
    color: #0b3b69;
    transition: opacity .3s ease
}

._title a:hover {
    opacity: .8
}

._title.lighten,
._title.lighten a {
    color: #fff
}

.hexagon {
    position: relative;
    width: 100px;
    height: 57.74px;
    background-color: #fff;
    margin: 28.87px auto;
    box-shadow: 0 0 18px rgba(0, 0, 0, .05)
}

.hexagon:after,
.hexagon:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 70.71px;
    height: 70.71px;
    transform: scaleY(.5774) rotate(-45deg);
    background-color: inherit;
    left: 14.6447px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .05)
}

.hexagon:before {
    top: -35.3553px
}

.hexagon:after {
    bottom: -35.3553px
}

.hexagon span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 57.735px;
    z-index: 2;
    background: inherit
}

.main_catalog {
    padding: 15px 0 0
}

.main_catalog_wrapper {
    font-size: 0;
    text-align: center;
    margin: 25px 0 0;
    padding: 0 0 65px
}

.main_catalog_wrapper .card_product {
    vertical-align: top
}

.main_catalog_wrapper .show-more {
    display: block;
    margin: 0 auto;
    width: 870px
}

@media (max-width:930px) {
    .main_catalog_wrapper .show-more {
        width: 570px
    }
}

@media (max-width:630px) {
    .main_catalog_wrapper .show-more {
        width: 270px
    }
}

.card_product {
    height: 400px;
    text-align: center;
    width: 300px;
    margin: 65px 15px 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem 1rem 2rem;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box
}

@media (max-width:540px) {
    .card_product {
        margin-left: 0;
        margin-right: 0
    }
}

.card_product .card_product__pic {
    text-align: center;
    position: relative;
    margin: 52px auto 24px;
    overflow: hidden;
    border-radius: 50%;
    width: 145px;
    height: 145px
}

.card_product .card_product__pic img {
    max-width: none;
    width: auto
}

.card_product .card_product__name {
    height: 54px;
    overflow: hidden;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #131456
}

.card_product .card_product__mark {
    line-height: 60px;
    top: -67px;
    margin: 25px auto -67px;
    color: #0b3d6a;
    text-transform: uppercase;
    font-size: 34px;
    text-align: center;
    font-family: MuseoSansCyrl-900, Helvetica, Arial, sans-serif
}

.card_product .btn {
    font-size: 14px
}

.hidden-items {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease
}

.hidden-items.show {
    display: block;
    opacity: 1;
    visibility: visible
}
.lang_li a:before
{
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    background-image: url(https://ak5.picdn.net/shutterstock/videos/11142635/thumb/1.jpg?ip=x480)!important;
    background-repeat: no-repeat;
    background-size: 150%;
}
.bg-aqua-square {
    background: url(../img/setkabel.jpg) repeat;

   background-size: 50%;
}

.main_services {
    margin: 56px 0 25px
}

.services-wrapper {
    margin: 30px -15px 0;
    font-size: 0;
    text-align: center
}

.services_item {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 370px;
    height: 330px;
    border: 0;
    border-radius: 10px;
    margin: 0 15px 28px;
    text-align: center;
    transition: all .3s;
    overflow: hidden;
    cursor: pointer
}

@media (max-width:544px) {
    .services_item {
        width: 290px;
        margin: 0 0 28px
    }
}

.services_item .services_item__front {
    background: #38a4a1;
    -webkit-filter: blur(0);
    -webkit-font-smoothing: subpixel-antialiased
}

.services_item .services_item__back,
.services_item .services_item__front {
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .4s ease-out
}

.services_item .services_item__back {
    background: #0b3d6a;
    text-align: left;
    padding: 30px;
    font-size: 14px;
    line-height: 24px;
    transform: rotateY(180deg)
}

@media (max-width:544px) {
    .services_item .services_item__back {
        padding: 25px 15px;
        font-size: 12px;
        line-height: 20px
    }
}

.services_item .services_item__back * {
    color: #fff
}

.services_item .services_item__back p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300
}

@media (max-width:544px) {
    .services_item .services_item__back p {
        font-size: 12px;
        line-height: 20px
    }
}

.services_item.active .services_item__front {
    transform: rotateY(180deg)
}

.services_item.active .services_item__back {
    transform: rotateY(0);
    -webkit-filter: blur(0);
    -webkit-font-smoothing: subpixel-antialiased;
    opacity: .99
}

.services_item:hover .services_name {
    text-decoration: underline
}

.services_item .services_name {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 auto 2rem;
    height: 40px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none
}

.services_pic {
    width: 120px;
    height: 90px;
    margin: 42px auto 25px;
    background: url(../img/sprite_advantages.png) no-repeat
}

.services_pic._1 {
    background-position: 0 0;
    height: 68px;
    width: 103px
}

.services_pic._2 {
    background-position: -103px 0;
    height: 89px;
    width: 80px
}

.services_pic._3 {
    background-position: -183px 0;
    height: 71px;
    width: 81px
}

.services_pic._4 {
    background-position: -264px 0;
    height: 84px;
    width: 87px
}

.services_pic._5 {
    background-position: -351px 0;
    height: 86px;
    width: 77px
}

.services_pic._6 {
    background-position: -428px 0;
    height: 81px;
    width: 50px
}

.main_company {
    padding: 30px 0 65px;
    background: url(../img/bg-about_739x628.png) no-repeat 100% 100%
}

.main_company:after {
    content: "";
    clear: both;
    display: table;
    overflow: hidden
}

.main_company__title {
    margin: 0 0 40px
}

.main_company__video {
    float: right;
    margin: 0 0 30px 30px;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

@media (max-width:990px) {
    .main_company__video {
        float: none;
        margin: 0 0 30px;
        display: inline-block
    }
}

.main_company__video video {
    display: block
}

@media (max-width:990px) {
    .main_company__video video {
        max-width: 100%;
        height: auto
    }
}

.main_company__video .js_play-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all .3s ease
}

.main_company__video .js_play-video:before {
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: -28px 0 0 -28px;
    content: ""
}

.main_company__video .js_play-video:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 13px;
    border-color: transparent transparent transparent #fff;
    margin: -7px 0 0 -4px;
    content: ""
}

.main_company__video .js_play-video:hover {
    transform: scale(.9)
}

.main_company__video.play-video .js_play-video {
    opacity: 0;
    z-index: 2
}

.main_company__video.play-video .js_play-video:before {
    border-radius: 0;
    width: 4px;
    height: 40px;
    margin: -20px 0 0 -5px;
    background: hsla(0, 0%, 100%, .4)
}

.main_company__video.play-video .js_play-video:after {
    border: 0;
    width: 4px;
    height: 40px;
    margin: -20px 0 0 5px;
    background: hsla(0, 0%, 100%, .4)
}

.main_company__video.play-video:hover .js_play-video {
    opacity: 1
}

.main_company__description {
    overflow: hidden;
    margin: 0 0 17px;
    width: 80%;
}

.fw-banner {
    width: 100%;
    color: #fff;
    background: #6b6b6b;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 36px;
    font-weight: 700;
    overflow: hidden;
    position: relative
}

@media (max-width:980px) {
    .fw-banner {
        font-size: 22px
    }
}

@media (max-width:660px) {
    .fw-banner {
        font-size: 18px
    }
}

.fw-banner img {
    display: block
}

.fw-banner .fw-banner__txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

p {
    font-size: 14px;
    line-height: 24px;
    color: #0b3d6a;
    margin: 0 0 24px
}

p._large {
    font-size: 16px
}

p._xlarge {
    font-size: 18px
}

p a,
p strong {
    font-weight: 700
}

p a {
    color: #0b3d6a;
    -webkit-text-decoration-color: rgba(11, 61, 106, .5);
    text-decoration-color: rgba(11, 61, 106, .5)
}

p a:hover {
    text-decoration: none
}

blockquote {
    font-size: 18px;
    line-height: 24px;
    color: #36a3a0;
    font-weight: 700;
    margin: 0 0 24px
}

.main_news {
    padding: 40px 0
}

.main_news .read-all {
    float: right;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline
}

.main_news .read-all:hover {
    text-decoration: none
}

.main_news ._title {
    text-align: left;
    margin: 20px 100px 30px 0
}

.main_news_wrapper {
    font-size: 0;
    text-align: center;
    margin: 0 0 0 -30px
}

.news-item {
    display: inline-block;
    text-align: left;
    height: 412px;
    width: 270px;
    margin: 0 0 30px 30px;
    font-size: 16px;
    vertical-align: top;
    background: #fff;
    border-radius: 5px;
    overflow: hidden
}

.news-item .news-item__photo {
    display: block;
    height: 209px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 24px
}

.news-item .news-item__title {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #0b3d6b;
    font-family: MuseoSansCyrl-900, Arial, Times New Roman, sans-serif;
    margin: 0 25px 16px;
    max-height: 44px;
    overflow: hidden
}

.news-item .news-item__title a {
    color: #0b3d6b;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(11, 61, 107, .4);
    text-decoration-color: rgba(11, 61, 107, .4)
}

.news-item .news-item__title a:hover {
    -webkit-text-decoration-color: rgba(54, 163, 160, .4);
    text-decoration-color: rgba(54, 163, 160, .4);
    color: #36a3a0
}

.news-item .news-item__description {
    margin: 0 25px 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #0b3d6b;
    max-height: 72px;
    overflow: hidden
}

.breadcrumbs {
    padding: 34px 0 24px;
    text-align: center;
    position: relative;
    z-index: 2
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 24px;
    color: #0b3d6a
}

.breadcrumbs li:before {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    content: "/"
}

.breadcrumbs li:first-child:before {
    display: none
}

.breadcrumbs li a {
    vertical-align: baseline;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    color: #0b3d6a
}

.breadcrumbs li a:hover {
    color: #000
}

.text-holder {
    max-width: 860px;
    margin: 0 auto 70px;
    padding: 80px 15px;
    box-sizing: border-box
}

.text-holder.text-holder_v2 {
    max-width: 1030px
}

h1 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 35px;
    text-transform: uppercase
}

h1,
h2 {
    color: #0b3d6a;
    font-weight: 900
}

h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 23px
}

@media (max-width:1024px) {
    h2 {
        font-size: 18px;
        line-height: 22px
    }
}

.text-holder {
    position: relative;
    z-index: 2
}

.text-holder p {
    font-weight: 400
}

.text-holder ul {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 24px;
    color: #0b3d6a
}

.text-holder .btn {
    margin: 10px 0 0
}

.news-categories {
    margin: 50px 0 50px -30px;
    font-size: 0;
    position: relative;
    z-index: 2
}

.news-categories.news-list .news-categories__col {
    margin: 0 0 8px
}

.news-categories .news-categories__col {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    width: 50%;
    margin: 0 0 30px;
    font-size: 16px
}

@media (max-width:968px) {
    .news-categories .news-categories__col {
        width: 100%
    }
}

.news-categories .news-categories__title a {
    color: #0b3d6a;
    text-decoration: none;
    transition: all .3s ease
}

.news-categories .news-categories__title a:hover {
    color: rgba(11, 61, 106, .8)
}

.news-categories .news-categories__item {
    margin: 0 0 16px;
    background: #fff;
    box-shadow: 0 0 48px hsla(0, 0%, 97%, .64);
    border-radius: 2px;
    overflow: hidden
}

.news-categories .news-categories__item:after {
    clear: both;
    display: table;
    overflow: hidden;
    content: ""
}

.news-categories .news-categories__photo {
    float: left;
    width: 169px;
    font-size: 0
}

@media (max-width:540px) {
    .news-categories .news-categories__photo {
        float: none
    }
}

.news-categories .news-categories__photo img {
    width: 100%;
    height: auto
}

.news-categories .news-categories__description {
    overflow: hidden;
    padding: 15px 40px 15px 20px
}

@media (max-width:540px) {
    .news-categories .news-categories__description {
        padding: 15px 20px 15px 10px
    }
}

.news-categories .news-categories__date {
    font-size: 14px;
    line-height: 18px;
    color: #0b3d6a;
    opacity: .5;
    margin: 0 0 5px
}

.news-categories .news-categories__item-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #0b3d6a
}

@media (max-width:540px) {
    .news-categories .news-categories__item-title {
        font-size: 14px;
        line-height: 20px
    }
}

.news-categories .news-categories__item-title a {
    color: #0b3d6a;
    text-decoration: underline
}

.news-categories .news-categories__item-title a:hover {
    color: #36a3a0
}

.news-categories .news-categories__show-all {
    text-align: right;
    color: #0b3d6a;
    font-size: 14px;
    line-height: 20px
}

.news-categories .news-categories__show-all a {
    color: #0b3d6a;
    text-decoration: underline
}

.news-categories .news-categories__show-all a:hover {
    text-decoration: none
}

.main_news .news-categories .news-categories__title a {
    color: #fff
}

.main_news .news-categories .news-categories__title a:hover {
    color: hsla(0, 0%, 100%, .8)
}

.main_news .news-categories .news-categories__item {
    box-shadow: 0 0 48px hsla(0, 0%, 40%, .64)
}

.main_news .news-categories .news-categories__show-all,
.main_news .news-categories .news-categories__show-all a {
    color: #fff
}

.news {
    margin: 0 0 20px -30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.news .news__item {
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 0 30px 30px
}

@media (max-width:940px) {
    .news .news__item {
        width: 370px;
        max-width: 100%
    }
}

.news .news__item-holder {
    background: #fff;
    box-shadow: 0 0 48px hsla(0, 0%, 97%, .64);
    border-radius: 2px;
    min-height: 410px;
    overflow: hidden
}

.news .news__photo {
    height: 209px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin: 0
}

.news .news__description {
    padding: 30px 25px
}

.news .news__title {
    color: #0b3d6a;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 20px
}

.news .news__title a {
    color: #0b3d6a;
    text-decoration: underline
}

.news .news__title a:hover {
    color: #36a3a0
}

.paging {
    margin: 30px 0 60px;
    text-align: center
}

.paging li {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 10px
}

.paging li a {
    color: #0b3d6a;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    transition: all .3s ease;
    font-weight: 700
}

.paging li a.active,
.paging li a:hover {
    color: #36a3a0
}

.page-description {
    font-weight: 400;
    max-width: 1030px;
    margin: 0 auto 35px
}

.table-catalog {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.table-catalog td,
.table-catalog th {
    padding: 5px 8px;
    line-height: 1.25em;
    border: 1px solid #eef5ff;
    text-align: center;
    vertical-align: middle
}

.table-catalog thead th {
    vertical-align: middle;
    border-bottom: 1px solid #eef5ff;
    font-weight: 700;
    color: #0b3d6a;
    font-size: 14px
}

.table-catalog td {
    font-size: 14px;
    line-height: 18px;
    color: #0b3d6a
}

.table-catalog a {
    color: #0b3d6a;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(10, 34, 74, .34);
    text-decoration-color: rgba(10, 34, 74, .34);
    font-weight: 700
}

.table-catalog a:hover {
    text-decoration: none
}

.table-catalog td:first-child,
.table-catalog td:last-child {
    text-align: left
}

.table-catalog tbody+tbody {
    border-top: 2px solid #eef5ff
}

.table-catalog tr:nth-child(3n+2) td,
.table-catalog tr:nth-child(3n+2) th {
    background-color: #f9fbff
}

.collapse-table {
    display: none
}

.icon {
    display: inline-block;
    vertical-align: baseline
}

.icon.icon-arr {
    background: url(../img/sprite.png) no-repeat -100px 0;
    width: 11px;
    height: 12px
}

.icon.icon-arr-left {
    background: url(../img/sprite.png) no-repeat -124px -23px;
    width: 12px;
    height: 11px
}

.icon.icon-print {
    background: url(../img/sprite.png) no-repeat -100px -12px;
    width: 16px;
    height: 16px
}

.icon.icon-phone {
    background: url(../img/sprite.png) no-repeat -136px 0;
    width: 16px;
    height: 16px
}

.icon.icon-velcome {
    background: url(../img/sprite.png) no-repeat -137px -16px;
    width: 18px;
    height: 16px
}

.catalog-wrapper {
    background: #fcfcfc;
    padding: 40px 0 70px
}

.catalog__title {
    text-align: center;
    font-size: 24px;
    line-height: 38px
}

@media (max-width:1024px) {
    .catalog__title {
        font-size: 18px;
        line-height: 26px
    }
}

.catalog {
    position: relative;
    z-index: 2
}

.catalog .catalog__item {
    background: #fff;
    padding: 18px 28px 22px;
    margin: 0 0 30px
}

@media (max-width:768px) {
    .catalog .catalog__item {
        padding: 18px 15px 22px
    }
}

.catalog .catalog__item:after {
    display: table;
    clear: both;
    overflow: hidden;
    content: ""
}

.catalog .catalog__photo {
    float: left;
    width: 190px;
    height: 190px;
    margin: 0 30px 5px 0;
    overflow: hidden;
    border-radius: 10px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:768px) {
    .catalog .catalog__photo {
        float: none
    }
}

.catalog .catalog__description {
    overflow: hidden;
    padding: 0 0 8px
}

.catalog .catalog__item-title {
    font-size: 18px;
    line-height: 36px;
    color: #0b3d6a;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 12px
}

.catalog .catalog__item-title a {
    color: #0b3d6a;
    text-decoration: none
}

.catalog .catalog__item-title a:hover {
    color: #36a3a0
}

.catalog .catalog__item-descr {
    margin: 0 0 25px;
    font-family: GothamPro, sans-serif;
    font-weight: 400
}

.catalog .collapse-table {
    clear: left;
    padding: 20px 0 14px
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto
}

.catalog-list {
    position: relative;
    z-index: 2
}

.catalog-list .catalog-list__item {
    background: #fff;
    margin: 0 0 30px;
    padding: 27px 55px 27px 28px
}

@media (max-width:1024px) {
    .catalog-list .catalog-list__item {
        padding: 25px
    }
}

.catalog-list .catalog-list__item:after {
    display: table;
    clear: both;
    overflow: hidden;
    content: ""
}

.catalog-list .catalog-list__photo {
    float: left;
    width: 126px;
    height: 126px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 30px 0 0;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (max-width:640px) {
    .catalog-list .catalog-list__photo {
        float: none;
        margin: 0 0 12px
    }
}

.catalog-list .catalog-list__description {
    overflow: hidden;
    padding: 0
}

.catalog-list .catalog-list__description p {
    margin: 0 0 5px
}

.catalog-list .catalog-list__title {
    font-size: 18px;
    line-height: 36px;
    margin: 0 0 10px;
    color: #0b3d6a;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none
}

.catalog-list .catalog-list__title a {
    color: #0b3d6a;
    text-decoration: none
}

.catalog-list .catalog-list__title a:hover,
.print-lnk {
    color: #36a3a0
}

.print-lnk {
    display: block;
    text-align: right;
    margin: -16px 0 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300
}

.print-lnk a {
    color: #36a3a0;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(54, 163, 160, .5);
    text-decoration-color: rgba(54, 163, 160, .5)
}

.print-lnk a:hover {
    text-decoration: none
}

.print-lnk a .icon {
    margin: 0 6px;
    vertical-align: text-bottom
}

.contacts {
    margin: 80px;
    position: relative;
    z-index: 2
}

.contacts .contacts__row {
    margin: 0 0 18px -70px;
    font-size: 0
}

@media (max-width:960px) {
    .contacts .contacts__row {
        margin: 0 0 15px -70px;
        padding: 0 0 15px;
        border-bottom: 1px solid #f3f3f3
    }
    .contacts .contacts__row:first-child {
        display: none
    }
    .contacts .contacts__row:last-child {
        border-bottom: 0
    }
}

.contacts .contacts__col {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 0 10px 70px;
    box-sizing: border-box;
    position: relative
}

.contacts .contacts__col .contacts__ico {
    width: 60px;
    position: absolute;
    top: -15px;
    left: 0;
    text-align: center
}

@media (max-width:560px) {
    .contacts .contacts__col .contacts__ico {
        display: none
    }
}

.contacts .contacts__col .contacts__ico img {
    max-width: 100%;
    display: inline-block
}

.contacts .contacts__col .contacts__ico img.contacts__ico-callcenter {
    max-height: 55px
}

.contacts .contacts__col .contacts__ico-2 {
    position: absolute;
    top: 100%;
    margin: 30px 0 0;
    left: 0;
    right: 0;
    text-align: center
}

@media (max-width:960px) {
    .contacts .contacts__col .contacts__ico-2 {
        display: none
    }
}

.contacts .contacts__col .contacts__ico-2 img {
    max-width: 117px;
    display: inline-block
}

@media (max-width:960px) {
    .contacts .contacts__col {
        width: 50%
    }
    .contacts .contacts__col:before {
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        color: #36a3a0;
        content: attr(data-title);
        margin: 0 0 10px
    }
}

@media (max-width:560px) {
    .contacts .contacts__col {
        width: 100%
    }
}

.contacts .contacts__col p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 4px
}

.contacts .contacts__col p a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: all .3s ease
}

.contacts .contacts__col p a[href^="tel:"] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px
}

.contacts .contacts__col p a strong {
    font-weight: 700;
    text-decoration: underline
}

.contacts .contacts__col p a:hover {
    color: #36a3a0
}

.contacts .contacts__col p a:hover strong {
    text-decoration: none
}

.contacts .contacts__title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    color: #36a3a0;
    margin: 0
}

@media (max-width:960px) {
    .contacts .contacts__title {
        display: none
    }
}

.contacts .contacts__separate {
    display: block;
    width: 100%;
    height: 1px;
    background: #eef5ff;
    margin: 0 0 32px 10px
}

@media (max-width:960px) {
    .contacts .contacts__separate {
        background: #fff
    }
}

.contacts .contacts__hint {
    background: #0b3d6a;
    position: relative;
    margin: 14px -30px 0;
    padding: 20px 20px 15px 30px;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400
}

@media (max-width:1280px) {
    .contacts .contacts__hint {
        margin: 14px 0 0 -20px;
        padding: 20px 20px 15px
    }
}

@media (max-width:560px) {
    .contacts .contacts__hint {
        margin: 14px -10px 0;
        padding: 15px 10px 12px
    }
}

.contacts .contacts__hint p {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400
}

.contacts .contacts__hint p strong {
    font-size: 14px
}

.form_feedback-wrapper {
    padding: 44px 0 50px
}

.form_feedback {
    margin: 0 auto;
    padding: 24px 120px 24px;
    background-color: #fff;
    max-width: 970px;
    box-sizing: border-box;
	border-radius: 6px;
}

@media (max-width:960px) {
    .form_feedback {
        padding: 30px
    }
}

@media (max-width:767px) {
    .form_feedback {
        padding: 30px 20px
    }
}

.form_feedback .form_feedback__title {
    color: #0b3d6a;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 18px;
    text-transform: uppercase
}

.form-control {
    margin-bottom: 22px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 8px 13px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 2px solid #dedede;
    border-radius: .15rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: GothamPro, sans-serif
}

.form-control::-webkit-input-placeholder {
    color: #0b3d6a
}

.form-control::-moz-placeholder {
    color: #0b3d6a
}

.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #0b3d6a
}

.form-control::placeholder {
    color: #0b3d6a
}

.form-control:focus {
    border-color: #36a3a0;
    outline: none
}

.form-control.error {
    border-color: #e62626
}

textarea.form-control {
    margin: 0 0 18px
}

.from-row {
    margin: 0 0 0 -30px;
    font-size: 0
}

.from-row .form-col {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    box-sizing: border-box
}

.from-row .form-col.form-col_w66 {
    width: 66.666%
}

@media (max-width:767px) {
    .from-row .form-col.form-col_w66 {
        width: 100%
    }
}

.from-row .form-col.form-col_w33 {
    width: 33.333%
}

@media (max-width:767px) {
    .from-row .form-col.form-col_w33 {
        width: 100%
    }
}

label.error {
    display: block;
    margin: -17px 0 11px;
    color: #e62626;
    font-size: 12px;
    line-height: 16px
}

.white-popup {
    box-shadow: 0 0 40px 1px rgba(0, 0, 0, .5);
    max-width: 990px;
    margin: auto;
    background-color: #fff;
    position: relative;
    border-radius: 10px
}

.popup-holder {
    max-height: 90vh;
    padding: 2rem;
    overflow-y: auto
}

@media (max-width:544px) {
    .popup-holder {
        padding: 2rem 1rem
    }
}

.mfp-container p {
    font-size: 12px;
    line-height: 19px;
    font-weight: 400;
    margin: 0
}

.mfp-close-btn-in .mfp-close {
    font-size: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat url(../img/sprite.png) -116px 0;
    opacity: 1;
    transition: opacity .3s ease;
    right: 10px;
    top: 10px
}

.mfp-close-btn-in .mfp-close:hover {
    opacity: .8
}
.mfp-container p{
	font-size: 14px;
	line-height: 1.5em;
}
.text-holder img{
	overflow: hidden;
}
.text-holder ol, .popup-holder ol{
	list-style: decimal;
	margin: 40px 10px 40px 40px;
}
.text-holder ul, .popup-holder ul{
	list-style: disc;
	margin: 40px 10px 40px 40px;
}

.popup-holder ol, .popup-holder ul{
	list-style: decimal;
	margin: 28px 10px 28px 34px;
}
.text-holder li{
	font-size: 14px;
	line-height: 24px;
	color: #0b3d6a;
	margin: 0 0 14px;
	font-weight: 400
}
.popup-holder li{
	font-size: 14px;
	line-height: 1.5em;
	color: #0b3d6a;
	margin: 0;
	font-weight: 400
}
.table-catalog td:first-child, .table-catalog th:first-child{
	width: 240px;
}
.table-catalog td:first-child, .table-catalog tbody th:first-child{
	text-align: left;
}
.table-catalog td:last-child, .table-catalog th:last-child{
	width: 350px;
}
.news-categories .news-categories__photo{
	width: 169px;
	height: 120px;
	background-size: cover;
	background-position: center center
}
/*.news-categories .news-categories__photo img{
	display: none;
}*/
.table-catalog a{
	font-size: 14px;
	font-weight: 400;
}



.scrollToTop{
	position: fixed;
	top: auto;
	bottom: 30px;
	right: 30px;
	background-color: #0b3d6a;
}

.text-holder > p img{
	max-width: 33%;
	border-radius: 5px;
	margin: 0 15px 5px 0;
	float: left;
}

.services_item{
	width: 350px;
	height: 280px;
}

.page-description{
	max-width: 100%;
	z-index: 2;
	position: relative;
}

.page-description p{
	margin-bottom: 0;
}

.content-holder h1{
	margin-bottom: 10px;
}

.catalog-wrapper {
	padding: 20px 0 70px;
}

.catalog .catalog__item-title{
	font-size: 17px;
}

.catalog .catalog__photo{
	width: 150px;
	height: 150px;
}

.catalog .catalog__item{
	margin: 0 0 15px;
}

.news-categories .news-categories__item{
	border-radius: 8px;
	padding: 5px;
}

.news-categories .news-categories__photo{
	border-radius: 8px;
	overflow: hidden;
	margin-right: 5px;
	box-shadow: inset rgba(0,0,0,.6) 0 -3px 8px, inset rgba(252,255,255,.7) 0 3px 8px, rgba(0,0,0,.8) 0 3px 8px -3px;
}

.card_product .card_product__pic{
	border-radius: 50%;
	overflow: hidden;
	box-shadow: inset rgba(0,0,0,.6) 0 -3px 8px, inset rgba(252,255,255,.7) 0 3px 8px, rgba(0,0,0,.8) 0 3px 8px -3px;
}

.card_product .btn {
	background: linear-gradient(180deg,#ffd400 0,#37a4a0);
}



.header-print{
	padding: 30px 0 0;
	margin-bottom: 30px;
	display: none;
	border-bottom: 2px solid #0b3d6a;
}

.header-print img{
	float: none;
	max-width: 320px;
}

.column-40{
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.column-60{
	display: inline-block;
	width: 69%;
	vertical-align: top;
}

.column-60 p b,
.column-40 p b{
	font-weight: bold;
}

.column-40{
	margin-bottom: 10px;
}

.column-logo{
	margin-bottom: 30px;
}

.wotermark{
	position: absolute;
	top: 0;
	left: 0
}

.wotermark img{
	margin: 0;
	max-width: 100%;
	float: none;
}


@media (max-width: 479px){
	.text-holder img{
		max-width: 100%;
	}
}




@media print {
    html {
        position: relative;
        top: 0;
        left: 0;
        height: auto !important;
        overflow: hidden;
    }
    body {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        height: auto !important;
        width: auto !important;
        min-height: 200vh;
        max-height: 200vh;
        -webkit-print-color-adjust: exact;
        overflow: hidden;
    }

    body * {
        visibility: hidden;
        height: 0;
    }

    body:before {
        content: "";
        position: absolute;
        z-index: 9999;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: url('../img/wotermark.png') 0 10px/95% 100vh !important;
        opacity: .7;
    }

	.header, .footer, .breadcrumbs{
		display: none;
        height: 0;
        visibility: hidden;
	}



    .text-holder {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        overflow: hidden;
    }

	.text-holder, .text-holder * {
        visibility: visible;
        height: auto;
    }

	#print-lnk-button {
        display: none;
    }
    .header.is_stuck + div,
    ._ym_viewport + div,
    .bx-crm-widget-wrapper,
    .b24-widget-button-wrapper,
    .b24-widget-button-shadow,
    .wotermark {
        display: none !important;
        visibility: hidden !important;
    }

    .header-print {
		display: block;
    }
	.header-print p {
		margin-bottom: 8px;
		font-family: Ubuntu,sans-serif;
		font-size: 12px;
		line-height: 1em;
	}
	.column-logo {
		margin-bottom: 30px;
	}


}

.header__search-form {
	margin: 10px 15px;
	position: relative; }

.header__search-form input[type="text"] {
	display: block;
	width: 100%;
	border: 0;
	padding: 9px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	outline: none; }

@media (max-width: 1200px) {
	.header__search-form input[type="text"] {
		padding: 7px 12px; } }

.header__search-form input[type="text"]::-webkit-input-placeholder {
	font-style: italic; }

.header__search-form input[type="text"]::-moz-placeholder {
	font-style: italic; }

.header__search-form input[type="text"]:-ms-input-placeholder {
	font-style: italic; }

.header__search-form input[type="text"]::-ms-input-placeholder {
	font-style: italic; }

.header__search-form input[type="text"]::placeholder {
	font-style: italic; }

.header__search-form .header__search-submit {
	position: absolute;
	right: 0;
	top: 50%;
	height: 30px;
	width: 30px;
	margin: -15px 0 0;
	background: url("../img/search.png") no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
	outline: none;
	border: 0;
	cursor: pointer; }

.header__search {
	position: relative;
	float: right; }

@media (max-width: 915px) {
	.header__search {
		display: none; } }

.header__search .header__search-toggle {
	cursor: pointer;
	display: inline-block;
	position: relative;
	margin: 9px 0 0 45px; }

.header__search .header__search-toggle img {
	max-width: 32px;
	height: auto; }

.header__search .header__search-form {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 280px;
	z-index: 10;
	margin: 0; }

@media (max-width: 1200px) {
	.header__search .header__search-form {
		width: 240px;
		margin: -6px 0 0; } }

.header_menu__wrap {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto; }

.header_menu__wrap .main_menu__list {
	text-align: right; }

.header_menu__wrap .main_menu__list li {
	text-align: left; }

.services_item iframe {
	width: 100%;
	height: auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto; }

.search-page{
	position: relative;
	z-index: 10;
	margin-left: auto;
    margin-right: auto;
    padding: 20px 15px;
    max-width: 1170px;
    min-width: 280px;
}
.search-page form{
	display: flex;
	justify-content: space-between;
}
.search-page form input[type="submit"]{
    font-size: 14px;
    display: inline-block;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    border: 0;
    cursor: pointer;
    height: 44px;
    line-height: 24px;
    padding: 10px 20px 10px;
    min-width: 170px;
    background: linear-gradient(180deg,#ffd400 0,#37a4a0);
    color: #000;
    font-weight: 700;
    text-align: center;
    border-radius: 2px;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
.search-page form input[type="submit"]:hover{
	background: linear-gradient(180deg,#ffd400 0,#eab700 80%);
}
.search-page form input[type="text"]{
    margin: 0 15px 0 0;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 8px 13px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 2px solid #dedede;
    border-radius: .15rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: GothamPro,sans-serif;
}
.search-page form input[type="text"]:focus{
	border-color: #36a3a0;
    outline: none;
}

@media (max-width: 960px) {
	.contacts .contacts__col:before {
		display: none;
	}
}

@media (max-width: 600px){
	.search-page form input[type="submit"]{
		min-width: 90px
	}
	.search-page form input[type="text"]{
	    margin: 0 8px 0 0;
	}
}

.search-page .paging{
	margin: 25px 0 0;
}
.search-page__results{
	margin: 18px 0 0;
}
.search-page__result{
	border-top: 1px solid rgba(11, 61, 106, 0.18);
	padding: 24px 0 20px;
}
.search-page__result:last-child{
	border-bottom: 1px solid rgba(11, 61, 106, 0.18);
}
.search-page__result-title{
	font-size: 18px;
    line-height: 24px;
    color: #0b3d6a;
    margin: 0 0 .5em;
}
.search-page__result p{
	margin: 0 0 18px;
}
.search-page__result-title a{
	color: #0b3d6a;
	font-weight: 700;
}
.search-page__result-title a:hover{
	color: #4badaa
}
.search-page__result-change{
	font-size: 14px;
    line-height: 18px;
    color: #0b3d6a;
    opacity: .5;
    margin: 0 0 5px;
}
.search-page__result-path{
	font-size: 14px;
    line-height: 24px;
    color: #0b3d6a;
}

.search-page__result-path a{
	font-size: 14px;
    line-height: 24px;
    color: #0b3d6a;
}
.search-page__result-path a:hover{
	text-decoration: none;
	color: #4badaa;
}
.search-language-guess a{
	color: #4badaa;
}


.text-holder b {
	font-weight: 600;
}

	.review-item{
		border-radius: 5px;
		background-color: #eaf5f4;
		padding: 15px 15px;
		margin-bottom: 25px
	}

	.review-item__user-name{
		font-weight: bold;
		font-size: 14px;
		color: #0b3d6a;
		margin-bottom: 10px;
	}

	.review-item__text{
		margin-bottom: 15px;
	}

	.review-item__date{
		color: grey;
		font-size: 14px;
	}

	.review-item.answer{
		margin-left: 45px;
		background-color: #fff;
		border: 1px solid #f1f1f1;
	}
.form-col_w100 {
	width: 100%;
}
.bg-aqua-square.en_main_catalog{
	background:none;
}


.lang-switch{
	display:inline-flex;
	float: right;
    margin: 12px 0 0 30px
}

.lang{
	display: inline-block;
	font-size: 0;
}

.lang a{
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	color: #0a3b6a;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1px 30px 1px 10px;
	position: relative;
	border-radius: 15px;
}

.lang a:before{
	content: '';
	width: 18px; 
	height: 18px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	background-image: url(../img/icons/lang.png);
	background-repeat: no-repeat;
}

.lang.isChecked a,
.lang a:hover{
	background-color: #e8e8e8;
}

.lang_ru a:before{
	background-position: -3px -21px;
}

.lang_eng a:before{
	background-position: -3px 0;
}


.main_menu__list>li{
	padding: 1rem 15px 50px;
}

.main_menu__list>li:first-child{
	padding-left: 0;
}
.logo img {
	max-width: 370px;
	width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px){
	.logo{
		width: 240px;
	}

	.main_menu__list>li{
		padding: 10px 15px 50px;
	}

	.lang-switch {
	    margin: 5px 0 0 20px;
	}

	.header__search .header__search-toggle {
	    margin: 2px 0 0 20px;
	}
}

@media (min-width: 916px) and (max-width: 991px){
	.logo{
		width: 200px;
	}

	.lang a{
		font-size: 12px;
	}

	.main_menu__list>li>a{
		font-size: 12px;
	}

	.main_menu__list>li{
		padding: 10px 12px 50px;
	}

	.lang-switch {
	    margin: 5px 0 0 15px;
	}

	.header__search .header__search-toggle {
	    margin: 2px 0 0 25px;
	}
}

@media (max-width: 915px){
	.lang-switch{
		margin-top: 4px;
	}
}

@media (max-width: 767px){

	.lang-switch {
	    margin-top: -2px;
	    margin-right: 5px;
	}

	.logo{
		width: 170px
	}

	.lang a{
		font-size: 12px;
	}
}

@media (max-width: 340px){

	.logo{
		width: 160px
	}

	.lang a{
		font-size: 10px;
		padding: 1px 28px 1px 8px;
	}
}

.new-block {
    display: flex;
    margin-bottom: 50px;
}

.new-block-item {
    margin-right: 30px;
    position: relative;
}
.new-block .new-block-item ._title.lighten{
    position: absolute;
    top: -90px;
    left: 0;
}
.new-block .new-block-item:nth-child(1) {
    flex-basis: 320px;
}

.new-block .new-block-item:nth-child(2) {
    flex-basis: 470px;
}

.new-block .new-block-item:nth-child(3) {
    flex-basis: 320px;
    margin-right: 0;
}

.new-block .new-block-item ul {
    padding: 20px
}

.new-block .new-block-item ul li {
    margin-bottom: 10px;
}

.new-block .new-block-item ul li a {
    font-size: 14px;
    font-family: "GothamPro";
    color: #0b3d6a;
    line-height: 1.2;
    text-decoration: none;
    font-weight: 400;

}

.new-block .new-block-item ul li a:hover {
    color: #36a3a0;
}

.new-block .new-block-item {
    padding: 10px 5px;
    background-color: #fff;
    border-radius: 4px;

    border-radius: 6px;
}

.new-block .new-block-item .news-categories {
    margin: 0px;
}

.new-block .new-block-item a.all {
    font-size: 14px;
    font-family: "GothamPro";
    color: rgb(11, 61, 107);
    font-weight: bold;
    text-decoration: underline;
    float: right;
    width: auto;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.new-block .new-block-item a.all:hover {
    color: #36a3a0;
}

.new-block .new-block-item .news-categories .news-categories__col {
    width: 100%;
    padding-left: 0px;
    /*margin-bottom: 13px;*/
}

.new-block .new-block-item .news-categories .news-categories__col .news-categories__item {
    display: flex;
    margin-bottom: 0;
}

.new-block .new-block-item .news-categories .news-categories__col .news-categories__item .news-categories__photo {
    flex-basis: 155px;
    width: 155px;
	height: auto;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}

.new-block .new-block-item .news-categories .news-categories__col .news-categories__item .news-categories__photo a {
    width: 100%;
    height: 100%;
}

.new-block .new-block-item .news-categories .news-categories__col .news-categories__item .news-categories__photo img {
    min-width: 100%;
    max-height: 100%;
}

.new-block .new-block-item .news-categories .news-categories__col .news-categories__description {
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-basis: 315px;
}

.new-block .new-block-item .news-categories .news-categories__col .news-categories__description .news-categories__item-title {

    font-size: 14px;
    font-family: "GothamPro";
    color: rgb(11, 61, 107);
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;


}

.new-block .new-block-item .news-categories .news-categories__col .news-categories__description .news-categories__item-description {

    font-size: 14px;
    font-family: "GothamPro";
    color: rgb(11, 61, 107);
    line-height: 1.286;
    font-weight: 300;
    line-height: 1;
}

.new-block .new-block-item .news-categories .news-categories__col .news-categories__description .news-categories__item-description p {
    margin-bottom: 7px;
    line-height: 1.2;
}
.new-block .new-block-item .btn{
    position: absolute;
    bottom: 25px;
    left: 50px;
    left: calc(50% - 85px);
    z-index: 2;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.new-block .new-block-item.img{
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	max-height: 450px;
}
.new-block .new-block-item.img img{
    min-width: 100%;
    min-height: 100%;

}
@media (max-width: 1199px){
    .new-block .new-block-item:nth-child(1) {
        flex-basis: 350px;
    }

    .new-block .new-block-item:nth-child(2) {
        flex-basis: 400px;
    }

    .new-block .new-block-item:nth-child(3) {
        flex-basis: 350px;
        margin-right: 0;
    }

}
@media (max-width: 991px){
    .new-block{
        flex-wrap: wrap;
    }
    .new-block .new-block-item{
        flex-basis: 100%!important;
        margin-right: 0;
        margin-bottom: 100px;
    }
    .new-block .new-block-item:nth-child(2){
        margin-bottom: 50px;
        width: 100%;
    }
    .new-block .new-block-item.img{
        flex-basis: 60%!important;
        margin-left: 20%;
    }
}
@media (max-width: 768px){
    .new-block .new-block-item .news-categories .news-categories__col .news-categories__item .news-categories__photo {
        flex-basis: 35%;
        width: 35%;
        align-self: flex-start;

    }
    .new-block .new-block-item .news-categories .news-categories__col .news-categories__description {
        width: auto;
        flex-basis: 60%;
    }
}
@media (max-width:575px){
    .new-block .new-block-item.img{
        flex-basis: 80%!important;
        margin-left: 10%;
    }
}
@media (max-width:375px){
    .new-block .new-block-item.img{
        flex-basis: 100%!important;
        margin-left: 0;
    }
}
