body{
    max-width: 1920px;
    width: 100%;
    font-family: Montserrat;
    margin: auto;
    color: #DDE6EC;
}

li{
    color: #2A8EF3;
}

li span{
    color: #656D7A;
}

input, select{
    width: 100%;
    max-width: 416px;
    border: 2px solid #CCD5EA;
    box-sizing: border-box;
    border-radius: 8px;
    height: 48px;
    padding: 4px 16px;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
}

input::-moz-placeholder {color: #818A9F;}
input::-webkit-input-placeholder { color: #818A9F; }

select{
    padding-right: 30px;
    appearance: none;
    background: url(/image/arrow_down.png) no-repeat right;
    background-position-x: calc(100% - 20px);
    color: #818A9F;
}

select > option {
    padding-right: 15px;
    height: 48px;
}

.fon, .fon_modal,.fon_modal_success{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba( 0, 0, 0, 0.6);
}

.hamburger {
    position: absolute;
    top: 23px;
    left: 183px;
    /* background-color: white; */
    z-index: 102;
    /* padding: 8px; */
    cursor: pointer;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.hamburger .line {
    width: 46px;
    height: 5px;
    background-color: darkgray;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: unset;
}

#hamburger .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}

#hamburger .line:nth-child(2) {
    opacity: 0;
}

#hamburger .line:nth-child(3) {
    -webkit-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}

.hamburger1,.hamburger2 {
    position: absolute;
    top: 17px;
    right: 17px;
    z-index: 102;
    cursor: pointer;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 28px;
    height: 24px;
}

.hamburger1 .line,.hamburger2 .line {
    width: 28px;
    height: 3px;
    background-color: darkgray;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: unset;
}

#hamburger1 .line:nth-child(1),
#hamburger2 .line:nth-child(1){
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

#hamburger1 .line:nth-child(2),
#hamburger2 .line:nth-child(2){
    opacity: 0;
}

#hamburger1 .line:nth-child(3),
#hamburger2 .line:nth-child(3){
    -webkit-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}

.mobile_menu{
    width: 100%;
    position: fixed;
    height: 100vh;
    z-index: 2;
    display: none;
}

.mobile_menu>.block{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    height: 97%;
    overflow-y: auto;
    position: relative;
    background-color: white;
    width: 212px;
    padding: 16px;
}

.mobile_menu>.block>.menu{
    margin: 48px 0px 100%;
    padding: unset;
}

.mobile_menu>.block>.menu>li{
    list-style-type: none;
    margin: 8px 0px;
}

.mobile_menu>.block>.menu>li>a{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #3D5782;
    text-decoration: none;
}

.mobile_menu>.block>button{
    background: #3198FF;
    border: 1px solid #3198FF;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 12px 18px;
    position: absolute;
    bottom: 32px;
}

.banner-container{
    max-height: 626px;
    height: 100vh;
    min-height: 608px;
}

.banner{
    top: 0;
    width: 100%;
    max-width: 1920px;
    max-height: 626px;
    height: 100vh;
    min-height: 608px;
    display: inline-block;
    position: absolute;
    line-height: 0;
    overflow: hidden;
    z-index: -1;
}

.banner:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.78) 13.98%, rgba(0, 0, 0, 0.65) 65.5%, rgba(14, 18, 29, 0) 100%);
}

.about_us-image{
    height: 440px;
}

.banner>img,.banner-big>img{
    display: block;
    position: absolute;
    height: 100%;
    left: 50%;
    margin-left: -960px;
}

.banner-big>img{
    height: 440px;
    max-width: 1920px;
}

.banner-big{
    width: 100%;
    max-width: 1920px;
    height: 440px;
    display: block;
    position: absolute;
    overflow-x: hidden;
}

.body_center{
    max-width: 1220px;
    width: 100%;
    margin: 0px auto;
}

.top_line{
    line-height: 39px;
    margin-top: 24px;
    display: inline-block;
    width: 100%;
}

.logo{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    display: inline-block;
}

.logo_mobile{
    display: none;
}

.logo>a,
.nav>.page>a{
    color: #DDE6EC;
    text-decoration: none;
}

.logo img{
    width: 56px;
    height: 58px;
}

.nav{
    padding-left: 0;
    list-style: none;
    float: right;
    display: flex;
    flex-wrap: wrap;
    line-height: 22px;
}

.nav>.page{
     color: #DDE6EC;
     font-style: normal;
     font-weight: 500;
     font-size: 18px;
     margin: auto 12px;
 }

.nav>.page.active_menu>a,
.menu>li.active_menu>a{
    color: #2187ED!important;
}

.nav>.button{
    font-weight: 600;
    margin: 0 12px;
    border: 1px solid #DDE6EC;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 12px 18px;
    line-height: 22px;
    cursor: pointer;
}

.banner-description{
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #DDE6EC;
    max-width: 592px;
    margin-top: 92px;
}

.banner-info{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    max-width: 592px;
    margin-top: 16px;
}

.banner-button{
    margin-top: 44px;
    width: 136px;
    text-align: center;
}

.banner-button>a{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
    background: #3198FF;
    border-radius: 5px;
    padding: 12px 18px;
}

.other_page{
    max-height: 483px;
    min-height: unset;
}

.mobile_nav{
    display: none;
    position: absolute;
    right: 16px;
    top: 24px;
    cursor: pointer;
}

.line{
    border: 2px solid #FFFFFF;
    width: 24px;
}

.line.black{
    border-color: #343434;
}

.padd{
    margin-top: 8px;
}

.title{
    margin-top: 64px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #35383D;
}

.offer_blocks{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
    margin-bottom: 72px;
}

.offer_block{
    max-width: 384px;
    margin-right: 32px;
}

.offer_block:last-child{
    margin-right: 0px;
}

.offer_block p{
    margin-top: 24px;
    margin-bottom: 8px;
}

.offer_block span{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7A7E86;
}

.offer_block b{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #38393C;
}

.how_it_works{
    flex-wrap: unset;
}

.how_it_works>.offer_block{
    max-width: unset;
    margin-right: unset;
    width: 100%;
}

.how_it_works>.offer_block>.text_block{
    max-width: 210px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #7A7E86;
    margin: 0px auto;
}

.how_it_works>.offer_block>.img_number{
    text-align: center;
}

.how_it_works>.offer_block>.img_number>.img{
    height: 80px;
    width: 102px;
    margin: 0px auto;
    text-align: center;
}

.how_it_works>.offer_block>.img_number>.img>img{
    /*margin-top: 15px;*/
}

.how_it_works>.offer_block>.img_number>.line_number{
    margin-top: 15px;
    margin-bottom: 24px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.how_it_works>.offer_block>.img_number>.line_number>.left_line,
.how_it_works>.offer_block>.img_number>.line_number>.right_line{
    width: 100%;
}

.how_it_works>.offer_block>.img_number>.line_number>.left_line>hr,
.how_it_works>.offer_block>.img_number>.line_number>.right_line>hr {
    border: 2px solid #2A8EF3;
    margin: 23px 0px;
}

.how_it_works>.offer_block>.img_number>.line_number>.number {
    background: #CAE4FF;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    display: table;
}

.how_it_works>.offer_block>.img_number>.line_number>.number>.oracl {
    margin: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 4px 10px;
    background: #2084EA;
    border-radius: 15px;
}

.about_us{
    padding: 70px 0px 49px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.image_block{
    max-width: 592px;
    width: 100%;
}

.image_block>img{
    max-width: 592px;
    width: 100%;
}

.about_us_text_block{
    max-width: 492px;
    width: 100%;
}

.about_us_text_block>.title_block{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #35383D;
    margin-top: 8px;
}

.about_us_text_block>.text_block{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
    color: #7B859B;
}

.about_us_text_block>.text_block input{
    color: #818A9F;
}

.about_us_text_block>.link{
    margin-top: 16px;
}

.about_us_text_block a{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #3D5782;
    text-decoration: none;
    display: flex;
}

.about_us_text_block>.text_block>ul{
    padding-left: 20px;
}

.about_us.other>.image-block>img{
    width: 100%;
    max-width: 500px;
}

.up-sells{
    padding: 72px 0px 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.up-sells>.number{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 592px;
    justify-content: space-between;
}
.up-sells>.number>.block{
    width: 100%;
    max-width: 280px;
    margin-bottom: 48px;
}

.about_us>.number>.block{
    margin-bottom: 32px;
}

.title_{
    padding-top: 40px;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #F4F7FB;
    margin-top: 56px;
}

.title_>p{
    margin: 0px 17px;
}

.color_block{
    margin-top: 64px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.color_block>.block{
    width: 100%;
    max-width: 255px;
    margin: 0px 17px;
}

.color_block>.block>.price{
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    color: #FBB28A;
    text-decoration: line-through;
}

.color_block>.block>.small_title{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #F1F4F9;
    margin-top: 24px;
}

.color_block>.block>.small_title>span{
    text-decoration-line: underline;
}

.color_block>.block>ul{
    padding-left: 0px;
    list-style: none;
}

.color_block>.block>ul > li{
    padding-left: 20px;
    position: relative;
    margin: 8px 8px 8px 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #B6C3D9;
}
.color_block>.block>ul > li:before{
    content: '\2714';
    position: absolute; top: 0; left: 0;
    color: #FBB28A;
}

.color_block_buton{
    width: 100%;
    display: block;
    padding: 68px 0px 84px;
}

.color_block_buton>.button{
    margin: 0px auto;
    width: 245px;
    text-align: center;
}

.color_block_buton>.button>a{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
    background: #3198FF;
    border-radius: 5px;
    padding: 12px 18px;
}

.color_block>.schedule{
    max-width: 200px;
    background: #FBB28A;
    padding: 32px;
    border-radius: 20px;
}

.color_block>.schedule_rev{
    max-width: 200px;
    background: #243652;
    padding: 32px;
    border-radius: 20px;
}

.color_block>.schedule>.price{
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: #243652;
}
.color_block>.schedule>ul > li{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.color_block>.schedule_rev>.price{
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: #FBB28A;
}
.color_block>.schedule_rev>ul > li{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #B6C3D9;
}

.color_block>.schedule>ul > li:before{
    color: #243652;
}


.color_block>.schedule>.small_title{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.color_block>.schedule_rev>.small_title{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #F1F4F9;
}

form>.link_button{
    background: #3198FF;
    border: 1px solid #3198FF;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 12px 18px;
}

.dop_ul{
    margin-bottom: 32px;
}

.dop_ul>p{
    margin: unset;
}

.dop_ul>p:first-child{
    margin-bottom: 8px;
}

.image-block_>img{
    width: 100%;
}

.up-sells>.number>.block>.int{
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 100%;
    color: #3D5782;
}

.up-sells>.number>.block>.text_block{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7A7E86;
    margin-top: 8px;
}

.up-sells>.text_block{
    max-width: 492px;
    width: 100%;
}

.up-sells>.text_block>.title_block{
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #47494C;
}

.up-sells>.text_block>.text_block{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #72757A;
    margin-top: 16px;
}

.up-sells>.text_block>.link,
.about_us>.about_us_text_block>.link_button{
    margin-top: 24px;
    width: 183px;
    text-align: center;
}

.about_us>.about_us_text_block>.link_button{
    margin-top: 32px;
}

.up-sells>.text_block>.link>a,
.about_us>.about_us_text_block>.link_button>a{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
    background: #F9AA7E;
    border-radius: 5px;
    padding: 12px 18px;
}

.about_us>.about_us_text_block>.link_button>a{
    background: #3198FF;
}

.up-sells>.number>.block>p{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #38393C;
}

.up-sells>.number>.block>span{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #868B93;
}

.reviews{
    padding: 64px 0px 46px;
}

.reviews>.title_block{
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #35383D;
    text-align: center;
}

.reviews>.reviews_block{
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.reviews>.reviews_block>.review{
    max-width: 384px;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #ECEDF1;
    box-shadow: 0px 0px 10px rgba(31, 46, 84, 0.1);
    border-radius: 10px;
}

.review>img{
    margin: 30px 24px 22px;
}

.review>.text_block{
    margin: 0px 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #777C84;
}

.review>hr{
    margin: 16px 24px;
    color: #F0F2F7;
    border: 1px solid;
}

.review>.review_info{
    display: flex;
    margin: 0px 24px 24px;
}

.review>.review_info>img{
    width: 64px;
    height: 64px;
}

.review>.review_info>.man{
    margin-left: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7A7E86;
}

.review>.review_info>.man>.name{
    font-weight: 600;
    font-size: 18px;
    color: #47494C;
}

.companies{
    margin: 64px 0px;
    display: flex;
    flex-wrap: wrap;

}

.company{
    margin: auto;
    max-height: 80px;
}

.footer{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 322px;
}

.footer>.left{
    background-image: url("/image/footer.jpg");
    min-height: 322px;
    width: 50%;
    min-width: 320px;
}

.footer>.left>.block{
    max-width: 608px;
    width: 100%;
    float: right;
}

.footer>.left>.block>.text_block{
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #EFEFEF;
    margin-top: 48px;
    max-width: 488px;
}

.footer>.left>.block>.button{
    margin-top: 52px;
    width: 183px;
    text-align: center;
}

.footer>.left>.block>.button>a{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
    background: #3198FF;
    border-radius: 5px;
    padding: 12px 18px;
}

.footer>.right{
    background-color: #212731;
    min-height: 322px;
    width: 50%;
    min-width: 320px;
}

.footer>.right>.block{
    margin: 48px 0px 8px 136px;
    max-width: 608px;
}

.footer>.right>.block>.title_block{
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #EFEFEF;
    margin-bottom: 24px;
}

.footer>.right>.block>.text_block{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #B3BCCC;
    margin-bottom: 14px;
}

.footer>.right>.block>.text_block>a{
    text-decoration: none;
    color: #B3BCCC;
}

.footer>.right>.block>.text_block>span{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #A6ADB9;
    margin-right: 16px;
}

.footer>.right>.block>.social{
    margin: 18px 0px 70px;
}

.footer>.right>.block>.social>a{
    margin: 0px 8px;
}

.footer>.right>.block>.social>a:first-child {
    margin-left: 0px;
}

.footer>.right>.block>.copyright{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #777F8B;
}

.up-sells.about_us>.image_block{
    max-width: 500px;
}

.about_us>.image-block_{
    max-width: 519px;
}

.title.title_block{
    margin-top: 0px;
}

.black>a,.black{
    color: #343434!important;
}

.black.button{
    border-color: #343434;
}

form.text_block{
    margin-bottom: 64px;
}

.button_success{
    margin-top: 56px;
    width: 198px;
    text-align: center;
}

.button_success>a{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
    background: #3198FF;
    border-radius: 5px;
    padding: 12px 18px;
}

.mobile_menu>.block>button:hover,.banner-button>a:hover,
 .color_block_buton>.button>a:hover,
 form>.link_button:hover,
.button_success>a:hover,
 .about_us>.about_us_text_block>.link_button>a:hover,
 .footer>.left>.block>.button>a:hover{
     background: #4AA2F9;
 }

.mobile_menu>.block>button:active,.banner-button>a:active,
.color_block_buton>.button>a:active,
form>.link_button:active,
.button_success>a:active,
.about_us>.about_us_text_block>.link_button>a:active,
.footer>.left>.block>.button>a:active{
    background: #2187ED;
}

.up-sells>.text_block>.link>a:hover{
    background: #FDBA95;
}

.up-sells>.text_block>.link>a:active{
    background: #EF9461;
}

.modal,.modal_success{
    width: 100%;
    position: fixed;
    height: 100vh;
    z-index: 3;
    display: none;
    top: 0;
}

.modal>.block,
.modal_success>.block{
    z-index: 42;
    position: relative;
    max-width: 944px;
    display: flex;
    width: 100%;
    background: #ffffff;
    margin: 15% auto;
}

.modal>.block>.left_block,
.modal_success>.block>.left_block{
    max-width: 392px;
    max-height: 390px;
}

.modal>.block>.right_block,
.modal_success>.block>.right_block{
    padding: 72px 72px 72px 64px;
    width: 100%;
    max-width: 416px;
    max-height: 246px;
}

.modal>.block>.right_block>.title_block,
.modal_success>.block>.right_block>.title_block{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #35383D;
    margin-bottom: 32px;
}

.error{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #F85E5E;
    margin-bottom: 8px;
    display: none;
}

.form-message{
    display: none;
    box-sizing: border-box;
    max-width: 416px;
    margin: 0 0 12px;
    padding: 12px 16px;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.form-message.success{
    display: block;
    color: #1F5D3A;
    background: #F5FFEE;
    border: 1px solid #BFE7A8;
}

.form-message.error{
    display: block;
    color: #F85E5E;
    background: #FFF4F4;
    border: 1px solid #FFD0D0;
}

form>.link_button:disabled{
    cursor: default;
    opacity: 0.75;
}

.nav>.page>a:hover,
.nav>.page:hover{
    color: #C2CEE4!important;
}

.nav>.button:hover{
    border-color: #C2CEE4!important;
}

.nav>.page>a:active,
.nav>.page:active,
.menu>li>a:active{
    color: #2187ED!important;
}

.black.button:active,
.nav>.button:active{
    border-color: #2187ED!important;
}

.nav>.page.black>a:hover,
.menu>li>a:hover{
    color: #4А4А4А!important;
}

.black.button:hover{
    border-color: #4А4А4А!important;
}


/*----demo style----start-----*/

.demo{
    color: black;
    max-width: 1000px;
    margin: auto;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 25px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.panel>p{
    display: flex;
    margin: 0px;
}

.panel>p>a{
    width: 100%;
    padding: 15px;
    background-color: beige;
    text-decoration: none;
    color: black;
}

.panel>p>a:hover{
    background-color: antiquewhite;
}

.demo_frame{
    height: 100vh;
    overflow: hidden;
}

.demo_frame>.start_iframe_center, 
.demo_frame>.start_iframe_mobile {
    margin: 0px auto;
    display: flex;
    border: unset;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -webkit-transform-origin: center top;
    transform-origin: center top;
}

.demo_frame>.start_iframe_left{
    margin: 0px auto;
    display: flex;
    border: unset;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

iframe::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

iframe { -ms-overflow-style: none; }
iframe { overflow: -moz-scrollbars-none; }

.demo_back{
    text-decoration: none;
    color: white;
    background: coral;
    position: fixed;
    width: 60px;
    z-index: 1;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
}

.demo_password{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 5px;
    color: gray;
}

/*----demo style----end------*/


@media only screen and (max-width: 1090px) {
    .up-sells.about_us{
        justify-content: center;
    }
}

@media only screen and (max-width: 1000px) {

    .mobile_nav,.logo_mobile {
        display: block;
    }

    .nav, .logo, .banner-big, .about_us-image {
        display: none;
    }

    .top_line {
        margin-top: 16px;
    }

    .banner-description {
        font-size: 28px;
        margin: 50px 17px 0px;
    }

    .banner-info {
        font-size: 16px;
        margin: 8px 17px 0px;
    }

    .logo,.top_line>.logo_mobile {
        margin-left: 17px;
    }

    .banner-button {
        margin: 52px 17px 0px;
    }

    .banner,.banner-container {
        height: unset;
    }

    .banner>img{
        height: 608px;
        margin-left: -910px;
    }

    .other_page{
        min-height: 608px;
        height: 608px;
    }

    .title{
        margin: 0px 17px;
        margin-top: 48px;
        text-align: left;
    }

    .offer_blocks{
        margin: unset;
        margin-bottom: 56px;
        justify-content: center;
    }

    .offer_block{
        margin: 40px 17px 0px;
        /*max-width: unset;*/
    }

    .about_us{
        padding: 56px 0px 0px;
        flex-direction: column-reverse;
    }

    .about_us.other{
        flex-direction: unset;
        padding: 0px;
    }

    .image_block{
        margin-top: 48px;
        margin-right: 0px;
        max-width: unset;
        text-align: center;
    }

    .about_us_text_block{
        margin: 0px 17px;
        width: auto;
        max-width: unset;
    }

    .image-block{
        width: 100%;
        text-align: center;
        display: flex;
    }

    .about_us>.number>.block {
        margin: 0px 17px;
        margin-bottom: 32px;
    }

    .up-sells{
        margin: 0px 17px;
        padding: 56px 0px 76px;
    }

    .up-sells.about_us{
        margin: 0px 0px;
    }

    .up-sells.about_us>.image_block{
        max-width: unset;
    }

    .up-sells.about_us>.image_block>img{
        max-width: 500px;
    }

    .up-sells>.number>.block{
        max-width: unset;
    }

    .about_us>.image-block_{
        max-width: unset;
        text-align: center;
    }

    .about_us>.image-block_>img{
        max-width: 519px;
    }

    .about_us.other.top{
        margin-top: 48px;
    }

    .up-sells>.number,.up-sells>.text_block{
        max-width: unset;
    }

    .up-sells>.text_block>.title_block{
        font-size: 38px;
        margin-top: 8px;
    }

    .reviews>.title_block{
        text-align: left;
        margin: 0px 16px 16px;
        font-size: 32px;
    }

    .reviews>.reviews_block{
        margin: unset;
    }

    .reviews>.reviews_block>.review{
        margin: 16px;
        max-width: unset;
    }

    .companies{
        margin: 38px 0px 104px;
    }

    .company,.company>img{
        max-height: 40px;
        margin-top: 26px;
    }

    .footer>.left>.block{
        float: unset;
    }

    .footer>.left>.block>.text_block,
    .footer>.left>.block>.button{
        margin-left: 17px;
    }

    .footer>.right>.block{
        margin: 48px 0px 8px 17px;
    }

    .active_mobile{
        display: block;
    }

    .title_{
        text-align: left;
    }

    .color_block{
        margin-top: 8px;
        flex-direction: column;
    }

    .color_block>.block{
        /*margin: 0px auto;*/
        margin-top: 48px;
    }
    .color_block_buton>.button {
        margin: 0px 17px;
    }

    .about_us_text_block>.text_block>ul>li {
        margin-bottom: 16px;
    }

    .solutions{
        margin-left: -1170px!important;
    }

    .how_it_works>.offer_block>.img_number>.line_number>.left_line>hr,
    .how_it_works>.offer_block>.img_number>.line_number>.right_line>hr {
        display: none;
    }

    .how_it_works{
        flex-wrap: wrap;
    }

    .center{
        text-align: center;
    }

    .title.title_block{
        margin-top: 56px;
    }

    .mob_otstup{
        margin-top: 48px;
    }

    .about_us_text_block>.title_block{
        font-size: 28px;
    }

    .how_it_works>.offer_block>.img_number>.line_number>.number{
        display: none;
    }
}

@media only screen and (max-width: 830px) {
    .reviews>.reviews_block{
        justify-content: center;
    }
}

@media only screen and (max-width: 800px) {
    .modal>.block,
    .modal_success>.block{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin: 0px;
        /*height: 100%;*/
    }

    .modal>.block>.right_block,
    .modal_success>.block>.right_block{
        margin: 72px auto;
        padding: 0;
    }

    .modal>.block>.left_block,
    .modal_success>.block>.left_block{
        text-align: center;
        max-width: unset;
    }
}

@media only screen and (max-width: 640px) {
    .footer>.left,.footer>.right{
        width: 100%;
    }

    .footer>.left{
        height: 470px;
        background-size: cover;
    }
}

@media only screen and (max-width: 592px) {
    .up-sells>.number{
        /*justify-content: center;*/
    }
}

@media only screen and (max-width: 458px) {
    .modal>.block>.right_block>.title_block,
    .modal>.block>.right_block>form,
    .modal_success>.block>.right_block>.title_block,
    .modal_success>.block>.right_block>.button_success{
        margin: 0px 17px;
    }

    .modal>.block>.left_block>img,
    .modal_success>.block>.left_block>img{
        width: 100%;
        height: 100%;
    }

    .modal_success>.block>.right_block>.cheked{
        margin: 48px 17px 56px;
    }
}

.active{
    display: block;
}
