html,
body {
    color: #fff;
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
    box-sizing: border-box;
    text-decoration: none !important;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Gilroy';
}

body.full-page-body {
    overflow: hidden;
    height: 100%;
}

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.justify-wrap {
    text-align: justify;
    text-justify: newspaper;
    font-size: 0;
}

.key-contact {
    text-align: justify;
    text-justify: newspaper;
    font-size: 0;
    flex-direction: column;
    padding: 50px;
    margin-left: 300px;
    display: flex;
    justify-content: space-evenly;
}

.justify-wrap:after {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 0;
    content: ''
}


[placeholder]:focus::-webkit-input-placeholder {
    color: transparent !important;
}

[placeholder]:focus:-moz-placeholder {
    color: transparent !important;
}

[placeholder]:focus::-moz-placeholder {
    color: transparent !important;
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent !important;
}

.container {
    min-width: 320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.wrapper {
    margin: 0 auto;
    position: relative;

}

.section .container:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -0.35em;
}

.custom-content {
    display: inline-block;
    vertical-align: middle;
    width: 920px;
    text-align: left;
}

.promo {
    background: url("../images/bg/promo-bg.jpg") no-repeat center;
    background-size: cover;
}

.about {
    /*  background: url("../images/bg/about-bg.jpg") no-repeat center;
    background-size: cover;*/
}

.prices {
    /* background: url("../images/bg/about-bg.jpg") no-repeat center;
    background-size: cover;*/
}

.order {}

.footer {
    position: fixed;
    bottom: 100px;
    left: 0;
    z-index: 10;
    font-size: 0;
    width: 100%;
}

.header {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 10;
    font-size: 0;
    width: 100%;
}

.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1730px;
    margin-right: auto;
    margin-left: auto;
}

.social a {
    font-size: 18px;
    color: #fff !important;
}

.dark-colors .social a {
    color: #000308 !important;
}

.social {
    float: left;
}

.social a:hover {
    color: #3dfeff !important;
}

.social a:not(:last-child) {
    margin-right: 40px;
}

.lang {
    float: right;
    position: relative;
}

.lang span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
}

.dark-colors .lang span {
    color: #000308;
}

.lang span i {
    color: #5c6269;
    font-size: 16px;
    margin-left: 3px;
}

.lang span:hover i {
    color: #fff;
}

.dark-colors .lang span:hover i {
    color: #000308;
}


.lang ul {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    visibility: hidden;
    opacity: 0;
}


.lang ul li {
    display: block;
}

.lang ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.dark-colors .lang ul li a {
    color: #000308;
}

.lang ul li a:hover {
    color: #3dfeff !important;
}



.logo {
    display: inline-block;
    vertical-align: bottom;
}

.logo img {
    display: block;
}

.dark-logo {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0;
}

.dark-colors .logo img:first-child {
    opacity: 0;
}

.dark-colors .dark-logo {
    opacity: 1;
}


.main-nav {
    width: 1084px;
    display: inline-block;
    vertical-align: bottom;
}

.main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-nav ul li {
    display: inline-block;
    vertical-align: middle;
}

.main-nav ul li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    color: #5b6066 !important;
    letter-spacing: 0.05em;
    position: relative;
}

.main-nav ul li a:after {
    width: 10px;
    height: 1px;
    top: 100%;
    margin-top: 6px;
    background: #fff;
    position: absolute;
    content: '';
    left: 0;
    opacity: 0;
}

.dark-colors .main-nav ul li a:after {
    background: #000308;
}

.main-nav ul li.active a:after {
    opacity: 1;
}

.main-nav ul li:not(:last-child) {
    margin-right: 34px;
}

.main-nav ul li a:hover,
.main-nav ul li.active a {
    color: #ffffff !important;
}

.dark-colors .main-nav ul li a:hover,
.dark-colors .main-nav ul li.active a {
    color: #000308 !important;
}


.header-right {
    display: inline-block;
    vertical-align: bottom;
}

.header-btn {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #ffffff !important;
}

.dark-colors .header-btn {
    color: #000308 !important;
}

/* Background image for the link */
.header-btn:hover::before {
    content: "";
    background: url("../images/elements/contact_us.png") no-repeat;
    width: 250px;
    height: 250px;
    display: flex;
    position: absolute;
    top: 60px;
    right: 3px;
    border-radius: 15px;
    object-fit: fill;

}

/* Styling for the tooltip */
.header-btn:hover::after {
    content: attr(title);
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

/* Show tooltip on hover */
.header-btn:hover::after {
    opacity: 1;
}

.slides-nav {
    position: fixed;
    left: 50%;
    margin-left: 800px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
    font-size: 0;
}

.slides-nav-item {
    display: block;
    height: 60px;
    width: 30px;
    position: relative;
}

.slides-nav-item a {
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 60px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.dark-colors .slides-nav-item a {
    color: rgba(0, 0, 0, 0.5);
}

.slides-nav-item a:hover {
    color: #fff !important;
}

.dark-colors .slides-nav-item a:hover {
    color: #000308 !important;
}

.slides-nav-item.active a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 800;
}

.dark-colors .slides-nav-item.active a {
    color: #000308 !important;
}


.slides-nav-item:not(:last-child):after {
    content: '';
    left: 50%;
    top: 100%;
    height: 30px;
    background: rgba(255, 255, 255, 0.4);
    width: 1px;
    position: absolute;
}

.dark-colors .slides-nav-item:not(:last-child):after {
    background: rgba(0, 0, 0, 0.4);
}

.slides-nav-item:not(:last-child) {
    margin-bottom: 30px;
}

.lang.active ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.left-scroll {
    position: fixed;
    cursor: pointer;
    color: rgba(91, 96, 102, 0.8);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    top: 58%;
    margin-left: -820px;
}

.left-scroll-title {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.left-scroll:after {
    height: 20px;
    width: 1px;
    left: 9px;
    margin-top: -5px;
    content: '';
    position: absolute;
    top: 100%;
    background: rgba(91, 96, 102, 0.8);
}

.left-scroll:hover {
    color: #fff;
}

.left-scroll:hover:after {
    background: #fff;
}

.dark-colors.left-scroll:hover {
    color: #000308;
}

.dark-colors.left-scroll:hover:after {
    background: #000308;
}

.container {
    max-width: 1065px;
}

.center-content .container {
    font-size: 0;
}

.center-content {
    padding-top: 100px;
    z-index: 2;
    position: relative;
}

.no-full-page .slides-nav {
    display: none;
}

.no-full-page .footer {
    position: relative;
    bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #000;
}

.no-full-page .wrapper {
    overflow: hidden;
}

.no-full-page .center-content {
    padding-top: 0;
    padding-bottom: 0;
}

.no-full-page .center-content .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.no-full-page .about,
.no-full-page .prices {
    position: relative;
}

.no-full-page .main-nav {
    width: auto;
    text-align: center;
}

.form-field input.incorrect {
    border-color: #ff003c !important;
}



.logo-img_img {
    width: 138px;
    height: 58px;
    display: block;
    position: relative;
    top: 180px;
    left: 60px;
}

.logo-img {
    position: relative;
    width: 138px;
}

.promo-title {
    font-size: 90px;
    line-height: 110px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Helvetica Inserat LT Std';
}

.promo-hint {
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #ffffff;
    font-weight: bold;
}

.promo-subtitle {
    font-size: 40px;
    margin-top: 30px;
    line-height: 42px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Helvetica Inserat LT Std';
}

.promo-block .actions-wrap {
    margin-top: 55px;
}

.price-btn {
    display: inline-block;
    vertical-align: top;
    height: 54px;
    color: #000a17 !important;
    font-size: 16px;
    background: rgba(37, 251, 253, 0.3);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 54px;
    font-weight: 800;
    position: relative;
    z-index: 5;
}

.price-btn-inside {
    background: #3dfeff;
    padding: 0 45px;
    -webkit-transform: translateY(-10px) translateX(-10px);
    -moz-transform: translateY(-10px) translateX(-10px);
    -ms-transform: translateY(-10px) translateX(-10px);
    -o-transform: translateY(-10px) translateX(-10px);
    transform: translateY(-10px) translateX(-10px);
}

.price-btn:hover .price-btn-inside {
    -webkit-transform: translateY(-5px) translateX(-5px);
    -moz-transform: translateY(-5px) translateX(-5px);
    -ms-transform: translateY(-5px) translateX(-5px);
    -o-transform: translateY(-5px) translateX(-5px);
    transform: translateY(-5px) translateX(-5px);
}

.price-btn:active .price-btn-inside {
    -webkit-transform: translateY(0) translateX(0);
    -moz-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    -o-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.promo {
    position: relative;
}

.promo-img {
    background: url("../images/elements/promo-img.png") no-repeat;
    width: 1328px;
    height: 960px;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1; /* Ensure .promo-img is behind .center-content */
}

.about-left {
    display: inline-block;
    vertical-align: top;
    width: 545px;
    text-align: left;
    margin-bottom: 20px;
}

.custom-title {
    text-transform: uppercase;
    color: #000308;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    position: relative;
    font-family: 'Helvetica Inserat LT Std';
    margin-bottom: 15px;
}

.custom-key {
    text-transform: uppercase;
    color: #000308;
    font-size: 30px;
    line-height: 60px;
    font-weight: 500;
    position: relative;
    font-family: 'Helvetica Inserat LT Std';
    margin-bottom: 15px;
}

.custom-title-sub {
    text-transform: uppercase;
    color: #000308;
    font-size: 30px;
    line-height: 60px;
    font-weight: 500;
    position: relative;
    font-family: 'Helvetica Inserat LT Std';
    margin-bottom: 15px;
}

.custom-title:before {
    top: 24px;
    width: 40px;
    height: 1px;
    background: #000308;
    left: -78px;
    position: absolute;
    content: '';
}

.custom-text {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #000000;
}

.custom-text p {
    margin: 0;
}

.about .custom-text {
    margin-bottom: 45px;
}

.contacts-label {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    color: #000308;
    margin-bottom: 25px;
}

.contacts-item {
    font-size: 18px;
    font-weight: 300;
    position: relative;
    padding-left: 30px;
    color: #000308;
}

.contacts-item a {
    color: #000308 !important;
}

.contacts-item a:hover {
    color: #3f5cff !important;
}

.contacts-item:not(:last-child) {
    margin-bottom: 5px;
}

.place-item:before {
    width: 15px;
    height: 21px;
    background: url("../images/elements/placeholder.svg") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    content: '';
}

.phone-item:before {
    width: 17px;
    height: 17px;
    background: url("../images/elements/phone.svg") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    content: '';
}

.fax-item:before {
    width: 19px;
    height: 17px;
    background: url("../images/elements/fax.svg") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    content: '';
}

.email-item:before {
    width: 20px;
    height: 15px;
    background: url("../images/elements/email.svg") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    content: '';
}

.key-item {
    font-size: 18px;
    font-weight: 800;
    position: relative;
    padding-left: 30px;
    color: #000308;

}

.contacts-form {
    background: #fff;
    width: 420px;
    display: inline-block;
    vertical-align: top;
    padding: 40px 0 0 0;
    -webkit-box-shadow: 0px 42px 81px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 42px 81px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 42px 81px 0px rgba(0, 0, 0, 0.2);
}

.custom-form-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #000308;
}

.custom-fields {
    padding: 0 50px;
    margin-bottom: 35px;
}

.custom-field input,
.custom-field textarea {
    height: 54px;
    display: block;
    border: none;
    text-align: center;
    border-bottom: 2px solid #f2f2f2;
    width: 100%;
    background: transparent;
    color: #000308;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.custom-field textarea:focus,
.custom-field input:focus {
    border-color: #3f5cff !important;
}

.custom-field input.incorrect,
.custom-field textarea.incorrect {
    border-color: #ff0000 !important;
}

.custom-field textarea {
    resize: none;
    height: 100px;
    padding: 15px 0;
}

.custom-field:not(:last-child) {
    margin-bottom: 15px;
}

.custom-field ::-webkit-input-placeholder {
    color: rgba(91, 96, 102, 0.5);
}

.custom-field :-moz-placeholder {
    color: rgba(91, 96, 102, 0.5);
}

.custom-field ::-moz-placeholder {
    color: rgba(91, 96, 102, 0.5);
}

.custom-field :-ms-input-placeholder {
    color: rgba(91, 96, 102, 0.5);
}

.submit-btn {
    height: 70px;
    color: #fff !important;
    line-height: 70px;
    text-align: center;
    display: block;
    background: #3f5cff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.send-icon {
    width: 13px;
    height: 13px;
    background: url("../images/elements/send.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: -17px;
    opacity: 0;
    position: relative;
    top: -1px;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
}

.submit-btn:hover .send-icon {
    opacity: 1;
    margin-right: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.services-list {
    font-size: 0;
}

.services-list .row {
    margin-bottom: 40px;
}

.services-item {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-bottom: 25px;
}

.products-item-block {
    text-align: center;
    overflow: hidden;
}

.products-item-main {
    border: 1px solid #e9f7f7;
    border-bottom: none;
}

.products-item-block:hover {
    -webkit-box-shadow: 0px 42px 81px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 42px 81px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 42px 81px 0px rgba(0, 0, 0, 0.2);
}

.products-item-title {
    font-size: 18px;
    color: #5b6066;
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 30px;
}

.services-item .custom-title {
    margin-top: 25px;
}

.products-item-main {
    padding: 20px;
}

.services-item:not(:first-child):not(:nth-child(2)) .products-item-img {
    margin-top: -5px;
}

.products-item-2 .products-item-img {
    margin-top: -20px;
}

.products-item-img {
    display: flex;
    position: relative;
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
}

.products-item-img-wrap {
    display: flex;
    position: relative;
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
}

.products-item-img-wrap img {
    display: flex;
    vertical-align: top;
    max-width: 200px;
    max-height: 200px;
}

.buy-btn {
    height: 60px;
    display: block;
    width: 100%;
    line-height: 59px;
    border: 1px solid #e9f7f7;
    background: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 0;
    font-weight: 300;
    color: #000a18 !important;
    position: relative;
    z-index: 5;
}

.buy-btn span,
.buy-btn i {
    display: inline-block;
    vertical-align: middle;
}

.buy-btn span {
    font-size: 16px;
    letter-spacing: 0.05em;
}

.cart-icon {
    background: url("../images/elements/cart.svg") no-repeat;
    width: 18px;
    height: 17px;
    margin-left: 10px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.products-item-block:hover .buy-btn {
    background: #3cf7f8;
    font-weight: 800;
    border-color: #3cf7f8;
}

.products-item-block:hover .products-item-main {
    border-color: #fff;
}

.partners-item img {
    opacity: 0.35;
}

.partners-item:hover img {
    opacity: 1;
}

.partners-list {
    align-content: space-evenly;
    -webkit-box-shadow: 0px 42px 81px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 42px 81px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 42px 81px 0px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    margin-right: -15px;
    margin-left: -15px;
    height: 470px;
}

.partners-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.partners-item {
    position: relative;
    padding: 8px;
    text-align: center;
    height: 25%;
}

.partners-item:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.35em;
}

.partners-list {
    margin-top: 40px;
}

.partners-item img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.partners-col:nth-child(2) .partners-item {
    /* height: 50%; */
}

.partners-col:not(:last-child) .partners-item {
    border-right: 1px solid #f2f2f2;
}

.partners-col .partners-item:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
}

.portfolio-slider-wrap {
    margin-right: -1px;
    margin-left: -1px;
}

.portfolio-item {
    padding: 2px;

}

.portfolio-center {
    padding: 2px;
    margin-top: 29px;
}



.portfolio-item a {
    display: block;
    overflow: hidden;
    position: relative;
}

.portfolio-item a img {
    display: flex;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    object-fit: cover;
}

.portfolio .custom-title {
    margin-bottom: 35px;
}


.portfolio-item a:hover img {
    transform: scale(1.05) translateZ(0);
    -webkit-transform: scale(1.05) translateZ(0);
    -ms-transform: scale(1.05) translateZ(0);
    -moz-transform: scale(1.05) translateZ(0);
    -o-transform: scale(1.05) translateZ(0);
}

.portfolio-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.26);
    z-index: 3;
    opacity: 0;
}

.portfolio-item a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 33px;
    background: url("../images/elements/zoom.svg") no-repeat;
    background-size: contain;
    z-index: 5;
    margin-left: -16px;
    margin-top: -16px;
    opacity: 0;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
}

.portfolio-item a:hover:before {
    opacity: 1;
}

.portfolio-item a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.slick-list {
    padding: 0 !important;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.85);
}

.custom-header {
    position: relative;
}

.custom-navs {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 9px;
}

.custom-nav {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid #f2f2f2;
}

.custom-nav img {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
}

.custom-nav:hover {
    border: 1px solid #000308;
}

.custom-nav:not(:last-child) {
    margin-right: 12px;
}

.contacts-form {
    position: relative;
}

.after-send {
    position: absolute;
    z-index: 10;
    background: #fff;
    text-align: center;
    height: 100%;
    color: #000308;
    width: 100%;
    left: 0;
    top: 0;
    line-height: normal;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
}

.after-send.active {
    opacity: 1;
    visibility: visible;
}

.after-send:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.35em;
    height: 100%;
}

.after-send-title {
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 14px;
}

.after-send-icon {
    width: 28px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

.after-send-icon img {
    display: block;
    width: 100%;
}

.after-send-text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 25px;
    font-weight: 300;
    color: #5b6066;
}

.after-send-text b {
    font-weight: 800;
}

.after-send-content {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100%;
}

.no-full-page .header {
    position: absolute;
}

.no-full-page .slides-nav {
    display: none;
}

.no-full-page .footer {
    position: relative;
    bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #000;
}

.no-full-page .wrapper {
    overflow: hidden;
}

.no-full-page .center-content {
    padding-top: 0;
    padding-bottom: 0;
}

.no-full-page .center-content .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.no-full-page .about,
.no-full-page .prices {
    position: relative;
}

.no-full-page .main-nav {
    width: auto;
    text-align: center;
}

.no-full-page .promo .center-content .container {
    position: relative;
    z-index: 5;
}

.no-full-page .left-scroll {
    display: none !important;
}

.no-full-page .logo,
.no-full-page .header-right,
.no-full-page .main-nav {
    vertical-align: middle;
}

a,
input,
button,
textarea,
.lang span i,
.lang ul,
.left-scroll,
.send-icon,
.left-scroll:after,
.logo-img img,
.main-nav ul li a:after,
.price-btn-inside,
.products-item-block,
.products-item-main,
.portfolio-item a:before,
.portfolio-item a:after,
.portfolio-item a img,
.custom-nav,
.lang span,
.logo img,
.after-send {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.partners-item img {
    -webkit-transition: opacity 0.25s ease-in-out !important;
    -moz-transition: opacity 0.25s ease-in-out !important;
    -ms-transition: opacity 0.25s ease-in-out !important;
    -o-transition: opacity 0.25s ease-in-out !important;
}

@media screen and (max-height: 900px) {

    .header {
        top: 50px;
    }

    .close-video {
        height: 50px;
        line-height: 50px;
    }

    .video-modal {
        padding-top: 50px;
        padding-bottom: 55px;
    }

    .footer {
        bottom: 55px;
    }
}

@media screen and (max-height: 800px) {
    .header {
        top: 30px;
    }

    .promo-img {
        top: 50%;
        margin-top: -400px;
    }

    .close-video {
        height: 30px;
        line-height: 30px;
    }

    .video-modal {
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .title {
        font-size: 41px;
        line-height: 41px;
        margin-bottom: 40px;
    }

    .order-form {
        margin-top: 16px;
    }

    .order-title {
        font-size: 55px;
        line-height: 67px;
    }

    .about-info-item-numb {
        margin-bottom: 8px;
    }

    .custom-text {
        font-size: 15px;
        line-height: 26px;
    }

    .footer {
        bottom: 35px;
    }

    .lang ul {
        bottom: 100%;
        top: initial;
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@media screen and (max-height: 700px) {
    .prices-item-value {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .main-nav,
    .logo,
    .header-right {
        vertical-align: middle;
    }

    .custom-title {
        font-size: 44px;
        line-height: 54px;
    }

    .products-item-img-wrap img {
        max-width: 186px !important;
    }

    .promo-img {
        width: 1090px;
        height: 796px;
        top: -38px;
        margin-left: -358px;
    }

    .products-item-title {
        font-size: 16px;
        line-height: 22px;
    }

    .services-item .custom-title {
        margin-top: 0;
    }

    .order-form .actions-wrap {
        padding-top: 10px;
    }

    .order-form {
        margin-top: 5px;
    }

    .order-title {
        font-size: 48px;
        line-height: 55px;
    }

    .custom-text p {
        margin: 0 0 9px 0;
    }

    .about-info {
        padding: 20px 25px;
    }

    .slides-nav-item:not(:last-child):after {
        height: 30px;
    }

    .prices-item-info {
        margin-bottom: 17px;
        line-height: 29px;
    }

    .slides-nav-item:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1729px) {
    .left-scroll {
        left: 40px;
        margin-left: 0;
    }

    .slides-nav {
        left: auto;
        margin-left: 0;
        right: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .promo-left {
        width: 450px;
    }

    .social a:not(:last-child) {
        margin-right: 25px;
    }

    .promo-video {
        margin-right: -25px;
    }

    .text-decor-2 {
        font-size: 410px;
        line-height: 410px;
    }

    .promo-img {
        width: 1188px;
        height: 862px;
        top: -48px;
        margin-left: -365px;
        left: 50%;
    }

    .about-left {
        width: 500px;
    }

    .contacts-item:not(:last-child) {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1400px) {
     .logo-img_img {
        width: 138px;
        height: 58px;
        display: block;
        position: relative;
        top: 180px;
        left: 30px;
    }
}
    .container {
        max-width: 900px;
    }

    .promo-img {
        width: 1090px;
        height: 796px;
        top: 50%;
        margin-top: -400px;
        margin-left: -358px;
    }

    .about-left {
        width: 390px;
    }

    .promo-title {
        font-size: 79px;
        line-height: 103px;
    }

    .products-item-2 .products-item-img {
        margin-top: -20px !important;
    }

    .custom-text br {
        display: none;
    }

    .products-item-img-wrap img {
        max-width: 215px;
    }

    .products-item-img {
        height: 90px;
    }

    .promo-subtitle {
        font-size: 36px;
        line-height: 36px;
    }

    .products-item-title {
        padding-left: 10px;
        padding-right: 10px;
    }

    .partners-col {
        height: 350px;
    }

    .about .custom-text {
        margin-bottom: 35px;
    }

    .video-link:before {
        border-radius: 12px 12px 0 0;
    }

    .custom-text {
        font-size: 15px;
        line-height: 24px;
    }

    .main-nav ul li:not(:last-child) {
        margin-right: 30px;
    }

    .video-link {
        width: 420px;
        height: 274px;
        border-radius: 12px 12px 0 0;
    }

    .main-nav {
        width: 917px;
    }

    .prices-item-title {
        font-size: 18px;
        margin-bottom: 19px;
    }

    .prices-item-hint {
        font-size: 16px;
        line-height: 23px;
    }

    .text-decor-1 {
        font-size: 430px;
        line-height: 430px;
    }

    .order-text {
        font-size: 17px;
        line-height: 34px;
        max-width: 360px;
    }

    .prices-item-block {
        padding: 23px 25px 20px;
    }

    .order-title {
        font-size: 43px;
        line-height: 50px;
    }

    .order-left {
        width: 420px;
    }

    .about-info-item-descr {
        font-size: 15px;
        line-height: 22px;
    }

    .about-info-item-numb {
        font-size: 36px;
        line-height: 36px;
    }

    .close-video a {
        font-size: 16px;
    }

    .order-form {
        width: 360px;
    }

    .form-label {
        font-size: 16px;
    }

    .text-decor-2 {
        font-size: 410px;
        line-height: 410px;
    }
}

@media screen and (max-width: 1280px) {

    .text-decor-2,
    .text-decor-1 {
        font-size: 370px;
        line-height: 370px;
    }
}

@media screen and (max-width: 1260px) {
    .no-full-page .promo-img {
        width: 887px;
        height: 637px;
        top: 50%;
        margin-top: -313px;
        margin-left: -266px;
    }
}

@media screen and (max-width: 1200px) {
    .logo-img_img {
        width: 138px;
        height: 58px;
        display: block;
        position: relative;
        top: 180px;
        left: 30px;
    }
}

@media screen and (max-width: 900px) {
    .logo-img_img {
        width: 138px;
        height: 58px;
        display: block;
        position: relative;
        top: 180px;
        left: 50px;
    }
}

@media screen and (max-width: 800px){
    .logo-img_img {
        width: 138px;
        height: 58px;
        display: block;
        position: relative;
        top: 180px;
    }
}

@media screen and (max-width: 700px) {
    .logo-img_img {
        width: 138px;
        height: 58px;
        display: block;
        position: relative;
        top: 120px;
        left: 10px;
    }
}


@media screen and (max-width: 1100px) {
    .logo-img_img {
        width: 138px;
        height: 58px;
        display: block;
        position: relative;
        top: 180px;
    }

    .container {
        max-width: 820px;
    }

    .promo-title {
        font-size: 70px;
        line-height: 95px;
    }

    .no-full-page .promo-img {
        width: 839px;
        height: 612px;
        top: 50%;
        margin-top: -305px;
        margin-left: -256px;
    }

    .contacts-form {
        width: 360px;
    }

    .promo-left {
        width: 100%;
        text-align: center;
    }

    .order-title {
        font-size: 36px;
        line-height: 43px;
    }

    .actions-col a {
        font-size: 12px;
    }

    .order-form {
        width: 325px;
    }

    .prices-list .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .prices-item {
        padding-right: 10px;
        padding-left: 10px;
    }

    .prices-item-value b {
        font-size: 36px;
    }

    .promo .center-content .container {
        padding-top: 195px;
    }

    .prices-item-value sup {
        font-size: 15px;
        top: -17px;
    }

    .text-decor-2,
    .text-decor-1 {
        font-size: 300px;
        line-height: 300px;
    }

    .promo-video {
        margin-right: auto;
        display: block;
        margin-left: auto;
        margin-top: 45px;
    }
}

@media screen and (max-width: 1023px) {
    .container {
        max-width: 720px;
    }

    .contacts-form,
    .about-left {
        width: 330px;
    }

    .custom-field textarea {
        height: 141px;
    }

    .products-item-img {
        height: 130px;
    }

    .products-item-img-wrap img {
        max-width: 215px !important;
    }

    .order-form-hint {
        text-align: center;
        margin-top: 20px;
    }

    .services {
        background: #fefefe;
    }

    .order-form-hint br {
        display: none;
    }

    .custom-fields {
        padding: 0 40px;
    }

    .order-form {
        width: 100%;
        margin-top: 35px;
    }

    .order-text {
        text-align: center;
        max-width: 100%;
    }

    .order-left {
        width: 100%;
        text-align: center;
    }

    .price-btn {
        max-width: 290px;
    }

    .text-decor-2,
    .text-decor-1 {
        font-size: 200px;
        line-height: 200px;
    }

    .left-scroll {
        display: none;
    }

    .prices-item:not(:last-child) {
        margin-bottom: 35px;
    }

    .services {
        background: #fcfcfc;
    }

    .main-nav ul li:not(:last-child) {
        margin-right: 18px;
    }
}

@media screen and (max-width: 769px) {
    .logo-img_img {
        width: 138px;
        height: 58px;
        display: block;
        top: 130px;
        left: 20px
    }
    .logo-icon {
        width: 20px;
    }

    .products-item-title {
        margin-bottom: 20px;
    }

    .header .container-fluid {
        padding-top: 7px;
        padding-bottom: 7px;
    }



    .services-item .custom-title {
        margin-top: 0;
    }

    .custom-navs {
        top: 2px;
    }

    .about-left {
        margin-bottom: 40px;
    }

    .custom-title {
        font-size: 38px;
        line-height: 48px;
    }

    .contacts-form,
    .about-left {
        display: block;
        width: 100%;
    }

    .custom-field textarea {
        height: 100px;
    }

    .logo-img {
        position: relative;
        width: 110px;
    }

    .container-fluid,
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .promo-title {
        font-size: 50px;
        line-height: 64px;
    }

    .no-full-page .promo-img {
        width: 600px;
        height: 436px;
        top: 50%;
        margin-top: -221px;
        margin-left: -152px;
    }

    .header {
        top: 0;
        position: fixed !important;
        background: #000;
        z-index: 200 !important;
    }

    .logo-title {
        width: 63px;
        margin-top: 8px;
    }

    .no-full-page .center-content .container {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .about-info-item {
        width: 33.3333333%;
        margin-bottom: 25px;
    }

    .about-info .row {
        margin-bottom: -25px;
    }

    .promo .center-content .container {
        padding-top: 130px;
    }

    .main-nav ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .main-nav {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        background: #fff;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        z-index: 200;
        padding-top: 95px;
        -webkit-transition: all 0.45s ease-in-out;
        -moz-transition: all 0.45s ease-in-out;
        -ms-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
    }


    .main-nav.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .main-nav.active .close-nav {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .main-nav.active ul li {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .main-nav.active ul li:nth-child(1) {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .main-nav.active ul li:nth-child(2) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .main-nav.active ul li:nth-child(3) {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .main-nav.active ul li:nth-child(4) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .main-nav.active ul li:nth-child(5) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .main-nav.active ul li:nth-child(6) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .main-nav.active ul li:nth-child(7) {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    .promo-subtitle {
        font-size: 20px;
        margin-top: 15px;
        font-weight: 500;
        text-transform: uppercase;
        font-family: 'Helvetica Inserat LT Std';
    }

    .promo-hint {
        font-size: 25px;
        letter-spacing: 0.05em;
        color: #ffffff;
        font-weight: bold;
    }

    .promo-title {
        font-size: 35px;
        line-height: 52px;
    }

    .close-nav {
        position: absolute;
        left: 50%;
        top: 30px;
        margin-left: -11px;

    }

    .close-nav img {
        width: 22px;
        display: block;
    }

    .main-nav ul li {
        display: block;
        text-align: center;
        border: none !important;
    }

    .main-nav ul li a {
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        padding: 0;
        font-size: 19px;
        height: 36px;
        background: transparent !important;
        line-height: 36px;
        color: #000 !important;
    }

    .main-nav ul li a:hover,
    .main-nav ul li.active a {
        color: #000 !important;
    }

    .nav-bars {
        width: 32px;
        margin-top: 10px;
        float: right;
        margin-left: 40px;
    }

    .bar {
        background: #fff;
        height: 3px;
    }

    .bar:not(:last-child) {
        margin-bottom: 8px;
    }

    .video-modal {
        z-index: 300;
        background: #000;
    }
}

@media screen and (max-width: 575px) {
        .logo-img_img {
        width: 138px;
        height: 58px;
        display: block;
        top: 100px;
        left: 20px;
    }
    .partners-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
    }

    .custom-navs {
        top: -4px;
    }

    .custom-fields {
        padding: 0 15px;
    }

    .custom-form-title {
        font-size: 25px;
    }

    .price-btn-inside {
        padding: 0 27px;
    }

    .promo .center-content .container {
        padding-top: 99px;
        padding-bottom: 149px;
    }

    .no-full-page .promo-img {
        width: 509px;
        height: 384px;
        top: auto;
        margin-top: -221px;
        margin-left: 0;
        bottom: -44px;
        left: 12px;
    }

    .promo-title {
        font-size: 40px;
        line-height: 52px;
    }

    .services-item {
        width: 100%;
    }

    .custom-title {
        font-size: 32px;
        line-height: 38px;
    }

    .partners .container {
        padding-bottom: 0 !important;
    }

    .partners-item {
        height: 140px;
        padding: 20px;
        border-right: none !important;
    }

    .partners-col:not(:last-child) {
        border-bottom: 1px solid #f2f2f2;
    }
}

@media screen and (max-width: 440px) {
        .logo-img_img {
        width: 138px;
        height: 58px;
        display: block;
        top: 100px;
    }
    .no-full-page .promo-img {
        width: 436px;
        height: 321px;
        top: auto;
        margin-top: 0;
        margin-left: 0;
        bottom: -17px;
        left: 35px;
    }
}
@media screen and (max-width: 360px){
        .logo-img_img {
        width: 138px;
        height: 58px;
        display: block;
        top: 400px;
        left: auto;
    }
}

@media screen and (max-width: 426px) {
        .logo-img_img {
        width: 138px;
        height: 58px;
        display: block;
        top: 335px;
        left: 10px
    }
    .header-btn {
        font-size: 12px;
    }

    .nav-bars {
        margin-left: 25px;
    }

    .no-full-page .promo-img {
        width: 382px;
        height: 277px;
        top: auto;
        margin-top: -223px;
        margin-left: 0;
        bottom: -23px;
        left: 29px;
    }

    .promo-block .actions-wrap {
        margin-top: 38px;
    }

    .price-btn-inside {
        padding: 0 20px;
    }

    .promo-subtitle {
        font-size: 20px;
        margin-top: 15px;
        font-weight: 500;
        text-transform: uppercase;
        font-family: 'Helvetica Inserat LT Std';
    }

    .promo-hint {
        font-size: 25px;
        letter-spacing: 0.05em;
        color: #ffffff;
        font-weight: bold;
    }

    .promo-title {
        font-size: 35px;
        line-height: 52px;
    }

    .partners-list {
        align-content: space-evenly;
        -webkit-box-shadow: 0px 42px 81px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 42px 81px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 42px 81px 0px rgba(0, 0, 0, 0.2);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 0;
        margin-right: -15px;
        margin-left: -15px;
        height: 2400px;
    }

    .partners-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 800px;
    }

    .partners-item {
        height: 200px;
        padding: 20px;
        border-right: none !important;
    }

    .partners-item img {
        display: inline-block;
        vertical-align: middle;
    }

    .partners-list {
        margin-top: 0px;
    }

    .services-list {
        height: auto;
    }

    .services-item {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin-bottom: 25px;
        width: 100%;
    }

    .products-item-block {
        text-align: center;
        overflow: hidden;
    }

    .products-item-main {
        border: 1px solid #e9f7f7;
        border-bottom: none;
        padding: 20px;
    }

    .products-item-title {
        font-size: 18px;
        color: #5b6066;
        font-weight: 800;
        line-height: 25px;
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .products-item-img {
        display: flex;
        position: relative;
        width: auto;
        height: auto;
        object-fit: cover;
    }

    .products-item-img-wrap {
        display: flex;
        position: relative;
        width: 200px;
        max-height: 200px;
        object-fit: cover;
    }

    .products-item-img-wrap img {
        max-width: 215px !important;
    }

    .no-full-page .center-content .container {
        padding-top: 50px;
    }

    .services-list .row {
        margin-bottom: 0px;
    }

    .center-content {
        padding-top: 0px;
    }
}