

/* Start:/local/templates/volonter/css/normalize.css?17853229856488*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/volonter/css/fonts.css?17853229851127*/
@font-face {
    font-family: 'gilroy-regular';
    font-weight: normal;
    src: url('/local/templates/volonter/css/../fonts/gilroy-regular.woff') format('woff'),
         url('/local/templates/volonter/css/../fonts/gilroy-regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'gilroy-semibold';
    font-weight: normal;
    src: url('/local/templates/volonter/css/../fonts/gilroy-semibold.woff') format('woff'),
         url('/local/templates/volonter/css/../fonts/gilroy-semibold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'gilroy-medium';
    font-weight: normal;
    src: url('/local/templates/volonter/css/../fonts/gilroy-medium.woff2') format('woff2'),
         url('/local/templates/volonter/css/../fonts/gilroy-mediumoff2') format('woff2');
    font-display: swap;

}
@font-face {
    font-family: 'gilroy-bold';
    font-weight: normal;
    src: url('/local/templates/volonter/css/../fonts/gilroy-bold.woff2') format('woff2'),
         url('/local/templates/volonter/css/../fonts/gilroy-boldoff2') format('woff2');
    font-display: swap;

}


/* 
    font-family: 'gilroy-regular', sans-serif;

    font-family: 'gilroy-medium', sans-serif;

    font-family: 'gilroy-semibold', sans-serif;

    font-family: 'gilroy-bold', sans-serif;

*/
/* End */


/* Start:/local/templates/volonter/css/slick-theme.css?17853229853362*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/volonter/css/../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/volonter/css/../fonts/slick.eot');
    src: url('/local/templates/volonter/css/../fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/volonter/css/../fonts/slick.woff') format('woff'), url('/local/templates/volonter/css/../fonts/slick.ttf') format('truetype'), url('/local/templates/volonter/css/../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/volonter/css/slick.css?17853229851895*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/volonter/css/fancybox.min.css?178532298512795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/volonter/css/swiper-bundle.min.css?178532298513886*/
/**
 * Swiper 6.7.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 31, 2021
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}

/* End */


/* Start:/local/templates/volonter/css/styles.css?1785322985226034*/
@import url('/local/templates/volonter/css/normalize.css');
@import url('/local/templates/volonter/css/fonts.css');

html {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'gilroy-regular', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    min-width: 320px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    color: #5C5C5C;
}

aside,
main,
time {
    display: block;
}

input[type='submit'] {
    -webkit-appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
}

button,
input {
    overflow: hidden;
    outline: none;
}

button:hover,
button:focus {
    outline: none;
    cursor: pointer;
}

input:hover,
inpyt:focus,
textarea:hover,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    outline: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p,
button {
    padding: 0;
    margin: 0;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: none;
}

/* ЗАГОЛОВКИ И ОПИСАНИЯ СЕКЦИЙ */

.title {
    font-family: 'gilroy-bold', sans-serif;
    font-size: 61px;
    line-height: 74px;
    color: #5C5C5C;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-content: center;
    grid-gap: 0 56px;
    max-width: 1590px;
    margin: 0 auto;
}

.title:before,
.title:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #D9D9D9;
    border-radius: 13.5824px;
}

.desc {
    text-align: center;
    color: #424242;
    font-size: 28px;
    line-height: 33px;
    margin: 20px auto 0;
}

.desc_partners {
    max-width: 814px;
}


@media screen and (max-width: 1366px) {
    .title {
        font-size: 45px;
        line-height: 54px;
        grid-gap: 0 41px;
    }

    .desc {
        font-size: 21px;
        line-height: 25px;
    }

    .desc_partners {
        max-width: 599px;
    }
}

@media screen and (max-width: 1024px) {
    .title {
        font-size: 40px;
        line-height: 48px;
        grid-gap: 0 22px;
    }

    .desc {
        font-size: 20px;
        line-height: 24px;
    }

}

@media screen and (max-width: 768) {
    .title {
        font-size: 35px;
        line-height: 42px;
        grid-gap: 0 29px;
    }

    .desc {
        font-size: 19px;
        line-height: 22px;
        margin: 22px auto 0;
    }

}

@media screen and (max-width: 500px) {
    .title {
        font-size: 30px;
        line-height: 36px;
        grid-gap: 0;
        grid-template-columns: 1fr;
    }

    .title:after,
    .title:before {
        display: none;
    }

    .desc {
        font-size: 16px;
        line-height: 19px;
        margin: 18px auto 0;
    }

    .desc_partners {
        max-width: 257px;
    }
}

/* ЗАГОЛОВКИ И ОПИСАНИЯ СЕКЦИЙ КОНЕЦ */

.content {
    max-width: 1660px;
    padding: 0 35px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.main_inner {
    max-width: 1715px;
    padding: 0 35px;
    box-sizing: border-box;
    width: 100%;
    margin: 30px auto 100px;
}

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

    .content,
    .main_inner {
        max-width: 1200px;
        padding: 0 15px;
    }
}

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

    .content,
    .main_inner {
        padding: 0 24px;
    }
}

@media screen and (max-width: 850px) {
    .content {
        padding: 0 13px;
    }

    .main_inner {
        padding: 0 13px;
        margin: 30px auto 70px;
    }
}

/* header start */
.header-wrap {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
}

.header {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0 10px;
}

.header__inner {
    display: grid;
    grid-template-columns: 1fr repeat(3, auto);
    align-items: center;
    gap: 0;
}

.header__logo {
    padding: 17px 0 22px 0;
}

.header__logo-img {
    display: block;
    width: 100%;
}

.header__mobile-logo {
    display: none;
}

.header__nav {
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: flex-end;
    padding: 0 46px 0 0;
    box-sizing: border-box;
    flex-flow: row wrap;
}

.header__nav-item {
    padding: 0 12px;
}

.extMenu {
    position: relative;
    padding: 0 12px;
}

.extMenu__text {
    font-size: 16px;
    line-height: 19px;
    color: #BDBDBD;
    font-family: 'gilroy-regular', sans-serif;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.extMenu:hover .extMenu__text {
    color: #4D9EF8;
    border-bottom: 1px solid #0491FB;
}

.extMenu__wrap-list {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 9px 0 0 17px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9999;
}

.extMenu ul {
    list-style: none;
    margin: 0;
    padding: 10px 12px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.extMenu:hover .extMenu__wrap-list {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.extMenu li {
    margin: 0 0 5px;
}

.extMenu li:last-child {
    margin: 0;
}

.extMenu a,
.extMenu a:visited {
    font-family: 'gilroy-regular', sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #BDBDBD;
    text-decoration: none;
}

.header__nav-link {
    text-decoration: none;
    color: #bdbdbd;
    font-size: 16px;
    line-height: 21px;
    transition: .5s;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.header__nav-link:hover {
    color: #4D9EF8;
    border-bottom: 1px solid #0491FB;
}

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

.header__button-reg {
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.header__buttons-link {
    color: #c4c4c4;
    text-decoration: none;
    font-size: 18px;
    transition: .5s;
    border: none;
    background: none;
}

.header__buttons-link:hover {
    color: #4D9EF8;
}

.header__buttons-link:hover .header__buttons-link-icon {
    background-color: #fff;
    border: 2px solid #4D9EF8;
    box-sizing: border-box;
}

.header__buttons-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #efefef;
    border-radius: 100%;
    margin-right: 9px;
    transition: background-color .5s, border .5s;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.header__buttons-link-icon svg {
    fill: #0491FB;
}

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

.form-search__control {
    font-family: 'gilroy-regular', sans-serif;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #C8C8C8;
    padding: 7px 16px;
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden;
    text-decoration: none;
    width: 213px;
    position: absolute;
    top: 0;
    left: -213px;
}

.header__search {
    width: 36px;
    height: 32px;
    position: relative;
    margin: 0 36px 0 0;
}

.header__search:hover .form-search__control {
    opacity: 1;
    visibility: visible;
}

.form-search__control::-webkit-input-placeholder,
.form-search__control::placeholder {
    font-family: 'gilroy-regular', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #C8C8C8;
}

.form-search__btn {
    width: 36px;
    height: 100%;
    background-color: transparent;
    background: none;
    border: none;
    transition: .3s;
    display: flex;
    align-items: center;
    padding: 0 0 0 13px;
    box-sizing: border-box;
}

.form-search__btn svg {
    width: 100%;
    fill: #BDBDBD;
    transition: .3s;
}

.form-search__btn:hover svg,
.form-search__btn:focus svg {
    fill: #4D9EF8;
}

.form-search {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    height: 100%;
}

.btn-mob-close {
    width: 46px;
    height: 46px;
    padding: 0;
    border: none;
    background: none;
    display: none;
    grid-column: 2/3;
    justify-self: end;
}

.open .btn-mob-close {
    display: block;
}

.btn-mob-close svg {
    width: 100%;
    height: 100%;
}


.btn-mob-open {
    width: 51px;
    height: 51px;
    padding: 0;
    background: none;
    border: none;
    display: none;
    justify-self: end;
}

.btn-mob-open svg {
    width: 100%;
    height: 100%;
}

.account-info {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 4px 12px;
    align-content: center;
    text-decoration: none;
}

.account-info__wrap-img {
    position: relative;
    grid-row: 1/3;
    display: flex;
    align-items: center;
}

.account-info__img {
    display: block;
    max-width: 60px;
    border-radius: 100%;
    height: 60px;
}

.account-info__count {
    font-family: 'gilroy-semibold', sans-serif;
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    min-height: 20px;
    min-width: 20px;
    background: #EB3624;
    box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    box-sizing: border-box;
}

.account-info__name {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #5C5C5C;
    transition: .5s;
}

.account-info:hover .account-info__name,
.account-info:focus .account-info__name {
    color: #0491FB;
}

.account-info__scores {
    color: #5C5C5C;
    font-size: 15px;
    line-height: 18px;
    grid-column: 2;
}

.account-info__scores-count {
    color: #0491FB;
}

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

    .header__nav-link,
    .extMenu a,
    .extMenu a:visited {
        font-size: 15px;
        line-height: 18px;
    }

    .header__logo {
        padding: 17px 0 26px 0;
    }

    .header__nav {
        padding: 0 13px 0 0;
    }

    .header__logo {
        max-width: 233px;
    }

    .account-info__count {
        min-height: 15px;
        min-width: 15px;
        font-size: 13px;
        line-height: 16px;
        top: -2px;
        right: -4px;
    }

    .account-info__name {
        font-size: 15px;
        line-height: 18px;
    }
}

@media screen and (max-width: 900px) {
    .btn-mob-open {
        display: block;
    }

    .header__inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        grid-template-columns: auto 1fr;
        background: #4D9EF8;
        align-items: start;
        padding: 23px 28px;
        box-sizing: border-box;
        align-content: start;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        z-index: 200;
    }

    .header__inner.open {
        opacity: 1;
        visibility: visible;
    }

    .header__mobile-logo {
        display: block;
        max-width: 304px;
        margin: 0 0 51px;
    }

    .header__mobile-logo-img {
        display: block;
        width: 100%;
    }

    .header__nav {
        display: block;
        padding: 0;
        margin: 0;
    }

    .header__button-reg {
        grid-row: 2/3;
        grid-column: 1/2;
    }

    .header__search {
        margin: 39px 0 52px;
        width: 100%;
        height: 45px;
        grid-row: 3/4;
        grid-column: 1/3;
        max-width: 396px;
    }

    .header__inner.open .form-search__control {
        opacity: 1;
        visibility: visible;
    }

    .form-search__control {
        position: static;
        width: 100%;
        box-shadow: 0px 0px 14.0925px rgba(0, 0, 0, 0.1);
        border-radius: 140.925px;
        border: 1.40925px solid #D3D3D3;
        height: 100%;
    }

    .form-search__btn svg {
        fill: #fff;
    }

    .form-search__btn {
        width: 56px;
        padding: 0 0 0 24px;
    }

    .form-search__btn:hover svg,
    .form-search__btn:focus svg {
        fill: #fff;
    }

    .header__buttons-link {
        color: #0491FB;
        font-size: 20px;
        line-height: 24px;
        font-family: 'gilroy-semibold', sans-serif;
        background: #FFFFFF;
        border-radius: 140.925px;
        display: grid;
        grid-template-columns: auto 1fr;
    }

    .header__button-reg {
        margin: 0 37px 0 0;
        padding: 12px 22px;
        max-width: 211px;
        box-sizing: border-box;
    }

    .header__button_auth {
        padding: 12px 28px;
        grid-row: 2/3;
        max-width: 148px;
        box-sizing: border-box;
    }

    .header__buttons-link-icon {
        background: #0491FB;
    }

    .header__buttons-link:hover .header__buttons-link-icon {
        background-color: #0491FB;
        border: 2px solid #4D9EF8;
    }

    .header__buttons-link-icon svg {
        fill: #fff;
    }

    .header__menu {
        grid-row: 4/5;
        grid-column: 1/3;
    }

    .header__nav-link {
        font-size: 23px;
        line-height: 27px;
        color: #fff;
    }

    .header__nav-item {
        padding: 0;
        margin: 0 0 21px;
    }

    .header__nav-item:last-of-type {
        margin: 0;
    }

    .header__nav-link:hover {
        color: #fff;
        border-bottom: 1px solid transparent;
    }

    .form-search__control,
    .form-search__control::-webkit-input-placeholder,
    .form-search__control::placeholder {
        font-size: 20px;
        line-height: 24px;
    }

    .header {
        padding: 14px 28px;
    }

    .header__logo {
        max-width: 174px;
        padding: 0;
    }

    .account-info {
        background: #FFFFFF;
        border-radius: 35.2076px;
        padding: 3px 15px;
        min-height: 90px;
        box-sizing: border-box;
        grid-gap: 4px 22px;
    }

    .account-info__img {
        max-width: 69px;
        height: 69px;
    }

    .account-info__count {
        min-height: 28px;
        min-width: 28px;
        font-size: 21px;
        line-height: 1;
        top: -7px;
        right: -12px;
    }

    .account-info__name {
        font-size: 24px;
        line-height: 29px;
        color: #4D9EF8;
    }

    .account-info__scores {
        color: #C6C6C6;
        font-size: 21px;
        line-height: 26px;
    }

    .account-info__scores-count {
        color: #C6C6C6;
    }
}

@media screen and (max-width: 500px) {
    .header {
        padding: 13px 19px;
    }

    .header__mobile-logo {
        max-width: 171px;
        margin: 0 0 35px;
    }

    .btn-mob-close {
        width: 21px;
        height: 21px;
    }

    .header__button-reg {
        border-radius: 100px;
        font-size: 14px;
        line-height: 17px;
        margin: 0 26px 0 0;
        max-width: 150px;
        padding: 10px 16px;
    }

    .header__buttons-link-icon {
        width: 26px;
        height: 26px;
        margin-right: 7px;
    }

    .header__buttons-link-icon svg {
        width: 6px;
    }

    .header__button_auth {
        border-radius: 100px;
        font-size: 14px;
        line-height: 17px;
        margin: 0;
        max-width: 105px;
        padding: 10px 20px;
    }

    .header__search {
        margin: 20px 0 30px;
        width: 100%;
        height: 32px;
        max-width: 281px;
    }

    .form-search__btn {
        width: 40px;
        padding: 0 0 0 17px;
    }

    .form-search__control,
    .form-search__control::-webkit-input-placeholder,
    .form-search__control::placeholder {
        font-size: 14px;
        line-height: 17px;
    }

    .form-search__control {
        border-radius: 100px;
    }

    .header__inner {
        padding: 17px 23px;
    }

    .header__nav-link {
        font-size: 16px;
        line-height: 19px;
    }

    .header__nav-item {
        margin: 0 0 15px;
    }

    .btn-mob-open {
        width: 35px;
        height: 35px;
    }

    .account-info__img {
        max-width: 49px;
        height: 49px;
    }

    .account-info__count {
        min-height: 20px;
        min-width: 20px;
        font-size: 15px;
        top: -2px;
        right: -6px;
    }

    .account-info {
        border-radius: 25px;
        padding: 3px 11px;
        min-height: 64px;
        grid-gap: 3px 16px;
    }

    .account-info__name {
        font-size: 17px;
        line-height: 21px;
    }

    .account-info__scores {
        font-size: 15px;
        line-height: 18px;
    }
}

/* header end */

/* START MAIN INDEX */

/* BANNER */

.main__swiper-container {
    max-height: 840px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.main__swiper-container .swiper-slide {
    position: relative;
}

.main__swiper-container .swiper-slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.banner__social {
    margin-top: 175px;
}

.banner__social-link{
    color: transparent;
}

.banner__social-link+.banner__social-link{
    margin-left: 10px;
}

.main__swiper-container .swiper-pagination {
    margin: 0px auto;
margin-bottom:20px;
margin-top: 30px;
height: auto;
  position: relative;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #c4c4c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2px;
  padding: 25px 0px 25px 0px;
}

.main__swiper-container .swiper-pagination-bullet {
  display: inline-block !important;
  width: 11px;
  height: 11px;
  background-color: #C4C4C4;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.main__swiper-container .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 100px;
}

.main__swiper-container .swiper-pagination-bullet-active {
  width: 17px;
  height: 17px;
  border: 3px solid #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.main-swiper-box {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-swiper-inner {
  position: relative;
}

.main__swiper-button-next,
.main__swiper-button-prev {
  position: static;
  left: -5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.main__swiper-button-next path,
.main__swiper-button-prev path {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.main__swiper-button-next svg,
.main__swiper-button-prev svg {
  width: 21px;
  height: 12px;
}

.main__swiper-button-next:hover path,
.main__swiper-button-prev:hover path {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  fill: #d7d7d7;
}

.main__swiper-button-next::after,
.main__swiper-button-prev::after {
  content: '';
}

.main__swiper-button-prev {
  margin-bottom: -60px;
}

.main__swiper-button-next {
  margin-top: 60px;
  margin-right: 0px;
}
.banner {
    min-height: 840px;
}

.banner_inner {
    padding: 179px 0 0 375px;
}

.banner__title {
    color: #fff;
    font-size: 50px;
    max-width: 722px;
    line-height: 60px;
    font-weight: 700;
}

.banner_desc {
    color: #fff;
    max-width: 551px;
    font-size: 21px;
    line-height: 25px;
    margin-top: 47px;
}

.banner__buttons {
    margin-top: 79px;
    display: flex;
}

.banner__button {
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 19px;
    line-height: 23px;
    padding: 17px 53px;
    border: 2px solid #fff;
    border-radius: 100px;
    max-width: 276px;
    font-weight: 600;
    transition: .5s;
}

.banner__button:hover {
    color: #A0A0A0;
    background-color: #fff;
}

.banner__button:focus {
    outline: none;
}

.banner__button_right {
    margin-left: 50px;
    padding: 5px 53px;
}

/* END BANNER */

/* TEAM start*/
.team {
    padding: 110px 0 135px 0;
    background-color: #FBFBFB;
    margin: 0 0 62px;
}

.desc_team {
    max-width: 1170px;
}

.team__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 101px 0 0;
    min-height: 690px;
}

.team__item {
    padding: 35px 40px 35px 32px;
    border-radius: 20px;
    background-size: cover;
    background-position: bottom;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    background-repeat: no-repeat;
    box-sizing: border-box;
    transition: .5s;
}

.team__item:hover {
    box-shadow: 0px 4.14145px 31.0609px #000000;
}

.team__item_1 {
    grid-row: 1/3;
    background-image: url('/local/templates/volonter/css/../images/item-team1.jpg');
}

.team__item_2 {
    background-image: url('/local/templates/volonter/css/../images/item-team2.jpg');
}

.team__item_3 {
    background-image: url('/local/templates/volonter/css/../images/item-team3.jpg');
}

.team__item_4 {
    grid-row: 1/3;
    grid-column: 3;
    background-image: url('/local/templates/volonter/css/../images/item-team4.jpg');
}

.team__item-title {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 33px;
    line-height: 40px;
    color: #3E3E3E;
}

.team__item-desc {
    color: #A7A7A7;
    font-size: 24px;
    line-height: 28px;
    margin: 20px 0 0;
    hyphens: none;
}

@media screen and (max-width: 1366px) {
    .team {
        padding: 80px 0 100px 0;
        margin: 0 0 46px;
    }

    .team__item-title {
        font-size: 24px;
        line-height: 29px;
    }

    .team__item-desc {
        font-size: 18px;
        line-height: 22px;
        margin: 16px 0 0;
    }

    .team__item {
        padding: 26px 36px 26px 29px;
        border-radius: 15px;
    }

    .team__items {
        gap: 30px;
        margin: 74px 0 0;
        min-height: 509px;
    }

    .desc_team {
        max-width: 862px;
    }
}

@media screen and (max-width: 1024px) {
    .team {
        padding: 0;
        margin: 0 0 118px;
        background-color: #FBFBFB;
    }

    .team__item-title {
        font-size: 20px;
        line-height: 25px;
    }

    .team__item-desc {
        font-size: 15px;
        line-height: 17px;
        margin: 14px 0 0;
    }

    .team__item {
        padding: 21px 29px 21px 29px;
        border-radius: 15px;
    }

    .team__items {
        gap: 25px;
        margin: 53px 0 0;
        min-height: 420px;
    }

    .desc_team {
        max-width: 795px;
    }
}

@media screen and (max-width: 768px) {
    .team__item_3 {
        background: url('/local/templates/volonter/css/../images/item-team3_mob.png') no-repeat bottom right;
    }

    .team__item_1 {
        grid-row: 1/2;
        min-height: 420px;
        background: url('/local/templates/volonter/css/../images/item-team1_mob.png') no-repeat bottom right;
    }

    .team__item_4 {
        grid-row: 1/2;
        grid-column: 2;
        min-height: 420px;
        background: url('/local/templates/volonter/css/../images/item-team4_mob.png') no-repeat bottom center;
    }

    .team__item_2 {
        grid-row: 2;
        background: url('/local/templates/volonter/css/../images/item-team2_mob.png') no-repeat bottom right;
    }

    .team__items {
        gap: 36px 37px;
        margin: 36px auto 0;
        min-height: auto;
        grid-template-columns: repeat(2, 1fr);
        max-width: 648px;
    }

    .team__item {
        padding: 21px 24px;
        border-radius: 12px;
    }
}

@media screen and (max-width: 550px) {
    .team__items {
        gap: 27px 0;
        margin: 30px auto 0;
        grid-template-columns: 1fr;
        max-width: 280px;
    }

    .team__item_4 {
        grid-row: 2;
        grid-column: 1;
        min-height: 384px;
    }

    .team__item_1 {
        min-height: 384px;
    }

    .team__item {
        padding: 19px 18px;
        border-radius: 11px;
    }

    .team__item_2 {
        grid-row: 3;
    }

    .team {
        margin: 0 0 34px;
    }
}

/* TEAM END */


/* BEST */
.best__description {
    display: grid;
    grid-template-columns: 1fr minmax(200px, 430px);
    margin: 76px 0 0;
    align-items: center;
    grid-gap: 0 30px;
}

.desc_best {
    max-width: 905px;
}

.best__description-text {
    color: #424242;
    font-size: 30px;
    line-height: 35px;
    max-width: 905px;
}

.best__description-link {
    font-size: 25px;
    line-height: 30px;
    font-family: 'gilroy-semibold', sans-serif;
    background-color: #EB3624;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
    align-self: center;
    padding: 22px 5px;
    border: 2px solid transparent;
    transition: .5s;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.best__description-link:hover,
.best__description-link:focus {
    color: #EB3624;
    border: 2px solid #EB3624;
    background-color: #fff;
}

.volunteers-counter {
    margin: 82px 0 0;
    padding: 48px 47px 48px 33px;
    background: #F9F9F9 url('/local/templates/volonter/css/../images/counter-bg.jpg');
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 0 30px;
    align-items: center;
    box-shadow: 0px 0px 33.9559px rgba(0, 0, 0, 0.15);
    border-radius: 20.3736px;
}

.volunteers-counter__info {
    color: #424242;
    font-size: 34px;
    line-height: 42px;
}

.volunteers-counter__count {
    width: 370px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(39px, 67px));
    gap: 8px;
}

.volunteers-counter__count-number {
    font-size: 68px;
    line-height: 84px;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(180deg, #CC2428 0%, #FF3E42 50%, #CC2428 100%), #C4C4C4;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    text-align: center;
    padding: 10px 0;
}

@media screen and (max-width: 1366px) {
    .desc_best {
        max-width: 667px;
    }

    .best__description-text {
        font-size: 22px;
        line-height: 27px;
        max-width: 667px;
    }

    .best__description {
        grid-template-columns: 1fr minmax(200px, 317px);
        margin: 56px 0 0;
    }

    .best__description-link {
        font-size: 18px;
        line-height: 22px;
        padding: 16px 5px;
    }

    .volunteers-counter {
        margin: 60px 0 0;
        padding: 35px 34px 35px 24px;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
        border-radius: 15px;
    }

    .volunteers-counter__info {
        font-size: 25px;
        line-height: 31px;
    }

    .volunteers-counter__count {
        max-width: 280px;
        grid-template-columns: repeat(auto-fit, 49px);
        gap: 6px;
        justify-content: end;
        display: grid;
        width: 100%;
    }

    .volunteers-counter__count-number {
        padding: 7px 0;
        font-size: 50px;
        line-height: 62px;
    }
}

@media screen and (max-width: 1024px) {
    .desc_best {
        max-width: 623px;
    }

    .best__description-text {
        max-width: 550px;
    }

    .best__description {
        grid-template-columns: 1fr 263px;
        margin: 58px 0 0;
    }

    .best__description-link {
        font-size: 16px;
        line-height: 20px;
        padding: 14px 5px;
    }

    .volunteers-counter {
        margin: 60px 0 0;
        padding: 29px 34px 28px 20px;
    }

    .volunteers-counter__info {
        font-size: 22px;
        line-height: 27px;
        max-width: 346px;
    }

    .volunteers-counter__count {
        max-width: 220px;
        grid-template-columns: repeat(auto-fit, 40px);
        gap: 5px;
    }

    .volunteers-counter__count-number {
        padding: 0;
        font-size: 50px;
        line-height: 61px;
    }
}

@media screen and (max-width: 768px) {
    .desc_best {
        max-width: 592px;
    }

    .volunteers-counter__count-number {
        font-size: 39px;
        line-height: 48px;
    }

    .volunteers-counter__count {
        grid-template-columns: repeat(auto-fit, 31px);
        gap: 4px;
    }

    .volunteers-counter__info {
        font-size: 16px;
        line-height: 20px;
        max-width: 250px;
    }

    .best__description-text {
        max-width: 424px;
        font-size: 18px;
        line-height: 21px;
    }

    .best__description-link {
        font-size: 14px;
        line-height: 17px;
        padding: 11px 5px;
    }

    .best__description {
        grid-template-columns: 1fr 223px;
        margin: 39px 0 0;
    }
}

@media screen and (max-width: 550px) {
    .best__description {
        grid-template-columns: 1fr;
        margin: 25px 0 0;
        grid-gap: 23px 0;
        justify-items: start;
    }

    .best__description-text {
        max-width: 424px;
        font-size: 16px;
        line-height: 19px;
    }

    .best__description-link {
        font-size: 12px;
        line-height: 14px;
        padding: 10px 5px;
        max-width: 192px;
        width: 100%;
    }

    .volunteers-counter {
        background: none;
        box-shadow: none;
    }

    .volunteers-counter__count {
        grid-template-columns: repeat(auto-fit, 38px);
        max-width: none;
        justify-content: center;
    }

    .volunteers-counter__info {
        font-size: 20px;
        line-height: 25px;
        max-width: 250px;
        text-align: center;
        hyphens: none;
    }

    .volunteers-counter {
        grid-template-columns: 1fr;
        grid-gap: 30px 0;
        justify-items: center;
        margin: 40px 0 0;
        padding: 0 19px;
    }
}

/* BEST END */


/* SHOP */
.shop {
    background-color: #fbfbfb;
    margin: 135px 0 85px;
    padding: 70px 0 46px;
}

.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 72px 40px;
    margin: 73px 0;
}

.shop__footer,
.page__footer {
    display: flex;
    justify-content: flex-end;
    margin: 69px 0 51px;
}

.shop__more,
.page__more {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 28px;
    color: #464646;
    text-decoration: none;
    transition: .5s;
}

.shop__more svg,
.page__more svg {
    width: 36px;
    margin: 0 0 0 26px;
    fill: #464646;
    transition: .5s;
}

.shop__more:hover svg,
.shop__more:focus svg,
.page__more:hover svg,
.page__more:focus svg {
    fill: #4D9EF8;
}

.shop__more:hover,
.page__more:hover,
.shop__more:focus,
.page__more:focus {
    color: #4D9EF8;
}

.shop__more-text,
.page__more-text {
    border-bottom: 2px solid #464646;
    transition: .5s;
}

.shop__more:hover .shop__more-text,
.page__more:hover .page__more-text,
.shop__more:focus .shop__more-text,
.page__more:focus .page__more-text {
    border-color: #4D9EF8;
}

@media screen and (max-width: 1480px) {
    .products {
        gap: 53px 30px;
        margin: 54px 0;
    }
}

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

    .shop__footer {
        margin: 49px 0 36px;
    }

    .shop__more,
    .page__more {
        font-size: 18px;
        line-height: 21px;
    }

    .shop__more svg,
    .page__more svg {
        width: 27px;
        margin: 0 0 0 19px;
    }

    .shop {
        margin: 99px 0 62px;
        padding: 55px 0 20px;
    }
}

@media screen and (max-width: 1200px) {
    .products {
        grid-template-columns: repeat(3, 1fr);
        gap: 47px 36px;
        margin: 46px 0;
    }
    /** Отменяем скрытие товаров в мобильной версии */
    /*.products .product:nth-of-type(7),*/
    /*.products .product:nth-of-type(8) {*/
    /*    display: none;*/
    /*}*/
}

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

    .shop__footer,
    .page__footer {
        margin: 40px 0 32px;
    }

    .shop {
        margin: 71px 0 47px;
        padding: 41px 0 20px;
    }
}

@media screen and (max-width: 900px) {
    .products {
        grid-template-columns: repeat(auto-fill, minmax(228px, 1fr));
        gap: 24px 19px;
        margin: 28px 0;
    }
}

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

    .shop__footer,
    .page__footer {
        margin: 37px 0 65px;
    }

    .shop {
        margin: 54px 0 35px;
        padding: 32px 0 1px;
    }
}

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

    .shop__footer,
    .page__footer {
        margin: 46px 0 45px;
    }

    .shop {
        margin: 64px 0 35px;
        padding: 29px 0 1px;
    }
}

/* SHOP END */

/* END MAIN INDEX */

/* FOOTER */

.footer {
    box-shadow: 0px -7px 40px rgba(0, 0, 0, 0.1);
    background-color: #F9F9F9;
}

.footer__inner {
    width: 100%;
    background-image: url('/local/templates/volonter/css/../images/footer-bg.png');
    min-height: 290px;
}

.footer__nav {
    list-style: none;
    display: grid;
    padding: 45px 0 59px;
    margin: 0;
    grid-template-columns: repeat(7, auto);
    gap: 69px 30px;
}

.footer__nav-link {
    text-decoration: none;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    transition: .5s;
    text-transform: uppercase;
}

.footer__nav-link:hover {
    color: #4D9EF8;
}

.footer__nav-item:not(.footer__nav-item_last) {
    grid-row: 1/4;
}

.footer__caption {
    width: 100%;
    background-color: #EDEDED;
    padding: 28px 0 26px 0;
}

.footer__caption-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__caption-text {
    color: #A0A0A0;
    font-size: 22px;
    line-height: 26px;
}

.footer__caption-link,
.footer__caption-link:visited {
    color: #A0A0A0;
    font-size: 22px;
    line-height: 26px;
    text-decoration: none;
}

.footer-submenu {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.footer-submenu__item {
    margin: 0 0 16px;
}

.footer-submenu__item:last-of-type {
    margin: 0;
}

.footer-submenu__link,
.footer-submenu__link:visited {
    font-family: 'gilroy-regular', sans-serif;
    font-size: 22px;
    line-height: 26px;
    color: #A0A0A0;
    text-decoration: none;
    transition: .5s;
}

.footer-submenu__link:hover,
.footer-submenu__link:focus {
    color: #EB3624;
}

.footer__soc-net {
    grid-column: 5/8;
    justify-self: end;
}

.footer__nav-item_last {
    text-align: right;
}

.soc-net__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 207px;
    justify-content: space-between;
}

.soc-net__link {
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 32.1275px rgba(0, 0, 0, 0.15);
}

.soc-net__link svg {
    fill: #999999;
    transition: .5s;
}

.soc-net__link:hover svg,
.soc-net__link:focus svg {
    fill: #4D9EF8;
}

.footer__link-info {
    grid-column: 5/8;
    justify-self: end;
}

.footer__link-info {
    margin: 5px 0 0;
}

.footer__link-info .link-info
{
    display: inline-block !important;
    margin-left: 1.5rem !important;
}

.link-info,
.link-info:visited {
    font-size: 19px;
    line-height: 22px;
    color: #A0A0A0;
    transition: .5s;
    display: block;

}

.link-info {
    margin: 0 0 17px;
}

.link-info:last-of-type {
    margin: 0;
}

.link-info:hover,
.link-info:focus {
    color: #EB3624;
}

@media screen and (max-width: 1366px) {
    .footer__nav-link {
        font-size: 18px;
        line-height: 22px;
    }

    .footer-submenu__link,
    .footer-submenu__link:visited {
        font-size: 16px;
        line-height: 19px;
    }

    .footer-submenu__item {
        margin: 0 0 12px;
    }

    .footer-submenu {
        margin: 15px 0 0;
    }

    .soc-net__link {
        width: 41px;
        height: 41px;
        box-shadow: 0px 0px 23.6538px rgba(0, 0, 0, 0.15);
    }

    .soc-net__link svg {
        width: 59%;
    }

    .soc-net__list {
        width: 153px;
    }

    .link-info {
        margin: 0 0 12px;
    }

    .link-info,
    .link-info:visited {
        font-size: 14px;
        line-height: 17px;
    }

    .footer__nav {
        padding: 32px 0 43px;
        gap: 51px 35px;
    }

    .footer__caption {
        padding: 21px 0 20px;
    }

    .footer__caption-text {
        font-size: 16px;
        line-height: 19px;
    }
}

@media screen and (max-width: 1024px) {
    .footer__nav-item_last {
        grid-column: 5/8;
        text-align: left;
    }

    .footer__nav {
        padding: 32px 0 27px;
        gap: 14px 35px;
    }

    .footer__nav-item:not(.footer__nav-item_last) {
        grid-row: 1/6;
    }

    .footer__soc-net {
        margin: 10px 0 0;
        justify-self: start;
    }

    .footer__link-info {
        margin: 15px 0 0;
    }
}

@media screen and (max-width: 850px) {
    .footer__nav-link {
        font-size: 14px;
        line-height: 16px;
    }

    .footer-submenu__link,
    .footer-submenu__link:visited {
        font-size: 13px;
        line-height: 15px;
    }

    .footer-submenu {
        margin: 11px 0 0;
    }

    .footer-submenu__item {
        margin: 0 0 9px;
    }

    .soc-net__link {
        width: 31px;
        height: 31px;
        box-shadow: 0px 0px 17.7404px rgba(0, 0, 0, 0.15);
    }

    .link-info,
    .link-info:visited {
        font-size: 11px;
        line-height: 13px;
    }

    .footer__nav {
        padding: 24px 0 23px;
        gap: 10px 25px;
    }

    .footer__soc-net {
        margin: 7px 0 0;
    }

    .footer__link-info {
        margin: 11px 0 0;
    }

    .soc-net__list {
        width: 115px;
    }

    .footer__inner {
        min-height: 217px;
    }

    .footer__caption-text,
    .footer__caption-link,
    .footer__caption-link:visited {
        font-size: 13px;
        line-height: 15px;
    }

    .footer__caption {
        padding: 15px 0;
    }
}

@media screen and (max-width: 680px) {
    .footer__nav {
        grid-template-columns: repeat(4, auto);
        padding: 34px 0 24px;
        gap: 23px 16px;
    }

    .footer__nav-item:not(.footer__nav-item_last) {
        grid-row: 1/2;
        grid-column: 1/3;
    }

    .footer__nav-item:nth-of-type(5) {
        justify-self: center;
        grid-column: 1/2;
    }

    .footer__nav-item:nth-of-type(6) {
        justify-self: center;
        grid-column: 2/4;
    }

    .footer__nav-item:nth-of-type(7) {
        justify-self: center;
        grid-column: 4/5;
    }

    .footer__nav-item:nth-of-type(2) {
        grid-column: 3/5;
    }

    .footer__soc-net {
        grid-column: 1/2;
        margin: 0;
    }

    .footer__link-info {
        margin: 0;
        grid-column: 2/5;
    }

    .footer__nav-item:nth-of-type(2) {
        grid-column: 3/5;
    }

    .footer__nav-item:nth-of-type(4) {
        grid-column: 3/5;
    }

    .footer__nav-item:nth-of-type(3) {
        grid-row: 2/3;
    }

    .footer__nav-item:nth-of-type(4) {
        grid-column: 3/5;
        grid-row: 2/3;
    }

    .footer__caption-text,
    .footer__caption-link,
    .footer__caption-link:visited {
        font-size: 8px;
        line-height: 10px;
    }

    .footer__caption {
        padding: 9px 0;
    }
}

/* FOOTER END */

/* partners start */
.partners__items {
    background: #FFFFFF;
    box-shadow: 0px 0px 33.9559px rgba(0, 0, 0, 0.15);
    border-radius: 20.3736px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 33px 32px 0;
    margin: 77px 0 182px;
    box-sizing: border-box;
}

.partners__item {
    margin: 0 10px 33px;
    filter: grayscale(1);
    transition: .5s;
    flex: 1 1 115px;
}

.partners__item:hover {
    filter: grayscale(0);
}

.partners__item-img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1366px) {
    .partners__items {
        padding: 27px 32px 0;
        margin: 57px 0 134px;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
        border-radius: 15px;
    }

    .partners__item {
        margin: 0 10px 27px;
    }
}

@media screen and (max-width: 1024px) {
    .partners__items {
        padding: 20px 21px 0;
        margin: 39px 0 81px;
        box-shadow: 0px 0px 19.0058px rgba(0, 0, 0, 0.15);
        border-radius: 11.4035px;
    }

    .partners__item {
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 768px) {
    .partners__items {
        padding: 16px 16px 0;
        margin: 33px 0 59px;
        box-shadow: 0px 0px 15.411px rgba(0, 0, 0, 0.15);
        border-radius: 9.24658px;
    }

    .partners__item {
        margin: 0 10px 16px;
    }
}

@media screen and (max-width: 320px) {
    .partners__items {
        padding: 16px 16px 0;
        margin: 57px 0 68px;
    }

    .partners__item {
        margin: 0 10px 35px;
    }

    .partners__item:last-of-type {
        margin: 0 10px;
    }
}

/* partners end */

/* new-preview start */
.new-preview {
    background: #FFFFFF;
    box-shadow: 0px 5px 41px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    overflow: hidden;
    max-width: 505px;
    margin: 0 auto;
}

.new-preview__img {
    display: block;
    width: 100%;
}

.new-preview__title {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 27px;
    line-height: 33px;
    color: #777777;
    padding: 0 28px;
    margin: 28px 0 43px;
}

.new-preview__time {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0 14px;
    align-items: center;
    font-size: 24px;
    line-height: 29px;
    color: #4D9EF8;
    padding: 0 28px;
    margin: 43px 0 8px;
}

.new-preview__desc {
    font-size: 22px;
    line-height: 25px;
    color: #777777;
    padding: 0 28px;
}

.new-preview__desc p {
    margin: 0;
}

.new-preview__link,
.new-preview__link:visited {
    font-size: 22px;
    line-height: 26px;
    color: #4D9EF8;
    text-align: right;
    transition: .5s;
}

.new-preview__link-wrap {
    display: flex;
    justify-content: flex-end;
    padding: 0 28px;
    margin: 0 0 27px;
}

.new-preview__link:hover,
.new-preview__link:focus {
    color: #EB3624;
}

@media screen and (max-width: 1366px) {
    .new-preview {
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }

    .new-preview__title {
        font-size: 20px;
        line-height: 25px;
        padding: 0 21px;
        margin: 21px 0 31px;
    }

    .new-preview__time {
        grid-gap: 0 10px;
        font-size: 18px;
        line-height: 21px;
        padding: 0 21px;
        margin: 31px 0 6px;
    }

    .new-preview__desc {
        font-size: 16px;
        line-height: 19px;
        padding: 0 21px;
    }

    .new-preview__link,
    .new-preview__link:visited {
        font-size: 16px;
        line-height: 19px;
    }

    .new-preview__link-wrap {
        padding: 0 21px;
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 1024px) {
    .new-preview {
        box-shadow: 0px 3.01706px 22.628px rgba(0, 0, 0, 0.2);
        border-radius: 7.54266px;
    }

    .new-preview__title {
        font-size: 15px;
        line-height: 18px;
        padding: 0 16px;
        margin: 16px 0 23px;
    }

    .new-preview__time {
        grid-gap: 0 7px;
        font-size: 14px;
        line-height: 16px;
        padding: 0 16px;
        margin: 23px 0 5px;
    }

    .new-preview__desc {
        font-size: 12px;
        line-height: 14px;
        padding: 0 16px;
    }

    .new-preview__link,
    .new-preview__link:visited {
        font-size: 12px;
        line-height: 14px;
    }

    .new-preview__link-wrap {
        padding: 0 16px;
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .new-preview__title {
        font-size: 16px;
        line-height: 20px;
    }

    .new-preview__time {
        font-size: 14px;
        line-height: 17px;
    }

    .new-preview__desc {
        font-size: 13px;
        line-height: 15px;
    }

    .new-preview__link,
    .new-preview__link:visited {
        font-size: 13px;
        line-height: 15px;
    }
}

/* new-preview end */

/* news-slider start */

.slick-slider.news-slider {
    margin: 61px auto 0;
    padding: 0;
}

.news-slider__item {
    padding: 0 40px 40px;
}

.slider__control-dots .slick-dots {
    position: static;
}

.slider__control-dots {
    padding: 0 0 0 150px;
}

.slick-dots li {
    width: 22px;
    height: 22px;
    margin: 0 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    border: 1.64929px solid transparent;
    border-radius: 100%;
}

.slick-dots .slick-active {
    border: 1.64929px solid #4D9EF8;
    box-sizing: border-box;
    filter: drop-shadow(0px 0px 13.5824px #4D9EF8);
    background: #fff;

}

.slick-dots li button::before {
    display: none;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: #C4C4C4;
    border-radius: 100%;
    transition: .3s;
}

.slick-dots .slick-active button {
    background: #4D9EF8;
}

.slider__control {
    margin: 26px auto 139px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 0 10px;
    align-items: center;
    max-width: 1580px;
    padding: 0 15px;
}

.slider__control-arrows {
    width: 140px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.slick-arrow {
    background: #FFFFFF;
    box-shadow: 0px 0px 23.6538px rgba(0, 0, 0, 0.15);
    width: 54px;
    height: 54px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: .5s;
    border-radius: 100%;
    border: none;
}

.slick-arrow:hover,
.slick-arrow:focus {
    background: #4D9EF8;
    box-shadow: 0px 0px 23.6538px rgba(77, 158, 248, 0.5);
}

.slick-arrow svg {
    fill: #DCDCDC;
    transition: .5s;
    width: 14px;
    height: 28px;
}

.slick-arrow:hover,
.slick-arrow:focus {
    fill: #fff;
}

@media screen and (max-width: 1366px) {
    .slick-slider.news-slider {
        margin: 45px auto 0;
    }

    .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .slider__control-dots {
        padding: 0 0 0 103px;
    }

    .slider__control-arrows {
        width: 103px;
    }

    .slick-arrow svg {
        width: 11px;
        height: 12px;
    }

    .slick-dots li {
        width: 17px;
        height: 17px;
        border: 1.21429px solid transparent;
    }

    .slick-dots .slick-active {
        border: 1.21429px solid #4D9EF8;
        filter: drop-shadow(0px 0px 10px #4D9EF8);
    }

    .slick-dots li button {
        width: 7px;
        height: 7px;
    }

    .slider__control {
        max-width: 1100px;
        margin: 9px auto 102px;
    }

    .slick-slider.news-slider {
        margin: 45px auto 0;
    }
}

@media screen and (max-width: 1024px) {
    .slider__control {
        max-width: 950px;
        margin: 15px auto 89px;
    }

    .news-slider__item {
        padding: 0 20px 20px;
    }

    .slick-arrow {
        width: 34px;
        height: 34px;
    }

    .slider__control-dots {
        padding: 0 0 0 88px;
    }

    .slider__control-arrows {
        width: 88px;
    }

    .slick-arrow svg {
        width: 9px;
        height: 17px;
    }
}

@media screen and (max-width: 768px) {
    .news-slider__item {
        padding: 0 20px 20px;
    }

    .slider__control {
        margin: 22px auto 55px;
    }

    .slick-slider.news-slider {
        margin: 44px auto 0;
    }
}

@media screen and (max-width: 600px) {
    .slider__control-dots {
        padding: 0;
    }

    .slider__control {
        grid-template-columns: 1fr;
        justify-items: center;
        grid-gap: 23px;
        margin: 14px auto 51px;
    }

    .slick-slider.news-slider {
        margin: 31px auto 0;
    }
}

/* news-slider end */

/* product start */
.product {
    background-color: #fff;
    padding: 10px 31px 40px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.13);
    border-radius: 20px;
}

.product__image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.product__price-quantity {
    display: grid;
    align-items: center;
    margin: 15px 0 0;
    grid-template-columns: 1fr auto;
    grid-gap: 0 10px;
}

.product__points {
    font-family: 'gilroy-bold', sans-serif;
    font-size: 25px;
    line-height: 124.19%;
    color: #464646;
    hyphens: none;
}

.product__count {
    color: #a7a7a7;
    font-size: 22px;
    line-height: 124.19%;
}

.product__count-number {
    color: #4D9EF8;
}

.product__count-number_few {
    color: #CC2428;
}

.product__title {
    font-family: 'gilroy-semibold', sans-serif;
    color: #464646;
    font-size: 23px;
    line-height: 124.19%;
    margin: 15px 0 0;
}

.product__desc {
    font-size: 18px;
    line-height: 124.19%;
    color: #464646;
    margin: 10px 0 0;
}

.product__link {
    font-family: 'gilroy-semibold', sans-serif;
    display: block;
    background-color: #4D9EF9;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    line-height: 124.19%;
    padding: 15px 5px;
    border-radius: 135px;
    margin: 28px auto 0;
    max-width: 282px;
    text-align: center;
    border: 2px solid transparent;
    transition: .5s;
    box-sizing: border-box;
    width: 100%;
}

.product__link:hover {
    background-color: #fff;
    color: #4D9EF8;
    border: 2px solid #4D9EF8;
}

.product__unavaliable {
    font-family: 'gilroy-semibold', sans-serif;
    display: block;
    background-color: #a7a7a7;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    line-height: 124.19%;
    padding: 15px 5px;
    border-radius: 135px;
    margin: 28px auto 0;
    max-width: 282px;
    text-align: center;
    border: 2px solid transparent;
    transition: .5s;
    box-sizing: border-box;
    width: 100%;
}

.product__unavaliable:hover {
    background-color: #fff;
    color: #a7a7a7;
    border: 2px solid #a7a7a7;
}

@media screen and (max-width: 1480px) {
    .product__points {
        font-size: 23px;
    }

    .product {
        padding: 7px 23px 29px;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.13);
        border-radius: 15px;
    }

    .product__desc {
        font-size: 14px;
        margin: 6px 0 0;
    }

    .product__title {
        font-size: 17px;
        margin: 6px 0 0;
    }

    .product__count {
        font-size: 16px;
    }

    .product__link, .product__unavaliable {
        font-size: 16px;
        padding: 10px 5px;
        max-width: 208px;
        margin: 21px auto 0;
    }
}

@media screen and (max-width: 900px) {
    .product__points {
        font-size: 19px;
    }

    .product {
        padding: 6px 19px 25px;
        box-shadow: 0px 0px 25.3696px rgba(0, 0, 0, 0.13);
        border-radius: 12.6848px;
    }

    .product__desc {
        font-size: 12px;
        margin: 5px 0 0;
    }

    .product__title {
        font-size: 14px;
    }

    .product__count {
        font-size: 14px;
    }

    .product__link, .product__unavaliable {
        font-size: 14px;
        padding: 10px 26px;
        max-width: 176px;
        margin: 17px auto 0;
    }
}

/* product end */

/* best-table start */
.best-table {
    background: #F9F9F9;
    box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.15);
    border-radius: 21px;
    overflow: hidden;
}

.best-table__btn-status {
    font-family: 'gilroy-semibold', sans-serif;
    background: #FFFFFF;
    border: none;
    font-size: 25px;
    line-height: 30px;
    color: #4D9EF8;
    flex: none;
    width: 50%;
    min-height: 95px;
    padding: 5px;
    box-sizing: border-box;
}

.best-table__btn-status_active {
    font-family: 'gilroy-bold', sans-serif;
    background: #EB3624;
    font-size: 34px;
    line-height: 41px;
    color: #FFFFFF;
}

.best-table__btn-status-text {
    transition: .5s;
    border-bottom: 1px solid transparent;
}

.best-table__btn-status:hover .best-table__btn-status-text,
.best-table__btn-status:focus .best-table__btn-status-text {
    border-bottom: 1px solid #4D9EF8;
}

.best-table__btn-status_active:hover .best-table__btn-status-text,
.best-table__btn-status_active:focus .best-table__btn-status-text {
    border-bottom: 1px solid transparent;
}

.best-table__header {
    display: flex;
    flex-flow: row nowrap;
}

.best-table__content {
    padding: 39px 45px 55px;
    overflow: hidden;
}

.best-table__head {
    display: grid;
    grid-template-columns: 6fr 3fr 4fr;
    grid-gap: 0 30px;
    margin: 0 0 56px;
}

.best-table__head-events,
.best-table__head-points {
    font-family: 'gilroy-regular', sans-serif;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #929292;
}

.best-table__head-events {
    grid-column: 2/3;
}

.best-table__head-points {
    grid-column: 3/4;
}

.best-member {
    grid-template-columns: 6fr 3fr 4fr;
    grid-gap: 0 30px;
    margin: 0 0 46px;
    align-items: center;
    transition: opacity .3s, visibility .3s;
    display: none;
}

.best-member.show {
    display: grid;
    cursor: pointer;
    border-radius: 25px;
}

.best-member.show:hover{
    background: white;
}

.best-member:last-of-type {
    margin: 0;
}

.best-member__events {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    color: #3D3D3D;
}

.best-member__points {
    font-family: 'gilroy-bold', sans-serif;
    font-size: 48px;
    line-height: 58px;
    color: #3D3D3D;
    text-align: center;
}

.best-member__info {
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-gap: 11px 56px;
}

.best-member__position {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 77px;
    line-height: 1;
    color: #DFDFDF;
    grid-row: 1/3;
    width: 115px;
    display: flex;
    justify-content: center;
}

.best-member__img {
    object-fit: cover;
    display: block;
    width: 105px;
    height: 105px;
    border-radius: 100%;
    grid-row: 1/3;
    filter: drop-shadow(0px 0px 28.0486px rgba(0, 0, 0, 0.1));
}

.best-member__name {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 28px;
    line-height: 33px;
    color: #3D3D3D;
    align-self: end;
    grid-column: 3/4;
}

.best-member__headquarters {
    font-size: 22px;
    line-height: 26px;
    color: #B0B0B0;
    grid-row: 2/3;
    grid-column: 3/4;
    align-self: start;
}

.best-member__events-title,
.best-member__points-title {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #929292;
    font-family: 'gilroy-regular', sans-serif;
    margin: 0 0 11px;
    display: none;
}

@media screen and (max-width: 1366px) {
    .best-table__content {
        padding: 28px 32px 39px;
    }

    .best-table__btn-status {
        font-size: 19px;
        line-height: 23px;
        min-height: 67px;
    }

    .best-table__btn-status_active {
        font-size: 19px;
        line-height: 23px;
    }

    .best-table__head-events,
    .best-table__head-points {
        font-size: 20px;
        line-height: 23px;
    }

    .best-table__head {
        margin: 0 0 40px;
    }

    .best-member__points {
        font-size: 34px;
        line-height: 41px;
    }

    .best-member__events {
        font-size: 30px;
        line-height: 36px;
    }

    .best-member__position {
        font-size: 54px;
    }

    .best-member__img {
        width: 77px;
        height: 77px;
        filter: drop-shadow(0px 0px 19.8121px rgba(0, 0, 0, 0.1));
    }

    .best-member__name {
        font-size: 20px;
        line-height: 24px;
    }

    .best-member__headquarters {
        font-size: 16px;
        line-height: 18px;
    }

    .best-member__info {
        grid-gap: 8px 39px;
    }

    .best-member {
        margin: 0 0 33px;
    }
}

@media screen and (max-width: 1024px) {
    .best-table__content {
        padding: 23px 52px 54px;
    }

    .best-table__btn-status,
    .best-table__btn-status_active {
        font-size: 19px;
        line-height: 23px;
        min-height: 55px;
    }

    .best-table__head-events,
    .best-table__head-points {
        font-size: 16px;
        line-height: 19px;
    }

    .best-table__head {
        margin: 0 0 33px;
    }

    .best-member__points {
        font-size: 28px;
        line-height: 34px;
    }

    .best-member__events {
        font-size: 25px;
        line-height: 30px;
    }

    .best-member__position {
        font-size: 45px;
        width: 92px;
    }

    .best-member__img {
        width: 64px;
        height: 64px;
        filter: drop-shadow(0px 0px 16.3611px rgba(0, 0, 0, 0.1));
    }

    .best-member__name {
        font-size: 17px;
        line-height: 21px;
    }

    .best-member__headquarters {
        font-size: 14px;
        line-height: 16px;
    }

    .best-member__info {
        grid-gap: 7px 33px;
    }

    .best-member {
        margin: 0 0 38px;
    }
}

@media screen and (max-width: 768px) {
    .best-table__content {
        padding: 17px 39px 27px;
    }

    .best-table__btn-status,
    .best-table__btn-status_active {
        font-size: 14px;
        line-height: 17px;
        min-height: 42px;
    }

    .best-table__head-events,
    .best-table__head-points {
        font-size: 12px;
        line-height: 15px;
    }

    .best-table__head {
        margin: 0 0 25px;
    }

    .best-member__points {
        font-size: 21px;
        line-height: 25px;
    }

    .best-member__events {
        font-size: 18px;
        line-height: 23px;
    }

    .best-member__position {
        font-size: 34px;
        width: 50px;
    }

    .best-member__img {
        width: 48px;
        height: 48px;
        filter: drop-shadow(0px 0px 12.3118px rgba(0, 0, 0, 0.1));
    }

    .best-member__name {
        font-size: 15px;
        line-height: 18px;
    }

    .best-member__headquarters {
        font-size: 13px;
        line-height: 15px;
    }

    .best-member__info {
        grid-gap: 6px 25px;
    }

    .best-member {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 600px) {
    .best-table__content {
        padding: 6px 7px 19px;
    }

    .best-table__btn-status,
    .best-table__btn-status_active {
        font-size: 13px;
        line-height: 16px;
    }

    .best-table__head {
        display: none;
    }

    .best-member__events-title,
    .best-member__points-title {
        display: block;
    }

    .best-member__position {
        grid-row: 1/2;
    }

    .best-member__img {
        grid-row: 2/4;
        grid-column: 2/3;
        margin: 0 9px 0 0;
    }

    .best-member__info {
        grid-gap: 0 12px;
        grid-column: 1/3;
    }

    .best-member__name {
        grid-row: 2/3;
        grid-column: 3/4;
    }

    .best-member__headquarters {
        grid-row: 3/4;
    }

    .best-member {
        grid-template-columns: 1fr 1fr;
        grid-gap: 17px 0;
        margin: 0;
    }
}

/* best-table end */
/* best__buttons start */
.best__buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-flow: row wrap;
}

.best__buttons_inner {
    margin: 82px 0 28px;
}

.best__buttons_index {
    margin: 92px 0 40px;
}

.best__button {
    background-color: transparent;
    border: 2px solid #4D9EF8;
    border-radius: 300px;
    font-size: 24px;
    line-height: 29px;
    color: #4D9EF8;
    padding: 5px 45px;
    transition: .5s;
    min-height: 68px;
    margin: 0 0 30px;
}

.best__button:hover:not(.best__button_active),
.best__button:focus:not(.best__button_active) {
    background-color: #4D9EF8;
    border-color: #83BEFF;
    color: #fff;
}

.best__button_active {
    font-family: 'gilroy-bold', sans-serif;
    background-color: #EB3624;
    border-color: #EB3624;
    color: #fff;
    box-shadow: 0px 0px 30px rgba(235, 54, 36, 0.44);
}

@media screen and (max-width: 1366px) {
    .best__buttons_inner {
        margin: 58px 0 11px;
    }

    .best__buttons_index {
        margin: 68px 0 21px;
    }

    .best__button {
        font-size: 18px;
        line-height: 22px;
        padding: 5px 45px;
        min-height: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .best__buttons_inner {
        margin: 43px 0 6px;
    }

    .best__buttons_index {
        margin: 45px 0 23px;
    }

    .best__button {
        font-size: 15px;
        line-height: 18px;
        padding: 5px 25px;
        min-height: 42px;
    }
}

@media screen and (max-width: 768px) {
    .best__buttons_inner {
        margin: 39px 0 2px;
    }

    .best__buttons_index {
        margin: 36px 0 10px;
    }

    .best__button {
        font-size: 13px;
        line-height: 15px;
        padding: 5px 25px;
        min-height: 34px;
        margin: 0 0 13px;
    }
}

@media screen and (max-width: 600px) {
    .best__buttons_inner {
        margin: 25px 0 10px;
    }

    .best__buttons_index {
        margin: 35px 0 17px;
    }

    .best__button {
        font-size: 12px;
        line-height: 15px;
        padding: 5px 10px;
        min-height: 30px;
    }
}

/* best__buttons end */

/* EVENTS START */
.event-slider.slick-slider {
    margin: 111px 0 45px;
}

.events {
    margin-top: 120px;
}

.event {
    border-radius: 18.042px;
    position: relative;
    overflow: hidden;
    max-width: 441px;
    height: 377px;
    margin: 0 auto;
    transition: .5s;
}

.slick-center .event {
    max-width: 704px;
    height: 426px;
}

.event-slider__item.slick-slide {
    display: inline-flex;
    align-items: center;
    height: 426px;
}

.slick-center .event__date {
    font-size: 23px;
    line-height: 27px;
}

.slick-center .event__name {
    font-size: 26px;
    line-height: 32px;
}

.slick-center .event__link {
    font-size: 24px;
    line-height: 29px;
}

.event_img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.event__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(169.8deg, rgba(0, 0, 0, 0.9) -233.86%, rgba(0, 0, 0, 0) 92.38%),
        linear-gradient(177.08deg, rgba(0, 0, 0, 0) 2.43%, rgba(0, 0, 0, 0.531) 107.16%, rgba(0, 0, 0, 0.738) 141.62%);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    align-content: space-between;
    padding: 23px 30px 32px;
    box-sizing: border-box;
}

.slick-center .event__info {
    background: linear-gradient(169.8deg, rgba(0, 0, 0, 0.8) -233.86%, rgba(0, 0, 0, 0) 92.38%), linear-gradient(180.15deg, rgba(0, 0, 0, 0) 0.13%, rgba(0, 0, 0, 0.472) 75.17%, rgba(0, 0, 0, 0.656) 99.87%);
}

.event__favorites {
    position: relative;

}

.event__favorites-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40.7471px rgba(0, 0, 0, 0.15);
    border-radius: 6.79118px;
}

.event__favorites-icon svg {
    width: 29px;
}

.event__favorites-title {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 66px;
    font-size: 11px;
    line-height: 13px;
    color: #5F5F5F;
    padding: 7px 9px;
    width: 166px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .5s;

}


.event__favorites-icon:hover+.event__favorites-title {
    opacity: 1;
    visibility: visible;
}

.event__date {
    font-size: 20.3736px;
    line-height: 24px;
    color: #FFFFFF;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0 16px;
    align-items: center;
    grid-column: 2/5;
    justify-self: end;
}

.event__link {
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    transition: .5s;
    grid-column: 3/5;
    grid-row: 2;
    justify-self: end;
}

.event__link-icon {
    fill: #fff;
    margin: 0 0 0 11px;
    transition: .5s;
}

.event__link:hover,
.event__link:focus {
    color: #0491FB;
}

.event__link:hover .event__link-icon,
.event__link:focus .event__link-icon {
    fill: #0491FB;
}

.event__name {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 19px;
    line-height: 23px;
    color: #FFFFFF;
    grid-column: 1/3;
    grid-row: 2;
    transition: .5s;
}

@media screen and (max-width: 1442px) {
    .event {
        border-radius: 13.2834px;
        max-width: 325px;
        height: 278px;
    }

    .event__date {
        font-size: 15px;
        line-height: 18px;
        grid-gap: 0 11px;
    }

    .event__date svg {
        width: 21px;
    }

    .event__favorites-icon {
        width: 35px;
        height: 35px;
    }

    .event__favorites-icon svg {
        width: 21px;
    }

    .event__info {
        padding: 17px 21px 22px 21px;
    }

    .slick-center .event {
        max-width: 519px;
        height: 314px;
    }

    .slick-center .event__date {
        font-size: 17px;
        line-height: 21px;
    }

    .slick-center .event__name {
        font-size: 19px;
        line-height: 23px;
    }

    .slick-center .event__link {
        font-size: 18px;
        line-height: 21px;
    }

    .event__name {
        font-size: 14px;
        line-height: 17px;
    }

    .event__link {
        font-size: 12px;
        line-height: 14px;
    }

    .event__link-icon {
        width: 14px;
        margin: 0 0 0 8px;
    }

    .event-slider.slick-slider {
        margin: 107px 0 33px;
    }

    .event-slider__item.slick-slide {
        height: 314px;
    }
}

@media screen and (max-width: 1100px) {
    .event-slider.slick-slider {
        margin: 59px 0 43px;
    }

    .event {
        margin: 0 0 0 auto;
    }

    .slick-center .event {
        margin: 0 auto;
    }

    .slick-center+.event-slider__item .event {
        margin: 0;
    }
}

@media screen and (max-width: 1018px) {
    .event-slider.slick-slider {
        margin: 45px 0;
    }
}

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

    .slick-center .event,
    .event-slider__item.slick-slide,
    .event {
        height: 415px;
    }

    .slick-center .event__date,
    .event__date {
        font-size: 14px;
        line-height: 17px;
        grid-gap: 0 8px;
    }

    .event__date svg {
        width: 18px;
    }

    .event__info {
        padding: 21px 15px 27px 15px;
        align-content: end;
        grid-gap: 14px 0;
        grid-template-rows: auto 1fr auto;
    }

    .slick-center .event__name,
    .event__name {
        font-size: 16px;
        line-height: 20px;
    }

    .slick-center .event__link,
    .event__link {
        font-size: 16px;
        line-height: 19px;
        grid-row: 3/4;
        grid-column: 1/5;
        justify-self: start;
    }

    .event-slider.slick-slider {
        margin: 33px 0 21px;
    }
}

/* EVENTS END */

/* search-member start */
.search-member {
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    box-shadow: 0px 0px 21.236px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    max-width: 784px;
    min-height: 95px;
    display: grid;
    grid-template-columns: 1fr auto;
    overflow: hidden;
}

.search-member__control {
    border: none;
    background: none;
    font-size: 31.1461px;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 0 52px;
    height: 100%;
}

.search-member__control::-webkit-input-placeholder,
.search-member__control::placeholder {
    opacity: .3;
}

.search-member__btn {
    height: 100%;
    width: 100px;
    background: none;
    border: none;
    padding: 0;
}

.search-member__btn svg {
    width: 41px;
    height: 41px;
    fill: #BDBDBD;
    transition: .5s;
}

.search-member__btn:hover svg,
.search-member__btn:focus svg {
    fill: #4D9EF8;
}

.rating__footer {
    display: flex;
    justify-content: flex-end;
    margin: 81px 0 105px;
}

.rating__more {
    display: flex;
    align-items: center;
    font-size: 25px;
    line-height: 30px;
    color: #464646;
    text-decoration: none;
    transition: .5s;
}

.rating__more svg {
    width: 38px;
    margin: 0 0 0 30px;
    fill: #464646;
    transition: .5s;
}

.rating__more:hover svg,
.rating__more:focus svg {
    fill: #EB3624;
}

.rating__more:hover {
    color: #EB3624;
}

.rating__more-text {
    border-bottom: 2px solid #464646;
    transition: .5s;
}

.rating__more:hover .rating__more-text {
    border-bottom: 2px solid #EB3624;
}

@media screen and (max-width: 1366px) {
    .rating__footer {
        margin: 57px 0 68px;
    }

    .rating__more {
        font-size: 18px;
        line-height: 21px;
    }

    .rating__more svg {
        width: 27px;
        height: 13px;
        margin: 0 0 0 21px;
    }

    .search-member {
        margin: 0 0 48px;
        max-width: 554px;
        min-height: 67px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .search-member__control {
        font-size: 22px;
        padding: 0 37px;
    }

    .search-member__btn svg {
        width: 29px;
        height: 29px;
    }
}

@media screen and (max-width: 1024px) {
    .search-member {
        margin: 0 0 30px;
        max-width: 475px;
        min-height: 57px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 8.57401px;
    }

    .search-member__control {
        font-size: 16px;
        padding: 0 32px;
    }

    .search-member__btn svg {
        width: 23px;
        height: 23px;
    }

    .search-member__btn {
        width: 83px;
    }

    .rating__footer {
        margin: 42px 0 53px;
    }
}

@media screen and (max-width: 768px) {
    .search-member {
        margin: 17px 0 38px;
        max-width: 392px;
        min-height: 47px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 7.07581px;
    }

    .search-member__control {
        font-size: 13.2042px;
        padding: 0 26px;
    }

    .search-member__btn svg {
        width: 19px;
        height: 19px;
    }

    .search-member__btn {
        width: 69px;
    }

    .rating__footer {
        margin: 34px 0 58px;
    }
}

@media screen and (max-width: 500px) {
    .search-member {
        margin: 0 0 25px;
        max-width: 100%;
        min-height: 37px;
        box-shadow: 0px 0px 7.70408px rgba(0, 0, 0, 0.1);
        border-radius: 5.45126px;
    }

    .search-member__control {
        font-size: 12px;
        padding: 0 20px;
    }

    .search-member__btn svg {
        width: 15px;
        height: 15px;
    }

    .search-member__btn {
        width: 45px;
    }

    .rating__footer {
        margin: 22px 0 55px;
    }

    .rating__more {
        font-size: 14px;
        line-height: 17px;
    }

    .rating__more svg {
        width: 19px;
        height: 9px;
        margin: 0 0 0 8px;
    }
}

/* search-member end */
/* breadcrumb start */
.breadcrumb {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 60px 0 40px;
    padding: 0;
    background: none;
    border-radius: 0;
}

.breadcrumb-item a {
    font-size: 20px;
    line-height: 1.15;
    color: #424242;
    text-decoration: none;
    padding: 7px 18px;
    background: #F5F5F5;
    border-radius: 21px;
    transition: .5s;
}

.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
    background: #4D9EF8;
    color: #fff;
}

.separator {
    width: 11px;
    height: 21px;
    margin: 0 17px;
}

.breadcrumb .lastItem {
    font-size: 20px;
    line-height: 1.15;
    color: #0491FB;
}

@media screen and (max-width: 1366px) {
    .breadcrumb {
        margin: 50px 0;
    }

    .breadcrumb-item a {
        font-size: 14px;
        padding: 5px 15px;
    }

    .breadcrumb .lastItem {
        font-size: 14px;
    }

    .separator {
        width: 8px;
        height: 14px;
        margin: 0 12px;
    }
}

@media screen and (max-width: 1024px) {
    .breadcrumb {
        margin: 48px 0 32px;
    }
}

@media screen and (max-width: 768px) {
    .breadcrumb {
        margin: 39px 0 53px;
    }
}

@media screen and (max-width: 500px) {
    .breadcrumb {
        margin: 34px 0;
    }

    .breadcrumb-item a {
        font-size: 10px;
        padding: 4px 10px;
    }

    .breadcrumb .lastItem {
        font-size: 10px;
    }

    .separator {
        width: 6px;
        height: 11px;
        margin: 0 9px;
    }
}

/* breadcrumb end */
/* shop page start */
.shop-page__desc,
.news-page__desc {
    margin: 0 0 109px;
}

.shop-page__title {
    font-family: 'gilroy-bold', sans-serif;
    font-size: 50px;
    line-height: 60px;
    color: #5C5C5C;
    margin: 0 0 71px;
}

.main_shop-page,
.main_news-page,
.main_team-page {
    margin: 30px auto 112px;
}

.main_news-page {
    max-width: 1715px;
}

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

    .main_shop-page,
    .main_news-page,
    .main_team-page {
        margin: 0 auto 57px;
    }

    .shop-page__desc,
    .news-page__desc {
        margin: 20px 0 99px;
    }

    .shop-page__title {
        font-size: 35px;
        line-height: 42px;
        margin: 0 0 50px;
    }
}

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

    .main_shop-page,
    .main_news-page,
    .main_team-page {
        margin: 0 auto 106px;
    }

    .shop-page__desc,
    .news-page__desc {
        margin: 24px 0 48px;
    }

    .shop-page__title {
        margin: 0 0 46px;
    }
}

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

    .main_shop-page,
    .main_news-page,
    .main_team-page {
        margin: 0 auto 77px;
    }

    .shop-page__desc,
    .news-page__desc {
        max-width: 440px;
        margin: 28px auto 59px;
    }

    .shop-page__title {
        font-size: 27px;
        line-height: 33px;
        margin: 0 0 23px;
    }
}

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

    .main_shop-page,
    .main_news-page,
    .main_team-page {
        margin: 0 auto 72px;
    }

    .shop-page__desc,
    .news-page__desc {
        margin: 15px auto 42px;
    }

    .shop-page__title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 20px;
    }
}

/* shop page end */
/* news-preview start */
.news-preview {
    display: grid;
    grid-template-columns: repeat(4, auto);
    align-content: center;
    background: #FFFFFF;
    box-shadow: 0px 5.61954px 42.1465px rgba(0, 0, 0, 0.15);
    border-radius: 28.0977px;
    padding: 30px 38px 34px 32px;
    align-items: center;
    grid-gap: 13px 32px;
}

.news-preview__img {
    display: block;
    max-width: 180px;
    border: 3px solid #0491FB;
    box-sizing: border-box;
    border-radius: 100%;
    grid-row: 1/4;
}

.news-preview__title {
    font-family: 'gilroy-bold', sans-serif;
    font-size: 25.2879px;
    line-height: 31px;
    color: #4D9EF8;
    grid-column: 2/5;
}

.news-preview__desc {
    font-size: 19.6684px;
    line-height: 23px;
    color: #000000;
    grid-column: 2/5;
}

.news-preview__time {
    font-size: 19.6684px;
    line-height: 23px;
    color: #8C8C8C;
}

.news-preview__hashtag {
    font-size: 19.6684px;
    line-height: 23px;
    color: #0491FB;
}

.news-preview__link {
    display: flex;
    align-items: center;
    font-size: 19.6684px;
    line-height: 23px;
    color: #464646;
    text-decoration: none;
    transition: .5s;
    justify-self: end;
}

.news-preview__link-text {
    border-bottom: 2px solid #464646;
    transition: .5s;
}

.news-preview__link svg {
    width: 25px;
    height: 13px;
    margin: 0 0 0 16px;
    fill: #464646;
    transition: .5s;
}

.news-preview__link:hover svg,
.news-preview__link:focus svg {
    fill: #EB3624;
}

.news-preview__link:hover .news-preview__link-text {
    border-bottom: 2px solid #EB3624;
    color: #EB3624;
}

.news-preview__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 48px 43px;
}

.news-preview__foter {
    grid-column: 2/5;
    margin: 12px 0 0;
    display: grid;
    grid-template-columns: repeat(2, auto) 1fr;
    justify-content: start;
    grid-gap: 0 23px;
}

@media screen and (max-width: 1460px) {
    .news-preview__title {
        font-size: 18px;
        line-height: 22px;
    }

    .news-preview__desc,
    .news-preview__time,
    .news-preview__hashtag {
        font-size: 14px;
        line-height: 16px;
    }

    .news-preview__link {
        font-size: 14px;
        line-height: 16px;
    }

    .news-preview__link svg {
        width: 18px;
        height: 9px;
        margin: 0 0 0 12px;
    }

    .news-preview__img {
        max-width: 127px;
        border: 2px solid #0491FB;
    }

    .news-preview {
        padding: 21px 24px 24px 30px;
        grid-gap: 9px 30px;
    }

    .news-preview__foter {
        margin: 9px 0 0;
        grid-gap: 0 16px;
    }

    .news-preview__items {
        grid-gap: 34px 31px;
    }

    .news-preview__link-text {
        border-bottom: 1px solid #464646;
    }

    .news-preview__link:hover .news-preview__link-text {
        border-bottom: 1px solid #EB3624;
    }
}

@media screen and (max-width: 1024px) {
    .news-preview__img {
        max-width: 103px;
        border: 1.62457px solid #0491FB;
    }

    .news-preview__title {
        font-size: 14.6212px;
        line-height: 18px;
    }

    .news-preview__items {
        grid-gap: 27px 23px;
    }

    .news-preview {
        padding: 17px 27px 19px 24px;
        grid-gap: 7px 24px;
    }

    .news-preview__desc {
        font-size: 11.372px;
        line-height: 14px;
    }

    .news-preview__foter {
        margin: 7px 0 0;
        grid-gap: 0 13px;
    }

    .news-preview__desc,
    .news-preview__time,
    .news-preview__hashtag,
    .news-preview__link {
        font-size: 11.372px;
        line-height: 14px;
    }

    .news-preview__link svg {
        width: 14px;
        height: 7px;
        margin: 0 0 0 10px;
    }
}

@media screen and (max-width: 880px) {
    .news-preview__items {
        grid-template-columns: minmax(200px, 570px);
        grid-gap: 34px 0;
        justify-content: center;
    }

    .news-preview__title {
        font-size: 18px;
        line-height: 22px;
    }

    .news-preview__img {
        max-width: 127px;
        border: 2px solid #0491FB;
    }

    .news-preview__desc,
    .news-preview__time,
    .news-preview__hashtag,
    .news-preview__link {
        font-size: 14px;
        line-height: 16px;
    }

    .news-preview__link svg {
        width: 18px;
        height: 9px;
        margin: 0 0 0 12px;
    }

    .news-preview {
        padding: 21px 24px 24px 30px;
        grid-gap: 9px 30px;
    }

    .news-preview__foter {
        margin: 9px 0 0;
        grid-gap: 0 16px;
    }
}

@media screen and (max-width: 550px) {
    .news-preview__img {
        max-width: 77px;
        grid-row: 1/2;
    }

    .news-preview__desc {
        grid-column: 1/3;
    }

    .news-preview__foter {
        grid-column: 1/3;
        margin: 0;
    }

    .news-preview__title {
        font-size: 16px;
        line-height: 20px;
        grid-column: 2/3;
    }

    .news-preview__desc,
    .news-preview__time,
    .news-preview__hashtag,
    .news-preview__link {
        font-size: 12px;
        line-height: 14px;
    }

    .news-preview__link svg {
        width: 16px;
        height: 8px;
        margin: 0 0 0 7px;
    }

    .news-preview {
        padding: 10px 9px 20px 9px;
        grid-gap: 22px 14px;
        grid-template-columns: auto 1fr;
    }

    .news-page__desc {
        max-width: 250px;
    }
}

/* news-preview end */

/* news-inner-page start */
.news-inner-page {
    display: grid;
    grid-template-columns: 1fr 380px;
    grid-gap: 0 30px;
}

.news-inner__date {
    font-family: 'gilroy-regular', sans-serif;
    font-size: 30px;
    line-height: 34px;
    color: #BCBCBC;
    margin: 0 0 .5em;
}

.news-inner__title {
    font-family: 'gilroy-bold', sans-serif;
    font-size: 59px;
    line-height: 72px;
    color: #5C5C5C;
    margin: 0 0 45px;
}

.news-inner__content {
    font-size: 25px;
    line-height: 34px;
    color: #5C5C5C;
}

.hastag__list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
}

.hastag__list_news-inner {
    margin: 58px 0 146px;
}

.hastag__item,
.hastag__item:visited {
    display: block;
    text-decoration: none;
    font-size: 23px;
    line-height: 27px;
    color: #0491FB;
    font-family: 'gilroy-semibold', sans-serif;
    hyphens: auto;
    margin: 0 0 15px;
}

.news-inner__img {
    display: block;
    max-width: 1085px;
    width: 100%;
    border-radius: 21.1508px;
    margin: 0 0 52px;
}

.news-inner-sidebar {
    background: #FFFFFF;
    box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.15);
    border-radius: 21px;
    padding: 24px 38px 39px;
}

.news-inner-sidebar__title {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #5C5C5C;
}

.diff-news {
    display: block;
    text-decoration: none;
    position: relative;
    filter: drop-shadow(0px 0px 21.1508px rgba(0, 0, 0, 0.1));
    border-radius: 21.1508px;
    overflow: hidden;
    transition: .5s;
    margin: 32px 0 0;
}

.diff-news:hover,
.diff-news:focus {
    filter: drop-shadow(0px 4.25185px 31.8889px rgba(0, 0, 0, 0.05));
}

.diff-news__img {
    display: block;
    width: 100%;
}

.diff-news__info {
    padding: 21px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 18px 30px;
    align-content: end;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50.13%, #FFFFFF 63.54%, #FFFFFF 84.31%, #FFFFFF 100%);
}

.diff-news__title {
    font-family: 'gilroy-bold', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #4D9EF8;
    grid-column: 1/3;
}

.diff-news__date {
    font-size: 17px;
    line-height: 20px;
    color: #8C8C8C;
}

.diff-news__hastag {
    font-size: 17px;
    line-height: 20px;
    color: #0491FB;
    hyphens: auto;
}

@media screen and (max-width: 1366px) {
    .news-inner-page {
        grid-template-columns: 1fr 270px;
    }

    .news-inner-sidebar {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        border-radius: 15px;
        padding: 17px 27px 28px;
    }

    .news-inner__date {
        font-size: 21px;
        line-height: 25px;
        margin: 0 0 11px;
    }

    .news-inner__title {
        font-size: 42px;
        line-height: 52px;
        margin: 0 0 32px;
    }

    .news-inner__img {
        max-width: 770px;
        margin: 0 0 39px;
    }

    .news-inner__content {
        font-size: 18px;
        line-height: 25px;
    }

    .hastag__item,
    .hastag__item:visited {
        font-size: 16px;
        line-height: 20px;
    }

    .hastag__list_news-inner {
        margin: 41px 0 90px;
    }

    .news-inner-sidebar__title {
        font-size: 14px;
        line-height: 17px;
    }

    .diff-news {
        margin: 23px 0 0;
        filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.05));
        border-radius: 15px;
    }

    .diff-news__title {
        font-size: 14px;
        line-height: 17px;
    }

    .diff-news__date,
    .diff-news__hastag {
        font-size: 12px;
        line-height: 14px;
    }

    .diff-news__info {
        padding: 15px;
        grid-gap: 13px 25px;
    }
}

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

    .news-inner__title {
        font-size: 36px;
        line-height: 45px;
        margin: 0 0 23px;
    }

    .news-inner__img {
        max-width: 675px;
        margin: 0 0 37px;
    }

    .news-inner__content {
        font-size: 16px;
        line-height: 1.38;
    }

    .hastag__list_news-inner {
        margin: 38px 0 42px;
    }

    .news-inner-page {
        grid-gap: 0 20px;
    }
}

@media screen and (max-width: 900px) {
    .news-inner-page {
        grid-template-columns: 1fr;
    }

    .diff-news:last-of-type {
        display: none;
    }

    .diff-news {
        flex: none;
        width: 205px;
        margin: 0 0 28px;
    }

    .news-inner-sidebar__title {
        flex: none;
        width: 100%;
        margin: 0 0 19px;
    }

    .diff-news {
        flex: none;
        width: 205px;
        margin: 0 0 28px;
        border-radius: 14px;
    }

    .news-inner-sidebar {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        padding: 14px 10px;
    }

    .diff-news__title {
        font-size: 13px;
        line-height: 17px;
    }

    .diff-news__date,
    .diff-news__hastag {
        font-size: 11px;
        line-height: 14px;
    }

    .diff-news__info {
        padding: 14px;
        grid-gap: 12px 20px;
    }

}

@media screen and (max-width: 700px) {
    .news-inner__date {
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 10px;
    }

    .news-inner__title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 17px;
    }
}

@media screen and (max-width: 500px) {
    .hastag__list_news-inner {
        margin: 27px 0 12px;
    }

    .diff-news {
        margin: 0 0 20px;
    }

    .news-inner-sidebar {
        padding: 15px 10px 18px;
    }
}

/* news-inner-page end */

/* tabs start */
.tabs {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0;
    list-style: none;
}

.tabs__item {
    margin: 0 30px 14px 0;
}

.tabs__item-volont {
    margin: 0 30px 14px 0;
    flex: 0 1 100%;
    display: flex;
    justify-content: flex-end;
    text-align: center;
}

.tabs__link,
.tabs__link:visited {
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4D9EF8;
    padding: 15px 50px;
    border: 2.81667px solid #4D9EF8;
    box-sizing: border-box;
    border-radius: 321.1px;
    text-decoration: none;
    transition: .5s;
    overflow: visible;
}

.tabs__link.active,
.tabs__link.active:visited {
    color: #FFFFFF;
    background: #EB3624;
    border-color: #EB3624;
    filter: drop-shadow(0px 0px 32.11px rgba(235, 54, 36, 0.44));
}

.tabs__link:hover:not(.active),
.tabs__link:focus:not(.active) {
    color: #FFFFFF;
    background: #0491FB;
}

.tabs_document {
    margin: 77px 0 58px;
}

@media screen and (max-width: 1366px) {
    .tabs_document {
        margin: 55px 0 51px;
    }

    .tabs__link,
    .tabs__link:visited {
        font-size: 14px;
        line-height: 17px;
        padding: 11px 44px;
    }

    .tabs__item {
        margin: 0 22px 14px 0;
    }
}

@media screen and (max-width: 1024px) {
    .tabs_document {
        margin: 52px 0 34px;
    }

    .tabs__link,
    .tabs__link:visited {
        font-size: 13.1716px;
        line-height: 16px;
        padding: 10px 42px;
    }

    .tabs__item {
        margin: 0 21px 14px 0;
    }
}

@media screen and (max-width: 768px) {
    .tabs_document {
        margin: 39px 0 22px;
    }

    .tabs__link,
    .tabs__link:visited {
        font-size: 9.94188px;
        line-height: 12px;
        padding: 8px 22px;
        border-width: 1px;
    }

    .tabs__item {
        margin: 0 16px 14px 0;
    }

}

@media screen and (max-width: 500px) {
    .tabs_document {
        margin: 20px 0 4px;
    }

    .tabs__link,
    .tabs__link:visited {
        font-size: 8px;
        line-height: 10px;
        padding: 6px 15px;
    }

    .tabs__item {
        margin: 0 11px 14px 0;
    }
}

/* tabs end */
/* document-list start */
.document-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.document-list.tab_show {
    display: block;
}

.document-list__link {
    display: inline-grid;
    grid-template-columns: auto 1fr;
    grid-gap: 22px 44px;
    align-content: center;
    text-decoration: none;
}

.document-list__link:hover .document-list__link-text,
.document-list__link:focus .document-list__link-text {
    color: #EB3624;
}

.document-list__link:hover .document-list__icon svg,
.document-list__link:focus .document-list__icon svg {
    fill: #EB3624;
}

.document-list__item {
    margin: 0 0 74px;
}

.document-list__item:last-of-type {
    margin: 0;
}

.document-list__icon {
    width: 94px;
    height: 94px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 40.7016px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    grid-row: 1/3;
    align-self: center;
}

.document-list__icon svg {
    width: 50px;
    height: 60px;
    fill: #4D9EF8;
    transition: .5s;
}

.document-list__link-text {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 28.4911px;
    line-height: 35px;
    color: #4D9EF8;
    transition: .5s;
    text-decoration: underline;
}

.document-list__time {
    font-size: 23.9166px;
    line-height: 28px;
    color: #424242;
    grid-column: 2;
}

.order-document {
    display: none;
}

.order-document.tab_show {
    display: block;
}

.order-document__text {
    font-size: 26.7583px;
    line-height: 31px;
    color: #424242;
    margin: 64px 0 72px;
    max-width: 1053px;
}

.order-document__btn-email {
    font-family: 'gilroy-semibold', sans-serif;
    display: inline-block;
    background: #EB3624;
    border-radius: 128.693px;
    font-size: 23.1647px;
    line-height: 28px;
    color: #FFFFFF;
    border: 2px solid #EB3624;
    transition: .5s;
    padding: 23px 44px;
    margin: 0 52px 0 0;
}

.order-document__btn-email:hover,
.order-document__btn-email:focus {
    color: #EB3624;
    background: #fff;
}

.order-document__btn-original {
    font-family: 'gilroy-semibold', sans-serif;
    display: inline-block;
    background: #4D9EF8;
    border-radius: 128.693px;
    font-size: 23.1647px;
    line-height: 28px;
    color: #FFFFFF;
    border: 2px solid #4D9EF8;
    transition: .5s;
    padding: 23px 99px;
}

.order-document__btn-original:hover,
.order-document__btn-original:focus {
    color: #4D9EF8;
    background: #fff;
}

@media screen and (max-width: 1366px) {
    .document-list__icon {
        width: 69px;
        height: 69px;
    }

    .document-list__icon svg {
        width: 37px;
        height: 44px;
    }

    .document-list__link-text {
        font-size: 21px;
        line-height: 26px;
    }

    .document-list__time {
        font-size: 18px;
        line-height: 21px;
    }

    .document-list__link {
        grid-gap: 16px 33px;
    }

    .document-list__item {
        margin: 0 0 55px;
    }

    .order-document__text {
        font-size: 19px;
        line-height: 22px;
        margin: 46px 0 51px;
        max-width: 748px;
    }

    .order-document__btn-email {
        border-radius: 91.3793px;
        font-size: 16.4483px;
        line-height: 20px;
        padding: 15px 31px;
        margin: 0 37px 0 0;
    }

    .order-document__btn-original {
        border-radius: 91.3793px;
        font-size: 16.4483px;
        line-height: 20px;
        padding: 15px 69px;
    }
}

@media screen and (max-width: 1024px) {
    .document-list__item {
        margin: 0 0 48px;
    }

    .document-list__icon {
        width: 61px;
        height: 61px;
    }

    .document-list__icon svg {
        width: 32px;
        height: 39px;
    }

    .document-list__link-text {
        font-size: 18.4963px;
        line-height: 23px;
    }

    .document-list__time {
        font-size: 15.5266px;
        line-height: 18px;
    }

    .document-list__link {
        grid-gap: 14px 29px;
    }

    .order-document__text {
        font-size: 17.8757px;
        line-height: 21px;
        margin: 42px 0 44px;
        max-width: 703px;
    }

    .order-document__btn-email {
        border-radius: 85.9723px;
        font-size: 15.475px;
        line-height: 19px;
        padding: 14px 29px;
        margin: 0 34px 0 0;
        border-width: 1px;
    }

    .order-document__btn-original {
        border-radius: 85.9723px;
        font-size: 15.475px;
        line-height: 19px;
        padding: 14px 65px;
        border-width: 1px;
    }
}

@media screen and (max-width: 768px) {
    .order-document__text {
        font-size: 13.4926px;
        line-height: 16px;
        margin: 32px 0 33px;
        max-width: 531px;
    }

    .order-document__btn-email {
        border-radius: 64.8916px;
        font-size: 11.6805px;
        line-height: 14px;
        padding: 12px 24px;
        margin: 0 34px 30px 0;
        border-width: 1px;
    }

    .order-document__btn-original {
        border-radius: 64.8916px;
        font-size: 11.6805px;
        line-height: 14px;
        padding: 12px 49px;
        border-width: 1px;
    }
}

@media screen and (max-width: 500px) {
    .document-list__link-text {
        font-size: 14px;
        line-height: 17px;
    }

    .document-list__time {
        font-size: 12px;
        line-height: 14px;
    }

    .document-list__link {
        grid-gap: 12px 29px;
    }

    .document-list__item {
        margin: 0 0 31px;
    }

    .order-document__text {
        font-size: 11px;
        line-height: 13px;
        margin: 21px 0 22px;
    }

    .order-document__btn-email {
        border-radius: 45.1043px;
        font-size: 8.11878px;
        line-height: 10px;
        padding: 8px 16px;
        margin: 0 18px 18px 0;
    }

    .order-document__btn-original {
        border-radius: 45.1043px;
        font-size: 8.11878px;
        line-height: 10px;
        padding: 8px 34px;
    }
}

/* document-list end */
/* .order-select start */
.order-select {
    position: relative;
    max-width: 990px;
    cursor: pointer;
}

.order-select__output {
    background: #FFFFFF;
    box-shadow: 0px 0px 28.1667px rgba(0, 0, 0, 0.1);
    border-radius: 21.125px;
    padding: 26px 70px 26px 39px;
    font-size: 23.9417px;
    line-height: 28px;
    position: relative;
}

.order-select:hover .order-select__output::after {
    transform: rotate(0deg);
}

.order-select__output:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 12px solid #464646;
    position: absolute;
    top: calc(50% - 6px);
    right: 40px;
    transform: rotate(180deg);
}

.order-select__list {
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    position: absolute;
    top: 100%;
    right: 0;
    background: none;
    width: 97%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.order-select:hover .order-select__list {
    opacity: 1;
    visibility: visible;
}

.order-select__label-text {
    font-family: 'gilroy-semibold', sans-serif;
    background: #fff;
    font-size: 22px;
    line-height: 27px;
    color: #747474;
    padding: 1em;
    display: block;
    transition: .5s;
    cursor: pointer;
}

.order-select__input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;

}

.order-select__label-text:hover {
    background: #E7F2FF;
}

.order-select__input:checked+.order-select__label-text {
    background: #E7F2FF;
}

@media screen and (max-width: 1366px) {
    .order-select {
        max-width: 703px;
    }

    .order-select__output {
        font-size: 17px;
        line-height: 20px;
        padding: 19px 52px 19px 28px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
    }

    .order-select__output::after {
        right: 28px;
    }

    .order-select__label-text {
        font-size: 17px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .order-select__output {
        font-size: 16px;
        line-height: 19px;
        padding: 17px 50px 17px 26px;
        box-shadow: 0px 0px 18.8166px rgba(0, 0, 0, 0.1);
        border-radius: 14.1124px;
    }

    .order-select__output::after {
        right: 20px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 8px solid #464646;
        top: calc(50% - 4px);
    }

    .order-select__label-text {
        font-size: 16px;
        line-height: 19px;
    }

    .order-select {
        max-width: 661px;
    }
}

@media screen and (max-width: 768px) {
    .order-select__output {
        font-size: 12.0723px;
        line-height: 14px;
        padding: 13px 35px 13px 20px;
        box-shadow: 0px 0px 14.2027px rgba(0, 0, 0, 0.1);
        border-radius: 10.652px;
    }

    .order-select__label-text {
        font-size: 12.0723px;
        line-height: 14px;
    }

    .order-select {
        max-width: 499px;
    }
}

@media screen and (max-width: 500px) {
    .order-select__output {
        font-size: 10px;
        line-height: 12px;
        padding: 10px 35px 10px 15px;
    }

    .order-select__label-text {
        font-size: 10px;
        line-height: 12px;
    }

    .order-select__output::after {
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 4px solid #464646;
        top: calc(50% - 2px);
    }

    .order-select__list {
        width: 100%;
    }
}

/* .order-select end */

/* .document-thanks start */
.document-thanks {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 54px;
    display: grid;
}

.document-wrap-thanks {
    display: none;
}

.document-wrap-thanks.tab_show {
    display: block;
}

.document-thanks_item,
.document-thanks_item:visited {
    display: block;
    text-decoration: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 42.4134px rgba(0, 0, 0, 0.13);
    border-radius: 21.2067px;
    padding: 25px 21px 23px;
    box-sizing: border-box;
    transition: .5s;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 12px 0;
}

.document-thanks_item:hover,
.document-thanks_item:focus {
    transform: scale(1.08);
}

.document-thanks__img {
    display: block;
    justify-self: center;
    max-width: 100%;
    width: 100%;
}

.document-thanks__wrap-img {
    grid-column: 1/3;
}

.document-thanks__time {
    font-size: 19.7929px;
    line-height: 23px;
    color: #747474;
    grid-row: 2;
}

.document-thanks__count,
.document-thanks__count:visited {
    font-size: 19.7929px;
    line-height: 23px;
    color: #747474;
    grid-row: 2;
    display: grid;
    grid-template-columns: 24px 1fr;
    justify-self: end;
    grid-gap: 0 10px;
    text-decoration: none;
    align-items: center;
}

.document-thanks__count svg {
    width: 100%;
}

.document-thanks__title,
.document-thanks__title:visited {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 24.0342px;
    line-height: 29px;
    color: #4D9EF8;
    grid-column: 1/3;
    text-decoration: none;
}

.document-thanks_wrap-item {
    position: relative;
}

@media screen and (max-width: 1366px) {
    .document-thanks {
        grid-gap: 42px 34px;
    }

    .document-thanks_item,
    .document-thanks_item:visited {
        box-shadow: 0px 0px 32.9797px rgba(0, 0, 0, 0.13);
        border-radius: 16.4899px;
        padding: 20px 17px 18px;
        grid-gap: 10px 0;
    }

    .document-thanks__time {
        font-size: 19.7929px;
        line-height: 23px;
    }

    .document-thanks__title,
    .document-thanks__title:visited {
        font-size: 18.6885px;
        line-height: 23px;
    }

    .document-thanks__count,
    .document-thanks__count:visited {
        font-size: 19.7929px;
        line-height: 23px;
        grid-template-columns: 17px 1fr;
        grid-gap: 0 5px;
    }
}

@media screen and (max-width: 1200px) {
    .document-thanks {
        grid-template-columns: repeat(3, 1fr);
    }

    .document-thanks_item,
    .document-thanks_item:visited {
        box-shadow: 0px 0px 32.9797px rgba(0, 0, 0, 0.13);
        border-radius: 16.4899px;
        padding: 20px 17px 18px;
    }

    .document-thanks__time,
    .document-thanks__count,
    .document-thanks__count:visited {
        font-size: 15.3905px;
        line-height: 18px;
    }

    .document-thanks__count,
    .document-thanks__count:visited {
        font-size: 15.3905px;
        line-height: 18px;
        grid-template-columns: 15px 1fr;
    }

    .document-thanks__title,
    .document-thanks__title:visited {
        font-size: 18.6885px;
        line-height: 23px;
    }
}

@media screen and (max-width: 900px) {
    .document-thanks {
        grid-gap: 31px 25px;
        grid-template-columns: repeat(3, 1fr);
    }

    .document-thanks_item,
    .document-thanks_item:visited {
        box-shadow: 0px 0px 24.1528px rgba(0, 0, 0, 0.13);
        border-radius: 12.0764px;
        padding: 15px 13px 13px;
        grid-gap: 7px 0;
    }

    .document-thanks__time,
    .document-thanks__count,
    .document-thanks__count:visited {
        font-size: 11.2713px;
        line-height: 13px;
    }

    .document-thanks__count,
    .document-thanks__count:visited {
        font-size: 11.2713px;
        line-height: 13px;
        grid-template-columns: 13px 1fr;
    }

    .document-thanks__title,
    .document-thanks__title:visited {
        font-size: 13.6866px;
        line-height: 17px;
    }
}

@media screen and (max-width: 680px) {
    .document-thanks {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .document-thanks {
        grid-template-columns: 1fr;
        grid-gap: 36px 0px;
        max-width: 258px;
        margin: 0 auto;
    }

    .document-thanks_item,
    .document-thanks_item:visited {
        box-shadow: 0px 0px 28.6716px rgba(0, 0, 0, 0.13);
        border-radius: 14.3358px;
        padding: 17px 16px 15px;
        grid-gap: 8px 0;
    }

    .document-thanks__time {
        font-size: 13.3801px;
        line-height: 16px;
    }

    .document-thanks__count,
    .document-thanks__count:visited {
        font-size: 13.3801px;
        line-height: 16px;
        grid-template-columns: 16px 1fr;
    }

    .document-thanks__title,
    .document-thanks__title:visited {
        font-size: 16.2472px;
        line-height: 20px;
    }
}

/* .document-thanks end */

/* .volunteer-about-me start */
#pers-info {
    display: none;
}

#pers-info.tab_show {
    display: block;
}

.volunteer-about-me {
    margin: 92px 0 70px;
}

.volunteer-subtitle {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 38px;
    line-height: 45px;
    color: #5C5C5C;
    margin: 0 0 29px;
}

.volunteer-about-me__content {
    font-size: 25.2936px;
    line-height: 29px;
    letter-spacing: 0.01em;
}

.btn-read-more {
    grid-template-columns: 1fr auto;
    grid-gap: 0 26px;
    align-items: center;
    border: none;
    background: none;
    margin: 52px 0 0 auto;
    display: none;
}

.btn-read-more.show {
    display: grid;
}

.btn-read-more__text {
    font-size: 18px;
    line-height: 21px;
    color: #464646;
    transition: .5s;
    border-bottom: 1px solid #464646;
}

.btn-read-more__icon {
    fill: #464646;
    transition: .5s;
}

.btn-read-more:hover .btn-read-more__text,
.btn-read-more:focus .btn-read-more__text {
    color: #EB3624;
    border-color: #EB3624;
}

.btn-read-more:hover .btn-read-more__icon,
.btn-read-more:focus .btn-read-more__icon {
    fill: #EB3624;
}

.volunteer-about-me__wrap-content {
    overflow: hidden;
    position: relative;
}

.volunteer-about-me__wrap-content.open {
    max-height: none;
}

.volunteer-about-me__wrap-content.folding:after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: inset 0px -28px 19px 0px rgb(255, 255, 255);
}

.volunteer-about-me__wrap-content.folding.open::after {
    box-shadow: inset 0px 0px 0px 0px rgb(255, 255, 255);
}

@media screen and (max-width: 1366px) {
    .volunteer-about-me__content {
        font-size: 18px;
        line-height: 21px;
    }

    .volunteer-subtitle {
        font-size: 27px;
        line-height: 33px;
        margin: 0 0 21px;
    }

    .volunteer-about-me {
        margin: 66px 0 50px;
    }
}

@media screen and (max-width: 1024px) {
    .volunteer-subtitle {
        font-size: 23px;
        line-height: 28px;
        margin: 0 0 15px;
    }

    .volunteer-about-me {
        margin: 83px 0 0px;
    }

    .volunteer-about-me__wrap-content {
        max-height: 200px;
    }


}

@media screen and (max-width: 768px) {
    .volunteer-subtitle {
        font-size: 21px;
        line-height: 25px;
    }

    .volunteer-about-me {
        margin: 43px 0 30px;
    }

    .volunteer-about-me__content {
        font-size: 16px;
        line-height: 19px;
    }

    .btn-read-more {
        grid-gap: 0 18px;
    }
}

@media screen and (max-width: 500px) {
    .volunteer-subtitle {
        font-size: 20px;
        line-height: 24px;
    }

    .volunteer-about-me {
        margin: 39px 0 37px;
    }

    .btn-read-more {
        grid-gap: 0 8px;
    }

    .btn-read-more__text {
        font-size: 14px;
        line-height: 17px;
    }

    .btn-read-more__icon {
        width: 19px;
        height: 9px;
    }
}

/* .volunteer-about-me end */
/* .volunteer-personal-information  start */
.volunteer-personal-information__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px 42px;
}

.volunteer-personal-information__item {
    background: #F3F3F3;
    border-radius: 21.078px;
    display: grid;
    grid-template-columns: 5fr 4fr;
    grid-gap: 0 10px;
    align-items: center;
    padding: 14px 34px;
}

.volunteer-personal-information__title {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 29.5092px;
    line-height: 36px;
    letter-spacing: 0.01em;
}

.volunteer-personal-information__subtitle {
    font-size: 29.5092px;
    line-height: 35px;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 1366px) {
    .volunteer-personal-information__title {
        font-size: 21px;
        line-height: 26px;
    }

    .volunteer-personal-information__subtitle {
        font-size: 21px;
        line-height: 25px;
    }

    .volunteer-personal-information__item {
        border-radius: 15px;
        padding: 10px 24px;
    }

    .volunteer-personal-information__list {
        grid-gap: 17px 30px;
    }
}

@media screen and (max-width: 1024px) {
    .volunteer-personal-information__list {
        margin: 33px 0 0;
    }

    .volunteer-personal-information__list {
        grid-template-columns: 1fr;
        grid-gap: 16px 0;
    }

    .volunteer-subtitle {
        line-height: 27px;
    }

    .volunteer-personal-information__item {
        border-radius: 13.7574px;
        padding: 8px 24px;
        grid-template-columns: 8fr 3fr;
    }

    .volunteer-personal-information__title,
    .volunteer-personal-information__subtitle {
        font-size: 17px;
        line-height: 20px;
    }
}

@media screen and (max-width: 768px) {
    .volunteer-personal-information__item {
        grid-template-columns: 4fr 3fr;
    }
}

@media screen and (max-width: 550px) {
    .volunteer-personal-information {
        
    }
}

/* .volunteer-personal-information  end */
/* .volunteer-profile start */
.volunteer-profile {
    background: #FFFFFF;
    border-radius: 21.078px;
    filter: drop-shadow(0px 0px 42.156px rgba(0, 0, 0, 0.15));
    margin: 80px 0 93px;
    display: grid;
    grid-template-columns: auto minmax(100px, 460px) 1fr;
    grid-gap: 58px 64px;
    align-items: center;
    align-content: center;
    padding: 47px 61px 47px 69px;
}

.tabs__link_volunteer-profile.tabs__link.active {
    filter: none;
}

.tabs_volunteer-profile {
    margin: 0;
    justify-content: flex-end;
}

.tabs_volunteer-profile .tabs__item:first-of-type {
    margin: 0 0px 14px 0;
}

.tabs_volunteer-profile .tabs__item:nth-of-type(n + 2) {
    margin: 0 0px 14px 30px;
}

.volunteer-profile__avatar {
    display: block;
    max-width: 312px;
    filter: drop-shadow(0px 0px 42.156px rgba(0, 0, 0, 0.25));
    border-radius: 100%;
    grid-row: 1/3;
}

.volunteer-profile__info {
    grid-row: 1/3;
    display: grid;
    justify-items: start;
}

.volunteer-profile__name {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 40.7508px;
    line-height: 49px;
    color: #5C5C5C;
    margin: 0 0 9px;
}

.volunteer-profile__post {
    font-size: 30.6996px;
    line-height: 36px;
    color: #5C5C5C;
    margin: 0 0 9px;
}

.volunteer-profile__id {
    font-size: 24.5597px;
    line-height: 28px;
    color: #0491FB;
    margin: 0 0 18px;
}

.volunteer-profile__phone,
.volunteer-profile__phone:visited {
    font-size: 30.6996px;
    line-height: 36px;
    color: #5C5C5C;
    margin: 0 0 10px;
    text-decoration: none;
    display: block;
}

.volunteer-profile__email,
.volunteer-profile__email:visited {
    /*font-size: 30.6996px;*/
    font-size: 29px;
    line-height: 36px;
    color: #0491FB;
    /*margin: 0 0 20px;*/
    text-decoration: none;
    display: block;
}

.volunteer-profile__soc-net,
.volunteer-profile__soc-net:visited {
    /*font-size: 30.6996px;*/
    font-size: 29px;
    line-height: 36px;
    color: #0491FB;
    text-decoration: none;
    display: block;
}

.volunteer-profile__tabs {
    grid-row: 1/2;
    grid-column: 3/4;
    align-self: end;
    justify-self: end;
}

.volunteer-profile__experience {
    grid-row: 2/3;
    grid-column: 3/4;
    display: grid;
    align-self: start;
    justify-self: end;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 46px;
}

.volunteer-profile__events {
    background: #EB3624;
    border-radius: 100%;
    padding: 12px;
    display: inline-block;
}

.volunteer-profile__events-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 109px;
    min-height: 109px;
    color: #3D3D3D;
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 45.6881px;
    line-height: 55px;
    border-radius: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 7.02894px 3.51447px rgba(0, 0, 0, 0.25);
    padding: 0 10px;
    box-sizing: border-box;
}

.volunteer-profile__points {
    background: #0491FB;
    border-radius: 100%;
    padding: 12px;
    display: inline-block;
}

.volunteer-profile__points-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 109px;
    min-height: 109px;
    color: #3D3D3D;
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 45.6881px;
    line-height: 55px;
    border-radius: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 7.02894px rgba(0, 0, 0, 0.25);
    padding: 0 10px;
    box-sizing: border-box;
}

.volunteer-profile__events-title,
.volunteer-profile__points-title {
    font-size: 30.1256px;
    line-height: 35px;
    text-align: center;
    color: #787878;
}

.volunteer-wrap-profile__events,
.volunteer-wrap-profile__points {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 12px 0;
    justify-items: center;
}

@media screen and (max-width: 1380px) {
    .volunteer-profile {
        border-radius: 15px;
        filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
        margin: 57px 0 66px;
        grid-template-columns: auto minmax(100px, 250px) 1fr;
        grid-gap: 37px 46px;
        padding: 34px 49px;
    }

    .volunteer-profile__avatar {
        max-width: 222px;
    }

    .volunteer-profile__name {
        font-size: 29px;
        line-height: 36px;
        margin: 0 0 7px;
    }

    .volunteer-profile__post {
        font-size: 21.8472px;
        line-height: 25px;
        margin: 0 0 7px;
    }

    .volunteer-profile__phone,
    .volunteer-profile__phone:visited {
        margin: 0 0 7px;
        font-size: 21.8472px;
        line-height: 26px;
    }

    .volunteer-profile__email,
    .volunteer-profile__email:visited {
        margin: 0 0 14px;
        font-size: 21.8472px;
        line-height: 26px;
    }

    .volunteer-profile__soc-net,
    .volunteer-profile__soc-net:visited {
        font-size: 21.8472px;
        line-height: 26px;
    }

    .volunteer-profile__events-text {
        font-size: 32.5136px;
        line-height: 39px;
        min-width: 77px;
        min-height: 77px;
        box-shadow: 0px 0px 5.00209px 2.50105px rgba(0, 0, 0, 0.25);
    }

    .volunteer-profile__points-text {
        font-size: 32.5136px;
        line-height: 39px;
        min-width: 77px;
        min-height: 77px;
        box-shadow: 0px 0px 5.00209px rgba(0, 0, 0, 0.25);
    }

    .volunteer-profile__points {
        padding: 9px;
    }

    .volunteer-profile__events {
        padding: 9px;
    }

    .volunteer-profile__events-title,
    .volunteer-profile__points-title {
        font-size: 21.2589px;
        line-height: 25px;
    }

    .volunteer-profile__experience {
        grid-gap: 0 10px;
    }

    .volunteer-profile__id {
        font-size: 17.4777px;
        line-height: 20px;
        margin: 0 0 13px;
    }

    .volunteer-wrap-profile__events,
    .volunteer-wrap-profile__points {
        grid-gap: 10px 0;
    }

    .tabs_volunteer-profile .tabs__item:nth-of-type(n+2) {
        margin: 0 0px 14px 25px;
    }
}

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

    .volunteer-wrap-profile__events,
    .volunteer-wrap-profile__points {
        grid-gap: 7px 0;
    }

    .volunteer-profile__avatar {
        max-width: 165px;
    }

    .volunteer-profile__name {
        font-size: 22.7532px;
        line-height: 27px;
        margin: 0 0 5px;
    }

    .volunteer-profile__post {
        font-size: 17.1411px;
        line-height: 20px;
        margin: 0 0 5px;
    }

    .volunteer-profile__id {
        font-size: 13.7129px;
        line-height: 16px;
        margin: 0 0 10px;
    }

    .volunteer-profile__phone,
    .volunteer-profile__phone:visited {
        margin: 0 0 6px;
        font-size: 17.1411px;
        line-height: 20px;
    }

    .volunteer-profile__email,
    .volunteer-profile__email:visited {
        margin: 0 0 11px;
        font-size: 17.1411px;
        line-height: 20px;
    }

    .volunteer-profile__soc-net,
    .volunteer-profile__soc-net:visited {
        font-size: 17.1411px;
        line-height: 20px;
    }

    .volunteer-profile__events-title,
    .volunteer-profile__points-title,
    .volunteer-profile__events-title,
    .volunteer-profile__events-title {
        font-size: 16.2328px;
        line-height: 19px;
    }

    .volunteer-profile__events-text {
        font-size: 24.8266px;
        line-height: 30px;
        min-width: 59px;
        min-height: 59px;
        box-shadow: 0px 0px 3.81948px 1.90974px rgba(0, 0, 0, 0.25);
    }

    .volunteer-profile__events {
        padding: 6px;
    }

    .volunteer-profile__points-text {
        font-size: 24.8266px;
        line-height: 30px;
        min-width: 59px;
        min-height: 59px;
        box-shadow: 0px 0px 3.81948px rgba(0, 0, 0, 0.25);
    }

    .volunteer-profile__points {
        padding: 6px;
    }

    .volunteer-profile {
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
        margin: 53px 0 83px;
        grid-template-columns: auto minmax(100px, 200px) 1fr;
        grid-gap: 21px 37px;
        padding: 28px 36px;
    }

    .volunteer-profile__experience {
        grid-gap: 0 15px;
    }

    .tabs_volunteer-profile .tabs__item:nth-of-type(n+2) {
        margin: 0 0px 14px 23px;
    }
}

@media screen and (max-width: 850px) {
    .volunteer-profile {
        margin: 37px 0 43px;
        grid-template-columns: auto auto auto;
        grid-gap: 56px 31px;
        padding: 36px 39px 17px;
    }

    .volunteer-profile__tabs {
        grid-row: 2/3;
        grid-column: 1/4;
    }

    .volunteer-profile__avatar {
        grid-row: 1/2;
        filter: drop-shadow(0px 0px 27.1978px rgba(0, 0, 0, 0.25));
    }

    .volunteer-profile__info {
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .volunteer-profile__experience {
        grid-row: 1/2;
    }

}

@media screen and (max-width: 670px) {
    .volunteer-profile {
        margin: 17px 0 39px;
        grid-template-columns: auto auto;
        grid-gap: 28px 26px;
        padding: 21px 20px 7px;
    }

    .volunteer-profile__avatar {
        justify-self: end;
    }

    .volunteer-profile__tabs {
        grid-row: 3/4;
        grid-column: 1/3;
        justify-self: center;
    }

    .volunteer-profile__experience {
        grid-row: 2/3;
        grid-column: 1/3;
        grid-gap: 0 7px;
        justify-self: center;
    }
}

@media screen and (max-width: 500px) {
    .volunteer-profile__avatar {
        max-width: 94px;
        filter: drop-shadow(0px 0px 27.1978px rgba(0, 0, 0, 0.25));
    }

    .volunteer-profile__name {
        font-size: 17.5928px;
        line-height: 21px;
        margin: 0 0 4px;
    }

    .volunteer-profile__post {
        font-size: 13.2535px;
        line-height: 15px;
        margin: 0 0 4px;
    }

    .volunteer-profile__id {
        font-size: 10.6028px;
        line-height: 12px;
        margin: 0 0 8px;
    }

    .volunteer-profile__phone,
    .volunteer-profile__phone:visited {
        margin: 0 0 5px;
        font-size: 13.2535px;
        line-height: 16px;
    }

    .volunteer-profile__email,
    .volunteer-profile__email:visited {
        margin: 0 0 8px;
        font-size: 13.2535px;
        line-height: 16px;
    }

    .volunteer-profile__soc-net,
    .volunteer-profile__soc-net:visited {
        font-size: 13.2535px;
        line-height: 16px;
    }

    .volunteer-profile__events-title,
    .volunteer-profile__points-title,
    .volunteer-profile__events-title,
    .volunteer-profile__events-title {
        font-size: 14.3392px;
        line-height: 17px;
    }

    .volunteer-profile__events-text {
        font-size: 21.9305px;
        line-height: 26px;
        min-width: 52px;
        min-height: 52px;
        box-shadow: 0px 0px 3.37392px 1.68696px rgba(0, 0, 0, 0.25);
    }

    .volunteer-profile__points-text {
        font-size: 21.9305px;
        line-height: 26px;
        min-width: 52px;
        min-height: 52px;
        box-shadow: 0px 0px 3.37392px rgba(0, 0, 0, 0.25);
    }

    .volunteer-wrap-profile__events,
    .volunteer-wrap-profile__points {
        grid-gap: 6px 0;
    }
}

/* .volunteer-profile end */

/* .volunteer-portfolio start */
#portfolio {
    display: none;
}

#portfolio.tab_show {
    display: block;
}

.volunteer-portfolio__tabs {
    margin: 64px 0 48px;
}

.tabs__link_volunteer-events-year {
    padding: 12px 23px;
}

.tabs__link_volunteer-events-year.tabs__link.active {
    box-shadow: 0px 0px 25.2711px rgba(235, 54, 36, 0.44);
    filter: none;
}

.volunteer-portfolio__events-title {
    font-size: 25.5075px;
    line-height: 30px;
    color: #747474;
    margin: 36px 0 46px;
}

.volunteer-portfolio__tabs {
    margin: 64px 0 48px;
}

.tabs_volunteer-events-year {
    margin: 0;
}

@media screen and (max-width: 1366px) {
    .volunteer-portfolio__tabs {
        margin: 45px 0 12px;
    }

    .volunteer-portfolio__events-title {
        font-size: 18px;
        line-height: 21px;
        margin: 0 0 33px;
    }

    .tabs__link_volunteer-events-year.tabs__link.active {
        box-shadow: 0px 0px 17.8332px rgba(235, 54, 36, 0.44);
    }
}

@media screen and (max-width: 1024px) {
    .volunteer-portfolio__tabs {
        margin: 49px 0 12px;
    }
}

@media screen and (max-width: 768px) {
    .volunteer-portfolio__tabs {
        margin: 56px 0 12px;
    }

    .volunteer-portfolio__events-title {
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 27px;
    }
}

@media screen and (max-width: 700px) {
    .volunteer-portfolio__tabs {
        margin: 42px 0 12px;
    }

    .volunteer-portfolio__events-title {
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 15px;
    }
}

/* .volunteer-portfolio end */


/* .event-preview start */
.event-preview__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px 41px;
}

.event-preview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #FFFFFF;
    box-shadow: 0px 0px 42.0321px rgba(0, 0, 0, 0.13);
    border-radius: 21.016px;
    transition: .5s;
    overflow: hidden;
}

.event-preview:hover,
.event-preview:focus {
    box-shadow: 0px 0px 30.648px rgba(0, 0, 0, 0.3);
}

.event-preview__info {
    padding: 36px 18px 36px 27px;
    display: grid;
    grid-template-columns: auto auto;
    align-content: start;
    grid-gap: 29px;
}

.event-preview__date,
.event-preview__time {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0 9px;
    font-size: 19.615px;
    line-height: 24px;
    color: #747474;
    font-family: 'gilroy-semibold', sans-serif;
    align-items: center;
    margin: 0 0 6px;
}

.event-preview__name,
.event-preview__name:visited {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 25.2193px;
    line-height: 31px;
    color: #4D9EF8;
    margin: 0;
    grid-column: 1/3;
    text-decoration: none;
}

.event-preview__desc {
    font-size: 22.4171px;
    line-height: 26px;
    color: #5C5C5C;
    grid-column: 1/3;
    margin: 0;
}

.event-preview__headquarters,
.event-preview__activity {
    grid-column: 1/3;
    margin: 0 0 7px;
}

.event-preview__headquarters-text {
    font-size: 25.2193px;
    line-height: 30px;
    color: #747474;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0 10px;
    align-items: center;
    margin: 0 0 15px;
}

.event-preview__activity-text {
    font-size: 25.2193px;
    line-height: 30px;
    color: #747474;
    margin: 0 0 15px;
}

.event-preview__headquarters-link,
.event-preview__headquarters-link:visited {
    font-size: 22.4171px;
    line-height: 26px;
    color: #4D9EF8;
    text-decoration: none;
}

.event-preview__activity-post {
    font-size: 22.4171px;
    line-height: 26px;
    color: #4D9EF8;
}

.event-preview__places {
    font-size: 22.4171px;
    line-height: 26px;
    color: #747474;
    grid-column: 1/3;
}

.event-preview__places-text {
    color: #4D9EF8;
}

.event-preview__link,
.event-preview__link:visited {
    background: #4D9EF8;
    border-radius: 140.107px;
    font-size: 22.4171px;
    line-height: 27px;
    color: #FFFFFF;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
    max-width: 263px;
    min-height: 63px;
    text-decoration: none;
    grid-column: 1/3;
}

.event-preview__img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

@media screen and (max-width: 1366px) {
    .event-preview__list {
        grid-gap: 30px;
    }

    .event-preview__info {
        padding: 26px 13px 26px 19px;
        grid-gap: 20px 21px;
    }

    .event-preview__date,
    .event-preview__time {
        font-size: 14px;
        line-height: 17px;
        grid-gap: 0 7px;
    }

    .event-preview__date svg,
    .event-preview__time svg {
        width: 21px;
        height: 21px;
    }

    .event-preview__name,
    .event-preview__name:visited {
        font-size: 18px;
        line-height: 22px;
    }

    .event-preview__desc {
        font-size: 16px;
        line-height: 19px;
    }

    .event-preview__headquarters-text {
        font-size: 18px;
        line-height: 22px;
        grid-gap: 0 10px;
        margin: 0 0 11px;
    }

    .event-preview__activity-text {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 11px;
    }

    .event-preview__headquarters-link,
    .event-preview__headquarters-link:visited {
        font-size: 16px;
        line-height: 19px;
    }

    .event-preview__activity-post {
        font-size: 16px;
        line-height: 19px;
    }

    event-preview__headquarters-text svg {
        width: 17px;
        height: 14px;
    }

    .event-preview__places {
        font-size: 16px;
        line-height: 19px;
    }

    .event-preview__link,
    .event-preview__link:visited {
        border-radius: 100px;
        font-size: 16px;
        line-height: 20px;
        max-width: 188px;
        min-height: 45px;
    }

    .event-preview {
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.13);
        border-radius: 15px;
    }

}

@media screen and (max-width: 1024px) {
    .event-preview {
        box-shadow: 0px 0px 25.0775px rgba(0, 0, 0, 0.13);
        border-radius: 12.5388px;
    }

    .event-preview__info {
        padding: 22px 11px 22px 16px;
        grid-gap: 15px 18px;
    }

    .event-preview__date,
    .event-preview__time {
        font-size: 12px;
        line-height: 12px;
        grid-gap: 0 6px;
        margin: 0 0 5px;
    }

    .event-preview__name,
    .event-preview__name:visited {
        font-size: 15px;
        line-height: 18px;
    }

    .event-preview__desc {
        font-size: 13px;
        line-height: 16px;
    }

    .event-preview__headquarters-text {
        font-size: 15px;
        line-height: 18px;
        grid-gap: 0 6px;
        margin: 0 0 9px;
    }

    .event-preview__activity-text {
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 9px;
    }

    .event-preview__headquarters-link,
    .event-preview__headquarters-link:visited {
        font-size: 13px;
        line-height: 16px;
    }

    .event-preview__activity-post {
        font-size: 13px;
        line-height: 16px;
    }

    .event-preview__headquarters-text svg {
        width: 14px;
        height: 12px;
    }

    .event-preview__places {
        font-size: 13.3747px;
        line-height: 16px;
    }

    .event-preview__link,
    .event-preview__link:visited {
        border-radius: 83.5918px;
        font-size: 13.3747px;
        line-height: 16px;
        max-width: 157px;
        min-height: 38px;
    }

    .event-preview__list {
        grid-gap: 25px;
    }
}

@media screen and (max-width: 768px) {
    .event-preview {
        box-shadow: 0px 0px 18.663px rgba(0, 0, 0, 0.13);
        border-radius: 9.33149px;
    }

    .event-preview__date,
    .event-preview__time {
        font-size: 8.70939px;
        line-height: 11px;
        grid-gap: 0 4px;
        margin: 0;
    }

    .event-preview__date svg,
    .event-preview__time svg {
        width: 13px;
        height: 13px;
    }

    .event-preview__info {
        padding: 16px 8px 16px 12px;
        grid-gap: 11px 13px;
    }

    .event-preview__name,
    .event-preview__name:visited {
        font-size: 11.1978px;
        line-height: 14px;
    }

    .event-preview__desc {
        font-size: 9.95359px;
        line-height: 12px;
    }

    .event-preview__headquarters,
    .event-preview__activity {
        margin: 0 0 5px;
    }

    .event-preview__headquarters-text {
        font-size: 11.1978px;
        line-height: 13px;
        grid-gap: 0 4px;
        margin: 0;
    }

    .event-preview__activity-text {
        font-size: 11.1978px;
        line-height: 13px;
        margin: 0;
    }

    .event-preview__headquarters-text svg {
        width: 11px;
        height: 9px;
    }

    .event-preview__headquarters-link,
    .event-preview__headquarters-link:visited {
        font-size: 9.95359px;
        line-height: 12px;
    }

    .event-preview__activity-post {
        font-size: 9.95359px;
        line-height: 12px;
    }

    .event-preview__places {
        font-size: 9.95359px;
        line-height: 12px;
    }

    .event-preview__link,
    .event-preview__link:visited {
        border-radius: 62.2099px;
        font-size: 9.95359px;
        line-height: 12px;
        max-width: 117px;
        min-height: 28px;
    }

    .event-preview__list {
        grid-gap: 19px;
    }
}

@media screen and (max-width: 700px) {
    .event-preview__list {
        grid-gap: 16px 0;
        grid-template-columns: 1fr;
    }

    .event-preview {
        box-shadow: 0px 0px 18.663px rgba(0, 0, 0, 0.13);
        border-radius: 9.33149px;
        grid-template-columns: 149px 1fr;
    }

    .event-preview__info {
        padding: 13px 7px 13px 10px;
        grid-gap: 10px 11px;
        grid-template-columns: auto 1fr;
    }

    .event-preview__date,
    .event-preview__time {
        font-size: 7.29474px;
        line-height: 9px;
    }

    .event-preview__date svg,
    .event-preview__time svg {
        width: 11px;
        height: 11px;
    }

    .event-preview__name,
    .event-preview__name:visited {
        font-size: 9.37895px;
        line-height: 11px;
    }

    .event-preview__desc {
        font-size: 8.33684px;
        line-height: 10px;
    }

    .event-preview__headquarters-text {
        font-size: 9.37895px;
        line-height: 11px;
    }

    .event-preview__activity-text {
        font-size: 9.37895px;
        line-height: 11px;
    }

    .event-preview__headquarters-text svg {
        width: 9px;
        height: 8px;
    }

    .event-preview__headquarters-link,
    .event-preview__headquarters-link:visited {
        font-size: 8.33684px;
        line-height: 10px;
    }

    .event-preview__activity-post {
        font-size: 8.33684px;
        line-height: 10px;
    }

    .event-preview__places {
        font-size: 8.33684px;
        line-height: 10px;
    }

    .event-preview__headquarters {
        margin: 0 0 3px;
    }

    .event-preview__link,
    .event-preview__link:visited {
        border-radius: 52.1053px;
        font-size: 8.33684px;
        line-height: 10px;
        max-width: 98px;
        min-height: 23px;
    }

}

/* .event-preview end */

/* .bonus-motivation start */
.bonus-motivation {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    align-content: center;
    grid-gap: 38px 30px;
    padding: 38px 65px 46px;
    box-shadow: 0px 5.61843px 42.1382px rgba(0, 0, 0, 0.15);
    border-radius: 21.0691px;
    margin: 70px 0 125px;
}

.bonus-motivation__list {
    grid-column: 1/3;
}

.bonus-motivation__title {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 32.306px;
    line-height: 39px;
    color: #0491FB;
}

.bonus-motivation__btn-more,
.bonus-motivation__btn-more:visited {
    font-size: 19.6645px;
    line-height: 23px;
    color: #0491FB;
    text-decoration: none;
    border: none;
    background: none;
    transition: .5s;
    justify-self: end;
}

.bonus-motivation__btn-more-text {
    display: inline-block;
    border-bottom: 2px solid #0491FB;
    transition: .5s;
}

.bonus-motivation__btn-more:hover,
.bonus-motivation__btn-more:focus {
    color: #EB3624;
}

.bonus-motivation__btn-more:hover .bonus-motivation__btn-more-text,
.bonus-motivation__btn-more:focus .bonus-motivation__btn-more-text {
    border-color: #EB3624;
}

.bonus-motivation__list {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 28px;
}

.bonus-motivation__wrap-icon {
    background: #F5F5F5;
    border: 2.41295px solid #0491FB;
    box-sizing: border-box;
    box-shadow: 0px 4.8259px 4.8259px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 74px;
    height: 74px;
}

.bonus-motivation__icon {
    display: block;
    width: 65%;
}

.bonus-motivation__item {
    display: grid;
    grid-template-columns: 74px 1fr;
    align-items: center;
    grid-gap: 0 27px;
}

.bonus-motivation__item:nth-of-type(n + 5) {
    display: none;
}

.bonus-show .bonus-motivation__item {
    display: grid;
}

.bonus-motivation__text {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 24.1295px;
    line-height: 29px;
    color: #5C5C5C;
}

@media screen and (max-width: 1366px) {
    .bonus-motivation__title {
        font-size: 23px;
        line-height: 28px;
    }

    .bonus-motivation__btn-more,
    .bonus-motivation__btn-more:visited {
        font-size: 14px;
        line-height: 17px;
    }

    .bonus-motivation {
        grid-gap: 27px 30px;
        padding: 27px 37px 33px;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
        border-radius: 15px;
        margin: 50px 0 88px;
    }

    .bonus-motivation__text {
        font-size: 17.1788px;
        line-height: 21px;
    }

    .bonus-motivation__wrap-icon {
        border-width: 1.71788px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        width: 52px;
        height: 52px;
    }

    .bonus-motivation__item {
        grid-template-columns: 52px 1fr;
        grid-gap: 0 19px;
    }
}

@media screen and (max-width: 1024px) {
    .bonus-motivation {
        grid-gap: 27px 30px;
        padding: 27px 25px 43px 48px;
        margin: 70px 0 98px;
    }

    .bonus-motivation__list {
        grid-template-columns: repeat(2, auto);
    }
}

@media screen and (max-width: 768px) {
    .bonus-motivation {
        grid-gap: 13px 0px;
        padding: 27px 29px 21px;
        margin: 53px 0 25px;
        grid-template-columns: 1fr;
    }

    .bonus-motivation__title {
        grid-column: 1/3;
        margin: 0 0 20px;
        text-align: center;
    }

    .bonus-motivation__btn-more {
        grid-column: 1/3;
        grid-row: 3/4;
    }
}

@media screen and (max-width: 550px) {
    .bonus-motivation {
        grid-gap: 30px 0px;
        padding: 18px 10px 18px;
        margin: 36px 0 44px;
    }

    .bonus-motivation__btn-more {
        justify-self: center;
    }

    .bonus-motivation__list {
        grid-template-columns: auto;
        padding: 0 17px 0 27px;
        grid-gap: 20px 0;
    }
}

/* .bonus-motivation end */

/* .photo-report-event start */
.photo-report-event__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 42px;
    margin: 96px 0 0;
}

.photo-report-event__item {
    display: block;
    filter: drop-shadow(0px 0px 42.1382px rgba(0, 0, 0, 0.2));
    border-radius: 21.0691px;
    overflow: hidden;
}

.photo-report-event__img {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.page__more:hover {
    color: #4D9EF8;
}

.page__more_photo-report-event:hover,
.page__more_photo-report-event:focus {
    color: #EB3624;
}

.page__more_photo-report-event:hover .shop__more-text,
.page__more_photo-report-event:focus .shop__more-text {
    border-color: #EB3624;
}

.page__more_photo-report-event:hover .page__more-text,
.page__more_photo-report-event:focus .page__more-text {
    border-color: #EB3624;
}

.page__more_photo-report-event:hover svg,
.page__more_photo-report-event:focus svg {
    fill: #EB3624;
}

@media screen and (max-width: 1366px) {
    .photo-report-event__list {
        grid-gap: 21px 30px;
        margin: 67px 0 0;
    }

    .photo-report-event__item {
        filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.2));
        border-radius: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .photo-report-event__list {
        grid-gap: 17px;
        margin: 45px 0 0;
    }

    .photo-report-event__item {
        filter: drop-shadow(0px 0px 25.5201px rgba(0, 0, 0, 0.2));
        border-radius: 12.7601px;
    }
}

@media screen and (max-width: 768px) {
    .photo-report-event__list {
        margin: 40px 0 0;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .photo-report-event__list {
        grid-gap: 10px;
        margin: 27px 0 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .photo-report-event__item {
        filter: drop-shadow(0px 0px 14.7708px rgba(0, 0, 0, 0.2));
        border-radius: 7.3854px;
    }

    .page__more_photo-report-event {
        font-size: 13.6818px;
        line-height: 16px;
        margin: 0 auto;
    }

    .page__more_photo-report-event svg {
        display: none;
    }
}

/* .photo-report-event end */

/*event-profile start */
.event-profile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 48px;
    margin: 66px 0 0;
}

.event-profile__img {
    display: block;
    width: 100%;
    filter: drop-shadow(0px 0px 42.1382px rgba(0, 0, 0, 0.2));
    border-radius: 21.0691px;
}

.event-profile__organizer {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 28.0921px;
    line-height: 34px;
    color: #5C5C5C;
    margin: 0 0 28px;
}

.event-profile__organizer-link,
.event-profile__organizer-link:visited {
    font-size: 24px;
    line-height: 27.7px;
    color: #0491FB;
    text-decoration: none;
    font-family: 'gilroy-regular', sans-serif;
}

.event-profile__datetime,
.event-profile__event,
.event-profile__desc-title {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 28.0921px;
    line-height: 34px;
    color: #5C5C5C;
}

.event-profile__event {
    margin: 0 0 22px;
}

.event-profile__event-type {
    font-size: 23.8783px;
    line-height: 28px;
    color: #0491FB;
    font-family: 'gilroy-regular', sans-serif;
}

.event-profile__desc-title {
    margin: 0 0 14px;
}

.event-profile__desc {
    font-size: 21.0691px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000000;
}

.event-profile__data {
    background: #FBFBFB;
    box-shadow: 0px 0px 42.1382px rgba(0, 0, 0, 0.1);
    border-radius: 14.0461px;
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 11px 19px;
    margin: 22px 0 18px;
}

.event-profile__time,
.event-profile__date {
    font-size: 18.4792px;
    line-height: 21px;
    color: #0491FB;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 0 15px;
}

.event-profile__place {
    font-size: 16.1209px;
    line-height: 19px;
    color: #0491FB;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 0 15px;
}

.event-profile__date,
.event-profile__place {
    margin: 0 30px 0 0;
}

.group-member {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 0 10px;
}

.group-member__title {
    font-size: 28.0921px;
    line-height: 34px;
    color: #5C5C5C;
    font-family: 'gilroy-semibold', sans-serif;
    margin: 0 0 19px 0;
}

.group-member__item,
.group-member__item:visited {
    display: block;
    margin: 0 0 19px 21px;
}

.group-member_roll-up .group-member__item:nth-of-type(n + 4) {
    display: none;
}

.group-member__img {
    display: block;
    max-width: 45px;
    height: 45px;
    border-radius: 100%;
}

.group-member__btn {
    border: none;
    background: none;
    font-size: 19.6645px;
    line-height: 23px;
    color: #0491FB;
    margin: 0 0 19px 21px;
}

.group-member__btn-text {
    display: inline-block;
    border-bottom: 2px solid #0491FB;
}

.group-member__wrap-btn {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.group-member_roll-up .group-member__wrap-btn {
    width: auto;
}

@media screen and (max-width: 1366px) {
    .event-profile__img {
        filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.2));
        border-radius: 15px;
    }

    .event-profile {
        grid-gap: 0 34px;
        margin: 47px 0 0;
    }

    .event-profile__organizer {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 20px;
    }

    .event-profile__organizer-link,
    .event-profile__organizer-link:visited {
        font-size: 17px;
        line-height: 20.4px;
    }

    .event-profile__datetime,
    .event-profile__event,
    .event-profile__desc-title {
        font-size: 20px;
        line-height: 25px;
    }

    .event-profile__event-type {
        font-size: 17px;
        line-height: 20px;
    }

    .event-profile__time,
    .event-profile__date {
        font-size: 13.1561px;
        line-height: 15px;
        grid-gap: 0 11px;
    }

    .event-profile__place {
        font-size: 11.4771px;
        line-height: 13px;
        grid-gap: 0 11px;
    }

    .event-profile__date,
    .event-profile__place {
        margin: 0 20px 0 0;
    }

    .event-profile__data {
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding: 8px 12px;
        margin: 16px 0 13px;
    }

    .event-profile__date svg {
        width: 21px;
        height: 21px;
    }

    .event-profile__time svg {
        width: 21px;
        height: 21px;
    }

    .event-profile__place svg {
        width: 12px;
        height: 17px;
    }

    .group-member__title {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 15px 0;
    }

    .group-member__img {
        max-width: 32px;
        height: 32px;
    }

    .group-member__item,
    .group-member__item:visited {
        margin: 0 0 15px 15px;
    }

    .group-member__btn {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 15px 30px;
    }

    .group-member__btn-text {
        border-width: 1px;
    }

    .event-profile__desc {
        font-size: 15px;
        line-height: 17px;
    }

    .event-profile__desc-title {
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 1024px) {
    .event-profile {
        grid-gap: 0 45px;
        margin: 45px 0 0;
    }

}

@media screen and (max-width: 850px) {
    .event-profile {
        grid-gap: 36px 0;
        margin: 41px 0 0;
        grid-template-columns: 1fr;
    }

}

@media screen and (max-width: 500px) {
    .event-profile {
        margin: 40px 0 0;
    }

    .group-member__title {
        width: 100%;
        flex: none;
    }

    .event-profile__data {
        display: block;
        margin: 12px 0 21px;
        padding: 8px 12px 15px;
    }

    .event-profile__date {
        margin: 13px 0;
    }

    .event-profile__place {
        margin: 0;
    }
}

/*event-profile end */
/* tabs__event-preview start */
.tabs__event-preview {
    margin: 77px 0 0;
}

.tabs__link_event-preview {
    padding: 12px 23px;
}

@media screen and (max-width: 1366px) {
    .tabs__event-preview {
        margin: 54px 0 0;
    }

    .tabs__link_event-preview {
        padding: 11px 44px;
    }
}

@media screen and (max-width: 1024px) {
    .tabs__event-preview {
        margin: 38px 0 0;
    }

    .tabs__link_event-preview {
        padding: 10px 42px;
    }
}

@media screen and (max-width: 768px) {
    .tabs__event-preview {
        justify-content: space-around;
    }

    .tabs__link_event-preview {
        padding: 8px 22px;
    }
}

@media screen and (max-width: 600px) {
    .tabs__event-preview {
        margin: 16px 0 0;
    }

    .tabs__link_event-preview {
        padding: 6px 15px;
    }
}

/* tabs__event-preview end */

/* list-universities start */
.list-universities {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0;
    list-style: none;
    margin: 23px 0 42px;
}

.list-universities__link,
.list-universities__link:visited {
    font-size: 22.4171px;
    line-height: 26px;
    color: #4D9EF8;

}

.list-universities__link_active,
.list-universities__link_active:visited {
    color: #EB3624;
}

.list-universities__item {
    margin: 0 66px 15px 0;
}

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

    .list-universities__link,
    .list-universities__link:visited {
        font-size: 16px;
        line-height: 20px;
    }

    .list-universities__item {
        margin: 0 47px 15px 0;
    }

    .list-universities {
        margin: 14px 0 26px;
    }
}

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

    .list-universities__link,
    .list-universities__link:visited {
        font-size: 13.3747px;
        line-height: 16px;
    }

    .list-universities__item {
        margin: 0 39px 15px 0;
    }

    .list-universities {
        margin: 8px 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .list-universities {
        justify-content: space-around;
    }
}

@media screen and (max-width: 600px) {
    .list-universities__item {
        margin: 0 20px 15px 0;
    }

    .list-universities {
        margin: 15px 0 15px;
    }
}

/* list-universities end */

/* .headquarters start */
.headquarters-desc {
    margin: 92px 0 70px;
}

.headquarters-map {
    filter: drop-shadow(0px 0px 55.8704px rgba(0, 0, 0, 0.15));
    border-radius: 20.9514px;
    overflow: hidden;
    height: 818px;
}

.headquarters-desc-subtitle {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 38px;
    line-height: 45px;
    color: #5C5C5C;
    margin: 0 0 29px;
}

.headquarters-desc__content {
    font-size: 25.2936px;
    line-height: 29px;
    letter-spacing: 0.01em;
}

.headquarters-desc__wrap-content {
    overflow: hidden;
    position: relative;
}

.headquarters-desc__wrap-content.folding::after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: inset 0px -28px 19px 0px rgb(255, 255, 255);
}

.headquarters-desc__wrap-content.open {
    max-height: none;
}

.headquarters-desc__wrap-content.folding.open::after {
    box-shadow: inset 0px 0px 0px 0px rgb(255, 255, 255);
}

.headquarters-events__title {
    font-size: 37.9046px;
    line-height: 46px;
    color: #5C5C5C;
    font-family: 'gilroy-semibold', sans-serif;
    margin: 0 0 45px;
}

.headquarters-structure__title {
    font-size: 37.7125px;
    line-height: 45px;
    color: #5C5C5C;
    font-family: 'gilroy-semibold', sans-serif;
    margin: 0 0 32px;
}

.headquarters-structure__subtitle {
    color: #0491FB;
}

.volunteer-link,
.volunteer-link:visited {
    text-decoration: none;
    display: block;
}

.volunteer-list_show-all .volunteer-link:nth-of-type(n) {
    display: block;
}

.volunteer-link:nth-of-type(n + 9) {
    display: none;
}

.volunteer-link__img {
    display: block;
    max-width: 89px;
    border-radius: 100%;
    margin: 0 auto 18px;
}

.volunteer-link__name {
    font-size: 20.9514px;
    line-height: 25px;
    color: #5C5C5C;
    text-align: center;
    font-family: 'gilroy-semibold', sans-serif;
    margin: 0 0 7px;
}

.volunteer-link__evants {
    font-size: 18.1579px;
    line-height: 21px;
    text-align: center;
    color: #5C5C5C;
}

.volunteer-list {
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 30px 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 41.9028px rgba(0, 0, 0, 0.15);
    border-radius: 20.9514px;
    padding: 24px 16px 32px;
}

.btn-volunteer-more {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 0 26px;
    align-items: center;
    border: none;
    background: none;
    margin: 52px 0 0 auto;
}

.btn-volunteer-more__text {
    font-size: 18px;
    line-height: 21px;
    color: #464646;
    transition: .5s;
    border-bottom: 1px solid #464646;
}

.btn-volunteer-more__icon {
    fill: #464646;
    transition: .5s;
}

.btn-volunteer-more:hover .btn-volunteer-more__text,
.btn-volunteer-more:focus .btn-volunteer-more__text {
    color: #EB3624;
    border-color: #EB3624;
}

.btn-volunteer-more:hover .btn-volunteer-more__icon,
.btn-volunteer-more:focus .btn-volunteer-more__icon {
    fill: #EB3624;
}

@media screen and (max-width: 1366px) {
    .headquarters-desc {
        margin: 60px 0 81px;
    }

    .headquarters-desc-subtitle {
        font-size: 27px;
        line-height: 33px;
        margin: 0 0 21px;
    }

    .headquarters-desc__content {
        font-size: 18px;
        line-height: 21px;
    }

    .headquarters-map {
        filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.15));
        border-radius: 15px;
        height: 586px;
    }

    .headquarters-events__title {
        font-size: 27px;
        line-height: 33px;
        margin: 0 0 32px;
    }

    .volunteer-list {
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
        border-radius: 15px;
        padding: 17px 12px 23px;
    }

    .volunteer-link__img {
        max-width: 64px;
        margin: 0 auto 13px;
    }

    .volunteer-link__name {
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 5px;
    }

    .volunteer-link__evants {
        font-size: 13px;
        line-height: 15px;
    }

    .headquarters-structure__title {
        font-size: 27px;
        line-height: 33px;
        margin: 0 0 23px;
    }
}

@media screen and (max-width: 1024px) {
    .headquarters-desc {
        margin: 42px 0 44px;
    }

    .headquarters-desc__wrap-content {
        max-height: 200px;
    }

    .headquarters-desc-subtitle {
        font-size: 23px;
        line-height: 28px;
        margin: 0 0 15px;
    }

    .headquarters-map {
        filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.15));
        border-radius: 15px;
        height: 45vh;
        max-height: 586px;
    }

    .headquarters-events__title {
        margin: 0 0 39px;
    }

    .headquarters-structure__title {
        font-size: 22.2353px;
        line-height: 27px;
        margin: 0 0 22px;
    }

    .volunteer-list {
        grid-template-columns: repeat(6, auto);
        padding: 19px 17px 16px;
    }

    .volunteer-link:nth-of-type(n + 7) {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .headquarters-desc {
        margin: 40px 0 53px;
    }

    .headquarters-desc-subtitle {
        font-size: 21px;
        line-height: 25px;
    }

    .headquarters-desc__content {
        font-size: 16px;
        line-height: 19px;
    }

    .headquarters-events__title {
        margin: 0 0 45px;
    }

    .headquarters-structure__title {
        font-size: 21px;
        line-height: 25px;
        margin: 0 0 25px;
    }

    .volunteer-list {
        grid-template-columns: repeat(5, auto);
        padding: 17px 15px 14px;
    }

    .volunteer-link:nth-of-type(n + 6) {
        display: none;
    }

    .volunteer-link__img {
        max-width: 57px;
        margin: 0 auto 11px;
    }

    .volunteer-link__name {
        font-size: 13.3816px;
        line-height: 16px;
        margin: 0 0 4px;
    }

    .volunteer-link__evants {
        font-size: 11.5974px;
        line-height: 13px;
    }

    .btn-volunteer-more {
        grid-gap: 0 18px;
    }
}

@media screen and (max-width: 650px) {
    .volunteer-list {
        grid-template-columns: repeat(3, auto);
    }

    .volunteer-link:nth-of-type(n + 4) {
        display: none;
    }

    .volunteer-link__img {
        max-width: 73px;
        margin: 0 auto 15px;
    }

    .volunteer-link__name {
        font-size: 17.2173px;
        line-height: 21px;
        margin: 0 0 6px;
    }

    .volunteer-link__evants {
        font-size: 14.9217px;
        line-height: 17px;
    }

    .headquarters-desc {
        margin: 28px 0 45px;
    }
}

@media screen and (max-width: 500px) {
    .headquarters-desc-subtitle {
        font-size: 20px;
        line-height: 24px;
    }

    .headquarters-events__title {
        display: none;
    }

    .headquarters-structure__title {
        font-size: 18px;
        line-height: 21px;
        margin: 0 0 21px;
    }

    .volunteer-list {
        grid-template-columns: auto;
        box-shadow: 0px 0px 26.7632px rgba(0, 0, 0, 0.15);
        border-radius: 13.3816px;
        padding: 23px 10px;
        grid-gap: 28px;
    }

    .btn-volunteer-more {
        grid-gap: 0 8px;
    }

    .btn-volunteer-more__text {
        font-size: 14px;
        line-height: 17px;
    }

    .btn-volunteer-more__icon {
        width: 19px;
        height: 9px;
    }
}

/* .headquarters end */

/* headquarters-information start */
.headquarters-information {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 32px;
    margin: 81px 0 85px;
}

.headquarters-information__wrap-img {
    position: relative;
    border-radius: 21.1306px;
    overflow: hidden;
}

.headquarters-information__img {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.tabs__link_headquarters-information.tabs__link.active {
    filter: none;
}

.tabs-headquarters {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    list-style: none;
    margin: 0 0 27px;
}

.tabs-headquarters__item {
    margin: 0 30px 15px 0;
}

.tabs-headquarters__item:last-of-type {
    margin: 0 0 15px;
}

.tabs-headquarters__link,
.tabs-headquarters__link:visited {
    font-size: 23.948px;
    line-height: 29px;
    color: #5C5C5C;
    font-family: 'gilroy-semibold', sans-serif;
    transition: .5s;
}

.tabs-headquarters__link:hover,
.tabs-headquarters__link:focus,
.tabs-headquarters__link_active,
.tabs-headquarters__link_active:visited {
    color: #EB3624;
}

.tabs_headquarters-information {
    margin: 0 0 20px;
}

.employee-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 43px 25px;
}

.employee {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 42.2613px rgba(0, 0, 0, 0.15);
    border-radius: 21.1306px;
    padding: 18px 28px 27px;
}

.employee__title {
    font-size: 25.3568px;
    line-height: 30px;
    text-align: center;
    color: #0491FB;
    font-family: 'gilroy-semibold', sans-serif;
    grid-column: 1/3;
    margin: 0 0 26px;
}

.employee__img {
    grid-row: 2/6;
    display: block;
    width: 115px;
    border-radius: 100%;
}

.employee__name {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 21.1306px;
    line-height: 26px;
    color: #5C5C5C;
    margin: 0 0 8px;
}

.employee__post {
    font-size: 15.4958px;
    line-height: 18px;
    color: #5C5C5C;
    margin: 0 0 13px;
}

.employee__phone,
.employee__phone:visited {
    font-size: 18.3132px;
    line-height: 22px;
    color: #5C5C5C;
    text-decoration: none;
    margin: 0 0 10px;
}

.employee__email,
.employee__email:visited {
    font-size: 18.3132px;
    line-height: 22px;
    color: #0491FB;
}

.employee-list__footer {
    grid-column: 1/3;
    display: flex;
    justify-content: flex-end;
}

.page__more_employee-list {
    font-size: 22.5393px;
    line-height: 27px;
}

.page__more-text_employee-list {
    border-bottom: 1px solid #464646;
}

@media screen and (max-width: 1366px) {
    .headquarters-information {
        grid-gap: 0 23px;
        margin: 58px 0 60px;
    }

    .tabs-headquarters__link,
    .tabs-headquarters__link:visited {
        font-size: 17px;
        line-height: 21px;
    }

    .tabs_headquarters-information {
        margin: 0 0 10px;
    }

    .tabs-headquarters {
        margin: 0 0 16px;
    }

    .employee__title {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 19px;
    }

    .employee__img {
        width: 82px;
    }

    .employee {
        grid-gap: 0 17px;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
        border-radius: 15px;
        padding: 13px 20px 19px;
    }

    .employee__name {
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 6px;
    }

    .employee__post {
        font-size: 11px;
        line-height: 13px;
        margin: 0 0 9px;
    }

    .employee__phone,
    .employee__phone:visited {
        font-size: 13px;
        line-height: 15px;
        margin: 0 0 7px;
    }

    .employee__email,
    .employee__email:visited {
        font-size: 13px;
        line-height: 15px;
    }

    .employee-list {
        grid-gap: 31px 18px;
    }

    .page__more_employee-list {
        font-size: 16px;
        line-height: 19px;
    }

    .page__more_employee-list svg {
        width: 27px;
        margin: 0 0 0 24px;
        height: 13px;
    }
}

@media screen and (max-width: 1024px) {
    .headquarters-information {
        margin: 49px 0 42px;
    }

    .tabs-headquarters__link,
    .tabs-headquarters__link:visited {
        font-size: 14px;
        line-height: 17px;
    }

    .tabs-headquarters__item {
        margin: 0 23px 15px 0;
    }

    .employee__title {
        font-size: 13.962px;
        line-height: 17px;
        margin: 0 0 15px;
    }

    .employee__img {
        width: 64px;
    }

    .employee {
        grid-gap: 0 13px;
        box-shadow: 0px 0px 23.27px rgba(0, 0, 0, 0.15);
        border-radius: 11.635px;
        padding: 10px 12px 14px;
    }

    .employee__name {
        font-size: 11.635px;
        line-height: 14px;
        margin: 0 0 5px;
    }

    .employee__post {
        font-size: 9px;
        line-height: 10px;
    }

    .employee__phone,
    .employee__phone:visited {
        font-size: 10.0836px;
        line-height: 12px;
        margin: 0 0 5px;
    }

    .employee__email,
    .employee__email:visited {
        font-size: 10.0836px;
        line-height: 12px;
    }

    .employee-list__footer {
        display: none;
    }

    .tabs__link_headquarters-information,
    .tabs__link_headquarters-information:visited {
        font-size: 11.2174px;
        line-height: 13px;
        padding: 8px 21px;
    }
}

@media screen and (max-width: 768px) {
    .headquarters-information {
        margin: 32px 0;
        grid-template-columns: 1fr;
        grid-gap: 39px 0;
    }

    .tabs-headquarters__link,
    .tabs-headquarters__link:visited {
        font-size: 13.8912px;
        line-height: 17px;
    }

    .tabs-headquarters__item {
        margin: 0 18px 14px 0;
    }

    .tabs-headquarters {
        margin: 0 0 20px;
    }

    .employee__title {
        font-size: 14.9192px;
        line-height: 18px;
        text-align: left;
        margin: 0 0 16px;
    }

    .employee__img {
        width: 68px;
    }

    .employee__name {
        font-size: 12.4326px;
        line-height: 15px;
    }

    .employee__post {
        font-size: 9.61701px;
        line-height: 11px;
        margin: 0 0 7px;
    }

    .employee__phone,
    .employee__phone:visited {
        font-size: 10.775px;
        line-height: 13px;
        margin: 0 0 6px;
    }

    .employee__email,
    .employee__email:visited {
        font-size: 10.775px;
        line-height: 13px;
    }

    .employee {
        grid-gap: 0 14px;
        box-shadow: 0px 0px 24.8653px rgba(0, 0, 0, 0.15);
        border-radius: 12.4326px;
        padding: 10px 24px 16px;
    }

    .employee-list {
        grid-gap: 30px;
        grid-column: 1/3;
    }

    .headquarters-information__content {
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 0 26px;
    }

    .tabs__link_headquarters-information,
    .tabs__link_headquarters-information:visited {
        font-size: 11.9864px;
        line-height: 14px;
        padding: 8px 23px;
    }
}

@media screen and (max-width: 550px) {
    .headquarters-information {
        margin: 27px 0;
        grid-gap: 27px 0;
    }

    .headquarters-information__content {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .employee-list {
        grid-gap: 19px 0;
        grid-column: 1/2;
        grid-template-columns: 1fr;
    }

    .tabs_headquarters-information {
        justify-content: center;
    }

    .tabs-headquarters {
        margin: 0 0 14px;
        flex-flow: column wrap;
    }

    .tabs-headquarters__item {
        margin: 0 0 14px;
    }

    .employee__title {
        font-size: 14.59px;
        line-height: 17px;
    }

    .employee {
        grid-gap: 0 13px;
        padding: 8px 15px 12px;
    }

    .employee__img {
        width: 66px;
    }

    .employee__post {
        font-size: 9.40485px;
        line-height: 11px;
    }

    .employee__phone,
    .employee__phone:visited {
        font-size: 10.5372px;
        line-height: 12px;
    }

    .tabs__link_headquarters-information,
    .tabs__link_headquarters-information:visited {
        font-size: 11.2174px;
        line-height: 13px;
        padding: 8px 21px;
    }
}

/* headquarters-information end */
/* headquarters-contact start */
.headquarters-contact__title {
    font-family: 'gilroy-bold', sans-serif;
    font-size: 35.1156px;
    line-height: 42px;
    color: #4D9EF8;
    margin: 0 0 19px;
}

.headquarters-contact__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 27px;
}

.headquarters-contact__phone-icon,
.headquarters-contact__email-icon,
.headquarters-contact__socnet-icon,
.headquarters-contact__address-icon,
.headquarters-contact__web-icon {
    background: #F5F5F5;
    border: 1.91291px solid #0491FB;
    box-sizing: border-box;
    box-shadow: 0px 0px 21.0694px rgba(0, 0, 0, 0.15);
    width: 58px;
    height: 58px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.headquarters-contact__email,
.headquarters-contact__phone,
.headquarters-contact__socnet,
.headquarters-contact__address,
.headquarters-contact__web {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0 28px;
    align-items: center;
    align-content: center;
    justify-content: start;
}

.headquarters-contact__phone-text,
.headquarters-contact__phone-text:visited {
    font-size: 25.0045px;
    line-height: 31px;
    font-family: 'gilroy-semibold', sans-serif;
    color: #5C5C5C;
    text-decoration: none;
}

.headquarters-contact__address-text,
.headquarters-contact__address-text:visited {
    font-size: 25.0045px;
    line-height: 31px;
    font-family: 'gilroy-semibold', sans-serif;
    color: #5C5C5C;
}

.headquarters-contact__email-text,
.headquarters-contact__socnet-text,
.headquarters-contact__web-text,
.headquarters-contact__email-text:visited,
.headquarters-contact__socnet-text:visited,
.headquarters-contact__web-text:visited {
    font-size: 25.0045px;
    line-height: 29px;
    text-decoration-line: underline;
    color: #0491FB;
    transition: .5s;
}

.headquarters-contact__email:hover .headquarters-contact__email-text,
.headquarters-contact__email:focus .headquarters-contact__email-text,
.headquarters-contact__socnet:hover .headquarters-contact__socnet-text,
.headquarters-contact__socnet:focus .headquarters-contact__socnet-text,
.headquarters-contact__web:hover .headquarters-contact__web-text,
.headquarters-contact__web:focus .headquarters-contact__web-text {
    color: #EB3624;
}

@media screen and (max-width: 1430px) {
    .headquarters-contact__title {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 14px;
    }

    .headquarters-contact__phone-text,
    .headquarters-contact__phone-text:visited,
    .headquarters-contact__address-text,
    .headquarters-contact__address-text:visited {
        font-size: 17.8016px;
        line-height: 22px;
    }

    .headquarters-contact__email-text,
    .headquarters-contact__socnet-text,
    .headquarters-contact__web-text,
    .headquarters-contact__email-text:visited,
    .headquarters-contact__socnet-text:visited,
    .headquarters-contact__web-text:visited {
        font-size: 17.8016px;
        line-height: 21px;
    }

    .headquarters-contact__phone-icon,
    .headquarters-contact__email-icon,
    .headquarters-contact__socnet-icon,
    .headquarters-contact__address-icon,
    .headquarters-contact__web-icon {
        border-width: 1.36187px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        width: 42px;
        height: 42px;
    }

    .headquarters-contact__phone-icon svg {
        width: 17px;
        height: 100%;
    }

    .headquarters-contact__address-icon svg {
        width: 20px;
        height: 100%;
    }

    .headquarters-contact__email-icon svg {
        width: 25px;
        height: 100%;
    }

    .headquarters-contact__socnet-icon svg {
        width: 27px;
        height: 100%;
    }

    .headquarters-contact__web-icon svg {
        width: 25px;
        height: 100%;
    }

    .headquarters-contact__email,
    .headquarters-contact__phone,
    .headquarters-contact__socnet,
    .headquarters-contact__address,
    .headquarters-contact__web {
        grid-gap: 0 20px;
    }

    .headquarters-contact__info {
        grid-gap: 19px;
    }
}

@media screen and (max-width: 1024px) {
    .headquarters-contact__title {
        font-size: 20.0311px;
        line-height: 24px;
        margin: 0 0 11px;
    }

    .headquarters-contact__phone-icon,
    .headquarters-contact__email-icon,
    .headquarters-contact__socnet-icon,
    .headquarters-contact__address-icon,
    .headquarters-contact__web-icon {
        border-width: 1.09119px;
        box-shadow: 0px 0px 12.0186px rgba(0, 0, 0, 0.15);
        width: 33px;
        height: 33px;
    }

    .headquarters-contact__phone-text,
    .headquarters-contact__phone-text:visited,
    .headquarters-contact__address-text,
    .headquarters-contact__address-text:visited {
        font-size: 14.2634px;
        line-height: 17px;
    }

    .headquarters-contact__email-text,
    .headquarters-contact__socnet-text,
    .headquarters-contact__web-text,
    .headquarters-contact__email-text:visited,
    .headquarters-contact__socnet-text:visited,
    .headquarters-contact__web-text:visited {
        font-size: 14.2634px;
        line-height: 17px;
    }

    .headquarters-contact__info {
        grid-gap: 16px;
    }

    .headquarters-contact__email,
    .headquarters-contact__phone,
    .headquarters-contact__socnet,
    .headquarters-contact__address,
    .headquarters-contact__web {
        grid-gap: 0 16px;
    }

    .headquarters-contact__phone-icon svg {
        width: 16px;
    }

    .headquarters-contact__address-icon svg {
        width: 14px;
    }

    .headquarters-contact__email-icon svg {
        width: 20px;
    }

    .headquarters-contact__socnet-icon svg {
        width: 21px;
    }

    .headquarters-contact__web-icon svg {
        width: 20px;
    }
}

@media screen and (max-width: 768px) {
    .headquarters-contact {
        grid-column: 1/3;
    }

    .headquarters-contact__info {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .headquarters-contact__phone:nth-of-type(1) {
        grid-row: 1/2;
        grid-column: 1/2;
    }

    .headquarters-contact__phone {
        grid-row: 2/3;
        grid-column: 1/2;
    }
}

@media screen and (max-width: 550px) {
    .headquarters-contact {
        grid-column: 1/2;
    }

    .headquarters-contact__info {
        grid-template-columns: 1fr;
    }

    .headquarters-contact__title {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 13px;
    }
}

/* headquarters-contact end */

/* member-list start*/
.member {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0 33px;
    background: #FFFFFF;
    box-shadow: 0px 0px 46.4859px rgba(0, 0, 0, 0.15);
    border-radius: 23.243px;
    padding: 29px 35px 26px;
    max-width: 459px;
}

.member__img {
    grid-row: 1/5;
    display: block;
    width: 142px;
    border-radius: 100%;
}

.member__name {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 23.243px;
    line-height: 28px;
    color: #5C5C5C;
    margin: 0 0 9px;
}

.member__post {
    font-size: 17.0448px;
    line-height: 20px;
    color: #5C5C5C;
    margin: 0 0 14px;
}

.member__phone,
.member__phone:visited {
    font-size: 20.1439px;
    line-height: 24px;
    color: #5C5C5C;
    text-decoration: none;
    margin: 0 0 11px;
}

.member__email,
.member__email:visited {
    font-size: 20.1439px;
    line-height: 24px;
    color: #0491FB;
}

@media screen and (max-width: 1366px) {
    .member__img {
        width: 102px;
    }

    .member__name {
        font-size: 16.6406px;
        line-height: 20px;
        margin: 0 0 7px;
    }

    .member__post {
        font-size: 12.2031px;
        line-height: 14px;
        margin: 0 0 10px;
    }

    .member__phone,
    .member__phone:visited {
        font-size: 14.4219px;
        line-height: 17px;
        margin: 0 0 8px;
    }

    .member__email,
    .member__email:visited {
        font-size: 14.4219px;
        line-height: 17px;
    }

    .member {
        grid-gap: 0 23px;
        box-shadow: 0px 0px 33.2812px rgba(0, 0, 0, 0.15);
        border-radius: 16.6406px;
        padding: 21px 25px 19px;
        max-width: 328px;
    }
}

@media screen and (max-width: 1024px) {
    .member__img {
        width: 89px;
    }

    .member__name {
        font-size: 14.5312px;
        line-height: 17px;
        margin: 0 0 6px;
    }

    .member__post {
        font-size: 10.6562px;
        line-height: 12px;
        margin: 0 0 9px;
    }

    .member__phone,
    .member__phone:visited {
        font-size: 12.5938px;
        line-height: 15px;
        margin: 0 0 7px;
    }

    .member__email,
    .member__email:visited {
        font-size: 12.5938px;
        line-height: 15px;
    }

    .member {
        grid-gap: 0 20px;
        box-shadow: 0px 0px 29.0625px rgba(0, 0, 0, 0.15);
        border-radius: 14.5312px;
        padding: 18px 22px 16px;
        max-width: 286px;
    }
}

@media screen and (max-width: 768px) {
    .member-list {
        display: none;
    }
}

/* member-list end*/

/*filter-event start */
.filter-event {
    background: #FFFFFF;
    box-shadow: 0px 0px 28.0214px rgba(0, 0, 0, 0.15);
    border-radius: 21.016px;
    display: grid;
    grid-template-columns: 12fr;
    grid-gap: 0 30px;
    padding: 36px 0 19px;
    margin: 0 0 54px;
}

.filter-event__title-type-event {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 33.6257px;
    line-height: 41px;
    color: #5C5C5C;
    margin: 0 0 31px;
    padding: 0 33px;
}

.type-event {
    display: block;
}

.type-event__label {
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-gap: 0 12px;
    align-content: center;
    cursor: pointer;
    justify-content: start;
    justify-items: center;
    align-items: center;
    padding: 14px 54px 14px 26px;
    border-radius: 0px 21.016px 21.016px 0px;
    transition: .5s;
}

.type-event__input:checked+.type-event__label {
    box-shadow: 0px 0px 21.016px rgba(0, 0, 0, 0.1);
}

.type-event__input:checked+.type-event__label svg {
    fill: #0491FB;
}

.type-event svg {
    fill: #5C5C5C;
    transition: .5s;
    margin: 0 0 0 auto;
    display: block;
}

.type-event:hover svg {
    fill: #0491FB;
}

.type-event__text {
    font-size: 25.2193px;
    line-height: 29px;
    color: #5C5C5C;
    transition: color .5s;

}

.type-event:hover .type-event__text {
    color: #0491FB;
}

.type-event__input {
    display: none;
}

.type-event__input:checked+.type-event__label .type-event__text {
    font-family: 'gilroy-semibold', sans-serif;
    color: #0491FB;
}

.filter-event__set {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 14px 0;
}

.filter-event__title-date {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 33.6257px;
    line-height: 41px;
    color: #5C5C5C;
    margin: 0 0 39px;
}

.date-interval {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 0 21px;
    align-content: center;
    align-items: center;
    justify-content: start;
}

.date-interval__separator {
    width: 42.03px;
    height: 1.4px;
    background: #D4D4D4;
}

.date {
    background: #F5F5F5;
    border: 1.40107px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 21.016px;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    align-content: center;
    max-width: 217px;
    padding: 15px 20px;
    grid-gap: 0 11px;
}

.date__text {
    font-size: 19.615px;
    line-height: 23px;
    color: #D4D4D4;
}

.date__control {
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    font-size: 19.615px;
    line-height: 23px;
    color: #5C5C5C;
    padding: 0;
    text-align: center;
}

.date__control::-webkit-input-placeholder,
.date__control::placeholder {
    font-family: 'gilroy-regular', sans-serif;
    font-size: 19.615px;
    line-height: 23px;
    color: #5C5C5C;
}

.date__icon {
    fill: #5C5C5C;
    transition: .5s;
    width: 31px;
    height: 31px;
}

.date__control:focus+.date__icon {
    fill: #4D9EF8;
}

.date:hover .date__icon {
    fill: #4D9EF8;
}

.form-search-event__wrap-control {
    position: relative;
}

.form-search-event__wrap-control:after {
    content: '';
    display: block;
    width: 29px;
    height: 29px;
    position: absolute;
    top: calc(50% - 15px);
    right: 12px;
    background-size: 100% auto;
    background: url('/local/templates/volonter/css/../images/search_icon.svg') no-repeat center center;
}

.form-search-event {
    display: inline-grid;
    grid-template-columns: minmax(100px, 280px) minmax(100px, 217px);
    grid-gap: 0 21px;
}

.form-search-event__control {
    width: 100%;
    padding: 19px 45px 21px 29px;
    font-size: 19.615px;
    line-height: 23px;
    color: #5C5C5C;
    background: #F5F5F5;
    border: 1.40107px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 21.016px;
}

.form-search-event__control::-webkit-input-placeholder,
.form-search-event__control::placeholder {
    font-family: 'gilroy-regular', sans-serif;
    font-size: 19.615px;
    line-height: 23px;
    color: #5C5C5C;
}

.form-search-event__btn {
    background: #4D9EF8;
    border-radius: 21.016px;
    font-size: 22.4171px;
    line-height: 27px;
    color: #FFFFFF;
    border: 3px solid transparent;
    box-sizing: border-box;
    transition: .5s;
}

.form-search-event__btn:hover,
.form-search-event__btn:focus {
    border-color: #4D9EF8;
    color: #4D9EF8;
    background: #fff;
}

.filter-event__search {
    margin: 35px 0 0;
}

@media screen and (max-width: 1366px) {
    .filter-event {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
        border-radius: 15px;
        padding: 26px 0 14px;
        margin: 0 0 39px;
    }

    .filter-event__title-type-event {
        font-size: 24px;
        line-height: 29px;
        margin: 0 0 22px;
        padding: 0 24px;
    }

    .filter-event__title-date {
        font-size: 24px;
        line-height: 29px;
        margin: 0 0 28px;
    }

    .type-event__text {
        font-size: 18px;
        line-height: 22px;
    }

    .type-event__input:checked+.type-event__label {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

    }

    .type-event__label {
        grid-gap: 0 9px;
        padding: 10px 39px 10px 19px;
        border-radius: 0 15px 15px 0;
    }

    .filter-event__set {
        grid-gap: 10px 0;
    }

    .type-event svg {
        width: 70%;
    }

    .date {
        border-width: 1px;
        border-radius: 15px;
        max-width: 155px;
        padding: 11px 14px;
        grid-gap: 0 5px;
    }

    .date__icon {
        width: 21px;
        height: 21px;
    }

    .date__control,
    .date__text {
        font-size: 14px;
        line-height: 17px;
    }

    .date-interval__separator {
        width: 30px;
        height: 1px;
    }

    .date-interval {
        grid-gap: 0 15px;
    }

    .filter-event__search {
        margin: 25px 0 0;
    }

    .form-search-event__btn {
        border-radius: 15px;
        font-size: 16px;
        line-height: 20px;
        border-width: 2px;
    }

    .form-search-event {
        grid-template-columns: minmax(100px, 200px) minmax(100px, 155px);
        grid-gap: 0 15px;
    }

    .form-search-event__control {
        padding: 14px 35px 14px 21px;
        font-size: 14px;
        line-height: 17px;
        border-radius: 15px;
        border-width: 1px;
    }

    .form-search-event__wrap-control::after {
        width: 21px;
        height: 21px;
        top: calc(50% - 10px);
        right: 9px;
        background-size: 100% auto;
    }

    .form-search-event__control::-webkit-input-placeholder,
    .form-search-event__control::placeholder {
        font-size: 14px;
        line-height: 17px;
    }
}

@media screen and (max-width: 1024px) {
    .filter-event {
        box-shadow: 0px 0px 16.7184px rgba(0, 0, 0, 0.15);
        border-radius: 12.5388px;
        padding: 21px 0 12px;
        margin: 0 0 32px;
        grid-template-columns: 5fr 7fr;
    }

    .filter-event__title-type-event {
        font-size: 20.062px;
        line-height: 25px;
        margin: 0 0 19px;
        padding: 0 20px;
    }

    .type-event__text {
        font-size: 15.0465px;
        line-height: 17px;
    }

    .type-event__input:checked+.type-event__label {
        box-shadow: 0px 0px 12.5388px rgba(0, 0, 0, 0.1);
    }

    .type-event__label {
        grid-gap: 0 6px;
        padding: 8px 32px 8px 6px;
        border-radius: 0px 12.5388px 12.5388px 0px;
    }

    .filter-event__set {
        grid-gap: 8px 0;
    }

    .type-event svg {
        width: 55%;
    }

    .filter-event__title-date {
        font-size: 20.062px;
        line-height: 25px;
        margin: 0 0 23px;
    }

    .date {
        border: 0.835918px solid #D5D5D5;
        border-radius: 12.5388px;
        max-width: 129px;
        padding: 9px 11px;
        grid-gap: 0 5px;
    }

    .date__icon {
        width: 17px;
        height: 17px;
    }

    .date__control,
    .date__text {
        font-size: 11.7028px;
        line-height: 14px;
    }

    .date-interval__separator {
        width: 25px;
    }

    .date-interval {
        grid-gap: 0 13px;
    }

    .form-search-event {
        grid-template-columns: minmax(100px, 167px) minmax(100px, 130px);
        grid-gap: 0 13px;
    }

    .form-search-event__btn {
        border-radius: 12.5388px;
        font-size: 13.3747px;
        line-height: 16px;
        border-width: 2px;
    }

    .form-search-event__control {
        padding: 11px 29px 11px 17px;
        font-size: 11.7028px;
        line-height: 14px;
        border-radius: 12.5388px;
    }

    .form-search-event__control::-webkit-input-placeholder,
    .form-search-event__control::placeholder {
        font-size: 11.7028px;
        line-height: 14px;
    }

    .form-search-event__wrap-control::after {
        width: 17px;
        height: 17px;
        top: calc(50% - 6px);
        right: 7px;
    }

    .filter-event__search {
        margin: 20px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .filter-event {
        margin: 0 0 46px;
    }
}

@media screen and (max-width: 600px) {
    .filter-event {
        margin: 0 0 24px;
        grid-template-columns: 1fr;
        padding: 25px 0 28px;
        grid-gap: 33px 0;
    }

    .filter-event__title-type-event {
        text-align: center;
    }

    .filter-event__title-date {
        text-align: center;
        margin: 0 0 19px;
        font-size: 17.0609px;
        line-height: 21px;
    }

    .date-interval {
        justify-content: center;
    }

    .filter-event__search {
        margin: 17px 0 0;
    }

    .form-search-event {
        display: grid;
        justify-content: center;
    }

    .date {
        border: 0.71087px solid #D5D5D5;
        border-radius: 10.6631px;
        max-width: 110px;
        padding: 8px 10px;
        grid-gap: 0 5px;
    }

    .date__control,
    .date__text {
        font-size: 9.95218px;
        line-height: 12px;
    }

    .date__icon {
        width: 14px;
        height: 14px;
    }

    .date-interval__separator {
        width: 21px;
    }

    .date-interval {
        grid-gap: 0 11px;
    }

    .form-search-event {
        grid-template-columns: minmax(100px, 142px) minmax(100px, 110px);
        grid-gap: 0 10px;
    }

    .form-search-event__control {
        padding: 10px 25px 10px 15px;
        font-size: 9.95218px;
        line-height: 12px;
        border-radius: 10.6631px;
        border-width: 0.71087px;
    }

    .form-search-event__wrap-control::after {
        width: 15px;
        height: 15px;
        top: calc(50% - 7px);
        right: 6px;
    }

    .form-search-event__btn {
        border-radius: 10.6631px;
        font-size: 11.3739px;
        line-height: 14px;
        border-width: 1px;
    }

    .form-search-event__control::-webkit-input-placeholder,
    .form-search-event__control::placeholder {
        font-size: 9.95218px;
        line-height: 12px;
    }
}

/*filter-event end */
/*lk start */
.lk {
    display: grid;
    grid-template-columns: 4fr 8fr;
    grid-gap: 0 60px;
    margin: 134px 0 116px;
}



.lk__sidebar {
    box-shadow: 0px 0px 21.181px rgba(0, 0, 0, 0.15);
    border-radius: 21.181px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0 28px;
    align-content: start;
    padding: 53px 0 137px;
    align-self: start;
}

.lk__img {
    display: block;
    max-width: 148px;
    height: 148px;
    border-radius: 100%;
    grid-row: 1/3;
    margin: 0 0 0 42px;
}

.lk__name {
    font-size: 35.3017px;
    line-height: 42px;
    color: #5C5C5C;
    font-family: 'gilroy-semibold', sans-serif;
    margin: 0 0 9px;
    align-self: end;
}

.lk__post {
    font-size: 26.8293px;
    line-height: 31px;
    color: #5C5C5C;
}

.lk-menu {
    grid-column: 1/3;
    margin: 66px 0 0;
    padding: 0;
    list-style: none;
}

.lk-menu__item {
    width: calc(100% - 56px);
}

.lk-menu__link {
    background: transparent;
    border-radius: 0px 28.1008px 28.1008px 0px;
    transition: .5s;
    font-size: 31.0655px;
    line-height: 37px;
    color: #5C5C5C;
    padding: 18px 18px 18px 29px;
    display: grid;
    grid-template-columns: 42px repeat(2, auto);
    grid-gap: 0 14px;
    align-items: center;
    justify-content: start;
    text-decoration: none;
}

.lk-menu__icon {
    justify-self: center;
}

.lk-menu__link_selected {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 31.0655px;
    line-height: 37px;
    color: #4D9EF8;
    box-shadow: 0px 0px 28.1008px rgba(0, 0, 0, 0.1);
}

.lk-menu__link:hover,
.lk-menu__link:focus {
    color: #4D9EF8;
}

.lk-menu__count {
    background: #EB3624;
    box-shadow: 0px 0px 59.8053px rgba(0, 0, 0, 0.15);
    font-size: 26.2693px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: 'gilroy-semibold', sans-serif;
    border-radius: 100%;
    min-height: 34px;
    min-width: 34px;
    padding: 0 4px;
    box-sizing: border-box;
}

.lk__post {
    font-size: 26.8293px;
    line-height: 31px;
    color: #5C5C5C;
    grid-column: 2/3;
}

.lk__title {
    font-size: 42.3621px;
    line-height: 51px;
    font-family: 'gilroy-semibold', sans-serif;
    color: #5C5C5C;
}

.lk-profile {
    display: grid;
    grid-template-columns: 4.5fr 9fr;
    grid-gap: 0 30px;
    margin: 90px 0 66px;
}

.lk-profile__wrap-img {
    max-width: 254px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    grid-row: 1/7;
}

.lk-profile__img {
    border-radius: 100%;
    display: block;
    width: 100%;
    height: 254px;
    margin: 0 0 38px;
}

.change-btn,
.change-btn:visited {
    font-size: 27.1308px;
    line-height: 31px;
    color: #0491FB;
    transition: .5s;
}

.change-btn:hover,
.change-btn:focus {
    color: #EB3624;
}

.lk-profile__name {
    font-size: 52.7543px;
    line-height: 63px;
    color: #5C5C5C;
    font-family: 'gilroy-semibold', sans-serif;
    margin: 0 0 24px;
}

.lk-profile_wrap-post {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0 51px;
    margin: 0 0 46px;
    justify-content: start;
}

.lk-profile__post,
.lk-profile__id {
    font-size: 34.6671px;
    line-height: 40px;
    color: #5C5C5C;
}

.lk-profile_phone,
.lk-profile_phone:visited {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 33.1598px;
    line-height: 40px;
    color: #5C5C5C;
    margin: 0 0 16px;
    text-decoration: none;
}

.lk-profile_email,
.lk-profile_email:visited {
    font-size: 31.6526px;
    line-height: 37px;
    color: #0491FB;
    margin: 0 0 21px;
    transition: .5s;
}

.lk-profile_email:hover,
.lk-profile_email:focus {
    color: #EB3624;
}

.lk-profile_socnet,
.lk-profile_socnet:visited {
    font-size: 31.6526px;
    line-height: 37px;
    color: #0491FB;
    margin: 0 0 34px;
    transition: .5s;
}

.lk-profile_socnet:hover,
.lk-profile_socnet:focus {
    color: #EB3624;
}

.lk-info {
    background: #FFFFFF;
    box-shadow: 0px 0px 22.609px rgba(0, 0, 0, 0.15);
    border-radius: 22.609px;
    padding: 32px 54px 45px;
    margin: 0 0 42px;
}

.lk-info:last-of-type {
    margin: 0;
}

.lk-info__title {
    font-size: 33.8897px;
    line-height: 41px;
    font-family: 'gilroy-bold', sans-serif;
    color: #5C5C5C;
    margin: 0 0 .91em;
}

.lk-info__footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.lk-info__description {
    font-size: 27.1308px;
    line-height: 32px;
}

.lk-pers-info__item-title {
    font-size: 27.1308px;
    line-height: 33px;
    color: #5C5C5C;
    font-family: 'gilroy-semibold', sans-serif;
}

.lk-pers-info__item-text {
    font-size: 27.1308px;
    line-height: 32px;
    color: #5C5C5C;
}

.lk-pers-info__item {
    display: grid;
    grid-template-columns: 4fr 6fr;
    grid-gap: 0 30px;
}

.lk-pers-info__item {
    margin: 0 0 23px;
}

.lk-pers-info__item:last-of-type {
    margin: 0;
}

.lk__desc {
    font-size: 25.5385px;
    line-height: 31px;
    color: #5C5C5C;
    margin: 20px 0 35px;
}

.lk-order-info {
    font-size: 25.5385px;
    line-height: 31px;
    color: #5C5C5C;
    margin: 0 0 10px;
}

.lk-order-info__highlighter,
.lk-order-info__highlighter:visited {
    color: #4D9EF8;
    text-decoration: none;
}

.link-to-shop,
.link-to-shop:visited {
    font-size: 25.5385px;
    line-height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-decoration: none;
    margin: 47px 0 0;
    background: #EB3624;
    box-shadow: 0px 0px 42.5641px rgba(0, 0, 0, 0.15);
    border-radius: 42.5641px;
    transition: .5s;
    border: 2px solid #EB3624;
    padding: 16px 5px;
    max-width: 335px;
    width: 100%;
    margin: 37px 0 0;
    box-sizing: border-box;
}

.link-to-shop:hover,
.link-to-shop:focus {
    color: #EB3624;
    background: #fff;
}

.lk-download-avatar__text {
    font-size: 25.1515px;
    line-height: 31px;
    color: #5C5C5C;
}

.lk-download-avatar__text p {
    margin: 1em 0;
}

.lk-download-avatar__text p:last-of-type {
    margin: 0 0 2em;
}

.form-download-avatar__file {
    position: relative;
    overflow: hidden;
    font-size: 25.1515px;
    line-height: 31px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4D9EF8;
    box-shadow: 0px 0px 41.9192px rgba(0, 0, 0, 0.15);
    border-radius: 41.9192px;
    padding: 15px 8px;
    width: 100%;
    max-width: 254px;
    box-sizing: border-box;
}

.form-download-avatar__file-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.form-download-avatar__info {
    display: grid;
    grid-template-columns: 254px 1fr;
    grid-gap: 40px 30px;
    align-items: center;
}

.form-download-avatar__file-name {
    font-size: 25.1515px;
    line-height: 31px;
    color: #5C5C5C;
}

.form-btns {
    display: grid;
    grid-template-columns: 192px 192px;
    grid-gap: 0 20px;
    justify-content: start;
    margin: 69px 0 0;
    align-content: start;
}

.btn-save {
    background: #4D9EF8;
    box-shadow: 0px 0px 43.0143px rgba(0, 0, 0, 0.15);
    border-radius: 38.3388px;
    width: 100%;
    transition: .5s;
    border: 2px solid #4D9EF8;
    color: #fff;
    padding: 13px 8px;
    box-sizing: border-box;
    font-size: 19.1397px;
    line-height: 23px;
}

.btn-save:hover,
.btn-save:focus {
    color: #4D9EF8;
    background: #fff;
}

.link-back,
.link-back:visited {
    background: #EB3624;
    box-shadow: 0px 0px 43.0143px rgba(0, 0, 0, 0.15);
    border-radius: 38.3388px;
    width: 100%;
    transition: .5s;
    border: 2px solid #EB3624;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    max-width: 172px;
    padding: 13px 8px;
    box-sizing: border-box;
    font-size: 19.1397px;
    line-height: 23px;
}

.link-back:hover,
.link-back:focus {
    color: #EB3624;
    background: #fff;
}

@media screen and (max-width: 1440px) {
    .form-btns {
        grid-template-columns: 134px 134px;
        grid-gap: 0 14px;
        margin: 48px 0 0;
    }

    .btn-save {
        padding: 7px 8px;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
        border-radius: 26.7391px;
        font-size: 13.3488px;
        line-height: 16px;
    }

    .link-back,
    .link-back:visited {
        padding: 7px 8px;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
        border-radius: 26.7391px;
        font-size: 13.3488px;
        line-height: 16px;
    }

    .form-download-avatar__info {
        grid-template-columns: 182px 1fr;
        grid-gap: 30px;
    }

    .form-download-avatar__file {
        font-size: 18px;
        line-height: 21px;
        padding: 11px 8px;
    }

    .lk-download-avatar__text,
    .form-download-avatar__file-name {
        font-size: 18px;
        line-height: 21px;
    }

    .lk-order-info {
        font-size: 18px;
        line-height: 21px;
        margin: 0 0 7px;
    }

    .link-to-shop,
    .link-to-shop:visited {
        font-size: 18px;
        line-height: 21px;
        margin: 26px 0 0;
        padding: 12px 5px;
        max-width: 236px;
    }

    .lk {
        grid-template-columns: 4fr 8fr;
        grid-gap: 0 46px;
        margin: 66px 0 82px;
    }

    .lk__img {
        max-width: 105px;
        margin: 0 0 0 30px;
        height: 105px;
    }

    .lk__name {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 6px;
    }

    .lk__post {
        font-size: 19px;
        line-height: 22px;
    }

    .lk__sidebar {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        border-radius: 15px;
        grid-gap: 0 20px;
        padding: 37px 0 97px;
    }

    .lk-menu__link {
        border-radius: 0px 19.9004px 19.9004px 0px;
        font-size: 22px;
        line-height: 26px;
        padding: 13px 13px 13px 21px;
        grid-template-columns: 30px repeat(2, auto);
        grid-gap: 0 10px;
    }

    .lk-menu__item {
        width: calc(100% - 40px);
    }

    .lk-menu__icon_notif {
        width: 19.83px;
        height: 23.8px;
    }

    .lk-menu__icon_event {
        width: 24.25px;
        height: 20.53px;
    }

    .lk-menu__icon_stat {
        width: 30px;
        height: 19px;
    }

    .lk-menu__icon_order {
        width: 21px;
        height: 21px;
    }

    .lk-menu__icon_pers {
        width: 11.9px;
        height: 20.69px;
    }

    .lk-menu__count {
        box-shadow: 0px 0px 42.3529px rgba(0, 0, 0, 0.15);
        font-size: 18.6034px;
        line-height: 23px;
        min-height: 24px;
        min-width: 24px;
    }

    .lk-menu {
        margin: 47px 0 0;
    }

    .lk__title {
        font-size: 30px;
        line-height: 36px;
    }

    .lk-profile {
        margin: 63px 0 47px;
    }

    .lk-profile__img {
        margin: 0 0 27px;
        height: 180px;
    }

    .lk-profile__wrap-img {
        max-width: 180px;
    }

    .change-btn,
    .change-btn:visited {
        font-size: 19.2135px;
        line-height: 23px;
    }

    .lk-profile__name {
        font-size: 37.3596px;
        line-height: 45px;
        margin: 0 0 18px;
    }

    .lk-profile__post,
    .lk-profile__id {
        font-size: 24.5506px;
        line-height: 29px;
    }

    .lk-profile_wrap-post {
        grid-gap: 0 36px;
        margin: 0 0 33px;
    }

    .lk-profile_phone,
    .lk-profile_phone:visited {
        font-size: 23.4831px;
        line-height: 28px;
        margin: 0 0 11px;
    }

    .lk-profile_email,
    .lk-profile_email:visited {
        font-size: 22.4157px;
        line-height: 27px;
        margin: 0 0 15px;
    }

    .lk-profile_socnet,
    .lk-profile_socnet:visited {
        font-size: 22.4157px;
        line-height: 27px;
        margin: 0 0 24px;
    }

    .lk-info {
        box-shadow: 0px 0px 16.0112px rgba(0, 0, 0, 0.15);
        border-radius: 16.0112px;
        padding: 23px 38px 32px;
        margin: 0 0 30px;
    }

    .lk-info__title {
        font-size: 24px;
        line-height: 30px;
    }

    .lk-info__description {
        font-size: 19.2135px;
        line-height: 23px;
    }

    .lk-pers-info__item-title,
    .lk-pers-info__item-text {
        font-size: 19.2135px;
        line-height: 24px;
    }

    .lk-pers-info__item {
        margin: 0 0 16px;
    }

    .lk-menu__link_selected {
        box-shadow: 0px 0px 19.9004px rgba(0, 0, 0, 0.1);
    }

    .lk__desc {
        font-size: 18px;
        line-height: 21px;
        margin: 14px 0 25px;
    }
}

@media screen and (max-width: 1024px) {
    .lk__sidebar {
        box-shadow: 0px 0px 12.7569px rgba(0, 0, 0, 0.15);
        border-radius: 12.7569px;
        grid-gap: 0 17px;
        padding: 31px 0 83px;
    }

    .lk__img {
        max-width: 89px;
        margin: 0 0 0 25px;
        height: 89px;
    }

    .lk__name {
        font-size: 21.2614px;
        line-height: 25px;
        margin: 0 0 5px;
    }

    .lk__post {
        font-size: 16.1587px;
        line-height: 19px;
    }

    .lk-menu__link {
        border-radius: 0px 16.9244px 16.9244px 0px;
        font-size: 18.7101px;
        line-height: 22px;
        padding: 11px 11px 11px 18px;
        grid-template-columns: 25px repeat(2, auto);
        grid-gap: 0 8px;
    }

    .lk-menu__link_selected {
        box-shadow: 0px 0px 16.9244px rgba(0, 0, 0, 0.1);
    }

    .lk-menu__item {
        width: calc(100% - 34px);
    }

    .lk-menu__count {
        box-shadow: 0px 0px 36.0194px rgba(0, 0, 0, 0.15);
        font-size: 15.8214px;
        line-height: 19px;
        min-height: 20px;
        min-width: 20px;
    }

    .lk-menu__icon_notif {
        width: 16.87px;
        height: 20.22px;
    }

    .lk-menu__icon_event {
        width: 20.62px;
        height: 17.44px;
    }

    .lk-menu__icon_stat {
        width: 25px;
        height: 16px;
    }

    .lk-menu__icon_order {
        width: 18px;
        height: 18px;
    }

    .lk-menu__icon_pers {
        width: 10.12px;
        height: 17.58px;
    }

    .lk-menu {
        margin: 39px 0 0;
    }

    .lk {
        grid-gap: 0 34px;
        margin: 31px 0 87px;
    }

    .lk__title {
        font-size: 25.8034px;
        line-height: 31px;
    }

    .lk-profile__wrap-img {
        max-width: 155px;
    }

    .lk-profile {
        margin: 54px 0 50px;
    }

    .lk-profile__img {
        margin: 0 0 23px;
        height: 155px;
    }

    .change-btn,
    .change-btn:visited {
        font-size: 16.5258px;
        line-height: 19px;
    }

    .lk-profile__name {
        font-size: 32.1335px;
        line-height: 38px;
        margin: 0 0 15px;
    }

    .lk-profile__post,
    .lk-profile__id {
        font-size: 21.1163px;
        line-height: 24px;
    }

    .lk-profile_wrap-post {
        grid-gap: 0 31px;
        margin: 0 0 28px;
    }

    .lk-profile_phone,
    .lk-profile_phone:visited {
        font-size: 20.1982px;
        line-height: 24px;
        margin: 0 0 10px;
    }

    .lk-profile_email,
    .lk-profile_email:visited {
        font-size: 19.2801px;
        line-height: 23px;
        margin: 0 0 13px;
    }

    .lk-profile_socnet,
    .lk-profile_socnet:visited {
        font-size: 19.2801px;
        line-height: 23px;
        margin: 0 0 21px;
    }

    .lk-info {
        box-shadow: 0px 0px 16.0112px rgba(0, 0, 0, 0.15);
        border-radius: 16.0112px;
        padding: 27px 26px 18px;
        margin: 0 0 27px;
    }

    .lk-pers-info__item-title,
    .lk-pers-info__item-text {
        font-size: 18px;
        line-height: 21px;
    }

    .lk-pers-info__item-title,
    .lk-pers-info__item-text {
        font-size: 17px;
        line-height: 20px;
    }
}

@media screen and (max-width: 800px) {
    .form-btns {
        margin: 33px 0 0;
    }

    .lk-download-avatar__text,
    .form-download-avatar__file-name {
        font-size: 16px;
        line-height: 19px;
    }

    .lk {
        grid-gap: 0 29px;
        margin: 40px 0 69px;
    }

    .lk__img {
        max-width: 69px;
        margin: 0 0 0 19px;
        height: 69px;
    }

    .lk__sidebar {
        box-shadow: 0px 0px 9.88472px rgba(0, 0, 0, 0.15);
        border-radius: 9.88472px;
        grid-gap: 0 13px;
        padding: 24px 0 56px;
    }

    .lk__name {
        font-size: 16.4745px;
        line-height: 20px;
        margin: 0 0 4px;
    }

    .lk__post {
        font-size: 12.5206px;
        line-height: 15px;
    }

    .lk-menu__link_selected {
        box-shadow: 0px 0px 13.114px rgba(0, 0, 0, 0.1);
    }

    .lk-menu__link {
        border-radius: 0px 13.114px 13.114px 0px;
        font-size: 14.4976px;
        line-height: 17px;
        padding: 8px 8px 8px 19px;
        grid-template-columns: 20px repeat(2, auto);
        grid-gap: 0 5px;
    }

    .lk-menu__icon_notif {
        width: 13.07px;
        height: 15.68px;
    }

    .lk-menu__icon_event {
        width: 15.98px;
        height: 13.53px;
    }

    .lk-menu__icon_stat {
        width: 19px;
        height: 12px;
    }

    .lk-menu__icon_order {
        width: 14px;
        height: 14px;
    }

    .lk-menu__icon_pers {
        width: 7.84px;
        height: 13.63px;
    }

    .lk-menu__item {
        width: calc(100% - 20px);
    }

    .lk-menu__count {
        box-shadow: 0px 0px 27.9098px rgba(0, 0, 0, 0.15);
        font-size: 12.2593px;
        line-height: 15px;
        min-height: 16px;
        min-width: 16px;
    }

    .lk__title {
        font-size: 18.9807px;
        line-height: 23px;
    }

    .lk-profile__wrap-img {
        max-width: 114px;
    }

    .change-btn,
    .change-btn:visited {
        font-size: 12.1562px;
        line-height: 14px;
    }

    .lk-profile__img {
        margin: 0 0 17px;
        height: 114px;
    }

    .lk-profile__name {
        font-size: 22.1591px;
        line-height: 26px;
        margin: 0 0 13px;
    }

    .lk-profile__post,
    .lk-profile__id {
        font-size: 15.5329px;
        line-height: 18px;
    }

    .lk-profile_wrap-post {
        grid-gap: 0 23px;
        margin: 0 0 21px;
    }

    .lk-profile_phone,
    .lk-profile_phone:visited {
        font-size: 14.8576px;
        line-height: 18px;
        margin: 0 0 7px;
    }

    .lk-profile_email,
    .lk-profile_email:visited {
        font-size: 14.1822px;
        line-height: 17px;
        margin: 0 0 9px;
    }

    .lk-profile_socnet,
    .lk-profile_socnet:visited {
        font-size: 14.1822px;
        line-height: 17px;
        margin: 0 0 15px;
    }

    .lk-info {
        box-shadow: 0px 0px 15.3505px rgba(0, 0, 0, 0.15);
        border-radius: 15.3505px;
        padding: 25px 21px 20px;
        margin: 0 0 29px;
    }

    .lk-info__title {
        font-size: 21px;
        line-height: 25px;
    }

    .lk-info__description {
        font-size: 17px;
        line-height: 20px;
    }

    .lk-pers-info__item-title,
    .lk-pers-info__item-text {
        font-size: 18px;
        line-height: 21px;
    }

    .lk-pers-info__item {
        margin: 0 0 20px;
        grid-template-columns: 1fr 1fr;
    }

    .lk-profile {
        margin: 40px 0 48px;
    }

    .lk__desc {
        font-size: 16px;
        line-height: 19px;
        margin: 17px 0 14px;
    }
}

@media screen and (max-width: 650px) {
    .form-btns {
        margin: 30px 0 0;
    }

    .lk__desc {
        margin: 17px 0 24px;
    }

    .lk {
        grid-gap: 26px 0;
        margin: 11px 0 50px;
        grid-template-columns: 1fr;
    }

    .lk__img {
        max-width: 79px;
        margin: 0 0 0 23px;
        height: 79px;
    }

    .lk__name {
        font-size: 18.9626px;
        line-height: 23px;
        margin: 0 0 5px;
    }

    .lk__post {
        font-size: 14.4116px;
        line-height: 17px;
    }

    .lk-menu__link {
        border-radius: 0px 15.0945px 15.0945px 0px;
        font-size: 16.6871px;
        line-height: 20px;
        padding: 11px 11px 11px 16px;
        grid-template-columns: 23px repeat(2, auto);
        grid-gap: 0 8px;
    }

    .lk-menu__link_selected {
        box-shadow: 0px 0px 15.0945px rgba(0, 0, 0, 0.1);
    }

    .lk-menu__icon_notif {
        width: 15.04px;
        height: 18.05px;
    }

    .lk-menu__icon_event {
        width: 18.39px;
        height: 15.57px;
    }

    .lk-menu__icon_stat {
        width: 23px;
        height: 15px;
    }

    .lk-menu__icon_order {
        width: 16px;
        height: 16px;
    }

    .lk-menu__icon_pers {
        width: 9.03px;
        height: 15.69px;
    }

    .lk__sidebar {
        box-shadow: 0px 0px 11.3776px rgba(0, 0, 0, 0.15);
        border-radius: 11.3776px;
        grid-gap: 0 15px;
        padding: 28px 0 15px;
    }

    .lk-menu__count {
        box-shadow: 0px 0px 32.1249px rgba(0, 0, 0, 0.15);
        font-size: 14.1107px;
        line-height: 17px;
        min-height: 18px;
        min-width: 18px;
    }

    .lk-profile {
        margin: 22px 0 32px;
        grid-template-columns: auto 1fr;
        grid-gap: 0 21px;
    }

    .lk-profile__wrap-img {
        max-width: 95px;
        margin: 0 0 30px;
    }

    .lk-profile__img {
        margin: 0 0 14px;
        height: 95px;
    }

    .change-btn,
    .change-btn:visited {
        font-size: 16px;
        line-height: 19px;
    }

    .lk-profile__name {
        font-size: 18.0294px;
        line-height: 22px;
        margin: 0 0 10px;
    }

    .lk-profile__post,
    .lk-profile__id {
        font-size: 12.6381px;
        line-height: 15px;
    }

    .lk-profile_wrap-post {
        grid-gap: 6px 0;
        margin: 0;
        grid-template-columns: 1fr;
        align-content: start;
    }

    .lk-profile_phone,
    .lk-profile_phone:visited {
        font-size: 13.0397px;
        line-height: 16px;
        margin: 0 0 11px;
        grid-row: 7/8;
    }

    .lk-profile_email,
    .lk-profile_email:visited {
        font-size: 12.447px;
        line-height: 15px;
        margin: 0;
        grid-row: 8/9;
    }

    .lk-profile_socnet,
    .lk-profile_socnet:visited {
        font-size: 12.447px;
        line-height: 15px;
        margin: 0 0 11px;
        grid-row: 7/8;
        grid-column: 2/3;
    }

    .change-btn_lk-profile {
        grid-row: 8/9;
        grid-column: 2/3;
        font-size: 10.6688px;
        line-height: 12px;
    }

    .change-btn_foto-lk-profile {
        font-size: 10.6688px;
        line-height: 12px;
    }

    .lk-info {
        padding: 25px 21px 15px;
        margin: 0 0 28px;
    }

    .lk-info__title {
        font-size: 20px;
        line-height: 24px;
    }

    .lk-pers-info__item-title,
    .lk-pers-info__item-text {
        font-size: 17px;
        line-height: 20px;
    }

    .lk-pers-info__item {
        margin: 0 0 27px;
        grid-template-columns: 1fr;
        grid-gap: 12px 0;
    }

    .lk-order-info {
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 20px;
    }

    .link-to-shop,
    .link-to-shop:visited {
        margin: 4px 0 0;
        max-width: 278px;
        border-width: 1px;
    }
}

/*lk end */
/*lk-news start */
.lk-news {
    background: #FFFFFF;
    box-shadow: 0px 0px 19.723px rgba(0, 0, 0, 0.15);
    border-radius: 20.9237px;
    margin: 0 0 21px;
    padding: 32px 47px 28px;
    transition: .5s;
}

.lk-news:hover {
    transform: scale(1.03);
}

.lk-news:last-of-type {
    margin: 0;
}

.lk-news__title {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 30.6882px;
    line-height: 37px;
    color: #0491FB;
    margin: 0 0 .5em;
}

.lk-news__buttons{
    float: right;
}

.lk-news__buttons a:not(:first-child){
    margin-left: 10px;
}

.lk-news__buttons a{
    border: solid 1px #0491FB;
    color: #0491FB;
    padding: 10px;
    border-radius: 20px;
    font-family: 'gilroy-regular', sans-serif;
    transition-property: color;
    transition-property: background-color;
    transition-duration: .5s;
}

.lk-news__buttons a:hover{
    background-color: #0491FB;
    color: white;
}

.lk-news__text {
    font-size: 22.3187px;
    line-height: 26px;
    color: #A9A9A9;
}

.lk-news__footer {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0 0;
}

.lk-news__date {
    font-size: 19.5288px;
    line-height: 23px;
    color: #0491FB;
}

.lk-news__link,
.lk-news__link:visited {
    font-size: 19.5288px;
    line-height: 23px;
    color: #0491FB;
    text-decoration: none;
    transition: .5s;
}

.lk-news__link:hover,
.lk-news__link:focus {
    color: #EB3624;
}

.lk-news__gallery-img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
    margin: 24px 0;
}

.lk-news__img {
    display: block;
    filter: drop-shadow(0px 0px 41.8475px rgba(0, 0, 0, 0.1));
    border-radius: 20.9237px;
    max-width: 100%;
}

@media screen and (max-width: 1440px) {
    .lk-news__title {
        font-size: 22px;
        line-height: 27px;
    }

    .lk-news__text {
        font-size: 16px;
        line-height: 19px;
    }

    .lk-news__date,
    .lk-news__link,
    .lk-news__link:visited {
        font-size: 14px;
        line-height: 16px;
    }

    .lk-news__gallery-img {
        grid-gap: 17px;
        margin: 17px 0;
        filter: drop-shadow(0px 0px 29.9999px rgba(0, 0, 0, 0.1));
        border-radius: 15px;
    }

    .lk-news__footer {
        margin: 17px 0 0;
    }

    .lk-news {
        box-shadow: 0px 0px 14.1392px rgba(0, 0, 0, 0.15);
        border-radius: 15px;
        margin: 0 0 15px;
        padding: 22px 33px 20px;
    }

    .lk-news__img {
        filter: drop-shadow(0px 0px 29.9999px rgba(0, 0, 0, 0.1));
        border-radius: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .lk-news {
        box-shadow: 0px 0px 12.3876px rgba(0, 0, 0, 0.15);
        border-radius: 13.1417px;
        margin: 0 0 19px;
        padding: 19px 29px 17px;
    }

    .lk-news__title {
        font-size: 19.2745px;
        line-height: 23px;
    }

    .lk-news__text {
        font-size: 14.0179px;
        line-height: 16px;
    }

    .lk-news__footer {
        margin: 15px 0 0;
    }

    .lk-news__date,
    .lk-news__link,
    .lk-news__link:visited {
        font-size: 12.2656px;
        line-height: 14px;
    }

    .lk-news__gallery-img {
        grid-gap: 15px;
        margin: 15px 0;
        filter: drop-shadow(0px 0px 26.2835px rgba(0, 0, 0, 0.1));
        border-radius: 13.1417px;
    }

    .lk-news__img {
        filter: drop-shadow(0px 0px 26.2835px rgba(0, 0, 0, 0.1));
        border-radius: 13.1417px;
    }
}

@media screen and (max-width: 768px) {
    .lk-news {
        margin: 0 0 22px;
        padding: 19px 17px 13px;
    }

    .lk-news__gallery-img {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 650px) {
    .lk-news {
        padding: 28px 18px 22px;
    }

    .lk-news__footer {
        margin: 12px 0 0;
    }

    .lk-news__gallery-img {
        margin: 12px 0;
    }

    .lk-news__gallery-img {
        grid-template-columns: 1fr;
        justify-items: center;
    }
}

/*lk-news end */
/* lk-order start */
.lk-order {
    box-shadow: 0px 0px 21.282px rgba(0, 0, 0, 0.15);
    border-radius: 14.188px;
    padding: 18px 28px 18px 35px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 6px 26px;
    margin: 0 0 27px;
}

.lk-order:last-of-type {
    margin: 0;
}

.lk-order__img {
    grid-row: 1/3;
    display: block;
    max-width: 136px;
}

.lk-order__name,
.lk-order__name:visited {
    font-size: 26.9573px;
    line-height: 33px;
    color: #0491FB;
    font-family: 'gilroy-semibold', sans-serif;
    text-decoration: none;
}

.lk-order__status {
    font-size: 21.282px;
    line-height: 26px;
    color: #5C5C5C;
    grid-column: 2/3;
}

.lk-order__btn-delete {
    background: none;
    border: none;
    padding: 0;
    width: 19px;
    height: 19px;
    grid-row: 1/3;
    grid-column: 3/4;
}

.lk-order__btn-delete svg {
    fill: #A0A0A0;
    transition: .5s;
    width: 100%;
    height: 100%;
    display: block;
}

.lk-order__btn-delete:hover svg,
.lk-order__btn-delete:focus svg {
    fill: #EB3624;
}

.lk-order__list {
    margin: 0 0 56px;
}

@media screen and (max-width: 1440px) {
    .lk-order__list {
        margin: 0 0 40px;
    }

    .lk-order__name,
    .lk-order__name:visited {
        font-size: 19px;
        line-height: 23px;
    }

    .lk-order__status {
        font-size: 15px;
        line-height: 18px;
    }

    .lk-order__img {
        max-width: 96px;
    }

    .lk-order__btn-delete {
        width: 13px;
        height: 13px;
    }

    .lk-order {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        padding: 13px 20px 13px 25px;
        grid-gap: 4px 21px;
        margin: 0 0 19px;
    }
}

@media screen and (max-width: 800px) {
    .lk-order__list {
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 650px) {
    .lk-order__list {
        margin: 0 0 25px;
    }

    .lk-order__name,
    .lk-order__name:visited {
        font-size: 16px;
        line-height: 20px;
    }

    .lk-order__status {
        font-size: 14px;
        line-height: 17px;
    }

    .lk-order__btn-delete {
        width: 10px;
        height: 10px;
    }

    .lk-order {
        padding: 13px 10px;
        grid-gap: 0px 9px;
        margin: 0 0 19px;
    }

    .lk-order__img {
        max-width: 100px;
    }
}

/* lk-order end */

/*lk-edit start */
.lk-edit {
    margin: 50px 0 0;
}

.lk-edit__field {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 0 30px;
    align-items: center;
    margin: 0 0 38px;
}

.lk-edit__label {
    font-size: 28.6762px;
    line-height: 35px;
    color: #0491FB;
}

.lk-edit__control-text {
    border: 2.86762px solid #4D9EF8;
    box-sizing: border-box;
    border-radius: 43.0143px;
    width: 100%;
    font-size: 21.5071px;
    line-height: 1;
    color: #747474;
    padding: 17px 38px;
    font-family: 'gilroy-semibold', sans-serif;
}

.lk-edit__control-text::-webkit-input-placeholder,
.lk-edit__control-text::placeholder {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 21.5071px;
    line-height: 1;
    color: #747474;
}

.lk-edit__lk-select {
    border: 2.86762px solid #4D9EF8;
    box-sizing: border-box;
    border-radius: 43.0143px;
    width: 100%;
    font-size: 21.5071px;
    line-height: 1;
    color: #747474;
    padding: 17px 38px;
    font-family: 'gilroy-semibold', sans-serif;
}

.lk-edit__lk-select::-webkit-input-placeholder,
.lk-edit__lk-select::placeholder {
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 21.5071px;
    line-height: 1;
    color: #747474;
}

.lk-edit__wrap-control {
    max-width: 430px;
}

.lk-edit__wrap-control_date {
    position: relative;
}

.lk-edit__wrap-control_date::after {
    content: '';
    display: block;
    background: #fff url('/local/templates/volonter/css/../images/icon_date.svg') no-repeat center center;
    background-size: 24px auto;
    width: 42px;
    height: 42px;
    position: absolute;
    top: calc(50% - 21px);
    right: 18px;
    border-radius: 100%;
    box-shadow: 0px 0px 43.0143px rgba(0, 0, 0, 0.15);
}

.lk-select {
    position: relative;
    max-width: 990px;
    cursor: pointer;
}

.lk-select__output {
    font-family: 'gilroy-semibold', sans-serif;
    border: 2.86762px solid #4D9EF8;
    box-sizing: border-box;
    border-radius: 43.0143px;
    background: #FFFFFF;
    font-size: 21.5071px;
    line-height: 1;
    color: #747474;
    padding: 17px 60px 17px 38px;
    position: relative;
}

.lk-select__list {
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    position: absolute;
    top: 100%;
    right: 7%;
    background: none;
    width: 86%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    box-shadow: 0px 5.73523px 43.0143px rgba(0, 0, 0, 0.15);
    border-radius: 7.16904px;
    list-style: none;
    visibility: hidden;
    z-index: 100;
}

.lk-select:hover .lk-select__list {
    opacity: 1;
    visibility: visible;
}

.lk-select__input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.lk-select__label-text {
    font-family: 'gilroy-semibold', sans-serif;
    background: #fff;
    font-size: 21.5071px;
    line-height: 26px;
    color: #747474;
    padding: 6px 18px;
    display: block;
    transition: .5s;
    cursor: pointer;
}

.lk-select__label-text:hover {
    background: #E7F2FF;
}

.lk-select__output::after {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background: #FFF url('/local/templates/volonter/css/../images/arrow.svg') no-repeat center center;
    box-shadow: 0px 0px 43.0143px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: calc(50% - 21px);
    right: 18px;
    border-radius: 100%;
    background-size: 23px auto;
}

.lk-select:hover .lk-select__output::after {
    transform: rotate(180deg);
}

.lk-edit__control-textarea {
    border: 2.86762px solid #4D9EF8;
    box-sizing: border-box;
    border-radius: 43.0143px;
    width: 100%;
    font-size: 21.5071px;
    line-height: 1;
    color: #747474;
    padding: 17px 38px;
    font-family: 'gilroy-semibold', sans-serif;
    resize: none;
    height: 45vh;
}

.lk-edit__wrap-control_textarea {
    max-width: 100%;
    grid-column: 1/3;
}

@media screen and (max-width: 1440px) {
    .lk-edit__label {
        font-size: 20px;
        line-height: 24px;
    }

    .lk-edit__control-text {
        border-width: 2px;
        border-radius: 30px;
        font-size: 15px;
        padding: 11px 27px;
    }

	 .lk-edit__lk-select {
        border-width: 2px;
        border-radius: 30px;
        font-size: 15px;
        padding: 11px 27px;
    }

    .lk-edit__field {
        grid-template-columns: 1fr 2fr;
        margin: 0 0 27px;
    }

    .lk-edit__wrap-control {
        max-width: 300px;
    }

    .lk-select__output {
        border-width: 2px;
        border-radius: 30px;
        font-size: 15px;
        padding: 17px 45px 11px 27px;
    }

    .lk-edit__wrap-control_date::after {
        background-size: 16px auto;
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        right: 13px;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    }

    .lk-select__label-text {
        font-size: 15px;
        line-height: 1;
        padding: 6px 18px;
    }

    .lk-select__output::after {
        background-size: 16px auto;
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        right: 13px;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    }

    .lk-edit {
        margin: 36px 0 0;
    }

    .lk-select__list {
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
    }

    .lk-edit__wrap-control_textarea {
        max-width: 100%;
    }

    .lk-edit__control-textarea {
        border-width: 2px;
        border-radius: 30px;
        font-size: 15px;
        padding: 11px 27px;
    }
}

@media screen and (max-width: 800px) {
    .lk-edit__label {
        font-size: 16px;
        line-height: 19px;
    }

    .lk-edit__wrap-control {
        max-width: 241px;
    }

    .lk-edit__control-text {
        border-width: 1.68px;
        border-radius: 25.2px;
        font-size: 12.6px;
        padding: 10px 23px;
    }
.lk-edit__lk-select {
        border-width: 1.68px;
        border-radius: 25.2px;
        font-size: 12.6px;
        padding: 10px 23px;
    }

    .lk-select__output::after {
        background-size: 13px auto;
        width: 24px;
        height: 24px;
        top: calc(50% - 12px);
        right: 7px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

    .lk-edit__wrap-control_date::after {
        background-size: 13px auto;
        width: 24px;
        height: 24px;
        top: calc(50% - 12px);
        right: 7px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

    .lk-select__list {
        box-shadow: 0px 3.36px 25.2px rgba(0, 0, 0, 0.15);
        border-radius: 4.2px;
    }

    .lk-select__output {
        border-width: 1.68px;
        border-radius: 25.2px;
        font-size: 12.6px;
        padding: 10px 40px 10px 23px;
    }

    .lk-select__label-text {
        font-size: 12.6px;
        padding: 9px 13px;
    }

    .lk-edit__control-textarea {
        border-width: 1.68px;
        border-radius: 25.2px;
        font-size: 12.6px;
        padding: 10px 23px;
    }

    .lk-edit__wrap-control_textarea {
        max-width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .lk-edit {
        margin: 32px 0 0;
    }

    .lk-edit__field {
        grid-template-columns: 1fr;
        margin: 0 0 29px;
        grid-gap: 13px 0;
    }

    .lk-edit__wrap-control {
        max-width: 100%;
    }

    .lk-select__list {
        right: 3%;
        width: 94%;
    }
}

/*lk-edit end */
/* lk-event start */
.tabs__link_lk-event {
    font-size: 19.7647px;
    line-height: 23px;
    padding: 13px 32px;
    position: relative;
}

.tabs__link__count {
    position: absolute;
    top: -11px;
    right: -14px;
    display: block;
    min-width: 34px;
    min-height: 34px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    background: #EB3624;
    box-shadow: 0px 0px 42.3529px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    font-size: 26.2636px;
    line-height: 1;
    color: #FFFFFF;
    font-family: 'gilroy-semibold', sans-serif;
    padding: 0 4px;
    box-sizing: border-box;
}

.tabs-my-app__link {
    font-size: 22.5882px;
    line-height: 27px;
    color: #747474;
    transition: .5s;
    border: none;
    background: none;
    border-bottom: 1px solid #747474;
}

.tabs-my-app__link:hover,
.tabs-my-app__link:focus,
.tabs-my-app__link.active {
    color: #0491FB;
    border-color: #0491FB;
}

.tabs-my-app__item {
    margin: 0 30px 15px 0;
}

.tabs-my-app {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    list-style: none;
    margin: 0 0 27px;
}

/* lk-event end */

@media (max-width: 1700px) {
    .main-swiper-box {
        left: 3%;
    }

    .banner_inner {
        padding: 175px 0 0 100px;
    }
}

@media (max-width: 1365px) {

    .main__swiper-container .swiper-pagination {
        display: none;
    }

    .main__swiper-container {
        max-height: 761px;
    }

    .main-swiper-box {
        display: none;
    }

    .banner_inner {
        padding: 160px 0 0 35px;
    }

    .banner__title {
        font-size: 45px;
    }

    .banner_desc {
        font-size: 18px;
        max-width: 400px;
        margin-top: 42px;
    }

    .banner__buttons {
        margin-top: 55px;
    }

    .banner__social {
        margin-top: 125px;
    }
}

@media (max-width: 1023px) {

    .main__swiper-container {
        max-height: 647px;
    }

    .banner_inner {
        padding: 105px 0 0 30px;
    }

    .banner__title {
        font-size: 40px;
    }

    .banner_desc {
        font-size: 18px;
        margin-top: 35px;
    }

    .banner__social {
        margin-top: 90px;
    }

    .banner__button {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {

    .main__swiper-container {
        max-height: 572px;
    }

    .banner_inner {
        padding: 60px 0 0 0;
    }

    .banner__title {
        font-size: 30px;
    }

    .banner_desc {
        font-size: 16px;
        margin-top: 27px;
    }

    .banner__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 25px;
    }

    .banner__button {
        height: 48px;
        font-size: 16px;
    }

    .banner__button_right {
        margin-left: 0;
        margin-top: 24px;
    }

    .banner__social {
        margin-top: 68px;
        margin-left: 10px;
    }
}

.fogotform {
    max-width: 40%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bx-auth .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    text-align: center;
}

.fogotform div {
    margin-top: 20px;
}

.group {
    position: relative;
    margin-bottom: 30px;
}

.fogotform input {
    font-size: 16px;
    padding: 10px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.fogotform input:focus {
    outline: none;
}

.fogotform label {
    color: #999;
    font-size: 18px;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
.fogotform input:focus~label,
.fogotform input:valid~label {
    top: -15px;
    font-size: 14px;
    color: #0491FB;
}


/* BOTTOM BARS ================================= */
.fogotform .bar {
    position: relative;
    display: block;
    width: 320px;
}

.fogotform .bar:before,
.fogotform .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #0491FB;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.fogotform .bar:before {
    left: 50%;
}

.fogotform .bar:after {
    right: 50%;
}

/* active state */
.fogotform input:focus~.bar:before,
.fogotform input:focus~.bar:after {
    width: 50%;
}

.submit {
    margin-bottom: 15px;
}

/* add style 18.01.2022 by ily23 */

.bid__grid-next, .bid__grid-prev {
    position: absolute;
    z-index: 3333;
    background: #fff;
}

th.bid__grid-top-item {
    min-width: auto!important;
    font-size: 14px;
    line-height: 14px;
}

.bid__grid-top {
    grid-template-columns: 47px 65px 300px 100px 40px 55px 55px 115px 180px 180px 125px 140px 220px 115px 115px 115px 115px 133px;
}

.bid__grid-row {
    grid-template-columns: 47px 65px 300px 100px 40px 55px 55px 115px 180px 180px 125px 140px 220px 115px 115px 115px 115px 133px;
}

.bid__grid-item {
    font-size: 14px;
}

select.working__grid-select {
    font-size: 12px;
}

select.working__grid-select option {
    font-size: 13px;
}

.bid__volont {overflow-x: scroll;-ms-flex: 0 1 80%;flex: 0 1 80%;}

.bid__grid {
    position: relative;
}

.bid__grid-next {
    right: 0;
}

.bid__grid-wrapper {
    padding-left: 45px;
}


.grid__working {
    flex: 0 0 19%;
    -ms-flex: 0 0 19%;
}

.grid__working .grid__working-search {
    top: 7px;
}

.grid__working .grid__working-title {
    padding: 16px 54px;
}

.working__grid-title {
    height: auto;
    padding: 10px 8px;
}

.working__grid-top {
    grid-template-columns: auto;
}

select.working__grid-select {
    width: 100%;
}

tr.bid__grid-row td:nth-child(1), tr.bid__grid-row td:nth-child(2), tr.bid__grid-row td:nth-child(3), tr.bid__grid-row td:nth-child(4) {
    position: relative;
    z-index: 1;
}

.bid__grid-row {
    grid-gap: 0px;
}

tr.bid__grid-top {
    grid-gap: 0px;
}

table.bid__grid-box {
    overflow: hidden;
}

.best {
    margin-top: 75px;
}

.personal-img-cropping
{
    display: block;
    max-width: 100%;
    max-height: 600px;
}

.link-back-from-del,
.link-back-from-del:visited {
    background: #4D9EF8;
    box-shadow: 0px 0px 43.0143px rgba(0, 0, 0, 0.15);
    border-radius: 38.3388px;
    width: 100%;
    transition: .5s;
    border: 2px solid #4D9EF8;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    max-width: 172px;
    padding: 13px 8px;
    box-sizing: border-box;
    font-size: 19.1397px;
    line-height: 23px;
}

.link-back-from-del:hover,
.link-back-from-del:focus {
    color: #4D9EF8;
    background: #fff;
}

.form-del-btns {
    display: grid;
    grid-template-columns: 280px 192px;
    grid-gap: 0 20px;
    justify-content: start;
    margin: 69px 0 0;
    align-content: start;
}

/*.btn-del {*/
/*    background: #EB3624;*/
/*    box-shadow: 0px 0px 43.0143px rgba(0, 0, 0, 0.15);*/
/*    border-radius: 38.3388px;*/
/*    width: 100%;*/
/*    transition: .5s;*/
/*    border: 2px solid #EB3624;*/
/*    color: #fff;*/
/*    padding: 13px 8px;*/
/*    box-sizing: border-box;*/
/*    font-size: 19.1397px;*/
/*    line-height: 23px;*/
/*}*/

/*.btn-del:hover,*/
/*.btn-del:focus {*/
/*    color: #EB3624;*/
/*    background: #fff;*/
/*}*/

.lk-info-form__description {
    font-size: 27.1308px;
    line-height: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.btn-del {
    min-width: 280px;
    white-space: nowrap;
    background: #EB3624;
    box-shadow: 0 0 43.0143px rgba(0,0,0,0.15);
    border-radius: 38.3388px;
    width: 100%;
    transition: .5s;
    border: 2px solid #EB3624;
    color: #fff;
    padding: 13px 8px;
    box-sizing: border-box;
    font-size: 19.1397px;
    line-height: 23px;

    /* нужно для прогресса */
    position: relative;
    overflow: hidden;
    --progress: 0; /* 0..1 */
    user-select: none;
}

.btn-del:hover,
.btn-del:focus {
    color: #EB3624;
    background: #fff;
}

/* во время удержания блокируем hover-стиль */
.btn-del.is-holding,
.btn-del.is-holding:hover,
.btn-del.is-holding:focus {
    background: #EB3624;
    color: #fff;
}

/* Полоска прогресса поверх фона кнопки */
.btn-del::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;            /* важно! чтобы повторить скругления */
    background: rgba(255,255,255,0.35);/* хорошо заметная «заливка» */
    transform: scaleX(var(--progress));
    transform-origin: left center;
    transition: transform 0.05s linear;/* сглаживание шага */
    pointer-events: none;
}

.btn-del__label {
    position: relative;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
    .btn-del::before { transition: none; }
}

.form-del-error {

}
.form-del-error-item
{
    font-size: 27.1308px;
    line-height: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #EB3624;
}
/* End */


/* Start:/local/templates/volonter/css/forms.css?17853229859174*/
.header__forms {
  position: fixed;
  z-index: 5;
  top: 65px;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header__forms.active {
  opacity: 1;
  visibility: visible;
}

.reg__form-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px 26px 45px 26px;
  max-width: 686px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.reg__form-box::-webkit-scrollbar-button {
  /*background-image: url(/local/templates/volonter/css/);*/
  background-repeat: no-repeat;
  width: 0px;
  height: 10px;
}
.reg__form-box::-webkit-scrollbar-track {
  background-color: transparent;
  width: 3px;
}

.reg__form-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #cecece;
  background-position: center;
  background-repeat: no-repeat;
  width: 3px;
}
.reg__form-box::-webkit-scrollbar {
  width: 5px;
}
.reg__form-registr {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
  height: 80vh;
  max-width: 686px;
}

.reg__form-registr.active {
  position: relative;
  z-index: 6;
  visibility: visible;
  opacity: 1;
}

.reg__form-auth {
  height: 600px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.reg__form-auth.active {
  position: relative;
  z-index: 6;
  visibility: visible;
  opacity: 1;
}

.reg__form-cross {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.reg__form-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  margin-top: 36px;
  text-align: center;
}

.reg__form-role {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}

.reg__role-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.reg__role-label + .reg__role-label {
  margin-left: 62px;
}

.reg__role-input {
  display: none;
}

.reg__role-input:checked + .reg__role-circle::after {
  opacity: 1;
}

.reg__role-circle {
  border: 2px solid #4D9EF8;
  width: 34px;
  height: 34px;
  position: relative;
  border-radius: 50%;
}

.reg__role-circle::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-color: #4D9EF8;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.reg__role-text {
  margin-left: 19px;
  font-weight: 600;
  font-size: 25px;
  line-height: 124%;
}

.reg__form-field {
  margin-top: 15px;
}

.reg__field-label {
  margin-top: 27px;
  display: block;
}

.reg__field-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 124%;
}

.reg__field-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 690px;
  width: 100%;
  height: 67px;
  background-color: #fafafa;
  border: 2px solid #C8C8C8;
  border-radius: 10px;
  padding-left: 37px;
  font-size: 22px;
  line-height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 19px;
  display: block;
}

.reg__field-input.error {
  border: 2px solid #EB3624;
}

.reg__field-input::-webkit-input-placeholder {
  font-size: 22px;
  line-height: 118.18182%;
  line-height: 60px;
  color: #C8C8C8;
}

.reg__field-input::-moz-placeholder {
  font-size: 22px;
  line-height: 118.18182%;
  line-height: 60px;
  color: #C8C8C8;
}

.reg__field-input:-ms-input-placeholder {
  font-size: 22px;
  line-height: 118.18182%;
  line-height: 60px;
  color: #C8C8C8;
}

.reg__field-input::-ms-input-placeholder {
  font-size: 22px;
  line-height: 118.18182%;
  line-height: 60px;
  color: #C8C8C8;
}

.reg__field-input::placeholder {
  font-size: 22px;
  line-height: 118.18182%;
  line-height: 60px;
  color: #C8C8C8;
}

.reg__form-privacy {
  margin-top: 15px;
}

.reg__form-captcha {
  margin-top: 15px;
}

.reg__privacy-label {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reg__privacy-input {
  display: none;
}

.reg__privacy-input:checked + .reg__privacy-circle::after {
  opacity: 1;
}

.reg__privacy-circle {
  color: #4D9EF8;
  width: 27px;
  height: 27px;
  border: 2px solid #4D9EF8;
  border-radius: 2px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27px;
          flex: 0 0 27px;
}

.reg__privacy-circle::after {
  content: url(/local/templates/volonter/images/check.svg);
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.reg__privacy-text {
  margin-left: 15px;
  font-weight: 600;
  font-size: 21px;
  line-height: 119.04762%;
  color: #424242;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.reg__privacy-text a {
  color: #4D9EF8;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.reg__privacy-text a:hover {
  color: #EB3624;
}

.reg__form-btn {
  background-color: #EB3624;
  max-width: 314px;
  width: 100%;
  height: 65px;
  border-radius: 111px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 21px;
  line-height: 119.04762%;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  border: none;
  border: 2px solid transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.reg__form-btn:hover {
  background-color: transparent;
  border: 2px solid #EB3624;
  color: #EB3624;
}

.reg__form-authGo {
  font-size: 21px;
  line-height: 119.04762%;
  color: #0491FB;
  text-align: center;
  display: block;
  margin: 24px auto 0 auto;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.reg__form-authGo:hover {
  color: #EB3624;
}

@media (max-width: 1399px) {
  .reg__form-auth {
    height: 85vh;
  }
}

@media (max-width: 1365px) {
  .reg__form-title {
    margin-top: 25px;
  }

  .reg__form-role {
    margin-top: 35px;
  }

  .reg__role-label + .reg__role-label {
    margin-left: 45px;
  }
}

@media (max-width: 900px) {
  .header__forms {
    top: 0;
  }

  .reg__form-registr {
    height: 100vh;
  }

  .reg__form-auth {
    height: 550px;
  }
}

@media (max-width: 767px) {
  .reg__form-box {
    padding: 15px 26px 17px 26px;
  }

  .reg__form-title {
    font-size: 36px;
  }

  .reg__form-role {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .reg__role-label + .reg__role-label {
    margin-left: 0;
    margin-top: 15px;
  }

  .reg__role-circle::after {
    width: 15px;
    height: 15px;
  }

  .reg__role-circle {
    width: 30px;
    height: 30px;
  }

  .reg__role-text {
    font-size: 22px;
    margin-left: 15px;
  }

  .reg__form-field {
    margin-top: 10px;
  }

  .reg__field-label {
    margin-top: 20px;
  }

  .reg__field-title {
    font-size: 22px;
  }

  .reg__field-input::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 57;
  }

  .reg__field-input::-moz-placeholder {
    font-size: 20px;
    line-height: 57;
  }

  .reg__field-input:-ms-input-placeholder {
    font-size: 20px;
    line-height: 57;
  }

  .reg__field-input::-ms-input-placeholder {
    font-size: 20px;
    line-height: 57;
  }

  .reg__field-input::placeholder {
    font-size: 20px;
    line-height: 57;
  }

  .reg__field-input {
    font-size: 20px;
    height: 60px;
    padding-left: 30px;
    margin-top: 15px;
  }

  .reg__form-privacy {
    margin-top: 12px;
  }

  .reg__form-captcha {
    margin-top: 12px;
  }

  .reg__privacy-circle {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
  }

  .reg__privacy-text {
    font-size: 18px;
    margin-left: 10px;
  }
}

@media (max-width: 479px) {
  .reg__form-box {
    padding: 15px 20px 17px 20px;
  }

  .reg__form-registr {
    padding: 15px 20px 40px 20px;
  }
}
/* End */


/* Start:/local/templates/volonter/css/custom-select.css?17853229852684*/
.custom-select-container {
    position: relative;
    box-sizing: border-box;
}

.custom-select-container * {
    box-sizing: border-box;
}

.custom-select-container.is-disabled {
    opacity: .333;
}

.custom-select-opener {
    background-color: transparent;
    padding: 17px 38px;
    display: block;
    cursor: pointer;
    width: 100%;
    border: 2px solid #4D9EF8;
    box-sizing: border-box;
    border-radius: 43.0143px;
    width: 100%;
    font-size: 21.5071px;
    line-height: 1;
    color: #747474;
    padding: 17px 38px;
    font-family: 'gilroy-semibold', sans-serif;
}

.custom-select-opener:after
{
    content: "\25BC";
    position: absolute;
    right: 25px;
    font-size: smaller;
    bottom: 20px;
}

.custom-select-container select {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-select-panel {
    max-height: 0;
    transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
    overflow: hidden;
    background-color: #e9e9e9;
    position: absolute;
    top: 100%;
    z-index: 1;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 7px;

}

.custom-select-container.is-open .custom-select-panel::-webkit-scrollbar-button {
    background-image: url(/local/templates/volonter/css/);
    background-repeat: no-repeat;
    width: 0px;
    height: 7px
}


.custom-select-container.is-open .custom-select-panel::-webkit-scrollbar-track {
    background-color: transparent;
    width: 3px
}

.custom-select-container.is-open .custom-select-panel::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 10px;
    background-color: #cecece;
    background-position: center;
    background-repeat: no-repeat;
    width: 3px
}

.custom-select-container.is-open .custom-select-panel::-webkit-scrollbar {
    width: 5px
}

.custom-select-container.is-open .custom-select-panel {
    max-height: 10.7em;
    overflow-y: auto
}

.custom-select-option {
    padding: 0.5em;
}

.custom-select-option.has-focus {
    background-color: LightBlue;
}

.custom-select-option:first-child{
    pointer-events: none;
}

.custom-select-optgroup>.custom-select-option {
    padding-left: 2em;
}

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

    /*.custom-select-opener {
        border-width: 2px;
        border-radius: 30px;
        font-size: 15px;
        padding: 11px 27px;
    }*/
}

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


    /*.custom-select-opener {
        border-width: 1.68px;
        border-radius: 25.2px;
        font-size: 12.6px;
        padding: 10px 23px;
    }*/
}

@media screen and (max-width: 980px) {
    .custom-select-opener:after
    {
        right: 15px;
        bottom: 10px;
    }
}

/* End */


/* Start:/local/templates/volonter/css/select2.min.css?178532298515195*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/* End */


/* Start:/local/templates/volonter/css/croppie.min.css?17853229853270*/
.croppie-container{width:100%;height:100%}.croppie-container .cr-image{z-index:-1;position:absolute;top:0;left:0;transform-origin:0 0;max-height:none;max-width:none}.croppie-container .cr-boundary{position:relative;overflow:hidden;margin:0 auto;z-index:1;width:100%;height:100%}.croppie-container .cr-resizer,.croppie-container .cr-viewport{position:absolute;border:2px solid #fff;margin:auto;top:0;bottom:0;right:0;left:0;box-shadow:0 0 2000px 2000px rgba(0,0,0,.5);z-index:0}.croppie-container .cr-resizer{z-index:2;box-shadow:none;pointer-events:none}.croppie-container .cr-resizer-horisontal,.croppie-container .cr-resizer-vertical{position:absolute;pointer-events:all}.croppie-container .cr-resizer-horisontal::after,.croppie-container .cr-resizer-vertical::after{display:block;position:absolute;box-sizing:border-box;border:1px solid #000;background:#fff;width:10px;height:10px;content:''}.croppie-container .cr-resizer-vertical{bottom:-5px;cursor:row-resize;width:100%;height:10px}.croppie-container .cr-resizer-vertical::after{left:50%;margin-left:-5px}.croppie-container .cr-resizer-horisontal{right:-5px;cursor:col-resize;width:10px;height:100%}.croppie-container .cr-resizer-horisontal::after{top:50%;margin-top:-5px}.croppie-container .cr-original-image{display:none}.croppie-container .cr-vp-circle{border-radius:50%}.croppie-container .cr-overlay{z-index:1;position:absolute;cursor:move;touch-action:none}.croppie-container .cr-slider-wrap{width:75%;margin:15px auto;text-align:center}.croppie-result{position:relative;overflow:hidden}.croppie-result img{position:absolute}.croppie-container .cr-image,.croppie-container .cr-overlay,.croppie-container .cr-viewport{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.cr-slider{-webkit-appearance:none;width:300px;max-width:100%;padding-top:8px;padding-bottom:8px;background-color:transparent}.cr-slider::-webkit-slider-runnable-track{width:100%;height:3px;background:rgba(0,0,0,.5);border:0;border-radius:3px}.cr-slider::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:-6px}.cr-slider:focus{outline:0}.cr-slider::-moz-range-track{width:100%;height:3px;background:rgba(0,0,0,.5);border:0;border-radius:3px}.cr-slider::-moz-range-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:-6px}.cr-slider:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}.cr-slider::-ms-track{width:100%;height:5px;background:0 0;border-color:transparent;border-width:6px 0;color:transparent}.cr-slider::-ms-fill-lower{background:rgba(0,0,0,.5);border-radius:10px}.cr-slider::-ms-fill-upper{background:rgba(0,0,0,.5);border-radius:10px}.cr-slider::-ms-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:1px}.cr-slider:focus::-ms-fill-lower{background:rgba(0,0,0,.5)}.cr-slider:focus::-ms-fill-upper{background:rgba(0,0,0,.5)}.cr-rotate-controls{position:absolute;bottom:5px;left:5px;z-index:1}.cr-rotate-controls button{border:0;background:0 0}.cr-rotate-controls i:before{display:inline-block;font-style:normal;font-weight:900;font-size:22px}.cr-rotate-l i:before{content:'↺'}.cr-rotate-r i:before{content:'↻'}
/* End */
/* /local/templates/volonter/css/normalize.css?17853229856488 */
/* /local/templates/volonter/css/fonts.css?17853229851127 */
/* /local/templates/volonter/css/slick-theme.css?17853229853362 */
/* /local/templates/volonter/css/slick.css?17853229851895 */
/* /local/templates/volonter/css/fancybox.min.css?178532298512795 */
/* /local/templates/volonter/css/swiper-bundle.min.css?178532298513886 */
/* /local/templates/volonter/css/styles.css?1785322985226034 */
/* /local/templates/volonter/css/forms.css?17853229859174 */
/* /local/templates/volonter/css/custom-select.css?17853229852684 */
/* /local/templates/volonter/css/select2.min.css?178532298515195 */
/* /local/templates/volonter/css/croppie.min.css?17853229853270 */
