@import url('https://fonts.googleapis.com/css?family=Oswald|Roboto&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lora&family=PT+Sans&family=Tenor+Sans&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

/*----------- Общие настройки -----------*/

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.pdc-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 760px;
    margin: 10px auto 14px;
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
}

.pdc-consent input[type="checkbox"] {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    min-height: 16px;
    padding: 0;
    margin: 2px 0 0;
}

.pdc-consent a {
    color: inherit;
    text-decoration: underline;
}

.pdc-consent--modal {
    color: #333;
    margin: 8px 0 12px;
    max-width: none;
}

.form-item-consent {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 20px;
    margin-bottom: 18px;
}

.form-item-consent .pdc-consent {
    flex: 0 0 auto;
    width: 580px;
    max-width: 100%;
    margin: 0;
}

#form_modal .pdc-consent {
    width: 300px;
}

.pdc-footer-legal-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: 0;
}

.pdc-footer-legal-links a {
    width: 100%;
    min-height: 20px;
    margin-top: 20px;
    color: #fff;
    text-decoration: underline;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.pdc-footer-legal-links a p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: none;
}

.pdc-cookie-banner {
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 2147483000;
    max-width: calc(100vw - 32px);
    font-family: inherit;
}

.pdc-cookie-banner__card {
    width: 360px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 14px;
    background: rgba(24, 24, 24, 0.96);
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

.pdc-cookie-banner__text {
    font-size: 13px;
    line-height: 1.4;
}

.pdc-cookie-banner__text a {
    color: #9ed6ff;
    text-decoration: underline;
}

.pdc-cookie-banner__accept {
    margin-top: 10px;
    border: 0;
    cursor: pointer;
    background: #47ad58;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 4px;
}

body {
    /*    font-family: "Tenor Sans";*/
    font-family: "Roboto Condensed";
    font-weight: 300;
    font-size: 12px;
    color: #000;
    background-color: #fcfcfc;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touth;
}

a {
    font-family: "Roboto Condensed";
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-family: "Roboto Condensed";
    font-weight: 100;
    font-size: 16px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 2px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 14px;
}

/*transition: all 0.3s ease;*/


/*
.si-1 {
    background: url(../img/aq11.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
*/
/*

color: #e5c851;
color: #5c51e5;
*/


/*----------------*/


#main-title strong {
    color: #fff;
}

.block-home {
    width: 100%;
    min-height: 740px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;

    background: #000 url(../img/home-1.webp) no-repeat;
    background-size: cover;
    background-position: top;
}

.block-home-tonir {
    width: 100%;
    min-height: 740px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}


/*-------------*/


header {
    width: 100%;
    min-height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    /*    background-color: rgba(16, 20, 58, 0.8);*/
    background-color: #000;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;

}

.logo {
    min-width: 300px;
    min-height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.logo > img {
    width: 120px;
}


.logo > h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin-left: 20px;
    font-family: "Lora";
}

nav {
    min-width: 300px;
    min-height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

nav > a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 20px;
    transition: all 0.3s;
}

nav > a:hover {
    color: #c2a085;
}

nav > a:nth-last-child(1) {
    min-width: 220px;
    min-height: 36px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;

    text-align: center;
    border-radius: 30px;
    /*
    background-color: rgba(255, 255, 255, 0.9);
    color: rgba(13, 14, 56, 0.8);
*/
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 30px;
    color: #fff;
    background-color: #c2a085;
    transition: all 0.3s;
}

nav > a:nth-last-child(1):hover {
    background-color: #9f7758;
}

.home-content {
    width: 100%;
    min-height: 400px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.92);
    margin-top: 80px;
    padding: 16px;
    padding-left: 56px;
}

.home-content > span {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-family: "Lora";
    margin-bottom: 10px;
}

.home-content > h1 {
    width: 70%;
    text-align: left;
    font-size: 56px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 20px;
}

strong {
    color: #c2a085;
}

.home-content > p {
    /*    width: 60%;*/
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.6);
}

.home-content > a {
    width: 300px;
    min-height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.2s;
    margin-bottom: 40px;
}

.home-content > a:hover {
    border: 2px solid #c2a085;
    color: #c2a085;
}


.home-contact {
    width: 70%;
    min-height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
    border: 4px solid #c2a085;
    border-bottom: none;
    border-radius: 4px;
    background: linear-gradient(180deg, #000000, rgba(0, 0, 0, 0));
}

.home-contact-item {
    width: 240px;
    min-height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
}

.home-contact-item > i {
    font-size: 18px;
    margin-right: 12px;
    color: #c2a085;
}

.home-contact-item:first-child > i {
    font-size: 22px;
}

.home-contact-item > p {
    font-size: 14px;
    letter-spacing: 2px;
}

.home-contact-item a {
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    height: 8px;
    display: block;
    transition: all 0.3s;
}

.home-contact-item a:hover {
    color: rgba(255, 255, 255, 0.82);
}



/*---------------- adv -----------------*/

.decor-adv {
    position: absolute;
    width: 300px;
    height: 200px;
    background-color: rgba(194, 160, 133, 0.1);
    border-radius: 20px;
}

.decor-adv-1 {
    top: 25%;
    left: -10%;
}

.decor-adv-2 {
    top: 25%;
    right: -10%;
}

.adv {
    width: 100%;
    min-height: 400px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;

    position: relative;
    overflow-x: hidden;
}

.box-adv {
    width: 100%;
    min-height: 300px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.item-adv {
    width: 280px;
    min-height: 10px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.item-adv > img {
    width: 100px;
    margin-bottom: 10px;
}

.item-adv > p {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #c2a085;
}

.item-adv > p > span {
    color: #06103b;
    font-weight: 600;
}




/*------------- service -------------------*/

.service {
    width: 100%;
    min-height: 400px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;

    padding: 20px;
}

.service-1 {
    background-color: rgba(194, 160, 133, 0.1);
}

.service-name-left {
    width: 90%;
    min-height: 100px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.service-name-left > h2 {
    position: relative;
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
}

.service-name-left > h2 > span {
    width: 30px;
    height: 30px;
    border-top: 2px solid #c2a085;
    border-left: 2px solid #c2a085;

    position: absolute;
    top: -10px;
    left: -10px;
}


.box-service {
    width: 100%;
    min-height: 200px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.item-service {
    width: 260px;
    min-height: 200px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin: 30px;
    cursor: pointer;

    transition: all 0.2s;
}

.item-service:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 5px 5px rgba(0, 0, 0, 0.10);
}

.item-service > img {
    width: 120px;
    margin-bottom: 10px;
}

.item-service > p {
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 16px;
    color: #3c3c3c;
    margin-bottom: 8px;
}

.footer-service {
    width: 100%;
    min-height: 100px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.footer-service > a {
    width: 260px;
    height: 50px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;

    text-transform: uppercase;
    font-size: 16px;

    color: #fff;
    background-color: #06103b;
    border-radius: 30px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    transition: all 0.3s;
}

.footer-service > a:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
}







/*------------ consul ------------*/

.consul {
    width: 100%;
    min-height: 400px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;

    background-image: url(../img/consul.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.consul-tonir {
    width: 100%;
    min-height: 400px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;

    padding: 20px;
    padding-top: 60px;
    padding-bottom: 60px;

    background-color: rgba(3, 10, 39, 0.9);
}

.consul-tonir > h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 10px;
}

.consul-tonir > p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 10;
    letter-spacing: 2px;
}




/*------------ FORMA ------------*/


form {
    width: 90%;
    min-height: 20px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;

    margin-top: 40px;
}

input {
    width: 280px;
    min-height: 50px;
    padding: 2px;
    padding-left: 16px;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid #fff;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0);
    letter-spacing: 1px;

}

input:nth-child(1) {
    margin-right: 20px;

}

input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

button {
    width: 280px;
    min-height: 50px;
    text-align: center;
    color: #fff;
    background-color: rgba(194, 160, 133, 0.6);
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.4s ease-in-out;
    /*    text-shadow: 0 0 18px rgba(0, 0, 0, .95);*/
    /*    box-shadow: 0 3px 6px rgba(0,0,0,0.25), 0 6px 6px rgba(0,0,0,0.22);*/
}

button:hover {
    background-color: rgba(194, 160, 133, 0.8);
}

.consul-tonir > span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 1px;
    text-align: center;
    margin-top: 16px;
}

.form-item {
    width: 60%;
    min-height: 60px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

textarea {
    width: 580px;
    min-height: 150px;
    padding: 2px;
    padding-top: 16px;
    padding-left: 16px;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid #fff;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0);
    letter-spacing: 1px;
    resize: none;
}

textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

/*------------ b24-form-block ------------*/
.b24-form-block {
    display: none;
}
.b24-form-block .b24-form-wrapper {
    background: none;
    max-width: 100%;
}
.b24-form-block .b24-form-header {
    border: none;
    padding: 0;
}
.b24-form-block .b24-form-header-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 58px;
    letter-spacing: 2px;
}
.b24-form-block .b24-form-header-description {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    font-size: 16px;
    font-weight: 10;
    margin: 0;
    line-height: 19px;
    letter-spacing: 2px;
}
.b24-form-block .b24-form-content {
    width: 580px;
    margin: 45px auto 0;
    padding: 0;
}
.b24-form-block .b24-form-content form {
    display: block;
    width: 100%;
}
.b24-form-block .b24-form-control-string {
    display: inline-block;
    width: 280px;
    max-width: 100%;
}
.b24-form-block .b24-form-control-string:first-child {
    margin-right: 20px;
}
.b24-form-block .b24-form-control-container {
    margin-bottom: 0;
}
.b24-form-block .b24-form-control-string .b24-form-control {
    height: 50px;
}
.b24-form-block .b24-form-control-string .b24-form-control,
.b24-form-block .b24-form-control-container textarea.b24-form-control {
    border-radius: 0;
}
.b24-form-block .b24-form-control-container textarea.b24-form-control {
    min-height: 150px;
}
.b24-form-block label.b24-form-control-container input {
    width: 15px;
    height: 15px;
    min-height: 15px;
    margin: 0;
}
.b24-form-block .b24-form-btn-block {
    text-align: center;
}
.b24-form-block .b24-form-btn {
    width: 280px;
    min-height: 50px;
    text-align: center;
    color: #fff;
    background-color: rgba(194, 160, 133, 0.6);
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.4s ease-in-out;
    padding: 0;
}
.b24-form-block .b24-form-btn:hover {
    background-color: rgba(194, 160, 133, 0.8);
}
.b24-form-block .b24-form-sign {
    display: none;
}

.b24-window-mounts .b24-window-close {
    min-height: 28px;
}
.b24-window-mounts .b24-form-btn {
    font-weight: 400;
}

/*------------ about ------------*/

.about {
    width: 100%;
    min-height: 500px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;

    padding: 20px;
}

.about > img {
    width: 300px;

    margin-right: 60px;
}

.box-about {
    width: 600px;
    min-height: 375px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.box-about span {
    text-align: left;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.box-about h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    color: #3c3c3c;
}

.box-about hr {
    width: 100px;
    height: 2px;
    border: none;
    background-color: #06103b;
    margin: 0;
    margin-top: 20px;
}

.box-about h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #3c3c3c;
}

.box-about p {
    color: #3c3c3c;
}




/*------------ step ------------*/

.step {
    width: 100%;
    min-height: 400px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;

    background-image: url(../img/fon-5.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.step-tonir {
    width: 100%;
    min-height: 400px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;


    padding: 0px 40px;
    background-color: rgba(3, 10, 39, 0.9);
}

.step-tonir > h2 {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 60px;
}

.box-step {
    width: 100%;
    min-height: 160px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;

}

.item-step {
    width: 300px;
    min-height: 140px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;

    transition: all 0.4s;
}


/*
.item-step:hover {
    transform:scale(1.2);
}
*/

.item-step > img {
    width: 80px;
    margin-bottom: 20px;
}


/*
.item-step > span {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 20px;
}
*/

.item-step > p {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.item-step:nth-child(1) {
    animation: step 6s linear 0s infinite;
    animation-direction: normal;
}

.item-step:nth-child(2) {
    animation: step 6s linear 2s infinite;
    animation-direction: normal;
}

.item-step:nth-child(3) {
    animation: step 6s linear 4s infinite;
    animation-direction: normal;
}


@keyframes step {
    0% {
        transform: scale(1.0);
    }

    15% {
        transform: scale(1.3);
    }

    30% {
        transform: scale(1.0);
    }
}


/*------------ comments ------------*/

.comments {
    width: 100%;
    min-height: 400px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 60px 10px;

    background-color: rgba(194, 160, 133, 0.1);
}

.comments > h2 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    color: #06103b;

    padding: 10px;
    border: 2px solid #06103b;
}


/*--------------------------------*/

/*Стили для демо*/
/*h2*/

h2.title span {
    color: #fff;
    font-family: "Roboto", sans-serif;
    line-height: 40px;
    font-weight: 700;
}

.block-one-example {
    margin: 30px 0;
    position: relative;
}


.menu-top-demo {
    margin-top: 30px;
}

.menu-top-demo ul {
    text-align: center;
}

.menu-top-demo ul li {
    text-align: center;
    display: inline-block;
    line-height: 50px;
}

.menu-top-demo ul li a {
    display: block;
    padding: 0 20px;
    color: #ccc;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    margin: 10px;
    color: #4BC096;
    border: 2px solid #4BC096;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.menu-top-demo ul li a:hover {
    border: 2px solid #D8D8D8;
}

.menu-top-demo ul li a.active,
.menu-top-demo ul li a.active:hover {
    background-color: #4BC096;
    color: #fff;
    border: 2px solid #4BC096;
}

.icon-download a {
    color: #ccc;
    text-decoration: none;
    position: absolute;
    display: inline-block;
    width: 100px;
    text-align: center;
    top: 0;
    right: 0;
    display: block;
    line-height: 60px;
}

.fileSizeDemo {
    color: #ccc;
    opacity: 1;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100px;
    background-color: #39BE8E;
    text-align: center;
    padding: 10px 0;
    display: block;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 4px;
    font-size: 24px;
    box-shadow: 0 0px 4px rgba(0, 0, 0, .4);
    opacity: 0;
}

.fileSizeDemo:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 1px;
    border: 10px solid transparent;
    border-top-color: #39BE8E;
}

.icon-download a:hover .fileSizeDemo {
    color: #fff;
    opacity: 1;
    position: absolute;
    top: -70px;
}

/*Основные стили*/

.container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.inner-testimonial {
    text-align: center;
    color: #ccc;

    font-weight: 700;
}

.inner-testimonial > img {
    max-width: 128px;
    margin: 0 auto 15px;
    opacity: 0;
    -webkit-transition: all 1.3s linear;
    transition: all 1.3s linear;
}

.owl-item.active .inner-testimonial > img {
    -webkit-transition: all 1.3s linear;
    transition: all 1.3s linear;
}

.owl-item.active .inner-testimonial > img.full-opacity {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

h3.city-name {
    color: #06103b;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 900;
}


.text-testimonial {
    color: #3c3c3c;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 100;
    line-height: 25px;
}

.block-items {
    cursor: default;
}

/*Изменяем внешний вид элементов управления (точки) */
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 18px;
    height: 18px;
}

/*Стрелки*/

.fa-angle-left {
    color: #06103b;
}

.fa-angle-right {
    color: #06103b;
}

.owl-my-nav {
    position: absolute;
    width: 100%;
    height: 100%;
}

.owl-my-nav .owl-prev,
.owl-my-nav .owl-next {
    position: absolute;
    width: 60px;
    top: 34%;
    font-size: 100px;
    z-index: 20;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.owl-my-nav .owl-prev:hover,
.owl-my-nav .owl-next:hover {
    opacity: 0.8;
}

.owl-my-nav .owl-prev {
    left: 50px;
}

.owl-my-nav .owl-next {
    right: 50px;
    text-align: right;
}

@media screen and (max-width: 1113px) and (min-width: 601px) {
  .form-item {
    width: 80%;
  }
  .form-item input,
  .form-item textarea {
    width: 100%;
    margin-right: 0;
	margin-bottom: 10px;
  }
}


@media only screen and (max-width : 768px) {

    .text-testimonial {
        font-size: 14px;
    }

    .owl-my-nav .owl-prev,
    .owl-my-nav .owl-next {
        font-size: 50px;
    }

    .owl-my-nav .owl-prev {
        left: 10px;
    }

    .owl-my-nav .owl-next {
        right: 10px;
    }
}


/*--------------------------------*/



/*------------ contact ------------*/

.contact {
    width: 100%;
    min-height: 400px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;

    background-color: #06103b;
    padding: 20px;
}

.contact > h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 60px;
}

.box-contact {
    width: 100%;
    min-height: 200px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.box-contact img {
    width: 20px;
}

.item-contact {
    max-width: 300px;
    min-width: 160px;
    min-height: 100px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-right: 40px;
}

.item-contact > span {
    width: 100%;
    min-height: 50px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.item-contact > span > img {
    margin-right: 10px;
}

.item-contact > span > p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.item-contact > a {
    width: 100%;
    min-height: 50px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    transition: all 0.3s;
}

.item-contact > span {
    width: 100%;
    min-height: 50px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    transition: all 0.3s;
}

.item-contact > a:hover {
    opacity: 0.6;
}

.item-contact > a > img {
    margin-right: 10px;
}

.item-contact > a > p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: underline;
}

/*
.item-contact > span > a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
*/
.home-p-hid {
    display: none;
}






#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}

.popup {
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 800px;
    position: absolute;
    padding: 15px 40px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;


    background-color: #fff;
}

.close {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
    margin: 0;

    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    position: absolute;
    border: none;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb(218 198 182);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
    font-size: 22px;
}

/*
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
*/
/* кнопка закрытия при наведении */
.close:hover {
    color: #fff;
    background-color: rgba(252, 20, 0, 0.8);
}

.modal_content {
    width: 100%;
    min-height: 20px;
    padding-top: 24px;
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.super_sale {
    width: 100%;
    min-height: 20px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.super_sale > h2 {
    margin-top: 32px;
    margin-bottom: 0px;
    font-size: 24px;
}

.super_sale > form {
    margin-top: 0px;
}

/*
.super_sale > p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px;
}
*/

.forma_modal > input {
    width: 300px;
    min-height: 50px;
    padding: 2px;
    padding-left: 16px;
    color: #000;
    border: none;
    border: 1px solid #06103b;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 16px;
    margin-right: 0;
}


.forma_modal > input::placeholder {
    color: #06103b;
}

.forma_modal {
    width: 100%;
    min-height: 20px;
    padding: 16px;
    margin-top: 16px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.forma_modal > button {
    width: 300px;
    height: 50px;
    margin: 0;
}


.video_feedback_container {
    width: 100%;
    min-height: 20px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.video_feedback_container > iframe {
    margin-left: 8px;
    margin-right: 8px;
}



.smi {
    width: 100%;
    min-height: 20px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 54px;
    padding-top: 54px;

}

.smi > h2 {
    font-weight: 600;
    margin-bottom: 30px;
    color: #06103b;

    padding: 10px;
    border: 2px solid #06103b;
}

.smi_container {
    width: 100%;
    min-height: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.smi_item {
    width: 320px;
    min-height: 200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    border: 2px solid #06103b;
    margin: 16px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 5px 5px rgba(0, 0, 0, 0.10);
}

.smi_item > p {
    padding: 16px;
    font-size: 18px;

}

.news {
    width: 100%;
    min-height: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    padding: 8px;
    padding-top: 54px;
    padding-bottom: 54px;

    background-color: #f7f7f7;
}

.news > h2 {
    font-weight: 600;
    margin-bottom: 30px;

    padding: 10px;
    border: 2px solid #06103b;
}

.news_container {
    width: 100%;
    min-height: 200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.news_container > a {
    margin: 8px;
}

.news_item {
    width: 320px;
    height: 480px;
    transition: background 0.3s;
}

.news_item:hover {
    background-size: 110%;
}

.news_1 {
    background-image: url(../img/news1.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.news_2 {
    background-image: url(../img/news2.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.news_3 {
    background-image: url(../img/news3.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.news_4 {
    background-image: url(../img/news4.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

/* -------- TEAM ------- */

.team {
    width: 100%;
    min-height: 200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;

    padding: 16px;
    padding-top: 54px;
    padding-bottom: 54px;
    background-color: rgba(194, 160, 133, 0.1);
}

.team > h2 {
    font-weight: 600;
    margin-bottom: 30px;

    padding: 10px;
    border: 2px solid #06103b;
}

.team_container {
    width: 100%;
    min-height: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.team_item {
    width: 320px;
    min-height: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;

    position: relative;
    margin: 16px;
}

.team_item > h4 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.team_action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000, rgba(197, 221, 232, 0));


    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 32px;
    color: #fff;
    opacity: 0.5;
    transition: all 0.3s;
}

.team_action:hover {
    opacity: 1;
    transform: scale(1.1)
}

.team_action:hover > .team_item {
    transform: scale(1.1)
}

.kwiz {
    width: 100%;
    min-height: 20px;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: rgba(194, 160, 133, 0.1);
    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.kwiz_gogo {
    width: 60%;
}

.team_action:hover .team_description {
    display: block;
}

.team_description {
    margin: 16px;
    display: none;
    transition: all 0.3s;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 650px) {
    .b24-form-block {
        max-width: 100%;
    }
    .b24-form-block .b24-form-header-title {
        font-size: 22px;
        line-height: normal;
    }
    .b24-form-block .b24-form-header-description {
        font-size: 14px;
    }
    .b24-form-block .b24-form-content {
        margin: 40px auto 0;
    }
    .b24-form-block .b24-form-content,
    .b24-form-block .b24-form-control-string {
        width: 400px;
        max-width: 100%;
    }
    .b24-form-block .b24-form-control-string:first-child {
        margin-right: 0;
    }
    .b24-form-block .b24-form-btn {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    
.kwiz_gogo {
    width: 98%;
}
    .popup {
        padding: 8px;
    }
    
    .block-home-tonir {
        background-color: #06103b;
    }
    
    .home-contact {
        background: none
    }

    .forma_modal > input {
        width: 100%;
        min-height: 50px;
        padding: 2px;
        padding-left: 16px;
        color: #000;
        border: none;
        border: 1px solid #00a12e;
        border-radius: 20px;
        font-size: 14px;
        background-color: rgba(255, 255, 255, 0);
        margin-bottom: 8px;
    }

    .forma_modal {
        width: 100%;
        min-height: 20px;
        padding: 16px;
        margin-top: 16px;

        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .forma_modal > button {
        width: 100%;
        height: 50px;
        margin: 0;
    }

    header {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;

        padding: 0;
        padding: 6px;
        padding-bottom: 16px;
    }

    .logo > img {
        margin-bottom: 20px;
    }

    .home-content > h1 {
        font-size: 24px;
        width: 94%;
		text-align: center;
    }

    .logo > h2 {
        margin: 0;
        font-size: 18px;
    }

    nav > a {
        margin: 0;
        margin-top: 6px;
    }

    nav {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    nav > a:nth-last-child(1) {
        margin: 0;
        margin-top: 10px;
    }

    .home-content > span {
        font-size: 14px;
		text-align: center;
    }

    .home-content > p {
        width: 90%;
        display: none;
    }

    .home-p-hid {
        display: block !important;
        width: 90%;
        min-height: 10px;
    }

    .home-content > a {
        width: 90%;
    }

    .home-contact {
        width: 90%;
    }

    .home-content {
	align-items: center;
    text-align: center;
    padding-left: 0;
    }

    .box-adv {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .decor-adv {
        display: none;
    }

    .item-adv > p {
        font-size: 16px;
    }

    .item-adv {
        margin-bottom: 30px;
    }

    .service-name-left > h2 {
        font-size: 18px;
    }

    .consul-tonir > h2 {
        font-size: 18px;
        margin-top: 10px;
    }

    .consul-tonir > p {
        font-size: 14px;
        text-align: center;
    }

    form {
        width: 96%;
    }

    input {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .about {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        padding: 6px;
    }

    .about > img {
        margin: 0;
        margin-bottom: 10px;
    }

    .box-about {
        width: 90%;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .box-about span {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        margin-top: 20px;
    }

    .box-about h3 {
        font-size: 18px;
    }

    .box-about p {
        font-size: 14px;
        text-align: center;
    }


    .box-contact {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .item-contact {
        margin: 0;
    }

  .form-item {
    width: 100%;
  }
  .form-item input,
  .form-item textarea {
    width: 100%;
    margin-right: 0;
  }
  .form-item-consent .pdc-consent {
    width: 100%;
  }
  #form_modal .pdc-consent {
    width: 100%;
  }

    .news_item {
        width: 120px;
        height: 200px;
    }

    .item-service {
        width: 100px;
        min-height: 140px;
        margin: 8px;
    }

    .item-service > img {
        width: 60px;
    }

    .item-service > p {
        text-align: center;
        font-weight: 100;
        text-transform: inherit;
        font-size: 14px;
        color: #3c3c3c;
        margin-bottom: 8px;
    }
}
