@font-face {
    font-family: 'Myriad Pro';
    src: url('./fonts/MyriadPro-Regular.woff') format('woff');
    src: url('./fonts/MyriadPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* --------------------------------- */
html, body { font-family: "Golos Text", serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 17px; color: #5d5d5d; width: 100%; }
dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, input, textarea, select, button, a { margin: 0; padding: 0; line-height: 1.3em; outline: none; font-family: 'Golos Text', sans-serif; color: #000; text-decoration: none;}
img { border: 0; vertical-align: top; }
.reset { margin: 7px 0 0; padding: 0; list-style: none; }
h2 { margin-bottom: 30px;}
h3 { margin-bottom: 20px;}
button { font-size: 16px;}
a { color: #000; cursor: pointer; }
ol ul {    list-style-type: disc;}
/* --------------------------------- */
.button {  text-align: center; display: inline-block; cursor: pointer; border: none; transition: all .2s; border-radius: 4px; box-sizing: border-box; font-weight: 500; }
.button.buttonBlock { width: 100%; box-sizing: border-box; text-align: center; }
.button.buttonSmall { height: 32px; line-height: 32px; padding: 0 15px; }
.button.buttonMiddle { height: 40px; line-height: 40px; padding: 0 20px; }
.button.buttonLarge { height: 48px; line-height: 48px; padding: 0 30px; }
.button.buttonBanner {     background: transparent;color: #fff;border: 2px solid #fff; border-radius: 40px; max-width: 250px;     font-size: 20px;    line-height: 20px;}
.buttonBlack { color: #fff; background: #313131; }
.buttonRed { color: #fff; background: var(--red-color); }
.buttonRed:hover {   text-decoration: none;   box-shadow: 0 4px 15px 0 #f2484187;-webkit-transform: translate3d(0px, -4px, 0.01px);transform: translate3d(0px, -4px, 0.01px);color: #fff; }
.buttonContact { max-width: fit-content; }


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #fff
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0000FF;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0404b6;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(43, 43, 241, 0.85);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/* --------------------------------- */
.containerWindow { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); z-index: 999; overflow: scroll;  }
.containerWindow .containerWindow--close { position: absolute; top: 0; right: 0; font-size: 35px;     line-height: 50px;background: #f1f1f1; color: #000; cursor: pointer; z-index: 100; width: 50px; height: 50px; text-align: center; transition: all .2s; }
.containerWindow .containerWindow--close:hover { background: #ddd; }
.containerWindow .containerWindow--container { position: absolute; top: 0; left: 0; width: 100%; min-height: 100%; text-align: center; display: inline-grid; justify-content: center; align-content: center; }
.containerWindow .containerWindow--container .containerWindow--content { position: relative; padding: 50px 50px; background: #fff; text-align: left; }
.containerWindow .containerWindow--container .containerWindow--title { font-size: 25px; font-weight: 600; color: #000; padding-bottom: 30px; }
.containerWindow .containerWindow--container .containerWindow--content label.container--label--name { margin-bottom: 10px; overflow: hidden; float: left; width: 100%; }
.containerWindow .containerWindow--container .containerWindow--content .container--label { margin-bottom: 15px; }
.containerWindow .containerWindow--container .containerWindow--content label.button { margin-bottom: 0; }
.containerWindow .containerWindow--container .containerWindow--content input { width: 100%; border: 1px solid #efefef; height: 50px; border-radius: 4px; padding: 15px; box-sizing: border-box; font-size: 15px; }
.containerWindow .containerWindow--container .containerWindow--content input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px #fff inset; box-shadow: 0 0 0 1000px #fff inset; -webkit-text-fill-color: #000; }
.containerWindow .containerWindow--container .containerWindow--content input.conf { width: 20px; height: 20px; padding: 0; }
.containerWindow .containerWindow--container .containerWindow--content textarea { width: 100%; border: 1px solid #efefef; height: 80px; border-radius: 4px; padding: 15px; box-sizing: border-box; font-size: 15px; max-width: 100%; }
.containerWindow .containerWindow--container .containerWindow--content select { width: 100%; margin-bottom: 15px; border: 1px solid #efefef;  height: 50px;  border-radius: 4px;  padding: 0 15px;  box-sizing: border-box; font-size: 15px;}
.containerWindow .containerWindow--container .containerWindow--content input.double { float: left; width: 48%; }
.containerWindow .containerWindow--container .containerWindow--content input.double:last-child { float: right; }
.containerWindow .containerWindow--container .containerWindow--content .nice-select.open .list { overflow: scroll; max-height: 250px; padding-top: 8px; }
.containerWindow .containerWindow--container .containerWindow--content .nice-select { height: 50px; }
/*.containerWindow .containerWindow--container .containerWindow--content button { width: 100%; margin-top: 20px; display: inline-block; text-align: center; cursor: pointer; box-sizing: border-box; border: none; padding: 8px 20px; border-radius: 10px; font-size: 20px; line-height: 24px; }*/
.containerWindow .containerWindow--container .containerWindow--content .containerWindow--facebook { display: block; line-height: 50px; width: 100%; transition: all .2s; background: #227bef; color: #fff; text-align: center; cursor: pointer; height: 50px; border-radius: 4px; padding: 0 15px; box-sizing: border-box; border: none; font-size: 15px; }
.containerWindow .containerWindow--container .containerWindow--content .containerWindow--facebook:hover { background: #1c72e3; text-decoration: none; }
.containerWindow .containerWindow--container .containerWindow--bottom { padding-top: 20px; margin-top: 30px; border-top: 1px solid #ddd; clear: both; display: inline-block; width: 100%; }
.containerWindow .containerWindow--container .containerWindow--bottom a { display: block; padding: 3px 0; }
#callback--window.containerWindow .containerWindow--container .containerWindow--content { width: 400px;  }
/* Create a custom checkbox */
.container--checkbox {display: block; position: relative; padding-left: 35px; margin-bottom: 12px;cursor: pointer; -webkit-user-select: none;-moz-user-select: none; -ms-user-select: none; user-select: none;}
.container--checkbox input {position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
.checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px; background-color: #fff;  border: 1px solid #efefef; border-radius: 4px;}
.container--checkbox:hover input ~ .checkmark { border-color: #656565;}
.container--checkbox input:checked ~ .checkmark { background-color: #000000;}
.checkmark:after { content: ""; position: absolute; display: none;}
.container--checkbox input:checked ~ .checkmark:after { display: block;}
.container--checkbox .checkmark:after { left: 7px; top: 2px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}


/* --------------------------------- */
.containerCategories { position: relative; margin-bottom: 30px; font-size: 14px; max-width: 250px;}
.containerCategories a { display: block; padding: 14px 20px; border-bottom: 1px solid #ddd; color: #666; min-width: 200px; transition: all .2s; position: relative; }
.containerCategories a:last-child { border-bottom: none; }
.containerCategories a.menu_2 { padding-left: 30px; }
.containerCategories a.menu_3 { padding-left: 40px; }
.containerCategories a.menu_4 { padding-left: 50px; }
.containerCategories a:last-child { border-bottom: none; }
.containerCategories a:hover { background: #f0f0f0; text-decoration: none; }
.containerCategories a.active { background: #f1f1f1; }
.containerCategories ul li { padding: 0; }
.containerCategories ul li.active a { background: #f7f7f7; }
.containerCategories ul li:last-child a { border-bottom: none; }
.containerCategories ul li ul li a { padding: 10px 20px; }

/* --------------------------------- */
/*.containerForm {  box-sizing: border-box; max-width: 450px; width: 100%; color: #fff; }*/
/*.containerForm .containerForm--title { font-weight: 600; font-size: 20px; color: #fff; padding-bottom: 20px; text-transform: uppercase; }*/
/*.containerForm .containerForm--content { width: 100%; position: relative; display: inline-block; }*/
/*.containerForm label.container--label--name { font-size: 22px; margin-bottom: 10px; overflow: hidden; float: left; }*/
/*.containerForm .container--label input::placeholder { color: #efefef; text-transform: capitalize; }*/
/*.containerForm .container--label { margin-bottom: 15px; }*/
/*.containerForm .container--label.action { position: relative;}*/
/*.containerForm .container--label.action span  { position: absolute; top: 50%;left: 50%; transform: translate(-50%, -50%); font-size: 17px; font-weight: 500; color: #fff;  }*/
/*.containerForm .nice-select.open .list { overflow: scroll; max-height: 250px; padding-top: 8px; }*/
/*.containerForm--block { display: flex; gap: 10px;}*/
/*.containerForm--block .container--label { width: 100%;  }*/
/*.containerForm .container--label textarea {  color: #fff; background: transparent; width: 100%; border: 1px solid #efefef; border-radius: 4px; padding: 10px 15px; box-sizing: border-box; font-size: 17px; }*/
/*.containerForm .container--label.half { width: 48%; float: left;}*/
/*.containerForm .container--label.half:not(:last-child) { margin-right: 15px;}*/
/*.containerForm .container--conf { display: flex; align-items: center; }*/
/*.containerForm label.button { margin-bottom: 0; }*/
/*.containerForm .container--label--input { color: #fff; background: transparent; width: 100%;  outline: none; border: 1px solid transparent; border-bottom-color: #efefef; height: 50px;  padding: 0 15px; box-sizing: border-box; font-size: 17px; border-radius: 0; -webkit-appearance: none;-moz-appearance: none; appearance: none; }*/
/*.containerForm input.double { float: left; width: 48%; }*/
/*.containerForm input.double:last-child { float: right; }*/
/*.containerForm .containerWindow--button { display: block; height: 60px; z-index: 1; margin-top: 37px; border-radius: 40px; border: 1px solid #efefef; width: 100%; box-sizing: border-box; cursor: pointer;background: transparent; transition: border .2s;}*/
/*.containerForm .containerWindow--button:hover { -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .2) 30%, #000 50%, rgba(0, 0, 0, .2) 70%); -webkit-mask-size: 200%; animation: shine 3s infinite; transition: 0.35s; }*/
/*.containerForm input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px transparent inset; box-shadow: 0 0 0 1000px transparent inset; -webkit-text-fill-color: #ffffff; !* Колір тексту в автозаповненому полі *! }*/
/*.containerTemplate--one--form { position: relative; background: transparent;  z-index: 0; }*/
/*.containerTemplate--one--form--content { justify-content: space-between; padding: 30px; box-sizing: border-box; display: flex; gap: 300px; align-items: center;}*/
/*.containerForm--title span { color: #fff; font-size: 55px;}*/
/*.containerForm--title span:nth-of-type(1) { font-size: 69px; font-weight: 600;}*/


/* --------------------------------- */
.wideForm { display: inline-block; position: relative; background: #00113d; width: 100%; margin: 20px 0 3px 0;}
.wideForm.mini { margin: 20px 0 20px 0;}
.wideForm .wideForm--text { width: 100%; padding: 40px 40px 0 40px; box-sizing: border-box; color: #fff;}
.wideForm .wideForm--text p { font-size: 20px; color: #fff; line-height: 24px; }
.wideForm .wideForm--text .wideForm--title { font-size: 40px; line-height: 50px; font-weight: 300; }
.wideForm .wideForm--text .wideForm--title.mini { font-size: 18px; line-height: 28px; }
.wideForm .wideForm--text .wideForm--title span { font-weight: 600; display: block; line-height: 25px;}
.containerFeedback--right { width: 100%; padding: 45px 42px; box-sizing: border-box; }
.containerFeedback--right .containerFeedback--label { padding-right: 25px; float: left; padding-bottom: 10px; box-sizing: border-box;}
.containerFeedback--right .containerFeedback--label:last-child { width: 0;  }
.containerFeedback--right .containerFeedback--label span { color: #fff; font-size: 16px; font-weight: 600; padding-bottom: 10px; padding-left: 11px; width: 100px; display: inline-block;}
.containerFeedback--right .containerFeedback--label label { color: #fff; font-size: 16px; font-weight: 600; padding-bottom: 10px; padding-left: 11px; width: 100px; display: inline-block;}
.containerFeedback--right .containerFeedback--label input { color: #fff; padding: 20px; width: 240px; background: transparent; border-radius: 10px; -webkit-appearance: none;-moz-appearance: none; appearance: none; border: 1px solid #ffffffbd; height: 40px; box-sizing: border-box; }
.containerFeedback--right .containerFeedback--label input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px #000 inset; box-shadow: 0 0 0 1000px  #000 inset; -webkit-text-fill-color: #ffffff; /* Колір тексту в автозаповненому полі */ }
.containerFeedback--right .containerFeedback--label button { height: 42px; border: none; padding: 0 30px; background: var(--red-color); border-radius: 10px; text-align: center; line-height: 41px; color: #fff; cursor: pointer; font-size: 14px; text-transform: uppercase; }
.wideForm p { color: #ffffff70; font-size: 13px; margin-top: 30px; position: relative; display: inline-block;}
form#feedback  {margin: 0 0 40px; position: relative; display: flex; flex-wrap: wrap; }
.wideForm .greyLine { height: 80%; right: 93px; bottom: 69px; }
input[type="checkbox"] { display: none; }
.label-conf {display: flex; align-items: center; gap: 8px; cursor: pointer; position: relative;}
.label-conf a { font-size: 14px; color: #efefef; }
.label-conf::before {content: ""; display: inline-block;width: 12px; height: 12px;border: 1px solid #efefef; background-color: #fff; cursor: pointer; transition: background-color 0.2s ease;}
input[type="checkbox"]:checked + .label-conf::before { background-image: url("../img/checkbox.png"); background-repeat: no-repeat; background-position: center; background-size: 10px;}


/* --------------------------------- */
.block--order { cursor: pointer; border: none; width: 100%; font-size: 14px; margin: 20px 0 5px 0; display: block; height: 50px; background: #006bb8; color: #fff; text-align: center; font-weight: 700; line-height: 50px; border-radius: 4px; text-decoration: none; }
.areas--label { width: 100%; display: inline-block; padding: 5px 0; cursor: pointer; }
.areas--label:hover .areas--check { border-color: #999; }
.areas--label input { display: none; }
.areas--label input:checked + .areas--check { border-color: #006bb8; }
.areas--label input:checked + .areas--check::after { display: block; }
.areas--label .areas--check { width: 24px; height: 24px; border: 1px solid #ccc; border-radius: 4px; float: left; position: relative; }
.areas--label .areas--check::after { content: ''; position: absolute; top: 4px; left: 4px; width: 16px; height: 16px; border-radius: 2px; background: #006bb8; display: none; }
.areas--label .areas--title { margin-left: 40px; line-height: 26px; }
.areas--range { position: relative; width: 100%; display: inline-block; height: 5px; background: #ccc; margin-top: 13px; }
.areas--range .ui-slider-range { position: absolute; height: 5px; background: #ccc; }
.areas--range .ui-slider-handle { cursor: pointer; width: 16px; height: 16px; background: #006bb8; border-radius: 2px; box-sizing: border-box; position: absolute; outline: none; top: -6px; margin-left: -8px; }
.areas--value { padding-top: 10px; width: 100%; display: inline-block; font-size: 14px; font-weight: 500; color: #000; }
.areas--value--left { float: left; }
.areas--value--right { float: right; }
.areas--value--center { margin: 0 30px; text-align: center; }
.areas--value--center input { display: inline-block; text-align: center; font-size: 14px; border: none; }

/* --------------------------------- */
/*.containerArticles { position: relative; }*/
/*.containerArticles--description { width: 100%; float: left; font-size: 13px; line-height: 22px; margin-top: 50px; }*/
/*.containerArticles .containerArticles--element.wide .containerArticles--element--content {  display: flex; flex-direction: column;  }*/
/*.containerArticles .containerArticles--element .containerArticles--element--image { float: left; width: 100%; height: 100%; overflow: hidden; transition: scale 1s; cursor: pointer; }*/
/*.containerArticles .containerArticles--element.left .containerArticles--element--content { display: flex; flex-direction: column; }*/
/*.containerArticles .containerArticles--element.left .containerArticles--element--image { width: 100%; height: 100%;  overflow: hidden; transition: scale 1s; cursor: pointer; }*/
/*.containerArticles .containerArticles--element.left .containerArticles--element--image:hover,*/
/*.containerArticles .containerArticles--element .containerArticles--element--image:hover { scale: 1.04; }*/
/*.containerArticles .containerArticles--element.left .containerArticles--element--image img { width: 100%; height: 100%; object-fit: cover; transition: 1s; cursor: pointer;}*/
/*.containerArticles .containerArticles--element .containerArticles--element--image img { width: 100%; height: 100%; object-fit: cover; }*/
/*.containerArticles .containerArticles--element.left:hover img { filter: grayscale(0);}*/
/*.containerArticles .containerArticles--element .containerArticles--element--present,*/
/*.containerArticles .containerArticles--element.wide .containerArticles--element--present,*/
/*.containerArticles .containerArticles--element.left .containerArticles--element--present { padding-top: 11px;  }*/
/*.containerArticles .containerArticles--element .containerArticles--element--present h3 { font-size: 27px; font-weight:800; line-height: 27px; padding-bottom: 9px; }*/
/*.containerArticles .containerArticles--element .containerArticles--element--present h3 { font-size: 27px; font-weight:800; line-height: 27px; padding-bottom: 9px; }*/
/*.containerArticles .containerArticles--element .containerArticles--element--present h3 a { color: #000; }*/
/*.containerArticles .containerArticles--element.two { width: 50%; display: flex; flex-wrap: wrap; margin-bottom: 20px; padding-bottom: 20px; }*/
/*.containerArticles .containerArticles--element.two .containerArticles--element--image img { width: 100%; }*/
/*.containerArticles .containerArticles--element.two  .containerArticles--element--present { padding-top: 30px; }*/
/*.containerArticles--element.podii .containerArticles--element--present { margin-left: 0; padding-top: 0;}*/
/*.containerArticles--element.podii .containerArticles--element--present .containerArticles--pidii--text { width: 100%; float: left;}*/
/*.containerArticles--element.podii .containerArticles--element--present .containerArticles--pidii--text h3 { font-size: 17px;}*/
/*.containerArticles--element.podii .containerArticles--element--present .containerArticles--pidii--text span { color: #f44a48;}*/

/*.mainBlock--right .containerArticles { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 30px; row-gap: 20px; }*/
/*.containerView--content--present .containerArticles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px;}*/

.newsLink { display: block; margin-bottom: 4px; margin-top: 8px; font-size: 13px; line-height: 15px; }
.newsCategory { font-weight: 800; margin-bottom: 11px; }
.newsCategory a { color: #990000; }
.newsLink a { color: #999; }
.newsLink.text-lg { font-size: 15px;}
.date { color: #f44a48; }

.containerArticle { position: relative; width: 100%; }
.containerArticle .containerArticle--title { font-size: 32px; line-height: 38px; color: #3f3f3f; font-weight: 800;margin-bottom: 30px; }
.containerArticle .containerArticle--image { float: right;  max-width: 50%; padding: 0 0 20px 20px; }
.containerArticle .containerArticle--image img { max-width: 100%; max-height: 700px; }
.containerArticle .containerArticle--content { line-height: 28px; }
.containerArticle .containerArticle--date:first-child { padding-top: 30px;  }
.containerArticle .containerArticle--date { color: #999;  }
.containerArticle .containerArticle--date span { color: #000;  }
/* --------------------------------- */
.containerObjects { display: inline-block; width: calc(100% + 20px); left: -10px; position: relative; }
.containerObjects .containerObjects--element { float: left; width: 25%; padding: 0 10px; box-sizing: border-box; margin-bottom: 20px; }
.containerObjects .containerObjects--element a { height: 0; padding-bottom: 100%; background-size: cover!important; display: block; position: relative; color: #fff; width: 100%; transition: all .3s;  overflow: hidden; }
.containerObjects .containerObjects--element img { max-width: 100%; }
.containerObjects .containerObjects--element a:hover { transform: scale(1.05); }
.containerObjects .containerObjects--element a h3 { line-height: 20px; position: absolute; bottom: 0; left: 0; padding: 20px; width: 100%; background: rgb(4 4 4 / 64%); box-sizing: border-box; font-size: 14px; font-weight: 400; text-align: center; color: #fff; }
.containerObjects .containerObjects--element a h3:empty { padding: 0; }
.containerObjects .containerObjects--element.shorts {position: relative; width: 25%; padding-bottom: 48%; height: 0; float: left;}

/* --------------------------------- */
.containerPagination {  padding-top: 20px; display: flex;gap: 4px;justify-content: center; flex-wrap: wrap; }
.containerPagination .containerPagination--element { height: 32px; padding: 0 15px; border: 1px solid #ddd; border-radius: 2px; line-height: 32px; display: inline-block; color: #666; text-decoration: none; transition: all .2s; cursor: pointer; }
.containerPagination .containerPagination--element.current { background: #000;  color: #fff; }
.containerPagination .containerPagination--element.current:hover { background: rgba(58,92,135,1); }
.containerPagination .containerPagination--element:hover { background: #f9f9f9; }
.containerPagination .containerPagination--element.arrow { padding: 0 12px; }
.containerPagination .containerPagination--element img { width: 15px; height: 15px; margin-top: 8px; }


@media screen and (max-width: 1440px) {
    .containerArticle .containerArticle--left .containerArticle--social { flex-direction: column; padding-right: 10px; }
    .containerArticle .containerArticle--grid .containerArticle--right--bottom .ref-link { height: 60px; }
}

@media screen and (max-width: 1400px) {
    .containerArticles .containerArticles--element .containerArticles--element--present h3 {  margin-top: 0; word-break: break-word; }
    .containerArticle .containerArticle--grid .containerArticle--right--bottom .ref-link { height: 55px;  }
    .containerArticle .containerArticle--grid .containerArticle--right--bottom .ref-link .title-wrapper .lowercase { font-size: 14px; }
    .containerArticle .containerArticle--grid .containerArticle--right--bottom .ref-link .title-wrapper .uppercase { font-size: 11px; color: #fff;}
}


@media screen and (max-width: 1200px) {
    .mainBlock--right .containerArticles { column-gap: 15px; }
    .containerView--content--present .containerArticles { gap: 15px; }
    .containerArticle .containerArticle--content .intro { padding-right: 10px;}
    .containerArticle--content,
    .containerArticle--tags { padding-right: 20px; }
    .containerArticle .containerArticle--grid .containerArticle--right--bottom .ref-link a { width: 25%; margin-left: 0; }
    .containerArticle .containerArticle--grid .containerArticle--right--bottom .ref-link .woman-img { width: 35%; }
    .containerArticle .containerArticle--grid .containerArticle--right--bottom .ref-link .title-wrapper  { width: 40%;  }
}

@media screen and (max-width: 1100px) {
    .containerArticle--seo .nav-link:first-of-type,
    .containerArticle--seo .nav-link:last-of-type { background-size: 40%;  background-position: 6px 11px; }
    .containerArticle--seo .nav-link:last-of-type span,
    .containerArticle--seo .nav-link:first-of-type span { left: 47%; font-size: 11px;}
}

@media screen and (max-width: 1000px) {
    .containerArticle .containerArticle--content h1 { font-size: 45px; line-height: 47px; }
    .containerView--content--present .containerArticles { grid-template-columns: repeat(2, 1fr); }
    .containerArticle--seo .nav-link { width: 176px; }
    .containerArticle .containerArticle--grid .containerArticle--right--bottom .ref-link .woman-img { display: none;}
    .containerArticle .containerArticle--grid .containerArticle--right--bottom .ref-link a { width: 40%; }
    .containerArticle .containerArticle--grid .containerArticle--right--bottom .ref-link .title-wrapper  { width: 60%; }
}

@media screen and (max-width: 900px) {
    .mainBlock--right .containerArticles .containerArticles--element { gap: 15px; }
    .containerArticle--seo .nav-link:first-of-type span,
    .containerArticle--seo .nav-link:last-of-type span { left: 53%; }
    .containerArticle--seo .nav-link:first-of-type,
    .containerArticle--seo .nav-link:last-of-type {  background-position: 6px 8px; }
}

@media screen and (max-width: 800px){
    .containerArticle .containerArticle--content h1 { font-size: 35px; line-height: 37px; }

}

@media screen and (max-width: 768px) {
    .containerArticles .containerArticles--element .containerArticles--element--image { margin-bottom: 27px; }
    .containerArticles .containerArticles--element.wide .containerArticles--element--image {  margin-bottom: 0; }
    .containerArticles .containerArticles--element.left .containerArticles--element--present { padding-top: 0; }
    .containerArticle .containerArticle--grid { grid-template-columns: auto;}
    .containerArticle .containerArticle--grid .containerArticle--left {order: 1; }
    .containerArticle .containerArticle--grid .containerArticle--right {order: 0; }
    .containerArticle .containerArticle--grid .containerArticle--right--bottom { order: 2; }
    .containerArticle--seo .nav-link { width: 220px;  }
    .containerArticle .containerArticle--grid .containerArticle--right--bottom .ref-link { height: 65px; margin-top: 15px; }
    .containerArticle .containerArticle--grid .containerArticle--right--bottom .ref-link a { width: 30%; }
    .containerArticle .containerArticle--grid .containerArticle--right--bottom .ref-link .woman-img { display: block; width: 29%; }
    .containerArticle .containerArticle--grid .containerArticle--right--bottom .ref-link .title-wrapper  { width: 30%;  }
    .containerArticle .containerArticle--grid .containerArticle--right--bottom .ref-link a .arrow-img { width: 60%; margin-top: 5px; margin-left: 20px; }
    .containerArticle .containerArticle--grid .containerArticle--right--bottom .ref-link .title-wrapper .uppercase { font-size: 12px; color: #fff; }
}

@media screen and (max-width: 700px) {
    .containerView--content--present .containerArticles { grid-template-columns: 1fr; gap: 20px; }
    .mainBlock--right .containerArticles { grid-template-columns: 1fr; }
    .containerArticles .containerArticles--element.left .containerArticles--element--content { padding-right: 0; }
    .containerArticle .containerArticle--grid .containerArticle--right--bottom .ref-link a .arrow-img { margin-left: 0; }
    .containerArticle .containerArticle--content h1 { padding-top: 10px; }
}

@media screen and (max-width: 540px)  {
    .containerArticles .containerArticles--element.left .containerArticles--element--image img { width: 440px; height: 440px; }
}