@font-face {
    font-family: 'Arial';
    src: local("../fonts/Arial"), local("../fonts/Arial"), url("../fonts/Arial.woff2") format("woff2"), url("../fonts/Arial.woff") format("woff"), url("../fonts/Arial.ttf") format("truetype"), url("../fonts/Arial.eot") format("eot");
    font-weight: 400;
    font-style: normal; }
/*mediaWidthFullHdDesktop-1700*/
/*mediaWidthHdDesktop-1520*/
/*mediaWidthBigDesktop-1400*/
/*mediaWidthDesktop -1200*/
/*WidthTabletLand-1024*/
/*WidthTabletLand-992*/
/*WidthTabletLand-768*/
/*WidthTabletLand-580*/
/*WidthTabletLand-420*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, button, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    outline: none;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

main, article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

html {
    font: 16px/20px "Arial", sans-serif;
}

body {
    color: #1b1b1b;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

html,
body {
    min-height: 100%;
}

.wrapper {
    overflow: hidden;
    overflow-y: auto;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 0.1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.wrapper.wrapper_ready-load {
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #1b1b1b;
    font-weight: 400;
}

h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child),
.h1:not(:last-child),
.h2:not(:last-child),
.h3:not(:last-child),
.h4:not(:last-child),
.h5:not(:last-child),
.h6:not(:last-child) {
    margin: 0 0 1.5rem;
}

h1,
.h1 {
    font-size: 2rem;
    line-height: 2.5rem;
}

h2,
.h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
}

h3,
.h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

h4,
.h4 {
    font-size: 1rem;
    line-height: 1.5rem;
}

h5,
.h5 {
    font-size: 1rem;
    line-height: 1.5rem;
}

h6,
.h6 {
    font-size: 1rem;
    line-height: 1.5rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #1b1b1b;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: underline;
}

strong {
    font-weight: 600;
}

a {
    color: #606060;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
p,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul:not(:last-child),
p:not(:last-child),
ol:not(:last-child) {
    margin-bottom: .75rem;
}

ul:empty,
p:empty,
ol:empty {
    display: none;
}

ul li,
ol li {
    margin: 0 0 .5rem;
}

img,
svg {
    outline: none;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    width: 100%;
    margin-bottom: 2rem;
    table-layout: fixed;
}

table td, table th {
    border-bottom: 1px solid #606060;
    border-top: 1px solid #606060;
    text-align: left;
    padding: .5rem 1rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 992px) {
    table td, table th {
        padding: 1rem 1.5rem;
    }
}

table th {
    font-weight: 600;
    background-color: #606060;
}

.container {
    width: 62.5rem;
    max-width: calc(100% - 1.5rem);
    margin: 0 auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 2rem);
    margin: 0 -1rem;
}

.col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col.col_1 {
    width: 8.3333%;
}

.col.col_2 {
    width: 16.666%;
}

.col.col_3 {
    width: 25%;
}

.col.col_4 {
    width: 33.3%;
}

.col.col_5 {
    width: 41.666667%;
}

.col.col_6 {
    width: 50%;
}

.col.col_7 {
    width: 58.333333%;
}

.col.col_8 {
    width: 66.666667%;
}

.col.col_9 {
    width: 75%;
}

.col.col_10 {
    width: 83.333333%;
}

.col.col_11 {
    width: 91.666667%;
}

.col.col_12 {
    width: 100%;
}

@media (max-width: 1519px) {
    .col.col_hd-desktop-2 {
        width: 16.66%;
    }

    .col.col_hd-desktop-3 {
        width: 25%;
    }

    .col.col_hd-desktop-4 {
        width: 33.3%;
    }

    .col.col_hd-desktop-5 {
        width: 41.666667%;
    }

    .col.col_hd-desktop-6 {
        width: 50%;
    }

    .col.col_hd-desktop-7 {
        width: 58.333333%;
    }

    .col.col_hd-desktop-8 {
        width: 66.666667%;
    }

    .col.col_hd-desktop-9 {
        width: 75%;
    }

    .col.col_hd-desktop-10 {
        width: 83.333333%;
    }

    .col.col_hd-desktop-11 {
        width: 91.666667%;
    }

    .col.col_hd-desktop-12 {
        width: 100%;
    }
}

@media (max-width: 1399px) {
    .col.col_big-desktop-2 {
        width: 16.66%;
    }

    .col.col_big-desktop-3 {
        width: 25%;
    }

    .col.col_big-desktop-4 {
        width: 33.3%;
    }

    .col.col_big-desktop-5 {
        width: 41.666667%;
    }

    .col.col_big-desktop-6 {
        width: 50%;
    }

    .col.col_big-desktop-7 {
        width: 58.333333%;
    }

    .col.col_big-desktop-8 {
        width: 66.666667%;
    }

    .col.col_big-desktop-9 {
        width: 75%;
    }

    .col.col_big-desktop-10 {
        width: 83.333333%;
    }

    .col.col_big-desktop-11 {
        width: 91.666667%;
    }

    .col.col_big-desktop-12 {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .col.col_middle-desktop-2 {
        width: 16.66%;
    }

    .col.col_middle-desktop-3 {
        width: 25%;
    }

    .col.col_middle-desktop-4 {
        width: 33.3%;
    }

    .col.col_middle-desktop-5 {
        width: 41.666667%;
    }

    .col.col_middle-desktop-6 {
        width: 50%;
    }

    .col.col_middle-desktop-7 {
        width: 58.333333%;
    }

    .col.col_middle-desktop-8 {
        width: 66.666667%;
    }

    .col.col_middle-desktop-9 {
        width: 75%;
    }

    .col.col_middle-desktop-10 {
        width: 83.333333%;
    }

    .col.col_middle-desktop-11 {
        width: 91.666667%;
    }

    .col.col_middle-desktop-12 {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .col.col_desktop-2 {
        width: 16.66%;
    }

    .col.col_desktop-3 {
        width: 25%;
    }

    .col.col_desktop-4 {
        width: 33.3%;
    }

    .col.col_desktop-5 {
        width: 41.666667%;
    }

    .col.col_desktop-6 {
        width: 50%;
    }

    .col.col_desktop-7 {
        width: 58.333333%;
    }

    .col.col_desktop-8 {
        width: 66.666667%;
    }

    .col.col_desktop-9 {
        width: 75%;
    }

    .col.col_desktop-10 {
        width: 83.333333%;
    }

    .col.col_desktop-11 {
        width: 91.666667%;
    }

    .col.col_desktop-12 {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .col.col_tab-3 {
        width: 25%;
    }

    .col.col_tab-4 {
        width: 33.3%;
    }

    .col.col_tab-5 {
        width: 41.666667%;
    }

    .col.col_tab-6 {
        width: 50%;
    }

    .col.col_tab-7 {
        width: 58.333333%;
    }

    .col.col_tab-8 {
        width: 66.666667%;
    }

    .col.col_tab-9 {
        width: 75%;
    }

    .col.col_tab-10 {
        width: 83.333333%;
    }

    .col.col_tab-11 {
        width: 91.666667%;
    }

    .col.col_tab-12 {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .col.col_mob-3 {
        width: 25%;
    }

    .col.col_mob-4 {
        width: 33.3%;
    }

    .col.col_mob-6 {
        width: 50%;
    }

    .col.col_mob-8 {
        width: 66.666667%;
    }

    .col.col_mob-12 {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .col.col_mob-p-12 {
        width: 100%;
    }
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.content-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*  form */
form {
    margin-bottom: 25px;
}

form span.title {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
}

form label {
    display: block;
}

form span.small {
    display: inline;
}

form .item {
    margin-bottom: 16px;
}

form .item.textarea-item {
    margin: 20px 0 18px;
}

form input.inputtext,
form textarea {
    width: 300px;
    font: 14px/20px "Arial";
}

@media (max-width: 768px) {
    form input.inputtext,
    form textarea {
        width: 98%;
        padding: 10px 0;
    }
}

form input.inputtext {
    height: 20px;
}

form .capcha {
    margin-bottom: 15px;
    display: block;
}

form input[type="submit"] {
    display: block;
    margin-bottom: 15px;
    background-color: #000;
}

/*form*/
.form-pattern .item,
.form-pattern .capcha {
    position: relative;
}

.form-pattern .valid-pattern + .result {
    position: relative;
    font-size: 12px;
    left: 0;
    color: red;
    top: 10px;
    background: white;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 300px;
    padding: 7px 10px;
    z-index: 10;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: none;
    transform: none;
    display: none;
}

.check-text {
    overflow: hidden;
    display: block;
    padding-left: 10px;
}

.checkbox-pattern {
    float: left;
}

.checkbox-pattern.errorText {
    color: red;
}

.form-pattern .valid-pattern + .result:before {
    background: white;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg) translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: calc(100% - 7px);
    content: "";
    width: 15px;
    height: 15px;
}

.form-pattern .error + .result {
    display: block;
}

.form-pattern .ok {
    border: 1px solid green;
}

.form-pattern .ok + .result {
    display: none;
}

.submit-wrap {
    width: 150px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.submit-wrap.add-block {
    pointer-events: none;
}

.submit-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.submit-wrap:hover {
    cursor: pointer;
}

.submit-wrap:hover input[type="submit"] {
    opacity: .7;
}

form input[type="submit"] {
    display: block;
    margin-bottom: 15px;
    border: 0;
    background: #000;
    color: #fff;
    height: 35px;
    cursor: pointer;
    width: 150px;
    font-size: 16px;
    line-height: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.document-frame {
    width: 100%;
    height: 1140px;
    margin-top: 5px;
}

.checkbox-item {
    position: relative;
}

.checkbox-item .result,
.capcha .result{
    position: absolute !important;
    left: 50% !important;
    top: 100% !important;
    transform: translate(-50%, 0) !important;
}

.contact-links {
    margin-bottom: 25px;
}

.contact-map iframe {
    width: 100%;
    height: 300px;
}

.form-pattern .item, .form-pattern .capcha {
    position: relative;
}

form .item {
    margin-bottom: 16px;
}

form label {
    display: block;
}

form span.title {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
}

form input.inputtext {
    height: 20px;
}

form input.inputtext, form textarea {
    width: 300px;
    font: 14px/20px "Arial";
}

.form-pattern .valid-pattern + .result::before {
    background: white;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    position: absolute;
    left: 50%;
    bottom: calc(100% - 7px);
    content: "";
    width: 15px;
    height: 15px;
}

.form-pattern .error + .result {
    display: block;
}

.form-pattern .valid-pattern + .result {
    position: relative;
    font-size: 12px;
    left: 0;
    color: red;
    top: 10px;
    background: white;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 300px;
    padding: 7px 10px;
    z-index: 10;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: none;
}

.form-pattern .valid-pattern + .result::before {
    background: white;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    position: absolute;
    left: 50%;
    bottom: calc(100% - 7px);
    content: "";
    width: 15px;
    height: 15px;
}

.form-pattern .valid-pattern + .result {
    font-size: 12px;
    color: red;
}

.form-pattern .error + .result {
    display: block;
}

.contact__map {
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
}

.contact__map iframe {
    width: 100%;
    height: 450px;
}

form .item label {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

form .item:not(:last-child) {
    margin-bottom: 1rem;
}

form .item.checkbox-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

form .item.checkbox-item .check-text {
    text-align: left;
    padding-left: 1rem;
}

form input.inputtext, form textarea {
    width: 300px;
}

.btn {
    color: #1b1b1b;
    background-color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.5rem;
    border: 1px solid #1b1b1b;
    font-weight: 400;
    padding: .5rem 1rem;
    border-radius: 0;
    margin: 0;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 992px) {
    .btn {
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding: .5rem 1.5rem;
    }
}

.btn:hover {
    color: #FFFFFF;
    background: #1b1b1b;
    border-color: #1b1b1b;
    text-decoration: none;
}

.btn:disabled {
    border-color: #606060;
    background-color: #606060;
}

.btn.btn_secondary {
    color: #1b1b1b;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn.btn_secondary:hover {
    color: #FFFFFF;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}

.btn.btn_secondary:disabled {
    color: #606060;
    border-color: #606060;
}

.main .wysiwyg {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .main .wysiwyg {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}

.wysiwyg {
    margin-bottom: 2.5rem;
}

.wysiwyg img,
.wysiwyg svg {
    display: block;
    margin-bottom: 1.5rem;
}

.wysiwyg ul {
    list-style: none;
}

.wysiwyg ul ul {
    margin-left: 0;
}

.wysiwyg ul li {
    position: relative;
    padding-left: 2rem;
}

.wysiwyg ul li:before {
    content: "";
    left: 0;
    top: -.2rem;
    width: .5rem;
    height: .5rem;
    background-color: #1b1b1b;
    position: relative;
    display: inline-block;
    margin-right: 8px;
}

@media screen and (max-width: 991px) {
    .wysiwyg ul li:before {
        top: -.2rem;
        left: 0;
        width: .25rem;
        height: .25rem;
    }
}

.wysiwyg a {
    position: relative;
    white-space: nowrap;
}

.wysiwyg a:hover:before {
    opacity: 1;
}

.wysiwyg a:before {
    content: "";
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #606060;
    opacity: .2;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slick-slider {
    position: relative;
    width: auto;
    height: 100%;
    display: block;
    cursor: -webkit-grab;
    cursor: grab;
}

.slick-slider img {
    display: block;
    width: 100%;
}

.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-slider .slick-list {
    overflow: hidden;
}

.slick-slider .slick-slide {
    display: inline-block;
    height: 100%;
    z-index: 2 !important;
    margin: 0;
    min-height: 1px;
}

.slick-slider .slick-slide.slick-current {
    z-index: 3 !important;
}

.slick-slider .slick-arrow {
    position: absolute;
    width: 22px;
    height: 44px;
    cursor: pointer;
    z-index: 4;
    top: 146px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slick-slider .slick-arrow:hover polygon {
    fill: #1b1b1b;
}

.slick-slider .slick-arrow.slick-prev {
    left: -2rem;
    right: auto;
}

.slick-slider .slick-arrow.slick-next {
    left: auto;
    right: -2rem;
}

.slick-slider .slick-arrow.slick-disabled {
    opacity: .8;
    pointer-events: none;
}

.slick-slider .slick-arrow polygon {
    fill: #717171;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slick-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 3;
    bottom: -3rem;
    left: 0;
    padding: 1rem;
    width: 100%;
}

.slick-slider .slick-dots li {
    margin: 0;
    font-size: .5rem;
    line-height: .5rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slick-slider .slick-dots li:not(:last-child) {
    margin-right: .25rem;
}

.slick-slider .slick-dots li.slick-active button, .slick-slider .slick-dots li:hover button {
    background-color: #1b1b1b;
}

.slick-slider .slick-dots li:only-child {
    display: none;
}

.slick-slider .slick-dots button {
    text-indent: -9999px;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #f1f1f1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slick-loading .slick-slide {
    visibility: hidden;
}


.cookie-section {
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 24px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 100%;
    z-index: 111;
    padding: 16px 24px;
    display: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
    .cookie-section {
        text-align: center;
    }
}
.cookie-section.cookie-section_visual {
    display: block;
}
.cookie-section .container {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .cookie-section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cookie-section .text {
    margin-right: 20px;


}
.cookie-section .text  a {
    position: relative;
    white-space: nowrap;
}

.cookie-section .text  a:hover:before {
    opacity: 1;
}

.cookie-section .text  a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    opacity: .5;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 991px) {
    .cookie-section .text {
        margin-bottom: 10px;
    }
}

.cookie-section .text a {
    color: #fff;
}

.cookie-section .btns-wrap {
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cookie-section .btns-wrap .btn {
    width: 50%;
    font-size: 1rem;
    text-transform: none;
    margin-left: 8px;
}

.cookie-section .btns-wrap .btn.close-js {
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    background: #000 !important;
    border-color: #000 !important;
}

.cookie-section .btns-wrap .btn.close-js:hover {
    color: #000 !important;
    background: #fff !important;
    border-color: #fff !important;
}


.cookie-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #898989;
    padding: 16px 24px;
    background-color: #eeeeee;
    margin-bottom: 24px;
}

.cookie-switch .cookie-switch__title {
    margin-right: 16px;
}

.cookie-switch .cookie-switch__toggle .switch-toggle__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.cookie-switch .cookie-switch__toggle .switch-toggle__input {
    position: absolute;
    left: -9999px;
}

.cookie-switch .cookie-switch__toggle .switch-toggle__input:checked ~ .switch-toggle__text:after {
    background-color: #1f6c40;
}

.cookie-switch .cookie-switch__toggle .switch-toggle__input:checked ~ .switch-toggle__text:before {
    right: 2px;
}

.cookie-switch .cookie-switch__toggle .switch-toggle__text {
    padding-right: 96px;
    font-size: 16px;
    line-height: 40px;
}

.cookie-switch .cookie-switch__toggle .switch-toggle__text:before, .cookie-switch .cookie-switch__toggle .switch-toggle__text:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cookie-switch .cookie-switch__toggle .switch-toggle__text:after {
    width: 76px;
    height: 40px;
    border-radius: 30px;
    background-color: #bd0e0f;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cookie-switch .cookie-switch__toggle .switch-toggle__text:before {
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    top: 2px;
    right: 38px;
    z-index: 2;
    opacity: 1;
}


.wrapper_scroll .scroll {
    opacity: 1;
}

.scroll {
    position: fixed;
    right: 0;
    bottom: 0;
    top: auto;
    width: 2.25rem;
    height: 2.25rem;
    z-index: 3;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 992px) {
    .scroll {
        position: absolute;
        top: 0;
        right: 0;
    }

}

.scroll:hover .scroll__link {
    background-color: #1b1b1b;
}

.scroll .scroll__link {
    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;
    width: 100%;
    height: 100%;
    background-color: #606060;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header {
    padding: .75rem 0;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 992px) {
    .header {
        padding: 1.5rem 0;
    }
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header.header_menu-active .header__nav {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.header.header_menu-active .burger {
    position: relative;
    top: 8px;
}

.header.header_menu-active .burger .burger__ico {
    margin-bottom: .5rem;
}

.header.header_menu-active .burger .ico__item {
    width: 2rem;
    margin-bottom: 0;
}

.header.header_menu-active .burger .ico__item:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header.header_menu-active .burger .ico__item:nth-child(2) {
    display: none;
}

.header.header_menu-active .burger .ico__item:nth-child(3) {
    margin-top: -.5rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header.header_menu-active ~ * {
    opacity: .1;
}

.header .header__logo {
    position: relative;
    z-index: 11;
    margin-bottom: -7rem;
}

.header .header__logo .logo__link {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .header__logo .logo__img {
    height: 7rem;
}

@media screen and (min-width: 992px) {
    .header .header__logo .logo__img {
        height: 14rem;
    }
}

.header .header__contact {
    margin-right: 2.5rem;
    margin-left: auto;
}

@media screen and (min-width: 992px) {
    .header .header__contact {
        position: absolute;
        top: 1.25rem;
        right: 1.25rem;
        margin: 0;
    }
}

.header .header__contact .contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .header__contact .contact__item {
    margin: 0;
}

@media screen and (max-width: 991px) {
    .header .header__contact .contact__item:not(:last-child) {
        margin-right: 1.5rem;
        position: relative;
    }

    .header .header__contact .contact__item:not(:last-child):after {
        content: "";
        position: absolute;
        top: 0;
        left: calc(100% + .75rem);
        width: 1px;
        height: 100%;
        background-color: #606060;
    }
}

@media screen and (min-width: 992px) {
    .header .header__contact .contact__item.contact__item_secondary {
        display: none;
    }
}

.header .header__contact .contact__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
}

.header .header__contact .contact__link:hover .contact__ico .ico__part,
.header .header__contact .contact__item:last-child .contact__link:hover path {
    fill: #1b1b1b;
}

.header .header__contact .contact__ico {
    width: 1.25rem;
    height: auto;
}

.header .header__contact .contact__ico .ico__part,
.header .header__contact .contact__item:last-child path {
    fill: #606060;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    -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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 10;
}

@media screen and (min-width: 992px) {
    .header .burger {
        display: none;
    }
}

.header .burger .burger__ico {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.header .burger .burger__ico .ico__item {
    width: 2rem;
    background-color: #606060;
    height: .25rem;
    border-radius: .5rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header .burger .burger__ico .ico__item:not(:last-child) {
    margin-bottom: .25rem;
}

.header .burger .burger__title .title__text {
    color: #606060;
    font-size: .75rem;
    line-height: .75rem;
}

@media screen and (max-width: 991px) {
    .header .nav {
        position: absolute;
        top: calc(100% + 2.5rem);
        left: 0;
        width: 100%;
        height: calc(100vh - 4.25rem);
        background: #FFFFFF;
        z-index: 3;
        overflow: hidden;
        overflow-y: auto;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

.header .nav .nav__list {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .header .nav .nav__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.header .nav .nav__item {
    position: relative;
    margin: 0;
}

@media screen and (min-width: 992px) {
    .header .nav .nav__item:before {
        content: "";
        position: absolute;
        top: calc(100% + 60px);
        left: 1.5rem;
        width: 0;
        height: 2px;
        background-color: #7c7777;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

.header .nav .nav__item.current-menu-item:before {
    width: calc(100% - 3rem);
}


.header .nav .nav__item.current-menu-item .nav__link, .header .nav .nav__item:hover .nav__link {
    color: #7c7777;
}

.header .nav .nav__item.nav__item_secondary {
    display: block;
}

@media screen and (min-width: 992px) {
    .header .nav .nav__item.nav__item_secondary {
        display: none;
    }
}

.header .nav .nav__link {
    color: #000000;
    font-size: 22px;
    padding: .5rem 1.5rem;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer {
    color: #313131;
    margin-top: auto;
    padding: 2.5rem 0;
    text-align: center;
    background-color: #f1f1f1;
}
.footer .footer__widget a {
    position: relative;
    white-space: nowrap;
}

.footer .footer__widget a:hover:before {
    opacity: 1;
}

.footer .footer__widget a:before {
    content: "";
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #606060;
    opacity: .2;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
    .footer {
        text-align: left;
    }
}


.footer a {
    color: #313131;
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  justify-content: center;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
    .footer .footer__logo {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.footer .footer__logo .logo__link {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer__logo .logo__img {
    height: 7rem;
}

.footer .footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .footer .footer__contact {
        margin-bottom: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.footer .footer__contact .contact__link {
    color: #555554;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
}

.footer .footer__contact .contact__link .contact__ico {
    width: 2.5rem;
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-right: .75rem;
    border: 2px solid #606060;
}

.footer .footer__contact .contact__link .contact__ico img,
.footer .footer__contact .contact__link .contact__ico svg {
    width: 1.25rem;
    height: auto;
}

.footer .footer__widget {
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .footer .footer__widget {
        text-align: right;
        position: relative;
        padding-right: 2rem;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .footer .footer__widget:before {
        content: "";
        position: absolute;
        top: -1.25rem;
        height: calc(100% + 2.5rem);
        width: 1px;
        left: 100%;
        background-color: #7d7d7d;
    }
}

.footer .nav .nav__list {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .nav .nav__item {
    margin: 0;
}

.footer .nav .nav__item:not(:last-child) {
    margin-bottom: .25rem;
}

.footer .nav .nav__item.nav__item_secondary .nav__link:before, .footer .nav .nav__item:hover .nav__link:before {
    width: 100%;
}

.footer .nav .nav__link {
    color: #313131;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.footer .nav .nav__link:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #7d7d7d;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer .nav .nav__item:hover .nav__link,
.footer .nav .nav__item.current-menu-item .nav__link:before {
    width: 100%
}

.slider {
    width: 75rem;
    max-width: calc(100% - 1.5rem);
    margin: 0 auto;
    position: relative;
}

.slider .slider__item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 15rem;
}

@media screen and (min-width: 992px) {
    .slider .slider__item {
        height: 40rem;
    }
}

.slider .slider__contact {
    position: absolute;
    left: 0;
    bottom: 4rem;
    z-index: 3;
    width: 100%;
    display: none;
}

@media screen and (min-width: 992px) {
    .slider .slider__contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.slider .slider__contact .contact__link {
    color: #1b1b1b;
    background-color: #FFFFFF;
    border: 1px solid #1b1b1b;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.2rem;
    padding: .75rem 1rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slider .slider__contact .contact__link:hover {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background-color: #1b1b1b;
}

.slider .slider__phone {
    position: absolute;
    bottom: 2.5rem;
    right: 1.25rem;
    z-index: 11;
    display: none;
}

@media screen and (min-width: 992px) {
    .slider .slider__phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.slider .slider__phone .phone__link {
    color: #1b1b1b;
    font-size: 21px;
    background-color: #FFFFFF;
    padding: .5rem 1rem;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slider .slider__phone .phone__link:hover {
    color: #FFFFFF;
    background-color: #1b1b1b;
}

.slider .slider__phone .phone__link:hover .phone__ico path {
    fill: #FFFFFF;
}

.slider .slider__phone .phone__link .phone__ico {
    margin-right: .5rem;
    width: 1.25rem;
    height: auto;
}

.slider .slider__phone .phone__link .phone__ico path {
    fill: #1b1b1b;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 992px) {
    .contact .wysiwyg{
        font-size: 1rem;
        line-height: 1.25rem;
    }
}

.contact .wysiwyg a {
    color: #1b1b1b;
}

.formular-content {
    max-width: 30rem;
    margin: 0 auto 2rem;
}

.contact__formular {
    text-align: center;
    margin-bottom: 2rem;
}

.contact__formular .capcha .capcha__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
    .contact__formular .capcha .capcha__wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.contact__formular .capcha .capcha__text {
    margin-bottom: .5rem;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .contact__formular .capcha .capcha__text {
        width: auto;
        margin: 0;
        margin-right: 1rem;
    }
}

.contact__formular .capcha .capcha__key {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: .5rem;
}

@media screen and (min-width: 992px) {
    .contact__formular .capcha .capcha__key {
        width: auto;
    }
}

.contact__formular .capcha .capcha__value {
    width: 10rem;
}

@media screen and (min-width: 992px) {
    .contact__formular .capcha .capcha__value {
        width: auto;
    }
}

.layout {
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 992px) {
    .layout {
        margin-bottom: 2rem;
    }
}

.content {
    padding: 2rem 0;
    margin-bottom: 1.5rem;
    background-color: #FFFFFF;
}

@media screen and (min-width: 992px) {
    .content {
        padding: 2.75rem 2rem;
    }
}

.gallery .gallery__list {
    margin: 0 -.5rem;
}

.gallery .gallery__item {
    padding: 0 .5rem;
}

@media screen and (min-width: 992px) {
    .gallery .gallery__item {
        padding: 0 1.25rem;
    }
}
.gallery__wrap{
    overflow: hidden;
}
.gallery .gallery__media {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.gallery .gallery__media .gallery__img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.gallery .gallery__media:hover{
    transform: scale(1.1);
}
.gallery .gallery__media:hover .gallery__img{
    opacity: 1;
}
.gallery .gallery__wrap:not(:last-child) {
    margin-bottom: 1.5rem;
}

.gallery .gallery__media .gallery__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100%;
    position: relative;
}

/*.gallery .gallery__media .gallery__link:hover:before {*/
/*  border-width: .75rem; }*/
/*.gallery .gallery__media .gallery__link:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  border: 0 solid #1b1b1b;*/
/*  -webkit-box-sizing: border-box;*/
/*          box-sizing: border-box;*/
/*  -webkit-transition: all 0.2s ease-in-out;*/
/*  transition: all 0.2s ease-in-out; }*/

.gallery .gallery__main {
    text-align: center;
    padding: 0 .5rem;
}

.gallery .gallery__main .gallery__content:not(:last-child) {
    margin-bottom: 1.5rem;
}

.gallery .gallery__main .gallery__action .action__link {
    color: #1b1b1b;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.gallery .gallery__main .gallery__action .action__link:hover {
    color: #606060;
}

.widgets {
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 11;
}

@media screen and (min-width: 992px) {
    .widgets {
        top: 240px;
    }
}

.widget {
    position: relative;
}

.widget:not(:last-child) {
    margin-bottom: .25rem;
}

.widget:hover .widget__preview {
    background-color: #1b1b1b;
}

.widget:hover .widget__preview .widget-preview__ico rect {
    fill: #1b1b1b;
}

.widget:hover .widget__body {
    visibility: visible;
    opacity: 1;
}

.widget .widget__preview {
    color: #FFFFFF;
    background-color: #606060;
    width: 2.25rem;
    height: 2.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.widget .widget__preview .widget-preview__ico rect {
    fill: #606060;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.widget .widget__body {
    font-size: 1rem;
    line-height: 1.25rem;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 100%;
    top: 0;
    min-width: 16rem;
    border: 1px solid #b5b5b5;
    background-color: #FFFFFF;
    padding: 1.5rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.widget .widget-body__header:not(:last-child),
.widget .widget-body__content:not(:last-child),
.widget .widget-body__footer:not(:last-child) {
    margin-bottom: .5rem;
}

.widget .widget-body__header .title-text {
    color: #1b1b1b;
    font-weight: 600;
    margin-bottom: 0;
}

.widget .widget-body__content p {
    margin-bottom: .75rem;
}

.widget .widget-body__content a {
    color: #1b1b1b;
}

.widget .widget-body__content .widget__time .time__list {
    margin: 0;
    list-style: none;
}

.widget .widget-body__content .widget__time .time__list .time__item {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  justify-content: space-between;
}

.widget .widget-body__content .widget__time .time__list .time__key {
    margin-right: .75rem;
    min-width: 6rem;

}

.widget .widget-body__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.widget .widget-body__footer .text-link {
    color: #1b1b1b;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.widget .widget-body__footer .text-link:hover {
    color: #898989;
}

.social .social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social .social__item {
    margin: 0;
}

.social .social__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social .social__link:hover .social__ico path {
    fill: #1b1b1b;
}

.social .social__ico {
    width: 1rem;
    min-width: 1rem;
    height: auto;
}

.social .social__ico path {
    fill: #1b1b1b;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
