.tarifa h4{
    font-weight: 600;
}
.h2_how_h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 48.2226px;
    line-height: 58px;
    text-align: center;
    color: #000000;
    margin: 0px 0px 60px 0px;
    z-index: 3;
}
.tarifa .h2_how_h4 {
    font-weight: 600;
    margin-bottom: 16px;
    font-style: normal;
    font-size: 48.2226px;
    line-height: 58px;
    text-align: center;
    color: #000000;
    margin: 0px 0px 60px 0px;
}
.questions .h2_how_h4 {
    margin-bottom: 50px;
    font-weight: 600;
    margin-bottom: 16px;
    font-style: normal;
    font-size: 48.2226px;
    line-height: 58px;
    text-align: center;
    color: #000000;
    margin: 0px 0px 60px 0px;
}
.how_h2 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.8px;
    position: relative;
}
.how_h3 {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input {
    outline: 0;
}
:active,
:focus,
:hover {
    outline: 0;
    outline-offset: 0;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7-not-valid-tip {
    color: #b6202b !important;
    position: absolute;
}
.wpcf7 form .wpcf7-response-output {
    margin-top: 1em;
}
input[type="number"] {
    -moz-appearance: textfield;
}
p {
    margin: 0;
}
::-moz-placeholder {
    font-family: Inter, sans-serif;
    color: rgba(255, 255, 255, 0.64);
    font-size: 18px;
}
::-webkit-input-placeholder {
    font-family: Inter, sans-serif;
    color: rgba(255, 255, 255, 0.64);
    font-size: 18px;
}
:-ms-input-placeholder {
    font-family: Inter, sans-serif;
    color: rgba(255, 255, 255, 0.64);
    font-size: 18px;
}
:-moz-placeholder {
    font-family: Inter, sans-serif;
    color: rgba(255, 255, 255, 0.64);
    font-size: 18px;
}
@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: 0 0;
    }
}
input::-moz-selection {
    color: #fff;
    background: 0 0;
}
input:-internal-autofill-selected,
input::selection {
    color: #fff;
    background: 0 0;
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
input {
    outline: 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #999 !important;
    color: #fff !important;
}
#go-top {
    position: fixed;
    bottom: 54px;
    left: 54px;
    z-index: 68;
    cursor: pointer;
    display: none;
    width: 47px;
    height: 47px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url(../img/svg/chevron-left.svg) center center no-repeat #00b8ff;
}
@media (max-width: 480px) {
    #go-top {
        bottom: 20px;
        right: 20px;
    }
}
.owl-carousel {
    display: block;
}
.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.owl-carousel .owl-nav button.owl-prev {
    width: 17px;
    height: 31px;
    background: url(../img/chevron-left.svg) center center no-repeat;
}
.owl-carousel .owl-nav button.owl-next {
    width: 17px;
    height: 31px;
    background: url(../img/chevron-right.svg) center center no-repeat;
}
.owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 19px;
}
.owl-carousel button.owl-dot {
    margin-left: 4px;
    margin-right: 4px;
}
.owl-carousel .owl-dot span {
    display: block;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0b1218;
    opacity: 0.2;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.owl-carousel .owl-dot.active span {
    background: #00b8ff;
    opacity: 1;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
body {
    font-size: 14px;
    line-height: 19px;
    font-family: Inter, sans-serif;
    color: #0b1218;
    text-align: center;
    margin: 0;
    font-weight: 400;
}
p,
p:last-child {
    margin-bottom: 0;
}
.container_big {
    position: relative;
    margin: 0 auto;
    width: 1176px;
}
@media (max-width: 1440px) {
    .container_big {
        width: 1016px;
    }
}
@media (max-width: 1176px) {
    .container_big {
        width: 100%;
        padding-left: 26px;
        padding-right: 26px;
    }
}
@media (max-width: 480px) {
    .container_big {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.container {
    position: relative;
    margin: 0 auto;
    max-width: 976px;
}
@media (max-width: 1440px) {
    .container {
        max-width: 840px;
    }
}
@media (max-width: 1176px) {
    .container {
        width: 100%;
        padding-left: 26px;
        padding-right: 26px;
    }
}
@media (max-width: 480px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.elementor-section.elementor-section-boxed > .elementor-container {
    margin: 0 auto;
    max-width: 976px;
}
@media (max-width: 1440px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 840px;
    }
}
@media (max-width: 1176px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        width: 100%;
        padding-left: 26px;
        padding-right: 26px;
    }
}
@media (max-width: 480px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.blue_button {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    background: #00a0f2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.blue_button:hover {
    color: #fff;
    background: #48ccff;
}
.hover_bg {
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -10;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.hover_bg.active {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 666;
}
.page_header {
    position: relative;
    z-index: 667;
    background: #f5f6f6;
}
.page_header.fixed {
    position: fixed;
    top: 0;
    z-index: 667;
    left: 0;
    width: 100%;
}
.page_header .container_big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page_header .container_big .show_menu {
    display: none;
}
@media (max-width: 1024px) {
    .page_header .container_big .show_menu {
        display: block;
        width: 19px;
        height: 11px;
        margin-top: 18px;
        margin-bottom: 18px;
        background: url(../img/svg/menu.svg) top center no-repeat;
        border: none;
        background-size: contain;
    }
}
.page_header .container_big .menu {
    position: relative;
    z-index: 3;
}
@media (max-width: 768px) {
    .page_header .container_big .menu {
        display: none;
    }
}
.page_header .container_big .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
}
@media (max-width: 480px) {
    .page_header .container_big .menu ul {
        display: none;
    }
}
.page_header .container_big .menu ul li {
    position: relative;
    z-index: 4;
}
.page_header .container_big .menu ul li a {
    text-decoration: none;
    color: #63676b;
    height: 46px;
    display: block;
    line-height: 44px;
    border-bottom: 2px solid #f5f6f6;
    padding-left: 23px;
    padding-right: 23px;
    white-space: nowrap;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.page_header .container_big .menu ul li:last-child a{
    padding-right: 0;
}

.page_header .container_big .menu ul li ul {
    position: absolute;
    left: 0;
    width: 287px;
    width: 307px;
    display: none;
    z-index: 5;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: #fff;
}
.page_header .container_big .menu ul li ul li a {
    height: 45px;
    line-height: 45px;
    background: #fff;
    border-bottom: 0;
    padding-left: 29px;
    padding-right: 34px;
    font-weight: 400;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: 1px solid #ebeced;
    color: #63676b;
}
.page_header .container_big .menu ul li ul li a:hover {
    color: #00b8ff;
}
.page_header .container_big .menu ul li ul li.menu-item-has-children a,
.page_header .container_big .menu ul li ul li.sub a {
    position: relative;
    z-index: 5;
    display: block;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: none;
    color: #63676b;
}
.page_header .container_big .menu ul li ul li.menu-item-has-children a:after,
.page_header .container_big .menu ul li ul li.sub a:after {
    content: "";
    position: absolute;
    right: 20px;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: url(../img/angle-right-grey.svg) center center no-repeat;
}
.page_header .container_big .menu ul li ul li.menu-item-has-children a:hover,
.page_header .container_big .menu ul li ul li.sub a:hover {
    border-color: #ebeced;
    color: #00b8ff;
}
.page_header .container_big .menu ul li ul li.menu-item-has-children a:hover:after,
.page_header .container_big .menu ul li ul li.sub a:hover:after {
    right: 10px;
    background: url(../img/angle-right-svg.svg) center center no-repeat;
}
.page_header .container_big .menu ul li ul li ul {
    left: 100%;
    top: 0;
    width: 236px;
    border: 1px solid #ebeced;
    z-index: 8;
    display: none;
    padding-top: 30px;
    padding-bottom: 12px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.page_header .container_big .menu ul li ul li ul li {
    padding-bottom: 15px;
}
.page_header .container_big .menu ul li ul li ul li a {
    padding-left: 35px;
    border: none;
    position: relative;
    z-index: 6;
    border: 0;
    height: 19px;
    line-height: 19px;
}
.page_header .container_big .menu ul li ul li ul li a:after {
    display: none;
}
.page_header .container_big .menu ul li ul li ul li:hover a {
    color: #00b8ff;
}
.page_header .container_big .menu ul li ul li:hover ul {
    display: block;
}
.page_header .container_big .menu ul li ul:first-child a {
    border-top: 0;
}
.page_header .container_big .menu ul li ul:last-child a {
    border-bottom: 1px solid #ebeced;
}
.page_header .container_big .menu ul li:hover > ul {
    display: block;
}
.after_header {
    padding-top: 14px;
    padding-bottom: 14px;
    background: #fff;
    -webkit-box-shadow: 0 0.5px 0 #ebeced;
    box-shadow: 0 0.5px 0 #ebeced;
}
.after_header.fixed {
    position: fixed;
    top: 0;
    z-index: 665;
    left: 0;
    width: 100%;
}
.after_header .container_big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.after_header .container_big .name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.after_header .container_big .name .icon {
    width: 36px;
    height: 36px;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 16px;
}
.after_header ul{
    display: flex;
    align-items: center;
    margin: 0;
    padding:0;
    margin-left: auto;
    list-style: none;
    /*gap: 36px;*/
}
.after_header ul li{
    margin-right: 36px;
}
.after_header ul a{
    /*font-weight: 600;*/
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.61px;
    color: #00A9FF;
}
@media (max-width: 480px) {
    .after_header .container_big .name .icon {
        margin-right: 10px;
    }
    .after_header ul{
        display: none;
    }
}
.after_header .container_big .name .text {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
.after_header .container_big .name .text .desktop {
    display: block;
}
@media (max-width: 480px) {
    .after_header .container_big .name .text .desktop {
        display: none;
    }
}
.after_header .container_big .name .text .mobile {
    display: none;
}
@media (max-width: 480px) {
    .after_header .container_big .name .text .mobile {
        font-size: 16px;
        display: block;
    }
}
.page_footer {
    background: #f5f6f6;
    text-align: left;
}
@media (max-width: 1025px) {
    .page_footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.page_footer .footer_after {
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid #d8d9da;
    display: none;
    text-align: center;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    color: #8f9295;
}
.page_footer .footer_after a {
    color: #8f9295;
}
@media (max-width: 768px) {
    .page_footer .footer_after {
        display: block;
       
    }

}
@media (max-width: 480px) {
    .page_footer .footer_after {
       border-top: none;
        padding-top: 25px;
        padding-bottom: 25px;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    }
.page_footer .footer_top {
    padding-top: 39px;
    padding-bottom: 39px;
    border-top: 1px solid #d8d9da;
    font-weight: 400;
}
@media (max-width: 992px) {
    .page_footer .footer_top {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        border-top: 0;
        border-bottom: 1px solid #d8d9da;
        padding-top: 43px;
        padding-bottom: 32px;
    }
}
.page_footer .footer_top .container_big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    line-height: 16px;
    color: #8f9295;
    letter-spacing: 0.522353px;
    line-height: 16px;
}
.page_footer .footer_top .copyright_mobile {
    display: none;
}
@media (max-width: 1025px) {
    .page_footer .footer_top .copyright_mobile {
        display: block;
    }
}
@media (max-width: 768px) {
    .page_footer .footer_top .copyright {
       /* display: none;*/
    }
}
@media (max-width: 480px) {
   
    .page_footer .footer_top{
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .footer_top_logo{
        max-width: 102px;
    }
    .page_footer .footer_top .copyright span{
        display: none;
    }
}
.page_footer .footer_top a {
    color: #8f9295;
}
@media (max-width: 992px) {
    .page_footer .footer_top a {
        /*display: none;*/
    }
    .copyright span{
        display: none; 
    }
    .page_footer .footer_after {
        display: block;
    }
    .page_footer .container_big {
        display: flex;
        flex-direction: column;
    }
}
.page_footer .footer_bottom {
    padding-top: 76px;
    padding-bottom: 56px;
}
@media (max-width: 1025px) {
    .page_footer .footer_bottom {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.page_footer .footer_bottom .container_big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1025px) {
    .page_footer .footer_bottom .container_big {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (max-width: 1025px) {
    .page_footer .footer_bottom .block {
        width: 100%;
    }
}
.page_footer .footer_bottom .block #nav_menu-7 {
    /*margin-top:30px*/
}
@media (max-width: 1025px) {
    .page_footer .footer_bottom .block #nav_menu-7 {
        margin-top: 0;
    }
}
.page_footer .footer_bottom .block .caption {
    font-size: 14px;
    line-height: 16px;
    min-height: 16px;
    color: #0B1218;
    margin-bottom: 20px;
    letter-spacing: 0.522353px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-weight: 500;
}
@media (max-width: 1025px) {
    .page_footer .footer_bottom .block .caption {
        margin: 0;
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: 16px;
        line-height: 16px;
        color: #63676b;
        text-transform: uppercase;
        padding-left: 26px;
        padding-right: 26px;
        background-image: url(../img/mobile_plus.svg);
        background-repeat: no-repeat;
        background-position: -webkit-calc(100% - 26px) center;
        background-position: calc(100% - 26px) center;
    }
    .page_footer .footer_bottom .block .caption.open {
        color: #00a0f2;
        background-image: url(../img/mobile_minus.svg);
    }
}
@media (max-width: 480px) {
    .page_footer .footer_bottom .block .caption {
        padding: 20px 15px;
        line-height: 24px;
        background-position: -webkit-calc(100% - 15px) center;
        background-position: calc(100% - 15px) center;
        
        white-space: normal;
    }
    .page_footer .footer_bottom .block .widget_nav_menu{
border-bottom: 1px solid rgba(99, 103, 107, 0.1);
    }
    .page_footer .footer_bottom .block .widget_nav_menu#nav_menu-6{
        border-bottom: 0px;
    }
    .page_footer .footer_bottom .block #nav_menu-3{
border-bottom: 1px solid rgba(99, 103, 107, 0.1);
    }
}
@media (max-width: 1025px) {
    .page_footer .footer_bottom .block #nav_menu-6 .caption,
    .page_footer .footer_bottom .block #nav_menu-8 .caption,
    .page_footer .footer_bottom .block #nav_menu-9 .caption {
       /* background: 0 0;*/
    }
}
.page_footer .footer_bottom .block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (max-width: 1025px) {
    .page_footer .footer_bottom .block ul {
        padding-left: 26px;
        padding-right: 26px;
        display: none;
    }
    .page_footer .footer_bottom .block ul.open {
        display: block;
    }
}
@media (max-width: 480px) {
    .page_footer .footer_bottom .block ul {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.page_footer .footer_bottom .block ul li {
    margin-bottom: 16px;
}
.page_footer .footer_bottom .block ul li a {
    letter-spacing: 0.522353px;
    font-size: 14px;
    line-height: 16px;
    color: #8f9295;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-weight: 400;
}
.page_footer .footer_bottom .block ul li a:hover {
    text-decoration: none;
    color: #00a0f2;
}
.page_footer .footer_bottom .block #nav_menu-6 li a {
    color: #63676b;
}
.page_content {
    overflow: hidden;
}
.page_content.bg_grey {
    background: #f5f6f6;
   /* margin-top: 90px;*/
}
@media (max-width: 480px) {
    .page_content.bg_grey {
     /*   margin-top: 40px;*/
    }
}
.page_content.bg_grey2 {
    background: #d9d9d9;
}
.page_content.bg_black {
    background: #0b1218;
}
.page_content .container {
    text-align: left;
}
.bg_grey_main {
    background: #f5f6f6;
}
h1.adapt_block_1_head,
h1.career_block_1_head,
h1.career_block_2_head,
h1.career_block_3_head,
h1.career_block_4_head,
h1.main_block_1_head,
h1.main_block_2_head,
h1.main_block_3_head,
h1.main_block_4_head,
h1.main_block_5_head,
h1.main_block_6_head,
h1.main_block_7_head,
h1.other_form_head,
h1.potok_block_10_head,
h1.potok_block_11_head,
h1.potok_block_12_head,
h1.potok_block_13_head,
h1.potok_block_14_head,
h1.potok_block_15_head,
h1.potok_block_16_head,
h1.potok_block_17_head,
h1.potok_block_18_head,
h1.potok_block_19_head,
h1.potok_block_1_head,
h1.potok_block_20_head,
h1.potok_block_21_head,
h1.potok_block_22_head,
h1.potok_block_23_head,
h1.potok_block_24_head,
h1.potok_block_25_head,
h1.potok_block_26_head,
h1.potok_block_2_head,
h1.potok_block_3_head,
h1.potok_block_4_head,
h1.potok_block_5_head,
h1.potok_block_6_head,
h1.potok_block_7_head,
h1.potok_block_8_head,
h1.potok_block_9_head,
h2 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.8px;
    position: relative;
}
@media (max-width: 1440px) {
    h1.adapt_block_1_head,
    h1.career_block_1_head,
    h1.career_block_2_head,
    h1.career_block_3_head,
    h1.career_block_4_head,
    h1.main_block_1_head,
    h1.main_block_2_head,
    h1.main_block_3_head,
    h1.main_block_4_head,
    h1.main_block_5_head,
    h1.main_block_6_head,
    h1.main_block_7_head,
    h1.other_form_head,
    h1.potok_block_10_head,
    h1.potok_block_11_head,
    h1.potok_block_12_head,
    h1.potok_block_13_head,
    h1.potok_block_14_head,
    h1.potok_block_15_head,
    h1.potok_block_16_head,
    h1.potok_block_17_head,
    h1.potok_block_18_head,
    h1.potok_block_19_head,
    h1.potok_block_1_head,
    h1.potok_block_20_head,
    h1.potok_block_21_head,
    h1.potok_block_22_head,
    h1.potok_block_23_head,
    h1.potok_block_24_head,
    h1.potok_block_25_head,
    h1.potok_block_26_head,
    h1.potok_block_2_head,
    h1.potok_block_3_head,
    h1.potok_block_4_head,
    h1.potok_block_5_head,
    h1.potok_block_6_head,
    h1.potok_block_7_head,
    h1.potok_block_8_head,
    h1.potok_block_9_head,
    h2 {
        font-size: 30px;
        line-height: 136.02%;
    }
}
@media (max-width: 992px) {
    h1.adapt_block_1_head,
    h1.career_block_1_head,
    h1.career_block_2_head,
    h1.career_block_3_head,
    h1.career_block_4_head,
    h1.main_block_1_head,
    h1.main_block_2_head,
    h1.main_block_3_head,
    h1.main_block_4_head,
    h1.main_block_5_head,
    h1.main_block_6_head,
    h1.main_block_7_head,
    h1.other_form_head,
    h1.potok_block_10_head,
    h1.potok_block_11_head,
    h1.potok_block_12_head,
    h1.potok_block_13_head,
    h1.potok_block_14_head,
    h1.potok_block_15_head,
    h1.potok_block_16_head,
    h1.potok_block_17_head,
    h1.potok_block_18_head,
    h1.potok_block_19_head,
    h1.potok_block_1_head,
    h1.potok_block_20_head,
    h1.potok_block_21_head,
    h1.potok_block_22_head,
    h1.potok_block_23_head,
    h1.potok_block_24_head,
    h1.potok_block_25_head,
    h1.potok_block_26_head,
    h1.potok_block_2_head,
    h1.potok_block_3_head,
    h1.potok_block_4_head,
    h1.potok_block_5_head,
    h1.potok_block_6_head,
    h1.potok_block_7_head,
    h1.potok_block_8_head,
    h1.potok_block_9_head,
    h2 {
        font-size: 30px;
        line-height: 136.02%;
    }
}
@media (max-width: 480px) {
    h1.adapt_block_1_head,
    h1.career_block_1_head,
    h1.career_block_2_head,
    h1.career_block_3_head,
    h1.career_block_4_head,
    h1.main_block_1_head,
    h1.main_block_2_head,
    h1.main_block_3_head,
    h1.main_block_4_head,
    h1.main_block_5_head,
    h1.main_block_6_head,
    h1.main_block_7_head,
    h1.other_form_head,
    h1.potok_block_10_head,
    h1.potok_block_11_head,
    h1.potok_block_12_head,
    h1.potok_block_13_head,
    h1.potok_block_14_head,
    h1.potok_block_15_head,
    h1.potok_block_16_head,
    h1.potok_block_17_head,
    h1.potok_block_18_head,
    h1.potok_block_19_head,
    h1.potok_block_1_head,
    h1.potok_block_20_head,
    h1.potok_block_21_head,
    h1.potok_block_22_head,
    h1.potok_block_23_head,
    h1.potok_block_24_head,
    h1.potok_block_25_head,
    h1.potok_block_26_head,
    h1.potok_block_2_head,
    h1.potok_block_3_head,
    h1.potok_block_4_head,
    h1.potok_block_5_head,
    h1.potok_block_6_head,
    h1.potok_block_7_head,
    h1.potok_block_8_head,
    h1.potok_block_9_head,
    h2 {
        font-size: 24px;
        line-height: 136.02%;
    }
}
.potok_block_1 {
    padding-top: 64px;
    text-align: left;
}
@media (max-width: 1440px) {
    .potok_block_1 {
        padding-top: 50px;
    }
}
@media (max-width: 992px) {
    .potok_block_1 {
        padding-top: 55px;
    }
}
@media (max-width: 480px) {
    .potok_block_1 {
        padding-top: 30px;
    }
}
.potok_block_1 .potok_block_1_head,
.potok_block_1 h2 {
    font-size: 52px;
    line-height: 64px;
    letter-spacing: -0.8px;
    margin-bottom: 24px;
    position: relative;
}
@media (max-width: 1440px) {
    .potok_block_1 .potok_block_1_head,
    .potok_block_1 h2 {
        font-size: 38px;
        line-height: 127.02%;
    }
}
@media (max-width: 992px) {
    .potok_block_1 .potok_block_1_head,
    .potok_block_1 h2 {
        font-size: 38px;
        line-height: 136.02%;
        margin-bottom: 32px;
    }
}
@media (max-width: 480px) {
    .potok_block_1 .potok_block_1_head,
    .potok_block_1 h2 {
        font-size: 24px;
        margin-bottom: 23px;
    }
}
.potok_block_1 .potok_block_1_head span,
.potok_block_1 h2 span {
    display: inline-block;
    position: relative;
}
.potok_block_1 .potok_block_1_head span:before,
.potok_block_1 h2 span:before {
    content: "";
    width: 407px;
    left: 50%;
    margin-left: -203px;
    height: 20px;
    background: url(../img/under1.svg) bottom center no-repeat;
    position: absolute;
    bottom: -20px;
    background-size: contain;
}
@media (max-width: 1440px) {
    .potok_block_1 .potok_block_1_head span:before,
    .potok_block_1 h2 span:before {
        width: 248px;
        height: 13px;
        background-size: contain;
        bottom: -13px;
        margin-left: -124px;
    }
}
@media (max-width: 480px) {
    .potok_block_1 .potok_block_1_head span:before,
    .potok_block_1 h2 span:before {
        width: 146px;
        height: 7px;
        margin-left: -73px;
        bottom: -6px;
    }
}
.potok_block_1 .potok_block_1_head span.violet:before,
.potok_block_1 h2 span.violet:before {
    background-image: url(../img/svg/under6_violet.svg);
}
@media (max-width: 480px) {
    .potok_block_1 .potok_block_1_head span.violet:before,
    .potok_block_1 h2 span.violet:before {
        width: 183px;
        height: 7.69px;
        bottom: -7px;
        margin-left: -91px;
    }
}
.potok_block_1 .potok_block_1_head span.yellow:before,
.potok_block_1 h2 span.yellow:before {
    background-image: url(../img/svoi/under.svg);
    width: 434px;
    margin-left: -217px;
}
@media (max-width: 480px) {
    .potok_block_1 .potok_block_1_head span.yellow:before,
    .potok_block_1 h2 span.yellow:before {
        width: 183px;
        height: 7.69px;
        bottom: -7px;
        margin-left: -91px;
    }
}
.potok_block_1 .potok_block_1_head img,
.potok_block_1 h2 img {
    margin-left: 20px;
}
@media (max-width: 480px) {
    .potok_block_1 .potok_block_1_head img,
    .potok_block_1 h2 img {
        width: 16px;
        margin-left: 4px;
    }
}
.potok_block_1 .potok_block_1_head img.flying,
.potok_block_1 h2 img.flying {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -15px;
}
@media (max-width: 480px) {
    .potok_block_1 .potok_block_1_head img.flying,
    .potok_block_1 h2 img.flying {
        display: none;
    }
}
.potok_block_1 p {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.345455px;
    margin-bottom: 26px;
    max-width: 750px;
}
@media (max-width: 1440px) {
    .potok_block_1 p {
        font-size: 18px;
        max-width: 700px;
    }
}
@media (max-width: 992px) {
    .potok_block_1 p {
        padding-top: 18px;
        font-size: 18px;
        margin-bottom: 21px;
    }
}
@media (max-width: 480px) {
    .potok_block_1 p {
        font-size: 14px;
        line-height: 20px;
        padding-top: 0;
    }
}
.potok_block_1 a {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    color: #00a0f2;
    display: inline-block;
    padding-right: 26px;
    background: url(../img/svg/angle-right.svg) center right no-repeat;
    margin-bottom: 40px;
}
.potok_block_1 a:hover {
    text-decoration: underline;
}
@media (max-width: 1440px) {
    .potok_block_1 a {
        font-size: 14px;
        font-size: 18px;
    }
}
@media (max-width: 992px) {
    .potok_block_1 a {
        font-size: 14px;
        font-size: 18px;
        margin-bottom: 57px;
    }
}
@media (max-width: 480px) {
    .potok_block_1 a {
        font-size: 14px;
        margin-bottom: 27px;
    }
}
.potok_block_2 {
    padding-top: 100px;
    text-align: left;
}
@media (max-width: 992px) {
    .potok_block_2 {
        padding-top: 85px;
    }
}
@media (max-width: 480px) {
    .potok_block_2 {
        padding-top: 40px;
    }
}
.potok_block_2 p {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.396923px;
    position: relative;
    margin-bottom: 16px;
    display: inline-block;
}
.potok_block_2 p:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 407px;
    height: 20px;
    bottom: -20px;
    margin-left: -203px;
    background: url(../img/svg/under2.svg) bottom center no-repeat;
}
@media (max-width: 1440px) {
    .potok_block_2 p:after {
        width: 240px;
        height: 14px;
        margin-left: -120px;
        bottom: -14px;
        background-size: contain;
    }
}
@media (max-width: 480px) {
    .potok_block_2 p:after {
        width: 275px;
        margin-left: -137px;
        display: none;
    }
}
@media (max-width: 1440px) {
    .potok_block_2 p {
        font-size: 16px;
        line-height: 25px;
        background-size: contain;
    }
}
@media (max-width: 1176px) {
    .potok_block_2 p {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 992px) {
    .potok_block_2 p {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .potok_block_2 p {
        font-size: 14px;
        line-height: 25px;
    }
}
.potok_block_2 p:before {
    content: "";
    display: block;
    width: 50px;
    height: 46px;
    background: url(../img/svg/crown.svg) top left no-repeat;
    position: absolute;
    left: -39px;
    top: -47px;
    z-index: 5;
    background-size: contain;
}
@media (max-width: 992px) {
    .potok_block_2 p:before {
        width: 32px;
        height: 30px;
        left: -25px;
        top: -20px;
    }
}
@media (max-width: 480px) {
    .potok_block_2 p:before {
        width: 23px;
        left: -13px;
        height: 22px;
        top: -15px;
    }
}
.potok_block_2 p.violet_crown:before {
    background-image: url(../img/svg/crown_violet.svg);
}
@media (max-width: 992px) {
    .potok_block_2 p.violet_crown:before {
        width: 32px;
        height: 30px;
        left: -25px;
        top: -20px;
    }
}
@media (max-width: 480px) {
    .potok_block_2 p.violet_crown:before {
        width: 23px;
        left: -11px;
        height: 22px;
        top: -11px;
    }
}
.potok_block_2 p.yellow_crown:before {
    background-image: url(../img/fl/crown_yellow.svg);
}
@media (max-width: 992px) {
    .potok_block_2 p.yellow_crown:before {
        width: 32px;
        height: 30px;
        left: -25px;
        top: -20px;
    }
}
@media (max-width: 480px) {
    .potok_block_2 p.yellow_crown:before {
        width: 23px;
        left: -11px;
        height: 22px;
        top: -11px;
    }
}
.potok_block_2 p.no_bg {
    background: 0 0;
}
.potok_block_2 p.no_bg:after {
    display: none;
}
.potok_block_2 p.no_crown:before {
    display: none;
}
.potok_block_2 p.violet:after {
    background-image: url(../img/360/under3.svg);
    width: 349px;
    height: 19px;
    margin-left: -174px;
    bottom: -19px;
}
@media (max-width: 480px) {
    .potok_block_2 p.violet:after {
        width: 204px;
        height: 10px;
        margin-left: -102px;
        bottom: -10px;
    }
}
.potok_block_2 p.yellow:after {
    background-image: url(../img/fl/under.svg);
    width: 349px;
    height: 19px;
    margin-left: -174px;
    bottom: -19px;
}
@media (max-width: 480px) {
    .potok_block_2 p.yellow:after {
        width: 204px;
        height: 10px;
        margin-left: -102px;
        bottom: -10px;
    }
}
.potok_block_2 .potok_block_2_head span,
.potok_block_2 h2 span {
    position: relative;
}
@media (max-width: 480px) {
    .potok_block_2 .potok_block_2_head span,
    .potok_block_2 h2 span {
        display: inline-block;
    }
}
.potok_block_2 .potok_block_2_head span.violet:before,
.potok_block_2 h2 span.violet:before {
    content: "";
    width: 407px;
    height: 19px;
    position: absolute;
    left: 50%;
    margin-left: -203px;
    bottom: -19px;
    background: url(../img/celi/under_violet.svg) center center no-repeat;
}
@media (max-width: 480px) {
    .potok_block_2 .potok_block_2_head span.violet:before,
    .potok_block_2 h2 span.violet:before {
        width: 214px;
        height: 10px;
        bottom: -10px;
        margin-left: -112px;
        background-size: contain;
    }
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex.just_bet {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex.al_cen {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex.just_end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex.just_cen {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex .flex_left {
    width: 50%;
}
@media (max-width: 480px) {
    .flex .flex_left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
.flex .flex_right {
    width: 50%;
}
@media (max-width: 480px) {
    .flex .flex_right {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 28px;
    }
}
.flex .flex_49 {
    width: 49%;
    margin-bottom: 2%;
}
.potok_block_3 {
    padding-top: 24px;
    text-align: left;
}
.potok_block_3 .potok_block_3_head,
.potok_block_3 h2 {
    margin-bottom: 20px;
    padding-top: 20px;
}
.potok_block_3 .potok_block_3_head span,
.potok_block_3 h2 span {
    position: relative;
}
.potok_block_3 .potok_block_3_head span:before,
.potok_block_3 h2 span:before {
    content: "";
    display: block;
    position: absolute;
    width: 140%;
    height: 140%;
    background: url(../img/svg/circle1.svg) center center no-repeat;
    background-size: contain;
    left: -20%;
    top: -20%;
    z-index: -1;
}
.potok_block_3 .potok_block_3_head span.violet:before,
.potok_block_3 h2 span.violet:before {
    content: "";
    display: block;
    position: absolute;
    width: 407px;
    height: 20px;
    background: url(../img/360/under.svg) center center no-repeat;
    left: 50%;
    margin-left: -203px;
    top: auto;
    bottom: -20px;
}
@media (max-width: 480px) {
    .potok_block_3 .potok_block_3_head span.violet:before,
    .potok_block_3 h2 span.violet:before {
        width: 214px;
        height: 10px;
        margin-left: -107px;
        bottom: -10px;
        background-size: contain;
    }
}
.potok_block_3 .potok_block_3_head span.circle_violet:before,
.potok_block_3 h2 span.circle_violet:before {
    width: 397px;
    height: 57px;
    background: url(../img/celi/circle_violet.svg) center center no-repeat;
    left: 50%;
    margin-left: -198px;
    top: 50%;
    margin-top: -28px;
}
@media (max-width: 480px) {
    .potok_block_3 .potok_block_3_head span.circle_violet:before,
    .potok_block_3 h2 span.circle_violet:before {
        width: 241px;
        height: 33px;
        margin-left: -120px;
        margin-top: -16px;
        background-size: contain;
    }
}
.potok_block_3 .potok_block_3_head strong,
.potok_block_3 h2 strong {
    font-weight: 600;
    color: #8f9295;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: relative;
}
@media (max-width: 480px) {
    .potok_block_3 .potok_block_3_head strong,
    .potok_block_3 h2 strong {
        position: static;
    }
}
.potok_block_3 .potok_block_3_head strong span,
.potok_block_3 h2 strong span {
    height: auto;
    text-align: left;
    font-weight: 400;
    visibility: hidden;
    width: 348px;
    padding: 21px 24px 26px 32px;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(11, 18, 24, 0.15);
    box-shadow: 0 10px 20px rgba(11, 18, 24, 0.15);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    left: -164px;
    bottom: 45px;
    color: #8f9295;
    font-size: 16px;
    line-height: 24px;
    z-index: 1;
}
@media (max-width: 480px) {
    .potok_block_3 .potok_block_3_head strong span,
    .potok_block_3 h2 strong span {
        width: 280px;
        left: 20px;
    }
}
.potok_block_3 .potok_block_3_head strong span:before,
.potok_block_3 h2 strong span:before {
    display: none;
}
.potok_block_3 .potok_block_3_head strong span:after,
.potok_block_3 h2 strong span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
@media (max-width: 480px) {
    .potok_block_3 .potok_block_3_head strong span:after,
    .potok_block_3 h2 strong span:after {
        display: none;
    }
}
.potok_block_3 .potok_block_3_head strong:hover,
.potok_block_3 h2 strong:hover {
    color: #00b8ff;
}
.potok_block_3 .potok_block_3_head strong:hover span,
.potok_block_3 h2 strong:hover span {
    visibility: visible;
}
.potok_block_3 p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.345455px;
    margin-bottom: 33px;
}
@media (max-width: 1440px) {
    .potok_block_3 p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 992px) {
    .potok_block_3 p {
        font-size: 16px;
        line-height: 24px;
    }
}
.potok_block_3 .flex_left {
    padding-right: 53px;
}
@media (max-width: 992px) {
    .potok_block_3 .flex_left {
        padding-right: 24px;
    }
}
@media (max-width: 480px) {
    .potok_block_3 .flex_left {
        padding-right: 0;
    }
    .potok_block_3 .flex_left img {
        display: none;
    }
}
.potok_block_4 {
    padding-top: 36px;
    text-align: left;
}
@media (max-width: 992px) {
    .potok_block_4 {
        padding-top: 69px;
    }
}
@media (max-width: 480px) {
    .potok_block_4 {
        padding-top: 40px;
    }
}
.potok_block_4 .flex_left {
    padding-left: 53px;
}
@media (max-width: 992px) {
    .potok_block_4 .flex_left {
        padding-left: 22px;
    }
}
@media (max-width: 480px) {
    .potok_block_4 .flex_left {
        padding-left: 0;
    }
}
.potok_block_4 .potok_block_4_head,
.potok_block_4 h2 {
    margin-bottom: 20px;
}
.potok_block_4 .potok_block_4_head span,
.potok_block_4 h2 span {
    position: relative;
}
.potok_block_4 .potok_block_4_head span:before,
.potok_block_4 h2 span:before {
    content: "";
    display: block;
    position: absolute;
    width: 407px;
    height: 20px;
    background: url(../img/svg/under2.svg) bottom center no-repeat;
    background-size: contain;
    left: 50%;
    margin-left: -203px;
    bottom: -17px;
    z-index: -1;
}
@media (max-width: 1440px) {
    .potok_block_4 .potok_block_4_head span:before,
    .potok_block_4 h2 span:before {
        width: 100%;
        left: 0;
        margin-left: 0;
        bottom: -36%;
    }
}
.potok_block_4 .potok_block_4_head span strong,
.potok_block_4 h2 span strong {
    font-weight: 600;
    color: #8f9295;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: relative;
}
@media (max-width: 480px) {
    .potok_block_4 .potok_block_4_head span strong,
    .potok_block_4 h2 span strong {
        position: static;
    }
}
.potok_block_4 .potok_block_4_head span strong span,
.potok_block_4 h2 span strong span {
    height: auto;
    text-align: left;
    font-weight: 400;
    visibility: hidden;
    width: 348px;
    padding: 21px 24px 26px 32px;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(11, 18, 24, 0.15);
    box-shadow: 0 10px 20px rgba(11, 18, 24, 0.15);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    left: -164px;
    bottom: 45px;
    color: #8f9295;
    font-size: 16px;
    line-height: 24px;
    z-index: 1;
}
@media (max-width: 992px) {
    .potok_block_4 .potok_block_4_head span strong span,
    .potok_block_4 h2 span strong span {
        left: -264px;
    }
}
@media (max-width: 480px) {
    .potok_block_4 .potok_block_4_head span strong span,
    .potok_block_4 h2 span strong span {
        width: 280px;
        left: 20px;
    }
}
.potok_block_4 .potok_block_4_head span strong span:before,
.potok_block_4 h2 span strong span:before {
    display: none;
}
.potok_block_4 .potok_block_4_head span strong span:after,
.potok_block_4 h2 span strong span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
@media (max-width: 992px) {
    .potok_block_4 .potok_block_4_head span strong span:after,
    .potok_block_4 h2 span strong span:after {
        margin-left: 91px;
    }
}
@media (max-width: 480px) {
    .potok_block_4 .potok_block_4_head span strong span:after,
    .potok_block_4 h2 span strong span:after {
        display: none;
    }
}
.potok_block_4 .potok_block_4_head span strong:hover,
.potok_block_4 h2 span strong:hover {
    color: #00b8ff;
}
.potok_block_4 .potok_block_4_head span strong:hover span,
.potok_block_4 h2 span strong:hover span {
    visibility: visible;
}
.potok_block_4 .potok_block_4_head span.circle_violet,
.potok_block_4 h2 span.circle_violet {
    display: inline-block;
}
.potok_block_4 .potok_block_4_head span.circle_violet:before,
.potok_block_4 h2 span.circle_violet:before {
    content: "";
    display: block;
    position: absolute;
    width: 393px;
    height: 68px;
    background: url(../img/svg/circle1_violet.svg) center center no-repeat;
    background-size: contain;
    left: 50%;
    margin-left: -196px;
    top: 50%;
    margin-top: -34px;
    z-index: -1;
}
@media (max-width: 992px) {
    .potok_block_4 .potok_block_4_head span.circle_violet:before,
    .potok_block_4 h2 span.circle_violet:before {
        width: 260px;
        height: 43px;
        margin-top: -21px;
        margin-left: -130px;
    }
}
@media (max-width: 480px) {
    .potok_block_4 .potok_block_4_head span.circle_violet:before,
    .potok_block_4 h2 span.circle_violet:before {
        width: 192px;
        height: 33px;
        margin-left: -96px;
        margin-top: -17px;
    }
}
.potok_block_4 .potok_block_4_head span.violet:before,
.potok_block_4 h2 span.violet:before {
    width: 304px;
    height: 15px;
    background: url(../img/celi/under_violet2.svg) center center no-repeat;
    left: 50%;
    margin-left: -152px;
    bottom: -15px;
}
@media (max-width: 480px) {
    .potok_block_4 .potok_block_4_head span.violet:before,
    .potok_block_4 h2 span.violet:before {
        width: 214px;
        height: 10.08px;
        bottom: -10px;
        margin-left: -112px;
        background-size: contain;
    }
}
.potok_block_4 p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.345455px;
}
@media (max-width: 1440px) {
    .potok_block_4 p {
        font-size: 16px;
        line-height: 24px;
    }
}
.potok_block_5 {
    padding-top: 26px;
    text-align: left;
}
@media (max-width: 480px) {
    .potok_block_5 {
        padding-top: 76px;
    }
}
.potok_block_5 .flex_left {
    padding-right: 53px;
}
@media (max-width: 992px) {
    .potok_block_5 .flex_left {
        padding-right: 24px;
    }
}
@media (max-width: 480px) {
    .potok_block_5 .flex_left {
        padding-left: 0;
    }
}
.potok_block_5 .potok_block_5_head,
.potok_block_5 h2 {
    margin-bottom: 28px;
}
.potok_block_5 .potok_block_5_head span,
.potok_block_5 h2 span {
    position: relative;
    display: inline-block;
}
.potok_block_5 .potok_block_5_head span:before,
.potok_block_5 h2 span:before {
    content: "";
    display: block;
    position: absolute;
    width: 309px;
    height: 14px;
    background: url(../img/svg/under2_violet.svg) bottom center no-repeat;
    background-size: contain;
    left: 50%;
    margin-left: -154px;
    bottom: -11px;
    z-index: -1;
}
@media (max-width: 992px) {
    .potok_block_5 .potok_block_5_head span:before,
    .potok_block_5 h2 span:before {
        width: 226px;
        height: 13px;
        margin-left: -113px;
    }
}
@media (max-width: 480px) {
    .potok_block_5 .potok_block_5_head span:before,
    .potok_block_5 h2 span:before {
        width: 214px;
        height: 10.08px;
        margin-left: -107px;
        bottom: -10px;
    }
}
.potok_block_5 p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.345455px;
}
@media (max-width: 1440px) {
    .potok_block_5 p {
        font-size: 16px;
        line-height: 24px;
    }
}
.potok_block_6 {
    padding-top: 93px;
    padding-bottom: 80px;
    text-align: left;
}
.potok_block_6 .desc {
    display: inline-block;
}
@media (max-width: 992px) {
    .potok_block_6 .desc {
        display: none;
    }
}
.potok_block_6 .tablet {
    display: none;
}
@media (max-width: 992px) {
    .potok_block_6 .tablet {
        display: inline-block;
    }
}
@media (max-width: 992px) {
    .potok_block_6 {
        padding-top: 68px;
        padding-bottom: 68px;
    }
}
@media (max-width: 480px) {
    .potok_block_6 {
        padding-top: 54px;
        padding-bottom: 54px;
    }
}
.potok_block_6 .caption_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1440px) {
    .potok_block_6 .caption_flex {
        margin-bottom: 30px;
    }
}
@media (max-width: 992px) {
    .potok_block_6 .caption_flex {
        margin-bottom: 38px;
    }
}
.potok_block_6 .caption_flex .potok_block_6_head,
.potok_block_6 .caption_flex h2 {
    background: url(../img/svg/under3.svg) bottom right no-repeat;
    margin-right: 18px;
    padding-bottom: 20px;
    background-size: contain;
}
.potok_block_6 .caption_flex .potok_block_6_head.violet,
.potok_block_6 .caption_flex h2.violet {
    background-image: url(../img/360/under.svg);
}
.potok_block_6 .caption_flex .potok_block_6_head.yellow,
.potok_block_6 .caption_flex h2.yellow {
    background-image: url(../img/svoi/under2.svg);
}
.potok_block_6 .caption_flex .potok_block_6_head.no_bg,
.potok_block_6 .caption_flex h2.no_bg {
    background: 0 0;
}
.potok_block_6 .caption_flex .imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 480px) {
    .potok_block_6 .caption_flex .imgs {
        display: none;
    }
}
.potok_block_6 .slider_tabs {
    display: none;
}
@media (max-width: 480px) {
    .potok_block_6 .slider_tabs {
        display: block;
    }
    .potok_block_6 .slider_tabs .slide {
        text-align: center;
    }
    .potok_block_6 .slider_tabs .slide img {
        max-height: 252px;
        margin-left: auto;
        margin-right: auto;
    }
    .potok_block_6 .slider_tabs .slide p {
        margin-top: 30px;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
    }
}
.potok_block_6 .mob_href {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    color: #00a0f2;
    display: inline-block;
    display: none;
    padding-right: 24px;
    background: url(../img/svg/angle-right.svg) center right no-repeat;
}
@media (max-width: 1440px) {
    .potok_block_6 .mob_href {
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    .potok_block_6 .mob_href {
        margin-left: 0;
    }
}
@media (max-width: 480px) {
    .potok_block_6 .mob_href {
        display: inline-block;
        margin-top: 20px;
    }
}
.potok_block_6 .mob_href:hover {
    text-decoration: underline;
}
.potok_block_6 .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 480px) {
    .potok_block_6 .inner {
        display: none;
    }
}
.potok_block_6 .inner .tab_left {
    width: 41%;
    text-align: left;
}
@media (max-width: 992px) {
    .potok_block_6 .inner .tab_left {
        width: 33%;
        width: 41%;
    }
}
.potok_block_6 .inner .tab_left a {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    color: #00a0f2;
    display: inline-block;
    padding-right: 24px;
    margin-left: 27px;
    background: url(../img/svg/angle-right.svg) center right no-repeat;
}
@media (max-width: 1440px) {
    .potok_block_6 .inner .tab_left a {
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    .potok_block_6 .inner .tab_left a {
        margin-left: 18px;
    }
}
.potok_block_6 .inner .tab_left a:hover {
    text-decoration: underline;
}
.potok_block_6 .inner .tab_left .text {
    color: #8f9295;
    padding-left: 25px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    border-left: 1px solid #f5f6f6;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 35px;
    text-align: left;
}
@media (max-width: 1440px) {
    .potok_block_6 .inner .tab_left .text {
        font-size: 16px;
        line-height: 135%;
        margin-bottom: 26px;
    }
}
@media (max-width: 992px) {
    .potok_block_6 .inner .tab_left .text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px;
        padding-left: 18px;
    }
}
.potok_block_6 .inner .tab_left .text.active {
    color: #0b1218;
    border-color: #0b1218;
}
.potok_block_6 .inner .tab_left .text:hover {
    color: #0b1218;
}
.potok_block_6 .inner .tab_right {
    width: 55%;
    text-align: right;
    position: relative;
}
@media (max-width: 992px) {
    .potok_block_6 .inner .tab_right {
        width: 64%;
        width: 56%;
    }
}
.potok_block_6 .inner .tab_right .img {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.potok_block_6 .inner .tab_right .img.active {
    opacity: 1;
    z-index: 25;
}
.potok_block_6 .inner .tab_right .img img {
    max-height: 100%;
    width: auto;
}
.potok_block_7 {
    padding-top: 114px;
    padding-bottom: 110px;
    text-align: left;
}
@media (max-width: 992px) {
    .potok_block_7 {
        padding-top: 133px;
        padding-bottom: 84px;
    }
}

.potok_block_7.no_pad_bot {
    padding-top: 0;
    padding-bottom: 0;
}
@media (max-width: 992px) {
    .potok_block_7.no_pad_bot {
        padding-bottom: 0;
    }
}
.potok_block_7 .caption_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px;
}
@media (max-width: 992px) {
    .potok_block_7 .caption_flex {
        margin-bottom: 30px;
    }
}
.potok_block_7 .caption_flex .potok_block_7_head,
.potok_block_7 .caption_flex h2 {
    margin-right: 50px;
}
.potok_block_7 .caption_flex span {
    position: relative;
}
.potok_block_7 .caption_flex span:before {
    content: "";
    display: block;
    position: absolute;
    width: 196px;
    height: 42px;
    background: url(../img/svg/circle5.svg) center center no-repeat;
    left: 50%;
    margin-left: -98px;
    top: 50%;
    margin-top: -21px;
    background-size: contain;
}
@media (max-width: 992px) {
    .potok_block_7 .caption_flex span:before {
        height: 47px;
        margin-top: -23px;
    }
}
.potok_block_7 .caption_flex span.violet:before {
    background-image: url(../img/360/violet_circle.svg);
}
.potok_block_7 .caption_flex span.violet_big:before {
    background-image: url(../img/involv/circle.svg);
    width: 245px;
    height: 47px;
    margin-left: -122px;
    margin-top: -23px;
}
.potok_block_7 .caption_flex span.yellow:before {
    background-image: url(../img/svoi/circle.svg);
}
.potok_block_7 .caption_flex .imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.potok_block_7 .flex_49 {
    background: #f5f6f6;
    padding-top: 40px;
   
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 992px) {
    .potok_block_7 .flex_49 {
        padding-top: 33px;
        padding-bottom: 0;
    }
}
.potok_block_7 .flex_49 h4 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    margin-bottom: 12px;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 1440px) {
    .potok_block_7 .flex_49 h4 {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 7px;
    }
}
@media (max-width: 992px) {
    .potok_block_7 .flex_49 h4{
        padding-left: 33px;
        padding-right: 33px;
    }
    }
.potok_block_7 .flex_49 p {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.613636px;
    margin-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
}
@media (max-width: 1440px) {
    .potok_block_7 .flex_49 p {
        font-size: 20px;
        line-height: 26px;
    }
}
@media (max-width: 992px) {
   .potok_block_7 .flex_49 p {
        padding-left: 33px;
        padding-right: 33px;
    }
    }
.potok_block_7 .flex_49 p span {
    position: relative;
}
.potok_block_7 .flex_49 p span:before {
    content: "";
    display: block;
    width: 168px;
    height: 10px;
    position: absolute;
    z-index: 0;
    left: 50%;
    margin-left: -84px;
    bottom: -6px;
    background: url(../img/svg/under5.svg) center center no-repeat;
    background-size: contain;
}
.potok_block_7 .flex_49 img {
    display: block;
}
.potok_block_7 .flex_49.blue_bg {
    background: -webkit-linear-gradient(115.07deg, #00a0f2 0, #00b8ff 100%);
    background: -o-linear-gradient(115.07deg, #00a0f2 0, #00b8ff 100%);
    background: linear-gradient(334.93deg, #00a0f2 0, #00b8ff 100%);
    color: #fff;
}
.potok_block_7 .flex_49.yellow_bg {
    background: #ffb500;
}
.potok_block_7 .flex_49.violet_bg {
    background: #601ef3;
    color: #fff;
}
.potok_block_7 .flex_49.black_bg {
    background: #0b1218;
    background: #601EF3;
    color: #fff;
}
.potok_block_7 .flex_49.black_bg p {
    color: #6ad9ff;
    color: #fff;
}
.potok_block_7 .flex_49.white_text p {
    color: #fff;
}
@media (max-width: 480px) {
   /* .potok_block_7 {
        display: none;
    }*/
    .potok_block_7 .flex{
        flex-wrap: wrap;
    }
    .flex .flex_49{
        width: 100%;
        margin-bottom: 15px;
    }
    .potok_block_7 .flex_49{
        padding-top: 23px;
    }
    .potok_block_7 .flex_49 h4, .potok_block_7 .flex_49 p{
        padding-left: 24px;
        padding-right: 24px;
    }
    .potok_block_7 .flex_49 p{
        font-size: 15px;
        line-height: 18px;
        letter-spacing: -0.375432px;
        margin-bottom: 11px;
    }


}
.potok_block_8 {
    padding-top: 110px;
    padding-bottom: 124px;
    text-align: left;
}
@media (max-width: 992px) {
    .potok_block_8 {
        padding-top: 83px;
        padding-bottom: 122px;
    }
}
@media (max-width: 480px) {
    .potok_block_8 {
        padding-top: 62px;
        padding-bottom: 58px;
    }
}
.potok_block_8 .lock_pshik {
    margin-bottom: 26px;
    font-size: 36px;
    line-height: 24px;
    color: #fff;
    position: relative;
}
.potok_block_8 .lock_pshik:before {
    content: "";
    width: 53px;
    height: 73px;
    display: block;
    position: absolute;
    top: -39px;
    left: -40px;
    background: url(../img/svg/phsik.svg) top left no-repeat;
}
@media (max-width: 480px) {
    .potok_block_8 .lock_pshik:before {
        width: 27px;
        height: 37px;
        background-size: contain;
        top: -18px;
        left: -13px;
    }
}
.potok_block_8 .lock_pshik.yellow_pshik:before {
    background-image: url(../img/svoi/pshik_yellow.svg);
}
.potok_block_8 .lock_pshik.white_pshik:before {
    background-image: url(../img/svg/pshik_white.svg);
}
.potok_block_8 .caption_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    color: #fff;
}
.potok_block_8 .caption_flex .potok_block_8_head span,
.potok_block_8 .caption_flex h2 span {
    position: relative;
}
@media (max-width: 480px) {
    .potok_block_8 .caption_flex .potok_block_8_head span,
    .potok_block_8 .caption_flex h2 span {
        display: inline-block;
    }
}
.potok_block_8 .caption_flex .potok_block_8_head span:before,
.potok_block_8 .caption_flex h2 span:before {
    content: "";
    display: block;
    position: absolute;
    width: 172px;
    height: 37px;
    background: url(../img/svg/circle7.svg) center center no-repeat;
    left: 50%;
    margin-left: -86px;
    top: 50%;
    margin-top: -18px;
    background-size: contain;
}
@media (max-width: 992px) {
    .potok_block_8 .caption_flex .potok_block_8_head span:before,
    .potok_block_8 .caption_flex h2 span:before {
        background-size: contain;
        width: 136px;
        height: 54px;
        margin-left: -68px;
        margin-top: -27px;
    }
}
@media (max-width: 480px) {
    .potok_block_8 .caption_flex .potok_block_8_head span:before,
    .potok_block_8 .caption_flex h2 span:before {
        width: 102px;
        height: 33px;
        margin-left: -51px;
        margin-top: -16px;
    }
}
.potok_block_8 .caption_flex .potok_block_8_head.yellow span:before,
.potok_block_8 .caption_flex h2.yellow span:before {
    background-image: url(../img/svoi/circle2.svg);
}
.potok_block_8 .caption_flex .imgs {
    margin-top: -100px;
}
@media (max-width: 992px) {
    .potok_block_8 .caption_flex .imgs {
        margin-top: -100px;
        margin-left: -112px;
    }
}
@media (max-width: 480px) {
    .potok_block_8 .caption_flex .imgs {
        display: none;
    }
}
.potok_block_8 p {
    max-width: 776px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.396923px;
    color: #fff;
    margin-bottom: 19px;
}
.potok_block_8 a{
	/*font-weight: 500;*/
font-size: 20px;
line-height: 28px;
letter-spacing: -0.345455px;
color: #00B8FF;
}
@media (max-width: 1440px) {
    .potok_block_8 p {
        font-size: 16px;
        line-height: 30px;
        max-width: 100%;
    }
    .potok_block_8 a{
    	font-size: 18px;
        line-height: 22px;
    }
}
@media (max-width: 480px) {
    .potok_block_8 p {
        font-size: 14px;
        line-height: 22px;
    }
    .potok_block_8 a{
    	font-size: 16px;
        line-height: 22px;
    }
}
.potok_block_9 {
    margin-top: 113px;
    position: relative;
    text-align: left;
}
@media (max-width: 992px) {
    .potok_block_9 {
        margin-top: 87px;
    }
}
@media (max-width: 480px) {
    .potok_block_9 {
        margin-top: 65px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (max-width: 480px) {
    .potok_block_9 img {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        display: block;
        width: 100%;
        height: auto;
    }
}
.potok_block_9 .over {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 420px;
}
@media (max-width: 1440px) {
    .potok_block_9 .over {
        max-width: 364px;
    }
}
@media (max-width: 992px) {
    .potok_block_9 .over {
        max-width: 283px;
        margin-top: -20px;
    }
}
@media (max-width: 480px) {
    .potok_block_9 .over {
        position: static;
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}
.potok_block_9 .potok_block_9_head,
.potok_block_9 h2 {
    margin-bottom: 7px;
}
@media (max-width: 480px) {
    .potok_block_9 .potok_block_9_head,
    .potok_block_9 h2 {
        margin-bottom: 12px;
    }
}
.potok_block_9 p {
    letter-spacing: -0.345455px;
    font-size: 18px;
    line-height: 24px;
}
@media (max-width: 1440px) {
    .potok_block_9 p {
        font-size: 16px;
        line-height: 135%;
    }
}
@media (max-width: 480px) {
    .potok_block_9 p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 19px;
    }
}
.potok_block_9 .imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    left: 33px;
}
.potok_block_9 .imgs.imgs_right {
    left: auto;
    right: 102px;
    bottom: -30px;
    right: 227px;
    bottom: -22px;
}
@media (max-width: 1440px) {
    .potok_block_9 .imgs.imgs_right {
        right: 196px;
        bottom: -26px;
    }
}
@media (max-width: 992px) {
    .potok_block_9 .imgs {
        bottom: -65px;
        left: 18px;
    }
}
@media (max-width: 480px) {
    .potok_block_9 .imgs {
        display: none;
    }
}
.potok_block_9 .imgs img:nth-child(2) {
    padding-top: 23px;
}
.potok_block_9 .imgs img:nth-child(3) {
    padding-top: 23px;
    padding-left: 22px;
}
.potok_block_10 {
    padding-top: 84px;
    padding-top: 47px;
    padding-top: 40px;
}
@media (max-width: 992px) {
    .potok_block_10 {
        padding-top: 101px;
        padding-top: 40px;
    }
    .potok_block_10 .flex {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .potok_block_10 .flex::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .potok_block_10.home_block_logo_1122 {
        padding-top: 10px;
        padding-bottom: 14px;
    }
}
@media (max-width: 480px) {
    .potok_block_10 {
        padding-top: 35px;
    }
    .potok_block_10.home_block_logo_1122 {
    padding-top: 10px;
    padding-bottom: 14px;
}
}
.potok_block_10 .slider_logo .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
}
.potok_block_10 img {
    max-width: 80%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.7;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.potok_block_10 img.no_grey,
.potok_block_10 img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.potok_block_10.potok_360 .flex.flex_360 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.potok_block_10.potok_360 .flex .flex {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.potok_block_10.potok_360 .flex .flex img {
    margin-left: 40px;
}
@media (max-width: 992px) {
    .potok_block_10.potok_360 .flex .flex {
        margin-left: 10px;
    }
}
@media (max-width: 480px) {
    .potok_block_10.potok_360 .flex .flex img {
        margin-left: 0;
    }
}
@media (max-width: 480px) {
    .potok_block_10.potok_360 .flex {
        display: block;
    }
    .potok_block_10.potok_360 .flex .flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .potok_block_10.potok_360 .flex .no_grey {
        display: none;
    }
}
.potok_block_11 {
    padding-top: 55px;
}
@media (max-width: 992px) {
    .potok_block_11 {
        padding-top: 42px;
    }
}
.potok_block_11 .owl-carousel .owl-nav button.owl-prev {
    width: 47px;
    height: 47px;
    left: -100px;
    top: 50%;
    margin-top: -23px;
    z-index: 5;
    position: absolute;
    background: url(../img/svg/slider_arrow_left.svg) center center no-repeat;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.potok_block_11 .owl-carousel .owl-nav button.owl-next {
    width: 47px;
    height: 47px;
    right: -100px;
    top: 50%;
    margin-top: -23px;
    z-index: 5;
    position: absolute;
    background: url(../img/svg/slider_arrow_right.svg) center center no-repeat;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.potok_block_11 .slide {
    text-align: left;
}
.potok_block_11 .slide .review_img {
    margin-bottom: 28px;
    max-height: 45px;
}
.potok_block_11 .slide p {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.613636px;
    margin-bottom: 15px;
}
@media (max-width: 1440px) {
    .potok_block_11 .slide p {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 480px) {
    .potok_block_11 .slide p {
        font-size: 18px;
        line-height: 147.52%;
    }
}
.potok_block_11 .slide .who {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.potok_block_11 .slide .who img {
    margin-right: 16px;
    width: 63px;
    height: 63px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
}
@media (max-width: 1440px) {
    .potok_block_11 .slide .who img {
        width: 41px;
        height: 41px;
    }
}
.potok_block_11 .slide .who p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.3px;
    margin-bottom: 0;
}
@media (max-width: 1440px) {
    .potok_block_11 .slide .who p {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .potok_block_11 .slide .who p {
        font-size: 14px;
        line-height: 19px;
    }
}
.potok_block_12 {
    padding-top: 50px;
    padding-top: 100px;
    text-align: left;
}
.potok_block_12 .potok_block_12_head,
.potok_block_12 h2 {
    margin-bottom: 24px;
    display: inline-block;
}
@media (max-width: 480px) {
    .potok_block_12 .potok_block_12_head,
    .potok_block_12 h2 {
        margin-bottom: 15px;
    }
}
.potok_block_12 .potok_block_12_head.pshik:after,
.potok_block_12 h2.pshik:after {
    content: "";
    width: 140px;
    height: 129px;
    background: url(../img/svg/pshik2.svg) top left no-repeat;
    display: inline-block;
    bottom: -26px;
    right: -94px;
    position: absolute;
}
@media (max-width: 992px) {
    .potok_block_12 .potok_block_12_head.pshik:after,
    .potok_block_12 h2.pshik:after {
        width: 98px;
        height: 95px;
        background-size: contain;
    }
}
.potok_block_12 .potok_block_12_head.violet:after,
.potok_block_12 h2.violet:after {
    background-image: url(../img/svg/pshik2_violet.svg);
}
.potok_block_12 .potok_block_12_head.yellow:after,
.potok_block_12 h2.yellow:after {
    background-image: url(../img/fl/yellow_pshik.svg);
}
.potok_block_12 p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    margin-bottom: 36px;
}
.potok_block_12 p.bigger {
    max-width: 675px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}
@media (max-width: 1440px) {
    .potok_block_12 p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
    }
}
@media (max-width: 480px) {
    .potok_block_12 p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 28px;
    }
}
.potok_block_12 a {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    color: #00a0f2;
    padding-right: 24px;
    background: url(../img/svg/angle-right.svg) center right no-repeat;
}
@media (max-width: 1440px) {
    .potok_block_12 a {
        font-size: 14px;
        line-height: 28px;
    }
}
.potok_block_12 a:hover {
    text-decoration: underline;
}
.potok_block_13 {
    text-align: left;
    position: relative;
}
.potok_block_13 .owl-carousel .owl-nav button.owl-prev {
    width: 47px;
    height: 47px;
    left: -100px;
    top: 50%;
    margin-top: -23px;
    z-index: 5;
    position: absolute;
    background: url(../img/svg/slider_arrow_left.svg) center center no-repeat;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.potok_block_13 .owl-carousel .owl-nav button.owl-next {
    width: 47px;
    height: 47px;
    right: -100px;
    top: 50%;
    margin-top: -23px;
    z-index: 5;
    position: absolute;
    background: url(../img/svg/slider_arrow_right.svg) center center no-repeat;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.potok_block_13 .slider_news {
    padding-top: 0;
}
@media (max-width: 992px) {
    .potok_block_13 .slider_news {
        padding-top: 0;
    }
}
.potok_block_13 .slider_news::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.potok_block_13 .slide {
    display: block;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.potok_block_13 .slide a {
    display: block;
}
@media (max-width: 480px) {
    .potok_block_13 .slide {
        margin-right: 0;
       /* padding-left: 15px;
        padding-right: 15px;*/
    }
}
.potok_block_13 .slide .news_img {
    margin-bottom: 36px;
    margin-bottom: 21px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 214px;
}
@media (max-width: 992px) {
    .potok_block_13 .slide .news_img {
        margin-bottom: 17px;
    }
}
@media (max-width: 480px) {
    .potok_block_13 .slide .news_img {
        height: 183px;
    }
}
.potok_block_13 .slide .site {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.3px;
    color: #00a0f2;
    margin-bottom: 12px;
}
.potok_block_13 .slide .site.violet {
    color: #601ef3;
}
@media (max-width: 1440px) {
    .potok_block_13 .slide .site {
        font-size: 14px;
        line-height: 27px;
    }
}
@media (max-width: 480px) {
    .potok_block_13 .slide .site {
        font-size: 12px;
    }
}
.potok_block_13 .slide .site img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.potok_block_13 .slide span {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #0b1218;
    margin-bottom: 12px;
    display: block;
    display: block;
}
@media (max-width: 1440px) {
    .potok_block_13 .slide span {
        font-size: 20px;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .potok_block_13 .slide span {
        font-size: 18px;
        font-size: 14px;
        margin-bottom: 8px;
    }
}
.potok_block_13 .slide p {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.61px;
    color: #8f9295;
}
@media (max-width: 480px) {
    .potok_block_13 .slide p {
        font-size: 14px;
    }
}
.potok_block_14 {
    text-align: left;
    padding-top: 100px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;

}
.potok_block_14 .form_colors {
    background: -webkit-linear-gradient(329.03deg, #00b8ff 0, #00a0f2 100%);
    background: -o-linear-gradient(329.03deg, #00b8ff 0, #00a0f2 100%);
    background: linear-gradient(120.97deg, #00b8ff 0, #00a0f2 100%);
}
.potok_block_14 .form_colors.violet {
    background: -webkit-linear-gradient(329.03deg, #8455f8 0, #601ef3 100%);
    background: -o-linear-gradient(329.03deg, #8455f8 0, #601ef3 100%);
    background: linear-gradient(120.97deg, #8455f8 0, #601ef3 100%);
}
.potok_block_14 .form_colors.yellow {
    background: -webkit-linear-gradient(342.17deg, #ffc700 0, #ffb500 100%);
    background: -o-linear-gradient(342.17deg, #ffc700 0, #ffb500 100%);
    background: linear-gradient(107.83deg, #ffc700 0, #ffb500 100%);
}
@media (max-width: 1440px) {
    .potok_block_14 {
      /*  width: 100%;*/
    }
}
@media (max-width: 992px) {
    .potok_block_14 {
        padding-top: 84px;
    }
}
@media (max-width: 480px) {
    .potok_block_14 {
        padding-top: 57px;
        margin-bottom: 0px;
    }
}
@media (max-width: 992px) {
    .potok_block_14.contacts-block-2 {
        padding-top: 0;
    }
}
.potok_block_14 .imgs_after {
    margin-top: -40px;
}
.potok_block_14 .imgs_after img {
    display: block;
}
.potok_block_14 p {
    margin: 0 auto;
    width: 976px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
}
@media (max-width: 1440px) {
    .potok_block_14 p {
        width: 840px;
    }
}
@media (max-width: 1176px) {
    .potok_block_14 p {
        width: 100%;
        padding-left: 26px;
        padding-right: 26px;
    }
}
@media (max-width: 992px) {
    .potok_block_14 p {
        padding-left: 15px;
        padding-right: 15px;
        padding-left: 26px;
        padding-right: 26px;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 8px;
    }
}
@media (max-width: 992px) {
     .potok_block_14 p {
        padding-left: 15px;
        padding-right: 15px;
        padding-left: 26px;
        padding-right: 26px;
    }
    }
.potok_block_14 .caption_flex {
    margin: 0 auto;
    width: 976px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 78px;
    margin-bottom: 47px;
}
@media (max-width: 1440px) {
    .potok_block_14 .caption_flex {
        width: 840px;
        margin-bottom: 30px;
    }
}
@media (max-width: 1176px) {
    .potok_block_14 .caption_flex {
        width: 100%;
        padding-left: 26px;
        padding-right: 26px;
    }
}
@media (max-width: 992px) {
    .potok_block_14 .caption_flex {
        padding-left: 15px;
        padding-right: 15px;
        padding-left: 26px;
        padding-right: 26px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 45px;
    }
}
@media (max-width: 480px) {
   .potok_block_14 .caption_flex, .potok_block_14 p {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.potok_block_14 .caption_flex .potok_block_14_head,
.potok_block_14 .caption_flex h2 {
    margin-right: 20px;
}
.potok_block_14 .caption_flex .potok_block_14_head span,
.potok_block_14 .caption_flex h2 span {
    position: relative;
}
.potok_block_14 .caption_flex .potok_block_14_head span:before,
.potok_block_14 .caption_flex h2 span:before {
    content: "";
    width: 100%;
    height: 20px;
    background: url(../img/svg/under4.svg) bottom center no-repeat;
    position: absolute;
    bottom: -15px;
    background-size: contain;
}
@media (max-width: 480px) {
    .potok_block_14 .caption_flex .potok_block_14_head span:before,
    .potok_block_14 .caption_flex h2 span:before {
        right: 0;
        height: 9px;
        bottom: -9px;
        width: 173px;
    }
}
@media (max-width: 992px) {
    .potok_block_14 .caption_flex .potok_block_14_head span,
    .potok_block_14 .caption_flex h2 span {
        display: inline;
    }
}
.potok_block_14 .caption_flex .potok_block_14_head.yellow span:before,
.potok_block_14 .caption_flex h2.yellow span:before {
    width: 350px;
    height: 18px;
    bottom: -14px;
    left: -20px;
    background: url(../img/svoi/under3.svg) bottom center no-repeat;
    z-index: -1;
}
@media (max-width: 480px) {
    .potok_block_14 .caption_flex .potok_block_14_head.yellow span:before,
    .potok_block_14 .caption_flex h2.yellow span:before {
        width: 173px;
        height: 9px;
        bottom: -9px;
        margin-left: -167px;
        background-size: contain;
    }
}
.potok_block_14 .caption_flex .potok_block_14_head.violet span:before,
.potok_block_14 .caption_flex h2.violet span:before {
    width: 350px;
    height: 18px;
    bottom: -14px;
    left: -20px;
    background: url(../img/main/under4.svg) center center no-repeat;
    z-index: -1;
}
@media (max-width: 480px) {
    .potok_block_14 .caption_flex .potok_block_14_head.violet span:before,
    .potok_block_14 .caption_flex h2.violet span:before {
        width: 173px;
        height: 9px;
        bottom: -9px;
        left: 50%;
        margin-left: -86px;
        background-size: contain;
    }
}
.potok_block_14 .caption_flex .imgs {
    text-align: right;
    margin-left: 79px;
    margin-top: -40px;
}
@media (max-width: 992px) {
    .potok_block_14 .caption_flex .imgs {
        margin-left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-width: 480px) {
    .potok_block_14 .caption_flex .imgs {
        display: none;
    }
}
.potok_block_14 .caption_flex .imgs img {
    display: block;
}
.potok_block_14.sever p {
    width: auto;
}
.potok_block_14.sever .caption_flex {
    margin-bottom: 42px;
}
.potok_block_14.sever .caption_flex .potok_block_14_head,
.potok_block_14.sever .caption_flex h2 {
    margin-right: 0;
}
.potok_block_14.sever .caption_flex p {
    padding-left: 0;
    padding-right: 0;
}
.potok_block_14.sever .caption_flex .imgs {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-left: 0;
    margin-top: 0;
    margin-right: 104px;
}
@media (max-width: 992px) {
    .potok_block_14.sever .caption_flex .imgs {
        display: none;
    }
}
.potok_block_14 .blue_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1024px) {
    .potok_block_14 .blue_form {
        margin-left: -26px;
        margin-right: -26px;
          margin-left: 0px;
        margin-right: 0px;
    }
    .potok_block_14 .blue_form.verstka {
        margin: 0;
    }
}
@media (max-width: 480px) {
    .potok_block_14 .blue_form {
        margin-left: -15px;
        margin-right: -15px;
        margin-left: 0;
        margin-right: 0;
    }
    .potok_block_14 .blue_form.verstka {
        margin: 0;
    }
}
.potok_block_14 .blue_form .man_img {
    width: 35%;
    width: 37%;
}
@media (max-width: 1280px) {
    .potok_block_14 .blue_form .man_img {
        display: none;
    }
}
.potok_block_14 .blue_form .dots_img {
    position: absolute;
    bottom: 98px;
    left: 438px;
    z-index: 2;
    margin-top: -73px;
}
@media (max-width: 1280px) {
    .potok_block_14 .blue_form .dots_img {
        display: none;
    }
}
.potok_block_14 .blue_form .wpcf7 {
    width: 65%;
    width: 63%;
    padding-left: 166px;
    padding-left: 147px;
   /* padding-top: 83px;
    padding-bottom: 83px;
    padding-top: 63px;
    padding-bottom: 80px;*/
    padding-top: 44px;
    padding-bottom: 44px;
    position: relative;
}
@media (max-width: 1280px) {
    .potok_block_14 .blue_form .wpcf7 {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .potok_block_14 .blue_form .wpcf7 {
        padding: 68px 32px;
        padding-right: 41px;
    }
}
@media (max-width: 480px) {
    .potok_block_14 .blue_form .wpcf7 {
        padding: 30px 17px;
    }
}
.potok_block_14 .blue_form .wpcf7 .form_block {
    margin-bottom: 13px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 480px) {
    .potok_block_14 .blue_form .wpcf7 .form_block {
        display: block;
    }
}
.potok_block_14 .blue_form .wpcf7 .form_block label {
    width: 162px;
    width: 200px;
     width: 206px;
    white-space: nowrap;
    text-align: right;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    margin-right: 24px;
}
@media (max-width: 1440px) {
    .potok_block_14 .blue_form .wpcf7 .form_block label {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .potok_block_14 .blue_form .wpcf7 .form_block label {
        width: 100%;
        text-align: left;
        display: block;
        font-size: 14px;
    }
}
.potok_block_14 .blue_form .wpcf7 .form_block .wpcf7-form-control-wrap {
    width: 376px;
}
.potok_block_14 .blue_form .wpcf7 .form_block .wpcf7-form-control-wrap.company-name {
    display: block;
}
.potok_block_14 .blue_form .wpcf7 .form_rass{
    width: 600px;
}
@media (max-width: 992px) {
    .potok_block_14 .blue_form .wpcf7 .form_block .wpcf7-form-control-wrap {
        width: -webkit-calc(100% - 186px);
        width: calc(100% - 186px);
    }
    .potok_block_14 .blue_form .wpcf7 .form_rass{
        width: 100%;
    }
}
@media (max-width: 480px) {
    .potok_block_14 .blue_form .wpcf7 .form_block .wpcf7-form-control-wrap {
        width: 100%;
    }
    .potok_block_14 .blue_form .wpcf7 .form_rass{
    width: 100%;
}
}
.potok_block_14 .blue_form .wpcf7 .form_block input[type="email"],
.potok_block_14 .blue_form .wpcf7 .form_block input[type="tel"],
.potok_block_14 .blue_form .wpcf7 .form_block input[type="text"] {
    padding: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 26px;
    color: #fff;
    font-size: 18px;
    border: none;
    background: 0 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.potok_block_14 .blue_form .wpcf7 .form_block .ui.selection.dropdown {
    width: 376px;
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    padding-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
}
.potok_block_14 .blue_form .wpcf7 .form_block .ui.selection.visible.dropdown > .text:not(.default) {
    color: #fff;
}
.potok_block_14 .blue_form .wpcf7 .form_block .ui.dropdown > .text {
    color: #fff;
   
}
.potok_block_14 .blue_form .wpcf7 .form_block .ui.dropdown > .default.text{
     opacity: 0.64;
}
.potok_block_14 .blue_form .wpcf7 .form_block .ui.selection.active.dropdown .menu {
    border-color: #fff;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.potok_block_14 .blue_form .wpcf7 .form_rass {
    padding-left: 186px;
    padding-left: 206px;
    padding-left: 224px;
    padding-left: 230px;
    padding-top: 21px;
    padding-top: 11px;
}
@media (max-width: 1024px) {
    .potok_block_14 .blue_form .wpcf7 .form_rass {
        padding-left: 214px;
    }
}
@media (max-width: 480px) {
    .potok_block_14 .blue_form .wpcf7 .form_rass {
        padding-left: 0;
    }
}
.potok_block_14 .blue_form .wpcf7 .form_rass .checkbox input[type="checkbox"],
.potok_block_14 .blue_form .wpcf7 .form_rass .checkbox input[type="radio"] {
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    background: 0 0;
}
.potok_block_14 .blue_form .wpcf7 .form_rass .checkbox input:checked ~ .box:before,
.potok_block_14 .blue_form .wpcf7 .form_rass .checkbox input:checked ~ label:before {
    border-color: #fff;
}
.potok_block_14 .blue_form .wpcf7 .form_rass .checkbox .box:before,
.potok_block_14 .blue_form .wpcf7 .form_rass .checkbox label:before {
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    background: 0 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.potok_block_14 .blue_form .wpcf7 .form_rass .checkbox label {
    width: auto;
    margin-right: 0;
    font-weight: 700;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.522353px;
    color: #fff;
    padding-left: 27px;
}
.potok_block_14 .blue_form .wpcf7 .form_rass .checkbox label a{
    color: #fff;
    text-decoration: underline;
}
.potok_block_14 .blue_form .wpcf7 .form_rass .checkbox label a:hover{
    text-decoration: none;
}
.potok_block_14 .blue_form .wpcf7 .form_rass .checkbox input:checked ~ .box:after,
.potok_block_14 .blue_form .wpcf7 .form_rass .checkbox input:checked ~ label:after,
.potok_block_14 .blue_form .wpcf7 .form_rass .checkbox input:checked ~ span:after{
    background: url(../img/gal.svg) 3px 4px no-repeat #fff;
    content: "";
    width: 16px;
    height: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    display: block;
    left: -26px;
    top: 0;
}
.potok_block_14 .blue_form .wpcf7 .form_buttons {
    padding-top: 48px;
    padding-left: 184px;
    padding-left: 224px;
     padding-left: 230px;
    padding-top: 20px;
}
@media (max-width: 992px) {
    .potok_block_14 .blue_form .wpcf7 .form_buttons {
        padding-top: 32px;
    }
}
@media (max-width: 480px) {
    .potok_block_14 .blue_form .wpcf7 .form_buttons {
        display: block;
        padding-left: 0;
        padding-top: 17px;
    }
}

.potok_block_14 .blue_form .wpcf7 .form_buttons input[type="submit"] {
    width: 152px;
    height: 54px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-right: 37px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin-bottom: 24px;
    color: #000;
}
.potok_block_14 .blue_form .wpcf7 .form_buttons input[type="submit"]:disabled{
    color: grey;
}
.potok_block_14 .blue_form .wpcf7 .form_buttons input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
    color: #00a0f2;
}
@media (max-width: 480px) {
    .potok_block_14 .blue_form .wpcf7 .form_buttons input[type="submit"] {
        margin-bottom: 17px;
    }
}
.potok_block_14 .blue_form .wpcf7 .form_buttons .agree {
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
    max-width: 390px;
    padding-left: 28px;
    position: relative;
}
.potok_block_14 .blue_form .wpcf7 .form_buttons .agree:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/info-circle.svg) top left no-repeat;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.4;
}
.potok_block_14 .blue_form .wpcf7 .form_buttons .agree a {
    color: #fff;
    text-decoration: underline;
}
@media (max-width: 480px) {
    .potok_block_14 .blue_form .wpcf7 .form_buttons .agree {
        max-width: 100%;
    }
}
.potok_block_14 .blue_form.yellow .wpcf7 .form_block .ui.dropdown > .text,
.potok_block_14 .blue_form.yellow .wpcf7 .form_block .ui.selection.dropdown,
.potok_block_14 .blue_form.yellow .wpcf7 .form_block .ui.selection.visible.dropdown > .text:not(.default),
.potok_block_14 .blue_form.yellow .wpcf7 .form_block label {
    color: #0b1218;
}
.potok_block_14 .blue_form.yellow .wpcf7 .form_block .ui.selection.dropdown,
.potok_block_14 .blue_form.yellow .wpcf7 .form_block input[type="email"],
.potok_block_14 .blue_form.yellow .wpcf7 .form_block input[type="tel"],
.potok_block_14 .blue_form.yellow .wpcf7 .form_block input[type="text"] {
    border-color: #0b1218;
    color: #0b1218;
}
.potok_block_14 .blue_form.yellow .wpcf7 ::-moz-placeholder {
    color: #0b1218;
    opacity: 0.64;
}
.potok_block_14 .blue_form.yellow .wpcf7 ::-webkit-input-placeholder {
    color: #0b1218;
    opacity: 0.64;
}
.potok_block_14 .blue_form.yellow .wpcf7 :-ms-input-placeholder {
    color: #0b1218;
    opacity: 0.64;
}
.potok_block_14 .blue_form.yellow .wpcf7 :-moz-placeholder {
    color: #0b1218;
    opacity: 0.64;
}
.potok_block_14 .blue_form.yellow .wpcf7 .form_buttons .agree {
    color: #0b1218;
}
.potok_block_14 .blue_form.yellow .wpcf7 .form_buttons .agree a {
    color: #0b1218;
}
.potok_block_14 .wpcf7_contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.potok_block_14 .for_contacts {
    color: #fff;
    max-width: 633px;
}
.potok_block_14 .for_contacts p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.396923px;
    width: auto;
}
@media (max-width: 992px) {
    .potok_block_14 .for_contacts p {
        padding-left: 0;
        font-size: 16px;
        line-height: 25px;
    }
}
.potok_block_14 .for_contacts h2 {
    font-weight: 600;
    font-size: 48px;
    font-size: 38px;
    line-height: 57px;
    line-height: 136.02%;
    margin-bottom: 40px;
}
@media (max-width: 992px) {
    .potok_block_14 .for_contacts h2 {
        font-size: 30px;
        line-height: 136.02%;
        margin-bottom: 30px;
    }
}
@media (max-width: 480px) {
    .potok_block_14 .for_contacts h2 {
        font-size: 24px;
    }
}
.potok_block_14 .for_contacts h2 span {
    position: relative;
    display: inline-block;
}
.potok_block_14 .for_contacts h2 span:before {
    content: "";
    display: block;
    position: absolute;
    width: 350px;
    height: 18.18px;
    background: url(../img/contacts_under.svg) center center no-repeat;
    background-size: contain;
    bottom: -18px;
    left: 0;
}
@media (max-width: 992px) {
    .potok_block_14 .for_contacts h2 span:before {
        width: 280px;
        left: 50%;
        margin-left: -140px;
    }
}
.potok_block_14 .for_contacts .soc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.potok_block_14 .for_contacts .soc a {
    display: blokc;
    margin-right: 40px;
}
.page-id-831 #popup_form.popup_container_form .mfp-close,
.page-id-951 #popup_form.popup_container_form .mfp-close {
    color: #0b1218;
}
.page-id-831 #popup_form .wpcf7 .form_block .ui.dropdown > .text,
.page-id-831 #popup_form .wpcf7 .form_block .ui.selection.dropdown,
.page-id-831 #popup_form .wpcf7 .form_block .ui.selection.visible.dropdown > .text:not(.default),
.page-id-831 #popup_form .wpcf7 .form_block label,
.page-id-951 #popup_form .wpcf7 .form_block .ui.dropdown > .text,
.page-id-951 #popup_form .wpcf7 .form_block .ui.selection.dropdown,
.page-id-951 #popup_form .wpcf7 .form_block .ui.selection.visible.dropdown > .text:not(.default),
.page-id-951 #popup_form .wpcf7 .form_block label {
    color: #0b1218;
}
.page-id-831 #popup_form .wpcf7 .form_block .ui.selection.dropdown,
.page-id-831 #popup_form .wpcf7 .form_block input[type="email"],
.page-id-831 #popup_form .wpcf7 .form_block input[type="tel"],
.page-id-831 #popup_form .wpcf7 .form_block input[type="text"],
.page-id-951 #popup_form .wpcf7 .form_block .ui.selection.dropdown,
.page-id-951 #popup_form .wpcf7 .form_block input[type="email"],
.page-id-951 #popup_form .wpcf7 .form_block input[type="tel"],
.page-id-951 #popup_form .wpcf7 .form_block input[type="text"] {
    border-color: #0b1218;
    color: #0b1218;
}
.page-id-831 #popup_form .wpcf7 ::-moz-placeholder,
.page-id-951 #popup_form .wpcf7 ::-moz-placeholder {
    color: #0b1218;
    opacity: 0.64;
}
.page-id-831 #popup_form .wpcf7 ::-webkit-input-placeholder,
.page-id-951 #popup_form .wpcf7 ::-webkit-input-placeholder {
    color: #0b1218;
    opacity: 0.64;
}
.page-id-831 #popup_form .wpcf7 :-ms-input-placeholder,
.page-id-951 #popup_form .wpcf7 :-ms-input-placeholder {
    color: #0b1218;
    opacity: 0.64;
}
.page-id-831 #popup_form .wpcf7 :-moz-placeholder,
.page-id-951 #popup_form .wpcf7 :-moz-placeholder {
    color: #0b1218;
    opacity: 0.64;
}
.page-id-831 #popup_form .wpcf7 .form_buttons .agree,
.page-id-951 #popup_form .wpcf7 .form_buttons .agree {
    color: #0b1218;
}
.page-id-831 #popup_form .wpcf7 .form_buttons .agree a,
.page-id-951 #popup_form .wpcf7 .form_buttons .agree a {
    color: #0b1218;
}
.page-id-831 #popup_form .wpcf7 .checkbox label,
.page-id-951 #popup_form .wpcf7 .checkbox label {
    color: #0b1218;
}
.potok_block_15 {
    padding-top: 140px;
}
@media (max-width: 992px) {
    .potok_block_15 {
        padding: 60px 0;
        padding-bottom: 0;
    }
}
@media (max-width: 480px) {
    .potok_block_15 {
        display: none;
    }
}
.potok_block_15 .block {
    padding-bottom: 26px;
}
.potok_block_15 .block .flex {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.potok_block_15 .block p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 21px;
}
.potok_block_15 .block .item {
    width: 229px;
    height: 80px;
    -webkit-box-shadow: 0 2px 24px rgba(11, 18, 24, 0.08);
    box-shadow: 0 2px 24px rgba(11, 18, 24, 0.08);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-left: 3px solid #fff;
    padding-left: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 28px;
    margin-right: 20px;
}
.potok_block_15 .block .item:nth-child(4) {
    margin-right: 0;
}
@media (max-width: 992px) {
    .potok_block_15 .block .item {
        display: block;
        height: auto;
        padding-top: 15px;
        padding-bottom: 11px;
        width: 157px;
    }
}
.potok_block_15 .block .item .blue_icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#00b8ff), color-stop(50%, #00a0f2));
    background: -webkit-linear-gradient(top, #00b8ff 0, #00a0f2 50%);
    background: -o-linear-gradient(top, #00b8ff 0, #00a0f2 50%);
    background: linear-gradient(180deg, #00b8ff 0, #00a0f2 50%);
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.potok_block_15 .block .item .violet_icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#8455f8), color-stop(50%, #601ef3));
    background: -webkit-linear-gradient(top, #8455f8 0, #601ef3 50%);
    background: -o-linear-gradient(top, #8455f8 0, #601ef3 50%);
    background: linear-gradient(180deg, #8455f8 0, #601ef3 50%);
}
.potok_block_15 .block .item .yellow_icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc700), color-stop(50%, #ffb500));
    background: -webkit-linear-gradient(top, #ffc700 0, #ffb500 50%);
    background: -o-linear-gradient(top, #ffc700 0, #ffb500 50%);
    background: linear-gradient(180deg, #ffc700 0, #ffb500 50%);
}
.potok_block_15 .block .item.active {
    border-color: #00b8ff;
}
.potok_block_16 {
    padding-top: 117px;
}
@media (max-width: 480px) {
    .potok_block_16 {
        padding-top: 67px;
        padding-bottom: 58px;
    }
}
.potok_block_16 .slider_info {
    text-align: left;
}
@media (max-width: 480px) {
    .potok_block_16 .slider_info {
        background: #f5f6f6;
    }
}
.potok_block_16 .slider_info .slide {
    position: relative;
    overflow: hidden;
}
.potok_block_16 .slider_info .slide .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f5f6f6;
    position: relative;
    z-index: 2;
    opacity: 1;
}
@media (max-width: 480px) {
    .potok_block_16 .slider_info .slide .block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: 0 0;
    }
}
.potok_block_16 .slider_info .slide .block.hide {
    opacity: 0;
}
.potok_block_16 .slider_info .slide .block .left {
    width: 50%;
    padding-left: 100px;
    padding-right: 57px;
}
@media (max-width: 1440px) {
    .potok_block_16 .slider_info .slide .block .left {
        width: 62%;
        width: 60%;
        width: 50%;
        padding-left: 68px;
        padding-right: 53px;
        padding-right: 55px;
    }
}
@media (max-width: 992px) {
    .potok_block_16 .slider_info .slide .block .left {
        padding-left: 48px;
        padding-right: 27px;
    }
}
@media (max-width: 480px) {
    .potok_block_16 .slider_info .slide .block .left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 16px;
        padding-bottom: 34px;
    }
}
.potok_block_16 .slider_info .slide .block .left img {
    margin-bottom: 20px;
    max-width: 151px;
}
@media (max-width: 992px) {
    .potok_block_16 .slider_info .slide .block .left img {
        margin-bottom: 9px;
    }
}
.potok_block_16 .slider_info .slide .block .left .potok_block_14_head,
.potok_block_16 .slider_info .slide .block .left h2 {
    margin-bottom: 18px;
}
.potok_block_16 .slider_info .slide .block .left p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    color: #0b1218;
    margin-bottom: 39px;
}
@media (max-width: 1440px) {
    .potok_block_16 .slider_info .slide .block .left p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }
}
@media (max-width: 480px) {
    .potok_block_16 .slider_info .slide .block .left p {
        font-size: 14px;
        line-height: 20px;
    }
}
.potok_block_16 .slider_info .slide .block .left a, .potok_block_16 .slider_info .slide .block .left span {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    color: #00a0f2;
}
@media (max-width: 1440px) {
    .potok_block_16 .slider_info .slide .block .left a, .potok_block_16 .slider_info .slide .block .left span {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 480px) {
    .potok_block_16 .slider_info .slide .block .left a, .potok_block_16 .slider_info .slide .block .left span {
        display: block;
    }
}
.potok_block_16 .slider_info .slide .block .right {
    width: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 700px;
}
@media (max-width: 1440px) {
    .potok_block_16 .slider_info .slide .block .right {
        width: 38%;
        width: 40%;
        width: 50%;
        min-height: 520px;
    }
}
@media (max-width: 480px) {
    .potok_block_16 .slider_info .slide .block .right {
        min-height: 242px;
        background-position: top center;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (max-width: 320px) {
    .potok_block_16 .slider_info .slide .block .right {
        min-height: 182px;
    }
}
.potok_block_16 .owl-dots {
    padding-top: 43px;
}
@media (max-width: 1440px) {
    .potok_block_16 .owl-dots {
        padding-top: 22px;
    }
}
@media (max-width: 480px) {
    .potok_block_16 .owl-dots {
        background: #fff;
    }
}
.potok_block_16 .owl-carousel .owl-dot span {
    width: 15px;
    height: 15px;
}
.potok_block_16 .owl-carousel button.owl-dot {
    margin-left: 9px;
    margin-right: 9px;
    padding: 11px !important;
}
@media (max-width: 480px) {
    .potok_block_16 .owl-carousel button.owl-dot {
        padding: 0 !important;
        margin-left: 4px;
        margin-right: 4px;
    }
}
.potok_block_16 .owl-carousel button.owl-dot.active {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 184, 255, 0.1);
}
.mobile_menu {
    position: fixed;
    width: 297px;
    width: 317px;
    z-index: 999;
    background: #fff;
    right: 0;
    top: 0;
    display: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align: left;
}
.mobile_menu.open_menu {
    right: 0;
    display: block;
    -webkit-box-shadow: -15px 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: -15px 0 25px rgba(0, 0, 0, 0.1);
}
.mobile_menu .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(99, 103, 107, 0.1);
}
.mobile_menu .top .close_menu {
    width: 14px;
    height: 14px;
    border: none;
    background: url(../img/mobile_close.svg) center center no-repeat;
}
.mobile_menu .middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 17px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(99, 103, 107, 0.1);
}
.mobile_menu .middle .name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mobile_menu .middle .name .icon {
    width: 36px;
    height: 36px;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #00a0f2;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 16px;
}
@media (max-width: 480px) {
    .mobile_menu .middle .name .icon {
        width: 30px;
        height: 30px;
        margin-right: 12px;
    }
}
.mobile_menu .middle .name .text {
    font-size: 20px;
    line-height: 28px;
}
@media (max-width: 480px) {
    .mobile_menu .middle .name .text {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .mobile_menu .middle .blue_button {
        font-size: 12px;
        padding-top: 7px;
        padding-bottom: 8px;
    }
}
.mobile_menu .bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile_menu .bottom ul li {
    border-bottom: 1px solid rgba(99, 103, 107, 0.1);
}
.mobile_menu .bottom ul li span {
    display: block;
}
.mobile_menu .bottom ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #63676b;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin: 22px 16px;
}
.mobile_menu .bottom ul li.parent {
    background-image: url(../img/mobile_plus.svg);
    background-repeat: no-repeat;
    background-position: -webkit-calc(100% - 16px) 20px;
    background-position: calc(100% - 16px) 20px;
}
.mobile_menu .bottom ul li.parent ul {
    display: none;
}
.mobile_menu .bottom ul li.parent ul li {
    border: none;
}
.mobile_menu .bottom ul li.parent ul li a {
    text-transform: none;
    border: none;
    margin-top: 14px;
    margin-bottom: 14px;
}
.mobile_menu .bottom ul li.parent ul li ul {
    display: none;
    background: #f5f6f6;
    padding-top: 16px;
    padding-bottom: 16px;
}
.mobile_menu .bottom ul li.parent ul li ul li {
    background: 0 0;
    border: none;
}
.mobile_menu .bottom ul li.parent ul li ul li a {
    text-transform: none;
    border: none;
    margin: 13px 36px;
    font-weight: 400;
    background: 0 0;
}
.mobile_menu .bottom ul li.parent ul li ul li a:active,
.mobile_menu .bottom ul li.parent ul li ul li a:focus,
.mobile_menu .bottom ul li.parent ul li ul li a:hover {
    color: #00a0f2;
}
.mobile_menu .bottom ul li.parent ul li.parent_sub {
    background-image: url(../img/mobile_arrow_grey.svg);
    background-position: -webkit-calc(100% - 16px) 20px;
    background-position: calc(100% - 16px) 20px;
    background-repeat: no-repeat;
}
.mobile_menu .bottom ul li.parent ul li.open_sub {
    background-image: url(../img/mobile_arrow_blue.svg);
}
.mobile_menu .bottom ul li.parent ul li.open_sub > ul {
    display: block;
}
.mobile_menu .bottom ul li.parent.open {
    background-image: url(../img/mobile_minus.svg);
    background-position: -webkit-calc(100% - 16px) 28px;
    background-position: calc(100% - 16px) 28px;
}
.mobile_menu .bottom ul li.parent.open > a {
    color: #00a0f2;
}
.mobile_menu .bottom ul li.parent.open > ul {
    display: block;
}
.block_detail {
    padding: 65px 65px 69px 70px;
    width: 1176px;
    width: 100%;
    height: 100%;
    background: #f5f6f6;
    z-index: 1;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
@media (max-width: 1440px) {
    .block_detail {
        padding: 36px;
    }
}
.block_detail.open {
    right: 0;
    z-index: 5;
}
.block_detail .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 36px;
}
.block_detail .top h3 {
    margin: 0;
    font-weight: 500;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.579546px;
    color: #000;
}
@media (max-width: 992px) {
    .block_detail .top h3 {
        font-size: 24px;
        line-height: 125.02%;
    }
}
@media (max-width: 1440px) {
    .block_detail .top img {
        max-height: 36px;
    }
}
.block_detail .text {
    padding-bottom: 17px;
}
.block_detail .text h4 {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    color: #0b1218;
    padding-left: 33px;
    position: relative;
    margin-bottom: 7px;
}
@media (max-width: 1440px) {
    .block_detail .text h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px;
    }
}
.block_detail .text h4:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    background: #00b8ff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: 0;
    top: 8px;
}
.block_detail .text h4.yellow_sad:before {
    content: "";
    width: 26px;
    height: 26px;
    background: url(../img/svoi/sad.svg) center center no-repeat;
    left: -5px;
    top: 2px;
}
.block_detail .text h4.yellow_smile:before {
    content: "";
    width: 26px;
    height: 26px;
    background: url(../img/svoi/smile.svg) center center no-repeat;
    left: -5px;
    top: 2px;
}
.block_detail .text p {
    padding-left: 33px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.7px;
    color: #0b1218;
    padding-bottom: 20px;
}
@media (max-width: 1440px) {
    .block_detail .text p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 12px;
    }
}
.block_detail .bottom {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.block_detail .bottom a.want {
    display: inline-block;
    width: 138px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #00a0f2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
}
.block_detail .bottom a.close_block {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #00a0f2;
    letter-spacing: -0.345455px;
}
.potok_block_17 {
    /*padding-top: 100px;*/
    text-align: left;
}
@media (max-width: 480px) {
    .potok_block_17 {
        /*padding-top: 48px;*/
    }
}
.potok_block_17 p {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    margin-bottom: 16px;
}
@media (max-width: 1440px) {
    .potok_block_17 p {
        font-size: 16px;
        line-height: 25px;
    }
}
@media (max-width: 480px) {
    .potok_block_17 p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }
}
.potok_block_17 .potok_block_17_head,
.potok_block_17 h2 {
    max-width: 680px;
    margin-bottom: 40px;
}
@media (max-width: 480px) {
    .potok_block_17 .potok_block_17_head,
    .potok_block_17 h2 {
        margin-bottom: 24px;
    }
}
.potok_block_17 .items {
    margin-bottom: 40px;
}
@media (max-width: 480px) {
    .potok_block_17 .items {
        overflow-x: scroll;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 10px;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 26px;
    }
    .potok_block_17 .items::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}
.potok_block_17 .items .item {
    width: 32%;
    margin-bottom: 1%;
    background: #fff;
    -webkit-box-shadow: 0 2px 24px rgba(11, 18, 24, 0.08);
    box-shadow: 0 2px 24px rgba(11, 18, 24, 0.08);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 19px;
    padding-left: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 160px;
}
@media (max-width: 1440px) {
    .potok_block_17 .items .item {
        min-height: 140px;
    }
}
@media (max-width: 992px) {
    .potok_block_17 .items .item {
        padding: 12px;
    }
}
@media (max-width: 480px) {
    .potok_block_17 .items .item {
        width: 220px;
        margin-right: 12px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin-bottom: 0;
    }
}
.potok_block_17 .items .item img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.potok_block_17 .items .item .name {
    font-size: 20px;
    line-height: 28px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    font-weight: 600;
}
@media (max-width: 1440px) {
    .potok_block_17 .items .item .name {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 992px) {
    .potok_block_17 .items .item .name {
        font-size: 16px;
        line-height: 24px;
    }
}
.potok_block_17 .items .item .text {
    width: 100%;
    margin-top: 8px;
    font-size: 16px;
    line-height: 21px;
    color: #8f9295;
    padding-right: 30px;
}
@media (max-width: 1440px) {
    .potok_block_17 .items .item .text {
        font-size: 14px;
        line-height: 20px;
        padding-right: 0;
    }
}
.potok_block_17 .items .item.last_item {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.potok_block_17 .items .item.last_item .text_img {
    margin-bottom: -40px;
    margin-top: 60px;
    margin-bottom: -60px;
}
@media (max-width: 480px) {
    .potok_block_17 .items .item.last_item .text_img {
        margin-top: 20px;
    }
}
.potok_block_17 .blue_button {
    width: 268px;
    padding-top: 18px;
    font-weight: 500;
    padding-bottom: 18px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 18px;
}
.potok_block_18 {
    padding-top: 100px;
    padding-bottom: 55px;
    text-align: left;
}
@media (max-width: 992px) {
    .potok_block_18 {
        padding-top: 60px;
        padding-bottom: 44px;
    }
}
@media (max-width: 480px) {
    .potok_block_18 {
        padding-top: 50px;
        padding-bottom: 34px;
    }
}
.potok_block_18 .potok_block_18_head,
.potok_block_18 h2 {
    margin-bottom: 60px;
}
@media (max-width: 992px) {
    .potok_block_18 .potok_block_18_head,
    .potok_block_18 h2 {
        margin-bottom: 32px;
    }
}
.potok_block_18 .potok_block_18_head span,
.potok_block_18 h2 span {
    position: relative;
}
@media (max-width: 480px) {
    .potok_block_18 .potok_block_18_head span,
    .potok_block_18 h2 span {
        display: inline-block;
    }
}
.potok_block_18 .potok_block_18_head span:before,
.potok_block_18 h2 span:before {
    content: "";
    display: block;
    width: 255px;
    height: 43px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -127px;
    margin-top: -21px;
}
.potok_block_18 .potok_block_18_head span.yellow_circle:before,
.potok_block_18 h2 span.yellow_circle:before {
    background: url(../img/fl/yellow_circle.svg) center center no-repeat;
}
@media (max-width: 1440px) {
    .potok_block_18 .potok_block_18_head span.yellow_circle:before,
    .potok_block_18 h2 span.yellow_circle:before {
        background-size: contain;
        width: 203px;
        height: 39px;
        margin-top: -18px;
        margin-left: -101px;
    }
}
@media (max-width: 480px) {
    .potok_block_18 .potok_block_18_head span.yellow_circle:before,
    .potok_block_18 h2 span.yellow_circle:before {
        width: 175px;
        margin-left: -88px;
    }
}
.potok_block_18 .items .item {
    width: 30%;
    margin-bottom: 45px;
}
@media (max-width: 1440px) {
    .potok_block_18 .items .item {
        margin-bottom: 25px;
    }
}
@media (max-width: 992px) {
    .potok_block_18 .items .item {
        margin-bottom: 16px;
        width: 48%;
    }
}
@media (max-width: 480px) {
    .potok_block_18 .items .item {
        width: 100%;
    }
}
.potok_block_18 .items .item .for_img {
    margin-bottom: 24px;
    height: 75px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1440px) {
    .potok_block_18 .items .item .for_img {
        margin-bottom: 15px;
    }
}
.potok_block_18 .items .item .name {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    margin-bottom: 12px;
}
@media (max-width: 1440px) {
    .potok_block_18 .items .item .name {
        font-size: 18px;
        margin-bottom: 8px;
    }
}
.potok_block_18 .items .item .name.small {
    font-size: 16px;
    line-height: 28px;
}
.potok_block_18 .items .item .text {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    color: #8f9295;
}
@media (max-width: 1440px) {
    .potok_block_18 .items .item .text {
        font-size: 16px;
        line-height: 24px;
    }
}
.potok_block_18 .items .item .text span.black_text {
    color: #0b1218;
}
.potok_block_18 .items .item.last_item {
    margin-top: -53px;
    margin-top: -43px;
}
@media (max-width: 1440px) {
    .potok_block_18 .items .item.last_item {
        margin-top: -23px;
    }
}
@media (max-width: 992px) {
    .potok_block_18 .items .item.last_item {
        margin-top: 0;
    }
}
@media (max-width: 480px) {
    .potok_block_18 .text_img {
        display: none;
    }
}
.potok_block_19 {
    padding-top: 78px;
    text-align: left;
}
@media (max-width: 1440px) {
    .potok_block_19 {
        padding-top: 64px;
    }
}
@media (max-width: 480px) {
    .potok_block_19 {
        padding-top: 50px;
    }
}
.potok_block_19 .item {
    margin-bottom: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 480px) {
    .potok_block_19 .item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
}
.potok_block_19 .item .left {
    width: 23%;
    width: 25%;
    margin-right: 3%;
    margin-right: 6%;
}
@media (max-width: 1440px) {
    .potok_block_19 .item .left {
        width: 21%;
        margin-right: 12%;
        width: 25%;
        margin-right: 6%;
    }
}
@media (max-width: 992px) {
    .potok_block_19 .item .left {
        width: 28%;
        margin-right: 3%;
    }
}
@media (max-width: 480px) {
    .potok_block_19 .item .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
}
.potok_block_19 .item .left .count {
    font-weight: 700;
    font-size: 64px;
    line-height: 70px;
    color: #00b8ff;
    letter-spacing: -1.22px;
    margin-bottom: 8px;
}
.potok_block_19 .item .left .count.yellow {
    color: #ffb500;
}
@media (max-width: 1440px) {
    .potok_block_19 .item .left .count {
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 7px;
    }
}
.potok_block_19 .item .left .text {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.61px;
    color: #63676b;
}
@media (max-width: 1440px) {
    .potok_block_19 .item .left .text {
        font-size: 10px;
        line-height: 14px;
    }
}
.potok_block_19 .item .right {
    width: 59%;
    width: 66%;
}
@media (max-width: 1440px) {
    .potok_block_19 .item .right {
        width: 67%;
    }
}
@media (max-width: 992px) {
    .potok_block_19 .item .right {
        width: 69%;
    }
}
@media (max-width: 480px) {
    .potok_block_19 .item .right {
        width: 100%;
        margin-right: 0;
    }
}
.potok_block_19 .item .right .potok_block_19_head,
.potok_block_19 .item .right h2 {
    margin-bottom: 17px;
}
@media (max-width: 480px) {
    .potok_block_19 .item .right .potok_block_19_head,
    .potok_block_19 .item .right h2 {
        margin-bottom: 15px;
    }
}
.potok_block_19 .item .right .text {
    font-size: 18px;
    line-height: 24px;
}
@media (max-width: 1440px) {
    .potok_block_19 .item .right .text {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 480px) {
    .potok_block_19 .item .right .text {
        font-size: 14px;
        line-height: 20px;
    }
}
.potok_block_20 {
    padding-top: 90px;
    text-align: left;
    padding-bottom: 90px;
}
@media (max-width: 1440px) {
    .potok_block_20 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (max-width: 480px) {
    .potok_block_20 {
        padding-top: 54px;
        padding-bottom: 0;
        padding-bottom: 54px;
    }
    .potok_block_20.pad_bot {
        padding-bottom: 54px;
    }
}
.potok_block_20 .owl-carousel .owl-nav button.owl-prev {
    width: 47px;
    height: 47px;
    left: -100px;
    top: 50%;
    margin-top: -23px;
    z-index: 5;
    position: absolute;
    background: url(../img/svg/slider_arrow_left.svg) center center no-repeat;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.potok_block_20 .owl-carousel .owl-nav button.owl-next {
    width: 47px;
    height: 47px;
    right: -100px;
    top: 50%;
    margin-top: -23px;
    z-index: 5;
    position: absolute;
    background: url(../img/svg/slider_arrow_right.svg) center center no-repeat;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.potok_block_20 .potok_block_20_head,
.potok_block_20 h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
}
@media (max-width: 1440px) {
    .potok_block_20 .potok_block_20_head,
    .potok_block_20 h2 {
        margin-bottom: 36px;
    }
}
.potok_block_20 .potok_block_20_head:before,
.potok_block_20 h2:before {
    content: "";
    display: block;
    width: 407px;
    height: 20px;
    background: url(../img/svg/under2.svg) top center no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -203px;
    bottom: -20px;
}
@media (max-width: 1440px) {
    .potok_block_20 .potok_block_20_head:before,
    .potok_block_20 h2:before {
        width: 228px;
        height: 12.25px;
        background-size: contain;
        bottom: -12.25px;
        margin-left: -114px;
    }
}
@media (max-width: 480px) {
    .potok_block_20 .potok_block_20_head:before,
    .potok_block_20 h2:before {
        width: 170px;
        bottom: -9.13px;
        margin-left: -85px;
        height: 9.13px;
    }
}
.potok_block_20 .potok_block_20_head.violet,
.potok_block_20 h2.violet {
    margin-bottom: 60px;
}
.potok_block_20 .potok_block_20_head.violet:before,
.potok_block_20 h2.violet:before {
    content: "";
    width: 407px;
    left: 50%;
    margin-left: -203px;
    height: 20px;
    background: url(../img/svg/under6_violet.svg) bottom center no-repeat;
    position: absolute;
    bottom: -20px;
    background-size: contain;
}
@media (max-width: 480px) {
    .potok_block_20 .potok_block_20_head.violet:before,
    .potok_block_20 h2.violet:before {
        width: 214px;
        height: 10.08px;
        bottom: 25px;
        margin-left: 0;
        background-size: contain;
        left: 0;
    }
}
.potok_block_20 .top .slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 480px) {
    .potok_block_20 .top .slide {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.potok_block_20 .top .slide .left {
    width: 41%;
    margin-right: 9%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    text-align: center;
}
@media (max-width: 1440px) {
    .potok_block_20 .top .slide .left {
        width: 48%;
        margin-right: 8%;
    }
}
@media (max-width: 480px) {
    .potok_block_20 .top .slide .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 9px;
    }
}
.potok_block_20 .top .slide .left img {
    max-height: 460px;
    max-height: 400px;
}
.potok_block_20 .top .slide .right .caption {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
}
@media (max-width: 1440px) {
    .potok_block_20 .top .slide .right .caption {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }
}
@media (max-width: 480px) {
    .potok_block_20 .top .slide .right .caption {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }
}
.potok_block_20 .top .slide .right .text {
    font-size: 16px;
    line-height: 28px;
    color: #8f9295;
    letter-spacing: -0.345455px;
}
@media (max-width: 1440px) {
    .potok_block_20 .top .slide .right .text {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 480px) {
    .potok_block_20 .top .slide .right .text {
        font-size: 14px;
    }
}
.potok_block_20 .top .for_a {
    margin-left: 50%;
    margin-top: -100px;
    position: relative;
    z-index: 555;
}
.potok_block_20 .top a {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    color: #00a0f2;
    display: inline-block;
    padding-right: 26px;
    background: url(../img/svg/angle-right.svg) center right no-repeat;
    margin-top: 34px;
}
@media (max-width: 1440px) {
    .potok_block_20 .top a {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 480px) {
    .potok_block_20 .top a {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        font-size: 14px;
        margin-bottom: 15px;
    }
}
.potok_block_20 .top a:hover {
    text-decoration: underline;
}
.potok_block_20 .bottom {
    background: #00b8ff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 62px 70px 71px 78px;
    margin-top: 90px;
}
@media (max-width: 1440px) {
    .potok_block_20 .bottom {
        padding: 44px 46px 49px 64px;
        -webkit-border-radius: 7.03125px;
        border-radius: 7.03125px;
    }
}
@media (max-width: 480px) {
    .potok_block_20 .bottom {
        padding: 35px 38px 36px 15px;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 1440px) {
    .potok_block_20 .bottom {
        margin-top: 99px;
    }
}
@media (max-width: 480px) {
    .potok_block_20 .bottom {
        margin-top: 70px;
    }
}
@media (max-width: 480px) {
    .potok_block_20 .bottom img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        max-width: 44px;
        margin-bottom: 17px;
    }
}
.potok_block_20 .bottom .for_text {
    max-width: 545px;
}
@media (max-width: 1440px) {
    .potok_block_20 .bottom .for_text {
        max-width: 407px;
    }
}
@media (max-width: 480px) {
    .potok_block_20 .bottom .for_text {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
.potok_block_20 .bottom .name {
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: -0.8px;
    color: #fff;
    margin-bottom: 34px;
}
@media (max-width: 1440px) {
    .potok_block_20 .bottom .name {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.5625px;
        margin-bottom: 24px;
    }
}
.potok_block_20 .bottom a {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    letter-spacing: -0.345455px;
    padding-right: 28px;
    display: inline-block;
    background: url(../img/jj/angle-right.svg) right center no-repeat;
}
@media (max-width: 1440px) {
    .potok_block_20 .bottom a {
        font-size: 14px;
        line-height: 20px;
        background-size: 16px;
        padding-right: 20px;
    }
}
.potok_block_20 .bottom a:hover {
    text-decoration: underline;
}
.potok_block_21 {
    /*padding-top: 93px;*/
   /* padding-bottom: 368px;*/

    padding-top: 112px;
    padding-bottom: 390px;
    /*background-position: center 86%;*/
    background-position: center 83%;
    background-repeat: no-repeat;
    background-size: 1920px;
    text-align: left;
}
@media (max-width: 1440px) {
    .potok_block_21 {
        background-size: 1440px;
        background-size: 2063px;
    }
}
@media (max-width: 992px) {
    .potok_block_21 {
        padding-top: 44px;
        padding-bottom: 257px;
        background-size: 992px;
    }
}
@media (max-width: 480px) {
    .potok_block_21 {
        background-size: 189%;
        padding-bottom: 203px;
    }
}
.potok_block_21 p {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.396923px;
    margin-bottom: 14px;
}
@media (max-width: 1440px) {
    .potok_block_21 p {
        font-size: 18px;
        margin-bottom: 11px;
    }
}
@media (max-width: 480px) {
    .potok_block_21 p {
        font-size: 14px;
        line-height: 25px;
    }
}
.potok_block_21 img {
    position: absolute;
    right: 0;
    top: -58px;
}
@media (max-width: 992px) {
    .potok_block_21 img {
        display: none;
    }
}
.potok_block_21 .potok_block_21_head,
.potok_block_21 h2 {
    max-width: 769px;
    margin-bottom: 28px;
}
.potok_block_21 h2.full_h2{
    max-width: 100%;
}
@media (max-width: 1440px) {
    .potok_block_21 .potok_block_21_head,
    .potok_block_21 h2 {
        max-width: 661px;
    }
}
@media (max-width: 992px) {
    .potok_block_21 .potok_block_21_head,
    .potok_block_21 h2 {
        max-width: 100%;
    }
}
.potok_block_21 .desc {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.345455px;
   /* font-weight: 600;*/
}
@media (max-width: 1440px) {
    .potok_block_21 .desc {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 480px) {
    .potok_block_21 .desc {
        font-size: 14px;
        line-height: 20px;
    }
    .potok_block_21 .potok_block_21_head, .potok_block_21 h2{
        margin-bottom: 15px;
    }
}
.potok_block_22 {
    text-align: left;
    padding-top: 100px;
}
.potok_block_22 .potok_block_22_head,
.potok_block_22 h2 {
    margin-bottom: 28px;
}
@media (max-width: 992px) {
    .potok_block_22 .potok_block_22_head,
    .potok_block_22 h2 {
        margin-bottom: 19px;
    }
}
.potok_block_22 .potok_block_22_head span,
.potok_block_22 h2 span {
    position: relative;
}
.potok_block_22 .potok_block_22_head span:before,
.potok_block_22 h2 span:before {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 50%;
    width: 407px;
    margin-left: -203px;
    height: 19px;
    background: url(../img/involv/under.svg) center center no-repeat;
}
@media (max-width: 992px) {
    .potok_block_22 .potok_block_22_head span:before,
    .potok_block_22 h2 span:before {
        width: 298px;
        margin-left: -149px;
        height: 14px;
        bottom: -14px;
        background-size: contain;
    }
}
.potok_block_22 p {
    font-size: 18px;
    line-height: 24px;
    max-width: 697px;
}
@media (max-width: 992px) {
    .potok_block_22 p {
        font-size: 16px;
        line-height: 25px;
    }
}
.potok_block_22 .items {
    margin-top: 82px;
    background: url(../img/involv/bg_desc.svg) 0 129px no-repeat;
    padding-bottom: 76px;
}
@media (max-width: 992px) {
    .potok_block_22 .items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: url(../img/involv/bg_tablet.svg) 135px 90px no-repeat;
        padding-bottom: 0;
    }
}
@media (max-width: 480px) {
    .potok_block_22 .items {
        background: 0 0;
        margin-top: 49px;
    }
}
.potok_block_22 .items .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 992px) {
    .potok_block_22 .items .item {
        width: 41%;
        display: block;
        margin-left: 0;
    }
}
@media (max-width: 480px) {
    .potok_block_22 .items .item {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.potok_block_22 .items .item.item_right {
    margin-left: 197px;
}
@media (max-width: 992px) {
    .potok_block_22 .items .item.item_right {
        margin-left: 0;
    }
}
.potok_block_22 .items .item.item1 {
    margin-bottom: 139px;
}
@media (max-width: 992px) {
    .potok_block_22 .items .item.item1 {
        margin-bottom: 143px;
    }
}
@media (max-width: 480px) {
    .potok_block_22 .items .item.item1 {
        margin-bottom: 12px;
        padding-bottom: 113px;
        background: url(../img/involv/bg_mob1.svg) center bottom no-repeat;
    }
}
.potok_block_22 .items .item.item2 {
    margin-bottom: 149px;
}
@media (max-width: 992px) {
    .potok_block_22 .items .item.item2 {
        margin-top: 207px;
        margin-bottom: 163px;
    }
}
@media (max-width: 480px) {
    .potok_block_22 .items .item.item2 {
        margin-top: 0;
        padding-bottom: 113px;
        margin-bottom: 12px;
        background: url(../img/involv/bg_mob2.svg) center bottom no-repeat;
    }
}
.potok_block_22 .items .item.item3 {
    margin-bottom: 109px;
}
@media (max-width: 992px) {
    .potok_block_22 .items .item.item3 {
        margin-bottom: 105px;
        margin-top: -178px;
    }
}
@media (max-width: 480px) {
    .potok_block_22 .items .item.item3 {
        margin-top: 0;
        padding-bottom: 113px;
        margin-bottom: 12px;
        background: url(../img/involv/bg_mob3.svg) center bottom no-repeat;
    }
}
.potok_block_22 .items .item.item4 {
    margin-bottom: 129px;
}
@media (max-width: 480px) {
    .potok_block_22 .items .item.item4 {
        margin-top: 0;
        padding-bottom: 113px;
        margin-bottom: 12px;
        background: url(../img/involv/bg_mob4.svg) center bottom no-repeat;
    }
}
@media (max-width: 992px) {
    .potok_block_22 .items .item.item5 {
        margin-top: -115px;
    }
}
@media (max-width: 480px) {
    .potok_block_22 .items .item.item5 {
        margin-top: 0;
    }
}
.potok_block_22 .items .item .left {
    width: 259px;
    height: 259px;
    margin-right: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
@media (max-width: 992px) {
    .potok_block_22 .items .item .left {
        width: 130px;
        height: 130px;
        margin-right: 0;
        margin-bottom: 28px;
    }
}
.potok_block_22 .items .item .left img {
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.potok_block_22 .items .item .right {
    max-width: 489px;
}
.potok_block_22 .items .item .right h3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    margin-bottom: 12px;
}
.potok_block_22 .items .item .right p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.345455px;
    color: #8f9295;
    margin-bottom: 12px;
}
.potok_block_22 .items .item .right h4 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.345455px;
    margin-bottom: 12px;
}
.potok_block_23 {
    padding-top: 70px;
    text-align: left;
}
@media (max-width: 480px) {
    .potok_block_23 {
        padding-top: 40px;
    }
}
.potok_block_23 .items {
    background: url(../img/fl/bg_desc.svg) center center no-repeat;
}
@media (max-width: 992px) {
    .potok_block_23 .items {
        background: url(../img/fl/bg_tablet1.svg) 58% 287px no-repeat, url(../img/fl/bg_tablet2.svg) center 618px no-repeat, url(../img/fl/bg_tablet3.svg) center 1014px no-repeat;
    }
}
@media (max-width: 480px) {
    .potok_block_23 .items {
        background: 0 0;
    }
}
.potok_block_23 .items .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 57px;
}
@media (max-width: 480px) {
    .potok_block_23 .items .item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .potok_block_23 .items .item .img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .potok_block_23 .items .item .text {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (max-width: 992px) {
    .potok_block_23 .items .item img {
        max-width: 345px;
    }
}
@media (max-width: 480px) {
    .potok_block_23 .items .item img {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
.potok_block_23 .items .item .potok_block_23_head,
.potok_block_23 .items .item h2 {
    margin-bottom: 19px;
    max-width: 389px;
}
@media (max-width: 1440px) {
    .potok_block_23 .items .item .potok_block_23_head,
    .potok_block_23 .items .item h2 {
        max-width: 329px;
    }
}
@media (max-width: 992px) {
    .potok_block_23 .items .item .potok_block_23_head,
    .potok_block_23 .items .item h2 {
        max-width: 345px;
    }
}
.potok_block_23 .items .item p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.345455px;
    max-width: 389px;
}
@media (max-width: 1440px) {
    .potok_block_23 .items .item p {
        max-width: 329px;
    }
}
@media (max-width: 992px) {
    .potok_block_23 .items .item p {
        max-width: 345px;
    }
}
@media (max-width: 480px) {
    .potok_block_23 .items .item p {
        font-size: 14px;
        line-height: 20px;
    }
}
.potok_block_23 .items .item:nth-child(1) .img {
    max-width: 450px;
}
.potok_block_23 .items .item:nth-child(2) .img {
    max-width: 558px;
}
.potok_block_23 .items .item:nth-child(3) .img {
    max-width: 460px;
}
.potok_block_23 .items .item:nth-child(4) .img {
    max-width: 416px;
}
.potok_block_23 .items .item:last-child {
    margin-bottom: 0;
}
.potok_block_24 {
    text-align: left;
    padding-top: 78px;
}
@media (max-width: 480px) {
    .potok_block_24 {
        padding-top: 60px;
    }
}
.potok_block_24 .potok_block_24_head,
.potok_block_24 h2 {
    margin-bottom: 40px;
    max-width: 546px;
}
@media (max-width: 992px) {
    .potok_block_24 .potok_block_24_head,
    .potok_block_24 h2 {
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    .potok_block_24 .potok_block_24_head,
    .potok_block_24 h2 {
        margin-bottom: 20px;
    }
}
.potok_block_24 .potok_block_24_head span,
.potok_block_24 h2 span {
    position: relative;
}
.potok_block_24 .potok_block_24_head span:before,
.potok_block_24 h2 span:before {
    content: "";
    width: 300px;
    height: 16px;
    display: block;
    bottom: -16px;
    left: 50%;
    bottom: -16px;
    margin-left: -150px;
    position: absolute;
}

.potok_block_24 .potok_block_24_head.yellow span:before,
.potok_block_24 h2.yellow span:before {
    background: url(../img/fl/under2.svg) center center no-repeat;
}
.potok_block_24 .potok_block_24_head.blue span:before,
.potok_block_24 h2.blue span:before {
    background: url(../img/fl/under2_blue.svg) center center no-repeat;
}
.potok_block_24 .potok_block_24_head.violet span:before,
.potok_block_24 h2.violet span:before {
    background: url(../img/fl/under2_violet.svg) center center no-repeat;
}
@media (max-width: 480px) {
    .potok_block_24 .potok_block_24_head span.yellow:before,
    .potok_block_24 h2 span.yellow:before {
        width: 173px;
        height: 9px;
        bottom: -9px;
        margin-left: -87px;
        background-size: contain;
    }
}
.potok_block_24 .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
}
@media (max-width: 480px) {
    .potok_block_24 .items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
}
.potok_block_24 .items .item {
    width: 31%;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width: 480px) {
    .potok_block_24 .items .item {
        width: 100%;
        margin-bottom: 20px;
    }
}
.potok_block_24 .items .item .top {
    background: #ffc700;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    padding: 26px 31px;
    padding: 26px 25px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 992px) {
    .potok_block_24 .items .item .top {
        padding: 14px 17px;
        font-size: 16px;
        line-height: 16px;
    }
}
.potok_block_24 .items .item .top .icon {
    margin-right: 17px;
    flex: none;
}
.potok_block_24 .items .item .bottom {
    padding: 27px 32px 40px 32px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 27px 25px 40px 25px;
}
@media (max-width: 992px) {
    .potok_block_24 .items .item .bottom {
        padding: 14px 17px;
        padding-bottom: 23px;
    }
}
.potok_block_24 .items .item .bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.potok_block_24 .items .item .bottom ul li {
    position: relative;
    padding-left: 19px;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 8px;
    letter-spacing: 0.61px;
}
@media (max-width: 992px) {
    .potok_block_24 .items .item .bottom ul li {
        margin-bottom: 2px;
    }
}
.potok_block_24 .items .item .bottom ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #00b8ff;
    left: 0;
    top: 6px;
}
.potok_block_25 {
    padding-top: 80px;
    padding-bottom: 100px;
}
.potok_block_25 .potok_block_25_head,
.potok_block_25 h2 {
    font-weight: 600;
    font-size: 52px;
    line-height: 64px;
    letter-spacing: -0.8px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
@media (max-width: 1440px) {
    .potok_block_25 .potok_block_25_head,
    .potok_block_25 h2 {
        font-size: 38px;
        line-height: 127.02%;
    }
}
@media (max-width: 480px) {
    .potok_block_25 .potok_block_25_head,
    .potok_block_25 h2 {
        font-size: 24px;
        margin-bottom: 23px;
    }
}
.potok_block_25 .potok_block_25_head span,
.potok_block_25 h2 span {
    display: inline-block;
    position: relative;
}
.potok_block_25 .potok_block_25_head span:before,
.potok_block_25 h2 span:before {
    content: "";
    display: block;
    width: 364px;
    height: 19px;
    bottom: -19px;
    left: 50%;
    margin-left: -182px;
    position: absolute;
    background: url(../img/under_razrab.svg) center center no-repeat;
    background-size: contain;
}
@media (max-width: 1440px) {
    .potok_block_25 .potok_block_25_head span:before,
    .potok_block_25 h2 span:before {
        width: 248px;
        height: 13px;
        background-size: contain;
        bottom: -13px;
        margin-left: -124px;
    }
}
@media (max-width: 480px) {
    .potok_block_25 .potok_block_25_head span:before,
    .potok_block_25 h2 span:before {
        width: 146px;
        height: 7px;
        margin-left: -73px;
        bottom: -6px;
    }
}
.potok_block_25 a {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    color: #00a0f2;
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
@media (max-width: 1440px) {
    .potok_block_25 a {
        font-size: 14px;
    }
}
.potok_block_25 a:hover {
    text-decoration: underline;
}
.potok_block_25 img {
    position: relative;
    z-index: 1;
    margin-top: -200px;
    margin-left: 63px;
}
@media (max-width: 480px) {
    .potok_block_25 img {
        margin-left: 0;
        margin-top: -100px;
    }
}
.potok_block_26 {
    padding-top: 86px;
    padding-bottom: 89px;
}
.potok_block_26 .potok_block_26_head,
.potok_block_26 h2 {
    font-weight: 600;
    font-size: 52px;
    line-height: 64px;
    letter-spacing: -0.8px;
    margin-bottom: 23px;
    position: relative;
    z-index: 2;
}
@media (max-width: 1440px) {
    .potok_block_26 .potok_block_26_head,
    .potok_block_26 h2 {
        font-size: 38px;
        line-height: 127.02%;
    }
}
@media (max-width: 480px) {
    .potok_block_26 .potok_block_26_head,
    .potok_block_26 h2 {
        font-size: 24px;
        margin-bottom: 23px;
    }
}
.potok_block_26 p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 23px;
}
.potok_block_26 a {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    color: #00a0f2;
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
@media (max-width: 1440px) {
    .potok_block_26 a {
        font-size: 14px;
    }
}
.potok_block_26 a:hover {
    text-decoration: underline;
}
.potok_block_26 img {
    position: relative;
    z-index: 1;
    margin-left: 57px;
    margin-right: 57px;
    margin-top: 57px;
    width: -webkit-calc(100% - 114px);
    width: calc(100% - 114px);
}
@media (max-width: 480px) {
    .potok_block_26 img {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        margin-top: 0;
    }
}
.page_header.main {
    background: 0 0;
    position: absolute;
    width: 100%;
}
.page_header.main .container_big .show_menu {
    background-image: url(../img/main/menu.svg);
}
.page_header.main .container_big .menu ul li a {
    border-bottom: 4px solid transparent;
    height: 69px;
    line-height: 69px;
    color: #fff;
}
.page_header.main .container_big .menu ul li:last-child a{
        padding-right: 23px;
}
.page_header.main .container_big .menu ul li:hover a {
    background: rgba(255, 255, 255, 0.1);
    border-color: #00b8ff;
    color: #00b8ff;
}
.page_header.main .container_big .menu ul li:hover ul li {
    background: #fff;
}
.page_header.main .container_big .menu ul li:hover ul li a {
    height: 45px;
    border: none;
    line-height: 45px;
    color: #63676b;
}
.page_header.main .container_big .menu ul li:hover ul li:hover {
    background: #f5f6f6;
}
.page_header.main .container_big .menu ul li:hover ul li:hover a {
    color: #00b8ff;
}
.page_header.main .container_big .menu ul li:hover ul li:hover ul {
    padding-top: 30px;
    padding-bottom: 12px;
}
.page_header.main .container_big .menu ul li:hover ul li:hover ul li {
    background: #fff;
    padding-bottom: 15px;
}
.page_header.main .container_big .menu ul li:hover ul li:hover ul li a {
    color: #63676b;
    height: 19px;
    line-height: 19px;
}
.page_header.main .container_big .menu ul li:hover ul li:hover ul li a:hover {
    color: #00b8ff;
}
.main_block_1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 50px;
    height: 100vh;
}
.main_block_1:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #8455f8;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 1024px) {
    .main_block_1{
        height: 790px;
    }
    }
@media (max-width: 480px) {
    .main_block_1{
        height: 600px;
    }
}
.main_block_1 .al_center {
    text-align: center;
}
.main_block_1 .line {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 992px) {
    .main_block_1 .line {
        display: none;
    }
}
.main_block_1 .container {
    text-align: left;
    padding-top: 223px;
}
@media (max-width: 992px) {
    .main_block_1 .container {
       /* padding-top: 150px;*/
    }
}
@media (max-width: 480px) {
    .main_block_1 .container {
        padding-top: 139px;
    }
}
.main_block_1 .container h1 {
    font-weight: 600;
    font-size: 52px;
    line-height: 72px;
    letter-spacing: -0.8px;
    color: #fff;
    margin: 0;
    margin-bottom: 23px;
}
@media (max-width: 992px) {
    .main_block_1 .container h1 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 28px;
    }
}
@media (max-width: 480px) {
    .main_block_1 .container h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }
}
.main_block_1 .container h1 span {
    position: relative;
}
.main_block_1 .container h1 span:before {
    content: "";
    display: block;
    position: absolute;
    width: 483px;
    height: 19.18px;
    left: 50%;
    margin-left: -241px;
    bottom: -19px;
    background: url(../img/main/under3.svg) center center no-repeat;
}
@media (max-width: 992px) {
    .main_block_1 .container h1 span:before {
        width: 375px;
        height: 14px;
        margin-left: -187px;
        bottom: -14px;
        background-size: contain;
    }
}
@media (max-width: 480px) {
    .main_block_1 .container h1 span:before {
        width: 298px;
        margin-left: -149px;
    }
}
.main_block_1 .container p {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    max-width: 619px;
    margin-bottom: 35px;
}
@media (max-width: 992px) {
    .main_block_1 .container p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 39px;
    }
}
@media (max-width: 480px) {
    .main_block_1 .container p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 38px;
    }
}
.main_block_1 .container .blue_button {
    font-size: 18px;
    line-height: 18px;
    padding: 18px 24px;
    margin-bottom: 80px;
}
@media (max-width: 992px) {
    .main_block_1 .container .blue_button {
        margin-bottom: 183px;
    }
}
@media (max-width: 480px) {
    .main_block_1 .container .blue_button {
        margin-bottom: 59px;
    }
}
.main_block_2 {
    padding-top: 100px;
    text-align: left;
}
@media (max-width: 480px) {
    .main_block_2 {
        padding-top: 67px;
    }
}
.main_block_2 p {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.396923px;
    margin-bottom: 16px;
    position: relative;
}
@media (max-width: 992px) {
    .main_block_2 p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 8px;
    }
    .main_block_2 p img {
        position: absolute;
        left: -20px;
        top: -20px;
        width: 28px;
        -webkit-transform: rotate(-67deg);
        -ms-transform: rotate(-67deg);
        transform: rotate(-67deg);
    }
}
@media (max-width: 480px) {
    .main_block_2 p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 6px;
    }
}
.main_block_2 .main_block_2_head,
.main_block_2 h2 {
    max-width: 865px;
    margin-bottom: 28px;
}
@media (max-width: 480px) {
    .main_block_2 .main_block_2_head,
    .main_block_2 h2 {
        margin-bottom: 39px;
    }
}
.main_block_2 .main_block_2_head span,
.main_block_2 h2 span {
    position: relative;
}
@media (max-width: 768px) {
    .main_block_2 .main_block_2_head span,
    .main_block_2 h2 span {
        display: inline-block;
    }
}
.main_block_2 .main_block_2_head span:before,
.main_block_2 h2 span:before {
    content: "";
    display: block;
    width: 305px;
    height: 16px;
    position: absolute;
    left: 50%;
    margin-left: -157px;
    bottom: -16px;
    background: url(../img/main/under5.svg) center center no-repeat;
}
@media (max-width: 992px) {
    .main_block_2 .main_block_2_head span:before,
    .main_block_2 h2 span:before {
        background-size: contain;
        width: 298px;
        height: 14px;
        margin-left: -149px;
    }
}
@media (max-width: 480px) {
    .main_block_2 .main_block_2_head span:before,
    .main_block_2 h2 span:before {
        width: 205px;
        height: 14.04px;
        margin-left: -102px;
    }
}
.main_block_2 .desc {
    font-size: 18px;
    line-height: 24px;
    max-width: 516px;
}
@media (max-width: 992px) {
    .main_block_2 .desc {
        font-size: 16px;
        line-height: 25px;
    }
}
.main_block_2 .imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.main_block_2 .imgs .left {
    position: relative;
    z-index: 4;
}
@media (max-width: 480px) {
    .main_block_2 .imgs .left {
        padding-top: 275px;
        max-width: 239px;
    }
}
.main_block_2 .imgs .left img {
    position: relative;
    z-index: 2;
    display: block;
}
.main_block_2 .imgs .left:before {
    content: "";
    display: block;
    width: 118px;
    height: 118px;
    background: url(../img/main/dots.svg) center center no-repeat;
    z-index: 2;
    position: absolute;
    left: -59px;
    bottom: -59px;
}
@media (max-width: 480px) {
    .main_block_2 .imgs .left:before {
        display: none;
    }
}
.main_block_2 .imgs .right {
    position: relative;
}
@media (max-width: 992px) {
    .main_block_2 .imgs .right {
        max-width: 251px;
    }
}
@media (max-width: 480px) {
    .main_block_2 .imgs .right {
        position: absolute;
        top: 37px;
        right: 0;
        max-width: 228px;
    }
}
.main_block_2 .imgs .right img {
    position: relative;
    z-index: 2;
    display: block;
}
.main_block_2 .imgs .right:before {
    content: "";
    display: block;
    width: 207px;
    height: 142px;
    background: url(../img/main/half.svg) center center no-repeat;
    z-index: 3;
    position: absolute;
    left: -184px;
    top: 50%;
    margin-top: -71px;
}
@media (max-width: 480px) {
    .main_block_2 .imgs .right:before {
        width: 136px;
        height: 102px;
        left: -102px;
        margin-top: -51px;
        background-size: contain;
    }
}
.main_block_3 {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: left;
}
@media (max-width: 992px) {
    .main_block_3 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media (max-width: 480px) {
    .main_block_3 {
        padding-top: 49px;
        padding-bottom: 60px;
    }
}
.main_block_3.no_pad_bot {
    padding-bottom: 0;
}
@media (max-width: 992px) {
    .main_block_3.no_pad_bot {
        padding-bottom: 0;
    }
}
@media (max-width: 480px) {
    .main_block_3.no_pad_bot {
        padding-bottom: 0;
    }
}
.main_block_3 p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
}
@media (max-width: 992px) {
    .main_block_3 p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 8px;
    }
}
@media (max-width: 480px) {
    .main_block_3 p {
        font-size: 14px;
        line-height: 25px;
    }
}
.main_block_3 .main_block_3_head,
.main_block_3 h2 {
    margin-bottom: 28px;
}
@media (max-width: 992px) {
    .main_block_3 .main_block_3_head,
    .main_block_3 h2 {
        margin-bottom: 13px;
    }
}
@media (max-width: 480px) {
    .main_block_3 .main_block_3_head,
    .main_block_3 h2 {
        margin-bottom: 37px;
    }
}
.main_block_3 .main_block_3_head span,
.main_block_3 h2 span {
    position: relative;
    display: inline-block;
}
.main_block_3 .main_block_3_head span:before,
.main_block_3 h2 span:before {
    content: "";
    display: block;
    width: 305px;
    height: 16px;
    left: 50%;
    position: absolute;
    margin-left: -152px;
    bottom: -10px;
    background: url(../img/career/under_career.svg) center center no-repeat;
    background-size: cover;
}
.main_block_3 .desc {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 35px;
    letter-spacing: -0.345455px;
    max-width: 562px;
}
@media (max-width: 992px) {
    .main_block_3 .desc {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 27px;
    }
}
@media (max-width: 480px) {
    .main_block_3 .desc {
        display: none;
    }
}
.main_block_3 .items_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 992px) {
    .main_block_3 .items_block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 992px) {
    .main_block_3 .items_block .items {
        width: 100%;
    }
}
.main_block_3 .items_block .items.mar_right {
    margin-right: 20px;
}
@media (max-width: 1176px) {
    .main_block_3 .items_block .items.mar_right {
        margin-right: 10px;
    }
}
@media (max-width: 992px) {
    .main_block_3 .items_block .items.mar_right {
        margin-right: 0;
    }
}
.main_block_3 .items_block .items .items_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 992px) {
    .main_block_3 .items_block .items .items_flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 480px) {
    .main_block_3 .items_block .items .items_flex {
        overflow-x: scroll;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
}
.main_block_3 .items_block .items .items_flex::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.main_block_3 .items_block .items .caption {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.7px;
    font-weight: 500;
    margin-bottom: 27px;
}
@media (max-width: 1440px) {
    .main_block_3 .items_block .items .caption {
        margin-bottom: 15px;
    }
}
.main_block_3 .items_block .items .item {
    width: 229px;
    background: #fff;
    -webkit-box-shadow: 0 2px 24px rgba(11, 18, 24, 0.08);
    box-shadow: 0 2px 24px rgba(11, 18, 24, 0.08);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 35px;
    text-align: center;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    height: 210px;
    margin-right: 20px;
    color: #0b1218;
}
.main_block_3 .items_block .items .item:last-child {
    margin-right: 0;
}
@media (max-width: 1440px) {
    .main_block_3 .items_block .items .item {
        width: 194px;
        padding-left: 10px;
        padding-right: 10px;
        height: 160px;
        padding-top: 15px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1176px) {
    .main_block_3 .items_block .items .item {
        margin-right: 10px;
        width: 189px;
    }
}
@media (max-width: 992px) {
    .main_block_3 .items_block .items .item {
        width: 31%;
        margin-right: 2%;
    }
}
@media (max-width: 480px) {
    .main_block_3 .items_block .items .item {
        width: 233px;
        margin-right: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        padding-top: 32px;
        padding-bottom: 31px;
    }
}
.main_block_3 .items_block .items .item .img {
    height: 47px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1440px) {
    .main_block_3 .items_block .items .item .img {
        height: 30px;
        margin-bottom: 8px;
    }
}
@media (max-width: 480px) {
    .main_block_3 .items_block .items .item .img {
        height: 47px;
        margin-bottom: 15px;
    }
}
.main_block_3 .items_block .items .item .img img {
    display: block;
    max-height: 47px;
}
@media (max-width: 1440px) {
    .main_block_3 .items_block .items .item .img img {
        max-height: 30px;
    }
}
@media (max-width: 480px) {
    .main_block_3 .items_block .items .item .img img {
        max-height: 47px;
    }
}
.main_block_3 .items_block .items .item .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}
@media (max-width: 1440px) {
    .main_block_3 .items_block .items .item .name {
        font-size: 20px;
        margin-bottom: 5px;
    }
}
@media (max-width: 992px) {
    .main_block_3 .items_block .items .item .name {
        font-size: 24px;
    }
}
.main_block_3 .items_block .items .item .text {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.345455px;
}
@media (max-width: 1440px) {
    .main_block_3 .items_block .items .item .text {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .main_block_3 .items_block .items .item .text {
        display: none;
    }
}
.main_block_4 {
    padding-top: 100px;
    padding-bottom: 265px;
    position: relative;
    text-align: left;
}
@media (max-width: 1440px) {
    .main_block_4 {
        padding-bottom: 220px;
    }
}
@media (max-width: 992px) {
    .main_block_4 {
        padding-top: 50px;
        padding-bottom: 123px;
    }
}
@media (max-width: 480px) {
    .main_block_4 {
        padding-top: 40px;
        padding-bottom: 170px;
        padding-bottom: 240px;
        min-height: 630px;
    }
}
.main_block_4 p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
}
@media (max-width: 992px) {
    .main_block_4 p {
        font-size: 16px;
        line-height: 25px;
    }
}
.main_block_4 .mob_img {
    display: none;
}
@media (max-width: 480px) {
    .main_block_4 .mob_img {
        display: block;
        position: absolute;
        z-index: 5;
        bottom: -89px;
    }
}
.main_block_4 .desc_img {
    bottom: -64px;
    position: absolute;
    z-index: 5;
}
@media (max-width: 992px) {
    .main_block_4 .desc_img {
        bottom: -135px;
    }
}
@media (max-width: 480px) {
    .main_block_4 .desc_img {
        display: none;
    }
}
.main_block_5 {
    padding-top: 154px;
    text-align: left;
}
@media (max-width: 992px) {
    .main_block_5 {
        padding-top: 229px;
    }
}
@media (max-width: 480px) {
    .main_block_5 {
        padding-top: 144px;
    }
}
.main_block_5 p {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.396923px;
    margin-bottom: 16px;
}
@media (max-width: 992px) {
    .main_block_5 p {
        font-size: 16px;
        line-height: 25px;
    }
}
.main_block_5 .main_block_5_head,
.main_block_5 h2 {
    margin-bottom: 38px;
    max-width: 800px;
}
@media (max-width: 992px) {
    .main_block_5 .main_block_5_head,
    .main_block_5 h2 {
        margin-bottom: 32px;
    }
}
.main_block_5 .main_block_5_head span,
.main_block_5 h2 span {
    position: relative;
    display: inline-block;
}
.main_block_5 .main_block_5_head span:before,
.main_block_5 h2 span:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/main/under2.svg) center center no-repeat;
    width: 445px;
    height: 22px;
    bottom: -22px;
    left: 50%;
    margin-left: -222px;
}
@media (max-width: 992px) {
    .main_block_5 .main_block_5_head span:before,
    .main_block_5 h2 span:before {
        background-size: contain;
        width: 298px;
        margin-left: -149px;
        height: 14.04px;
        bottom: -14px;
    }
}
.main_block_5 .desc {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.345455px;
    margin-bottom: 48px;
}
@media (max-width: 992px) {
    .main_block_5 .desc {
        font-size: 16px;
        line-height: 24px;
    }
}
.main_block_5 .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 480px) and (max-width: 480px) {
    .main_block_5 .items {
        overflow-x: scroll;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 480px) {
    .main_block_5 .items::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}
.main_block_5 .item {
    width: 31%;
    margin-bottom: 57px;
    position: relative;
}
@media (max-width: 992px) {
    .main_block_5 .item {
        margin-bottom: 32px;
    }
}
@media (max-width: 480px) {
    .main_block_5 .item {
        margin-right: 20px;
        width: 220px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
}
.main_block_5 .item .top {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #8455f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    left: 30px;
}
.main_block_5 .item .top img {
    display: block;
}
@media (max-width: 992px) {
    .main_block_5 .item .top img {
        width: 44px;
    }
}
@media (max-width: 992px) {
    .main_block_5 .item .top {
        width: 81px;
        height: 81px;
        left: 18px;
    }
}
.main_block_5 .item .bottom {
    background: #fff;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 19px;
    padding: 81px 40px 27px 40px;
    margin-top: 38px;
    min-height: 165px;
    letter-spacing: 0.61px;
}
.main_block_5 .item .bottom a,
.main_block_5 .item .bottom span {
    color: #00a0f2;
    text-decoration: none;
}
@media (max-width: 1440px) {
    .main_block_5 .item .bottom {
        padding: 81px 24px 27px 24px;
    }
}
@media (max-width: 1176px) {
    .main_block_5 .item .bottom {
        min-height: 185px;
    }
}
@media (max-width: 992px) {
    .main_block_5 .item .bottom {
        padding: 69px 17px 27px 17px;
    }
}
.main_block_6 {
    padding-top: 100px;
    text-align: left;
}
@media (max-width: 992px) {
    .main_block_6 {
        padding-top: 70px;
    }
}
@media (max-width: 480px) {
    .main_block_6 {
        padding-top: 32px;
    }
}
.main_block_6.no_pad_top {
    padding-top: 0;
    padding-bottom: 100px;
}
@media (max-width: 992px) {
    .main_block_6.no_pad_top {
        padding-top: 0;
        padding-bottom: 100px;
    }
}
@media (max-width: 480px) {
    .main_block_6.no_pad_top {
        padding-top: 0;
        padding-bottom: 30px;
    }
}
.main_block_6 .main_block_6_head,
.main_block_6 h2 {
    margin-bottom: 28px;
}
@media (max-width: 992px) {
    .main_block_6 .main_block_6_head,
    .main_block_6 h2 {
        margin-bottom: 15px;
    }
}
.main_block_6 p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 41px;
    max-width: 677px;
}
@media (max-width: 992px) {
    .main_block_6 p {
        font-size: 16px;
        margin-bottom: 29px;
    }
}
.main_block_6 .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 480px) {
    .main_block_6 .items {
        overflow-x: scroll;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
}
.main_block_6 .items::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.main_block_6 .items .item {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
    background: #fff;
    -webkit-box-shadow: 0 2px 24px rgba(11, 18, 24, 0.08);
    box-shadow: 0 2px 24px rgba(11, 18, 24, 0.08);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block;
    color: #0b1218;
}
.main_block_6 .items .item a,
.main_block_6 .items .item a:hover {
    color: #0b1218;
}
@media (max-width: 992px) {
    .main_block_6 .items .item {
        width: 32%;
        margin-bottom: 26px;
    }
}
@media (max-width: 480px) {
    .main_block_6 .items .item {
        width: 270px;
        margin-right: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
}
.main_block_6 .items .item .for_logo {
    height: 88px;
    padding-left: 21px;
    padding-right: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.main_block_6 .items .item .for_logo img {
    max-height: 60px;
}
.main_block_6 .items .item .color_line {
    width: 100%;
    height: 3px;
}
@media (max-width: 480px) {
    .main_block_6 .items .item .color_line {
        display: none;
    }
}
.main_block_6 .items .item .desc {
    font-size: 14px;
    line-height: 19px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.61px;
    height: 102px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 26px;
}
@media (max-width: 1440px) {
    .main_block_6 .items .item .desc {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .main_block_6 .items .item .desc {
        display: none;
    }
}
.main_block_7 {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 99px;
}
@media (max-width: 992px) {
    .main_block_7 {
        padding-top: 50px;
    }
}
@media (max-width: 480px) {
    .main_block_7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.main_block_7 .left {
    max-width: 510px;
}
@media (max-width: 992px) {
    .main_block_7 .left {
        max-width: 319px;
    }
}
@media (max-width: 480px) {
    .main_block_7 .left {
        max-width: 100%;
    }
}
.main_block_7 .left .main_block_7_head,
.main_block_7 .left h2 {
    margin-bottom: 28px;
}
.main_block_7 .left .main_block_7_head span,
.main_block_7 .left h2 span {
    position: relative;
}
.main_block_7 .left .main_block_7_head span:before,
.main_block_7 .left h2 span:before {
    content: "";
    display: block;
    width: 276px;
    height: 16px;
    left: 50%;
    margin-left: -138px;
    bottom: -16px;
    position: absolute;
    background: url(../img/main/under.svg) center center no-repeat;
}
@media (max-width: 480px) {
    .main_block_7 .left .main_block_7_head span:before,
    .main_block_7 .left h2 span:before {
        display: none;
    }
}
.main_block_7 .left p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.345455px;
    margin-bottom: 63px;
}
@media (max-width: 480px) {
    .main_block_7 .left p {
        margin-bottom: 24px;
    }
}
@media (max-width: 480px) {
    .main_block_7 .left img {
        display: none;
    }
}
.main_block_7 .right {
    text-align: center;
}
.main_block_7 .right .mob_img,
.main_block_7 .right .tablet_img {
    display: none;
}
@media (max-width: 992px) {
    .main_block_7 .right .tablet_img {
        display: block;
    }
    .main_block_7 .right .desc_img,
    .main_block_7 .right .mob_img {
        display: none;
    }
}
@media (max-width: 480px) {
    .main_block_7 .right {
        width: 100%;
    }
    .main_block_7 .right .mob_img {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    .main_block_7 .right .desc_img,
    .main_block_7 .right .tablet_img {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .ui.selection.dropdown .menu {
        max-height: 11rem;
    }
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
}
.pressa {
    padding-top: 100px;
    padding-top: 50px;
    padding-bottom: 112px;
    text-align: left;
}
@media (max-width: 480px) {
    .pressa {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}
.pressa h1 {
    position: relative;
    margin: 0;
    font-weight: 600;
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 58px;
    display: inline-block;
}
@media (max-width: 1440px) {
    .pressa h1 {
        font-size: 38px;
        line-height: 127.02%;
    }
}
@media (max-width: 480px) {
    .pressa h1 {
        font-size: 24px;
        margin-bottom: 23px;
    }
}
.pressa h1:before {
    content: "";
    display: block;
    position: absolute;
    width: 364px;
    height: 19px;
    left: 50%;
    margin-left: -182px;
    bottom: -19px;
    background: url(../img/pressa_under.svg) center center no-repeat;
    background-size: contain;
}
@media (max-width: 1440px) {
    .pressa h1:before {
        width: 248px;
        height: 13px;
        background-size: contain;
        bottom: -13px;
        margin-left: -124px;
    }
}
@media (max-width: 480px) {
    .pressa h1:before {
        width: 146px;
        height: 7px;
        margin-left: -73px;
        bottom: -6px;
    }
}
@media (max-width: 480px) {
    .pressa h1 img {
        width: 16px;
        margin-left: 4px;
    }
}
.pressa.news h1:before {
    width: 451px;
    height: 19px;
    background-image: url(../img/news/news_under.svg);
    bottom: -19px;
    margin-left: -225px;
}
@media (max-width: 992px) {
    .pressa.news h1:before {
        width: 350px;
        margin-left: -175px;
    }
}
@media (max-width: 480px) {
    .pressa.news h1:before {
        width: 248px;
        margin-left: -124px;
    }
}
.pressa.news h2 {
    margin-bottom: 24px;
}
.pressa .filtr {
    margin-bottom: 36px;
}
.pressa .filtr form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 480px) {
    .pressa .filtr form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.pressa .filtr input[type="text"] {
    background: #f5f6f6;
    border: 1px solid #ebeced;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 24px;
    height: 46px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 480px) {
    .pressa .filtr input[type="text"] {
        margin-right: 0;
        width: 100%;
        margin-top: 12px;
        margin-bottom: 12px;
    }
}
.pressa .filtr input[type="submit"] {
    background: #ebeced;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.61px;
    color: #0b1218;
    height: 46px;
    width: 176px;
}
@media (max-width: 480px) {
    .pressa .filtr input[type="submit"] {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .pressa .filtr .year {
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px);
        margin-right: 24px;
    }
    .pressa .filtr .month {
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px);
    }
    .pressa .filtr .product {
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px);
        margin-top: 12px;
    }
}
.pressa .filtr .ui.selection.dropdown {
    background: #f5f6f6;
    border: 1px solid #ebeced;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 46px;
    padding-top: 13px;
    padding-bottom: 14px;
    padding-left: 16px;
    margin-right: 24px;
}
@media (max-width: 992px) {
    .pressa .filtr .ui.selection.dropdown {
        min-width: 100px;
    }
}
@media (max-width: 480px) {
    .pressa .filtr .ui.selection.dropdown {
        width: 100%;
    }
}
.pressa .filtr .ui.default.dropdown:not(.button) > .text,
.pressa .filtr .ui.dropdown:not(.button) > .default.text {
    color: #8f9295;
}
.pressa .filtr .ui.selection.active.dropdown .menu {
    border-color: #ebeced;
    max-height: 9em;
}
.pressa .filtr .ui.dropdown .menu > .item {
    font-size: 14px;
    line-height: 18px;
}
.pressa .filtr .ui.dropdown .menu .active.item {
    font-weight: 400;
}
.pressa .filtr ::-moz-placeholder {
    color: #8f9295;
    font-size: 14px;
}
.pressa .filtr ::-webkit-input-placeholder {
    color: #8f9295;
    font-size: 14px;
}
.pressa .filtr :-ms-input-placeholder {
    color: #8f9295;
    font-size: 14px;
}
.pressa .filtr :-moz-placeholder {
    color: #8f9295;
    font-size: 14px;
}
.pressa .pressa_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -24px;
}
@media (max-width: 480px) {
    .pressa .pressa_items {
        margin-left: 0;
    }
}
.pressa .pressa_items .item {
    margin-left: 24px;
    width: -webkit-calc(33.3% - 24px);
    width: calc(33.3% - 24px);
    margin-bottom: 31px;
}
@media (max-width: 480px) {
    .pressa .pressa_items .item {
        width: 100%;
        margin-left: 0;
    }
}
.pressa .pressa_items .item a {
    text-decoration: none;
}
.pressa .pressa_items .item a .news_img {
    margin-bottom: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 252px;
}
@media (max-width: 1440px) {
    .pressa .pressa_items .item a .news_img {
        height: 202px;
    }
}
.pressa .pressa_items .item a .site {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.3px;
    color: #00a0f2;
    margin-bottom: 12px;
}
.pressa .pressa_items .item a .site.violet {
    color: #601ef3;
}
.pressa .pressa_items .item a .site.yellow {
    color: #ffb500;
}
@media (max-width: 1440px) {
    .pressa .pressa_items .item a .site {
        font-size: 14px;
        line-height: 27px;
    }
}
@media (max-width: 480px) {
    .pressa .pressa_items .item a .site {
        font-size: 12px;
    }
}
.pressa .pressa_items .item a span {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #0b1218;
    margin-bottom: 17px;
    display: block;
}
@media (max-width: 1440px) {
    .pressa .pressa_items .item a span {
        font-size: 20px;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .pressa .pressa_items .item a span {
        font-size: 14px;
        margin-bottom: 8px;
    }
}
.pressa .pressa_items .item a .date {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.522353px;
    color: #8f9295;
}
.pressa .pressa_items.cases_items .item:nth-of-type(2),
.pressa .pressa_items.cases_items .item:nth-of-type(3),
.pressa .pressa_items.cases_items .item:nth-of-type(7n + 2),
.pressa .pressa_items.cases_items .item:nth-of-type(7n + 3) {
    width: -webkit-calc(66.6% - 24px);
    width: calc(66.6% - 24px);
}
@media (max-width: 480px) {
    .pressa .pressa_items.cases_items .item:nth-of-type(2),
    .pressa .pressa_items.cases_items .item:nth-of-type(3),
    .pressa .pressa_items.cases_items .item:nth-of-type(7n + 2),
    .pressa .pressa_items.cases_items .item:nth-of-type(7n + 3) {
        width: 100%;
        margin-left: 0;
    }
}
.pressa .pressa_items.cases_items .item .desc {
    color: #8f9295;
    font-size: 14px;
    line-height: 19px;
}
.pressa .press_contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pressa .press_contacts .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 31px;
}
@media (max-width: 992px) {
    .pressa .press_contacts .item {
        width: 100%;
    }
}
.pressa .press_contacts .item .left {
    height: 233px;
    width: 233px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 480px) {
    .pressa .press_contacts .item .left {
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
}
.pressa .press_contacts .item .right {
    padding: 0 46px;
}
@media (max-width: 1440px) {
    .pressa .press_contacts .item .right {
        padding: 0 24px;
    }
}
@media (max-width: 480px) {
    .pressa .press_contacts .item .right {
        padding: 0 12px;
    }
}
.pressa .press_contacts .item .right .name {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.3px;
    color: #0b1218;
    margin-bottom: 8px;
}
.pressa .press_contacts .item .right .name a {
    color: #0b1218;
}
@media (max-width: 480px) {
    .pressa .press_contacts .item .right .name {
        font-size: 14px;
        line-height: 24px;
    }
}
.pressa .press_contacts .item .right .position {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 22px;
}
@media (max-width: 480px) {
    .pressa .press_contacts .item .right .position {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 14px;
    }
}
.pressa .press_contacts .item .right .email,
.pressa .press_contacts .item .right .soc {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 9px;
}
.pressa .press_contacts .item .right .email a,
.pressa .press_contacts .item .right .soc a {
    color: #00a0f2;
}
@media (max-width: 480px) {
    .pressa .press_contacts .item .right .email,
    .pressa .press_contacts .item .right .soc {
        font-size: 14px;
        line-height: 24px;
        word-break: break-word;
        margin-bottom: 4px;
    }
}
.pressa .tabs {
    display: block;
}
.pressa .tabs > div {
    padding: 24px 0 0 0;
}
.pressa .tabs ul {
    margin: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}
@media (max-width: 480px) {
    .pressa .tabs ul {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        display: block;
    }
    .pressa .tabs ul::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}
.pressa .tabs ul:after {
    content: "";
    display: block;
    height: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    background: #ebeced;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.pressa .tabs ul li {
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 20px;
    color: #c4c6c8;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    list-style: none;
    position: relative;
}
@media (max-width: 992px) {
    .pressa .tabs ul li {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 480px) {
    .pressa .tabs ul li {
        display: inline-block;
    }
}
.pressa .tabs ul li.active {
    color: #0b1218;
}
.pressa .tabs ul li.active:after {
    content: "";
    display: block;
    height: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    background: #0b1218;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.pressa .tabs ul li:hover {
    color: #0b1218;
}
.pressa .tabs ul li:first-child {
    margin-right: 36px;
}
.contacts {
    padding-top: 114px;
    text-align: left;
}
@media (max-width: 992px) {
    .contacts {
        padding-top: 67px;
    }
    .contacts .container_big {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 480px) {
    .contacts {
        padding-top: 57px;
    }
}
.contacts .contacts_head,
.contacts h1 {
    margin: 0;
    font-weight: 600;
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 58px;
    display: inline-block;
}
@media (max-width: 1440px) {
    .contacts .contacts_head,
    .contacts h1 {
        font-size: 38px;
        line-height: 127.02%;
    }
}
@media (max-width: 480px) {
    .contacts .contacts_head,
    .contacts h1 {
        font-size: 24px;
        margin-bottom: 23px;
    }
}
.contacts .contacts_head.pshik,
.contacts h1.pshik {
    display: inline-block;
    position: relative;
}
.contacts .contacts_head.pshik:after,
.contacts h1.pshik:after {
    content: "";
    display: block;
    position: absolute;
    width: 31px;
    height: 31px;
    background: url(../img/career/pshik.svg) center center no-repeat;
    right: -38px;
    top: -17px;
}
.contacts .contacts_head span,
.contacts h1 span {
    position: relative;
}
.contacts .contacts_head span:before,
.contacts h1 span:before {
    content: "";
    display: block;
    position: absolute;
    width: 364px;
    height: 19px;
    left: 50%;
    margin-left: -182px;
    bottom: -19px;
    background: url(../img/pressa_under.svg) center center no-repeat;
    background-size: contain;
}
@media (max-width: 1440px) {
    .contacts .contacts_head span:before,
    .contacts h1 span:before {
        width: 248px;
        height: 13px;
        background-size: contain;
        bottom: -13px;
        margin-left: -124px;
    }
}
@media (max-width: 480px) {
    .contacts .contacts_head span:before,
    .contacts h1 span:before {
        width: 146px;
        height: 7px;
        margin-left: -73px;
        bottom: -6px;
    }
}
@media (max-width: 480px) {
    .contacts .contacts_head img,
    .contacts h1 img {
        width: 16px;
        margin-left: 4px;
    }
}
.contacts h3 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 26px;
    letter-spacing: -0.345455px;
}
@media (max-width: 992px) {
    .contacts h3 {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 480px) {
    .contacts h3 {
        font-size: 14px;
        line-height: 20px;
    }
}
.contacts h4 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.78px;
    margin-bottom: 20px;
    padding-top: 5px;
}
@media (max-width: 992px) {
    .contacts h4 {
        font-size: 16px;
        line-height: 28px;
    }
}
@media (max-width: 480px) {
    .contacts h4 {
        font-size: 16px;
        line-height: 20px;
    }
}
.contacts p {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 21px;
}
.contacts p .green {
    color: #7cb700;
    font-weight: 500;
}
.contacts p .grey {
    color: #8a8a8a;
    font-weight: 500;
}
@media (max-width: 992px) {
    .contacts p {
        font-size: 16px;
        line-height: 21px;
    }
    .contacts .contacts_list p {
        line-height: 23px;
        padding-bottom: 14px;
    }
}
@media (max-width: 480px) {
    .contacts p {
        font-size: 14px;
    }
}
.contacts [class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}
.contacts #map {
    margin-top: 48px;
    position: relative;
    height: 605px;
    width: 100%;
}
@media (max-width: 992px) {
    .contacts #map {
        margin-top: 25px;
        height: 468px;
    }
}
@media (max-width: 480px) {
    .contacts #map {
        height: 536px;
    }
}
.contacts #map img {
    display: block;
}
.contacts #map:before {
    content: "";
    width: 118px;
    height: 118px;
    background: url(../img/contacts_dots.svg) top left no-repeat;
    position: absolute;
    z-index: -1;
    left: -114px;
    top: 50%;
    margin-top: -59px;
}
@media (max-width: 1024px) {
    .contacts #map:before {
        display: none;
    }
}
.career_block_1 {
    max-width: 1440px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    color: #fff;
}
.career_block_1 .slider_career .slide .img_desktop {
    display: block;
}
@media (max-width: 992px) {
    .career_block_1 .slider_career .slide .img_desktop {
        display: none;
    }
}
.career_block_1 .slider_career .slide .img_tablet {
    display: none;
}
@media (max-width: 992px) {
    .career_block_1 .slider_career .slide .img_tablet {
        display: block;
    }
}
@media (max-width: 480px) {
    .career_block_1 .slider_career .slide .img_tablet {
        display: none;
    }
}
.career_block_1 .slider_career .slide .img_mobile {
    display: none;
}
@media (max-width: 480px) {
    .career_block_1 .slider_career .slide .img_mobile {
        display: block;
    }
}
.career_block_1 .career_block_1_head,
.career_block_1 h2 {
    max-width: 740px;
    margin-bottom: 24px;
}
@media (max-width: 992px) {
    .career_block_1 .career_block_1_head,
    .career_block_1 h2 {
        max-width: 471px;
        margin-bottom: 22px;
    }
}
@media (max-width: 480px) {
    .career_block_1 .career_block_1_head,
    .career_block_1 h2 {
        max-width: 290px;
        margin-botom: 20px;
    }
}
.career_block_1 .career_block_1_head span,
.career_block_1 h2 span {
    position: relative;
}
@media (max-width: 992px) {
    .career_block_1 .career_block_1_head span,
    .career_block_1 h2 span {
        display: inline-block;
    }
}
.career_block_1 .career_block_1_head span:before,
.career_block_1 h2 span:before {
    content: "";
    display: block;
    width: 305px;
    height: 16px;
    position: absolute;
    left: 50%;
    margin-left: -152px;
    bottom: -14px;
    background: url(../img/career/under_career.svg) center center no-repeat;
    background-size: contain;
}
@media (max-width: 480px) {
    .career_block_1 .career_block_1_head span:before,
    .career_block_1 h2 span:before {
        width: 214px;
        height: 10px;
        margin-left: -107px;
        bottom: -6px;
    }
}
.career_block_1 p {
    max-width: 740px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    opacity: 0.9;
    font-weight: 400;
}
@media (max-width: 992px) {
    .career_block_1 p {
        max-width: 471px;
    }
}
@media (max-width: 480px) {
    .career_block_1 p {
        max-width: 290px;
    }
}
.career_block_2 {
    padding-top: 100px;
    text-align: left;
}
@media (max-width: 992px) {
    .career_block_2 {
        padding-top: 70px;
    }
}
.career_block_2 .flex {
    margin-bottom: 40px;
}
@media (max-width: 480px) {
    .career_block_2 .flex img {
        display: none;
    }
}
.career_block_2 .career_block_2_head span,
.career_block_2 h2 span {
    position: relative;
}
.career_block_2 .career_block_2_head span:before,
.career_block_2 h2 span:before {
    content: "";
    display: block;
    width: 258px;
    height: 16px;
    bottom: -16px;
    position: absolute;
    left: 50%;
    margin-left: -129px;
    background: url(../img/career/under_career2.svg) center center no-repeat;
    background-size: contain;
}
@media (max-width: 480px) {
    .career_block_2 .career_block_2_head span:before,
    .career_block_2 h2 span:before {
        width: 214px;
        height: 10px;
        margin-left: -107px;
        bottom: -6px;
    }
}
.career_block_2 .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.career_block_2 .items .item {
    width: 49%;
    background: #fff;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 2%;
    padding: 32px 33px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 992px) {
    .career_block_2 .items .item {
        padding: 20px;
        margin-bottom: 4%;
        width: 48%;
    }
}
@media (max-width: 480px) {
    .career_block_2 .items .item {
        width: 100%;
        margin-bottom: 41px;
        text-align: center;
        padding-top: 64px;
        position: relative;
        height: 154px;
        padding-left: 33px;
        padding-right: 33px;
    }
}
.career_block_2 .items .item .icon {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #8455f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 32px;
}
@media (max-width: 992px) {
    .career_block_2 .items .item .icon {
        width: 80px;
        height: 80px;
        margin-right: 25px;
    }
}
@media (max-width: 480px) {
    .career_block_2 .items .item .icon {
        width: 72px;
        height: 72px;
        position: absolute;
        top: -21px;
        left: 50%;
        margin-left: -36px;
    }
    .career_block_2 .items .item .icon img {
        max-width: 38px;
    }
}
.career_block_2 .items .item .icon img {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.career_block_2 .items .item .text {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.61px;
}
.career_block_2 .items .item .text a {
    text-decoration: none;
    color: #00a0f2;
}
.career_block_3 {
    padding-top: 100px;
}
@media (max-width: 992px) {
    .career_block_3 {
        padding-top: 70px;
    }
}
.career_block_3 .slider_photo {
    padding-left: 220px;
    padding-right: 220px;
}
@media (max-width: 1440px) {
    .career_block_3 .slider_photo {
        padding-left: 150px;
        padding-right: 150px;
    }
}
@media (max-width: 480px) {
    .career_block_3 .slider_photo {
        padding-left: 0;
        padding-right: 0;
    }
}
.career_block_3 .slider_photo.owl-carousel .owl-item .slide {
    width: 100%;
    height: 178px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 992px) {
    .career_block_3 .slider_photo.owl-carousel .owl-item .slide {
        height: auto;
    }
}
.career_block_3 .slider_photo.owl-carousel .owl-item img {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.career_block_3 .slider_photo.owl-carousel .owl-item img {
    width: 75px;
    -webkit-filter: drop-shadow(0 2.18785px 26.2541px rgba(11, 18, 24, 0.08));
    filter: drop-shadow(0 2.18785px 26.2541px rgba(11, 18, 24, 0.08));
    opacity: 0.4;
}
.career_block_3 .slider_photo.owl-carousel .owl-item.active.center img {
    width: 124px;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.career_block_3 .slider_text .slide {
    text-align: center;
}
.career_block_3 .slider_text .slide .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.3px;
}
.career_block_3 .slider_text .slide .position {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.3px;
    margin-bottom: 25px;
}
.career_block_3 .slider_text .slide .text {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.613636px;
    padding-bottom: 75px;
    background: url(../img/career/quote.svg) bottom center no-repeat;
}
@media (max-width: 992px) {
    .career_block_3 .slider_text .slide .text {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 61px;
    }
}
.career_block_3 .owl-carousel .owl-nav button.owl-prev {
    width: 47px;
    height: 47px;
    left: -100px;
    top: 50%;
    margin-top: -23px;
    z-index: 5;
    position: absolute;
    background: url(../img/svg/slider_arrow_left.svg) center center no-repeat;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.career_block_3 .owl-carousel .owl-nav button.owl-next {
    width: 47px;
    height: 47px;
    right: -100px;
    top: 50%;
    margin-top: -23px;
    z-index: 5;
    position: absolute;
    background: url(../img/svg/slider_arrow_right.svg) center center no-repeat;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.career_block_3 .owl-dots {
    padding-top: 30px;
}
.career_block_4 {
    padding-top: 100px;
    text-align: left;
}
.career_block_4 .flex {
    margin-bottom: 70px;
}
@media (max-width: 992px) {
    .career_block_4 .flex {
        margin-bottom: 48px;
    }
    .career_block_4 .flex img {
        display: none;
    }
}
@media (max-width: 480px) {
    .career_block_4 .flex {
        margin-bottom: 20px;
    }
}
@media (max-width: 992px) {
    .career_block_4 {
        padding-top: 70px;
    }
}
@media (max-width: 992px) {
    .career_block_4 {
        padding-top: 60px;
    }
}
.career_block_4 .career_block_4_head span,
.career_block_4 h2 span {
    position: relative;
}
.career_block_4 .career_block_4_head span:before,
.career_block_4 h2 span:before {
    content: "";
    display: block;
    width: 258px;
    height: 16px;
    position: absolute;
    left: 50%;
    margin-left: -129px;
    bottom: -14px;
    background: url(../img/career/under_career2.svg) center center no-repeat;
    background-size: contain;
}
@media (max-width: 480px) {
    .career_block_4 .career_block_4_head span:before,
    .career_block_4 h2 span:before {
        width: 214px;
        height: 10px;
        margin-left: -107px;
        bottom: -6px;
    }
}
.career_block_4 .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 66px;
}
@media (max-width: 992px) {
    .career_block_4 .items {
        overflow-x: scroll;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 26px;
        margin-left: -26px;
        margin-right: -26px;
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    .career_block_4 .items::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}
@media (max-width: 992px) and (max-width: 480px) {
    .career_block_4 .items {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.career_block_4 .items .item {
    width: 31%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.08);
}
@media (max-width: 992px) {
    .career_block_4 .items .item {
        width: 312px;
        margin-right: 30px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
}
@media (max-width: 480px) {
    .career_block_4 .items .item {
        width: 270px;
    }
}
.career_block_4 .items .item .top {
    padding: 18px 32px;
    height: 84px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.78px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1440px) {
    .career_block_4 .items .item .top {
        font-size: 16px;
        padding: 16px 30px;
    }
}
@media (max-width: 992px) {
    .career_block_4 .items .item .top {
        font-size: 18px;
        line-height: 24px;
        padding: 18px 25px;
    }
}
@media (max-width: 480px) {
    .career_block_4 .items .item .top {
        padding: 18px 20px;
    }
}
.career_block_4 .items .item:nth-child(1) .top {
    background: #8455f8;
}
.career_block_4 .items .item:nth-child(2) .top {
    background: #00b8ff;
}
.career_block_4 .items .item:nth-child(3) .top {
    background: #ffb500;
}
.career_block_4 .items .item .bottom {
    padding: 27px 32px 33px 32px;
}
@media (max-width: 1440px) {
    .career_block_4 .items .item .bottom {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 992px) {
    .career_block_4 .items .item .bottom {
        padding: 25px;
    }
}
@media (max-width: 480px) {
    .career_block_4 .items .item .bottom {
        padding: 20px;
    }
}
.career_block_4 .items .item .bottom .text {
    min-height: 238px;
}
@media (max-width: 1440px) {
    .career_block_4 .items .item .bottom .text {
        min-height: 270px;
    }
}
@media (max-width: 992px) {
    .career_block_4 .items .item .bottom .text {
        min-height: 230px;
    }
}
.career_block_4 .items .item .bottom p {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 19px;
}
.career_block_4 .items .item .bottom p:last-child {
    padding-bottom: 0;
}
.career_block_4 .items .item .bottom a.with_arrow {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    color: #00a0f2;
    display: inline-block;
    padding-right: 18px;
    background: url(../img/svg/angle-right.svg) center right no-repeat;
    background-size: 14px;
}
.career_block_4 .al_center {
    text-align: center;
}
.career_block_4 .blue_button {
    padding: 15px 29px;
    font-size: 18px;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.news_detail {
    padding-top: 65px;
    padding-bottom: 30px;
    color: #0b1218;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.345455px;
}
@media (max-width: 480px) {
    .news_detail {
        padding-top: 60px;
        padding-bottom: 10px;
    }
}
.news_detail ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news_detail ul li {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.345455px;
    padding-bottom: 23px;
}
.news_detail ul li:before {
    content: "â€¢ ";
}
.news_detail .but_soc {
    margin-bottom: 30px;
}
.news_detail .top_line {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.3px;
    color: #8f9295;
    margin-bottom: 15px;
    margin-bottom: 8px;
}
.news_detail .top_line a {
    color: #601ef3;
    text-decoration: none;
}
@media (max-width: 480px) {
    .news_detail .top_line {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
.news_detail h1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.8px;
    position: relative;
}
@media (max-width: 1440px) {
    .news_detail h1 {
        font-size: 30px;
        line-height: 136.02%;
    }
}
@media (max-width: 480px) {
    .news_detail h1 {
        font-size: 24px;
        margin-bottom: 23px;
    }
}
.news_detail a {
    color: #00a0f2;
    text-decoration: none;
}
.news_detail a:hover {
    text-decoration: underline;
}
.news_detail a.blue_button {
    color: #fff;
    padding: 15px 24px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.news_detail a.blue_button:hover {
    text-decoration: none;
}
.news_detail .intro {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.345455px;
}
@media (max-width: 480px) {
    .news_detail .intro {
        font-size: 16px;
    }
}
.news_detail .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 43px;
    margin-bottom: 15px;
}
.news_detail .social a {
    display: block;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 24px;
    background: #f5f6f6;
}
.news_detail .social a img {
    display: block;
}
.news_detail.research_detail .social {
    margin-bottom: 0;
}
@media (max-width: 480px) {
    .news_detail.research_detail .social {
        margin-top: 30px;
    }
}
.news_detail .after_img {
    font-size: 14px;
    line-height: 23px;
    margin-top: 16px;
    color: #8f9295;
    text-align: left;
    margin-bottom: 23px;
}
@media (max-width: 480px) {
    .news_detail .after_img {
        margin-top: 6px;
        margin-bottom: 15px;
    }
}
.news_detail h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.545455px;
    margin-bottom: 24px;
    margin-top: 0;
    padding-top: 50px;
    padding-top: 25px;
    clear: both;
}
@media (max-width: 480px) {
    .news_detail h3 {
        font-size: 26px;
        margin-bottom: 15px;
        padding-top: 15px;
    }
}
.news_detail p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 23px;
    letter-spacing: -0.345455px;
}
@media (max-width: 480px) {
    .news_detail p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}
.news_detail.cases_detail {
    padding-top: 0;
    padding-bottom: 0;
}
@media (max-width: 480px) {
    .news_detail.cases_detail {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.img_left {
    float: right;
    margin-left: 36px;
    max-width: 312px;
}
@media (max-width: 480px) {
    .img_left {
        float: none;
        margin: 0;
        margin-bottom: 20px;
    }
}
.img_right {
    float: left;
    margin-right: 28px;
    max-width: 312px;
}
@media (max-width: 480px) {
    .img_right {
        float: none;
        margin: 0;
        margin-bottom: 20px;
    }
}
.other_form {
    background: -webkit-linear-gradient(342.17deg, #8455f8 0, #601ef3 100%);
    background: -o-linear-gradient(342.17deg, #8455f8 0, #601ef3 100%);
    background: linear-gradient(107.83deg, #8455f8 0, #601ef3 100%);
    padding-top: 137px;
    padding-bottom: 117px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
@media (max-width: 1440px) {
    .other_form {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .other_form {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.other_form .for_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}
@media (max-width: 1440px) {
    .other_form .for_form {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (max-width: 992px) {
    .other_form .for_form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.other_form .for_form .left {
    width: 35%;
    margin-right: 4%;
}
@media (max-width: 1440px) {
    .other_form .for_form .left {
        width: 37%;
    }
}
@media (max-width: 992px) {
    .other_form .for_form .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
}
.other_form .for_form .left .other_form_head,
.other_form .for_form .left h2 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 48px;
}
@media (max-width: 992px) {
    .other_form .for_form .left .other_form_head,
    .other_form .for_form .left h2 {
        font-size: 28px;
    }
}
@media (max-width: 992px) {
    .other_form .for_form .left .other_form_head,
    .other_form .for_form .left h2 {
        line-height: 136.02%;
    }
}
.other_form .for_form .left .other_form_head span,
.other_form .for_form .left h2 span {
    position: relative;
}
.other_form .for_form .left .other_form_head span:before,
.other_form .for_form .left h2 span:before {
    content: "";
    width: 350px;
    height: 18px;
    display: block;
    position: absolute;
    background: url(../img/research/under.svg) center center no-repeat;
    background-size: contain;
    left: 50%;
    margin-left: -175px;
    bottom: -12px;
}
@media (max-width: 480px) {
    .other_form .for_form .left .other_form_head span:before,
    .other_form .for_form .left h2 span:before {
        width: 173px;
        height: 9px;
        bottom: -9px;
        left: 50%;
        margin-left: -86px;
        background-size: contain;
    }
}
.other_form .for_form .right {
    width: 46%;
}
@media (max-width: 1440px) {
    .other_form .for_form .right {
        width: 59%;
    }
}
@media (max-width: 992px) {
    .other_form .for_form .right {
        width: 100%;
    }
}
.other_form .for_form .right .wpcf7 {
    position: relative;
}
@media (max-width: 1280px) {
    .other_form .for_form .right .wpcf7 {
        width: 100%;
    }
}
.other_form .for_form .right .wpcf7 .form_block {
    margin-bottom: 13px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 480px) {
    .other_form .for_form .right .wpcf7 .form_block {
        display: block;
    }
}
.other_form .for_form .right .wpcf7 .form_block label {
    width: 162px;
    width: 200px;
    width: 206px;
    white-space: nowrap;
    text-align: right;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    margin-right: 24px;
}
@media (max-width: 1440px) {
    .other_form .for_form .right .wpcf7 .form_block label {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .other_form .for_form .right .wpcf7 .form_block label {
        width: 100%;
        text-align: left;
        display: block;
        font-size: 14px;
    }
}
.other_form .for_form .right .wpcf7 .form_block .wpcf7-form-control-wrap {
    width: 376px;
}
.other_form .for_form .right .wpcf7 .form_rass{
    width: 600px;
}
@media (max-width: 992px) {
    .other_form .for_form .right .wpcf7 .form_block .wpcf7-form-control-wrap {
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
    }
    .other_form .for_form .right .wpcf7 .form_rass{
    width: 100%;
}
}
@media (max-width: 480px) {
    .other_form .for_form .right .wpcf7 .form_block .wpcf7-form-control-wrap {
        width: 100%;
    }
    .other_form .for_form .right .wpcf7 .form_rass{
    width: 100%;
}
}
.other_form .for_form .right .wpcf7 .form_block input[type="email"],
.other_form .for_form .right .wpcf7 .form_block input[type="tel"],
.other_form .for_form .right .wpcf7 .form_block input[type="text"] {
    padding: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 26px;
    color: #fff;
    font-size: 18px;
    border: none;
    background: 0 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.other_form .for_form .right .wpcf7 .form_block .ui.selection.dropdown {
    width: 376px;
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    padding-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
}
.other_form .for_form .right .wpcf7 .form_block .ui.selection.visible.dropdown > .text:not(.default) {
    color: #fff;
}
.other_form .for_form .right .wpcf7 .form_block .ui.dropdown > .text {
    color: #fff;
    opacity: 0.64;
}
.other_form .for_form .right .wpcf7 .form_block .ui.selection.active.dropdown .menu {
    border-color: #fff;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.other_form .for_form .right .wpcf7 .form_rass {
    padding-left: 186px;
    padding-left: 206px;
    padding-top: 21px;
    padding-top: 11px;
}
@media (max-width: 480px) {
    .other_form .for_form .right .wpcf7 .form_rass {
        padding-left: 0;
    }
}
.other_form .for_form .right .wpcf7 .form_rass .checkbox input[type="checkbox"],
.other_form .for_form .right .wpcf7 .form_rass .checkbox input[type="radio"] {
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    background: 0 0;
}
.other_form .for_form .right .wpcf7 .form_rass .checkbox input:checked ~ .box:before,
.other_form .for_form .right .wpcf7 .form_rass .checkbox input:checked ~ label:before {
    border-color: #fff;
}
.other_form .for_form .right .wpcf7 .form_rass .checkbox .box:before,
.other_form .for_form .right .wpcf7 .form_rass .checkbox label:before {
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    background: 0 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.other_form .for_form .right .wpcf7 .form_rass .checkbox label {
    width: auto;
    margin-right: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.522353px;
    color: #fff;
    padding-left: 27px;
    position: relative;
}
.other_form .for_form .right .wpcf7 .form_rass .checkbox label a{
    color: #fff;
    text-decoration: underline;
}
.other_form .for_form .right .wpcf7 .form_rass .checkbox label a:hover{
    text-decoration: none;
}

.other_form .for_form .right .wpcf7 .form_rass .checkbox input:checked ~ .box:after,
.other_form .for_form .right .wpcf7 .form_rass .checkbox input:checked ~ label:after,
.other_form .for_form .right .wpcf7 .form_rass .checkbox input:checked ~ span:after {
    background: url(../img/gal.svg) 3px 4px no-repeat #fff;
    content: "";
    width: 16px;
    height: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}
.other_form .for_form .right .wpcf7 .form_buttons {
    padding-top: 48px;
    padding-left: 184px;
    padding-left: 204px;
    padding-top: 20px;
}
@media (max-width: 1440px) {
    .other_form .for_form .right .wpcf7 .form_buttons {
        padding-left: 223px;
    }
}
@media (max-width: 992px) {
    .other_form .for_form .right .wpcf7 .form_buttons {
        padding-top: 32px;
    }
}
@media (max-width: 480px) {
    .other_form .for_form .right .wpcf7 .form_buttons {
        display: block;
        padding-left: 0;
        padding-top: 17px;
    }
}
.other_form .for_form .right .wpcf7 .form_buttons input[type="submit"] {
    width: 152px;
    height: 54px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-right: 37px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin-bottom: 24px;
}
.other_form .for_form .right .wpcf7 .form_buttons input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
    color: #00a0f2;
}
@media (max-width: 480px) {
    .other_form .for_form .right .wpcf7 .form_buttons input[type="submit"] {
        margin-bottom: 17px;
    }
}
.other_form .for_form .right .wpcf7 .form_buttons .agree {
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
    max-width: 390px;
    padding-left: 28px;
    position: relative;
}
.other_form .for_form .right .wpcf7 .form_buttons .agree:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/info-circle.svg) top left no-repeat;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.4;
}
.other_form .for_form .right .wpcf7 .form_buttons .agree a {
    color: #fff;
    text-decoration: underline;
}
@media (max-width: 480px) {
    .other_form .for_form .right .wpcf7 .form_buttons .agree {
        max-width: 100%;
    }
}
.team {
    text-align: left;
    padding-top: 114px;
}
@media (max-width: 480px) {
    .team {
        padding-top: 60px;
    }
}
.team h1 {
    margin: 0;
    font-weight: 600;
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 64px;
    display: inline-block;
    position: relative;
}
@media (max-width: 1440px) {
    .team h1 {
        font-size: 38px;
        line-height: 127.02%;
    }
}
@media (max-width: 480px) {
    .team h1 {
        font-size: 24px;
        margin-bottom: 23px;
    }
}
.team h1:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 364px;
    height: 19px;
    background: url(../img/team/under.svg) center center no-repeat;
    background-size: contain;
    margin-left: -182px;
    bottom: -19px;
}
@media (max-width: 1440px) {
    .team h1:before {
        width: 248px;
        height: 13px;
        background-size: contain;
        bottom: -13px;
        margin-left: -124px;
    }
}
@media (max-width: 480px) {
    .team h1:before {
        width: 146px;
        height: 7px;
        margin-left: -73px;
        bottom: -6px;
    }
}
.team .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.team .items .item {
    display: block;
    width: 27%;
    margin-right: 9%;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    color: #0b1218;
}
.team .items .item:nth-child(3n) {
    margin-right: 0;
}
.team .items .item:nth-child(3n) {
    margin-right: 0;
}
.team .items .item.dots_left:before {
    content: "";
    display: block;
    width: 146px;
    height: 146px;
    background: url(../img/team/dots.svg) center center no-repeat;
    position: absolute;
    left: -39px;
    top: 116px;
    z-index: -1;
}
.team .items .item.dots_right:before {
    content: "";
    display: block;
    width: 146px;
    height: 146px;
    background: url(../img/team/dots.svg) center center no-repeat;
    position: absolute;
    right: -39px;
    top: 116px;
    z-index: -1;
}
.team .items .item.star:after {
    content: "";
    display: block;
    width: 33px;
    height: 31px;
    background: url(../img/team/star.svg) center center no-repeat;
    position: absolute;
    right: -9px;
    top: -31px;
    z-index: 1;
}
.team .items .item.crown:after {
    content: "";
    display: block;
    width: 31px;
    height: 29px;
    background: url(../img/team/crown_left.svg) center center no-repeat;
    position: absolute;
    left: 0;
    top: -38px;
    z-index: 1;
}
.team .items .item.heart:after {
    content: "";
    display: block;
    width: 33px;
    height: 32px;
    background: url(../img/team/heart.svg) center center no-repeat;
    position: absolute;
    left: 0;
    top: -22px;
    z-index: 1;
}
.team .items .item.pshik:after {
    content: "";
    display: block;
    width: 31px;
    height: 31px;
    background: url(../img/team/pshik.svg) center center no-repeat;
    position: absolute;
    left: 5px;
    top: -43px;
    z-index: 1;
}
.team .items .item .img {
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}
.team .items .item .img img {
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.team .items .item .name {
    font-weight: 600;
    font-size: 24px;
    font-size: 20px;
    font-size: 16px;
    line-height: 30px;
    line-height: 26px;
    margin-bottom: 12px;
    margin-bottom: 6px;
}
.team .items .item .position {
    font-size: 18px;
    font-size: 16px;
    line-height: 27px;
    line-height: 24px;
    letter-spacing: -0.3px;
    color: #8f9295;
}
@media (max-width: 480px) {
    .team .items .item {
        width: 100%;
        margin-right: 0;
    }
}
.white-popup {
    position: relative;
    background: #fff;
    padding: 58px 52px 40px 64px;
    width: auto;
    max-width: 1097px;
    margin: 20px auto;
    background: #fff;
    -webkit-box-shadow: 0 40px 60px rgba(0, 0, 0, 0.2);
    box-shadow: 0 40px 60px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .white-popup {
        padding: 26px;
    }
}
@media (max-width: 480px) {
    .white-popup {
        padding: 15px;
    }
}
.white-popup .popup_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}
@media (max-width: 768px) {
    .white-popup .popup_inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.white-popup .popup_inner .left {
    width: 27%;
    margin-right: 4%;
}
@media (max-width: 768px) {
    .white-popup .popup_inner .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.white-popup .popup_inner .left .img {
    margin-bottom: 24px;
    position: relative;
}
.white-popup .popup_inner .left .img:before {
    content: "";
    display: block;
    width: 146px;
    height: 146px;
    background: url(../img/team/dots.svg) center center no-repeat;
    position: absolute;
    left: -35px;
    bottom: 31px;
    z-index: 1;
}
.white-popup .popup_inner .left .img img {
    display: block;
    position: relative;
    z-index: 2;
}
.white-popup .popup_inner .left .email {
    padding-left: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: url(../img/team/mail.svg) left top no-repeat;
    line-height: 22px;
}
.white-popup .popup_inner .left .email a {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.7px;
    color: #0b1218;
}
.white-popup .popup_inner .right {
    width: 69%;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.7px;
    color: #0b1218;
}
@media (max-width: 768px) {
    .white-popup .popup_inner .right {
        width: 100%;
    }
}
.white-popup .popup_inner .right .name {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.396923px;
    margin-bottom: 12px;
}
.white-popup .popup_inner .right .position {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.3px;
    margin-bottom: 40px;
    color: #8f9295;
}
@media (max-width: 768px) {
    .white-popup .popup_inner .right .position {
        margin-bottom: 20px;
    }
}
.white-popup .popup_inner .right .desc1 {
    margin-bottom: 45px;
}
@media (max-width: 768px) {
    .white-popup .popup_inner .right .desc1 {
        margin-bottom: 20px;
    }
}
.white-popup .popup_inner .right .desc2 {
    margin-bottom: 45px;
}
@media (max-width: 768px) {
    .white-popup .popup_inner .right .desc2 {
        margin-bottom: 20px;
    }
}
.white-popup .popup_inner .right .facts {
    padding-bottom: 28px;
}
@media (max-width: 768px) {
    .white-popup .popup_inner .right .facts {
        margin-bottom: 14px;
    }
}
.white-popup .popup_inner .right .facts .fact {
    padding-left: 34px;
    margin-bottom: 20px;
    position: relative;
}
@media (max-width: 768px) {
    .white-popup .popup_inner .right .facts .fact {
        margin-bottom: 10px;
    }
}
.white-popup .popup_inner .right .facts .fact:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #00b8ff;
    position: absolute;
    left: 0;
    top: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.white-popup .popup_inner .right .facts .fact .caption {
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.white-popup .popup_inner .right .years {
    padding-bottom: 24px;
}
@media (max-width: 768px) {
    .white-popup .popup_inner .right .years {
        padding-bottom: 12px;
    }
}
.white-popup .popup_inner .right .years .year {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .white-popup .popup_inner .right .years .year {
        margin-bottom: 10px;
    }
}
.white-popup .popup_inner .right .years .year .count {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    white-space: nowrap;
    margin-right: 29px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.345455px;
}
.cases_top {
    padding-top: 180px;
    padding-bottom: 245px;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.cases_top.bg_hover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.cases_top .caption {
    font-weight: 500;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.579546px;
    color: #fff;
    margin-bottom: 19px;
}
.cases_top p {
    font-weight: 600;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    letter-spacing: -0.345455px;
}
.cases_grey {
    padding-top: 90px;
    padding-bottom: 90px;
}
@media (max-width: 480px) {
    .cases_grey {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.cases_grey .tasks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 480px) {
    .cases_grey .tasks {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.cases_grey .tasks .task {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 40px;
}
@media (max-width: 480px) {
    .cases_grey .tasks .task {
        width: 100%;
        margin-bottom: 20px;
    }
}
.cases_grey .tasks .pain {
    width: 50%;
}
@media (max-width: 480px) {
    .cases_grey .tasks .pain {
        width: 100%;
        margin-bottom: 40px;
    }
}
.cases_grey .tasks .pain .text {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.345455px;
    margin-bottom: 15px;
}
.cases_grey .tasks .pain .desc {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.345455px;
}
.cases_grey .solution {
    letter-spacing: -0.345455px;
}
.cases_grey .solution .text {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 27px;
}
.cases_grey .solution .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 480px) {
    .cases_grey .solution .items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.cases_grey .solution .items .item {
    width: 32%;
    margin-right: 2%;
}
@media (max-width: 480px) {
    .cases_grey .solution .items .item {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
}
.cases_grey .solution .items .item:last-child {
    margin-right: 0;
}
.cases_grey .solution .items .item .count {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 23px;
}
.cases_grey .solution .items .item .desc {
    font-size: 16px;
    line-height: 23px;
}
.cases_mypain .items .item {
    position: relative;
    margin-bottom: 20px;
    padding-left: 34px;
}
.cases_mypain .items .item:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 8px;
    background: #00b8ff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.cases_mypain .items .item .caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    margin-bottom: 7px;
}
.cases_mypain .items .item .text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.7px;
}
.cases_whow h3 {
    margin-top: 0;
    margin-bottom: 36px;
}
.cases_whow .steps .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}
.cases_whow .steps .item .count {
    margin-right: 37px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #00a0f2;
    position: relative;
    margin-left: 11px;
    margin-top: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cases_whow .steps .item .count .count_bg {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background: rgba(0, 160, 242, 0.2);
    position: absolute;
    left: -11px;
    top: -11px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.cases_whow .steps .item .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.cases_whow .steps .item .desc {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.345455px;
}
.cases_whow2 {
    padding-top: 61px;
    background: #f5f6f6;
    margin-bottom: 50px;
}
@media (max-width: 480px) {
    .cases_whow2 {
        padding-top: 60px;
        padding-bottom: 36px;
    }
}
.cases_whow2 h3 {
    margin-bottom: 39px;
}
@media (max-width: 480px) {
    .cases_whow2 h3 {
        margin-bottom: 30px;
    }
}
.cases_whow2 .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: url(../img/cases/snake.svg) 0 40px no-repeat;
    background-size: contain;
}
@media (max-width: 1440px) {
    .cases_whow2 .items {
        background-size: contain;
        background-position: 0 40px;
    }
}
@media (max-width: 992px) {
    .cases_whow2 .items {
        background: 0 0;
    }
}
.cases_whow2 .items .item {
    margin-bottom: 90px;
    margin-bottom: 77px;
    width: 30%;
    margin-right: 3%;
}
@media (max-width: 1440px) {
    .cases_whow2 .items .item {
        margin-bottom: 44px;
    }
}
@media (max-width: 480px) {
    .cases_whow2 .items .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
}
.cases_whow2 .items .item .icon {
    margin-bottom: 19px;
}
.cases_whow2 .items .item .icon img {
    display: block;
}
.cases_whow2 .items .item .desc {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.345455px;
}
.quote {
    border-left: 3px solid #00b8ff;
    padding-left: 41px;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 480px) {
    .quote {
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 25px;
    }
}
.quote p {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.396923px;
    margin-bottom: 0;
}
@media (max-width: 480px) {
    .quote p {
        font-size: 18px;
        line-height: 24px;
    }
}
.quote .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    max-width: 500px;
}
@media (max-width: 480px) {
    .quote .author {
        font-size: 12px;
    }
}
.quote .author img {
    width: 47px;
    height: 47px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 13px;
}
@media (max-width: 480px) {
    .quote .author img {
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }
}
.cases_counts {
    padding-top: 37px;
}
.cases_counts .items .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 38px;
    position: relative;
}
@media (max-width: 480px) {
    .cases_counts .items .item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.cases_counts .items .item.shar:before {
    content: "";
    position: absolute;
    width: 282px;
    height: 148px;
    left: -84px;
    top: -21px;
    background: url(../img/cases/count1_bg.svg) top left no-repeat;
}
@media (max-width: 992px) {
    .cases_counts .items .item.shar:before {
        display: none;
    }
}
.cases_counts .items .item.pshik:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 65px;
    left: -49px;
    bottom: -46px;
    background: url(../img/cases/count2_bg.svg) top left no-repeat;
}
@media (max-width: 992px) {
    .cases_counts .items .item.pshik:before {
        display: none;
    }
}
.cases_counts .items .item .count {
    font-weight: 700;
    font-size: 80px;
    line-height: 97px;
    color: #00a0f2;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: relative;
    width: 19%;
    margin-right: 5%;
}
@media (max-width: 992px) {
    .cases_counts .items .item .count {
        font-size: 60px;
        line-height: 65px;
        width: 17%;
    }
}
@media (max-width: 480px) {
    .cases_counts .items .item .count {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.cases_counts .items .item .desc {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.345455px;
}
.cases_slider {
    padding-top: 60px;
}
.slider_news .flickity-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.flickity-page-dots:after,
.flickity-page-dots:before {
    content: "\0020";
    display: table;
    clear: both;
}
.fl-serviceItem,
.fl-serviceItemOffset {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.fl-mainItem,
.fl-serviceItem {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.flickity-prev-next-button:after {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
}
.fl-mainItemBody,
.fl-service .flickity-slider,
.fl-tsAction,
.fl-tsTotal,
.ul-ts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: 0;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    will-change: transform;
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slider_news {
    width: 100%;
    padding-top: 7px;
    margin-bottom: 87px;
}
.slider_news .flickity-prev-next-button {
    position: static;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    font-size: 12px;
    text-align: center;
    background: #ebebeb;
    margin-right: 10px;
}
@media screen and (min-width: 1200px) {
    .slider_news .flickity-prev-next-button {
        margin-left: -webkit-calc(50% - 488px);
        margin-left: calc(50% - 488px);
    }
}
.slider_news .flickity-prev-next-button:hover {
    background: #ff7878;
    color: #fff;
}
.slider_news .flickity-prev-next-button + .flickity-prev-next-button {
    margin-left: 0 !important;
}
.slider_news .flickity-page-dots {
    display: none;
}
.slider_news .flickity-slider {
    position: static;
}
.slider_newsItemOffset {
    width: -webkit-calc(50% - 488px);
    width: calc(50% - 488px);
    position: static !important;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.slider_news .flickity-slider {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
}
.potok_block_27 {
    text-align: left;
    position: relative;
}
.potok_block_27 .flickity-prev-next-button,
.potok_block_27 .flickity-prev-next-button:hover {
    width: 47px;
    height: 47px;
    z-index: 5;
    margin-top: 40px;
    background: url(../img/svg/slider_arrow_left.svg) center center no-repeat;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.potok_block_27 .flickity-prev-next-button.next,
.potok_block_27 .flickity-prev-next-button.next:hover {
    width: 47px;
    height: 47px;
    z-index: 5;
    margin-top: 40px;
    background: url(../img/svg/slider_arrow_right.svg) center center no-repeat;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.potok_block_27 .flickity-prev-next-button .flickity-button-icon {
    display: none;
}
.potok_block_27 .slider_news {
    padding-top: 0;
}
@media (max-width: 992px) {
    .potok_block_27 .slider_news {
        padding-top: 0;
    }
}
.potok_block_27 .slider_news::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.potok_block_27 .slide {
    display: block;
    width: 476px;
    margin-bottom: 0;
    margin-right: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.potok_block_27 .slide a {
    display: block;
}
@media (max-width: 480px) {
    .potok_block_27 .slide {
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.potok_block_27 .slide .news_img {
    margin-bottom: 36px;
    margin-bottom: 21px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 214px;
    height: 319px;
}
@media (max-width: 992px) {
    .potok_block_27 .slide .news_img {
        margin-bottom: 17px;
    }
}
@media (max-width: 480px) {
    .potok_block_27 .slide .news_img {
        height: 183px;
    }
}
.potok_block_27 .slide .site {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.3px;
    color: #00a0f2;
    margin-bottom: 12px;
}
.potok_block_27 .slide .site.violet {
    color: #601ef3;
}
@media (max-width: 1440px) {
    .potok_block_27 .slide .site {
        font-size: 14px;
        line-height: 27px;
    }
}
@media (max-width: 480px) {
    .potok_block_27 .slide .site {
        font-size: 12px;
    }
}
.potok_block_27 .slide .site img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.potok_block_27 .slide span {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #0b1218;
    margin-bottom: 12px;
    display: block;
    display: block;
}
@media (max-width: 1440px) {
    .potok_block_27 .slide span {
        font-size: 20px;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .potok_block_27 .slide span {
        font-size: 18px;
        font-size: 14px;
        margin-bottom: 8px;
    }
}
.potok_block_27 .slide p {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.61px;
    color: #8f9295;
}
@media (max-width: 480px) {
    .potok_block_27 .slide p {
        font-size: 14px;
    }
}
.adapt_block_1:after {
    content: "";
    display: block;
    clear: both;
}
.adapt_block_1 .adapt_block_1_head,
.adapt_block_1 h2 {
    margin-bottom: 5px;
    margin-bottom: 20px;
}
@media (max-width: 992px) {
    .adapt_block_1 .adapt_block_1_head,
    .adapt_block_1 h2 {
        margin-bottom: 12px;
    }
}
.adapt_block_1 p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 40px;
    letter-spacing: -0.345455px;
}
@media (max-width: 992px) {
    .adapt_block_1 p {
        padding-bottom: 28px;
    }
}
@media (max-width: 480px) {
    .adapt_block_1 p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 24px;
    }
}
.adapt_block_1 .logos {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
    /*display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(6, 1fr);*/
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
        column-gap: 50px;
    margin-bottom: 37px;
}
.adapt_block_1 .logos img {
    max-height: 40px;
    width: auto;
}
@media (max-width: 992px) {
    .adapt_block_1 .logos {
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: scroll;
    }
    .adapt_block_1 .logos::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .adapt_block_1 .logos img {
        margin-right: 47px;
    }
}
@media (max-width: 480px) {
    .adapt_block_1 .logos img {
        margin-right: 40px;
    }
}
.adapt_block_1 .fly {
    margin-left: auto;
    margin-right: 165px;
    float: right;
}
@media (max-width: 992px) {
    .adapt_block_1 .fly {
        margin-right: 84px;
    }
}
@media (max-width: 480px) {
    .adapt_block_1 .fly {
        display: none;
    }
}

/*konsalting*/
.potok_block_24_grid h2 {
     margin-bottom: 28px;
}
 @media (max-width: 768px) {
     .potok_block_24_grid h2 {
         margin-bottom: 16px;
    }
}
 @media (max-width: 480px) {
     .potok_block_24_grid h2 span:before {
         background-size: contain !important;
         width: 193px;
         height: 11px;
         margin-left: -96px;
         bottom: -11px;
    }
}
 .potok_block_24_grid p {
  /*   font-weight: 600;*/
     font-size: 20px;
     line-height: 25px;
     letter-spacing: -0.345455px;
     max-width: 676px;
     margin-bottom: 72px;
     margin-bottom: 41px;
}
 @media (max-width: 768px) {
     .potok_block_24_grid p {
         font-size: 16px;
         line-height: 25px;
         letter-spacing: -0.345455px;
         margin-bottom: 43px;
    }
}
 @media (max-width: 480px) {
     .potok_block_24_grid p {
         font-size: 14px;
         line-height: 20px;
         margin-bottom: 35px;
    }
}
 .potok_block_24_grid .items {
     display: grid;
     grid-gap: 38px;
     grid-template-columns: 1fr 1fr 1fr;
}
 @media (max-width: 768px) {
     .potok_block_24_grid .items {
         grid-template-columns: 1fr 1fr;
         grid-gap: 30px;
    }
}
 @media (max-width: 480px) {
     .potok_block_24_grid .items {
         grid-template-columns: 1fr;
         grid-gap: 20px;
    }
}
 .potok_block_24_grid .items .item {
     width: auto;
     display: flex;
     flex-direction: column;
}
 .potok_block_24_grid .items .item .top {
     line-height: 24px;
     min-height: 124px;
}
 @media (max-width: 768px) {
     .potok_block_24_grid .items .item .top .icon {
         max-width: 26px;
    }
}
 .potok_block_24_grid .items .item .bottom {
     display: flex;
     justify-content: space-between;
     flex-direction: column;
     flex: 1;
}
 .potok_block_24_grid .items .item .btn {
     width: 158px;
     height: 36px;
     background: #00a0f2;
     box-shadow: 0px 1.57018px 18.8421px rgba(255, 255, 255, 0.09);
     border-radius: 4px;
     font-weight: 500;
     font-size: 12px;
     line-height: 15px;
     letter-spacing: 0.478904px;
     color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
     margin-top: 38px;
}
 @media (max-width: 768px) {
     .potok_block_24_grid .items .item .btn {
         margin-top: 30px;
    }
}
 @media (max-width: 480px) {
     .potok_block_24_grid .items .item .btn {
         margin-top: 28px;
    }
}
 


 
.konsult_block_1 {
     padding-top: 85px;
     text-align: left;
}
 @media (max-width: 480px) {
     .konsult_block_1 {
         padding-top: 45px;
    }
}
 .konsult_block_1 h2 {
     margin-bottom: 72px;
}
 @media (max-width: 768px) {
     .konsult_block_1 h2 {
         margin-bottom: 42px;
    }
}
 .konsult_block_1 h2 span {
     position: relative;
}
 .konsult_block_1 h2 span:before {
     content: "";
     display: block;
     position: absolute;
     width: 192px;
     height: 59px;
     background: url('../img/new/circle1.svg') center center no-repeat;
     left: 50%;
     margin-left: -90px;
     top: 50%;
     margin-top: -29px;
     z-index: -1;
}
 @media (max-width: 768px) {
     .konsult_block_1 h2 span:before {
         width: 159px;
         height: 42px;
         margin-top: -21px;
         margin-left: -79px;
         background-size: contain;
    }
}
 .konsult_block_1 .items {
    /* margin-left: -40px;
     margin-right: -40px;
     padding-left: 40px;
     padding-right: 40px;*/
}
 @media (max-width: 768px) {
     .konsult_block_1 .items {
       /*  margin-left: -26px;
         margin-right: -26px;*/
    }
}
 @media (max-width: 480px) {
     .konsult_block_1 .items {
         margin-left: 0px;
         margin-right: 0px;
    }
}
 @media (max-width: 480px) {
     .konsult_block_1 .owl-item {
         padding: 10px;
    }
}
 @media (max-width: 480px) {
     .konsult_block_1 .owl-dots {
         background: #fff;
    }
}
 .konsult_block_1 .owl-carousel .owl-dot span {
     width: 15px;
     height: 15px;
}
 .konsult_block_1 .owl-carousel button.owl-dot {
     margin-left: 9px;
     margin-right: 9px;
     padding: 11px !important;
}
 @media (max-width: 480px) {
     .konsult_block_1 .owl-carousel button.owl-dot {
         padding: 0 !important;
         margin-left: 4px;
         margin-right: 4px;
    }
}
 .konsult_block_1 .owl-carousel button.owl-dot.active {
     border-radius: 50%;
     background: rgba(0, 184, 255, 0.1);
}
 .konsult_block_1 .item {
     background: #fff;
     box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.08);
     border-radius: 10px;
   /*  margin-left: 40px;
     margin-right: 40px;*/
     min-height: 717px;
     margin-bottom: 43px;
}
 @media (max-width: 768px) {
     .konsult_block_1 .item {
         min-height: 620px;
       /*  margin-left: 26px;
         margin-right: 26px;*/
    }
}
 @media (max-width: 480px) {
     .konsult_block_1 .item {
         margin-left: 0px;
         margin-right: 0px;
         box-shadow: 0px 15px 14px rgba(0, 0, 0, 0.08);
         margin-bottom: 17px;
    }
}
 .konsult_block_1 .item .top {
     background: #ffe485;
     border-radius: 10px 10px 0px 0px;
     padding: 35px 31px 47px 31px;
}
 @media (max-width: 768px) {
     .konsult_block_1 .item .top {
         padding: 26px 23px 25px 23px;
    }
}
 .konsult_block_1 .item .top img {
     max-width: 207px;
     height: auto;
     filter: drop-shadow(0px 2.18785px 26.2541px rgba(11, 18, 24, 0.08));
     margin-bottom: 22px;
     margin-left: auto;
     margin-right: auto;
     display: block;
     border-radius: 50%;
}
 @media (max-width: 768px) {
     .konsult_block_1 .item .top img {
         max-width: 153px;
         margin-bottom: 14px;
    }
}
 @media (max-width: 480px) {
     .konsult_block_1 .item .top img {
         max-width: 122px;
    }
}
 .konsult_block_1 .item .top .name {
     font-weight: 700;
     font-size: 18px;
     line-height: 24px;
     text-align: center;
     letter-spacing: 0.78px;
     color: #0b1218;
     margin-bottom: 6px;
}
 @media (max-width: 768px) {
     .konsult_block_1 .item .top .name {
         font-size: 16px;
    }
}
 .konsult_block_1 .item .top .position {
     font-weight: 400;
     font-size: 18px;
     line-height: 24px;
     text-align: center;
     letter-spacing: 0.78px;
}
 @media (max-width: 768px) {
     .konsult_block_1 .item .top .position {
         font-size: 16px;
    }
}
 .konsult_block_1 .item .top .btn {
     background: #fff;
     border-radius: 10px;
     margin-top: 42px;
     width: 100%;
     padding-top: 16px;
     padding-bottom: 16px;
     font-weight: 400;
     font-size: 18px;
     line-height: 24px;
     text-align: center;
     letter-spacing: 0.78px;
     display: flex;
     justify-content: center;
     align-items: center;
     color: #0b1218;
}
 @media (max-width: 768px) {
     .konsult_block_1 .item .top .btn {
         font-size: 16px;
         padding-top: 13px;
         padding-bottom: 13px;
         margin-top: 33px;
    }
}
 .konsult_block_1 .item .bottom {
     padding: 27px 31px;
     padding-bottom: 65px;
     font-weight: 400;
     font-size: 14px;
     line-height: 19px;
     letter-spacing: 0.61px;
     color: #0b1218;
}
 @media (max-width: 768px) {
     .konsult_block_1 .item .bottom {
         padding: 23px;
    }
}
 
 
 
 
 



.konsult_block_2 {
     padding-top: 110px;
     text-align: left;
}
 @media (max-width: 768px) {
     .konsult_block_2 {
         padding-top: 69px;
    }
}
 .konsult_block_2 h2 {
     margin-bottom: 28px;
}
 @media (max-width: 480px) {
     .konsult_block_2 h2 {
         margin-bottom: 12px;
    }
}
 .konsult_block_2 h2 span {
     position: relative;
}
 .konsult_block_2 h2 span:after {
     content: "";
     display: block;
     position: absolute;
     width: 352px;
     height: 16px;
     background-size: contain;
     background-image: url('../img/new/line3.svg');
     background-position: center center;
     background-repeat: no-repeat;
     margin-left: -176px;
     bottom: -16px;
     left: 50%;
}
 @media (max-width: 768px) {
     .konsult_block_2 h2 span:after {
         width: 272px;
         margin-left: -136px;
         height: 16px;
         bottom: -16px;
    }
}
 @media (max-width: 768px) {
     .konsult_block_2 h2 span:after {
         width: 144px;
            height: 9px;
    bottom: -9px;
    margin-left: 0;
    left: 0;
    }
}
 .konsult_block_2 p {
    /* font-weight: 600;*/
     font-size: 20px;
     line-height: 25px;
     letter-spacing: -0.345455px;
     margin-bottom: 113px;
     margin-bottom: 48px;
}
 @media (max-width: 768px) {
     .konsult_block_2 p {
        /* margin-bottom: 74px;*/
         font-size: 16px;
    }
}
 @media (max-width: 480px) {
     .konsult_block_2 p {
       /*  margin-bottom: 59px;*/
    }
}
 .konsult_block_2 .items {
     display: grid;
     grid-gap: 22px;
     grid-template-columns: 1fr 1fr 1fr;
}
 @media (max-width: 768px) {
     .konsult_block_2 .items {
         grid-template-columns: 1fr 1fr;
         grid-gap: 25px;
         grid-row-gap: 69px;
    }
}
 @media (max-width: 480px) {
     .konsult_block_2 .items {
         grid-template-columns: 1fr;
         grid-row-gap: 57px;
    }
}
 .konsult_block_2 .items .item {
     background: #fff;
     box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
     border-radius: 20px;
     padding: 0 35px 34px 35px;
}
 @media (max-width: 768px) {
     .konsult_block_2 .items .item {
         padding: 0 20px 37px 20px;
    }
}
 .konsult_block_2 .items .item .icon {
     background: #ffb500;
     width: 80px;
     height: 80px;
     margin-left: auto;
     margin-right: auto;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 15px;
     margin-top: -11px;
}
 @media (max-width: 768px) {
     .konsult_block_2 .items .item .icon {
         width: 89px;
         height: 89px;
         margin-bottom: 25px;
         margin-top: -44px;
    }
}
 @media (max-width: 480px) {
     .konsult_block_2 .items .item .icon {
         width: 75px;
         height: 75px;
         margin-bottom: 15px;
         margin-top: -37px;
    }
}
 .konsult_block_2 .items .item .text {
     font-weight: 400;
     font-size: 14px;
     line-height: 19px;
     letter-spacing: 0.61px;
}
 @media (max-width: 480px) {
     .konsult_block_2 .items .item .text {
         text-align: center;
    }
}
 




.konsult_block_3 {
     text-align: left;
     padding-top: 135px;
}
 @media (max-width: 768px) {
     .konsult_block_3 {
         padding-top: 78px;
    }
}
 .konsult_block_3 .caption_flex {
     display: flex;
     align-items: flex-start;
}
 @media (max-width: 640px) {
     .konsult_block_3 .caption_flex {
         display: block;
    }
}
 .konsult_block_3 .caption_flex img {
     margin-left: 31px;
     margin-top: 4px;
}
 @media (max-width: 768px) {
     .konsult_block_3 .caption_flex img {
         max-width: 170px;
         margin-left: 0px;
    }
}
 @media (max-width: 640px) {
     .konsult_block_3 .caption_flex img {
         display: none;
    }
}
 .konsult_block_3 h2 {
     margin-bottom: 144px;
     flex: none;
}
 @media (max-width: 768px) {
     .konsult_block_3 h2 {
         margin-bottom: 104px;
    }
}
 @media (max-width: 480px) {
     .konsult_block_3 h2 {
         margin-bottom: 30px;
    }
}
 .konsult_block_3 h2 span {
     position: relative;
}
 .konsult_block_3 h2 span:before {
     content: "";
     display: block;
     position: absolute;
     width: 276px;
     height: 59px;
     background: url('../img/new/circle2.svg') center center no-repeat;
     left: 50%;
     margin-left: -138px;
     top: 50%;
     margin-top: -29px;
     z-index: -1;
}
 @media (max-width: 768px) {
     .konsult_block_3 h2 span:before {
         width: 227px;
         height: 42px;
         margin-left: -113px;
         margin-top: -21px;
         background-size: contain;
    }
}
 @media (max-width: 480px) {
     .konsult_block_3 h2 span:before {
        width: 186px;
    height: 39px;
    margin-left: -93px;
    margin-top: -21px;
    }
}
 .konsult_block_3 .items .item {
     display: flex;
     margin-bottom: 70px;
}
 @media (max-width: 768px) {
     .konsult_block_3 .items .item {
         margin-bottom: 55px;
    }
}
 @media (max-width: 640px) {
     .konsult_block_3 .items .item {
         flex-wrap: wrap;
    }
}
 .konsult_block_3 .items .item .img {
     width: 228px;
     margin-right: 126px;
}
 @media (max-width: 768px) {
     .konsult_block_3 .items .item .img {
         width: 155px;
         margin-right: 87px;
    }
}
 @media (max-width: 640px) {
     .konsult_block_3 .items .item .img {
         margin-right: 0px;
         margin-bottom: 18px;
    }
}
 .konsult_block_3 .items .item .img img {
     display: block;
     border-radius: 10px;
}
 .konsult_block_3 .items .item .desc {
     flex: 1;
}
 @media (max-width: 640px) {
     .konsult_block_3 .items .item .desc {
         width: 100%;
         flex: none;
    }
}
 .konsult_block_3 .items .item .desc .name {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     font-weight: 600;
     font-size: 33px;
     line-height: 48px;
     margin-bottom: 28px;
     position: relative;
     padding-left: 78px;
}
 @media (max-width: 768px) {
     .konsult_block_3 .items .item .desc .name {
         font-size: 30px;
         line-height: 40px;
         margin-bottom: 18px;
         padding-left: 71px;
    }
}
 @media (max-width: 480px) {
     .konsult_block_3 .items .item .desc .name {
         font-size: 24px;
         line-height: 31px;
         padding-left: 48px;
    }
}
 .konsult_block_3 .items .item .desc .name span {
     background: #ffc700;
     display: flex;
     width: 54px;
     height: 54px;
     border-radius: 50%;
     align-items: center;
     justify-content: center;
     position: absolute;
     top: 0px;
     left: 0px;
}
 @media (max-width: 768px) {
     .konsult_block_3 .items .item .desc .name span {
         width: 48px;
         height: 48px;
    }
}
 @media (max-width: 480px) {
     .konsult_block_3 .items .item .desc .name span {
         width: 35px;
         height: 35px;
    }
}
 .konsult_block_3 .items .item .desc .text {
    /* font-weight: 600;*/
     font-size: 18px;
     line-height: 24px;
     color: #0b1218;
}
 @media (max-width: 768px) {
     .konsult_block_3 .items .item .desc .text {
         font-size: 16px;
    }
}
 @media (max-width: 480px) {
     .konsult_block_3 .items .item .desc .text {
         font-size: 14px;
    }
}
 
.konsult_block_4 {
     text-align: left;
     padding-top: 63px;
}
 @media (max-width: 768px) {
     .konsult_block_4 {
         padding-top: 30px;
    }
}
 @media (max-width: 480px) {
     .konsult_block_4 {
         padding-top: 0px;
         margin-top: 64px;
    }
}
 .konsult_block_4 h2 {
     margin-bottom: 26px;
   /*  padding-bottom: 11px;*/
   /*  background: url('../img/new/line5.svg') 6px bottom no-repeat;*/
}
.konsult_block_4 h2 span{
    display: inline-block;
    position: relative;
}
 .konsult_block_4 h2 span:before{
    content: "";
    width: 229px;
   /* left: 50%;
    margin-left: -114px;*/
    left: 6px;
    height: 16px;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -16px;
    background-size: contain;
 }
 .konsult_block_4 h2 span.yellow:before{
    background-image: url('../img/new/line5.svg');
 }
 @media (max-width: 768px) {
     .konsult_block_4 h2 {
         margin-bottom: 23px;
         /*background-size: 170px;*/
    }
     .konsult_block_4 h2 span:before{
         width: 170px;
         background-size: contain;
         height: 12px;
         bottom: -12px;
     }
}
 @media (max-width: 480px) {
     .konsult_block_4 h2 {
         background-size: 130px;
         margin-bottom: 14px;
    }
    .konsult_block_4 h2 span:before{
         width: 130px;
         background-size: contain;
         height: 10px;
         bottom: -10px;
     }
}
 .konsult_block_4 p {
   /*  font-weight: 600;*/
     font-size: 18px;
     line-height: 23px;
     letter-spacing: -0.345455px;
     margin-bottom: 59px;
     margin-bottom: 30px;
}
 @media (max-width: 768px) {
     .konsult_block_4 p {
         font-size: 16px;
         margin-bottom: 42px;
    }
}
 @media (max-width: 480px) {
     .konsult_block_4 p {
         font-size: 14px;
         line-height: 20px;
         margin-bottom: 31px;
    }
}
 .konsult_block_4 .items {
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-gap: 39px;
     align-items: flex-start;
}
 @media (max-width: 480px) {
     .konsult_block_4 .items {
         grid-template-columns: 1fr;
         grid-gap: 52px;
    }
}
 .konsult_block_4 .items .item {
     display: flex;
     align-items: center;
}
 @media (max-width: 480px) {
     .konsult_block_4 .items .item {
         flex-wrap: wrap;
         justify-content: center;
    }
}
 .konsult_block_4 .items .item .icon {
     flex: none;
     margin-right: 29px;
     margin-right: 18px;
     width: 50px;
}
 @media (max-width: 768px) {
     .konsult_block_4 .items .item .icon {
         max-width: 33px;
         margin-right: 21px;
         width: auto;
    }
}
 @media (max-width: 480px) {
     .konsult_block_4 .items .item .icon {
         margin-right: auto;
         margin-left: auto;
         max-width: 35px;
         margin-bottom: 10px;
    }
     .konsult_block_4 .items .item .icon img {
         max-height: 36px;
    }
}
 .konsult_block_4 .items .item .text {
    /* font-weight: 600;*/
     font-size: 16px;
     line-height: 20px;
     letter-spacing: -0.396923px;
}
 @media (max-width: 768px) {
     .konsult_block_4 .items .item .text {
         font-size: 16px;
    }
}
 @media (max-width: 480px) {
     .konsult_block_4 .items .item .text {
         width: 100%;
         text-align: center;
    }
}
 @media (max-width: 480px) {
     .konsult_block_4 .items .item > img {
         display: none;
    }
}


.konsult_block_5 {
   text-align: left;
   padding-top: 104px;
}
@media (max-width: 768px) {
   .konsult_block_5 {
      padding-top: 51px;
  }
}

.konsult_block_5 h2 {
   margin-bottom: 80px;
   position: relative;

}
.konsult_block_5 h2:before{
    content: "";
    display: block;
    width: 33px;
    height: 31px;
    background: url(../img/new/konsult_star.svg) center center no-repeat;
    position: absolute;
    left: -29px;
    top: -25px;
    z-index: 1;
}
@media (max-width: 768px) {
   .konsult_block_5 h2 {
       margin-bottom: 47px;
   }
   .konsult_block_5 h2:before{
    left: 519px;
}
}
@media (max-width: 640px) {
   .konsult_block_5 h2:before{
    left: 212px;
}
}
@media (max-width: 480px) {
   .konsult_block_5 h2 {
       margin-bottom: 45px;
   }
}
.konsult_block_5 h2 span {
   position: relative;
   display: inline-block;
}
.konsult_block_5 h2 span:before {
   content: "";
   display: block;
   position: absolute;
   width: 335px;
   height: 19px;
   background: url('../img/new/konsult-line.svg') center center no-repeat;
   left: 50%;
   margin-left: -167px;
   bottom: -19px;
   
   z-index: -1;
}
@media (max-width: 768px) {
   .konsult_block_5 h2 span:before {
       /*  width: 227px;
         height: 42px;
         margin-left: -113px;
         margin-top: -21px;
         background-size: contain;*/
     }
 }
 @media (max-width: 480px) {
   .konsult_block_5 h2 span:before {
    width: 228px;
    height: 15px;
    margin-left: -114px;
    bottom: -15px;
    background-size: contain!important;
}
}
.konsult_block_5 .items .item {
   display: flex;
   margin-bottom: 81px;
}
@media (max-width: 768px) {
   .konsult_block_5 .items .item {
       margin-bottom: 23px;
   }
}
@media (max-width: 640px) {
   .konsult_block_5 .items .item {
       flex-wrap: wrap;
       margin-bottom: 34px;
   }
}
.konsult_block_5 .items .item .img {
   width: 222px;
   margin-right: 126px;
   position: relative;
}
@media (max-width: 768px) {
   .konsult_block_5 .items .item .img {
       width: 159px;
       margin-right: 47px;
   }
}
@media (max-width: 640px) {
   .konsult_block_5 .items .item .img {
       margin-right: 0px;
       margin-bottom: 26px;
   }
}
.konsult_block_5 .items .item .img img {
   display: block;
   border-radius: 8px;
}
.konsult_block_5 .items .item .img .icon{
    position: absolute;
    z-index: 2;
    margin-top: -84px;
    right: -71px;
}
@media (max-width: 768px) {
    .konsult_block_5 .items .item .img .icon{
        width: 135px;
        margin-top: -62px;
        right: -55px;
    }
}
.konsult_block_5 .items .item .img .icon img{

}
.konsult_block_5 .items .item .desc {
   flex: 1;
}
@media (max-width: 640px) {
   .konsult_block_5 .items .item .desc {
       width: 100%;
       flex: none;
   }
}

.konsult_block_5 .items .item .desc .name {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 6px;
    position: relative;
    letter-spacing: -0.8px;
    gap: 24px;
 }

.konsult_block_5 .items .item .desc .name.with-span{

}
@media (max-width: 768px) {
   .konsult_block_5 .items .item .desc .name {
       font-size: 30px;
       line-height: 40px;
       margin-bottom: 10px;
       gap: 23px;

   }
}
@media (max-width: 480px) {
   .konsult_block_5 .items .item .desc .name {
       font-size: 24px;
       line-height: 31px;
       margin-bottom: 10px;
       gap: 13px;
   }
}
.konsult_block_5 .items .item .desc .name span{
  
    display: flex;
    min-width: 54px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    /*position: absolute;
    top: 0px;
    left: 0px;*/
}
@media (max-width: 768px) {
    .konsult_block_5 .items .item .desc .name span{
        width: 48px;
        height: 48px;
    }
}
@media (max-width: 480px) {
    .konsult_block_5 .items .item .desc .name span{
       width: 35px;
       min-width: 35px;
        height: 35px;
    }
}
.konsult_block_5 .items .item .desc .name span.yellow{
    background: #ffc700;
   
}
.konsult_block_5 .items .item .desc .name span.blue{
    background: #00a0f2;
   
}
.konsult_block_5 .items .item .desc .name span.violet{
    background: #601ef3;
   
}

.konsult_block_5 .items .item .desc .text {
    /* font-weight: 600;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.345455px;
    color: #0b1218;
}
@media (max-width: 768px) {
   .konsult_block_5 .items .item .desc .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.345455px;
}
}
@media (max-width: 480px) {
   .konsult_block_5 .items .item .desc .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.287791px;
}
}
.konsult_block_5 .items .item .desc ul{
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
    margin: 0;
}
.konsult_block_5 .items .item .desc ul, .konsult_block_5 .items .item .desc p{
    margin-bottom: 24px;
}
.konsult_block_5 .items .item .desc ul li{
    padding-left: 32px;
    position: relative;
    margin-bottom: 6px;
}
.konsult_block_5 .items .item .desc ul li:last-child{
    margin-bottom: 0px;
}
.konsult_block_5 .items .item .desc ul li:before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00A0F2;
    position: absolute;
    left: 0px;
    top: 9px;
}

.link-with-arrow{
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    color: #00a0f2;
    display: inline-block;
    padding-right: 26px;
    background: url(../img/svg/angle-right.svg) center right no-repeat;
    /* margin-bottom: 40px;*/
}
@media (max-width: 992px){
    .link-with-arrow{
        font-size: 16px;
        line-height: 23px;
    }
}
@media (max-width: 480px){
    .link-with-arrow{
        font-size: 14px;
        line-height: 23px;
        letter-spacing: -0.287791px;
    }
}

.import_block_1{
    text-align: left;
    padding-top: 112px;
    padding-bottom: 112px;
  /*  background: #0B1218;*/
} 
 @media (max-width: 768px) {
    .import_block_1{
        padding-top: 73px;
        padding-bottom: 73px;
    }
}
 @media (max-width: 480px) {
    .import_block_1{
        padding-top: 55px;
        padding-bottom: 55px;
    }
}
.import_block_1 h2{
    color: #fff;
    margin-bottom: 28px;
}
@media (max-width: 768px) {
    .import_block_1 h2{
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .import_block_1 h2{
        margin-bottom: 15px;
    }
}
.import_block_1 h2 span{
    position: relative;
    display: inline-block;

}
.import_block_1 h2 span:before{
    content: "";
    display: block;
    position: absolute;
    width: 300px;
    height: 16px;
    background: url(../img/new/import_line_violet.svg) bottom center no-repeat;
    background-size: contain;
    left: 50%;
    margin-left: -150px;
    bottom: -10px;
    z-index: 0;
}
@media (max-width: 768px) {
    .import_block_1 h2 span:before{
        width: 160px;
        height: 10px;
        margin-left: -80px;
        bottom: -5px;
    }
}
@media (max-width: 480px) {
    .import_block_1 h2 span:before{
    }
}
.import_block_1 h2 span.yellow:before{
    background-image: url(../img/new/import_line_yellow.svg);
}
.import_block_1 h2 span.blue:before{
    background-image: url(../img/new/import_line_blue.svg);
}
.import_block_1 h2 span.violet:before{
    background-image: url(../img/new/import_line_violet.svg);
}
.page_content .news_detail .import_block_1 p, .import_block_1 p{
    font-weight: 400;

    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    letter-spacing: -0.396923px;
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .page_content .news_detail .import_block_1 p, .import_block_1 p{
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 49px;
    }
}
@media (max-width: 480px) {
    .page_content .news_detail .import_block_1 p, .import_block_1 p{
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 41px;
    }

    .potok_block_7 .caption_flex span:before {
        display: none;
    }
}
.import_block_1 .item{
    display: flex;
    align-items: center;
    align-items: flex-start;
    margin-bottom: 36px;

}
@media (max-width: 768px) {
    .import_block_1 .item{
        margin-bottom: 45px;
    }
}
@media (max-width: 480px) {
    .import_block_1 .item{
        margin-bottom: 24px;
        align-items: flex-start;
    }
}
.import_block_1 .item:last-child{
    margin-bottom: 0px;
}
.import_block_1 .item .icon{
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    margin-right: 34px;
    border-radius: 50%;
}
@media (max-width: 768px) {
    .import_block_1 .item .icon{
        width: 52px;
        height: 52px;
        margin-right: 27px;
    }
    .import_block_1 .item .icon img{
       /* max-width: 31px;
        max-height: 31px;*/
    }
}
@media (max-width: 480px) {
    .import_block_1 .item .icon{
        width: 35px;
        height: 35px;
        margin-right: 17px;
    }
    .import_block_1 .item .icon img{
       /* max-width: 21px;
        max-height: 21px;*/
    }
}
/*.import_block_1.violet .item .icon{
    background: #8455F8;
}
.import_block_1.yellow .item .icon{
    background: #FBB200;
}
.import_block_1.blue .item .icon{
    background: #00A0F2;
}*/

.import_block_1 .item .desc .name{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.345455px;
    color: #FFFFFF;
    margin-bottom: 12px;

}
@media (max-width: 768px) {
    .import_block_1 .item .desc .name{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }
}
@media (max-width: 480px) {
    .import_block_1 .item .desc .name{
        font-size: 14px;
        line-height: 18px;
    }
}
.import_block_1 .item .desc .txt{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.345455px;
    color: #FFFFFF;
}
@media (max-width: 768px) {
    .import_block_1 .item .desc .txt{
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .import_block_1 .item .desc .txt{
        font-size: 14px;
        line-height: 20px;
    }
}
.tariffs{
    text-align: left;
}
.tariffs h2{
    margin-bottom: 70px;
}
.tariffs h2 span{
    position: relative;
    display: inline-block;

}
.tariffs h2 span:before{
    content: "";
    display: block;
    position: absolute;
    width: 185px;
    height: 16px;
    background: url(../img/new/tariffs_line_blue.svg) bottom center no-repeat;
    background-size: contain;
    left: 50%;
    margin-left: -92px;
    bottom: -10px;
    z-index: 0;
}
.tariffs h2 span.yellow:before{
    background-image: url(../img/new/tariffs_line_yellow.svg);
}
.tariffs h2 span.blue:before{
    background-image: url(../img/new/tariffs_line_blue.svg);
}
.tariffs h2 span.violet:before{
    background-image: url(../img/new/tariffs_line_violet.svg);
}
.tariffs .items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 38px;

}

.tariffs .items .item{
    background: #FFFFFF;
    box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}
.tariffs .items .item .top{
    background: #00A0F2;
    border-radius: 10px 10px 0px 0px;
    padding: 31px 25px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.78px;
    color: #FFFFFF;
    padding-bottom: 24px;
    min-height: 93px;
}
.tariffs .items .item .top .icon {
    margin-right: 18px;
    margin-right: 10px;
    flex: none;
}

.tariffs .items .item .bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
    background: #F5F6F6;
    border-radius: 0 0 10px 10px;
   
}
.tariffs .items .item .bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tariffs .items .item .bottom ul li {
    position: relative;
    padding-left: 19px;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 8px;
    letter-spacing: 0.61px;
}
.tariffs .items .item .bottom ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #00b8ff;
    left: 0;
    top: 6px;
}
.tariffs .bottom_white{
    min-height: 214px;
    min-height: 238px;
    background: #fff;
    padding: 27px 25px 27px 25px;
}
.tariffs .bottom_grey{
    padding: 25px 25px 34px 25px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    min-height: 148px;
}
.tariffs .bottom_text{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.61px;
    color: #000000;
    text-align: center;
	margin-bottom: auto;

}
.tariffs .bottom_text span{
    text-decoration: line-through;
}
.tariffs .bottom_grey .btn {
    width: 158px;
    width: 100%;
    height: 36px;
    background: #00a0f2;
    box-shadow: 0px 1.57018px 18.8421px rgb(255 255 255 / 9%);
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.478904px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 11px;
}
@media (max-width: 1440px){
    .tariffs .bottom_white{
        min-height: 238px;
         min-height: 324px;
    }
    .tariffs .bottom_grey{
        min-height: 166px;
    }
    .tariffs .items .item .top{
        padding: 26px 20px;
    }
    .tariffs .bottom_white{
        padding-left: 20px;
        padding-right: 20px;
    }
    .tariffs .bottom_grey{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1024px){
    .tariffs .items{
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
    .tariffs h2 span:before{
        width: 140px;
        margin-left: -70px;
    }
    .tariffs h2{
        margin-bottom: 41px;
    }
    .tariffs .items .item .top{
        padding: 34px 39px 26px 39px;
        font-size: 22px;
    }
    .tariffs .items .item .top .icon{
        margin-right: 23px;
    }
    .tariffs .bottom_white{
        padding: 25px 35px;
        padding-top: 27px;
        /*padding-bottom: 38px;*/
    }
    .tariffs .items .item .bottom ul li{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 13px;
    }
    .tariffs .bottom_grey{
        padding: 25px 35px;
        padding-bottom: 37px;
    }
    .tariffs .bottom_grey .btn{
        height: 40px;
    }
    .tariffs .items .item{
       box-shadow: 0px 5.52747px 23.2154px rgba(0, 0, 0, 0.06);
     
    }
    .potok_block_14 .blue_form .wpcf7 .form_block label{
        width: 190px;
        flex: none;
    }
    
}
@media (max-width: 480px){
    .tariffs .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .tariffs h2 span:before{
        width: 107px;
        margin-left: -53px;
    }
    .tariffs .items{
        grid-template-columns: 1fr;
    }
    .tariffs h2{
        margin-bottom: 34px;
    }
    .tariffs .bottom_white{
        min-height: 206px;
    }
    .tariffs .bottom_grey{
        min-height: 142px;
    }
    .tariffs .items .item{
        box-shadow: 0px 4.82747px 20.2754px rgba(0, 0, 0, 0.06);
     
    }
}





.potok_block_14 .blue_form .wpcf7 .form_block.form_block_new label{
    width: auto;
}
.potok_block_14 .blue_form .wpcf7 .form_rass.form_rass_new{
    padding-left: 114px;
    width: auto;
}
.potok_block_14 .blue_form .wpcf7 .form_buttons.form_buttons_new{
    padding-left: 114px;
}
.potok_block_14 .for_contacts.for_contacts_new h2{
    margin-bottom: 30px;
}
.potok_block_14 .for_contacts.for_contacts_new p{
    margin-bottom: 30px;
}
.potok_block_14.new_sever_form .blue_form .wpcf7{
    padding-left: 127px;
    padding-top: 49px;
    padding-bottom: 58px;
    width: 50%;
}
.potok_block_14.new_sever_form .new_sever_form_img{
    width: 37%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1024px){
    .potok_block_14.new_sever_form .blue_form .wpcf7{
        padding: 68px 32px;
        padding-right: 41px;
    }
}
@media (max-width: 992px){
    .potok_block_14.new_sever_form .new_sever_form_img{
        width: 370px;
    }
    .potok_block_14.new_sever_form .blue_form .wpcf7{
        flex: 1;
        width: auto;
        padding: 42px 83px 56px 32px;
    }
    .potok_block_14 .for_contacts.for_contacts_new h2{
        margin-bottom: 20px;
    }
    .potok_block_14 .for_contacts.for_contacts_new p{
           max-width: 221px;
            margin-left: 0;
    }
    .potok_block_14.new_sever_form .blue_form .wpcf7 .form_block{
        display: block;
    }
    .potok_block_14 .blue_form .wpcf7 .form_rass.form_rass_new{
        padding-left: 0px;
    }
    .potok_block_14 .blue_form .wpcf7 .form_buttons.form_buttons_new{
        padding-left: 0px;
    }
}
@media (max-width: 480px){
    .potok_block_14.new_sever_form .new_sever_form_img{
        display: none;
    }
    .potok_block_14.new_sever_form .blue_form .wpcf7{
        padding: 37px 15px;
        padding-bottom: 47px;
    }
}

.poll-shop{
    text-align: left;
    padding-top: 90px;
    margin-bottom: 113px;
}
.poll-shop p{
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    position: relative;
    margin-bottom: 16px;
    display: inline-block;
    color: #0B1218;
}
.poll-shop p:before {
    content: '';
    display: block;
    width: 50px;
    height: 46px;
    background: url(../img/svg/crown_violet.svg) top left no-repeat;
    position: absolute;
    left: -39px;
    top: -47px;
    z-index: 5;
    background-size: contain;
}
.poll-shop h2{
    max-width: 600px;
    margin-bottom: 50px;
}
.poll-shop .imgs {
    margin-top: 0;
    position: absolute;
    right: 40px;
    top: 147px;
}
.poll-shop .items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
}
.poll-shop .item{
    padding: 20px 19px 80px 14px;
    background: #FFFFFF;
    box-shadow: 0px 2px 24px rgba(11, 18, 24, 0.08);
    border-radius: 5px;
    min-height: 234px;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.poll-shop .name_img{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.345455px;
    color: #0B1218;
    margin-bottom: 8px;

}
.poll-shop .name_img img{
    max-width: 28px;
    margin-left: 20px;
}
.poll-shop .item .text{
   /* font-weight: 500;*/
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.345455px;
    color: #8F9295;
}
.poll-shop .item acronym{
    position: absolute;
    left: 16px;
    display: flex;
    gap: 19px;
    bottom: 24px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 0;
}
.poll-shop .item:hover{
    box-shadow: 0px 2.35827px 28.2993px rgba(11, 18, 24, 0.08);
    -webkit-transform: scale(1.17);
    -o-transform: scale(1.17);
    transform: scale(1.17);
    z-index: 2;
}
.poll-shop .item:hover acronym{
    opacity: 1;
}
.poll-shop .button_grey{
    font-weight: 500;
    font-size: 12.3726px;
    line-height: 15px;
    letter-spacing: 0.493775px;
    color: #212121;
    background: #F1F1F1;
    box-shadow: 0px 1.61894px 19.4272px rgba(255, 255, 255, 0.09);
    border-radius: 4.12422px;
    padding: 10.3105px 14.4348px;
        -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.poll-shop .button_blue{
    background: #00A0F2;
    box-shadow: 0px 1.61894px 19.4272px rgba(255, 255, 255, 0.09);
    border-radius: 4.12422px;
    font-weight: 500;
    font-size: 12.3726px;
    line-height: 15px;
    color: #FFFFFF;
    letter-spacing: 0.493775px;
    padding: 10.3105px 14.4348px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.poll-shop .button_blue:hover{
    background: #6AD9FF;
}
.blue-button-block{
    text-align: center;
}
.blue-button-block .button{
    display: inline-block;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 18px;
    font-weight: 500;
    padding-bottom: 18px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 18px;

    color: #FFFFFF;
    background: #00A0F2;
    border-radius: 5px;
}
@media (max-width: 1024px){
    .poll-shop p{
        font-size: 16px;
        line-height: 25px;
    }
    .poll-shop h2{
        max-width: 458px;
    }
    .poll-shop .item{
        padding: 12px;
        padding-bottom: 57px;
        min-height: 217px;
    }
    .poll-shop .name_img{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .poll-shop .item .text{
        font-size: 12px;
        line-height: 18px;
    }
    .poll-shop .item acronym{
        opacity: 1;
        gap: 15px;
    }
    .poll-shop .button_grey{
        font-size: 9.55615px;
        line-height: 12px;
        padding: 7.96346px 11.1488px;
        box-shadow: 0px 1.2504px 15.0048px rgba(255, 255, 255, 0.09);
        border-radius: 3.18538px;

    }
    .poll-shop .button_blue{
        font-size: 9.55615px;
        line-height: 12px;
        padding: 7.96346px 11.1488px;
        box-shadow: 0px 1.2504px 15.0048px rgba(255, 255, 255, 0.09);
        border-radius: 3.18538px;
    }
    .poll-shop p:before{
        width: 33.84px;
        height: 31.17px;
        transform: rotate(13.08deg);
        left: -7px;
        background-size: contain;
        top: -41px;
    }
    
}
@media (max-width: 992px){
    .blue-button-block .button{
            border-radius: 5px;
            padding-top: 8px;
            padding-bottom: 9px;
            padding-left: 14px;
            padding-right: 14px;
            font-size: 14px;
            line-height: 19px;
    }
}
@media (max-width: 480px){
    .poll-shop .items{
        grid-template-columns: 1fr;
        grid-gap: 13px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .poll-shop .imgs{
        display: none;
    }
    .poll-shop h2{
        margin-bottom: 30px;
    }
    .poll-shop .item .text{
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.283966px;
    }
    .poll-shop .button_grey{
        font-size: 10.5225px;
        line-height: 13px;
        padding: 8.76876px 12.2763px;
    }
    .poll-shop .button_blue{
        font-size: 10.5225px;
        line-height: 13px;
        padding: 8.76876px 12.2763px;
    }
    
}
.faq{
    text-align: left;
}
.faq h2{
    margin-bottom: 43px;
}
.faq-items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 173px;
    grid-column-gap: 92px;
    grid-row-gap: 27px;
}
.faq-item{
    border-top: 1px solid #00A0F2;
    /*padding-top: 19px;
    padding-bottom: 27px;*/
}
.faq-item__question{
    padding-right: 62px;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.345455px;
    color: #0B1218;
    min-height: 48px;
    cursor: pointer;
    padding-top: 19px;
    /*padding-bottom: 24px;*/
}
.faq-item__question:before{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #00A0F2;
    position: absolute;
    top: 19px;
    right: 0;
}
.faq-item__question:after{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/faq_plus.svg) top left no-repeat;
    transition: all 0.3s;
    position: absolute;
    top: 27px;
    right: 8px;

}
.faq-item__answer{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.345455px;
    color: #0B1218;
    margin-top: 24px;
    max-height: 0px;
    overflow: hidden;
        -webkit-transition: all ease-in-out .3s,opacity ease-in-out .3s;
    -o-transition: all ease-in-out .3s,opacity ease-in-out .3s;
    transition: all ease-in-out .3s,opacity ease-in-out .3s;
}
.faq-item__answer p{
    padding-bottom: 24px;
}
.faq-item.open .faq-item__answer{
    max-height: 100vh;
    
}
.faq-item.open .faq-item__question:after{
    transform: rotate(-45deg);
}
@media (max-width: 1024px){
    .faq h2{
        margin-bottom: 39px;
    }
    .faq-items{
        grid-column-gap: 92px;
    }
}
@media (max-width: 480px){
    .faq h2{
        margin-bottom: 32px;
    }
    .faq-items{
        grid-template-columns: 1fr;
    }
    .faq-item__question{
        font-size: 16px;
        line-height: 22px;
        padding-right: 53px;
        min-height: auto;
    }
    .faq-item__answer{
        font-size: 14px;
        line-height: 22px;
    }
}
.tariff_block{
    /*padding-top: 63px;
    padding-bottom: 114px;*/
        padding-top: 112px;
    padding-bottom: 112px;
    padding-bottom: 123px;
    background: linear-gradient(107.83deg, #00B8FF 0%, #00A0F2 100%);
    color: #ffffff;
    text-align: left;
    position: relative;
        overflow: hidden;

}
.tariff_block:before{
    content: '';
    display: block;
    width: 171px;
    height: 171px;
    background: url(../img/tariff/white-circle1.svg) center center no-repeat;
    position: absolute;
    top: 340px;
    left: -49px;
}
.tariff_block:after{
    content: '';
    display: block;
    width: 236px;
    height: 236px;
    background: url(../img/tariff/white-circle2.svg) center center no-repeat;
    position: absolute;
    top: 400px;
    right: -52px;
}
.tariff_block h2{
    margin-bottom: 49px;
}
.tariff_block__flex{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 72px;
    align-items: center;
}
.tariff_block__price{
   background: #FFFFFF;
    border: 3px solid #FFFFFF;
    border-radius: 20px;
    font-size: 36px;
    line-height: 36px;
    padding: 26px 33px;
    font-weight: 600;
    letter-spacing: 0.78px;
    color: #00A0F2;
    position: relative;
}
.tariff_block__price:after{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/tariff/white-star.svg) top left no-repeat;
    position: absolute;
    top: -45px;
    right: -30px;
}
.tariff_block__desc{
    letter-spacing: 0.78px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.tariff_block__text ul{
    display: grid;
    grid-template-columns: minmax(auto, 244px) minmax(auto, 372px) minmax(auto, 244px);
    grid-row-gap: 29px;
   /* grid-column-gap: 84px;*/
    grid-column-gap: 8.5%;
    grid-column-gap: 5.5%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tariff_block__text ul li{
    padding-left: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.61px;
    background: url(../img/tariff/li_1.svg) 0px 4px no-repeat;
}
.tariff_block_button{
    margin-top: 90px;

}
.tariff_block_button .white_button{
    width: 271px;
    height: 54px;
    background: #FFFFFF;
    box-shadow: 0px 2.14779px 25.7735px rgba(255, 255, 255, 0.09);
    border-radius: 5.47146px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.655076px;
    color: #000000;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;

}
.tariff_block_button .white_button:before{
    content: url(../img/tariff/text1.svg);
    position: absolute;
    left: -244px;
    top: -49px;

}
@media (max-width: 1024px){
    .tariff_block{
        padding-top: 35px;
        padding-bottom: 72px;
    }
    .tariff_block:before{
        display: none;
    }
    .tariff_block h2{
        margin-bottom: 40px;
    }
    .tariff_block__price{
        font-size: 30px;
        line-height: 30px;
        padding: 22px 36px;
    }
    .tariff_block__flex{
        gap: 42px;
        margin-bottom: 45px;
    }
    .tariff_block__desc{
        font-size: 16px;
        line-height: 24px;
    }
    .tariff_block__text ul{
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 24px;
        grid-column-gap: 24px;
    }
    .tariff_block:after{
        width: 160px;
        height: 160px;
        border-radius: 50%;
        /*background-size: contain;*/
        top: 314px;
        right: -27px;
    }
    .tariff_block_button{
        margin-top: 90px;
    }
    .tariff_block_button .white_button:before{
        content: url(../img/tariff/text2.svg);
        position: absolute;
        left: -190px;
        top: -49px;
    }
    .tariff_block__text ul li{
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.287791px;
        background-size: 13px;
        padding-left: 30px;
        max-width: 92%;
    }
}
@media (max-width: 767px){
    .tariff_block{
        padding-top: 40px;
        padding-bottom: 59px;
    }
    .tariff_block__text ul{
        grid-template-columns: 1fr;
        grid-row-gap: 14px;
    }
    .tariff_block:after{
        display: none;
    }
    .tariff_block h2{
        margin-bottom: 23px;
    }
    .tariff_block__price{
        font-size: 24px;
        line-height: 24px;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .tariff_block__price:after{
        right: 0px;
    }
    .tariff_block__flex{
        justify-content: center;
        gap: 16px;
        margin-bottom: 30px;
    }
    .tariff_block__text ul li{
        font-size: 14px;
        line-height: 20px;
    }
    .tariff_block_button .white_button:before{
        content: url(../img/tariff/text3.svg);
        left: auto;
        right: 0px;
        top: -85px;
    }
}

.menu_new ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
}
.menu_new ul li{
    position: relative;
    z-index: 4;
}
.menu_new ul li a{
    text-decoration: none;
    color: #63676b;
    height: 46px;
    display: block;
    line-height: 44px;
    border-bottom: 2px solid #f5f6f6;
    padding-left: 35px;
    padding-right: 35px;
    white-space: nowrap;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.menu_new ul li a:hover{
    color: #00A0F2;
}
.menu_new ul li a.login-link{
    display: flex;
    padding-right: 0px;
    align-items: center;
}
.menu_new ul li a.login-link svg{
    margin-right: 12px;
}
.menu_new ul li a.login-link:hover svg path{
    fill: #00A0F2;
}
    
.menu_new ul li .sub-menu{
    display: none;
    position: absolute;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 25px 30px;
}
.menu_new ul li .sub-menu.sub-menu_products{
    padding: 0;
}
.menu_new ul li .sub-menu.sub-menu_grid{
     display: none;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px;
    left: -10px;
}
.menu_new ul li:hover .sub-menu{
    display: block;
}
.menu_new ul li:hover .sub-menu.sub-menu_grid{
    display: grid;
}
.menu_new ul li .sub-menu ul{
    display: block;
}
.menu_new ul li .sub-menu ul li{
    margin-bottom: 19px;
}
.menu_new ul li .sub-menu ul li:last-child{
    margin-bottom: 0px;
}
.menu_new ul li .sub-menu a{
    border-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    height: auto;
}
.menu_new ul li .sub-menu.sub-menu_products a.hcm-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 29px;
    padding-right: 70px;
    background: #00B8FF;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.656032px;
    color: #FFFFFF;
    position: relative;

}
.menu_new ul li .sub-menu.sub-menu_products a.hcm-link:after{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/menu-angle-right.svg) center center no-repeat;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: absolute;
    top: 12px;
    right: 45px;
}
.menu_new ul li .sub-menu.sub-menu_products a.hcm-link:hover:after{
    right: 31px;
    

}


.menu_new ul li .sub-menu.sub-menu_products a.hcm-link.hcm-link_test{
    display: inline-flex;
    margin-left: 27px;
    background: linear-gradient(270.91deg, #00B8FF -21.4%, #3CC9FF 107.43%);
    box-shadow: 0px 2px 8px rgba(0, 184, 255, 0.3);
    border-radius: 23px;
    padding-right: 59px;
    padding-left: 42px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 17px;
}
.menu_new ul li .sub-menu.sub-menu_products a.hcm-link.hcm-link_test:before{
    content: '';
    width: 23px;
    height: 23px;
    background: url(../img/astronomy.svg) top left no-repeat;
    position: absolute;
    left: 14px;
    top: 6px;
}
.menu_new ul li .sub-menu.sub-menu_products a.hcm-link.hcm-link_test:after{
    right: 21px;
    top: 5px;

}
.menu_new ul li .sub-menu.sub-menu_products a.hcm-link.hcm-link_test:hover:after{
    right: 13px;
    

}
.menu_new ul li .sub-menu_inner{
    display: grid;
     grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px;
    padding: 20px 29px;

}

.menu_new ul li .sub-hcm_for .sub-menu_inner{
    padding: 20px 0 20px 34px;
}
.menu_new ul li .sub-menu_inner ul li span{
    display: block;
    white-space: nowrap;
    color: #0B1218;
}
.mobile_menu_new{
    position: fixed;
    display: none;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align: left;
    top: 0px;
    left: 0px;
    background: #F5F6F6;
    z-index: 9999;
    max-height: 100vh;
    overflow-y: scroll;
}
.mobile_menu_new.open_menu{
    display: block;
}
.mobile_menu_new .top{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 18px;
    padding-bottom: 18px;
    /*border-bottom: 1px solid #EBECED;*/
}
.mobile_menu_new .top .close_menu {
    width: 14px;
    height: 14px;
    border: none;
    background: url(../img/new_close.svg) center center no-repeat;
}
.mobile_menu_new .bottom ul{
    padding: 0;
    list-style: none;
    margin: 0;

}
.mobile_menu_new .bottom ul li .mobile_menu_link{
    padding: 12px 16px;
    display: flex;
    letter-spacing: 0.61px;
    text-transform: uppercase;
    color: #63676B;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border-top: 1px solid #EBECED;
    align-items: center;
    height: 49px;
}
.mobile_menu_new .bottom ul li .svg_arrow{
    position: absolute;
    right: 26px;
    top: 12px;
    width: 18px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile_menu_new .bottom ul li .mobile_menu_link .user-svg{
    margin-right: 12px;
}
.mobile_menu_new .bottom ul li a .svg_arrow svg{
    margin-right: 0px;
}
.mobile_menu_new .bottom ul li a{
    position: relative;
}
.mobile_menu_new .bottom ul li a.hcm-link{
    background: #00B8FF;
    border-bottom: 1px solid #EBECED;
    padding: 15px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.61px;
    color: #FFFFFF;
    display: block;
}
.mobile_menu_new .bottom ul li a.hcm-link.hcm-link_test{
    display: flex;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 13px;
}
.mobile_menu_new .bottom ul li a.hcm-link.hcm-link_test .user-svg{
    margin-right: 10px;
}
.mobile_menu_new .bottom ul li a.hcm-link .svg_arrow{
    transform: rotate(-90deg);
}
.mobile_menu_new .bottom ul li .sub-menu{
    background: #ffffff;
    display: none;
}
.mobile_menu_new .bottom ul li .sub-menu ul{
   /* display: none;*/
}
.mobile_menu_new .bottom ul li .sub-menu .sub-menu_inner ul{
    display: none;
}
.mobile_menu_new .bottom ul li .sub-menu .sub-menu_inner .mobile_menu_link.active ~ ul{
    display: block;
}
.mobile_menu_new .bottom ul li .sub-menu li{
    border-top: 1px solid #F5F6F6;
    position: relative;
}
@media (max-width: 767px){
    .mobile_menu_new .bottom ul li .sub-menu li{
        border: none;
    }
}
.mobile_menu_new .bottom ul li .sub-menu li .sub-menu_caption{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.61px;
    color: #0B1218;
    display: block;
    padding: 15px 16px;
    background: #F5F6F6;
}
.mobile_menu_new .bottom ul li .sub-menu li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.61px;
    color: #63676B;
    padding: 15px 52px;
    display: block;
}
.mobile_menu_new .bottom ul li.open .sub-menu{
    display: block;
}
.mobile_menu_new .bottom ul li .mobile_menu_link.active, .mobile_menu_new .bottom ul li .sub-menu_inner .mobile_menu_link.active{
    color: #00A0F2;
}
.mobile_menu_new .bottom ul li .mobile_menu_link.active .svg_arrow svg{
    transform: rotate(-180deg);
}
.mobile_menu_new .bottom ul li .mobile_menu_link.active svg path{
    fill: #00A0F2;
}
.mobile_menu_new .bottom ul li .sub-menu_inner .mobile_menu_link{
    color: #0B1218;
    text-transform: none;
    background: #F5F6F6;
        position: relative;
}
@media (max-width: 1024px){
    .menu_new {
        display: none;
    }
}
.iti__flag {background-image: url("/wp-content/themes/orenpro/blog/libs/intl-tel-input/img/flags.png");}
.potok_block_14 .blue_form .wpcf7 .form_block .iti--allow-dropdown input[type="tel"]{
    padding-left: 52px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("/wp-content/themes/orenpro/blog/libs/intl-tel-input/img/flags@2x.png");}
}
.popup_container_form.potok_result_popup{
    padding: 45px 32px;
    text-align: center;
    max-width: 515px;
}
.potok_success_caption{
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.49px;
    color: #FFFFFF;

}
.popup_container_form.potok_result_popup .mfp-close{
    color: #FFFFFF;
}
.potok_success_img{
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
}
.potok_success_img img{
    margin-left: auto;
    margin-right: auto;
}
.potok_success_text{
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.49px;
    color: #FFFFFF;
}
@media (max-width: 640px){
    .popup_container_form.potok_result_popup{
        max-width: 290px;
        padding: 45px 26px 54px 26px;
    }
    .potok_success_text, .potok_success_caption{
        font-size: 15.1525px;
        line-height: 24px;
    }
}