*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
ul{
    padding-left: 0rem !important;
}
html,body{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif !important;
    color: #212135;
    
    background-color: white;
}

footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 1.25rem;
    font-family: 'Montserrat' sans-serif;
    text-decoration: none;
    background-color: #0076FF;
    padding:33px 80px;
}
.footer_text{
    color: #fff;
    margin: 0;
}
.foot > a{
    color:#fff !important;
}
.foot > a:hover{
    color:rgb(197, 196, 196) !important;
}
.footer_list{
    display: flex;
    gap: 65px;
    list-style: none;
    margin: 0;
    color: #fff !important;
    text-decoration: none;
}
.containerer {
    width: min(90%, 1367px);
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: content-box;
}
.header__mine {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 98;
    max-width: 1367px;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    z-index: 1;
    height:100px;
}

.header__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header__logo {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.header__logo__image{
    width: 100%;
    max-width: 57px;
    margin-right: 19px;
}
.header__logo__text__items{
    display: flex;
    flex-direction: column;
    align-items:flex-start;
}
.header__logo__text__main {
    font-size: 33px;
    margin-bottom: 0 !important;
}
.header__links {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    margin: 0;
    gap:36px;
}
.header__link {
cursor: pointer;
}
.header__logo__text__item{
    margin:0;
}
.header__link >a {
    font-size: 20px;
    text-decoration: none;
    color: #212135;
}
.header__link >a:hover {
    text-decoration: none;
    color: #7b7ba0;
}
.h1_text_shadow{
    position: absolute;
    top: 0;
    left: 50%;
    color:white;
    text-align:center;
    opacity: 0.1;
    font: normal normal 900 475px/270px Montserrat;
    text-align: center;
    transform: translate(-50%);
}
/* Включи для мобильной версии єтот вариант */
.section_main{
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}
.LinkToAnalytics {
    position: relative;
    background: transparent linear-gradient(293deg, #00C6FF 0%, #0072FF 100%) 0% 0% no-repeat padding-box;
border-radius: 45px 45px 0px 0px;
opacity: 1;
background-size: cover;
overflow: hidden;
padding: 70px 0px 120px;
height: 100%;
width: 100%;
z-index: 2;
}

.email_data{
    padding-top: 13px;
    text-align: center;
    color:#fff;
    font-family: 'Montserrat' sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    /* opacity:0.75; */
    font-size: 1rem;
}

.email_data span{
    font-weight: 600;
    opacity: 1;
}
.check_quantity{
    display:flex;
    height: 100%;
    max-height: 55px;
    flex-direction: row;
    border:solid 1px #1883FF;
    padding: 19px;
    gap: 6.5px;
    align-items: center;
    justify-content: center;
}
.check_quantity_digit{
    font-weight: 600;
    font-size:24px;
    line-height: 36px;
    margin-bottom: 0px;
}
.check_quantity_digit:after{
    content: '';
    display: initial;
    border-right: 0.5px solid #1883FF;
    padding-left: 6.5px;
    margin-top: 10px;
    height: 30px;
    width: 0.5px;
}
.check_quantity_text{
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}


.LinkToAnalytics__title {
    padding-bottom: 31px;
}
.LinkToAnalytics__title__text {
    font-family: inherit;
    font-size: 45px;
    margin-bottom: 0px;
    text-transform: uppercase ;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.LinkToAnalytics__cards {
    position: relative;
    background: transparent;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px, 430px));
    /* grid-template-rows: repeat(auto-fit,minmax(250px, 320px)); */
    grid-gap: 27px;
    justify-content: center;
}
.cards-item__mine {
    background-color: rgba(241, 239, 239, 0.35);
    color: #fff;
    border-radius: 15px;
    padding: 98px 45px 40px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.howLong{
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 1;
}

.cards-item_img{
    position: fixed;
    top: 0;
    right:0;
    width: 130px;
}
.cards-item__caption {
    font-family: inherit;
    color: #212135;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.cards-item__caption > h3{
    font-size:36px;
    color: #fff;
    font: normal normal 500 36px/70px;
    margin-bottom: 10px;
}
.cards-item__caption > p{
    margin-bottom: 0px;
    font-size:1rem;
    font: normal normal 16px/26px;
}
.btn-real {
    display: flex;
    background:#FFFFFF;
    width: 100%;
    min-width: 240px;
    font-size: 18px;
    color: #212135;
    text-transform: uppercase ;
    cursor: pointer;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    height: 53px;
    vertical-align: middle;
    border-radius: 5px;
    max-height: 60px;
    padding: 15px 30px;
    white-space: nowrap;
    border: none;
    transition: all 0.1s ease-out;
}

.analyt{
margin: 10px 0 0 0;
background-color: transparent;
border: 1px #fff solid;
color:#fff;
}

.btn-real:hover{
    background:rgb(7,121,253); 
    color: #fff;
}
.analyt:hover{
    border: 1px rgb(7,121,253) solid;
}

.lock{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 10px;
    left: 15px;
}
small{
    font-family: 'Montserrat' sans-serif;
    font-weight: 400;
    opacity: 0.75;
    color: #fff;
}

.modal_element {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    opacity: 1;
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background: rgba(4, 88, 183, 0.5);
    backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
transition: all 0.3s;
  }
.modal_show{
    opacity: 0;
}

  
  /* Modal Content/Box */
  .modal-content_it {
    
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 55px 100px 50px;
    box-shadow: 0px 10px 15px #0458B7;
border-radius: 20px;
opacity: 1;
   width:100%;
   max-width: 600px;
   transition: all 0.3s ;

  }
  .modal__description{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  
  /* The Close Button */
  .close {
position: absolute;
top: 20px;
width:16px;
right: 25px;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .form-control{
    height:48px;
  }

  .icon-1{

  }
  .icon-2{
    width: 180px;
  }
  .icon-3{
width: 190px;
  }
  .icon-4{

  }
  .icon-5{
    width: 180px;
  }
  .icon-6{
    width: 100px;
  }
  .modal_button{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background-color: #212135;
    color:#fff;
    font-weight: 300;
    width: 100%;
}

.two_buttons{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.svg_buttons{
    background-color: #fff;
    color: #212135;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    padding: 15px 15px;
    border-radius: 5px;
    transition: all 0.1s ease-out;
}

.svg_buttons:hover{
    background:rgb(7,121,253); 
    color: #fff;
}
  /* Мобильный и планшетный экран */

  @media screen and (max-width: 768px) {

footer{
    font-size: 0.75rem;
    flex-direction: column;
    padding: 25px 20px;
}
.footer_text{
    font-size:12px;
}
.footer_list{
    gap: 20px;
}

    .header__link >a {
    font-size: 12px;
    }
    .LinkToAnalytics{
        padding: 25px 0px 50px;
    }
    .h1_text_shadow{
        top:-25px;
        font: normal normal 900 100px/122px Montserrat;
    }
    .LinkToAnalytics__title__text{
        font: normal normal bold 24px/33px Montserrat;
    }
    .LinkToAnalytics__title{
padding-bottom: 35px;
    }
    .howLong{
        font-size: 24px;
        margin-bottom: -5px;
    }
    .cards-item__caption > h3{
        
        font-size: 24px;
        font: normal normal 500 36px/70px;
    }
    .cards-item__caption > p{
        font-size:14px;
        font: normal normal 16px/26px;
    }
    .header__logo__text__main {
        font-weight: 500;
        margin-bottom: 0 !important;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 0.48px;
        text-align: left;
        font: normal normal normal 24px/28px;
    }
    .header__logo__text__item {
        font-weight: 300;
        margin-bottom:0 !important;
        font-size: 8.5px;
        font: normal normal 300 12px/14px;
letter-spacing: 0.57px;
    }
    .header__logo__image{
        margin-right: 10px;
    }
    .header__logo__image{
width:30px;

    }
    .header__links {
        text-align: right;
        flex-direction: column;

    }
    .phone{
        font-weight: 600;
    }
    .header__mine {
        position: sticky;
        top: 0;
        z-index: 98;
        max-width: 1367px;
        width: 100%;
        padding: 0px;
        margin: 0 auto;
        z-index: 1;
        height:60px;
    }
    .header__link:not(:last-child) {
        margin-right: 0px;
    }
    .header-contain{
        padding: 10px 20px;
    }
    .modal-content_it{
        padding: 50px 20px 30px;
        max-width: 340px;
    }
    .btn-real{
        font-size: 16px;
        padding: 15px 15px;
    }
    .svg_buttons{
        font-size: 16px;
        padding: 15px 15px;
    }
    .icon-1{
width:80px;
    }
    .icon-2{
      width: 110px;
    }
    .icon-3{
  width: 125px;
    }
    .icon-4{
        width: 65px;
    }
    .icon-5{
      width: 105px;
    }
    .icon-6{
      width: 60px;
    }
    .cards-item__mine{
        padding: 57px 30px 40px;
    }
    .lock{
        top:10px;
    }

    .check_quantity{
        padding: 8px;
        gap: 5px;

    }
    .check_quantity_digit{

        font-size:14px;
        line-height: 24px;

    }
    .check_quantity_digit:after{
padding-left: 3px;
        margin-top: 7px;
        height: 20px;

    }
    .check_quantity_text{
        font-size: 9px;
        line-height: 14px;

    }
  }
  @media screen and (min-height: 769px) and (max-height: 950px){
    .header__mine {
        padding: 10px 0 0 0;
        height: 80px;
    }
    .footer_text{
        font-size:16px;
    }
    .header__link >a{
        font-size:16px;
    }
    .LinkToAnalytics__cards{
        grid-template-columns: repeat(auto-fit,minmax(320px, 415px));
        gap:15px;
    }
    .LinkToAnalytics{
        padding: 50px 0 60px;
    }
    .LinkToAnalytics__title__text{
        font-size: 40px;
    }
    .LinkToAnalytics__title{
        padding-bottom: 40px;
    }
    .cards-item__caption > h3{
        font-size: 30px;
    }
    .cards-item__mine{
        padding: 98px 45px 30px;
    }

  }

  #copyLink{
    border: 1.5px solid black;
    color:black;
    background-color: white;
    font-weight: 500;
  }

  .image_button{
    width: 17px;
    height: 20px;

  }

  @media screen and (min-width: 769px) and (max-width: 1509px){
    .h1_text_shadow{
        top:-55px;
        font: normal normal 900 200px/252px Montserrat;

    }
.LinkToAnalytics__title__text{
    font-size: 28px;
    line-height: 1.4;
}
.LinkToAnalytics__cards{
    grid-template-columns: repeat(auto-fit,minmax(320px, 365px));
    gap:25px;
}
.cards-item__caption > h3{
    font-size: 26px;
}

.cards-item__caption > p{
    font-size:14px;
}
.icon-1{
    width:80px;
        }
        .icon-2{
          width: 110px;
        }
        .icon-3{
      width: 125px;
        }
        .icon-4{
            width: 65px;
        }
        .icon-5{
          width: 105px;
        }
        .icon-6{
          width: 60px;
        }
        .cards-item__mine{
            padding: 57px 30px 40px;
        }
  }

