@font-face {
    font-family: "AngelicaC Regular";
    src: url(../fonts/697-font.otf) format("truetype");
}

@font-face {
    font-family: "Tilda Sans medium";
    src: url(../fonts/TildaSans-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "Tilda Sans regular";
    src: url(../fonts/TildaSans-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "TildaL";
    src: url(../fonts/TildaSans-Light.ttf) format("truetype");
}
.myH1{
    font-size: 36px;
    position: relative;
    margin-bottom: 35px;
}
.topSliderElemTxt .myH1{
    margin-bottom: 0px;
    text-align: left;
}
.blogBanner .myH1{
    text-align: center;
    margin-top: 40px;
    margin-bottom: -25px;
}
.hidden{
    display: none !important;
}
body {
    line-height: 1.1;
    color: #B0B1B2;
    font-size: 20px;
    font-family: Tilda Sans medium;
    /* background: #181A1F; */
    background: #262729;
}

body p {
    margin-top: 0;
    margin-bottom: 0px;
}

.poisk.insidepage header {
    position: absolute;
}

.poisk .searchLink {
    opacity: 0;
}

.poiskBlock {
    position: absolute;
}

.poisk .com-finder__search.word {
    width: 100%;
    margin: 0;
    margin-bottom: 0px;
    display: flex;
    padding: 130px 365px 0 400px;
}

.h1,
h1 {
    font-family: "AngelicaC Regular";
    font-size: 72px;
    margin: 0;
    color: #868685;
    line-height: 1.1;
}

h4 {
    margin: 0;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrapLabel {
    position: relative;
    margin-bottom: 0;
}

.wrapLabel span {
    font-weight: 200;
    padding-left: 25px;
    font-size: 13px;
    display: block;
    position: relative;
}

.wrapLabel span a {
    color: #ef5e07;
}

.wrapLabel span:before {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    content: "";
    background: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
}

.wrapLabel span:after {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    content: "";
    background: #dd6a1c;
    border-radius: 2px;
    opacity: 0;
}

.wrapLabel input:checked+span:after {
    opacity: 1;
}

.wrapLabel input {
    width: 10px !important;
    height: 10px !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    opacity: 0 !important;
}

.flexSA {
    display: flex;
    justify-content: space-around;
}

.flexSB {
    display: flex;
    justify-content: space-between;
}

.flexCenter {
    display: flex;
    justify-content: center;
}

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

.flexW {
    display: flex;
    flex-wrap: wrap;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}

a {
    text-decoration: none;
    color: #EBECEC;
}

a:hover {
    text-decoration: none;
}

.endButton {
    margin-bottom: auto;
    margin-top: -2px;
    cursor: pointer;
    transition: 0.3s;
}

.endButton:hover {
    color: #EBECEC;
}


/* --- HEADER --- */

header {
    position: absolute;
    width: 100%;
    z-index: 10;
    font-size: 24px;
}

header>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 160px 0 100px;
}

.logo>a {
    display: flex;
    gap: 30px;
    align-items: center;
}

.logo a>img {
    width: 90px;
}

.logoTxt {
    display: inline-block;
    max-width: 200px;
    font-family: "AngelicaC Regular";
    color: #B1B2B3;
}

.menu {
    display: flex;
    gap: 60px;
    justify-content: end;
    align-items: end;
    /* position: relative; */
}

.engVersion {
    position: absolute;
    top: 0;
    right: -50px;
    cursor: pointer;
    transition: 0.3s;
}

.engVersion:hover {
    color: #EBECEC;
}

.menuCnt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
}

.menu ul {
    display: flex;
    gap: 75px;
    align-items: center;
    margin-bottom: 15px;
}

.menu ul li {
    font-family: Tilda Sans medium;
    font-size: 24px;
    line-height: 24px;
    color: #B0B1B2;
    position: relative;
}

.menu>a {
    width: 47px;
    height: auto;
}

.menu a img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.menuCnt>ul>li::after {
    content: " ";
    width: calc(100% + 60px);
    height: 4px;
    position: absolute;
    bottom: -20px;
    left: -30px;
    transition: 0.3s;
    opacity: 0;
    background: #4F4B58;
}

.menu ul li.active a {
    color: #EBECEC;
}

.menu ul li.active::after {
    opacity: 1;
}

.menu ul li:hover a {
    color: #EBECEC;
}

.menu ul li a {
    color: #B0B1B2;
    transition: 0.3s;
}

.menuCnt>ul li.parent>ul {
    display: none;
    /* opacity: 0;
position: absolute; */
}

.mobileMenuCnt .menuCnt .engMobile {
    width: 100%;
    margin-top: 35px;
}

.authorNameTxttxt {
    line-height: 1.1;
}


/* .menuCnt>ul li.parent>ul {
display: flex;
} */

.menu hr {
    background: #6F6F6E;
    width: calc(100% + 60px);
    height: 2px;
    margin: 0;
    margin-bottom: 3px;
    border: none;
    z-index: 2;
}

.headline {
    font-family: AngelicaC Regular;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    display: none;
    padding: 0px 0 35px 0;
    text-transform: lowercase;
}


/* --- HEADER END --- */


/* --- MOBILE MENU --- */

.mobileMenuBtn {
    cursor: pointer;
    height: 36px;
    width: fit-content;
    display: none;
}

.mobileSquars {
    background: #898989;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    display: block;
    position: relative;
}

.mobileSquars::after {
    content: " ";
    background: #898989;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: -26px;
}

.mobileSquars::before {
    content: " ";
    background: #898989;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: -13px;
}

.mobileBG {
    width: 100%;
    height: 100vh;
    background: #4B4752;
    position: absolute;
    z-index: 100;
    right: -2500px;
    transition: 0.5s;
    top: 0;
    display: flex;
    justify-content: end;
    padding: 50px 33px 40px 70px;
}

.mobileMenuCnt {
    display: none;
    border: solid 2px #303030;
    border-radius: 20px;
    max-width: 342px;
    width: 100%;
    padding: 30px 23px 180px;
}

.mobileBG.right0 {
    right: 0;
}

.mobileMenuCnt .menuCnt>ul {
    flex-direction: column;
    z-index: 10;
    align-items: end;
    gap: 35px;
    margin: 0;
}

.mobileMenuCnt .menuCnt>ul>li>a {
    display: flex;
    align-items: end;
    flex-direction: column;
    font-family: "AngelicaC Regular";
    font-size: 30px;
    line-height: 1;
}

.mobileMenuCnt .menuCnt>ul>li ul {
    z-index: 10;
    margin: 0;
    padding-top: 18px;
    text-align: end;
}

.mobileMenuCnt .menuCnt>ul>li ul li {
    font-family: "AngelicaC Regular";
    font-size: 16px;
    line-height: 16px;
    margin: 12px 0;
}

.mobileMenuCnt .menuCnt>ul>li ul li:first-child {
    margin-top: 0;
}

.mobileMenuCnt .menuCnt>ul>li ul li:last-child {
    margin-bottom: 0;
}

.mobileMenuCnt .menuCnt>ul>li ul li a {
    padding-right: 33px;
}

.mobileMenuCnt .menuCnt>ul>li ul li a::before {
    content: " ";
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: solid 1px #B0B0B0;
    border-radius: 2px;
}

.mobileMenuCnt .menuCnt>ul>li ul li a::after {
    content: " ";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    border: solid 1px #B0B0B0;
    border-radius: 2px;
}

.mobileMenuCnt .menuCnt>ul>li ul li:nth-child(1) a:after {
    background: #695451;
}

.mobileMenuCnt .menuCnt>ul>li ul li:nth-child(2) a:after {
    background: #986633;
}

.mobileMenuCnt .menuCnt>ul>li ul li:nth-child(3) a:after {
    background: #ab7659;
}

.mobileMenuCnt .menuCnt>ul>li ul li:nth-child(4) a:after {
    background: #637290;
}

.mobileMenuCnt .menuCnt>ul>li ul li:nth-child(5) a:after {
    background: #ab9a8e;
}

.mobileMenuCnt .menuCnt>ul>li ul li:nth-child(6) a:after {
    background: #b0b0b0;
}

.mobileMenuCnt .menuCnt>ul>li ul li:nth-child(7) a:after {
    background: #695451;
}

.mobileMenuCnt .littleButtonBlock {
    position: relative;
    z-index: 10;
    gap: 8px;
    justify-content: end;
    display: flex;
    margin-top: 35px;
}

.mobileMenuCnt .littleButtonBlock.disNone {
    display: none;
}

.mobileMenuCnt .littleButtonBlock .littleButton {
    width: 18px;
    height: 18px;
    border: solid 1px #303030;
    border-radius: 3px;
}

.mobileMenuCnt .littleButtonBlock .littleButton::after {
    width: 15px;
    height: 15px;
    border: solid 1px #303030;
    border-radius: 3px;
}

.mobileBG .buttonBlockElem.littleButton {
    position: relative;
}

.mobileBG>.littleButtonBlock .buttonBlockElem {
    width: 40px;
    height: 40px;
    border: solid 1px #B0B1B2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.mobileBG>.littleButtonBlock .buttonBlockElem::after {
    width: 35px;
    height: 35px;
    border: solid 1px #B0B1B2;
    background: #232322;
    border-radius: 6px;
}

.mobileBG .mobileCross {
    transform: rotate(45deg);
    position: relative;
    z-index: 20;
    background: #fff;
}

.mobileBG .mobileCross2 {
    transform: rotate(-45deg);
    position: relative;
    z-index: 20;
    background: #fff;
}

.mobileBG .mobileCross2,
.mobileBG .mobileCross {
    width: 60%;
    height: 2px;
    position: absolute;
}

.mobileBG>.littleButtonBlock {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: block;
}

.buttonBlockElem input,
.buttonBlockElem button {
    width: 100%;
    height: 100%;
    position: absolute;
    background: none;
    border: none;
    z-index: 20;
}


/* --- MOBILE MENU END --- */


/* --- TOP SLIDER --- */

.topSlider {
    width: 100%;
}

.topSliderElem {
    position: relative;
    height: 100vh;
}

.topSliderElem img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

.topSliderElemTxtAuthor {
    width: 50%;
    position: absolute;
    left: 0;
    top: 130px;
    display: flex;
    flex-direction: column;
    bottom: 0;
    justify-content: center;
}

.topSliderElemTxt {
    position: absolute;
    right: 160px;
    width: 652px;
    top: 130px;
    display: flex;
    flex-direction: column;
    bottom: 0;
    justify-content: center;
    padding-top: 15px;
}

.topSliderElemTxt h1,
.topSliderElemTxt .h1 {
    margin-bottom: 120px;
}

.buttonBlock {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
}

.buttonBlockElem {
    border: solid 1px #575656;
    border-radius: 7px;
    width: 52px;
    height: 52px;
    position: relative;
}

.buttonBlockElem::after {
    content: " ";
    border: solid 1px #575656;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 44px;
    height: 44px;
    transition: 0.3s;
}

.buttonAdd {
    border: solid 2px #9D9E9E;
}

.buttonAdd::after {
    content: " ";
    border: solid 2px #9D9E9E;
    background: url("../images/plus.png") no-repeat center center;
    cursor: pointer;
    background-size: cover;
}

.buttonAdd:hover::after {
    background: url("../images/plus.png") no-repeat center center, #44404D;
    background-size: cover;
}

.homepage .buttonBlockElem {
    border: solid 2px #575656;
}

.homepage .buttonBlockElem::after {
    border: solid 2px #575656;
}

.homepage .buttonAdd {
    border: solid 2px #9D9E9E;
}

.homepage .buttonAdd::after {
    border: solid 2px #9D9E9E;
}


/* --- TOP SLIDER END --- */


/* --- SEARCH --- */

.insidepage .btn.btn-primary,
.insidepage .btn.btn-primary:focus {
    border: none;
    background: none;
    outline: none;
}

.searchCnt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
    padding: 0px 0 80px 0;
}

.searchForm {
    display: flex;
    gap: 120px;
    align-items: center;
}

.searchButton {
    background: url("../images/search.png") no-repeat center center;
    width: 47px;
    height: 49px;
    border: none;
}

.js-finder-searchform {
    background: #44404D;
    padding: 80px 0;
    height: 635px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.js-finder-searchform fieldset {
    border: none;
}

.js-finder-searchform .input-group {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    /* gap: 90px; */
}

.com-finder__search .form-inline {
    width: 100%;
}

.js-finder-searchform .awesomplete {
    height: 177px;
    width: 100%;
}

.input-group .awesomplete mark {
    background: none;
    color: #B0B1B2;
    padding: 0;
}

.input-group .awesomplete li:hover mark {
    background: none;
    color: #000;
}

.com-finder__results>*+* {
    margin-top: 0;
}

.js-finder-searchform .awesomplete input {
    width: 100%;
    height: 100%;
    padding: 30px;
    border: solid 2px #303030;
    border-radius: 43px;
    background: none;
    padding-left: 20px;
    font-size: 24px;
    line-height: 1;
    color: #B1B2B3;
}

.insidepage .js-finder-searchform .awesomplete input::placeholder {
    color: #B1B2B3;
}

.btnSearch {
    width: 83px;
    height: auto;
    padding: 0 !important;
    background: none;
    border: none;
    position: absolute;
    right: -170px;
}

.btnSearch img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.searchClose.buttonBlockElem {
    width: 102px;
    height: 102px;
    border-radius: 12px;
    margin-left: 145px;
}

.searchClose.buttonBlockElem::after {
    width: 86px;
    height: 86px;
    border-radius: 10px;
}

.searchClose {
    border: solid 4px #B1B2B3;
    position: relative;
}

.searchClose span {
    /* display: flex;
    font-size: 70px;
    position: absolute; */
    /* z-index: 20; */
    /* color: #898989;
    top: 53%;
    left: 55%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg); */
    width: 63%;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    height: 1px;
    /* background: #898989; */
    background: #B2B3B3;
}

.searchClose span:first-child {
    rotate: 45deg;
}

.searchClose span:nth-child(2) {
    rotate: -45deg;
}

.searchClose input {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 0;
    position: relative;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.searchClose::after {
    content: " ";
    border: solid 4px #B1B2B3;
    background-size: 30px;
    cursor: pointer;
    padding: 10px;
}

span.lineButton2 {
    width: 80%;
    display: block;
    height: 1px;
    background: #fff;
    rotate: -45deg;
    position: absolute;
    bottom: 23px;
    left: 5px;
    opacity: 0.6;
}

span.lineButton {
    width: 80%;
    display: block;
    height: 1px;
    background: #fff;
    rotate: 45deg;
    position: absolute;
    bottom: 23px;
    left: 5px;
    opacity: 0.6;
}

#search-form .form-control:focus {
    box-shadow: 0 0 0 2px #B1B2B3;
}


/* search result */

.result__title-text {
    max-width: 700px;
    width: 100%;
    font-family: "AngelicaC Regular";
    font-size: 36px;
    margin: 0;
    color: #B0B1B2;
    line-height: 1;
    margin-bottom: 65px;
    transition: 0.3s;
}

.result__title-link:focus .result__title-text,
.result__title-link:hover .result__title-text,
.result__title-link:hover {
    text-decoration: none !important;
}

.result__title-text:hover {
    text-decoration: none !important;
    color: #EBECEC;
}

.result__description {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 105px 0;
    width: 100%;
    /* max-width: 895px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    /* color: #EBECEC; */
    color: #B0B1B2;
    line-height: 1.3;
    padding-right: 210px;
}

#search-results {
    width: 100%;
    margin: 0;
    padding: 150px 363px 0 400px;
}

#search-query-explained {
    margin-bottom: 180px;
    font-size: 24px;
}

#search-query-explained p a {
    color: #B0B1B2;
    transition: 0.3s;
}

#search-query-explained p a:hover {
    color: #EBECEC;
}

.result__item+.result__item {
    border: none;
    margin: 0;
    padding: 0;
    margin-top: 130px;
}

.hr hr {
    height: 2px;
    background: #6F6F6E;
    border: none;
    margin: 2px 0;
}

.result__item hr {
    height: 2px;
    background: #6F6F6E;
    border: none;
    margin: 4px 0;
}

.result__item:last-child hr {
    display: none;
}

.littleButton {
    width: 42px;
    height: 42px;
}

.littleButton::after {
    width: 34px;
    height: 34px;
}

.littleButtonBlock {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.searchButtonBlock {
    display: flex;
    /* gap: 370px; */
    align-items: center;
    justify-content: start;
    margin-bottom: 265px;
}

.searchButtonBlock .buttonAdd {
    width: 102px;
    height: 102px;
    border-radius: 12px;
    border-width: 3px;
}

.searchButtonBlock .buttonAdd::after {
    width: 86px;
    height: 86px;
    border-radius: 10px;
    border-width: 3px;
}

.searchButtonBlock .littleButtonBlock {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.searchButtonBlock .littleButton {
    border-width: 1px;
    border-radius: 4px;
    width: 34px;
    height: 34px;
}

.searchButtonBlock .littleButton::after {
    border-width: 1px;
    border-radius: 3px;
    width: 28px;
    height: 28px;
}

#search-result-list .result__item:last-child .result__description {
    margin-bottom: 175px;
}


/* --- SEARCH END --- */

.result__item .authorBlock,
.result__item .mod-custom {
    display: none;
}


/* ABOUT */


/* banner */

.insidepage header {
    position: relative;
}

.aboutButtonBlock .littleButtonBlock {
    grid-template-columns: repeat(4, 1fr);
}

.aboutSliderElemTxt {
    color: #B0B1B2;
    gap: 50px;
    top: 100px;
    max-width: 575px;
    right: 237px;
}

.aboutSliderElemTxt .hr {
    display: none;
}

.aboutSliderElemTxt span {
    font-family: Tilda Sans regular;
    font-size: 30px;
    margin: 0;
    display: block;
    color: #8B8C8D;
    line-height: 1.2;
}

.aboutSliderElem {
    position: relative;
    height: 650px;
    /* display: flex !important;
align-items: center; */
    margin-bottom: 120px;
    margin-top: 30px;
}

.aboutSliderElem.reverse {
    flex-direction: column;
}

.aboutSliderElem.reverse .aboutSliderElemTxt {
    right: 990px;
    text-align: end;
    top: 100px;
    display: flex;
    align-items: start;
}

.aboutSliderElem.reverse .hr {
    right: -755px;
    position: absolute;
    width: 100%;
    bottom: -70px;
}

.imgBanner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 605px;
    top: 230px;
    /* top: 50%;
transform: translateY(-50%); */
    max-width: 975px;
    height: 400px;
    width: 940px;
}

.imgBanner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(38, 39, 41), rgba(0, 0, 0, 0) 80%);
}

.imgBanner.reverse {
    right: 235px;
    height: 390px;
    top: 230px;
}

.imgBanner.reverse img {
    /* margin-bottom: -105px; */
    /* transform: scaleX(-1); */
    z-index: -1;
    max-width: 950px;
    height: 390px;
}

.imgBanner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /* max-height: 484px; */
}

.imgBanner .aboutButtonBlock {
    position: absolute;
    margin: 0;
    top: -115px;
    right: 371px;
}

.imgBanner.reverse .aboutButtonBlock {
    position: absolute;
    left: 360px;
    right: auto;
}

.aboutButtonBlock {
    display: flex;
    margin-bottom: -50px;
    margin-right: 40px;
}

.nextArrow {
    position: absolute;
    right: 160px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.prevArrow {
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    rotate: 180deg;
    z-index: 2;
    transform-origin: top;
}

.slick-disabled {
    display: none !important;
}

.prevArrow.prevArrow.slick-disabled {
    display: none;
}


/* banner end */

.aboutBlock {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 120px;
    padding: 0 237px 300px 60px;
}

.authorElem {
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 172px;
}

.authorNameImg {
    /* max-width: 560px; */
    width: 540px;
    height: 380px;
    display: flex;
    align-items: center;
    border: solid 5px #575656;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    /* justify-content: space-between; */
}

.authorNameImg img {
    object-fit: cover;
    width: auto;
    height: 100%;
    width: 43%;
}

.authorName {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.authorNameTxt {
    color: #B0B1B2;
    font-size: 22px;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    max-width: 230px;
    border-radius: 20px 0 0 20px;
    margin-top: 85px;
}

.authorNameTxt span {
    font-family: AngelicaC Regular;
    font-size: 36px;
    margin-bottom: 30px;
}


.authorNameImg .buttonBlockElem {
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    bottom: 35px;
}

.authorNameImg .littleButton {
    width: 50px;
    height: 50px;
}

.authorNameImg .littleButton::after {
    width: 42px;
    height: 42px;
}

.authorDisc {
    max-width: 576px;
    position: relative;
    display: flex;
    align-items: center;
}

.authorDisc .hr {
    position: absolute;
    bottom: -74px;
    width: 100%;
}

.avtoryBody {
    background: #010004;
}


/* ABOUT END */

.contactBlock {
    padding: 70px 0 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    padding-bottom: 0;
}

.contactBlock .aboutButtonBlock {
    margin-right: 0;
}

.contactBlock>.aboutButtonBlock .littleButtonBlock {
    margin: 0 auto;
    gap: 15px;
}

.contactBlock>.aboutButtonBlock .littleButtonBlock .littleButton {
    border-radius: 5px;
    width: 34px;
    height: 34px;
    border: solid 1px #575656;
    cursor: pointer;
    transition: 0.3s;
}

.contactBlock>.aboutButtonBlock .littleButtonBlock .littleButton:hover,
.contactBlock>.aboutButtonBlock .littleButtonBlock .littleButton:hover::after {
    border: solid 1px #B2B3B3;
}

.contactBlock>.aboutButtonBlock .littleButtonBlock .littleButton::after {
    border-radius: 5px;
    width: 28px;
    height: 28px;
    border: solid 1px #575656;
}

.contacts {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contactBlock .labelTxt span {
    color: #4B4752;
    width: 235px;
    line-height: 34px;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
}


/* 
.contactBlock .dialBlockSquare {
width: 370px;
} */

.contactBlock .labelTxt {
    align-items: center;
}

.contactBlock .dialContact,
.contactBlock .dialNameContact {
    font-size: 15px;
    line-height: 15px;
}

.contactBlock .dialBlockTxt .labelTxt span {
    font-size: 25px;
    line-height: 25px;
}

.contactBlock .dialBlockTxt {
    padding: 50px 35px 85px;
}

.contactBlock .dialBlockTxt .labelTxt {
    margin-bottom: 24px;
}

.contactBlock .buttonBlockElem {
    border: solid 1px #575656;
    width: 34px;
    height: 34px;
    border-radius: 5px;
}

.contactBlock .buttonBlockElem::after {
    border: solid 1px #575656;
    width: 28px;
    height: 28px;
    border-radius: 5px;
}

.authorLink {
    display: none;
    width: 80%;
    height: 100%;
    z-index: 10;
    position: absolute;
    right: 10%;
    left: 10%;
}

.downTxt {
    display: none;
}

.downTxt h1,
.downTxt .h1,
.downTxt .topBlockTxtWho {
    display: none;
}

.topSliderElemTxtCnt {
    margin-bottom: 33px;
}

.topSliderElemTxtCnt>.topBlockTxtWho:first-child {
    display: none;
}

.contactTxt {
    text-align: center;
    margin-top: 22px;
    color: rgb(197, 198, 198, 0.7);
    margin-bottom: 22px;
    display: block;
    cursor: pointer;
}

.contactTxt:hover {
    color: #EBECEC;
}

.contactF {
    display: flex;
    justify-content: space-between;
    /* display: flex;
justify-content: space-between; */
    padding: 0 160px 0 222px;
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.contactFNuc {
    display: flex;
    align-items: center;
    gap: 15px;
    /* flex: 1; */
}

a.contactFNuc {
    color: rgb(197, 198, 198, 0.8);
}

a.contactFNuc:hover {
    color: #EBECEC;
}

.contactFNuc:nth-child(2) {
    position: absolute;
    width: fit-content;
    margin: 0;
    padding: 0;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.contactFNuc:nth-child(3) {
    justify-content: end;
}

.copyright {
    max-width: 30px;
}

.contactBlock .dialBlock {
    margin-bottom: 0;
}


/* --- Media styles --- */

@media screen and (max-width: 1750px) {
    .h1,
    h1 {
        font-size: 61px;
    }
    .menu ul {
        gap: 47px;
    }
    .aboutSliderElemTxt {
        max-width: 495px;
    }
    .imgBanner {
        right: 527px;
        width: 900px;
    }
    .authorDisc {
        max-width: 495px;
    }
    .authorElem {
        gap: 135px;
    }
    .imgBanner.reverse {
        right: 236px;
    }
    .aboutSliderElem.reverse .aboutSliderElemTxt {
        right: 885px;
        max-width: 555px;
    }
    .aboutSliderElem.reverse .hr {
        right: -649px;
        width: 495px;
    }
    .imgBanner .aboutButtonBlock {
        right: 347px;
    }
    .imgBanner.reverse .aboutButtonBlock {
        left: 405px;
    }
    .topSliderElemTxtCnt {
        padding-left: 230px;
    }
    .imgBanner.reverse img,
    .imgBanner.reverse {
        height: 400px;
    }
}

@media screen and (max-width: 1700px) {
    .bottomBlockImg .hr {
        width: 575px;
        margin-left: -57px;
    }
}

@media screen and (max-width: 1550px) {
    .imgBanner {
        right: 532px;
        width: 735px;
        height: 300px;
    }
    .imgBanner.reverse {
        right: 235px;
    }
    .imgBanner.reverse .aboutButtonBlock {
        left: 240px;
    }
    .imgBanner .aboutButtonBlock {
        right: 310px;
    }
    .authorNameImg {
        height: 300px;
        width: 430px;
    }
    .topBlock>img {
        max-width: 75%;
    }
    .authorNameTxt {
        font-size: 15px;
        max-width: 180px;
        margin-top: 63px;
    }
    .authorNameTxt span {
        font-size: 25px;
    }
    .myH1{
    font-size: 25px;
}
    .aboutSliderElem {
        height: 540px;
    }
    .aboutSliderElemTxt {
        gap: 33px;
    }
    .aboutSliderElem.reverse .aboutSliderElemTxt {
        right: 850px;
        max-width: 495px;
    }
    .aboutSliderElem.reverse .hr {
        right: -615px;
        width: 495px;
    }
    .authorElem {
        gap: 103px;
    }
    .authorNameImg .buttonBlockElem {
        left: 44%;
    }
    .authorNameImg .littleButton {
        width: 38px;
        height: 38px;
    }
    .authorNameImg .littleButton::after {
        width: 32px;
        height: 32px;
    }
    .imgBanner.reverse img,
    .imgBanner.reverse {
        height: 300px;
    }
}

.topSliderElemTxtBottomLineTxt {
    margin-bottom: 20px;
}

.blogSuares .buttonBlockElem.buttonAdd {
    border: solid 2px #B0B1B2;
}

.blogSuares .buttonBlockElem.buttonAdd .buttonAddW {
    width: 28px;
    height: 4px;
    background: #B0B1B2;
}

.blogSuares .buttonBlockElem.buttonAdd .buttonAddH {
    height: 28px;
    width: 4px;
    background: #B0B1B2;
}

.blogSuares .buttonBlockElem.buttonAdd:after {
    border: solid 2px #B0B1B2;
    background: none;
}

.topSliderElemCnt.reverse {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.topSliderElemCnt.reverse h1,
.topSliderElemCnt.reverse .h1 {
    font-size: 68px;
    margin: 0;
}

.topSliderElemCnt.reverse .topSliderElemTxt {
    right: auto;
    left: 200px;
}

.topSliderElemImg {
    width: 50%;
}

.topSliderElemTxtCnt {
    width: 100%;
    padding-left: 280px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.malov {
    color: #695451;
}

.topSliderElemCnt.reverse .topBlockTxtWho {
    padding-left: 0;
    font-size: 22px;
}

.topSliderElemCnt.reverse .squareBlock {
    position: static;
    padding-left: 42px;
    gap: 8px;
}

.topSliderElemCnt.reverse .squareBlockElem {
    width: 12px;
    height: 12px;
}

.squareBlockElem.it {
    background: #637290;
}

h1.it,
.h1.it {
    color: #637290;
}

h1.ta,
.h1.ta {
    color: #986633;
}

h1.at,
.h1.at {
    color: #ab9a8e;
}

h1.ak,
.h1.ak {
    color: #AB7659
}

.topSlider .nextArrow,
.topSlider .prevArrow {
    width: 35px;
    height: auto;
}

.topSlider .nextArrow img,
.topSlider .prevArrow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topSlider .nextArrow {
    top: 56%;
    right: 40px;
}

.topSlider .prevArrow {
    top: 56%;
}

.aboutButtonBlock .buttonBlockElem,
.aboutButtonBlock .buttonBlockElem:after {
    transition: all 0.4s;
}

.aboutButtonBlock .buttonBlockElem:hover {
    border: solid 1px #B2B3B3;
}

.aboutButtonBlock .buttonBlockElem:hover:after {
    border: solid 1px #B2B3B3;
}

.imprintBlock {
    /* border: solid 2px #868685; */
    width: 438px;
    padding: 35px 48px 55px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin-top: 70px;
    flex-direction: column;
    gap: 20px;
    display: none;
    margin-top: 55px;
    line-height: 1.2;
    background: url(/templates/template/images/squareContact.png) no-repeat right bottom, #262729;
    background-size: auto, auto;
    background-size: 80px;
}

.imprintBlock.active {
    display: flex;
}

.imprintTxt span.title {
    font-family: "AngelicaC Regular";
    display: block;
    margin-bottom: 3px;
}

.imprintTxt {
    font-family: 'TildaL';
    color: rgb(197, 198, 198);
    font-size: 16px;
}

.imprintTxt a {
    font-family: 'TildaL';
    color: rgb(197, 198, 198);
}

.imprintTxt span {
    font-family: 'TildaL';
    color: #61596E;
    font-weight: 700;
    margin-right: 10px;
}

.imprintSuare {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    position: absolute;
    bottom: -15px;
    right: -46px;
}

.imprintSuareNuc {
    width: 15px;
    height: 15px;
    border: solid 1px #575656;
    border-radius: 1px;
    position: relative;
}

.imprintSuareNuc::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    /* transform: translateY(-50%) translateX(-50%); */
    width: 11px;
    height: 11px;
    border: solid 1px #575656;
    border-radius: 1px;
}

.closeBtn {
    position: absolute;
    width: 36px;
    height: 36px;
    right: 23px;
    top: -10px;
    cursor: pointer;
    z-index: 90;
    border: solid 1px #B0B1B2;
    border-radius: 5px;
}

.closeBtn::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: solid 1px #B0B1B2;
    border-radius: 4px;
}

.closeBtn:hover .closeBtnLine {
    background: #EBECEC;
}

.closeBtnLine {
    width: 65%;
    height: 1px;
    background: #B0B1B2;
    position: absolute;
    top: 51%;
    left: 6px;
    transform: translateY(-50%);
}

.closeBtnLine:nth-child(1) {
    rotate: 45deg;
}

.closeBtnLine:nth-child(2) {
    rotate: -45deg;
}

.socialIcons {
    max-width: 40px;
}

.socialIcons img {
    object-fit: contain;
    width: 100%;
    height: 18px;
}

.tg img {
    width: 26px;
    height: 100%;
}

.mobileTxt {
    display: none !important;
}

.invisTxt {
    font-size: 0;
}

.mod-finder.js-finder-searchform.form-search {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: -800px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    transition: 0.4s;
}

.searchLink {
    cursor: pointer;
    width: 47px;
}

.searchLink img {
    width: 100%;
    object-fit: contain;
}

.mod-finder.js-finder-searchform.form-search.down {
    top: 0;
}

.politika .com-content-article__body {
    padding: 80px 160px 0 100px;
}

.politika .com-content-article__body h2,
.politika .com-content-article__body .h2 {
    font-size: 30px;
}

.modalActive .contactBlock,
.modalActive .desktopTxt {
    display: none;
}

@media screen and (max-height:999px) {
    .topSlider .nextArrow,
    .topSlider .prevArrow {
        top: 57%;
    }
}

@media screen and (max-height: 800px) {
    .imprintBlock {
        gap: 10px;
        font-size: 16px;
    }
    .topSlider .nextArrow,
    .topSlider .prevArrow {
        top: 58%;
    }
}

@media screen and (max-height: 750px) {
    .imprintTxt {
        font-size: 14px;
    }
    .imprintBlock {
        width: 380px;
        padding: 20px 48px 70px 0;
    }
}

@media screen and (max-height: 700px) {
    .imprintSuareNuc {
        width: 12px;
        height: 12px;
    }
    .imprintSuareNuc::before {
        width: 8px;
        height: 8px;
    }
    .imprintSuare {
        gap: 6px;
        right: -35px;
        bottom: 12px;
    }
    .topSlider .nextArrow,
    .topSlider .prevArrow {
        top: 59%;
    }
    .imprintBlock {
        padding: 45px 48px 70px 0;
    }
    /* .closeBtn {
        right: 19px;
    } */
}

@media screen and (max-height: 670px) {
    .imprintBlock {
        width: 340px;
        margin-top: 30px;
    }
    .imprintTxt {
        font-size: 12px;
    }
}

@media screen and (max-height: 650px) {
    .contactBlock {
        padding-top: 0;
    }
    .contactF {
        bottom: 15px;
    }
    .topSlider .nextArrow,
    .topSlider .prevArrow {
        top: 60.6%;
    }
}

@media screen and (min-width: 1480px) and (max-height: 750px) {
    .logo>a {
        gap: 10px;
    }
    .logo a>img {
        width: 65px;
    }
    .logoTxt {
        font-size: 16px;
        line-height: 16px;
        max-width: 150px;
    }
    .endButton {
        font-size: 17px;
        margin-top: -1px;
    }
    /* o nas */
    .authorNameImg {
        height: 270px;
        width: 385px;
    }
    .authorNameTxt {
        max-width: 143px;
        font-size: 14px;
    }
    .authorNameTxt span {
        font-size: 23px;
        line-height: 23px;
        margin-bottom: 30px;
    }
    .myH1{
    font-size: 23px;
}
    .authorNameImg .buttonBlockElem {
        width: 30px;
        height: 30px;
        border-radius: 3px;
    }
    .authorNameImg .buttonBlockElem.littleButton::after {
        width: 26px;
        height: 26px;
        border-radius: 3px;
    }
    .aboutSliderElem.reverse .aboutSliderElemTxt {
        right: 826px;
        width: 385px;
    }
    .aboutSliderElem.reverse .aboutSliderElemTxt .txt,
    .aboutSliderElem.reverse .aboutSliderElemTxt span {
        width: 100%;
        max-width: 100%;
    }
    .searchButtonBlock .buttonAdd {
        width: 48px;
        height: 48px;
    }
    .searchButtonBlock .buttonAdd::after {
        width: 40px;
        height: 40px;
    }
    .imgBanner .aboutButtonBlock {
        right: 266px;
    }
    .imgBanner.reverse .aboutButtonBlock {
        left: 260px;
    }
    /*   */
    .topSlider .nextArrow,
    .topSlider .prevArrow {
        width: 25px;
    }
    .topSlider .nextArrow {
        right: 35px;
    }
    .topSlider .prevArrow {
        left: 51px;
    }
    .topSliderElemCnt.reverse h1,
    .topSliderElemCnt.reverse .h1 {
        font-size: 50px;
    }
    .topSliderElemCnt.reverse .topBlockTxtWho {
        font-size: 16px;
    }
    .topSliderElemCnt.reverse .squareBlock {
        padding-left: 30px;
        gap: 7px;
    }
    .topSliderElemCnt.reverse .squareBlockElem {
        width: 9px;
        height: 9px;
    }
    .topSliderElemCnt.reverse .topSliderElemTxt {
        left: 118px;
    }
    /* menu */
    .menu>a {
        width: 38px;
    }
    .menu ul {
        gap: 41px;
    }
    .menu ul li {
        font-size: 17px;
        line-height: 17px;
    }
    .aboutBlock {
        gap: 79px;
    }
    /* .aboutBlock .authorName {
    margin-bottom: 40px;
} */
    .authorNameImg {
        border: solid 2px #575656;
    }
    .authorNameImg .buttonBlockElem {
        left: 47%;
        bottom: 40px;
    }
    .wrapper .container {
        width: 1350px;
    }
    .h1,
    h1 {
        font-size: 50px;
    }
    body {
        font-size: 20px;
    }
    .nextArrow {
        right: 92px;
    }
    .littleButtonBlock {
        gap: 15px;
    }
    .imgBanner.reverse {
        right: 150px;
        height: 320px;
        top: 180px;
    }
    .imgBanner {
        width: 650px;
        height: 320px;
        top: 180px;
        right: 406px;
    }
    .topSliderElemTxt {
        max-width: 451px;
        /* right: 130px; */
        right: 88px;
    }
    .topSliderElemTxt {
        top: 120px;
    }
    .topSliderElemTxt h1,
    .topSliderElemTxt .h1 {
        margin-bottom: 92px;
    }
    .topSliderElemTxt.aboutSliderElemTxt {
        gap: 20px;
        max-width: 400px;
        right: 150px;
        line-height: 1;
        font-size: 15px;
        max-width: 390px;
    }
    .topSliderElemTxtBottomLine .buttonBlock {
        gap: 9px;
    }
    .topSliderElemTxtBottomLineTxt {
        font-size: 16px;
        margin-bottom: 17px;
    }
    header>div {
        padding: 40px 90px 0 50px;
    }
    .menu hr {
        height: 1px;
    }
    /* o nas */
    .aboutButtonBlock .littleButtonBlock {
        gap: 18px;
    }
    .aboutButtonBlock .buttonBlockElem {
        width: 34px;
        height: 34px;
    }
    .aboutButtonBlock .buttonBlockElem::after {
        width: 26px;
        height: 26px;
    }
    .aboutSliderElemTxt span {
        font-size: 24px;
        /* width: 370px; */
    }
    .authorDisc {
        max-width: 390px;
        font-size: 16px;
        line-height: 1.1;
    }
    .authorDisc .hr {
        bottom: -43px;
    }
    .aboutBlock {
        padding: 0 150px 200px 60px;
    }
    .authorElem {
        justify-content: end;
        gap: 131px;
    }
    .menuCnt>ul>li::after {
        height: 4px;
        bottom: -20px;
    }
    .result__item hr {
        height: 1px;
    }
    .hr hr {
        height: 1px;
        margin: 0;
        margin-bottom: 3px;
    }
    .homepage .buttonAdd {
        border: solid 1px #9D9E9E;
    }
    .homepage .buttonAdd::after {
        border: solid 1px #9D9E9E;
    }
    .homepage .buttonBlockElem {
        border: solid 1px #575656;
    }
    .homepage .buttonBlockElem::after {
        border: solid 1px #575656;
    }
    .buttonBlockElem.buttonAdd {
        border: solid 1px #B0B1B2;
    }
    .buttonBlockElem.buttonAdd::after {
        border: solid 1px #B0B1B2;
    }
    .blogSuares .buttonBlockElem.buttonAdd {
        border: solid 1px #8A8B8C;
    }
    .blogSuares .buttonBlockElem.buttonAdd:after {
        border: solid 1px #8A8B8C;
    }
    .menu>a {
        width: 30px;
    }
    .aboutSliderElem.reverse .hr {
        width: 390px;
        right: -532px;
        bottom: -27px;
    }
    .hr {
        width: 390px;
        margin-top: 10px;
    }
    /* contacts */
    .contactBlock .littleButtonBlock {
        gap: 12px;
    }
    .contactBlock .buttonBlockElem {
        border-radius: 4px;
        width: 26px;
        height: 26px;
    }
    .contactBlock .buttonBlockElem::after {
        width: 22px;
        height: 22px;
        border-radius: 3px;
    }
    .contactBlock .dialBlockTxt .labelTxt {
        margin-bottom: 20px;
    }
    .contactBlock>.aboutButtonBlock .littleButtonBlock .littleButton {
        border-radius: 4px;
        width: 26px;
        height: 26px;
    }
    .contactBlock>.aboutButtonBlock .littleButtonBlock .littleButton::after {
        border-radius: 3px;
        width: 22px;
        height: 22px;
    }
    .contactBlock>.aboutButtonBlock .littleButtonBlock {
        gap: 12px;
    }
    .buttonBlockElem {
        width: 35px;
        height: 35px;
        border-radius: 5px;
        border-width: 1px;
    }
    .buttonBlockElem::after {
        width: 29px;
        height: 29px;
        border-radius: 3px;
        border-width: 1px;
    }
    .aboutSliderElem.reverse .aboutSliderElemTxt {
        right: 681px;
    }
    .contactBlock .dialBlockTxt {
        padding: 41px 8px 76px;
    }
    span.lineButton,
    span.lineButton2 {
        bottom: 17px;
    }
    .aboutSliderElem {
        height: 510px;
        margin-bottom: 60px;
        margin-top: 0;
    }
    .txt {
        font-size: 16px;
        line-height: 1.1;
        max-width: 331px;
    }
    .aboutSliderElemTxt span {
        font-size: 22px;
        width: 370px;
    }
    .aboutSlider .prevArrow img,
    .aboutSlider .nextArrow img {
        max-width: 18px;
    }
    .result__title-text {
        font-size: 25px;
    }
    .imprintBlock {
        margin-top: 55px;
    }
    .contactTxt,
    .contactFNuc {
        font-size: 15px;
    }
    .contactF {
        padding: 0 88px 0 125px;
    }
    /* poisk */
    .insidepage .js-finder-searchform {
        height: 400px;
    }
    .insidepage .js-finder-searchform .awesomplete {
        height: 116px;
    }
    .insidepage .js-finder-searchform .awesomplete input {
        border-radius: 30px;
        font-size: 17px;
    }
    #search-query-explained {
        font-size: 17px;
        margin-bottom: 140px;
    }
    .btnSearch {
        width: 55px;
        right: -113px;
    }
    #search-results {
        padding: 120px 259px 0 250px;
    }
    .result__description {
        font-size: 16px;
        margin-bottom: 80px;
        padding-right: 130px;
    }
    .result__item+.result__item {
        margin-top: 80px;
    }
    .poisk .com-finder__search.word {
        padding-right: 260px;
        padding-left: 250px;
    }
    .politika .com-content-article__body {
        padding: 40px 90px 0 50px;
        font-size: 15px;
    }
    .politika .com-content-article__body h2,
    .politika .com-content-article__body .h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1480px) {
    .logo>a {
        gap: 10px;
    }
    .logo a>img {
        width: 65px;
    }
    .logoTxt {
        font-size: 16px;
        line-height: 16px;
        max-width: 150px;
    }
    .endButton {
        font-size: 17px;
        margin-top: -1px;
    }
    /* poisk */
    .insidepage .js-finder-searchform {
        height: 400px;
    }
    .insidepage .js-finder-searchform .awesomplete {
        height: 116px;
    }
    .insidepage .js-finder-searchform .awesomplete input {
        border-radius: 30px;
        font-size: 17px;
    }
    #search-query-explained {
        font-size: 17px;
        margin-bottom: 140px;
    }
    .btnSearch {
        width: 55px;
        right: -113px;
    }
    #search-results {
        padding: 120px 259px 0 250px;
    }
    .result__description {
        font-size: 16px;
        margin-bottom: 80px;
        padding-right: 130px;
    }
    .result__item+.result__item {
        margin-top: 80px;
    }
    .poisk .com-finder__search.word {
        padding-right: 260px;
        padding-left: 250px;
    }
    /* o nas */
    .authorNameImg {
        height: 270px;
        width: 385px;
    }
    .authorNameTxt {
        max-width: 143px;
        font-size: 14px;
    }
    .authorNameTxt span {
        font-size: 23px;
        line-height: 23px;
        margin-bottom: 30px;
    }
    .authorNameImg .buttonBlockElem {
        width: 30px;
        height: 30px;
        border-radius: 3px;
    }
    .authorNameImg .buttonBlockElem.littleButton::after {
        width: 26px;
        height: 26px;
        border-radius: 3px;
    }
    .aboutSliderElem.reverse .aboutSliderElemTxt {
        right: 826px;
        width: 385px;
    }
    .aboutSliderElem.reverse .aboutSliderElemTxt .txt,
    .aboutSliderElem.reverse .aboutSliderElemTxt span {
        width: 100%;
        max-width: 100%;
    }
    .searchButtonBlock {
        margin-bottom: 200px;
        gap: 270px;
    }
    .searchButtonBlock .littleButtonBlock {
        gap: 14px;
    }
    .searchButtonBlock .littleButton {
        border-width: 1px;
        width: 28px;
        height: 28px;
    }
    .searchButtonBlock .littleButton::after {
        border-width: 1px;
        width: 23px;
        height: 23px;
    }
    .searchButtonBlock .buttonBlockElem.buttonAdd {
        width: 83px;
        height: 83px;
        border-width: 3px;
    }
    .searchButtonBlock .buttonBlockElem.buttonAdd::after {
        width: 70px;
        height: 70px;
        border-width: 3px;
    }
    .imgBanner .aboutButtonBlock {
        right: 266px;
    }
    .imgBanner.reverse .aboutButtonBlock {
        left: 260px;
    }
    /*  */
    .topSlider .nextArrow,
    .topSlider .prevArrow {
        width: 25px;
    }
    .topSlider .nextArrow {
        right: 35px;
    }
    .topSlider .prevArrow {
        left: 51px;
    }
    .topSliderElemCnt.reverse h1,
    .topSliderElemCnt.reverse .h1 {
        font-size: 50px;
    }
    .topSliderElemCnt.reverse .topBlockTxtWho {
        font-size: 16px;
    }
    .topSliderElemCnt.reverse .squareBlock {
        padding-left: 30px;
        gap: 7px;
    }
    .topSliderElemCnt.reverse .squareBlockElem {
        width: 9px;
        height: 9px;
    }
    .topSliderElemCnt.reverse .topSliderElemTxt {
        left: 118px;
    }
    /* menu */
    .menu>a {
        width: 38px;
    }
    .menu ul {
        gap: 41px;
    }
    .menu ul li {
        font-size: 17px;
        line-height: 17px;
    }
    .aboutBlock {
        gap: 79px;
    }
    .authorNameImg {
        border: solid 2px #575656;
    }
    .authorNameImg .buttonBlockElem {
        left: 47%;
        bottom: 40px;
    }
    .wrapper .container {
        width: 1350px;
    }
    .h1,
    h1 {
        font-size: 50px;
    }
    body {
        font-size: 20px;
    }
    .nextArrow {
        right: 92px;
    }
    .littleButtonBlock {
        gap: 15px;
    }
    .imgBanner {
        width: 650px;
        /* height: 270px; */
        height: 320px;
        top: 180px;
        right: 406px;
    }
    .imgBanner.reverse {
        right: 150px;
        height: 320px;
        top: 180px;
    }
    .topSliderElemTxt {
        max-width: 451px;
        right: 89px;
    }
    .topSliderElemTxt {
        top: 45px;
    }
    .topSliderElemTxt h1,
    .topSliderElemTxt .h1 {
        margin-bottom: 92px;
    }
    .topSliderElemTxt.aboutSliderElemTxt {
        gap: 20px;
        max-width: 400px;
        right: 150px;
        line-height: 1;
        font-size: 15px;
        max-width: 390px;
    }
    .topSliderElemTxtBottomLine .buttonBlock {
        gap: 9px;
    }
    .topSliderElemTxtBottomLineTxt {
        font-size: 16px;
        margin-bottom: 17px;
    }
    header>div {
        padding: 40px 90px 0 50px;
    }
    .menu hr {
        height: 1px;
    }
    /* o nas */
    .aboutButtonBlock .littleButtonBlock {
        gap: 18px;
    }
    .aboutButtonBlock .buttonBlockElem {
        width: 34px;
        height: 34px;
    }
    .aboutButtonBlock .buttonBlockElem::after {
        width: 26px;
        height: 26px;
    }
    .aboutSliderElemTxt span {
        font-size: 24px;
        /* width: 370px; */
    }
    .aboutSliderElem {
        height: 510px;
    }
    .authorDisc {
        max-width: 390px;
        font-size: 16px;
        line-height: 1.1;
    }
    .authorDisc .hr {
        bottom: -43px;
    }
    .aboutBlock {
        padding: 0 150px 200px 60px;
    }
    .authorElem {
        justify-content: end;
        gap: 131px;
    }
    .menuCnt>ul>li::after {
        height: 4px;
        bottom: -20px;
    }
    .hr hr {
        height: 1px;
        margin: 0;
        margin-bottom: 3px;
    }
    .result__item hr {
        height: 1px;
    }
    .homepage .buttonAdd {
        border: solid 1px #9D9E9E;
    }
    .homepage .buttonAdd::after {
        border: solid 1px #9D9E9E;
    }
    .homepage .buttonBlockElem {
        border: solid 1px #575656;
    }
    .homepage .buttonBlockElem::after {
        border: solid 1px #575656;
    }
    .buttonBlockElem.buttonAdd {
        border: solid 1px #B0B1B2;
    }
    .buttonBlockElem.buttonAdd::after {
        border: solid 1px #B0B1B2;
    }
    .blogSuares .buttonBlockElem.buttonAdd {
        border: solid 1px #8A8B8C;
    }
    .blogSuares .buttonBlockElem.buttonAdd:after {
        border: solid 1px #8A8B8C;
    }
    .menu>a {
        width: 30px;
    }
    .aboutSliderElem.reverse .hr {
        width: 390px;
        right: -532px;
        bottom: -27px;
    }
    .hr {
        width: 390px;
        margin-top: 10px;
    }
    /* poisk */
    .insidepage .js-finder-searchform {
        padding: 85px 0;
    }
    .contactBlock .labelTxt span {
        font-size: 23px;
        line-height: 23px;
    }
    .contactBlock .dialContact,
    .contactBlock .dialNameContact {
        font-size: 12px;
        line-height: 12px;
    }
    /* contacts */
    .contactBlock .littleButtonBlock {
        gap: 12px;
    }
    .contactBlock .buttonBlockElem {
        border-radius: 4px;
        width: 26px;
        height: 26px;
    }
    .contactBlock .buttonBlockElem::after {
        width: 22px;
        height: 22px;
        border-radius: 3px;
    }
    .contactBlock .dialBlockTxt .labelTxt {
        margin-bottom: 20px;
    }
    .contactBlock>.aboutButtonBlock .littleButtonBlock .littleButton {
        border-radius: 4px;
        width: 26px;
        height: 26px;
    }
    .contactBlock>.aboutButtonBlock .littleButtonBlock .littleButton::after {
        border-radius: 3px;
        width: 22px;
        height: 22px;
    }
    .contactBlock>.aboutButtonBlock .littleButtonBlock {
        gap: 12px;
    }
    .buttonBlockElem {
        width: 35px;
        height: 35px;
        border-radius: 5px;
        border-width: 1px;
    }
    .buttonBlockElem::after {
        width: 29px;
        height: 29px;
        border-radius: 3px;
        border-width: 1px;
    }
    .aboutSliderElem.reverse .aboutSliderElemTxt {
        right: 681px;
    }
    .contactBlock .dialBlockTxt {
        padding: 41px 8px 76px;
    }
    span.lineButton,
    span.lineButton2 {
        bottom: 17px;
    }
    .aboutSliderElem {
        height: 510px;
        margin-bottom: 60px;
        margin-top: 0;
    }
    .txt {
        font-size: 16px;
        line-height: 1.1;
        max-width: 331px;
    }
    .aboutSliderElemTxt span {
        font-size: 22px;
        width: 370px;
        /* max-width: 297px; */
    }
    .aboutSlider .prevArrow img,
    .aboutSlider .nextArrow img {
        max-width: 18px;
    }
    .result__title-text {
        font-size: 27px;
        line-height: 1.3;
        max-width: 390px;
        margin-bottom: 45px;
    }
    .imprintBlock {
        margin-top: 55px;
    }
    .contactTxt,
    .contactFNuc {
        font-size: 15px;
    }
    .contactF {
        padding: 0 88px 0 125px;
    }
    .politika .com-content-article__body {
        padding: 40px 90px 0 50px;
        font-size: 15px;
    }
    .politika .com-content-article__body h2,
    .politika .com-content-article__body .h2 {
        font-size: 24px;
    }
    .h1,
    h1 {
        text-align: center;
    }
}

@media screen and (max-width: 1300px) {
    .topSliderElemTxtCnt {
        padding-left: 185px;
    }
}

@media screen and (max-width: 1199px) {
    .wrapper {
        min-width: 0;
    }
    body {
        font-size: 16px;
    }
    .h1,
    h1 {
        font-size: 47px;
    }
    .logo a>img {
        width: 70px;
    }
    .menu ul {
        gap: 48px;
    }
    .logoTxt {
        max-width: 80px;
        font-weight: 700;
    }
    .endButton {
        font-size: 16px;
    }
    /*  */
    .imgBanner {
        top: 40%;
    }
    .topSliderElemTxt {
        gap: 40px;
        max-width: 430px;
    }
    .topSliderElemTxt h1,
    .topSliderElemTxt .h1 {
        margin-bottom: 0;
    }
    .menu {
        gap: 42px;
    }
    .menu ul li {
        font-size: 16px;
        line-height: 16px;
    }
    .menu hr {
        width: calc(100% + 40px);
    }
    .menuCnt>ul>li::after {
        width: calc(100% + 40px);
        left: -20px;
    }
    .authorElem {
        gap: 65px;
    }
    .aboutSliderElemTxt {
        top: 31px;
    }
    .aboutSliderElemTxt span {
        font-size: 20px;
        max-width: 331px;
    }
    .authorDisc {
        max-width: 380px;
    }
    .authorNameImg {
        height: 260px;
    }
    .authorNameTxt {
        max-width: 140px;
        font-size: 14px;
    }
    .authorNameTxt span {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .myH1{
    font-size: 20px;
}
    .littleButton {
        width: 30px;
        height: 30px;
        border-radius: 5px;
    }
    .littleButton::after {
        width: 24px;
        height: 24px;
        border-radius: 4px;
    }
    .littleButtonBlock {
        gap: 20px;
    }
    .aboutButtonBlock {
        margin-bottom: -45px;
    }
    .aboutSliderElem {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .aboutSliderElem.reverse .hr {
        right: -455px;
        width: 380px;
        bottom: 10px;
    }
    .aboutSliderElemTxt {
        top: -18px;
    }
    /* poisk */
    .insidepage .js-finder-searchform {
        padding: 30px 0;
    }
    .poisk .com-finder__search.word {
        padding: 80px 228px 0 255px;
    }
    #search-results {
        padding: 95px 228px 0 255px;
    }
    #search-query-explained {
        margin-bottom: 115px;
    }
    .com-finder__results-list {
        margin-top: 0;
    }
    .result__description {
        margin-bottom: 65px;
        font-size: 13px;
        line-height: 1.2;
    }
    .result__item hr {
        margin: 2px 0;
    }
    .result__item+.result__item {
        margin-top: 65px;
    }
    .result__title-text {
        font-size: 23px;
        line-height: 23px;
        margin-bottom: 40px;
    }
    .topSliderElemTxt.aboutSliderElemTxt {
        max-width: 380px;
        right: 140px;
    }
    .aboutBlock {
        padding-right: 140px;
    }
    .aboutSliderElem.reverse .aboutSliderElemTxt {
        right: 595px;
        top: -40px;
    }
    .hr {
        width: 380px;
    }
    .imgBanner {
        width: 575px;
        /* height: 240px;
        top: 135px; */
        height: 277px;
        top: 132px;
        right: 395px;
    }
    .imgBanner.reverse {
        right: 140px;
        top: 135px;
    }
    .imgBanner .aboutButtonBlock {
        right: 190px;
    }
    .imgBanner.reverse .aboutButtonBlock {
        left: 195px;
    }
    .imgBanner.reverse img,
    .imgBanner.reverse {
        height: 275px;
    }
    @media screen and (max-height: 450px) {
        .topSlider .topSliderElemTxt {
            top: 35%;
            transform: translateY(-50%);
        }
    }
    @media screen and (max-width: 1000px) {
        .authorNameImg {
            height: 220px;
        }
        .authorDisc .hr {
            bottom: -90px;
        }
    }
    @media screen and (max-width: 1120px) {
        .aboutSliderElem.reverse .aboutSliderElemTxt .txt,
        .aboutSliderElem.reverse .aboutSliderElemTxt span {
            width: 385px;
        }
        .authorNameTxt {
            margin-top: 42px;
        }
        .authorNameTxttxt {
            line-height: 1;
        }
        .authorNameImg .buttonBlockElem {
            bottom: 20px;
        }
        .topSliderElemTxt.aboutSliderElemTxt {
            align-items: center;
        }
        .aboutSliderElem.reverse .aboutSliderElemTxt {
            align-items: center;
            max-width: 100%;
            width: 100%;
            padding-top: 25px;
        }
        .imgBanner {
            width: 100%;
            height: fit-content;
        }
        .imgBanner.reverse img {
            margin-right: 0;
            max-width: 100%;
        }
        .imgBanner img {
            width: 100%;
            max-height: 270px;
        }
        body {
            background: #2A2B2E;
        }
        header {
            position: static;
        }
        header>div {
            padding: 40px 50px 30px 50px;
        }
        .headline {
            display: block;
        }
        .menu {
            align-items: center;
            gap: 55px;
        }
        .menu>.menuCnt {
            display: none;
        }
        .engVersion {
            display: none;
        }
        .mobileMenuCnt {
            display: flex;
            max-height: 570px;
            overflow: hidden;
            flex-direction: column;
            align-items: end;
        }
        .menu ul li:hover::after {
            width: 0;
            opacity: 0;
        }
        .h1,
        h1 {
            font-size: 50px;
        }
        .menu ul li {
            font-family: Tilda Sans medium;
            font-size: 22px;
            line-height: 22px;
        }
        .menuCnt {
            max-width: 550px;
        }
        .topSliderElemTxt {
            gap: 0;
            height: fit-content;
            top: 100px;
            right: 49px;
        }
        .topSliderElemTxt h1,
        .topSliderElemTxt .h1 {
            text-align: end;
            font-weight: 700;
            margin-bottom: 25px;
        }
        .wrapper {
            min-width: 0;
        }
        .topSliderElem img {
            /* height: 420px; */
            height: 340px;
        }
        .done {
            padding: 30px 65px;
            font-size: 21px;
            line-height: 1.1;
        }
        .topSliderElemTxtBottomLine .buttonBlockElem {
            width: 35px;
            height: 35px;
            border-radius: 4px;
            border: solid 1px #575656;
        }
        .topSliderElemTxtBottomLine .buttonBlockElem::after {
            width: 30px;
            height: 30px;
            border-radius: 4px;
            border: solid 1px #575656;
        }
        .homepage .buttonAdd {
            border: solid 1px #868685;
        }
        .homepage .buttonAdd::after {
            border: solid 1px #868685;
        }
        .topSliderElem {
            height: auto;
        }
        .mobileMenuBtn {
            display: block;
        }
        .imgBanner,
        .topSliderElemTxt.aboutSliderElemTxt {
            position: static;
            max-width: 100%;
            width: 100%;
        }
        .topSliderElemTxt.aboutSliderElemTxt {
            padding-right: 0;
            padding-left: 0;
        }
        .txt {
            max-width: 385px;
        }
        .aboutSliderElemTxt span {
            max-width: 385px;
            width: 385px;
        }
        .aboutSliderElem {
            display: flex !important;
            flex-direction: column-reverse;
        }
        .imgBanner {
            transform: unset;
        }
        .imgBanner.reverse {
            flex-direction: column-reverse;
        }
        .imgBanner.reverse img {
            margin-bottom: -72px;
        }
        .imgBanner .aboutButtonBlock {
            position: static;
        }
        .imgBanner.reverse .aboutButtonBlock {
            margin-bottom: 40px;
            position: static;
            margin-left: 130px;
            margin-right: auto;
        }
        .aboutSliderElem {
            height: auto;
        }
        .aboutSliderElemTxt {
            padding: 0 165px 0 161px;
            padding-bottom: 30px;
        }
        .aboutSliderElemTxt .hr {
            display: none;
        }
        .aboutSliderElemTxt .txt {
            line-height: 1.2;
            margin: 0;
            width: 100%;
        }
        .nextArrow img {
            display: none;
        }
        .topSlider .nextArrow img {
            display: block;
        }
        .topSlider .nextArrow,
        .topSlider .prevArrow {
            top: 340px;
        }
        .imgBanner {
            padding: 0;
            align-items: end;
            margin-top: 0;
        }
        .aboutSliderElem .aboutButtonBlock {
            margin-right: 165px;
            margin-bottom: -76px;
        }
        .aboutBlock {
            padding: 0 0 200px 0;
        }
        .authorElem {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            gap: 20px;
        }
        .authorDisc {
            text-align: end;
            position: static;
        }
        .authorNameTxt {
            font-size: 14px;
            max-width: 130px;
        }
        .authorNameTxt span {
            margin-bottom: 20px;
        }
        .authorDisc .hr {
            bottom: -57px;
            left: 50%;
            transform: translateX(-50%);
            width: 80vw;
        }
        .menu ul li.active::after {
            display: none;
        }
        .aboutSliderElem {
            margin-top: 0;
        }
        .imgBanner.reverse img {
            width: 100%;
        }
        /* poisk */
        .insidepage .js-finder-searchform .input-group {
            gap: 25px;
        }
        .insidepage .js-finder-searchform .awesomplete input {
            padding: 22px;
            border: solid 1px #303030;
            border-radius: 20px;
        }
        .insidepage .js-finder-searchform {
            padding: 86px 0 50px;
        }
        #search-results {
            padding: 50px 130px 0;
        }
        .result__description {
            color: #e6e6e6;
            padding-right: 0;
            width: 80%;
        }
        .searchButtonBlock {
            gap: 35px;
        }
        .searchButtonBlock .buttonAdd {
            width: 50px;
            height: 50px;
            border-radius: 5px;
        }
        .searchButtonBlock .buttonAdd::after {
            width: 45px;
            height: 45px;
            border-radius: 4px;
        }
        .searchButtonBlock .littleButton {
            width: 18px;
            height: 18px;
            border-radius: 3px;
            border: solid 1px #575656;
        }
        .searchButtonBlock .littleButton::after {
            width: 14px;
            height: 14px;
            border-radius: 2px;
            border: solid 1px #575656;
            top: 1px;
            transform: unset;
            left: 1px;
        }
        .littleButton {
            width: 36px;
            height: 36px;
            border-radius: 5px;
        }
        .littleButton::after {
            width: 30px;
            height: 30px;
            border-radius: 4px;
        }
        .buttonAdd {
            border: solid 1px #868685;
        }
        /* contacts */
        .contactBlock .headline {
            padding-bottom: 30px;
        }
        .contactBlock {
            padding-top: 0;
        }
        .contactBlock .labelTxt span {
            font-size: 17px;
            line-height: 17px;
        }
        .contactBlock .dialContact,
        .contactBlock .dialNameContact {
            font-size: 10px;
            line-height: 10px;
        }
        .contactBlock .littleButtonBlock {
            gap: 9px;
        }
        .contactBlock .aboutButtonBlock .buttonBlockElem {
            width: 22px;
            height: 22px;
            border-radius: 3px;
        }
        .contactBlock .aboutButtonBlock .buttonBlockElem::after {
            width: 18px;
            height: 18px;
            border-radius: 2px;
            left: 1px;
            transform: unset;
            top: 1px;
        }
        .contactBlock>.aboutButtonBlock .littleButtonBlock .littleButton {
            border-radius: 2px;
            width: 18px;
            height: 18px;
        }
        .contactBlock>.aboutButtonBlock .littleButtonBlock .littleButton::after {
            border-radius: 2px;
            width: 14px;
            height: 14px;
        }
        .contactBlock .dialBlockTxt {
            padding: 32px 0 80px;
            margin: 0 -20px;
        }
        .contactBlock .dialBlock {
            margin-bottom: 0;
        }
        .authorLink {
            display: flex;
            width: 100%;
        }
        .topSliderElemTxt .topSliderElemTxtBottomLineTxt {
            display: none;
        }
        .downTxt {
            display: block;
            width: fit-content;
            margin: 0 auto;
            padding-right: 15px;
            padding-left: 15px;
        }
        .downTxt .topSliderElemTxtBottomLineTxt {
            margin-top: 45px;
            text-align: start;
            max-width: 370px;
        }
        .topSliderElemTxtBottomLineTxt br {
            display: none;
        }
        .topSliderElemTxtCnt {
            gap: 37px;
            padding-top: 48px;
            padding-left: 50px;
        }
        .topSliderElemTxtCnt .topSliderElemTxtBottomLine {
            display: none;
        }
        .topSliderElemTxtAuthor {
            top: 0;
        }
        .downTxt h1,
        .downTxt .h1 {
            margin-bottom: 15px;
        }
        .topSlider .prevArrow {
            left: 36px;
        }
        .topSlider .nextArrow,
        .topSlider .prevArrow {
            width: 15px;
            top: 340px;
        }
        .topSlider .nextArrow {
            right: 49px;
            top: 340px;
        }
        .aboutSlider .prevArrow img,
        .aboutSlider .nextArrow img {
            display: block;
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .aboutSlider .slick-arrow {
            top: 19%;
        }
        .aboutSlider .nextArrow {
            right: 46px;
        }
        .aboutSlider .prevArrow {
            left: 33px;
        }
        .endButton {
            margin-bottom: 5px;
        }
        .topBlockTxtWho .txtWho {
            display: none;
        }
        .topSliderElemCnt.reverse .squareBlock {
            padding-left: 0;
        }
        .topSliderElemTxtCnt>.topBlockTxtWho:first-child {
            display: block;
        }
        .topSliderElemTxtAuthor {
            justify-content: start;
            align-items: start;
        }
        .contactF {
            padding: 0 50px;
        }
        .contactFNuc:nth-child(2) {
            margin-left: 0;
        }
        .copyright {
            max-width: 23px;
        }
        /*  */
        .mobileMenuCnt {
            max-width: 290px;
            margin: 0 auto;
            max-height: 450px;
        }
        .mobileBG {
            padding: 60px 0 10px 0;
        }
        .mobileMenuCnt .menuCnt>ul>li>a {
            font-size: 25px;
        }
        .mobileMenuCnt .menuCnt>ul {
            gap: 20px;
        }
        .mobileMenuCnt .menuCnt .engMobile {
            margin-top: 20px;
        }
        .mobileMenuCnt .littleButtonBlock {
            margin-top: 25px;
        }
        .socialIcons img {
            height: 15px;
        }
        .tg img {
            height: 22px;
        }
        .poisk .com-finder__search.word {
            padding: 80px 141px 0 132px;
        }
        .btnSearch {
            width: 45px;
            right: -108px;
        }
        .insidepage .js-finder-searchform .awesomplete {
            height: 100px;
        }
        #search-results {
            padding: 50px 140px 0 130px;
        }
        .poisk .searchLink {
            display: none;
        }
        .insidepage .js-finder-searchform .awesomplete input {
            font-size: 16px;
        }
        #search-query-explained {
            font-size: 16px;
        }
        .contactBlock .labelTxt {
            padding-top: 0;
        }
        .imprintBlock {
            background: url(/templates/template/images/squareContact.png) no-repeat right bottom, #2A2B2E;
            background-size: 80px;
        }
        .authorElem .authorDisc {
            margin: 0 auto;
            text-align: start;
            padding: 0;
        }
        .authorElem .authorDisc.textAE {
            text-align: end;
        }
        .imgBanner::before {
            top: 445px;
            height: 270px;
        }
        .imgBanner.reverse::before {
            top: -42px;
            background: linear-gradient(to top, rgb(42, 43, 46), rgb(42, 43, 46) 2%, rgba(0, 0, 0, 0) 50%);
        }
        .slick-track::after,
        .slick-track::before {
            display: none;
        }
        .authorNameImg {
            margin-top: 30px;
        }
        .authorNameImg.textAE {
            margin-top: -30px;
        }
        .imgBanner::before {
            background: linear-gradient(to bottom, rgb(42, 43, 46), rgb(42, 43, 46) 2%, rgba(0, 0, 0, 0) 80%);
        }
    }
}

.topSliderElemTxt.aboutSliderElemTxt .txt:nth-child(4) {
    color: #B1B2B3;
}

@media screen and (max-width: 991px) {
    .topSliderElemTxt .h1,
    .topSliderElemTxt h1,
    .topSliderElemCnt.reverse .h1,
    .topSliderElemTxtCnt.reverse h1,
    .downTxt .h1,
    .downTxt h1 {
        font-size: 40px;
    }
     .myH1,.topSliderElemTxt .myH1{
        font-size: 20px;
    }
    .topSliderElemCnt.reverse .topBlockTxtWho,
    .downTxt .topBlockTxtWho {
        font-size: 13px;
    }
    .topSliderElemCnt.reverse .squareBlockElem {
        width: 7px;
        height: 7px;
    }
    .topSliderElemCnt.reverse .squareBlock {
        gap: 5px;
    }
}

@media screen and (max-width: 860px) {
    .h1,
    h1 {
        font-size: 45px;
    }
}

@media screen and (max-width: 830px) {
    .topSliderElemTxt .h1,
    .topSliderElemTxt h1,
    .topSliderElemCnt.reverse .h1,
    .topSliderElemTxtCnt.reverse h1,
    .downTxt .h1,
    .downTxt h1 {
        font-size: 35px;
    }
    .topSliderElemCnt.reverse .topBlockTxtWho,
    .downTxt .topBlockTxtWho {
        font-size: 12px;
    }
    .imprintBlock {
        margin-top: 35px;
    }
   
}

@media screen and (max-width: 767px) {
    .authorElem:nth-child(2),
    .authorElem:nth-child(4) {
        align-items: start;
    }
    .authorElem:nth-child(2) .authorDisc,
    .authorElem:nth-child(4) .authorDisc {
        text-align: start;
    }
    .h1,
    h1 {
        font-size: 40px;
    }
    body {
        /* line-height: 13px; */
        font-size: 13px;
    }
    .topSliderElemTxt {
        max-width: 350px;
    }
    .aboutSliderElemTxt .txt {
        font-size: 15px;
    }
    .aboutSliderElemTxt span {
        font-size: 18px;
        max-width: 331px;
    }
    .headline {
        font-size: 25px;
        padding-bottom: 20px;
        line-height: 1;
    }
    .aboutSliderElemTxt {
        /* padding: 0 38px 0 49px; */
        padding: 0 33px 0 65px;
    }
    .aboutSliderElem .aboutButtonBlock {
        margin-right: 50px;
        margin-bottom: -80px;
    }
    .aboutBlock {
        padding: 0 0 200px 0;
    }
    /* .contactBlock .dialBlockSquare {
    width: 300px;
} */
    .insidepage .btn.btn-primary {
        padding: 0;
    }
    /* poisk */
    .insidepage .js-finder-searchform {
        padding: 25px 0 10px;
    }
    #search-results {
        padding: 25px 62px 0 74px;
    }
    #search-query-explained {
        margin-bottom: 50px;
    }
    .result__title-text {
        font-size: 17px;
        max-width: 245px;
        margin-bottom: 20px;
    }
    .result__item hr {
        margin: 1px 0;
        height: 1px;
    }
    .hr hr {
        height: 1px;
        margin: 2px 0;
    }
    .result__description {
        font-size: 11px;
    }
    .authorNameImg {
        max-width: 290px;
        height: 190px;
        margin: 0 auto;
    }
    .insidepage .js-finder-searchform .input-group {
        gap: 10px;
    }
    .authorNameTxt {
        margin-top: 38px;
    }
    .topSliderElemTxt .h1,
    .topSliderElemTxt h1,
    .topSliderElemCnt.reverse .h1,
    .topSliderElemTxtCnt.reverse h1,
    .downTxt .h1,
    .downTxt h1 {
        font-size: 30px;
    }
    .topSliderElemTxtBottomLineTxt {
        font-size: 14px;
    }
    header>div {
        /* padding: 22px 35px 22px 35px; */
        padding: 22px 20px;
    }
    .logo a {
        gap: 5px;
    }
    .logoTxt {
        font-size: 10px;
        line-height: 10px;
    }
    .logo a>img {
        width: 40px;
    }
    .menu>a {
        width: 30px;
    }
    .endButton {
        font-size: 12px;
    }
    .menu>a {
        width: 25px;
    }
    .menu {
        gap: 37px;
    }
    .mobileSquars,
    .mobileSquars::before,
    .mobileSquars::after {
        width: 6px;
        height: 6px;
        border-radius: 1px;
    }
    .mobileMenuBtn {
        height: 23px;
    }
    .mobileSquars::before {
        bottom: -8px;
    }
    .mobileSquars::after {
        bottom: -16px;
    }
    body {
        font-size: 13px;
    }
    .aboutSlider .prevArrow {
        left: 13px;
        top: 26%;
        width: 13px;
    }
    .aboutSlider .nextArrow {
        right: 16px;
        top: 26%;
        width: 13px;
    }
    .aboutSliderElemTxt .txt {
        max-width: 100%;
    }
    .aboutSliderElemTxt span {
        max-width: 100%;
        width: 100%;
    }
    .authorElem {
        align-items: start;
    }
    .authorDisc {
        padding-right: 35px;
        padding-left: 65px;
    }
    .aboutSliderElem.reverse .aboutSliderElemTxt .txt,
    .aboutSliderElem.reverse .aboutSliderElemTxt span {
        width: 100%;
    }
    .aboutButtonBlock .littleButtonBlock {
        gap: 10px;
    }
    .imgBanner.reverse .aboutButtonBlock {
        margin-left: 65px;
    }
    .authorElem .authorDisc {
        max-width: 100%;
    }
    .mobileTxt {
        display: block !important;
    }
    .desktopTxt {
        display: none !important;
    }
    .contactMargin {
        margin-top: 67px;
    }
    .contactF {
        justify-content: space-between;
        display: flex;
    }
    .insidepage .js-finder-searchform {
        height: 300px;
    }
    .insidepage .js-finder-searchform .awesomplete {
        height: 77px;
    }
    .poisk .com-finder__search.word {
        padding: 50px 63px 0 75px;
    }
    .btnSearch {
        width: 35px;
        right: -57px;
    }
    .insidepage .js-finder-searchform .awesomplete input {
        font-size: 12px;
    }
    #search-query-explained {
        font-size: 12px;
    }
    .authorNameImg {
        max-width: 320px;
        height: 195px;
    }
    .politika .com-content-article__body h2,
    .politika .com-content-article__body .h2 {
        font-size: 18px;
    }
    .politika .com-content-article__body {
        padding: 22px 20px 0 20px;
        font-size: 13px;
    }
    .politika dl,
    .politika ol,
    .politika ul {
        padding-left: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .imprintBlock {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 30px;
        margin-top: 0;
        background-position-x: 254px;
        margin: 0 auto;
    }
    .authorElem .authorDisc {
        font-size: 15px;
        width: 320px;
    }
    .aboutSliderElemTxt span {
        font-size: 18px;
    }
    .aboutSliderElemTxt .txt {
        font-size: 15px;
    }
    .authorDisc .hr {
        bottom: -56px;
    }
    .aboutSliderElem.reverse .aboutSliderElemTxt {
        width: 320px;
        margin: 0 auto;
        padding: 0;
    }
    .topSliderElemTxt.aboutSliderElemTxt {
        padding: 0;
        width: 320px;
        margin: 0 auto;
    }
    .authorNameImg.textAE {
        margin-top: 18px;
    }
    .authorNameImg {
        margin-top: 33px;
    }
    .imgBanner::before {
        top: 390px;
    }
    .imgBanner.reverse::before {
        top: -40px;
    }
}

@media screen and (max-width: 700px) {
    .h1,
    h1 {
        font-size: 34px;
    }
    .contactFNuc {
        gap: 5;
    }
    .contactFNuc:nth-child(1) {
        grid-column: span 2;
    }
    .contactFNuc:nth-child(2) {
        grid-row-start: 2;
        margin-top: 5px;
        grid-column: span 2;
        justify-content: start;
    }
    .copyright {
        max-width: 19px;
    }
}

@media screen and (max-width: 600px) {
    .h1,
    h1 {
        font-size: 30px;
    }
    .buttonAdd::after {
        border: solid 1px #868685;
    }
    /* o nas */
    .topSliderElemTxt {
        max-width: 300px;
    }
    .aboutSlider .littleButtonBlock {
        gap: 12px;
    }
    .aboutSlider .littleButton {
        width: 22px;
        height: 22px;
        border-radius: 3px;
    }
    .aboutSlider .littleButton::after {
        width: 16px;
        height: 16px;
        border-radius: 2px;
    }
    .insidepage .btn.btn-primary img {
        width: 30px;
    }
    .aboutSliderElem .aboutButtonBlock {
        margin-bottom: -58px;
        margin-top: 25px;
        margin-right: 35px;
    }
    /* poisk */
    .insidepage .js-finder-searchform .awesomplete input {
        padding: 11px 7px;
        border-radius: 10px;
        font-size: 14px;
    }
    #search-form .searchClose {
        border: solid 1px #B1B2B3;
        width: 30px;
        height: 30px;
        border-radius: 4px;
    }
    #search-form .searchClose::after {
        border-radius: 4px;
        width: 24px;
        height: 24px;
        background-size: 15px;
        left: auto;
        transform: translateY(-50%);
        right: 2px;
        border: solid 1px #B1B2B3;
    }
    span.lineButton,
    span.lineButton2 {
        bottom: 14px;
        left: 3px;
    }
    .topSliderElemTxtCnt {
        padding-left: 50px;
    }
    .imgBanner.reverse .aboutButtonBlock {
        margin-bottom: 30px;
    }
    .btnSearch {
        width: 25px;
    }
    .imgBanner::before {
        top: 400px;
    }
    .imgBanner.reverse::before {
        top: -33px;
    }
}

@media screen and (max-width: 569px) {
    .authorNameImg {
        max-width: 260px;
        height: 155px;
    }
    .aboutSliderElem.reverse .aboutSliderElemTxt {
        max-width: 260px;
    }
    .topSliderElemTxt.aboutSliderElemTxt {
        max-width: 260px;
        padding: 0;
        margin: 0 auto;
    }
    .authorNameImg {
        margin-top: 6px;
    }
    .authorNameImg.textAE {
        margin-top: 32px;
    }
    .authorNameImg .buttonBlockElem {
        bottom: 10px;
        width: 22px;
        height: 22px;
    }
    .authorNameImg .buttonBlockElem.littleButton::after {
        width: 18px;
        height: 18px;
    }
    .authorNameTxt span {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 10px;
    }
    .authorNameTxt {
        font-size: 11px;
        max-width: 108px;
        margin-top: 30px;
    }
    .imgBanner img {
        height: 194px;
    }
    .authorElem .authorDisc {
        font-size: 13px;
        width: 260px;
    }
    .aboutSliderElemTxt span {
        font-size: 15px;
    }
    .aboutSliderElemTxt .txt {
        font-size: 13px;
    }
    .imgBanner::before {
        top: auto;
        height: 194px;
        bottom: 0;
    }
    .imgBanner.reverse::before {
        top: 47px;
    }
}

@media screen and (max-width: 500px) {
    .authorDisc {
        text-align: end;
        position: static;
        max-width: 305px;
    }
    .downTxt {
        padding-right: 36px;
        padding-left: 36px;
        width: fit-content;
    }
    .topSliderElemTxtCnt {
        padding-left: 20px;
        padding-top: 110px;
        gap: 32px;
    }
    .topSlider .prevArrow {
        left: 20px;
        top: 302px;
    }
    .topSlider .nextArrow {
        right: 20px;
        top: 302px;
    }
    .topSliderElem img {
        height: 300px;
    }
    .topSliderElemTxt {
        right: 20px;
        top: 154px;
    }
    .topSliderElemTxtBottomLine .buttonBlockElem {
        width: 22px;
        height: 22px;
        border-radius: 3px;
    }
    .topSliderElemTxtBottomLine .buttonBlockElem::after {
        width: 18px;
        height: 18px;
        border-radius: 2px;
    }
    .aboutSliderElem .aboutButtonBlock {
        margin-right: 70px;
    }
    .aboutSliderElemTxt span {
        width: 100%;
    }
    .h1,
    h1 {
        font-size: 27px;
    }
    .topSliderElemTxt .h1,
    .topSliderElemTxt h1,
    .topSliderElemCnt.reverse .h1,
    .topSliderElemTxtCnt.reverse h1,
    .downTxt .h1,
    .downTxt h1 {
        font-size: 28px;
    }
    /*  */
    .done {
        padding: 20px 64px;
        font-size: 15px;
    }
    .aboutBlock {
        padding: 0 0 200px 0;
    }
    .littleButtonBlock {
        gap: 15px;
    }
    .hr hr {
        height: 1px;
        margin: 2px 0;
    }
    .downTxt {
        padding-right: 46px;
        padding-left: 50px;
        width: 100%;
    }
    .contactF {
        padding: 0 20px;
    }
    .imgBanner.reverse img {
        height: 202px;
    }
    .imgBanner.reverse::before {
        top: 10px;
    }
}

@media screen and (max-width: 450px) {
    .authorNameImg {
        border-radius: 10px;
    }
    .authorNameTxt span {
        font-size: 15px;
        line-height: 15px;
    }
    .aboutBlock {
        padding: 0 0 200px 0;
    }
    /* mobile */
    .aboutSliderElemTxt .txt {
        font-size: 13px;
    }
    .aboutSliderElemTxt span {
        font-size: 15px;
    }
    .authorDisc {
        font-size: 13px;
    }
    .authorDisc .hr {
        bottom: -68px;
        left: 50%;
        transform: translateX(-50%);
    }
    .hr hr {
        height: 1px;
        width: 80%;
        margin: 2px auto;
    }
    /*  */
    .aboutSliderElem .aboutButtonBlock {
        margin-right: 34px;
    }
    .topSliderElemTxt .h1,
    .topSliderElemTxt h1,
    .topSliderElemCnt.reverse .h1,
    .topSliderElemTxtCnt.reverse h1,
    .downTxt .h1,
    .downTxt h1 {
        font-size: 23px;
    }
    .topSliderElemCnt.reverse .topBlockTxtWho,
    .downTxt .topBlockTxtWho {
        font-size: 10px;
    }
    .authorElem .authorDisc {
        text-align: start;
        width: 260px;
        max-width: 100%;
        margin: 0 auto;
    }
    .aboutBlock {
        padding-left: 0;
        padding-right: 0;
    }
    a.contactFNuc {
        width: 100vw;
        text-align: center;
    }
}

@media screen and (max-width: 420px) {
    .h1,
    h1 {
        font-size: 26px;
    }
    .topSliderElemTxt {
        max-width: 239px;
        top: 150px;
    }
    .topSliderElem img {
        height: 290px;
    }
    #search-results {
        padding: 25px 61px 0 20px;
    }
    .h1,
    h1 {
        font-size: 25px;
    }
    .topSlider .nextArrow,
    .topSlider .prevArrow {
        top: 291px;
    }
    .topSliderElemTxtCnt {
        padding-top: 106px;
    }
    .poisk .com-finder__search.word {
        padding-left: 20px;
    }
}

@media screen and (max-width: 380px) {
    .menu {
        gap: 30px;
    }
    /*  */
}

@media screen and (max-width: 370px) {
    .h1,
    h1 {
        font-size: 24px;
    }
    .done {
        padding: 20px 30px;
    }
    /* o nas */
    /* .topSliderElemTxt {
    right: 15px;
} */
    /* .authorDisc,
.authorElem:nth-child(2) .authorDisc {
    padding-left: 0;
} */
    .authorNameTxt span {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    .h1,
    h1 {
        font-size: 23px;
    }
    .topSliderElemTxt .h1,
    .topSliderElemTxt h1,
    .topSliderElemCnt.reverse .h1,
    .topSliderElemTxtCnt.reverse h1,
    .downTxt .h1,
    .downTxt h1 {
        font-size: 20px;
    }
    .imprintSuare {
        right: -30px;
    }
}