body {
    font-family: "Manrope", sans-serif
}

header {
    background: url("../img/bg_header.jpg") center center no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width: 767px) {
    header {
        -ms-background-position-y: top;
        background-position-y: top !important
    }
    body .crew .items .item .img img{
        max-width: 110px;
        height: 110px;
    }
}

header.header__inner_page {
    background: #fff
}

header.header__inner_page .header__inner {
    padding-top: 15px;
    padding-bottom: 15px
}

header.header__inner_page .nav .nav__item {
    color: #000
}

header.header__inner_page .header__popup {
    color: #000
}

header.header__inner_page .header__tel {
    color: #000
}

header.header__inner_page .logo-big {
    display: none
}

.logo-big {
    max-width: 163px;
    height: 280px;
    margin-bottom: 100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url("../img/logo-big.svg") center center no-repeat;
    background-size: contain;
    flex-grow: 1
}

@media (max-width: 1200px) {

}

.header__inner.header__inner_second.callback_mb {
    background: url("../img/callbackmb.jpg") center center no-repeat !important;
    background-size: cover !important;
    padding-top: 83px;
    padding-bottom: 122px;
    max-width: 100%;
    margin: 0;
    display: block !important
}

.header__inner.header__inner_second.callback_mb .section__inner {
    padding: 0
}

.header__inner.header__inner_second.callback_mb .callback__title {
    font-weight: 400;
    font-size: 38px;
    line-height: 120%;
    display: flex;
    align-items: flex-end;
    color: #fff;
    margin-bottom: 16px;
    font-family: "Gotham", sans-serif
}

.header__inner.header__inner_second.callback_mb .callback__subtitle {
    margin-bottom: 43px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    font-family: "Manrope", sans-serif
}

@media (max-width: 525px) {
    .header__inner.header__inner_second.callback_mb .callback__subtitle {
        text-align: center
    }
}

.header__inner.header__inner_second.callback_mb .callback {
    max-width: 100%;
    width: 100%;
    background: none;
    padding: 0 15px;
    margin: 0
}

.header__inner.header__inner_second.callback_mb .callback__form {
    max-width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap: 10px
}

@media (max-width: 991px) {
    .header__inner.header__inner_second.callback_mb .callback__form {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 525px) {
    .header__inner.header__inner_second.callback_mb .callback__form {
        grid-template-columns:1fr
    }

    .header__inner.header__inner_second.callback_mb .callback__form .button {
        width: 100%;
        max-width: 100%
    }
}

.callback__whatsapp {
    background: #fff;
    height: 58px;
    width: 58px
}

.button {
    height: 58px
}

.callback__input {
    height: 58px;
    background: #fff
}

.nav__item {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    font-family: "Manrope", sans-serif;
    margin: 0 10px
}

.nav__item:hover {
    color: #ed1c24 !important;
    border-color: #ed1c24 !important
}

.nav__item:hover:before {
    background: #ed1c24 !important
}

.nav {
    justify-content: center;
    padding: 0;
    width: auto
}

.nav:last-child {
    justify-content: center
}

.nav__outher {
    justify-content: center
}

.header__callback:before {
    content: none;
}

.header__popup {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    text-decoration: none;
    font-family: "Manrope", sans-serif;
    color: rgba(255, 255, 255, .8)
}

@media (max-width: 1200px) {
    .header__box {
        margin-right: 15px
    }
}

.header__tel {
    font-weight: 600;
    font-size: 18px !important;
    line-height: 25px;
    font-family: "Manrope", sans-serif;
    color: #fff;
    display: block !important
}

.header__tel svg {
    display: none
}

.header__inner {
    max-width: 1194px;
    padding: 58px 15px 50px
}

@media (max-width: 1200px) {
    .header__inner {
        padding: 0
    }
}

.header__logo {
    width: 100%;
    max-width: 137px;
    flex: auto;
    flex-shrink: 0
}

.header__box {
    width: 100%;
    max-width: 164px
}

@media (max-width: 450px) {
    .header__box {
        display: none !important
    }
}

.footer__logo {
    max-width: 165px;
    width: 100%;
    margin-right: auto
}

.footer {
    background: #e7eaef
}

.footer .flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.footer .flex .footer__inner {
    padding-top: 12px;
    padding-bottom: 17px
}

.footer .copy {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    display: flex;
    color: rgba(15, 14, 14, .4)
}

.footer .footer__copyright {
    width: auto;
    padding: 0;
    justify-content: flex-end
}

.footer .footer__policy {
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(15, 14, 14, .4)
}

.footer .footer__inner {
    width: 100%
}

.footer__title {
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    color: #0f0e0e
}

.footer__title a {
    color: #ED1B24;
    text-decoration: underline;
}

.footer__address, .footer__tel {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: rgba(15, 14, 14, .8)
}

.footer-menu li {
    margin-bottom: 12px
}

.footer-menu li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #0f0e0e
}

.footer__tel {
    margin-bottom: 3px !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #ed1b24 !important;
    display: block
}

.footer__inner {
    max-width: 1194px;
    padding-left: 15px;
    padding-right: 15px
}

.footer__title_link {
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    color: #0f0e0e;
    margin-bottom: 22px
}

.footer__title_link a {
    color: #ed1b24;
    text-decoration: underline
}

.footer__box:not(:last-child) {
    margin-right: 80px
}

.footer__mail {
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    color: #0f0e0e;
    margin-top: 12px;
    display: block
}

.link_mb {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #ed1b24;
    display: inline-block;
    background: url("../img/link.svg") right center no-repeat;
    padding-right: 20px;
    text-decoration: none
}

h3.title {
    font-weight: 400;
    font-size: 32px;
    line-height: 113%;
    font-family: "Gotham", sans-serif;
    color: #0f0e0e;
    margin-bottom: 25px;
    padding-bottom: 0
}

@media (max-width: 525px) {
    h3.title {
        font-size: 28px
    }
}

h3.title span {
    color: #ed1b24
}

.about_mb {
    background: linear-gradient(180deg, #D9E2F1 0%, rgba(255, 255, 255, 0) 100%)
}

.about_mb .flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 80px
}

@media (max-width: 848px) {
    .about_mb .flex {
        display: block;
        position: relative;
        padding-bottom: 60px
    }
}

.about_mb .left {
    max-width: 535px;
    margin-right: 50px;
    margin-bottom: 30px
}

@media (max-width: 848px) {
    .about_mb .left {
        max-width: 100%
    }

    .about_mb .left .link_mb {
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.about_mb .right {
    max-width: 571px;
    width: 100%
}

@media (max-width: 848px) {
    .about_mb .right {
        max-width: 100%
    }
}

.about_mb .right {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(15, 14, 14, .6);

}

.about_mb .right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(15, 14, 14, .6);
    margin-bottom: 16px
}

.about_mb .right p:last-child {
    margin-bottom: 0
}

.about_mb .grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 15px
}

@media (max-width: 848px) {
    .about_mb .grid {
        display: block
    }
}

.about_mb .grid .item {
    display: flex;
    align-items: flex-start;
    padding: 31px;
    padding-bottom: 165px;
    background-color: #fefcfc !important;
    border-radius: 25px
}

@media (max-width: 848px) {
    .about_mb .grid .item {
        margin-bottom: 15px;
        padding: 20px;
        padding-bottom: 170px
    }
}

@media (max-width: 500px) {
    .about_mb .grid .item {
        padding-bottom: 130px;
        background-size: auto !important
    }
}

.about_mb .grid .item:nth-child(1) {
    background: url("../img/about-3.png") bottom center no-repeat;
    background-size: 100%
}

.about_mb .grid .item:nth-child(2) {
    background: url("../img/about-4.png") bottom center no-repeat;
    background-size: 100%
}

.about_mb .grid .item .icon {
    flex-shrink: 0;
    max-width: 98px;
    margin-right: 35px
}

@media (max-width: 848px) {
    .about_mb .grid .item .icon {
        max-width: 50px;
        margin-right: 15px
    }
}

.about_mb .grid .item .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    font-family: "Gotham", sans-serif;
    letter-spacing: .02em;
    color: #000;
    margin-bottom: 12px;
    padding-bottom: 0
}

@media (max-width: 848px) {
    .about_mb .grid .item .title {
        font-size: 20px
    }
}

.about_mb .grid .item .title span {
    color: #ed1b24
}

.about_mb .grid .item .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(15, 14, 14, .6)
}

.section__inner {
    padding-top: 70px;
    padding-bottom: 80px;
    max-width: 1194px
}

@media (max-width: 848px) {
    .section__inner {
        padding-bottom: 50px;
        padding-top: 50px
    }
}

.title_contact h2 {
    font-weight: 400;
    font-size: 38px;
    line-height: 113%;
    font-family: "Gotham", sans-serif;
    color: #0f0e0e;
    margin-bottom: 30px
}

.title_contact h2 span {
    color: #ed1b24
}

.contact {
    background: #f3f6fb
}

.contact:after {
    content: none
}

.contact .contact__title, .contact .contact__region {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #0f0e0e;
    margin-bottom: 19px;
    font-family: "Gotham", sans-serif;
    padding: 0
}

.contact .contact__list_rost {
    margin-bottom: 42px
}

.contact .contact__list_rost ul {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 0 60px;
    max-width: 550px;
    width: 100%
}

@media (max-width: 525px) {
    .contact .contact__list_rost ul {
        display: block
    }
}

.contact .contact__list li {
    font-weight: 400;
    font-size: 16px;
    padding-left: 20px;
    line-height: 120%;
    margin-bottom: 12px
}

.contact .contact__list li:before {
    background: #086de4 !important;
    top: 50%;
    margin-left: 0;
    transform: translateY(-50%)
}

.contact .contact__list li:nth-child(1):before, .contact .contact__list li:nth-child(3):before {
    background: #ed1b24 !important
}
.contact .contact__list_vor li:nth-child(1):before, .contact .contact__list_vor li:nth-child(2):before {
    background: #ed1b24 !important
}

.contact .cons {
    background: url("../img/cons.png") right bottom no-repeat, #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .06);
    border-radius: 10px;
    padding: 30px;
    padding-right: 150px;
    max-width: 516px;
    margin-top: 45px
}

@media (max-width: 525px) {
    .contact .cons {
        padding: 30px 15px;
        padding-right: 120px;
        background-size: 110px
    }
}

.contact .cons .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #ed1b24;
    padding-bottom: 0;
    font-family: "Gotham", sans-serif;
    margin-bottom: 10px
}

.contact .cons .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: .02em;
    color: rgba(15, 14, 14, .6);
    margin-bottom: 22px
}

.contact .cons .button {
    max-width: 296px;
    width: 100%
}

.process {
    background: url("../img/process.jpg") bottom center no-repeat
}

@media (max-width: 848px) {
    .process {
        padding-bottom: 250px;
        background-position-y: calc(100% + 250px)
    }
}

.process h2 {
    margin-bottom: 20px;
    padding-bottom: 0
}

.process .flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media (max-width: 1050px) {
    .process .flex {
        margin-top: 50px
    }
}

@media (max-width: 848px) {
    .process .flex {
        display: block;
        margin-top: 80px
    }
}

.process .item {
    background: linear-gradient(256.95deg, #DEE5F0 5.1%, #F2F5FA 93.12%);
    border-radius: 27px;
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 160px;
    padding-right: 40px;
    position: relative;
    max-width: 342px;
    margin-bottom: 46px;
    width: 100%
}

@media (max-width: 848px) {
    .process .item {
        text-align: center;
        justify-content: center !important;
        align-items: center !important;
        height: auto;
        padding: 15px;
        margin-bottom: 65px;
        max-width: 100% !important
    }

    .process .item br {
        display: none
    }
}

.process .count {
    font-weight: 700;
    font-size: 49px;
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 100%;
    color: #dfe5f0;
    line-height: 1;
    font-family: "Gotham", sans-serif;
    margin-bottom: -10px;
    right: 29px
}

@media (max-width: 848px) {
    .process .count {
        display: none
    }
}

.process .title-item {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    display: flex;
    align-items: flex-end;
    font-family: "Gotham", sans-serif;
    color: #0f0e0e;
    margin-bottom: 8px
}

.process .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(15, 14, 14, .6)
}

@media (max-width: 848px) {
    .process .text {
        text-align: center
    }
}

.process .icon {
    position: absolute;
    right: 0;
    transform: translateX(50%) translateY(-50%);
    top: 50%;
    background: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, .12);
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

@media (max-width: 848px) {
    .process .icon {
        position: static;
        margin-left: auto;
        margin-right: auto;
        transform: none !important;
        margin-top: -65px;
        margin-bottom: 15px
    }
}

.process .left {
    flex-grow: 1;
    width: 50%
}

@media (max-width: 848px) {
    .process .left {
        width: 100%
    }
}

@media (max-width: 1050px) {
    .process .left .item {
        margin-left: 0 !important
    }
}

@media (max-width: 848px) {
    .process .left .item {
        max-width: 80%;
        margin-left: auto !important;
        margin-right: auto !important
    }
}

.process .left .item:nth-child(2) {
    margin-left: 30px
}

.process .left .item:nth-child(3) {
    margin-left: 80px
}

.process .right {
    flex-grow: 1;
    width: 50%
}

@media (max-width: 848px) {
    .process .right {
        width: 100%
    }
}

.process .right .item {
    padding-right: 30px;
    padding-left: 40px;
    text-align: right;
    align-items: flex-end;
    margin-left: auto
}

@media (max-width: 1050px) {
    .process .right .item {
        margin-right: 0 !important
    }
}

@media (max-width: 848px) {
    .process .right .item {
        max-width: 80%;
        margin-left: auto !important;
        margin-right: auto !important
    }
}

.process .right .item .icon {
    left: 0;
    right: auto;
    transform: translateX(-50%) translateY(-50%)
}

@media (max-width: 848px) {
    .process .right .item .icon {
        transform: translateX(0) translateY(-50%);
        left: 30px
    }
}

.process .right .item:nth-child(2) {
    margin-right: 30px
}

.process .right .item:nth-child(3) {
    margin-right: 80px
}

.text-center {
    text-align: center
}

.crew h1 {
    font-weight: 400;
    font-size: 44px;
    line-height: 113%;
    font-family: "Gotham", sans-serif;
    margin-bottom: 20px;
    color: #0f0e0e
}

.crew .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(15, 14, 14, .6);
    margin-bottom: 50px
}

.crew .title-crew {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 113%;
    font-family: "Gotham", sans-serif;
    color: rgba(0, 0, 0, .4)
}

.crew .items {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 15px;
    margin-bottom: 60px
}

@media (max-width: 900px) {
    .crew .items {
        display: block
    }
}

.crew .items .item {
    padding: 18px;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);
    border-radius: 15px;
    display: flex
}

@media (max-width: 900px) {
    .crew .items .item {
        margin-bottom: 15px
    }
}

.crew .items .item .img {
    max-width: 156px;
    flex-shrink: 0;
    margin-right: 24px
}

@media (max-width: 500px) {
    .crew .items .item .img {
        max-width: 110px;
        margin-right: 15px
    }
}

.crew .items .item .img img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.crew .items .item .desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.crew .items .item .desc .prof {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(0, 0, 0, .4)
}

.crew .items .item .desc .name {
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    margin-top: 10px;
    font-size: 20px;
    line-height: 120%;
    color: #000;
    flex-grow: 1
}

@media (max-width: 500px) {
    .crew .items .item .desc .name {
        font-size: 17px
    }

}

.crew .items .item .desc .contact {
    min-height: 41px;
    width: 100%;
    background: none;
    padding: 0
}

.crew .items .item .desc .contact a {
    margin-top: 7px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #ed1b24;
    display: block
}


.rass {

}

.title-ras {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 22px;
    color: #0F0E0E;
}

.rass .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #0F0E0E;
    padding-bottom: 0;
}

.rass .items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0;
}



.rass .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFFFFF;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.12);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -57px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.rass .item:first-child {
    margin-left: 50px;
}
.rass .item {
    background: linear-gradient(256.95deg, #DEE5F0 5.1%, #F2F5FA 93.12%);
    border-radius: 13px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 29px 42px;
    padding-right: 20px;
    margin-left: 80px;
}
@media (max-width: 991px){
    .rass .items {
        grid-template-columns: 1fr;
    }
    .rass .item {
        margin-left: 50px;
        margin-bottom: 10px;
    }
}
.section__inner_quize {
    max-width: 1039px;
    margin-left: auto;
    margin-right: auto;
    background: #F3F6FB;
    border-radius: 10px;
    padding: 42px 0;
    padding-bottom: 24px;
    margin-bottom: 70px;
}

.quize__box {
    padding: 27px 55px;
    padding-bottom: 50px;
    border-top: 1px solid #D0DCF0;
    border-bottom: 1px solid #D0DCF0;
}

.quize__options, .quize__box, .quize__count, .quize__title, .quize__sutbtitle, .help-quiz {
    padding-left: 55px;
    padding-right: 55px;
}

.help-quiz {
    padding-top: 17px;
    border-top: 1px solid #D0DCF0;
    margin-top: 50px;
}

.title-he {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: rgba(15, 14, 14, 0.8);
    margin-bottom: 5px;
}

.sub-he {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: rgba(15, 14, 14, 0.4);
}

@media (max-width: 450px){
    .quize__options, .quize__box, .quize__count, .quize__title, .quize__sutbtitle, .help-quiz {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section__inner_quize{
        padding: 15px !important;
    }
}
.brand .title_brand {
    padding-bottom: 20px;
}
.brand .title_brand h2{
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    font-family: "Gotham", sans-serif ;
    color: #ED1B24;

}

.product-details-description{
    background: none;
}
.contact__map img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.brand .button{
    max-width: 296px;
    width: 100%;

}
.brand__text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 16px;
    color: rgba(15, 14, 14, 0.8);
}


.contacts p {
    margin-bottom: 10px;
}
.contacts p a{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #0F0E0E
}
.contacts .h1 {
    font-weight: 400;
    font-size: 44px;
    line-height: 113%;
    margin-bottom: 50px;
    color: #0F0E0E;

}
.contacts .h1 span{
    color: #ED1B24;
}
.contacts p b{
    font-weight: 600;
}
.contacts label{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    display: block;
    color: rgba(15, 14, 14, 0.4);
}
.contacts .telegram a{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-decoration: underline;
    color:#ED1B24;
}
.contacts .telegram{
    margin-top: 36px;
}
.contacts{
    padding-bottom: 150px;
}
.contacts-sec:after{
    content: "";
    position: absolute;
    background: url('../img/contacts.jpg') center center no-repeat;
    width: calc(50% + 50px);
    right: 0;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    top: 0;
}
.contacts-sec{
    background: #F3F6FB;
    position: relative;
}
.contacts-sec .section__inner{
    padding-bottom: 0;
}

@media (max-width: 991px){
    .contacts-sec:after{
        content: none;
    }
    .contacts{
        padding-bottom: 50px;
    }
}

@media (max-width: 1025px){
    .nav__item{
        color: #000000;
        padding-left: 0;
        margin-left: 0;
    }
    .header__tel{
        color: #000000;
        text-align: left;
    }
}
.grid .item .title-miss span{
    color: #ED1B24;
}
.grid .item .text-item p{
    margin-bottom: 15px;
}
.grid .item .text-item{
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: rgba(15, 14, 14, 0.8);
}
.grid .item .title-miss{
    font-weight: 400;
    font-size: 32px;
    line-height: 113%;
    color: #0F0E0E;
    margin-bottom: 20px;
}
.grid .item{
    margin-bottom: 100px;
}
.grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

@media (max-width: 991px){
  .grid .text{
      order: 1;
  }
  .grid .item{
      margin-bottom: 30px;
  }
  .grid .img{
      order: 3;
  }
  .grid{
      display: flex;
      flex-direction: column;grid-gap: 0;
  }
}
