/*Media-related css*/
@media all and (max-width: 460px) 
{
    .container_default
    {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .container-fluid
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .main_block
    {
        padding: 20px 20px 0 20px;
        border-radius: 20px;
    }
    .second_block
    {
        padding: 20px 20px 0 20px;
        border-radius: 20px;
    }
    .insudtry_block
    {
        padding: 20px 20px 20px 20px;
        border-radius: 20px;
    }
    .text_block
    {
        padding: 20px;
        border-radius: 20px;
    }
    .banner_block
    {
        padding: 20px;
        border-radius: 20px;
    }
    .banner_left
    {
        padding: 20px;
    }
    .banner_right
    {
        padding: 20px;
    }
    .card1
    {
        padding: 20px;
        border-radius: 20px;
        background-color: #FFFFFF;
        box-shadow: 10px 10px 30px 0px #7832911A;
        margin-bottom: 30px;
    } 
    .text1
    {
        font-family: Inter;
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text2
    {
        font-family: Inter;
        font-size: 22px;
        font-weight: 400;
        line-height: 26px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text3
    {
        font-family: Inter;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text4
    {
        font-family: Inter;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text5
    {
        font-family: Inter;
        font-size: 40px;
        font-weight: 600;
        line-height: 40px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .img_blocks_right
    {
        width:100%;
        min-width: 100%;
        max-width: 100%;
        border-radius: 20px;
        margin-top:30px;
        box-shadow: 10px 10px 30px 0px #7832911A;
    }
    .img_blocks_left
    {
        width:100%;
        min-width: 100%;
        max-width: 100%;
        border-radius: 20px;
        margin-top:30px;
        box-shadow: 10px 10px 30px 0px #7832911A;
    }
    .col_left_text
    {
        padding:10px;
    }
    .col_left_img
    {
        padding:10px;
    }
    .col_right_text
    {
        padding:10px;
    }
    .col_right_img
    {
        padding:10px;
    }
}
@media all and (min-width: 460px) and (max-width: 576px) 
{
    .container_default
    {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .container-fluid
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .main_block
    {
        padding: 30px 30px 0 30px;
        border-radius: 30px;
    }
    .second_block
    {
        padding: 30px 30px 0 100px;
        border-radius: 30px;
    }
    .insudtry_block
    {
        padding: 30px 30px 30px 30px;
        border-radius: 30px;
    }
    .text_block
    {
        padding: 30px;
        border-radius: 30px;
    }
    .banner_block
    {
        padding: 30px;
        border-radius: 30px;
    }
    .banner_left
    {
        padding: 30px;
    }
    .banner_right
    {
        padding: 30px;
    }
    .card1
    {
        padding: 20px;
        border-radius: 20px;
        background-color: #FFFFFF;
        box-shadow: 10px 10px 30px 0px #7832911A;
        margin-bottom: 30px;
        width: 100%;
    } 
    .text1
    {
        font-family: Inter;
        font-size: 36px;
        font-weight: 700;
        line-height: 52px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text2
    {
        font-family: Inter;
        font-size: 22px;
        font-weight: 400;
        line-height: 26px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text3
    {
        font-family: Inter;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text4
    {
        font-family: Inter;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text5
    {
        font-family: Inter;
        font-size: 40px;
        font-weight: 600;
        line-height: 0px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .img_blocks_right
    {
        width:100%;
        min-width: 100%;
        max-width: 100%;
        border-radius: 20px;
        margin-top:30px;
        box-shadow: 10px 10px 30px 0px #7832911A;
    }
    .img_blocks_left
    {
        width:100%;
        min-width: 100%;
        max-width: 100%;
        border-radius: 20px;
        margin-top:30px;
        box-shadow: 10px 10px 30px 0px #7832911A;
    }
    .col_left_text
    {
        padding:10px;
    }
    .col_left_img
    {
        padding:10px;
    }
    .col_right_text
    {
        padding:10px;
    }
    .col_right_img
    {
        padding:10px;
    }
}
@media all and (min-width: 576px) and (max-width: 768px) 
{
    .container_default
    {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
    .container-fluid
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .main_block
    {
        padding: 40px 40px 0 40px;
        border-radius: 40px;
    }
    .second_block
    {
        padding: 40px 40px 0 40px;
        border-radius: 40px;
    }
    .insudtry_block
    {
        padding: 40px 40px 40px 40px;
        border-radius: 40px;
    }
    .text_block
    {
        padding: 40px;
        border-radius: 40px;
    }
    .banner_block
    {
        padding: 40px;
        border-radius: 40px;
    }
    .banner_left
    {
        padding: 40px;
    }
    .banner_right
    {
        padding: 40px;
    }
    .card1
    {
        padding: 20px;
        border-radius: 20px;
        background-color: #FFFFFF;
        box-shadow: 10px 10px 30px 0px #7832911A;
        margin-bottom: 30px;
        width: 100%;
    } 
    .text1
    {
        font-family: Inter;
        font-size: 46px;
        font-weight: 700;
        line-height: 50px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text2
    {
        font-family: Inter;
        font-size: 22px;
        font-weight: 400;
        line-height: 26px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text3
    {
        font-family: Inter;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text4
    {
        font-family: Inter;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text5
    {
        font-family: Inter;
        font-size: 60px;
        font-weight: 600;
        line-height: 60px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }    
    .img_blocks_right
    {
        width:100%;
        min-width: 100%;
        max-width: 100%;
        border-radius: 20px;
        margin-top:30px;
        box-shadow: 10px 10px 30px 0px #7832911A;
    }
    .img_blocks_left
    {
        width:100%;
        min-width: 100%;
        max-width: 100%;
        border-radius: 20px;
        margin-top:30px;
        box-shadow: 10px 10px 30px 0px #7832911A;
    }
    .col_left_text
    {
        padding:10px;
    }
    .col_left_img
    {
        padding:10px;
    }
    .col_right_text
    {
        padding:10px;
    }
    .col_right_img
    {
        padding:10px;
    }
}
@media all and (min-width: 768px) and (max-width: 992px) 
{
    .container_default
    {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
    }
    .container-fluid
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .main_block
    {
        padding: 60px 60px 0 60px;
        border-radius: 40px;
    }
    .second_block
    {
        padding: 40px 40px 0 40px;
        border-radius: 40px;
    }
    .insudtry_block
    {
        padding: 40px 40px 40px 40px;
        border-radius: 40px;
    }
    .text_block
    {
        padding: 100px 0 100px 0px;
        border-radius: 40px;
    }
    .banner_block
    {
        border-radius: 40px;
    }
    .banner_left
    {
        padding: 100px 0 100px 100px;
    }
    .banner_right
    {
        padding: 10px 100px 10px 0;
    }
    .card1
    {
        padding: 20px;
        border-radius: 20px;
        background-color: #FFFFFF;
        box-shadow: 10px 10px 30px 0px #7832911A;
        margin-bottom: 30px;
        width: 100%;
    } 
    .text1
    {
        font-family: Inter;
        font-size: 46px;
        font-weight: 700;
        line-height: 50px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text2
    {
        font-family: Inter;
        font-size: 22px;
        font-weight: 400;
        line-height: 26px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text3
    {
        font-family: Inter;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text4
    {
        font-family: Inter;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text5
    {
        font-family: Inter;
        font-size: 60px;
        font-weight: 600;
        line-height: 60px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .img_blocks_right
    {
        width:100%;
        min-width: 100%;
        max-width: 100%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 10px 10px 30px 0px #7832911A;
    }
    .img_blocks_left
    {
        width:100%;
        min-width: 100%;
        max-width: 100%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: 10px 10px 30px 0px #7832911A;
    }
    .col_left_text
    {
        padding:0 30px 0 60px;
    }
    .col_left_img
    {
        padding-right:30px;
    }
    .col_right_text
    {
        padding:0 60px 0 30px;
    }
    .col_right_img
    {
        padding-left:30px;
    }
}
@media all and (min-width: 992px) and (max-width: 1200px) 
{
    .container_default
    {
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 60px;        
    }
    .container-fluid
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .main_block
    {
        padding: 100px 100px 0 100px;
        border-radius: 40px;
    }
    .second_block
    {
        padding: 100px 0 0 100px;
        border-radius: 40px;
    }
    .insudtry_block
    {
        padding: 100px 100px 100px 100px;
        border-radius: 40px;
    }
    .text_block
    {
        padding: 100px 0 100px 0px;
        border-radius: 40px;
    }
    .banner_block
    {
        border-radius: 40px;
    }
    .banner_left
    {
        padding: 100px 0 100px 100px;
    }
    .banner_right
    {
        padding: 10px 100px 10px 0;
    }
    .card1
    {
        padding: 20px;
        border-radius: 20px;
        background-color: #FFFFFF;
        box-shadow: 10px 10px 30px 0px #7832911A;
        margin-bottom: 30px;
    } 
    .text1
    {
        font-family: Inter;
        font-size: 46px;
        font-weight: 700;
        line-height: 50px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text2
    {
        font-family: Inter;
        font-size: 22px;
        font-weight: 400;
        line-height: 26px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text3
    {
        font-family: Inter;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text4
    {
        font-family: Inter;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text5
    {
        font-family: Inter;
        font-size: 60px;
        font-weight: 600;
        line-height: 60px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .img_blocks_right
    {
        width:100%;
        min-width: 100%;
        max-width: 100%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 10px 10px 30px 0px #7832911A;
    }
    .img_blocks_left
    {
        width:100%;
        min-width: 100%;
        max-width: 100%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: 10px 10px 30px 0px #7832911A;
    }
    .col_left_text
    {
        padding:0 30px 0 60px;
    }
    .col_left_img
    {
        padding-right:30px;
    }
    .col_right_text
    {
        padding:0 60px 0 30px;
    }
    .col_right_img
    {
        padding-left:30px;
    } 
}
@media all and (min-width: 1200px)  and (max-width: 1400px)
{
    .container_default
    {
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 60px;        
    }
    .container-fluid
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .main_block
    {
        padding: 100px 100px 0 100px;
        border-radius: 40px;
    }
    .second_block
    {
        padding: 100px 0 0 100px;
        border-radius: 40px;
    }
    .insudtry_block
    {
        padding: 100px 100px 100px 100px;
        border-radius: 40px;
    }
    .text_block
    {
        padding: 100px 0 100px 0px;
        border-radius: 40px;
    }
    .banner_block
    {
        border-radius: 40px;
    }
    .banner_left
    {
        padding: 100px 0 100px 100px;
    }
    .banner_right
    {
        padding: 10px 100px 10px 0;
    }
    .card1
    {
        padding: 20px;
        border-radius: 20px;
        background-color: #FFFFFF;
        box-shadow: 10px 10px 30px 0px #7832911A;
        margin-bottom: 30px;
    } 
    .text1
    {
        font-family: Inter;
        font-size: 46px;
        font-weight: 700;
        line-height: 50px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text2
    {
        font-family: Inter;
        font-size: 22px;
        font-weight: 400;
        line-height: 26px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text3
    {
        font-family: Inter;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text4
    {
        font-family: Inter;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text5
    {
        font-family: Inter;
        font-size: 60px;
        font-weight: 600;
        line-height: 60px;
        
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .img_blocks_right
    {
        width:100%;
        min-width: 100%;
        max-width: 100%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 10px 10px 30px 0px #7832911A;
    }
    .img_blocks_left
    {
        width:100%;
        min-width: 100%;
        max-width: 100%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: 10px 10px 30px 0px #7832911A;
    }
    .col_left_text
    {
        padding:0 60px 0 100px;
    }
    .col_left_img
    {
        padding-right:60px;
    }
    .col_right_text
    {
        padding:0 100px 0 60px;
    }
    .col_right_img
    {
        padding-left:60px;
    } 
}
@media all and (min-width: 1400px) 
{
    .container_default
    {
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 60px;        
    }
    .container-fluid
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .main_block
    {
        padding: 100px 100px 0 100px;
        border-radius: 40px;
    }
    .second_block
    {
        padding: 100px 0 0 100px;
        border-radius: 40px;
    }
    .insudtry_block
    {
        padding: 100px 100px 100px 100px;
        border-radius: 40px;
    }
    .text_block
    {
        padding: 100px 0 100px 0px;
        border-radius: 40px;
    }
    .banner_block
    {
        border-radius: 40px;
    }
    .banner_left
    {
        padding: 100px 0 100px 100px;
    }
    .banner_right
    {
        padding: 10px 100px 10px 0;
    }
    .card1
    {
        padding: 30px;
        border-radius: 20px;
        background-color: #FFFFFF;
        box-shadow: 10px 10px 30px 0px #7832911A;
        margin-bottom: 30px;
    }    
    .text1
    {
        font-family: Inter;
        font-size: 46px;
        font-weight: 700;
        line-height: 50px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text2
    {
        font-family: Inter;
        font-size: 22px;
        font-weight: 400;
        line-height: 26px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text3
    {
        font-family: Inter;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text4
    {
        font-family: Inter;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .text5
    {
        font-family: Inter;
        font-size: 60px;
        font-weight: 600;
        line-height: 60px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .img_blocks_right
    {
        width:100%;
        min-width: 100%;
        max-width: 100%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 10px 10px 30px 0px #7832911A;
    }
    .img_blocks_left
    {
        width:100%;
        min-width: 100%;
        max-width: 100%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: 10px 10px 30px 0px #7832911A;
    }
    .col_left_text
    {
        padding:0 60px 0 100px;
    }
    .col_left_img
    {
        padding-right:60px;
    }
    .col_right_text
    {
        padding:0 100px 0 60px;
    }
    .col_right_img
    {
        padding-left:60px;
    } 
}
/*Common tags*/
html
{
    min-width:360px;
    height: 101%;
}
body
{
    background-color: #ffffff;
    height: 101%;
}
ul, ol
{
    padding-inline-start: 20px;
}

/*Margins*/
.margin_bottom_10
{
    margin-bottom: 10px;
}
.margin_bottom_20
{
    margin-bottom: 20px;
}
.margin_bottom_30
{
    margin-bottom: 30px;
}
.margin_bottom_40
{
    margin-bottom: 40px;
}
.margin_bottom_50
{
    margin-bottom: 50px;
}
.margin_bottom_50
{
    margin-bottom: 50px;
}
.margin_bottom_100
{
    margin-bottom: 100px;
}
.margin_top_30
{
    margin-top:30px;
}
.margin_0
{
    margin: 0;
}

/*Paddings*/
.padding_0
{
    padding:0 0 0 0;
}
.padding_10
{
    padding:10px 10px 10px 10px;
}
.padding_10_vert
{
    padding:10px 0;
}
.padding_20
{
    padding:20px 20px 20px 20px;
}
.padding_30
{
    padding:30px;
}
.padding_left_20
{
    padding-left:20px;
}
.padding_left_10
{
    padding-left:10px;
}
.padding_bottom_10
{
    padding-bottom:10px;
}
.padding_bottom_20
{
    padding-bottom:20px;
}
.padding_right_60
{
    padding-right:60px;
}
.padding_right_40
{
    padding-right:40px;
}
.padding_right_20
{
    padding-right:20px;
}
.padding_right_10
{
    padding-right:10px;
}
.padding_top_10
{
    padding-top:10px;
}
.padding_top_20
{
    padding-top:20px;
}

/*Images*/
.img_logo
{
    max-height: 30px;
    max-width: 100%;
}
.img_main
{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.img_delimeter
{
    height:100%;
}
.img_workers
{
    width:100%;
    min-width: 100%;
    max-width: 100%;
}
.img_banner
{
    max-height: 100%;
    max-width: 100%;    
}

/*Background colors*/
.bg_color_1
{
    background:#ffffff;
}
.bg_color_2
{
    background-image:url('https://goodt-wfm.ru/image/main_bg.png'); 
    background-size: cover;
}
.bg_color_3
{
    background: #FCF5FF;
}
.bg_color_4
{
    background-image:url('https://goodt-wfm.ru/image/main_bg.png'); 
    background-size: cover;
    background-position: center;
}
.bg_color_5
{
    background-image:url('https://goodt-wfm.ru/image/main_bg.png'); 
    background-size: cover;
    background-position: top;
}
.bg_color_6
{
    border-radius: 20px;
    background: #FFFFFF33;
}


/*Hrefs and texts*/
.bold
{
    font-weight: bold;
}
.text-color1
{
    color:#181818;
}
.text-color2
{
    color:#FFFFFF;
}
.text-color3
{
    color:#E6A1FF;
}
.text-color4
{
    color:#783291;
}

.href_common
{
    color:#FFFFFF;
    text-decoration: none;
}
.href_common:hover
{
    color:#FFFFFF;
    text-decoration: underline;
}

/*Buttons*/
.button_main
{
    border-radius: 10px;
    height: 60px;
    font-family: Inter;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    padding: 18px 37px;
    outline: none !important;
    box-shadow: none;
}
.button_main_1
{
    border-radius: 25px;
    height: 50px;
    font-family: Inter;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding: 16px 37px;
    outline: none !important;
    box-shadow: none;
}
.button_common_1
{
    color:#ffffff;
    border: 1px solid #783291;
    background-color: #783291;
}
.button_common_1:hover
{
    color:#181818;
    border: 1px solid #E6A1FF;    
    background-color: #E6A1FF;
}
.button_common_2
{
    color:#181818;
    border: 1px solid #ffffff;    
    background-color: #ffffff;
}
.button_common_2:hover
{
    color:#181818;
    border: 1px solid #E6A1FF;
    background-color: #E6A1FF;   
}
.button_common_3
{
    color:#ffffff;
    border: 1px solid #ffffff;
    background-color: rgba(255,255,255,0);
}
.button_common_3:hover
{
    color:#E6A1FF;
    border: 1px solid #E6A1FF;
    background-color: rgba(255,255,255,0);
}

/*Other*/
.delimeter
{
    clear: both;
}
.float_right
{
    float: right;
}
.float_left
{
    float: left;
}
.border_10
{
    border-radius: 10px;
}
.border_20
{
    border-radius: 20px;
}
.border_20_left
{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.img_delim_block
{
    width:20px;
    max-width:20px;
    min-width:20px;
}
.card2
{
    padding: 20px;
    border-radius: 20px;
    background-color: #FFFFFF;    
}
.shadow_block1 
{
    background: #FFFFFF;    
    border-radius: 20px;
    border: 1px solid #DADADA;
}
.shadow_block1:hover
{
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #DADADA;
    /*border: 1px solid #783291;*/
}
.main_menu
{
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    line-height: 60px;
}
.index_contact_form_input
{
    background: rgba(255,255,255,0);
    border: 0px;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0px;
    box-sizing: border-box;    
    outline:none !important;
    outline-width: 0 !important;
    -webkit-appearance:none;
    box-shadow: none !important;
    width:100%;
    padding-left:10px;
    font-size: 15px;
    font-weight: 400;
    font-family: Inter;
    color:#FFFFFF;
}
.index_contact_form_input:focus
{
    outline:none !important;
    outline-width: 0 !important;
    -webkit-appearance:none;
    box-shadow: none !important;
    border-bottom: 1px solid #FFFFFF;
    background: rgba(255,255,255,0);
    color:#FFFFFF;
}
.index_contact_form_input::placeholder 
{
    color:#FFFFFF88;
}
.index_contact_form_input1
{
    background: rgba(255,255,255,0);
    border: 0px;
    border-bottom: 1px solid #181818;
    border-radius: 0px;
    box-sizing: border-box;    
    outline:none !important;
    outline-width: 0 !important;
    -webkit-appearance:none;
    box-shadow: none !important;
    width:100%;
    padding-left:10px;
    font-size: 15px;
    font-weight: 400;
    font-family: Inter;
    color:#181818;
}
.index_contact_form_input1:focus
{
    outline:none !important;
    outline-width: 0 !important;
    -webkit-appearance:none;
    box-shadow: none !important;
    border-bottom: 1px solid #181818;
    background: rgba(255,255,255,0);
    color:#181818;
}
.index_contact_form_input1::placeholder 
{
    color:#18181888;
}
.custom-checkbox 
{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox+label 
{
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.custom-checkbox+label::before 
{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    background-image: url("https://goodt-wfm.ru/image/checkbox1.svg");
    background-size: cover;
    margin-right:10px;
}
.custom-checkbox:checked+label::before 
{
    width: 15px;
    height: 15px;
    background-image: url("https://goodt-wfm.ru/image/checkbox2.svg");
    background-size: cover;
}
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before 
{
    width: 15px;
    height: 15px;
    background-image: url("https://goodt-wfm.ru/image/checkbox1.svg");
    background-size: cover;
}
.custom-checkbox1 
{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox1+label 
{
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.custom-checkbox1+label::before 
{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    background-image: url("https://goodt-wfm.ru/image/checkbox1_1.svg");
    background-size: cover;
    margin-right:10px;
}
.custom-checkbox1:checked+label::before 
{
    width: 15px;
    height: 15px;
    background-image: url("https://goodt-wfm.ru/image/checkbox2_1.svg");
    background-size: cover;
}
.custom-checkbox1:not(:disabled):not(:checked)+label:hover::before 
{
    width: 15px;
    height: 15px;
    background-image: url("https://goodt-wfm.ru/image/checkbox1_1.svg");
    background-size: cover;
}
  