@font-face {
    font-family: 'Roboto';  
    src: url(/css/fonts/Roboto-Regular/Roboto-Regular.eot) format("truetype");
    src: url(/css/fonts/Roboto-Regular/Roboto-Regular.eot?#iefix) format('embedded-opentype'),
         url(/css/fonts/Roboto-Regular/Roboto-Regular.otf) format('otf'),
         url(/css/fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular) format('svg'),
         url(/css/fonts/Roboto-Regular/Roboto-Regular.ttf) format('truetype'),
         url(/css/fonts/Roboto-Regular/Roboto-Regular.woff) format('woff'),
         url(/css/fonts/Roboto-Regular/Roboto-Regular.woff2) format('woff2');  
    font-style: normal; 
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';  
    src: url(/css/fonts/Roboto-Medium/Roboto-Medium.eot) format("truetype");
    src: url(/css/fonts/Roboto-Medium/Roboto-Medium.eot?#iefix) format('embedded-opentype'),
         url(/css/fonts/Roboto-Medium/Roboto-Medium.otf) format('otf'),
         url(/css/fonts/Roboto-Medium/Roboto-Medium.svg#Roboto-Medium) format('svg'),
         url(/css/fonts/Roboto-Medium/Roboto-Medium.ttf) format('truetype'),
         url(/css/fonts/Roboto-Medium/Roboto-Medium.woff) format('woff'),
         url(/css/fonts/Roboto-Medium/Roboto-Medium.woff2) format('woff2');
    font-style: normal; 
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';  
    src: url(/css/fonts/Roboto-Bold/Roboto-Bold.eot) format("truetype");
    src: url(/css/fonts/Roboto-Bold/Roboto-Bold.eot?#iefix) format('embedded-opentype'),
         url(/css/fonts/Roboto-Bold/Roboto-Bold.otf) format('otf'),
         url(/css/fonts/Roboto-Bold/Roboto-Bold.svg#Roboto-Bold) format('svg'),
         url(/css/fonts/Roboto-Bold/Roboto-Bold.ttf) format('truetype'),
         url(/css/fonts/Roboto-Bold/Roboto-Bold.woff) format('woff'),
         url(/css/fonts/Roboto-Bold/Roboto-Bold.woff2) format('woff2');
    font-style: normal; 
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';  
    src: url(/css/fonts/HelveticaNeueBoldCondensed.eot) format("truetype");
    src: url(/css/fonts/HelveticaNeueBoldCondensed.eot?#iefix) format('embedded-opentype'),
         url(/css/fonts/HelveticaNeueBoldCondensed.ttf) format('truetype'),
         url(/css/fonts/HelveticaNeueBoldCondensed.woff) format('woff'),
         url(/css/fonts/HelveticaNeueBoldCondensed.woff2) format('woff2');
    font-style: normal; 
    font-weight: 700;
    font-display: swap;
}

/* *******  */


/* settings styles */

*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

.itemAmount input::-webkit-outer-spin-button,
.itemAmount input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.itemAmount input[type=number] {
  -moz-appearance: textfield;
}

html,body{
	height: 100vh;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    margin: 0;
    background: #FDFDFD;
    scroll-behavior: smooth;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
li {list-style-type: none;}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.feedback__box_contentElement_active {
    height: auto !important;
    padding-bottom: 30px;
}

/* *******  */


/* стили страницы*/
.container__all {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
}
.container {
    max-width: 1170px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
}
.container__allWidth {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
}

/* *******  */


/* header блок стили  */

.header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FDFDFD;
    position: relative;
    padding-top: 33px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.header__button_menu {
    display: none;
}
.header__box_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1170px;
    padding-bottom: 33px;
}
.header__box_top_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.header__box_top_item_adress {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #162932;
}
.header__box_top_item_linkBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.phone__link_top {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #162932;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.phone__link_style {
    font-weight: 500;
    font-size: 20px;
}
.phone__link_top:hover {
    color: #009DD2;
}
.email__link_top {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #162932;
}
.header__box_top_item_button {
    background: #E84C3D;
    max-width: 233px;
    width: 100%;
    height: 60px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 45px;
    padding-right: 45px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.header__box_top_item_button:hover {
    background: #009DD2;
}
.header__box_menu {
    background: #162932;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 87px;
}
.header__box_menu_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 850px;
}
.header__box_menu_container_item {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header__box_menu_container_item:hover {
    color: #009DD2;
}
.social__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
}
.social__box_item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.wp:hover {
    -webkit-filter: drop-shadow(0px 0px 15px rgba(81, 200, 93, 0.7));
            filter: drop-shadow(0px 0px 15px rgba(81, 200, 93, 0.7));
}
.vk:hover {
    -webkit-filter: drop-shadow(0px 0px 15px rgba(81, 129, 184, 0.7));
            filter: drop-shadow(0px 0px 15px rgba(81, 129, 184, 0.7));
}
.vb:hover {
    -webkit-filter: drop-shadow(0px 0px 15px rgba(127, 77, 160, 0.7));
            filter: drop-shadow(0px 0px 15px rgba(127, 77, 160, 0.7));
}
.tg:hover {
    -webkit-filter: drop-shadow(0px 0px 15px rgba(44, 181, 229, 0.7));
            filter: drop-shadow(0px 0px 15px rgba(44, 181, 229, 0.7));
}
/* Контейнер навигации */
.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial;
  }
  
  /* Ссылки в панели навигации */
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  /* Выпадающий контейнер */
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  /* Кнопка выпадающего списка */
  .dropdown .dropbtn {
    border: none;
    outline: none;
    background: inherit;
    padding: 20px 44px;
    background-image: url(/css/img/shev.svg);
    background-repeat: no-repeat;
    background-position: 85%;
  }
  
  /* Добавить красный цвет фона для ссылок на навигационную панель при наведении курсора */
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #F4F4F4;
    background-image: url(/css/img/shev_blue.svg);
  }
  
  /* Выпадающее содержимое (скрыто по умолчанию) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Ссылки внутри выпадающего списка */
  .dropdown-content .header__box_menu_container_item {
    float: none;
    color: black;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    display: block;
    text-align: left;
    cursor: pointer;
  }
  
  /* Добавить серый цвет фона для выпадающих ссылок при наведении курсора */
  .dropdown-content .header__box_menu_container_item:hover {
    background-color: #009DD2;
    color: #FFFFFF;
  }
  
  /* Показать выпадающее меню при наведении курсора */
  .dropdown:hover .dropdown-content {
    display: block;
  }

.button__cartFix {
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
}
.button__cartFix_box {
    background: #009DD2;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-image: url(/css/img/Vector_cart.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.button__cartFix_box_value {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #FFFFFF;
    background: #009DD2;
    border: 1px solid #FFFFFF;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 7px;
    padding-right: 7px;
    height: 24px;
    border-radius: 12px;
    position: absolute;
    left: 8px;
    top: 31px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.button__cartFix_box_tooltip {
    display: none;
    pointer-events: all;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    width: 176px;
    line-height: 150%;
    color: #009DD2;
    border: 1px solid #009DD2;
    padding: 3px 21px;
    position: absolute;
    top: -37px;
    right: 0px;
}
.button__cartFix_box:hover + .button__cartFix_box_tooltip {
    display: block;
}

/* *******  */


/* pages блок стили  */
.slider__box_sliderBottom {
    width: 300px;
}
.slider__box_sliderTop {
    max-width: 370px !important;
    width: 100% !important;
}
.services__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 110px;
    margin-bottom: 110px;
}
.box__title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}
.services__box_item {
    position: relative;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
}
.box_item_elementLeft {
    max-width: 691px;
    width: 100%;
    background-image: url(/css/img/bg__elem1.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 56px;
    padding-top: 56px;
    z-index: 1;
}
.bg__glonass {
    background-image: url(/css/img/bg__elem2.png);
}
.bg__taxogr {
    background-image: url(/css/img/bg__elem3.png);
}
.bg__card {
    background-image: url(/css/img/bg__elem4.png);
}
.bg__video {
    background-image: url(/css/img/bg__elem5.png);
}
.box_item_element_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #FFFFFF;
    margin-left: 200px;
}
.box_item_elementRight {
    max-width: 530px;
    width: 100%;
    /* position: relative; */
    background-image: url(/css/img/bg__ugol.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 1px;
}
.box_item_elementRight_link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    max-width: 270px;
    width: 100%;
    padding: 16px 88px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 160px;
}
.box_item_elementRight_link:hover {
    background: #009DD2;
    border: none;
}

.trust__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 110px;
}
.trust__box_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.trust__box_content_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 570px;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.trust__box_content_item_img {
    max-width: 570px;
    width: 100%;
    margin-bottom: 20px;
}
.trust__box_content_item_img img {
    width: 100%;
    height: 100%;   
}
.trust__box_content_item_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 30px;
}
.text_castom {
    font-weight: 500;
    font-style: italic;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px;
}
.span__mg {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px;
}
.trust__box_content_item_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 10px;
}
.trust__box_content_item_imgBig {
    max-width: 570px;
    width: 100%;
    margin-bottom: 30px;
}
.trust__box_content_item_imgBig img {
    width: 100%;
    height: 100%;
}
.mg__none {
    margin-bottom: 0;
}
.title_certificates {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 30px;
}
.certificates__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 570px;
    width: 100%;
}
.certificates__box_item {
    width: 170px;
    height: 240px;
}
.certificates__box_item a {
    width: 170px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #F4F4F4;
}
.reasons__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 137px;
}
.reasons__box_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.reasons__box_icon_item {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 262px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.icon_item_title {
    margin-top: 38px;
    margin-bottom: 10px;
}
.icon_item_img_one {
    max-width: 85px;
    width: 100%;
}
.icon_item_img_two {
    max-width: 118px;
    width: 100%;
}
.icon_item_img_three {
    max-width: 101px;
    width: 100%;
}
.icon_item_img_four {
    max-width: 69px;
    width: 100%;
}
.feedback__box {
    background: #F8F8F8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none; /*УБРАТЬ КОГДА ПОЯВЯТСЯ ОТЗЫВЫ*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.feedback__box_content {
    max-width: 1170px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
    padding-bottom: 50px;
}
.feedback__box_contentElement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1170px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
    height: 404px;
    overflow: hidden;
}
.feedback__box_contentElement_item {
    width: 270px;
    height: 380px;
    background: #FFFFFF;
    -webkit-box-shadow: 9.52941px 9.52941px 15.8824px rgba(0, 0, 0, 0.1);
            box-shadow: 9.52941px 9.52941px 15.8824px rgba(0, 0, 0, 0.1);
}
.feedback__box_contentElement_item img {
    width: 100%;
}
.feedback__box_button {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    border: 1px solid #162932;
    max-width: 370px;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.feedback__box_button:hover {
    background: #009DD2;
    border: none;
    color: #fff;
}
.question__box {
    margin-top: 110px;
    margin-bottom: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}
.question__boxElement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}
.question__boxElement_item {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    background: #162932;
    background-image: url(/css/img/strelka.svg);
    background-repeat: no-repeat;
    background-position: 95%;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    -webkit-clip-path: polygon(0 0, 98% 0, 100% 50%, 98% 100%, 0 100%);
            clip-path: polygon(0 0, 98% 0, 100% 50%, 98% 100%, 0 100%);
}
.question__boxElement_item:hover {
    background-image: url(/css/img/strelka_blue.svg);
    background-position: 97%;
}
.question__text {
    display: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    max-width: 1017px;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-left: 20px;
}
.question__text ul, .question__text ol {
    padding-left: 40px;
}
.question__text ul li {
    list-style-type: disc;
}
.question__text ol li {
    list-style-type: decimal;
}
.question__text_active {
    display: block;
}
.blog__box {
    margin-bottom: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}
.blog__box_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.blog__box_content_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 570px;
    width: 100%;
    height: 436px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 30px;
    overflow: hidden;
}
.blog__box_content_item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 2;
  }
.blog__box_content_item:hover .blog__box_content_item_textBottom {
    height: 54px;
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px);
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}
.blog__box_content_item:hover .blog__box_content_item_link {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}
.blog__box_content_item_textTop {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 10px;
    z-index: 3;
}
.blog__box_content_item_data {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    z-index: 3;
}
.blog__box_content_item_textBottom {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    margin-top: auto;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    height: 108px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
    z-index: 3;
}
.blog__box_content_item_link {
    background: #E84C3D;
    width: 233px;
    height: 60px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(90px);
        -ms-transform: translateY(90px);
            transform: translateY(90px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    z-index: 3;
}
.blog__box_content_item_link:hover {
    background: #009DD2;
}
.button__allBlog {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    border: 1px solid #162932;
    max-width: 370px;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    margin-top: 50px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.button__allBlog:hover {
    background: #009DD2;
    border: none;
    color: #fff;
}
.cooperate__box {
    margin-bottom: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}
.cooperate__box_slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}
.cooperate__box_slider_item {
    /* width: 186px !important; */
    height: 142px;
    /* margin-right: 75px; */
}
.cooperate__box_slider_item img {
    width: 100%;
    height: 100%;
}
.banner__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 474px;
    position: relative;  
}
.slick-track {
    gap: 0;
}
.banner__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 472px;
    padding-bottom: 110px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
}
.banner__main_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    max-width: 100%;
    width: 100%;
}
.banner__main_item_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}
.banner__main_item_title_red {
    color: #E84C3D;
}
.banner__main_item_link {
    background: #FFFFFF;
    width: 299px;
    height: 60px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #162932;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.banner__main_item_link:hover {
    background: #009DD2;
    color: #FFFFFF;
}
.modal__questions_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/css/img/form_bg.png);
    padding-top: 77px;
    padding-bottom: 110px;
}
.modal__questions_box_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1170px;
    width: 100%;
}
.form__questions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}
.form__questions_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    color: #FFFFFF;
}
.form__questions_subtitle {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #FFFFFF;
}
.form__questions_inputBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.form__questions_inputBox input {
    width: 270px;
    background: inherit;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 2px;
    padding-bottom: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}
.form__questions_inputBox input::-webkit-input-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}
.form__questions_inputBox input::-moz-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}
.form__questions_inputBox input:-ms-input-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}
.form__questions_inputBox input::-ms-input-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}
.form__questions_inputBox input::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}
.modal__text_bottom {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}
.modal__text_bottom a {
    color: #FFFFFF;
}
.modal__text_bottom a:hover {
    text-decoration: underline;
}
.form__questions_button {
    max-width: 370px;
    width: 100%;
    height: 60px;
    background: #888888;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: default;
}
.contacts__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 110px;
    margin-bottom: 110px;
}
.contacts__box_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
}
.contacts__box_content_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 105px;
}
.contacts__box_content_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.contacts__box_content_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}
.contacts__box_content_item_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #000000;
}
.contacts__box_content_item_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.contacts__box_content_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.grafic__box_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 239px;
    width: 100%;
}
.grafic__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.grafic__box__element_left {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    position: relative;
    display: contents;
}
.grafic__box__element_left::after {
    content: '';
    border-bottom: 1px dashed #BDBDBD;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 5px;
    height: 20px;
}
.grafic__box__element_right {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
}
.contacts__map {
    max-width: 570px;
    width: 100%;
    -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
}
.contacts__map iframe {
    width: 100%;
    height: 100%;
}
.history__box {
    margin-top: 110px;
    margin-bottom: 110px;

}
.history__box_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 34px;
}
.history__box_content_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 607px;
    width: 100%;
}
.flex_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
.history__text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #162932;
    max-width: 566px;
    width: 100%;
    padding-top: 34px;
    padding-bottom: 34px;
}
.onlineInfo__box {
    width: 100%;
    background: #162932;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 110px;
    padding-bottom: 100px;
}
.onlineInfo__box_content {
    max-width: 1170px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; 
}
.box__title_white {
    color: #FFFFFF;
}
.red__text {
    color: #E84C3D;
}
.onlineInfo__box_content_element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 50px;
}
.onlineInfo__box_content_element_item {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 560px;
    width: 100%;
}
.onlineInfo__box_content_element_item img {
    width: 89px;
}
.onlineInfo__box_content_element_item p {
    padding-top: 20px;
    max-width: 490px;
    width: 100%;
}
.capabilities__box {
    margin-top: 110px;
}
.box__margin_none {
    margin-top: 0;
}
.list__box_element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}
.list__box_element_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.list__box_element_item_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}
.list__box_element_item_top img {
    width: 28px;
    height: 28px;
    /* margin-top: 6px; */
}
.list__box_element_item_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}
.monitoring__box {
    margin-top: 110px;
    margin-bottom: 110px;
}
.monitoring__box_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 38px;
}
.monitoring__box_content_textBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    max-width: 562px;
    width: 100%;
}
.monitoring__box_content_textBox_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #000000;
}
.monitoring__box_content_textBox_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.equipment__box {
    width: 100%;
    background: #F8F8F8;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 110px;
    padding-bottom: 100px;
}
.equipment__box_content {
    max-width: 1170px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; 
}
.equipment__box_contentElement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}
.equipment__box_contentElement_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    background: #FFFFFF;
    -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
    padding: 50px;
}
.equipment__box_contentElement_itemBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}
.equipment__box_contentElement_item img {
    width: 320px;
    height: fit-content;
}
.link__product {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 20px;
}
.link__product:hover {
    text-decoration: underline;
}
.list__product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.list__product_item {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    background-image: url('/css/img/li.svg');
    background-repeat: no-repeat;
    background-position-x: -5px;
    background-position-y: 3px;
    padding-left: 25px;
}
.button__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 130px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 57px;
}
.button__price_button {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    max-width: 270px;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #009DD2;
    cursor: default;
}
.button__price_button_active {
    background: #E84C3D;
    cursor: pointer;
}
.button__price_button_active:hover {
    background: #009DD2;
}
.button__price_price {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #000000;
}
.link__catalog {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    max-width: 370px;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #162932;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 50px;
}
.link__catalog:hover {
    background: #009DD2;
    color: #fff;
    border: none;
}
.capabilities__box_mg {
    margin-bottom: 110px;
}
.item_bg_none {
    background-image: none;
    padding-left: 0;
}
.punct__title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 10px;
}
.priceTachograph__box {
    margin-top: 110px;
    margin-bottom: 110px;
}
.priceTachograph__box_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-column-gap: 117px;
       -moz-column-gap: 117px;
            column-gap: 117px;
    row-gap: 50px;
    max-width: 773px;
    width: 100%;
    margin: 0 auto;
}
.priceTachograph__box_content_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 328px;
}
.priceTachograph__box_content_item_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #000000;
    text-align: center;
}
.item__width {
    width: 230px;
}
.box__content_width {
    max-width: 925px;
}
.priceTachograph__box_textBottom {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    padding-top: 50px;
    max-width: 698px;
    width: 100%;
    margin: 0 auto;
}
.text__white {
    color: #FFFFFF;
}
.item__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 100px;
    margin: 0 auto;
}
.button__price_gap {
    gap: 30px;
}
.text__grey {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #162932;
    opacity: 0.4;
}
.card__itemBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
.card__itemBox_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    max-width: 544px;
    width: 100%;
}
.card__itemBox_item_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.card__itemBox_item_textBottom {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.number_mg {
    margin-left: 90px;
}
.text__grey_size {
    font-size: 22px;
}
.item_top_gap {
    gap: 20px;
}
.card__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
}
.card__box_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.card__box_item_info {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}
.list__box_element_item_text_more {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}
.list__card_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
}
.list__card_box_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.list__card_box_item_bottom {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.item_top_gap_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}
.item_top_gap_bottom_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    color: #162932;
}
.item_top_gap_bottom_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000000;  
}
.banner__main_item_subtitle {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 12px;
}
.gap_style {
    gap: 0;
}
.list__product_item_mg {
    margin-bottom: 10px;
}
.sistemVideo__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url(/css/img/sistem_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 603px;
}
.sistemVideo__box_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    color: #fff;
    text-align: center;
}
.sistemVideo__box_subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    max-width: 840px;
    width: 100%;
}
.use__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 110px;
    margin-bottom: 110px;
}
.use__box_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
    margin-top: 30px;
}
.use__box_content_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    max-width: 570px;
    width: 100%;
}
.blog__box_mg {
    margin-top: 30px;
}
ul.breadcrumb {
    list-style: none;
    margin-top: 30px;
}
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #C4C4C4;
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
ul.breadcrumb li a:hover {
    color: #009DD2;
    text-decoration: underline;
}
.blog__box_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.blog__box_container_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    max-width: 470px;
    width: 100%;
}
.blog__box_container_left img {
    width: 370px;
    height: 277px;
}
.blog__box_container_left .img__hover {
    width: 92px;
    height: 69px;
}
.slider__container {
    background: #FFFFFF;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    max-width: 470px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 50px;
}
.slider__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slider__box img:first-child {
    margin-bottom: 30px;
}
.img__hover {
    padding: 9px;
    cursor: pointer;
}
.img__hover:hover {
    border: 1px solid #C4C4C4;
}
.button__left {
    position: absolute;
    left: -43px;
    bottom: 90px;
    width: 9px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/css/img/butt_left.svg);
    cursor: pointer;
}
.button__right {
    position: absolute;
    right: -43px;
    bottom: 90px;
    width: 9px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/css/img/butt_right.svg);
    cursor: pointer;
}
.blog__link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.blog__link:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.blog__box_container_right {
    max-width: 670px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.blog__box_container_right_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #000000;
}
.blog__box_container_right_data {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.blog__box_container_right_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.pagin__box {
    margin-top: 50px;
    width: 100%;
}
.pagin__box_left {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    cursor: pointer;
}
.pagin__box_right {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    cursor: pointer;
    float: right;
}
.pagin__box_left:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.pagin__box_right:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.contacts__map_width {
    max-width: 770px;
}
.contacts__box_content_flex {
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.contacts__box_mg {
    margin-top: 30px;
}
.download {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.download:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.contacts__box_bottom {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.contacts__box_bottom_item {
    background: #FFFFFF;
    -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
    max-width: 370px;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 30px 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.contacts__box_bottom_item_person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}
.contacts__box_bottom_item_person_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #000000;
}
.contacts__box_bottom_item_person_name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.person_title_small {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.catalog__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
}
.catalog__box_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 130px;
}
.catalog__box_title_sorting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    position: relative;
}
.sorting__button_price {
    border: 1px solid #162932;
    width: 69px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/css/img/buton_icon.svg);
    cursor: pointer;
}
.sorting__button_category {
    border: 1px solid #162932;
    width: 270px;
    height: 60px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    background-image: url(/css/img/str_but.svg);
    background-repeat: no-repeat;
    background-position: 95%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 31px;
}
.dropdown-content_position {
    left: 100px;
    top: 62px;
    border: 1px solid #162932;
    border-bottom: 0;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 270px;
}
.border_link {
    border-bottom: 1px solid #162932;
}
._activity {
    display: block;
}
.filterItem__dropdown_active {
    display: block;
}
.input_drop {
    outline: none;
}
.sorting__button_price_tooltip, .sorting__button_category_tooltip {
    position: absolute;
    top: -41px;
    display: none;
    border: 1px solid #009DD2;
    padding: 3px 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #009DD2;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sorting__button_category_tooltip {
    right: 0px;
}
.sorting__button_price:hover + .sorting__button_price_tooltip, .sorting__button_category:hover + .sorting__button_category_tooltip {
    display: block;
}
.catalog__box_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
    margin-top: 15px;
}
.catalog__box_container_item {
    background: #FFFFFF;
    -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
    max-width: 370px;
    /* height: max-content;    */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 50px;
}
.catalog__box_container_item_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}
.catalog__box_container_item_title:hover {
    text-decoration: underline;
}
.catalog__box_container_item_price {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}
.catalog__box_container_item_button {
    border: 1px solid #162932;
    width: 270px;
    height: 60px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: default;
}
.catalog__box_container_item_button_active:hover {
    background-color: #009DD2;
    border: none;
    color: #fff;
    cursor: pointer;
}
.catalog__box_container_item img {
    width: 150px;
}
.cart__box {
    margin-top: 30px;
    margin-bottom: 273px;
}
.cart__box_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
}
.cart__box_container_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    gap: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.cart__box_container_item_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.table_one_element {
    width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}
.table_one_element img {
    width: 135px;
}
.table_two_element {
    width: 120px;
}
.itemPrice {
    width: 200px;
}
.cart__box_container_item_border {
    -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
    height: 195px;
}
.table_one_element_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.button_delete {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #C4C4C4;
    cursor: pointer;
}
.button_delete:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.text__delete_red {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #E84C3D;
    padding-right: 48px;
    width: auto;
}
.cart_item_pt {
    padding-top: 30px;
}
._hover:hover { 
    cursor: pointer;
    text-decoration: underline;
}
/* ._hover {
    padding-right: 100px;
} */
.itemAmount input {
    width: 32px;
    font-size: 22px;
    padding-left: 5px;
}
.button__cart_style_left {
    background: inherit;
    background-image: url(/css/img/cart_but_left.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 9px;
    height: 9px;
    cursor: pointer;
}
.button__cart_style_right {
    background: inherit;
    background-image: url(/css/img/cart_but_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 9px;
    height: 9px;
    cursor: pointer;
}
.cart__box_buttonBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
}
.cart__box_buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.cart__box_buttons_checkout {
    width: 370px;
    height: 60px;
    background: #E84C3D;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.cart__box_buttons_checkout:hover {
    background: #009DD2;
}
.cart__box_buttons_continue {
    width: 270px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #000000;
    cursor: pointer;
}
.cart__box_buttons_continue:hover {
    background: #009DD2;
    border: none;
    color: #fff;
}
.all__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #000000;
}
.all__price_value {
    font-family: 'Roboto';
}
.stock__element {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #40C94E;
}
.stock__element_available {
    color: #40C94E;
}
.stock__element_unavailable {
    color: #C9404E;
}
.cartButton__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
}
.cartButton__box_price {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #000000;
}
.mg__bottom__none {
    margin-bottom: 0;
}
.detailed__button {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    cursor: pointer;
    margin-top: -10px; 
}
.detailed__button:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.description_height {
    max-height: 100px;
    overflow: hidden;
}
.description_height_active {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
}
.detailed__button_none {
    display: none;
}
.detailed__buttonClose {
    display: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    cursor: pointer;
    margin-top: -10px; 
}
.detailed__buttonClose:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.detailed__buttonClose_active {
    display: block;
}
.specifications__box_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.specifications__box_list_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    border-bottom: 1px solid #C4C4C4;
    padding-top: 6px;
    padding-bottom: 6px;
}
.specifications__box_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #C4C4C4;
}
.specifications__box_list_item_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    width: 39%;
}
.specifications__box_list_item .specifications__box_list_item_value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 59%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.specifications__button {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    cursor: pointer;
    margin-top: -10px; 
}
.specifications__button:hover {
    text-decoration: underline;
}
.specifications_height {
    max-height: 400px;
    overflow: hidden;
}
.specifications_height_active {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
}
.specifications__button_none {
    display: none;
}
.specifications__buttonClose {
    display: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    cursor: pointer;
    margin-top: -10px; 
}
.specifications__buttonClose:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.specifications__button_active {
    display: block;
}
.list__style_none {
    list-style: none !important;
}
.ul__width {
    width: 193px !important;
}


/* 404 pages */
.box__404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.box__404_textBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.box__404_textBox_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 59px;
    color: #1C1818;
}
.box__404_textBox_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 230px;
    line-height: 270px;
    color: #1C1818;
}
.box__404_textBox_button {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 43px;
    color: #FFFFFF;
    background: #E84C3D;
    border-radius: 10.25px;
    width: 393px;
    height: 82px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.box__404_textBox_button:hover {
    background: #009DD2;
}
/* *******  */


/* политика */
.section_personal {
    padding-top: 40px;
  }
  .main {
    margin-top: 40px;
  }
  .policy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
  .policy__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .policy__heading, .personal_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }
  .policy__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .policy__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .policy__text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
  }
  .policy__subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px
  }
  .policy__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .policy__item {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    list-style-type: disc;
  }
  .policy__block-mini {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .politics_info_subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .personal_info {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
  }
/* *******  */


  /*куки*/
.cookie {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 13px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: 1px solid #333333;
    font-size: 1.3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    z-index: 1000;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.cookie__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    color: #333333;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.cookie__wrapper p {
    margin-right: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.cookie__wrapper a {
    color: #333333;
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.cookie__wrapper a:hover {
    color: #333333;
    text-decoration: underline;
}

.cookie__btn {
    color: #E84C3D;
    cursor: pointer;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.cookie__close {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-46%);
        -ms-transform: translateY(-46%);
            transform: translateY(-46%);
    width: 12px;
    cursor: pointer;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}

.section_personal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.container_main {
    max-width: 1170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
}
.personal_title {
    font-size: 28px;
}
.politics_info_subtitle {
    font-size: 23px;
}
.section_personal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.container_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}

/* *******  */


/* footer блок стили  */
.footer__box {
    background: #162932;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-direction: column;
}
.footer__boxContent {
    max-width: 1170px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
}
.footer__boxContent_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer__boxContent_top_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.nav__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 84px;
}
.nav__footer a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nav__footer a:hover {
    color: #009DD2;
}
.footer__boxContent_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer__boxContent_bottom_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.bottom_item_mg {
    margin-left: 100px;
}
.bottom__item_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}
.item_adress {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}
.item_linkBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.phone__link_footer {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}
.email__link_footer {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}
.policy__link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
}
.policy__link:hover {
    text-decoration: underline;
}
.flex__castom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
}

/* *******  */



/* mobile style  */

.mobile__menu {
    opacity: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    width: 143px;
    height: 252px;
    background: #FFFFFF;
    background-image: url('/css/img/Subtract.svg');
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 4;
    top: 60px;
    bottom: 0;
    margin: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.button_close {
    position: absolute;
    top: 30px;
    right: 30px;
}
.mobile__menu_active {
    opacity: 1;
    pointer-events: all;
}
.button_disable {
    pointer-events: none;
}
.header__box_menu_container_active {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

/* *******  */



/*modal blocks styles  */

.popup_fade {
	display: none;
    z-index: 2;
}
.popup_fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}
.popup__fade {
	display: none;
    z-index: 2;
}
.popup__fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}
.popupFade {
	display: none;
    z-index: 2;
}
.popupFade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}
.popup-fade {
	display: none;
    z-index: 2;
}
.popup-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}
.popupfade {
	display: none;
    z-index: 2;
}
.popupfade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}

.popup {
	position: fixed;
	top: 50%;
	left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
	padding: 50px;
	width: 100%;
    max-width: 699px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: #FFFFFF;
	z-index: 99999;
	opacity: 1;
}
.popup_width {
    max-width: 1170px;
}
.popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
    cursor: pointer;
}
.popup_conteiner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.popup_conteiner_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    color: #000000;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
}
.popup_conteiner_subtitle {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}
.form__call {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.form__input {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    max-width: 445px;
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
    padding-left: 45px;
}
.form__input_textarea {
    height: 120px;
    resize: none;
    padding-top: 16px;
}
.form__input::-webkit-input-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.form__input::-moz-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.form__input:-ms-input-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.form__input::-ms-input-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.form__input::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.form__text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #010101;
    margin-top: 10px;
    -webkit-align-self: start;
        -ms-flex-item-align: start;
                -ms-grid-row-align: start;
            align-self: start;
    padding-left: 80px;
}
.form__text_link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #C4C4C4;
}
.form__text_link:hover {
    text-decoration: underline;
}
.form__button {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    max-width: 445px;
    width: 100%;
    height: 60px;
    background: #888888;
    cursor: default;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 10px; 
}
.button_active {
    background: #E84C3D;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.button_active:hover {
    background: #009DD2;
    color: #fff;
}
.popup_conteiner_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}
.popup_conteiner_top_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.popup_conteiner_top_info_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #000000;
}
.popup_conteiner_top_info_price {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #000000;
}
.button__modal {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 270px;
    height: 60px;
    color: #FFFFFF;
    background: #E84C3D;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    cursor: pointer;
}
.button__modal:hover {
    background: #009DD2;
    color: #fff;
}
.popup_conteiner_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    max-width: 959px;
    width: 100%;
    margin-top: 10px;
}
.popup_conteiner_text_bottom {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.flex__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.back__product {
    max-width: 270px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #000000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.back__product:hover {
    background: #009DD2;
    border: none;
    color: #fff;
}
.popup_conteinerBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    overflow: auto;
    height: 515px;
}
.popup_conteinerBox_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    color: #000000;
}
.popup_conteinerBox_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}

.slider {
    position: relative;
}
.buttonLeft {
    background-image: url(/css/img/bt__left.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 10%;
    top: 45%;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}
.buttonRight {
    background-image: url(/css/img/bt__right.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    right: 10%;
    top: 45%;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}
.slider__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.banner__main_item_mg {
    margin-top: 100px;
}
.button_Left {
    background-image: url(/css/img/bt_left.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    left: -5%;
    top: 45px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}
.button_Right {
    background-image: url(/css/img/bt_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    right: -5%;
    top: 45px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}
/* *******  */
.flippedVertically {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
}


.ww__box {
    border-top: 1px solid #686868;
    max-width: 1170px;
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.ww__box a {
    margin-top: 20px;
}
.ww__box a img {
    width: 209px;
    height: 32px;
}