*,
*::before,
*::after {
    box-sizing: border-box;
}
html,body
{
    margin: 0;
    padding: 0;
}
html {
    min-height: 100%;
    font-size: 10px;
}
@media (min-width: 1920px) {
    html {
        /*font-size: 12px*/
    }
}
@media (max-width: 1600px) {
    html {
        font-size: 9px;
    }
}
@media (max-width: 1200px) {
    html {
        font-size: 8px;
    }
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    font-family: 'Roboto', sans-serif;
    /*background-color: #0061FF;*/

}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.2;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        /*max-width: 540px;*/
        max-width: 660px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        /*max-width: 1320px;*/
        max-width: 1440px;
    }
}
@media (min-width: 1600px) {
    .container {
        /*max-width: 1320px;*/
        max-width: 1920px;
    }
}
.page_flat_logo {
  text-align: center;
    margin-top: 10px;
}
.page_flat_box1 {
    display: flex;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 120px;
    justify-content: space-between;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

.page_flat_box1_l div:first-child {
    font-size: 19px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
}
.page_flat_box1_l div:last-child {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: #000;
}
.page_flat_box1_r div:first-child {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}
.page_flat_box1_r div:last-child {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: #000;
}
.page_flat_box2_l_box {
    margin-bottom: 50px;
}
.page_flat_box2_l_box_line {
    display: flex;
}
.page_flat_box2_l_box_line div{
    width: 50%;
}
.page_flat_box2 {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}
.page_flat_box2_l {
    width: 66%;
}
.page_flat_box2_r {
    width: 33%;
    padding-left: 15px;
}
.page_flat_box2_l_box_line_l {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}
.page_flat_box2_l_box_line_r {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}
.page_flat_box2_l_box_line_r span{
    color: #4fa1f2;
}
.page_flat_box2_l_title {
     font-size: 15px;
     line-height: 40px;
     font-weight: 700;
     color: #000;
 }
.page_flat_box2_l_title2 {
    font-size: 12px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}
.page_flat_box2_r_title {
    font-size: 15px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
}
.page_flat_box2_r_boximg {
    max-width: 400px;
    height: 300px;
    border: solid 1px #f0f0f0;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 100px;
}
.page_flat_box2_r_boximg img {
  max-width: 100%;
	height: auto;
}
.form__buttonBlock__but {
    max-width: 300px;
    width: 100%;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.7rem;
    min-height: 5.2rem;
    background: -webkit-gradient(linear,right top,left top,from(#4a59e6),to(#b80cb2));
    background: -o-linear-gradient(right,#4a59e6 0,#b80cb2 100%);
    background: linear-gradient(270deg,#4a59e6 0,#b80cb2 100%);
    border-radius: 9px;
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-align: center;
    letter-spacing: -.24px;
    cursor: pointer;
    border: none;
}
.form__buttonBlock__but {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s;
    will-change: transform;
}
.form__buttonBlock__but:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.page_flat_box2_l_text {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}
a {
    color: #2f8fef;
    text-decoration: none;
}
a:hover {
   color: #ee5653;
}
.link-doc {
    font-size: 12px;
    line-height: 27px;
    font-weight: 400;
    color: #2f8fef;
    text-decoration: none;
}
.link-doc:hover {
   color: #ee5653;
}
.page_flat_box3 {
   max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
.page_flat_box3_item {
   margin: 35px;
}
.page_flat_box3_item img {
    display: block;
    width: 100%;
}
.page_home_box1 {
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 35px;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}
.page_home_box1_input-group {
   display: flex;
    margin-bottom: 30px;
}
.page_home_box1_input-group input{
    height: 42px;
    padding: 0 15px;
    border: solid 1px #f0f0f0;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    border-radius: 5px;
}
.page_home_box1_input-group2 input {
    line-height: 27px;
    font-size: 18px;
    font-weight: 400;
    
}
.page_home_box1_input-group input.w130{
    width: 130px;
}
.page_home_box1_input-group_in1 {
    margin-right: 40px;
}
.page_home_box1_input-group_in2 {
    margin-right: 10px;
}
.page_home_box1_input-group_in2_flex {
    display: flex;
    flex-wrap: wrap;
}
.page_home_box1_input-group_in2 input{
    margin-right: 10px;
}
.page_home_box1_input-group_in3 {
    margin-right: 20px;
}
.page_home_box1_input-group_in3_flex {
    display: flex;
    flex-wrap: wrap
}
.page_home_box1_input-group_in3 div input[type="checkbox"] {
    opacity: 0;
    display: none;
}
.page_home_box1_input-group_in3 div label {
    line-height: 27px;
    font-size: 18px;
    font-weight: 400;
    color: #252525;
    height: 42px;
    width: 42px;
    position: relative;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 5px;
}
.page_home_box1_input-group_in3 div input[type="checkbox"] ~ label:before {
    content: '';
    text-align: center;
    color: white;
    line-height: 15px;
    width: 42px;
    height: 42px;
    border: solid 1px #f0f0f0;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.page_home_box1_input-group_in3 div input[type="checkbox"]:checked ~ label:before {
    background-color: #f0f0f0;
    color: #000;
}
.page_home_box1_input-group_in3_title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #252525;
    border: solid 1px #f0f0f0;
    border-radius: 5px;
    width: 95px;
    height: 42px;
    margin-left: 5px;
    line-height: 27px;
    font-size: 18px;
    font-weight: 400;
}

.page_home_box1_input-group_in3 div.w95 label {
    width: 95px;
}
.page_home_box1_input-group_in3 div.w95 input[type="checkbox"] ~ label:before {
    width: 95px;
}
.page_home_box1_input-group_in3 div.w160 label {
    width: 160px;
}
.page_home_box1_input-group_in3 div.w160 input[type="checkbox"] ~ label:before {
    width: 160px;
}
.page_home_box1_input-group_in4 {
    flex-wrap: wrap;
    display: flex;
}
.page_home_box1_input-group_in4_flex {

}
.page_home_box1_input-group_in4 select{
    color: #252525;
    border: solid 1px #f0f0f0;
    border-radius: 5px;
    line-height: 27px;
    font-size: 18px;
    font-weight: 400;
    width: 130px;
    height: 42px;
    background-color: transparent;
    padding-left: 5px;
    margin-right: 20px;
}
.page_home_box1_input-group_in_title {
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #989898;
    width: 100%;
    margin-bottom: 10px;
}
.page_home_box1_input-group3 button{
   height: 42px;
    background-color: #fed903;
    border-radius: 5px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #4b493f;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.page_home_box2_item {
  width: 315px;
    padding: 20px;
    background-color: #fafafa;
    margin: 20px;
    width: calc(25% - 40px);
}
.page_home_box2_item-b {
    width: 100%;
}
.page_home_box2_item-b-im {
    height: 210px;
    background-color: #ebebeb;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}
.page_home_box2_item-b-im img {
    display: block;
    height: 100%;
}
.page_home_box2_item-b-inf {
    padding: 20px;
    background-color: #fff;
}
.page_home_box2_item-b-inf_1 {
    display: flex;
    justify-content: space-between;
    font-size: 8px;
    line-height: 16px;
    font-weight: 400;
}
.page_home_box2_item-b-inf_1 div:first-child{
    color: #d9d9d9;
}
.page_home_box2_item-b-inf_1 div:last-child{
    color: #ffb156;
}
.page_home_box2_item-b-inf_2 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #1486ed;
}
.page_home_box2_item-b-inf_3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #252525;
}
.page_home_box2_item-b-inf-ds {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    color: #434343;
    margin-top: 20px;

}
.page_home_box2_item-b-inf_5 {
    margin-bottom: 10px;
    line-height: 10px;
}
.page_home_box2_item-b-inf_51 {
    
}
.page_home_box2_item-b-inf_52 {
    padding-left: 20px;
}
.page_home_box2_item-b-inf_5 {
   display: flex;
    justify-content: space-between;
}
.page_home_box2_item-b-inf_5_c {
    flex-grow: 1;
    border-bottom: dashed 1px #434343;
}
.page_home_box2 {
    max-width: 1500px;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    
}
@media screen and (max-width: 1200px) {
    .page_home_box2_item {
        width: calc(33% - 40px);
    }
}

@media screen and (max-width: 992px) {
    .page_flat_box3_item {
        width: 40%;
    }
    .page_flat_box2 {
        flex-direction: column;
        
    }
    .page_flat_box2_l {
        width: 100%;
        order: 1;
    }
    .page_flat_box2_r {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 50px;
    }
    .page_flat_box2_r_boximg {
        max-width: 100%;
				height: 100%;
    }
    .form__buttonBlock__but {
        margin: 0 auto;
    }
    .page_flat_box1 {
        margin-bottom: 50px;
    }
    .page_home_box1_input-group2 {
       flex-direction: column;
    }
}
@media screen and (max-width: 850px) {
    .page_home_box2_item {
        width: calc(50% - 40px);
    }
}
@media screen and (max-width: 765px) {
    .page_flat_box3_item {
        margin: 15px;
        width: 30%;
    }
}
@media screen and (max-width: 600px) {
    .page_flat_box1 {
        flex-direction: column;
    }
    .page_flat_box1_r {
      margin-top: 20px;
    }
    .page_flat_box3_item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .page_home_box2_item {
        width: calc(100% - 40px);
    }
}
@media screen and (max-width: 980px) {
	.form__buttonBlock__but {
    display: flex;
	}
	.page_flat_box2_r_title_desktop {
		display: none;
	}
}