﻿
/******************** Общий стиль *********************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

body {
    overflow: visible !important;
}

body.body-fixed {
    overflow: hidden !important;
}

.new-buttons .but {
    width: 155px;
    padding-left: 42px;
}

.podmodal.hide {
    display: none !important;
}

.top-trigger {
    width: 100%;
    height: 20px;
    z-index: -1;
    pointer-events: none;
    background: transparent;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 70px;
}

.write_mess_icon {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.write_mess:hover .write_mess_icon {
    display: none;
}

.write_mess_text {
    display: none;
    color: #fff;
}

.write_mess:hover .write_mess_text {
    display: block;
    padding-left: 20px;
}

.lf1 {
    max-width: 170px;
    height: auto;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

strong {
    font-weight: 600;
}

*, *:after, *:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

::selection {
    background: #18427A;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

::-moz-selection {
    background: #18427A;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

html, body {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    -webkit-text-size-adjust: none;
}

html, body, textarea, input, button, select {
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    letter-spacing: -0.3px;
    color: #666666;
    outline: 0px;
}

input[type=text], input[type=email], input[type=search], input[type=submit], textarea {
    -webkit-appearance: none;
}

body {
    -webkit-overflow-scrolling: touch;
}

p {
    display: block;
    margin: 0px;
    padding: 0px;
}

ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0px;
    vertical-align: bottom;
}

a {
    color: #0B376E;
    text-decoration: none;
}

@media (hover) {
    a:hover {
        color: #0B376E;
    }
}

.clr::after {
    content: '';
    display: block;
    clear: both;
}

ul.noli, ul.noli ul, ul.noli li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.max {
    display: block;
    position: relative;
    margin: 0px auto;
    max-width: 1200px;
    width: calc(100% - 30px);
}

body.hid {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/******************** END Общий стиль *********************/

/******************** Шапка *********************/
.podheader {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 58px;
}

#header {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    z-index: 40;
    border-bottom: 1px solid #e6e6e6;
}


@media (max-width: 991px) {

    .podheader, #header {
        display: none !important;
    }

}


.header {
    display: block;
    position: relative;
    height: 58px;
}

.logo {
	display: block;
	float: left;
	margin: 23px 0 0 -10px;
	max-width: 150px;
	height: auto;
	min-height: 23px;
	opacity: 50%;
	width: 112px;
}

.header > ul {
    display: block;
    position: relative;
    float: left;
    padding-left: 38px;
    padding-top: 1.5px;
}

.header > ul > li {
    display: block;
    position: relative;
    float: left;
}

.header > ul > li > a {
    display: block;
    color: #7690C9;
    font-size: calc(4pt * 3.2);
    height: 58px;
    line-height: 58px;
    padding: 0px 11.5px;
    letter-spacing: 0em;
}

@media (hover) {
    .header > ul > li > a:hover {
        color: #333;
    }
}

/*
a.topphone {
    display: block;
    float: right;
    font-size: calc(5.4pt * 3.2);
    font-weight: 700;
    margin: 15px 0 0;
    color: #7690C9;
}
*/

.new-buttons {
    display: flex;
    flex-wrap: wrap;
    float: right;
    font-size: calc(5.4pt * 3.2);
    font-weight: 700;
    margin: 15px 0 0;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #7690C9;
}

.new-buttons .but {
    width: 175px;
    margin-left: 5px;
    height: 46px;
    box-shadow: none;
    padding-left: 49px;
    text-align: left;
    position: relative;
}

.new-buttons .but.blue {
    padding-left: 64px;
    background: #7791C9;
}

.new-buttons .but p {
    font-size: 16px;
    text-align: left;
    margin-left: 0px;
    letter-spacing: 0em;
    margin-right: auto;
    padding-bottom: 1px;
}

.new-buttons .but.blue p {
    color: #fff;
}

.new-buttons .but img {
    display: inline-block;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
    max-width: 27px;
}

.new-buttons .but.blue img {
    left: 27px;
}


/******************** END Шапка *********************/

/******************** Display 1 *********************/
.but, a.but {
    /* font-family: 'Neo Sans Pro'; */
    font-weight: bold;
    transition: all 0.2s;
    border: 0px;
    cursor: pointer;
    background: #FECB1B;
    color: #28528C;
    border-radius: 10px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
    position: relative;
}

@media (hover) {
    .but:hover, a.but:hover {
        color: #0B376E;
        box-shadow: 0px 3px 20px #FECB1B;
    }
}

.but:active, a.but:active {
    color: #0B376E;
    opacity: 0.5;
    box-shadow: 0px 3px 20px #FECB1B;
}

@media (hover) {
    .but.blue:hover, a.but.blue:hover {
        color: #fff;
        box-shadow: 0px 3px 20px #7791C9;
    }
}

.but.blue:active, a.but.blue:active {
    color: #fff;
    opacity: 0.5;
    box-shadow: 0px 3px 20px #7791C9;
}

#display_1 {
    display: block;
    background: linear-gradient(to right, #0b366c 0%, #3b6ba7 100%);
    position: relative;
    overflow: hidden;
}

.display_1 {
    display: block;
    position: relative;
    padding: 160px 0 105px;
    padding-top: 195px;
    color: #C7DFF5;
}

.d1img {
    display: block;
    position: absolute;
    bottom: 0px;
    right: -30px;
}

.d1img_response {
    display: none;
}

.display_1 > div:not(.d1img) {
    z-index: 2;
}

.display_1 > .block_1 {
    display: block;
    max-width: 730px;
    margin: 0 0 60px;
    margin-bottom: 0px;
}

.display_1 > .block_1 > h1,
.display_1 > .block_3 > h2,
.bluetitle, .whitetitle {
    display: block;
    font-size: calc(12.451pt * 3.2);
    font-family: 'Neo Sans Pro';
    font-weight: bold;
    color: #fff;
    margin: 0 0 17px;
}

.display_1 > .block_1 > h1 + span {
    display: block;
    font-size: calc(4.923pt * 3.2);
}

.display_1 > .block_1 > span.line1 {
    display: block;
    height: 1px;
    width: calc(100% + 10px - 60px);
    background: rgba(255, 255, 255, 0.15);
    margin: 55px 0 35px;
    margin-top: 28px;
    position: relative;
    left: -10px;
}

.display_1 > .block_1 > span.line2 {
    display: block;
    height: 1px;
    width: calc(100% + 10px);
    background: rgba(255, 255, 255, 0.15);
    margin: 33px 0 35px;
    position: relative;
    left: -10px;
}

.awards {
    display: block;
    flex-wrap: wrap;
    position: relative;
    padding-top: 6px;
}

.awards__item {
    display: block;
    position: relative;
    padding-left: 44px;
    min-height: 35px;
    margin-top: 2px;
    max-width: 100%;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #C7DFDD;
}

.awards__item img {
    display: inline-block;
    width: 35px;
    max-height: 35px;
    position: absolute;
    left: 0px;
    top: -4px;
}

.d1_flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: baseline;
}

.d1_flex > div {
    display: block;
    margin: 0 35px 0 0;
    font-size: calc(4.923pt * 3.2);
}

.d1_flex > div:last-child {
    margin: 0;
}

.d1_flex2 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.d1_flex2 > div:first-child {
    font-size: calc(4.965pt * 3.2);
    margin: 0 40px 0 0;
}

.d1_flex2 > div:first-child p.sale-price {
    position: relative;
}

.d1_flex2 > div:first-child p.sale-price::before {
    /*content: '279 000 ₽';*/
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: calc(100% + 16px);
    width: auto;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 18px;
    color: #CECECE;
    text-decoration: line-through;
    font-family: "Gilroy-Medium", sans-serif;
    font-weight: normal;
 }

.d1_flex2 > div:last-child {
    color: #fff;
    /* font-weight: bold; */
    font-size: calc(12.5pt * 3.2);
    position: relative;
    width: 100%;
}

.display_1 > .block_2 {
    display: block;
    text-align: right;
    padding: 0 210px 0 0;
    position: relative;
    margin: 0 0 160px;
    margin-top: -60px;
}


.main-title {
    display: inline-block;
    width: auto;
    position: relative;
}

.main-title::before {
    content: '— фиксированная цена в рублях (FIX)';
    display: inline-block;
    position: absolute;
    width: 124px;
    max-width: 124px;
    padding-top: 6px;
    border-top: 1px solid #FFFFFF;
    right: -23px;
    bottom: 10px;
    transform: translateX(100%);
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-family: 'Exo 2', sans-serif;

}


span.b2_1 {
    position: absolute;
    font-size: calc(12.865pt * 3.2);
    font-weight: bold;
    font-family: 'Neo Sans Pro';
    transform: rotate(90deg);
    right: 54px;
    color: rgba(255, 255, 255, 0.1);
    top: 10px;
}

span.b2_2 {
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    width: 453px;
    height: 18px;
    right: 85px;
    top: 116px;
}

.display_1 > .block_2 > div.but {
    width: 328px;
    height: 86px;
    font-size: calc(4.7pt * 3.2);
}

.display_1 > .block_3 {
    display: block;
    position: relative;
    max-width: 920px;
}

.d1_flex3 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.d1_flex3 > div {
    margin: 0 60px 0 0;
}

.d1_flex3 > div:last-child {
    margin: 0px;
}

.d1_flex3 > div > p {
    display: block;
    position: relative;
    padding: 0 0 0 56px;
    font-size: calc(5.803pt * 3.2);
    font-weight: bold;
    margin: 30px 0 47px 0;
}

.d1_flex3 > div > p::before {
    content: '';
    display: block;
    width: 32px;
    height: 18px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 8px;
    left: 0px;
}

.d1_flex3 > div > p:last-child {
    margin-bottom: 0px;
}

/******************** END Display 1 *********************/

/******************** Display 2 *********************/
.display_2 {
    display: flex;
    width: 100%;
    margin: 150px 0 198px;
    align-items: flex-end;
}

.d2_left {
    flex-grow: 1;
}

.bluetitle {
    color: #0B376E;
    font-family: 'Exo 2', sans-serif;
    font-weight: 900;
}

.d2_flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 55px;
    padding: 20px 0 0;
    padding-top: 34px;
    padding-bottom: 30px;
    border-top: .8px solid #6599D1;
    border-bottom: .8px solid #6599D1;
}

.d2_flex > div {
    display: block;
    margin: 0 0px 0 0;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 17px;
    padding-bottom: 38px;
    width: calc(calc(100% / 3) - 20px);
    border-right: .8px solid #6599D1;
}

.d2_flex > div:nth-child(3n - 1) {
    width: calc(calc(100% / 3) + 40px);
}

.d2_flex > div:first-child {
    padding-left: 0px;
}

.d2_flex > div:last-child {
    margin: 0;
    padding-right: 0px;
    border-right: 0px;
}

.d2_flex > div > b, .d2_flex > div > strong {
    display: block;
    color: #0B376E;
    font-size: 25px;
    line-height: 1.3em;
    margin: 0 0 45px;
    position: relative;
    padding-bottom: 14px;
}

.d2_flex > div > b::after, .d2_flex > div > strong::after {
    content: '';
    display: block;
    width: 100%;
    height: .8px;
    background: #6599D1;
    position: absolute;
    top: calc(100% + 16px);
}

.d2_flex ul, .d2_flex ul li {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.d2_flex ul > li {
    padding: 0 0 20px 17px;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.25em;
    color: #0B376E;
    position: relative;
}

.d2_flex ul > li > p {
    color: #0B376E;
}

.d2_flex ul > li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #0B376E;
    border-radius: 3px;
    position: absolute;
    top: 11px;
    left: 0px;
}

.d2_right {
    display: block;
    position: relative;
}

.d2form {
    display: block;
    padding: 65px;
    width: 358px;
    box-shadow: inset 0px 0px 0px 25px #EAEBEB;
    position: relative;
    top: -80px;
}

.d2form::before, .d2form::after {
    content: '';
    display: block;
    width: 1px;
    height: 130px;
    position: absolute;
    background: #e0e0e0;
    bottom: calc(100% + 60px);
    left: 80px;
}

.d2form::after {
    bottom: calc(100% + 30px);
    left: 270px;
}

.d2form > h3 {
    display: block;
    margin: 0 0 30px;
    font-size: calc(7.349pt * 3.2);
    color: #0B376E;
}

.display_1 .old_price_main {
    position: absolute;
    bottom: 100%;
    text-align: right;
    font-size: 18px;
    right: 20%;
    text-decoration: line-through;
}

.d2form > .price {
    display: block;
    margin: 0 0 2px;
    font-size: calc(8.6pt * 3.2);
    color: #0B376E;
    font-family: 'Neo Sans Pro';
    font-weight: bold;
}

.d2form > .price i {
    font-style: normal;
    font-family: 'Exo 2', sans-serif;
}

.d2form > .price + span {
    display: block;
    margin: 0 0 50px;
    font-size: calc(3.5pt * 3.2);
    color: #979797;
}

.d2form > a.but, .d2form > a.but2 {
    width: 100%;
    height: 106px;
    font-size: calc(4.5pt * 3.2);
    margin: 0 0 20px;
}

.but2, a.but2 {
    transition: all 0.2s;
    border: 0px;
    cursor: pointer;
    background: #fff;
    color: #9D9E9E;
    border-radius: 10px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
    position: relative;
}

@media (hover) {
    .but2:hover, a.but2:hover {
        box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.28);
        color: #333;
    }
}

.but2:active, a.but2:active {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.28);
    color: #333;
    opacity: 0.5;
}

.d2form > a.but2 {
    margin: 0px;
}

.d2_flex ul > li:last-child {
    padding-bottom: 0px;
}

/******************** END Display 2 *********************/

/******************** Display 3 *********************/
#display_3 {
    display: block;
    background: linear-gradient(to right, #0b366c 0%, #3b6ba7 100%);
}

.display_3 {
    display: block;
    position: relative;
    padding: 120px 0;
    color: #C7DFF5;
}

.d3block {
    display: flex;
    width: 100%;
    padding: 70px 0 0;
}

.d3left {
    flex-grow: 1;
}

.d3flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.d3flex > .d3f_item {
    display: flex;
    width: 50%;
    margin: 0 0 50px;
    font-size: calc(4.8pt * 3.2);
}

.d3flex > div:nth-child(2n) {
    width: 50%;
}

.d3flex > .d3f_item > .image {
    display: flex;
    width: 80px;
    align-items: flex-start;
    padding: 0px 0 0;
}

.d3block div.but {
    font-size: calc(5pt * 3.2);
    padding: 20px 40px;
}

.d3block div.but::before, .d3block div.but::after {
    content: '';
    display: block;
    position: absolute;
    left: calc(100% + 24px);
    top: 40px;
    width: 45px;
    height: 1px;
    background: rgba(255, 255, 255, 0.26);
}

.d3block div.but::after {
    top: 60px;
    left: calc(100% + 48px);
}

.d3right div.but {
    display: none;
}

.biggallery {
    display: block;
    position: relative;
    width: 560px;
    margin: 0 0 14px;
}

.biggallery img {
    border-radius: 5px;
}

.podgallery {
    width: 560px;
}

.minigallery {
    dispaly: flex;
    width: calc(100% + 10px);
    margin: 0 -5px;
}

.mg_item {
    display: block;
    margin: 0px 5px;
    cursor: pointer;
}

.mg_item:not(.slick-current) {
    opacity: 0.8;
}

@media (hover) {
    .mg_item:hover {
        opacity: 1;
    }
}

/******************** END Display 3 *********************/

/******************** Display 4 *********************/
.display_4 {
    display: block;
    position: relative;
    padding: 80px 0 150px;
}

.videos {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.15);
    margin: 70px 0 50px;
}

.tabs_content {
    display: block;
    flex-grow: 1;
}

.tabs_content > div {
    display: flex;
    width: 100%;
    height: 100%;
}

ul.tabs {
    width: 285px;
}

ul.tabs > li {
    border-bottom: 1px solid #D7D8D8;
}

ul.tabs > li:last-child {
    border: 0px;
}

ul.tabs > li > a {
    display: block;
    font-size: calc(4.159pt * 3.2);
    color: #727271;
    padding: 23px 0 20px 43px;
}

ul.tabs > li.active > a {
    background: #EAEBEB;
    color: #0B366C;
}

@media (hover) {
    ul.tabs > li:not(.active) > a:hover {
        color: #333;
    }
}

.centerbutton {
    display: block;
    text-align: center;
}

.centerbutton > div {
    display: inline-block;
    position: relative;
}

.centerbutton a.but {
    font-size: calc(5pt * 3.2);
    padding: 25px 40px;
}

.centerbutton a.but::before, .centerbutton a.but::after {
    content: '';
    display: block;
    position: absolute;
    left: calc(100% + 24px);
    top: 30px;
    width: 45px;
    height: 1px;
    background: #D7D8D8;
}

.centerbutton a.but::after {
    top: 52px;
    left: calc(100% + 48px);
}

.centerbutton > div::before, .centerbutton > div::after {
    content: '';
    display: block;
    position: absolute;
    right: calc(100% + 46px);
    top: 30px;
    width: 45px;
    height: 1px;
    background: #D7D8D8;
}

.centerbutton > div::after {
    top: 52px;
    right: calc(100% + 27px);
}

/******************** END Display 4 *********************/

/******************** Display 5 *********************/
#display_5 {
    display: block;
    background: linear-gradient(to right, #0b366c 0%, #3b6ba7 100%);
}

.display_5 {
    display: block;
    position: relative;
    padding: 110px 0 135px;
    color: #666666;
}

.d5block {
    display: flex;
    width: 100%;
    margin: 70px 0 35px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
    flex-wrap: wrap;
}

.product {
    display: flex;
    width: 50%;
    border-bottom: 1px solid #DBDCDC;
    padding: 40px;
    flex-wrap: wrap;
    border-radius: 10px 0px 0px 0px;
}

.product:nth-child(2n) {
    border-left: 1px solid #DBDCDC;
    border-radius: 0px 10px 0px 0px;
}

.product:nth-last-child(1), .product:nth-last-child(2) {
    border-bottom: 0px;
}

.product:nth-last-child(1) {
    border-bottom-right-radius: 10px;
}

.product:nth-last-child(2) {
    border-bottom-left-radius: 10px;
}

.product > .pleft {
    width: 200px;
    text-align: center;
    margin: 0px 40px 0 0;
}

.prices {
    display: block;
    padding: 30px 0 0;
    font-size: calc(4.235pt * 3.2);
}

.prices > .old {
    display: inline-block;
    text-decoration: line-through;
}

.prices > .current {
    display: block;
    font-size: calc(7.378pt * 3.2);
    color: #0B376E;
    font-family: 'Neo Sans Pro';
    font-weight: bold;
    letter-spacing: -1px;
}

.prices > .current i {
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
}

.pright {
    width: calc(100% - 240px);
}

.pright > b, .pright > strong {
    display: block;
    color: #0B376E;
    font-size: calc(9pt * 3.2);
    margin: 0px 0 50px;
    position: relative;
    transition: all 0.2s;
}

@media (hover) {
    .product:hover {
        box-shadow: 0px 0px 70px rgba(254, 203, 27, 0.32);
        box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.18);
        transition: 0.3s ease-in-out;
    }
}

.pright b::after {
    content: '';
    display: block;
    width: 150px;
    height: 12px;
    background: #EAEBEB;
    position: absolute;
    top: calc(100% + 10px);
}

.pright ul, .pright ul li {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.pright ul > li {
    padding: 0 0 23px 17px;
    font-size: calc(4.8pt * 3.2);
    position: relative;
}

.pright ul > li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #656565;
    border-radius: 3px;
    position: absolute;
    top: 11px;
    left: 0px;
}

.pright ul > li:last-child {
    padding-bottom: 0px;
}

.podd5 {
    display: block;
    position: relative;
    padding: 0 0 25px;
    border-bottom: 1px solid rgba(160, 202, 255, 0.44);
    color: #FEFEFE;
}

.podd5 > .name {
    display: block;
    float: left;
    width: 335px;
    padding: 4px 0 0 45px;
    font-size: calc(5.193pt * 3.2);
}

.podd5flex {
    display: flex;
    width: calc(100% - 335px);
    float: left;
}

.podd5flex > .pd5f_item {
    margin: 0 60px 0 0;
    display: flex;
    position: relative;
    align-items: center;
    font-size: calc(4.825pt * 3.2);
}

.podd5flex > .pd5f_item:last-child {
    margin: 0px;
}

.podd5flex > .pd5f_item > .image {
    margin: 0 30px 0 0;
}

/******************** END Display 5 *********************/

/******************** Display 6 *********************/
.display_6 {
    display: block;
    position: relative;
    padding: 80px 0 150px;
}

.d6flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 40px 0;
    margin: 0 0 50px;
    border-bottom: 1px solid #527097;
}

.d6flex > div {
    font-size: calc(4.8pt * 3.2);
    color: #0B376E;
}

.d6blocks {
    display: block;
    position: relative;
    margin: 0px;
}

.d6_left {
    display: block;
    float: left;
    width: 610px;
}

.d6_right {
    display: block;
    position: relative;
    float: right;
    width: 520px;
}

.documents {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.documents > a {
    width: calc(33.333% - 15px);
    border: 1px solid #DADBDB;
    margin: 0 22px 20px 0px;
}

.documents > a:nth-child(3n) {
    margin-right: 0px;
}

.documents > a:hover {
    border-color: #0c376e;
}

.d6l_blocks {
    display: block;
    position: relative;
    margin: 25px 0 0;
}

.d6l_blocks > div {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    padding: 0 50px 0 0;
    font-size: calc(4.8pt * 3.2);
    color: #666666;
}

.d6l_blocks > div > div {
    padding: 20px 0 40px;
    display: block;
    position: relative;
}

.d6l_blocks > div > div b, .d6l_blocks > div > div strong {
    color: #0B366C;
}

.d6l_blocks > div > div::before {
    content: '';
    display: block;
    width: 110px;
    height: 1px;
    background: #D7D8D8;
    position: absolute;
    top: 0px;
    left: 0;
}

/******************** END Display 6 *********************/

/******************** Display 7 *********************/
.display_7 {
    display: block;
    background: linear-gradient(to right, #0b366c 0%, #3b6ba7 100%);
    padding: 130px 0;
}

.d7lr {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
}

.d7l {
    display: block;
    float: left;
    position: relative;
    width: 610px;
}

.d7r {
    display: block;
    float: left;
    position: relative;
    width: calc(100% - 610px);
}

.d7r a.but, .d7r a.but2 {
    width: 328px;
    height: 86px;
    font-size: calc(4.711pt * 3.2);
    margin: 20px 0 0;
}

.instg {
    display: BLOCK;
    position: relative;
    margin: 10px -5px 0px;
    width: 562px;
}

.instg > a {
    display: block;
    float: left;
    width: calc(33.333% - 10px);
    margin: 0px 5px 10px;
    border: 1px solid #fff;
    height: 174px;
    overflow: hidden;
}

.instg > a > img {
    min-height: 174px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
}

/******************** END Display 7 *********************/

/******************** Display 8 *********************/
#display_8 {
    display: block;
    position: relative;
    background: #EAEBEB;
}

.display_8 {
    display: block;
    position: relative;
    padding: 80px 0 70px;
}

.s8block {
    display: block;
    position: relative;
    margin: 50px 0 0;
}

.s8left {
    display: block;
    float: left;
    width: 470px;
    margin: 0 40px 0 0;
}

.s8right {
    display: BLOCK;
    float: left;
    width: calc(100% - 510px);
}

.s8uls {
    display: block;
    position: relative;
    margin: 30px 0 30px;
    border-bottom: 1px solid #C7C8C8;
    padding: 0 0 8px;
}

.s8uls > div {
    display: block;
    float: left;
    width: 50%;
}

.s8uls ul, .s8uls ul li {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.s8uls ul > li {
    padding: 0 0 30px 17px;
    font-size: calc(4.8pt * 3.2);
    position: relative;
    color: #0B366C;
}

.s8uls ul > li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #0B376E;
    border-radius: 3px;
    position: absolute;
    top: 11px;
    left: 0px;
}

.podd8 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.podd8 > div {
    display: flex;
    width: 50%;
    margin: 0 0 20px 0;
    align-items: center;
    font-size: calc(3.938pt * 3.2);
    color: #0B366C;
}

.podd8 > div:first-child {
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    font-size: calc(4.238pt * 3.2);
    font-weight: bold;
}

.podd8 > div > .image {
    width: 65px;
    margin: 0 15px 0 0;
}

/******************** END Display 8 *********************/

/******************** Footer *********************/
#footer {
    display: block;
    background: linear-gradient(to right, #0b366c 0%, #3b6ba7 100%);
}

.footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

a.fotphone {
    color: #fff;
    font-size: calc(7pt * 3.2);
    font-weight: bold;
}

a.fotden {
    display: block;
    font-size: calc(3.865pt * 3.2);
    text-decoration: underline;
    color: #A9D2F4;
}

/******************** END Footer *********************/

.jacor {
    display: block;
    position: absolute;
    margin-top: -80px;
}

/*********************** МОДАЛЬНЫЕ ОСТАЛЬНЫЕ **************************/
.podmodal {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    color: #666;
    background: linear-gradient(to right, rgba(11, 54, 108, 0.8) 0%, rgba(59, 107, 167, 0.8) 100%);
}

.podmodal_2 {
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.conm {
    display: none;
    width: 800px;
    height: 620px;
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 100px;
    overflow: hidden;
}

a.overclose {
    display: BLOCK;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.podmodal_2 a.close {
    display: none;
    position: ABSOLUTE;
    top: 0px;
    right: -40px;
    width: 25px;
    height: 25px;
}

.podmodal_2 a.close::before, .podmodal_2 a.close::after {
    content: '';
    display: block;
    width: 2px;
    height: 30px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: -2px;
    right: 12px;
    transition: all 0.15s;
}

.podmodal_2 a.close::after {
    transform: rotate(-45deg);
}

.maxmod3 {
    display: block;
    padding: 30px;
}

.utilizaciya_main .maxmod3 {
    padding: 0;
    height: 100%;
}

.utilizaciya_main_utildop .maxmod3 {
    padding: 0;
}

.utilizaciya_main_utildop_out .maxmod3 {
    padding: 0;
}

.maxmod3::-webkit-scrollbar {
    width: 6px;
    background: #EAEBEB;
    border-radius: 100px;
}

.maxmod3::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #0E376D;
}

.m3title {
    display: block;
    font-size: 24px;
    font-weight: BOLD;
    color: #333;
    margin: 0px 0px 20px;
}

.sendok {
    display: block;
    font-size: 18px;
}

.maxmod3 > img {
    position: absolute;
    bottom: -44px;
    max-height: 392px;
    right: 100px;
}

.maxmod3 > img.rrr {
    right: 170px;
    bottom: -34px;
}

.formcon {
    display: block;
    position: relative;
    z-index: 1;
}

.formcon > h2 {
    color: #0D366D;
    display: block;
    margin: -80px -10px 70px;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0px;
}

.consultant .formcon > h2 {
    margin: -100px -10px 70px;
}

form.form {
    width: 250px;
}

form.form input, .podselect select {
    width: 100%;
    margin: 0 0 10px;
    height: 60px;
    border: 1px solid #DADADA;
    border-radius: 10px;
    box-shadow: inset 0px 0px 3px rgba(218, 218, 218, 0.36);
    padding: 0 15px;
    font-size: 19px;
    color: #4cb48c;
}

form.form input::placeholder {
    color: #4cb48c;
}

.podselect {
    display: block;
    position: relative;
}

.podselect select {
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 50px;
    position: relative;
    z-index: 1;
    background: transparent;
}

.podselect::before {
    content: '';
    display: block;
    width: 20px;
    height: 12px;
    background: url(../images/select.jpg) center no-repeat;
    position: absolute;
    top: 25px;
    right: 20px;
}

form.form input.but {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    height: 60px;
    border: 0px;
    border-radius: 10px;
    background: #4DB48C;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    transition: all 0.15s;
    opacity: 1;
    position: inherit;
    margin: 10px auto;
}

@media (hover) {
    form.form input.but:hover {
        box-shadow: 0px 5px 30px rgba(77, 180, 140, 0.51);
    }
}

form.input.but:active {
    box-shadow: 0px 5px 30px rgba(77, 180, 140, 0.51);
    opacity: 0.5;
}



/******************************** Мелочи *********************************/

.topmob, .m_photo, .d3block a.but.mob, a.mobile.tech {
    display: none;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../fonts/NeoSansPro-Bold.eot');
    src: local('Neo Sans Pro Bold'), local('NeoSansPro-Bold'),
    url('../fonts/NeoSansPro-Bold-1.eot') format('embedded-opentype'),
    url('../fonts/NeoSansPro-Bold.woff') format('woff'),
    url('../fonts/NeoSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../fonts/NeoSansPro-Regular.eot');
    src: local('Neo Sans Pro'), local('NeoSansPro-Regular'),
    url('../fonts/NeoSansPro-Regular-1.eot') format('embedded-opentype'),
    url('../fonts/NeoSansPro-Regular.woff') format('woff'),
    url('../fonts/NeoSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

button.slick-arrow {
    width: 46px;
    height: 46px;
    position: absolute;
    top: calc(50% - 23px);
    z-index: 10;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.15s;
    background: #fff url(../images/slide.png) calc(50% + 2px) 50% no-repeat;
    background-size: 14px;
    right: 20px;
    border: 0px;
}

@media (hover) {
    button.slick-arrow:hover {
        opacity: 0.8;
    }
}

button.slick-prev.slick-arrow {
    transform: scale(-1, 1);
    left: 20px;
}

button.slick-arrow:active {
    opacity: 0.5;
}

button.slick-arrow.slick-disabled {
    opacity: 0.1;
}

body#tinymce ul {
    margin: 0px 0px 10px 18px;
}

body#tinymce {
    padding: 10px;
}

body#tinymce ul li {
    margin: 0 0 14px;
    list-style: disc;
}

#overlaypopupaks {
    bottom: -100%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    max-width: 1200px;
    position: fixed;
    z-index: 10;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 5px;
    overflow: hidden;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.50);
    -ms-box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.50);
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.50);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.popupaks_a_mob {
    display: none;
}

.close_banaks {
    top: 2px;
    right: 2px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
}

.close_banaks:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 768px) {
    .popupaks_a_desktop {
        display: none;
    }

    .popupaks_a_mob {
        display: block;
    }
}

a.but.d1_mpb {
    background: #3a69a5;
    color: #C7DFF5;
    padding: 18px 8px 18px 25px;
    position: relative;
    min-width: 362px;
    max-width: 100%;

    /* right: 0; */
    border-radius: 10px;
    display: inline-flex;
    margin-right: auto;
    font-size: 12px;
    text-align: left;
    flex-direction: inherit;
    justify-content: flex-start;
    margin-top: 28px;
}

a.but.d1_mpb:hover {
    z-index: 10;
    background: #66ca6e;
    background: #4DB48C;
    box-shadow: 0px 5px 30px rgba(77, 180, 140, 0.51) !important;
    color: #fff;
}

.d1_mpstr {
    width: 30%;
    text-align: center;
    font-size: 25px;
    font-weight: 300;
}

.d1_mp {
    border-bottom: transparent 1px solid #C7DFF5;
    width: 90%;
}

.d1_mpb.openmodal.but .d1_mpn_dv {
    border-color: #C7DFF5 !important;
}

a.but.d1_mpb:hover .d1_mpb.openmodal.but .d1_mpn_dv {
    border-color: #fff !important;
}

/* .d1_mpw:after {
    content: '\27A4';
    color: white;
    position: absolute;
    right: 29px;
    top: 12px;
    transform: rotate(90deg);
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
} */

.d1_mpw {
    font-size: 16px;
    font-weight: 400;
}

.d1_mpn {
    font-size: 32px;
    font-weight: 400;
    color: #C7DFF5;
}

a.but.d1_mpb:hover .d1_mpn {
    color: #fff;
}


.d1_mpc {
    display: flex;
    align-items: center;
}

.d1_mpi {
    padding: 5px;
    width: 40%;
}

.d1_mpt {
    padding-left: 5px;
}

.d1_mpm {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 45px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.open .d1_mpm {
    max-height: 500px;
    overflow: hidden;
    opacity: 1;
    padding: 10px 40px 10px 45px;

}

.open .d1_mpw:after {
    transform: rotate(270deg);

}

.d1_mpbtn {
    padding: 20px 0;
}

.d1_mpbtnc {
    display: flex;
    color: #28528c;
    background: #fecb1b;
    border-radius: 10px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 18px;
}

#display_3_4 {
    display: block;
    background: url("../images/fon_3_4.png");
    overflow: hidden;
    background-size: cover;
}

.display_3_4 {
    display: block;
    position: relative;
    padding: 100px 0;
}

.util_main {
    display: flex;
    align-items: center;
    width: 100%;
    height: 215px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.util_main_b1 {
    max-width: 107px;
    width: 100%;
    text-align: center;

}

.util_main_b1 > img {
    position: relative;
    z-index: 5;
}

.util_main_brd1 {
    background: #153a6c;
    width: 215px;
    height: 215px;
    border-radius: 10px;
    transform: rotate(45deg);
    left: -11%;
    z-index: 1;
    top: 0;
    position: absolute;
    box-shadow: -16px -200px 190px #59b0e5;
}

.util_main_fon2 {
    background: #29568E;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}

.util_main_brd3 {
    background: linear-gradient(#11305c 1%, #275289 50%);
    width: 500px;
    height: 500px;
    border-radius: 10px;
    transform: rotate(-45deg);
    right: -9%;
    z-index: 1;
    top: -16%;
    position: absolute;
    box-shadow: -152px -10px 190px #59b0e5;
}

.util_main_b2 {
    max-width: 760px;
    width: 100%;
    padding: 0 10px 0 40px;
    font-size: 40px;

}

.util_main_b3 {
    width: 100%;
    max-width: 308px;
    padding: 30px 10px;
    font-size: 26px;
    color: #fecb1b;
    text-align: center;

}

.util_main_b3 span {
    position: relative;
    z-index: 5;
}

.util_main_b2y {
    color: #fecb1b;
    position: relative;
    z-index: 5;
}

.util_main_b2w {
    color: #fff;
    position: relative;
    z-index: 5;
}

.util_info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 35px 0;
}

.util_info_i > img {
    width: 100%;
    max-width: 50px;
}

.util_info_t {
    max-width: 560px;
    color: #153a6c;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
}

.util_footer {
    color: #fff;
    font-size: 16px;
    max-width: 400px;
    padding: 10px 0;
}

.util_btn {
    text-align: center;
    padding: 20px 0 0;
}

.util_btn .but {
    font-size: calc(5pt * 3.2);
    padding: 15px 30px;
    z-index: 9;
}

.util_img_b {
    position: relative;
}

.util_img_i {
    position: absolute;
    bottom: -100px;
    right: 10%;
    z-index: 8;
}

#display_3_4_i50le {
    display: block;
    background: #fecb1b;
}

.display_3_4_i50le {
    display: block;
    position: relative;
    padding: 140px 0;
    position: relative;
}

.i50le_main-block {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    max-width: 950px;
    height: 100%;
    background: #fff;
    padding: 75px 50px 50px 125px;
    margin: 0 auto;
    box-shadow: 0 0 20px #00000050;
}

.i50le_imgLogo {
    /*height: 110px;*/
    text-align: center;
    position: unset;
}

.i50le_main-right_imgHead {
    padding-left: 15px;
    margin-bottom: 33px;
}

.i50le_main-right_imgHead-img {
    max-width: 100px;
}

.i50le_imgLogo-img {
    position: absolute;
    left: -135px;
    top: 0px;
    max-width: 444px;
    max-height: calc(100% + 1px);
}

.i50le_btn_a .d1_mpw {
    font-size: 22px;
}

.i50le_main-left {
    width: 55%;
}

.i50le_main-right {
    width: 45%;
}

.i50le_main-left_head {
    font-size: calc(8pt * 3);
    color: #3565a0;
    font-weight: 700;
}

.i50le_b.i50le_b_displ {
    color: #3565a0;
    font-size: calc(14pt * 3);
    padding: 17px 10px 28px 25px;
    margin: 25px 45px 10px -25px;
}

.i50le_main-left_text {
    font-size: calc(4.4pt * 3);
    color: #929db0;
    margin: 15px 0;
}

.i50le_50-block {
    margin: 0 0 23px 0;
    padding-left: 12px;
}

.i50le_50-block .ut_str .d1_mpn_dv {
    height: 30px;
    width: 30px;
    font-size: 20px;
}

.i50le_50-block .ut_dv_tx {
    padding-left: 20px;
    font-size: calc(3.5pt * 3);

}

.i50le_50_btn-block {
    display: block;
    margin-top: 50px;
    padding-left: 10px;
}

a.but.d1_mpb.i50le_50_btn-block-a {
    background: #fecb1b;
    color: #28528c;
    display: block;
    position: inherit;
    width: 100%;
    max-width: 265px;
    height: 65px;
    border-radius: 5px;
    /* margin: 0 auto; */
    font-size: calc(5pt * 3);
    padding: 15px 20px;
    text-align: center;
    min-width: auto !Important;
}

/******************** Модальное утилизаця *********************/
.display_util_modal {
    height: 100%;
    display: block;
    overflow: hidden;
    background-size: cover;
}

.display_util_modal .max {
    height: 100%;

}

.display_util_modal_1 {
    display: flex;
    border-radius: 30px;
    background: #fff;
    z-index: 3;
    position: relative;
    height: 100%;
}

.ut_img_fon {
    position: absolute;
    right: 80%;
    z-index: 0;
    bottom: 62%;
    width: 100%;
    max-width: 400px;
    height: auto;
}

.util_span_name {
    font-weight: bold;
    font-size: calc(8.7pt * 3);
    color: #1b2f4a;

}

.util_span_head {
    font-size: 22px;
    color: #c1c5d0;
    margin: 0 0 36px;
    padding: 10px 0 0 0;
    max-width: 570px;
}

.max {
    width: 100%;
}

b.ut_b {
    border-top: 2px solid #b8c1d2;
    border-bottom: 2px solid #b8c1d2;
    border: 0px;
    padding: 0px;
    margin: 0;
    display: block;
    font-size: calc(19pt * 3);
    color: #1b2f4a;
    font-size: calc(9pt * 3);
    font-weight: 500;
    letter-spacing: 0;
    max-width: 470px;
}

b.ut_b span {
    display: block;
    font-size: 58px;
}

.d7right_img {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 240px;
}

.util_50 {
    display: flex;
    align-items: center;
    margin: 56px 0 0;
}

.ut_dv_tx {
    font-size: 16px;
    color: #99a3b5;
    width: 90%;
}

.util-size {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #99a3b5;
    margin-top: 30px;
}

.d1_mpn {
    cursor: pointer;
}

.d1_mpn.ut_str {
    width: 15%;
    cursor: default;
}

.ut_str .d1_mpn_dv {
    transform: rotate(0);
    color: #b8c1d2;
    border-color: #b8c1d2;
    border-radius: 50%;
    border: 1px solid;
    height: 35px;
    width: 35px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    margin: 0;
    font-weight: 400;
}

.d1_mpb.openmodal.but .d1_mpn_dv {
    border-radius: 50%;
    width: 40px;
    margin: auto;
    height: 40px;
    padding: 2px;
    border: 1px solid #86a3c7;
    position: relative;
}

.d1_mpb.openmodal.but .d1_mpn_dv .icon-arrow {
    display: inline-block;
    position: absolute;
    left: calc(50% + 1px);
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    max-height: 15px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s;
}

.d1_mpb.openmodal.but .d1_mpn_dv .icon-arrow.active {
    opacity: 1;
    pointer-events: auto;
}

.d1_mpb.openmodal.but:hover .d1_mpn_dv .icon-arrow {
    opacity: 1;
    pointer-events: auto;
}

.d1_mpb.openmodal.but:hover .d1_mpn_dv .icon-arrow.active {
    opacity: 0;
    pointer-events: none;
}

.d7left {
    width: 60%;
    border-right: 1px solid lightgrey;
    padding: 50px;
    padding-top: 24px;
}

.d7left span.ut_star {
    font-size: 11px;
}

.conm.write_mess {
    display: none;
}

.write_mess {
    position: fixed;
    z-index: 10;
    right: 0;
    display: block;
    bottom: 14%;
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
    background: #66ca6e;
    padding: 15px 0px;
    color: white;
    font-weight: bold;
    width: 90px;
    height: 70px;
    cursor: pointer;
}

.podmodal .write_messb {
    position: inherit;
    width: 90%;
    max-width: 800px;
    background: white;
    padding: 50px;
    right: inherit;
    bottom: inherit;
    height: 649px;
    max-height: 90%;
    border-radius: 15px;
}

p.write_mess_block_p {
    margin: 0 0 15px;
}

form.form.form_mess {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-top: 40px;
}

.form_mess_mess {
    width: 65%;
    padding: 0 30px;
}

form.form .form_mess_mess input {
    height: 200px;
}

.form_mess_pole {
    width: 35%;
    padding: 10px 0 0;

}

form.form_mess_pole button {
    margin: 10px auto 0;
    max-width: 250px;
}

.d7right_util_form {
    display: flex;
    width: 40%;
    justify-content: center;
}

.d7right_util_form .formcon {

}

.d7right_util_form h2 {
    font-size: 36px;
    font-weight: 500;
    margin: 0;
    color: #1b2f4a;
    padding-top: 20px;
}

.d7right_util_form form.form {
    margin: auto;
    padding-top: 50px;
}

.write_mess_block {
    display: flex;
    color: #004271;
    font-size: 24px;
    z-index: 10;
    font-weight: 600;
    align-items: flex-start;
}

.write_mess_block_left {
    width: 40%;
    max-width: 320px;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;

}

.write_mess_block_left img {
    max-width: 270px;
    height: auto;
    border-radius: 10px;
}

.write_mess_block_right {
    width: 60%;
    max-width: 480px;
    font-size: 34px;
    font-weight: 500;
    margin-left: 20px;
}

.circ_util_send {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;

}

.text_util_send {
    width: 70%;
    padding: 15px 10px;
    text-align: left;
}

form.form input.btn_util_send {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    max-width: 250px;
    margin: 10px auto;
}

form.form .podselect {
    max-width: 300px;
    margin: auto;
}

form.form input {
    max-width: 300px;
    margin: auto;
    display: block;
}

.conm.utilizaciya_main {
    width: auto;
    max-width: 1190px;
    height: auto;
    max-height: 640px;
    margin: 0 10px;
    display: none;
    padding: 50px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.conm.utilizaciya_main_utildop {
    padding: 30px;
    height: auto;
    display: none;
}

.conm.utilizaciya_main_utildop_out {
    padding: 30px;
    height: auto;
    display: none;
}

/******************** конец модального утилизация *********************/

/******************** начальной модального i50le *********************/

.display_i50le_modal_1 {
    display: flex;
    height: auto;
}

.i50le_main, .i50le_dop {
    width: 100%;
    max-width: 1200px;
    height: auto;
    max-height: 640px;
    margin: 0 10px;
    display: none;
    padding: 0;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.i50le_main.send_messageblock_main, .i50le_dop .send_messageblock_main {
    max-width: 550px;
    padding: 50px;
}

.display_i50le_modal {
    height: auto;
}

.display_i50le_modal .max {
    max-width: 1200px;
    height: auto;
}

.i50le_main .maxmod3, .i50le_dop .maxmod3 {
    padding: 0;
    height: 100%;
}

.d7left_i50le {
    padding: 90px 0 100px 145px;
    width: 60%;
    height: auto;
    max-width: 765px;
}

.i50le_b {
    border-top: 1px solid #b8c1d2;
    border-bottom: 1px solid #b8c1d2;
    padding: 10px 0 20px 35px;
    margin: 20px 0 30px -35px;
    display: block;
    font-size: calc(20pt * 3);
    color: #4DB48C;
    font-weight: 600;
    letter-spacing: 0;
    max-width: 490px;
}

.i50le_50 .d1_mpn.ut_str {
    width: 9%;
}

.i50le_span_name {
    font-weight: 600;
    font-size: calc(7.3pt * 3);
    color: #1b2f4a;
    margin: 6px 0;
}

.i50le_span_text {
    margin: 20px 0;
    font-size: calc(6.2pt * 3);
    padding-left: 0;
    color: #929DB0;
}

.d7right_i50le {
    width: 40%;
    margin: 0 auto;
    padding: 90px 0 0;
}

.i50le_50 {
    display: flex;
    align-items: center;
}

form.form.form_i50le {
    margin: 50px auto 0;
    width: 100%;
    max-width: 250px;
}

form.form.form_i50le button.btn_util_send.send_i50le .circ_util_send {
    width: 40px;
    height: 40px;
    font-size: 28px;
    font-weight: normal;
}

form.form.form_i50le button.btn_util_send.send_i50le .text_util_send {
    padding: 10px 25px;
}

.formcon_i50le > h2 {
    font-weight: 600;
    font-size: calc(9pt * 3);
    margin: 0;
    color: #1b2f4a;
}

/******************** конец модального i50le *********************/

@media screen and (max-width: 1200px) {
    #display_3_4 .max {
        max-width: 100%;
        padding: 0 1%;
    }

    .util_img_i {
        right: 0;
    }

    .util_main_b3 {
        max-width: 255px;
    }

    .util_main_brd3 {
        right: -20%;
    }

    .util_main_brd1 {
        left: -13%;
    }
}

@media screen and (max-width: 1024px) {
    .display_3_4 {
        padding: 50px 0;
    }

    .util_main_b2 {

        font-size: 30px;
    }

    .util_main_b3 {
        max-width: 260px;
    }

    .util_info_t {
        max-width: 400px;
    }

    .util_img_i {
        right: -5%;
        bottom: -100px;
    }

}

@media screen and (max-width: 850px) {

    #display_3_4 .max {
        overflow: hidden;
    }

    .util_main {
        height: 170px;
    }

    .util_main_brd1 {
        height: 170px;
        width: 170px;
    }

    .util_main_b1 > img {
        max-width: 55px;
    }

    .util_main_b2 {

        font-size: 26px;
    }

    .util_info_t {
        max-width: 290px;
        font-size: 16px;
    }

    .util_main_brd3 {
        right: -28%;
    }

    .util_img_i {
        bottom: -57px;
        max-width: 580px;
        right: -3%;;
    }

    .util_footer {
        font-size: 12px;
        max-width: 320px;
    }

    .util_btn {
        font-size: calc(3pt * 3.2);
    }
}

@media (max-width: 768px) {

}

@media (max-width: 680px) {
    .util_main_b2 {
        font-size: 20px;
        padding-left: 30px;
    }

    .util_main_brd1 {
        left: -20%;
    }

    .util_main_brd3 {
        right: -38%;
    }

    .util_main_b3 {
        font-size: 20px;
        max-width: 165px;
    }

    .util_img_i {
        bottom: -50px;
        max-width: 500px;
        right: -15%;
    }

    .util_main_b1 {

        max-width: 75px;
    }
}

@media (max-width: 600px) {
    .util_info_t {
        max-width: 230px;
        font-size: 14px;
    }

    .util_main_brd3 {
        right: -55%;
    }
}

@media (max-width: 480px) {
    .write_mess {
        border-radius: 50%;
        background: #6acc74;
        padding: 5px;
        height: 86px;
        width: 86px;
        display: flex;
    }

    .util_main_brd1 {
        top: -32%;
        left: -30%;
    }

    .util_main_brd3 {
        right: -58%;
        top: -5%;
        width: 275px;
    }

    #display_3_4 {
        background-position: 6% 0%;
        background-size: cover;
    }

    #display_3_4 .max {

    }

    .display_3_4 .whitetitle {
        max-width: 235px;
    }

    .util_main {
        display: block;
        height: 220px;
        padding: 10px;
    }

    .util_main_b1 {
        max-width: 60px;
        padding: 0;
    }

    .util_main_b2 {
        font-size: 22px;
        padding: 15px 0 15px 10px;

    }

    .util_main_b3 {
        font-size: 22px;
        max-width: 100%;
        padding: 5px 0 0 0;
    }

    .util_btn .but {
        font-size: 14px;
        padding: 10px 20px;
    }

    .util_info {
        padding: 20px 0;
    }

    .util_info_i {
        width: 50px;
    }

    .util_info_t {
        font-size: 15px;
    }

    .util_footer {
        font-size: 12px;
    }

    .util_img_i {
        bottom: 0;
        width: 140%;
        height: 290px;
        max-width: 410px;
    }

    .util_btn {
        padding: 170px 0 0;
    }
}

@media (max-width: 375px) {
    .util_main_brd3 {
        right: -53%;
        top: -6%;
        width: 275px;
    }

    .util_main_b2 {

        padding: 15px 0 15px 10px;
    }
}

@media (max-width: 320px) {

    .util_main_brd1 {
        top: -26%;
        left: -42%;
    }

    .util_main_b2 {
        font-size: 20px;
        padding: 15px 0 15px 10px;
    }

    .util_main_brd3 {
        right: -70%;
        top: -5%;
        width: 275px;
        box-shadow: 1px -21px 95px #3872a9;
    }
}

form.form input.error_inp {
    color: red;
    border-color: red;
}

form.form input.but.error_btn {
    opacity: 0;
    position: absolute;
    top: -100%;
}

.form_mess_mess textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #dadada;
    padding: 10px;
    color: #4cb48c;
    font-size: 16px;
}

.util_modal_img_i50 {
    position: absolute;
    right: -6%;
    top: -9%;
    z-index: 10;
    display: none;
}


/* Header */

#header_top .container{
    width: 100%;
    display: block;
    position: relative;
    margin: 0px auto;
    max-width: 1200px;
}


/* Sidebar */

.sidebar.active {
    top: 60px;
}

@media (max-width: 1680px){
    .sidebar.active {
        top: 60px;
    }
}
@media (max-width: 1380px){
    .sidebar.active {
        top: 60px;
    }
}
@media (max-width: 1199px){
    .sidebar.active {
        top: 63px;
    }
}

/*section-lineup*/

.section-lineup .container{
    width: 100%;
    display: block;
    position: relative;
    margin: 0px auto;
    max-width: 1200px;
}
.lineup-info h2 {
    color: #0B376E;
    font-family: 'Exo 2', sans-serif;
    font-weight: 900;
}

/* Section-community */

.section-community {
    padding-top: 60px;
    overflow: hidden;
    flex-direction: column;
    padding-bottom: 120px;
}

.section-community .row{
    text-align: center;
}

.section-community h2 {
    width: 100%;
    text-align: center;
    /*font-family: 'Gilroy-ExtraBold', sans-serif;*/
    font-family: 'Exo 2', sans-serif;
    font-weight: 900;
    position: relative;
    font-size: 40px;
    line-height: 1.2em;
    color: #0B376E;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    max-width: 858px;
}

.clients {
    width: 100%;
    display: block;
}

.clients h2 {
    display: block;
    width: 100%;
    text-align: center;
}

.linear-slider {
    width: 100%;
    margin-top: 0px;
    transition: all 0s linear !important;
    /*
    &:active {
      .slick-track {
          transition-timing-function: ease !important;
          transition-duration: 0.2s !important;
      }
    }
    */
}

.linear-slider__slide {
    display: inline-block;
    border-left: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    overflow: hidden;
}

.linear-slider__slide a {
    display: block;
    width: 100%;
    position: relative;
    height: 318px;
    overflow: hidden;
    transition: all 0s !important;
}

.linear-slider__slide a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0s !important;
}

.linear-slider__slide:focus, .linear-slider__slide a:focus {
    outline: none !important;
}

@media (max-width: 1680px) {
    .section-community {
        padding-top: 30px;
        padding-bottom: 90px;
    }

    .section-community .linear-slider__slide a {
        height: 264px;
    }
}

@media (max-width: 1320px) {
    .section-community {
        padding-top: 10px;
        padding-bottom: 75px;
    }

    .section-community .linear-slider__slide {
        width: 244px !important;
    }

    .section-community .linear-slider__slide a {
        height: 244px !important;
    }
}

@media (max-width: 1199px) {

    .section-community {
        padding-bottom: 60px;
    }

}

@media (max-width: 991px) {
    .section-community {
        padding-bottom: 50px;
        padding-top: 20px;
    }

    .section-community h2{
        font-size: 35px;
    }
}

@media (max-width: 767px) {

    .section-community {
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .section-community .linear-slider {
        margin-top: 40px;
    }

    .section-community .linear-slider__slide {
        width: 206px !important;
    }

    .section-community .linear-slider__slide a {
        height: 206px !important;
    }
}

@media (max-width: 575px) {
    .section-community {
        padding-top: 0px;
        margin-top: -20px;
        padding-bottom: 30px;
    }

    .section-community .linear-slider {
        margin-top: 34px;
    }
}


/* Section-specification */

.section-specification {
    padding-top: 44px;
    padding-bottom: 184px;
}

.section-specification h2 {

}

.specification {
    display: flex;
    width: 100%;
    margin-top: 62px;
    position: relative;
}

.specification__image {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: calc(100% - 620px);
    max-width: 540px;
    height: 396px;
    border-radius: 15px;
}

.specification__image img {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.specification__info {
    display: inline-flex;
    width: 612px;
    padding-left: 65px;
    padding-top: 4px;
}

.specification__info .list {
    display: inline-flex;
    flex-direction: column;
    /*justify-content: center;*/
    width: 50%;
    border-right: 1px solid transparent;
    padding-right: 20px;
    padding-bottom: 0px !important;
    margin-top: -13px;
}

.specification__info .list li {
    display: block;
    position: relative;
    margin-top: 14px;
    margin-bottom: 14px;
    padding-left: 22px;
    font-size: 18.5px;
    color: #272727;
}

.specification__info .list li::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 4.8px;
    height: 4.8px;
    border-radius: 50%;
    top: 9px;
    left: -3px;
    background: #272727;
}

.specification__bonuses {
    display: inline-flex;
    flex-direction: column;
    /*justify-content: center;*/
    width: 50%;
    padding-left: 42px;
    padding-top: 0px;
}

.specification__bonuses p {
    line-height: 1.2em;
    font-size: 18px;
    color: #272727;
}

.specification__bonuses p.specification__bonuses-title {
    margin-top: 0px;
    margin-bottom: -10px;
}

.specification__bonus {
    margin-top: 50px;
    display: inline-block;
    position: relative;
    padding-left: 68px;
}

.specification__icon {
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 55px;
}

.specification__icon img {
    display: inline-block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.but.but_specification {
    display: inline-flex;
    position: absolute;
    left: 0px;
    bottom: 18px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0px;
    max-width: 250px;
    min-height: 77px;
    font-size: 20px;
    color: #0B376E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.but.but_specification:hover {
    color: #0B376E;
    box-shadow: 0px 3px 10px #FECB1B;
}


@media (max-width: 1680px) {
    .section-specification {
        padding-top: 30px;
        padding-bottom: 130px;
    }

    .specification {
        margin-top: 52px;
    }

    .specification__image {
        height: 340px;
        max-width: 520px;
    }

    .specification__info .list li {
        margin-top: 11px;
        margin-bottom: 11px;
    }

    .specification__bonus {
        margin-top: 36px;
    }

    .but.but_specification {
        bottom: 15px;
    }
}

@media (max-width: 1320px) {
    .section-specification {
        padding-top: 20px;
        padding-bottom: 108px;
    }

    .specification {
        margin-top: 44px;
    }

    .specification__image {
        height: 310px;
        width: calc(100% - 560px);
        max-width: 490px;
    }

    .specification__info {
        width: 560px;
        padding-left: 50px;
    }

    .specification__info .list li {
        margin-top: 9px;
        margin-bottom: 9px;
        font-size: 16px;
    }

    .specification__bonuses {
        padding-left: 50px;
    }

    .specification__bonuses p {
        font-size: 16px;
    }

    .specification__bonus {
        padding-left: 56px;
        margin-top: 30px;
    }

    .specification__icon {
        width: 40px;
        height: 45px;
    }

    .btn_specification {
        margin-top: 52px;
        min-height: 67px;
        max-width: 220px;
    }

    .but.but_specification span {
        font-size: 18px;
        line-height: 1.25em;
    }
}

@media (max-width: 1199px) {
    .section-specification {
        padding-top: 18px;
        padding-bottom: 90px;
    }

    .specification {
        margin-top: 40px;
    }

    .specification__image {
        max-width: 450px;
        width: calc(100% - 520px);
    }

    .specification__info {
        padding-left: 40px;
        width: 520px;
    }

    .specification__bonuses {
        padding-left: 40px;
    }

    .but.but_specification {
        margin-top: 46px;
        min-height: 60px;
        max-width: 200px;
        font-size: 16px;
    }


}

@media (max-width: 991px) {
    .section-specification {
        padding-top: 28px;
        padding-bottom: 86px;
    }

    .section-specification h2 {
        text-align: center;
    }

    .specification {
        flex-wrap: wrap;
        width: 100%;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 27px;
    }

    .specification__image {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .specification__info {
        padding-left: 0px;
        width: 100%;
        max-width: 314px;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
        padding-top: 38px;
    }

    .specification__info .list {
        width: 100%;
        border-right: 0px solid transparent;
        border-bottom: 1px solid #C0C0C0;
        padding-bottom: 18px !important;
        margin-bottom: 28px;
    }

    .specification__info .list li {
        margin-top: 8px;
        margin-bottom: 8px;
        padding-left: 20px;
    }

    .specification__info .list li br {
        display: none;
    }

    .specification__bonuses {
        padding-left: 0px;
        width: 100%;
    }

    .specification__bonuses p.specification__bonuses-title {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .specification__bonuses p br {
        display: none;
    }

    .specification__bonus {
        margin-top: 38px;
    }

    .but.but_specification {
        position: relative;
        bottom: auto;
        width: 100%;
        max-width: 314px;
        margin-top: 44px;
        left: 50%;
        transform: translateX(-50%);
    }

}

@media (max-width: 767px) {
    .section-specification {
        padding-top: 26px;
        padding-bottom: 74px;
    }

    .specification {
        margin-top: 28px;
    }

    .specification__info {
        padding-top: 32px;
    }

    .specification__info .list {
        padding-bottom: 15px;
        margin-bottom: 24px;
        margin-top: -8px;
    }

    .specification__info .list li {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .specification__bonus {
        margin-top: 38px;
    }

    .but.but_specification {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .section-specification {
        padding-top: 20px;
        padding-bottom: 64px;
    }

    .specification {
        margin-top: 24px;
    }

    .specification__image {
        height: 290px;
        max-height: 70vw;
    }

    .specification__info {
        padding-top: 30px;
        max-width: 258px;
    }

    .specification__info .list {
        padding-bottom: 12px;
        margin-bottom: 20px;
    }

    .specification__info .list li {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .specification__info .list li::before {
        top: 7px;
    }

    .specification__bonuses p {
        font-size: 14px;
    }

    .specification__bonus {
        padding-left: 44px;
        margin-top: 32px;
    }

    .specification__icon {
        width: 30px;
        height: 35px;
    }

    .but.but_specification {
        margin-top: 32px;
        min-height: 50px;
        max-width: 100%;
        width: 100%;
        font-size: 14px;
    }

}


/* Section-kits */

.section-kits {
    padding-top: 195px;
    padding-bottom: 152px;
    background: linear-gradient(269.82deg, #3A6AA6 5.98%, #0D386E 94.97%), #FFFFFF;
}

.section-kits h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 52px;
    font-size: calc(12.451pt * 3.2);
    color: #fff;
}

.section-kits.section-kits__offset {
    padding-bottom: 0px !important;
}

.kits {
    width: 100%;
    display: block;
    padding-top: 20px;
}

.kits__item {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding-left: 61px;
    padding-right: 48px;
    padding-top: 55px;
    /*padding-bottom: 90px;*/
    margin-top: 53px;
    min-height: 390px;
    cursor: pointer;
    transition: 0.3s ease;
}

.kits__item h5 {
    display: block;
    width: 100%;
    color: #0B376E;
    font-size: 22px;
    margin-top: -5px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    padding-bottom: 46px;
    border-bottom: 0.8px solid #D2D2D2;
}

.kits__item ul {
    display: block;
    padding-bottom: 20px;
}

.kits__item li {
    display: block;
    margin-bottom: 27px;
    padding-left: 27px;
    font-size: 18px;
    color: #0B376E;
    line-height: 1.2em;
    position: relative;
    font-family: 'Exo 2', sans-serif;
}

.kits__item li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 8.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0B376E;
}

.kits__item li span {
    display: block;
}

.kits__item li:last-child {
    /*margin-bottom: 0px !Important;*/
}

.kits__item:hover {
    box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.25);
}

.kits__col {
    display: inline-block;
    width: 304px;
    padding-right: 0px;
    padding-left: 51px;
}

.kits__col:first-child {
    width: 235px;
    padding-left: 0px;
}

.kits__col:nth-child(5n-1) {
    width: 272px;
    padding-left: 0px;
}

.kits__prices {
    display: block;
    padding-top: 32px;
}

.kits__prices span {
    display: block;
    font-size: 30px;
    color: #00489D;
    margin-top: 5px;
    font-family: 'Exo 2', sans-serif;
}

.kits__prices span s {
    text-decoration: none !Important;
}

.kits__prices span.old {
    font-size: 22px;
    color: #969696;
    text-decoration: line-through;
}

.kits__prices span.old s {
    text-decoration: line-through !Important;
}

.kits__sale {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    width: 55px;
    line-height: 54px;
    height: 55px;
    background: #FECB1B;
    border-radius: 0px 15px;
    text-align: center;
    font-size: 15px;
    color: #0B376E;
    font-family: 'Exo 2', sans-serif;
}

.kits__col img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -6px;
}

.kits-text {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    color: #fff;
    margin-top: 92px;
}

@media (max-width: 1680px) {
    .section-kits {
        padding-top: 70px;
        padding-bottom: 145px;
    }

    .section-kits {
        padding-top: 125px;
        padding-bottom: 115px;
    }

    .kits {
        padding-top: 10px;
    }

    .kits__item {
        margin-top: 40px;
        padding-top: 45px;
        min-height: 340px;
    }

    .kits__item h5 {
        padding-bottom: 34px;
    }

    .kits__item ul {
        padding-bottom: 18px;
    }

    .kits__item li {
        margin-bottom: 22px;
    }

    .kits__prices {
        padding-top: 22px;
    }

    .kits-text {
        margin-top: 60px;
    }
}

@media (max-width: 1320px) {
    .section-kits {
        padding-top: 65px;
        padding-bottom: 120px;
    }

    .section-kits {
        padding-top: 108px;
        padding-bottom: 105px;
    }

    .kits__item {
        margin-top: 30px;
        padding-left: 35px;
        padding-right: 28px;
        padding-top: 38px;
        min-height: 300px;
    }

    .kits__item h5 {
        font-size: 20px;
        padding-bottom: 28px;
    }

    .kits__item li {
        font-size: 15px;
        padding-left: 21px;
        margin-bottom: 16px;
    }

    .kits__item li::before {
        top: 7.5px;
    }

    .kits__prices {
        padding-top: 18px;
    }

    .kits__prices span {
        font-size: 24px;
        margin-top: 10px;
    }

    .kits__prices span.old {
        font-size: 18px;
    }

    .kits-text {
        margin-top: 45px;
        font-size: 16px;
    }

    .kits__sale {
        width: 45px;
        line-height: 46px;
        height: 45px;
        font-size: 13px;
    }

    .kits__col {
        width: 282px;
        padding-left: 42px;
    }

    .kits__col:first-child {
        width: 220px;
    }

    .kits__col:nth-child(5n-1) {
        width: 242px;
    }
}

@media (max-width: 1199px) {
    .section-kits h2 {
        font-size: 47px;
    }

    .kits__col {
        width: 252px;
        padding-left: 28px;
    }

    .kits__col:first-child {
        width: 185px;
    }

    .kits__col:nth-child(5n-1) {
        width: 236px;
    }
}

@media (max-width: 991px) {

    .section-kits h2 {
        font-size: 34px;
    }

    .kits {
        width: 100%;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }

    .kits__item {
        margin-top: 30px;
        min-height: auto;
        flex-wrap: wrap;
        padding-top: 50px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .kits__item h5 br {
        display: none;
    }

    .kits__item ul {
        padding-bottom: 0px;
    }

    .kits__item li {
        margin-bottom: 14px;
    }

    .kits__item li br {
        display: none;
    }

    .kits__item li span {
        display: inline;
    }

    .kits__col {
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .kits__prices {
        padding-bottom: 25px;
    }

    .kits__col img {
        margin-top: 24px;
        max-height: 250px;
    }
}

@media (max-width: 767px) {
    .section-kits {
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .section-kits {
        padding-top: 80px;
        padding-bottom: 86px;
    }

    .section-kits h2 {
        font-size: 21x;
    }

    .kits {
        padding-top: 5px;
    }

    .kits__item h5 {
        font-size: 17px;
        padding-bottom: 16px;
    }

    .kits__item li {
        margin-bottom: 11px;
    }

    .kits__prices {
        padding-top: 14px;
        padding-bottom: 18px;
    }

    .kits__prices span {
        font-size: 21px;
    }

    .kits__prices span.old {
        font-size: 16px;
    }

    .kits__col img {
        margin-top: 20px;
        max-height: 230px;
    }

    .kits-text {
        margin-top: 35px;
    }
}

@media (max-width: 575px) {

    .section-kits {
        padding-top: 58px;
        padding-bottom: 62px;
    }

    .kits__sale {
        width: 42px;
        line-height: 41px;
        height: 42px;
        font-size: 12px;
    }

    .kits__item {
        margin-top: 25px;
        padding-top: 40px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .kits__item h5 {
        font-size: 16px;
        padding-bottom: 14px;
        padding-right: 25px;
    }

    .kits__item li {
        margin-bottom: 9px;
        padding-left: 14px;
    }

    .kits__prices {
        padding-top: 14px;
        padding-bottom: 17px;
    }

    .kits__prices span {
        font-size: 18px;
        margin-top: 6px;
    }

    .kits__prices span.old {
        font-size: 15px;
    }

    .kits__col img {
        margin-top: 18px;
        max-height: 220px;
    }

    .kits-text {
        margin-top: 30px;
    }
}


/* Footer */

/* Footer */
footer {
    width: 100%;
    position: relative;
    /*border: 0.8px solid #A9CBF3;*/
    padding-top: 25px;
    padding-bottom: 25px;
  }
  
  .footer-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  .footer-menu {
    display: inline-block;
    padding-top: 1px;
  }
  .footer-menu ul {
    display: inline-flex;
  }
  .footer-menu li {
    display: block;
    margin-right: 51px;
  }
  .footer-menu li .ref, .footer-menu li p {
    display: inline-block;
    font-size: 20px;
    line-height: 1.3em;
    margin-top: 1.5px;
    margin-bottom: 1.5px;
    /*color: $color-black;*/
  }
  .footer-content .ref.footer-content__ref{
    font-size: 18px;
    color: #272727;
  }
  .footer-content .ref.footer-content__ref:hover{
    color: #0B376E;
  }
  .footer-menu__column {
    display: inline-block;
  }
  .footer-content__ref{
    margin-top: auto;
    margin-bottom: auto;
  }
  .ref.logo{
    margin: auto -5px;
  }
  .social {
    display: inline-flex;
    padding-top: 1px;
    margin-top: auto;
    margin-bottom: auto;
    /*margin-right: 50px;*/
  }
  .social .ref {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-left: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0s;
  }
  .social .ref:hover {
    transform: scale(0.95);
    box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
  }
  
  .denis-web {
    display: inline-block;
    width: 184px;
    max-height: 60px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .denis-web img {
    display: inline-block;
    width: 100%;
    max-height: 70px;
  }
  
  @media (max-width: 1680px) {
    footer {
      padding-top: 25px;
      padding-bottom: 25px;
    }
  }
  @media (max-width: 1320px) {
    footer {
      padding-top: 25px;
      padding-bottom: 25px;
    }
  
    .footer-menu li {
      margin-right: 30px;
    }
    .footer-menu li .ref, .footer-menu li p {
      font-size: 18px;
    }
  
    .social .ref {
      width: 42px;
      height: 42px;
    }
  
    .denis-web {
      width: 160px;
      max-height: 52px;
    }
    .denis-web img {
      max-height: 60px;
    }
  }
  @media (max-width: 1199px) {
    .footer-menu {
      padding-top: 4px;
    }
    .footer-menu li .ref, .footer-menu li p {
      font-size: 16px;
    }
  }
  @media (max-width: 991px) {
    footer {
      padding-top: 19px;
      padding-bottom: 52px;
    }
  
    .footer-content {
      flex-wrap: wrap;
    }
  
    .footer-menu {
      width: 100%;
    }
    .footer-menu ul {
      width: 100%;
      display: block;
    }
    .footer-menu li {
      width: 100%;
      margin-right: 0px;
    }
    .footer-menu li .ref, .footer-menu li p {
      width: 100%;
      text-align: center;
    }
  
    .footer-menu__column {
      width: 100%;
      margin-top: 27px;
    }
  
    .social {
      margin-top: 25px;
      margin-right: 0px;
      width: 100%;
      justify-content: center;
    }
    .social .ref {
      margin-left: 8px;
      margin-right: 8px;
    }
  
    .denis-web {
      margin-left: auto;
      margin-right: auto;
      width: 184px;
      max-height: 65px;
      margin-top: 25px;
    }
    .denis-web img {
      max-height: 65px;
    }
    .ref.logo{
      margin-left: auto;
      margin-right: auto;
    }
    .ref.footer-content__ref{
      margin-top: 22px;
      width: 100%;
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    footer {
      padding-top: 16px;
      padding-bottom: 58px;
    }
  }
  @media (max-width: 575px) {
    footer {
      padding-top: 12px;
      padding-bottom: 52px;
    }
  
    .footer-menu li .ref, .footer-menu li p {
      font-size: 15px;
    }
  
    .footer-menu__column {
      margin-top: 24px;
    }
  
    .social {
      margin-top: 42px;
    }
    .social .ref {
      margin-left: 6px;
      margin-right: 6px;
      width: 34px;
      height: 34px;
    }
  
    .denis-web {
      margin-top: 46px;
    }
  }


/* Modal */

.overlay-new {
    position: absolute;
    width: 0vw;
    height: 0%;
    left: 0px;
    top: 0px;
    background: linear-gradient(to right, rgba(11, 54, 108, 0.8) 0%, rgba(59, 107, 167, 0.8) 100%);
    opacity: 0;
    z-index: 100;
    pointer-events: none;
    transition: opacity 0.4s ease, left 0.4s ease;
}

.overlay-new .overlay-new_white {
    left: -200px;
    top: 75px;
}

.overlay-new.active {
    cursor: pointer;
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    z-index: 100;
    pointer-events: auto;
    transition: opacity 0.4s ease, left 0.4s ease;
}

.overlay-new.overlay-new_holiday.active {
    background: #003396;
    opacity: 0.9;
}

.overlay-new.overlay-new_white.active {
    background: #fff;
    opacity: 1;
    left: 0px;
    top: 75px;
    transition: opacity 0.4s ease, left 0.4s ease;
}


.new-modal {
    position: absolute;
    width: 0vw;
    height: 0%;
    left: -9999px;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-left: 58px;
    padding-right: 58px;
    padding-bottom: 60px;
    padding-top: 58px;
    opacity: 0;
    z-index: -2;
}

.new-modal.active {
    position: fixed;
    width: 966px;
    max-width: calc(100% - 30px);
    background: #FFFFFF;
    box-shadow: 5px 5px 5px rgba(61, 61, 61, 0.25);
    border-radius: 17px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 101;
    transition: opacity 0.4s ease;
}

.new-modal_short.active {
    width: 630px;
}

.connection {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    position: relative;
    background: #FFFFFF;
    box-shadow: 5px 5px 5px rgba(61, 61, 61, 0.25);
    border-radius: 17px;
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 67px;
    padding-top: 67px;
}

.select {
    width: 100%;
    height: 67px;
    display: block;
    position: relative;
}

select.input {
    text-align-last: center;
    appearance: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding-right: 55px !important;
    cursor: pointer;
}

.select img {
    display: inline-block;
    position: absolute;
    width: 22.5px;
    max-height: 40px;
    height: auto;
    right: 26px;
    top: 50%;
    margin-top: 2px;
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s ease;
}

.select img.active {
    opacity: 1;
    transition: 0.3s ease;
}

.connection h4 {
    display: block;
    margin-bottom: 16px;
    font-size: 30px;
    color: #28528C;
}

.connection p {
    display: block;
    margin-top: 21px;
    line-height: 1.18em;
    padding-right: 40px;
    font-size: 18px;
    margin-top: 21px;
    color: #28528C;
}

.connection form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 12px;
}

.connection form .input, .new-modal_holiday-form form .input {
    width: calc(50% - 9px);
    margin-top: 20px;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 20px;
    height: 67px;
    background: #FFFFFF;
    border: 0.8px solid #ACACAC;
    border-radius: 17px;
    text-align: center;
    color: #969696;
    font-size: 18px;
    opacity: 1 !important;
    transition: 0.3s ease;
}

.connection form textarea.input {
    width: 100%;
    height: 119px;
    margin-top: -10px;
    padding-top: 8px;
    padding-bottom: 8px;
    resize: none;
}

.connection form .input::placeholder, .new-modal_holiday-form form .input::placeholder {
    transition: 0.3s ease;
    opacity: 1 !Important;
}

.connection form .input:focus, .new-modal_holiday-form form .input:focus {
    border-color: #FECB1B;
    color: #FECB1B;
    color: #28528C;
    border-color: #28528C;
}

.connection form .input:focus::placeholder, .new-modal_holiday-form form .input:focus::placeholder {
    color: #FECB1B;
    color: #28528C;
}

.connection form .select {
    width: calc(50% - 10px);
    margin-top: 20px;
}

.connection form .select .input {
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

.connection form .but {
    width: calc(50% - 9px);
    height: 67px;
    margin-top: 20px;
    border-radius: 17px;
}

.connection form .but span {
    display: inline-block;
    margin: auto;
    width: 100%;
    min-width: 100%;
    text-align: center;
    font-size: 18px;
}

.connection .connection__bg {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 10px);
    width: 319px;
    border-radius: 17px;
    object-fit: cover;
}

.new-modal .connection {
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
    position: unset;
}

.connection.connection__full {
    padding-left: 332px;
    max-width: 966px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.connection.connection__full p {
    max-width: 467px;
}

.connection.connection__full form {
    margin-top: 20px;
    padding-bottom: 6px;
}



.new-modal.new-modal_holiday.active {
        width: 1000px;
        max-width: calc(100% - 40px);
        height: 808px;
        max-height: 100vh;
}

.new-modal.new-modal_holiday::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -32px;
    width: 1192px;
    max-width: calc(100% + 188px);
    height: 852px;
    max-height: calc(100vh + 40px);
    background: url(../images/modal-holiday.png) no-repeat center top/ 100% 100%;
}

.new-modal.new-modal_holiday .btn {
    position: absolute;
    width: 262px;
    min-height: 67px;
    cursor: pointer;
    display: inline-flex;
    border-radius: 17px;
    bottom: 58px;
    left: 50%;
    transform: translateX(-50%);
    background: #FECB1B;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    color: #003396;
    font-size: 19px;
}

.new-modal.new-modal_holiday .btn span {
    display: inline-block;
    margin: auto;
    color: #003396;
    font-size: 19px;
    padding-bottom: 3px;
    font-weight: 700;
}

.new-modal.active.new-modal_holiday-form {
    width: 450px;
    padding-top: 46px;
    padding-bottom: 68px;
}

.new-modal.new-modal_holiday-form h3 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #003396;
}

.new-modal.new-modal_holiday-form p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    line-height: 21px;
    margin-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
}

.new-modal.new-modal_holiday-form form {
    width: 100%;
    max-width: 249px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 15px;
}

.new-modal.new-modal_holiday-form form .input {
    width: 100%;
}

.new-modal.new-modal_holiday-form form .select {
    width: 100%;
    height:  auto;
    margin-top: 20px;
}

.new-modal.new-modal_holiday-form form .select .input {
    margin-top: 0px;
}

.new-modal.new-modal_holiday-form form .btn {
    width: 100%;
    background: #FECB1B;
    color: #003396;
    font-size: 19px;
    margin-top: 15px;
    min-height: 67px;
    border-radius: 17px;
    border: 0px;
    outline: none;
}

.new-modal.new-modal_holiday-form form .btn span {
    display: inline-block;
    margin: auto;
    color: #003396;
    font-size: 19px;
    padding-bottom: 3px;
    font-weight: 700;
}

.holiday-strip {
    position: fixed;
    z-index: 40;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 85px;
    transform: translateY(100%);
    background-color: #003396;
    background-image: url(../images/modal-holiday_strip.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.holiday-strip.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0%);
}

.holiday-strip:hover {
    background-color: #0057FF;
}




@media (max-width: 1680px) {

    .new-modal {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 52px;
        padding-top: 52px;
    }

    .new-modal.active {
        width: 920px;
    }

    .new-modal_short.active {
        width: 600px;
    }

    .connection h4 {
        padding-bottom: 4px;
    }

    .connection p {
        margin-top: 15px;
    }

    .connection form {
        padding-top: 5px;
    }

    .connection form .input {
        margin-top: 15px;
    }

    .connection form .select {
        margin-top: 15px;
    }

    .connection form .select .input {
        margin-top: 0px;
    }

    .connection form textarea.input {
        margin-top: -5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .connection form .but {
        margin-top: 15px;
    }

    .connection .connection__bg {
        width: 289px;
    }

    .connection.connection__full {
        padding-left: 294px;
        max-width: 826px;
    }

    .connection.connection__full p {
        max-width: 100%;
    }


}

@media (max-width: 1320px) {


    .new-modal.active {
        width: 880px;
    }

    .new-modal_short.active {
        width: 580px;
    }

}

@media (max-width: 1199px) {

    .new-modal {
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 37px;
        padding-top: 37px;
    }

    .new-modal.active {
        width: 500px;
    }

    .new-modal_short.active {
        width: 500px;
    }

    .connection h4 {
        font-size: 26px;
        padding-bottom: 0px;
        width: 100%;
        text-align: center;
    }

    .connection p {
        font-size: 16px;
        margin-top: 13px;
        width: 100%;
        text-align: center;
        max-width: 100%;
        padding-right: 0px;
    }

    .connection form .input {
        padding-left: 20px;
        padding-right: 20px;
        height: 55px;
        font-size: 15px;
    }

    .connection form textarea.input {
        height: 104px;
    }

    .select {
        height: 55px;
    }

    select.input {
        padding-right: 45px !important;
    }

    .select img {
        width: 16px;
        max-height: 30px;
        right: 20px;
        margin-top: 1px;
    }

    .connection form .but {
        height: 55px;
    }

    .connection form .but span {
        font-size: 16px;
    }

    .connection .connection__bg {
        display: none;
    }

    .connection.connection__full {
        padding-left: 0px !important;
    }

}

@media (max-width: 991px) {

    .new-modal_short.active {
        width: 460px;
    }

    .connection h4 {
        font-size: 22px;
    }

    .new-modal_short h4 {
        width: 100%;
        text-align: center;
    }

    .connection.connection__full form {
        margin-top: 10px;
    }

    .connection form textarea.input {
        margin-top: 5px;
    }

}

@media (max-width: 767px) {

    .overlay-new.overlay-new_white.active {
        top: 64px;
    }

    .new-modal {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 27px;
        padding-top: 27px;
    }

    .new-modal_short.active {
        width: 420px;
    }

    .connection h4 {
        font-size: 22px;
        padding-bottom: 2px;
        margin-bottom: 0px;
    }

    .connection form .input {
        width: calc(50% - 5px);
        margin-top: 10px;
    }

    .connection form textarea.input {
        height: 98px;
        margin-top: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .connection form .select {
        width: calc(50% - 5px);
        margin-top: 10px;
    }

    .connection form .select .input {
        margin-top: 0px;
        padding-right: 35px !important;
    }

    .connection form .but {
        width: calc(50% - 5px);
        margin-top: 10px;
    }

    .select img {
        right: 15px;
    }

}

@media (max-width: 575px) {

    .overlay-new.overlay-new_white.active {
        top: 48px;
    }

    .new-modal {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 23px;
        padding-top: 18px;
    }

    .new-modal_short.active {
        width: 380px;
    }

    .connection h4 {
        font-size: 20px;
    }

    .connection p {
        font-size: 14px;
    }

    .connection form {
        max-width: 230px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 1px;
    }

    .connection form .input {
        width: 100%;
        height: 48px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .connection form textarea.input {
        margin-top: 4px;
        height: 92px;
    }

    .connection form .select {
        width: 100%;
        height: 48px;
    }

    .connection form .but {
        width: 100%;
        height: 48px;
    }


}

/* Bottom-fixed */

.bottom-fixed {
    position: fixed;
    width: 100%;
    display: flex;
    z-index: 20;
    bottom: 68px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
}

.bottom-fixed .new-buttons {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}

.bottom-fixed .new-buttons .but {
    margin-bottom: 0px;
    margin-top: 10px;
    width: calc(50% - 10px);
    justify-content: center;
    height: 46px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 38px;
}

.bottom-fixed .new-buttons .but.blue {
    padding-left: 34px;
}

.bottom-fixed .new-buttons .but p {
    display: inline-block;
    margin-right: 0px;
    font-size: 16px;
    padding-bottom: 1px;
}

.bottom-fixed .new-buttons .but img {
    left: 50%;
    transform: translate(-72px, -50%);
}

.bottom-fixed .new-buttons .but.blue img {
    left: 50%;
    transform: translate(-58px, -50%);
}

.holiday-strip_mob {
    display: none;
}
._icon_close{
    position: absolute;
    right: 25px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}
._icon_close:before{
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../../../../img/icon_close.svg);
    width: 25px;
    height: 25px;
}
@media (max-width: 1760px) {
}

@media (max-width: 1400px) {
}

@media (max-width: 1199px) {
}
@media (max-width: 1000px) {
    .modal.active {
        width: 480px;
    }

    .new-modal.active.new-modal_holiday {
        max-width: 299px;
        max-height: 513px;
    }

    .holiday-strip {
        display: none;
    }

    .holiday-strip_mob {
        display: block;
        position: fixed;
        z-index: 40;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 48px;
        transform: translateY(100%);
        background-image: url(../../../../img/modal-holiday_strip_mob.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        cursor: pointer;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s ease;
    }

    .holiday-strip_mob.active {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0%);
    }

    .new-modal.new-modal_holiday.active::before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -32px;
        width: 100%;
        max-width: 299px;
        height: 100%;
        max-height: 513px;
        background: url(../../../../img/modal-holiday_mob.svg) no-repeat center top/100% 100%;
    }

    ._icon_close{
        top: -20px;
        right: 20px;
    }
    .new-modal.active.new-modal_holiday-form {
        padding: 20px;
    }
    .new-modal.new-modal_holiday-form h3{
        font-size: 22px;
    }
    .new-modal.new-modal_holiday-form p{
        padding: 0;
    }
}
@media (max-width: 991px) {
}

@media (max-width: 767px) {

    .bottom-fixed {
        display: flex;
    }

}

@media (max-width: 575px) {

    .bottom-fixed {
        bottom: 100px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .bottom-fixed .new-buttons {
        width: 100%;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .bottom-fixed .new-buttons .but {
        margin-bottom: 0px;
        margin-top: 10px;
        width: calc(50% - 6px);
        justify-content: center;
        height: 46px;
        margin-left: 3px;
        margin-right: 3px;
    }

}

@media (max-width: 375px) {

    .bottom-fixed .new-buttons .but {
        height: 42px;
        padding-left: 25px;
    }

    .bottom-fixed .new-buttons .but.blue {
        padding-left: 26px;
    }

    .bottom-fixed .new-buttons .but p {
        font-size: 14px;
        padding-bottom: .5px;
    }

    .bottom-fixed .new-buttons .but img {
        max-width: 22px;
        transform: translate(-65px, -50%);
    }

    .bottom-fixed .new-buttons .but.blue img {
        transform: translate(-50px, -50%);
    }


}


/* Mobile-menu */

.mobile-menu {
    display: none;
}

@media (max-width: 1199px) {
    .modal-menu {
        display: block;
        width: 100%;
        height: 100vh;
        padding-left: 30px;
        padding-right: 30px;
        position: fixed;
        opacity: 0;
        left: -2000px;
        top: 75px;
        pointer-events: none;
        transition: opacity 0.3s ease, left 0.9s ease, transform 0.9s ease;
    }


    .modal-menu.active {
        opacity: 1;
        z-index: 101;
        left: 0px;
        width: 100%;
        top: 75px;
        height: 100vh;
        overflow: visible;
        pointer-events: auto;
        transition: opacity 0.3s ease, left 0.4s ease, transform 0.4s ease;
    }

    .mobile-menu {
        display: block;
        width: 100%;
    }

    .mobile-menu ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        width: 100%;
        z-index: 21;
        padding-top: 13px;
    }

    .mobile-menu ul li {
        display: block;
        width: 100%;
    }

    .mobile-menu ul li .ref {
        display: inline-block;
        height: 100%;
        text-align: left;
        text-decoration: none;
        line-height: 1.3em;
        color: #0075FF;
        margin-top: 21px;
        font-size: 38px;
        transition: opacity 0.4s ease-in-out;
    }

    .mobile-menu__ref:hover {
        text-decoration: none;
        transition: opacity 0.4s ease-in-out;
    }
}

@media (max-width: 991px) {

    .modal-menu {
        left: 50%;
        transform: translateX(-100%);
    }

    .modal-menu.active {
        padding-left: 0px;
        padding-right: 0px;
        width: calc(100% - 30px);
        max-width: 760px;
        left: 50%;
        transform: translateX(-50%);
    }

    .mobile-menu ul li .ref {
        margin-top: 16px;
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .modal-menu {
        padding-left: 20px;
        padding-right: 20px;
        top: 65px;
    }

    .modal-menu.active {
        top: 65px;
        max-width: 490px;
    }

    .mobile-menu ul {
        padding-top: 10px;
    }

    .mobile-menu ul li .ref {
        margin-top: 14px;
        font-size: 31px;
    }
}

@media (max-width: 575px) {
    .modal-menu {
        padding-left: 11px;
        padding-right: 11px;
        top: 51px;
    }

    .modal-menu.active {
        top: 51px;
        width: calc(100% - 30px);
        max-width: 485px;
    }
}

@media (max-width: 480px) {

    .modal-menu {
        z-index: 102;
        width: calc(100% - 25px);
        max-width: 325px;
    }

    .modal-menu.active {
        max-width: calc(100% - 25px);
        width: calc(100% - 25px);
    }


}

.send_messageblock {
    padding: 50px !Important;
}

@media (max-width: 480px) {

    .send_messageblock {
        padding: 20px !Important;
    }

}

.connection form .input.error,form.form input.error, .podselect select.error {
    border: 1px solid red;
}
/*Блок бесплатная доставка на баннере*/
div.block_delivery{
	position: absolute;
	width: 153px;
	top: 542px;
	right: 210px;
    padding-left: 12px;
    padding-right: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #FFFFFF;
    box-shadow: 1px 2px 7px rgb(0 0 0 / 25%);
    border-radius: 10px;
    color: #164194;
	}
	div.icon_delivery{
	position: absolute;
    float: left;
    width: 32px;
    height: 31px;
    margin-left: 7px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	}
	div.icon_delivery img{
	margin-left: 10px;
	max-width: 100%;
	max-height: 100%;
	}
	div.text_delivery{
	float: right;
	}
	div.text_delivery p{
	font-size: 12px;
	}
	@media screen and (max-width: 1680px) {
		div.block_delivery{
		top: 495px;
		}
	}
	@media screen and (max-width: 1201px) {
		div.block_delivery{
		top: 421px;
		right: 182px;
		}
	}
	@media screen and (max-width: 1001px) {
		div.block_delivery{
		top: 371px;
		right: 168px;
		}
	}
	@media screen and (max-width: 768px) {
		div.block_delivery{
		position: relative;
		display: inline-block;
		top: -5px;
		left: 164px;
		}
	}
	@media screen and (max-width: 480px) {
		div.block_delivery{
		top: 0px;
		left: 174px;
		}
	}
	@media screen and (max-width: 415px) {
		div.block_delivery{
		left: 144px;
		}
	}
	@media screen and (max-width: 394px) {
		div.block_delivery{
		left: 131px;
		}
	}
	@media screen and (max-width: 376px) {
		div.block_delivery{
		left: 123px;
		}
	}
	@media screen and (max-width: 361px) {
		div.block_delivery{
		left: 115px;
		}
	}
	@media screen and (max-width: 281px) {
		div.block_delivery{
		left: 77px;
		}
	}
    /* Forms B24 */

  div.new-modal.active.modal_b24{
    width: 450px;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  div.new-modal.active.modal_b24_big{
    padding: 0;
    width: 800px;
  }
  div.new-modal.active.modal_b24_big .connection{
    padding-left: 320px;
    padding-right: 10px;
    padding-bottom: 14px;
    padding-top: 14px;
  }
  div.new-modal.active.modal_b24_big form, .form_b24 .connection form{
    display: block;
  }
  div.b24-window-scrollable{
    overflow: hidden;
    border-radius: 5px;
    padding: 7px;
  }
  div.b24-form .b24-form-wrapper, .b24-form-wrapper .b24-form-btn{
    border-radius: 17px;
  }
  .b24-form-wrapper .b24-form-btn{
    color: #28528C;
    font-size: 19px;
    font-weight: bold;
  }
  .b24-form-wrapper .b24-form-btn:hover{
    box-shadow: 0px 3px 10px #FECB1B;
  }
  div.b24-form .b24-form-wrapper{
    padding: 10px;
  }
  div.b24-form .b24-form-content .b24-form-control-container input, div.b24-form .b24-form-content .b24-form-control-container textarea{
    border: 0.8px solid #D0D0D0;
    border-radius: 17px;
    text-align: center;
    color: #B9B9B9;
    background-color: #fff;
  }
  div.b24-form .b24-form-content .b24-form-control-container textarea{
    text-align: left;
  }
  div.b24-form .b24-form-field .b24-form-control-container.b24-form-control-icon-after input{
    padding-right: 10px;
  }
  div.b24-form .b24-form-content .b24-form-control-container input:focus, div.b24-form .b24-form-content .b24-form-control-container textarea:focus {
    color: #28528C;
    border-color: #28528C;
    transition: 0.3s ease;
  }
  div.b24-window-panel.b24-window-panel-pos-center{
      height: 490px;
      top: 50%;
      margin-top: -245px;
  }
  div.b24-form .b24-form-header{
    border-bottom: none;
  }
  div.b24-form .b24-form-header-title{
    color: #28528C;
    font-family: "Gilroy-ExtraBold", sans-serif;
    font-weight: 700;
    font-size: 28px;
  }
  div.b24-form .b24-form-dropdown-container{
    height: 170px;
    border-radius: 10px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  div.b24-form .b24-form-dropdown-container::-webkit-scrollbar { width: 0; }
  .b24-form-field.b24-form-field-agreement.b24-form-control-agreement input{
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
  }
  
  div.b24-form .b24-form-control-list-selector-item-title{
    color: #28528C;
  }
  div.b24-form .b24-form-inner-box{
    background-color: #FFFFFF;
  }
  div.b24-form .b24-form-icon-remove, div.b24-form .b24-form-control-alert-message{
    display: none;
  }
  div.b24-form .b24-form-control-alert{
    margin-bottom: 15px !important;
  }
  div.b24-form .b24-form-btn-block button{
    background: linear-gradient(84.96deg, #FECB1B 47.33%, #fae73b 98.43%);
  }
  div.b24-form .b24-form-sign{
    display: none;
  }
  @media (max-width: 1680px){
    div.new-modal.active.modal_b24_big{
        width: 770px;
      }
      div.new-modal.active.modal_b24_big .connection{
        padding-left: 300px;
      }
  }
  @media (max-width: 1320px){
    
  }
  @media (max-width: 1199px){
    div.new-modal.active.modal_b24_big .connection {
        padding-left: 300px !important;
    }
    div.new-modal.active.modal_b24_big .connection .connection__bg {
        display: block;
    }
  }
  @media (max-width: 991px){
    div.new-modal.active.modal_b24_big .connection {
        padding-left: 0 !important;
    }
    div.new-modal.active.modal_b24_big .connection .connection__bg {
        display: none;
    }
    div.new-modal.active.modal_b24_big{
        width: 450px;
    }
    div.new-modal.active.modal_b24_big .connection{
        padding-left: 10px;
    }
    div.b24-form .b24-form-header-title{
      font-size: 23px;
    }
    .b24-form-content{
        padding-top: 0;
    }
  }
  @media (max-width: 767px){
    div.monew-modaldal.active.modal_b24_big .connection{
        max-width: 450px;
    }
  }
  @media screen and (max-width: 575px) {
    div.new-modal.active.modal_b24_big .connection{
        max-width: 450px;
    }
    div.new-modal.active.modal_b24, div.new-modal.active.modal_b24_big {
        width: 407px;
    }
    div.b24-window-panel.b24-window-panel-pos-center{
        height: 530px;
        max-width: 380px;
    }
    .b24-window .b24-window-panel {
          overflow: revert;
    }
    .b24-form .b24-window-panel>div>.b24-window-scrollable{
          bottom: auto;
    }
    div.b24-form div.b24-form-header-title{
        font-size: 20px;
    }
    div.b24-form .b24-form-header-description{
        display: none;
    }
    .b24-form-wrapper .b24-form-btn {
        font-size: 17px;
    }
    .modal_b24 div.b24-form form {
        padding-left: 0;
        padding-right: 0;
    }
    div.b24-form form{
        max-width: 100%;
    }
  }
  @media (max-width: 512px){
      .b24-form .b24-window .b24-window-scrollable {
      padding-bottom: 20px;
      }
  }
  @media (max-width: 420px){
    div.b24-form div.b24-form-header-title{
      font-size: 18px;
    }
  }

  /* Cookies */
  .new-btn {
    position: relative;
    align-items: center;
    justify-content: center;
    border: 0px !important;
    text-align: center;
    text-decoration: none;
    color: #004271;
    font-family: "Gilroy-ExtraBold", sans-serif;
    font-weight: 800;
    font-size: 18px;
    background: #FECB1B;
    border-radius: 10px !important;
    cursor: pointer;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s ease;
}
.popup-cookies {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 582px;
    right: 0px;
    bottom: 0px;
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 19px;
    padding-bottom: 19px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 20px 0px 0px 0px;
  
  
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  
  .popup-cookies.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 104;
  }
  
  .popup-cookies__text {
    display:  inline-block;
    width: calc(100% - 97px);
    padding-top: 1px;
    padding-right: 16px;
    font-size: 15px;
    line-height: 20px;
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    color: #4D4D4D;
  }
  
  .popup-cookies__text .ref {
    display: inline-block;
    position: relative;
    font: inherit;
    color: #4D4D4D;
    transition: all 0.3s ease;
  }
  
  .popup-cookies__text .ref::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 100%;
    height: .5px;
    background: #4D4D4D;
    transition: all 0.3s ease;
  }
  
  .popup-cookies__text .ref:hover {
    color: #004271;
  }
  
  .popup-cookies__text .ref:hover::before {
    opacity: 0;
  }
  
  .popup-cookies .new-btn {
    display: inline-flex;
    width: 97px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: auto;
    height: 41px;
    margin-top: 0px;
    box-shadow: none;
  }
  
  .popup-cookies .new-btn span {
    font-size: 18px;
    line-height: 25px;
    color: #00489D;
    transition: all 0.3s ease;
  }
  
  .popup-cookies .new-btn:hover span {
    color: #fff;
  }
  .popup-cookies .new-btn:hover {
    background-color: #00489D;
  }
  
  @media (max-width: 1200px) {
  
  }
  
  @media (max-width: 1000px) {
  
  .popup-cookies {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    justify-content: center;
  }
  
  .popup-cookies__text {
    width: auto;
    max-width: calc(100% - 97px);
    padding-right: 20px
  }
  
  }
  
  @media (max-width: 768px) {
  
  .popup-cookies {
    flex-wrap: wrap;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  
  .popup-cookies__text {
    max-width: calc(100% - 65px);
    font-size: 13px;
    line-height: 16px;
  }
  
  .popup-cookies .new-btn {
    width: 65px;
  }
  
  }

  /* Section-history */

.section-history {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    overflow: hidden;
  }
  
  .history-info {
    display: flex;
    width: 100%;
  }
  
  .history-info h2 {
    /*font-family: 'Gilroy-ExtraBold', sans-serif;*/
    font-family: 'Exo 2', sans-serif;
    font-weight: 900;
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-weight: normal;*/
    position: relative;
    font-size: 40px;
    line-height: 1.2em;
    max-width: 900px;
    width: 100%;
    color: #0B376E;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  .history {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 76px;
  }
  
  .history__btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 57px;
    height: 12vw;
    max-height: 250px;
    background: rgba(0, 46, 112, 0.7);
    cursor: pointer;
    z-index: 4;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  .history__btn img {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 27px;
    max-height: 60px;
    transition: all 0.3s ease;
  }
  
  .history__btn:hover {
    background: rgba(0, 46, 112, 0.9);
  }
  
  .history.active .history__btn img {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  
  
  .history-slider {
    display: flex;
    width: 100%;
  }
  
  .history-slider__item {
    display: none;
    width: 100%;
    border: 0px !important;
  }

  .history-slider__item.active {
    display: block;
  }
  
  .history-items {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
    flex-wrap: wrap;
    justify-content: left;
    width: 100vw;
    min-width: 100vw;
    /*height: calc(calc(12vw * 2));
    max-height: calc(calc(250px * 2));*/
  }
  
  .history-items a {
    display: inline-block;
    width: 20%;
    height: 12vw;
    max-height: 250px;
  }
  
  .history-items a img {
    display: block;
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  
  .section-history .controls {
    display: flex;
    width: 100%;
    position: absolute;
    left: 0px;
    padding-left: 58px;
    padding-right: 17px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    justify-content: space-between;
    pointer-events: none;
  }
  
  .section-history .control {
    display: inline-block;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    pointer-events: auto;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .section-history .control:hover {
    background: #0042A0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
  }
  
  .section-history .control svg {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .section-history .control_prev svg {
    left: calc(50% - 2px);
  }
  
  .section-history .control_next svg {
    left: calc(50% + 2px);
  }
  
  .section-history .control svg * {
    transition: all 0.3s ease;
  }
  
  .section-history .control:hover svg * {
    fill: #fff;
  }
  
  
  @media (max-width: 1680px) {
  
  .section-history {
      /*padding-top: 110px;*/
      padding-bottom: 30px;
  }
  
  .history {
      margin-top: 56px;
  }
  
  }
  
  @media (max-width: 1380px) {
  
  .section-history {
      /*padding-top: 100px;*/
      padding-bottom: 25px;
  }
  
  .history-info h2 {
    font-size: 40px;
    max-width: 902px;
  }
  
  .history {
      margin-top: 48px;
  }
  
  }

  @media (max-width: 1320px) {
    .section-history .controls {
    padding-left: 45px;
    }
  }
  
  @media (max-width: 1200px) {
  
  .history__btn {
    height: 21vw;
    max-height: 230px;
  }
  
  .history-items {
    height: auto;
    max-height: none;
  }
  
  .history-items a {
    width: calc(100% / 2);
    height: 28vw;
    max-height: 265px;
  }
  
  }
  
  @media (max-width: 991px) {
  
  .section-history {
      /*padding-top: 90px;*/
      padding-bottom: 20px;
  }
  
  .history-info h2 {
    font-size: 35px;
    width: calc(100vw - 40px);
    max-width: 780px;
  }
  
  .section-history .controls {
    padding-left: 17px;
    }
  
  }
  
  @media (max-width: 768px) {
  
  .section-history {
      /*padding-top: 80px;*/
      padding-bottom: 20px;
  }
  
  .history {
      margin-top: 38px;
  }
  
  .history-info h2 {
    font-size: 25px;
    line-height: 1.26em;
  }
  
  }
  
  @media (max-width: 575px) {
  
  .section-history {
      /*padding-top: 65px;*/
      padding-bottom: 15px;
  }
  
  .history {
      margin-top: 32px;
  }
  /*
  .history-items {
    height: calc(31vw * 5);
    max-height: calc(252px * 5);
  }
  */
  
  .history-items a {
    width: calc(100% / 2);
    height: 31vw;
    max-height: 252px;
  }
  
  .history__btn {
    width: 40px;
    height: 31vw;
    max-height: 252px;
  }
  
  .history__btn img {
    width: 18px;
    max-height: 50px;
  }
  
  .section-history .controls {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .section-history .control {
    width: 46px;
    height: 46px;
  }
  
  .section-history .control svg {
    width: 22px;
    height: 22px;
  }
  
  .section-history .control_prev svg {
    left: calc(50% - 1px);
  }
  
  .section-history .control_next svg {
    left: calc(50% + 1px);
  }
  
  
  }