@font-face { 
    font-family: "DrukMedium";
    src: url("fonts/DrukTextCy-Medium-Web.eot");
    src: url("fonts/DrukTextCy-Medium-Web.eot?#iefix")format("embedded-opentype"),
    url("fonts/DrukTextCy-Medium-Web.woff") format("woff"),
    url("fonts/DrukTextCy-Medium-TrueType.ttf") format("truetype");
    font-style: normal;
    font-weight: 300 !important;
}
@font-face { 
    font-family: "WhitneyLight";
    src: url("fonts/WhitneyLight.eot");
    src: url("fonts/WhitneyLight.eot?#iefix")format("embedded-opentype"),
    url("fonts/WhitneyLight.woff") format("woff"),
    url("fonts/WhitneyLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300 !important;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: 'Whitney', sans-serif;
    color: #181818;
}
audio {
    width: 100%;
    margin-top: 40px;
}
.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.block1__right__people {
    margin-top: 30px;
}

.block1__right__peoples__text {
    color: #1FBCED;
}

.header__top__right {
    margin-right: 20px;
}

.bold {
    font-weight: 700;
}


.group__btn {
    display: flex;
    flex-wrap: wrap;
}

.section__blur {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    
    gap: 80px;
}

.section__blured {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    
    gap: 80px;
}


.section__blur:before {
  content:'';
  width:100%;
  height:100%;    
  position:absolute;
  left:0;
  top:0;
  background: linear-gradient(rgba(255, 255, 255, 0) 56.72%, white);
}


.spoileropen:before {
    display: none;
}



.section__blur.active {
    position: relative;
}

.section__blur.active:before {
    content:'';
  width:0;
  height:0;    
  position:absolute;
  left:0;
  top:0;
  background:linear-gradient(transparent 200px, white);
}


.spoilerdesc {
    padding: 40px 0;
    
    margin-top: 22px;
}
.spoilerclose {   
padding: 10px 40px; 
    display: none;
    white-space: pre;
   
    width: 100%;
    padding: 14px 0;
    font-size: 18px;
    background-color: #1FBCED;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    transition: 0.3s;
    font-weight: 100;
    cursor: default;
    position: absolute;
    top: 0px;
    left: 0;
}

.spoileropen:before {
    white-space: pre;
    position: absolute;
    text-align: center;
    content: 'Посмотреть темы';
    cursor: default;
    width: 100%;
    padding: 14px 0;
    font-size: 18px;
    background-color: #1FBCED;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    transition: 0.3s;
    font-weight: 100;
    background-color:#1FBCED; 
}

.spoileropen.active:before {
    white-space: pre;
    position: absolute;
    text-align: center;
    content: 'Свернуть';
    cursor: default;
    width: 100%;
    padding: 14px 0;
    font-size: 18px;
    background-color: #1FBCED;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    transition: 0.3s;
    font-weight: 100;
    background-color:#1FBCED; 
}

.section__main__put.mt20 > .spoileropen:before {
    white-space: pre;
    position: absolute;
    text-align: center;
    content: 'Таймкоды';
    cursor: default;
    width: 100%;
    padding: 14px 0;
    font-size: 18px;
    background-color: #1FBCED;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    transition: 0.3s;
    font-weight: 100;
    background-color:#1FBCED; 
}

.section__main__put.mt20 > .spoileropen.active:before {
    white-space: pre;
    position: absolute;
    text-align: center;
    content: 'Свернуть';
    cursor: default;
    width: 100%;
    padding: 14px 0;
    font-size: 18px;
    background-color: #1FBCED;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    transition: 0.3s;
    font-weight: 100;
    background-color:#1FBCED; 
}

.spoileropen {
    margin-bottom: 10px;
    /* height: 60px;   */
    
    outline: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
.section__btn .spoileropen {
    height: 60px;  
}
@media (max-width: 768px) {
    .mobhide {
        display: none !important;
    }
    .spoileropen:before {
        display: block;
    }
    .spoileropen {
        height: 60px;  
        display: block;
    }
    .spoileropen.active {
        height: auto;  
    }
    .mt20 {
        margin-top: 20px;
    }
}


@media (max-width: 1280px) {
    .container {
        padding: 0 20px;
    }
}
.header {
    background-color: #1FBCED;
    /* height: 80vh; */
}
.header__top {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    z-index: 2;
}
.header__top__inner {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    max-width: 1280px;
    width: 100%;
}
.header__top.fixed {
    background: #fff;
    height: 100px;
}
.header__main {
    padding-top: 140px;
}
.logo {
    transform: translateX(-20.5px);
    background-size: cover;
    height: 90px;
    width: 400px;
}
@media (max-width: 768px) {
    .logo {
        transform: scale(0.8);
        width: 180px;
    }

    .spoileropen {
    display: block;
}

  
    
}
.header__top__right:hover {
    cursor: pointer;
}
.header__top__right__elem{
    margin: 8px;
    height: 2px;
    width: 30px;
    background: #fff;
    transition: transform 0.3s;
}
.header__top.fixed .header__top__right__elem {
    background: #000;
}

.header__main__intro > h1 {
    font-family: 'DrukMedium', sans-serif;
    color: #fff;
    /*font-style: normal;*/
    /*letter-spacing: 2px;*/
    font-weight: 500;
    font-size: 86px;
        line-height: 84px;
    margin-bottom: 40px;
    transform: translateX(-5px);
}
@media (max-width: 768px) { 
    .header__main__intro > h1 {
        font-size: 80px;
        line-height: 66px;
    }
    .text {
        font-size: 18px;
    }
.burger__menu__inner {
        flex-direction: column;

}


@media (max-width: 400px) {  


    }
    .header__main__intro > h1 {
        font-size: 71px;
        line-height: 64px;
    }
    .text {
        font-size: 16px;
    }
}
#burger__menu {
    display: flex;
    position: fixed;
    top: 100px;
    width: 100%;
    background: #f2f7f8;
    justify-content: center;
    z-index: -1;
    transform: translateY(-220px);
    transition: 0.3s;
    opacity: 0;
}
#burger__menu.active {
    transform: translateY(0);
    z-index: 2;
    opacity: 1;
}

/* #burger.active .header__top__right__elem  {
    margin: 18px 8px;
} */
#burger.active .el2{
    display: none;
}

#burger.active .el1{
    transform: rotate(-45deg) translateY(7px) translateX(0px)
}
#burger.active .el3{
    transform: rotate(45deg) translateY(-7px) translateX(0px)
}

.burger__menu__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1280px;
    width: 100%;
    padding: 20px 0;
}
.burger__menu__el {
    text-decoration: none;
    width: 25%;
    height: 90px;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 18px;
    color: #999999;
    transition: 0.3s;
}
@media (max-width: 900px) {
    .burger__menu__el {
        width: 100%;
    }
    #burger__menu {
        padding: 0 20px;
    }
}
.burger__menu__el:hover {
    color: #000;
}
.main.text {
    font-family: 'Whitney', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    width: 60%;
    /* padding: 0 6px; */
}
.header__main__blocks {
    display: flex;
    padding-bottom: 85px;
    margin-top: 40px;
}

.block1 {
    padding: 60px 20px 40px 20px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    gap: 40px;
    max-width: 845px;
    width: 100%;
    min-height: 400px;
    justify-content: center;
}
@media (max-width: 736px) {
    .block1  {
        flex-wrap: wrap;
    }
.main.text {
    
    width: 100%;
    /* padding: 0 6px; */
}

}
.block1__left {
    /*padding-top: 38px;*/
}
.block1__left__img {
    height: 220px;
    width: 220px;
    background: url(images/zr.png) 50% 50% no-repeat;
    background-size: 97%;
}

.block1__left__txt__wrap {
    display: flex;
    align-items: center;
    font-size: 12px;
}
.anons {
    padding: 4px 8px;
    background-color: #D9E2E6;
    margin-right: 10px ;
    margin-left: 20px ;
    border-radius: 5px;
}
.btn {
    margin-top: 20px;
    padding: 15px;
    font-size: 16px;
    background-color: #1FBCED;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    border: 1px solid #1FBCED;
    transition: 0.3s;
    font-weight: 100;
}
.btn:hover {
    cursor: pointer;
    background-color: #fff;
    color: #000;
}

.inner_title {
    font-family: 'Druk Text Cy', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5rem;
    margin-bottom: -10px;
    

}
@media screen and (max-width: 736px){
    .inner_title {
        line-height: 1.7rem;
    }
}

@media screen and (min-width: 737px){
    .block1__right {
        padding-left: 10px;
    }
}

.block1__right__h1 > h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 39px;
    color: #1F1F1F;
    font-weight: 100;
}

.block1__right__h1 .text {
    color: #000;
    font-style: normal;
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 1.4;
    padding: 0;
}
.block1__right__peoples {
    display: flex;
}
.block1__right__people {
    width: 45%;
    margin-right: 10px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
}

.block__right__people {
    max-width: 45%;
    min-width: 15%;
    margin-right: 40px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
}


@media (max-width: 768px) {


     .block1{

        margin: 0;

    }

    .block1__left__img {
        display: none;
    }

    .anons {
        margin-left: 0;
    }
    .btn {
        width: 300px;
        max-width: 300px;
    }

    .block1__left {
        order: 2;
        padding-top: 10px;
    }


    .block__right__people {
    max-width: 45%;
    margin-right: 40px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
}
    
    .block1__right__peoples {

        display: flex;
        justify-content: center;
        
    }
}
.ava {
    height: 74px;
    width: 74px;
    border-radius: 30px;
}
.ava.gaidarzhi {
    background: url("images/gaidarzhi.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.nina {
    background: url("images/nina.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.ganelin {
    background: url("images/ganelin.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.irina {
    background: url("images/irina.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.pikulev {
    background: url("images/pikulev.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.sushkov {
    background: url("images/sushkov.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.tonya {
    background: url("images/tonya.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.babayan {
    background: url("images/babayan.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.danila {
    background: url("images/danila.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.chabanenko {
    background: url("images/chabanenko.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.duhina {
    background: url("images/duhina.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.maxim {
    background: url("images/maxim.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.otkr {
    background: url("images/otkr.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.chanchikov {
    background: url("images/chanchikov.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.gorban {
    background: url("images/gorban.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.alena {
    background: url("images/alena.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.shibanov {
    background: url("images/shibanov.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.darya {
    background: url("images/darya.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.ella {
    background: url("images/ella.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.pyatigorskiy {
    background: url("images/pyatigorskiy.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.kuzmina {
    background: url("images/kuzmina.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.balasanyan {
    background: url("images/balasanyan.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.ava.chebeskov {
    background: url("images/chebeskov.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.viugin {
    background: url("images/viugin.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.kochetkov {
    background: url("images/kochetkov.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.isakov {
    background: url("images/isakov.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.salihova {
    background: url("images/salihova.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.borodkin {
    background: url("images/borodkin.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.susin {
    background: url("images/susin.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.bekker {
    background: url("images/bekker.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.belyakov {
    background: url("images/belyakov.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.russkova {
    background: url("images/russkova.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.ava.a1 {
    background: url("images/ava1.png") 50% 50% no-repeat;
    background-size: cover;
}
.ava.a2 {
    background: url("images/ava2.png") 50% 50% no-repeat;
    background-size: cover;
}
.ava.a3 {
    background: url("images/ava3.png") 50% 50% no-repeat;
    background-size: cover;
}
.ava.a4 {
    background: url("images/ava4.png") 50% 50% no-repeat;
    background-size: cover;
}
.name1 {
    margin: 5px 0;
    width: 74px;
    color: #000;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
}
.name2 {
    font-weight: normal;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    color: #ACACAC;
}
@media screen and (min-width: 736px){
    
}

.block1__right__peoples__text {
    margin-top: 30px;
    font-weight: 500;
    font-size: 16px;
   
}
.block2 {
    width: 500px;
    height: 450px;
    transform: translateY(-15px);
    margin: auto;
}
@media (max-width: 1400px) {
    
    .block1__right__peoples {
        flex-wrap: wrap;
    }
}
@media (max-width: 800px) {
    .block2 { display: none;}
}
.section__btn > h1 {
    font-style: normal;
    font-weight: 100 !important;
    font-size: 42px;
    line-height: 54px;
    color: #1F1F1F;
    margin: 35px 0;
}
.btn.light {
    font-weight: 100;
    font-size: 16px;
    color: #d3d3d3;
    background: transparent;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    width: 256px;
    margin: 20px 30px;
    text-align: center;
    text-decoration: none;
    transition: 0.3;
}
.btn.active {
    font-weight: 100;
    font-size: 16px;
    color: #333;
    background: transparent;
    border: 1px solid #333;
    border-radius: 10px;
    width: 256px;
    margin: 20px 30px;
    text-align: center;
    text-decoration: none;
    transition: 0.3;
}

.btn.light:hover {
    cursor: auto;


}

.btn.active:hover {
    border: 1px solid #1fbced;
    color: #000;

    
}


@media (max-width: 768px) {
    .btn.light {
        margin: 20px 10px;
        font-size: 14px;
        width: 100%;
    }

    .btn.active {
        margin: 20px 10px;
        font-size: 14px;
        width: 100%;
    }

}
.group__btn1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.section {
    border-radius: 10px;
    background: #FCFCFC;
    box-shadow: 1px 1px 1px #ddd;
    padding: 20px 60px;
    box-shadow: -2px 4px 20px 1px #eee;
    margin: 60px 0;
}

.section__header {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 39px;
    color: #1F1F1F;
    margin-bottom: 20px;
}
.section__main {
    display: flex;
    justify-content: space-between;
}
.section .text {
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 140%;
    color: #2B2A2A;
    padding: 0;
    margin-top: 20px;
}
.section__main__left {
    max-width: 660px;
}
.section__main__right {
    height: 372px;
    width: 394px;
    background: url("images/Vector.png") 50% 50% no-repeat;
    background-size: cover;
}

.emotions {

    background: url("images/emotions.png") 50% 50% no-repeat;
    background-size: cover;
}
.family {

    background: url("images/mortgage.png") 50% 50% no-repeat;
    background-size: cover;
}
.loan {

    background: url("images/loan.png") 50% 50% no-repeat;
    background-size: cover;
}

.zr {

    background: url("images/zr.png") 50% 50% no-repeat;
    background-size: cover;
}

.invest {

    background: url("images/invest.png") 50% 50% no-repeat;
    background-size: cover;
}
.bio {

    background: url("images/Vector.png") 50% 50% no-repeat;
    background-size: cover;
}

.pension {

    background: url("images/pension.png") 50% 50% no-repeat;
    background-size: cover;
}
.future {

    background: url("images/future.png") 50% 50% no-repeat;
    background-size: cover;
}
@media (max-width: 1200px) {
    .section {
        padding: 20px 20px;
    }
    .section__main__right {
        display: none;
    }
    .section__main__left {
        max-width: 100%;
    }
}
.section__main__put {
    width: 100%;
}
.put {
    width: 100%;
    height: 5px;
    /* background: #F2F7F8; */
    margin-top: 80px;
}
.elems {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.put_r,
.put_l {
    display: flex;
    justify-content: space-around;
}
.put__elem {
    width: 11vw;
    height: 120px;
    margin: 0 16px;
}
.put__elem:hover {
    cursor: pointer;
}
.put__elem::before {
    position: absolute;
    margin-top: -10px;
    
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #00BBEB;
    z-index: 1;
}

.elem__title::before {
    position: absolute;
    margin-top: -16.3px;
    width: 350px;
    content: "";
    height: 5px;
    background: #F2F7F8;
    z-index: 0;
    margin-left: -160px;
}

@media (min-width: 1280px) {
    .elem__title::before {
        
        /*width: 253px;*/
        margin-left: -18px;
    }
    .put__elem {
        width: 11vw;
    }
}
@media (max-width: 768px) {

.put_r,
.put_l {
    display: flex;
    flex-direction: column;
    width: 100%;
   }

 .group__btn {
    display: none;
 }



    .elem__title {
        font-size: 12px;
    }
    .put__elem .text{
        font-size: 11px;
    }
    .put__elem {
        width: 100%;
        margin-bottom: 50px;
        height: auto;
        display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
    .elem__title::before {
        display: none;
        width: 30%;
        margin-left: -15px;
    }
    .section__main__put {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
}
@media (max-width: 400px) {
    .elem__title::before {
        display: none;
        width: 20%;
        margin-left: -15px;
    }
}
.elem__title {
    font-weight: bold;
    font-size: 14px;
    line-height: 131.5%;
    margin: 12px 0;
}
.elem__text {
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 131.5%;
    color: rgba(20, 20, 20, 0.9);
}
.section__end {
    display: flex;
    flex-wrap: wrap;
    margin-top:40px;
    gap: 80px;
}




.end {
    border-radius: 10px;
    display: flex;
    background: #F2F7F8;
    padding: 40px 20px;
    width: 46%;
}
.end__icon {
    min-width: 38px;
    margin: 0 20px;
    height: 38px;
    width: 38px;
    background: url("images/icon1.png") 50% 50% no-repeat;
    background-size: cover;
}
.quote_inc {

    background: url("images/quote.png") 50% 50% no-repeat;
        background-size: cover;

}
@media (max-width: 1280px) {
    .end {
        width: 100%;
        flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F2F7F8;
    padding: 20px;
    }


    .section__end {
        gap: 20px;
        width: 100%;

    }
}
@media (max-width: 768px) {
    
    .end__icon {
        min-width: 30px;
        margin: 0 10px;
        height: 30px;
        margin: 20px;
        width: 24px;
    }
    .section__end {
        gap: 20px;
    }
}
.tittle {
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    color: rgba(20, 20, 20, 0.9);
}
.end .text {
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 131.5%;
    color: #2C2C2C;
    padding: 0;
}

.btn__wrapper {
    margin-top: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: center;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(203,236,255,1) 100%);
}
.btn.subscribe {
    width: 180px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    margin-bottom: 110px;
    border: 1px solid #000;
    transition: .3s;
}
.btn.subscribe:hover {
    background: #fff;
    color: #000;
    cursor: pointer;
}
.domain__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
    margin: 60px 0;

}
.domain {
    width: 46%;
    padding-right: 10px;
}
.domain__img img{
   
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.domain__block {
    max-width: 45%;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.domain__text {
    font-weight: 300 !important;
    width: 45%;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}
.domain__block .title {
    font-size: 30px;
    line-height: 39px;
    color: #1F1F1F;
}


@media (max-width: 1280px) {
    .domain__img img{
        max-width: 100%;
        height: 100% !important;
    }
    .domain {
        width: 100%;
    }
    .domain__wrap {
        gap: 20px;
    }
    .domain__block {
        max-width: 100%;
    }
    .domain__text {
        width: 100%;
    }
}
@media (max-width: 768px) {
    
    .domain__wrap {
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .domain__block {
        
    }
    .domain__img svg {
        transform: translateX(-50px) scale(0.5);
    }
    .domain__img .svg2 {
        transform: translate(-102px, -121px) scale(0.5) !important;
    }
}

.domain__end {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 222px;
    background: #f2f7f8;
    border-left: 10px solid #1fbced;
}
.end__39 {
    font-family: 'Druk Text Cy', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    color: #0D397F;
}
.end__text {
    font-size: 18px;
    line-height: 143.19%;
    width: 327px;
    color: #000000;
    /*margin-left: 20px;*/
}
@media (max-width: 768px) {
    .end__39 {
        font-size: 48px;
    }
    .end__text {
        font-size: 14px;
        width: 100%;
        margin-left: 20px;
    }
}

.arrow__wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow {
    width: 47px;
    height: 47px;
    border: 1px solid #000;
    border-radius: 50%;
}
.arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section__domain {
    display: none;
}
.section__domain.active {
    display: block;
}
.arrow:hover {
    cursor: pointer;
}
.arrow.active {
    transform: rotate(-180deg);
}
.readmore.active {
    display: none;
}

.readmore {
    font-size: 14px;
    margin-bottom: 16px;
}

.btn__text {
    font-weight: 100;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #000000;
}
.line {
    position: absolute;
    margin-bottom: 160px;
    z-index: 0;
}
@media (max-width: 768px) {
    .line {
        position: absolute;
        margin-bottom: 230px;
        transform: scale(0.9);
    }
    .domain__block {
        order: 2;
        
    }
}
@media (max-width: 432px) {
    .line {
        transform: scale(0.85);
    }
    .logo {
        transform: scale(0.7);
    margin-left: -20px;

    }
    .domain__block {
        
    }
}
@media (max-width: 320px) {
    
    .domain__block {
        
    }
}
/* #el1::before {
    display: block;
	content: "";
	height: 0;
	margin: -555px 0 0;
} */