*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@media  (min-width:1600px){
    .container{
        max-width:1590px ;
       
    }
}

@media  (min-width:1800px){
    .container{
        max-width:1780px;
        
    }
}

@media  (min-width:1900px){
    .container{
        max-width:1920px ;
      
    }
}
body{
    font-family: Fira Sans Extra Condensed; 
} 

.big_container
{
    max-width:  1180px;
    margin: 0 auto;
}
.container{
    max-width:  984px;
    margin: 0 auto;
}
.header_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_top .menu{
    flex:0 0 auto;
    width: 47%;
}
.header_top .menu ul li{
    margin-top: 18px;
    margin-bottom: 18px;
    list-style: none;
    margin-left: 56px;

}
.header_top .menu ul {
    display: flex;
}

.header_top .menu ul li a{
    font-family: Fira Sans Extra Condensed;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    align-items: flex-end;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
}
.contact{
  
    display: flex;
}
.contact a{
    color: #000;
    text-decoration: none;
}
.border_menu{
    position: relative;
}
.border_menu::after{
    content: "";
    position: absolute;
    background-color: #FF0404;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}
.contact{
    margin-top: 20px;
}
.contact .watsap{
    margin-bottom: 2px;
    margin-right: 5px;
}

.contact .imeg{
    margin-right: 17px;
}
.contact p{
    border-bottom: 1px solid #333333;
    margin-bottom: 10px;
}
.header_two{
    height: 38.03px;
    background: linear-gradient(0deg, #333333, #333333), linear-gradient(0deg, #333333, #333333), #735FF2;
}

.puiple img{
    width: 100%;
}

.header_two .create ul{
    justify-content: center;
    display: flex;
}
.header_two .create ul li{
    margin-top: 8px;
    list-style: none;
    margin-right: 56px;
}
.header_two .create ul li a{
    font-family: Fira Sans Extra Condensed;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FFFFFF;   
    text-decoration: none; 
}
.img img{
   width: 100%;
}
.calculator{
    background: linear-gradient(0deg, #F5F7F9, #F5F7F9), #ECE8E5;
    height: 1088.04px;

}

.calculator .site h1{
    padding-top: 70px;
    margin-left: 100px;
    text-align: center;
    font-family: Fira Sans Extra Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 45px;

}
.calculator .container > div{
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #F4F7FE;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 45px 25px;
}

.container .calcu h2{
    text-align: center;
    font-family: Fira Sans Extra Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333333;
}

.selecty{
    display: flex;
    margin-left: 47px;
    margin-top: 35px;
    align-items: center;
    justify-content: space-between;
}

.selecty select{
    width: 101px;
    height: 30px;
    background: #EAECEF;
    border-radius: 5px;
    border: none;
}
select option{
    text-align: center;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    opacity: 0.9;
}


.money{
    display: flex;
    justify-content: space-between;
}
.money .mone{
    margin-top: 45px;
    margin-left: 47px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 150%;
    text-transform: uppercase;
    color: #333333;
    
}

.money .rubl{
    margin-top: 37px;
    margin-right: 46px;
}
.money .rubl span{
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    color: #333333;
  
}
.progress {
    animation: loader 8s ease infinite;
    background: linear-gradient(270deg, #EAECEF 51.15%, rgba(255, 4, 4, 0.882716) 51.82%, rgba(255, 4, 4, 0) 100%), #F5F7F9;
    border-radius: 20px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    color: #fff;
    padding: 3px ;
    width: 889.58px;

}
.prog{
    width: 14px;
    height: 14px;
    background: #FF0404;
    border-radius: 50%;
    margin-left: 450px;
    transform: translate(0px,-10px);
}
.progress-bar{
    position: relative;
}

.progress-bar span{
    display: block;
    margin-left: 20px;
    margin-top: 14px;
    margin-right: 40px;
}
.calculate {
    margin-top: 35px;
    text-align: center;
}
.calculate a{
    padding: 13px 32px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    text-align: center;
    color: #FF0404;
    background: #FFFFFF;
    border: 1px solid #FF0404;
    box-sizing: border-box;
    border-radius: 5px;
    text-decoration: none;
    transition: .4s ease all;
}

.plan h1{
    margin-top: 45px;
    text-align: center;
    font-family: Fira Sans Extra Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333333;

}
.months{
    display: flex;
}
.months .item_mpnth{
    margin-top: 36px;
    margin-left: 82px;
}
.months .item_mpnth:last-child{
    border-right: none !important;
}
.months .item_mpnth h2{
    margin-bottom: 23px;
    font-family: Fira Sans Extra Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #333333;

}
.months .item_mpnth ul {
    list-style: none;
}
.border_moths{
    position: relative;
    transform: rotate(-270deg);
}
.border_moths::after{
    content: "";
    position: absolute;
    background-color: #F0EDEA;;
    width: 140%;
    height: 2px;
    bottom: 120px;
    left: -193px;
}
.border_moths_two{
    position: relative;
    transform: rotate(-270deg);
}
.border_moths_two::after{
    content: "";
    position: absolute;
    background-color: #F0EDEA;;
    width: 140%;
    height: 2px;
    bottom: 120px;
    left: -157px;
}
.months .item_mpnth ul li{
    margin-bottom: 20px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    opacity: 0.9;
}

.item_mpnth ul li::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }
footer{
    background-color: #333333;
}
.footer_menu{
    padding: 80px 0 20px 0;
}
.main_footer .logo{
    margin-right: 170px;
}
footer .main_footer{
    padding-bottom: 70px;
    display: flex;
}
footer .main_footer .promotion{
    display: flex;
}


.promotion .promo h3{
    margin-right: 57px;
    font-family: Fira Sans Extra Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.promotion .promo ul{
    margin-top: 60px;
}
.promotion .promo ul li{

    margin-bottom: 13px;
    list-style: none;
}
.promotion .promo ul li a{
  
    text-decoration: none;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    transition: .4s all ease;
}
.promotion .promo ul li a:hover{
    color: red;
}
.promotion .promo ul li img{
    margin-right: 20px;
    margin-bottom: 5px;
}
.bordered{
    position: relative;
}
.bordered::after{
    content: "";
    position: absolute;
    background-color: #FF0404;
    width: 15%;
    height: 2px;
    bottom: -30px;
    left: 0;
}

.footer_bottom{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #666666;
}

.footer_bottom p{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding-top: 15px;
  

}





/* CONTACTE */

.contacte{
    background: linear-gradient(0deg, #F5F7F9, #F5F7F9), #ECE8E5;
    height: 450.62px;

}

.contacte h2{
    padding-top: 71px;
    font-family: Fira Sans Extra Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333333;
    text-align: center;

}
.address_ofis{
    margin-top: 45px;
    display: flex;
    margin-bottom: 80px;
    justify-content: center;
}
.ofises{
   
    margin-right: 30px;
}
.address{
    padding: 30px;
    background: #FFFFFF;
    border-radius: 20px;
    width: 498.76px;

    
}
.address h3{
    margin-left: -14px;
    margin-bottom: 10px;
    font-family: Fira Sans Extra Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333333;
}

.address p {
    margin-left: 20px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    opacity: 0.9;
  
}
.address p a{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    opacity: 0.9;
    text-decoration: none;
}
.address img{
    transform: translate(0px,9px);
}

.section_compar .info_tariff h3{
    font-family: Fira Sans Extra Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 45px;
}

.complex ul{
    justify-content: flex-end;
    display: flex;
}
.complex ul li {
    flex: 0 0 12%;
    list-style: none;
}
.complex ul li a{
    text-decoration: none;
    font-family: Fira Sans Extra Condensed;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #333333;
}
.deep{
    margin-top: 20px;
    height: 46px;
    background: linear-gradient(0deg, #FFD773, #FFD773), #F4F7FE;
    border-radius: 5px;
    padding-right: 100px;
}
.work{
    margin-top: 20px;
    height: 46px;
    background: linear-gradient(0deg, #77CBFA, #77CBFA), #F4F7FE;
    border-radius: 5px;
    padding-right: 100px;
}
.deep h4{
    font-family: Fira Sans Extra Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    padding: 8px 0 8px 0;

}
.general_item{
    border-bottom: 1px solid  #EAECEF;
}
.general_item{
    display: flex;
}
.general_item  h1{
    font-family: Fira Sans Extra Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333333;
    margin-top: 35px;
    margin-bottom: 10px;
    
}
.general_item p{
    margin-bottom: 20px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    opacity: 0.9;
}
.center {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
.seo{      
      flex: 0 0 54%;
}
  .chekedd{
      flex: 0 0 13%;
      padding-top: 50px;
     
      
  }
.general_fotter{
    margin-left: 480px;
    display: flex;
    
}
.main_item{
    margin-right: 15px;
    text-align: center;
    margin-bottom: 50px;
}
.main_item h2{
    font-family: Fira Sans Extra Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 15px;
}
.main_item a{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    text-align: center;
    color: #FF0404;
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid #FF0404;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 8px 27px;
    transition: .7s all ease;

}
.main_item a:hover{
    background-color: red;
    color: #fff;
  
}

/* Страница site creating */
/* Section  banner star here */
.title{
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333333;
    

}
.button{
    font-family: Fira Sans Extra Condensed;
    padding: 14px 50px;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    transition: .4s ease all;
}

.button.button-red{
    background-color: #FF0404;
    padding: 11px 95px;
}
.button.button-red:hover{
    background: #FF2D2D;
    box-shadow: 0px 20px 35px -10px rgba(255, 45, 45, 0.5);
    
}
.button.button-white{
    background: #FFFFFF;
    color: #000;
}
.button.button-white:hover{
    color: #FF0404;
}
.banner{
     background-image: url('../img/banner-1.jpg');
     background-repeat: no-repeat;
     padding: 73px 0;
     background-size: cover;
 }
.banner .banner_title{
     text-align: center;
}

/*  Section  counter star here   */
.counter_section{
    padding: 62px 0;
}
.counter_section .counter{
     display: flex;
     align-items: center;
     justify-content: space-between;
}
.counter_section .counter .counter_item{
     text-align: center;
     border-right:  2px solid #EAECEF;
     padding-right: 65px;
     margin-right: 30px;
}
.counter_section .counter .counter_item:last-child{
    border: none;
}
.counter_section .counter .counter_item .values{
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333333;
    padding-bottom: 12px;
   
}
.counter_item.first .values{
    background: linear-gradient(270deg, rgba(255, 4, 4, 0.35) 0%, rgba(255, 4, 4, 0) 100%);
}
.counter_item.second .values{
    background: linear-gradient(270deg, rgba(255, 215, 115, 0.65) 0%, rgba(255, 215, 115, 0) 100%);
}
.counter_item.third .values{
    background: linear-gradient(270deg, rgba(163, 163, 255, 0.65) 0%, rgba(163, 163, 255, 0) 100%);
}
.counter_item.fourth .values{
    background: linear-gradient(270deg, #93E7FF 0%, rgba(255, 215, 115, 0) 100%);
}
/* Form */
.form_application {
    padding: 80px 0;
    background-color: #333333;
}
.form_application .form_title{
    text-align: center;
    margin-bottom: 45px;
}
.form_application .form_title .title{
    color: #fff;
    font-size: 50px;
    letter-spacing: -3px;
}
.form_application .form{
    display: flex;
    align-items: baseline;
}

.form_application .form input[type="text"]{
    width: 95%;
    padding: 15px 18px;
    margin-bottom: 20px;
    color: #fff;
    border: 1px solid #656565;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #333333;
    outline: none;
}
.form_application .form input[type="text"]::placeholder{
    color: #fff !important;
}
.form_application .form input[type="text"]:focus::placeholder{ 
    opacity: 0.35;
}
.form_application .form .form_right{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.form_application .form  .privacy_policy{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: white;
    margin-bottom: 17px;
}
.form_application .form  .privacy_policy input[type="checkbox"]{
    margin-right: 11px;
    background-color: #333333;
    border: 1px solid #656565;
    appearance: none;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius:4px;

}
/* Check box */

.checkbox {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.checkbox input {
        position: absolute;
        z-index: -1;
        opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #333333;
    border: 1px solid #999999;
    border-radius: 4px;
}
.control_indicator::after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.checkbox input:checked ~ .control_indicator::after {
    display: block;
}

.control-checkbox .control_indicator::after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #FF0404;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control_indicator::before{
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.checkbox:hover  .control_indicator::before{
   display: block;
}
.control-checkbox .control_indicator::before{
    left: 6px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #949596;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* chekbox end */


/* Title  section */
.title_section{
    padding: 80px 0;

}
.title_section .title_section_user{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.title_section .title_section_user .title{
    font-size: 22px;
    margin-bottom: 13px;
    margin-top: 35px;
}

/* Section tariffs */
.section_tariffs{
    padding: 75px 0;
    background-color: #F5F7F9;
}
.section_tariffs .tariffis_title{
    text-align: center;
    margin-bottom: 45px;
}
.section_tariffs .tariffis .tariffis_item{
    text-align: center;
    border-radius: 20px;
    padding:  39px 28px 30px;
    margin-right:20px ;
    flex: 0 0 23%;
}
.tariffis_item.first{
    background-color: #93E7FF;
}
.tariffis_item.second{
    background-color: #FFD773;
}
.tariffis_item.three{
    background-color: #A3A3FF;
}
.tariffis_item.third{
    background-color: #D1CAFF;
}
.section_tariffs .tariffis{
    display: flex;
}
.section_tariffs .tariffis .tariffis_item .tariffis_item_title{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 31px;
}
.section_tariffs .tariffis .tariffis_item .tariffis_item_img{
    margin-bottom: 39px;
}

.section_tariffs .tariffis .tariffis_item .tariffis_item_description{
    margin-bottom: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    color: #000000
}
.section_tariffs .tariffis .tariffis_item .tariffis_item_price{
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 25px;
}
.section_tariffs .tariffis .tariffis_item .tariffis_item_action .button{
    padding: 12px;
}
/* section_portfolio */
.section_portfolio {
    background-color: #F5F7F9;
    padding: 80px 0;
}
.section_portfolio .portfolio{
    display: flex;
}
.section_portfolio .portfolio_title{
    text-align: center;
    margin-bottom: 45px;
}
.section_portfolio .portfolio .portfolio_item{
    padding: 20px 20px 35px;
    background-color: #fff;
    border-radius: 20px;
    margin-right: 20px;
    flex:0 0 20%;
}
.section_portfolio .portfolio .portfolio_item_img{
    margin-bottom: 30px;
} 
.section_portfolio .portfolio .portfolio_item .portfolio_item_description{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 8px;
}
.section_portfolio .portfolio .portfolio_item .portfolio_item_link a{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    opacity: 0.9;
    text-decoration: none;
}

/* Страница Promotion */


/* Section Price */

.section_price{
    padding: 80px 0 75px;
}
.section_price .price_title{
    text-align: center;
    margin-bottom: 45px;
}
.section_price .top .title{
    background: linear-gradient(0deg, #FFD773, #FFD773), #F4F7FE;
    border-radius: 5px;
    text-align: center;
    padding: 8px 0;
}

.section_price .top .title p{
    font-family: Fira Sans Extra Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333333;
}


.heading{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EAECEF;
}

.heading:last-child{
    border:none;
}

.heading_item .h1{
    margin-top: 47px;
    margin-bottom: 10px;
    font-family: Fira Sans Extra Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333333;
}

.heading_item p{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #333333;
    opacity: 0.9;
}
.heading_item.left{
    flex: 0 0 auto;
    width: 45%;
    position: relative;
}
.heading_item .texttt{
    margin-top: 35px;
    margin-bottom: 20px;
}
.heading_item.left::before{
    content: "";
    position: absolute;
    background-color: #EAECEF;
    width: 21px;
    bottom: 45px;
    height: 2px;
    transform: rotate(90deg);
    left: -40px;

}
.seo{
    margin-top: 30px;
}
.section_price .top .heading_page{
    background: linear-gradient(0deg, #77CBFA, #77CBFA), #F4F7FE !important;
    border-radius: 5px;
    margin-top: 35px;

}

.page_one{
    margin-left: 310px;
    margin-top: 38px;
    margin-bottom: 30px;
}

.test_text{
    font-family: Fira Sans Extra Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    padding-top: 85px;
    margin-bottom: 45px;

}
.section_compare{
    background-color: #F5F7F9;;
}
.lorem{
    padding: 45px 0 45px 100px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #F4F7FE;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}
.lorem h1{
    padding-top: 45px;
    font-family: Fira Sans Extra Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 20px;
}
.lorem p{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: #333333;
    opacity: 0.9;
    padding-bottom: 40px;
}


/* Pravki */

.checkbox_calc{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex: 0 0 auto;
    width: 19%;
}
.calculator .selecty .checkbox_calc .checkbox {
    padding-top: 30px;
    background-color: #fff;
}
.calculator .selecty .checkbox_calc .checkbox  .control_indicator{
    background-color: #fff;
}
