:root {
   --color1:#000000;
   --color2:#373737;
   --color3:#272727;
   --color4:#1A4A45;

    --font-size-menu:16px;
    --font-big-title:128px;
    --font-medium-title:64px;
    --font-smaller-medium-title:61px;
    --font-small-title:32px;
    --font-medium-text:20px;
}

body{
    background-color: #EEEDE0;
    font-family: 'Roboto';
    font-weight: normal;
    color: var(--color1);

}
.center_block{
    max-width:1386px;
    margin:0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.header.special_header{
    height: 60px;
    transition: 200ms linear;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
}
.header{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 140px;
    background-color: #EEEDE0;
    z-index: 100;
    transition: 200ms linear;
}
.top_padding{
    padding-top:140px;
}
.flex_menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menu_item:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 2px;
    height: 2px;
    background-color: #E0B63C;
    transition: 400ms linear;
}
.menu_item{
    font-weight: 600;
    font-size: var(--font-size-menu);
    color:  var(--color1);
    text-transform: uppercase;
    margin-left: 27px;
    position: relative;
    line-height: 1;
    transition: 400ms linear;
}
.big_title{
    font-weight: bold;
    font-size: var(--font-big-title);
    color:  var(--color2);
    line-height: 1;
    margin-bottom: 37px;
}
.small_title{
    font-weight: normal;
    font-size: var(--font-small-title);
    color:  var(--color3);
    line-height: 1.18;
    margin-bottom: 66px;
    max-width: 740px;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.list_text{
    font-weight: normal;
    font-size:var(--font-medium-text);
    color:  var(--color1);
    line-height: 1.4;
    margin-right: 74px;
    position: relative;
    padding-left: 60px;
    box-sizing: border-box;
}
.list_text:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 41px;
    background-image: url("../img/arr.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.button_style img{
    width: 45px;
    margin-left: 16px;
}
.button_style{
    font-size: var(--font-medium-text);
    color:var(--color4);
    min-width: 192px;
    padding-left: 32px;
    padding-right: 32px;
    height: 59px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background: #F9D365;
    font-weight: 700;
    cursor: pointer;
    transition: 400ms linear;
    box-sizing: border-box;
}
.bottom_margin{
    padding-bottom: 160px;
}
.medium_title{
    font-size: var(--font-medium-title);
    color:var(--color2);
    font-weight: bold;
    line-height: 1;
}
.description p{
    padding-bottom: 20px;
}
.description{
    font-size: var(--font-medium-text);
    color:var(--color4);
    font-weight: normal;
    line-height: 1.4;
}
.block{
    max-width: 525px;
}
.m-b-1{
    margin-bottom: 46px;
}
.who_we_are_block{
    position: relative;
}
.image img{
   max-height: 100%;
}
.image{
    position: absolute;
    top: -160px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    bottom: 0;
    z-index: -1;
}
.logo img {
    height: 100px;
    margin-bottom: 40px;
}
.advantages_block{
    width: 100%;
    padding: 130px 40px;
    box-sizing: border-box;
    border-radius: 96px;
    background: #96D993;
    background: linear-gradient(125deg, rgba(150, 217, 147, 1) 0%, rgba(84, 174, 129, 1) 43%, rgba(22, 125, 118, 1) 100%);
    position: relative;
    padding-top: 200px;
}
.line_image img{
    height: 100%;
    margin: 0 auto;
    display: block;
}
.line_image:before{
    content: '';
    position: absolute;
    right: 100%;
    top: 100%;
    width: 74px;
    height: 63px;
    background-image: url(../img/arr2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    margin-right: 20px;
    margin-top: -10px;
}
.line_image{
    height: 678px;
    margin: 0 auto;
    width: 249px;
    position: relative;
}
.line{
    width: 100%;
    position: relative;
    padding-right: 187px;
    box-sizing: border-box;
}
.benefit_item:first-child{
    left: 50%;
    top: 0;
    margin-left: 50px;
    width: calc(50% - 50px);
    margin-top: 25px;
}
.benefit_item:nth-child(2):before{
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

.benefit_item:nth-child(2){
    right:50%;
    top: 200px;
    text-align: right;
    margin-right: 54px;
   width: calc(50% - 54px);
}
.benefit_item:nth-child(3){
    left: 50%;
   top: 400px;
    margin-left: 17px;
    width: calc(50% - 17px);
}
.benefit_item:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 27px;
    background-image: url("../img/arr.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.benefit_item{
    position: absolute;
    max-width: 573px;
    padding-left: 37px;
    padding-right: 37px;
    box-sizing: border-box;
}
.benefit_title{
    font-size: var(--font-small-title);
    color:#ffffff;
    font-weight: bold;
    line-height: 1.18;
    margin-bottom: 18px;
}
.benefit_description{
    font-size: var(--font-medium-text);
    color:#ffffff;
    font-weight: normal;
    line-height: 1.4;
}
.benefit_block_title{
    position: absolute;
    top: 145px;
    left: 50%;
    transform: translateX(-100%);
    margin-left: -90px;
}
.padding_class{
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
}
.white_color{
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
}
.smaller_medium{
    font-size:var(--font-smaller-medium-title);
    margin-bottom: 18px;
    margin-top: 30px;
}
.form{
    max-width: 522px;
    margin:  0 auto;
}
.form-group label{
    font-size: var(--font-medium-text);
    line-height: 1.4;
    margin-bottom: 8px;
}
.form-group{
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    position: relative;
}
input.form-control{
    height: 56px;
    border-radius: 16px;
    width: 100%;
    border: 2px solid #177D76;
    outline: none;
    background-color: transparent;
    padding:0 20px;
    box-sizing: border-box;
    font-size: var(--font-medium-text);
}
.phone_mask{
    max-width: 246px;
}
input.button_style{
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-weight: 700;
    font-family: 'Roboto';
}
.small_bottom_margin{
    padding-bottom: 60px;
}
.contact_block{
    position: relative;
    padding-bottom: 200px;
    overflow: hidden;
}
.contact_image img{
    width: 100%;
}
.contact_image{
    position: absolute;
    bottom: 0;
    width: 368px;
    height: 144px;
    left: 50%;
    transform: translateX(-100%);
    margin-left: -100px;
}
.form_button_group{
    display: flex;
    justify-content: center;
    margin-top: 46px;

}
.popup_style{
    position: fixed;
    background-color: rgba(0, 0, 0, 0.72);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1111;
}
.panel_popup {
    width: 700px;
    border-radius: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
}
.close_popup img{
    width: 100%;
}
.close_popup{
    position: absolute;
    right: 56px;
    top: 50px;
    width: 37px;
    height: 38px;
    cursor: pointer;
    transition: 400ms linear;
}
.file_button span{
    font-size: var(--font-medium-text);
    color: #ffffff;
    font-weight: normal;
    transition: 400ms linear;
}
.file_button{
    width: 246px;
    background-color: #177D76;
    height: 56px;
    border-radius: 16px;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 400ms linear;
}
.file_button input{
   opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
}
.spec_text{
    font-size: 16px;
    position: absolute;
    left: 276px;
    color: #000000;
    font-style: italic;
    font-weight: normal;
}
.telegram_button{
    height: 81px;
}
.flex_button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.text_block {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding-right: 187px;
    margin: 0 auto;
}
.text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 249px;
}
.text .white_color{
    text-align: left;
    margin-left: 0;
    white-space: nowrap;
}
.text .flex_button{
    margin-top: 56px;
    white-space: nowrap;
}
.popup_text_panel{
    width: 70%;
    max-width: 1378px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 70vh;
    background-color: #ffffff;
    border-radius: 96px;
    display: flex;
    align-items: center;
}
.popup_scroll{
    /*top: 120px;*/
    /*bottom: 100px;*/
    /*left: 0;*/
    width: 100%;
    overflow-y: auto;
    padding: 0 96px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.description a{
    color: #177D76;
    text-decoration: underline;
}
.big_description{
    font-size: var(--font-medium-text);
}
.biggest_description{
    font-size: var(--font-medium-text);
    text-align: center;
    color: #167D76;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 36px;
}
.left_button{
    justify-content: flex-start;
    margin-top: 47px;
}

.file_button.error {
    background-color: #dc3545 !important;
    border: 2px solid #dc3545;
}

.file_button.file_selected {
    background-color: #28a745;
}

.file_button.file_selected span {
    color: white;
    font-weight: bold;
}

.file_error {
    color: #dc3545 !important;
    font-size: 12px !important;
    margin-top: 5px !important;
    font-weight: bold;
}

input[type="submit"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
