@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@500;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
}

#toTop {
    width: 48px;
    height: 48px;
    border: 1px solid #E7382B;
    background: #E7382B;
    text-align: center;
    line-height: 36px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
    color: #333;
    font-family: verdana;
    font-size: 11px;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    transition: all .30s;
}

#toTop svg {
    vertical-align: text-bottom;
    transition: all .30s;
}

#toTop:hover {
    transition: all .30s;
    background: #fff;
    border: 1px solid #E7382B;
}

#toTop:hover > svg path {
    transition: all .30s;
    fill: #E7382B;
}

.header-wrapper {
    background: url(../img/top-bg.png) center/cover no-repeat;
}

.top-header {
    padding: 12px 0;
    border-bottom: 1px solid #D5D5D5;
}

.header-logo img {
    max-width: 250px;
    height: auto;
}

.header-contacts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.header-contacts__phone {
    margin-right: 24px;
}

.header-contacts__phone a {
    text-decoration: none;
    font-weight: 700;
    color: #1E1E1E;
    transition: all .30s;
}


.header-contacts__phone a:hover {
    transition: all .30s;
    color: #E7382B;
}


.header-contacts__phone a svg {
    vertical-align: middle;
    margin-right: 4px;
}

.header-contacts__social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
}

.header-contacts__social a {
    height: 36px;
    width: 36px;
    background: #1D1D1B;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    margin-right: 16px;
    transition: all .30s;
}

.header-contacts__social a:hover {
    transition: all .30s;
    background: #E7382B;
}

.header-contacts__social a:last-child {
    margin-right: 0;
}

.header-contacts__social a svg {
    vertical-align: text-bottom;
}

.header-bottom {
    padding: 16px 0;
}

.header-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.header-menu a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #1E1E1E;
    transition: all .30s;
}

.header-menu a:hover {
    transition: all .30s;
    color: #E7382B;
}

.open-popup__btn {
    padding: 16px 32px;
    font-size: 16px;
    font-family: inherit;
    font-weight: 900;
    color: #E7382B;
    border: 1px solid #E7382B;
    outline: none;
    background: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .30s;
}

.open-popup__btn span {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 2px solid #E7382B;
}

.open-popup__btn svg {
    vertical-align: middle;
    margin-bottom: 4px;
}

.header-bottom .open-popup__btn:hover {
    transition: all .30s;
    color: #fff;
    border: 1px solid #fff;
    background: #E7382B;
}

.header-bottom .open-popup__btn:hover > span {
    transition: all .30s;
    border-left: 2px solid #fff;
}

.header-bottom .open-popup__btn:hover > span svg path {
    fill: #fff;
    transition: all .30s;
}

/******************************************/
.top-headline {
    padding-top: 32px;
}

.top-headline__wrapper {
    position: relative;
    margin-bottom: 70px;
}

.top-headline h1 {
    text-transform: uppercase;
    font-size: 96px;
    color: #1D1D1B;
    font-weight: 900;
    z-index: 100
}

.bg-word {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: -1;
}

.bg-word img {
    max-width: 100%;
}

/***********************************/
.home-slider__item img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}

.home-slider__wrapper .slick-dots {
    bottom: 16px;
}

.home-slider__wrapper .slick-dots li button {
    background: #fff;
    color: #fff;
    border-radius: 50%;
    height: 16px;
    width: 16px;
}

.home-slider__wrapper .slick-dots li button:before {
    height: 12px;
    width: 12px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: #E7382B;
}

/***********************************/
.services {
    margin-top: 100px;
    /*    background: #fff url(../img/texture.svg) center/cover no-repeat; */
}

.services-header h2 {
    font-size: 96px;
    font-weight: 900;
    color: #1D1D1B;
    text-transform: uppercase;
}

.services-header .open-popup__btn {
    background: #E7382B;
    color: #fff;
    transition: all .30s;
}

.services-header .open-popup__btn span {
    border-left: 2px solid #fff;
    transition: all .30s;
}

.services-header .open-popup__btn span svg path {
    fill: #fff;
    transition: all .30s;
}

.services-header .open-popup__btn:hover {
    transition: all .30s;
    background: #fff;
    color: #E7382B;
}

.services-header .open-popup__btn:hover > span {
    transition: all .30s;
    border-left: 2px solid #E7382B;
}

.services-header .open-popup__btn:hover > span svg path {
    transition: all .30s;
    fill: #E7382B;
}

.services-items {
    margin-top: 64px;
}

.services-items__item {
    background: #F5F5F5;
    padding: 48px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all .30s;
}

.services-items__item:hover {
    transition: all .30s;
    transform: translateY(-10px);
}

.services-items__item-img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-items__item h4 {
    font-size: 24px;
    margin-top: 24px;
    height: 64px;
    color: #000;
    text-transform: uppercase;
    line-height: 150%;
    font-weight: 900;
}

.services-items__item p {
    margin-top: 8px;
    color: #515151;
    font-weight: 500;
    line-height: 150%;
}

.services-items__item a {
    margin-top: 48px;
    font-weight: 900;
    color: #E7382B;
    padding-bottom: 1px;
    border-bottom: 1px solid #E7382B;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .30s;
}

.services-items__item a:hover {
    transition: all .30s;
    transform: translateY(-5px);
}

/*************************/
.services-list {
    margin-top: 100px;
    padding: 100px 0;
    background: url(../img/top-bg.png) center/cover no-repeat;
}

.service-list-block {
    margin-bottom: 64px;
}

.service-list-block:last-child {
    margin-bottom: 0;
}

.service-list-block h2 {
    font-size: 64px;
    font-weight: 900;
    color: #1D1D1B;
    text-transform: uppercase;
}

.services-list__list {
    margin-top: 32px;
}

.services-list__list-item {
    border-top: 1px solid #CDCDCD;
    padding: 32px 0;
    transition: all .30s;
}

.services-list__list-item:last-child {
    border-bottom: 1px solid #CDCDCD;
}

.services-list__list-item h4 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    transition: all .30s;
}

.services-list__list-item:hover h4 {
    transition: all .30s;
    color: #E7382B;
}

.services-list__list-item p {
    font-weight: 500;
    color: #515151;
    line-height: 150%;
}

.services-list__list-item a {
    text-decoration: none;
    padding-bottom: 1px;
    color: #E7382B;
    border-bottom: 1px solid #E7382B;
    text-transform: uppercase;
    font-weight: 900;
    transition: all .30s;
    display: inline-block;
    float: right;
}

.services-list__list-item a:hover {
    transition: all .30s;
    transform: translateY(-5px);
    border: none;
}

/***************************/
.open-time {
    margin-top: 100px;
}

.open-time__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.open-time__left {
    padding: 68px 0 68px 0;
    flex: 0 1 500px;
}

.open-time__left-content {
    padding: 56px;
    height: 476px;
    background: url(../img/top-bg.png) center/cover no-repeat;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.open-time__left-content h3 {
    font-size: 64px;
    line-height: 150%;
    color: #1D1D1B;
    font-weight: 900;
    text-transform: uppercase;
}

.open-time__left-content a {
    font-size: 24px;
    color: #1E1E1E;
    font-weight: 900;
    text-decoration: none;
    transition: all .30s;
}

.open-time__left-content a:hover {
    transition: all .30s;
    color: #E7382B;
}

.open-time__left-content a svg {
    vertical-align: bottom;
    margin-right: 8px;
}

.open-time__right {
    background: #E7382B;
    padding: 68px 95px 68px 0;
    flex: 0 1 636px;
}

.open-time__right-content {
    border: 1px solid #FFFFFF;
    border-left: none;
    padding: 72px 116px 72px 72px;
    height: 100%;
}

.open-time__right-content__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.open-time__right-content__item:last-child {
    margin-bottom: 0;
}

.open-time__right-content__item p {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}

/************************************/
.contacts {
    margin-top: 100px;
}

.contact-map iframe {
    width: 100%;
    height: 671px;
}

.contact-form {
    background: #F4F4F4;
    padding: 48px;
}

.home-page-form h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1E1E1E;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
}

.home-page-form input {
    display: block;
    width: 100%;
    text-align: center;
    padding: 16px;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #E2E2E2;
    font-size: 16px;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
}

.home-page-form input:placeholder {
    font-weight: 700;
    color: #999;
    font-family: inherit;
}

.home-page-form select {
    display: block;
    width: 100%;
    text-align: center;
    padding: 16px;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #E2E2E2;
    font-size: 16px;
    font-family: inherit;
    text-transform: uppercase;
}

.jq-selectbox {
    display: block;
    width: 100%;
}

.jq-selectbox__select {
    text-align: center;
    padding: 16px;
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #E2E2E2;
    height: auto;
}

.jq-selectbox {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.jq-selectbox__select:hover {
    background: transparent;
}

.jq-selectbox__trigger {
    border: none;
    top: 17px;
    height: auto;
}

.jq-selectbox__select-text {
    font-size: 16px;
    font-weight: 700;
    color: #7c7c7c;
    text-transform: uppercase;
    font-family: 'Mulish', sans-serif;
}

.jq-selectbox__trigger-arrow {
    border-top: 5px solid #1E1E1E;
}

.jq-selectbox__select:active {
    background: transparent;
    border: none;
    box-shadow: none;
}

.home-page-form textarea {
    display: block;
    width: 100%;
    text-align: center;
    padding: 16px;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #E2E2E2;
    font-size: 16px;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
    height: 136px;
    resize: none;
}

.home-page-form button {
    display: block;
    margin-top: 24px;
    background: #E7382B;
    color: #fff;
    width: 100%;
    height: 52px;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all .30s;
}

.home-page-form button span {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #fff;
    margin-top: 4px;
    transition: all .30s;
}

.home-page-form button span svg {
    vertical-align: bottom;
    transition: all .30s;
}
.home-page-form button:hover {
    transition: all .30s;
    background: transparent;
    border: 1px solid #E7382B;
    color: #e7382b;
}
.home-page-form button:hover > span {
    transition: all .30s;
    border-left: 1px solid #E7382B;
}
.home-page-form button:hover > span svg path {
    transition: all .30s;
    fill: #E7382B;
}
.text-under-form {
    font-size: 16px;
    margin-top: 16px;
    font-weight: 500;
    color: #999;
    text-align: center;
}

.form-social-links {
    margin-top: 32px;
    text-align: center;
}

.form-social-links a {
    display: inline-block;
    text-decoration: none;
    padding: 14px;
    background: #fff;
    margin: 0 4px;
    transition: all .30s;
}
.form-social-links a svg {
    transition: all .30s;
}
.form-social-links a:hover {
    transition: all .30s;
    background: #E7382B;
}
.form-social-links a:hover > svg path {
    transition: all .30s;
    fill: #fff;
}
.form-social-links a svg {
    vertical-align: text-bottom;
}

/********************************/
.footer {
    margin-top: 100px;
    padding: 72px 0;
    background: #1E1E1E;
}

.footer h4 {
    font-size: 20px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.footer-menu__links a {
    display: block;
    text-decoration: none;
    margin-bottom: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    transition: all .30s;
}

.footer-menu__links a:last-child {
    color: #E7382B;
}

.footer-menu__links a:hover {
    transition: all .30s;
    transform: translateX(10px);
}

.footer-contacts__wrapper address {
    text-transform: uppercase;
    font-style: normal;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 150%;
}

.footer-contacts__wrapper address svg {
    float: left;
    margin-bottom: 20px;
    margin-right: 8px;
}

.footer-contacts__wrapper a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 24px;
    transition: all .30s;
}

.footer-contacts__wrapper a svg {
    float: left;
    margin-right: 8px;
}

.footer-contacts__wrapper > a:hover {
    color: #E7382B;
    transition: all .30s;
}

.footer-social {
    margin-top: 72px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.footer-social a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #E7382B;
    margin-left: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
    transition: all .30s;
}

.footer-social a:first-child {
    margin-left: 0;
}

.footer-social a svg {
    float: none;
    margin: 0;
    transition: all .30s;
}

.footer-social a:hover {
    transition: all .30s;
    background: #fff;
    transform: translateY(-5px);
}

.footer-social a:hover > svg path {
    transition: all .30s;
    fill: #E7382B;
}

.footer-open-time__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    transition: all .30s;
}

.footer-open-time__item:hover > p {
    transition: all .30s;
    color: #E7382B;
    transform: translateX(5px);
}

.footer-open-time__item p {
    margin-bottom: 16px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .30s;
}
.bottom-footer {
    padding: 20px 0;
    background: #343434;
}
.bottom-footer p {
    text-transform: uppercase;
    font-weight: 700;
    color: #A5A5A5;
}
.bottom-footer a {
    text-transform: uppercase;
    font-weight: 700;
    color: #A5A5A5;
    text-decoration: none;
    transition: all .30s;
}
.bottom-footer a:hover {
    transition: all .30s;
    color: #fff;
}
.succes-form-send {
    position: fixed;
    top: 0;
    left: -999px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: green;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    transition: all .30s;
    opacity: 0;
    visibility: hidden;
}
.succes-form-send__active {
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all .30s;
}
/************************************/
.form-popup__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.51);
    backdrop-filter: blur(10px);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    z-index: -1000;
    transition: all .30s;
    padding: 15px;
}
.form-popup__wrapper-active {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    transition: all .30s;
}
.form-popup {
    max-width: 445px;
    width: 100%;
    position: relative;
    box-shadow: 0px 320.715px 127.982px rgba(48, 45, 59, 0.01), 0px 180.086px 108.254px rgba(48, 45, 59, 0.05), 0px 79.9258px 79.9258px rgba(48, 45, 59, 0.09), 0px 20.2344px 44.0098px rgba(48, 45, 59, 0.1), 0px 0px 0px rgba(48, 45, 59, 0.1);
}
.form-popup .contact-form {
    overflow: auto;
    position: relative;
    margin-top: 0;
}
.close-popup-form {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
/*************************/
.logading-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000069;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all .30s;
    z-index: 9999;
}
.logading-box__active {
    visibility: visible;
    opacity: 1;
    transition: all .30s;
}
.loading-box__wrapper {
    height: 100px;
    width: 100px;
}
.loading-box__wrapper svg {
    width: 100%;
    height: 100%;
}
.success-send-message {
    position: fixed;
    top: -500px;
    left: 0;
    width: 100%;
    padding: 24px 15px;
    background: #1bab1e;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .30s;
    z-index: 9999;
}
.success-send-message__active {
    transition: all .30s;
    top: 0;
}
/****************************/
.slick-slide img {
    width: 100%;
}
/*****************************/
.not-found {
    text-align: center;
    margin-top: 100px;
}
.not-found h2 {
    font-size: 96px;
    font-weight: 900;
    text-transform: uppercase;
    color: #1d1d1b;
    display: block;
    margin-bottom: 24px;
}
.not-found a {
    font-size: 24px;
    color: #e7382b;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #E7382B;
    font-weight: 700;
}