html {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    color: #002839!important;
}

section {
    padding: 6rem 0;
}

input {
    border-radius: 12px!important;
}

textarea {
    border-radius: 12px!important;
}

h2{
    padding-top: 0;
    padding-bottom: 5rem;
    text-align: center;
    text-transform: none;
    font-size: 2.2rem;
    font-weight: 800;
    color: #111111;
}

h1{
    /*padding-top: 2rem;*/
    padding-bottom: 5rem;
    text-align: center;
    text-transform: none;
    font-size: 2.2rem;
    font-weight: 800;
}

.h1 {
    padding-bottom: 5rem;
    text-align: center;
    text-transform: none;
    font-size: 2.2rem;
    font-weight: 800;
}

h2 span{
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: none;
    padding-top: 1rem;
    line-height: 1.5rem;
    color: #565656;
}

.h1-ps {
    display: block;
    padding-top: 2rem;
    padding-bottom: 5rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.73rem;
    font-weight: 700;
}

.s-header {
    position: relative;
}
.s-header:after {
    content: '';
    display: block;
    background-color: #6FDEFF;
    width: 100px;
    height: 4px;
    border-radius: 10px;
    margin: auto;
    margin-top: 30px;
}

section h2::after {
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 99999;
}

#preloader .spinner {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../images/pre-loader.gif') no-repeat 50% 50%;
    margin: -50px 0 0 -50px;
}

.error {
    border: 1px solid #d20100;
    transition: all .3s;
    border-radius: 0;
}

.top-contacts {
    background: #002839;
}

.top-contacts .topbar-cta {
    display: flex;
    align-items: center;
    justify-content: right;
}

.top-contacts .topbar-cta li a{
    color: #fff;
}

.top-contacts .topbar-cta li a:hover{
    color: #6fdeff;
}

.tt-nav .top-catalog {
    display: inline-block;
    width: auto;
    height: 100%;
    text-align: center;
    margin-top: 2.4rem;
    text-decoration: none;
}

.tt-nav.sticky .top-catalog {
    margin-top: .8rem;
    transform: scale(.8);
}

.tt-nav.sticky .top-catalog .catalog-btn {
    margin-left: 9rem;
}

.top-catalog .catalog-btn {
    font-size: 1rem;
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    color: #002839;
    font-weight: 700;
    box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);
    background: #6fdeff;
    border: 0;
    border-radius: 20px;
    margin-left: 3.3rem;
}
.top-catalog .catalog-btn:hover {
    opacity: .8;
}

.top-catalog .catalog-btn:active {
    opacity: .6;
}


.pull-right {
    float: right!important;
}

.site-header {
    width: 100%;
    z-index: 100;
    box-shadow: 0 2px 7px rgba(0,0,0,0.15);
    background-color: rgba(22, 138, 151, 1);
    background-color: #fff;
    transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

header.tt-nav .logo-brand img {
    height: 60px;
}

a.logo-brand {
    margin: 22px 30px 0 0;
}

.phone-stick {
    display: none;
    position: absolute;
    right: 3rem;
    top: 1.3rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: #222222;
}

.email-stick {
    display: none;
}

.phone-stick a {
    color: #222222;
}

.contacts-map {
    position: relative;
    height: 20rem;
    background: #fff;
}

.contacts-map .contact-map-card {
    position: absolute;
    height: 30rem;
    width: 30rem;
    right: 5rem;
    top: 5rem;
    box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);
    background: #fff;
    z-index: 1;
}

.company-name {
    font-size: 1rem!important;
    line-height: 22px!important;
    color: #fff;
    font-weight: 500;
    padding: 0;
    margin: 0;
    text-align: left;
}
.return-back {
    font-size: 16px;
}

/*---------------------------H1 View--------------------------*/


/*---------------------------GENERAL--------------------------*/

/*section:nth-child(odd){background-color: #f2f2f2;}*/

.bs {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    /*box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.1);*/
}

.aq-btn {
    font-size: 1rem;
    padding: 1rem 3.5rem;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);
    background: #6fdeff;
    border: 0;
    transition: all .3s;
    border-radius: 12px;
}

.aq-btn.large {
    height: 4rem;
}

.aq-btn:hover {
    background: #68ccea;
    color: #333;
    box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);
    cursor: pointer;
    transition: all .3s;
}

.aq-btn:focus {
    outline: none !important;
}

.aq-btn:active {
    outline: none !important;
    background: #6cd4f4;
    opacity: .5;
}

.note {
    text-align: center;
    padding-top: 2rem;
    position: relative;
}

.note h5 {
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    padding: 0 4rem;
    margin: 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    font-weight: 700;
}

.note h1 {
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    padding: 0 4rem;
    margin: 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    font-weight: 700;
}

.note p{
    border: 2px solid #292929;
    padding: 4rem;
    font-size: 1.2rem;
    font-weight: 400;
    border-radius: 20px;
}

.consult-btn {
    margin: 5rem 0;
}

.white {
    color: #fff;
}

.gray-text {
    color: #f9f9f9;
}

.gray-bg {
    background: #f5f5f5 !important;
}

.flex-center {
    display: flex;
    justify-content: center;
}
.hide {
    display: none!important;
}
/*----------------------------MODAL-----------------------------*/
.modal {
    top: 5rem;
}

.modal label {
    font-weight: 600!important;
}

.modal-content {
    border-radius: 20px;
}

.modal-dialog {
    min-height: calc(100vh - 500px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.modal-body .devider {
    height: 4px;
    background-color: #6fdeff;
    margin-bottom: 2rem;
}

.modal-header {
    justify-content: center;
}

.modal-header .modal-title {
    font-weight: 700;
    font-size: 1.5rem;
    padding-left: 3rem;
}

.swal-overlay--show-modal .swal-modal {
    border-radius: 0;
}

.swal-title {
    font-weight: 500;
    font-size: 1.4rem;
}

.swal-button-container {
    margin-top: 1rem;
    margin-right: 38%;

}

.swal-button {
    background-color: #6fdeff;
    border-radius:0;
    font-weight: 500;
}

.swal-button:hover {
    background-color: #333;
    border-radius:0;
}

.file-upload {
    display: block;
    text-align: center;
    font-size: 1rem;
    box-shadow: 0 3px 16px 0 rgba(50, 50, 50, 0.2);
    border-radius: 12px;
}

.file-upload .file-select {
    display: block;
    border: 2px solid #6fdeff;
    color: #222222;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

.file-upload .file-select .file-select-button {
    background: #6fdeff;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #34495e;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #4eda91;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #4eda91;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    display: block;
    border: 2px solid #6fdeff;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #6fdeff;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}

/*---------------------------TOP MENU-------------------------*/

.top-menu .bg-light{
    box-shadow: 0 1px 15px 0 rgba(50, 50, 50, 0.2);
    background: #fff !important;
}

.top-menu ul li a {
    color: #000000;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.top-menu ul li a:hover {
    color: #6ed8f9;
}

.nav-link.active {
    color: #6ed8f9;
}

.top-menu .logo {
    height: 5rem;
}

.top-menu .dropdown-menu{
    border: none;
    box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);
}

.top-menu .dropdown-menu a{
    font-size: 1rem;
    text-transform: none;
    font-weight: 400;
}

.icon-location {
    width: 40px;
    height: 40px;
    background: url("/assets/site/images/icons/ic_location.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-mail {
    width: 20px;
    height: 20px;
    background: url("/assets/site/images/icons/ic_email.svg");
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 2px;
    margin-left: 1.5rem;
}

.icon-phone {
    width: 20px!important;
    height: 20px!important;
    background: url("/assets/site/images/icons/ic_phone.svg");
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 2px;
    margin-left: 20px!important;
}

/*--------------------------TOP IMG HEADER--------------------*/

.top-img-header {
    position: relative;
    height: 28rem;
    width: 100%;
}
.top-img-header img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(50%);
}
.top-img-header button {
    position: absolute;
    bottom: 3.5rem;
    left: 50%;
    transform: translateX(-50%);
}
.top-img-header.light img {
    filter: brightness(100%);
}
.top-img-header .breads {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    font-weight: 500;
    z-index: 10;
    padding: 5px 15px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, .3);
    color: #b7b7b7;
}
.top-img-header .breads a{
    color: #f1f1f1;
}

.product-breads {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
}
.product-breads .breads {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    font-weight: 500;
    z-index: 10;
    padding: 5px 15px;
    border-radius: 20px;
    background-color: transparent;
    color: #b7b7b7;
}
.product-breads .breads a{
    color: #002839;
}

.top-img-header2 {
    position: relative;
    height: 35rem;
    width: 100%;
    z-index: 3;
}

.top-img-header3 {
    position: relative;
    height: 28rem;
    width: 100%;
    z-index: 3;
}

.header-text {
    position: absolute;
    text-align: center;
    color: #fff!important;
    font-size: 2.14rem!important;
    font-weight: 500!important;
    text-transform: uppercase;
    padding: 1.5rem 5rem;
    border: 3px solid #6fdeff;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.top-img-header .header-subtext {
    position: absolute;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.5rem 5rem;
    text-transform: uppercase;
    left: 50%;
    top: 61%;
    transform: translate(-50%, -50%);
}

/*--------------------------CAROUSEL--------------------------*/

.top-carousel {
}

.carousel-inner {
    /*box-shadow: 0 0 20px rgba(0,0,0,0.2);*/
}

.top-carousel .carousel-item{
    height: 28rem;
}

.top-address {
    display: flex;
    align-items: center;
    color: #fff;
}

.bg-slide {
    position: absolute;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
}

.bg-slide-cl {
    position: absolute;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.0);
    background-blend-mode: multiply;
}

.bg-slide-0 {
}

.bg-slide-1 {
}

.bg-slide-2 {
}

.bg-slide-3 {
}


.top-carousel .carousel-caption {
    top: 30%;
    text-align: left;
    color: #f8f8f8;
}

.top-carousel .carousel-caption h3 {
    font-size: 2.3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.carousel-indicators li.active{
    background: #6fdeff;
}

.carousel-indicators li{
    background: rgba(159, 159, 159, 0.24);
}

/*----------------------------INFO CARD-------------------*/

.info-card {
    position: relative;
}
.info-card-body {
    padding: 3rem;
    padding-right: 10rem;
    background: #fff;
    box-shadow: 0 6px 20px 9px rgba(0,0,0,0.05);
    border-radius: 20px;
    overflow: hidden;
}
.info-card-body h4{
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
}
.info-card-body h1{
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    padding: 0;
}
.info-card-body p{
    padding-top: 1rem;
    line-height: 1.8rem;
    text-align: justify;
    padding-right: 20px;
    margin: 0!important;
}
.info-card-body p br {
    content: "";
    margin: 1rem;
    display: block;
    font-size: 1.8rem;
}
.info-card-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    box-shadow: 0 6px 20px 9px rgba(0,0,0,0.08);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.info-card-body ul {
    margin: 0!important;
}
.info-card-body ul br{
    display: none;
}

/*----------------------------INFO CARD-------------------*/
.news-block .news-card .news-card__cont{
    font-weight: 400!important;
}
.news-block .news-card__cont {
    margin-top: 3rem;
}
.news-block .news-card__cont:first-child {
    margin-top: 0;
}
.news-block .articles-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 3rem;
}

.news-card {
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-card__cont {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1150px;
    background-color: #fff;
    box-shadow: 0 6px 20px 9px rgba(0,0,0,0.08);
    padding: 40px;
    line-height: 25px;
    border-radius: 20px;
}
.news-card__body {
    order: 1;
}
.news-card__body h4{
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
}
.news-card__body .date{
    font-size: 1.1rem;
    font-weight: 600;
    color: #545454;
    margin-bottom: 20px;
}
.news-card__body h1{
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    padding: 0;
}
.news-card__body p{
    padding-top: 1rem;
    line-height: 1.8rem;
    padding-right: 40px;
    text-align: justify;
}
.news-card__body .read-more a{
    font-size: 15px;
    font-weight: 600;
    color: #9d9d9d;
    user-select: none;
}
.news-card__body .read-more:hover{
    cursor: pointer;
}
.news-card__body .read-more:active{
    opacity: .5;
}
.news-card__body p br{
    content: "";
    margin: 1rem;
    display: block;
    font-size: 1.8rem;
}
.news-card__img {
    order: 2;
}
.news-card__img .img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 20px 9px rgba(0,0,0,0.08);
    max-height: 500px;
    max-width: 500px;
    object-fit: cover;
}

.news-card__cont.inverse .news-card__body{
    order: 2;
}
.news-card__cont.inverse .news-card__body p,
.news-card__cont.inverse .news-card__body h4,
.news-card__cont.inverse .news-card__body .date,
.news-card__cont.inverse .news-card__body h1 {
    padding-left: 40px;
}
.news-card__cont.inverse .read-more a{
    font-size: 15px;
    font-weight: 600;
    color: #9d9d9d;
    user-select: none;
    padding-left: 40px;
}
.news-card__body.inverse .read-more:hover{
    cursor: pointer;
}т
.news-card__body.inverse .read-more:active{
    opacity: .5;
}
.news-card__cont.inverse .news-card__img {
    order: 1;
}

/*----------------------------ARTICLES-DETAILS-----------------*/
.article-details{
    background-color: #fff;
}
.article-details .content {
    box-shadow: 0 6px 20px 9px rgba(0,0,0,0.08);
    padding: 40px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 31px;
    text-align: justify;
}
.article-details img{
    border-radius: 20px;
    max-height: 400px;
    max-width: 400px;
    margin-left: 20px;
    margin-bottom: 10px;
    float:right;
}
.article-details p{
    font-size: 16px;
    line-height: 31px;
    text-align: justify;
}
.article-details ul br {
    display: none!important;
}

/*----------------------------OUR PLUS BLOCk-------------------*/

.plus-block {
    padding: 20px 10px 0px 10px;
    margin-bottom: 0.5rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-radius: 0 0 20px 20px;
}
.plus-block-item {
    margin-top: 3rem;
    margin-bottom: 2rem;
    text-align: center;
}
.plus-block-item h5 {
    padding-top: 4rem;
    font-size: 1.15rem;
    font-weight: 700;
}
.plus-block-item b {
    /*font-size: 1.2rem;*/
}
.plus-block .plus-block-item .icon {
    position: relative;
    z-index: 1;
}
.plus-block .plus-block-item .icon .circle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    width: 100px;
    height: 100px;
    /*border: 3px solid #6FDEFF95;*/
    /*background-color: rgba(111, 222, 255, 0.13);*/
    background-color: #fff;
    box-shadow: 0 6px 20px 3px rgb(0,0,0,0.1);
    z-index: 2;
}
.plus-block .plus-block-item .icon img{
    position: relative;
    width: 50px;
    z-index: 3;
}
.plus-block .plus-block-item .descr {
    margin-top: 12px;
}
.plus-block .catalog-eq{
    display: none;
}

/*---------------------------CATEGORY BLOCK--------------------*/
.main-category {

}
.main-category__items{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
}
.main-category__items .item {
    flex-basis: 30%;
}
.m_cat {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0 6px 20px 9px rgba(0,0,0,0.20);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.m_cat:hover {
    cursor: pointer;
    transform: scale(1.02);
    transition: all 0.3s ease-out;
    box-shadow: 0 6px 20px 9px rgba(0,0,0,0.25);
}

.m_cat .cat-img {
    position: relative;
    height: 100%;
}

.m_cat .cat-img img{
    filter: blur(.2rem);
    width: 100%;
    height: 100%;
}


.m_cat .cat-product {
    position: absolute;
    right: 1.5rem;
    bottom: 0rem;
    z-index: 1;
    width: 240px;
    overflow: hidden;
}

.m_cat .cat-title h3{
    position: absolute;
    top: 3rem;
    left: 2rem;
    padding-right: 1rem;
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
    z-index: 2;
}

.m_cat .cat-title h3:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #ffffff;
    opacity: 0.5;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -0.5rem;
    top: 2.7rem;
    margin-left: 8px;
    transition: all 0.3s;
}

.m_cat .cat-title h3:hover:after{
    opacity: 1;
    transition: all 0.3s;
}

.m_cat .cat-link h3{
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 300;
    transition: all 0.3s;
    z-index: 2;
}

.m_cat .cat-link h3:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/icons/arrow-icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 100%;
    top: 2px;
    margin-left: 8px;
}

.m_cat .cat-link h3:hover{
    color: #6cd4f4;
    transition: all 0.3s;
}

/*---------------------------PRODUCT BLOCK--------------------*/

.product-block {
    padding-top: 0;
}
.product-block .product-row{
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 3rem;
    flex: 1;
    justify-content: center;
}
.product-block .product {
    position: relative;
    overflow: hidden;
    transition: all 1.5s;
    box-shadow: 0 6px 20px 3px rgba(0,0,0,0.10);
    border-radius: 20px;
    flex-basis: 450px;
    height: auto;
    min-height: 200px;
}
.product-block .product .product-top {
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    display: flex;
    justify-content: space-between;
}
.product-block .product2 {
    position: relative;
    margin-bottom: 4rem;
    overflow: hidden;
    transition: all 1.5s;
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.2);
    min-height: 200px;
    flex-basis: 25%;
}
.product-block .product-img{
    width: 100%;
    height: auto;
    opacity: .9;
}
.product-block .product-img img{
    width: 100%;
    height: auto;
}
.product-block .product-price{
    position: relative;
    flex-shrink: 0;
    background: #6fdeff;
    padding: 0.3rem;
    border-radius: 20px;
    align-self: flex-start
}
.product-block .product-price h3{
    font-size: 1rem;
    padding: 0.4em 0.4em;
    margin: 0;
}
.product-block .product-price span{
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: none;
}
.product-block .product-title {
    position: relative;
    text-align: left;
    background: #6fdeff;
    padding: 0.7rem;
    border-radius: 20px;
    margin-right: 2rem;
}
.product-block .product-title h3{
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
.product-block .product-title h3>span{
    font-size: 1.2rem !important;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.product-block .product-title2 {
    position: absolute;
    bottom: 0;
    padding: 1rem;
    padding-left: 2rem;
    padding-bottom: 2rem;
    text-align: left;
    background-color: #fff;
    width: 100%;
}
.product-block .product-title2 h3{
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0;
}
.product-block .product-desc {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    padding: 0.8rem 1rem;
    /*background: rgba(0, 0, 0, 0.1);*/
    background: #6fdeff;
    border-radius: 20px;
}
.product-block .product-desc span {
    font-weight: 800;
    font-size: 1.1rem;
}
.product-block .product-desc h6{
    margin: 0;
    padding: 0;
    font-weight: 600;
}
.product-block .product-desc h3{
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 700;
}

/*---------------------PRODUCT DETAILS---------------------*/
.product-detail {

}
.product-detail__body {
    display: flex;
}
.product-detail__body-img {
    max-width: 600px;
    max-height: 600px;
}
.product-detail__body-img img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.product-detail__body-content {
    margin-left: 50px;
}
.product-detail__body-content .title {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
}
.product-detail__body-content .price {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 800;
}
.product-detail__body-content button {
    margin-top: 30px;
}
.product-detail__body-content .features {
    margin-top: 50px;
    font-size: 16px;
    line-height: 22px;
}
.product-detail__body-content .features ul {
    padding: 0 0 0 20px;
}
.product-detail__body-content .features ul br {
    display: none;
}
.product-detail__descr {
    margin-top: 50px;
}
.product-detail__descr .title{
    font-size: 20px;
    font-weight: 600;
}
.product-detail__descr .info{
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
}

/*----*/
.product-block .product-desc-cat {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    padding: 0.8rem 1rem;
    background: #6fdeff;
    border-radius: 20px;
}

.product-block .product-desc-cat h3{
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 700;
}

/*Overlay*/
.product-block .product:hover {
    transition: all .3s;
    cursor: pointer;
}

.product-block .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 0;
    width: 0;
}

.product-block .product:hover .overlay {
    display: flex;
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
}

.text {
    position: absolute;
    white-space: nowrap;
    color: #2e0017;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #6fdeff;
    border: 2px solid #6fdeff;
    padding: 0.4rem 2rem;
    margin: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.text:hover {
    background: #6fdeff;
}
.text a{
    text-decoration: none;
    color: #000;
}
.btn-more {
    position: absolute;
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 400;
    overflow: hidden;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00405b;
    padding: 0.4rem 2rem;
    margin: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

/*---------------------------PRODUCT BLOCK V2--------------------*/
.product-block-v2 {
    padding-top: 0;
}
.product-block-v2 .product-row{
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 2rem;
    flex: 1;
    justify-content: center;
}
.product-block-v2 .product {
    position: relative;
    overflow: hidden;
    transition: all 1.5s;
    box-shadow: 0 6px 20px 3px rgba(0,0,0,0.10);
    min-height: 200px;
    border-radius: 20px;
    flex-basis: 314px;
    padding: .5rem;
    text-align: left;
}
.product-block-v2 .product:hover {
    cursor: pointer;
}
.product-block-v2 .product .img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 100%;
    overflow: hidden;
}
.product-block-v2 .product .img img {
    max-width: 100%;
    max-height: 100%;
}
.product-block-v2 .product .content {
    padding: 1rem 2rem;
}
.product-block-v2 .product .price h3 {
    font-size: 1.5rem;
    font-weight: 800;
}
.product-block-v2 .product .title h3{
    margin-top: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
}
.product-block-v2 .product .descr h6{
    font-size: 1rem;
    font-weight: 600;
}
.product-block-v2 .product .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 0;
    width: 0;
}
.product-block-v2 .product:hover .overlay {
    display: flex;
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
}

/*---------------------------SERVICE PRODUCT BLOCK--------------------*/
.services-block {

}
.services-block__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2rem;
}
.services-block__items__item{
    max-width: 370px;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 6px 20px 3px rgba(0,0,0,0.10);
}
.services-block__items__item-content {
    padding: 10px 10px 10px 10px;
}
.services-block__items__item-img img{
    width: 100%;
    border-radius: 20px;
    max-height: 400px;
}
.services-block__items__item-title {
    margin-top: 1.7rem;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 0 .5rem;
    min-height: 55px;
}
.services-block__items__item-text {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 10px;
    padding: 0 20px;
    text-align: justify;
    min-height: 190px;
}
.services-block__items__item-price {
    font-size: 1.5rem;
    font-weight: 800;
    margin-top: 20px;
}
.services-block .aq-btn {
    margin-top: 30px;
    margin-bottom: 10px;
}

/*-----------------------------CONSULT FORM-------------------*/

.consult-form {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 4rem 2rem;
    height: 24rem;
    /*background-image: url("../images/landing/osmos/slider/banner-no-cover-1.webp");*/
    background-color: rgba(0, 0, 0, 0.70);
    background-blend-mode: multiply;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 6px 20px 3px rgba(0,0,0,0.10);
    width: 82%;
    margin-left: auto;
    margin-right: auto;
}
.consult-form h6 {
    font-weight: 400;
}
.consult-form-title {
    text-align: center;

}
.consult-form-title h4{
    padding: 0 2rem;
    text-transform: uppercase;
}
.consult-form .form-inline {
    padding-top: 3rem;
}
.consult-form .form-inline .form-control {
    height: 3.5rem;
    width: 100%;
    padding: 0 20px;
    font-size: 1.1rem;
}
.consult-form .form-inline .aq-btn{
    font-size: 0.95rem !important;
}
.consult-form img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

    /*-----------------------------MARKING BLOCK------------------*/

.marking-block {
    padding: 4rem 3rem 1rem 3rem;
}

/*-----------------------------LANDING BLOCK------------------*/

.landing-block {
}
.landing-content{
    /*padding-top: 1rem;*/
}
.landing-content img{
    border: 5px solid #6fdeff;
    box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);
}
.landing-property img {
    margin-right: 1rem;
    margin-bottom: 1rem;
    border: none;
    box-shadow: none;
    border-radius: 20px;
}
.landing-content h5 {
    display: inline-block;
    padding-left: 1rem;
    font-weight: 700;
    font-size: 1.16rem;
}
.landing-content p {
    margin-bottom: 2.5rem;
    text-align: justify;
}

/*---NEW---*/
.landing-block__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}
.landing-block__items-item {
    min-height: 430px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    padding: 34px;
    box-shadow: 0 6px 20px 3px rgba(0,0,0,0.10);
    flex-basis: 345px;
}
.landing-block__items-item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 123px;
    height: 123px;
    background: rgba(111, 222, 255, 0.2);
    border-radius: 20px;
    margin: auto;
}
.landing-block__items-item__img .icon{
    width: 58px;
    height: 58px;
    background-image: url(../images/icons/ic-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}
.landing-block__items-item__img img{
    width: 58px;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}
.landing-block__items-item__title {
    margin-top: 20px;
    position: relative;
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
}
.landing-block__items-item__title:after {
    content: '';
    display: block;
    background-color: #6FDEFF;
    width: 62px;
    height: 3px;
    border-radius: 10px;
    margin-top: 16px;
    display: none;
}
.landing-block__items-item__text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #5f5f5f;
}

/*STEP BLOCK*/
.steps-block {
    position: relative;
}
.steps-block__items {
    display: flex;
    flex-direction: column;
    margin-left: 10rem;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
}
.steps-block__items-item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 55px;
}
.steps-block__items-item:first-child {
    margin-top: 0;
}
.steps-block__items-item-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 123px;
    height: 123px;
    background: #e2f8ff;
    border-radius: 20px;
    z-index: 2;
}
.steps-block__items-item-img:after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: 50%;
    display: block;
    height: 80px;
    border: 1px dashed #1F1F1F;
}
.steps-block__items-item:last-child .steps-block__items-item-img:after{
    display: none;
}
.steps-block__items-item-img img {
    width: 58px;
    height: 58px;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}
.steps-block__items-item-body {
    margin-left: 43px;
    max-width: 70%;
}
.steps-block__items-item-body-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
}
.steps-block__items-item-body-descr {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #5f5f5f;
    margin-top: 10px;
}

/*----------------------NEW ADVANTAGES--------------------------------*/

.advantages {
    display: grid;
    /*grid-template-columns: 1fr 1fr 1fr;*/
    grid-template-areas:
    'pos-1 pos-2 pos-4'
    'pos-1 pos-3 pos-4';
    grid-gap: 20px;
}

.advantages__item {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    padding: 34px;
    box-shadow: 0 6px 20px 3px rgba(0,0,0,0.10);
    text-align: justify;
}
.advantages__item.pos-1{
    grid-area: pos-1;
}
.advantages__item.pos-2{
    grid-area: pos-2;
}
.advantages__item.pos-3{
    grid-area: pos-3;
}
.advantages__item.pos-4{
    grid-area: pos-4;
}
.advantages__item-img {
}
.advantages__item-img img {
    width: 100%;
    object-fit: cover;
}
.advantages__item-title {
    font-size: 18px;
    font-weight: 700;
}
.advantages__item-text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: #5f5f5f;
}

/*-----------------------------PRODUCT CALC BLOCK-----------------------*/

.product-calc {
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.2);
    margin-bottom: 2rem;
    padding: 1rem 1rem;
    height: 29rem;
}

.product-calc-img {
    height: auto;
}

.product-calc-title{
    font-size: 1.1rem;
    text-align: center;
    padding-top: 1rem;
    font-weight: 400;
}

.product-calc-price{
    font-size: 1.1rem;
    color: #0a9b00;
    text-align: center;
    font-weight: 500;
    padding: 1rem 0;
}

.product-calc-btn{
    position: absolute;
    bottom: 0;
    padding-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.product-calc-btn button{
    border: 1px solid #6fdeff;
    border-radius: 0.2rem;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8rem;
    background-color: #fff;
    padding: 0.5rem 1rem;

}
.product-calc-btn button:hover{
    background: #6fdeff;
    cursor: pointer;
}

.product-calc-btn button:active{
    background: #6ed8f9;
    outline: none !important;
}

.product-calc-btn button:focus{
    outline: none !important;
}


/*-------------------------------------PARAMETRS BLOCK-------------------*/
.osmos-img {
    width: 100%;
    border-radius: 20px;
}
.parametrs-block li:hover {
    /*cursor: pointer;*/
}
.osmos-param-desc {
    padding-top: 5rem;
}
.osmos-param-desc li {
    padding-top: 2rem;
    font-size: 1.3rem;
}
.osmos-param-desc li span {
    border: 2px solid #000000;
    font-size: 1.9rem;
    font-weight: bold;
    padding: 0.2rem 1rem;
    margin-right: 2rem;
    border-radius: 50%;
}
.osmos-param-desc li:hover {
    color: #6bd2f2;
}

/*Dymamic page*/
.parametrs-block__items {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.parametrs-block__items .image-map img{
    max-width: 900px;
    max-height: 700px;
    height: auto;
}
.parametrs-block__items .points {
    margin-left: 10rem;
}
.parametrs-block__items .points li {
    display: flex;
    font-size: 1.3rem;
    padding-top: 2.5rem;
    font-weight: 600;
    transition: all .3s ease-out;
    align-items: center;
    text-align: left;
}
.parametrs-block__items .points li:hover {
    /*cursor: pointer;*/
    /*color: #6FDEFF;*/
    transition: all .3s ease-out;
}
.parametrs-block__items .points li span{
    position: relative;
    flex-shrink: 0;
    margin-right: 3rem;
    font-weight: 800;
    font-size: 1.5rem;
}
.parametrs-block__items .points li span:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
}


/*-----------------------------VIDEO BLOCK--------------------*/

.video-block {
    position: relative;
}

.video video{
    background: linear-gradient(to right, #6fdeff, #6ecdee);
    box-shadow: 0 6px 20px 9px rgba(0,0,0,0.20);
    border-radius: 20px;
    overflow: hidden;
}
.video .video-frame {
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    -webkit-transform: rotate(
            0deg
    );
    border-radius: 20px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*----------------------------ANIMATION BUTTON-----------------*/

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 62%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    cursor: pointer;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: #6fdeff;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/*----------------------------PROJECT BLOCK-------------------*/


.project {
    position: relative;
    margin-bottom: 2rem;
    box-shadow: 0 6px 20px 9px rgba(0,0,0,0.20);
    border-radius: 20px;
    overflow: hidden;
}

.project.house {
    /*border-radius: 20px 20px 0 0;*/
}

.project .project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
    height: 100%;
    width: 100%;
}

.project .project-date{
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #6fdeff;
    padding: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    z-index: 1;
    border-radius: 20px;
}

.project .project-date span{
    padding-top: 0;
    margin-top: 0;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1rem;
    display: block;
    z-index: 1;
}

.project .project-title{
    position: absolute;
    top: 0.5rem;
    left: 2rem;
    color: #fff;
    font-weight: 400;
    font-size: 2rem;
    padding-right: 7rem;
    padding-top: 0.5rem;
    line-height: 2.5rem;
    z-index: 1;
    /*background: rgba(0, 0, 0, 0.1);*/
}

.project .project-desc{
    position: absolute;
    bottom: 3rem;
    left: 2rem;
    padding-right: 1rem;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.15);
}

.project-desc-bottom{
    position: relative;
    padding: .7rem;
    color: #1b1b21;
    font-size: 1rem;
    font-weight: 600;
    background-color: #fff;
    border-radius: 10px;
    min-height: 5rem;
    box-shadow: 0 6px 20px 9px rgba(0,0,0,0.20);
    margin-top: -1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem;
}


.project-img img {
    /*display: none;*/
    width: 100%;
}

.prj-slider {

}

.prj-slider .project .project-overlay .project-desc {
    position: absolute;
    bottom: 1rem;
    left: 0.7rem;
    padding-right: 0.7rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.15);
}

.bottom-slider .elastislide-wrapper nav span{
    background: #ddd url(../images/nav.png) no-repeat scroll 4px 3px;
}

/*----------------------------FILTER CATEGORY---------------------*/
.f-category {
}

.f-category .item{
    min-height: 15rem;
    padding: 2rem;
    border: 1px solid #e2e2e2;
    border-radius: 0.4rem;
}

.f-category .item .img{
    text-align: center;
}

.f-category .item .title{
    color: #0b486d;
    text-decoration: underline;
    font-size: 1.2rem;
    padding-top: 1rem;
    text-align: center;
}

.f-category .item .title:hover{
    font-weight: 600;
    cursor: pointer;
}

.f-category .item .descr{
    color: #222222;
    font-size: 1rem;
    padding-top: 1.1rem;
    text-align: center;
}

/*----------------------------FOOTER BLOCK---------------------*/
/*----------------------------FOOTER CONTACT-------------------*/

.footer-block {
    position: relative;
}

.footer-contact {
    padding-top: 6rem;
    padding-bottom: 5rem;
    background: #f8f8f8;
}

.footer-contact .header {
}

.footer-contact .header h3:after {
    width: 40px;
    margin-top: 15px;
    display: block;
    content: "";
    background: #6fdeff;
    height: 2px;
}

.footer-contact .header h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.footer-contact .header p {
    padding-top: 1.2rem;
}

.footer-contact .contacts {
    padding-top: 2.5rem;
}

.footer-contact .contacts ul li {
    padding: 0.8rem 0;
    /*font-weight: 700;*/
}

.footer-contact .contacts i {
    color: #333;
    /*box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);*/
}

.footer-contact .contacts span {
    padding-left: 2.5rem;
}
.footer-contact form {
    padding-top: 0.1rem;
}

.footer-contact .form-card {
    position: absolute;
    padding: 3rem;
    padding-top: 3.2rem;
    /*height: 32rem;*/
    height: auto;
    width: 30rem;
    top: 11%;
    left: 50%;
    transform: translate(25%, 0%);
    background: #fff;
    box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);
    border-radius: 20px;
}

.footer-contact .form-card h3{
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-contact .form-card form input,
.footer-contact .form-card form textarea {
    margin-top: 1.5rem;
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
    border-radius: 0;
    resize: none;
}

.form-card form input:focus,
.form-card form textarea:focus{
    border: 1px solid #6fdeff;
    box-shadow: 0 0 5px 0 rgba(111, 222, 255, 0.7);
    transition: all .3s;
    border-radius: 0;
    resize: none;
}

/*----------------------------SALES--------------------------*/

.sales-block {
    font-size: 24px;
    color: #000;
    line-height: 26px;
    font-weight: 500;
}
.sales-block__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    box-shadow: 0 6px 20px 9px rgba(0,0,0,0.05);
}
.sales-block__content:hover {
    cursor: pointer;
}
.sales-block__text .row-1{
    font-weight: 500;
}
.sales-block__title .row-2{
    font-size: 18px;
}
.sales-block__img {
    width: 156px;
    height: 86px;
    background-image: url("../images/sales/sale-water.jfif");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
}
.sales-block__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.sales-block__price {
    width: 156px;
    height: 86px;
    background-color: #6FDEFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sales-block__price .row-1 {
    font-size: 36px;
    font-weight: 700;
}

/*----------------------------ENUM BLOCK--------------------------*/

.enum-block_content {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 6px 20px 9px rgba(0,0,0,0.05);
    padding: 35px;
    border-radius: 20px;
    color: #000;
}
.enum-block__title {
    font-size: 24px;
    font-weight: 600;
}
h1.enum-block__title{
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    padding: 0;
}
.enum-block__items {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
}
.enum-block__item {
    margin-top: 0;
    display: flex;
}
.enum-block__item-icon {
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0
}
.enum-block__item-icon img {
    width: 100%;
}
.enum-block__item-text {
    margin-left: 20px;
    margin-top: -1px;
}
.enum-block__item-text .title{
    font-size: 18px;
    font-weight: 700;
}
.enum-block__item-text .descr{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}
.enum-block__rules {
    margin-top: 40px;
    margin-left: 2px;
}
.enum-block__rules-title {
    font-size: 20px;
    font-weight: 600;
}
.enum-block__rules ul {
    margin-top: 20px;
}
.enum-block__rules ul>li {
    padding: 5px 0;
}
.enum-block__info {
    display: inline-block;
    position: relative;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 800;
    z-index: 1;
    overflow: hidden;
}
.enum-block__info::after {
    display: none;
    position: absolute;
    top: 21px;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #6FDEFF;
    z-index: -1;
    overflow-x: hidden;

}

/*----------------------------PARTNERS--------------------------*/
.partners-block .partners-block__items {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 350px);
    grid-gap: 2rem;
}
.partners-block .partners-block__items .partners-block__items-item {
    position: relative;
    text-align: center;
    line-height: 1.7rem;
    background-color: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 6px 20px 3px rgba(0,0,0,0.10);
    max-width: 350px;
}
.partners-block .partners-block__items .partners-block__items-item .partners-block__items-item-ic {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 3.6rem;
    height: 3.6rem;
    background-color: #2373c8;
    border-radius: 50%;
    box-shadow: 0 1rem 4rem rgba(35, 115, 200, 0.6);
}
.partners-block .partners-block__items .partners-block__items-item .partners-block__items-item-ic:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.5rem;
    height: 1.3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../assets/img/icon/ic_partner.svg");
}
.partners-block .partners-block__items .partners-block__items-item .partners-block__items-item-img {
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
}
.partners-block .partners-block__items .partners-block__items-item .partners-block__items-item-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 350px;
    border-radius: 20px;
}
.partners-block .partners-block__items .partners-block__items-item .partners-block__items-item-title {
    margin-top: 3rem;
    font-size: 1.1rem;
}
.partners-block .partners-block__items .partners-block__items-item .partners-block__items-item-descr {
    margin-top: 3rem;
    font-size: 1.2rem;
    font-weight: 600;
}

/*Calc Block*/
.calc-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.calc-block .calc {
    width: 1150px;
}.calc-block .calc {
    width: 1150px;
}

/*Phys Project style*/
.partners-block.projects .partners-block__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}
.partners-block.projects .partners-block__items .partners-block__items-item{
    padding: 10px;
}
.partners-block.projects .partners-block__items .partners-block__items-item .partners-block__items-item-descr{
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}
/*----------------------------FOOTER--------------------------*/

.footer {
    background: #002839;
    padding: 5rem 0;
}

.footer h3 {
    color: #fff;
}

.footer h3 span{
    color: #6fdeff;
}

.footer p {
    padding-top: 1rem;
    color: #afafaf;
}
.footer .about{
    padding-top: 3.8rem;
}

.footer .about h5{
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

.footer .about p{
    padding-top: 0.3rem;
}

.footer-menu {
    padding-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 5rem;
    flex-wrap: wrap;
    align-items: center;
}

.footer-menu a {
    color: #afafaf;
    text-transform: uppercase;
    font-size: 1rem;
}

.right-block {
    height: auto;
    background: #001a29;
    color: #727272;
}

.policy {
    font-size: 1.2rem;
}

/*-----------------------------UTILS--------------------------*/
.m-b-sec {
    margin-bottom: 6rem;
}
.m-t-sec {
    margin-top: 6rem;
}
.mt--5 {
    margin-left: -5px;
}

.m-sec {
    margin: 6rem 2rem 0 2rem;
}
.mobile {
    display: none;
}
/*-----------------------------MOBILE-------------------------*/

.ya-rating {
    overflow: hidden;
    margin-right: 1rem;
}
iframe { overflow:hidden; }

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1650px){
    .landing-property img {
        margin-right: 1rem;
        margin-bottom: 1rem;
        border: none;
        box-shadow: none;
    }

    .landing-content h5 {
        display: inline-block;
        padding-left: 1rem;
        font-weight: 500;
        font-size: 1.2rem;
    }

    .landing-content p {
        margin-bottom: 5rem;
        text-align: justify;
        font-size: 1.1rem;
        margin-left: 3.9rem;
    }
}

@media only screen and (max-width : 1600px){
    .sticky .menuzord-menu {
        margin-right: 16% !important;
    }
    .services-block__items__item {
        max-width: 350px;
    }
    .services-block__items__item-text {
        min-height: 215px;
    }
}

@media only screen and (max-width : 1280px) {
    .m_cat .cat-product {
        width: 180px;
    }

    .m_cat {
        padding-top: 1rem;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .top-menu .dropdown-menu{
        border: none;
        box-shadow: none;
    }
    .top-menu .dropdown-menu a{
        font-size: 1.2rem;
        text-transform: none;
        font-weight: 400;
    }
    .product-calc {
        height: 27rem;
    }
    .sales-block {
        font-size: 19px;
    }
    .sales-block__price .row-1 {
        font-size: 31px;
    }
    .advantages {
        display: grid;
        /*grid-template-columns: 1fr 1fr 1fr;*/
        grid-template-areas:
            'pos-1 pos-4'
            'pos-2 pos-2'
            'pos-3 pos-3'
        ;
        grid-gap: 20px;
    }
}

@media only screen and (max-width : 1100px) {
    .footer-contact .form-card {
        position: absolute;
        padding: 3rem;
        padding-top: 3.2rem;
        height: 33rem;
        width: 30rem;
        top: 11%;
        left: 40%;
        transform: translate(25%, 0%);
        background: #fff;
        box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);
    }

    .info-card-body {
        padding: 2rem;
        background: #fff;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .consult-form .form-inline .form-group {
        margin-bottom: 1.5rem;
    }
    .consult-form {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .osmos-param-desc {
        padding-top: 1rem;
    }
    .project .project-date{
        top: 1rem;
        right: 1rem;
        padding: 1.5rem;
        font-size: 2rem;
    }
    .project .project-date span{
        line-height: 0.8rem;
    }
    .project .project-title{
        top: 0.5rem;
        left: 1.5rem;
        font-size: 3rem;
        padding-right: 7rem;
        padding-top: 0.5rem;
        line-height: 3.5rem;
        /*background: rgba(0, 0, 0, 0.1);*/
    }
    .project .project-desc{
        bottom: 3rem;
        left: 1.5rem;
        padding-right: 1rem;
        font-size: 1.9rem;
    }
    .product-calc {
        height: 33rem;
    }
    .sales-block {
        font-size: 15px;
        line-height: 17px;
    }
    .sales-block__price .row-1 {
        font-size: 27px;
        line-height: 22px;
    }
    .sales-block__title .row-2{
        font-size: 12px;
    }
    .sales-block__img {
        width: 100px;
        height: 86px;
        border-radius: 20px;
    }
    .sales-block__price {
        width: 100px;
        height: 86px;
        border-radius: 20px;
    }
    .advantages {
        display: grid;
        /*grid-template-columns: 1fr 1fr 1fr;*/
        grid-template-areas:
            'pos-1 pos-2'
            'pos-1 pos-3'
            'pos-4 pos-4'
        ;
        grid-gap: 20px;
    }
}

@media only screen and (max-width : 910px) {
    .footer-contact .form-card {
        position: absolute;
        padding: 3rem;
        padding-top: 1.5rem;
        height: 28rem;
        width: 25rem;
        top: 10%;
        left: 40%;
        transform: translate(25%, 0%);
        background: #fff;
        box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);
    }

    .video-play-button {
        top: 65%;
        left: 50%;
    }
    .advantages {
        display: grid;
        /*grid-template-columns: 1fr 1fr 1fr;*/
        grid-template-areas:
            'pos-1 pos-2'
            'pos-3 pos-3'
            'pos-4 pos-4'
    ;
        grid-gap: 20px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .header-text {
        font-size: 1.5rem;
        padding: 1.5rem 5rem;
        border: 2px solid #6fdeff;
    }
    .plus-block-item {
        margin-bottom: 2rem;
    }
    .consult-form .form-inline .form-group {
        margin-bottom: 1rem;
    }
    .consult-form {
        padding: 1rem;
    }
    .project .project-date{
        top: 1rem;
        right: 1.5rem;
        padding: 0.7rem;
        font-size: 1.7rem;
    }
    .project .project-date span{
        line-height: 0.8rem;
    }
    .project .project-title{
        top: 0.5rem;
        left: 1.5rem;
        font-size: 2.3rem;
        padding-right: 7rem;
        padding-top: 0.5rem;
        line-height: 2.7rem;
        /*background: rgba(0, 0, 0, 0.1);*/
    }
    .project .project-desc{
        bottom: 2rem;
        left: 1.5rem;
        padding-right: 1rem;
        font-size: 1.7rem;
    }
    .video-play-button {
        top: 67%;
        left: 50%;
    }
    .footer-contact .form-card {
        position: static;
        padding: 3rem;
        margin-top: 2rem;
        height: auto;
        width: auto;
        transform: none;
        background: #fff;
        box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);
    }
    .footer-block .container{
        padding: 2rem !important;
    }
    .footer {
        padding: 2rem 0;
    }
    .footer-contact {
        padding-top: 2rem;
    }
    .right-block .container{
        padding: 0.2rem!important;
    }
    .product-calc {
        height: 33rem;
    }
    .product-calc {
        height: 28rem;
    }
    .sales-block {
        font-size: 24px;
        line-height: 26px;
    }
    .sales-block__content {
        flex-direction: column;
        padding: 40px 30px;
    }
    .sales-block__title {
        text-align: center;
        margin-top: 40px;
    }
    .sales-block__title .row-2{
        font-size: 18px;
    }
    .sales-block__img {
        margin-top: 40px;
        width: 300px;
        height: 150px;
        border-radius: 20px;
    }
    .sales-block__price {
        margin-top: 40px;
        width: 300px;
        height: 100px;
        border-radius: 20px;
    }
    .sales-block__price .row-1 {
        font-size: 36px;
        line-height: 22px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 540px) {
    .osmos-param-desc {
        padding-top: 2rem;
        padding-left: 2rem;
    }

    .osmos-param-desc li {
        padding-top: 1rem;
        font-size: 0.9rem;
    }

    .osmos-param-desc li span {
        border: 2px solid #000000;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 0.2rem 1rem;
        margin-right: 1rem;
    }

    .center-map {
        width: 500px;
    }

    .project .project-date{
        top: 1rem;
        right: 1rem;
        padding: 0.7rem;
        font-size: 1.4rem;
    }

    .project .project-title{
        top: 0.5rem;
        left: 1.5rem;
        font-size: 1.9rem;
        padding-right: 7rem;
        padding-top: 0.5rem;
        line-height: 2.4rem;
        /*background: rgba(0, 0, 0, 0.1);*/
    }

    .project .project-desc{
        bottom: 2rem;
        left: 1.5rem;
        padding-right: 1rem;
        font-size: 1.5rem;
    }

    .video-play-button {
        top: 72%;
        left: 50%;
    }

    .product-calc {
        height: 28rem;
    }

    .product-calc-img img{
        height: 20rem;
    }

    .advantages {
        display: grid;
        /*grid-template-columns: 1fr 1fr 1fr;*/
        grid-template-areas:
            'pos-1'
            'pos-2'
            'pos-3'
            'pos-4'
    ;
        grid-gap: 20px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .container {
        /*padding-left: 0!important;*/
        /*padding-right: 0!important;*/
    }
    html {
        font-size: 14px;
        overflow-x: hidden;
    }
    section {
        padding: 2rem 1.5rem;
    }
    h1, .h1 {
        font-size: 1.53rem;
        padding-bottom: 3rem;
    }
    h2{
        padding-top: 2rem;
        padding-bottom: 2rem;
        font-size: 1.53rem;
    }
    h2 span br {
        display: none;
    }
    .m-sec {
        margin: 4rem 0 0 0;
    }
    .header-text {
        /*background-color: #6fdeff;*/
        /*color: #000!important;*/
        font-weight: 600!important;
        font-size: 1.4rem!important;
        border: 3px solid #6fdeff!important;
    }
    .bg-slide {
        background-color: rgba(0, 0, 0, 0.7);
    }
    .top-img-header img {
        filter: brightness(30%);
    }
    .top-img-header.light img {
        filter: brightness(100%);
    }
    .top-img-header .breads {
        display: none;
    }
    .product-breads .breads {
        display: none;
    }
    .top-img-header button {
        position: absolute;
        bottom: 3rem;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1rem;
        padding: 1rem 3.5rem;
        width: 20rem;
    }

    /*INPUTS*/
    .footer-contact .form-card form input,
    .footer-contact .form-card form textarea {
        margin-top: 1.5rem;
        padding: 1.2rem 1.5rem;
        font-size: 1.1rem;
        border-radius: 0;
        resize: none;
    }

    .modal .form-control {
        padding: 1rem 1.5rem!important;
        font-size: 1rem!important;
        line-height: 18px!important;
    }
    .modal .m-btns{
        padding-top: 2rem !important;
    }


    .gray-bg {
        background-color: transparent!important;
    }
    .m-b-sec {
        margin-bottom: 1rem;
    }
    .m-t-sec {
        margin-top: 1rem;
    }
    .s-header:after {
        margin-top: 24px;
    }

    .btn-links {
        margin-top: 2rem;
    }

    .top-bar {
        height: 60px;
    }

    .h1-ps {
        font-size: 1.4rem;
        padding-bottom: 2rem;
    }

    .top-carousel .carousel-caption {
        top: 25%;
        left: 10%;
    }

    .top-menu .logo {
        height: 4rem;
    }

    .top-carousel {
    }

    .materialize-menu {
        margin-top: 9px;!important;
    }

    header.tt-nav {
        min-height: 60px;
    }
    header.tt-nav .logo-brand img {
        height: 34px;
        margin-top: 9px;
    }

    .plus-block-item h5 {
        font-size: .9rem;
    }
    .plus-block .plus-block-item .descr {
        margin-top: 12px;
        font-size: 11px;
    }
    .plus-block .container-fluid {
        display: none;
    }
    .plus-block {
        box-shadow: none;
    }
    .plus-block .catalog-eq{
        margin-top: 2rem;
        display: flex;
        justify-content: center;
        margin-right: 3rem;
        margin-bottom: -3.5rem;
    }
    .plus-block .catalog-eq a {
        display: block;
        width: fit-content;
        height: 5rem;
    }

    .phone-stick {
        display: block;
        position: absolute;
        right: 4rem;
        top: 1rem;
        font-size: 0.9rem;
        font-weight: 600;
        color: #222222;
        z-index: 9999;
    }
    .phone-stick a {
        color: #222222;
    }
    .email-stick {
        display: block;
        position: absolute;
        right: 4rem;
        top: 2.5rem;
        font-size: 0.9rem;
        font-weight: 600;
        color: #222222;
        z-index: 9999;
    }
    .email-stick a{
        color: #222222;
    }

    .video .video-frame {
        width: 100%;
        height: 190px;
        -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
        -webkit-transform: rotate(
                0deg
        );
        border-radius: 20px;
    }

    /*ARTICLE DETAILS*/
    .article-details .s-header{
        margin-top: 30px;
    }
    .article-details .container {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .article-details .content {
        box-shadow: 0 6px 20px 9px rgba(0,0,0,0.08);
        padding: 20px;
        border-radius: 20px;
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
    }
    .article-details img{
        object-fit: fill;
        border-radius: 20px;
        max-width: 100%;
        max-height: 100%;
        margin-left: 0;
        margin-bottom: 20px;
        float: none;
    }
    .article-details p{
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
    }

    /*INFO CARD*/
    .info-card .row {
        display: flex;
        flex-direction: column;
    }
    .info-card .row .d-none {
        display: block!important;
        order: 1;
        margin-top: 11rem;
    }
    .info-card .row .info-card-img {
        width: 100%;
    }
    .info-card .info-card-body {
        order: 2;
        margin-top: 10rem;
    }
    .info-card-body p{
        font-size: 13px;
        line-height: 1.6rem;
        padding-right: 0;
    }
    .info-card-body h4 {
        font-size: 1.2rem;
    }
    .info-card-body li {
        font-size: 13px;
    }

    /*CIRCLE STEP*/
    .osmos-param-desc {
        padding-top: 0;
        padding-left: 0;
    }
    .osmos-param-desc li {
        padding-top: 1.6rem;
        font-size: 13px;
        display: flex;
        align-items: center;
    }
    .osmos-param-desc li span {
        font-size: 1.8rem;
        padding: 2px 1rem;
    }

    /*Dymamic page*/
    .parametrs-block__items {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .parametrs-block__items .image-map img{
        width: 100%;
        height: auto;
    }
    .parametrs-block__items .points {
        margin-left: 1rem;
        text-align: left;
    }
    .parametrs-block__items .points li {
        font-size: 1.1rem;
        margin-top: 2rem;
        justify-content: flex-start;
        display: flex;
        align-items: center;
        line-height: 18px;
        padding-top: 0;

    }
    .parametrs-block__items .points li:hover {
        cursor: pointer;
        color: #6FDEFF;
        transition: all .3s ease-out;
    }
    .parametrs-block__items .points li span{
        font-size: 1.1rem;
        margin-right: 2rem;
    }
    .parametrs-block__items .points li span:after{
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
        border: 2px solid #000;
        border-radius: 50%;
    }

    /*NOTE*/
    .note .container {
        padding: 0;
    }
    .note h5 {
        padding: 0 0;
        font-size: 1rem!important;
        width: 15rem!important;
    }
    .note h1 {
        padding: 0 0;
        font-size: 1rem!important;
        width: 15rem!important;
    }
    .note p {
        padding: 1rem!important;
        font-size: 13px;
        line-height: 24px;
    }
    .note.pb-5 {
        padding-bottom: 0 !important;
    }

    /*ENUM BLOCK LIST*/
    .enum-block_content {
        padding: 20px;
    }
    .enum-block__title {
        font-size: 18px;
    }
    h1.enum-block__title {
        font-size: 18px;
    }
    .enum-block__items {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 1.5rem;
    }
    .enum-block__item {
        margin-top: 0;
    }
    .enum-block__item-text .title {
        font-size: 16px;
    }
    .enum-block__item-text .descr {
        margin-top: 7px;
        font-size: 12px;
    }
    .enum-block__info {
        margin-top: 20px;
        font-size: 15px;
        font-weight: 800;
        line-height: 20px;
        z-index: 1;
        overflow: hidden;
    }
    .enum-block__info::after {
        display: none;
    }

    /*CONSULM CTA*/
    .consult-form {
        margin-top: 2rem;
        border-radius: 20px;
        width: 98%;
    }
    .consult-form .form-inline {
        padding-top: 1rem;
    }
    .consult-form-title h4{
        font-size: 1.2rem !important;
        padding-top: 0.7rem !important;
        line-height: 2rem!important;
    }

    /*PROJECTS*/
    .project .project-date{
        top: 1rem;
        right: 1rem;
        padding: 0.7rem;
        font-size: 1.4rem;
    }
    .project .project-title{
        top: 0.5rem;
        left: 1.5rem;
        font-size: 1.5rem;
        padding-right: 7rem;
        padding-top: 0.5rem;
        line-height: 2rem;
        /*background: rgba(0, 0, 0, 0.1);*/
    }
    .project .project-desc{
        bottom: 2rem;
        left: 1.5rem;
        padding-right: 1rem;
        font-size: 1rem;
    }

    .video-play-button {
        top: 77%;
        left: 50%;
    }
    .right-block {
        padding: 0 1rem;
        height: auto;
    }
    .right-block p{
        padding-top: 0.5rem;
    }
    .product-calc {
        height: 33rem;
    }
    .product-calc-img {
        height: 20rem;
    }
    .bg-sl-off-1 {
        background-position: 12% center !important;
        height: 70% !important;
    }

    .top-img-header2 {
        height: 24rem;
    }
    .bg-sl-off-2 {
        background-position: 78.5% center !important;
    }

    .bg-sl-off-3 {
        background-position: 82% center !important;
        height: 100% !important;
    }

    /*CALC BLOCK*/
    .calc-block .calc {
        width: 100%;
    }

    .main-category {
    }
    .main-category__items{
        display: grid;
        grid-gap: 2rem;
        grid-template-rows: 1fr;
    }
    .main-category__items .item {
        flex-basis: 100%;
    }
    .m_cat {
        padding-top: 0rem;
    }
    .m_cat .cat-title h3 {
        font-size: 1.5rem;
        font-weight: 500;
    }
    .m_cat .cat-product {
        position: absolute;
        right: 1.5rem;
        bottom: 0rem;
        z-index: 1;
        width: 130px!important;
        overflow: hidden;
    }
    .m_cat .cat-title h3:after {
        display: none;
    }

    .landing-block .container-fluid {
        margin: 0;
        padding: 0;
    }
    .advantages__item-text {
        font-size: 13px;
        line-height: 23px;
        text-align: left;
    }

    /*ADVANTAGE*/
    .landing-block__items {
        display: grid;
        grid-gap: 2rem;
        grid-template-rows: 1fr;
        padding: 0 1rem;
    }
    .landing-block__items-item {
        min-height: 250px;
        padding: 25px;
        flex-basis: 90%;
    }
    .landing-block__items-item__img {
        width: 90px;
        height: 90px;
    }
    .landing-block__items-item__img .icon{
        width: 40px;
        height: 40px;
    }
    .landing-block__items-item__title {
        margin-top: 15px;
        font-size: 18px;
    }
    .landing-block__items-item__title:after {
        margin-top: 14px;
    }
    .landing-block__items-item__text {
        margin-top: 14px;
        font-size: 13px;
        line-height: 20px;
    }

    /*STEP BLOCK*/
    .steps-block__items {
        margin-left: 0;
    }
    .steps-block .container {
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .steps-block__items-item {
        position: relative;
        margin-top: 40px;
        z-index: 2;
    }
    .steps-block__items-item:first-child {
        margin-top: 0;
    }
    .steps-block__items-item-img {
        width: 90px;
        height: 90px;
        flex-shrink: 0;
    }
    .steps-block__items-item-img:after {
        content: '';
        position: absolute;
        bottom: -100px;
        left: 50%;
        display: block;
        height: 100px;
        border: 1px dashed #1F1F1F;
        z-index: 1;
    }
    .steps-block__items-item:last-child .steps-block__items-item-img:after{
        display: none;
    }
    .steps-block__items-item-img img {
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain;
        flex-shrink: 0;
    }
    .steps-block__items-item-body {
        margin-left: 20px;
        max-width: 100%;
    }
    .steps-block__items-item-body-title {
        font-size: 16px;
        line-height: 27px;
    }
    .steps-block__items-item-body-descr {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #5f5f5f;
        margin-top: 5px;
        text-align: justify;
    }

    /*SERVICE ITEM BLOCK*/
    .services-block__items__item-title {
        margin-top: 1.7rem;
        font-size: 1.2rem;
        font-weight: 700;
        padding: 0 .5rem;
        min-height: auto;
    }
    .services-block__items__item-text {
        font-size: .9rem;
        margin-top: 20px;
        padding: 0 .5rem;
        min-height: auto;
    }

    .partners .logos img{
        width: 100px!important;
        height: 100px!important;
    }

    .prj-slider {
        padding-top: 2rem;
    }

    .f-category .item{
        margin-top: 2rem;
    }

    .note p {
        padding: 1rem;
        font-size: 1rem;
    }

    .slick-next {
        display: none !important;
    }

    .projects-block {
        margin-right: -12px;
        margin-left: -12px;
    }

    .top-img-header2 {
    }

    /*PARTNERS*/
    .partners-block .partners-block__items{
        display: grid;
        grid-gap: 2rem;
        grid-template-columns: 1fr;
    }
    .partners-block .partners-block__items .partners-block__items-item {
        width: 100%;
        height: 100%;
        padding: 1rem;
    }
    .partners-block .partners-block__items .partners-block__items-item .partners-block__items-item-img {

    }
    .partners-block .partners-block__items .partners-block__items-item .partners-block__items-item-img img{
        max-height: 100%;
        max-width: 100%;
    }
    .partners-block .partners-block__items .partners-block__items-item .partners-block__items-item-title {
        margin-top: 1rem;
    }
    .partners-block .partners-block__items .partners-block__items-item .partners-block__items-item-descr{
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-size: 1.1rem;
    }

    /*Phys Project style*/
    .partners-block.projects .partners-block__items .partners-block__items-item{
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .partners-block.projects .partners-block__items .partners-block__items-item .partners-block__items-item-descr{
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        font-size: 1.1rem;
        padding: 0 1rem;
    }

    /*SALES*/
    .sales-block__title .row-1{
        line-height: 27px;
    }
    .sales-block__title .row-2{
        margin-top: 20px;
        font-size: 18px;
    }
    .sales-block__price {
        height: 90px;
    }
    .sales-block__price .row-2{
        margin-top: 5px;
    }

    /*NEWS BLOCK*/
    .news-block .articles-list {
        grid-row-gap: 2rem;
    }
    .news-card__cont {
        width: 100%;
        flex-direction: column;
        padding: 20px;
        border-radius: 20px;
    }
    .news-card__body {
        order: 2;
    }
    .news-card__body h4{
        font-size: 1.2rem;
    }
    .news-card__body .date{
        font-size: 1rem;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .news-card__body h1{
        font-size: 1.2rem;
    }
    .news-card__body p{
        font-size: .9rem;
        padding-top: .5rem;
        line-height: 1.6rem;
    }
    .news-card__img {
        order: 1;
    }
    .news-card__img .img {
        width: 100%;
    }
    .news-card__body ul {
        margin: 0!important;
    }
    .news-card__body ul br{
        display: none;
    }

    .news-card__cont.inverse .news-card__body{
        order: 2;
    }
    .news-card__cont.inverse .news-card__img {
        order: 1;
    }
    .news-card__cont.inverse .news-card__body p,
    .news-card__cont.inverse .news-card__body h4,
    .news-card__cont.inverse .news-card__body .date,
    .news-card__cont.inverse .news-card__body h1 {
        padding-left: 0;
    }
    .news-card__cont.inverse .read-more a {
        font-size: 14px;
        padding-left: 0;
    }

    /*SERVICE BLOCK*/
    .services-block__items {
        display: grid;
        text-align: center;
        grid-gap: 2rem;
        grid-template-rows: 1fr;
    }
    .services-block__items__item {
        max-width: 100%;
    }

    /*COMMON WITH REDIRECT*/
    .product-block .product-row {
        display: grid;
        text-align: center;
        grid-gap: 2rem;
        grid-template-rows: 1fr;
    }
    .product-block .product-desc-cat h3 {
        font-size: .9rem;
    }

    .product-block-v2 .product-row {
        display: grid;
        text-align: center;
        grid-gap: 2rem;
        grid-template-rows: 1fr;
    }

    /*---------------------PRODUCT DETAILS---------------------*/
    .product-detail .container {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .product-detail__body {
        flex-direction: column;
    }
    .product-detail__body-img {
        max-width: 100%;
        max-height: 100%;
        order: 1;
    }
    .product-detail__body-content {
        margin-left: 0;
        order: 2;
    }
    .product-detail__body-content .title {
        font-size: 18px;
        line-height: 20px;
    }
    .product-detail__body-content .price {
        margin-top: 20px;
        font-size: 21px;
    }
    .product-detail__body-content button {
        width: 100%;
        margin-top: 30px;
    }
    .product-detail__body-content .features {
        margin-top: 50px;
        font-size: 14px;
        line-height: 20px;
    }
    .product-detail__body-content .features ul {
        padding: 0 0 0 20px;
    }
    .product-detail__body-content .features ul br {
        display: none;
    }
    .product-detail__descr {
        margin-top: 20px;
    }
    .product-detail__descr .title{
        font-size: 20px;
        font-weight: 600;
    }
    .product-detail__descr .info{
        margin-top: 15px;
        font-size: 14px;
        line-height: 20px;
    }

    /*.partners-block .partners-block__items {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    flex-wrap: wrap;*/
    /*    gap: 2rem;*/
    /*}*/

    .none-scroll {
        overflow: hidden
    }
    #top_bar {
        display: none!important;
    }
    #header {
        display: none!important;
    }

    .main-content {
        position: relative;
        margin-top: 78px;
    }
    .mobile {
        position: relative;
        display: block;
    }
    .arrow-back {
        position: absolute;
        left: 31px;
        top: 8px;
        background: url("/assets/site/images/icons/ic_arrow_left.svg");
        width: 27px;
        height: 24px;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 101;
    }
    .arrow-back:active{
        opacity: .5;
    }

    .mobile__header {
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%;
        height: 80px;
        background-color: #fff;
        box-shadow: 0 6px 20px 9px rgba(0,0,0,0.08);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }
    .mobile__header__logo {
        width: 155px;
    }
    .mobile__header__logo img {
        width: 100%;
    }
    .mobile__header__info {
        display: flex;
        flex-direction: column;
    }
    .mobile__header__info a {
        font-size: 13px;
        line-height: 22px;
        color: #000;
        font-weight: 600;
    }
    .mobile__header_icon {
        background: url("/assets/site/images/icons/ic_menu.svg");
        width: 22px;
        height: 24px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .mobile__header_icon:active {
        opacity: .5;
    }

    .mobile__menu {
        display: block;
        position: fixed;
        height: 100vh;
        width: 100%;
        transform: translateX(100%);
        background-color: #fff;
        z-index: 100;
        transition: all .3s ease-out;
    }
    .mobile__menu.open {
        transform: translateX(0);
        transition: all .2s ease-out;
    }
    .mobile__menu__root {

    }
    .mobile__menu ul {
        padding-top: 40px!important;
    }
    .mobile__menu__root li{
        position: relative;
        padding: 15px 30px!important;
        transition: all .3s ease-out;
    }
    .mobile__menu__root li:active{
        background-color: #00000010;
        transition: all .3s ease-out;
    }
    .mobile__menu__root li.next:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 17px;
        background: url("/assets/site/images/icons/ic_next.svg");
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
        z-index: 99;
    }
    .mobile__menu__root a{
        width: 100%;
        display: block;
        color: #000!important;
        font-size: 14px!important;
        font-weight: 700;
    }
    .mobile__menu__root .next a{
        color: #000!important;
        font-size: 14px!important;
        font-weight: 700;
        display: inline-block;
        width: auto;
    }
    .root_lvl_2, .root_lvl_3, .root_lvl_4 {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        transform: translateX(150%);
        height: 100vh;
        width: 100%;
        transition: transform .3s ease-out;
        background-color: #fff;
        z-index: 101;
    }
    .root_lvl_2.open, .root_lvl_3.open, .root_lvl_4.open {
        transform: translateX(0);
        height: 100vh;
        transition: transform .3s ease-out;
    }

    .mobile__menu .social {
        position: absolute;
        top: 7px;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .mobile__menu .insta {
        position: relative;
        z-index: 999;
    }
    .mobile__menu .insta a{
        color: #1b1b21!important;
        font-weight: 700;
    }

    .mobile__menu .whatsapp {
        position: relative;
        z-index: 999;
    }
    .mobile__menu .whatsapp a{
        color: #1b1b21!important;
        font-weight: 700;
    }
    .footer-menu {
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
    }
}

