/* lato-regular - latin */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

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

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    display: inline;
    zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

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

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



@font-face {
    font-family: 'Arial';
    font-style: normal;  
    font-weight: 400;
    src: local('Arial'), local('Arial'),
         url('../fontawesome-webfont.ttf') format('opentype'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/fontawesome-webfont.ttf') format('opentype'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
 
  body{
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    color: #171515;
}
h1,h2,h3,h4{
    font-family: 'Arial', sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: normal;
}
p {
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    color: #171616;   
}
.ar-container{
    display: flow-root;
    box-sizing: content-box;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
}


/***********************************header******************************************/
.uk-margin-small-right {
    margin-right: 0px !important;
}
.logo-mob {
    gap: 20px;
    display: flex;
    padding: 0px 0px 0px 65px;
    align-items: center;
    justify-content: space-between;
}
 hr {
    overflow: visible;
    text-align: inherit;
    margin: 20px 0 0px 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
}
.ar-flex{
    gap: 20px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.ar-flex-menu {
   
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.header__number a{
    color: #000;
    font-weight: 600;
}
.header__modal a{
    color: #FF8B3A;
}
.header__adress p {
    position: relative;
    max-width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222222;
    font-weight: bold;
}
.header__search {
    flex-basis: 200px;
    flex-grow: 1;
 
}
.search-box {
    display: flex;
    background-color: #fff;
    overflow: hidden;
}

.search-button {
    background-color: #fd8e65;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 3px 10px;
    cursor: pointer;
}
.search-icon {
    padding: 10px;
    background-color: #fd8e65;
    color: #fff;
}
.header__logo img {
    max-width: 60px;
    width: 100%;
}
.header__menu__ul{
    gap: 130px;
    display: flex;
}
.header__menu__ul li a{
    position: relative;
    cursor: pointer;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    
}
.header__menu__ul li a:hover{
    font-weight: 600;
    color: #FF8B3A;
    
}

/*стили для наведения на ссылку*/

.header__menu__ul li a:after {
	content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 2px; /* Высота линии */
    background-color: black; /* Цвет подчеркивания при исчезании линии*/
    transition: width 0.5s; /* Время эффекта */
}

.header__menu__ul li a:hover:after {
	content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px; /* Высота линии */
    background-color: red; /* Цвет подчеркивания при появлении линии*/
    transition: width 0.5s;  /* Время эффекта */
}
/*стили для наведения на ссылку*/
.uk-navbar-dropdown-width-3:not(.uk-drop-stack) {
    width: 800px;
}
/********************************моб меню*************************/
.callback-block{
    font-weight: 800;
    color: #ff7c21;
}
.wrap{
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.more_phone span, .dark-color {
    display: flex;
    font-weight: bold;
    font-size: 1.071em;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #000;
}
.ar-b{
    background: #fff;
}
.d1 {background: #A3D0C3;
position: relative;
}
.d1 input {
  width: 98%;

  height: 25px;
  border: 2px solid #7BA7AB;
  border-radius: 5px;
  outline: none;

  color: #9E9C9C;
}
.d1 button {
  position: absolute; 
  top: 0;
  right: 0px;
  
  height: 30px;
  border: none;
  background: #7BA7AB;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.logo-mob a img{
    max-width: 50px;

}
header {
	position: relative;
}
.menu-triger {
	color: #000;

	position: absolute;
	left: 9px;
    top: 6px;
}	
.menu-close {
	
    color: #fff;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
	background: #fff;
	display: none;
	position: absolute;
	left: -110%;
	top: 0;
	width: 70%; 
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}
.menu-popup li a {
	font-size: 18px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 1.4;	
	text-decoration: none;
}
.body_pointer * {
	cursor: pointer;
}
.ar-mo{
    background:#fff;
}
.contacts .title {
    font-weight: bold;
    padding-bottom: 10px;
}
.address {
    padding: 10px 0;
    position: relative;
    line-height: 18px;
    font-size: 13px;
}
/********************************моб меню end*************************/
.ar-pag{
    padding-bottom: 5px;
}
.menu-close{
    color: #000;
}
.menu__ul li a{
    color: #000;
    font-weight: 600;
}
.header-mob{
    display: none;
}
.header__name{
    padding: 0 10px;
}
/***********************************header end******************************************/
/***********************************main******************************************/
.uk-navbar-dropdown-width-3:not(.uk-drop-stack) {
    width: 1200px;
}
.text,.breadcrumb{
    background: #f9f9f9;
}
.breadcrumb{
    padding-bottom: 30px;
}
.text__des{
    font-weight: 400;
    font-size: 26px;
    line-height: 1.34;
    color: #202020;
    padding-top: 30px;
    
}
.text h1 {
    font-size: 2.133em;
    line-height: 30px;

    font-weight: bold;
    padding:  30px 0;
}
.uk-breadcrumb>*>* {
    font-size: .875rem;
    color: #ff7c21;
}
.fix {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.ar-flex_pro{
    display: flex;
    gap: 30px;
    padding: 30px 25px;
}
.ar-flex_pro aside {
    background: white;
    border-radius: 16px;
    align-self: flex-start;
    transition: all 0.4s 0s ease-out;
    position: sticky;
    top: 154px;
    flex-grow: 1;
    flex-basis: 100px;
}
.ar-flex_pro .main{
    flex-grow: 6;
    flex-basis: 100px;
}
.aside__menu li a{
    display: flex;
    padding: 11px 5px 13px 7px;
    color: #000;
    text-decoration: none;
    text-align: left;
    border: 1px solid #f2f2f2;
    border-bottom-width: 0px;
    background: #e8eded;
    justify-content: space-between;
 
}
.aside__menu li a:hover{
    color: #ff8530;
    border-left: 2px solid #fb0505;

}

.ar-di{
    padding: 20px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.dropdown {
    padding: 20px 0 20px;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);

    min-width: 500px;
}
.dropdown > li {
    padding: 5px 30px 20px 24px;
    float: left;
}
.uk-drop {
  
    z-index: 999999999999999;
   

    width: 700px;
}
.aside__li{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.aside__li li a {
    display: flex;
    padding: 11px 5px 13px 7px;
    color: #000;
    text-decoration: none;
    text-align: left;
 font-weight: 600;
    border-bottom-width: 0px;
    background: #fff;
    border: 0px solid #f2f2f2;
    justify-content: space-between;
}
.aside__li li a:hover{
    color: #ff8530;
    border-left: 0px solid #fb0505;

}


.ar-h2{
    font-size: 2.133em;
    line-height: 40px;
    margin: 0 0 18px;
    font-weight: bold;
}
.ar-d{
    gap: 80px;
    display: flex;
}

.ar-a{
    color: #fff;
    position: absolute;
    font-size: 14px;
bottom: 0;
  left: 0;
    border: 1px solid;
    border-radius: 2px;
    padding: 7px 18px 9px;
    overflow: hidden;
    background-color: #00b290;
    border-color: #00b290;
}

.ar-im{
    flex-basis: 300px;
    flex-grow: 1;
}
.ar-img{
    max-width: 500px;
    width: 100%;
}

/*наведение на кнопку*/

   
   .ar-a:hover {
    color: #cfcccc;
    text-decoration: none;
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse512 1.5s infinite;
   }
   
   @keyframes pulse512 {
    0% {
     box-shadow: 0 0 0 0 #05bada66;
    }
   
    70% {
     box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }
   
    100% {
     box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
   }
   /*наведение на кнопку end*/
   .ar-h3{
    font-size: 1.6em;
    line-height: 24px;
    margin: 40px 0 26px;
   }

   .ar-mo1{
    color: #fff;
   }
   .uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 500px;
    max-width: 100% !important;
    background: #fff;
    opacity: 0;
    transform: translateY(-100px);
    transition: .3s linear;
    transition-property: opacity, transform;
}

.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    overflow-y: auto;
    padding: 15px 15px;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: opacity .15s linear;
}
.uk-modal-header {
    display: flow-root;
    padding: 10px 20px;
    background: #fff;
    border-bottom: 2px solid #ff742b;
}
.ar-modal-title{
    font-size: 1.866em;
    line-height: 28px; 
}

.uk-button-primary {
    background-color: #FF8B3A;
    border-color: #FF8B3A;
    color: #ffffff;
    border: 1px solid transparent;
}

.uk-button-primary:hover {
    background-color: #f7a66d;
    border-color: #fca86b;
    color: #fff;
}
.acls-1 {
    fill-rule: evenodd;
  }
  .ecls-1 {
    fill: #222;
    fill-rule: evenodd;
  }

  .grid{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }

  .grid__item {
    display: flex;
    line-height: 20px;
    font-size: 12px;
    padding: 30px 30px;
    zoom: 1;
    vertical-align: top;
    border: 1px solid #f2f2f2;
    transition: box-shadow ease 0.2s, border ease-out 0.2s;
    align-items: center;
    justify-content: space-around;
}

.grid__item:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-color: #fff;
}
/***********************************main end******************************************/
/***********************************footer******************************************/
.footer{
        position: relative;
    z-index: 1;
    background: #f6f6f7;
}
.footer__logo img{
    
    max-width: 80px;
    width: 100%;
}
.footer__flex{
    gap: 20px;
    padding: 40px 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer__menu__ul li a {
    position: relative;
    cursor: pointer;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.footer__menu__ul li {
    padding-bottom: 10px;
}
.footer__adress {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer__adress h4{
    font-weight: 600;
    color: #000; 
}
.phone a{
    font-weight: 600;
    color: #000; 
}
.email a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.footer__ul{
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.email span, .phone span, .address span{
    padding-right: 10px;
}


/*стили для наведения на ссылку*/

.footer__menu__ul li a:after {
	content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 2px; /* Высота линии */
    background-color: black; /* Цвет подчеркивания при исчезании линии*/
    transition: width 0.5s; /* Время эффекта */
}

.footer__menu__ul li a:hover:after{
	content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px; /* Высота линии */
    background-color: red; /* Цвет подчеркивания при появлении линии*/
    transition: width 0.5s;  /* Время эффекта */
}
/*стили для наведения на ссылку*/
.footer__logo img:hover {
    filter: drop-shadow(2px 4px 6px black);
    max-width: 80px;
    width: 100%;
}
.header__logo img:hover {
    filter: drop-shadow(2px 4px 6px black);
   
}
/***********************************footer end******************************************/
/*сокет*/
.cookie-block {
    position: fixed;
    display: block;
    box-shadow: 0 0 40px rgba(144, 144, 144, 0.35);
    bottom: 0;
    max-width: 100%;
    z-index: 999;
    visibility: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
        font-size: 14px;
    left: 0;
   background-color:#FFFFFF;
}
.cookie-block-visible {
    visibility: visible;
}
.cookie-block-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
}
.cookie-block-info {
    width: 70%;
}
.cookie-block-info a {
    color: black;
}
.cookie-button-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookie-block-icon {
    top: 15px;
    right: 15px;
    position: absolute;
    width: 14px;
    height: 14px;
    background-size: cover;
    cursor: pointer;
    background-image: url(/assets/images/icon/kr.svg);
}
a.cookie-actions-accept {
    margin: 0 15px;
}
.btn-v-lg {
background-color: #fc2c38;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.3rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.cookie-block-info b{
       font-weight: 700; 
}
.cookie-actions-accept:hover {
    text-decoration: none;
    background-color: black;
    color: white;
    border-color: #006089;
}
@media only screen and (min-width: 320px) and (max-width: 768px){
    .cookie-block-icon {
    top: 68%;
    right: 15px;
    position: absolute;
    width: 14px;
    height: 14px;
    background-size: cover;
    cursor: pointer;
    background-image: url(/assets/images/icon/kr.svg);
}
.btn-v-lg {
    background-color: #fc2c38;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
   padding: 0.2rem 1rem;
    font-size: 12px;
    border-radius: 0.3rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.cookie-block-info {
        font-size: 12px;
    width: 100%;
}
.cookie-block-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
}
}
/*сокет end*/