@font-face {
  font-family: 'fontello';
  src: url('fontello.eot?19104658');
  src: url('fontello.eot?19104658#iefix') format('embedded-opentype'),
       url('fontello.woff2?19104658') format('woff2'),
       url('fontello.woff?19104658') format('woff'),
       url('fontello.ttf?19104658') format('truetype'),
       url('fontello.svg?19104658#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('fontello.svg?19104658#fontello') format('svg');
  }
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;


}


.icon-activity:before { content: '\e800'; } 
.icon-filter:before { content: '\e801'; }
.icon-setting:before { content: '\e802'; } 
.icon-graph:before { content: '\e803'; } 
.icon-channel:before { content: '\e804'; } 
.icon-econ:before { content: '\e805'; } 
.icon-heart:before { content: '\e806'; } 
.icon-launch:before { content: '\e807'; } 



.top_option {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0;
}


.top_option_header {
    flex: 1;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 22.4px;
    width: 80%;
    margin-left: 8%;
    margin-right: 0;
    margin-top: 16px;
    padding-bottom: 20px;   
}

.top_option_icon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #EFF9FF;
    color: #0962E8;    
    border-radius: 10000px;
    font-size:24px;
    padding: 8px 6px;
}


.value_icon_wrapper i {
    position: relative;
    font-size: 36px;
    top: -4px;
    left: -4px;    
}






body {
    margin: 0;
    padding: 0;
    font-family: "Inter", serif;
    box-sizing: border-box;
}


.inter {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.wrapper {
    max-width: 1024px;
    margin: 0 auto; 
    padding: 0; 
    box-sizing: border-box;
}


.section {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.full_width_background_top {
    background:#CBECFF;
    overflow: hidden;
}

.full_width_background_products {
    background:#FFFFFF;
}

.half_column {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 10px;
}

#fin, #kit {
    font-size: 64px;
    font-weight: 700;
    display: inline-block;
}

#fin, h2 {
   color: #29374E;
}

.highlight {
    color: #0962E8;
}

h2 {
    text-align: center;
    font-weight: 500;
    font-size: 38px;
    line-height: 49.4px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
}

#kit {
    color: #0962E8;
    background: #fff;
    border-radius: 20px;
    padding-left:10px;
    padding-right: 10px;
}

#languages {
    padding-top: 24px;
    display: flex;
    flex-direction: row-reverse;    
}

#language_ru, #language_en {
    display:inline-block;
    padding: 5px 3px 3px 3px ;
    float: right;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;     
}

#language_ru {
    color: #0962E8;    
    background: #fff;
    border-radius: 12px;
    margin-right: 8px;
}

#language_en {
    color: #29374E;       
}

#sub_header {
    font-size: 22px;
    font-weight: 400;
    line-height: 28.6px;
    padding-top: 16px;    
    color: #29374E;     
}

.top_option_header {
    color: #29374E;    
}

#main_image {
    max-width: 100%;
}


#top_options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
    margin: 0; 
    padding: 0;
}


#top_options .top_option {
    flex: 1 1 calc((100% - 60px) / 4); 
    text-align: center; 
    background: #fff;
    border-radius: 12px;
    box-shadow: 6px 4px 12px 0 rgba(0, 0, 0, 0.05);
}


.button_demo {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    background: #0962E8;
    text-align: center;
    padding: 15px 33px;
    border-radius: 12px;
    display: block;
    width: fit-content;
    cursor: pointer;
    margin-top: 35px;    
}


.product {
    background: #E9F6FF;
    border-radius: 30px;
    flex: 1 1 calc((100% - 60px) / 4);
    text-align: center;
    justify-content: space-between;
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0 0 0;    
    align-items: flex-start;    
}

.section_products, .section_why_us {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.product_text {
    flex: 0 0 46%;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 22.4px;
    width: 46%;
    margin-left: 4%;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;    
}

.product_text h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.product_text p, .smalltext, .value_header {
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    color: #000000;
}

.product_image {
    flex: 0 0 50%;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 0;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;     
}

.product_image img {
    width:100%;
    margin-bottom: 0;
}


.section_why_us {
    padding-top: 80px;
    padding-bottom: 80px;
}


.values, .value_items {
    flex: 1 1 calc((100% - 60px) / 2);
    text-align: center;
    justify-content: space-between;
    align-items: inherit;
    display: flex;
    flex-wrap: wrap;    
}


.value_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 24px 0 0 0;
}


.value_item {
    flex: 1 1 calc((100% - 20px) / 2);
    text-align: center;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    padding: 0;    
}


.value_icon_wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #EFF9FF;
    color: #0962E8;
    border-radius: 10000px;
    font-size: 24px;
    height: 38px;
    width: 38px;
}


.value_header {
    flex: 1;
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top:18px;
}


@media screen and (min-width: 992px) {
    
    
    .header_column {
        flex: 0 0 40%;
        padding-top: 80px;        
    }
    
    .image_column {
        flex: 0 0 60%;
        max-width: 60%;
        margin-right: -30px;        
    }
    
    #main_image {
        height: 581px;
        width: 615px;
        max-width: initial !important;
    }
    
    
    #top_options {
        margin-top: -80px;
    }
    
    
    .full_width_background_products {
        margin-top: -30px;
        padding-top:120px;
    }
    
    
    .top_option {
        justify-content: space-between;
        align-items: baseline;
    }

    .top_option_header {
        order: 1; 
    }

    .top_option_icon {
        order: 2; 
        margin-left: auto; 
        position: relative;
        right: 6%;
        top: 12px;        
    }
    
    .values h2, .values .smalltext, .value_header {
        text-align: left;
    }
    

    
    .full_width_background_products {
        margin-top: -30px;
        padding-top: 120px;
    }      
    
    
}



@media (max-width: 768px) {
    .half_column {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #top_options .top_option {
        flex: 1 1 calc((100% - 20px) / 2); 
    }    
    
    .header_column {
        order: 2;
    }
    
    .image_column {
        order: 1;
    }
    
    #fin, #kit {
        font-size: 48px;
    }
    
    .button_demo {
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    .wrapper {
        padding: 0 20px;
    }
}



@media screen and (max-width: 1023px) {
    .wrapper {
        padding: 0 20px;
    }
}



@media screen and (max-width: 991px) {
    .top_option {
        flex-direction: column;
        align-items: flex-start;
    }

    .top_option_icon {
        order: 1;
        margin-bottom: 0.5rem;  
        margin-top: -10px;
        margin-left: 10%;        
    }

 
    .full_width_background_top {
        padding-bottom: 30px;
    }
    
    .full_width_background_products {
        margin-top: 0;
        padding-top: 30px;
    }  


    .value_item {
        border-radius: 12px;
        box-shadow: 6px 4px 12px 0 rgb(0 0 0 / 5%);
        padding-top:20px;
        padding-bottom: 20px;
    }
    
    .value_header {
        width: 84%;
        margin-left: 6%;
        font-weight: 500;
        font-size: 14px;
        line-height: 19.6px;
        color: #29374E;
    }
    
    .value_icon {
        margin-left: 8%;
    }
    
    
    .value_icon_wrapper i {
        position: relative;
        font-size: 24px;
        top: 4px;
        left: 1px;
    }  
    

    .top_option_header {
        font-size:14px;
        line-height:18px;
        font-weight: 400;
        order: 2;        
    }
    
    #main_image {
        max-width: initial;
        width: 150%;
        margin-left: -13%;
    }

    .image_column {
        margin-bottom: -30px;
    }
    
    #sub_header {
        font-size: 16px;
        font-weight: 400;
        line-height: 20.8px;
        padding-top: 16px;
    }

    .header_column .button_demo {
        width: initial;
    }
    
    h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 31.2px;
        margin-bottom: 0;        
    }
    
    .full_width_background_products {
        padding-top: 40px;
    }
    
    .product_text h3 {
        font-size: 16px;
        line-height: 22.4px;
        color: #29374E;
        font-weight: 600;
    }
    
    .smalltext, .product_text p {
        font-weight: 400;
        font-size: 13px;
        line-height: 18.2px;
        color: #29374E;
    }
    
    .top_option_header {
        color: #29374E;
        margin-top: 5px;
        font-weight: 500;
    }
    
    .section_why_us {
        padding-top: 40px;
    }
    
    .section_why_us .button_demo {
        width: 100%;
    }
    
 
    
    
}



