@font-face {
    font-family: "Mullar";
    src: url("../fonts/Fontfabric - MullerMedium.otf") format("opentype");
}
@font-face {
    font-family: "Mullar-regular";
    src: url("../fonts/Fontfabric - MullerRegular.otf") format("opentype");
}
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body {
    font-family: "Mullar";
}
.company-text{
    margin-left: 24px;
}
.logo-container {
    width: 11%;
}
.logo-container a{
    transition: .3s;
}
.logo-container a:hover{
    opacity: .8;
    transition: .3s;
}
.header-top {
    font-size: 16px;
}
.header-top a{
    text-decoration: none;
    transition: .3s;
}
.header-top a:hover{
    opacity: .8;
    transition: .3s;
}
.header-menu {
    width: 89%;
    font-size: 19px;
}

.open-container {
    padding: 0 0 0 0;
}

.header-menu li {
    list-style: none;
    line-height: 18px !important;
}

.header-menu li:hover {
    border-bottom: 0;
    color: red !important;
}

.header-menu li a {
    color: #000;
    border-bottom: 2px solid rgba(0,0,0,0);
    /*border-bottom: 2px solid #000;*/
    transition: .3s;
}

.header-menu li a:hover {
    border-bottom: 2px solid #000;
    text-decoration: none;
    transition: .3s;
}

.header-bottom {
    background-color: #F9F9F9;
}
.header-bottom li{
    margin-left: 24px;
}
.search-input {
    height: 20px;
    border: 0px;
    border-bottom: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-input input {
    border: 1px solid #d2cbcc;
    border-radius: 5px;
    padding: 5px;
    background: url("../images/magnifier.png") no-repeat right 10px center;
    width: 305px;
    line-height: 22px;
    font-size: 16px;
    vertical-align: middle;
    color: #d2cbcc;
    background-color: #FFF;
}

.search-input input:focus {
    border: 3px solid #d2cbcc;
    box-shadow: none !important;
    outline: none;
}

.calculate-project {
    color: #B440AF;
    /*text-decoration: underline;*/
}

.calculate-project a {
    color: inherit;
}

.calculate-project:hover {
    text-decoration: none;
}

.calculate-project a:hover {
    text-decoration: none;
}

.calculate-project img {
    padding-right: 8px;
    /*width: 16%;*/
}

.button-question {
    /*text-decoration: underline;*/
}

.button-question a {
    color: inherit;
}

.button-question a:hover {
    text-decoration: none;
}

.button-question:hover {
    text-decoration: none;
}

.button-question img {
    padding-right: 3px;
}

.call-number a {
    color: inherit;
}

.call-number img {
    padding-right: 3px;
}

.news-item {
    width: 33.3%;
    color: inherit;
}

.news-item:hover {
    color: inherit;
}
.news-item img{
    width: 100%;
}
.close-menu {
    display: none;
}

.small-logo {
    display: none;
}

.news-title {
    font-size: 15px;
}

.news-description {
    font-size: 14px;
    color: #5E5E5E;
}

.button-more-news {
    background: linear-gradient(100deg, #783F91, #F170F1);
    color: white;
    border: 0px;
}

.button-more-news:hover {
    cursor: pointer;
    color:#fff;
    text-decoration: none;
}

.name-page-container {
    background-color: #F9F9F9;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
     .product-slider-container {
        width: 50% !important;
    }

    .product-info {
        width: 50% !important;
    }
    }
   @media screen and (min-width: 500px) and (max-width: 1199px) {
        .product-slider-container{
           width: 100% !important;
        }
      .product-info{
            width: 100% !important;
        }
       .product-container{
            flex-wrap: wrap;
     }
   }

.name-page {
    background: url("../images/Group.png") no-repeat left center;
    margin-left: 4rem;
}

@media screen and (min-width: 100px) and (max-width: 1199px) {
    .open-menu {
        display: block;
    }

    .header-top {
        align-items: center;
        /*margin-left: 3rem;*/
        font-size: 15px;
        margin: 0 0 0 0;
        padding: 0 0 0 0 !important;
    }

    .header-top > div {
        width: 20%;
        text-align: center;
    }

    .call-number img {
        display: none;
    }

    .header-bottom {
        display: none;
        margin: 0 0 0 0 !important;
        /*padding: 0 0 0 0 !important;*/
        padding-right: 10px !important;
        font-size: 16px;
    }

    .logo-container {
        display: none;
    }

    .header-menu {
        width: 100%;
        margin-right: 0px !important;
        margin-left: 0px !important;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    }

    .open-container {
        padding: 0 0 0 0;
    }

    header.row {
        margin: 0 0 0 0 !important;
    }

    .small-logo {
        display: block;
    }

    .company-text {
        display: none;
    }

    header {
        margin-left: 0rem !important;
    }

    .search-input {
        display: none;
    }

    .product, .product-slider-home-item{
        width: 100% !important;
    }
    
    .news-item {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    header {
        margin-left: 3rem !important;
        position: fixed;
        /*width: 100%;*/
        background-color: #ffffff;
        z-index: 9999;
    }

    main {
        padding-top: 160px;
    }
    .breadcrumb{
        margin-bottom: 4px !important;
    }
    .open-menu {
        display: none;
    }

    .header-bottom {
        display: block;
    }

    .logo-container {
        display: block;
    }
    .logo-container img{
        width: 92%;
    }
    .header-menu {
        width: 89%;
    }

    .small-logo {
        display: none;
    }

    .company-text {
        display: block;
    }

    .map {
        margin-top: -1.5rem;
    }
}

@media (min-width: 768px) {

    /* show 4 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    #carouselProducts .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    #carouselProducts .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: inherit;
        top: auto;
        right: auto;
        z-index: inherit;
        display: none;
        visibility: hidden;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    #carouselProducts .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: inherit;
        transform: none;
        visibility: hidden;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

    #carouselProducts .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: inherit;
        transform: none;
        visibility: hidden;
        display: none;
    }

    .fa {
        /*padding-left: 10px;*/
        /*padding-right: 10px;*/
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        vertical-align: middle;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    }

    .slider-container {
        width: 85% !important;
            margin-top: 70px !important;
    }

    .carousel-inner {
        width: 90%;
    }

    .carousel-control-prev {
        font-size: 30px;
        left: -50px;

    }

    .carousel-control-next {
        font-size: 30px;
        right: -50px;
    }

    .carousel-control-next, .carousel-control-prev {
        width: auto !important;
    }

}

.nav-footer {
    background-color: #ffffff;
}

.nav-footer li {
    text-decoration: none;
    list-style: none;
}

.nav-footer li a {
    color: #000;
}
.nav-footer li a:hover{
	text-decoration: underline;
}

.footer-back-container {
    background-color: #F0F0F0;
}

.footer-container {
    width: 80%;
}

.footer-subscription-container {
    width: 49%;
}

.footer-subscription {
    color: white;
    background: linear-gradient(100deg, #783F91, #F170F1);
}

.footer-subscription-phrase {
    font-size: 21px;
    font-weight: 100;
}

.footer-subscription-phrase-small {
    font-size: 17px;
}

.footer-subscription-subscribe {
    background-color: #FFD936;
    border: 0px;
    font-size: 15px;
    cursor: pointer;
}

.footer-contacts-container {
    background-color: #ffffff;
    width: 49%;
    margin-left: 2%;
}

.footer-contacts {
    height: 100%;
    width: 100%;
        padding-right: 25px;
    background-color: #ffffff;
    background: url("../images/footer-contacts-phone.png") 0% 0% no-repeat;
    background-size: auto 100%;
}
.footer-contacts h4{
        margin-top: 23px;
}
.footer-contacts a {
    color: inherit;
    text-decoration: none;
}
.footer-contacts a:hover{
	text-decoration: underline;
}
.footer-contacts img{
	    width: 17%;
	    opacity: .5;
	        margin-right: 12px;
    transition: .3s;
}
.footer-contacts a:hover img{
	transition: .3s;	
	opacity: .8;

}
.breadcrumb {
    margin-left: 15%;
    font-size: 13px;
}

.breadcrumb a {
    color: #000;
}

.text-last-news {
    color: #808080;
    font-size: 20px;
    text-align: center;
}

.similar-article {
    color: inherit;
}

.similar-article:hover {
    color: inherit;
}

.title-similar-article {
    font-size: 15px;
}
article p{
        font-size: 17px;
    font-family: Mullar-regular;
    line-height: 2;
    letter-spacing: 1px;
}
.similar-article-description {
    color: #5E5E5E;
    font-size: 14px;
}

.result-search {
    border-bottom: 1px solid #D6D6D6;
    color: inherit;
}

.result-search:hover {
    color: inherit;
}

.big-search-from {
    width: 90%;
    border: 1px solid #B0B0B0;
}

.button-find {
    width: 10%;
    background-color: #FFD936;
    border: 1px solid #FFD936;
}

.catalog-menu {
    background-color: #F9F9F9;
    height: fit-content;
}

.catalog-menu li {
    border-bottom: 1px solid #E5DFDF;
    list-style: none;
    font-size: 16px;
    color: #000000;
}
.active-category{
    color: #B440AF !important;
    
}
.catalog-menu li a {
    color: #000000;
    transition: .3s;
}
.catalog-menu li a:hover{
     color: #B440AF;
     transition: .3s;
}
.catalog-container a {
    color: inherit;
    text-decoration: none;
}

.product {
    width: 30%;
    margin-left: 1%;
    text-align: center;
    box-shadow: 1px 1px 8px rgba(163, 162, 162, 0.4);
    margin-bottom: 1.5rem;
    transition: .4s;
}
.product  img{
    width: 100%;
}
.product:hover {
    box-shadow: none;
    transition: .4s;
}

.product button {
    cursor: pointer;
}


.product-slider-home-item {
    width: 100%;
    /*margin-left: 1%;*/
    text-align: center;
    box-shadow: 1px 1px 8px rgba(163, 162, 162, 0.4);
    margin-bottom: 1.5rem;
    transition: .4s;
}
.product-slider-home-item  img{
    width: 100%;
}
.product-slider-home-item:hover {
    box-shadow: none;
    text-decoration: none;
    transition: .4s;
}

.product-slider-home-item button {
    cursor: pointer;
}







.container-404 {
    background: url('../images/404.png') center;
    background-size: cover;
    height: 524px;
}

.button-404 {
    background-color: #FFD936;
    color: #000;
    margin-bottom: 10%;
}

.contact-form {
    top: 10%;
    right: 5%;
}

.contact-button {
    background-color: #FFD936;
}
.contact-button:hover {
      opacity: 0.7;
        transition: 0.3s;
     text-decoration: none;
  }

.contacts-line {
    border-bottom: 2px solid black;
}

.name-of-contact {
    font-size: 18px;
}

.content-of-contact {
    font-size: 25px;
    max-width: 400px;
}

.product-slider-container {
    width: 40%;
}

.product-info {
    width: 60%;
}

.product-name {
    font-size: 25px;
}

.product-article {
    color: #787878;
    font-size: 18px;
}

.product-price {
    font-size: 25px;
}

.product-button {
    width: 120px;
    height: 46px;
    background: linear-gradient(100deg, #783F91, #F170F1);
}
.product-button:hover {
       opacity: 0.7;
      transition: 0.3s;
       text-decoration: none;
 }   

.table td {
    border-top: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F9F9F9;
}

.table td, .table th {
    padding: .5rem;
}

.table-striped td {
    font-size: 18px;
}

.right-td {
    font-weight: 100;
}

.product-description {
    background-color: #F9F9F9;
}

.carousel-product {
    box-shadow: 1px 1px 8px rgba(163, 162, 162, 0.4);
}

.slider-container-product {
        width: 90% !important;
    position: relative;
    padding: 0 76px;
}

.scroll header {
    width: 100% !important;
    margin: 0 0 0 0 !important;
}

.scroll .open-menu {
    display: block;
}

.scroll .header-top {
    align-items: center;
    /*margin-left: 3rem;*/
    font-size: 15px;
    margin: 0 0 0 0;
    padding: 0 0 0 0 !important;
}

.scroll .header-top > div {
    width: 20%;
    text-align: center;
}
.small-logo img{
    width: 17%;
}
.scroll .call-number img {
    display: none;
}

.scroll .header-bottom {
    display: none;
    margin: 0 0 0 0 !important;
    /*padding: 0 0 0 0 !important;*/
    padding-right: 10px !important;
    font-size: 16px;
}

.scroll .logo-container {
    display: none;
}

.scroll .header-menu {
    width: 100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

.scroll .open-container {
    padding: 0 0 0 0;
}

.scroll header.row {
    margin: 0 0 0 0 !important;
}

.scroll .small-logo {
    display: block !important;
}

.scroll .company-text {
    display: none !important;
}

.scrollheader {
    margin-left: 0rem !important;
}

.scroll .search-input {
    display: none !important;
}
@media screen and (min-width: 100px) and (max-width: 800px) {
  .catalog-container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mobile-padding-fix{
        padding: 0 0 0 0 !important;
        margin: 0 0 0 0 !important;
    }
    .big-part-top-left{
        padding-right: 0 !important;
    }
    .main-page-content{
        margin: 0 0 0 0 !important;
    }
    .catalog-container ul{
        width: 100% !important;
    }
    .decision-banner-container{
        /*display: none !important;*/
    }
    .right-part{
        display: none !important;
    }
    .big-part-top-right{
        display: none !important;
    }
    .big-part-bottom{
        /*display: none !important;*/
    }
    .products-title{
        display: none !important;
    }
/*    .slider-container-product{
        display: none !important;
    }*/
    .how-we-work{
        display: none !important;
    }
    .about-slogan-container{
        display: none !important;
    }
    .about-slogan-container{
        flex-direction: column;
    }
    .about-slogan{
        font-size: 18px !important;
        padding-left: 2rem !important;
    }
    .about-image{
        width: 100% !important;
    }
    .about-image img{
        width: 100%;
    }
    .article-container{
        flex-direction: column;
        align-items: center;
    }
    .article-container article{
        width: 100% !important;
    }
    .article-container .similar-articles{
        justify-content: center;
        align-items: center;
        width: 50% !important;
        text-align: center;
    }
    .footer-container{
        width: 100%;
        flex-wrap: wrap;
    }
    .footer-subscription-container{
        width: 100%;
    }
/*    .footer-contacts-container{
        width: 90%;
    }*/
    .decision-header-buttons {
        display: none !important;
    }
    .big-search-from{
        width: 100%;
    }
    .button-find{
        width: 100%;
    }
}

@media screen and (min-width: 100px) and (max-width: 450px) {

  .why{
        display: block !important;
    }
    .about-why{
        text-align: center;
        background-size: contain !important;
    }
    .why-blocks{
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
    }


}
.about-slogan-container{
    height: 560px;
    background-image: url("../images/about.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.about-slogan{
    background: url("../images/about-slogan-lines.png") 0% 0% no-repeat;
    background-size: auto 100%;
    font-size: 32px;
    color: #ffffff;
}
.about-why{
background: url("../images/back-why.png") center no-repeat;
    background-size: 5% 100%;
}
.about-why-big{
    font-size: 40px;
    color: #000000;
}
.about-why-small{
font-size: 20px;
}
.why{
    background-color: #F9F9F9;
}
.why-block-1:hover{
    color: #FFD936;
}
.why-block-2:hover{
    color: #FFD936;
}
.why-block-3:hover{
    color: #FFD936;
}
.why-block-1:hover > div{
    background-image: url("../images/about-1-active.png") !important;
}
.why-block-2:hover > div{
    background-image: url("../images/about-2-active.png") !important;
}
.why-block-3:hover > div{
    background-image: url("../images/about-3-active.png") !important;
}
.why-block{
    width: 225px;
}
.text-why-about{
    font-size: 25px;
}
.about-company-text{
    font-size: 18px;
}
.about-company-text p {
      font-size: 17px;
    font-family: Mullar-regular;
    line-height: 2;
    /*letter-spacing: 1px;*/
}
#exampleModalCenter{
    z-index: 9999;
    padding-right: 0 !important;
}
#modalcalc{
     z-index: 9999;
    padding-right: 0 !important;
}
.wrap-form-calc{
    height: 490px;
    overflow-y: scroll;
    display: inline-block;
    float: left;
}
.wrap-total{
    display: inline-block;
    /*padding-top: 30px;*/
    text-align: center;
    
}
.wrap-total p{
    margin-bottom: 0;
}
.total {
    font-size: 33px;
    margin-left: 5px;
    margin-right: 6px;
    background: #fff !important;
    width: 150px !important;
}
.input-calc-form{
    width: 100% !important;
    height: 50px !important;
}
.wrap-total button{
    font-size: 15px;
}
.wrap-total  span{
    font-size: 13px;
    text-align: left !important;
    display: block;
    margin-left: 10px;
      font-family: "Mullar-regular";
}
#modalvideo{
    z-index: 9999;
    padding-right: 0 !important;
}
#modalvideo iframe{
    width: 63%;
    height: 76%;
}
.cooperation-phrase{
    background: url("../images/about-slogan-lines.png") 0% 0% no-repeat;
    background-size: auto 100%;
}

.small-decision{
    min-height: 425px;
    width: 590px;
    /*background: url("../images/small-decision.png") no-repeat;*/
    background-size: contain;
}
.small-decision-info{
    background-color: rgba(255, 255, 255, 0.8);
}
.name-of-small-decision{
    font-size: 25px;
}
.small-decision-text{
    font-size: 20px;
}
.decsion-wrap-text p{
    display: inline-block;
    /*width: 75%;*/
    padding-right: 25px;
}

.small-decision-price{
    font-size: 33px;
}
.small-decision-info a{
    width: 245px;
    height: 55px;
    color: #fff;
    font-size: 13px;
}
.small-decision-for{
    background-color: #FFD936;
    /*width: 95px;*/
        padding: 0 15px;
    height: 30px;
}
.small-decision-for:hover {
    opacity: 0.7;
    transition: 0.3s;
    text-decoration: none;
}
.decision-text{
    font-size: 18px;
}
.button-for-home{
    right: 0;
}
.decision-text {
    font-size: 18px;
}

.button-for-home {
    right: 0;
}

.decision-header {
    color: #fff;
}

.decision-header-buttons a {
    width: 190px;
    height: 52px;
    color: #000;
    border: 1px solid #FFD936;
}
.decision-header-buttons a:hover{
    text-decoration: none;
        transition: .3s;
    background: #FFD936;
}

.decision-header-button-white {
    background-color: #ffffff;
    transition: .3s;
}
.decision-header-button-white :hover{
    transition: .3s;
    background: #FFD936;
    text-decoration: none;
    
}
.decision-header-button-yellow {
    background-color: #FFD936;
     transition: .3s; 
}
.decision-header-button-yellow:hover{
    text-decoration: none;
    opacity:.8;
    transition: .3s; 
}

.decisions-navigation-item a {
    color: #000;
}
.decisions-navigation-item .decision-active{
     color: #CF47A1;
    text-decoration: underline;
}

.decisions-navigation .decision-active {
    color: #CF47A1;
    text-decoration: underline;
}
.decisions-navigation a{
    color: #CF47A1;
    text-decoration: underline;
    pointer-events: none;
    cursor: default;
}

.decisions-navigation .collapsed{
    color: #000;
    text-decoration: none;
    pointer-events: auto;
    cursor: pointer;
}

.decision-short-text {
    font-size: 25px;
}

.decision-short-coast {
    font-size: 40px;
}

.decision-include-text {
    font-size: 45px;
}

.decision-small-include-text {
    font-size: 18px;
}

.decision-banner-container {
    width: 400px !important;
    height: 380px;
}

.decision-banner-title {
    color: #ffffff;
    font-size: 25px;
}

.decision-banner-price {
    color: #ffffff;
    font-size: 40px;
}

.decision-banner-button {
    width: 240px;
    height: 50px;
    background-color: #FFD936;
}

.big-part-bottom {
    max-width: 992px;
    height: 158px;
    
    background-size: 100% 100%;
    color: black;
    transition:  .3s;
}

.big-part-bottom:hover{
    /*background: url("../images/bottom.png") no-repeat;*/
    color: inherit;
    opacity: .8;
    transition: .3s;
    text-decoration: none;
    background-size: 130% 160%;
}

.big-part-top-left {
    max-width: 729px;
    max-height: 486px;
    overflow: hidden;
}

.carousel-indicators {
    top: 0px;
}

/*.big-part-bottom {
    max-width: 992px;
    height: 158px;
    background: url("../images/bottom.png") no-repeat;
    background-size: cover;
}*/

.big-part-top-right-top {
    max-width: 248px;
    height: 230px;
    padding: 40px;
    background: url("../images/new_ima.jpg") no-repeat;
    background-size: cover;
}
.big-part-top-right-top:hover{
    text-decoration: none;
}
.big-part-top-right-top:hover span{
    text-decoration: none;
    opacity: .6;
    transition: .3s;
}
.text-bptrt span{
    color: #FFD936;
    font-size: 26px;
    text-decoration: none;
    margin-top: 20px;
    display: block;
     transition: .3s;
}

.big-part-top-right-bottom {
    max-width: 248px;
    height: 240px;
    background: url("../images/where.jpg") no-repeat;;
    font-size: 20px;
    /*color: #000;*/
}
.big-part-top-right-bottom:hover img{
    transition: .3s;
    opacity: .7;
}
.big-part-top-right-bottom:hover span{
    text-decoration: none;
}
.big-part-top-right-bottom img{
    text-align: center;
    margin-top: 31px;
    transition: .3s;
}
.big-part-top-right-bottom span{
    color: #FFD936;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-top: 25px;
    
}
.big-part-top-right-bottom:hover {
    color: #000;
    text-decoration: none;
}
.big-part-top-right-top-title {
    font-size: 20px;
}

.right-part {
    background: url("../images/right-main.png") no-repeat;
    background-size: contain;
    max-width: 232px;
    height: 660px;
}
@media (min-width: 768px){
    #carouselIndicators .carousel-inner{
        width: 100% !important;
    }
}
#carouselIndicators .carousel-inner {
    width: 100% !important;
    overflow: hidden;
    display: -webkit-inline-box;
    display: inline-box;
    display: -moz-inline-box;
}
#carouselIndicators img{
    height: 486px;
}
#carouselIndicators .carousel-item.active{
    width: 100%;
    height: 100%;
    display: inline-block !important;
}

.big-image-index{
    background:url("../images/index-big-image.png") no-repeat;
    background-size: cover;
    height: 830px;
}
.big-part-bottom{
    font-size: 30px;
}
.big-image-index-text{
    color: #ffffff;
    background: url("../images/Group.png") 0% 0% no-repeat;
    background-size: auto 100%;
    font-size: 35px;
    position: relative;
    top:25%;
}
.right-part-description-text{
    font-size: 16px;
}
.how-we-work{
    background: url("../images/how-we-work.png") no-repeat;
    background-size: cover;
    height: 641px;
}
.how-work-title{
    background: url("../images/Group.png") 0% 0% no-repeat;
    background-size: auto 100%;
    color: #fff;
    font-size: 40px;
}
.text-how{
    color: #ffffff;
    font-size: 20px;
    max-width: 180px;
}
.products-title{
    background: url("../images/products-index-title.png") center no-repeat;
    background-size: contain;
    font-size: 40px;
}
#carouselIndicators .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

#carouselIndicators .carousel-indicators {
    display: flex;
    justify-content: flex-end;
    margin: 0 25px 0 0;
    top: 460px;
    /* top: 500px; */
    /* bottom: 0px; */
    right: 0px;
}
#carouselIndicators .carousel-caption{
    width: 100%;
    font-size: 36px;
    right: inherit;
    left: inherit;
    top: 0px;
    color: black;
}
#carouselIndicators .slider-button{
    font-size: 16px;
    color: #ffffff;
    width: 268px;
    height: 57px;
    background: linear-gradient(100deg, #783F91, #F170F1);
}
.right-part-button{
    width: 202px;
    height: 57px;
    background: linear-gradient(100deg, #783F91, #F170F1);
    font-size: 18px;
}
.button-all-catalog{
    width: 270px;
    height: 50px;
    border: 2px solid #CF47A1;
    color: #000000;
    text-decoration: none;
}
.button-all-catalog:hover {
    background: linear-gradient(100deg, #783F91, #F170F1);
    border: 0px;
    color: #ffffff;
    text-decoration: none;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 100%;
        margin: 1.75rem auto;
    }
}
.modal-content{
    height: 100%;
    z-index: 9999;
}
.modal-dialog{
    width: 100% !important;
    height: 100% !important;
    margin: auto;
}
.modal-content input{
    width: 434px;
    height: 85px;
    background-color: #F5F5F5;
    border: 0px;
    text-align: center;
}
.modal-content input::placeholder{
    text-align: center;
}
.modal-content input::-webkit-input-placeholder {
    text-align: center;
}
.modal-text{
    font-size: 20px;
    max-width: 425px;
}
.modal-content input[type="checkbox"]{
    width: auto;
    height: auto;
    float: left;
    /* padding-top: 22px; */
    margin-top: 5px;
    margin-right: 7px;
}
.wrap-form-calc label{
        width: 80%;
    font-family: Mullar-regular;
    font-size: 16px;
}
.checkbox-label{
    font-family: Mullar-regular;
    font-size: 13px;
    width: 80%;
    text-align: left;
}
.check-form{
    margin: 0 auto;
    width: 71%;
}
.check-white{
    color: #fff;
}
.check-white input[type="checkbox"]{
    float: left;
    margin-top: 5px;
    margin-right: 8px;
}
.check-white a{
    color: #fff;
    text-decoration: underline;
}
.checkbox-label a{
    font-family: Mullar-regular;
}
.section-calc{
    margin: 29px 0;
    border-bottom: 1px solid #eee;
}
.section-calc h4, .section-cal-area h4{
    margin-bottom: 25px;
}
.wrap{
    margin-bottom: 10px;
}
.title-form-calc{
    text-align: center;
    margin: 30px auto;
}
#carouselProducts a:hover {
    text-decoration: none !important;
}

.product:hover p {
    text-decoration: underline;
    color: #000000;
}
.prduct:hover .product-small-price{
    text-decoration: none;
}
.product, .product-slider-home-item {
    color: #000000;
}


button:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.tobutton:hover {
    opacity: 0.7;
    transition: 0.3s;
    text-decoration: none;
}

.for-project-button {
    width: 190px;
    height: 53px;
    color: #ffffff;
    background: #ffffff;
    background: linear-gradient(100deg, #783F91, #F170F1);
    border: 0px;
    pointer-events: none;
    cursor: default;
    font-size: 18px;
}
.for-project-button:hover{
    color: #ffffff;
    background: linear-gradient(100deg, #783F91, #F170F1);
    border: 0px;
    text-decoration: none;
}
.for-project-button.collapsed{
    color: white;
    color: #000000;
    border: 2px solid #CF47A1;
    background: #ffffff;
    pointer-events: auto;
    cursor: pointer;
}
.for-project-button.collapsed:hover {
    color: #ffffff;
    background: #ffffff;
    background: linear-gradient(100deg, #783F91, #F170F1);
    border: 0px;
}

.photobox img {
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.photobox:hover img {
    width: 120%;
    margin: 0 0 0 -10%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#carouselProducts .product{
    min-width: 100%;
}
#carouselProducts .product.active{
    z-index: 100;
}
div.wrap-des>div>div>div.fotorama__nav--thumbs{
        width: 27% !important;
    position: absolute !important;
    bottom: 9px !important;
    right: 0 !important;
    background: #ffd937;
    padding: 10px!important;
}
div.wrap-des>div>div>div.fotorama__nav__frame:hover{
	transition: .3s; 
	opacity: .6;
}
div.wrap-des>div>div>div>div>.fotorama__thumb-border{
	/*border-color: #000 !important;*/
	background: none !importan;
	border: none !important;
	margin: 4px !important;
	display: none !important;
    padding: 2px !important;
}
div.wrap-des>div>div>div>div>.fotorama__nav__frame--thumb.fotorama__active{
	opacity: .6 !important;
}
div.wrap-des>div>div>div.fotorama__nav--thumbs .fotorama__nav__frame{
	    margin-right: 5px;
	    transition: .3s;
}
div.wrap-des>div>div>div.fotorama__loaded--img:focus{
	outline: 0 !important;
}
.decision-big-image-container{
    text-align: center;
}
.decision-big-image-container{
	min-height: 500px;
    width: 86% !important;
}
.decision-big-image-container img{
width:82%;
}
.text-slide-home-wrap{
    width: 100%;
    height: 100%;
    position: relative;
}
.text-slide-home-wrap h3{
    position: absolute;
    top: 52px;
    left: 36px;
    width: 80%;
    color: #fff;
    text-shadow: 1px 0px 1px #000;
}
.text-slide-home-wrap a{
    position: absolute;
    bottom: 25px;
    transition: .3s;
    left: 36px;
}
.slider-button{
    font-size: 16px;
    color: #ffffff;
    width: 268px;
    height: 57px;
    background: linear-gradient(100deg, #783F91, #F170F1);
}
.text-slide-home-wrap a:hover{
    text-decoration: none;
    transition: .3s;
    color: #ffffff;
    opacity: .6;
}

.wrap-mobile-menu {
    display: none
}

.burg-toggle {
    padding: 25px 14px;
    background-image: linear-gradient(130deg,#bd07d5 0,#7c0eec 100%);
    display: inline-block
}

.burg-toggle span {
    display: block;
    height: 2px;
    width: 30px;
    background: #fff;
    position: relative
}

.burg-toggle span:after,.burg-toggle span:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff
}

.burg-toggle span:before {
    top: -7px
}

.burg-toggle span:after {
    top: 7px
}

.burg-toggle-other {
    background: 0 0;
    padding: 17px 0;
    display: inline-block
}

.burg-toggle-other span {
    display: block;
    height: 2px;
    width: 30px;
    background: #000;
    position: relative
}

.logo-mobile,.menu-full {
    display: none
}

.burg-toggle-other span:after,.burg-toggle-other span:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #000
}

.burg-toggle-other span:before {
    top: -7px
}

.burg-toggle-other span:after {
    top: 7px
}

.menu-full {
    opacity: 1;
    color: #fff;
    background-image: linear-gradient(134deg,rgba(189,7,213,.9) 1%,rgba(124,14,236,.85) 100%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    left: 0
}

.menu-full>div {
    display: table;
    width: 100%;
    height: 100%
}

.menu-full>div>div {
    display: table-cell;
    vertical-align: middle
}

.menu-full ul li a,.menu-full ul li ul li {
    display: inline-block
}

.menu-full>div>div>div {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    text-align: center
}

.menu-full ul {
    padding: 0;
    z-index: 999999999999999999;
    width: 100%;
    text-align: center
}

.menu-full ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 2.4em;
    padding: 5px 0
}

.menu-full ul li a:hover {
    color: #fff
}

.menu-full ul li ul {
    visibility: visible;
    opacity: 1;
    margin-top: 10px
}

.menu-full ul li ul li a {
    color: #6E6C6C;
    font-size: 15px;
    line-height: 1em;
    padding: 0 14px 15px
}

.menu-full ul li ul li a:hover {
    color: #fff
}

.menu-full ul li a:hover+ul,.menu-full ul li ul:hover {
    transition: all .3s ease-in-out;
    visibility: visible;
    opacity: 1
}

.close-button {
    width: 40px;
    height: 40px;
    position: absolute!important;
    display: inline-block!important;
    z-index: 9999999999;
    top: 3%;
    right: 4%;
}

.close-button span {
    position: absolute;
    margin: 0 auto;
    background: 0 0;
    border-radius: 20px;
    padding: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: inline-block!important;
    right: 4%
}

.close-button span:after,.close-button span:before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    transform: rotate(45deg) translateX(0) translateY(0);
    height: 25px;
    width: 2px;
    background: #fff;
    content: '';
    display: block;
    margin: 0 0 0 -1px
}

.close-button span:hover:after,.close-button span:hover:before {
    background: #fff
}

.close-button span:hover:after {
    transform: rotate(-405deg) translateX(2px) translateY(5px);
    height: 15px;
    width: 2px
}

.close-button span:hover:before {
    transform: rotate(-315deg) translateX(-2px) translateY(5px);
    height: 15px;
    width: 2px
}

.close-button span:before {
    transform: rotate(-45deg) translateX(0) translateY(0)
}
.swiper-button-home-next{
	    position: absolute;
    top: 33%;
    right: 15px;
    z-index: 999;
    background: #fff;
}
.swiper-button-home-prev{
		    position: absolute;
    top: 33%;
    left:15px;
    z-index: 999;
    background: #fff;
}
.swiper-slide {
      text-align: center;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .why-we-block-item{
    	width:225px;
    	height: 142px;
    }
    .map{
		min-height: 625px;
	}
	.contacts-mobile{
		display: none;
	}
	.title-form-modal{
		font-style: 25px;
	}
	.phone-mdal-form{
		font-style: 25px;
	}
	.slide-d-m{
		display: none;
	}
    .homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
        height: 80vh !important;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: -120px;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
.hidden {
    display: none;
}
.consult-button {
height: 53px;
    width: 242px;
    margin-top: 71px;
    padding: 13px 9px;
    display: inline-block;
    color: #ffffff;
    background: linear-gradient(100deg, #783F91, #F170F1);
    border: 0px;
    font-size: 18px;
    /* margin: auto; */
    text-align: center;
    transition: .3s;
}
.consult-button:hover{
    text-decoration: none;
    opacity: .6;
    transition: .3s;
    color:#fff;
}
.cover-video-home{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    height: 80vh;
    /*background: rgba(0,0,0,0.6);*/
}
.cover-video-home h2{
       text-align: center;
    margin-top: 14%;
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    font-family: Mullar-regular;
}
.social-moal{
	    width: 300px;
    margin: 0 auto;
    text-align: center;
}
.social-moal img{
	    width: 8%;
    margin-right: 15px;
	opacity: .5;
	transition: .3s;
}
.social-moal a:hover img{
	transition: .3s;
	opacity: 1;
}
.wrap-footer-soc{
	    float: right;
    width: 100%;
    margin-top: 27px;
}
.wrap-footer-soc span{
	    display: inline-block;
    float: right;
}
.wrap-mobile-phone{
	display: none;
}
.mobile-header{
	display: none;
}