body {
    background: #F1F1F1;
    padding: 0;
    margin: 0;
}

.preloader {
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100000000;
}

.preloader > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -50px;
    width: 200px;
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.85);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.85);
    }
}

* {
    font-family: 'Montserrat';
    user-select: none;
}

.aboutname {
    width: 50%;
}

button {
    transition: .5s all;
}

.map > img {
    width: 100%;
}

.logo_header {
    padding-left: 136px;
}

.logo_header > img {
    width: 110px;
}

.get-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 162px;
}

.choose {
    display: flex;
    margin-top: 54px;
    padding-left: 162px;
}

.choose > div {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 158%;
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
    height: 54px;
    padding: 0 30px 0 8px;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.choose > div.active {
    color: #ED1B24;
    border-bottom: 2px solid #ED1B24;
}

.get-name h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    /* or 42px */

    margin-bottom: 64px;
    color: #000000;
}

.get-name > div {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #5F6062;
    margin-bottom: 20px;
    align-items: flex-start;
    display: flex;
}
.get-name > div >img {
    margin-right: 19px;
}

.menu {
    height: auto;
    width: 100%;
    background-color: #000;
    z-index: 9999;
    display: none;
    text-align: center;
    position: fixed;
    top: 0;
    padding-top: 55px;
}

.menu li  {

    padding-top:35px;
    padding-bottom:35px;
    text-decoration:none;
    list-style-type: none;


}

.menu li  a {

    padding-top:3em;
    text-decoration:none;
    color:#fff;

}

.master-container {
    display:flex;
    width:100%;
    justify-content:center;
    background:grey;
}


.burger-menu {
    margin-top:25px;
    cursor:pointer;
    position: absolute;
    right: 50px;
    top: 12px;
    z-index: 10000;
}


.bar {

    transition:0.4s;

}



.bar-1 {

    width:5em;
    display: block;
    width: 40px;
    border-top: 6px solid #ED1B24;
    padding-top:6px;
    cursor:pointer;
    transition:0.4s;
}



.bar-2 {
    width:5em;
    display: block;
    width: 40px;
    border-top: 6px solid #ED1B24;
    padding-top:5px;
    display:fixed;
    transition:0.4s;
}


.bar-3 {

    width:5em;
    display: block;
    width: 40px;
    border-top: 6px solid #ED1B24;
    padding-top:5px;
    transition:0.4s;

}


.change .bar-1 {

    -webkit-transform: rotate(-45deg) translate(-8px, 2px);
    transform: rotate(-45deg) translate(-8px, 2px);
}

.change .bar-2 {opacity:0;}

.change .bar-3 {
    -webkit-transform: rotate(45deg) translate(-10px, 0);
    transform: rotate(45deg) translate(-9px, 0);
}







.contact-get {
    padding: 150px 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
}






.container {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 24px;
}

header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    background: #fff;
    z-index: 3;
    height: 100px;
    width: 100%;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

header.show {
    display: block;
}

.navbar {
    border-radius: 0;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 0;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.5s ease 0s;
}

.navbar.navbar-fixed-top {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ff5f6d 0%, #ffb270 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ff5f6d 0%, #ffb270 100%) repeat scroll 0 0;
    box-shadow: 0 0 20px -10px #000;
    padding: 0;
}

.options-container {
    height: 665px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.options-container h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    height: 43px;
    text-align: center;
    color: #000000;
    margin: 0;
}

.options-container .details {
    margin-top: 90px;
    display: flex;
}

.options-container .details > div {
    width: 304px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 50px;
}

.options-container .details > div img {
    width: 101px;
    height: 102px;
}

.options-container .details > div div {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #5F6062;
}

.about-us {
    width: 100%;
    height: 640px;
    display: flex;
    justify-content: space-between;
}

.about-us .image {
    width: 60%;
    height: 100%;
    max-width: 1022px;
    background-image: url('img/young-man-working-at-a-warehouse-with-boxes 1.svg');
}

.about-us a {
    text-decoration: none;
    display: flex;
    margin-left: 160px;
    margin-top: 150px;
    width: 250px;
}

.about-us button {
    cursor: pointer;
    width: 249px;
    height: 76px;
    background: #ED1B24;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    justify-content: center;
    text-decoration: none;
    border: none;
    outline: none;
}

.about-us .info {
    width: 40%;
    height: 100%;
}

.about-us .info h2 {
    font-style: normal;
    font-weight: 600;
    font-weight: bold;
    padding-left: 160px;
    font-size: 40px;
    line-height: 60px;
    color: #000000;
    width: 100%;
    margin: 0;
}

.about-us .info p {
    font-style: normal;
    padding-left: 160px;
    padding-right: 110px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #5F6062;
    margin-top: 30px;
}

.services {
    padding: 0 160px
}

.services h2 {
    margin-top: 150px;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    display: flex;
    text-align: center;
    justify-content: center;
    color: #000000;
    margin-bottom: 64px;

}

.services .options {
    display: flex;
    justify-content: center;
}

.services .options > div {
    height: 400px;
    max-width: 770px;
    width: 50%;
    background: white;
    align-items: flex-start;
}
.services .options > div:first-child {
    margin-right: 56px;
}

.brands {
    height: 68px;
    display: flex;
    padding: 0 160px;
    justify-content: space-between;
    align-items: center;
    margin: 150px 0;
}

.feedback {
    padding: 0 160px;
}

.feedback h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    text-align: center;

    color: #000000;
    margin: 0;
}
.feedback .items {
    display: flex;
    margin-top: 64px;
    justify-content: space-between;
    margin-bottom: 150px;
}
.feedback .items > div {

    height: 281px;
    background: #fff;
}

.form-feedback {
    background: #fff;
    display: flex;
    padding: 10px 0;
}

.logo2 {
    width: 110px;
    position: absolute;
    top: 40px;
    left: 160px;
}

.form-feedback .image {
    width: calc(100% - 779px);
    height: 100%;
    background-image: url('../assets/Group 24.svg');
    background-size: cover;
    background-position: center;
}

.form-feedback .form {
    width: 779px;
}

.form-feedback h3 {
    font-style: normal;
    padding-left: 80px;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    margin: 80px 0 0 0;
    color: #000000;
}
.form-feedback p {
    margin: 0;
    padding-left: 80px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #5F6062;
    max-width: 375px;
    margin-bottom: 72px;
}

.form-feedback .form-control {
    max-width: 375px;
    width: auto;
    margin-left: 80px;
    margin-bottom: 44px;
}

.form-feedback .form-control input {
    border: none;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    outline: none;
    height: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    /* or 26px */

}

.form-feedback button[type=submit] {
    width: 249px;
    height: 76px;
    background: #ED1B24;
    cursor: pointer;
    outline: none;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    justify-content: center;
    margin-left: 80px;
    margin-top: 110px;
}
.services .options > div {
    display: flex;
    position: relative;
    justify-content: flex-end;
}
.container-track {
    display: flex;
    align-items: flex-end;
    width: calc(100% - 305px);
    flex-direction: column;
    justify-content: flex-start;
}
.container-track h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
    margin: 50px 0 0 0;
    width: calc(100% - 50px);
}
.variables {
    width: calc(100% - 50px);
    margin-top: 65px;
}
.container-track a {
    text-decoration: none;
}
.container-track .learn {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #ED1B24;
}
.learn-block {
    width: calc(100% - 50px);
    user-select: none;
    margin-top: 40px;
}
.container-track .learn:after {
    content: '';
    background-image: url('./img/arrow.svg');
    width: 10px;
    height: 16px;
    display: flex;
    margin-left: 20px;
}
.variables > div {
    width: 100%;
    display: flex;
    user-select: none;
    align-items: center;
    margin-bottom: 20px;
}
.variables > div:before {
    content: '';
    background-image: url('./img/check.svg');
    width: 15px;
    height: 15px;
    position: relative;
    display: flex;
    margin-right: 12px;
}
.track > img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    width: 305px;
    align-items: center;
    justify-content: flex-start;
}
.feedback .items > div {
    width: auto;
    height: 281px;
}
.feedback .items .text {
    padding: 57px 24px 40px 24px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    /* or 26px */

    display: flex;
    align-items: center;
    text-align: center;

    color: #5F6062;
}

.header-option {
    background: #FFFFFF;
    width: 100%;
    display: flex;
    position: relative;
    height: 750px;
}

.language {
    position: absolute;
    right: 100px;
    top: 40px;
    display: flex;
}
.current {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: bold;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    cursor: pointer;
    user-select: none;
}
.header-option h1 {
    margin: 155px 0 0 77px;
    font-style: normal;
    font-size: 70px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #ED1B24;
    font-weight: bold;
}
.header-option h1 span {
    display: contents;
    color: #000;
}
.header-option p {
    margin: 0;
    padding: 20px 0 0 77px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #5F6062;
    width: 512px;
}
.contact {
    width: 249px;
    height: 76px;
    background: #ED1B24;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 30px 0 0 77px;
    justify-content: center;
    outline: none;
    border: none;
    cursor: pointer;
}
header nav {
    display: flex;
    position: absolute;
    right: 240px;
    top: 40px;
}
header ul {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    margin: 0;
}
header a {
    text-decoration: none;
}
header li {
    font-style: normal;
    font-weight: 400;
    transition: .5s all;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin-right: 50px;
}
.header-option nav {
    padding: 40px 0 0 40px;
    display: flex;
}
.header-option ul {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.header-option a {
    text-decoration: none;
}
.header-option li {
    font-style: normal;
    font-weight: 400;
    transition: .5s all;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin-right: 50px;
}
.current:after {
    content: '';
    width: 16px;
    height: 10px;
    background-image: url(./img/arrow_down.svg);
    position: relative;
    display: flex;
    margin-left: 8px;
}

.header-option video {
    width: calc(100% - 780px);
    height: 100%;
    object-fit: cover;
}

.feedback .items .stars {
    text-align: center;
}

.feedback .items .stars img {
    margin:  0 10px;
}

.pillows > img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    width: 305px;
    align-items: center;
    justify-content: flex-start;
}

footer {
    height: 377px;
    padding: 0 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .location {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 18px;
}

footer .location::before {
    content: '';
    background-image: url('./img/ep_location.svg');
    position: relative;
    width: 22px;
    height: 22px;
    display: flex;
    margin-right: 8px;
}

footer .tel {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}

footer .tel::before {
    content: '';
    background-image: url('./img/carbon_phone-voice-filled.svg');
    position: relative;
    width: 22px;
    height: 22px;
    display: flex;
    margin-right: 8px;
}

footer .mail {
    margin-bottom: 13px;
}

footer .mail, footer a {
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    text-decoration: none;
    color: #000000;
}
footer .mail:before {
    content: '';
    background-image: url('./img/carbon_email.svg');
    position: relative;
    width: 22px;
    height: 22px;
    display: flex;
    margin-right: 8px;
}

footer .social {
    display: flex;
    align-items: center;
}

footer .social:after {
    content: '';
    width: 128px;
    height: 1px;
    background-color: #000;
}

.vars {
    display: none;
    flex-direction: column;
    padding: 10px;
    background: #fff;
    position: absolute;
    top: 27px;
    width: 25px;
    left: -11px;
}
.vars > div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: bold;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    cursor: pointer;
    user-select: none;
}

header nav {
    min-width: 500px;
}
.facebook {
    width: 16px;
    margin-right: 10px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('./img/facebook.svg');
}

.insta {
    width: 16px;
    height: 16px;
    display: flex;
    margin-right: 13px;
    align-items: center;
    justify-content: center;
    background-image: url('./img/insta.svg');
}

.spacelab {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    margin-top: 13px;
    text-align: right;
}

button:hover {
    background: #fff !important;
    color: #ED1B24 !important;
    border: 1px solid #ED1B24 !important;
}

.contacts-page h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    position: absolute;
    top: 224px;
    margin-top: 0;
    margin-left: 162px;
}



.header-option li:hover {
    color: #ED1B24;
}

.contacts-page  .current:after {
    background-image: url(../assets/arrow_white.svg);
}

.contacts-page nav {
    position: absolute;
    right: 240px;
}

.contacts-page li {
    color: #fff;
}

.contacts-page .current {
    color: #fff;
}

@media screen and (min-width: 1501px) {
    .info .logo {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .services {
        padding: 0 24px;
    }
    .services .options > div {
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important;
    }
    .services .options {
        flex-direction: column;
    }
    .services .options > div:first-child {
        margin-bottom: 20px;
    }
}

.get-name a {
    text-decoration: none;
}

.aboutname h3 {
    margin: 0;
}

.aboutname button {
    margin-top: 0;
    margin-left: 0;
}

.get-name p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #5F6062;
    margin: 20px 0 20px 0;
}

@media screen and (max-width: 1500px) {
    .aboutname button {
        margin: 0 auto !important;
    }
    .fix-mog {
        flex-direction: column !important;
    }
    .get-name p {
        text-align: center;
    }
    .contact-get {
        flex-direction: column;
        align-items: center;

    }
    .get-name h3 {
        text-align: center;
    }
    .get-name {
        padding: 0;
        margin-bottom: 40px;
    }
    iframe {
        width: 100%;
    }
    .map > img {
        width: 100%;
    }
    .mapouter, .gmap_canvas, .map {
        width: 100% !important;
    }
    .info .logo >img {
        width: 110px;
    }
    .logo_header {
        padding-left: 0;
    }
    .services .options > div {
        flex-direction: column;
        height: auto;
    }
    .track:before {
        position: relative;
        height: 350px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .pillows:before {
        position: relative;
        height: 350px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .container-track {
        width: 100%;
    }
    .container-track h5 {
        margin-top: 20px;
        width: calc(100% - 20px);
    }
    .variables {
        width: calc(100% - 20px);
        margin-top: 20px;
    }
    .learn-block {
        width: calc(100% - 20px);
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 10px;
    }
    .container-track h5 {
        margin-right: 10px;
    }
    .logo2 {
        display: none;
    }
    form {
        padding: 0 48px;
    }
    .form-feedback .form-control {
        max-width: inherit;
        width: 100%;
        margin-left: 0;
    }
    .form-feedback .image {
        display: none;
    }
    .form-feedback .form {
        width: 100%;
    }
    .form-feedback h3 {
        text-align: center;
        padding: 0;
    }
    .form-feedback p {
        padding: 0;
        text-align: center;
        max-width: inherit;

    }
    .feedback .items .stars {
        text-align: center;
        margin-bottom: 56px;
    }
    .form-feedback button[type=submit] {
        margin: 110px auto;
    }
    .info .logo {
        position: absolute;
        left: 24px;
        top: 20px;

    }
    .header-option h1 {
        margin: 0;
        margin-top: 55px;
        justify-content: center;
    }
    .header-option p {
        margin: 20px 0;
        text-align: center;
        width: auto;
        padding: 0 24px;
    }
    .contact {
        margin: 38px auto;
    }
    .header-option video {
        display: none;
    }
    .header-option {
        flex-direction: column-reverse;
        height: auto;
    }
    .header-option nav {
        display: flex;
        justify-content: flex-end;
        padding-top: 40px;
        padding-right: 185px;
    }
    .contacts-page h1 {
        margin: 0;
        width: 100%;
        margin-top: 0 !important;
        top: 175px;
    }
}

@media screen and (max-width: 1119px) {
    .options-container {
        height: auto;
    }
    .options-container > div {
        margin: 100px 0;
    }
    .brands {
        height: auto;
        padding: 0 24px;
        flex-flow: wrap;
        justify-content: space-evenly;
    }
    .brands > div {
        margin-bottom: 8px;
    }
    .options-container .details > div {
        width: 100%;
        width: auto;
        padding: 0 24px;
        margin: 24px 0;
    }
    .options-container .details {
        flex-direction: column;
    }
    .about-us {
        flex-direction: column;
    }
    .about-us .info {
        width: 100%;
    }
    .about-us a {
        margin: 70px auto;
    }
    .about-us .info h2 {
        text-align: center;
        padding: 0;
    }
    .about-us .info p {
        padding: 0 24px;
        text-align: center;
    }
    .about-us .image {
        display: none;
    }
    .about-us {
        height: auto;
    }
    .feedback .items > div {
        width: 100%;
        height: 100%;
        margin-bottom: 24px;
    }
    .feedback .items {
        margin-bottom: 64px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .feedback {
        margin-top: 48px;
        padding: 0 24px;
    }
}

@media screen and (max-width: 1500px) and (min-width: 1120px) {


    .feedback .items > div {
        width: 100%;
        height: 100%;
        margin-bottom: 24px;
    }
    .feedback .items {
        margin-bottom: 64px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .feedback {
        margin-top: 48px;
        padding: 0 24px;
    }
    .brands {
        height: auto;
        padding: 0 24px;
        flex-flow: wrap;
        justify-content: space-evenly;
    }
    .about-us {
        flex-direction: column;
        height: auto;
    }
    .about-us .info p {
        padding: 0 36px;
        text-align: center;
    }
    .about-us a {
        margin: 48px auto 0 auto;
    }
    .about-us .info {
        width: 100%;
    }
    .about-us .info h2 {
        text-align: center;
        padding: 0;
    }
}

@media screen and (max-width: 800px) {
    .get-name > div {
        font-size: 16px;
        padding: 0 8px;
    }
    .get-name p {
        font-size: 16px;
        padding: 0 8px;
        text-align: center;
    }
    footer {
        flex-direction: column;
        justify-content: space-around;
        padding: 0 24px;
        align-items: flex-start;
    }
    .options-container h2 {
        height: auto;
    }
    .options-container .details {
        margin-top: 40px;
    }
}

@media screen and (max-width: 720px) {
    .header-option h1 {
        text-align: center;
    }
}

@media screen and (min-width: 751px) {
    .burger-menu {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .header-option nav {
        display: none;
    }
    header nav {
        display: none;
    }
    .header-option h1 {
        margin-top: 100px;
    }
    .language {
        right: 125px;
    }
}

@media screen and (min-width: 1501px) {
    .feedback .items > div:nth-child(1) {

    }
    .get-name p {
        padding-right: 20px;
    }
    iframe {
        width: 100%;
    }
    .map {
        width: 50%;
    }
    .mapouter, .gmap_canvas  {
        width: 100% !important;
    }

}

.contacts-page {
    height: 448px;
    background-image: url('../assets/pexels-kindel-media-6994138 1.png');
    background-color: rgba(0, 0, 0, 0.5);background-blend-mode: color;
    background-size: cover;
    background-position: center;
}

.type1 {
    padding: 50px 0 0 0;
    align-items: flex-start;
}

.type1 p {
    font-size: 20px;
    padding-right: 60px;
}

.type-param-1 {
    padding: 150px 0;
}

.type-param-1 h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #000000;
    margin:0;
}

.params-1 {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}
.params-1 > div {
    width: 303px;
    text-align: center;
    margin: 0 10px;
}
.params-1 > div > img {
    margin-bottom: 37px;
}
.params-1 > div > p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #5F6062;
    margin: 0;
}
.params-2 {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}
.params-2 > div {
    width: 337px;
    text-align: center;
    margin: 0 90px;
}
.params-2 > div > img {
    margin-bottom: 37px;
}
.params-2 > div > p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #5F6062;
    margin: 0;
}

@media screen and (max-width: 1500px) {
    .contacts-page nav {
        display: none;
    }
    .choose {
        padding: 0;
        justify-content: center;
    }

    .type-1 .get-name, .type-2 .get-name {
        width: 100%;
    }

    .type-1 .contact-get, .type-2 .contact-get {
        flex-direction: column !important;
    }
}

@media screen and (max-width: 850px) {
    .choose > div {
        font-size: 14px;
    }
    .params-1 {
        flex-direction: column;
        align-items: center;
    }
    .params-1 > div {
        margin-bottom: 20px;
    }
    .params-1 {
        margin: 0;
    }
    .params-2 {
        flex-direction: column;
        align-items: center;
    }
    .params-2 > div {
        margin-bottom: 20px;
    }
    .params-2 {
        margin: 0;
    }
    .get-name {
        width: 100%;
    }
    .car_hide {
        display: none;
    }
    .serv-page {
        background-position: bottom right;
    }


    .brands > div {
        margin-bottom: 30px;
    }
    .type1 p {
        padding: 0 6px !important;
    }

    .type-param-1 h4 {
        margin-bottom: 54px;
    }
}

@media screen and (max-width: 370px) {
    .contacts-page h1 {
        font-size: 40px;
    }
    form {
        padding: 0 4px ;
    }
    .form-feedback h3 {
        font-size: 30px;
    }
    .params-2 > div, .params-1 > div {
        width: 320px;
    }
}

.brands > div {
    margin: 0 24px 8px 24px;
}
.brands {
    justify-content: center;
    padding: 0;
}
@media screen and (min-width: 750px) {
    .mob_logo {
        display: none;
    }
}
@media screen and (max-width:749px) {
    .info {
        height: 400px;
        background-image: url('../assets/Group 24.svg');
        background-position: center;
        background-blend-mode: color;
        background-color: rgba(0,0,0,.7);
    }
    .info .logo {
        display: none;
    }
    .header-option h1 span {
        color: #fff;
    }
    .mob_logo {
        display: flex;
        position: absolute;
        left: 24px;
        top: 20px;
    }
    .current {
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        color: #FFFFFF;
    }
    .language .current:after {
        width: 10px;
        height: 5px;
        background-image: url(../assets/arrow_white.svg);
        align-items: center;
        justify-content: center;
        background-size: cover;
    }
    .language {
        top: 25px;
    }
    .bar-1,.bar-2,.bar-3 {
        width: 20px;
        border-top: 2.5px solid #fff;
        padding-top: 4px
    }
    .burger-menu {
        top: 1px;
    }
    .header-option h1 {
        font-size: 40px;
        margin-top: 78px;
    }
    .header-option p {
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 130%;
        text-align: center;
        color: #DFDFDF;
        padding: 0 42px;
    }
    .contact {
        width: 154px;
        height: 41px;
        font-size: 14px;
    }
    .options-container > div {
        margin: 30px 0;
    }
    .options-container h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #000000;
    }
    .options-container .details > div {
        padding: 0 48px;
        margin: 35px 0;
    }
    .options-container .details > div div {
        margin-top: 15px !important;
    }
    .options-container .details > div img {
        width: 61px;
        height: 62px;
    }
    .options-container .details > div div {
        font-size: 13px;
    }
    .options-container .details {
        margin-top: 5px;
    }
    .about-us .info h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #FFFFFF;
        margin: 15px 0 20px 0;
    }
    .about-us .info p {
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 130%;
        text-align: center;
        color: #DFDFDF;
        margin: 0;
        padding: 0 48px;
    }
    .lim2 {
        margin-top: 15px;
    }
    .about-us button {
        width: 154px;
        height: 41px;
        font-size: 15px;
    }
    .about-us a {
        margin: 30px auto;
        justify-content: center;
    }
    .services {
        padding: 0;
    }
    .services h2 {
        margin: 35px 0 30px 0;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #000000;
    }
    .services .options > div {
        width: calc(100% - 44px);
        margin-left: 22px;
        flex-direction: row;
    }
    .brands {
        margin: 50px 0;
    }
    .brands > div {
        margin-bottom: 15px;
    }
    .feedback {
        margin-top: 0;
        padding: 0;
    }
    .feedback h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #000000;
    }
    .feedback .items {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .form-feedback h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #000000;
        margin-top: 17px;
    }

    .contacts-page .info {
        height: 0;
    }
    .contacts-page {
        height: 133px;
    }
    .contacts-page h1 {
        top: 75px;
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 120%;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
    }
    .contact-get {
        padding: 35px 0 0 0 ;
    }
    .get-name h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 130%;
        text-align: center;
        color: #000000;
        margin: 0;
    }
    .get-name > div >img {
        width: 15px;
        height: 15px;
        object-fit: contain;
        margin-right: 5px;

    }
    .get-name > div {
        padding: 0 50px;
        margin-top: 20px;
        margin-bottom: 0;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 130%;
        color: #5F6062;
    }
    .get-name {
        margin-bottom: 35px;
    }
    .map {
        margin-bottom: 50px;
    }
    .mapouter, .gmap_canvas, .map,iframe {
        height: 233px !important;
    }
    .contact-get {
        background: #F1F1F1;
    }
    body {
        background: #F1F1F1 !important;
    }


    .imgab {
        display: none;
    }


    .aboutname1 {
        background-image: url('../assets/pexels-tima-miroshnichenko-6169126 1.svg');
        background-color: rgba(0, 0, 0, 0.7);
        background-blend-mode: color;
        background-position: center;
    }

    .aboutname2 {
        background-image: url('../assets/interior-of-a-storage-warehouse-with-shelves-full-of-goods_103577-4975 1.svg');
        background-color: rgba(0, 0, 0, 0.7);
        background-blend-mode: color;
        background-position: center;
        margin: 0;
    }

    .aboutname3 {
        background-image: url('../assets/pexels-pixabay-48195 2.svg');
        background-color: rgba(0, 0, 0, 0.7);
        background-blend-mode: color;
        background-position: center;
        margin: 0;
    }
    .aboutname4 {
        background-image: url('../assets/group-of-trucks-parked-in-line-at-truck-stop 2.png');
        background-color: rgba(0, 0, 0, 0.7);
        background-blend-mode: color;
        background-position: center;
        margin: 0;
    }
    .aboutname5 {
        background-image: url('../assets/the-lore-rRBtKW_aw_U-unsplash 2.svg');
        background-color: rgba(0, 0, 0, 0.7);
        background-blend-mode: color;
        background-position: center;
        margin: 0;
    }
    .aboutname6 {
        background-image: url('../assets/group-of-trucks-parked-in-line-at-truck-stop 2.png');
        background-color: rgba(0, 0, 0, 0.7);
        background-blend-mode: color;
        background-position: center;
        margin: 0;
    }

    .get-name h3.ab1 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 130%;
        /* or 26px */

        text-align: center;

        color: #FFFFFF;
    }
    .get-name h3.serv3 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 130%;
        /* or 26px */

        text-align: center;

        color: #FFFFFF;
    }
    .get-name h3.serv28 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 130%;
        /* or 26px */

        text-align: center;

        color: #FFFFFF;
    }
    .get-name h3.serv11 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 130%;
        /* or 26px */

        text-align: center;

        color: #FFFFFF;
    }
    .get-name h3.serv20 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 130%;
        /* or 26px */

        text-align: center;

        color: #FFFFFF;
    }
    .get-name h3.ab3 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 130%;
        /* or 26px */

        text-align: center;

        color: #FFFFFF;
    }

    .get-name h3.serv27 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 130%;
        /* or 26px */

        text-align: center;

        color: #FFFFFF;
    }
    .aboutname1, .aboutname2 {
        padding: 15px 0 27px 0 !important;
    }
    .aboutname3 {
        padding: 15px 0 27px 0 !important;
    }
    .aboutname4 {
        padding: 15px 0 27px 0 !important;
    }
    .aboutname5 {
        padding: 15px 0 27px 0 !important;
    }
    .aboutname6 {
        padding: 15px 0 27px 0 !important;
    }
    .type-param-1 {
        padding: 35px 0;
    }
    .type-param-1 h4.serv5 {
        font-size: 20px;
    }

    .aboutname1  .ab2, .aboutname2 .ab4, .aboutname3  .serv4,.aboutname4  .serv12,.aboutname4  .serv13, .aboutname5  .serv21, .aboutname6 .serv28  {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        /* or 16px */
        margin: 20px 0 30px 0;
        text-align: center;

        color: #DFDFDF;

    }

    .form-feedback .form-control {
        margin-bottom: 20px;
    }
    .form-feedback .form-control input {
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 130%;
    }
    .form-feedback p {
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 130%;
        margin-bottom: 20px;
        /* or 14px */

        text-align: center;

        color: #5F6062;
        margin-top: 10px;
    }
    .form-feedback button[type=submit] {
        margin: 30px auto;
        width: 154px;
        height: 41px;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        display: flex;
        align-items: center;
        color: #FFFFFF;
    }
    .form-feedback {
        height: auto;
        flex-direction: column-reverse;
    }
    .form-feedback .image {
        display: block;
        background-position: center;
        position: relative;
        width: 100%;
        height: 200px;
    }
    footer {
        flex-direction: row;
        padding: 0 15px;
        height: auto;
        margin:28px 0 28px 0;
        justify-content: space-between;
    }
    footer > div:first-child {
        width: 50%;
    }
    .logo_header {
        display: none;
    }
    .language {
        z-index: 10000;
    }
    header {
        height: 62px;
        background: #000;
    }
    .mob_logo {
        z-index: 9999;
    }
    footer .location, footer .tel {
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 130%;
        color: #000000;
    }
    footer .location {
        margin-bottom: 10px;
    }
    footer .mail, footer a{
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 130%;
        color: #000000;
        justify-content: flex-end;
    }
    footer .mail:before {
        width: 18px;
        height: 14px;
        display: flex;
        margin-right: 8px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    footer .social:after {
        width: 58px;
    }
    footer .social {
        justify-content: flex-end;
    }
    .spacelab {
        font-style: normal;
        font-weight: 400;
        font-size: 8px;
        line-height: 130%;
        color: #000000;
    }
    .insta,.facebook {
        width: 14px;
        height: 14px;
        margin-right: 10px;
        background-size: contain;
    }
    footer .location::before, footer .tel::before {
        width: 18px;
        background-size: cover;
        background-size: contain;
        background-repeat: no-repeat;
        height: 12px;
        display: flex;
        padding-right: 6px;
        margin: 0;
    }
    footer .tel::before {
        width: 12px;
    }

    .feedback .items .text {
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 130%;
        display: flex;
        align-items: center;
        text-align: center;
        color: #5F6062;
        padding: 35px 40px 30px 40px;
    }
    header {
        z-index: 99999;
    }

    .feedback .items .stars {
        margin-bottom: 35px;
    }
    .feedback .items > div {
        width: calc(100% - 80px);
        height: 100%;
        margin-bottom: 15px;
    }
    .track > img, .pillows > img {
        width: 130px;
        position: relative;
    }
    .container-track h5 {
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 120%;
        color: #000000;
        margin-top: 11px;
    }
    .variables {
        margin-top: 15px;
    }
    .variables > div {
        margin-bottom: 11px;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 130%;
        color: #5F6062;
    }
    .variables > div:before {
        width: 10px;
        height: 9px;
        background-size: cover;
        margin-right: 10px;
    }
    header nav {
        min-width: auto;
    }
    .learn-block {
        margin-top: 0;
    }
    .container-track .learn {
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 20px;
        display: flex;
        align-items: center;
        color: #ED1B24;
    }
    .choose {
        margin-top: 20px;
    }
    .choose > div {
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
        display: flex;
        align-items: center;
        padding: 0 8px;
    }
    .choose {
        width: calc(100% - 48px);
        margin-left: 24px;
        text-align: center;
    }
    .params-1 > div > img {
        width: 60px;
        height: 60px;
    }
    .params-2 > div > img {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 1600px) {
    .container-track h5 {
        font-size: 20px;
        min-height: 60px;
    }
    .container-track .learn {
        font-size: 18px;
    }
}