@import url('https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --content-radius: 30px;
    --content-radius-min: -30px;
}

* {
    box-sizing: border-box;
}


@font-face {
    font-family: 'Founder';
    src: url('/fonts/Founder-Thin.woff2') format('woff2'),
         url('/fonts/Founder-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founder';
    src: url('/fonts/Founder-Light.woff2') format('woff2'),
         url('/fonts/Founder-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Founder';
    src: url('/fonts/Founder-Medium.woff2') format('woff2'),
         url('/fonts/Founder-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FounderMedium';
    src: url('/fonts/Founder-Medium.woff2') format('woff2'),
         url('/fonts/Founder-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founder';
    src: url('/fonts/Founder-Bold.woff2') format('woff2'),
         url('/fonts/Founder-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founder';
    src: url('/fonts/Founder-Black.woff2') format('woff2'),
         url('/fonts/Founder-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.dnone {
    display: none!important
}
html {
    font-family: Founder;
    font-weight: 300;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
}

a {
    color: #02180C;
    text-decoration: none;
    cursor: pointer;
}

img {
    max-width: 100%;
    display: block
}

button {
    border: 0px;
}

.btn-orange {
    display: inline-flex;
    height: 48px;
    cursor: pointer;
    background-color: #FF7700;
    color: #FFF;
    font-size: 18px;
    align-items: center;
    border-radius: 8px;
    padding: 0 22px;
}
.btn-orange:hover{
    background-color: #166B3E;
}

.btn-green {
    display: inline-flex;
    height: 48px;
    cursor: pointer;
    background-color: #10522F;
    color: #FFF;
    font-size: 18px;
    align-items: center;
    border-radius: 8px;
    padding: 0 22px;
}
.btn-green:hover{
    background-color: #166B3E;
}

.spinner {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#286336 94%,#0000) top/2.8px 2.8px no-repeat,
    conic-gradient(#0000 30%,#286336);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 2.8px),#000 0);
    animation: spinner-c7wet2 0.45s infinite linear;
}

@keyframes spinner-c7wet2 {
    100% {
        transform: rotate(1turn);
    }
}

.btn-big-orange {
    display: inline-flex;
    height: 64px;
    cursor: pointer;
    background-color: #FF7700;
    color: #FFF;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 22px;
    justify-content: center;
}
.btn-big-orange:hover{
    background-color: #166B3E;
}
@media(max-width:800px) {

    .btn-big-orange {
        height: 56px;
        font-size: 18px;
    }

}

.btn-big-green {
    display: inline-flex;
    height: 64px;
    cursor: pointer;
    background-color: #10522F;
    color: #FFF;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 45px;
    justify-content: center;
}
.btn-big-green:hover{
    background-color: #166B3E;
}

@media(max-width:800px) {

    .btn-big-green {
        height: 56px;
        font-size: 18px;
    }
}

.btn-big-gray {
    display: inline-flex;
    height: 64px;
    cursor: pointer;
    background-color: #EEF1F0;
    color: #10522F;
    font-size: 22px;
    align-items: center;
    border-radius: 8px;
    padding: 0 45px;
    justify-content: center;
}
.btn-big-gray:hover{
    background-color: #D9DFDD;
}


@media(max-width:800px) {

    .btn-big-gray {
        height: 56px;
        font-size: 18px;
        padding: 0 30px;
    }

}

header {
    background-color: #FFD418;
}
header .head {
    height: 115px;
    display: flex;
    align-items: center;
}
header .head  .space{
    flex: 1
}
header .head  .menu {
    padding: 0 70px 0 0;
}
header .head  .actions {
    display: flex;
    gap: 10px;
}
header .head  .actions .bt {
    width: 48px;
    height: 48px;
    background-color: #FFF;
    border-radius: 50%
}

header .head  .actions .bt.basket {
    background-image: url(/i/basket.svg);
    background-size: 20px auto;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
header .head  .actions .bt.menu-mob {
    background-image: url(/i/menu.svg);
    background-size: 25px auto;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}
header .head  .actions .bt.close {
    background-image: url(/i/close.svg);
    background-size: 18px auto;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

.middle {
    padding: 0 50px;
    max-width: 1500px;
    margin: 0px auto;
}


.window {
    position: absolute;
    z-index: 20;
    max-width: 100%;
}

.window .close {
    float:right;
    cursor: pointer;
}
.window .win2.shad{
    -webkit-box-shadow: 0px 0px 32px 7px rgba(112,112,112,0.59);
    -moz-box-shadow: 0px 0px 32px 7px rgba(112,112,112,0.59);
    box-shadow: 0px 0px 32px 7px rgba(112,112,112,0.59);
}
.window .win2 {
    background: #FFF;
    border:3px solid #BBB;
    border-radius:15px;
    margin-bottom: 40px;
    padding: 22px 22px 25px 22px;
}
.window-t {
    font-size:21px;
    color: #111;
    margin: 0 0 20px 0;
}

#wait-win_inner .in {
    display: flex;
    align-items: center;
}
#wait-win_inner .in > div:nth-child(2) {
    flex: 1;
    padding: 0 0 0 15px
}

.load {
    height: 40px;
    background: url(/i/load.gif) no-repeat center;
}
.bg-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(20,20,20,0.5);
    z-index: 10;
}
.empty {
    border: 1px solid #CCC;
    padding: 18px;
    text-align: center;
    border-radius: 8px;
}
#wel-win .win2 {
    padding: 0px!important;
}
.welc .wtab3{
    display: none
}
.welc .wtab3 i{
    display: block;
    margin: 0 0 10px 0;
}
.welc .w-phone{
    display: table;
    width: 100%;
}
.welc .w-phone{
    display: table;
    width: 100%;
}
.welc .w-phone .wp1{
    display: table-cell;
    width: 110px;
    background: url(https://sum.by/i/flag.png) no-repeat left center;
    font-size: 20px;
}
.welc .w-phone .wp11
{
    margin: 0 0 0 50px;
}
.welc .w-phone .wp2{
    display: table-cell;
}

.welc .tbs{
    display: table;
    width: 100%;
    height: 50px;
}
.welc .tbs .tbs1{
    border-radius: 5px 0 0 0;
    width: 50%;
}
.welc .tbs .tbs2{
    border-radius: 0 5px 0 0;
}
.welc .tbs div{
    cursor:pointer;
    text-transform: uppercase;
    font-size: 13px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #e9e9e9
}
.welc .tbs div:hover{
    background: #e2e2e2;
}
.welc .tbs .active:hover{
    background: #FFF;
}
.welc .tbs .active{
    cursor: default;
    background: #FFF;
    font-weight:bold;
}
.welc .fg{
    text-align: center;
    padding: 15px 0 0 0;
}



.welc .main-t{
    font-weight: bold;
    font-size: 14px;
    color: #222;
}
.welc .star{
/*    color: #333;*/
}
.welc .tit{
    margin: 10px 0 5px 0;
}
.welc .btns{
    margin: 20px 0 0 0;
    text-align: center;
}
.welc .welc-inn{
    padding: 10px 0 0 0;
    margin: 0 20px 0 20px;
}
.welc .btns button{
    /*background: #256fcb;*/
    color: #FFF;
    width: 100%;
    height: 42px;
    font-size: 18px;
    border-radius: 2px;
}
.welc input[type="text"],
.welc input[type="password"]{
    font-size: 20px;
    padding-left: 7px;
    width: 100%;
    height: 39px;
}
.welc .saveme{
    margin: 15px 0 0 0;
}
/*.welc .agree a{
    margin: 0 0 0 17px;
}*/
.welc .agree{
    margin: 15px 0 0 0;
    font-size: 12px;
    color: #555;
}

.welc .cancel{
    margin: 9px 0 9px 0;
    text-align: center;
}
.welc .cancel a{
    color: #787878;
}
.welc .register-agree{
    padding: 20px 0 0 0;
    display: flex;
}
.welc .register-agree .ra1 input[type="checkbox"]{
    transform: scale(1.35);
}
.welc .register-agree .ra1 input[type="checkbox"].err{
    outline: 2px solid #F00
}
.welc .register-agree .ra1.err{
    padding: 20px 0 0 0;
}
.welc .register-agree .ra2{
    flex: 1;
    padding: 0 0 0 10px;
}
.welc .register-agree label.red{
    display: block;
    margin: 0 0 5px
}

.wind .btns {
    text-align: center;
    margin: 20px 0 0 0;
}
.wind textarea {
    width: 100%;
}
.wind input[type="text"],
.wind input[type="password"]
{
    width: 100%;
    font-size: 20px;
    padding-left: 7px;
}
.wind select {
    font-size: 20px;
    padding-left: 7px;
}
.form-block {
    margin: 0 0 10px 0
}
.form-block p{
    margin: 0 0 5px 0;
}
.form-block select,
.form-block input

{
    background-color: #FFF;
    border: 1px solid #BBB;
    height: 30px;
    width: 100%;
    padding: 0 5px
}

.form-block select {

    -webkit-appearance: none; /* Safari/Chrome */
    -moz-appearance: none;    /* Firefox */
    appearance: none;         /* остальные браузеры */

    background-image: url('/i/select-arr.svg'); /* твоя стрелка */
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px auto; /* размер стрелки */

}


/* Скрываем стандартный радио */
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 22px;      /* размер внешнего круга */
    height: 22px;
    border: 1px solid #3B7154; /* рамка внешнего круга */
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    outline: none;
    margin: 0;
}

/* Внутренний кружок при выборе */
input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;             /* размер внутреннего кружка */
    height: 8px;
    background-color: #10522F; /* заливка внутреннего кружка */
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

#bask-status {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #10522F;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    top: -2px;
    right: -2px;
}

.bread {
    margin: 0;
    padding: 0;
}
.bread-inner {
    padding: 25px 0;
}
.bread-inner .back{
    height: 48px;
    display: inline-flex;
    align-items: center;
    border-radius: 26px;
    background-image: url(/i/arr_left.svg);
    background-size: auto 16px;
    background-position: left 18px center;
    background-repeat: no-repeat;
    padding: 0 25px 0 40px;
    font-size: 18px;
    color: #000;
}
.bread-inner a{
    color: #777;
    font-size: 14px;
}
.bread-inner .sep{
    margin: 0 15px;
    font-size: 10px;
    width: 5px;
    height: 15px;
    display: inline-block;
    position: relative;
}
.bread-inner .sep-inner{
    position: absolute;
    margin: 3px 0 0 0
}
.welcome {
    cursor: pointer;
}
header .head .menu a.mainpage-link{
    display: none
}
header .head .menu a{
    font-size: 22px;
    margin: 0 30px 0 0;
}

header .head .menu a:last-child{
    margin: 0 0 0 0;
}

.content-outer {
    background-color: #FFF;
    border-radius: var(--content-radius);
    margin: var(--content-radius-min) 0 0 0;
}
.content-outer-bg {
    background-color: #FFD418;
    height: var(--content-radius);
}
.content {
    padding: 80px 0 80px 0;

}

.main-screen {
    background-color: #FFD418
}
.main-screen .ms{
    display: flex;
    height: 670px;
    align-items: center;
}
.main-screen .ms .ms-1{
    flex: 0 0 620px;
    padding: 0 0 0 50px;
}
.main-screen .ms .ms-1 .tx{
    font-family: Literata;
    font-size: 72px;
    font-weight: 400;
    line-height: 110%;
    margin: 0 0 40px;
    color: #10522F;
}

.main-screen .ms .ms-2{
    height: 100%;
    flex: 1;
    background-image: url(/i/main_desk2.png);
    background-size: 100% auto;
    background-position: bottom 0px center;
    background-repeat: no-repeat;
}

footer {
    background-color: #FFD418;
    border-radius: var(--content-radius) var(--content-radius) 0 0;
    padding: 85px 0 0 0;
}

footer .ft1 {
    display: flex;
    gap: 65px;
    margin: 0 0 95px;
}

footer .ft1 .ft1-1 {
    flex: 1
}
footer .ft1 .ft1-1 .menu {
    margin: 0 0 30px;
}
footer .ft1 .ft1-1 .menu a {
    display: block;
    width: max-content;
    font-size: 28px;
    font-family: Literata;
    margin: 0 0 5px;
}
footer .ft1 .ft1-1 .social {
    display: inline-flex;
    gap: 10px;
}
footer .ft1 .ft1-1 .social a{
    width: 36px;
    height: 36px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
footer .ft1 .ft1-1 .social a.wa{
    background-image: url(/i/social/wa.svg);
}
footer .ft1 .ft1-1 .social a.tg{
    background-image: url(/i/social/tg.svg);
}
footer .ft1 .ft1-1 .social a.vb{
    background-image: url(/i/social/vb.svg);
}
footer .ft1 .ft1-1 .social a.in{
    background-image: url(/i/social/in.svg);
}
footer .ft1 .ft1-1 .social a.yt{
    background-image: url(/i/social/yt.svg);
}

footer .ft1 .ft1-2 {
    flex: 1
}
footer .ft1 .ft1-2 p{
    color: #02180C;
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 24px;
}

footer .ft1 .ft1-2 p:last-child{
    margin: 0;
}
footer .ft1 .ft1-2 .bold{
    font-weight: 500;
    margin: 0 0 20px;
}
footer .ft1 .ft1-2 .small {
    font-size: 12px;
    line-height: 16px;
}
footer .ft2 img{
    width: 100%;
}
footer .ft2{
    padding: 0 0 70px;
}

.page-top h1 {
    font-size: 44px;
    font-family: Literata;
    font-weight: 400;
    text-align: center;
    margin: -10px 0 65px;
    line-height: 1.3;
    color: #10522F
}

.filter {
    text-align: center;
    margin: 0 0 60px;
}

.filter {
    overflow-y: auto;
}

.filter .items{
    display: inline-flex;
    gap: 12px;
}

.filter .items .item{
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    align-items: center;
    padding: 0 30px;
    border-radius: 24px;
    background-color: #EEF1F0;
    font-size: 18px;
    white-space: nowrap
}

.filter .items .item.active{
    background-color: #10522F;
    color: #FFF;
}

.anchor {
  position: absolute;
  margin: 0 0 0 0;
}


.slider-block {
    background-color: #EEF1F0;
    border-radius: 15px;
    padding: 50px 30px 45px 30px;
}
.slider-block .ttl{
    text-align: center;
    font-size: 36px;
    margin: 0 0 20px;
    color: #10522F;
    font-family: Literata
}
.slider-block .txt{
    text-align: center;
    font-size: 18px;
    margin: 0 0 40px;
    color: #4D6658;
}
.slider-block .txt a {
    white-space:nowrap
}
.slider-block .txt a span{
    text-decoration: underline
}
.slider-block .txt img{
    margin: 0 0 -5px 0;
    display: inline-block;
}
.slider-block .items {
    margin: 0 0 45px
}
.slider-block .items .item{
    background-color: #FFF;
    padding: 20px;
    border-radius: 16px;
}

.slider-block .items .item .vid {
    margin: 0 0 10px;
}
.slider-block .items .item .ttl2 {
    font-size: 22px;
    margin: 0 0 10px;
    color: #02180C;
}
.slider-block .items .item .descr {
    font-size: 16px;
    line-height: 20px;
    color: #4D6658;
}
.slider-block .items .item .vid {
    position: relative;
    width: 100%;
    /* 16:9 соотношение сторон */
    padding-bottom: 56.25%;
    height: 0;
}

.slider-block .items .item .vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px
}


.slider-block .nav {
    margin: 0px auto;
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.slider-block .nav .left,
.slider-block .nav .right
{
    width: 48px;
    flex: 0 0 48px;
    height: 48px;
    background-color: #FFF;
    border-radius: 50%;
}

.slider-block .nav-outer {
    display: flex;
    justify-content: center;

}

.slider-block .nav .left {
    background-image: url(/i/left-arr-slider.svg);
    background-size: 12px auto;
    background-position: center;
    background-repeat: no-repeat;
}
.slider-block .nav .right {
    background-image: url(/i/right-arr-slider.svg);
    background-size: 12px auto;
    background-position: center;
    background-repeat: no-repeat;

}

.slider-block .nav #sliderPagination {
    height: 8px;
}





.slider-block .items .swiper-slide {
    height: auto;
}




.swiper-pagination-bullet {
    height: 8px!important;
    width: 8px!important;
    border: 1px solid #000;
    opacity: 1!important;
    background-color: transparent!important;
    margin-left: 10px!important;
    margin-right: 10px!important;
}
.swiper-pagination-bullet-active {
    height: 14px!important;
    width: 14px!important;
    background-color: #000!important;
    margin-bottom: -3px!important;

}



/* чтобы слайдер не ломался */
.swiper {
    width: 100%;
}

.swiper-slide {
    height: auto;
}

/* стрелки */
.left,
.right {
    cursor: pointer;
}

/* пагинация */
#sliderPagination {
    position: relative;
}

.swiper-pagination-bullet {
    background: #000;
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}
.mobile-menu {
    display: none;
    flex-direction: column;
    position:fixed;
    top: 80px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #FFD418;
    z-index: 4999;
}
.mobile-menu .items{
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
}
.mobile-menu .items .items-inner{
     text-align: center

}
.mobile-menu .items .items-inner a{
    display: block;
    margin: 0 0 10px;
    font-size: 32px;
    font-family: Literata;
    color: #10522F;
}
.mobile-menu .social{
    flex: 0 0 100px;
    text-align: center;
}

.mobile-menu .social .social-inner {
    display: inline-flex;
    gap: 10px;
}
.mobile-menu .social .social-inner a{
    width: 36px;
    height: 36px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.mobile-menu .social .social-inner a.wa{
    background-image: url(/i/social/wa.svg);
}
.mobile-menu .social .social-inner a.tg{
    background-image: url(/i/social/tg.svg);
}
.mobile-menu .social .social-inner a.vb{
    background-image: url(/i/social/vb.svg);
}
.mobile-menu .social .social-inner a.in{
    background-image: url(/i/social/in.svg);
}
.mobile-menu .social .social-inner a.yt{
    background-image: url(/i/social/yt.svg);
}


.policy-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #535353;
    padding: 20px;
    color: #FFF;
    text-align: center;
}
.policy-footer a{
    color: #FFF;
    text-decoration: underline;
}
.underline {
    text-decoration: underline;
}
.policy-footer-inner {
    display: inline-flex;
    margin: 0px auto;
    text-align: left;
    align-items: center;
}
.policy-footer-inner .fi1{
    flex: 1;
    text-align: right;
    padding: 0 20px 0 0;
}
.policy-footer-inner .fi2 button{
    background-color: #FFF;
    color: #000;
    height: 40px;
    padding: 0 30px;
    font-size: inherit;
    font-weight: 600;
}
.policy-footer-inner #policy-footer-accept-err{
    color: #f79ea1;
    display: none;
    margin: 0 0 5px 0;
}
.policy-footer-inner .fi1 .fi1_1{
    margin: 0 0 10px 0;
}
.policy-footer-inner .fi1 .fi1_2{
    display: inline-flex;
    align-items: center;
}
.policy-footer-inner .fi1 .fi1_2_1 input[type="checkbox"]{
    transform: scale(1.35);
}
.policy-footer-inner .fi1 .fi1_2_1 input[type="checkbox"].err{
    outline: 2px solid #ed1c24;
}
.policy-footer-inner .fi1 .fi1_2_2{
    flex: 1;
    text-align: left;
    padding: 0 0 0 15px
}
.policy-footer-inner .fi1 .fi1_2_2 .doc1{
    margin: 0 0 7px
}


header .head .country{
    padding: 0 30px 0 0;
    cursor: pointer;
}
header .head .country .cs{
    display: flex;
    align-items: center;
}
header .head .country .cs .flag {
    padding: 0 5px 0 0
}
header .head .country .cs .flag img{
    width: 35px;
    display: block;
}
header .head .country .cs .name{
    padding: 0 5px 0 0;
    font-size: 18px;
}
header .head .country .cs .arr{
    width: 18px;
    height: 20px;
    background-image: url("/i/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: top 2px left 0;
    background-size: 18px auto;
}
header .head .country .c-select{
    position: absolute;
    margin: 25px 0 0 -15px;
    width: 140px;
    background: #FFF;
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
    padding: 15px;
    display: none;
    border-radius: 8px;
}
header .head .country .c-select .itm {
    display: flex;
    align-items: center;
    margin: 0 0 15px
}
header .head .country .c-select .itm:last-child {
    margin: 0 0 0
}
header .head .country .c-select .itm .flag{
    padding: 0 5px 0 0
}

header .head .country .c-select .itm .flag img{
     width: 35px;
     display: block
}


header .head .phone {
  padding: 0 50px 0 0;
/*  cursor: pointer;*/
}
header .head .phone a {
    font-size: 20px;
}

section.cooperation .cp{
    display: flex;
    gap: 50px;
}
section.cooperation .cp .cp1 .name{
    margin: 0 0 35px
}
section.cooperation .cp .cp1{
    flex: 1;
    font-size: 22px;
    line-height: 28px;
}
section.cooperation .cp .cp1 a{
    text-decoration: underline;
}
section.cooperation .cp .cp1 h2{
    font-size: 31px;
    font-family: Literata;
    font-weight: 400;
    color: #10522F;
    margin: 0 0 30px 0;
}
section.cooperation .cp .cp2 .tx{
    font-size: 44px;
    font-family: Literata;
    font-weight: 400;
    color: #10522F;
    margin: 0 0 30px 0;
    width: 50%;
    line-height: 1.2
}
section.cooperation .cp .cp2 .person .person__name{
    font-weight: bold;
    margin: 0 0 4px;
}
section.cooperation .cp .cp2{
  flex: 0 0 700px;
  height: 700px;
  background-image: url(/i/coop.png);
  background-size: 75% auto;
  background-position: bottom 0px right 20px;
  background-repeat: no-repeat;
  background-color: #FFD418;
  padding: 40px;
}

section .name {
  font-size: 44px;
  margin: 0 0 20px;
  font-family: Literata;
  margin: 0 0 20px 0;
}

section.map iframe {
  width: 100%;
  height: 500px;
}
section {
  margin: 0 0 100px;
}

@media (max-width: 1500px) {

    .main-screen .ms .ms-2{
        background-size: auto 95%;
    }
    .main-screen .ms .ms-1{
        flex: 0 0 420px;
    }
    .main-screen .ms .ms-1 .tx {
        font-size: 42px;
        line-height: 50px;
    }
}
@media (max-width: 1300px) {
    .main-screen .ms .ms-2{
        background-size: 100% auto;
    }
}
@media (max-width: 1200px) {
    section.cooperation .cp {
        flex-direction: column;
    }
    section.cooperation .cp .cp2 {
        display: flex;
        justify-content: center;
        margin: 0px auto;
        width: 700px;
    }

}
@media (max-width: 800px) {

    section .name {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 15px
    }

    section.cooperation .cp .cp1 .name {
        margin: 0 0 25px;
    }

    section {
        margin: 0 0 40px
    }
    section.cooperation .cp .cp1 {
        font-size: 18px;
        line-height: 24px;
    }
    section.cooperation .cp .cp2 {
        width: 100%;
        height: auto;
        flex: 0 0 600px;
    }
}




@media (max-width: 1140px) {

    header .head .country {
        padding: 0 30px 0 0;
    }
    header .head .phone {
        padding: 0 30px 0 0
    }
}



@media(max-width: 1300px) {


}
@media(max-width: 1250px) {
 header .head .actions .bt.menu-mob {
        display: block;
    }
    header .head .menu {
        display: none
    }

    header .head .logo {
        width: 116px
    }
    header .head {
        height: 80px;
    }

}
@media(max-width: 1050px) {

    .main-screen .ms .ms-2 {
        background-image: url(/i/main_mob2.png)
    }


    .anchor {
      margin: -100px 0 0 0;
    }

    .main-screen .ms {
        flex-direction: column;
    }
    .main-screen .ms .ms-2 {
        width: 100%;
    }
    .main-screen .ms .ms-1 {
        flex: 0 1 auto;
    }
    .main-screen .ms .ms-1 {
        padding: 0
    }
    .main-screen .ms .ms-1 .tx {
        text-align: center;
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 35px;
        padding: 10px 0 0 0;
    }
    .main-screen .ms .ms-1 .bt {
        text-align: center;
    }
    .main-screen .ms .ms-1 .bt a{
        height: 56px;
        font-size: 18px;
    }
    .main-screen .ms .ms-2 {
        flex: 0 0 380px;
        background-size: auto 95%;
        margin: 0 0 25px;
    }
    .main-screen .ms {
        height: auto;
    }



    .middle {
        padding: 0 18px
    }

    .topline {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100
    }
    body {
        padding-top: 80px
    }

    footer {
        padding: 45px 0 0 0
    }
    footer .ft1 .ft1-1 {
        display: none
    }
    footer .ft1 {
        margin: 0 0 50px;
    }
    footer .ft2 {
        padding: 0 0 30px
    }

    footer .ft1 .ft1-2 p {
        font-size: 16px;
        line-height: 20px;
    }
    .content {
        padding: 42px 0
    }
    .page-top h1 {
        margin-bottom: 25px;
        font-size: 32px;
    }

}
@media(max-width: 800px) {

    header .head .country {
        padding: 0 10px 0 0;
    }

    .slider-block {
        margin: 0 -18px 50px -18px!important;
        padding: 30px 18px 30px 18px;
    }
    .slider-block .nav .left {
        display: none;
    }
    .slider-block .nav .right {
        display: none;
    }

    .slider-block .ttl {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 15px;
    }
    .slider-block .items {
        margin: 0 0 25px
    }
    .slider-block .txt {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 30px;
    }
    .bread-inner {
        padding: 18px 0 18px 0
    }

    .bread-inner a {
        height: 36px;
    }
    :root {
        --content-radius: 15px;
        --content-radius-min: -15px;
    }
    header .head .country .cs .name {
        display: none
    }

    header .head .phone a{
        display: inline-block;
        height: 48px;
        width: 48px;
        background-color: #FFF;
        padding: 0 0 0 36px;
        border-radius: 50%;
        background-image: url("/i/phone2_.svg");
        background-repeat: no-repeat;
        background-position: left 9px top 12px;
        background-size: auto 28px;
    }
    header .head .phone {
        padding: 0 10px 0 0;
        display: flex;
    }

    header .head .phone span{
        display: none;
    }

}

@media(max-width: 500px) {

    .policy-footer {
        font-size: 13px;
    }
    .policy-footer-inner {
        flex-direction: column
    }
    .policy-footer-inner .fi1 {
        margin: 0 0 15px;
        text-align: left;
    }
    .middle {
        padding: 0 15px;
    }
    .slider-block {
        margin: 0 -15px 50px -15px!important;
    }


}
@media(max-width: 400px) {


    header .head .logo {
        width: 80px;
    }

}