.section_form_section {
    position: relative;
    background: url(../img/form-footer.png) no-repeat top center;
    padding: 86px 0 67px;
    background-size: cover;
}
.wrapper_ff {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 20px;
}
.title_section {
    text-align: center;
}
.section_form_section .under_title_section {
    text-transform: none;
    color: #ffffff;
    font-size: 21px;
    margin-top: 26px;
    letter-spacing: 0.4px;
}
.under_title_section {
    font-size: 36px;
    text-align: center;
    font-family: "Fira Sans Medium";
    color: #f9f4ee;
    text-transform: uppercase;
    margin-top: 22px;
    line-height: normal;
    letter-spacing: 1px;
}
.section_form_section .form_block {
    width: 690px;
    margin: 64px auto 0;
}
.section_form_section .title_section .title {
    color: #ffffff;
    font-size: 32px;
    text-transform: none;
    line-height: 50px;
}
.attached-file {
    color: white;
    text-align: center;
    font-size: 16px;
    display: none;
}
.sessid input {
    font-size: 22px;
    color: #2e2e2e;
}
.section_form_section .form_block .flex_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 36px;
}
.section_form_section .form_block .flex_block .left_form {
    width: 270px;
}
.section_form_section .form_block .flex_block textarea, .section_form_section .form_block .flex_block .inp_text {
    font-size: 20px;
    color: #2e2e2e;
    background: #ffffff;
    height: 52px;
    width: 100%;
    border: 1px solid #848484;
    outline: none;
    margin-bottom: 17px;
    padding: 0 20px;
    letter-spacing: .3px;
}
.section_form_section .form_block .flex_block textarea:last-child, .section_form_section .form_block .flex_block .inp_text:last-child {
    margin-bottom: 0;
}
.section_form_section .form_block .flex_block .right_form {
    width: 400px;
}
.section_form_section .form_block .flex_block textarea:last-child, .section_form_section .form_block .flex_block .inp_text:last-child {
    margin-bottom: 0;
}
.section_form_section .form_block .flex_block textarea {
    height: auto;
    min-height: 121px;
    resize: none;
    padding: 14px 20px;
}
.section_form_section .form_block .flex_block textarea, .section_form_section .form_block .flex_block .inp_text {
    font-size: 20px;
    color: #2e2e2e;
    background: #ffffff;
    height: 52px;
    width: 100%;
    border: 1px solid #848484;
    outline: none;
    margin-bottom: 17px;
    padding: 0 20px;
    letter-spacing: .3px;
}
.section_form_section .form_block .flex_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 36px;
}
.section_form_section .form_block .flex_block .inp_attech label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    color: #ffffff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 8px 30px;
}
.block_13 .attach_white {
    display: block;
    width: 20px;
    height: 23px;
    background: url(../icons/attach_icon.svg) no-repeat left top;
}
.block_13 .attach_orange {
    display: none;
    width: 20px;
    height: 23px;
    background: url(/local/templates/stroya/css/../images/attach_orange.svg) no-repeat left top;
}
.section_form_section .form_block .flex_block .inp_attech label em {
    border-bottom: 1px dashed #ffffff;
    margin: 0 8px;
    line-height: 20px;
}
.section_form_section .form_block .flex_block .inp_attech label .attach_input {
    display: none;
}
.section_form_section .form_block .flex_block .submit_form {
    width: 100%;
    height: 57px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 4px 12px #02a341;
    background: #00d165;
    color: #ffffff;
    outline: none;
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	cursor: pointer;
}
.block_13 .agree_text {
    text-align: center;
    color: white;
}
.agree_text {
    font-size: 12px;
    color: #404c54;
}
.block_13 .agree_text .policy_link {
    color: white;
}
.policy_link {
    text-decoration: underline;
    color: #404c54;
}
input[name="lastname"], .lastname-block {
    visibility: hidden;
    overflow: hidden;
    height: 1px;
    opacity: 0;
}
.lastname-block label {
    font-size: 22px;
    font-family: "Fira Sans Regular";
    color: #2e2e2e;
}
input[name="lastname"], .lastname-block {
    visibility: hidden;
    overflow: hidden;
    height: 1px;
    opacity: 0;
}
.attached-file {
    color: white;
    text-align: center;
    font-size: 16px;
    display: none;
}
.section_form_section .form_block .flex_block textarea {
    height: auto;
    min-height: 121px;
    resize: none;
    padding: 14px 20px;
}
/*little_form*/
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
#popup-good {
    background: #F9F6F3;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 14px solid #00d157;
    padding: 44px 20px 105px;
    position: relative;
    clip-path: polygon(40px 0%, 100% 0, 100% 100%, 0 100%, 0% 40px);
}
#popup-good .h3 {
    color: #2a3844;
    font-size: 50px;
    font-family: 'Fira Sans ExtraBold';
    margin-bottom: 80px;
}
#popup-good .h4 {
    line-height: normal;
}
#popup-good .mfp-close {
    position: absolute;
    content: "";
    right: 17px;
    top: 17px;
    background: url(/local/templates/stroya/css/../images/close_thanks.webp) no-repeat center center;
    width: 26px;
    height: 26px;
    cursor: pointer;
    opacity: 1;
    text-indent: -9999px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
/*little_form*/
/*Advantages*/
.section_advantages {
    background: #f7f6f5;
    position: relative;
}
.section_advantages .wrapper_adv {
    max-width: 1150px;
}
.wrapper_adv {
    margin: 0 auto;
    padding: 0 20px;
}
.section_advantages .title_section {
    top: 33px;
}
.section_advantages .title_section {
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
}
.title_section {
    text-align: center;
}
.section_advantages .flex_block {
    padding: 262px 28px 0;
}
.section_advantages .flex_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    /*padding-top: 204px;*/
	padding-top: 249px;
    overflow-x: hidden;
}
.section_advantages .title_section .icon, .icon_h {
    background-image: url(../img/group-of-projects-80.png);
}
.title_section .icon, .icon_h {
    width: 85px;
    height: 71px;
    background: url(../img/group-of-projects-80.png) no-repeat center;
}
.title_section .icon, .icon_h {
    display: inline-block;
    position: relative;
}
.section_advantages .title_section .title {
    color: #2e2e2e;
    margin-top: 12px;
}
.title_section .title {
    line-height: normal;
}
.title_section .title {
    font-size: 40px;
    font-family: "Fira Sans ExtraBold";
    color: #f9f4ee;
    text-transform: uppercase;
    margin-top: 30px;
    letter-spacing: 1.2px;
}
.section_advantages .under_title_section {
    margin-top: 19px;
    letter-spacing: -0.6px;
}
.section_advantages .under_title_section {
    color: #2e2e2e;
    font-size: 28px;
    letter-spacing: 1.2px;
    margin-top: 5px;
}
.under_title_section {
    font-size: 36px;
    text-align: center;
    font-family: "Fira Sans Medium";
    color: #f9f4ee;
    text-transform: uppercase;
    margin-top: 22px;
    line-height: normal;
    letter-spacing: 1px;
}
.section_advantages .title_section .icon:before, .icon_h:before{
    background: #00d157;
}
.title_section .icon:before, .icon_h:before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: -118px;
    width: 97px;
    height: 3px;
    background: #f9f3ed;
}
.section_advantages .title_section .icon:after, .icon_h:after {
    background: #00d157;
}
.title_section .icon:after, .icon_h:after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: -118px;
    width: 97px;
    height: 3px;
    background: #f9f3ed;
}
.icon_h:after , .icon_h:before{
    background: #00d157 !important;
}
.section_advantages .flex_block:before {
    top: 392px;
}
.section_advantages .flex_block:before {
    content: "";
    position: absolute;
    /*top: 364px;*/
	top: 407px;
    left: 10%;
    right: 0;
    width: 80%;
    height: 3px;
    background: #00d157;
}
.section_advantages .flex_block .block {
    max-width: 405px;
}
.section_advantages .flex_block .block {
    /* padding: 80px; */
    max-width: 430px;
    text-align: left;
}
.section_advantages .flex_block:after {
    top: 232px;
    height: 163px;
}
.section_advantages .flex_block:after {
    content: "";
    position: absolute;
    /*top: 288px;*/
	top: 331px;
    left: calc(50% - 4px);
    width: 3px;
    height: 77px;
    background: #00d157;
}
.section_advantages .flex_block .block .top_img {
    position: relative;
    background: #ffffff;
    border: 15px solid #00d157;
    width: 260px;
    height: 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 75px;
    display: inline-block;
}
.section_advantages .flex_block .block .title_block {
    margin-top: 83px;
    font-size: 36px;
    line-height: 42px;
    margin-left: 76px;
}
.section_advantages .flex_block .block .title_block {
    text-align: center;
    font-size: 40px;
    font-family: "Fira Sans ExtraBold";
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-left: 50px;
    margin-top: 123px;
	text-decoration: none;
}
.section_advantages .flex_block .block .block_list {
    margin-top: 42px;
}
.block_7 .flex_block .block .top_img:before {
    content: "";
    display: block;
    width: 358px;
    height: 330px;
    background: url(../img/advantages_img_3.png) no-repeat center/contain;
    transform: rotate(45deg);
    position: absolute;
    left: -55px;
    top: -40px;
}
.block_7 .flex_block .block:last-child .top_img:before {
    width: 363px;
    height: 363px;
    background: url(../img/advantages_img_2.png) no-repeat center/contain;
    left: -67px;
    top: -62px;
}
.section_advantages .flex_block .block .block_list ul li .text_info_list .name_block {
    line-height: 26px;
	text-transform: uppercase;
    letter-spacing: .6px;
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 17px;
}
.block_7 .flex_block .block .block_list ul li .icon_list {
    background: url(../img/list_icon_1.png) no-repeat center/contain;
    height: 87px;
}
.section_advantages .flex_block .block .block_list ul li .icon_list {
    float: left;
    width: 75px;
    margin-top: 17px;
    text-align: center;
}
.block_7 .flex_block .block .block_list ul li:nth-child(2) .icon_list {
    background-image: url(../img/list_icon_2.png);
    height: 87px;
}
.block_7 .flex_block .block .block_list ul li:nth-child(3) .icon_list {
    background-image: url(../img/list_icon_3.png);
    height: 87px;
}
.block_7 .flex_block .block:last-child .block_list ul li:nth-child(1) .icon_list {
    background-image: url(../img/list_icon_4.png);
    height: 62px;
}
.block_7 .flex_block .block:last-child .block_list ul li:nth-child(2) .icon_list {
    background-image: url(../img/list_icon_5.png);
    height: 62px;
}
.block_7 .flex_block .block:last-child .block_list ul li:nth-child(3) .icon_list {
    background-image: url(../img/list_icon_6.png);
    height: 62px;
}
.block_7 .flex_block .block:last-child .block_list ul li .text_info_list {
    width: calc(100% - 85px);
}
.section_advantages .flex_block .block .block_list ul li .text_info_list {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 75px);
    padding: 10px 7px 10px 30px;
}
.icon_h {
    width: 85px;
    height: 71px;
    background: url(../img/group-of-projects-80.png) no-repeat center;
	display: inline-block;
    position: relative;
}
.icon_h2 {
    width: 85px;
    height: 71px;
    background: url(../img/icons8-path-steps-64.png) no-repeat center;
	display: inline-block;
    position: relative;
}
.icon_h3 {
    width: 85px;
    height: 71px;
    background: url(../img/icons8-checkmark-80.png) no-repeat center;
	display: inline-block;
    position: relative;
	margin-bottom: 19px;
}
.icon_h4 {
    width: 85px;
    height: 71px;
    background: url(../img/icons8-chat-message-80.png) no-repeat center;
	display: inline-block;
    position: relative;
	margin-bottom: 6px;
}
.icon_h:before, .icon_h2:before, .icon_h3:before, .icon_h4:before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: -118px;
    width: 97px;
    height: 3px;
    background: #f9f3ed;
}
.icon_h:after, .icon_h2:after, .icon_h3:after, .icon_h4:after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: -118px;
    width: 97px;
    height: 3px;
    background: #f9f3ed;
}
.icon_h:after , .icon_h:before, .icon_h2:after , .icon_h2:before, .icon_h3:after , .icon_h3:before, .icon_h4:after , .icon_h4:before{
    background: #00d157 !important;
}
/*Advantages*/