/*MOBILE*/

@media (max-width:900px) {

    html,
    body {
        position: relative;
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        font-size: 15px;
    }

    section {
        position: relative;
        padding: 25px 0;
    }

    h1 {
        font-size: 24px;
        text-align: center;
    }

    .but a,
    .but button {
        background: var(--prime);
        color: var(--black);
        padding: 17px 20px;
        border-radius: 0;
        color: white;
        font-size: 16px;
        border: 1px solid transparent;
        transition: 0.5s;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .container {
        padding: 0 20px;
    }

    .fl {
        flex-wrap: wrap;
    }

    .search:before {
        display: none;
    }

    .desc,
    .pad {
        display: none
    }

    .mob {
        display: block
    }

    header .soc {
        display: flex;
        align-items: center;

    }

    header .soc a + a {
        margin-left: 10px
    }

    header {
        padding: 8px 0;
    }

    header .burg {
        margin-left: 0;
        margin-right: 21px;
        position: relative;
        z-index: 9;
    }

    header .search {
        margin-right: 20px;
    }

    header .cart sup {
        background: #CF2722;
        color: white;
        border-radius: 10px;
        padding: 2px 4px;
        margin-left: -15px
    }

    .logo-container {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
    }

    header .logo {
        position: relative;
        display: inline-block;
        z-index: 3;
        padding: 2px 8px 2px 0;
        max-width: 178px;
    }

    header .logo::before {
        content: '';
        position: absolute;
        top: -50%;
        bottom: -50%;
        left: -100vw;
        right: -50px;
        z-index: -1;
        background-color: var(--prime);
        clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
        z-index: -1;
    }

    .burger-menu .close-menu img {
        width: 36px;
    }

    .burger-menu .cont-item {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

    .burger-menu .cont-item img {
        margin-right: 10px
    }

    .burger-menu .cont-item span {
        font-weight: 500;
        display: block;
        margin-bottom: 0;
    }

    .burger-menu .close-menu {
        position: absolute;
        right: 20px;
        top: 17px;
    }



    .burger-menu {
        width: 100%;
        padding: 40px 25px;
        max-width: 100%;
        background: white;
        position: fixed;
        z-index: 999;
        text-align: left;
        top: 66px;
        border-radius: 0;
        /* transform: none; */
        /* transition: 0.5s; */
        overflow-y: auto;
        height: 100%;
        display: none;
        color: black;
    }

    .burger-menu .logo {
        margin-bottom: 20px;
        max-width: 300px;

    }

    .burger-menu .gr {
        color: var(--sec);
        margin-bottom: 15px;
    }

    .burger-menu .phone-but a {
        color: var(--prime)
    }

    .burger-menu .phone-but {
        padding-left: 0
    }

    .burger-menu .phone-but a + a {
        height: 41px;
        color: white;
        margin-top: 10px;
    }

    .burger-menu .soc-but {
        margin-top: 10px;
        padding-left: 0;

    }

    .burger-menu .soc-but a {
        width: 100%;
        height: 41px;
        color: white;

    }

    .burger-menu nav {
        margin-top: 10px;

    }

    .burger-menu .but {
        margin-top: 50px
    }

    .burger-menu .cont {
        color: #ffffff;
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid silver;

    }

    .burger-menu .cont .subtitle {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 20px;

    }

    .burger-menu ul li {
        margin-bottom: 25px;
        font-size: 18px;
        text-align: left;
        font-weight: 400;
        color: black;
        position: relative;
    }

    .burger-menu ul ul li {
        margin-bottom: 5px;
    }

    .burger-menu ul ul li a {
        color: #b9b9b9
    }

    .burger-menu ul li.parent .down {
        margin-left: 5px;
        position: absolute;
        top: 6px;
        right: 0;
    }

    .burger-menu ul ul {
        display: none;
        padding: 10px 0;

    }

    .burger-menu ul ul li a {
        opacity: 1;
        font-size: 14px
    }

    .burger-menu.active {
        display: block;

    }

    .promo {
        padding: 0;
        color: white;
        position: relative;
        z-index: 99
    }

    .promo .title {
        text-transform: none;
        font-size: 28px;
        position: relative;
        z-index: 9;
        font-weight: 400;
    }

    .promo p {
        font-size: 17px;
        text-align: center;
        margin-bottom: 40px;
        position: relative;
        z-index: 9;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .promo .swiper-pagination {
        top: -80px;
    }

    .promo .item {
        padding: 90px 0 110px;
    }

    .promo .but {
        text-align: center;
        position: relative;
        z-index: 9;
    }

    .promo .item:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #000000a3;

    }

    .promo .swiper-button-prev {
        background: url(../img/prev.svg) no-repeat center;
        width: 31px;
        height: 60px;
        position: absolute;
        left: 60px;
        top: 45%;
        z-index: 999;
        display: none;
    }

    .promo .swiper-button-next {
        background: url(../img/next.svg) no-repeat center;
        width: 31px;
        height: 60px;
        position: absolute;
        right: 60px;
        top: 45%;
        z-index: 999;
        display: none;
    }


    /*SERVICES*/

    .services .title {
        max-width: 750px;
        margin: 0 auto 30px;
    }

    .services .item {
        box-shadow: 4px 4px 20px 0px rgba(12, 28, 75, 0.1);
        padding: 16px;
        text-align: center;
        height: auto;
        margin-bottom: 30px;
    }

    .services .item img {
        margin-bottom: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .services .subtitle {
        font-size: 20px;
    }

    .services p {
        font-size: 16px;
        font-family: 'Inter';
    }


    /*ABOUT*/

    .about {
        font-size: 18px;
    }

    .about .img {
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    .about .text {
        flex-basis: 100%;
        padding-left: 0px;
        text-align: center;
    }

    .about .text p {
        margin-bottom: 40px;
    }

    .about h2 {
        font-weight: 600;
        font-size: 36px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .about .item {
        flex-basis: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .about .item .numb {
        color: var(--prime);
        font-size: 48px;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .about .item p {
        font-size: 20px;
        font-weight: 500;
    }

    .about .but {}



    /*PRE*/

    .pre {}

    .pre .col-lg-4 {
        margin-bottom: 20px;
    }

    .pre .item img {
        width: auto;
        margin: 0 auto;
    }

    .pre .col-lg-8 img {
        width: 100%;
        height: 100%;
        max-height: 220px
    }

    .pre .item {
        box-shadow: 4px 4px 20px 0px rgba(12, 28, 75, 0.1);
        padding: 16px;
        text-align: center;
        height: 100%;
        margin-bottom: 0px;
    }

    .pre .item img {
        margin-bottom: 20px;
        display: block;
    }

    .pre .subtitle {
        font-size: 18px;
        font-weight: 600;
        color: var(--prime);
        margin-bottom: 8px;
    }

    .pre p {
        font-size: 16px;
        font-family: 'Inter';
    }


    /*NEWS*/

    .news {}

    .news .item {
        box-shadow: 4px 4px 20px 0px rgba(12, 28, 75, 0.1);
        margin-bottom: 20px;
    }

    .news .item img {
        width: 100%
    }

    .news .news-info {
        padding: 16px;
    }

    .news .date {
        font-size: 14px;
        font-family: 'Inter';
        margin-bottom: 10px;
    }

    .news .subtitle {
        font-family: 'Inter';
        font-weight: 700;
        color: var(--prime);
        margin-bottom: 15px;
    }

    .news .but.arr {
        text-align: center;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .news p {
        font-size: 14px;
    }


    /*FEEDBACK*/

    .feed {
        background: url(../img/form.jpg) no-repeat center/cover;
    }

    .form {
        padding: 20px;
        background: white;
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }

    .form h2 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 30px;
        text-align: center;
    }

    .form h2 span {
        color: var(--prime)
    }

    .form label {
        display: block;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .form select {
        border: 1px solid #DEE7F9;
        padding: 12px;
        width: 100%;
    }

    .form .form-group {
        padding-bottom: 25px;
    }

    .form input {
        border: 1px solid #DEE7F9;
        padding: 12px;
        width: 100%;
    }

    .form .but button {
        width: 100%;
        display: block;
    }


    /*CONTACTS*/


    .contacts {
        color: white;
    }


    .contacts:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        background: var(--prime);
        height: 330px;
        z-index: -1;
    }


    .contacts .cont-item {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .contacts .cont-item a {
        display: flex;
        align-items: center;
    }

    .contacts .cont-item img {
        margin-right: 15px
    }

    .contacts .map {
        position: relative;
        margin-top: 40px;
        height: auto;
    }

    .contacts {}


    .title {
        color: inherit;
        font-size: 36px;
        margin-bottom: 24px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
    }

    .title {
        color: inherit;
        font-size: 24px;
        margin-bottom: 24px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
    }






    /*FOOTER*/


    footer {
        background: var(--sec);
        padding: 40px 0;
        color: white;
        margin-top: 0;
    }

    footer .logo {
        margin-bottom: 35px;
    }

    footer .col1 {
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    footer .rate {
        margin-bottom: 15px;
    }

    footer .rate a {
        display: inline-block;
        background: #fff
    }

    footer .google {
        margin-bottom: 0px;
    }

    footer .but a {
        background: none;
        color: white;
        border: 1px solid var(--prime);
        width: 210px;
        text-align: center;
    }

    footer .col2 {
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    footer .col3 {
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    footer .col4 {
        flex-basis: 100%;
    }

    footer .name {
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    footer ul li {
        list-style: none;
        margin-bottom: 6px;
    }

    footer ul li a {
        font-weight: 400;
    }

    /*** ABOUT-PAGE ***/


    .hero {
        padding: 60px 0;
        background-size: cover;
        position: relative;
        z-index: 9;
    }

    .hero h1 {
        color: white;
        text-align: center;
        font-size: 28px;
    }

    .about-text p {
        font-size: 18px;
        margin-bottom: 20px;
        max-width: 645px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    /*COUNTS*/

    .counts {
        background: var(--prime);
        padding: 23px 0 10px;
        color: white;
    }

    .counts .count-item {
        padding: 0 60px;
        text-align: center;
        margin-bottom: 30px;
    }

    .counts .count-item .num {
        font-size: 38px;
        font-weight: 500;
    }

    .counts .count-item p {
        font-size: 16px;
    }

    /*CHOOSE*/

    .choose {
        background: var(--prime) url(../img/fon.png) no-repeat 91% center;
        color: white;
        padding: 30px 0 0 0;
    }

    .choose .subtitle {
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-weight: 500;
    }

    .choose ul {
        list-style: none;
    }

    .choose ul li {
        background: url(../img/li.svg) no-repeat left 0;
        padding-left: 40px;
        font-size: 18px;
        margin-bottom: 24px;
        line-height: 1.3;
    }

    .choose .img {
        padding-left: 40px;
    }

    .choose {}


    /*WHY*/

    .why {}

    .why .item {}

    .why .item {
        box-shadow: 4px 4px 20px 0px rgba(12, 28, 75, 0.1);
        margin-bottom: 30px;
    }

    .why .item img {
        width: 100%
    }

    .why .item .news-info img {
        width: auto
    }

    .why .item .news-info {
        padding: 16px;
    }

    .why .item .subtitle {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
        text-align: center;
    }

    .why .item p {
        font-size: 18px;
        text-align: center;
    }

    .why .item .but.arr a {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    /*PARTNERS*/

    .partners p {
        font-size: 18px;
        max-width: 800px;
        margin: 0 auto 40px;
    }

    .partners .swiper {
        position: relative;

    }

    .partners .swiper-slide {
        text-align: center;
    }

    .partners .slider {
        max-width: 900px;
        margin: 0 auto;
        position: relative;
    }

    .partners .slider img {
        filter: grayscale(1);
        transition: 0.5s;
    }

    .partners .slider img:hover {
        filter: none;

    }

    .partners .swiper-wrapper {}

    .partners .swiper-button-prev {
        background: url(../img/prev2.svg) no-repeat center;
        width: 31px;
        height: 60px;
        position: absolute;
        left: 0;
        top: 7%;
        z-index: 999;
    }

    .partners .swiper-button-next {
        background: url(../img/next2.svg) no-repeat center;
        width: 31px;
        height: 60px;
        position: absolute;
        right: 0;
        top: 7%;
        z-index: 999;
    }


    /*** OBUCHENIE PAGE ***/

    .progs {}

    .progs .item {
        box-shadow: 4px 4px 20px 0px rgba(12, 28, 75, 0.1);
        margin-bottom: 30px;
    }


    .progs .item img {
        width: 100%
    }

    .progs .item .subtitle {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        padding: 18px;
        display: flex;
        min-height: auto;
        justify-content: center;
        align-items: center;
    }


    .progs .but.arr {
        text-align: center;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }


    /*START*/

    .start {
        text-align: center
    }

    .start p {
        font-size: 18px;
        margin-bottom: 20px;
        max-width: 860px;
        margin-left: auto;
        margin-right: auto;
    }

    .start .date {
        margin-top: 10px;
        color: #fff;
        font-size: 28px;
        margin-bottom: 10px;
        font-weight: 500;
    }


    /*PRICE TABLE*/

    .price-table {
        background: var(--prime);
    }


    .price-table .title {
        color: white;
    }

    .price-table table {
        border: none;
        background: white;
        width: 100%;
    }

    .price-table table tr:first-child td {
        font-weight: 500;
        font-size: 18px;
        padding: 19px 24px;
        border-bottom: 5px solid var(--prime);
    }

    .price-table table tr td {
        font-size: 15px;
        font-weight: 400;
        border-bottom: 1px solid #DEE7F9;
        padding: 11px 17px;
    }

    .price-table table tr td:first-child {
        min-width: 300px;
    }

    .price-table table tr td p b {
        font-weight: 500;
        display: block;
        margin-bottom: 12px;
    }

    .price-table table tr p {
        font-size: 15px;
        max-width: 360px;
    }

    .price-table .see-all {
        color: white;
        display: block;
        text-align: center;
        font-size: 18px;
        padding: 40px 0 20px;
    }

    .price-table .see-all img {
        margin-left: 15px;
    }


    /*OBR*/

    .obr {}

    .obr ul li {
        list-style: none;
        padding: 16px 0;
        border-bottom: 1px solid #DEE7F9;
        text-align: center;
    }


    .obr ul li a {
        text-decoration: underline
    }

    .obr ul li:last-child {
        border: none;
    }


    .info {}

    .info .item {
        box-shadow: 4px 4px 20px 0px rgba(12, 28, 75, 0.1);
        padding: 16px;
        margin-bottom: 27px;
    }

    .info .item a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .info .item img {
        margin-right: 25px;
    }

    .info .item .subtitle {
        font-weight: 600;
        font-size: 20px;
        color: var(--prime);
    }


    .info.info-small .item .subtitle {
        text-align: left;
        padding: 0;
    }

    .bread ul {
        justify-content: center;
    }

    .info.info-small img {
        margin-right: 20px;
    }



    /*** TABS ***/

    .napr {
        padding: 30px 0;
    }

    .napr .item {
        box-shadow: 4px 4px 20px 0px rgba(12, 28, 75, 0.1);
        padding: 24px 20px;
        text-align: center;
        margin-bottom: 30px;
    }

    .napr .item img {
        display: block;
        margin: 0 auto;
    }

    .napr .item .subtitle {
        font-size: 20px;
        font-weight: 500;
        margin-top: 20px;
    }

    .tab-nav {
        display: inline-flex;
        margin-bottom: 30px;

    }

    .tab-nav .tab-item {
        font-size: 16px;
        padding: 13px 6px;
        cursor: pointer;
        margin: 0 18px 0 0;
        border-bottom: 1px solid #eee;
    }



    .tab-nav .tab-item.active {
        font-size: 16px;
        border-bottom: 3px solid var(--prime);
        color: var(--prime);
        font-weight: 500;
    }

    .modal .prod-text .price {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .modal .prod-text .price span {
        font-weight: 500;
        margin-left: 10px;
        color: var(--prime);
        font-size: 20px
    }

    .modal .prod-text p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .modal .prod-text p b,
    .modal .prod-text p strong {
        font-weight: 500;
    }

    .modal .but button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    .modal .but button img {
        margin-left: 14px;
    }

    .modal .form {
        max-width: 850px;
    }

    .modal .gal img {
        padding: 0 10px;
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .modal .gal {
        margin: 20px -10px;
    }

    .modal .subtitle {
        font-weight: 500;
        font-size: 24px;
    }

    .modal .gal img {
        max-width: 33%;
    }

    .nfound .but {
        margin-top: 40px;
    }

    .nfound .but a {
        width: 100%;
        display: block;
    }

    .nfound img {
        max-width: 230px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-page h1 {
        text-align: left;
    }

    .contact-page .subtitle {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .contact-page .gr {
        margin-bottom: 30px;
    }

    .contact-page .gr p {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .contact-page .cont-item {
        margin-bottom: 18px;
    }

    .contact-page .map-fon {
        position: relative;
        margin-top: 40px;
    }

    .contact-page .map-fon:after {
        width: 100%;
        height: 100%;
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        top: -20px;
        right: 0px;
        background: var(--prime);
        display: none;
    }

    .contact-page .cont-item img {
        margin-right: 12px;
    }

    .contact-page .row {
        margin-top: 50px;
    }

    .contact-page .cont-item a {
        display: flex;
        align-items: flex-start;
        font-size: 18px;
    }

    .contact-page .cont-item a + a {
        margin-left: 35px;
    }

    .contact-page .sotrud {
        padding: 40px 0;
    }

    .contact-page .sotrud .item {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .contact-page .sotrud .item:last-child {
        margin-right: 0
    }

    .faq ul li {
        padding: 16px 0;
    }

    .faq ul li .fl {
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .faq ul li .subtitle {
        font-size: 18px;
        max-width: 90%;
    }

    .contact-page .sotrud .name {
        font-size: 18px;
        font-weight: 500;
    }

    .contact-page .sotrud .dol {
        font-size: 18px;
        font-style: italic;
        margin-bottom: 10px;
    }

    .contact-page .sotrud .cont-item {
        margin-bottom: 10px;
    }


    /*** CART PAGE ***/

    .cart-page {}

    .cart-page .col-lg-4 {
        order:2
    }

    .cart-page h3 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .cart-page label {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .cart-page .form-group {
        margin-bottom: 20px;
    }

    .cart-page form input {
        border: 1px solid #DEE7F9;
        padding: 12px;
        width: 100%;
    }

    .cart-page .form-group + h3 {
        margin-top: 40px;
    }

    .cart-page .faq {
        margin-top: 50px;
    }

    .cart-page .form-radio {
        padding: 13px;
        border: 1px solid #DEE7F9;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        justify-content: space-between;
    }

    .cart-page .form-radio input {
        width: auto;
        margin-right: 10px
    }

    .cart-page table tr:first-child {
       display:none;
    }

    .cart-page table {
        border: none;
        width: 100%;
        display: block;
    }
       .cart-page table tr {
           display:flex;
           flex-wrap:wrap;
           border-bottom: 1px solid #DEE7F9;
           align-items:center;
       }
    .cart-page table td {
        padding: 10px;
        font-size: 16px;
        vertical-align: middle;
        border: none;
        flex-basis:30%;
    }

        .cart-page table td:nth-child(2) {
            flex-basis:70%
        }

     .cart-page table td:nth-child(3) {
            flex-basis:40%;
         padding-left:0
        }

     .cart-page table td:nth-child(4) {
            flex-basis:30%
        }

    .cart-page table td:first-child {
        width: 120px;
        padding-left: 0
    }

    .cart-page table .subtitle {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 14px;
    }

    .cart-page .del a {
        display: flex;
        align-items: center;
        color: #CF2722;
        cursor: pointer;
    }

    .cart-page .del a img {
        margin-right: 10px;
    }

    .cart-page table td:first-child img {
        margin-right: 10px;
    }

    .cart-page .counts {
        border: 1px solid #DEE7F9;
        padding: 6px 7px;
        text-align: center;
        align-items: center;
        background: none;
        color: black;
        /* width: 100px; */
        justify-content: space-between;
    }

    .cart-page .counts input {
        width: 50px;
        border: none;
        padding: 0;
        background: none;
        text-align: center;
    }

    .cart-page table td:last-child {
        font-weight: 500;
    }

    .cart-page .summa {
        margin-top: 40px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .cart-page .itog {
        text-transform: uppercase;
        font-size: 24px;
        display: flex;
        justify-content: space-between;
    }

    .cart-page .but {
        text-align: center
    }

    .cart-page button {
        max-width: 100%;
        width: 100%;
        margin-top: 30px;
    }


}

/*END MOBILE*/