a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

.position {
    max-width: 1520px; /** 1520px **/
    margin: auto;
}

.font {
    font-family: "Montserrat", sans-serif;
}

.bold {
    font-weight: bold;
}

.button {
    background: none;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 8px 12px;
    color: #fff;
    outline: none;
}

.button span{
    color: #bf0209;
}

button {
    cursor: pointer;
}

.button:hover {
    background: #a9a9a982;
}

.H1 {
    font-size: 32px;
}

.H2 {
    font-size: 24px;
}

.up {
    position: fixed;
    right: 30px;
    top: 90vh;
    width: 60px;
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
    z-index: 1;
    transition: 1s;
    border: 2px solid darkgray;
    cursor: pointer;
}

.up:hover {
    background: rgba(245, 239, 239, 0.8);
}

* {
    scroll-behavior: smooth;
}

.call-ico {
    width: 14px;
}

/*BASIC END*/


/* TODO HEADER*/
.logo_padding {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header {
    background-color: #4693bf;
}

.header__logo img {
    width: 200px;
}

.header__content {
    display: flex;
    justify-content: space-around;
    /*align-items: center;*/
    padding-top: 1%;
}

.header__number {
    display: flex;
    flex-direction: column;
}


.menu_display {
    display: flex;
    justify-content: space-between;
}

.header__mobile {
    display: grid;
    justify-content: flex-end;
    align-items: center;
}

.header__mobile a {
    margin: 10px 10px;
}

.header__callback {
    display: flex;
    justify-content: flex-end;
    margin-top: 44px;
    margin-right: 85px;
}

.header__mobile-menu {
    display: none;
}

.header__menu-list a {
    color: #fff;
}

.menu-list__hide {
    opacity: 0;
    left: -110%;
}

.menu-list__show {
    opacity: 1;
    left: 0;
}

.up__show {
    opacity: 1;
    right: 10px;
    left: initial;
}

.header__menu-list button {
    border: none;
    margin-top: 5px;
    background-color: #2f83cf;
}

.header__mobile-button {
    border: none;
    background: none;
    outline: none;
    position: relative;;
    z-index: 3;
}

.catalog__slider .slick-slide div {
    display: flex;
    justify-content: center;
}

.header__mobile-number li {
    margin: 10px 0;
    font-size: 20px;
}

.header__list-social {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.header__list-social li {
    margin: 0 5px;
}

.header__button_size {
    font-size: 18px;
    font-weight: bold;
    transition: all .5s;
}

.social__elem {
    margin: 18% auto 0 auto;
}

.social__elem a {
    margin-right: 3%;
}

.header__list-social div {
    display: flex;
}

.flex {
    width: 33%;
}

.about {
    padding: 75px 0px 0px 0px;
    background-image: url("../../resource/images/background_jeansofstyle.png");
    color: #fff;
}

.about__content {
    display: flex;
    justify-content: center;
}

.about__H1 {
    font-size: 50px;
    font-weight: 900;
}

.about__text {
    text-align: center;
    word-break: break-word;
}

.about__achievements {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    padding: 15px 0px;
    background-color: #4693bf;
}

.achievements {
    display: flex;
    width: 290px;
    align-items: center;
}

.achievements img {
    margin-right: 10px;
}

/*ABOUT END*/


/*TODO CATALOG*/
.catalog {
    margin-bottom: 0; /** 90px **/
}

.catalog__title {
    display: flex;
    justify-content: center;
}

.catalog__H1 {
    font-size: 38px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 15px;
}

.catalog__button_display {
    display: flex;
    justify-content: center;
}

.catalog__slider-women-jeans {
    max-width: 1330px;
    margin: auto;
}

.catalog__start {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 15px;
}

.catalog__start .catalog__H1 {
    margin-top: 0;
    margin-bottom: 0;
}

.catalog__button {
    background: #7F40BD;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 7px 20px;
    display: flex;
    align-items: center;
    margin: 20px;
    outline: none;
}

.catalog__button img {
    margin-right: 5px;
}

.catalog__content .catalog__slider img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.catalog__button {
    transition: all .5s;
    cursor: pointer;
}

.catalog__button:hover {
    background: #57238a;

}

.silder__elem img {
    margin: auto;
}

.silder__elem {
    width: 410px !important;
    overflow: hidden;
}
.catalog__content-elem img {
    transition: all .5s;
}

.slider__elem img{
    max-width: 410px;
}
/*CATALOG END*/

/*TODO STOCK*/
.stock {
    background-image: url("../../resource/images/form_jeans_background.png");
    color: #fff;
}

.stock__content {
    display: flex;
    justify-content: space-evenly;
    padding: 95px 0px;
}

.stock__description {
    margin-right: 40px;
}

.stock__description-2 {
    margin-top: 30px;
}

.stock__H1 {
    font-size: 70px;
}

.stock__text {
    font-size: 38px;
}

.stock__timer {
    background-color: rgba(214, 214, 214, 0.5);
    border-radius: 5px;
    padding: 30px 20px;
    text-align: center;
    max-height: 300px;
}

.stock__timer p {
    padding-bottom: 25px;
    font-size: 22px;
    color: #E30029;
}

.stock__timer_display {
    display: flex;
}

.stock__timer_display span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../resource/images/background_stock.svg");
    background-repeat: no-repeat;
    width: 124px;
    height: 110px;
}

.stock__timer_display i {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}

.stock__timer-elem {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #000;
    padding: 0px 20px;
}

.stock__button {
    font-size: 20px;
    background: #2f83cf;
    border-radius: 5px;
    border: none;
    outline: none;
    color: #fff;
    padding: 20px 50px;
    margin-top: 25px;
    transition: all .5s;
}

.stock__button:hover {
    background: #61a8de;
}

/*STOCK END*/


/*TODO ADVANTAGES*/
.advantages {
    background-color: #F3F3F3;
}

.advantages__H1 {
    font-size: 38px;
    font-weight: 500;
    text-align: center;
    padding-top: 35px;
    word-wrap: break-word;
}

.advantages__elements {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 60px;
    padding-bottom: 90px;
}

.advantages__elem {
    width: 161px;
    text-align: center;
    padding: 10px;
}

.advantages__slider {
    display: none;
}

.advantages__slider-elem {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}

.advantages__slider-elem img {
    flex: 100%
}

/*ADVANTAGES END*/


/*TODO BREND*/
.brend {
    margin-top: 90px;
    margin-bottom: 120px;
}

.brend__H1 {
    font-size: 38px;
    text-align: start;
    margin-top: 50px;
    margin-bottom: 15px;
}

.brend__elem {
    display: flex !important;
    height: 152px;
}

/*BREND END*/


/*TODO 404*/
.not-found {
    text-align: center;
    font-size: 35px;
    height: 500px;
    display: flex;
}

/*404 END*/

/*TODO FEEDBACK*/
.feedback {
    background-image: url("../../resource/images/subsribe_form_bg.png");
}

.feedback__content {
    text-align: center;
    padding: 70px 0px;
}

.feedback__content p {
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
}

.feedback__form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 55px;
}

.feedback__input {
    display: flex;
    justify-content: center;
    flex: 100%;
}

.feedback input {
    font-family: "Montserrat", sans-serif;
    border: none;
    padding: 11px 20px;
    margin: 0 20px;
    width: 20%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/*FEEDBACK END*/


/*TODO MODAL*/
.modal {
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 1s;
    display: flex;
    z-index: 3;
}

.modal__content {
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    color: #fff;
    border-radius: 5px;
}

.modal__form {
    display: block;
}

.modal__input {
    flex-direction: column;
}

.modal__input input {
    margin: 10px;
    height: 35px;
    font-family: "Montserrat", sans-serif;
}

.modal__hide {
    top: 120%;
    opacity: 0;
}

.modal__show {
    top: 0;
    opacity: 1;
}

.modal__text {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 5px;
    color: #fff;
}

/*MODAL END*/


/*TODO FOOTER*/
.footer {
    padding: 40px 0px;
    color: #fff;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

/*.footer__content a[href^="https:"] {
    margin-left: 75px;
}*/

.footer__text-2 {
    display: none;
}

/*FOOTER END*/

/* NEW STYLE */
.block__women_jeans {
    display: grid;
    height: 501px;
    background: url("../../resource/images/block_men_jeans_bg.jpg.png") 100% 100% no-repeat;;
    background-size: cover;
    border-bottom: 1px solid #4693bf;
    margin-bottom: 10px;
}

.block__women_trikotag {
    display: grid;
    height: 501px;
    background: url("../../resource/images/block_women_trikotag_bg.jpg") 100% 100% no-repeat;;
    background-size: cover;
    border-top: 1px solid #4693bf;
}

.callback_button_block {
    position: relative;
    text-align: end;
    margin-right: 16%;
    margin-top: 1%;
}

.callback_button_block a img {
    margin-right: 1%;
}

.callback_button_block a:hover {
    text-decoration: none;
}

.callback_button_block .header__button_size {
    padding: 7px 19px;
}

.wrapper__jeans__block {
    padding: 21% 10%;
}

.trikotag {
    writing-mode: tb-rl;
    transform:rotate(180deg);
    padding: 2% 10% !important;
}

.jeans__block-title {
    display: block;
    font-size: 48px;
    font-weight: bold;
}

.color-red {
    color: #bf0209;
}
.color-blue {
    color: #026cb1;
}

.motivation__block {
    background-color: #c3cfd6;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    padding: 3%;
    color: #fff;
    line-height: initial;
}

.motivation__block span {
    color: #026cb1;
}


/*TODO MEDIA*/
@media (max-width: 1550px) {
    .motivation__block {
        font-size: 34px;
    }

    .position {
        margin: 0 5%;
    }

    .header__mobile {
        /*flex-wrap: wrap;*/
    }

    .header__number {
        justify-content: center;
        flex-wrap: wrap;
    }

    .header__number a[href^="tel:"] {
        margin: 5px 0;
    }

    .about__achievements {
        margin: 70px 0% 0px;
    }

    .stock__content {
        flex-wrap: wrap;
    }

    .stock__timer {
        margin-top: 20px;
    }

    .stock {
        background-size: 3500px;
    }

}

@media (max-width: 1300px) {
    .header__content {
        justify-content: space-between;
    }

    .header__menu, .header__contact {
        display: none;
    }

    .header__menu-list {
        position: fixed;
        display: block;
        background: rgba(50, 50, 50, 0.8);
        width: 100%;
        height: 100%;
        top: 0;
        padding-left: 20px;
        padding-top: 70px;
        transition: 1s;
        z-index: 2;
    }

    .header__menu-block a {
        display: block;
        margin-top: 15px;
    }

    .header__menu-social {
        display: flex;
    }

    .header__menu-social a {
        margin-right: 10px;
    }

    .header__mobile-menu {
        display: inline;
    }

    .header__callback {
        justify-content: flex-start;
        margin-top: 0px;
    }
}

@media (min-width: 768px) {
    .catalog img:hover {
        transform: scale(1.05);
        width: 410px;
        height: 300px;
        overflow: hidden;
    }

    .catalog__img-hover:hover {
        height: initial !important;
        width: initial !important;
    }

}

@media (max-width: 768px) {
    .call-ico {
        width: 8px;
    }

    .callback_button_block {
        margin-right: 0%;
        margin-top: 3%;
    }

    .header__button_size {
        font-size: 11px;
    }

    .callback_button_block .header__button_size {
        padding: 7px 9px;
    }

    .jeans__block-title {
        font-size: 18px;
    }

    .wrapper__jeans__block {
        padding: 18% 0 6% 3%;
    }

    .block__women_jeans {
        height: 228px;
        background: url(../../resource/images/block_men_jeans_bg.jpg.png) 96% 0% no-repeat;
        background-size: cover;
    }

    .block__women_trikotag {
        height: 228px;
        background: url(../../resource/images/block_women_trikotag_bg.jpg) 96% 0% no-repeat;
        background-size: cover;
    }

    .trikotag {
        writing-mode: tb-rl;
        transform: rotate(
                180deg
        );
        padding: 6% 6% !important;
    }

    .advantages__H1 {
        font-size: 27px;
    }

    .motivation__block {
        font-size: 24px;
        padding: 6%;
    }

    .about__H1 {
        font-size: 35px;
    }

    .header__content {
        flex-wrap: wrap;
    }
    .catalog__start{
        flex-direction: column;
    }

    .brend__elem, .advantages__slider-elem {
        margin: 0 auto;
        width: 60% !important;
    }

    .brend__content .slick-slide img, .advantages img {
        display: block;
        width: 100%;
        object-fit: contain;
        height: 70px;
    }

    .advantages__slider-elem p {
        margin-top: 15px;
    }

    .about__text p {
        font-size: 25px;
        margin-top: 10px;
    }

    .slick-slide img {
        display: block;
        width: 100%;
        object-fit: contain;
    }

    .about__achievements {
        flex-wrap: wrap;
    }

    .achievements {
        padding: 10px;
    }

    .stock {
        display: none;
    }

    .advantages__elements {
        display: none;
    }

    .advantages__slider {
        display: inline;
    }

    .brend__H1 {
        text-align: center;
    }

    .feedback__input {
        flex-wrap: wrap;
    }

    .feedback__input input {
        flex: 100%;
        margin: 10px 0;
    }

    .modal__input input {
        flex: initial;
        margin: 10px;
    }

    .footer__content, .footer__mobile {
        flex-direction: column;
    }

    .footer__content a[href^="https:"] {
        margin-left: 0;
    }

    .footer__text-1 {
        display: none;
    }

    .footer__mobile a {
        margin: 0;
    }

    .footer__img {
        display: flex;
    }

    .footer__img a {
        margin: 0 12px 30px;
    }

    .footer__number {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .footer__number a {
        flex: 100%;
    }

    .footer__text-2 {
        display: inline;
        margin-bottom: 10px;
    }
}

@media (max-width: 427px) {
    .block__women_jeans {
        height: 168px;
        background: url(../../resource/images/block_men_jeans_bg.jpg.png) 96% 0% no-repeat;
        background-size: cover;
    }

    .block__women_trikotag {
        height: 168px;
        background: url(../../resource/images/block_women_trikotag_bg.jpg) 96% 0% no-repeat;
        background-size: cover;
    }
}

/*MEDIA END*/
