.header-search-title{
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    align-items: center;
}
.container{
    max-width: none !important;
}
.feed_success{
    display: none;
    background-color: #7bd57b;
    padding: 5px 20px;
    border-radius: 4px;
    margin-top: 15px;
}
.feed_success--white{
    background-color: #fff;
    color: #137313;
    font-weight: 700;
}
body{
    background-color: transparent !important;
}
.header .header__fix .header__main-inner .logo div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}
.header .header__fix .header__main-inner .logo div .line {
    height: 60px;
    width: 1px;
    background-color: #b4b4b4;
    display: block;
}
.header .header__fix .header__main-inner .logo div span:nth-last-child(1) {
    font-style: italic;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    color: var(--btn-color);
}
.footer .logo .svg-logo svg path{
    fill: #ffffff;
}
.content h1 {
    color: var(--title-color);
    font-size: 40px !important;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0%;
    text-align: left;
    display: block;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.cost__mob.cost__mob-old .item{
    flex-direction: column;
}
@media (max-width: 767px) {
    .content h1 {
        font-size: 24px !important;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

.not-found {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 140px auto;
    max-width: 580px;
    width: 100%
}

@media screen and (max-width: 575.9px) {
    .not-found {
        margin: 140px 20px;
        max-width: inherit;
        width: auto
    }
}

@media screen and (max-width: 373.9px) {
    .not-found {
        margin: 90px 20px 10px
    }
}

.not-found__title {
    font-size: 20rem;
    font-weight: 700;
    line-height: 80%
}

@media screen and (max-width: 490px) {
    .not-found__title {
        font-size: 160px
    }
}

@media screen and (max-width: 373.9px) {
    .not-found__title {
        font-size: 120px
    }
}

.not-found__text {
    color: #5d5f60;
    font-size: 18px;
    line-height: 30px;
    margin: 30px 0;
    text-align: center
}

@media screen and (max-width: 490px) {
    .not-found__text {
        font-size: 16px;
        line-height: 25px
    }
}

@media screen and (max-width: 373.9px) {
    .not-found__text {
        font-size: 14px;
        line-height: 20px
    }
}

.not-found__btn {
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 60px;
    transition: box-shadow .3s ease-in-out
}

.not-found__btn:hover {
    box-shadow: 0 0 20px -4px rgba(0, 0, 0, .25)
}



.content h2 {
    margin-bottom: 20px;
    font-size: 40px;
}
@media screen and (max-width: 575.9px) {
    .content h2 {
        font-size: 20px;
    }
}
.content h3 {
    margin-bottom: 15px;
}
.content h4 {
    margin-bottom: 20px;
}
.content h5 {
    margin-bottom: 10px;
}
.content p {
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 25px;
}
.content blockquote {
    color: #2B2D2F;
    margin: 43px 0 45px;
    min-height: 4px;
    line-height: 25px;
    padding-left: 25px;
    position: relative;
    vertical-align: middle;
}
.content blockquote:before {
    bottom: 3px;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    top: 3px;
    width: 3px;
    background-color: #00a0e3;
}
.content ul {
    margin-bottom: 20px;
    margin-left: 10px;
}
.content ul > li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    line-height: 25px;
    font-weight: 300;
}
.content ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    background-color: #212529;
    border-radius: 10px;
}
.content ol {
    counter-reset: li;
    margin-bottom: 20px;
    padding-left: 10px;
}
.content ol > li {
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 25px;
    position: relative;
    font-weight: 300;
    list-style: none;
}
.content ol > li:before {
    content: counter(li) ". " !important;
    counter-increment: li;
    color: #212529;
    padding: 0;
    margin-left: 0;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.wrapper .content img {
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
}
.wrapper .content a, .wrapper .content .link a {
    font-size: 17px;
    font-weight: 300;
}
/*.content .table-responsive {*/
/*    overflow-x: auto;*/
/*    position: relative;*/
/*}*/
/*.content .table-responsive .scroll-text {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    font-size: 1.4rem;*/
/*    color: #004A99;*/
/*    white-space: nowrap;*/
/*    display: none;*/
/*}*/
/*@media screen and (max-width: 767.9px) {*/
/*    .content .table-responsive .scroll-text {*/
/*        display: block;*/
/*    }*/
/*    .content .table-responsive .scroll-text::before, .content .table-responsive .scroll-text::after {*/
/*        position: absolute;*/
/*        font-size: 1.4rem;*/
/*        color: #004A99;*/
/*    }*/
/*    .content .table-responsive .scroll-text::before {*/
/*        content: '←';*/
/*        left: -2.5rem;*/
/*        animation: arrow-left 2s infinite;*/
/*    }*/
/*    .content .table-responsive .scroll-text::after {*/
/*        content: '→';*/
/*        right: -2.5rem;*/
/*        animation: arrow-right 2s infinite;*/
/*    }*/
/*}*/
/*.content table {*/
/*    border: 0.1rem dashed #F2F2FA;*/
/*    border-collapse: collapse;*/
/*    margin: 2rem 0;*/
/*}*/
/*@media screen and (max-width: 767.9px) {*/
/*    .content table {*/
/*        width: 100%;*/
/*        display: block;*/
/*        white-space: nowrap;*/
/*    }*/
/*}*/
/*.content table tr {*/
/*    border-bottom: 0.1rem solid #F2F2FA;*/
/*}*/
/*.content table tr:hover {*/
/*    background-color: #F2F2FA;*/
/*}*/
/*.content table tr td {*/
/*    padding: 0.5rem 1rem;*/
/*}*/
.no-elements{
    margin-top: 30px;
    background: linear-gradient(180deg, rgb(255, 236, 113), rgb(245, 191, 0) 100%);
    padding: 20px 30px;
    border-radius: 5px;
}
.bold{
	font-weight:bold !important;
}

.header .header__fix .header__main-inner .logo div .choose__region {
    display: none;
}

.header .header__fix.fixed .header__main-inner .logo div .choose__region {
    display: block;
    position: absolute;
    top: 0px;

}

.header__main-inner .logo .select-region {
    top: 55px;
}

.header .header__fix .header__main-inner .logo div .select-region__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    gap: 10px;
    overflow: auto;
}

#buy .ob_link{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}
#buy .ob_link div{
	padding: 7px;
    background: var(--btn-color-bg);
    color: var(--btn-color);
	width:145px;
	text-align:center;
}
#buy .ob_link div a{
	color: var(--btn-color);
}
.buy_ob a{
	background: var(--btn-color-bg);
    padding: 7px;
    display: inline-block;
    width: 170px;
    text-align: center;
    color: var(--btn-color);
	font-weight: bold;
}
.buy_ob a:hover
{
	background: linear-gradient(180deg, rgb(255, 236, 113), rgb(245, 191, 0) 100%);
}

.buy_ob.f{
	position: absolute;
    bottom: -6px;
    right:0px;
    width: 170px;
	display:none;
}
.buy_ob.f a{
	display: inline-block;
    width: 100%;
}
.header__fix.fixed .buy_ob.f{
	display:block;
}
.header__fix.fixed .social{
	position: relative;
    right: 40px;
}