html {
    overflow-x: hidden;
}
body {
    background-image: url("../images/bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-family: 'Montserrat', sans-serif!important;
    color: #FFFFFF!important;
    overflow-x: hidden;
}
a {
    color: white!important;
    text-decoration: none;
}


.content {
    margin: 50px auto;
    padding: 0 30px;
    z-index: 10;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 100%;
    max-width: 100%;
}

.menu {
    display: flex;
    gap: 20px;
    list-style-type: none;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    cursor: pointer;
    align-items: center;
    text-align: center;
    margin-bottom: 0px!important;
}
.menu li:hover {
    color: #0FF ;
}

.reg {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    border: 3px solid #0FF;
    padding: 10px;
    margin-left: 10px;
    background: rgba(0, 255, 255, 0.00)
}


.menu-open:checked + .menu-icon-open,
.menu-close:checked + .menu-icon-close,
.mobile_reg, .mobile_logo,
.mobile_tablet,
.mobile_capsules,
.menu-toggle,
.menu-toggle-close,
.mobile_lines,
.mobile_info_title,
.mobile_tablet,
.slider__flex,
.full_slider,
.mobile_full_reg,
.mobile_tablet,
.mobile-full,
.mobile_logo_burger {
    display: none;
}

.man {
    display: block;
    max-width: 100%;
}


.desc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    gap: 100px;

}

.text-block {
    width: 50%;
    position: relative;
}

.text-block h2 {
    color: #0FF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 66px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}

.text-block p {
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
    max-width: 460px;
}

.button_header {
    text-transform: uppercase;
    padding: 45px 0 0 35px;
    text-decoration: none;
    font-weight: 700!important;
}
.button{
    position: relative;
    width: 100%;
    height: 128px;
    background: url("../images/reg.png") no-repeat;
    left: 0;
    top: 0;
    z-index: 10;
}

.image-block {
    width: 50%;
}

.mobile_tablet {
    width: 100%;
    height: auto;
}

.info {
    position: relative;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info_capsule {
    position: absolute;
    left: 50px;
    top: -130px;
    max-width: 100%;
}
.info h1 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 66px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.info_text {
    font-size: 27px;
    font-weight: 700;
    font-style: normal;
    line-height: 130%;
    max-width: 981px;
    margin: 0 auto;
}

.info_blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.info_block {
    max-width: 439px;
    width: 100%;
    position: relative;
    margin-top: 150px;
}

.info_block h2 {
    color: #0FF;
    font-size: 50px;
    font-weight: 900;
}

.info_block p {
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}

.info_block img {
    position: absolute;
    left: -90px;
    top: -30px;
}

.info_reg {
    text-decoration: none;
    padding: 15px 40px;
    text-align: center;
    background: #FFFFFF;
    color: black!important;
    border-radius: 10px;
    border: 3px solid #0FF;
    font-size: 27px;
    font-weight: 700;
    margin: 100px 150px 0 0;
    text-transform: uppercase;
}

.about, .working {
    background: white;
    border-radius: 30px 30px 0 30px;
    padding: 50px 80px;
    margin-top: 175px;
    color: #001644;
    line-height: 120%;
    z-index: 15;
    position: relative;
}

.info::before {
    content: '';
    position: absolute;
    right: -265px;
    bottom: -1205px;
    width: 860px;
    height: 1210px;
    z-index: 0;
    background: url("../images/print-bottom.png") no-repeat;
}

.full_desc::before {
    content: '';
    position: absolute;
    left: -265px;
    top: -845px;
    width: 860px;
    height: 1210px;
    z-index: 0;
    background: url("../images/print-bottom.png") no-repeat;
}

.about h1{
    font-size: 66px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 841px;
}

.about_desc {
 display: flex;
    position: relative;
}

.about_desc_bottom {
    flex-direction: row-reverse;
    margin-top: 100px;
}

.about_desc_img {
    position: absolute;
    bottom: 75px;
    right: -155px;
}

.about_blocks_top {
    margin-top: 60px;
}

.about_blocks_top, .about_blocks_bottom {
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    gap: 50px;
}

.about_blocks_bottom {
    gap: 50px;
}
.about_block_top, .about_block_bottom {
    display: flex;
}

.about_block_top h2, .about_block_bottom h2  {
    font-size: 27px;
    font-weight: 900;
    line-height: 120%;
    margin: 0;
}

 .about_block_bottom h2 {
     margin: 0
 }

.about_block_top p, .about_block_bottom p {
    font-size: 27px;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}

.about_block_top_img, .about_block_bottom_img {
    margin: 0px 20px 0 0;
}

.about_block_top_text {
    max-width: 270px;
    width: 100%;
}

.about_block_bottom {
    max-width: 350px;
    width: 100%;
    min-height: 100px;
}

.about_block_last {
    display: flex;
    flex-direction: column;
}

.about_block_last p {
    font-size: 24px;
}

.about_desc_img_bottom {
    position: absolute;
    left: -205px;
    top: 50px;
}

.about_reg {
    color: white;
    text-decoration: none;
    font-size: 27px;
    font-weight: 700;
    border-radius: 10px;
    background: #001644;
    padding: 25px 0px;
    text-transform: uppercase;
    display: flex;
    max-width: 360px;
    justify-content: center;
    margin:  50px auto;
}

.about_reg:hover,
.slider_href:hover{

    color: #001644!important;
    text-decoration: none!important;
}

.button:hover a,
.menu a,
.reg{
    text-decoration: none!important;
}

.about_reg:hover,
.full_button:hover,
.registration:hover a,
.info_reg:hover,
.reg:hover,
.slider_href:hover {
    background: #03FFFA!important;
    text-decoration: none!important;
}

.full {
    margin: 150px 40px 0  50px ;
    position: relative;
    z-index: 10;
}

.full_desc:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 1500px;
    right: -69px;
    top: -151px;
    background: url("../images/lines.png") no-repeat;
    z-index: 0;
    background-position: right;
}

.full_desc {
    display: flex;
    position: relative;
    margin-left: 100px;
}

.full_title {
    color: #0FF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 57px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
}

.full_left {
    width: 59%;
    z-index: 10;
    position: relative;
}

.full_left::after {
    content: '';
    position: absolute;
    width: 133px;
    height: 120px;
    bottom: -138px;
    right: 168px;
    background: url("../images/star.png") no-repeat;
    transform: rotate(270deg);
}

.full_blocks {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 50px 0 100px 0px;
    z-index: 40;
}

.full_block {
    display: flex;
    max-width: 775px;
    width: 100%;
    border-radius: 20px;
    border: 2px solid white;
    height: 99px;
    align-items: center;
    padding: 0 30px;
    justify-content: flex-start;
}

.full_text_opacity {
    font-size: 16px!important;
}

.full_text_desc {
    display: block;
    width: 95%;
}


.full_text_opacity {
    display: none;
}

.full_block_desc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.full_block:hover {
    border-radius: 20px;
    border: 2px solid #00182F;
    background: #03FFFA;
    color: black;
}

.full_block:hover img {
    transform: rotate(90deg);
    filter: grayscale(100%) brightness(0);
}

.full_block p {
    max-width: 605px;
    font-size: 27px;
    font-weight: 500;
    line-height: 138%;
    margin: 0;
}

.full_block_right {
    position: relative;
    width: 50%;
    z-index: 1;
}

.full_block_right::after {
    content: '';
    position: absolute;
    width: 133px;
    height: 120px;
    top: 35px;
    right: -7px;
    background: url("../images/star.png") no-repeat;
    transform: rotate(313deg);
}

.full_block_right  img {
    position: absolute;
    right: 0;
    bottom: 150px;
    max-width: 100%;
}

.full_button {
    color: #00182F!important;
    font-size: 27px;
    font-weight: 700;
    border-radius: 10px;
    border: 3px solid #0FF;
    background: #FFF;
    padding: 20px 60px;
    text-decoration: none;
    text-transform: uppercase;
}

.working {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 210px;
    border-radius: 30px 0px 30px 30px;
    position: relative;
}

.working::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 510px;
    top: -200px;
    left: -75px;
    background: url("../images/smile.png") no-repeat;
}

.working_blocks h1 {
    font-size: 66px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 10;
}

.working_blocks p {
    font-size: 27px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}

.working_blocks_main {
    display: flex;
    flex-direction: row;
        flex-wrap: initial;
    align-items: center;
    justify-content: center;
}

.working_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 468px;
}

.working_block h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 120%;
}

.registration {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.registration a {
    border-radius: 10px;
    border: 3px solid #0FF;
    background: #001644;
    font-size: 27px;
    font-weight: 700;
    line-height: 120%;
    padding: 15px 60px;
    text-decoration: none;
    margin: 70px 0;
    z-index: 10;
    text-transform: uppercase;
}

.registration::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/print.png") no-repeat;
    top: -35px;
    left: 0;
    background-position: center;
}

.footer_social_blocks {
    display: flex;
    align-items: center;
    margin: 100px auto;
    justify-content: space-between;
    max-width: 935px;
}

.footer_social_blocks_img {
    fill: #FFFFFF;
}

.footer_social_blocks a:hover .fill-hover path {
    fill: #00FFFF;
}

.language_blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 320px;
    margin: 0 auto;
}

.language_blocks a {
    display: flex;
    align-items: center;
}

.language_line {
    width: 1px;
    height: 45px;
    background: #FFF;
}

.full_block {
    position: relative;
    cursor: pointer;
}

/*.full_block:hover::before {*/
/*    content: attr(data-description);*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    background-color: #03FFFA;*/
/*    min-height: 150px;*/
/*    max-width: 839px;*/
/*    width: 100%;*/
/*    color: #00182F;*/
/*    border-radius: 0 0 20px 20px ;*/
/*    display: none;*/
/*    opacity: 0;*/
/*    z-index: 30;*/


/*}*/

.full_block:hover::before {
    opacity: 1;
    display: flex;align-items: center;
    justify-content: center;
    font-size: 18px;
    white-space: normal;
    word-wrap: break-word;
    width: 100%;
    text-align: center;
}

.privacy {
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
}

.full_block.active {
    background-color: #f8f9fa;
}

.full_block_content {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
}

/*.full_block_content p {*/
/*    margin: 0;*/
/*}*/

/*.full_block {*/
/*    margin-bottom: 10px;*/
/*}*/

.full_block img {
    width: 20px;
    height: 20px;
}

/*.full_block p {*/
/*    margin-bottom: 0;*/
/*}*/

.show {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

/*.collapse.show {*/
/*    display: block !important;*/
/*}*/