:root {
    /* текст */
    --text: #232323 ;
    /* фон */
    --background: #fff;
    /* заголовки */
    --header: #1F1D31;;
}


html {
    min-width: 350px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: var(--text);
    background-color: var(--background);
}

h1 {
    font-weight: 700;
    font-size: 62.43px;
    line-height: 20%;
    color: var(--header);
    text-transform: uppercase;
}
h2 {
    font-weight: 400;
    font-size: 39.09px;
    line-height: 20%;
    color: var(--header);
}
h3 {
    font-weight: 500;
    font-size: 24.06px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}
p {
    

}

.header, .content-wrapper, .container, .content, .footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
}

.content-wrapper {
    flex-direction: column;
    min-height: 100%;
    width: 100%;
}

.content {
    padding: 5px;
    min-width: 350px;
    max-width: 746px;
    flex-direction: column;
    flex: 1 1 auto;
    order: 0;
    margin: 0 auto;
}


.header {
    height: 200px;
    background: white;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
@media screen and (max-width: 900px) {
    .header {
        height: 100px;
    }
}

.header img {
  max-width: 488px;
  width: 100%;
  padding: 0 10px;
}
.header a {
  margin: auto;
}


.logo img {
    width: 371px;
    height: 100px;
}
@media screen and (max-width: 900px) {
    .logo img {
        width: 184px;
        height: 50px;
    }
}


/* 1 блок */
.block1 {
    width: 100%;
    height: 699px;
    background: url(/img/blok1_humans.png), url(/img/block1_bg.svg);
    background-size: auto, cover;
    background-position: 80% center, 0px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
}

.block1 div {
    max-width: 1100px;
    width: 100%;
}

.block1_form_mob {
    width: 100%;
    padding-left: 10px;
    display: block;
}
.block1_form_mob {
    display: none;
}
.block1_form button {
    width: 333px;
    height: 76px;
    background: var(--header);
    color: var(--background);
    border: 0;
    text-align: center;
    font-size: 20px;
    margin-top: 18px;
}

@media screen and (max-width: 1500px) {
    .block1 {
        background-position: right calc(70% - 340px) center, 0px;
    }
}

@media screen and (max-width: 900px) {
    .block1 {
        background: url(/img/blok1_humans.png), url(/img/block1_bg_mob.svg);
        background-position: center, right;
        background-repeat: no-repeat;
        height: 271px;
        padding-left: 0px;
        background-size: 318px, 371px;
    }
    .block1_form {
        display: none;
    }
    .block1_form_mob {
        display: flex;
        background: #E9EBEA;
        height: 228px;
        flex-direction: column;
        align-items: center;
    }
    .block1_form_mob h1 {
        font-size: 46px;
        line-height: 0;
        margin: 52px 0 0 0;
    }
    .block1_form_mob h2 {
        font-size: 29px;
        line-height: 0;
        margin: 37px 0 0 0;
    }
    .block1_form_mob button {
        margin: 40px 0 0 0;
    }
}


/* БРЕНДЫ */
.brands {
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 35px;
}
.brands_list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    /*animation: ticker 1s linear infinite;*/
}
.swiper-slide {
    padding: 0 30px;
    border-left:  2px solid var(--text);
    height: 30px;
    display: flex;
    align-items: center;

}
.swiper-slide img {
    /*max-width: 145px;*/
    max-height: 15px;
}


@keyframes ticker {
  0% {        
    transform: translate(100%, 0);
  }    
  99% {    
    opacity: 1;
    transform: translate(-100%, 0);
 }
 100% {
    opacity: 0;
    transform: translate(-100%, 0);
 }   
}

@keyframes ticker {
   0% {
      transform: translate(0, 0);
   }

   100% {
      transform: translate(-100%, 0);
   }
}

/* 
.brands {
    margin-top: 35px;
    margin-bottom: 35px;
}
.swiper {
  max-width: 1100px !important;
  width: 100%;
  padding: 13px !important;
}

.swiper-slide {
  text-align: center;
  justify-content: center;
  border-left: 2px solid var(--text);
  display: flex !important;
  align-items: center;

    width: auto !important;
    height: 40px !important;
}

.swiper-slide img {
    object-fit: cover;
    padding: 0px 50px 0;
    max-width: 360px;
}
.swiper-wrapper {

}

.swiper {
    flex-direction: column;
    flex: 1 1 auto;
    order: 0;
    min-width: 350px;
    max-width: 100%;
    margin: 0 auto;

}
 */
/* Галерея */
.gallery {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.gallery > div {
    display: flex;
    width: 1100px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.gallery img {
    padding: 10px;
    min-width: 350px;
    max-width: 550px;
    width: 50%;
}

.gallery img.mob {
    display: none;
}
.gallery img.des {
    display: block;
}

@media screen and (max-width: 700px) {
    .gallery img.mob {
        display: block;
    }
    .gallery img.des {
        display: none;
    }
}

/* Бестселлеры */
.gallery2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}
.gallery2 h3 {
    padding-left: 5px;
}
.gallery2 > div {
    display: flex;
    width: 1100px;
    flex-direction: column;
}
@media screen and (max-width: 700px) {
    .gallery2 > div {
        align-items: center;
    }
}

.gallery2 > div > div {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.gallery2 img {
    max-width: 546px;
    min-width: 350px;
    padding: 5px;
    width: 50%;
}

.gallery2 img.mob {
    display: none;
}
.gallery2 img.des {
    display: block;
}

@media screen and (max-width: 700px) {
    .gallery2 img.mob {
        display: block;
    }
    .gallery2 img.des {
        display: none;
    }
}

/* Форма 2 */

.form2 {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    color: var(--background);
}
.form2 > div {
    width: 100%;
    max-width: 1100px;
    min-width: 350px;
    display: flex;
    height: 275px;
    background: #181626;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}
.form2_text {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18.5px;
}
.form2_text button {
    width: 290px;
    height: 66px;
    margin-top: 18px;
    margin-right: 40px;
    background: var(--background);
    color: var(--text);
}

.form2_discount {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 66px;
    max-width: 350px;
    line-height: 100px;
    text-align: center;
    letter-spacing: 4px;
}
.form2_discount span {
    font-size: 134px;
    letter-spacing: 0;
}
@media screen and (max-width: 700px) {
    .form2_text button {
        margin-right: 0px;
    }
}
@media screen and (max-width: 650px) {
    .form2 > div {
        flex-direction: column-reverse;
        height: 460px;
    }
    .form2_text {
        text-align: center;
        margin-top: 7px;
        /*font-size: 1em;*/
    }
    /*
    .form2_discount {
        font-size: 30px;
        line-height: 80px;
    }
    .form2_discount span {
        font-size: 80px;
    }
    */
}

/* Лого 2 */
.logo2 {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 160px;
    align-items: center;
}
.logo2 img {
    width: 281px;
    height: 76px;
}
@media screen and (max-width: 900px) {
    .logo2 img {
        width: 195px;
        height: 53px;
    }
}


/* Описание */
.text {
    display: flex;
    justify-content: center;
}
.text > div {
    text-align: center;
    max-width: 1100px;
    padding: 0 10px;
    font-size: 17px;
}
.text p {
    margin-top: 0;
}

/* Адреса */
.address {
    display: flex;
    justify-content: center;
}
.address > div {
    display: flex;
    max-width: 1100px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 45px 10px;
}
.address h4 {
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    margin: 22px 0 22px 0;
}
.address_info {
    padding-left: 10px;
    min-width: 300px;
}
.address_info hr {
    width: 95px;
    border: 2.75px solid #1F1D31;
    margin: 0px;
}
.address_info ul {
    padding: 17px 0 0 0;
    margin: 0;
}
.address_info li {
    background: url(/img/address_point_text.svg) no-repeat left center;
    padding: 13px 10px 13px 40px;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    list-style: none;
    /* cursor: pointer; */
}
.address_phone {
    background: url(/img/address_phone.svg) no-repeat left center;
    padding: 13px 0px 13px 50px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;

}

#address_map {
    max-width: 657px;
    width: 100%;
    height: 485px;
    position: relative;
}

/* .address_map0 {
    background: url(/img/address_point_map_s0.svg) no-repeat center center, url(/img/map.png) no-repeat center center;
}
.address_map1 {
    background: url(/img/address_point_map_s1.svg) no-repeat center center, url(/img/map.png) no-repeat center center;
}
.address_map2 {
    background: url(/img/address_point_map_s2.svg) no-repeat center center, url(/img/map.png) no-repeat center center;
}
.address_map3 {
    background: url(/img/address_point_map_s3.svg) no-repeat center center, url(/img/map.png) no-repeat center center;
}
.address_map4 {
    background: url(/img/address_point_map_s4.svg) no-repeat center center, url(/img/map.png) no-repeat center center;
}
.address_map5 {
    background: url(/img/address_point_map_s5.svg) no-repeat center center, url(/img/map.png) no-repeat center center;
} */

@media screen and (max-width: 650px) {
    .address > div {
        flex-direction: column;
        padding: 0 0 0 0;
    }
    #address_map {
        margin-top: 30px;
    }
    .address h4 {
        text-align: center;
    }
    .address_info hr {
        margin: auto;
    }
}
/* Подвал */

footer {
    background: #1C1B26;
    min-height: 140px;
    justify-content: center;

}
footer > div {
    display: flex;
    max-width: 1100px;
    width: 100%;
    color: var(--background);
    font-weight: 500;
    font-size: 18px;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}


@media screen and (max-width: 700px) {
    footer > div {
        font-weight: 400;
        font-size: 14px;
    }
}
@media screen and (max-width: 650px) {
    footer > div {
        flex-direction: column;
        justify-content: space-evenly;
        text-align: center;
    }
}
/* модальное окно */
.modal {
    max-width: 800px;
    width: 100%;
    min-height: 478px;
    background: #E9EBEA;
    padding: 0;
}

.modal_form {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}
.modal_background {
    /*background: url();*/
    width: 390px;
    height: 481px;
}
.modal_background img {
    position: absolute;
    bottom: 0;
}
.modal_text {
    background: linear-gradient(137.66deg, #181626 23.84%, #393651 138.63%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 465px;
}

.modal_text input {
    width: 277px;
    height: 60px;
    background: var(--background);
    color: var(--header);
    padding: 30px;
    font-weight: 400;
    font-size: 12px;
    margin: 9px;
}
.modal_text button {
    width: 277px;
    height: 80px;
    background: #625F7F;
    font-weight: 600;
    font-size: 18px;
    color: var(--background);
    margin: 9px;
}
.modal_text .note {
    color: var(--background);
    font-weight: 400;
    font-size: 12px;
    background: url(/img/white_check.svg) no-repeat 2px 8px;
    width: 277px;
    padding: 0px 0 0 40px;
}

.modal_text h3 {
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    margin: 9px;
}

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

    .modal_form {
        flex-direction: column;
    }
    .modal {
        max-width: 390px;
        min-width: 300px;
    }
    .modal_text {
        width: 100%;
    }
    .modal_background img {
        display: none;
    }
    .modal_background {
        background: url(/img/humans_form.png) no-repeat -5px 6px;
        width: 100%;
        height: 350px;
        background-size: 426px;
    }
    .modal_text h3 {
        margin: 30px 0 20px;
    }
    .modal_text .note {
        margin-bottom: 30px;
    }
}
.form_send {
    min-height: 420px;
}
.form_send > div {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 470px;
}
.form_send hr {
    width: 105px;
    border: 1.75px solid #1F1D31;
    margin: 0px;
}
.form_send h3 {
    font-weight: 600;
    font-size: 24px;
    margin: 16px;
    text-transform: none;
}

.form_send p {
    font-weight: 400;
    font-size: 15px;
}
.form_send img {
    width: 190px;
    margin-bottom: 25px;
    margin-top: 45px;
}

.form_send .down_line {
    width: 100%;
    height: 26px;
    background: #29273C;
    margin-top: 41px;
}
/* 

.modal > div h3 {
    line-height: 26px;
    font-weight: 700;
    font-size: 20px;
    margin: 5px 0;
}
.modal > div p {
    font-size: 16px;
}
.modal > div a {
    color: var(--text);
    white-space: nowrap;
}
.modal > div h4 {
    line-height: 36px;
    font-weight: 500;
    font-size: 22px;
    margin: 0;
}
.modal > div input, button {
    width: 100%;
    height: 60px;
    border-radius: 50px;
    background: var(--white);
    font-size: 15px;
    height: 60px;
    border: 0;
    margin: 10px 0;
}
.modal > div button {
    background: var(--black);
    text-transform: uppercase;
    color: var(--white);
    min-width: 50px;
    border: 0;
    margin-top: 10px; 
}
.modal > div input {
    padding: 0 20px;
}

.modal > div select {
    width: 100%;
    height: 60px;
    border-radius: 50px;
    background: var(--white);
    font-size: 15px;
    height: 60px;
    border: 0;
    margin: 10px 0;
    padding: 0 20px;
} */