* {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

html,
body {
    min-height: 100vh;
}

body {
    padding-top: 100px;
    font-size: 20px;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    background: #000;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: #B8181E;
}

body.shadow-overlay {
    overflow: hidden;
}

body.shadow-overlay:before {
    visibility: visible;
    opacity: 0.2;
    z-index: 998;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

body.shadow-overlay1 {
    overflow: hidden;
}

body.shadow-overlay1:before {
    visibility: visible;
    opacity: 0.5;
    z-index: 998;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

* html main {
    height: 100%;
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.m-devider-global {
    display: none;
}

.wrap {
    max-width: 1560px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

h1 {
    font-family: "SimeizC";
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 108.835%;
    margin-bottom: 50px;
    background: linear-gradient(87deg, #FA6676 -1.97%, #B8181E 16.41%, #FD666A 31.66%, #A0101B 54%, #F04D4F 75.88%, #B60C18 97.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

h2 {
    font-family: "SimeizC";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 108.835%;
    background: linear-gradient(87deg, #FA6676 -1.97%, #B8181E 16.41%, #FD666A 31.66%, #A0101B 54%, #F04D4F 75.88%, #B60C18 97.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 50px;
    text-transform: uppercase;
}

h3 {
    font-family: "SimeizC";
    font-size: 50px;
    line-height: 58px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

h3 strong {
    font-weight: 400;
    color: #fff;
}

h4 {
    font-size: 24px;
    line-height: 170%;
    margin-bottom: 50px;
}

hr {
    height: 1px !important;
    display: block !important;
    border-top: 0 !important;
    width: 100%;
    margin: 60px 0;
}

a {
    color: #fff;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    line-height: 130%;
    margin-bottom: 30px;
}

p:last-child {
    margin-bottom: 0;
}

table th,
table td {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    padding: 20px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    font-family: "Roboto";
    color: #4d4c4c;
}

table tr:nth-child(2n) {
    background: #edf8f8;
}

img {
    max-width: 100%;
    height: auto;
}

a,
img {
    outline: none;
}

input[type=submit],
button {
    font-family: "Noto Sans", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

.button.centered {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn {
    border: 0;
    outline: 0;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 0 32px;
    text-align: center;
    height: 60px;
    text-align: center;
    border-radius: 5px;
    background: radial-gradient(63.83% 100% at 50.1% 0%, rgba(241, 88, 93, 0.84) 0%, rgba(93, 13, 16, 0.71) 100%), #5D0D10;
    -webkit-box-shadow: 0px 5px 31px 0px rgba(55, 33, 77, 0.49);
    box-shadow: 0px 5px 31px 0px rgba(55, 33, 77, 0.49);
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 108.835%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn:hover {
    -webkit-box-shadow: 0px 5px 31px 0px rgba(184, 24, 30, 0.7);
    box-shadow: 0px 5px 31px 0px rgba(184, 24, 30, 0.7);
}

.form__title {
    font-family: "SimeizC";
    font-size: 40px;
    font-style: normal;
    text-align: center;
    font-weight: 400;
    line-height: 108.835%;
    margin-bottom: 30px;
    background: linear-gradient(87deg, #FA6676 -1.97%, #B8181E 16.41%, #FD666A 31.66%, #A0101B 54%, #F04D4F 75.88%, #B60C18 97.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.form__row {
    margin-bottom: 30px;
}

.form__file {
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px;
    padding: 0 26px;
    min-width: 358px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form__file .wpcf7-form-control-wrap {
    display: block;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
}

.form__file input {
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
}

.form__file svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
}

.form__file path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form__file span {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 108.835%;
    color: #999;
}

.form__file span.active {
    color: #fff;
}

.form__radio {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form .btn {
    width: 100%;
    height: 80px;
    font-family: "SimeizC";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 108.835%;
}

.form__caption {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 108.835%;
}

input.inputbox,
textarea.messagebox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    width: 100%;
    height: 70px;
    background: #101011;
    border: 1px solid #fff;
    display: block;
    font-family: "Noto Sans" !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 108.835%;
    color: #fff;
    padding: 0 26px;
    outline: none !important;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

select.select-css {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    width: 100%;
    display: block;
    font-family: "Exo 2" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #BABABA;
    padding: 0 20px;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

select.select-css:focus {
    border-color: #fff;
}

textarea.messagebox {
    height: 110px;
    padding: 20px 10px !important;
}

select.select-css {
    color: #000;
    background: url(../images/svg/expand.svg) no-repeat center right 20px !important;
    background-size: 20px;
    border: 1px solid #000;
}

select.select-css::-ms-expand {
    display: none;
}

.select-css {
    padding-top: 0 !important;
    color: #000 !important;
}

.select-css:focus {
    color: #000 !important;
}

input.inputbox::-webkit-input-placeholder,
textarea.messagebox::-webkit-input-placeholder {
    color: #999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox::-moz-placeholder,
textarea.messagebox::-moz-placeholder {
    color: #999;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox:-moz-placeholder,
textarea.messagebox:-moz-placeholder {
    color: #999;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox:-ms-input-placeholder,
textarea.messagebox:-ms-input-placeholder {
    color: #999;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox:focus::-webkit-input-placeholder,
textarea.messagebox:focus::-webkit-input-placeholder {
    opacity: 0;
}

input.inputbox:focus::-moz-placeholder,
textarea.messagebox:focus::-moz-placeholder {
    opacity: 0;
}

input.inputbox:focus:-moz-placeholder,
textarea.messagebox:focus:-moz-placeholder {
    opacity: 0;
}

input.inputbox:focus:-ms-input-placeholder,
textarea.messagebox:focus:-ms-input-placeholder {
    opacity: 0;
}

input.inputbox2::-webkit-input-placeholder {
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox2::-moz-placeholder {
    color: #000;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox2:-moz-placeholder {
    color: #000;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox2:-ms-input-placeholder {
    color: #000;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox2:focus::-webkit-input-placeholder {
    opacity: 0;
}

input.inputbox2:focus::-moz-placeholder {
    opacity: 0;
}

input.inputbox2:focus:-moz-placeholder {
    opacity: 0;
}

input.inputbox2:focus:-ms-input-placeholder {
    opacity: 0;
}

.checkbox {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkbox label {
    display: block;
    font-size: 21px;
    line-height: normal;
    cursor: pointer;
    color: #fff;
    min-height: 30px;
}

.checkbox label a {
    color: #fff;
    text-decoration: underline;
    margin-left: 5px;
}

.checkbox label a:hover {
    text-decoration: none;
}

.checkbox label:last-child {
    margin-bottom: 0;
}

.checkbox label input {
    display: none;
}

.checkbox label input:checked + span:after {
    opacity: 1;
}

.checkbox label span {
    display: block;
    padding-top: 3px;
    position: relative;
    padding-left: 45px;
}

.checkbox label span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}

.checkbox label span:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.radio {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
}

.radio:last-child {
    margin-right: 0;
}

.radio label {
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 108.835%;
    cursor: pointer;
    color: #fff;
    min-height: 30px;
}

.radio label a {
    color: #fff;
    text-decoration: underline;
    margin-left: 5px;
}

.radio label a:hover {
    text-decoration: none;
}

.radio label:last-child {
    margin-bottom: 0;
}

.radio label input {
    display: none;
}

.radio label input:checked + span:after {
    opacity: 1;
}

.radio label span {
    display: block;
}

.radio label span.wpcf7-list-item-label {
    display: block;
    padding-top: 3px;
    position: relative;
    padding-left: 30px;
}

.radio label span.wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    background: #000;
    border-radius: 50%;
}

.radio label span.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 9px;
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    z-index: 1000;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    opacity: 0;
    visibility: hidden;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal::-webkit-scrollbar {
    width: 0;
}

.modal__close {
    position: absolute;
    top: 25px;
    right: 25px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 200;
}

.modal__close svg {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal__close path {
    stroke: #bb2bb5;
}

.modal__close:hover svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.modal__content {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    max-height: 85vh;
    max-width: 560px;
    width: 100%;
    background: #1a1a1a;
    border-radius: 60px;
    padding: 40px;
    overflow: auto;
}

.modal__content::-webkit-scrollbar {
    width: 0;
}

.modal p {
    text-align: center;
}

.slick-arrow {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background: transparent;
    cursor: pointer;
    position: absolute;
    border: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 0;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slick-arrow.slick-hidden {
    opacity: 0 !important;
}

.slick-arrow:hover {
    opacity: 0.6;
}

.slick-arrow.slick-prev {
    left: -90px;
}

.slick-arrow.slick-next {
    right: -90px;
}

.slick-arrow.slick-disabled {
    opacity: 0 !important;
}

.slick-arrow svg {
    height: 16px;
    width: auto;
    display: block;
}

.slick-arrow path,
.slick-arrow polyline {
    stoke: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slick-arrow:hover path {
    fill: #97999A;
}

.slick-dots {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.slick-dots li {
    list-style-type: none;
    margin: 5px 8px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slick-dots li.slick-active {
    background: #fff;
    opacity: 1;
}

.slick-dots li button {
    display: none;
}

.breadcrumbs {
    margin-bottom: 55px;
}

.breadcrumbs__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumbs ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumbs ul li {
    list-style-type: none;
    margin-bottom: 5px;
    color: #fff;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs ul li:after {
    content: "";
    display: block;
    width: 7px;
    height: 6px;
    background: url(../images/svg/chevron-r.svg) no-repeat center center;
    background-size: contain;
    margin: 0 18px;
}

.breadcrumbs ul li:last-child:after {
    display: none;
}

.breadcrumbs ul li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.breadcrumbs ul li a:hover {
    color: #fff;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
}

.wpcf7-not-valid-tip {
    padding-top: 3px;
    font-size: 14px;
    font-weight: bold;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #101011;
    z-index: 300;
}

.header__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 13px 0;
}

.header .logo a {
    display: block;
}

.header .logo img {
    display: block;
}

.header .menu-main__trigger {
    display: none;
}

.header .menu-main__trigger .menu-main__close {
    display: none;
}

.header .menu-main ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .menu-main ul li {
    list-style-type: none;
    margin-right: 30px;
}

.header .menu-main ul li:last-child {
    margin-right: 0;
}

.header .menu-main ul li a {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 118%;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header .menu-main ul li a:hover {
    color: #B8181E;
}

.header .menu-main .socials {
    display: none;
}

.header__city {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 118%;
    position: relative;
}

.header__city:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #fff;
    margin-left: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header__city i {
    margin-right: 12px;
    display: block;
    height: 30px;
    width: 30px;
}

.header__city i img {
    display: block;
}

.header__city select.select-css {
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 118%;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #101011 !important;
    color: #fff !important;
    outline: 0;
}

.header__city select.select-css {}

.header__city .custom-select {
    position: relative;
}

.header__city .custom-select .select-items {
    position: absolute;
    margin-top: 40px;
}

.header .phone {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 118%;
}

.header .phone a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header .phone a:hover {
    color: #B8181E;
}

.header .socials {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 13px;
}

.header .socials a {
    margin: 0 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header .socials a svg {
    display: block;
}

.header .socials a path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header .socials a:hover {
    opacity: 0.5;
}

.hero {
    min-height: 886px;
    padding-top: 130px;
    padding-bottom: 40px;
    background-size: cover;
}

.hero__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.hero__text {
    font-size: 24px;
}

.hero__text > *:last-child {
    margin-bottom: 0;
}

.hero ul {
    margin-bottom: 50px;
}

.hero ul li {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 108.835%;
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 48px;
}

.hero ul li:before {
    content: "";
    display: block;
    width: 30px;
    height: 12px;
    background: url(../images/svg/li.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 8px;
}

.hero ul li:last-child {
    margin-bottom: 0;
}

.hero__bottom {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 82px;
}

.hero__bottom span {
    font-family: "SimeizC";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 118%;
    margin-right: 49px;
}

.hero__bottom .btn {
    height: 100px;
    font-family: "SimeizC";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 108.835%;
}

.hero__messangers {
    margin-left: auto;
    border-radius: 13px;
    border: 1px solid #A0101B;
    background: #000;
    -webkit-box-shadow: 0px 8px 22.8px 0px rgba(0, 0, 0, 0.63);
    box-shadow: 0px 8px 22.8px 0px rgba(0, 0, 0, 0.63);
    padding: 25px 40px;
}

.hero__messangers .label {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 118%;
    margin-bottom: 20px;
}

.hero__messangers span {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero__messangers span a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 123%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 14px;
}

.hero__messangers span a:last-child {
    margin-right: 0;
}

.hero__messangers span a svg {
    display: block;
    margin-right: 16px;
    width: 30px;
    height: 30px;
}

.hero__messangers span a:hover {
    opacity: 0.5;
}

.advantages {
    position: relative;
    margin-top: -50px;
    overflow: hidden;
}

.advantages__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advantages span {
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 118%;
    background: url(../images/svg/hero__border.svg) no-repeat center center #000;
    background-size: contain;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 336px;
    height: 100px;
    -webkit-filter: drop-shadow(0px 7px 14.1px rgba(0, 0, 0, 0.56));
    filter: drop-shadow(0px 7px 14.1px rgba(0, 0, 0, 0.56));
    border-radius: 10px;
}

.offer {
    padding-top: 200px;
    background: url(../images/offer_bg.png) no-repeat left bottom -20px;
    position: relative;
}

.offer:before {
    content: "";
    display: block;
    width: 330px;
    height: 275px;
    background: url(../images/svg/offer_decore.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 130px;
    right: 40px;
}

.offer .wrap > p {
    max-width: 782px;
    margin: 0 auto 100px;
    font-size: 36px;
    font-style: normal;
    font-weight: 100;
    line-height: 118%;
}

.offer__slider {
    position: relative;
}

.offer-slide {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.offer-slide__image {
    margin-right: 74px;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    width: 745px;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.offer-slide__image:after {
    content: "";
    display: block;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}

.offer-slide__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    z-index: 10;
}

.offer-slide__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.offer-slide h5 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 118%;
    margin-bottom: 26px;
}

.offer-slide p {
    font-size: 22px;
    font-style: normal;
    font-weight: 200;
    line-height: 143%;
    margin-bottom: 0;
}

.offer-slide .button {
    margin-top: 40px;
}

.offer-slide .btn {
    font-family: "SimeizC";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 108.835%;
    height: 70px;
}

.condition {
    background: #000;
    -webkit-filter: drop-shadow(0px 11px 34.2px rgba(0, 0, 0, 0.49));
    filter: drop-shadow(0px 11px 34.2px rgba(0, 0, 0, 0.49));
    border-radius: 10px;
    padding: 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.condition i {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    margin-bottom: 40px;
}

.condition img {
    display: block;
    max-height: 100%;
}

.condition span {
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 108.835%;
}

.conditions {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 1347px;
    padding: 200px 0 200px;
}

.conditions h2 {
    text-align: right;
    margin-bottom: 40px;
}

.conditions p {
    text-align: right;
    margin-bottom: 60px;
}

.conditions__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.conditions__items {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin-bottom: -30px;
}

.conditions .condition {
    width: calc(33.33% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.conditions__block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 618px;
    height: 680px;
    background: url(../images/for_girls_block.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 74px;
    position: relative;
}

.conditions__block:before {
    content: "";
    display: block;
    width: 170px;
    height: 128px;
    background: url(../images/for_girls_decore.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -20px;
    right: -20px;
}

.conditions__block-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 200;
    line-height: 122%;
    margin-bottom: 68px;
}

.conditions .worktime {
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: 123%;
    margin-bottom: 88px;
}

.conditions__socials {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.conditions__socials a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    border-radius: 10px;
    background: linear-gradient(45deg, #B8181E 8.9%, #FD666A 56.22%, #B60C18 104.01%), #D9D9D9;
    width: 180px;
    padding: 11px 0;
    margin-right: 15%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.conditions__socials a:hover {
    -webkit-box-shadow: 0px 5px 31px 0px rgba(184, 24, 30, 0.7);
    box-shadow: 0px 5px 31px 0px rgba(184, 24, 30, 0.7);
}

.conditions__socials a:last-child {
    margin-right: 0;
}

.conditions__socials a span {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 123%;
    text-align: center;
    margin-bottom: 5px;
}

.conditions__socials a i {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.conditions__socials a i img {
    height: 50px;
}

.reviews {
    padding: 137px 0;
}

.reviews h2 {
    margin-bottom: 100px;
}

.reviews__slider {
    padding-left: calc((100% - 1520px) / 2);
}

.reviews .slick-slide {
    width: 495px;
    padding-right: 20px;
}

.reviews__slide a {
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.reviews__slide a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 10;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.reviews__slide a:hover:before {
    opacity: 0.4;
}

.reviews__slide a img {
    width: 100%;
    display: block;
    z-index: 5;
}

.feedback {
    background: #101011;
    padding: 100px 0 0;
}

.feedback__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.feedback__form {
    width: 48%;
}

.feedback h2 {
    margin-bottom: 40px;
}

.feedback p {
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 108.835%;
}

.feedback form {
    margin-top: 40px;
}

.feedback .form {
    max-width: 616px;
}

.feedback__image {
    width: 48%;
    position: relative;
    margin-top: -150px;
}

.feedback__image img {
    display: block;
}

.blog-main {
    padding: 200px 0 120px;
    overflow: hidden;
}

.blog-main.blog-main__inpage {
    padding-top: 100px;
}

.blog-main h2 {
    text-align: center;
    margin-bottom: 100px;
}

.blog-main__items {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
}

.blog-main__item {
    width: calc(33.33% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.blog-main__item-image {
    margin-bottom: 10px;
}

.blog-main__item-image a {
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.blog-main__item-image a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 10;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-main__item-image a:hover:before {
    opacity: 0.4;
}

.blog-main__item-image a img {
    width: 100%;
    display: block;
    z-index: 5;
}

.blog-main__item-title {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
}

.blog-main__item-title a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-main__item-title a:hover {
    color: #B8181E;
}

.blog-main .button {
    margin-top: 40px;
}

.blog-main .button a {
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 108.835%;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-main .button a:hover {
    color: #B8181E;
}

.accordion {
    counter-reset: accordion__block;
}

.accordion .accordion__block {
    counter-increment: accordion__block;
    margin-bottom: 34px;
}

.accordion .accordion__block:last-child {
    margin-bottom: 0;
}

.accordion .accordion__block .accordion__title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.accordion .accordion__block .accordion__title:hover {
    color: #B8181E;
}

.accordion .accordion__block .accordion__title:before {
    content: "0"counter(accordion__block);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: "SimeizC";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 108.835%;
    /* 43.534px */
    text-transform: uppercase;
    width: 67px;
}

.accordion .accordion__block .accordion__title span {
    margin-right: 30px;
}

.accordion .accordion__block .accordion__title i {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.accordion .accordion__block .accordion__title i img {
    display: block;
}

.accordion .accordion__block .accordion__content {
    display: none;
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 200;
    padding-left: 67px;
}

.accordion .accordion__block.active .accordion__title i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion .accordion__block.active .accordion__content {
    display: block;
}

.faq {
    background: #101011;
    padding: 200px 0 145px;
}

.faq.faq-inpage {
    padding-top: 0 !important;
}

.faq h2 {
    margin-bottom: 110px;
    text-align: center;
}

.content {
    padding: 150px 0;
    background: #fff;
    color: #000;
}

.content h1 {
    font-size: 55px;
}

.content .wrap {
    max-width: 760px;
}

.footer {
    padding: 90px 0 50px;
    overflow: hidden;
}

.footer__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__logo a {
    display: block;
    width: 100%;
    max-width: 336px;
}

.footer__logo a img {
    display: block;
}

.footer__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 118%;
    margin-bottom: 30px;
}

.footer__menu ul li {
    list-style-type: none;
    margin-bottom: 20px;
}

.footer__menu ul li:last-child {
    margin-bottom: 0;
}

.footer__menu ul li a {
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 118%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__menu ul li a:hover {
    color: #B8181E;
}

.footer__contacts {
    width: 440px;
}

.footer__feedback {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

.footer__phone a {
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 118%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__phone a:hover {
    color: #B8181E;
}

.footer__socials {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*    justify-content: space-between;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__socials a {
    display: block;
    margin-right: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__socials a:last-child {
    margin-right: 0;
}

.footer__socials a:hover {
    opacity: 0.5;
}

.footer__socials a svg {
    display: block;
}

.footer__image {
    position: relative;
    margin-right: -140px;
}

.footer__image img {
    display: block;
}

.footer__bottom {
    margin-top: 40px;
}

.footer__bottom span {
    margin-right: 43px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 118%;
    opacity: 0.8;
}

.footer__bottom span:last-child {
    margin-right: 0;
}

.footer__bottom span a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__bottom span a:hover {
    color: #B8181E;
}

.anketa-btn {
    display: none;
}

.jq-selectbox__select {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jq-selectbox__select-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 118%;
    color: #fff;
}

.jq-selectbox__trigger {
    margin-left: 15px;
    position: relative;
    top: 5px;
    margin-top: 5px;
}

.jq-selectbox__dropdown {
    background: #fff;
    background: radial-gradient(63.83% 100% at 50.1% 0%, rgba(241, 88, 93, 0.84) 0%, rgba(93, 13, 16, 0.71) 100%), #5D0D10;
    -webkit-box-shadow: 0px 5px 31px 0px rgba(55, 33, 77, 0.49);
    box-shadow: 0px 5px 31px 0px rgba(55, 33, 77, 0.49);
    width: auto !important;
}

.jq-selectbox__dropdown ul {
    padding: 5px 15px;
    width: auto !important;
}

.jq-selectbox__dropdown ul li {
    white-space: nowrap;
    cursor: pointer;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.jq-selectbox__dropdown ul li:hover {
    opacity: 0.5;
}

.jq-selectbox__dropdown ul li:last-child {
    margin-bottom: 0 !important;
}
