/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}


.landscape{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    display: none;
}
body {
    background: #FAFAFA;
    font-family: "Raleway";
}

.container{
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

/* Header */
.header {
    width: 100%;
    height: 92px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    border-bottom: 1px #E8E8E8 solid;
    backdrop-filter: blur(200px);
    position: fixed;
    z-index: 1;
}

.header__content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_btns {
    display: flex;
    gap: 14px;
}

.logo {
    width: 237px;
}

/* Text */
h1 {
    color: #1B1B1B;
    font-size: 120px;

    font-weight: 600;
    line-height: 128px;
    letter-spacing: 2.40px;
    text-align: center;
}

.h1_description {
    text-align: center;
    color: #1B1B1B;
    font-size: 34px;
    font-family: Raleway;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.68px;

}

.extrabold {
    font-weight: 800;
}

h2 {
    text-align: center;
    color: #1B1B1B;
    font-size: 54px;

    font-weight: 700;
    line-height: 60px;
    letter-spacing: 1.08px;
}

.green_back {
    background: #9CFF38;
}

.main_text {
    text-align: center;
    color: #1B1B1B;
    font-size: 28px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.56px;

}

.title {
    display: flex;
    gap: 28px;
    flex-direction: column;
    align-items: center;
}

h3 {
    color: #1B1B1B;
    font-size: 44px;
    font-weight: 600;
    line-height: 48px;
}

.h3_description {
    color: rgba(27, 27, 27, 0.70);
    font-size: 28px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.56px;
}

/* BTN */
.btn {
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    text-align: center;
    font-family: "Raleway";
    border-radius: 10px;
}

.btn_cta {
    width: 620px;
    height: 72px;
    background: #9CFF38;
    text-transform: uppercase;
    color: #1B1B1B;
    font-size: 28px;
    font-weight: 800;
    line-height: 22px;
}

.btn_cta:hover {
    background: #BFFF7F;

}

.second_btn {
    width: 134px;
    height: 52px;
    background: #171717;

    color: white;
    font-size: 20px;
    font-weight: 700;
}

.second_btn:hover {
    background: #383838;
    color: white;
}

.general {
    width: 134px;
    height: 52px;

    border: 1px #171717 solid;
    color: #171717;
    font-size: 20px;
    font-weight: 700;
}

.general:hover {
    background: #E0FFC0;

}

.top_on_mob{
    margin-top: 0;
}

/* Home block */

.home_block {
    min-height: 100vh;
    display: flex;
    padding-top: 92px;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 150px;
    padding-right: 150px;
    box-sizing: border-box;
}

.home_block h1 {
    margin-bottom: 24px;
}

.home_block .h1_description {
    margin-bottom: 40px;
}

/* Plus_block */

.plus_block {
 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    padding: 0px 150px 150px 150px;
}

.pluses {
    width: calc(100% + 300px);
    padding: 40px 26px 40px 26px;
    background: #1B1B1B;
    color: #8E8E8E;
    text-align: left;
    overflow: hidden;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 1px;
}

/* steps */
.steps_block {
    width: 100%;
    display: flex;

    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding-bottom: 150px;
}

.steps {
    height: 1084px;
    padding-top: 104px;
    display: grid;
    grid-template-columns: repeat(2, 483px);
    grid-template-rows: repeat(1, 250px);
    gap: 82px;
    background: url(../img/Pagination.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    align-content: center;
}

.step {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 16px;
}

.empty {
    opacity: 0;
}



/* achiev */
.achiev_block {
    width: 100%;
    height: 100vh;
    display: flex;
    
    flex-direction: column;
    align-items: center;
    gap: 56px;
    justify-content: center;
}

.achiev_items {
    width: 100%;
    display: flex;
    gap: 21px;

    justify-content: center;
    align-items: center;

}

.achiev {
    display: flex;
    width: 362px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: white;
    border-radius: 10px;
    border: 1px #E8E8E8 solid;
    backdrop-filter: blur(60px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.achiev:hover{
    border: 1px #9CFF38 solid;
}

.cif {
    color: #1B1B1B;
    font-size: 80px;
    font-weight: 700;
    line-height: 88px;
    letter-spacing: 1.60px;
}

.cif_des {
    width: 272px;
    opacity: 0.60;
    text-align: center;
    color: #1B1B1B;
    font-size: 20px;

    font-weight: 500;
}

/* Footer */
footer {
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border: 1px #E8E8E8 solid;
    text-align: center;
    color: rgba(27, 27, 27, 0.70);
    font-size: 14px;

    font-weight: 400;
    line-height: 14px;
}
@media (max-width:1440px) {
    h1 {
        font-size: 90px;
        line-height: 90px;
    }
    .home_block {

        padding-top: 100px;
    }
}
@media (max-width:1080px) {

    
    .empty {
        display: none;
    }

    .steps {
        padding-left: 60px;
        height: 1084px;
        padding-top: 104px;
        display: grid;
        grid-template-columns: repeat(1, 483px);
        grid-template-rows: repeat(1, 250px);
        gap: 82px;
        background: url(../img/Pagination.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        align-content: center;
        background-position-x: left;
    }

    .achiev_items {
        display: flex;
        gap: 21px;
        flex-direction: column;
    }
}

@media (max-width:480px) {

    /* Header */
    .header {
        width: 100%;
        height: 92px;

        padding-left: 16px;
        padding-right: 16px;

    }

    .header_btns {
        gap: 8px;
    }

    .logo {
        width: 130px;
    }

    /* Text */
    h1 {
        font-size: 64px;
        line-height: 68px;
        letter-spacing: 1.28px;
        text-align: left;
    }

    .h1_description {
        font-size: 26px;
        line-height: 32px;
        text-align: left;
    }

    h2 {

        text-align: center;
        color: #1B1B1B;
        font-size: 34px;

        font-weight: 700;
        line-height: 38px;
        letter-spacing: 1.08px;
    }

    .main_text {
        font-size: 20px;
        line-height: 22px;
    }

    h3 {
        font-size: 26px;
        line-height: 26px;
    }

    .h3_description {
        font-size: 20px;
        line-height: 22px;
    }


    /* BTN */
    .btn_cta {
        width: 100%;
        height: 62px;

        font-size: 18px;
        line-height: 22px;
    }

    .second_btn {
        width: 90px;
        height: 44px;
        font-size: 15px;
    }

    .general {
        width: 90px;
        height: 44px;
        font-size: 15px;
    }

    .top_on_mob{
        margin-top: 50px;
    }
    /* Home block */

    .home_block {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 108px;
    }

    .home_block h1 {
        margin-bottom: 28px;
    }

    .home_block .h1_description {
        margin-bottom: 32px;
    }

    /* Plus_block */

    .plus_block {
        height: auto;
        gap: 32px;
        padding: 0px 16px 148px 16px;
        overflow: hidden;
    }

    .pluses {
        width:calc(100% + 32px);
        padding: 16px 0px 16px 0px;
        overflow: hidden;
        font-size: 22px;
        line-height: 24px; 
        box-sizing: border-box;
    }
    /* steps */
.steps_block {
    padding: 0px 16px 148px 16px;
    gap: 14px;
    
}
.steps {
    padding-left: 50px;
    height: 720px;
    padding-top: 60px;
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(1, 175px);
    gap: 48px;
    background: url(../img/Pagination_mob.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    align-content: center;

}
/* achiev */
.achiev_block {
    height: auto;
    padding: 0px 16px 0px 16px;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    justify-content: center;
}

.achiev_items {
    gap: 16px;
}

.achiev {
    display: flex;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: white;
    border-radius: 10px;
    border: 1px #E8E8E8 solid;
    backdrop-filter: blur(60px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.cif {
    color: #1B1B1B;
    font-size: 80px;
    font-weight: 700;
    line-height: 88px;
    letter-spacing: 1.60px;
}

.cif_des {
    width: 272px;
    opacity: 0.60;
    text-align: center;
    color: #1B1B1B;
    font-size: 20px;

    font-weight: 500;
}

/* Footer */
footer {
    height: 108px;
   
}
}


@media screen and (orientation: portrait) {
    .landscape{
        display: none;
       
    }
  }
  
  /* @media only screen and (min-device-width : 900px) and (max-device-width : 1280px) { */
  
  @media screen and (orientation: landscape) and (max-device-width : 950px) {
    .landscape{
        display: flex;
        justify-content: center;
        align-items: center;
        background: #9CFF38;
    }
    body{

        overflow: hidden;
    }
  }