@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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: transparent;
}

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 {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

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;
}

input::-moz-placeholder {
    text-indent: 0px;
    transition: text-indent 0.6s ease;
}

input:-moz-placeholder {
    text-indent: 0px;
    transition: text-indent 0.6s ease;
}

input:-ms-input-placeholder {
    text-indent: 0px;
    transition: text-indent 0.6s ease;
}

input:focus::-webkit-input-placeholder {
    text-indent: 500px;
    transition: text-indent 0.6s ease;
}

input:focus::-moz-placeholder {
    text-indent: 500px;
    transition: text-indent 0.6s ease;
}

input:focus:-moz-placeholder {
    text-indent: 500px;
    transition: text-indent 0.6s ease;
}

input:focus:-ms-input-placeholder {
    text-indent: 500px;
    transition: text-indent 0.6s ease;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: black;
    scroll-behavior: smooth;
    color: #333333;
}

* {
    box-sizing: border-box;
}

.dn {
    display: none;
}

.container {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.df {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.fc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.jb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.je {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.vt {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.vc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vb {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.itop {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.icenter {
    -ms-flex-item-align: center;
    align-self: center;
}

.ibottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.anim {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.dfc {
    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;
}

.tabs__content {
    display: none;
}

.tabs__content.active {
    display: block;
}

.tabs {
    overflow: hidden;
}

#burger-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    right: 0px;
    top: 0px;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    border: none;
    background: none;
    width: 44px;
    height: 19px;
    z-index: 1;
    padding: 0;
}

#burger-menu.active .box_item1 {
    -webkit-transform: translateX(0) translateY(8px) rotate(45deg);
    transform: translateX(0) translateY(8px) rotate(45deg);
}

#burger-menu.active .box_item2 {
    opacity: 0;
}

#burger-menu.active .box_item3 {
    -webkit-transform: translateX(0) translateY(-8px) rotate(-45deg);
    transform: translateX(0) translateY(-8px) rotate(-45deg);
}

#burger-menu .box {
    width: 44px;
    height: 2px;
    background: #333333;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.show_mobile_menu {
    opacity: 1 !important;
    left: 0 !important;
}

ul#mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}

ul#mobile-menu a {
    text-decoration: none;
}

.center {
    text-align: center;
}

header {
    padding: 35px 0;
    background: #e5d1d0;
}

header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .container .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .container .block a.tel {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    margin-left: 220px;
}

header .container .block a.tel:hover {
    color: #f2f2f2;
}

header .container .block ul {
    padding-left: 0;
    z-index: 2;
}

header .container .block ul li:not(:last-child) {
    margin-right: 46px;
}

header .container .block ul li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

header .container .block ul li a:hover {
    color: #f2f2f2;
}

.sec1 {
    background-color: #e5d1d0;
    background-image: url(../img/sec1.png);
    background-repeat: no-repeat;
    background-position: 87% 50px;
}

.sec1 .container {
    position: relative;
}

.sec1 .call-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #3D9BE9 80%;
    box-shadow: 0 0 0 18px rgba(61, 155, 233, 0.3);
    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;
    position: absolute;
    right: 30px;
    bottom: 55px;
    cursor: pointer;
}

.sec1 .call-btn svg {
    width: 53px;
    height: 53px;
}

.sec1 .call-btn:hover {
    transform: rotate(-110deg);
    box-shadow: 0 5 0 18px rgba(61, 155, 233, 0.3);
}

.sec1 .block {
    position: relative;
    width: 540px;
    padding-top: 24px;
    padding-bottom: 85px;
    z-index: 1;
}

.sec1 .block .t1 {
    font-weight: bold;
    font-size: 70px;
    line-height: 107%;
    color: #333333;
    margin-bottom: 10px;
}

.sec1 .block .t2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #333333;
    margin-bottom: 45px;
}

.sec1 .block>img {
    position: absolute;
    right: -450px;
    bottom: 0;
}

.sec1 .block button {
    width: 304px;
    height: 60px;
    background: #6d2e46;
    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;
    margin-bottom: 75px;
    font-weight: 600;
    font-size: 24px;
    color: #f2f2f2;
    border: none;
    cursor: pointer;
    position: relative;
    outline: none;
}

.sec1 .block button::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #f2f2f2;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
}

.sec1 .block button:hover {
    background: #6d2e46;
}

.sec1 .block button:hover::before {
    left: -2px;
    top: -2px;
    box-shadow: 0px 0px 10px white;
}

.sec1 .block .t3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec1 .block .t3 .tt1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sec1 .block .t3 .tt1 span {
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    margin-left: 10px;
}

.sec1 .block .t3 .tt1 svg:hover path {
    fill: #6d2e46;
}

.title {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #000;
    text-align: center;
    margin-bottom: 70px;
}

.subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 60px;
}

.sec2 {
    padding: 95px 0 45px;
}

.sec2 .container {
    max-width: 1175px;
}

.sec2 .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec2 .block .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    z-index: 1;
    margin-bottom: 70px;
}

.sec2 .block .step:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.sec2 .block .step .number {
    font-weight: 300;
    font-size: 50px;
    line-height: 61px;
    min-width: 120px;
    text-align: center;
    position: relative;
}

.sec2 .block .step .number:before {
    content: attr(data-num);
    color: #e5d1d0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 3px;
    z-index: -1;
}

.sec2 .block .step .step-item .step-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 15px;
}

.sec2 .block .step .step-item .step-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
}

.sec3 {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 70px;
}

.sec3 .title {
    margin-bottom: 10px;
}

.sec3 .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec3 .block .block-price {
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    padding: 85px 15px 80px;
    width: 421px;
}

.sec3 .block .block-price:hover {
    border: 1px solid #e5d1d0;
    box-shadow: 0px 2px 10px grey;
}

.sec3 .block .block-price:hover button {
    background: #4e384b;
    outline: none;
}

.sec3 .block .card-price-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.sec3 .block .card-price ul {
    list-style: none;
    font-size: 16px;
    line-height: 21px;
    padding-left: 0;
    margin: 60px 0px;
}

.sec3 .block .card-price ul li {
    margin-bottom: 30px;
}

.sec3 .block .card-price .price {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 55px;
}

.sec3 .block .card-price button {
    width: 250px;
    height: 52px;
    background: #e5d1d0;
    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;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    outline: none;
}

.sec4 {
    padding: 135px 0 50px;
}

.sec4 .subtitle-mobile {
    display: none;
}

.sec4 .card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec4 .card-wrapper .card {
    width: 450px;
    margin-left: 150px;
}

.sec4 .card-wrapper .card .card-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    padding-top: 50px;
    margin-bottom: 35px;
}

.sec4 .card-wrapper .card ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}

.sec4 .card-wrapper .card ul li {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
}

.sec4 .card-wrapper .card ul li:before {
    content: ' ';
    background-image: url('../img/sec4_li.svg');
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

.sec4 .card-wrapper .card button {
    width: 250px;
    height: 50px;
    background: #e5d1d0;
    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;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    border: none;
    cursor: pointer;
    outline: none;
}

.sec4 .card-wrapper .card button:hover {
    background: #6d2e46;
}

.sec4 .card-wrapper .image {
    width: 640px;
    height: 450px;
    margin-right: 150px;
    text-align: center;
}

.sec4 .card-wrapper .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sec4 .card-wrapper .card-text-mobile {
    display: none;
}

.sec4 ul.tabs__caption {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 47px;
}

.sec4 ul.tabs__caption li {
    display: block;
    width: 200px;
    height: 50px;
    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: 1px solid #EBEBEB;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
}

.sec4 ul.tabs__caption li:not(:last-child) {
    margin-right: 20px;
}

.sec4 ul.tabs__caption li.active {
    border: 1px solid #e5d1d0;
}

.sec4 .swiper-container {
    position: relative;
}

.sec4 .swiper-container .swiper-truck-next {
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    z-index: 1;
}

.sec4 .swiper-container .swiper-truck-prev {
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    z-index: 1;
}

.sec4 .swiper-container .swiper-pagination {
    display: none;
}

.sec5 {
    background-color: #e5d1d0;
    padding: 100px 0 94px;
}

.sec5 .container .title {
    margin-bottom: 60px;
}

.sec5 .container .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec5 .container .block .item {
    width: 420px;
}

.sec5 .container .block .item .item-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.sec5 .container .block .item .item-box {
    margin: 10px 0 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sec5 .container .block .item .item-box .item-stars {
    margin: 0 10px;
}

.sec5 .container .block .item .item-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 18px;
}

.sec5 .container .block .item button {
    border: none;
    background: transparent;
    text-decoration: underline;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    cursor: pointer;
    padding: 0;
    outline: none;
}

.sec5 .container .btn {
    text-align: center;
    margin-top: 60px;
}

.sec5 .container .btn button {
    width: 250px;
    height: 50px;
    background: transparent;
    border: 1px solid #333333;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    outline: none;
}

.sec5 .container .btn button:hover {
    border: 2px solid #333333;
    box-shadow: 3px 3px 10px grey;
}

.sec6 {
    padding: 124px 0 123px;
}

.sec6 .title {
    text-align: left;
    margin-bottom: 0;
}

.sec6 .subtitle {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    margin: 10px 0 32px;
}

.sec6 .form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec6 .form form .inpb {
    width: 300px;
}

.sec6 .form form .inpb input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #333333;
    height: 45px;
}

.sec6 .form form .inpb input:focus {
    outline: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.sec6 .form form .inpb input::placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.7);
}

.sec6 .form form .inpb input.error {
    border-bottom: 1px solid #6d2e46;
}

.sec6 .form form .inpb label.error {
    color: #6d2e46;
    display: inline-block;
    margin-top: 5px;
}

.sec6 .form form .ibtn {
    min-width: 300px;
}

.sec6 .form form .ibtn .check {
    position: relative;
}

.sec6 .form form .ibtn .check label {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    margin-left: 5px;
}

.sec6 .form form .ibtn .check #checkbox-error {
    color: #6d2e46;
    position: absolute;
    bottom: -18px;
    left: 18px;
}

.sec6 .form form .ibtn>button {
    width: 250px;
    height: 50px;
    background: #6d2e46;
    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;
    margin-bottom: 22px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #F2F2F2;
    border: none;
    cursor: pointer;
    position: relative;
    outline: none;
}

.sec6 .form form .ibtn>button::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #e5d1d0;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
}

.sec6 .form form .ibtn>button:hover {
    background: #6d2e46;
}

.sec6 .form form .ibtn>button:hover::before {
    left: -2px;
    top: -2px;
    box-shadow: 0px 0px 10px grey;
}

.sec7 {
    position: relative;
    min-height: 666px;
    display: flex;
    align-items: center;
}

.sec7 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}

.sec7 .container {
    position: relative;
    display: flex;
    align-items: center;
}

.sec7 .container .block {
    position: absolute;
    width: 368px;
    height: 326px;
    background: #fff;
    margin-left: 136px;
    padding: 35px;
}

.sec7 .container .block .block-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
}

.sec7 .container .block ul {
    list-style: none;
    margin: 40px 0 48px;
    padding: 0;
}

.sec7 .container .block ul li {
    margin-bottom: 19px;
    padding-left: 30px;
    position: relative;
}

.sec7 .container .block ul li a {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    text-decoration: none;
}

.sec7 .container .block ul li a[href^="mailto:"] {
    text-decoration: underline;
}

.sec7 .container .block ul li:before {
    content: ' ';
    background-image: url('../img/sec7_li.svg');
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

.sec7 .container .block .block-social {
    display: flex;
    justify-content: flex-end;
}

.sec7 .container .block .block-social a {
    margin-left: 27px;
}

.footer {
    padding: 104px 0;
    background: #e5d1d0;
}

.footer .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .block .block1 a {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 130.4%;
    text-decoration: none;
    color: #333;
}

.footer .block .block1 a:nth-child(2) {
    margin: 50px 0 40px;
}

.footer .block .block2 {
    margin-left: 47px;
}

.footer .block .block2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .block .block2 ul li {
    margin-bottom: 15px;
}

.footer .block .block2 ul li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #333;
}

.footer .block .block2 ul li a:hover {
    color: #fff;
}

.footer .block .block3 .social {
    margin-bottom: 20px;
}

.footer .block .block3 .social a {
    display: inline-block;
}

.footer .block .block3 .social a+a {
    margin-left: 28px;
}

.footer .block .block3>a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

.footer .block .block3>a:hover {
    color: #fff;
}

.footer .block .block4 button {
    width: 250px;
    height: 44px;
    background: transparent;
    border: 1px solid #333333;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 5px;
    cursor: pointer;
    outline: none;
}

.footer .block .block4 button:hover {
    border: 2px solid #333333;
    box-shadow: 3px 3px 10px grey;
}

.footer .block .block4 a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    text-align: center;
}

.footer .block .block4 a:hover {
    color: #fff;
}

.md-modal.md-effect-11 .md-content>div {
    padding: 15px 70px 30px;
}

.md-modal.md-effect-11 .md-content form .inpb input {
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
    height: 50px;
    margin-bottom: 20px;
    background: transparent;
    outline: none;
    color: #333;
}

.md-modal.md-effect-11 .md-content form .inpb input.error {
    border-bottom: 1px solid #6d2e46;
    margin-bottom: 0px;
}

.md-modal.md-effect-11 .md-content form .inpb label.error {
    color: #6d2e46;
    display: inline-block;
    margin-top: 5px;
}

.md-modal.md-effect-11 .md-content form .ibtn button {
    width: 304px;
    height: 60px;
    background: #6d2e46;
    margin: 30px auto;
    font-weight: 600;
    font-size: 24px;
    color: #f2f2f2;
    border: none;
    cursor: pointer;
    position: relative;
    outline: none;
}

.md-modal.md-effect-11 .md-content form .ibtn button::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #f2f2f2;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: -1;
}

.md-modal.md-effect-11 .md-content form .ibtn button:hover {
    background: #6d2e46;
}

.md-modal.md-effect-11 .md-content form .ibtn button:hover::before {
    left: -2px;
    top: -2px;
    box-shadow: 0px 0px 10px white;
}

.md-modal.md-effect-11 div>button.md-close {
    position: absolute;
    right: 5px;
    top: 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
}

.md-modal.md-effect-11 div>button.md-close img {
    width: 35px;
    height: 35px;
}

.md-modal.md-effect-9 .md-content {
    background-color: #F2F2F2;
}

.md-modal.md-effect-9 .md-content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.md-modal.md-effect-9 .md-content .item .item-photo {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    box-shadow: 5px 5px 7px grey;
    margin-top: 10px;
}

.md-modal.md-effect-9 .md-content .item .item-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.md-modal.md-effect-9 .md-content .item .block {
    margin-left: 28px;
}

.md-modal.md-effect-9 .md-content .item .item-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #333;
}

.md-modal.md-effect-9 .md-content .item .item-box {
    margin: 10px 0 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.md-modal.md-effect-9 .md-content .item .item-box .item-date {
    color: #333;
}

.md-modal.md-effect-9 .md-content .item .item-box .item-stars {
    margin: 0 10px;
}

.md-modal.md-effect-9 .md-content .item .item-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 18px;
    color: #333;
}

.md-modal.md-effect-9 .md-content>button.md-close {
    position: absolute;
    right: 5px;
    top: 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
}

.md-modal.md-effect-9 .md-content>button.md-close img {
    width: 25px;
    height: 25px;
}

.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}

.md-perspective body {
    background: #222;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(43, 43, 43, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show~.md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-content {
    color: #fff;
    background: #e5d1d0;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}

.md-content h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 2.4em;
    font-weight: 300;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 0 0;
}

.md-content>div {
    padding: 15px 40px 30px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
}

.md-content>div p {
    margin: 0;
    padding: 10px 0;
}

.md-content>div ul {
    margin: 0;
    padding: 0 0 30px 20px;
}

.md-content>div ul li {
    padding: 5px 0;
}

.md-content button {
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
}

.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.md-effect-2 .md-content {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.md-effect-3 .md-content {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.md-effect-4 .md-content {
    -webkit-transform: scale(0) rotate(720deg);
    -moz-transform: scale(0) rotate(720deg);
    -ms-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg);
    opacity: 0;
}

.md-show.md-effect-4~.md-overlay,
.md-effect-4 .md-content {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.md-effect-5.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-5 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    -moz-transform: translateZ(600px) rotateX(20deg);
    -ms-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
}

.md-show.md-effect-5 .md-content {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translateZ(0px) rotateX(0deg);
    -moz-transform: translateZ(0px) rotateX(0deg);
    -ms-transform: translateZ(0px) rotateX(0deg);
    transform: translateZ(0px) rotateX(0deg);
    opacity: 1;
}

.md-effect-6.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-6 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
    -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
}

.md-show.md-effect-6 .md-content {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
    -moz-transform: translate(0%) translateZ(0) rotate(0deg);
    -ms-transform: translate(0%) translateZ(0) rotate(0deg);
    transform: translate(0%) translateZ(0) rotate(0deg);
    opacity: 1;
}

.md-effect-7 {
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.md-effect-7 .md-content {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

.md-show.md-effect-7 .md-content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    border-radius: 0 0 3px 3px;
    opacity: 1;
}

.md-effect-8.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-8 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    -moz-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.md-show.md-effect-8 .md-content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

.md-effect-9.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-9 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    -moz-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.md-show.md-effect-9 .md-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

.md-effect-10.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-10 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

.md-effect-11 .md-content {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12~.md-overlay {
    background: #e74c3c;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
    background: transparent;
}

.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.md-effect-13.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-13 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -moz-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0;
}

.md-show.md-effect-13 .md-content {
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes slit {
    50% {
        -moz-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -moz-animation-timing-function: ease-out;
    }
    100% {
        -moz-transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes slit {
    50% {
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        animation-timing-function: ease-in;
    }
    100% {
        transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

.md-effect-14.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-14 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(100%) rotateX(90deg);
    -moz-transform: translateY(100%) rotateX(90deg);
    -ms-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .md-content {
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
    opacity: 1;
}

.md-effect-15.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-15 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
    -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    transform: translateZ(0px) translateX(0%) rotateY(0deg);
    opacity: 1;
}

.md-show.md-effect-16~.md-overlay {
    background: rgba(180, 46, 32, 0.5);
}

.md-show.md-effect-16~.container {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
}

.md-effect-16 .md-content {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0;
}

.md-show.md-effect-16~.container,
.md-effect-16 .md-content {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.md-show.md-effect-17~.container {
    height: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.md-show.md-effect-17~.container,
.md-show.md-effect-17~.md-overlay {
    -webkit-transform: rotateX(-2deg);
    -moz-transform: rotateX(-2deg);
    -ms-transform: rotateX(-2deg);
    transform: rotateX(-2deg);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.md-effect-17 .md-content {
    opacity: 0;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
}

.md-show.md-effect-17 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.3s 0.2s;
    -moz-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}

.md-show.md-effect-18~.container {
    height: 100%;
    overflow: hidden;
}

.md-show.md-effect-18~.md-overlay {
    background: rgba(143, 27, 15, 0.8);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.md-show.md-effect-18~.container,
.md-show.md-effect-18~.md-overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
    transform-style: preserve-3d;
    transform-origin: 0% 50%;
    animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
    50% {
        -webkit-transform: translateZ(-50px) rotateY(5deg);
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateZ(-200px);
    }
}

@-moz-keyframes rotateRightSideFirst {
    50% {
        -moz-transform: translateZ(-50px) rotateY(5deg);
        -moz-animation-timing-function: ease-out;
    }
    100% {
        -moz-transform: translateZ(-200px);
    }
}

@keyframes rotateRightSideFirst {
    50% {
        transform: translateZ(-50px) rotateY(5deg);
        animation-timing-function: ease-out;
    }
    100% {
        transform: translateZ(-200px);
    }
}

.md-effect-18 .md-content {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
}

.md-show.md-effect-18 .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.5s 0.1s;
    -moz-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}

.md-show.md-effect-19~.container {
    height: 100%;
    overflow: hidden;
}

.md-show.md-effect-19~.md-overlay {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.md-show.md-effect-19~.container,
.md-show.md-effect-19~.md-overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: OpenTop 0.5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 50% 100%;
    -moz-animation: OpenTop 0.5s forwards ease-in;
    transform-style: preserve-3d;
    transform-origin: 50% 100%;
    animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
    50% {
        -webkit-transform: rotateX(10deg);
        -webkit-animation-timing-function: ease-out;
    }
}

@-moz-keyframes OpenTop {
    50% {
        -moz-transform: rotateX(10deg);
        -moz-animation-timing-function: ease-out;
    }
}

@keyframes OpenTop {
    50% {
        transform: rotateX(10deg);
        animation-timing-function: ease-out;
    }
}

.md-effect-19 .md-content {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
}

.md-show.md-effect-19 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.5s 0.1s;
    -moz-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}

@media (min-width: 992px) and (max-width: 1299px) {
    .container {
        width: 992px !important;
        max-width: 992px;
        padding: 0 10px;
    }
    body,
    section,
    footer {
        width: 100% !important;
        overflow-x: hidden;
    }
    header .container .block a.tel {
        margin-left: 100px;
    }
    .sec1 {
        padding-bottom: 26px;
    }
    .sec1 .block {
        padding-top: 20px;
    }
    .sec1 .block>img {
        right: -430px;
        bottom: -25px;
    }
    sec1 .call-btn {
        right: 0px;
        bottom: 25px;
        z-index: 2;
    }
    .sec2 {
        padding: 50px 0 45px;
    }
    .sec2 .block .step {
        margin-bottom: 30px;
    }
    .sec2 .block .step .number {
        min-width: 85px;
    }
    .sec3 .block .block-price {
        padding: 40px 15px;
        margin: 0px 5px;
    }
    .sec4 {
        padding: 40px 0;
    }
    .sec5 {
        padding: 40px 0;
    }
    .sec5 .container .block .item {
        width: 48%;
    }
    .sec6 {
        padding: 70px 0;
    }
    .sec6 .title {
        text-align: center;
    }
    .sec6 .subtitle {
        text-align: center;
    }
    .sec6 .form form {
        flex-direction: column;
        align-items: center;
    }
    .sec6 .form form .inpb {
        margin-bottom: 20px;
        width: 500px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #burger-menu {
        display: flex !important;
    }
    .container {
        width: 768px !important;
        max-width: 768px;
        padding: 0 15px;
    }
    header,
    section,
    footer {
        width: 100% !important;
        overflow-x: hidden;
    }
    #modal-1 {
        min-width: 530px;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3;
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.55);
        padding: 25px 0;
    }
    header .container {
        width: 100%;
        min-width: 100%;
        position: relative;
    }
    header .container>a {
        z-index: 1;
    }
    header .container .block {
        display: none;
    }
    header .container .block.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #e5d1d0;
    }
    header .container .block.active>a {
        display: none;
    }
    header .container .block.active ul#mobile-menu {
        flex-direction: column;
        height: 100%;
        margin: 0;
        padding: 77px 5px 10px;
    }
    header .container .block.active ul#mobile-menu li {
        margin-right: 0;
        margin-bottom: 25px;
    }
    header .container #burger-menu {
        position: absolute;
        right: 25px;
    }
    .sec1 {
        padding-top: 130px;
        background-position: 110% 100px;
    }
    .sec1 .block {
        padding-bottom: 45px;
    }
    .sec1 .block .t1 {
        font-size: 50px;
        line-height: 100%;
    }
    .sec1 .block .t2 {
        font-size: 24px;
        margin-bottom: 35px;
    }
    .sec1 .block>img {
        right: -235px;
        top: -40px;
    }
    .sec1 .block .t3 {
        flex-direction: column;
    }
    .sec1 .block .t3 .tt1 {
        margin-bottom: 20px;
    }
    .sec1 .block .t3 .tt1 svg {
        min-width: 60px;
    }
    .sec1 .block .t3 .tt1 span {
        align-items: center;
        display: flex;
    }
    .sec1 .block .t3 .tt1 span br {
        display: none;
    }
    .sec1 .call-btn {
        z-index: 2;
        width: 70px;
        height: 70px;
        right: 7px;
        bottom: 33px;
    }
    .sec1 .call-btn svg {
        width: 33px;
        height: 33px;
    }
    .sec2 {
        padding: 55px 0 45px;
    }
    .sec2 .block .step {
        width: 100%;
        margin-bottom: 25px;
    }
    .sec2 .block .step:nth-last-child(-n+3) {
        margin-bottom: 25px;
    }
    .sec3 {
        background: #F8FBFF;
        padding: 30px 0;
    }
    .sec3 .subtitle {
        margin-bottom: 20px;
    }
    .sec3 .block {
        flex-wrap: wrap;
    }
    .sec3 .block .block-price {
        margin: 0 auto 20px;
        padding: 30px 15px;
        width: 370px;
    }
    .sec3 .block .block-price ul {
        margin: 30px 0px;
    }
    .sec3 .block .card-price .price {
        margin-bottom: 40px;
    }
    .sec4 {
        padding: 35px 0 20px;
    }
    .sec4 .container {
        width: 100%;
        min-width: 100%;
    }
    .sec4 .container ul {
        margin-bottom: 5px;
    }
    .sec4 .container ul.tabs__caption li {
        border: none;
        font-size: 16px;
        line-height: 20px;
        height: 100%;
        margin-right: 0;
        padding-bottom: 5px;
    }
    .sec4 .container ul.tabs__caption li.active {
        border-bottom: 1px solid #e5d1d0;
    }
    .sec4 .container .swiper-container {
        padding-bottom: 80px;
    }
    .sec4 .container .swiper-container .swiper-truck-prev {
        display: none;
    }
    .sec4 .container .swiper-container .swiper-truck-next {
        display: none;
    }
    .sec4 .container .swiper-container .swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 85px;
    }
    .sec4 .container .swiper-container .swiper-pagination .swiper-pagination-bullet {
        background: #333;
        opacity: 1;
        margin: 0px 10px;
    }
    .sec4 .container .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #333;
        border: 4px solid white;
        box-sizing: unset;
        box-shadow: 0 0 0px 4px #e5d1d0;
        width: 10px;
        height: 10px;
    }
    .sec4 .container .card-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .sec4 .container .card-wrapper .card {
        order: 3;
        width: auto;
        margin: 0 auto;
    }
    .sec4 .container .card-wrapper .card button {
        position: relative;
        bottom: -75px;
        left: 0;
        z-index: 3;
    }
    .sec4 .container .card-wrapper .card>*:not(button) {
        display: none;
    }
    .sec4 .container .card-wrapper .image {
        width: 100%;
        margin-right: 0;
        height: 230px;
        margin-bottom: 25px;
    }
    .sec4 .container .card-wrapper .card-text-mobile {
        display: block;
        font-size: 16px;
        line-height: 18px;
        color: #333333;
        margin: 0 auto;
    }
    .sec5 {
        padding: 30px 0px;
    }
    .sec5 .container .btn {
        margin-top: 20px;
    }
    .sec5 .container .title {
        margin-bottom: 20px;
    }
    .sec5 .container .block .item {
        width: 100%;
    }
    .sec5 .container .block .item .item-box {
        justify-content: space-between;
    }
    .sec5 .container .block .item button {
        margin-bottom: 20px;
    }
    .sec6 {
        padding: 30px 0 30px;
    }
    .sec6 .title {
        text-align: center;
    }
    .sec6 .subtitle {
        text-align: center;
    }
    .sec6 .form form {
        flex-wrap: wrap;
        justify-content: center;
    }
    .sec6 .form form .inpb {
        margin-bottom: 20px;
        width: 60%;
    }
    .footer {
        padding: 40px 0;
    }
    .footer .container .block {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer .container .block .block2 {
        margin-left: 0;
        text-align: end;
    }
    .footer .container .block>div {
        width: 50%;
    }
    .footer .container .block .block3 {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .footer .container .block .block4 {
        margin-top: 30px;
        text-align: end;
    }
    .footer .container .block .block4 a {
        text-align: end;
    }
    .footer .container .block .block4 button {
        margin-bottom: 15px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #burger-menu {
        display: flex !important;
    }
    header,
    section,
    footer {
        width: 100% !important;
        overflow-x: hidden;
    }
    .container {
        width: 320px;
        max-width: 320px;
        padding: 0 15px;
        position: relative;
    }
    .md-modal.md-effect-11 .md-content>div {
        padding: 10px 20px;
        font-size: 1.0em;
    }
    .md-modal.md-effect-11 .md-content form .ibtn button {
        width: 100%;
    }
    .md-modal.md-effect-11 .md-content form .ibtn button::before {
        display: none;
    }
    .md-modal.md-effect-11 .md-content form .ibtn button {
        margin: 10px auto;
        font-size: 20px;
    }
    #modal-1 {
        max-width: 98%;
        min-width: 98%;
    }
    #modal-1 .md-content h3 {
        font-size: 1.5em;
        text-align: left !important;
    }
    #modal-1 .md-content div p {
        display: none;
    }
    .md-modal.md-effect-9.md-show {
        max-width: 95%;
        min-width: 95%;
    }
    .md-modal.md-effect-9 .md-content .item {
        flex-direction: column;
        padding: 10px;
    }
    .md-modal.md-effect-9 .md-content .item .block {
        margin-left: 0;
    }
    .md-modal.md-effect-9 .md-content .item .block .item-text {
        margin-bottom: 0;
    }
    .md-modal.md-effect-9 .md-content .item .item-photo {
        width: 150px;
        height: 150px;
        align-self: center;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.55);
        padding: 25px 0;
    }
    header .container {
        width: 100%;
        min-width: 100%;
    }
    header .container>a {
        z-index: 1;
    }
    header .container .block {
        display: none;
    }
    header .container .block.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #e5d1d0;
    }
    header .container .block.active>a {
        display: none;
    }
    header .container .block.active ul#mobile-menu {
        flex-direction: column;
        height: 100%;
        margin: 0;
        padding: 77px 5px 10px;
    }
    header .container .block.active ul#mobile-menu li {
        margin-right: 0;
        margin-bottom: 25px;
    }
    header .container #burger-menu {
        position: absolute;
        right: 25px;
    }
    .sec1 {
        padding-top: 77px;
        background-image: none;
    }
    .sec1 .call-btn {
        display: none;
    }
    .sec1 .block {
        width: 100%;
        padding-bottom: 40px;
    }
    .sec1 .block .t1 {
        font-size: 33px;
        text-align: center;
    }
    .sec1 .block .t2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 5px;
    }
    .sec1 .block .t3 {
        display: none;
    }
    .sec1 .block button {
        margin-bottom: 0;
        top: -10px;
        width: 100%;
    }
    .sec1 .block button:before {
        display: none;
    }
    .sec1 .block>img {
        position: static;
        width: 100%;
        margin-top: -50px;
        margin-left: 15px;
    }
    .sec2 {
        padding: 40px 0;
    }
    .sec2 .container {
        width: 100%;
        min-width: 100%;
    }
    .sec2 .title {
        font-size: 20px;
        margin-bottom: 50px;
    }
    .sec2 .block {
        flex-direction: column;
    }
    .sec2 .block .step {
        width: 100%;
        margin-bottom: 25px;
        display: flex;
    }
    .sec2 .block .step .number {
        flex-shrink: 0;
        min-width: 30%;
    }
    .sec2 .block .step .step-item {
        display: flex;
        align-items: center;
    }
    .sec2 .block .step .step-item .step-title {
        font-size: 16px;
        line-height: 20px;
        margin-left: 15px;
        margin-bottom: 0;
    }
    .sec2 .block .step .step-item .step-text {
        display: none;
    }
    .sec2 .block .step:nth-last-child(-n+3) {
        margin-bottom: 25px;
    }
    .sec3 {
        background: #F8FBFF;
        padding: 50px 0;
    }
    .sec3 .container {
        width: 100%;
        min-width: 100%;
    }
    .sec3 .title {
        margin-bottom: 40px;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        width: 100%;
    }
    .sec3 .subtitle {
        display: none;
    }
    .sec3 .block {
        flex-wrap: wrap;
    }
    .sec3 .block .block-price {
        border: none;
        padding: 0 10px;
        width: 100%;
        margin-bottom: 20px;
    }
    .sec3 .block .block-price:hover {
        border: none;
        box-shadow: none;
    }
    .sec3 .block .block-price:hover button {
        outline: none;
    }
    .sec3 .block .block-price button {
        width: 70%;
    }
    .sec3 .block .block-price .card-price .card-price-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 24px;
    }
    .sec3 .block .block-price .card-price ul {
        margin: 0;
    }
    .sec4 {
        padding: 40px 0px 45px;
    }
    .sec4 .subtitle {
        display: none;
    }
    .sec4 .subtitle-mobile {
        display: block;
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: #333333;
        margin-bottom: 20px;
    }
    .sec4 .container {
        width: 100%;
        min-width: 100%;
    }
    .sec4 .container ul {
        margin-bottom: 5px;
    }
    .sec4 .container ul.tabs__caption li {
        border: none;
        font-size: 16px;
        line-height: 20px;
        height: 100%;
        margin-right: 0;
        padding-bottom: 5px;
    }
    .sec4 .container ul.tabs__caption li.active {
        border-bottom: 1px solid #e5d1d0;
    }
    .sec4 .container .swiper-container {
        padding-bottom: 80px;
    }
    .sec4 .container .swiper-container .swiper-truck-prev {
        display: none;
    }
    .sec4 .container .swiper-container .swiper-truck-next {
        display: none;
    }
    .sec4 .container .swiper-container .swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 85px;
    }
    .sec4 .container .swiper-container .swiper-pagination .swiper-pagination-bullet {
        background: #333;
        opacity: 1;
        margin: 0px 10px;
    }
    .sec4 .container .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #333;
        border: 4px solid white;
        box-sizing: unset;
        box-shadow: 0 0 0px 4px #e5d1d0;
        width: 10px;
        height: 10px;
    }
    .sec4 .container .card-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .sec4 .container .card-wrapper .card {
        order: 3;
        width: auto;
        margin: 0 auto;
    }
    .sec4 .container .card-wrapper .card button {
        position: relative;
        bottom: -75px;
        left: 0;
        z-index: 3;
    }
    .sec4 .container .card-wrapper .card>*:not(button) {
        display: none;
    }
    .sec4 .container .card-wrapper .image {
        width: 100%;
        margin-right: 0;
        height: 230px;
        margin-bottom: 25px;
    }
    .sec4 .container .card-wrapper .card-text-mobile {
        display: block;
        font-size: 16px;
        line-height: 18px;
        color: #333333;
        margin: 0 auto;
    }
    .sec5 {
        padding: 40px 0 50px;
    }
    .sec5 .container {
        width: 100%;
        min-width: 100%;
    }
    .sec5 .container .title {
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 24px;
    }
    .sec5 .container .block {
        justify-content: center;
    }
    .sec5 .container .block .item .item-name {
        font-size: 18px;
        line-height: 22px;
    }
    .sec5 .container .block .item .item-box {
        margin: 10px 0 30px;
    }
    .sec6 {
        padding: 60px 0 70px;
    }
    .sec6 .container .title {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }
    .sec6 .container .subtitle {
        font-size: 15px;
        text-align: center;
    }
    .sec6 .container .form form {
        flex-wrap: wrap;
    }
    .sec6 .container .form form .inpb {
        margin-bottom: 20px;
        margin-right: 5px;
    }
    .sec6 .container .form form .inpb input:focus {
        font-size: 16px;
        line-height: 20px;
    }
    .sec6 .container .form form .inpb input::placeholder {
        font-size: 16px;
        line-height: 20px;
    }
    .sec6 .container .form form .inpb input.error {
        border-bottom: 1px solid #6d2e46;
    }
    .sec6 .container .form form .ibtn>button {
        width: 100%px;
    }
    .sec6 .container .form form .ibtn>button::before {
        display: none;
    }
    .sec7 {
        position: static;
        flex-wrap: wrap;
    }
    .sec7 iframe {
        height: 525px;
        position: static;
    }
    .sec7 .container {
        width: 100%;
        min-width: 100%;
        position: static;
    }
    .sec7 .container .block {
        margin-left: 0;
        width: 100%;
        height: auto;
        position: static;
    }
    .sec7 .container .block .block-title {
        display: none;
    }
    .sec7 .container .block ul {
        margin: 0;
    }
    .sec7 .container .block .block-social {
        display: none;
    }
    .footer {
        padding: 60px 0 50px;
    }
    .footer .container .block {
        justify-content: center;
        width: 100%;
        text-align: center;
    }
    .footer .container .block .block1 {
        width: 100%;
    }
    .footer .container .block .block1 .item {
        font-weight: 500;
        font-size: 16px;
        line-height: 130.4%;
    }
    .footer .container .block .block1 a:nth-child(2) {
        margin: 36px 0 18px;
    }
    .footer .container .block .block2 {
        width: 100%;
        margin-left: 0;
        margin: 46px 0;
    }
    .footer .container .block .block3 {
        width: 100%;
        margin-bottom: 47px;
    }
    .footer .container .block .block4 {
        width: 100%;
    }
    .footer .container .block .block4 a {
        display: none;
    }
    .footer .container .block .block4 button {
        width: 100%;
        height: 55px;
    }
}

@media (max-width: 320px) {
    header,
    section,
    footer {
        width: 320px !important;
    }
}