h2 {
    font-size: 33px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 60px;
    user-select: none;
    -webkit-user-select: none;
    display: flex;
    align-items: center;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 58px;
    padding-right: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
    display: none;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    width: 12px;
    height: 7px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACPSURBVHgBfY7tDQIhDIbbhgEcxRF0k7sFiEygG5DAADqCG7iCG+gI9x8SfGuOhHAfTUjJ2+cpcAjhQ0RPa62jnQJ3RzsJM79xLnOwCYMZRGSSnPOITKVhTYoxXnWmi1NKZ9bQe38wxrxwPZZSHvjeWGG0W4WdcxPXTb0E6NvDynH7fCv9hx28EFoJMPWw1g+NF0xl1r39BgAAAABJRU5ErkJggg==");
}

.select2-selection[aria-expanded="true"] .select2-selection__arrow {
    transform: translateY(-50%) scaleY(-1);
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
    padding: 0;
}

.select2-container--default .select2-results__option--disabled {
    color: #999;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
    padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

[data-hood] .select2-container .select2-selection--single .select2-selection__rendered:after {
    content: "";
    display: block;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 26px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQCAYAAAAiYZ4HAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE/SURBVHgBjVLRUcJAEN23oPDF4CeZUTgq0AqECqQDsALsAEuwA7EDO4AO4M8vuAAO+Y2fjmPWvZhkTgyjb+Zyu+/e7u1uDpRhYW2zwadjEA0IuExJkSWIH0y79ZTr4D4vNurUKjJTs0NlEArphHrdINjgiDjO9qYf9Ja8X3G9KjeFWEkA/e5FcOYWKjxQNsxq6TSq9THWm/1CnbRmCEZ+vQ67XXT9ITLP3BDr7V7yQ82KshZ8DXv1ppM6FLseve5j1pTL3G1wbXIYUOdkWDjgJexrNJREpkUOkqle+0zMTeVHSvUKvfYIq2VIpWbJH2EZdILddmDYGBODcUd/AIT77z2D3e5n4l3/QwzMzXmr72wu2E/ckjcxD7G+hFHuFAHGtEJt6ldpjgv0DdEx2F00cT/KrZXa9B+sttGjW2VnX5tcfm6SCM3UAAAAAElFTkSuQmCC");
}

[data-house] .select2-container .select2-selection--single .select2-selection__rendered:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 26px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFwSURBVHgBrZNRTsJAEIb/WRfDg4l9hQQpMT4rJ0BOgNxATyDcQG/gDYAb9Ai9gXgBioA1PtkHE0HojrullqXqCzrJZvptdv7OzswCqU2nz43R5On1Pggc/GKjSRgEj+G1vUdmgwkXCjQQ4F5M1Nxj7uWDieiSmT0G+gA7YIqOq+Wu1MF35oAO8rAn6zJetpjIzQso5o4QqrmPAn+o2APBDYLZgHRajB3NZCvwR5P6bufY0d5W8wepC+NjRzuQResKzEMC9fXXeM0YbzEQJUzwbZFMIBaiWzsqXel23homQX3DBd2+hAHfMK0WbVtAZkqKW2EYBu8rNAwrVq7m6mLJZyZat8oZzV5OwUrPwKZx/9rGSHfEtw8QYYhNDb5xkrml1q5VSk0i0VkfpptapVwnpAx4CceL+o8CeqYPjVeIk8ekRzfxkjgy3tTA+DmKW48tX4OxXm6OnXQl10y9k9XApGoF2MFfbP8xEzP1OqmU/E8Ue5jtERdS3gAAAABJRU5ErkJggg==");
}

[data-sea] .select2-container .select2-selection--single .select2-selection__rendered:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE3SURBVHgBnVPNTcNQDPb3ANETyrVBpQkMwAqwASN0A9igdAIYIWxQNmgngBun5jVQUnFqriASYzcNgiSQqJae7Dj+vue/BxKZRa9DAFdiOtRGmOZMHJz0D0ewAmbgmrYQxSF8jq3YHm0lnJhasKQoJZ0fH7nQo7Z451UCOKYO3NmjM7/XnRQutZGuSZJyeIUA4InrutGTXXpS3iqMYhsu3k59v6tZ3TYSfMLcqe7s8CXpVEAeZ+kgzw6PjQS7oH6uMd6knBjgPo9mp5GAMx6o7vW6U6Tvvp6iHxnzRTlex8gVJ6BNnP70LaQPH1naXMImi+DB2l/pCnhcF1tLoI07MPvD4nMWxTf0x7LVlvD9k0neBzv/rboSrKjtIyqLLJ2pW47WeIMAatiX5ZB5PT6vJTbRi2VSoy9hA3zci/+NlgAAAABJRU5ErkJggg==");
}

[data-flour] .select2-container .select2-selection--single .select2-selection__rendered:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE5SURBVHgBpZLfUYNAEMa/PTKjb8YnR0YNpALtIHZACZRgB2IHsYN0IB1ICZcClDPOkFd80xnDupcoEgKGmG9mh+P+fPe73aXnWfYI4BLMhomMItLgQoNUnn++T698P8cWkZjwlj05MSJ/4N63bVClG0ETUVIeXI2NRJ8VBfhDpUkBiuUZY2vA4Fi+kSBqdFDv140DycNIctMnLG/2SKKLiaqMJ/b2vUhEoTWQaCRJX+e3BReeYpWwo/Tw7GS6OwlbUwqZeIJioW1Vn2bZwxoJM26kQqaNpEmyHmRZNqiWeIwOOZHSj94WH8ffT1/NdWg2ezKRhjNiHtaXDnvwVO2WSOJ6GUDc7LdJUq2O8c9P735+0nRu4PBGpzJzcuQcrM0p7ChLMrxwqY2kkyyJ5BF1EoP/SpLtuu7LFy8WjTx+QFJ9AAAAAElFTkSuQmCC");
}

[data-room] .select2-container .select2-selection--single .select2-selection__rendered:after {
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGKSURBVHgBzVLBUcJQEN39CYYTkxtjVIZgAUIH6QA7kA7ACsQKpITQgXSAFRAbIMFBHU9mvCgD/6/7ISKBBC8c3EOy+X/fy763i7AnwqfnJhF2AaEORAEidN3KySCvHvcSAd7vABA99+z4IQsjIDewk3lM1MlDmPoxCkO7JKwbltHi4ggMswVKZnMh2uPp2wXf9/izTgT+h5rdNlw3XnaWEOk/2qyjDmox5DzI7JdUxERavqfrNa5kFttrmUIbnIbYBcvwOYnSbUFkotDn1VT1inglk7sZsjxvE3RaLj9y5obT1yv+ZjDGID/7C8WnhhUvVfySDZM3T449A6N4R0CXPK2ggKIzl9JTCB5ugFYy0S8YIpiT9NmvKgH45xXnek2mB2AXik2dx/OvgS2O2mx0F3ICif1Vsz5ojFIxmRjUHGeCyT75P23XKg6OJy8j2PExFRHKWYMM6z3xJQZheoKJerAlhT204Y9weRU2ADZI6etpVuEQwUoEHDD+MRlmrQBSvBdFsH0f61X6BigDkYME5pyuAAAAAElFTkSuQmCC");
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    width: 100%;
}
body {
    margin: 0 auto;
    font-family: "Akrobat";
    font-size: 16px;
    overflow-x: hidden;
    font-weight: 400;
    position: relative;
    right: 0;
    bottom: 0;
}
body,
body:after {
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
body:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 900;
    -webkit-transition: opacity 0.7s ease;
    -o-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
}
body.loading:after {
    opacity: 0;
}
body.loaded:after {
    display: none;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h1,
h2,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
*,
a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
svg {
    fill: currentColor;
    width: 100%;
    height: 100%;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*ul li {
    list-style: none;
}*/
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    display: block;
    border-style: none;
}
img.lazy {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
    width: 100%;
}
img.lazy[data-loaded="true"] {
    opacity: 1;
}
img.swiper-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
img.swiper-lazy.swiper-lazy-loaded {
    opacity: 1;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input,
optgroup,
select,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
button,
input {
    overflow: visible;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}
input:focus {
    outline: none;
}
button,
select {
    text-transform: none;
    cursor: pointer;
    padding: 0;
}
div,
form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0;
    border: none;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.header {
    background-color: #1c1c1c;
    padding: 10px 0 0;
    /*position: fixed;*/
    top: 0;
    z-index: 4;
    width: 100%;
}
@media (max-width: 1279px) {
    .header,
    .header.scroll {
        padding: 10px 0;
    }
}
@media (max-width: 960px) {
    .header {
        padding: 10px 0 0;
    }
}
@media (max-width: 560px) {
    .header {
        height: 86px;
    }
}
.header > .container {
    position: relative;
    z-index: 4;
    background-color: #1c1c1c;
}
.header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 560px) {
    .header__body {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.header__titles {
    width: 100%;
    max-width: 41.14583vw;
    margin-top: 16px;
}
@media (min-width: 1921px) {
    .header__titles {
        max-width: 58rem;
    }
}
.header__titles .title--first {
    margin: 0 0 1rem;
    line-height: 1.2;
}
@media (max-width: 960px) {
    .header__titles {
        max-width: 21.25rem;
    }
    .header__titles .title:nth-child(2) {
        margin: 31px 0 0;
    }
    .header.scroll .header__titles .title:nth-child(2) {
        margin: 0 0 15px;
    }
}
@media (max-width: 670px) {
    .header__titles .title:nth-child(2) {
        margin: 20px 0 10px;
    }
}
@media (max-width: 560px) {
    .header__titles .title {
        display: none;
    }
    .header__titles .title--yellow {
        display: block;
        font-size: 0.75rem !important;
        margin: 2px 0 6px !important;
        max-width: 145px;
    }
}
.header__titles .header__title {
    display: none;
}
@media (max-width: 1023px) {
    .header__titles .header__title {
        display: block;
        font-size: 1.625rem;
        margin: 0 0 12px;
    }
}
@media (max-width: 960px) {
    .header__titles .header__title {
        margin: 6px 0 0 54px;
    }
    .scroll .header__titles .header__title {
        margin: -6px 0 0;
        font-size: 3rem;
    }
}
@media (max-width: 560px) {
    .scroll .header__titles .header__title {
        margin: 6px 0 0;
        font-size: 1.625rem;
    }
}
@media (max-width: 560px) {
    .header__titles .header__title {
        margin: 6px 0 0;
    }
}
.header.scroll .header__titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 48.33333vw;
}
.header.scroll .header__titles .title--yellow {
    margin: 0 20px 0 0;
}
@media (max-width: 560px) {
    .header.scroll .header__titles .title--white {
        display: none;
    }
}
@media (max-width: 1319px) {
    .header.scroll .header__titles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header.scroll .header__titles .title--yellow {
        margin: 0 0 12px;
    }
}
@media (max-width: 560px) {
    .header.scroll .header__titles .title--yellow {
        margin: 0;
    }
}
@media (min-width: 1921px) {
    .header.scroll .header__titles {
        max-width: 58rem;
    }
}
.header__body-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 -24px;
}
@media (max-width: 1279px) {
    .header__body-top {
        margin: 0 0 24px;
    }
}
@media (max-width: 1023px) {
    .header__body-top {
        margin: 0;
    }
}
@media (max-width: 560px) {
    .header__body-top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.header__body-content {
    width: 100%;
    margin: 0 0 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header__img {
    width: 12.25rem;
    height: 15.25rem;
    margin: 0 auto 0 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1440px) {
    .header__img {
        width: 10rem;
        height: 12.5rem;
    }
}
@media (max-width: 1279px) {
    .header__img {
        display: none;
    }
}
.header__img img {
    width: 100%;
    height: 100%;
}
.header.scroll .header__img {
    width: 6.25rem;
    height: 7.75rem;
}
.header__top-right {
    margin: 0 0 0 1.25rem;
}
.header__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0 27px;
    margin-top: 16px;
}
@media (max-width: 560px) {
    .header__number {
        display: none;
    }
}
.header__number .mini-btn {
    margin: 0 0 0 1.8125rem;
}
@media (max-width: 1200px) {
    .header__number .mini-btn {
        margin: 0 0 0 1.0625rem;
    }
}
@media (max-width: 767px) {
    .header__number .mini-btn {
        display: none;
    }
}
.header.scroll .header__number .mini-btn,
.header__number .header__soc {
    display: none;
}
@media (min-width: 1025px) {
    .header.scroll .header__number .header__soc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 1024px) {
    .header.scroll .header__number {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        position: relative;
        z-index: 2;
        margin: 0 0 -87px;
    }
    .header.scroll .header__number .header__soc {
        margin: 37px 0 0;
    }
}
.header__title {
    font-size: 2.5rem;
    letter-spacing: 0.27em;
    color: #fc0;
    display: none;
}
@media (min-width: 1024px) {
    .header__title {
        display: block;
    }
}
@media (min-width: 670px) {
    .header__title {
        font-size: 3.75rem;
    }
    .header.scroll .header__title {
        font-size: 3rem;
    }
}
@media (min-width: 961px) {
    .header__title {
        font-size: 5vw;
    }
    .header.scroll .header__title {
        font-size: 2.5vw;
    }
}
@media (min-width: 1921px) {
    .header__title {
        font-size: 6rem;
    }
    .header.scroll .header__title {
        font-size: 3rem;
    }
}
.header__call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header__call .button {
    max-width: 15.3125rem;
}
.header__bottom .header__call {
    display: none;
}

.border_button {
    border: 1px solid black;
}

@media (max-width: 960px) {
    .header__bottom .header__call {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 0 auto;
    }
}
@media (max-width: 560px) {
    .header__call .button--red {
        min-width: 44px;
        min-height: 40px;
        width: 44px;
        height: 40px;
        position: absolute;
        top: 50%;
        padding: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 70px;
        border-radius: 0.625rem;
    }
    
    .header__call .button--red .button__text {
        display: none;
    }
    .header__call .button--red .button__icom {
        margin: 0;
    }
}
.header.scroll .header__call {
    display: none;
}
@media (max-width: 560px) {
    .header.scroll .header__call {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header.scroll .header__call .header__soc {
        display: none;
    }
}
.header__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10px;
    margin: 0 38px 0 0;
}
@media (max-width: 1024px) {
    .header__soc {
        display: none;
    }
    .header.scroll .header__soc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10px;
    margin: auto 0 0;
}
.header__bottom [data-id="#callback"] {
    display: none;
}
.header.scroll .header__bottom [data-id="#callback"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header__bottom-btns {
    display: grid;
    grid-template-columns: 1fr 1fr 0.8fr;
    grid-gap: 0.9375rem;
    width: 100%;
}
@media (max-width: 960px) {
    .header__bottom-btns {
        display: none;
    }
}
.header__bottom-btns .button--default {
    min-width: 190px;
}
.header.scroll .header__bottom-btns {
    grid-template-columns: 1fr 1fr 0.8fr 0.8fr;
}
@media (max-width: 960px) {
    .header.scroll .header__bottom-btns {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        width: 100%;
    }
    .header.scroll .header__bottom-btns .button--default {
        min-width: 110px;
        font-size: 9px;
        text-align: center;
        min-height: 30px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .header.scroll .header__bottom-btns .button--default .button__icon {
        display: none;
    }
}
@media (max-width: 560px) {
    .header.scroll .header__bottom-btns {
        display: none;
    }
}
.header__menu-wrap {
    background-color: #1c1c1c;
    border-top: 8px solid #fc0;
    border-bottom: 8px solid #fc0;
    -webkit-transition: margin 0.3s linear, border-color 0.3s linear 0.3s, -webkit-transform 0.3s linear;
    transition: margin 0.3s linear, border-color 0.3s linear 0.3s, -webkit-transform 0.3s linear;
    -o-transition: margin 0.3s linear, border-color 0.3s linear 0.3s, transform 0.3s linear;
    transition: margin 0.3s linear, border-color 0.3s linear 0.3s, transform 0.3s linear;
    transition: margin 0.3s linear, border-color 0.3s linear 0.3s, transform 0.3s linear, -webkit-transform 0.3s linear;
}
.header__menu-wrap.open {
    margin: 0 !important;
    border-color: #fc0 !important;
    -webkit-transition: margin 0.3s linear, border-color 0.3s linear 0.3s, -webkit-transform 0.3s linear !important;
    transition: margin 0.3s linear, border-color 0.3s linear 0.3s, -webkit-transform 0.3s linear !important;
    -o-transition: margin 0.3s linear, border-color 0.3s linear 0.3s, transform 0.3s linear !important;
    transition: margin 0.3s linear, border-color 0.3s linear 0.3s, transform 0.3s linear !important;
    transition: margin 0.3s linear, border-color 0.3s linear 0.3s, transform 0.3s linear, -webkit-transform 0.3s linear !important;
}

@media (max-width: 1024px) {
    .header__menu-wrap {
        position: absolute;
        top: -260%;
        margin: 0;
        left: 0;
        z-index: 3;
        border-top: 8px solid rgba(0, 0, 0, 0);
        border-bottom: 8px solid rgba(0, 0, 0, 0);
        width: 100%;
    }
    .header__menu-wrap .header__menu li {
        opacity: 0;
    }
    .header__menu-wrap.open {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin: 0 !important;
    }
}
@media (max-width: 1024px) and (max-width: 1024px) {
    .header__menu-wrap.open {
        top: 64px;
    }
}
@media (max-width: 1024px) {
    .header__menu-wrap.open .header__menu li {
        opacity: 1;
        -webkit-transition: opacity 0.1s linear 0.3s;
        -o-transition: opacity 0.1s linear 0.3s;
        transition: opacity 0.1s linear 0.3s;
    }
}
.scroll .header__menu-wrap {
	margin: -82px 0 0;
	-webkit-transition: margin .3s linear, -webkit-transform .3s linear;
	transition: margin .3s linear, -webkit-transform .3s linear;
	-o-transition: margin .3s linear, transform .3s linear;
	transition: margin .3s linear, transform .3s linear;
	transition: margin .3s linear, transform .3s linear, -webkit-transform .3s linear;
	border-color: rgba(0, 0, 0, 0)
}
.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 561px) {
    .header__left {
        min-height: 109px;
    }
}
.header__left .mini-btn.js-burger {
    margin: auto 0 1.625rem;
}
@media (min-width: 1321px) {
    .header.scroll .header__left .mini-btn.js-burger {
        margin: auto 0 0;
    }
}
@media (max-width: 1279px) {
    .header__left .mini-btn.js-burger {
        margin: auto 0 8px;
    }
}
@media (min-width: 561px) {
    .header__left .mini-btn.js-burger {
        pointer-events: none;
    }
}
@media (max-width: 960px) {
    .header__left .mini-btn.js-burger {
        position: absolute;
        left: 67px;
        top: 0;
    }
    .scroll .header__left .mini-btn.js-burger {
        left: 12px;
    }
}
@media (max-width: 560px) {
    .header__left .mini-btn.js-burger {
        left: auto;
        right: 16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .scroll .header__left .mini-btn.js-burger {
        left: auto;
    }
}
.scroll .header__left .mini-btn.js-burger {
    pointer-events: all;
}
.header.scroll .header__left .mini-btn + .mini-btn {
    margin: auto 0 12px;
}
@media (max-width: 960px) {
    .header.scroll .header__left .mini-btn + .mini-btn {
        margin: auto 0 0;
    }
}
@media (max-width: 560px) {
    .header.scroll .header__left .mini-btn + .mini-btn {
        margin: auto 0 12px;
    }
}
@media (max-width: 1279px) {
    .header__left .mini-btn + .mini-btn {
        margin: 0;
    }
}
@media (max-width: 560px) {
    .header__left .mini-btn + .mini-btn {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 16px;
    }
}
@media (max-width: 767px) {
    .header__left .home {
        display: none;
    }
}
.header__left .js-fav-button {
    display: none;
}
@media (max-width: 767px) {
    .header__left .js-fav-button {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .header.scroll .header__left .js-fav-button {
        top: 78%;
        position: absolute;
    }
}
@media (max-width: 560px) {
    .header__left .js-fav-button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        right: 125px;
    }
    .header.scroll .header__left .js-fav-button {
        top: 50%;
        position: absolute;
    }
}
.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

@media (max-width: 1024px) {
    .header__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.header__menu li {
    position: relative;
}
.header__menu li + li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 50%;
    left: -5vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #646464;
}
@media (min-width: 1440px) {
    .header__menu li + li:before {
        left: -5.5vw;
        left: -4vw;
    }
}
@media (max-width: 1024px) {
    .header__menu li + li {
        margin: 20px 0 0;
    }
}
.header__menu a {
    font-size: 0.9375rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}
@media (min-width: 640px) {
    .header__menu a {
        font-size: 1.1875rem;
    }
}
@media (min-width: 1200px) {
    .header__menu a {
        font-size: 1.5rem;
    }
}
@media (min-width: 1440px) {
    .header__menu a {
        font-size: 1.875rem;
    }
}
.header__menu a:hover {
    color: #fc0;
}
.header.chang {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.header.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s linear 0.1s;
    transition: -webkit-transform 0.3s linear 0.1s;
    -o-transition: transform 0.3s linear 0.1s;
    transition: transform 0.3s linear 0.1s;
    transition: transform 0.3s linear 0.1s, -webkit-transform 0.3s linear 0.1s;
    padding: 10px 0 7px;
}
@media (max-width: 1279px) {
    .header.show {
        padding: 10px 0 22px;
    }
}
@media (min-width: 561px) {
    .header.opemmenu {
        padding-bottom: 0;
    }
}
.mini-budda {
    width: 50px;
    height: 63px;
    margin: 23px 0 0;
    display: none;
}
@media (max-width: 1279px) {
    .mini-budda {
        display: block;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin: 22px 0 16px;
    }
}
@media (max-width: 1023px) {
    .mini-budda {
        margin: 15px 0 20px;
    }
}
@media (max-width: 960px) {
    .mini-budda {
        margin: 22px 0 1px;
    }
    .header.scroll .mini-budda {
        margin: 54px 0 1px;
    }
}
@media (max-width: 560px) {
    .header.scroll .mini-budda,
    .mini-budda {
        margin: 0;
    }
}
.mini-budda img {
    width: 100%;
    height: 100%;
}
.footer {
    background-color: #1b1b1b;
    padding: 38px 0;
}
.footer__body-wrap,
.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0 -37px;
}
@media (max-width: 1365px) {
    .footer__top {
        margin: 0 0 -20px;
    }
}
@media (max-width: 1279px) {
    .footer__top {
        margin: 0 0 20px;
    }
}
@media (max-width: 560px) {
    .footer__top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer__top .big-number {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer__top .button {
    max-width: 244px;
    margin: 0 0 0 40px;
}
@media (max-width: 560px) {
    .footer__top .button {
        display: none;
    }
}
.footer__img {
    width: 17.75rem;
    height: 22.0625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1365px) {
    .footer__img {
        width: 13.75rem;
        height: 19.375rem;
    }
}
@media (max-width: 1279px) {
    .footer__img {
        display: none;
    }
}
.footer__img img {
    width: 100%;
    height: 100%;
}
.footer__titles {
    max-width: 600px;
    margin: 0 15px 0 16px;
}
@media (max-width: 960px) {
    .footer__titles {
        display: none;
    }
}
.footer__title {
    font-size: 5rem;
    margin: -4px 0 10px;
    letter-spacing: 0.26em;
    color: #fc0;
}
.footer__sub {
    color: #fff;
    font-size: 1.0625rem;
}
@media (min-width: 961px) {
    .footer__sub {
        font-size: 1.66667vw;
    }
}
@media (min-width: 1921px) {
    .footer__sub {
        font-size: 2rem;
    }
}
.footer__sub.bold {
    font-weight: 700;
}
.footer__sub.yellow {
    color: #fc0;
}
.footer__mini-title {
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 31px;
}
.footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 43.25rem;
}
@media (max-width: 767px) {
    .footer__columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__columns .footer__column {
        width: 45%;
        margin: 20px 0;
    }
}
@media (max-width: 560px) {
    .footer__columns {
        text-align: center;
    }
    .footer__columns .footer__column {
        width: 100%;
    }
}
.footer__columns .footer-link + .footer-link {
    margin: 22px 0 0;
}
.footer__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10px;
    margin: 40px 0 0;
}
@media (max-width: 560px) {
    .footer__soc {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 25px 0 0;
}
@media (max-width: 1279px) {
    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 40px 0 0;
        text-align: center;
    }
}
.footer__bottom .footer-link + .footer-link {
    margin: 0 1.875rem 0 110px;
}
@media (max-width: 1365px) {
    .footer__bottom .footer-link + .footer-link {
        margin: 0 1.875rem 0 40px;
    }
}
@media (max-width: 1279px) {
    .footer__bottom .footer-link + .footer-link {
        margin: 0.9375rem 0;
    }
}
.footer__bottom-btns {
    display: grid;
    grid-template-columns: 1fr 1fr 0.8fr;
    grid-gap: 0.9375rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin: 0 0 0 auto;
}
@media (max-width: 767px) {
    .footer__bottom-btns {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 480px) {
    .footer__bottom-btns {
        grid-template-columns: 1fr;
    }
}
.footer-link {
    display: block;
    font-size: 0.875rem;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer-link[href]:hover {
    color: #fc0;
}
.seo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.seo-block__body {
    position: relative;
}
.seo-block__body.js-acc-block {
    max-height: 118px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
}
.seo-block__body.js-acc-block:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(bottom, #fff 0, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.seo-block__body h1 {
    font-size: 2rem;
    color: #1c1c1c;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 22px;
}
@media (max-width: 1024px) {
    .seo-block__body h1 {
        font-size: 1.5rem;
    }
}
.seo-block__body p {
    margin: 0;
    font-weight: 300;
    line-height: 1.7;
}
.seo-block__body p + p {
    margin: 16px 0 0;
}
.seo-block__body img ~ p {
    margin: 1rem 0 0;
}
.seo-block__body img:first-of-type {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
}
.seo-block__body img:nth-of-type(2) {
    width: 100%;
    max-width: 692px;
    height: auto;
    float: left;
    margin: 21px 33px 23px 0;
}
.seo-block.active .seo-block__body:after {
    opacity: 0;
}
.open-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 18px 5px 0 auto;
    cursor: pointer;
}
.open-button__text {
    font-size: 0.875rem;
    font-weight: 400;
    color: #1c1c1c;
    margin: 0 17px 0 0;
}
.active .open-button__text span:first-child,
.open-button__text span:nth-child(2) {
    display: none;
}
.active .open-button__text span:nth-child(2) {
    display: block;
}
.open-button__icon {
    width: 0.9375rem;
    height: 0.875rem;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.open-button__icon svg {
    width: 100%;
    height: 100%;
}
.active .open-button .open-button__icon {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
.button {
    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;
    border-radius: 10px;
    font-weight: 500;
    position: relative;
    -webkit-transition: background-color 0.3s linear, color 0.3s linear, border-color 0.1s linear;
    -o-transition: background-color 0.3s linear, color 0.3s linear, border-color 0.1s linear;
    transition: background-color 0.3s linear, color 0.3s linear, border-color 0.1s linear;
    cursor: pointer;
}
.button--middle {
    font-size: 1.125rem;
    border-radius: 0.9375rem;
    padding: 1rem 0.8125rem;
    min-width: 15.3125rem;
    width: 100%;
    max-height: 3.75rem;
}
.button--middle .button__icon {
    margin: 0 8px 0 0;
}
.button--default {
    font-size: 1rem;
    border-radius: 0.9375rem;
    padding: 0.6875rem 0.8125rem;
    min-width: 15.3125rem;
    width: 100%;
    min-height: 3.125rem;
}
.footer .button--default,
.header .button--default {
    font-size: 0.75rem;
    margin-bottom: 8px;
}
@media (min-width: 1200px) {
    .footer .button--default,
    .header .button--default {
        font-size: 0.83333vw;
    }
}
@media (min-width: 1921px) {
    .footer .button--default,
    .header .button--default {
        font-size: 1rem;
    }
}
.button--default .button__text {
    margin: 0 12px 0 0;
}
.button--default .button__icon {
    width: 1.75rem;
    height: 1.625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer .button--default .button__icon,
.header .button--default .button__icon {
    width: 1.125rem;
    height: 1.125rem;
}
@media (min-width: 1200px) {
    .footer .button--default .button__icon,
    .header .button--default .button__icon {
        width: 1.45833vw;
        height: 1.35417vw;
    }
}
@media (min-width: 1921px) {
    .footer .button--default .button__icon,
    .header .button--default .button__icon {
        width: 1.75rem;
        height: 1.625rem;
    }
}
.button--default .button__icon img,
.button--default .button__icon svg {
    width: 100%;
    height: 100%;
}
.button--red {
    background-color: #EE0000;
    color: #fff;
}
.button--red:hover {
    background-color: #fc0;
    color: #2c2c2c;
}
.button--empty {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    color: #1c1c1c;
}
.button--empty:hover {
    border-color: #1c1c1c;
}
.button--yellow {
    background-color: #fc0;
    color: #2c2c2c;
}
.button--yellow:hover {
    background-color: #aa1602;
    color: #fff;
}
.mini-btn {
    width: 2.75rem;
    height: 2.5rem;
    border-radius: 0.625rem;
    background-color: #fc0;
    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;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
@media (min-width: 1024px) {
    .mini-btn {
        width: 3.4375rem;
        height: 2.75rem;
    }
}
@media (min-width: 1366px) {
    .mini-btn {
        width: 4.1875rem;
        height: 3.0625rem;
    }
}
@media (max-width: 1023px) {
    .mini-btn img {
        width: 60%;
        height: 60%;
    }
}
.mini-btn:hover {
    background-color: #aa1602;
}
.mini-btn.js-burger.open img:first-child,
.mini-btn.js-burger img:nth-child(2) {
    display: none;
}
.mini-btn.js-burger.open img:nth-child(2) {
    display: block;
}
.section--catalog {
    margin: 0 0 4rem;
}
@media (max-width: 640px) {
    .section--catalog {
        margin: 0 0 2.5rem;
    }
}
.section--form-board {
    margin: 0 0 4.25rem;
}
@media (max-width: 640px) {
    .section--form-board {
        margin: 0 0 2.5rem;
    }
}
.section--lasts-block {
    margin: 1rem 0 2.25rem;
}
@media (max-width: 640px) {
    .section--lasts-block {
        margin: 0 0 2.5rem;
    }
}
.section--seo {
    display: block;
    margin: 2.3125rem 0 1.3125rem;
}
.section--inner-top {
    margin: 0.3125rem 0 3.5625rem;
}
.section--video {
    padding: 21px 0;
    background-color: #f8f8f8;
}
.section--scheme {
    padding: 0px 0;
}
@media (max-width: 640px) {
    .section--scheme {
        padding: 20px 0;
    }
}
.section--big-map {
    padding: 57px 0;
    margin: 0 0 70px;
    background-color: #f8f8f8;
}
@media (max-width: 640px) {
    .section--big-map {
        padding: 40px 0;
        margin: 0 0 40px;
    }
}
.title--first {
    font-size: 2.25rem;
}
.header .title--first {
    font-size: 1.0625rem;
}
@media (min-width: 961px) {
    .header .title--first {
        font-size: 1.875vw;
    }
}
@media (min-width: 1921px) {
    .header .title--first {
        font-size: 2.25rem;
    }
}
.header.scroll .title--first {
    font-size: 1.0625rem;
}
@media (min-width: 961px) {
    .header.scroll .title--first {
        font-size: 1.5rem;
    }
}
@media (min-width: 1280px) {
    .header.scroll .title--first {
        font-size: 1.04167vw;
    }
}
@media (min-width: 1921px) {
    .header.scroll .title--first {
        font-size: 1.25rem;
    }
}
.title--section {
    font-size: 2rem;
    line-height: 1.2;
}
@media (max-width: 1280px) {
    .title--section {
        font-size: 1.5rem;
    }
}
@media (max-width: 640px) {
    .title--section {
        font-size: 1.3125rem;
    }
}
.title--section-sec {
    font-size: 1.5rem;
    line-height: 1.2;
}
.title--white {
    color: #fff;
}
.title--dark {
    color: #1c1c1c;
}
.title--yellow {
    color: #fc0;
}
.title--bold {
    font-weight: 700;
}
.title--ttu {
    text-transform: uppercase;
}
.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.big-number {
    font-size: 1.5rem;
    color: #fff;
}
@media (min-width: 1024px) {
    .big-number {
        font-size: 3rem;
    }
}
.big-number:hover {
    color: #fc0;
}
.header .big-number {
    font-size: 1.625rem;
}
@media (min-width: 960px) {
    .header .big-number {
        font-size: 2.5vw;
    }
}
@media (min-width: 1921px) {
    .header .big-number {
        font-size: 3rem;
    }
}
.header.scroll .big-number {
    font-size: 1.375rem;
}
@media (min-width: 960px) {
    .header.scroll .big-number {
        font-size: 1.875vw;
    }
}
@media (min-width: 1921px) {
    .header.scroll .big-number {
        font-size: 2.25rem;
    }
}
.soc-item {
    display: block;
    width: 34px;
    height: 34px;
}
.soc-item img {
    width: 100%;
    height: 100%;
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity 0.3s;
    -o-transition: 0.3s opacity;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: transform 0.2s, top 0.2s;
    -o-transition: 0.2s transform, 0.2s top;
    transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: transform 0.2s, left 0.2s;
    -o-transition: 0.2s transform, 0.2s left;
    transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: transform 0.2s, right 0.2s;
    -o-transition: 0.2s transform, 0.2s right;
    transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid rgba(0, 0, 0, 0);
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.container {
    width: 100%;
    margin: 0 auto;
    max-width: 103rem;
    padding: 0 1.25rem;
}
@media (max-width: 1024px) {
    .container {
        padding: 0 0.75rem;
    }
}
.container--small {
    max-width: 70.875rem;
}
.filter-form__body {
    display: grid;
    grid-template-columns: repeat(5, 0.9fr) 1.1fr;
    grid-gap: 14px;
}
@media (max-width: 1280px) {
    .filter-form__body {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 720px) {
    .filter-form__body {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 560px) {
    .filter-form__body {
        grid-template-columns: 1fr;
    }
}
.filter-form__top {
    font-size: 1rem;
    font-weight: 600;
    color: #1c1c1c;
    margin: 0 0 1.5625rem;
}
.catalog-wrap__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.875rem;
    margin: 2.75rem 0 0;
}
@media (max-width: 1280px) {
    .catalog-wrap__list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .catalog-wrap__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 560px) {
    .catalog-wrap__list {
        grid-template-columns: 1fr;
    }
}
.catalog-wrap__bottom {
    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: 20px 0;
    margin: 60px 0 0;
}
@media (max-width: 640px) {
    .catalog-wrap__bottom {
        margin: 30px 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.catalog-wrap__bottom > span {
    color: #1c1c1c;
    font-size: 1rem;
}
.card-item {
    border: 1px solid #b7b7b7;
    border-radius: 1.25rem;
    padding: 0 23px 24px;
    position: relative;
}
.card-item .fav-btn {
    position: absolute;
    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;
    top: 16px;
    right: 16px;
    width: 50px;
    height: 37px;
    z-index: 1;
    border-radius: 10px;
    background-color: #fc0;
    color: #222;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.card-item .fav-btn svg {
    width: 24px;
    height: 20px;
}
.card-item .fav-btn.active,
.card-item .fav-btn:hover {
    background-color: #aa1602;
    color: #fff;
}
.card-item.red {
    background-color: rgba(170, 22, 2, 0.02);
    border-color: #aa1602;
}
.card-item.blue {
    background-color: rgba(4, 1, 161, 0.02);
    border-color: #0401a1;
}
.card-item__price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1c1c1c;
}

.card-item__price.strike {
    text-decoration: line-through;
    text-decoration-color: red;
}

.inner-card__price.strike{
    text-decoration: line-through;
    text-decoration-color: red; 
}

@media (max-width: 560px) {
    .card-item__price {
        font-size: 1rem;
    }
}
.card-item__title {
    font-size: 1.125rem;
    color: #1c1c1c;
    font-weight: 700;
    display: block;
    margin: 0 0 2px;
}
.card-item__title:hover {
    color: #fc0;
}
.card-item__sub {
    font-size: 0.875rem;
    color: #1c1c1c;
    font-weight: 300;
}
.card-item__sub span {
    display: block;
}
.card-item__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.4375rem;
    margin: 1.1875rem 0;
}
@media (max-width: 1365px) {
    .card-item__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
.card-item__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #b7b7b7;
    border-radius: 0.75rem;
    padding: 1.0625rem 0.5rem;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.card-item__list-item span {
    display: block;
}
.card-item__list-item span:first-child {
    font-size: 0.8125rem;
    color: #1c1c1c;
    font-weight: 300;
}
@media (min-width: 768px) and (max-width: 1560px) {
    .card-item__list-item span:first-child {
        font-size: 0.6875rem;
    }
}
.card-item__list-item span:nth-child(2) {
    font-size: 0.875rem;
    color: #1c1c1c;
    font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1560px) {
    .card-item__list-item span:nth-child(2) {
        font-size: 0.75rem;
    }
}
.card-item__list-item[data-button] {
    cursor: pointer;
}
.card-item__list-item[data-button].is-active,
.card-item__list-item[data-button]:hover {
    background-color: #fc0;
    border-color: rgba(0, 0, 0, 0);
}
.card-item__img {
    display: block;
    width: calc(100% + 46px);
    height: 15.125rem;
    border-radius: 1.25rem 1.25rem 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    border: 2px solid #fff;
    overflow: hidden;
    margin: 1px 0 22px -23px;
}
@media (max-width: 1560px) {
    .card-item__img {
        width: calc(100% + 20px);
        margin: 1px 0 22px -10px;
    }
}
@media (max-width: 1280px) {
    .card-item__img {
        height: 12.5rem;
    }
}
.card-item__img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.25rem 1.25rem 0 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    -o-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.card-item__img:hover > img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.card-item__bottom {
    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;
}
@media (max-width: 1560px) {
    .card-item {
        padding: 0 10px 24px;
    }
}
.card-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    left: 17px;
    top: 10px;
    border-radius: 22px;
    background-color: rgba(18, 18, 18, 0.6);
    padding: 4px 11px;
}
.card-label__icon {
    width: 9px;
    height: 11px;
    margin: 0 5px 0 0;
}
.card-label__icon img {
    width: 100%;
    height: 100%;
}
.card-label__text {
    font-size: 0.75rem;
    color: #fff;
}
.button-nav {
    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;
    width: 2.6875rem;
    height: 2.6875rem;
    font-size: 1.125rem;
    line-height: 1;
    border-radius: 6px;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    transition-property: background-color, color;
    margin: 0 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #ffc600;
    font-weight: 400;
    color: #ffc600;
}
.button-nav svg {
    width: 0.875rem;
    height: 0.875rem;
}
.button-nav.js-prev svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.button-nav:hover {
    color: #1c1c1c;
    background-color: #ffc600;
}
.button-nav.swiper-lock {
    opacity: 0.2;
    pointer-events: none;
}
.pagination {
    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;
}
@media (max-width: 640px) {
    .pagination {
        margin: 20px 0;
    }
}
.pagination__link {
    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;
    width: 2.6875rem;
    height: 2.6875rem;
    font-size: 1.125rem;
    line-height: 1;
    color: #1c1c1c;
    border-radius: 6px;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    transition-property: background-color, color;
    margin: 0 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #edf6fa;
    font-weight: 400;
}
.pagination__link.disabled {
    opacity: 0.3;
    pointer-events: none;
}
@media (max-width: 768px) {
    .pagination__link {
        width: 2rem;
        height: 2rem;
        font-size: 0.875rem;
        margin: 0 3px;
    }
}
.pagination__link svg {
    width: 0.875rem;
    height: 0.875rem;
}
.pagination__link.active,
.pagination__link:hover {
    background-color: #ffc600;
}
.pagination__link--prev {
    border-color: #ffc600;
    color: #ffc600;
}
.pagination__link--prev svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.pagination__link--prev:hover {
    color: #1c1c1c;
}
.pagination__link--next {
    border-color: #ffc600;
    color: #ffc600;
}
.pagination__link--next:hover {
    color: #1c1c1c;
}
.form-input {
    width: 100%;
    position: relative;
}
.form-input:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 26px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
.form-input[data-phone]:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIjSURBVHgBlVRtetJAEJ5ZbOkvxF8WGgpbDyCcoHiClhOYnqC9QesJqCcoPYHxBMUTiAeAhUiD+kf8pSjJOrN50i4hpO08T57s7Mc78+68OwiPNOUHN5r+iMLThcg7qFYnWfuE7XxWqpyDOaCvoXV0CUsYDydBN2s/JkDPC8UPNGxrrS9e1ffebUJV0x9NiMJTDdoFDWPYgradLRowsX1DXJrJ5EOgMfDsrY70JYHObVBRKux0bTATBfFiOLk9t+dGfqCG/u3VKAjq7Euncr0tCm3iWIZ/0E/oC+TUM4xBlZo2730xQEA3vr84mOO8/LKFeEygjZIomjkuyhyybV4sip+JI2u7HQxREmjPZlCrVT7Fc3DGWVKGpnprYEynmpKGlJWx3K+c0BnPMPg6OzQLInzPv9KznVMBpKs1uiF2mA5ssnBxYpjpyDWBHIeuA/oY6WMBy9/XkKIdCX0EOSalnBNNb0XGgmgL0TM6pNTPWSorWSK2Jd0PPNHiEMs/fAdje4E01ksk8mRApkDld1dWSAqsryxQruZo+v31RkA2U36qXCaodZjH9EwVPb9BWvzxkZQN/dlVltjp7fYouqdJc+TeNYX0M10DZKNW1aVWdQaPNBsUN23Kqnye/QoXL1pGTjmm/G9HGqj/UR+E/BQHB/W9Fg9F3j65v/sRw0VrrVgpMIz+vknc3AxXslWzBvW9Q6qOS1fBXahMgfqk4Q7LLtn3H+pI+lRlQsTsAAAAAElFTkSuQmCC");
}
.form-input[data-user]:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAWCAYAAAAvg9c4AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGWSURBVHgBtZVLUsJAEIa7Q6iw0myJRZGRAwgnkBvgDeAGegPDDeQE4g24gbkB7Nw5CT5wGXZKVdJ2UKhIEjIU8a9KJo+erybT3X8Q9ki+LC6BogEBXvGtyUdAQBPU0Tm3LD9vHuYC/bdbQnTy3hOR02qeDZWh8nXRp4jGUCAkuBFNa6QEfZ6/Sx5sKBQFy3AlOkIEyafabpicf/TUgOs1mWa11tt9qqXjqA2HiNIL0OAflIKGBD4cogi8Qmgl/JzwEICaAqNKbiFUcCYRwQEFcR3fWRlNkLmnomGNcE/h/wKdVqOuXvwbxU3A2R1w93S3ExBdHoaiUXfhWEm5sFVjc1c6lXJd2FFEbQ3IZFOx6SeBnkY4I05QnqmkoLEzxWbBl10olouEY9GsP2RCn/jzjArdK8L+iO1wnLRDTAAfQbnnM8keVKEbgzHeu9OKMT0KmAAvo6+OZupGvxRgLAT7RK9db4rfg1KEXBnRbJsoydsAeo1tDy/4v2QDajbEpZRhbdzGHp8DjvM4zgMKfQhXrtgx61L1Dbi0naLgIoDpAAAAAElFTkSuQmCC");
}
.form-input[data-mail]:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAARCAYAAADZsVyDAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFHSURBVHgBtZNBTsJAFIb/N5LgUpedBOjgBXoEvIE3kBvoDagnQE5gvQFH4Aa6cwVtMbbb7o0+35CWNNoilPKv3jR933zJvEeQLOOPCRGNpXRxTJhfGRRcDfSMlnEyJcI9WgwxjRUBI7Qd4hsFglf6EqF5sqJgwFNbJDAf9h1DX2TkGGHPyNsszjtwh319WYZvwczwVkkyMMaJ5CcjDf4/zMy+jek511rr+C1M3UqwKLv4xCKM01t7lIaHOvvc0jM9PbPnME7uumf8gtJU0Wqd8O9GBgfUIX8oJpvG93TCzH5u6RdAaynAJ/wdgKgSnNMjAvlm4Dxv4BbSZdbFZWLJcomUFxXdO8A19jssDwMX9mI3t6VMz7jGsgH48EQKJ8ppwIxMHbnG1VGUKZnLAC2HvhGQLcJ1MpXnHtm1RvPIOpMsED/aBfoBNaiIqh3J87oAAAAASUVORK5CYII=");
}
.form-input input {
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-radius: 2.75rem;
    padding-left: 58px;
}

.form-input2 input {
    width: 100%;
    height: 60px;
    background-color: #f0f0f0;
    border-radius: 2.75rem;
    padding-left: 58px;
    margin-bottom: 16px;
}

.lasts-block__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 2.625rem;
}
.lasts-block__nav,
.lasts-block__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lasts-block__list .swiper-container {
    overflow: hidden;
}
.inner-card {
    margin: 2.3125rem 0 0;
}
.inner-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 1024px) {
    .inner-card__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.inner-card__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 62%;
    max-width: 62.375rem;
    margin: 0 46px 0 0;
    height: 612px;
}
@media (max-width: 1024px) {
    .inner-card__left {
        width: 100%;
        margin: 0 0 46px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
}
.inner-card__left > .swiper-container {
    width: calc(100% - 104px);
    overflow: hidden;
    position: relative;
}
@media (max-width: 1024px) {
    .inner-card__left > .swiper-container {
        width: 100%;
        margin: 0 0 10px;
    }
}
.inner-card__right {
    width: 35%;
}
.makeOrder {
    position: absolute;
    bottom: 2px;
    left: 16px;
    width: 95%;
    display: block !important;
}
@media (max-width: 1024px) {
    .inner-card__right {
        width: 100%;
    }
}
.inner-card__right .button {
    min-width: 160px;
}
.inner-card__img {
    width: 100%;
    height: 320px;
    position: relative;
    border-radius: 15px;
}
@media (min-width: 480px) {
    .inner-card__img {
        height: 420px;
    }
}
@media (min-width: 768px) {
    .inner-card__img {
        height: 605px;
    }
}
.inner-card__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}
.inner-card__title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1c1c1c;
    margin: 0 0 8px;
}
.inner-card__subs {
    margin: 0 0 16px;
}
.inner-card__sub {
    font-size: 0.875rem;
    font-weight: 400;
    color: #1c1c1c;
}
.inner-card__sub span:first-child {
    font-weight: 700;
    margin: 0 5px 0 0;
}
.inner-card__price {
    font-size: 2rem;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0 0 26px;
}
.inner-card__buttons {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    grid-gap: 10px;
    margin: 0 0 2.375rem;
}
@media (max-width: 1279px) {
    .inner-card__buttons {
        grid-template-columns: 1fr;
    }
}
.inner-card__buttons .button {
    height: 66px;
}
.inner-card__buttons .button__icon {
    margin: 0 12px 0 0;
}
.inner-card__bottom {
    margin: 40px 0 45px;
}
.inner-card__bottom p {
    line-height: 1;
}
.inner-card__bottom-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-gap: 8.2%;
}
@media (max-width: 767px) {
    .inner-card__bottom-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .inner-card__bottom-column .info-card + .info-card {
        margin: 20px 0 0;
    }
}
.inner-card .swiper-preview {
    width: 220px;
    margin: 0 15px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
}
@media (max-width: 1024px) {
    .inner-card .swiper-preview {
        width: 100%;
        margin: 0;
        padding: 0 30px;
    }
}
.inner-card .swiper-preview .swiper-container {
    overflow: hidden;
    padding: 0 0 8px;
}
@media (min-width: 1025px) {
    .inner-card .swiper-preview .swiper-container {
        height: 100%;
    }
}
.inner-card .swiper-preview__item {
    width: 100%;
    height: 120px;
    position: relative;
    border-radius: 7px;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
}
.inner-card .swiper-preview__item img {
    position: absolute;
    border-radius: 7px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.inner-card .swiper-preview__item:hover {
    border-color: #fc0;
}
.inner-card .swiper-preview__item.js-more-pic {
    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;
    color: #fc0;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
}
.inner-card .swiper-preview__item.js-more-pic span {
    position: relative;
    z-index: 2;
}
.inner-card .swiper-preview__item.js-more-pic:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(31, 31, 31, 0.81);
    border-radius: 7px;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.inner-card .swiper-preview__item.js-more-pic:hover:after {
    background-color: rgba(31, 31, 31, 0.5);
}
.inner-card .swiper-preview .swiper-slide-active .swiper-preview__item,
.inner-card .swiper-preview .swiper-slide-thumb-active .swiper-preview__item {
    border-color: #fc0;
}
.swiper-button-next {
    position: absolute;
    z-index: 2;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    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;
    width: 50px;
    height: 50px;
    border: 1px solid #b7b7b7;
    border-radius: 100%;
    color: #464646;
    background-color: #fff;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.swiper-button-next:after {
    display: none;
}
.swiper-button-next svg {
    width: 6px;
    height: 10px;
}
.swiper-button-next:hover {
    background-color: hsla(0, 0%, 100%, 0.8);
}
.swiper-button-next.swiper-lock {
    opacity: 0.2;
    pointer-events: none;
}
.swiper-button-prev {
    position: absolute;
    z-index: 2;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    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;
    width: 50px;
    height: 50px;
    border: 1px solid #b7b7b7;
    border-radius: 100%;
    color: #464646;
    background-color: #fff;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.swiper-button-prev:after {
    display: none;
}
.swiper-button-prev svg {
    width: 6px;
    height: 10px;
}
.swiper-button-prev:hover {
    background-color: hsla(0, 0%, 100%, 0.8);
}
.swiper-button-prev.swiper-lock {
    opacity: 0.2;
    pointer-events: none;
}

.info-card ul {
    padding: 0;
    margin: 0;
}
.info-card ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
}
.info-card ul li + li {
    margin: 12px 0 0;
}
.info-card ul li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #1c1c1c;
    border-radius: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 8px 12px 0 16px;
}
.payment-block {
    margin: 55px 0 0;
}
@media (min-width: 1025px) {
    .payment-block .card-item__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.video-block__top {
    margin: 0 0 10px;
}
.video-block__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.625rem;
}
@media (max-width: 1024px) {
    .video-block__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 560px) {
    .video-block__list {
        grid-template-columns: 1fr;
    }
}
.video-item__iframe {
    height: 0;
    padding-bottom: 356px;
    position: relative;
    border-radius: 0.9375rem;
}
@media (max-width: 767px) {
    .video-item__iframe {
        padding-bottom: 280px;
    }
}
.video-item__iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0.9375rem;
    border: none;
}
.video-item__title {
    font-size: 1rem;
    font-weight: 400;
    color: #1c1c1c;
    margin: 15px 0 0 15px;
}
.scheme-block__buttons {
    margin: 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.scheme-block__buttons .card-item__list-item {
    width: 63px;
    height: 66px;
}
.scheme-block__body {
    margin: 68px 0 0;
}
@media (max-width: 1024px) {
    .scheme-block__body {
        margin: 40px 0 0;
    }
}
.scheme-block__main {
    display: none;
}

.arrowLeft.is-active {
    display: block;
}
.arrowLeft {
    display: none;
}
.arrowRight.is-active {
    display: block;
}
.arrowRight {
    display: none;
}

.scheme-block__main.is-active {
    display: block;
}
.scheme-block__img {
    display: none;
    width: 100%;
    max-width: 500px;
}
.scheme-block__img.is-active {
    display: block;
}
.scheme-block__img img {
    width: 500px;
    height: auto;
}
.big-map {
    width: 100%;
}
.big-map img {
    width: 100%;
    height: 100%;
}
.board-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fc0;
    padding: 50px 58px;
    border-radius: 22px;
}
@media (max-width: 1440px) {
    .board-contact {
        padding: 36px 30px;
    }
}
@media (max-width: 1279px) {
    .board-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-width: 640px) {
    .board-contact {
        padding: 16px;
    }
}
.board-contact__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 653px;
    margin: 0 52px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #fff;
    padding: 30px 40px 30px 0;
}
@media (max-width: 1279px) {
    .board-contact__left {
        border: none;
        margin: 0 0 40px;
        padding: 0;
    }
}
@media (max-width: 560px) {
    .board-contact__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.board-contact__right {
    width: 100%;
}
@media (min-width: 1024px) {
    .board-contact__right .form-board__form {
        margin: 1.25rem 0 0;
    }
}
.board-contact__title {
    font-size: 1.5rem;
    color: #1c1c1c;
    font-weight: 300;
    margin: 0 0 32px;
}
.board-contact__title span {
    display: block;
    font-weight: 500;
}
.board-contact__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 16px;
}
.board-contact__soc .soc-item + .soc-item {
    margin: 0 0 0 10px;
}
.board-contact__numb {
    font-size: 2.5rem;
    font-weight: 300;
    color: #1c1c1c;
}
@media (max-width: 1024px) {
    .board-contact__numb {
        font-size: 2.25rem;
    }
}
.board-contact__numb:hover {
    color: #fff;
}
.board-contact__img {
    width: 18.4375rem;
    height: 18.625rem;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    border: 4px solid #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 39px 0 0;
}
@media (max-width: 1440px) {
    .board-contact__img {
        width: 11.875rem;
        height: 11.875rem;
    }
}
@media (max-width: 560px) {
    .board-contact__img {
        width: 100%;
        height: 13.75rem;
        margin: 0 0 20px;
    }
}
.board-contact__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
.form-board {
    background-color: #aa1602;
    border-radius: 1.375rem;
    padding: 0.9375rem 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 640px) {
    .form-board {
        padding: 3.4375rem 1.25rem;
    }
}
@media (min-width: 1180px) {
    .form-board {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .form-board--four,
    .form-board--secondary {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 1280px) {
    .form-board {
        padding: 3.4375rem 5.46875vw;
    }
}
@media (min-width: 1921px) {
    .form-board {
        padding: 58px 105px;
    }
}
.form-board__left {
    width: 100%;
    max-width: 31.25rem;
    margin: 0 20px 0 0;
}
@media (max-width: 1279px) {
    .form-board__left {
        margin: 0 20px 40px 0;
    }
}
.form-board__form {
    display: grid;
    grid-gap: 16px;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    max-width: 796px;
    margin: 0 0 0 auto;
}
@media (max-width: 1279px) {
    .form-board__form {
        max-width: 100%;
    }
}
@media (max-width: 660px) {
    .form-board__form {
        grid-template-columns: 1fr;
    }
}
.form-board__sub .form-board__sub2{
    font-size: 1.125rem;
    color: #fff;
    margin: 15px 0 0;
}
@media (max-width: 1280px) {
    .form-board__sub {
        font-size: 1rem;
    }
}
@media (max-width: 560px) {
    .form-board__sub {
        font-size: 0.875rem;
    }
}
.form-board--secondary .form-board__sub,
.form-board--third .form-board__sub {
    color: #1c1c1c;
}
.form-board--secondary .form-board__sub2,
.form-board--third .form-board__sub2 {
    color: #000;
}
.form-board .button--default {
    height: 3.75rem;
    border-radius: 2.75rem;
}
.form-board .button--default .button__icon {
    width: 16px;
    height: 14px;
}
.form-board .select2-container--default .select2-selection--single {
    border-radius: 2.75rem;
}
.form-board--secondary {
    padding: 0;
}
.form-board--secondary,
.form-board--third {
    background-color: rgba(0, 0, 0, 0);
}
.form-board--third .form-board__form {
    margin: 0;
}
.form-board--four {
    background-color: rgba(0, 0, 0, 0);
}
.form-board--four .form-board__form {
    max-width: 100%;
    margin: 0;
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
    .form-board--four .form-board__form {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 560px) {
    .form-board--four .form-board__form {
        grid-template-columns: 1fr;
    }
}
.form-board--four .form-board__left {
    margin: 0 0 30px;
    text-align: left;
}
.form-board--four .form-board__sub {
    color: #1c1c1c;
}
.popups-wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
    overflow: hidden;
}
.popups-wrapper__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.popups-wrapper.block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popups-wrapper.show .popups-wrapper__background {
    opacity: 1;
}
.popup-item {
    width: 90%;
    max-width: 67.3125rem;
    background-color: rgba(255, 204, 0, 0.96);
    border-radius: 1.375rem;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.8) translate(-50%, -50%);
    -ms-transform: scale(0.8) translate(-50%, -50%);
    transform: scale(0.8) translate(-50%, -50%);
    padding: 1.875rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
    transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
    -o-transition: opacity 0.3s linear, transform 0.3s linear;
    transition: opacity 0.3s linear, transform 0.3s linear;
    transition: opacity 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
@media (min-width: 1024px) {
    .popup-item {
        padding: 5.8125rem 5.4375rem;
    }
}
.popup-item__top {
    text-align: center;
}
.popup-item.show {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    z-index: 2;
}
.popup-item .form-board {
    padding: 0;
}
.close-popup {
    width: 2.625rem;
    height: 2.625rem;
    color: #000;
    position: absolute;
    z-index: 1;
    top: 1.1875rem;
    right: 1rem;
    cursor: pointer;
}
.close-popup svg {
    width: 100%;
    height: 100%;
}
.close-popup rect {
    fill: none;
    stroke: #000;
    -webkit-transition: stroke 0.2s linear;
    -o-transition: stroke 0.2s linear;
    transition: stroke 0.2s linear;
}
.close-popup:hover {
    color: orange;
}
.close-popup:hover rect {
    stroke: orange;
}
.main-frgr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
}
@media (max-width: 767px) {
    .main-frgr {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 640px) {
    .main-frgr {
        grid-template-columns: 1fr;
    }
}
#main {
    padding: 1rem 0 0;
}
@media (max-width: 1024px) {
    #main {
        padding: 20% 0 0;
    }
}
.vert-swiper-button-next {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 22px;
    z-index: 2;
    color: #1c1c1c;
    cursor: pointer;
}
.vert-swiper-button-next:hover {
    color: #fc0;
}
.vert-swiper-button-next svg {
    width: 100%;
    height: 100%;
}
@media (min-width: 1025px) {
    .vert-swiper-button-next svg {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
.vert-swiper-button-next.swiper-lock {
    opacity: 0.2;
    pointer-events: none;
}
@media (max-width: 1024px) {
    .vert-swiper-button-next {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -12px;
        left: auto;
    }
}
.vert-swiper-button-prev {
    position: absolute;
    bottom: 101%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 22px;
    z-index: 2;
    color: #1c1c1c;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .vert-swiper-button-prev {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -16px;
    }
}
.vert-swiper-button-prev:hover {
    color: #fc0;
}
.vert-swiper-button-prev svg {
    width: 100%;
    height: 100%;
}
@media (min-width: 1025px) {
    .vert-swiper-button-prev svg {
        -webkit-transform: rotate(-90deg) scaleX(-1);
        -ms-transform: rotate(-90deg) scaleX(-1);
        transform: rotate(-90deg) scaleX(-1);
    }
}
.vert-swiper-button-prev.swiper-lock {
    opacity: 0.2;
    pointer-events: none;
}
.simple-red {
    height: 38px;
    background-color: #aa1602;
    padding: 10px 14px;
    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;
    color: #fff;
    border-radius: 10px;
    font-size: 0.8125rem;
    font-weight: 500;
    min-width: 7.3125rem;
}
@media (max-width: 560px) {
    .simple-red {
        font-size: 0.6875rem;
    }
}
.simple-blue {
    height: 38px;
    background-color: #0401a1;
    padding: 10px 18px;
    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;
    color: #fff;
    border-radius: 10px;
    font-size: 0.8125rem;
    font-weight: 500;
    min-width: 7.3125rem;
}
@media (max-width: 560px) {
    .simple-blue {
        font-size: 0.6875rem;
    }
}
.mfp-with-zoom.mfp-bg,
.mfp-with-zoom .mfp-container {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom .mfp-container {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing.mfp-bg,
.mfp-with-zoom.mfp-removing .mfp-container {
    opacity: 0;
}
.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: rgba(11, 11, 11, 0.8);
    opacity: 0.8;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 100px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset rgba(0, 0, 0, 0);
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
    line-height: 0;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.newsText {
    padding-top: 16px;
}

.newsTitle {
    padding-top: 16px;
}

.emailSent {
    width: 90% !important;
    height: 300px !important;
}

.callSent {
    width: 90% !important;
    height: 300px !important;
}

input[type="submit"]:disabled {
    color: #000;
    background-color: grey;
}

input[type="submit"]:disabled:hover {
    color: #000;
}

.subscribe {
    text-align: center;
}

.subscribeSocial {
    display: flex;
    padding-top: 24px;
    justify-content: center;
}

.subscribeSocialIco {
    border-radius: 20px;
    margin-left: 16px;
}

.flexRow {
    display: flex;
    flex-direction: row;
    padding-right: 8px;
    padding-bottom: 16px;
    align-items: center;
    justify-content: start;
}

.flexColumn {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 16px;
    margin-top: 8px;
    margin-bottom: 4px;
}

.mainText a {
    color: #aa1602;
}

.mainText a:hover {
    color: #aa1602;
    text-decoration: underline;
}

.search {
    display: flex;
    justify-content: center;
    padding: 16px;
}

.titleCity {
    display: flex;
    justify-content: center;
    padding: 16px;
}

.search input {
    color: #000;
    border: 1px solid black;
    padding: 8px;
    border-radius: 100px;
}

.search .submit {
    background-color: #EE0000;
    color: #fff;
}

@media (max-width: 900px) {
 .search input {
    width: 100%;
    margin-bottom: 8px;
}   

.titleCity {
    display: flex;
    flex-direction: column;
    padding: 8px;
}
}

.houseList {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.houseList div {
    border: 1px solid black;
    width: 12%;
}
.houseListTitles {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0px;
    padding: 0px;
}


.houseListTitles div {
    border: 1px solid black;
    width: 12%;
    text-align: center;
    font-weight: bold;
}

.red {
    border-color: #aa1602;
}

.mainPhoto {
    height: 300px !important;
}

.attention {
    border: 2px solid #aa1602;
    padding: 4px;
}

.button--title {
    font-size: 1.125rem;
    border-radius: 0.9375rem;
    padding: 1rem 0.8125rem;
    min-width: 15.3125rem;
    max-height: 3.75rem;
    text-align: center;
    align-content: center;
    align-self: center;
    justify-self: center;
    justify-items: center;
    align-items: center;
    align-items: center;
    justify-content: center;
}

.button-wrapper {
    display: flex; 
    align-content: center; 
    align-items: center; 
    justify-items: center; 
    justify-content: center; 
    font-size: 36px;
}