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

    .section-about::before,
    .section-bg-rectangle::after {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease
    }

    .how-we-working::before,
    .service::after {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease
    }

    .section-header-1 {
        font-size: 38px
    }
}

/*1440*/


/* 1490 */

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

    html,
    .header-content__advantages ul li,
    .header__phone>div a,
    .header__nav nav ul li a,
    .product__desc,
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    textarea {
        font-size: 14px;
    }

    .text-page {
        padding-top: 66px;
    }

    .header {
        height: 65px;
    }

    .header__logo img {
        max-width: 180px;
    }

    .header-content__h1 {
        padding-top: 80px;
    }

    .product__title {
        font-size: 20px;
        line-height: 130%;
    }

    .separate-line span {
        height: 50px;
    }

    section.service .service-item::before,
    section.service .service-item .service-item__image::before {
        display: none !important;
    }

    .footer__link {
        padding-bottom: 60px;
    }

    footer {
        padding: 60px 0 0 0;
    }

    .flex-menu>ul {
        margin-top: 2px;
    }

}

/*1366*/

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

    .header-content__h1 svg {
        max-width: 300px;
    }

    .section-about::before {
        -webkit-transform: translateX(-80%);
        transform: translateX(-80%);
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease
    }

    .company-digits__total {
        font-size: 50px;
    }

    .company-in-digits .colum .company-digits {
        max-width: 210px;
    }

    header {
        min-height: 620px;
    }

    .section-about {
        padding: 55px 0 45px 0;
    }

    section.company-in-digits {
        padding-bottom: 80px;
        padding-top: 8px;
    }

    section.download-price {
        background: #04A9E8;
        padding: 62px 0 90px 0;
        color: #fff;
    }

    .footer a {
        background: #090C15;
        padding: 50px 0 0 0;
    }

}

/*1280*/

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

    .how-we-working {
        background-position: -200px top;
    }

    section.service .colum {
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }

    .how-we-working::before {
        -webkit-transform: translateX(80%);
        transform: translateX(80%);
    }

    .header__email {
        display: none;
    }

    .company-in-digits .colum {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        border: none;
        margin-bottom: 30px
    }

    .company-in-digits .colum:last-child {
        border: none
    }

    .service-item__title.section-header-1 {
        font-size: 32px;
        line-height: 120%
    }
}

/* 1160 */

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

    html,
    .header-content__advantages ul li,
    .header__phone>div a,
    .header__nav nav ul li a,
    .product__desc,
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    textarea {
        font-size: 13px;
    }

   

    .footer a {
        background: #090C15;
        padding: 10px 0 0 0;
    }
}

/* 1024 */

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

    .header__phone {
        margin-right: 40px !important;
    }

    header::before {
        background-position-x: 100px;
        background-position-y: bottom;
    }

    .service-item {
     
    }

    .header__nav nav>ul>li {
        display: block !important;
    }

    .header__nav nav>ul>li.flex-menu {
        display: none !important;
    }

    .section-about::before,
    .section-bg-rectangle::after {
        display: none;
    }

    .how-we-working::before,
    .service::after {
        display: none;
    }

    /* =================================	 */
    .m-menu {
        display: block;
        position: absolute;
        right: 40px;
        z-index: 111;
        cursor: pointer;
    }


    .header__nav {
        position: fixed;
        right: 0;
        background: #eee;
        top: 0;
        bottom: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 30px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
        opacity: 0;
        min-width: 220px;
        z-index: 100;
        padding-top: 130px;
    }

    .header-button {
        /*! position: absolute; */
        /*! bottom: 0; */
        /* left: 0; */
        /*! right: 0; */
        -ms-flex-pack: distribute;
        -webkit-box-pack: center;
        justify-content: center;
        /*! background: #f5f5f5; */
        padding: 14px 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__nav.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -webkit-box-shadow: 2px 0 10px 0 #8f8f8f96;
        box-shadow: 2px 0 10px 0 #8f8f8f96;
        background: #FFF;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: center;
        z-index: 40;
        margin: 0;
        overflow-x: auto;
    }

    .header__nav nav ul,
    .header__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__nav nav li {
        text-align: left;
        width: 100%;
        margin-right: 0 !important;
    }

    .header__nav li a {
        display: block;
        margin-right: 0px;
        font-size: 16px;
        height: 45px;
    }

    .m-menu span {
        font-size: 32px;
        color: #114471;
        width: 40px;
        height: 40px;
        display: inline-block;
        /* background: #ccc; */
    }

    .m-menu svg {
        width: 70px;
        height: 40px;
        cursor: pointer;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        margin-top: 10px;
    }

    .header__nav.open .header-phone__button {
        text-align: center
    }

    .header__nav.open .header-phone__number {
        text-align: center;
        line-height: 100%;
        height: auto;
    }

    .header__nav.open li a {
        color: #000;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.6px;
        line-height: 140%;
        margin-bottom: 20px;
    }

    .mobile__footer a {
        margin-bottom: 0 !important;
    }

    .header__nav.open nav {
        margin: 0;
        width: 100%;
    }

    .header__nav.open li a br {
        display: none;
    }

    .header__nav>nav ul {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;
        text-align: left;

    }



    .header__nav>nav ul li,
    .header__nav>nav ul li a {
        width: 100%;
        font-size: 22px;
        height: auto;
        line-height: 46px;
        display: block;
    }

    .m-menu {
        display: block;
        position: absolute;
        right: 11px;
        z-index: 50;
        cursor: pointer;
        top: 10px;
    }

    .m-menu.open {
        position: fixed;
    }

    .m-menu span {
        font-size: 32px;
        color: #305cdc;
        width: 40px;
        height: 40px;
        display: inline-block;
        /*! background: #ccc; */
        overflow: hidden;
    }


    .m-menu svg {
        width: 32px;
        height: 34px;
        cursor: pointer;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        margin-top: 7px;
    }

    .m-menu path {
        fill: none;
        -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
        transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
        stroke-width: 25px;
        stroke-linecap: round;
        stroke: #305cdc;
        stroke-dashoffset: 0;
    }

   
    .m-menu path {
        stroke: #E68B25;
    }
    .m-menu.open path {
        stroke: #000;
    }

    .header__nav.open ul li a:hover {
        color: #000;
    }

    .header-home .m-menu path {
        stroke: #fff;
    }

    .header-home .m-menu.open path {
        stroke: #000;
    }


    .m-menu path#top,
    .m-menu path#bottom {
        stroke-dasharray: 240px 950px;
    }

    .m-menu path#middle {
        stroke-dasharray: 240px 240px;
    }

    .open path#top,
    .open path#bottom {
        stroke-dashoffset: -650px;
        stroke-dashoffset: -650px;
    }

    .open path#middle {
        stroke-dashoffset: -115px;
        stroke-dasharray: 1px 220px;
    }

    .header__callback,
    .header__phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: 0;

    }

    .header__b2b {
        margin-right: 50px
    }

    .header__nav nav > ul > li {
        margin-right: 0px;
        text-align: left;
    }


    /* ================================	 */

}

/* mobile menu */

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

    .header__number a {
        font-size: 16px !important;
    }

    .service .box-colum-2>.colum {
        -ms-flex-preferred-size: calc(50% - 25px) !important;
        flex-basis: calc(50% - 25px) !important;
        max-width: calc(50% - 25px) !important;
    }

    .service .box-colum-2 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    section.service .box-colum-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .section-products .colum {
        -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
        max-width: calc(50% - 5px);
        margin-bottom: 0
    }


    .mobile__footer li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mobile__footer li a .ic {
        margin-right: 15px;
        margin-top: 2px
    }
}

/* 940 */

@media screen and (max-width: 850px) {
    .about-box__title {
        font-size: 24px;
        line-height: 130%
    }

    .section-about .separate-line::before {
        display: none;
    }

}

/* 850px	 */

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

    .service-item .container .service-item__main,
    .service-item:nth-child(2n) .container .service-item__main {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    

    .first-block__content {
       position: static;
    }

    
    .about-box {
        flex-direction: column;
    }
    .about-box > div {
        width: 100%;
    }
    .about-box__right {
        padding-top: 40px;
    }

    .how-we-working {
        background-position: -300px top;
    }

    .header__b2b a::before {
        content: '';
        background-image: url(../img/icons/svg/ic_user.svg);
        width: 15px;
        height: 15px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
    }

    div.header__b2b a {
        font-size: 0;
        padding: 5px;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .service .service-item__title {
        font-size: 25px;
        padding: 15px 0
    }

    .separate-line span {
        height: 60px;
    }

    .section-about .separate-line {
        padding: 5px 0;
    }

    .section-about {
        padding: 45px 0 30px 0;
    }

}

/* 760 */

@media screen and (max-width: 620px) {
   
    .header-content__advantages ul {
        max-width: 100%;
        margin: 0 auto;
        display: table;
    }

    .header-content__advantages ul li {
        font-size: 16px;
    }

    .order-in-step__item>.order-in-step__number {
        max-width: 90px;
    }

    .circle-digit {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }

    .order-in-step__title {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 120%;
    }

    .order-in-step__desc {
        font-size: 13px;
    }

    .service .box-colum-2>.colum {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .service .box-colum-2 {

        flex-direction: column !important;
    }

    .circle-digit::before {
        top: -14px;
    }

    .polygon-left .circle-digit::before {
        left: -10px;
    }

    .polygon-right .circle-digit::before {
        right: -10px;
    }

}

/* 620px	 */


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

    body {
        background-size: 300% auto;
    }

    .header {
        padding: 0 20px;
    }

    .service-item:nth-child(even) .container .service-item__image .bgimage {
        border-radius: 50%  50% 14% 50%;
    }

    .service-item__image .bgimage {
        border-radius: 50% 50% 50% 14%;
    }

    .service-item__image {
        max-width: 200px;
    }

    .container {
        border-left: 0;
        border-right: 0;
    }

    .first-block__bg .bgimage {
        background-position: center !important;
        width: 100%;
    }


.footer__btn {
  flex-direction: column;
	padding-bottom: 10px
 
}
.footer__btn a { 
  padding-bottom: 10px;
	  padding-top: 0;
}



    .header__logo img {
        max-width: 160px;
    }

    .header-content__h1 {
        padding-top: 0;
    }



    .company-in-digits .colum {
        margin-bottom: 00px;
    }

    .header__phone .header__number a {
        text-indent: -9999px;
        font-size: 0;
        padding: 0;
        width: 35px;
        height: 35px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        position: relative;
        font-size: 0 !important;
    }

    .header__callback,
    .header__phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
    }


    .header__phone>div a .ic {
        margin-right: 0 !important;
        position: absolute;
    }

    .service .colum_left>.service-item:first-child {
        margin-top: 0;
    }


    .company-in-digits .colum>.company-digits {
        margin-left: 0
    }

    .company-in-digits .colum:nth-child(2n)>.company-digits {
        margin-right: 0;
        margin-left: auto;
        text-align: right
    }

    .company-in-digits .colum:nth-child(2n)>.company-digits .company-digits__desc,
    .company-in-digits .colum:nth-child(2n)>.company-digits .company-digits__total {
        text-align: right
    }

    .company-in-digits .colum .company-digits {
        max-width: 250px;
    }

    .about-box__title {
        font-size: 20px;
        line-height: 130%
    }

    .section-products .colum {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 0
    }

    .section-products .colum:nth-child(2) {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .form__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-content__h1 span {
        font-size: 18px;
        margin: 20px 0;
        text-align: center;
    }


    .header-content__h1 {
        font-size: 38px;
        line-height: 120%;
    }

    .page-not-found__404 {
        font-size: 140px;
    }

    .page-not-found__text {
        font-size: 23px;
    }


    
}

/*580px*/


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

    header::before {
        background-position-x: -60px;
        background-position-y: bottom;
    }

    .btn-white {
        height: 45px;
        font-size: 14px;
    }

    .header-content__h1 svg {
        max-width: 220px;
    }

    .section-bg-rectangle {
        padding-bottom: 70px;
    }

    .separate-line span {
        height: 40px;
    }

    section.download-price {
        background: #04A9E8;
        padding: 45px 0 65px 0;
        color: #fff;
    }

    .header-content__h1 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 90px
    }

    header {
        background-size: 100%;
    }

    html .container {
        padding: 0 20px;
    }

    .section-bg-rectangle .container {
        padding: 0 10px
    }

    .form__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-content__h1 {
        font-size: 30px;
        line-height: 120%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 38px;
    }

    .order-in-step__title {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 120%;
    }

    .order-in-step__desc {
        font-size: 12px;
    }

    .order-in-step__item>.order-in-step__number {
        max-width: 70px;
    }

    .footer__link ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__link ul li {
        margin: 0 0 10px 0;
    }

    header {
        min-height: 520px;
    }
}

/*480px*/

@media screen and (max-width: 359px) {
    .header-content__h1 {
        font-size: 26px;
        line-height: 120%;
    }

    .header-content__h1 span {
        font-size: 13px;
    }

    .company-in-digits .colum>.company-digits {
        margin-left: auto
    }

    .company-in-digits .colum:nth-child(2n)>.company-digits {
        margin-right: auto;
        text-align: left
    }

    .company-in-digits .colum:nth-child(2n)>.company-digits .company-digits__desc,
    .company-in-digits .colum:nth-child(2n)>.company-digits .company-digits__total {
        text-align: left
    }

    .header__logo img {
        min-width: 100px;
        max-width: 267px;
    }

}

/*360px*/



.first-block__bg .bgimage {
	padding-top: 62%;
	display: block;
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	/* margin-right: -80px; */
}



@media screen and (max-height: 850px) {
    .header-content__images img {
        width: 400px;
    }
}