@font-face {
    font-display: swap;
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Thin.ttf);
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-ExtraLight.ttf);
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Light.ttf);
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Medium.ttf);
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-SemiBold.ttf);
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-ExtraBold.ttf);
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Black.ttf);
    font-style: normal;
    font-weight: 900;
}



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Montserrat;
}
body > iframe {
    display: none;
}
a {
    text-decoration: none;
    outline: 0;
}
img, picture {
    max-width: 100%;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
input, textarea {
    outline: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
body,html {
/*    overflow-x: hidden;*/
    min-height: 100vh;
   
}

:root {
  --primary-color: #333D61;
  --light-blue-color: #5392C0;
  --links-dark-color: #364373;
  --links-hover-color: #92BEDF;
}

.no-select {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.container {
    width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    max-width: 100%;
    
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.hidden {
    display: none;
}
.hidden-visibility {
    visibility: hidden;
}
.wrapper * {
    -webkit-appearance: none;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.nw-header, .nw-content, .nw-footer {
    width: 100%;
}
.nw-content {
    background-color: #fff;
    border-radius: 0px 0px 30px 30px;
    position: relative;
    margin-bottom: -40px;
}
.nw-header {
    padding-bottom: 24px;
    background-color: #fff;
    /*position: relative;*/
    /*z-index: 99;*/
    z-index: 101;
    position: sticky;
    top: 0;
}
.nw-header__top {
    display: flex;
    padding: 10px 0px;
}
.top-links {
    display: flex;
    /*margin-right: 25px;*/
}
.top-links__item {
    margin-right: 53px;
    margin-top: 14px;
}
.top-links__item:last-child {
    /*margin-right: 0;*/
}
.top-links__link {
    color: var(--links-dark-color);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s;
}
.top-links__link:hover {
    color: var(--links-hover-color);
}
.top-search {
    flex-grow: 1;
    margin-top: 9px;
}
.top-search__form {
    position: relative;
    border-radius: 4px;
    background: rgba(236, 244, 255, 0.70);
    display: flex;
}
.top-search__input {
    display: block;
    flex-grow: 1;
    border: none;
    background-color: transparent;
    padding: 7px 20px;
    color: var(--primary-color);
    font-size: 16px;
    line-height: normal;
    min-width: 0;
}
.top-search__input::-webkit-input-placeholder { /* Chrome */
  color: rgba(22, 40, 66, 0.70);
}
.top-search__input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(22, 40, 66, 0.70);
}
.top-search__input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(22, 40, 66, 0.70);
  opacity: 1;
}
.top-search__input:-moz-placeholder { /* Firefox 4 - 18 */
  color: rgba(22, 40, 66, 0.70);
  opacity: 1;
}
.top-search__submit {
    width: 41px;
    min-width: 41px;
    height: 34px;
    border-radius: 0px 4px 4px 0px;
    background: linear-gradient(91deg, #F17101 -9.98%, #F6A000 99.13%);
    border: none;
    cursor: pointer;
    position: relative;
}
.top-search__submit:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='7.6' cy='7.6' r='6.6' stroke='white' stroke-width='2'/%3E%3Cpath d='M12.3496 13.3L18.0496 19' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-search__result {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-right: 41px;
    z-index: 100;
    display: none;
}
.top-search__result-body {
    border-radius: 0px 0px 4px 4px;
    background: #FFF;
    padding: 20px;
}
.top-search__result-list {
    padding-top: 30px;
    padding-bottom: 10px;
    margin-top: 10px;
    border-top: 1px solid #C5D1DF;
}
.top-search__result-list:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.top-search__result-list-item {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.top-search__result-list-item-title {
    color: #162842;
    font-size: 14px;
    line-height: 142.857%; 
    transition: all 0.3s;
}
.top-search__result-list-item-price {
    color: #162842;
    font-size: 14px;
    font-weight: 700;
    line-height: 142.857%;
    white-space: nowrap;
    padding-left: 15px;    
    transition: all 0.3s;
}
.top-search__result-list-item:hover .top-search__result-list-item-title,
.top-search__result-list-item:hover .top-search__result-list-item-price {
    color: var(--links-hover-color);
}
.top-region-change {
    width: 104px;
    min-width: 104px;
    text-align: center;
    margin-left: 37px;
    margin-top: 11px;
    margin-right: 27px;
}
.top-region-change__value {
    display: inline-block;
    cursor: pointer;
    color: #364373;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}
.top-controls {
    display: flex;
    padding-right: 12px;
}
.top-controls__item {
    margin-right: 28px;
    margin-top: 10px;
}
.top-controls__item:last-child {
    margin-right: 0;
}   
.top-controls__link {
    display: block;
    width: 30px;
    min-width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
}
.top-controls__icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.top-controls__counter {
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    border-radius: 13px;
    background: #4094F7;
    padding: 2px 5px;
    min-width: 22px;
    position: absolute;
    top: -3px;
    right: -12px;
    z-index: 10;
}
.nw-header__inner {
    position: relative;
}
.nw-header__bottom {
    border-radius: 7px;
    background: #162842;
    padding: 10px 30px;
    padding-right: 29px;
    padding-bottom: 21px;
    display: flex;
    justify-content: space-between;
    margin-top: 9px;
}
.nw-header__logo {
    padding-top: 14px;
    margin-right: auto;
    padding-right: 15px;
}
.nw-logo {
    display: inline-block;
}
.nw-header__menu {
    padding-right: 5%;
}
.nw-menu {
    display: flex;
}
.nw-menu__item {
    margin-right: 49px;
    margin-top: 21px;
}
.nw-menu__item:last-child {
    margin-right: 0;
}
.nw-menu__link {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s;
}
.nw-menu__link:hover,
.nw-menu__item.active .nw-menu__link {
    color: var(--links-hover-color);
}
.nw-header__contacts {
    margin-top: 14px;
    margin-left: auto;
    margin-right: 82px;
}
.top-phone {

}
.top-phone__link {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s;
    white-space: nowrap;
}
.top-phone__link:hover {
    color: var(--links-hover-color);
}
.top-email {
    margin-top: -4px;
}
.top-email__link {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
    transition: all 0.3s;
    white-space: nowrap;
}
.top-email__link:hover {
    color: var(--links-hover-color);
}
.nw-header__socials {

}
.socials-list {
    display: flex;
}
.socials-list__item {
    margin-top: 14px;
    margin-right: 12px;
}
.socials-list__item:last-child {
    margin-right: 0;
}
.socials-list__link {

}
.socials-list__link img {
    display: block;
}
.top-banner {
    padding-bottom: 30px;
}
.top-banner__inner {
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(211, 234, 255, 0.50) 0%, rgba(246, 250, 255, 0.50) 56.35%);
    padding-top: 86px;
    padding-left: 66px;
    padding-bottom: 79px;
    min-height: 658px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.top-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    z-index: 10;    
}
.top-banner__title {
    color: var(--primary-color);
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    z-index: 100;
}
.top-banner__text {
    margin-top: 12px;
    color: var(--primary-color);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    z-index: 100;
}
.top-banner__advantages {
    display: flex;
    flex-wrap: wrap;
    max-width: 580px;
    margin-top: 27px;
    position: relative;
    z-index: 100;
}
.top-banner__advantages-item {
    width: 235px;
    min-width: 235px;
    margin-right: 54px;
    color: #0C0C29;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 44px;
    position: relative;
    padding-left: 25px;
}
.top-banner__advantages-item:before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 12 14' fill='none'%3E%3Cpath d='M11 5.26795C12.3333 6.03775 12.3333 7.96225 11 8.73205L3.5 13.0622C2.16666 13.832 0.499999 12.8697 0.499999 11.3301L0.5 2.66987C0.5 1.13027 2.16667 0.168021 3.5 0.937822L11 5.26795Z' fill='%23162842'/%3E%3C/svg%3E");
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 1px;
    top: 2px;

}
.top-banner__button {
    padding-top: 20px;
    margin-top: auto;
    position: relative;
    z-index: 100;
}
.top-banner__button .btn {
    min-width: 274px;
    max-width: 100%;
}
.btn {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 7px;
    background: linear-gradient(91deg, #F17101 -9.98%, #F6A000 99.13%);
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 15.5px;
    text-align: center;
    transition: all 0.3s;
}
.btn:hover {
    opacity: 0.8;
}
.main-advantages {
    padding: 120px 0px;  
}
.main-advantages__inner {
    display: flex;
}
.main-advantages__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.main-advantages__title {
    width: 100%;
}
.main-advantages__text {
    margin-top: 30px;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 150%;
    width: 100%;
}
.main-advantages__link {
    margin-top: 31px;
    width: 100%;
}
.main-advantages__link a {
    color: var(--light-blue-color);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-decoration: underline;
}
.main-advantages__list {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: auto;
}
.main-advantages__list-col {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
}
.main-advantages__list-item {
    min-height: 100%;
    border-radius: 18px;
    background: #112942;
    padding: 19px 20px;
}
.main-advantages__list-item-title {
    color: #FFF;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
}
.main-advantages__list-item-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; 
    margin-top: -4px;
}
.main-advantages__aside {
    width: 442px;
    min-width: 442px;
    margin-left: 30px;
}
.main-advantages__banner {
    border-radius: 18px;
    background: #EBF6FF;
    margin-top: -21px;
    padding-bottom: 44px;
}
.main-advantages__banner-image {
    padding-top: 35px;
}
.main-advantages__banner-image img,
.main-advantages__banner-image picture {
    display: block;
    margin: auto; 
    transform: translateX(11px);    
}   
.main-advantages__banner-title {
    color: var(--primary-color);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; 
    margin-top: 74px;
}
.main-advantages__banner-title a {
    color: var(--light-blue-color);
    text-decoration: underline;        
}
.main-title {
    color: var(--primary-color);
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
}
.main-categories {
    padding-top: 30px;
    padding-bottom: 50px;
}
.main-categories__title {

}
.main-categories__body {
    padding-top: 32px;
}
.categories-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.categories-filter__item {
    color: var(--primary-color);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    white-space: nowrap;
    border-radius: 7px;
    cursor: pointer;
    margin-right: 16px;
    margin-top: 10px;
    padding: 10px 24px;
}
.categories-filter__item:last-child {
    margin-right: 0;
}
.categories-filter__item.active {
    background: #F0F6FF;            
}

.categories-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 69px;
    margin-right: -20px;
}
.categories-list__item {
    display: block;
    margin-right: 20px;
    background-color: #EDF6FF;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    height: 191px;
    margin-bottom: 20px;
}
.categories-list__item_size-1 {
    width: 335px;
}
.categories-list__item_size-2 {
    width: 453px;
}
.categories-list__item_size-3 {
    width: 690px;
}
.categories-list__item-title {
    color: var(--primary-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; 
    position: absolute;
    z-index: 100;
    left: 24px;
}
.categories-list__item-image {
    position: absolute;
    z-index: 50;
    max-height: 100%;
    overflow: hidden;
}
.categories-list__item-image img, 
.categories-list__item-image picture {
    display: block;

}
.categories-list__item_size-1 .categories-list__item-title {
    top: 22px;
}
.categories-list__item_size-1 .categories-list__item-image {
    right: 0;
    top: 0;
}
.categories-list__item_size-2 .categories-list__item-title {
    top: 50%;
    transform: translateY(-50%);
}
.categories-list__item_size-2 .categories-list__item-image {
    right: 0;
    top: 0;
}
.categories-list__item_size-3 .categories-list__item-title {
    top: 36px;
}
.categories-list__item_size-3 .categories-list__item-image {
    right: 20px;
    top: 0;
}
.main-examples {
    padding-top: 81px;
    padding-bottom: 80px;
}
.main-examples__body {
    position: relative;
    margin-top: 59px;
}

.examples-slider {

}
.examples-slider__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10.5px;
    margin-right: -10.5px;
}
.examples-slider__list-col {
    width: 25%;
    padding-left: 10.5px;
    padding-right: 10.5px;
    margin-bottom: 38px;
}
.examples-slider__list-block {
    min-height: 100%;
}
.examples-slider__list-block-image {
    height: 213px;
    overflow: hidden;
    border-radius: 18px;
    position: relative;
}
.examples-slider__list-block-image img,
.examples-slider__list-block-image picture {
    display: block;
    width: 100%;
    object-fit: cover;

}
.examples-slider__list-block-year {
    position: absolute;
    left: 23px;
    bottom: 10px;
    color: #FFF;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
}
.examples-slider__list-block-title {
    margin-top: 18px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 120%; 
}
.examples-slider__list-block-title a {
    color: inherit;
    transition: all 0.3s;
}
.examples-slider__arrows {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}
.examples-slider__arrows-item {
    margin: 0;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: none;
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-left: 4px;
    background-color: #EDF6FF;
}
.examples-slider__arrows-item:after {
    content: none;
}
.examples-slider__arrows-item svg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
}
.examples-slider__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}
.examples-slider__pagination {
    position: static;
    width: auto;
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
}
.examples-slider__pagination .swiper-pagination-bullet {
    width: 9px;
    min-width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid var(--light-blue-color);
    margin-left: 0;
    margin-right: 10px;
}
.examples-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--light-blue-color);
}
.examples-slider__all {
    margin-top: 25px;
}
.examples-slider__all a {
    color: var(--light-blue-color);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
    text-decoration: underline;
}
.main-clients {
    padding-top: 102px;
    padding-bottom: 50px;
}
.main-clients__inner {
    border-radius: 18px;
    background: #EDF6FF;
    padding-top: 47px;  
    padding-bottom: 67px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}
.main-clients__slider {
    margin-top: 60px;
    padding-left: 48px;
    position: relative;
}
.main-clients__slider .swiper-slide {
    width: auto;
}
.main-clients__slider-item {

}
.main-clients__slider-item img {
    display: block;
}

.main-clients__arrows {
    position: absolute;
    top: -115px;
    right: 0;
    display: flex;
}
.main-clients__arrows-item {
    margin: 0;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: none;
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-left: 4px;
    background-color: #fff;
}
.main-clients__arrows-item:after {
    content: none;
}
.main-clients__arrows-item svg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
}
.main-feedbacks {
    padding-top: 100px;
    padding-bottom: 50px;
}
.feedbacks-slider {
    margin-top: 87px;
    position: relative;
}
.feedbacks-slider .examples-slider__arrows {
    top: -135px;
}
.feedbacks-slider .examples-slider__bottom {
    padding-top: 35px;
}
.feedbacks-slider .swiper-slide {
    height: auto;
}
.feedbacks-slider__slide {
    min-height: 100%;
    display: flex;
    flex-direction: column;            
}
.feedbacks-slider__slide-top {
    width: 100%;
    display: flex;

}
.feedbacks-slider__slide-logo {
    width: 75px;
    min-width: 75px;
    height: 75px;
}
.feedbacks-slider__slide-logo img,
.feedbacks-slider__slide-logo picture {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.feedbacks-slider__slide-info {
    padding-left: 24px;
    padding-top: 16px;
}
.feedbacks-slider__slide-name {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 120%; 
}
.feedbacks-slider__slide-position {
    color: #9EAFB2;
    font-size: 14px;
    line-height: 171.429%;
}
.feedbacks-slider__slide-text {
    margin-top: 19px;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 150%; 
}
.feedbacks-slider__slide-more {
    padding-top: 10px;
    margin-top: auto;
    color: var(--light-blue-color);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-decoration: underline;
}
.feedbacks-slider__slide-more a {
    color: inherit;
    text-decoration: inherit;
    transition: all 0.3s;

}
.consult-form {
    padding-top: 37px;
    padding-bottom: 75px;
}
.consult-form__inner {
    border-radius: 28px;
    background: #112942;
    display: flex;
    justify-content: space-between;
    padding-top: 68px;
    padding-left: 70px;
    padding-right: 58px;
    padding-bottom: 83px;
    position: relative;
}
.consult-form__inner:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='348' height='310' viewBox='0 0 348 310' fill='none'%3E%3Cpath d='M129.825 44.6272C144.322 19.5214 151.57 6.96859 161.033 2.75588C169.287 -0.918626 178.713 -0.918625 186.967 2.75588C196.43 6.96858 203.678 19.5215 218.175 44.6272L327.232 233.496C341.729 258.602 348.977 271.155 347.894 281.455C346.95 290.44 342.237 298.602 334.927 303.912C326.547 310 312.05 310 283.057 310H64.9429C35.9497 310 21.4531 310 13.0728 303.912C5.76318 298.602 1.05028 290.44 0.105843 281.455C-0.976928 271.155 6.27138 258.602 20.768 233.496L129.825 44.6272Z' fill='url(%23paint0_linear_280_95)'/%3E%3Cpath d='M146.954 98.6401C155.994 83.0907 160.513 75.316 166.414 72.7069C171.561 70.431 177.439 70.431 182.586 72.7069C188.487 75.316 193.006 83.0907 202.046 98.6401L270.05 215.617C279.089 231.166 283.609 238.941 282.934 245.321C282.345 250.885 279.406 255.941 274.848 259.229C269.623 263 260.583 263 242.504 263H106.496C88.4169 263 79.3774 263 74.1517 259.229C69.5937 255.941 66.6549 250.885 66.066 245.321C65.3908 238.941 69.9106 231.166 78.9502 215.617L146.954 98.6401Z' fill='url(%23paint1_linear_280_95)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_280_95' x1='274.495' y1='83.6918' x2='45.9636' y2='342.076' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231B355A'/%3E%3Cstop offset='1' stop-color='%23162842'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_280_95' x1='237.165' y1='122.835' x2='95.7432' y2='283.817' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23162842'/%3E%3Cstop offset='1' stop-color='%231B355A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    width: 348px;
    height: 310px;
    display: block;
    position: absolute;
    top: 26px;
    left: 63px;
}
.consult-form__content {
    padding-right: 20px;
    position: relative;
    z-index: 100;
}
.consult-form__title {
    color: #FFF;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
}
.consult-form__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    margin-top: 20px;
}
.consult-form__form {
    position: relative;
    z-index: 100;
    width: 447px;
    max-width: 100%;
    margin-top: 15px;
}
.consult-form__form-field {
    margin-top: 18px;
    position: relative;
}
.consult-form__form-field:first-child {
    margin-top: 0;
}
.consult-form__form-input {
    display: block;
    width: 100%;
    border-radius: 7px;
    background: #FFF;
    padding: 14px 22px;
    padding-bottom: 16px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.consult-form__form-input::-webkit-input-placeholder {
    color: #536BBD;
}
.consult-form__form-input:-ms-input-placeholder { 
    color: #536BBD;
}
.consult-form__form-input::-moz-placeholder { 
    color: #536BBD;
    opacity: 1;
}
.consult-form__form-input:-moz-placeholder { 
    color: #536BBD;
    opacity: 1;
}
.consult-form__form-button {
    margin-top: 21px;
}
.consult-form__form-submit {
    display: block;
    width: 100%;
    border-radius: 7px;
    background: linear-gradient(91deg, #F17101 -9.98%, #F6A000 99.13%);
    padding: 15px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    border: none;
}

.main-pricelist {
    padding: 75px 0px;  
}
.main-pricelist__list {
    margin-top: 67px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.main-pricelist__col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}
.main-pricelist__item {
    display: block;
    cursor: pointer;
    min-height: 100%;
    border-radius: 18px;
    background: #EDF6FF;
    padding:35px 31px;
    padding-bottom: 33px;
    padding-right: 90px;
    position: relative;
}
.main-pricelist__item-title {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 120%; 
    padding-right: 20px;  
    flex-grow: 1;  
}
.main-pricelist__item-icon {
    width: 54px;
    position: absolute;
    top: 18px;
    right: 24px;
}
.main-pricelist__item-icon img,
.main-pricelist__item-icon picture {
    display: block;
    margin: auto;
}

.main-brands {
    padding: 50px 0px;
}
.main-brands__title {
    display: none;
}
.main-brands__body {
    position: relative;
    padding-top: 55px;
    padding-right: 97px;
    padding-left: 46px;
}
.main-brands__list {
    position: relative;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;

}
.main-brands__list-row {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}   
.main-brands__list-row_1 {
    justify-content: flex-start;
    margin-top: -14px;
}
.main-brands__list-row_2 {
    order: -1;
}
.main-brands__list-row_3 {
    margin-top: 141px;
    padding-right: 48px;      
}
.main-brands__list-item {
    width: 333px;
}
.main-brands__list-item-title {
    color: var(--primary-color);
    font-size: 77px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.main-brands__list-item-text {
    color: var(--primary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin-top: 10px;
}
.main-brands__list-row_1 .main-brands__list-item-text {
    margin-top: 6px;
}       
.main-brands__image {
    position: absolute;
    left: -17px;
    top: 25px;
    width: 100%;
}
.main-brands__image img,
.main-brands__image picture {
    display: block;
    margin: auto;
}

.main-form {
    padding: 108px 0px;
    padding-bottom: 184px;
}
.main-form__inner {
    background-color: #EDF6FF;
    border-radius: 18px;
    padding-top: 73px;
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 114px;
    background-image: url(../img/main-form__inner.png);
    background-repeat: no-repeat;
    background-position: 75px bottom;
}
.main-form__title {

}
.main-form__body {
    padding-top: 44px;
}
.form {

}
.form__row {
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
}
.form__col {
    padding-left: 16px;
    padding-right: 16px;
}
.form__col:first-child {
    flex-grow: 1;        
}
.form__col:last-child {
    min-width: 600px;
    max-width: 100%;
}
.form__field {
    margin-top: 22px;
    position: relative;
}
.form__input {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #C5D1DF;
    padding: 14.5px 23px;
    color: var(--primary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.form__input::-webkit-input-placeholder { /* Chrome */
  color: var(--primary-color);
}
.form__input:-ms-input-placeholder { /* IE 10+ */
  color: var(--primary-color);
}
.form__input::-moz-placeholder { /* Firefox 19+ */
  color: var(--primary-color);
  opacity: 1;
}
.form__input:-moz-placeholder { /* Firefox 4 - 18 */
  color: var(--primary-color);
  opacity: 1;
}
.form__input_textarea {
    min-height: 144px;
    min-width: 100%;
    max-width: 100%;
}
.choose-budget {
    margin-top: 49px;
}
.choose-budget__title {
    color: var(--primary-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.choose-budget__list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.choose-budget__item {
    margin-right: 20px;
    margin-top: 19px;
}
.choose-budget__item:last-child {
    margin-right: 0;
}
.choose-budget__item-input {
    display: none;
}
.choose-budget__item-text {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding: 13px 9px;
    border-radius: 7px;
    border: 1px solid #C5D1DF;
    cursor: pointer;
    transition: all 0.3s;
}   
.choose-budget__item-input:checked + .choose-budget__item-text {
    border-color: var(--links-dark-color);
    background-color: var(--links-dark-color);
    color: #fff;
}
.upload-field {
    display: block;
    margin-top: 40px;
    position: relative;
    border-radius: 7px;
    border: 1px solid #C5D1DF;
    background: #FFF;
    padding: 14.5px 23px;
    cursor: pointer;
}
.upload-field:after {
    content: '';
    display: block;
    width: 21px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='22' viewBox='0 0 21 22' fill='none'%3E%3Cpath d='M6.19069 16.8068L14.52 9.25349C15.52 8.34667 15.52 6.87636 14.52 5.9695C13.5199 5.06264 11.8986 5.06264 10.8986 5.9695L2.62964 13.4681C0.729588 15.1911 0.729588 17.9847 2.62964 19.7077C4.52968 21.4308 7.61027 21.4308 9.5103 19.7077L17.8999 12.0997C20.7 9.56049 20.7 5.44361 17.8999 2.90441C15.0999 0.365198 10.56 0.365198 7.75997 2.90441L1 9.03459' stroke='%23C5D1DF' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.upload-field__input {
    display: none;
}
.upload-field__title {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.politics-check {
    margin-top: 65px;
}
.politics-check__label {
    display: inline-block;
    cursor: pointer;
}
.politics-check__content {
    display: flex;
    align-items: flex-start;
}
.politics-check__input {
    display: none;
}
.politics-check__box {
    border-radius: 5px;
    border: 1px solid #C5D1DF;
    background-color: #FFF;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 13px;
    position: relative;
}
.politics-check__box:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M1 5L4.11364 8.84401C4.56072 9.39596 5.42462 9.31888 5.76692 8.6965L10 1' stroke='%23333D61' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    transition: all 0.3s;
    opacity: 0;
}
.politics-check__input:checked + .politics-check__box:after {
    opacity: 1;
}
.politics-check__text {
    color: var(--primary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}
.politics-check__text a {
    color: inherit;
    text-decoration: underline;
}
.form__button {
    margin-top: 64px;
}
.form__submit {
    display: block;
    cursor: pointer;
    border-radius: 7px;
    background: linear-gradient(91deg, #F17101 -9.98%, #F6A000 99.13%);
    padding: 20.5px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 560px;
    max-width: 100%;
    border: none;
}
.nw-footer {
    background-color: #112942;
    margin-top: -150px;
    padding-top: 150px;
}
.nw-footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 78px;
    padding-bottom: 78px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.nw-footer__col {
    margin-top: 26px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 290px;
}
.nw-footer__bottom-company {
    max-width: 290px;
}
.nw-footer__logo {

}
.bottom-logo {

}
.nw-footer__phone {
    margin-top: 17px;   
}
.bottom-phone {
    color: var(--links-hover-color);
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
}
.bottom-phone a {
    color: inherit;
}
.nw-footer__email {
    margin-top: 13px;
}
.bottom-email {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    white-space: nowrap;
}
.bottom-email a {
    color: inherit;
}
.nw-footer__address {
    margin-top: 15px;
}
.bottom-address {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 177.778%;
}
.nw-bottom-menu {

}
.nw-bottom-menu__title {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}
.nw-bottom-menu__title-arrow {
    display: none;
}
.nw-bottom-menu__list {
    padding-top: 32px;
}
.nw-bottom-menu__item {
    margin-top: 16px;
}
.nw-bottom-menu__item:first-child {
    margin-top: 0;
}
.nw-bottom-menu__link {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 133.333%;
    transition: all 0.3s;
}
.nw-bottom-menu__link:hover {
    color: var(--links-hover-color);
}
.bottom-promotion {
    margin-top: 69px;
}
.bottom-promotion__title {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; 
}   
.bottom-promotion__links {
    margin-top: 10px;
    color: var(--links-hover-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.bottom-promotion__links a {
   color: inherit; 
}
.bottom-socials {
    display: flex;
    margin-top: 30px;
}
.bottom-socials__item {
    margin-right: 12px;
    margin-top: 12px;
}
.bottom-socials__item:last-child {
    margin-right: 0;
}
.bottom-socials__link {
    display: block;
    width: 33px;
    min-width: 33px;
    height: 33px;
    position: relative;
}
.bottom-socials__link img,
.bottom-socials__link picture,
.bottom-socials__link svg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.bottom-search {
    display: none;
}
.nw-mobile-logo {
    display: none;
}
.menu-burger {
    display: none;
}
.nw-mobile-panel {
    display: none;
}
.nw-footer__bottom {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.nw-footer__bottom-info {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 92.857%; 
}
.nw-footer__bottom-info a {
    text-decoration: underline;
    color: inherit;
    transition: all 0.3s;
}
.nw-footer__bottom-info a:hover {
    color: var(--links-hover-color);
}
.nw-footer__bottom-company {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 105.556%; 
    white-space: nowrap;
    margin-bottom: 96px;
    margin-top: -230px;
}
.page__content {
    border-radius: 0px 0px 30px 30px;
    position: relative;
    background-color: #fff;
    z-index: 10;
    padding-bottom: 100px;
}
.page__bottom {
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.cookie-infoormer {
    position: fixed;
    z-index: 10;
    left: 20px;
    bottom: 20px;
    display: none;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 40px);
    max-width: 550px;
    border-radius: 18px;
    background: #EDF6FF;
    padding: 30px;
    z-index: 10;
}
.cookie-infoormer.show {
    display: flex;
}
.cookie-infoormer__text {
    color: #000;
    font-size: 12px;
    line-height: 150%; 
}
.cookie-infoormer__text a {
    color: #244DAE;
    text-decoration: underline;
}
.cookie-infoormer__button {
    padding-left: 22px;
}
.cookie-infoormer__btn {
    cursor: pointer;
    display: inline-block;
    border-radius: 7px;
    background: #244DAE;
    width: 74px;
    min-width: 74px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
}


html.show-toggle-menu-panel {
    overflow: hidden;
}
.menu-panel {
    background: rgba(22, 40, 66, 0.50);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999999999999999;
    overflow: auto;
    padding-bottom: 50px;
    display: none;
}
html.show-toggle-menu-panel .menu-panel {
    display: block;
}
.menu-panel::-webkit-scrollbar { width: 0; }
.menu-panel { -ms-overflow-style: none; }
.menu-panel { overflow: -moz-scrollbars-none; }
.menu-panel__body {
    width: 1420px;
    max-width: 95%;
    margin: auto;
    display: flex;
}
.menu-panel__aside {
    width: 335px;
    min-width: 335px;
    max-width: 100%;
    border-radius: 0px 0px 0px 18px;
    background: #EDF6FF;
    padding: 25px 20px;
    padding-bottom: 38px;
}
.menu-panel__content {
    flex-grow: 1;
    border-radius: 0px 0px 18px 0px;
    background: #FFF;
}
.menu-panel__title {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}
.menu-panel__list {
    margin-top: 58px;
    padding-left: 4px;
}
.menu-panel__list-item {
    margin-top: 28px;
}
.menu-panel__list-item:first-child {
    margin-top: 0;
}
.menu-panel__list-link {
    color: var(--primary-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s;
}
.menu-panel__list-link.current,
.menu-panel__list-link:hover {
    font-weight: 700;
}
.menu-panel__links {
    margin-top: 62px;
    padding-left: 4px;
}
.menu-panel__links-item {
    margin-top: 27px;
}
.menu-panel__links-item:first-child {
    margin-top: 0;
}
.menu-panel__links-link {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.3s;
}
.menu-panel__block {
    display: none;
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px;
}
.menu-panel__block.current {
    display: flex;
    flex-wrap: wrap;
}
.menu-panel__block-col {
    width: 33.33%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
}
.menu-panel__block-item {

}
.menu-panel__block-item-title {
    color: var(--primary-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.menu-panel__block-item-title a {
    color: inherit;
}
.menu-panel__block-item-list {
    margin-top: 16px;
}
.menu-panel__block-item-list-item {
    margin-top: 5px;
    color: var(--primary-color);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.menu-panel__block-item-list-item > a {
    color: inherit;
}
.menu-panel__block-item-list-item:first-child {
    margin-top: 0;
}
.menu-panel__block-item-list-item_parent {

}
.menu-panel__block-item-list-item_parent > svg {
    content: '';
    display: inline-block;
    width: 10px;
    height: 7px;
    margin-left: 7px;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    top: -2px;
}
.menu-panel__block-item-list-item_parent.open svg {
    transform: rotate(180deg);
}
.menu-panel__block-item-sublist {
    padding-left: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    display: none;
}
.menu-panel__block-item-list-item_parent.open .menu-panel__block-item-sublist {
    display: block;
}
.menu-panel__block-item-sublist-item {
    color: var(--primary-color);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 5px;
}
.menu-panel__block-item-sublist-item:first-child {
    margin-top: 0;
}
.menu-panel__block-item-sublist-item a {
    color: inherit;
}
.content {
/*    flex-wrap: nowrap;*/

}
.main-area_left-sidebar {
    max-width: 100%;
    margin-left: 0px;
    padding-left: 45px;
    width: calc(100% - 335px);
}
.nw-left-sidebar {
    width: 335px;
    min-width: 335px;
    
}
.nw-filter-wrapper {
    border-radius: 18px;
    background: #EDF6FF;
    padding: 10px 24px;
    padding-bottom: 35px;
    margin-bottom: 30px;
}
.nw-categories-list {

}
.nw-categories-list__item {
    margin-top: 25px;
}
.nw-categories-list__item:first-child {
    margin-top: 0;
}
.nw-categories-list__item-link {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.nw-categories-list__childs {
    padding-top: 25px;
}
.nw-categories-list__childs-item {
    margin-top: 12px;
}
.nw-categories-list__childs-item:first-child {
    margin-top: 0;
}
.nw-categories-list__childs-item-link {
    color: var(--primary-color);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s;
}
.nw-categories-list__childs-item.current .nw-categories-list__childs-item-link,
.nw-categories-list__childs-item-link:hover {
    font-weight: 700;
}
.nw-left-sidebar__section {
    padding: 25px 0px;
    border-bottom: 1px solid #DCE1ED;
    position: relative;
    z-index: 100;
}
.nw-left-sidebar__section:last-child {
    border-bottom: none;
}
.nw-left-sidebar__section-title {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
}
.nw-left-sidebar__section-title:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M15 1L8 8L1 0.999999' stroke='%23333D61' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 16px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 5px;
    transition: all 0.3s;
}
.nw-left-sidebar__section-content {
    display: none;
    padding-top: 25px;
}
.nw-left-sidebar__section.show .nw-left-sidebar__section-title:after {
    transform: rotate(180deg);
}
.nw-filter-checkboxes {
    
}
.nw-filter-checkboxes_scrollable {
    max-height: 160px;
}
.nw-filter-checkboxes__item {
    margin-top: 10px;
}
.nw-filter-checkboxes__item:first-child {
    margin-top: 0;
}
.nw-filter-checkboxes__item-label {
    display: inline-block;
    cursor: pointer;
}
.nw-filter-checkboxes__item-content {
    display: flex;
    align-items: flex-start;
}
.nw-filter-checkboxes__item-input {
    display: none;  
}
.nw-filter-checkboxes__item-box {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #C5D1DF;
    background: #FFF;
    position: relative;
    margin-right: 10px;
}
.nw-filter-checkboxes__item-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M1 5L4.11364 8.84401C4.56072 9.39596 5.42462 9.31888 5.76692 8.6965L10 1' stroke='%23333D61' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    transition: all 0.3s;
    opacity: 0;
}
.nw-filter-checkboxes__item-input:checked + .nw-filter-checkboxes__item-box:after {
    opacity: 1;
}
.nw-filter-checkboxes__item-title {
    color: var(--primary-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 2px;
}
.nw-filter-checkboxes_scrollable > .scroll-element {
    background-color: transparent;
    width: 7px !important;
}
.nw-filter-checkboxes_scrollable > .scroll-element.scroll-y .scroll-element_outer {
    width: 7px; 
    top: 0;
    left: 0;
    border-radius: 0;   
}
.nw-filter-checkboxes_scrollable > .scroll-element.scroll-y .scroll-element_size {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #8894AF;
    top: 0;
    box-sizing: border-box;
}   
.nw-filter-checkboxes_scrollable > .scroll-element.scroll-y .scroll-bar {
    border-radius: 10px;
    background: #8894AF;
    width: 100%;
    border: none;
    cursor: pointer;
}
.nw-filter-checkboxes_scrollable > .scroll-content.scroll-scrolly_visible {
    left: 0;
    margin-left: 0;
    margin-top: 0;
}
.nw-filter-checkboxes__search {
    margin-bottom: 25px;
}
.nw-filter-checkboxes__search input {
    display: block;
    width: 100%;
    border-radius: 7px;
    border: 1px solid #C5D1DF;
    background: #FFF;  
    padding: 10px;
    padding-right: 35px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;  
    background-image: url(../img/nw-filter-checkboxes__search.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
}
.nw-filter-ranges {

}
.nw-filter-ranges__inputs {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}
.nw-filter-ranges__input {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}
.nw-filter-ranges__input input {
    display: block;
    width: 100%;
    border-radius: 7px;
    border: 1px solid #C5D1DF;
    background: #FFF;
    padding: 10px;
    color:var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.nw-filter-ranges__input input::-webkit-input-placeholder { /* Chrome */
    color: #8894AF;
}
.nw-filter-ranges__input input:-ms-input-placeholder { /* IE 10+ */
    color: #8894AF;
}
.nw-filter-ranges__input input::-moz-placeholder { /* Firefox 19+ */
    color: #8894AF;
    opacity: 1;
}
.nw-filter-ranges__input input:-moz-placeholder { /* Firefox 4 - 18 */
    color: #8894AF;
    opacity: 1;
}
.nw-filter-ranges__slider {
    margin-top: 40px;
    border: none !important;
    border-radius: 10px !important;
    background: #8894AF !important; 
    height: 2px !important;
}
.nw-filter-ranges__slider .ui-slider-range {
    border-radius: 10px !important;
    background: var(--primary-color) !important; 
}
.nw-filter-ranges__slider .ui-slider-handle {
    cursor: pointer !important;
    border: none !important;
    background: var(--primary-color) !important; 
    border-radius: 100% !important;
    width: 8px !important;
    height: 8px !important;
    top: -3px !important;
    margin-left: -4px !important;
}
.nw-filter-checkboxes_limit .nw-filter-checkboxes__item:nth-child(n+5) {
    display: none;
}
.nw-filter-checkboxes__all {
    margin-top: 18px;
}
.nw-filter-checkboxes__all span {
    display: inline-block;
    cursor: pointer;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.nw-left-sidebar__buttons {
    margin-top: 35px;
}
.nw-filter-submit {
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border-radius: 7px;
    background: #162842;
    padding: 15px 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.nw-filter-clear {
    margin-top: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    outline: none;
    width: 100%;
}
.nw-filter-clear svg {
    margin-right: 16px;
    display: inline-block;
}
.nw-filter-clear span {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}
.nw-filter-show {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 100%;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    border-radius: 7px;
    background: #162842;
    padding: 15px 40px;
    white-space: nowrap;
    margin-left: 12px;
    margin-top: 1px;
    display: none;
}
.nw-filter-show.show {
    display: block;
}
.nw-filter-show:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 2px;
    background: #162842;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg) translateY(-50%)
}
.nw-catalog-panel {
    display: flex;
    align-items: flex-start;
}
.nw-catalog-panel__sorting {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    margin-left: -5px;
    margin-right: -5px;
}
.nw-catalog-panel__sorting-col {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 180px;
    margin-bottom: 10px;
}
.nw-catalog-panel__sorting-item {
    position: relative;  
    z-index: 100;   
}
.nw-catalog-panel__sorting-item.open {
    z-index: 200;
}
.nw-catalog-panel__sorting-item-current {
    border-radius: 7px;
    background: #EDF6FF;
    padding: 11px 18px;
    padding-right: 38px;
    color: #333D61;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    border: 1px solid #EDF6FF;
}
.nw-catalog-panel__sorting-item-current._selected {
    /*border: 1px solid #333D61;*/
}
.nw-catalog-panel__sorting-item-current:after {
    content: '';
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M11 1.5L6 6.5L1 1.5' stroke='%23333D61' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    width: 12px;
    height: 8px;
    transition: all 0.3s;
}
.nw-catalog-panel__sorting-item.open .nw-catalog-panel__sorting-item-current:after {
    transform: translateY(-50%) rotate(180deg);
}
.nw-catalog-panel__sorting-item-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    /*border-radius: 0px 0px 7px 7px;*/
    border-radius: 7px;
    overflow: hidden;
    display: none;
}
.nw-catalog-panel__sorting-item.open .nw-catalog-panel__sorting-item-list {
    display: block;
}
.nw-catalog-panel__sorting-item-list-val {
    display: block;
    background: #EDF6FF;
    padding: 11px 18px;
    padding-right: 38px;
    color: #333D61;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nw-catalog-panel__sorting-item-list-val._active {
    background: #333D61;
    color: #EDF6FF;
}
.nw-catalog-panel__controls {
    display: flex;
    margin-left: 50px;
}
.nw-catalog-panel__counter {
    width: 80px;
    min-width: 80px;
}
.nw-catalog-panel__grid {
    display: flex;
    align-items: center;
}
.nw-catalog-panel__grid-item {
    width: 27px;
    min-width: 27px;
    cursor: pointer;
    margin-left: 14px;
}
.nw-catalog-panel__grid-item svg {
    display: block;
    margin: auto;
}
.nw-catalog-tags-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 14px;
}
.nw-catalog-tags-list__item {
    margin-right: 20px;
    margin-top: 20px;
}
.nw-catalog-tags-list__item:nth-child(n+8) {
    display: none;
}
.nw-catalog-tags-list.open .nw-catalog-tags-list__item:nth-child(n+8) {
    display: block;
}
.nw-catalog-tags-list__item a {
    color: #333D61;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; 
    text-decoration: underline;       
}
.nw-catalog-tags-list__toggler {
    display: flex;
    align-items: center;
    margin-top: 21px;
    cursor: pointer;
}
.nw-catalog-tags-list__toggler span {
    display: inline-block;
    vertical-align: middle;
    color: #333D61;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;  
    white-space: nowrap;

}
.nw-catalog-tags-list__toggler svg {
    margin-left: 13px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s;
}
.nw-catalog-tags-list.open .nw-catalog-tags-list__toggler svg {
    transform: rotate(180deg);
}

.nw-catalog-wrapper {
    margin-top: 60px;
}
.nw-catalog-list  {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;

}
.nw-catalog-list__col {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.nw-catalog-item {
    min-height: 100%;
    border-radius: 18px;
    background: #FFF;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 63px;
}
.nw-catalog-item__tags {
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 50px;
    max-width: 100%;
}
.nw-catalog-item__tags-item {
    margin-right: 5px;
    border-radius: 5px;
    background: linear-gradient(225deg, #1B355A 24.07%, #162842 98.61%);
    padding: 2px 10px;
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    line-height: 230%;
    margin-bottom: 5px; 
}
.nw-catalog-item__tags-item:last-child {
    margin-right: 0;
}
.nw-catalog-item__manage {
    position: absolute;
    z-index: 100;
    top: 26px;
    right: 25px;
    cursor: pointer;
}
.nw-catalog-item__manage svg.active {
    display: none;
}
.nw-catalog-item__manage._active svg:not(.active) {
    display: none;
}
.nw-catalog-item__manage._active svg.active {
    display: block;
}
.nw-catalog-item__image {
    height: 190px;
    position: relative;
    width: 100%;
}
.nw-catalog-item__image img,
.nw-catalog-item__image picture {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
    object-fit: contain;
}
.nw-catalog-item__title {
    margin-top: 58px;
    padding-left: 25px;
    padding-right: 25px;
    color: #333D61;
    font-size: 16px;
    font-weight: 700;
    line-height: 143.75%; 
}
.nw-catalog-item__title a {
    color: inherit;        
}
.nw-catalog-item__description {
    margin-top: 15px;
    color: #162842;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%; 
    padding-left: 25px;
    padding-right: 25px;
}
.nw-catalog-item .catalog-blocks__item-info {
    padding-top: 30px;
    border-top: none;
    margin-bottom: 36px;
}
.nw-catalog-item .catalog-blocks__item-artnum {
    margin-top: 10px;
    color: #A1A1A1;
}
.nw-catalog-item .catalog-blocks__item-price {
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    white-space: nowrap;
}
.nw-catalog-item .catalog-blocks__item-btn {
    border-radius: 7px;
    border: 1px solid #F17101;
    /*padding: 15px 30px;*/
    padding: 0;
    width: 147px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #F17101;
    white-space: nowrap;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.nw-catalog-item .catalog-blocks__item-btn_add {
    background: white;
}
.nw-catalog-item .catalog-blocks__item-btn:hover {
    color: #fff;
    border-radius: 7px;
    background: linear-gradient(91deg, #F17101 -9.98%, #F6A000 99.13%);
}
.nw-catalog-item .catalog-blocks__item-btn.catalog-blocks__item-btn_added {
    color: #fff;
    border-color: #162842;
    background: #162842;
}

.nw-catalog-list_lines {
    display: block;
    margin-left: 0;
    margin-right: 0;
}
.nw-catalog-list_lines .nw-catalog-list__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
}
.nw-catalog-list_lines .nw-catalog-item {
    flex-direction: row;
    padding: 25px;
}
.nw-catalog-list_lines .nw-catalog-item__tags {
    padding-left: 25px;
    padding-top: 30px;
    padding-right: 0;
    max-width: 280px;
}
.nw-catalog-list_lines .nw-catalog-item__top {
    display: flex;
}
.nw-catalog-list_lines .nw-catalog-item__image {
    /*margin-top: 80px;*/
    /*margin-left: 23px;*/
    width: 160px;
    min-width: 160px;
    height: 115px;
    /*margin-right: 108px;*/
}
.nw-catalog-list_lines .nw-catalog-item__image img, .nw-catalog-list_lines .nw-catalog-item__image picture {
    max-width: 100%;
}
.nw-catalog-list_lines .nw-catalog-item__description {
    display: none;
}   
.nw-catalog-list_lines .nw-catalog-item__title {
    margin-top: 0;
    padding-left: 0;
}
.nw-catalog-list_lines .nw-catalog-item .catalog-blocks__item-info {
    padding-left: 0;
    padding-top: 20px;
}
.nw-catalog-list_lines .catalog-blocks__item-bottom {
    display: block;
    margin-left: auto;
    text-align: right;
}
.nw-catalog-list_lines .gl23__catalog-item-btns {
    margin-top: 15px;
}
.nw-catalog-list .catalog-blocks__item-status_2,
.nw-catalog-list .catalog-blocks__item-status_3 {
    padding-left: 0;
    background-image: none;
}
.nw-pagination {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.nw-pagination__list {
    margin-right: 60px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.nw-pagination__list-item {
    color: #333D61;
    font-size: 18px;
    font-weight: 700;
    line-height: 144.444%; 
    
}
.nw-pagination__list-item-link {
    color: #8894AF;   
}
.nw-pagination__list-item-current,
.nw-pagination__list-item-link {
    display: inline-block;
    padding: 0px 9px;
}
.nw-pagination__list-item_first .nw-pagination__list-item-link,
.nw-pagination__list-item_last .nw-pagination__list-item-link,
.nw-pagination__list-item_prev .nw-pagination__list-item-link,
.nw-pagination__list-item_next .nw-pagination__list-item-link {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 2px;
    background: #F0F6FF;
    position: relative;
}
.nw-pagination__list-item_first .nw-pagination__list-item-link svg,
.nw-pagination__list-item_last .nw-pagination__list-item-link svg,
.nw-pagination__list-item_prev .nw-pagination__list-item-link svg,
.nw-pagination__list-item_next .nw-pagination__list-item-link svg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.nw-pagination__list-item_first,
.nw-pagination__list-item_last {

}
.nw-pagination__list-item_prev,
.nw-pagination__list-item_next {

}

.nw-pagination__list-item_first {
    margin-right: 2px;
}
.nw-pagination__list-item_prev {
    margin-right: 30px;
}
.nw-pagination__list-item_last {
    margin-left: 2px;
}
.nw-pagination__list-item_next {
    margin-left: 30px;
}
.nw-pagination__more {
    margin-top: 20px;
}
.nw-pagination__more-btn {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 7px;
    background: #162842;
    padding: 11px 30px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.nw-side-telegram {
    margin-top: 60px;

}
.nw-side-telegram__title {
    color: #333D61;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 109.091%; 
}
.nw-side-telegram__body {
    margin-top: 27px;
    border-radius: 18px;
    background: #EDF6FF;
    padding: 10px 10px;
}
/**/
.nw-side-mailing {
    margin-top: 60px;
    border-radius: 18px;
    background: #EDF6FF;
    padding: 30px 20px;
    padding-bottom: 45px;
}
.nw-side-mailing__title {
    color: #162842;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 109.091%;
}
.nw-side-mailing__text {
    margin-top: 15px;
    color: #333D61;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
}
.nw-side-mailing__field {
    margin-top: 15px;
}
.nw-side-mailing__field input {
    display: block;
    width: 100%;
    border-radius: 7px;
    background: #FFF;
    padding: 14px 23px;
    color: #333D61;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    border: none;
}
.nw-side-mailing__button {
    margin-top: 20px;
}
.nw-side-mailing__button input {
    display: block;
    width: 100%;
    cursor: pointer;
    border-radius: 7px;
    background: linear-gradient(91deg, #F17101 -9.98%, #F6A000 99.13%);
    padding: 15px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    border: none;
}   
.nw-side-mailing__politics {
    margin-top: 25px;
}
.nw-side-mailing__politics-label {
    display: inline-block;
    cursor: pointer;

}
.nw-side-mailing__politics-content {
    display: flex;
    align-items: flex-start;
}
.nw-side-mailing__politics-input {
    display: none;
}
.nw-side-mailing__politics-box {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #333D61;
    background: #FFF;
    margin-right: 18px;
    position: relative;
}
.nw-side-mailing__politics-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12' viewBox='0 0 11 12' fill='none'%3E%3Cpath d='M1 5.9397L4.11364 9.7837C4.56072 10.3357 5.42462 10.2586 5.76692 9.6362L10 1.9397' stroke='%23333D61' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s;
    opacity: 0;
}
.nw-side-mailing__politics-input:checked + .nw-side-mailing__politics-box:after {
    opacity: 1;
}
.nw-side-mailing__politics-text {
    color: #364373;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 158.333%; 
}
.nw-side-mailing__politics-text a {
    color: #5392C0;
    text-decoration: underline;
}
.nw-cart-page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.nw-cart-sale {
    width: 100%;
    border-radius: 18px;
    background: #EDF6FF;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 45px;
    padding-top: 34px;
    padding-bottom: 40px;
    padding-right: 75px;
    margin-top: 54px;
}
.nw-cart-sale__title {
    color: #333D61;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    width: 350px;
    min-width: 350px;
    max-width: 100%;
    padding-right: 20px;
    padding-top: 8px;
}
.nw-cart-sale__content {

}   
.nw-cart-sale__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: -5px;
    margin-right: -5px;
    padding-right: 70px;
    padding-bottom: 27px;
    border-bottom: 1px solid #DCE1ED;
}
.nw-cart-sale__list-item {
    padding-left: 5px;
    padding-right: 5px;
}
.nw-cart-sale__list-item-title {
    color: #F27C01;
    font-size: 82px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.nw-cart-sale__list-item-text {
    color: #333D61;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    margin-top: 2px;
}
.nw-cart-sale__text {
    margin-top: 32px;
    color: #162842;
    font-size: 14px;
    font-weight: 400;
    line-height: 171.429%; 
}
.nw-cart-sale__text a {
    color: #536BBD;
    font-weight: 600;
}
#cartContainer {
    width: 100%;
}
.nw-emty-cart {
    margin-top: 148px;
    padding-bottom: 180px;
}
.nw-emty-cart__image {

}
.nw-emty-cart__image img {
    display: block;
    margin: auto;
}
.nw-emty-cart__text {
    margin-top: 32px;
    color: #333D61;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.nw-cart {

}
.nw-cart__content {
    display: flex;
    padding-bottom: 150px;
}
.nw-cart__table {
    flex-grow: 1;
    margin-top: 36px;
}
.nw-cart__table-item {
    margin-top: 80px;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-right: 34px;
    padding-left: 35px;
}
.nw-cart__table-item:first-child {
    margin-top: 0;
}
.nw-cart__table-item-remove {
    position: absolute;
    top: 7px;
    right: 1px;
    cursor: pointer;
    width: 12px;
    height: 15px;
}
.nw-cart__table-item-remove svg {
    display: block;
    width: 100%;
}
.nw-cart__table-item-image {
    width: 161px;
    min-width: 161px;
    height: 115px;

}
.nw-cart__table-item-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}
.nw-cart__table-item-content {
    padding-left: 41px;
    max-width: 514px;
    padding-right: 20px;
}
.nw-cart__table-item-title {
    color: #162842;
    font-size: 14px;
    line-height: 171.429%; 
    padding-top: 8px;
}
.nw-cart__table-item-title a {
    color: inherit;
}
.nw-cart__table-item-info {
    margin-top: 9px;
}
.nw-cart__table-item-art {
    color: #A1A1A1;
    font-size: 14px;
    line-height: 171.429%;
}   
.nw-cart__table-item-avail {
    margin-top: 5px;
    font-weight: 400;
}
.nw-cart__table-item-right {
    margin-left: auto;
    padding-top: 15px;
}
.nw-cart__table-item-price {
    color: #333D61;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-align: right;
    white-space: nowrap;
    padding-right: 11px;
}
.nw-cart__table-item-counter {
    margin-top: 20px;
}
.nw-cart__table-item-counter .cart__counter {
    border-radius: 7px;
}
.nw-cart .cart__counter-button {
    height: 37px;

}
.nw-cart .cart__counter-button_minus {
    background-image: url(../img/minus.svg);    
}
.nw-cart .cart__counter-button_plus {
    background-image: url(../img/plus.svg);   
}
.nw-cart .cart__counter-input {
    font-size: 16px;
    color: #162842;
    font-weight: 400;
    line-height: 150%;
    width: 40px;
    min-width: 40px;
}
.nw-cart__aside {
    width: 334px;
    min-width: 334px;
    margin-left: 126px;
    padding-top: 36px;
}   
.nw-cart__checkout {
    border-radius: 18px;
    background: #EDF6FF;
    padding-top: 22px;
    padding-left: 23px;
    padding-right: 25px;
    padding-bottom: 25px;
}
.nw-cart__checkout-title {
    color: #333D61;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.nw-cart__checkout-options {
    padding-bottom: 25px;
    border-bottom: 1px solid #DCE1ED;
    margin-top: 7px;
}
.nw-cart__checkout-option {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    color: #162842;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;

}
.nw-cart__checkout-option:first-child {
    margin-bottom: 21px;
}
.nw-cart__checkout-option div:first-child {
    padding-right: 5px;
}
.nw-cart__checkout-option div:last-child {
    white-space: nowrap;
}
.nw-cart__checkout-summ {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}       
.nw-cart__checkout-summ-text {
    color: #162842;
    font-size: 16px;
    line-height: 150%;
    padding-right: 10px;
    position: relative;
    top: 5px;
}
.nw-cart__checkout-summ-values {

}
.nw-cart__checkout-summ-oldprice {
    color: #8F9BB4;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    text-decoration: line-through;
}
.nw-cart__checkout-summ-oldprice .total-price-older {
    color: inherit;
    font-weight: inherit;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}
.nw-cart__checkout-summ-oldprice .total-price-older > span:after {
    content: none;
}
.nw-cart__checkout-summ-price {
    margin-top: 6px;
    color: #333D61;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
}
.nw-cart__checkout-info {
    margin-top: 14px;
    color: #8F9BB4;
    font-size: 13px;
    font-weight: 500;
    line-height: 153.846%; 
}
.nw-cart__checkout-info a {
    color: #5392C0;
    text-decoration: underline;
}
.nw-cart__checkout-buttons {
    margin-top: 29px;
}
.nw-cart__checkout-button {
    margin-top: 10px;
}
.nw-cart__checkout-button:first-child {
    margin-top: 0;
}
.nw-cart__checkout-btn {
    display: block;
    width: 100%;
    border-radius: 7px;
    background: linear-gradient(91deg, #F17101 -9.98%, #F6A000 99.13%);
    padding: 14.5px;
    white-space: nowrap;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    border: 1px solid transparent;
}
.nw-cart__checkout-btn_oneclick {
    border: 1px solid #C5D1DF;
    background: #FFF;
    color: #333D61;
    font-size: 14px;
    padding: 15px;
}
.nw-cart__checkout-btn_disabled {
    background: #bababa;
    border-color: #bababa;
    color: #fff;
    cursor: not-allowed;
}
.nw-cart__sale {
    margin-top: 30px;
    padding: 38px 30px;
    padding-left: 23px;
    padding-right: 25px;
    border-radius: 18px;
    background: #EDF6FF;
}
.nw-cart__sale-title {
    color: #333D61;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}
.nw-cart__sale-list {
    margin-top: 28px;
}
.nw-cart__sale-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
}
.nw-cart__sale-list-item:first-child {
    margin-top: 0;
}
.nw-cart__sale-list-title {
    color: #F27C01;
    text-align: right;
    font-size: 45px;
    font-weight: 800;
    line-height: normal;
}
.nw-cart__sale-list-text {
    color: #333D61;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}
.nw-cart__sale-text {
    margin-top: 50px;
    color: #162842;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 171.429%; 
}
.nw-cart__sale-text a {
    color: #5392C0;
}
.nw-cart__delivery {
    margin-top: 30px;
    border-radius: 18px;
    background: #EDF6FF;
    padding: 22px;
    padding-left: 23px;
    padding-right: 25px;
}   
.nw-cart__delivery-title {
    color: #333D61;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.nw-cart__delivery-text {
    margin-top: 27px;
    color: #162842;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.nw-cart__delivery-link {
    margin-top: 15px;
}
.nw-cart__delivery-link a {
    color: #5392C0;
    font-size: 14px;
    font-weight: 600;
    line-height: 171.429%; 
    text-decoration: underline;
    
}
.catalog-blocks__item-actions {
    left: 42px;
}
.catalog-blocks__item-new {
    border-radius: 5px;
    background: linear-gradient(225deg, #1B355A 24.07%, #162842 98.61%);
    color: #fff;
    margin-right: 2px;
    border: none;
    font-size: 10px;
    font-weight: 700;
    line-height: 230%;
    padding: 2px 10px;
}
.nw-product-card__right {
    width: 690px;

}
.nw-product-card__title {
    color: #333D61;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 42px;
    padding-right: 30px;
}
.nw-product-card__title span {
    display: inline-block;
}
.nw-product-card__info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.nw-product-card__info-left {
    flex-grow: 1;
    padding-top: 10px;
    padding-right: 20px;
}
.nw-product-card__info-right {
    width: 335px;
    min-width: 335px;
    max-width: 100%;
    border-radius: 18px;
    background: #EDF6FF;
    padding: 37px 27px 24px 31px;
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.nw-product-card__price {
    color: #333D61;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
}
.nw-product-card__buttons {
    margin-top: auto;
    padding-top: 30px;
}
.nw-product-card__buttons-col_full {
    padding: 0;
}
.nw-product-card__buttons-row {
    margin-top: 15px;
}
.nw-product-card__button {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.nw-product-card__buyclick {
    border-color: #C5D1DF;
    color: #333D61;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 209px;
    min-width: 209px;
}
.nw-product-card__buttons-col_ozon {
    width: 70px;
    min-width: 70px;
}
.nw-product-card__buyozon {
    padding: 25px;
}
.nw-product-card__stocks {
    display: block;
    margin-top: 36px;
    padding-right: 50px;
}
.nw-product-card__avail {
    font-size: 14px;
    padding-left: 26px;
}
.nw-product-card__avail_1{

}
.nw-product-card__places {
    margin-top: 20px;
    padding-left: 8px;
    font-size: 14px;
}
.nw-product-card__places div {
    margin-top: 5px;
}
.nw-cart__counter {
    display: block;
    position: absolute;
    top: 125px;
    right: 27px;
    background-color: #fff;
    width: 38px;
    height: 79px;
    margin: 0;
    border-radius: 7px;

}
.nw-cart__counter-button {
    width: 100%;
    min-width: 0;
    height: 26px;
    background-size: 10px auto;
}
.nw-cart__counter-input {
    width: 100%;
    height: 25px;
}
.nw-product-card {
    position: relative;
    padding-top: 45px;
}
.nw-product-card__copyinfo {
    background-repeat: no-repeat;
    top: -28px;
}
.nw-product-card .gskpl__catalog-item-cube svg.active {
    display: none;
}

.nw-product-card .gskpl__catalog-item-cube._active svg {
    display: none;
}
.nw-product-card .gskpl__catalog-item-cube._active svg.active {
    display: block;
}
.nw-product-card .gskpl__catalog-item-cube {
    top: 46px;
    right: 26px;
}
.nw-product-card__artukul {
    color: #5392C0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 171.429%; 
}
.nw-product-card__description-title {
    color: #162842;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 171.429%; 
    margin-top: 20px;
}
.nw-product-card__description {
    margin-top: 15px;
    color: #162842;
}
.nw-product-card__all-chars {
    margin-top: 20px;
}
.nw-product-card__all-chars span {
   color: #5392C0;       
   font-size: 14px;
   font-weight: 600;
    line-height: normal;  
}
.nw-product-card__artukul-2 {
    color: #A1A1A1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 171.429%;
    
}
.nw-product-card__artukul-2 a {
    color: inherit;
    text-decoration: underline;
}
.nw-product-blocks__item {
    border-radius: 18px;
    background: #EDF6FF;
    padding: 24px 22px;
    padding-right: 32px;
}
.nw-product-blocks__item-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 171.429%; 
    color: #162842;
}
.nw-product-blocks__item-title .nw-product-blocks__item-title-arrow {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.nw-product-tabs__top-item span {
    color: #333D61;
    font-size: 20px;
    font-weight: 600;
}
.nw-product-tabs__top-item.active span {
    color: #5392C0;

}
.nw-product-tabs__top-item span:after {
    margin-top: 0;
    height: 1px;
    background-color: #333D61;
}
.nw-product-tabs__top-item.active span:after {
    background-color: #5392C0;
}
.nw-product-card__button.catalog-blocks__item-btn_added {
    border-color: #162842 !important;
    background: #162842 !important;
}
.nw-catalog-m-panel {
    display: none;
}
.nw-left-sidebar__mobile-header {
    display: none;
}
.nw-product-card__thumbs-arrow {
    display: none !important;
}
@media (max-width: 1024px) {
    .new-land-body .nw-header {
        padding-bottom: 0;
    }
}
.new-land-body .main-wrp  {
    padding-top: 0;    
}
/* ==========  ========== */
#glupper {
    z-index: 1000 !important;
}
/* ==========  ========== */
/* ==========  ========== */
