#main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #252525;
    padding-bottom: 80px;
}
.main_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 35px;
}
.main_offer_box {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 70px;
    padding-bottom: 40px;
    padding-right: 50px;
}
.main_offer_box h1 {
    font-weight: 700;
    font-family: Cera-Round-Pro-700;
    font-size: 60px;
    line-height: 1.2;
    color: #FFF;
}
.main_offer_btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
}
.main_offer_btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #FFF;
}
.main_offer_btn span {
    width: 56px;
    height: 56px;
    background: #FFF;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}
.main_offer_btn span img {
    width: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.main_offer_btn span svg {
    width: 30px;
    height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: #FEA115;
}
.main_offer_btn.cta {
    margin-left: 10px;
}
.main_offer_btn.play span svg {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}
.main_img_box {
    width: 50%}
.main_img_box img {
    width: 850px;
}
#functional {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}
#functional:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -400px;
    right: -400px;
    width: 960px;
    height: 960px;
    background: -o-radial-gradient(circle, #fff6e7 0, rgba(255, 246, 231, 0) 44%);
    background: radial-gradient(circle, #fff6e7 0, rgba(255, 246, 231, 0) 44%);
}
.functional_box {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.functional_block {
    display: block;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    border-radius: 30px;
    position: relative;
    -webkit-transform-style: initial;
    transform-style: initial;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.functional_block:nth-child(3n) {
    margin-right: 0;
}
.functional_block:hover .front_wrapper {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.functional_block:hover .back_wrapper {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.functional_block .front_wrapper {
    display: block;
    background: #F8F8F8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    border-radius: 30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.functional_block .front_wrapper img {
    display: block;
    width: 56px;
}
.functional_block .front_wrapper h3 {
    font-weight: 500;
    font-family: Cera-Round-Pro-500;
    font-size: 25px;
    line-height: 1.2;
    color: #000;
    height: 80px;
    margin-top: 80px;
}
.functional_block .front_wrapper svg {
    margin-top: 40px;
    display: block;
    width: 30px;
    height: 30px;
    fill: #FEA115;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}
.functional_block .back_wrapper {
    position: absolute;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FEA115;
    -webkit-box-shadow: 0 5px 30px rgba(254, 161, 21, .5);
    box-shadow: 0 5px 30px rgba(254, 161, 21, .5);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    border-radius: 30px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.functional_block .back_wrapper img {
    display: block;
    width: 56px;
}
.functional_block .back_wrapper h3 {
    font-weight: 500;
    font-family: Cera-Round-Pro-500;
    font-size: 25px;
    line-height: 1.2;
    color: #000;
    margin-top: 45px;
}
.functional_block .back_wrapper p {
    margin-top: 25px;
    font-size: 19px;
    line-height: 1.5;
    color: #000;
}
.functional_links_box {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.functional_links_box div {
    width: 310px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin-right: 40px;
}
.functional_links_box div h4 {
    font-weight: 500;
    font-family: Cera-Round-Pro-500;
    font-size: 25px;
    line-height: 1.4;
    color: #000;
}
.functional_links_box div p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    color: #000;
}
.functional_links_box div img {
    position: absolute;
    width: 80px;
    bottom: -10px;
    right: -40px;
}
.functional_links_box a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 150px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}
.functional_links_box a .wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
}
.functional_links_box a .wrapper img {
    position: relative;
    z-index: 2;
    width: 44px;
    display: block;
    margin: 0 auto;
}
.functional_links_box a .wrapper span {
    width: 100%;
    display: block;
    font-weight: 500;
    font-family: Cera-Round-Pro-500;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #000;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}
.functional_links_box a:last-child {
    margin-right: 0;
}
.functional_links_box a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FEA115;
    -webkit-box-shadow: 0 4px 30px rgba(254, 161, 21, .5);
    box-shadow: 0 4px 30px rgba(254, 161, 21, .5);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.functional_links_box a:hover:after {
    opacity: 1;
}
#admin-panel {
    padding: 100px 0;
    background: #202020;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.a-panel_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.a-panel_content_box {
    width: 560px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.a-panel_content_box h3.subtitle {
    margin: 0;
    color: #fff;
}
.a-panel_content_box h2.title {
    margin-top: 10px;
    color: #fff;
}
.a-panel_content_box ul {
    display: block;
    width: 100%;
    margin-top: 90px;
}
.a-panel_content_box ul li {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
}
.a-panel_content_box ul li:last-child {
    margin-bottom: 0;
}
.a-panel_content_box ul li img {
    width: 42px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.a-panel_content_box ul li div {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.a-panel_content_box ul li div h4 {
    font-weight: 500;
    font-family: Cera-Round-Pro-500, sans-serif;
    font-size: 25px;
    line-height: 1.4;
    color: #FFF;
}
.a-panel_content_box ul li div p {
    margin-top: 25px;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.4;
    color: #CACACA;
}
.a-panel_img_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 160px;
}
.a-panel_img.mob{
    display: none;
}
.a-panel_img_box img {
    width: 100%}
.a-panel_form {
    border: 5px solid #FEA115;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 40px;
}
.a-panel_form .flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.a-panel_form .flex .input {
    width: 100%;
    margin-right: 15px;
}
.a-panel_form .flex .input label {
    margin-bottom: 5px;
}
.a-panel_form .flex .input input {
    width: 100%;
    height: 32px;
}
.a-panel_form .flex .input input.wpcf7-not-valid {
    border-bottom: 1px solid #ff5858;
}
.a-panel_form .flex .input:last-child {
    margin-right: 0;
}
.a-panel_form p {
    width: 100%}
.a-panel_form .wpcf7-acceptance {
    height: 0;
    display: block;
}
.a-panel_form .wpcf7-not-valid-tip, .a-panel_form .wpcf7-response-output {
    display: none!important;
}
.a-panel_form_politic {
    margin-top: 45px;
}
#stage {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}
#stage:after {
    content: '';
    display: block;
    position: absolute;
    top: -150px;
    right: -150px;
    width: 960px;
    height: 960px;
    background: -o-radial-gradient(circle, #fff6e7 0, rgba(255, 246, 231, 0) 44%);
    background: radial-gradient(circle, #fff6e7 0, rgba(255, 246, 231, 0) 44%);
}
.stage_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 80px;
    position: relative;
    z-index: 2;
}
.stage_block {
    width: 31%}
.stage_block .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.stage_block .number span {
    font-weight: 700;
    font-family: Cera-Round-Pro-700;
    font-size: 40px;
    line-height: 1;
    color: #FEA115;
    display: block;
}
.stage_block .number svg {
    width: 60px;
    height: 20px;
    fill: #000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 50px;
}
.stage_block h4 {
    margin-top: 30px;
    font-weight: 500;
    font-family: Cera-Round-Pro-500;
    font-size: 25px;
    line-height: 1.4;
    color: #000;
}
.stage_block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin-top: 25px;
}
#video {
    padding: 80px 0;
    background: #252525;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.video_box {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.video_content_box {
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
    position: relative;
}
.video_content_box h2.title {
    color: #FFF;
}
.video_content_box h3 {
    margin-top: 28px;
    font-weight: 500;
    font-family: Cera-Round-Pro-500;
    font-size: 25px;
    line-height: 1.2;
    color: #FFF;
}
.video_content_box p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.4;
    color: #FFF;
}
.video_content_box img {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 80px;
}
.video_block {
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 5px solid #FEA115;
    overflow: hidden;
    border-radius: 30px;
}
.video_block img {
    width: 100%;
    margin-bottom: -2px;
}
#benefits {
    padding: 80px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.benefits_bg {
    position: absolute;
    top: -400px;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.benefits_bg:before {
    content: '';
    display: block;
    margin-left: -400px;
    width: 960px;
    height: 960px;
    background: -o-radial-gradient(circle, #fff6e7 0, rgba(255, 246, 231, 0) 44%);
    background: radial-gradient(circle, #fff6e7 0, rgba(255, 246, 231, 0) 44%);
    opacity: .3;
}
.benefits_bg:after {
    content: '';
    display: block;
    margin-right: -400px;
    width: 960px;
    height: 960px;
    background: -o-radial-gradient(circle, #fff6e7 0, rgba(255, 246, 231, 0) 44%);
    background: radial-gradient(circle, #fff6e7 0, rgba(255, 246, 231, 0) 44%);
    opacity: .3;
}
.benefits_box {
    position: relative;
    z-index: 2;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.benefits_arrow {
    position: relative;
    z-index: 2;
}
.benefits_arrow.prev {
    margin-right: 40px;
}
.benefits_arrow.next {
    margin-left: 40px;
}
.benefits_arrow svg {
    width: 34px;
    height: 68px;
}
.benefits_slider {
    width: calc(100% - 148px);
}
.benefits_block {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.benefits_block img {
    width: 56px;
    display: block;
}
.benefits_block h4 {
    font-weight: 500;
    font-family: Cera-Round-Pro-500;
    font-size: 25px;
    line-height: 1.4;
    color: #000;
    margin-top: 40px;
}
.benefits_block ul {
    margin-top: 40px;
    display: block;
}
.benefits_block ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    padding-left: 5px;
    margin-bottom: 5px;
}
.benefits_block ul li:before {
    content: '';
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 12px;
    margin-right: 10px;
    background: #000;
    width: 4px;
    height: 4px;
    border-radius: 50%}
.benefits_block ul li:last-child {
    margin-bottom: 0;
}
#demo {
    padding: 100px 0;
    background: #252525;
    position: relative;
}
#demo:after {
    content: '';
    position: absolute;
    bottom: -500px;
    left: -500px;
    display: block;
    width: 960px;
    height: 960px;
    background: -o-radial-gradient(circle, #fff6e7 0, rgba(255, 246, 231, 0) 44%);
    background: radial-gradient(circle, #fff6e7 0, rgba(255, 246, 231, 0) 44%);
    opacity: .3;
}
.demo_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.demo_content_box {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 70px;
}
.demo_content_box h3.subtitle {
    color: #fff;
    margin-top: 20px;
}
.demo_content_box h2.title {
    color: #fff;
}
.demo_content_box form {
    display: block;
    margin-top: 100px;
}
.demo_content_box form label {
    margin-bottom: 10px;
}
.demo_content_box form input {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.demo_content_box form input.wpcf7-not-valid {
    border-bottom: 1px solid #ff5858;
}
.demo_content_box form button {
    width: 230px;
    margin-top: 20px;
}
.demo_content_box form .wpcf7-not-valid-tip, .demo_content_box form .wpcf7-response-output {
    display: none!important;
}
.demo_form_politic {
    margin-top: 40px;
}
.demo_img_box {
    width: 50%;
    padding-top: 60px;
}
.demo_img_box img {
    width: 100%}
#feedback {
    padding: 100px 0;
    overflow: hidden;
}
.feedback_title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.feedback_title_box h2.title {
    width: 100%}
.feedback_slider_arrow_box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feedback_slider_arrow_box button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.feedback_slider_arrow_box button svg {
    width: 18px;
    height: 18px;
}
.feedback_slider_arrow_box button.next {
    margin-left: 15px;
}
.feedback_slider_box {
    width: 100%;
    position: relative;
    z-index: 2;
}
.feedback_slider {
    width: 1770px;
    margin-left: -100px;
}
.feedback_slider .slick-list {
/*    padding-left: 30px;*/
}
.feedback_slider.no-slider {
    width: 100%;
    margin: 30px 0 0;
}
.feedback_slider.no-slider .slick-list {
    padding: 0;
    overflow: unset;
}
.feedback_slider.no-slider .slick-track {
    width: 100%!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.feedback_slider.no-slider .slick-track:after, .feedback_slider.no-slider .slick-track:before {
    display: none!important;
}
.feedback_slider.no-slider .slick-track .feedback_slide {
    width: 49%!important;
    margin: 0 0 20px;
    opacity: 1;
}
.feedback_slide {
    margin: 50px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    border-radius: 30px;
    padding: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.feedback_slide.slick-active {
    opacity: 1;
}
.feedback_slide_author {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feedback_slide_author img {
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 70px;
}
.feedback_slide_author div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
}
.feedback_slide_author div h4 {
    font-weight: 500;
    font-family: Cera-Round-Pro-500;
    font-size: 25px;
    line-height: 1.3;
    color: #000;
}
.feedback_slide_author div p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    margin-top: 3px;
}
.feedback_slide_text {
    margin-top: 25px;
}
.feedback_slide_text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}
#clients {
    padding-bottom: 100px;
    position: relative;
}
.clients_bg {
    position: absolute;
    top: -100px;
    right: 0;
    width: 100%;
    height: calc(100% + 100px);
    overflow: hidden;
}
.clients_bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: -400px;
    display: block;
    width: 960px;
    height: 100%;
    background: -o-radial-gradient(circle, #fff6e7 0, rgba(255, 246, 231, 0) 44%);
    background: radial-gradient(circle, #fff6e7 0, rgba(255, 246, 231, 0) 44%);
    opacity: .8;
}
.clients_title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.clients_title_box h2.title {
    width: 100%}
.clients_slider_arrow_box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.clients_slider_arrow_box button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.clients_slider_arrow_box button svg {
    width: 18px;
    height: 18px;
}
.clients_slider_arrow_box button.next {
    margin-left: 15px;
}
.clients_slider_box {
    margin-top: 50px;
    position: relative;
    z-index: 2;
}
.clients_slider {
    width: calc(100% + 200px);
    margin-left: -100px;
}
.clients_slide {
    margin: 0 30px;
}
.clients_slide img {
    width: 100%}
#prise {
    padding: 100px 0;
    background: #252525;
}
#prise h2.title {
    color: #fff;
}
.prise_list_box {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prise_slider_arrow.prev {
    margin-right: 20px;
}
.prise_slider_arrow.next {
    margin-left: 20px;
}
.prise_slider_arrow svg {
    stroke: #fff;
    width: 26px;
    height: 54px;
}
.prise_list_slider {
    width: calc(100% - 92px);
}
.prise_slide_block {
    border: 5px solid #FFF;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px;
    margin: 0 20px;
}
.prise_slide_block img {
    width: 100%}
.prise_slide_block h4 {
    margin-top: 40px;
    font-weight: 500;
    font-family: Cera-Round-Pro-500;
    font-size: 25px;
    line-height: 1;
    color: #FEA115;
}
.prise_slide_block span {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1;
    color: #CACACA;
}
.prise_slide_block p {
    margin-top: 15px;
    font-size: 35px;
    line-height: 1;
    color: #FFF;
}
.prise_slide_block button {
    margin-top: 25px;
    width: 100%;
    height: 60px;
    letter-spacing: .05em;
    font-size: 16px;
}
#faq {
    padding: 100px 0;
}
.faq_box {
    margin-top: 100px;
}
.faq_block {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
    margin-bottom: 25px;
}
.faq_block:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 125px);
    height: 1px;
    background: #6C6C6C;
}
.faq_block:last-child {
    margin-bottom: 0;
}
.faq_block.show .faq_head span {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}
.faq_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.faq_head h3 {
    font-weight: 500;
    font-family: Cera-Round-Pro-500;
    font-size: 25px;
    line-height: 1.3;
    color: #000;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.faq_head span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 70px;
    text-align: center;
    color: #FEA115;
    width: 50px;
    height: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.faq_answer {
    width: 70%;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    height: 0;
}
.faq_answer p {
    padding-top: 25px;
}
#news {
    padding: 100px 0 80px;
    background: #202020;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#news h2.title {
    color: #fff;
}
.news_box {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news_post_block {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 20px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news_post_block:nth-child(3n) {
    margin-right: 0;
}
.news_post_block img {
    width: 100%;
    border-radius: 30px;
    margin-bottom: -2px;
}
.news_post_block span {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 10px;
}
.news_post_block span h3 {
    font-weight: 500;
    font-family: Cera-Round-Pro-500;
    font-size: 22px;
    line-height: 1.5;
    color: #FFF;
}
.news_post_block span p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1;
    color: #FFF;
}
.news_post_block span p svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    fill: #FEA115;
    margin-left: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news_post_block:hover span p svg {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}