@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

body
{
    overflow-x: hidden;
    width: 100%;
}
/* Entry animations */
.reveal {
    opacity: 0;
    /* transform: translateX(20px); */
    transition: opacity .6s ease, transform .6s ease;
}
.reveal.is-visible {
    opacity: 1;
    /* transform: translateX(0); */
}
:root
{
    --blue: #5395E9;
    --red: #F43A1B;
}
.col-blue { color: var(--blue) !important; }
.col-red { color: var(--red) !important; }
.col-white { color: #fff; }
.col-black { color: #000; }
.col-F43A1B { color: #F43A1B; }
.fl-dr-row { flex-direction: row !important; }
.justify-content-space-between { justify-content: space-between; }
.sec-head p
{
    font-size: 20px !important;
    letter-spacing: 3px;
    font-weight: 600 !important;
    font-family: system-ui;
    margin-top: 0 !important;
    margin-bottom: 50px !important;
}

.page h1,
.page h2
{
    font-size: 250px;
    font-weight: 900;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: -10px;
    line-height: 230px;
}

::-webkit-scrollbar {
	width: 0 !important;
}

*
{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Mulish", sans-serif;
}

section.page
{
    width: 100%;
    min-height: 100vh;
    padding: 50px 120px;
}


.page-1
{
    position: relative;
    /* background-color: #777; */
    padding-bottom: 0 !important;
}
.page-1>img
{
    height: 100vh;
    width: auto;
    bottom: 0;
    right: 0;
    position: absolute;
}
.page-1 h1
{
    font-size: 210px;
    font-weight: 900;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: -10px;
    line-height: 230px;
}
.page-1 p
{
    margin-top: 25px;
    font-size: 30px;
    font-weight: 600;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 5px;
}




.page-2
{
    background: var(--blue);
    color: #EFEEED;
}

.page-2 .row
{
    min-height: 90vh;
    justify-content: space-between;
    /* padding-top: 50px; */
}

.page-2 h2
{
    margin-bottom: 50px;
}

.page .row>div
{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.page-2 p 
{
    margin-top: 75px;
    font-weight: 400;
    font-size: 25px;
    color: #EBEEEC;
    font-family: system-ui;
}

.page-2 .row img
{
    width: 100%;
}






.page-3 .txt-content
{
    position: relative;
    margin-bottom: 150px;
}

.page-3 .team-crown
{
    position: absolute;
    right: 10%;
    top: 35%;
    width: 350px;
    z-index: -1;
}

.page-3 .col-12.row
{
    width:  100%;
    padding: 0;
    justify-content: space-evenly;
    flex-direction: row;
    gap: 30px;
}

.page-3 .teamate
{
    padding: 5px;
    /* min-width: 300px; */
    width: 100%;
    max-width: 450px;
    flex-direction: row !important;
    align-items: center;
    /* backdrop-filter: blur(5px); */
    /* background-color: #fff8; */
}

.teamate-img
{
    width: 150px;
    height: 150px;
    background-color: #999;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.teamate-img img
{
    height: 100%;
}
.teamate-info
{
    margin-left: 25px;
}
.teamate-info .teamate-name
{
    font-size: 30px;
    font-weight: 500;
}
.teamate-info .teamate-status
{
    color: var(--blue);
    margin-top: 15px;
    font-size: 25px;
}
.teamate-info .teamate-name,
.teamate-info .teamate-status
{
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}



#partners
{
    width: 85%;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    flex-direction: row;
}
#partners .partner
{
    width: 150px;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
#partners .partner img
{
    width: 100%;
}

#partners .partner img[alt="adidas"],
#partners .partner img[alt="splat"]
{
    width: 75%;
}
#partners .partner img[alt="air"]
{
    width: 125%;
}



.page-5
{
    background: #000000;
    color: var(--blue);
}
.page-5 .sec-head
{
    color: #fff;
}
.result-row .result-stats
{
    flex-direction: row !important;
    justify-content: space-between;
    margin-top: 100px;
    font-size: 30px;
}
.result-row .result-stats li
{
    list-style-image: url(../assets/img/comercial/result-list.png);
}
.result-stats ul
{
    overflow-x: hidden;
}
.result-stats ul span
{
    margin: 10px;
}
.result-stats ul li
{
    margin: 0;
}
.result-stats ul li,
.result-stats ul p
{
    margin-left: 35px;
}
.result-stats ul p
{
    color: #fff;
}
.result-stats ul span
{
    height: 2px;
    display: block;
    background-color: #fff;
}


.page-6
{
    /* max-height: 100vh; */
    position: relative;
}
.page-6 .prem-img
{
    margin-top: 100px;
    min-height: 200px;
}
.page-6 .prem-img .devka
{
    position: absolute;
    bottom: 0;
    right: 150px;
    max-width: 500px;
}



.page-7
{
    background-color: #edf6ff;
}
.page-7 .list-4
{
    max-width: 1200px;
    margin-top: 100px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-7 .list-4 h3
{
    color: var(--blue);
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 500;
}
.page-7 .list-4 p
{
    width: 450px;
    font-size: 25px;
}
.page-7 .list-4 div
{
    /* width: 500px; */
    margin: 30px 0;
}




.page-8 .services h2
{
    color: var(--blue);
}
.page-8 .services ul
{
    margin: 100px 0 0 30px;
    font-size: 30px;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
}

.page-8 .services-img
{
    gap: 25px;
    margin: 50px 0;
}
.page-8 .services-img img
{
    padding: 0;
    margin: 0;
}






.page-9
{
    background-color: #000000;
    position: relative;
}
.page-9>.row
{
    justify-content: center;
}
.page-9 .steps-header
{
    color: #fff;
    display: flex;
    gap: 50px;
    flex-direction: row !important;
}
.page-9 .steps-header h2
{
    z-index: 1;
}
.page-9 .steps-header p
{
    font-size: 40px;
    width: 500px;
    padding-top: 10px;
    font-family: "Mulish", sans-serif;
    z-index: 1;
}
.page-9 .steps-header img
{
    position: absolute;
    right: 150px;
    top: 0;
    z-index: 0;
}

.page-9 .step-lists
{
    margin-top: 100px;
    z-index: 1;
}

.list-of-steps
{
    /* background-color: #ccc; */
    margin-bottom: 50px;
}
.list-of-steps p
{
    color: #fff;
    margin-bottom: 25px;
    font-size: 25px;
}




.page-10
{
    display: flex;
    background-color: var(--blue);
}
.page-10 .tariffs-left {
    flex: 0 0 180px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 900;
    font-size: 200px;
    letter-spacing: -10px;
    position: relative;
}

.tariffs-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 40px;
    margin-left: 100px;
    gap: 60px;
}

.tariff {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

.tariff div:first-child
{
    min-width: 150px;
    text-align: center;
}
.tariff h3 {
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    color: black;
}

.tariff .price {
    font-size: 25px;
    color: white;
    margin-top: 5px;
    font-weight: 700;
}

.tariff-info {
    font-size: 20px;
    line-height: 1.6;
    max-width: 600px;
    color: #eee;
}





.page-11
{
    background-color: #EFEEED;
}

.page-11 .barter>p
{
    font-family: "Mulish", sans-serif;
    font-size: 30px;
    margin: 50px 0;
}

.page-11 .barter>*:not(h2)
{
    padding-left: 10px;
}
.page-11 .barter .barter-list,
.page-11 .barter .barter-price-list
{
    margin-bottom: 25px;
}
.page-11 .barter .barter-list h3,
.page-11 .barter .barter-price-list h3
{
    font-size: 30px;
    margin-bottom: 25px;
}
.page-11 .barter .barter-list p,
.page-11 .barter .barter-price-list p
{
    margin: 0 !important;
    font-size: 25px;
}





.page-12 .razvoz img
{
    margin-top: 50px;
}
.page-12 .razvoz-list
{
    justify-content: center;
    padding-left: 50px;
}
.page-12 .razvoz-list h3
{
    font-size: 35px;
    margin-bottom: 50px;
}
.page-12 .razvoz-list p
{
    font-size: 25px;
    margin-bottom: 25px;
}




.page-13
{
    background-color: #EFEEED;
    position: relative;
}
.page-13 .ambassador h2
{
    z-index: 0;
}
.page-13 .ambassador p,
.page-13 .ambassador ul
{
    max-width: 1080px;
    z-index: 2;
}
.page-13 .ambassador p
{
    font-size: 30px;
    margin: 75px 0 40px 0;
    font-weight: 700;
}
.page-13 .ambassador ul
{
    padding-left: 25px;
    line-height: 35px;
}
.page-13 .ambassador ul li
{
    font-size: 25px;
}

.page-13 .ambassador-img
{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    height: 100vh;
    width: auto;
    z-index: 1;
}





.page-14
{
    background-color: #000000;
}
.page-14 .video
{
    overflow-x: hidden;
}
.page-14 .video-info
{
    font-size: 25px;
    justify-content: flex-end;
}
.page-14 .video-info .vide-price
{
    margin-top: 50px;
}
.page-14 .video-info .vide-price .col-F43A1B
{
    margin-bottom: 25px;
}



.page-14 .video-img {
    max-width: 780px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap; /* запрещаем перенос */
    overflow: hidden; /* убираем скроллбар */
    gap: 10px; /* чтобы картинки не слипались */
    margin-top: 50px;
}

.page-14 .video-img .video-item {
    flex: 0 0 auto;
    width: 250px;
}

.page-14 .video-img img {
    width: 100%;
    height: 100%; /* тянем по высоте контейнера */
    object-fit: cover; /* обрезает лишнее, но не деформирует */
    display: block;
    border-radius: 10px;
    animation: scroll-pause 12s linear infinite;
}


@keyframes scroll-pause {
  0%   { transform: translateX(0); }
  20%  { transform: translateX(0); }       /* стоим на первой */
  
  25%  { transform: translateX(-260px); }  /* скролл к следующей */
  50%  { transform: translateX(-260px); }  /* пауза на второй */
  
  55%  { transform: translateX(-520px); }  /* скролл к третьей */
  80%  { transform: translateX(-520px); }  /* пауза на третьей */
  
  85%  { transform: translateX(-780px); }  /* скролл к четвёртой */
  100% { transform: translateX(-780px); }  /* пауза на четвёртой */
}


.page-15
{
    overflow-x: hidden;
}
.page-15 .modelling-content p:first-child
{
    font-size: 35px;
    margin: 15px 0;
}
.page-15 .modelling-content p:not(:first-child)
{
    margin: 25px 0;
}
.page-15 .modelling-content>*:not(h2)
{
    font-size: 25px;
    padding-left: 10px;
}
.page-15 .transformed-100
{
    transform: translateX(0);
}





.page-16
{
    background-color: var(--blue);
}
.page-16 img
{
    width: 125%;
    transform: translateX(-25%);
}
.page-16 .event>*:not(h2),
.page-17 .reklama>*:not(h2)
{
    padding-left: 10px;
    font-size: 25px;
}
.page-16 .event p
{
    margin: 50px 0 25px;
}
.page-16 .event ul
{
    margin-bottom: 50px
}
.page-16 .event ul li
{
    margin-left: 40px;
}
.page-16 .event-image
{
    width: 125%;
}




.page-17
{
    position: relative;
}
.page-17 .reklama span
{
    margin: 25px 0;
    font-size: 30px;
}

.page-17 .reklama>*:not(h2):not(span)
{
    margin: 25px 0 0;
}
.page-17 .reklama li
{
    margin: 0 50px 25px;
}
.page-17 .reklama-line
{
    position: absolute;
    width: 40%;
    right: 0;
    z-index: -1;
    top: 15%;
}





.page-18
{
    background: #EFEEED;
}

.page-18 h2
{
    font-size: 110px;
    line-height: normal;
    letter-spacing: -5px;
}
/* .page-18 p
{
    font-size: 30px;
    font-weight: 700;
    margin: 50px 0 25px;
}


.page-18 .page-18-list
{
    margin: 10px 0;
}
.page-18 .page-18-list p
{
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.page-18 .page-18-list .row > .col-8 {
    display: flex;
    align-items: center;
}
.page-18 .page-18-list .row {
    display: flex;
    align-items: center;
}

.page-18 .page-18-list .row>div
{
    flex-direction: row;
}
.page-18 .page-18-list .row div
{
    align-items: center;
}

.page-18 .page-18-list .row div:first-child p
{
    margin-left: 15px;
    font-size: 25px;
}
.page-18 .page-18-list .img-box
{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--blue);
}
 */

.page-18 .channels {
  background: #efeeed;
  padding: 40px 20px;
}

.page-18 .row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.page-18 .col {
  flex: 1;
  min-width: 300px;
}

.page-18 .channels-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.page-18 .channels-header .title {
  font-size: 20px;
  font-weight: 700;
  color: #4a8dff;
}

.page-18 .channel-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.page-18 .channel-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.page-18 .channel-info p {
  font-size: 18px;
  font-weight: 600;
}

.page-18 .logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #4a299f; /* фиолетовая обводка */
}

.page-18 .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-18 .audience p {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}



.page-19
{
    position: relative;
    background-color: #000000;
    overflow-x: hidden;
}
.page-19 *:not(img)
{
    z-index: 2;
}
.page-19 .smm
{
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.page-19 .smm .smm-top-left
{
    display: flex;
}
.page-19 .smm img
{
    width: 300px;
    transform: translateY(-40px);
    margin-left: 25px;
}

.page-19 .smm-price-list
{
    font-size: 30px;
}

.page-19 .smm-info
{
    margin-top: 100px;
}

.page-19 .smm-info .row>div
{
    margin-bottom: 50px;
}
.page-19 .smm-info p
{
    font-size: 25px;
}




.page-20 p
{
    font-size: 30px;
}
.page-20 .brand p
{
    margin-top: 50px;
    font-weight: 600;
}
.page-20 .brand-info
{
    margin-top: 150px;
}
.page-20 .brand-info .row>div
{
    margin-bottom: 25px;
}
.page-20 .brand-info .col-blue
{
    font-weight: 600;
}


.page-21
{
    /* background-image: url(../assets/img/comercial/ai.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment: fixed; */
    background-color: var(--blue);
    position: relative;
    padding-bottom: 0 !important;
    /* display: flex; */
    /* justify-content: flex-end; */
    /* align-items: flex-end; */
}
.page-21 *:not(img)
{
    z-index: 2;
}

.page-21 .ai-item
{
    margin-bottom: 100px;
}
.page-21 .ai-item p
{
    max-width: 450px;
    font-size: 25px;
    font-weight: 500;
}

.page-21 .ai-img
{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 90vh;
    width: auto;
    z-index: 1;
}




.page-22
{
    height: max-content;
    min-height: auto !important;
    font-size: 30px;
    background-color: #000000;
}
.page-22 h2
{
    letter-spacing: 3px;
}
.page-22.final p.col-blue
{
    margin: 50px 0;
}




































@media (max-width: 1600px){
    
    .preimushestvo h2
    {
        font-size: 180px;
    }
    
    .page-15 .transformed-100
    {
        transform: translateX(100px);
    }
}

@media (max-width: 1400px){
    .page h1,
    .page h2
    {
        font-size: 130px;
        line-height: 145px;
    }
      
    /* .page-1>img
    {
        width: 600px;   
    } */
    .page p
    {
        font-size: 20px;
    }
    
    .page-9 .steps-header p
    {
        font-size: 30px;
        width: 400px;
        padding-top: 15px;
    }

    .page-10 .tariffs-left h2
    {
        font-size: 200px;
    }
    
    .page-15 .modelling
    {
        justify-content: center;
    }
    .page-15 .transformed-100
    {
        transform: translateX(0);
    }
    .page-15 .modelling-content p:first-child
    {
        font-size: 30px;
    }  
    .page-18 h2
    {
        font-size: 90px;
    }

    
    .page-19 .smm img
    {
        width: 200px;
    }
    .page-19 .smm
    {
        align-items: flex-start;
    }
    
    .page-19 .smm-info p,
    .page-21 .ai-item p
    {
        font-size: 20px;
    }
    
    .page-20 .brand-info
    {
        margin-top: 100px;
    }

    .page-21 .ai-item
    {
        margin-bottom: 50px;
    }

}
@media (max-width: 1200px) {
    
    .page-12 .razvoz-list
    {
        margin-top: 25px;
        padding-left: 10px;
    }
    .page-14 .video-info
    {
        margin: 25px 0;
    }

    .page-16 img,
    .page-16 .event-image
    {
        width: 100%;
        transform: translate(-20px);
    }
    
}

@media (max-width: 1000px){
    /* .page-1
    {
        min-height: auto !important;
    } */
    .page-1 h1
    {
        font-size: 90px;
        line-height: 100px;
        letter-spacing: -5px;
    }
    .page-1 p
    {
        font-size: 16px;
        margin-top: 20px;
    }
    .page-2 h2
    {
        margin: 0;
    }
    .page-2 .row img
    {
        margin-top: 25px;
    }
    
    #partners
    {
        width: 100%;
        justify-content: center;
    }

    .page-6 h2
    {
        font-size: 100px;
    }

    
    .page-9 .steps-header
    {
        flex-direction: column !important;
        gap: 25px;
    }

    
    .page-10
    {
        flex-direction: column;
    }
    .page-10 .tariffs-left
    {
        writing-mode: horizontal-tb;
        transform: none;
        height: auto;
        padding: 20px;
        justify-content: center;
    }
    .page-10 .tariffs-left h2
    {
        font-size: 130px;
        letter-spacing: -5px;
    }
    .tariffs-right {
        padding: 20px;
        margin: 0;
    }

    .tariff {
        flex-direction: column;
    }
    

    
    #page-13
    {
        padding-bottom: 0 !important;
    }
    .page-13 .ambassador-img
    {
        position: relative;
        margin: auto;
        width: 100%;
        height: auto;
    }
    
    .page-15 .modelling-content p:first-child
    {
        font-size: 25px;
    }


    .page-19 .smm 
    {
        flex-direction: column !important;
        /* justify-content: space-between; */
        /* align-items: center; */
        /* flex-wrap: wrap; */
    }


    
    .page-19 .smm-info
    {
        margin-top: 50px;
    }


}
@media (max-width: 768px){
    section.page
    {
        padding: 50px;
    }
    .page-1>img
    {
        position: relative;
        height: auto;
    }
    .result-row
    {
        justify-content: center;
    }
    .preimushestvo h2
    {
        font-size: 100px;
        letter-spacing: -5px;
    }

    .page-8 .services ul {
        margin: 50px 0 0 30px;
        font-size: 25px;
        font-family: "Mulish", sans-serif;
        font-weight: 400;
    }
    .page-8 .services-img
    {
        gap: 10px;
        margin: 50px 0;
    }


    .list-of-steps p
    {
        margin: 0 0 5px 0 !important;
    }
    .list-of-steps 
    {
        margin-bottom: 20px;
    }
    .steps-header img
    {
        filter: blur(5px);
        opacity: 0.5;
    }
    
    .page-10 .tariffs-left h2
    {
        font-size: 75px;
    }

    .page-12 .razvoz-list h3
    {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .page-12 .razvoz-list p
    {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .page-13 .ambassador h2
    {
        font-size: 100px;
    }

    .page-13 .ambassador p
    {
        font-size: 20px;
        margin: 25px 0;
    }
    .page-13 .ambassador ul li
    {
        font-size: 20px;
    }


    .page-17 .reklama-line
    {
        display: none;
    }

    
    .page-20 .brand-info
    {
        margin-top: 50px;
    }


    
    .page-21 .ai-img
    {
        width: 50%;
        height: auto;
    }


    .page-22.final p.col-blue
    {
        margin-bottom: 15px;
    }
}

@media (max-width: 660px){
    .page-1 .nav img
    {
        width: 100px;
    }
    .page h1,
    .page h2,
    .page-13 .ambassador h2
    {
        margin-top: 50px;
        font-size: 75px;
        line-height: 80px;
        letter-spacing: -5px;
    }
    /* .page-1>img {
        width: 500px;
    } */
    .page-1 p
    {
        letter-spacing: 0; 
    }
    
    .sec-head p
    {
        text-align: center;
        margin: 0 !important;
    }
    .page-2 .row
    {
        padding: 0;
    }
    .page h2
    {
        text-align: center;
    }
    .page h2,
    .page p
    {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    
    .result-stats
    {
        margin-top: 0 !important;
    }
    .result-stats ul
    {
        padding: 0;
        text-align: center;
    }
    .result-stats ul li,
    .result-stats ul p
    {
        margin: 0;
    }
    .result-stats ul span,
    .result-stats ul p
    {
        margin-bottom: 15px;
    }
    .page-6 .prem-img .strelka
    {
        width: 100%;
    }
    .page-6 .prem-img .devka
    {
        /* width: 75%; */
        right: 50%;
        transform: translateX(50%);
    }
    .steps-header p
    {
        text-align: center;
        width: 100% !important;
        margin: 15px;
    }



    .page-7 .list-4
    {
        width: 100%;
        overflow: hidden;
    }
    .page-7 .list-4 p
    {
        width: 100%;
        font-size: 25px;
    }

    
    .page-10 .tariffs-left
    {
        justify-content: center;
    }
    
    .video-info p
    {
        margin: 10px 0;
    }
    .page-14 .video-info .vide-price
    {
        margin-top: 25px;
    }

    
    .page-15 .modelling-content *:not(h2)
    {
        font-size: 20px !important;
        margin: 15px 0 !important;
    }


    
    .page-16 .event>*:not(h2),
    .page-17 .reklama>*:not(h2)
    {
        font-size: 20px;
    }
    .page-16 .event>*:not(h2),
    .page-17 .reklama>*:not(h2)
    {
        padding: 0;
    }
    .page-16 .event p,
    .page-17 .reklama p
    {
        margin: 0 0 10px;
    }
    .page-16 .event ul li
    {
        margin-left: 20px;
    }

    
    .page-17 .reklama>*:not(h2)
    {
        margin: 25px 0 0;
    }

    .page-19 .smm
    {
        align-items: center;
    }

    .page-19 .smm img {
        /* width: 100px; */
        position: absolute;
        top: 100px;
        right: 25px;
        transform: translate(0) rotate(-30deg);
        z-index: 1;
    }
    .page-19 .smm .smm-price-list p,    
    .page-19 .smm-info p,
    .page-20 .brand-info p
    {
        margin: 0;
    }
    .page-20 .brand p
    {
        margin: 25px 0;
    }
    .page-20 .brand-info
    {
        margin-top: 25px;
    }

    .page-21 .ai-img {
        width: 75%;
        filter: blur(10px);
        opacity: .7;
    }
    .page-21 .ai-item.sec-head
    {
        align-items: center;
    }
    .page-21 .ai-item p
    {
        margin: 0;
    }


    
    .page-22.final p
    {
        margin: 0;
        text-align: center;
    }

}
@media (max-width: 550px){
    .page-1
    {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }
    .page-1 h1
    {
        font-size: 55px;
        line-height: 60px;
        letter-spacing: 0;
        text-align: center;
    }
    .page-1 p
    {
        font-size: 14px;
        text-align: center;
    }
    .page-1>img
    {
        width: 100%;
        height: auto;
    }

    
    .page-3 .txt-content
    {
        margin-bottom: 50px;
    }

        
    .teamate-info .teamate-name
    {
        font-size: 20px;
    }
    .teamate-info .teamate-status
    {
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 0;
    }
        
    .teamate-img
    {
        width: 125px;
        height: 125px;
    }

    .preimushestvo h2
    {
        font-size: 50px;
        letter-spacing: 0;
    }
    
    .page-6
    {
        padding-bottom: 0 !important;
    }
    /* .page-6 .prem-img img:first-child
    {
        display: none;
    } */
    .page-6 .prem-img
    {
        margin-top: 25px;
        align-items: center;
    }
    .page-6 .prem-img .devka
    {
        transform: translate(0);
        right: 0;
        position: relative;
        width: 250px;
    }

    .page-7 .list-4 div
    {
        margin: 0;
    }
    .page-7 .list-4 h3
    {
        font-size: 25px;
    }

    
    .page-9 .steps-header
    {
        gap: 0;
    }
    .page-9 .steps-header p
    {
        width: 100%;
        font-size: 20px;
        margin: 0;
    }
    .page-9 .step-lists
    {
        margin-top: 25px;
    }


    .page-11 .barter .barter-list p,
    .page-11 .barter .barter-price-list p,
    .page-11 .barter>p
    {
        font-size: 20px;
    }
    .page-11 .barter>p
    {
        margin-top: 0;
    }
    .page-11 .barter .barter-list h3,
    .page-11 .barter .barter-price-list h3
    {
        font-size: 25px;
    }

    
    .page-12 .razvoz-list h3,
    .page-12 .razvoz-list p
    {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .page-14 .video-info .vide-price
    {
        text-align: center;
    }
    
}
@media (max-width: 425px){
    .page
    {
        padding: 50px 25px !important;
    }
    .page-1
    {
        padding: 50px 0 0 0 !important;
    }
    .page h1,
    .page h2,
    .page-10 .tariffs-left h2,
    .page-13 .ambassador h2
    {
        font-size: 35px;
        line-height: 40px;
        letter-spacing: 0;
    }
    .page-1 p
    {
        font-size: 12px;
    }
    /* .page-1>img
    {
        width: 100%;
    } */

    .partners-row
    {
        justify-content: center;
    }

    #partners
    {
        gap: 0;
        justify-content: space-around;
        margin-top: 50px;
    }
    #partners .partner
    {
        width: 100px;
    }

    .page-5 ul p
    {
        margin-top: 0;
    }
    .page-6
    {
        padding: 0 !important;
    }
        
    .page-7 .list-4 p
    {
        font-size: 20px;
    }

    
    .page-8 .services ul {
        margin: 0 0 0 30px;
        font-size: 20px;
    }
    .page-8 .services-img .row .col-6,
    .page-8 .services-img .row .col-12
    {
        padding: 5px;
    }
    .page-8 .services-img {
        gap: 0;
    }

    .tariffs-left
    {
        padding: 0 !important;
    }

    .page-12 .razvoz img
    {
        margin-top: 0;
    }

    
    .page-13 .ambassador p
    {
        font-size: 16px;
        margin: 0;
        text-align: center;
    }

    
    .page-16 .event>*:not(h2),
    .page-17 .reklama>*:not(h2)
    {
        font-size: 18px;
    }
    .page-16 .event ul {
        margin-bottom: 25px;
    }
    .page-16 img
    {
        transform: translateX(-10px);
    }


    .page-17 .reklama li
    {
        margin: 0 0 15px 25px;
    }
    .page-17 .reklama span
    {
        margin-top: 0;
    }



    
    .page-19 .smm-info p,
    .page-20 p
    {
        font-size: 18px;
    }

    .page-20 .brand p
    {
        text-align: center;
        margin: 0;
    }
    

    
    .page-21 .ai-img {
        width: 100%;
    }

    .page-21 .sec-head
    {
        margin-bottom: 0;
    }

    
    .page-22.final p
    {
        font-size: 18px;
    }
}