* {
    margin: 0;
    padding: 0;
}
p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}
button:focus, input:focus, textarea:focus {
    outline: none;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    /*background: #f5f5f5;*/
}
.bg-white {
    background-color: #fff;
}
.bg-dark {
    background-color: #333333!important;
    color: #e8e8e8;
}
.bg-orange {
    background-color: #f7a11f;
}
.bg-gray {
    background-color: #e7e7e7;
}
.bold {
    font-weight: 700;
}
.nav.menu.mod-list > li{
    margin-top: 32px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.nav.menu.mod-list li a,
.nav.menu.mod-list li span{
    color: #fff;
    padding: 32px 7px;
}
header{
    position: fixed;
    z-index: 10;
}
header.container-fluid{
    padding: 0 120px;
    background-color: #333333;
    color: #fff;
    border-bottom: 1px solid #f5a01f;
}
header .row {
    position: relative;
}
.mod-languages {
    position: absolute;
    right: 0;
    bottom: 20px;
}
.mod-languages a{
    color: #fff;
}
.mod-languages a:hover {
    color: #f7a11f;
}
.win{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFCC00;
    white-space: nowrap;
    margin: 6px 0 -20px;
}
.win span{
    color: #3770E2;
}
img{
    max-width: 100%;
}
#logo-module{
    padding: 14px 0;
}
#logo-module .win{
    display: none;
}
#main-menu-module{
    position: relative;
    padding-left: 72px;
    padding-right: 66px;
}
.nav.menu.mod-list{
    justify-content: space-between;
}
#header-contacts-module{
    padding: 15px 0 15px 110px;
}
.header-phone{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    position: relative; 
    align-self: center;
    padding: 6px 10px 10px 0; 
    width: 190px;
    flex-shrink: 0;  
}
.header-phone i{
    color: #f5a01f;
    margin-right: 5px;
}
.header-phone i:before{
    font-size: 12px;
}
.header-phone a {
    color: #fff;
}
.header-phone .phone-title{
    position: relative;
    transition: .3s;
    padding-right: 5%;
    cursor: pointer;    
}
.header-phone:hover .phone-title{
    color: #f7a11f;
}
.header-phone .phone-title:before, .header-phone .phone-title:after{    
  content: "";
  position: absolute;
  top: 47%;
  right: 10px;
  display: block;
  width: 8px;
  height: 2px;
  transition: all 0.3s ease-out;
  background-color: #fff;
  transform: translate(-2.5px, -50%) rotate(45deg);
}

.header-phone .phone-title:after {
  transform: translate(2.5px, -50%) rotate(-45deg);
}

.header-phone:hover .phone-title:before
 {
  transform: translate(-2.5px, -50%) rotate(-45deg);
  background: #f7a11f;
} 
.header-phone:hover .phone-title:after
{
  transform: translate(2.5px, -50%) rotate(45deg);
  background:#f7a11f;
}
.header-phone .dropdown{
    position: absolute;
    width: 100%;
    top: 100%;
    left: -10px;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    background: #333;
    border: 1px solid #f7a11f;
}
.header-phone .dropdown a{
    display: block;
    transition: .3s;
    padding: 10px;
}
.header-phone .dropdown a:hover{
    color: #f7a11f;
}

.header-phone:hover .dropdown{
    visibility: visible;
    opacity: 1;
}
#header-contacts-module .social-icons{
    padding: 0;
}
a:hover{
    text-decoration: none;
}
.design #logo-module, .beauty #logo-module,  .bar-racks #logo-module, .restaurants #logo-module {
    padding: 0;
}

/*********************Start Main Menu*********************/

.dropdown{
    position: relative;
}

.dropdown-content {
    display: none;
    min-width: 275px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 5;
}

/*.dropdown:hover > .dropdown-content {*/
    /*display: block;*/
/*}*/

.parent li{
    list-style: none;
}
.nav.menu.mod-list .parent li{
    font-size: 12px;
}

#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown{
    position: relative;
    cursor: default;
}

#main-menu-module > ul.nav.menu.mod-list > li:hover{
    border-bottom: 3px solid #f7a11f;
    padding-bottom: 29px;
}

#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown > ul.nav-child.dropdown-content{
    position: absolute;
    background-color: #333333;
    color: #fff;
    padding: 0;
    left: 0;
    top: 53px;
    border-top: 1px solid #f5a01f;
}

#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li > a,
#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li > span {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    padding: 15px 0;
    width: 100%;
    display: inline-block;
}

#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li{
    position: relative;
    padding: 0 25px;
    margin-top: 0;
}

#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li:hover {
    background-color: #f7a11f;
}

#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li:hover > *{
    border-bottom-color: transparent;
}

#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li > a:last-child,
#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li > span:last-child{
    border-bottom: none;
}
#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li.item-111 > a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33)!important;
    padding: 15px 0;
    width: 100%;
    display: inline-block;
}

#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li.deeper.parent.dropdown:after{
    content: '\f10c';
    font-family: Flaticon;
    font-size: 10px;
    font-style: normal;
    color: #fff;
    position: absolute;
    top: 17px;
    right: 25px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li.deeper.parent.dropdown > ul.nav-child.dropdown-content{
    position: absolute;
    background-color: #fff;
    color: #2d2d2d;
    padding: 0;
    left: 275px;
    top: 0;
}
#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li{
    padding: 0 25px;
}

#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li:hover{
    background-color: #ececec;
}

#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li > a,
#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li > span{
    color: #2d2d2d;
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
    width: 100%;
    display: inline-block;
}

/********************Finish Main Menu*********************/
.modal-cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    padding-top: 150px;
    transition: all linear 0.3s;
    opacity: 0;
}
.modal-cover.show {
    opacity: 1;
}
.modal-window {
    width: 670px;
    max-width: 90%;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 15px 25px;
}
.modal-window .loading-dots {
    top: -15px;
    left: 50%;
    margin-left: -132px;
}
.modal-window .loading-dots .dot {
    width: 30px;
    height: 30px;
    margin: 0 20px 0 0;
}
.modal-window .close {
    font-size: 40px;
    cursor: pointer;
    transition: all linear 0.1s;
}
.modal-window .close:hover {
    transform: rotate(90deg);
}
.modal-window .title {
    font-size: 36px;
    font-weight: 700;
    padding-top: 35px;
}
.modal-window .subtitle {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}
.modal-window .subtitle::after {
    content: '';
    display: block;
    width: 150px;
    height: 2px;
    background-color: #f7a11f;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
}
#modal-form .input {
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 540px;
    padding-left: 20px;
    height: 47px;
    border-radius: 8px;
    border: 1px solid #a0a0a0;
}
#modal-form .input.textarea{
    height: 135px;
    resize: none;
    padding-top: 7px;
}
#modal-form .submit {
    display: block;
    margin: 20px auto;
    width: 252px;
    max-width: 100%;
    height: 47px;
    border-radius: 24px;
    border: 1px solid #f7a11f;
    background-color: #f7a11f;
    font-size: 16px;
    font-weight: 600;
}


    /*******************Start Main Page Slider***************/

#main-page-slider{
    background: url("/images/main-slider-bg.jpg") no-repeat;
    background-size: cover;
    padding: 12% 0 5%;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.main-big-text{
    /*font-size: 70px;*/
    font-size: 56px;
    margin: 3px -40px;
    letter-spacing: 4px;
    font-weight: 700;
    position: relative;
}
.main-big-text p{
    line-height: 107px;
}
.main-big-text p span{
    margin-left: -15px;
    color: transparent;
    /*text-transform: capitalize;*/
    /*font-size: 155px;*/
    /*font-size: 140px;*/
    font-size: 128px;
    letter-spacing: 7px;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #f7a11f;
}
.main-big-text p.text-right{
    margin-top: -30px;
    font-weight: 600;
}
.main-small-text{
    border-top: 6px solid #f7a11f;
    padding-top: 33px;
    padding-left: 48px;
    font-size: 22px;
    font-weight: 700;
    margin: 4px 55px 0 16px;
    line-height: 26px;
}
#main-small > .row{
    margin-left: -40px;
    margin-right: -40px;
}
#main-small a p{
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    border-left: 6px solid #f7a11f;
    padding-left: 11px;
    line-height: 16px;
}
#main-small a div{
    margin-top: 0;
    border-bottom: 0 solid #f7a11f;
    box-shadow: 0 0 0 0 #f7a11f;
    transition: all linear 200ms;
}
#main-small a{
    text-decoration: none;
}
#main-small a:hover div{
    margin-top: -6px;
    border-bottom: 6px solid #f7a11f;
    box-shadow: 0 12px 49px 6px #f7a11f;
    transition: all linear 200ms;
}
.main-small-pic{
    margin-bottom: 15px;
}
#main-small .services-block{
	position: relative;
	bottom: 100px;
}
.main-small-pic img{
    width: 100%;
}
#main-loader{
    position: absolute;
    bottom: -27.5px;
    width: 100%;
    height: 55px;

}
.main-big-text p.text-right{
    position: inherit;
    z-index: 1;
}
#big-circle{
    position: absolute;
    right: -45px;
    bottom: -20px;
    background-color: #f7a11f;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 0;
}

/*Loading dots*/

.loading-dots {
    position: absolute;
    text-align: center;
    z-index: 5;
    width: fit-content;
}

.loading-dots .dot {
    display: inline-block;
    position: relative;
    opacity: 0.1;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #f7a11f;
    margin: 0 36px 0 0;
    transition: opacity linear 1s;
}
.loading-dots .dot.visible {
    opacity: 1;
}

.loading-dots.vertical .dot{
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 0 22px;
}

.loading-lines {
    position: absolute;
    text-align: center;
    z-index: 5;
    width: fit-content;
}

.loading-lines .line {
    display: block;
    margin: 0 0 24px 0;
    position: relative;
    opacity: 0;
    width: 140px;
    background-color: #f7a11f;
    border-radius: 10px;
}

.loading-lines .line.one{
    height: 2px;
}

.loading-lines .line.two{
    height: 4px;
}

.loading-lines .line.three{
    height: 8px;
}

.loading-lines .line.four{
    height: 12px;
}

.loading-lines .line.five{
    height: 16px;
}

.loading-lines.vertical .line {
    display: inline-block;
    margin: 0 12px 0 0;
    width: 3px;
    height: 130px;
}

#main-page-slider .loading-dots {
    bottom: -30px;
    right: 12%;
}

#services .loading-lines{
    bottom: -35px;
    right: 30%;
}

#benefits .loading-dots {
    top: -65px;
    left: 25px;
}

#benefits .loading-lines{
    bottom: -60px;
    right: 30px;
}

/*******************Finish Main Page Slider***************/

/*******************Start Main Page Services***************/

#services{
    position: relative;
    background-color: #f5f5f5;
    padding-top: 80px;
    height: 1050px;
    padding-bottom: 100px;
}

.header-text h2{
    font-size: 55px;
    font-weight: 700;
}

.header-text h2 span{
    color: #f7a11f;
}

.header-text p{
    font-size: 22px;
    font-weight: 400;
}

#services-carousel{
    margin-top: 50px;
    position: relative;
}

#services-carousel .image-container{
    width: 100%;
}

#services-carousel .image-container img{
    width: 100%;
}

.service-slider-item h3{
    font-weight: 700;
}

#back-slider{
    position: absolute;
    z-index: 1;
    top: 0;
    right: -72px;
}

#back-slider .service-slider-item{
    cursor: pointer;
    filter: grayscale(1);
    transition: all linear 0.3s;
}
#back-slider .service-slider-item:hover {
    filter: grayscale(0);
}
#back-slider .service-slider-item h3 {
    font-size: 20px;
    margin-bottom: 36px;
    text-align: center;
}

#front-slider{
    position: relative;
    z-index: 2;
    top: 500px;
    left: -55px;
}

#front-slider .service-slider-item .image-container{
    display: inline-block;
    width: 64%;
    margin-right: -5px;
    position: absolute;
    top: -308px;
    cursor: pointer;
    -webkit-box-shadow: -15px 15px 45px -25px rgba(0,0,0,0.5);
    -moz-box-shadow: -15px 15px 45px -25px rgba(0,0,0,0.5);
    box-shadow: -15px 15px 45px -25px rgba(0,0,0,0.5);
}

#front-slider .service-slider-item .text-container{
    display: inline-block;
    position: absolute;
    left: 729px;
    top: -57px;
    width: 40%;
    vertical-align: bottom;
    text-align: left;
    padding: 40px 25px 36px 50px;
    border: 3px solid #f7a11f;
    margin-bottom: 37px;
    background-color: #fff;
    border-left: 0;
}

#front-slider .text-container h3{
    margin-bottom: 8px;
}

#front-slider .text-container p{
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 40px;
}

.read-more{
    display: block;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    border: 1px solid #f7a11f;
    background-color: #f7a11f;
    padding: 14px 50px;
    color: #000;
    border-radius: 26px;
    font-weight: 600;
    transition: all linear 0.2s;
}

.read-more:hover{
    background-color: transparent;
    color: #000;
}

#mob-services .owl-carousel .owl-nav button.owl-prev,
#mob-services .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 200px;
    font-size: 41px;
    line-height: 46px;
    font-weight: lighter;
    color: #f7a11f;
}

#mob-services .owl-carousel .owl-nav button.owl-prev:hover,
#mob-services .owl-carousel .owl-nav button.owl-next:hover{
    background-color: transparent;
    color: #f7a11f;
}

#mob-services button.owl-prev{
    left: -20px;
}

#mob-services button.owl-next{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -20px;
}

/*******************Finish Main Page Services***************/

/*******************Start Main Page Steps***************/
#steps{
    background-color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 100px;
}

#steps a{
    color: #000;
}

#steps .nav-item{
    min-width: 147px;
    position: relative;
}

#steps .nav-link .nav-img{
    margin: 15px auto;
    width: 95px;
    height: 95px;
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 5px -3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 0 5px -3px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 5px -3px rgba(0,0,0,0.5);
    transition: all ease-in-out 175ms;
    position: relative;
    z-index: 2;
}

#steps .nav-link .nav-img i:before{
    color: #b4b4b4;
    font-size: 35px;
    line-height: 95px;
}

#steps .nav-link.active .nav-img i:before{
    color: #fff;
    font-size: 55px;
    line-height: 115px;
}

#steps .nav-link .nav-img img{
    margin-left: -1px;
}

#steps .nav-link.active .nav-img{
    margin: 0 auto -5px;
    width: 115px;
    height: 115px;
    background-color: #f7a11f;
    border: 1px solid #f7a11f;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 5px -3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 0 5px -3px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 5px -3px rgba(0,0,0,0.5);
}

#steps .nav-link.active::before{
    position: absolute;
    top: 68px;
    left: -45px;
    content: '';
    padding-left: 90px;
    border-bottom: 3px solid #f7a11f;
    z-index: 1;
}

#steps .nav-link::before {
    position: absolute;
    top: 68px;
    left: -45px;
    content: '';
    padding-left: 90px;
    border-bottom: 3px solid #dedede;
    z-index: 1;
}

#steps .nav .nav-item:first-child .nav-link.active::before{
    content: none;
}
#steps .nav .nav-item:first-child .nav-link::before{
    content: none;
}

#steps .nav-link small{
    color: #f7a11f;
}

#steps .nav-link .text-center p{
    font-weight: 600;
    margin-top: 20px;
}

#approval-tab .text-center p:nth-child(3),
#production-tab .text-center p:nth-child(3),
#installation-tab .text-center p:nth-child(3){
    margin-top: 30px;
}

#steps .step-btn{
    padding-top: 33px;
}
#steps .step-text{
    padding-left: 85px;
}
#steps .step-text h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 17px;
}

#steps .step-text p{
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

#steps .btn-buy{
    border: 1px solid #f7a11f;
    border-radius: 26px;
    background-color: transparent;
    padding: 14px 50px;
    color: #000;
    font-weight: 600;
}

#steps .btn-buy:hover{
    background-color: #f7a11f;
}

#steps .tab-pane{
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 10px -5px rgba(0,0,0,0.75);
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.75);
    padding: 40px 50px;
}

#stepsTabs{
    margin-top: 80px;
}

#serviceSliderModal .modal-dialog{
    /*max-width: 1315px;*/
    /*max-width: fit-content;*/
    max-width: max-content;
}

.steps-small-text p{
    color: #767676;
    line-height: 12px;
}

.step-img{
    width: 140px;
    height: 140px;
    border: 1px solid #f5a01f;
    border-radius: 50%;
}

.step-img i:before{
    color: #f5a01f;
    font-size: 55px;
    line-height: 140px;
}
/*******************Finish Main Page Steps***************/

/*******************Start Main Page Benefits***************/

#benefits{
    padding-bottom: 1px;
    position: relative;
    background-color: #f5f5f5;
}

#benefits::before{
    top: 30px;
    position: absolute;
    content: ' ';
    width: 100%;
    display: block;
    border-top: 3px solid #f7a11f;
    z-index: 1;
}
#benefits h2{
    display: block;
    position: relative;
    z-index: 2;
    width: 60%;
    background-color: #f5f5f5;
}

#benefits .header-text p{
    width: fit-content;
    margin: 0 auto;
    display: inline-block;
    border-bottom: 2px solid #f7a11f;
    padding-bottom: 26px;
}

#benefits .benefits-list{
    position: relative;
    -webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 10px -5px rgba(0,0,0,0.75);
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.75);
    padding: 20px 50px 50px;
    margin: 50px -65px 0;
    background-color: #fff;
}
#benefits .benefits-list p{
    font-weight: 600;
    font-size: 22px;
    padding-top: 21px;
    line-height: 44px;
}

/*******************Finish Main Page Benefits***************/

/*******************Start Main Page Brands***************/

#brands{
    background-color: #f5f5f5;
    padding-top: 111px;
    padding-bottom: 125px;
}

#brands .header-text{
    margin-bottom: 75px;
}
#brands .owl-carousel .item {
    margin: auto 0;
}
#brands .owl-carousel .owl-item img{
    width: auto;
    max-height: 100px;
    margin: auto auto;
    filter: grayscale(100%) brightness(100%) opacity(50%);
    transition: all linear 300ms;
}

#brands .owl-carousel .owl-item img:hover{
    filter: none;
}

#brands .owl-carousel .owl-nav button.owl-prev,
#brands .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 0;
    line-height: 57px;
    font-weight: lighter;
    color: #f7a11f;
}

#brands .owl-carousel .owl-nav button.owl-prev:hover,
#brands .owl-carousel .owl-nav button.owl-next:hover{
    background-color: transparent;
    color: #f7a11f;
}

#brands button.owl-prev{
    left: -75px;
}

#brands button.owl-next{
    right: -75px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*******************Finish Main Page Brands***************/

/*******************Start Main Page Counter***************/

#counter{
    padding: 90px 0;
    background-color: #f7a11f;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 80px;
}

#counter .row{
    margin-right: -75px;
    margin-left: -75px;
}

#counter .row div{
    padding-left: 30px;
    padding-right: 30px;
}

#counter h2{
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 14px;
}

#counter h2::after{
    content: '';
    position: absolute;
    top: 85px;
    right: calc(50% - 37.5px);
    width: 75px;
    border-bottom: 1px solid #fff;
}

#counter p{
    font-weight: 400;
    font-size: 18px;
}

/*******************Finish Main Page Counter***************/

/*******************Start Main Page Team***************/

#team .header-text{
    margin-bottom: 60px;
}

#team .owl-carousel .owl-item img{
    width: 100%;
}

#team .owl-carousel .owl-nav button.owl-prev,
#team .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 200px;
    font-size: 41px;
    line-height: 46px;
    font-weight: lighter;
    color: #f7a11f;
}

#team .owl-carousel .owl-nav button.owl-prev:hover,
#team .owl-carousel .owl-nav button.owl-next:hover{
    background-color: transparent;
    color: #f7a11f;
}

#team button.owl-prev{
    left: -75px;
}

#team button.owl-next{
    right: -75px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-nav button i::before{
    font-size: 30px;
}

.team-header{
    padding: 0 12px;
    margin: 25px 0;
    border-left: 2px solid #f7a11f;
}

.team-header h3{
    font-weight: 700;
    font-size: 20px;
}

.team-header p{
    color: rgba(51,51,51,0.5);
}

.team-descr{
    padding: 0 12px;
    font-size: 16px;
    font-weight: 600;
}
/*******************Finish Main Page Team***************/

/*******************Start Main Page Team***************/
#main-page-blog{
    margin-top: 95px;
    padding-bottom: 50px;
}

#main-page-blog .container-fluid{
    padding: 0 105px;
    border-top: 107px solid #f7a11f;
}

#blog-grid{
    margin-top: -65px;
}

.blog-img img{
    width: 100%;
}

.grid {
    display: grid;
    grid-gap: 35px;
    grid-template-columns: repeat(auto-fill, minmax(375px,1fr));
    grid-auto-rows: 20px;
}

/* Non-grid specific CSS */

.item-b {
    background-color: #ffffff;
}

.header-blog{
    margin-bottom: 50px;
}

.header-blog h2{
    position: relative;
    display: inline-block;
    margin: 0 auto 15px;
    width: fit-content;
    font-weight: 700;
    font-size: 55px;
}

.header-blog h2::after{
    content: '';
    display: block;
    height: 53px;
    width: 53px;
    background-color: #f7a11f;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: -7px;
    right: -36px;
}

.header-blog p{
    font-size: 22px;
    font-weight: 400;
}

.header-blog p span{
    padding-bottom: 4px;
    font-weight: 700;
    border-bottom: 3px solid #f7a11f;
}

.blog-header h3,
.blog-header .newsflash-title a{
    position: relative;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 22px;
    margin-top: 42px;
    color: #333333;
}

.blog-header h3:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    border-bottom: 3px solid #f7a11f;
    width: 105px;
}

.blog-descr{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 45px;
}

a.btn-buy{
    color: #000;
    background-color: transparent;
    border: 1px solid #f7a11f;
    padding: 16px 52px;
    transition: all linear 250ms;
    border-radius: 26px;
    font-weight: 600;
}

a.btn-buy:hover{
    color: #000;
    background-color: #f7a11f;
    border: 1px solid #f7a11f;
}


/*******************Finish Main Page Blog***************/

/*******************Start Main Page Footer***************/

footer{
    /*margin-top: 134px;*/
    padding-top: 80px;
    background: center/cover no-repeat url('/images/footer-bg.jpg');
}

.main-footer-section{
    padding-bottom: 50px;
}

footer h3{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 33px;
}

footer p{
    font-size: 14px;
    font-weight: 400;
    color: #8b8b8b;
}

footer ul li{
    list-style: none;
}

footer a{
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #aaaaaa;
}

footer a:hover{
    color: #f7a11f;
}
.footer-products-section{
    margin-top: 41px;
}
.footer-products-section h3{
    color: #333333;
}
.footer-products-section > div{
    margin-bottom: 18px;
}

.horeca-footer-img{
    background: center/cover no-repeat url('/images/footer-horeca.jpg');
    height: 105px;
}

.retail-footer-img{
    background: center/cover no-repeat url('/images/footer-retail.jpg');
    height: 105px;
}

.office-footer-img{
    background: center/cover no-repeat url('/images/footer-office.jpg');
    height: 105px;
}

.beauty-footer-img{
    background: center/cover no-repeat url('/images/footer-beauty.jpg');
    height: 105px;
}
.home-furniture-footer-img{
    background: center/cover no-repeat url('/images/footer-home-furniture.jpg');
    height: 105px;
}
.design-footer-img{
    background: center/cover no-repeat url('/images/footer-design.jpg');
    height: 105px;
}

.footer-img-text{
    background-color: transparent;
    height: 0;
    position: relative;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.footer-img-text h3{
    opacity: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin-bottom: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    z-index: -1;
}

div:hover > .footer-img-text{
    background-color: rgba(255,255,255,0.5);
    height: 105px;
}

div:hover > .footer-img-text h3{
    opacity: 1;
    z-index: 1;
}

.container.footer-small{
    border-top: 1px solid rgba(150, 150, 150, 0.3);
    max-width: 1390px;
    padding: 24px 125px;
}

.footer-form-section{
    padding: 0 28px;
}

.footer-form-section p{
    margin-top: -21px;
    margin-bottom: 19px;
}

#footer-contact-form input{
    width: 100%;
    background: transparent;
    padding: 10px 24px;
    border: 1px solid rgba(150,150,150, 0.3);
    border-radius: 8px;
    margin-bottom: 9px;
    font-size: 14px;
    color: #fff;
}

#footer-contact-form button{
    margin-top: 30px;
    margin-bottom: 15px;
    background: #f7a11f;
    border: 1px solid #f7a11f;
    border-radius: 25px;
    padding: 12px 40px;
    font-weight: 600;
    font-size: 16px;
}

.footer-contacts{
    flex-direction: row;
    padding: 15px;
}

.footer-contacts a{
    font-weight: 600;
    font-size: 16px;
    color: #8c8c8c;
    text-transform: none;
}

.footer-contacts a i{
    color: #f7a11f;
}

.footer-contacts a i:before{
    font-size: 14px;
}

.social-icons{
    padding: 15px;
}

.social-icons i{
    color: #8c8c8c;
    font-size: 18px;
}

.social-icons i:hover{
    color: #f7a11f;
}
/*******************Finish Main Page Footer***************/

.modal-image{
    width: 100%;
}

/*Mobile fullscreen menu*/
#mobile-menu{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    background-color: #333333;
    color: #fff;
    overflow-y: auto;
}
#mobile-menu > ul.nav.menu{
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    padding: 0;
    right: 0;
}

#mobile-menu li.deeper.parent.dropdown:after{
    content: '\f10c';
    font-family: Flaticon;
    font-size: 10px;
    font-style: normal;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 25px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    transition: all ease-in-out 500ms;
}

#mobile-menu ul.nav.menu a{
    color: #fff;
}

#mobile-menu > ul.nav.menu > li.parent.dropdown > ul.dropdown-content{
    position: inherit;
    box-shadow: none;
}

#mobile-menu > ul.nav.menu > li.parent.dropdown > ul.dropdown-content > li.parent.dropdown > ul.dropdown-content{
    position: inherit;
    box-shadow: none;
}

#mobile-menu li.deeper.parent.dropdown:hover:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#mobile-menu > ul.nav.menu.mod-list > li:hover > span{
    border-bottom: 3px solid #f7a11f;
}

#mobile-menu > ul.nav.menu > li.parent.dropdown > ul.dropdown-content{
    margin: 20px 0 0;
}

#mobile-menu > ul.nav.menu.mod-list > li.parent.dropdown > ul.dropdown-content > li {
    margin-top: 10px;
}

#mobile-menu > ul.nav.menu.mod-list > li.parent.dropdown > ul.dropdown-content > li > a,
#mobile-menu > ul.nav.menu.mod-list > li.parent.dropdown > ul.dropdown-content > li > span{
    opacity: 0.5;
    padding: 10px 7px;
}

/***********************************Finish Mobile fullscreen menu*************************************/

/****************************Start Service Pages*************************/

.item-page{
    padding-top: 85px;
}

#service_header{
    padding: 100px 0 50px;
    position: relative;
}

#service_header .breadcrumb{
    justify-content: center;
    background-color: transparent;
    margin-top: 14px;
}

#service_header .breadcrumb .divider{
    margin: 0 10px;
}

#service_header .breadcrumb li,
#service_header .breadcrumb li a{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

#service_header .breadcrumb li:last-child{
    color: #f7a11f;
}


#service_header h1{
    text-align: center;
    position: relative;
    display: inline-block;
    width: max-content;
    color: transparent;
    font-weight: 700;
    font-size: 158px;
    letter-spacing: -7px;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #f7a11f;
    line-height: 130px;
    z-index: 2;
    letter-spacing: 12px;
}

#service_header p{
    color: #fff;
    font-size: 22px;
    margin: 20px 0 0 0;
}

#service_header p span{
    font-weight: 600;
}

#service_header > .container-fluid > .container{
    position: relative;
}

#service_header .loading-dots{
    right: 0;
    top: 40px;
}

#service_header .loading-dots.vertical .dot{
    width: 50px;
    height: 50px;
    margin-bottom: 28px;
}

#contact-us-service{
    background: url('/images/contact-us-service.png');
    padding: 240px 0 80px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#contact-us-service{
    color: #fff;
}

#contact-us-service h3{
    font-weight: 700;
    font-size: 38px;
}

#contact-us-service p{
    font-weight: 600;
    font-size: 20px;
}

#contact-us-service a.btn-contact-us, .mission a.btn-contact-us {
    display: inline-block;
    color: #333333;
    padding: 11px 49px;
    margin-top: 37px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    transition: all linear 0.2s;
}

#contact-us-service a.btn-contact-us:hover, .mission a.btn-contact-us:hover {
    color: #fff;
    background-color: transparent;
}

/*********************************Start HoReCa*****************************/

.horeca-service #service_header{
    background: url('/images/services-bg/horeca_service_bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#main-content{
    padding: 50px 0;
    background-color: #f5f5f5;
}

#main-content .row{
    padding: 25px 0;
}

#main-content .row.call-to-action{
    margin-bottom: 60px;
}

.horeca-service #additional-content{
    padding-top: 138px;
}

#main-content h3{
    /*padding-top: 10px;*/
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 22px;
    position: relative;
}

#main-content h3::before{
    content: '';
    width: 130px;
    border-bottom: 3px solid #f7a11f;
    position: absolute;
    bottom: -15px;
    left: 0;
}

#main-content p,
#additional-content p,
#additional-content li{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.horeca-service #ball1{
    position: absolute;
    width: 56px;
    height: 56px;
    top: -25px;
    left: -20px;
}

.horeca-service #additional-content > .container{
    position: relative;
}

.horeca-service #additional-content ul{
    list-style-type: none;
    list-style-position: inside;
    margin-bottom: 32px;
}

.horeca-service #additional-content ul li{
    margin-bottom: 19px;
    position: relative;
    padding-left: 30px;
}

.horeca-service #additional-content ul li::before{
    content: url('/images/list-check.png');
    position: absolute;
    top: -3px;
    left: 0;
}

.horeca-service #additional-content h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.horeca-service #additional-content .loading-lines{
    bottom: -45px;
    left: 35px;
}
.horeca-service #additional-content .loading-lines .line{
    height: 95px;
    margin-right: 5px;
    width: 2px;
}

.call-to-action .btn-buy{
    display: inline-block;
    font-size: 14px;
    width: max-content;
}

.horeca-service .read-more{
    display: inline-block;
    font-size: 14px;
    width: max-content;
    margin-top: 50px;
    padding: 10px 50px;
}

.horeca-service footer{
    margin-top: 0;
}


/*********************************Finish HoReCa*****************************/

/*********************************Start Retail*****************************/

.retail-service #service_header{
    background: url('/images/services-bg/retail_service_bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.retail-service h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.retail-service #ball1{
    position: absolute;
    width: 56px;
    height: 56px;
    top: -25px;
    left: -19px;
}

.retail-service .read-more{
    display: inline-block;
    font-size: 14px;
    width: max-content;
    margin-top: 50px;
    padding: 10px 50px;
}
.retail-service #additional-content .additional-content{
    padding-top: 50px;
    padding-bottom: 50px;
}

.retail-service #additional-content .additional-content.retail-content-idea{
    padding-bottom: 128px;
}

.retail-service #additional-content .additional-content h2{
    padding-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    width: 84%;
    color: #333333;
}

.retail-service #additional-content .additional-content h3{
    padding-bottom: 18px;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    width: 95%;
    color: #333333;
}

.retail-service #additional-content .additional-content h5{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 4px;
}

.retail-service #additional-content .additional-content p{
    padding-bottom: 10px;
}

.retail-service #additional-content .additional-content p span{
    font-size: 18px;
}

.additional-content{
    position: relative;
}

.retail-service .additional-content .loading-lines{
    top: 15px;
    left: 235px;
}

.retail-service .additional-content .loading-lines .line{
    height: 2px;
    margin-bottom: 9px;
    width: 95px;
}

.retail-service #additional-content h2 span{
    color: #f7a11f;
}

.retail-service #additional-content .service-footer-form p, .service-footer-form p{
    /*margin-top: 112px;*/
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 200;
    line-height: 21px;
}

.retail-service #additional-content .service-footer-form p span, .service-footer-form p span{
    font-size: 22px;
    font-weight: 700;
}

.retail-service footer{
    margin-top: 0;
}

/*********************************Finish Retail*****************************/

/*********************************Start Home Furniture*****************************/

.baby #service_header{
    background: url('/images/home-furniture/bg/baby.jpg') no-repeat center center;
}
.wardrobes #service_header{
    background: url('/images/home-furniture/bg/wardrobes.jpg') no-repeat center center;
}
.cook-room #service_header{
    background: url('/images/home-furniture/bg/cook-room.jpg') no-repeat center center;
}
.expopanels #service_header{
    background: url('/images/home-furniture/bg/expopanels.jpg') no-repeat center center;
}
.living-room #service_header{
    background: url('/images/home-furniture/bg/living-room.jpg') no-repeat center center;
}
.home-furniture #service_header{
    background: url('/images/home-furniture/bg/home-furniture.jpg') no-repeat center center;
}
.individual-furniture #service_header{
    background: url('/images/home-furniture/bg/individual-furniture.jpg') no-repeat center center;
}

.baby #service_header,
.wardrobes #service_header,
.cook-room #service_header,
.expopanels #service_header,
.living-room #service_header,
.home-furniture #service_header,
.individual-furniture #service_header
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

.baby h1.orangeh1,
.wardrobes h1.orangeh1,
.cook-room h1.orangeh1,
.expopanels h1.orangeh1,
.living-room h1.orangeh1,
.home-furniture h1.orangeh1,
.individual-furniture h1.orangeh1
{
	color: #f7a11f!important;
}

.home-furniture #service_header h1.orangeh1{
	font-size: 80px;
}

.home-furniture h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.home-furniture #ball1{
    position: absolute;
    width: 56px;
    height: 56px;
    top: -24px;
    left: 43px;
}

.home-furniture .read-more{
    display: inline-block;
    font-size: 14px;
    width: max-content;
    margin-top: 50px;
    padding: 10px 50px;
}
.home-furniture #additional-content .additional-content{
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-furniture #additional-content .additional-content.retail-content-idea{
    padding-bottom: 128px;
}

.home-furniture #additional-content .additional-content h2{
    padding-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    width: 84%;
    color: #333333;
}

.home-furniture #additional-content .additional-content h3{
    padding-bottom: 18px;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    width: 95%;
    color: #333333;
}

.home-furniture #additional-content .additional-content h5{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 4px;
}

.home-furniture #additional-content .additional-content p{
    padding-bottom: 10px;
}

.home-furniture #additional-content .additional-content p span{
    font-size: 18px;
}

.additional-content{
    position: relative;
}

.home-furniture .additional-content .loading-lines{
    top: 15px;
    left: 235px;
}

.home-furniture .additional-content .loading-lines .line{
    height: 2px;
    margin-bottom: 9px;
    width: 95px;
}

.home-furniture #additional-content h2 span{
    color: #f7a11f;
}

.home-furniture #additional-content .service-footer-form p, .service-footer-form p{
    /*margin-top: 112px;*/
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 200;
    line-height: 21px;
}

.home-furniture #additional-content .service-footer-form p span, .service-footer-form p span{
    font-size: 22px;
    font-weight: 700;
}

.home-furniture footer{
    margin-top: 0;
}

/*********************************Finish Home Furniture*****************************/

/******************************Start Office Spaces***************************/

.service-spaces #service_header{
    background: url('/images/services-bg/office_service_bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.service-spaces #service_header h1 span, #service_header .one-article-blog{
    font-size: 52px;
    letter-spacing: -2px;
    -webkit-text-stroke-width: 0;
    color: #f7a11f;
}
#service_header .one-article-blog {
    width: auto!important;
    line-height: 70px;
}
.service-spaces #service_header h1{
    line-height: 62px;
}
.page-blog .article {
    padding-top: 60px;
}
.service-spaces h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.service-spaces .read-more{
    display: inline-block;
    font-size: 14px;
    width: max-content;
    margin-top: 50px;
    padding: 10px 50px;
}
.page-blog .article .articleBody img {
    padding: 35px 0;
}
.page-blog .article .articleBody .float-right {
    padding: 0;
}
.service-spaces #ball2{
    position: absolute;
    top: -45px;
    left: -5px;
    width: 56px;
    height: 56px;
}
#module-contact-us  h3 {
    font-size: 22px;
    font-weight: 700;
}
#module-contact-us  p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}
#office_form_1 input {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: transparent;
    color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0;
}
#office_form_1 input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
#office_form_1 input:focus, #office_form_2 input:focus {
    outline: none;
}
#office_form_1 .submit-btn {
    display: block;
    text-align: center;
    padding: 11px 0;
    width: 181px;
    border-radius: 21px;
    border: 1px solid #f7a11f;
    background-color: #fff9eb;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    transition: all linear 0.2s;
}
#office_form_1 .submit-btn:hover {
    border: 1px solid #fff9eb;
    background-color: #f7a11f;
}
#office_form_2 input {
    width: 100%;
    max-width: 441px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid rgba(51, 51, 51, 0.5);
    background: transparent;
    color: #333;
    margin: 5px 0;
}
#office_form_2 .submit-btn {
    display: block;
    text-align: center;
    padding: 11px 0;
    width: 181px;
    border-radius: 21px;
    border: 1px solid #f7a11f;
    background-color: #f7a11f;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    transition: all linear 0.2s;
    margin-top: 50px;
}
#office_form_2 .submit-btn:hover {
    background: #fff;
}
.additional-content h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    margin: 50px 0 50px 0;
}
.additional-content h2 span {
    color: #fba20f;
}
.additional-content h3 {
    font-size: 18px;
    font-weight: 700;
}
.additional-content p {
    margin: 20px 0;
}
.py-100px {
    padding: 100px 15px;
}
.py-50px {
    padding: 50px 15px;
}
.my-50px {
    margin-top: 50px;
    margin-bottom: 50px;
}


/**********************************Finish Office Spaces*********************/

/******************************Start Beauty***************************/

.service-beauty #service_header h1{
    font-size: 90px;
    letter-spacing: 0;
}

/**********************************Finish Beauty*********************/

/**************************************Finish Service Pages*******************************/

#error{
    background: url('/images/error-bg.jpg');
    background-size: cover;
    min-height: 100vh;
    color: #fff;
    position: relative;
}

#error h1{
    font-size: 230px;
    font-weight: 700;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #f7a11f;
    color: transparent;
    margin-bottom: 16px;
}

#error h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

#error p{
    font-size: 16px;
    font-weight: 400;
}

#error a{
    display: inline-block;
    width: max-content;
    margin-top: 30px;
}

#error > div{
    padding-top: 15%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.page-portfolio #main-content {
    padding: 50px 150px;
}

.page-portfolio .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 30px;
}
.page-portfolio .subcategory {
    font-size: 30px;
    font-weight: 700;
    margin: 50px 0 30px 0;
}
#module-contact-us{
    background-color: #f7a11f;
    padding: 100px 0 70px 0;
}

#portfolio-tab .nav-link {
    width: 13%;
    transition: all linear 0.5s;
}
#portfolio-tab .nav-link.active {
    width: 35%;
}
.portfolio-link {
    position: relative;
    min-height: 500px;
}
.portfolio-link .text {
    background: rgba(255, 255, 255, 0.8);
    max-width: 655px;
    padding: 40px 35px 25px 35px;
    position: absolute;
    left: -77px;
    bottom: 76px;
    transform: rotate(-90deg);
    transition: all linear 0.5s;
}
.portfolio-link .text {
    width: 300px;
    left: -87px;
    bottom: 85px;
}
.portfolio-link#nav-beauty-tab .text {
    /*left: -82px;*/
}
.portfolio-link#nav-beauty-tab.active .text {
    /*left: 0;*/
}
.portfolio-link.active .text {
    left: 0;
    bottom: 0;
    transform: rotate(0deg);
}
.portfolio-link .text h4 {
    font-size: 35px;
    font-weight: 700;
    width: max-content;
}
.portfolio-link .text h4 span {
    color: #f7a11f;
    font-weight: 900;
}
.portfolio-link .text p {
    font-size: 16px;
    font-weight: 600;
}
.portfolio-link .text .btn-view-photo {
    display: block;
    text-align: center;
    padding: 10px 0;
    width: 211px;
    border-radius: 24px;
    border: 1px solid #f7a11f;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}
.portfolio-link .text p, .portfolio-link .text .btn-view-photo {
    visibility: hidden;
    height: 0;
    transition: all linear 0.3s;
}
.portfolio-link.active .text p, .portfolio-link.active .text .btn-view-photo {
    visibility: visible;
    height: auto;
    transition: all linear 0.3s;
}
.portfolio-link.active .text p {
    padding: 10px 0 20px 0;
}
#nav-home,
#nav-beauty {
    padding-top: 50px;
}
#nav-retail-tab {
    background: url("/templates/citygrand/images/1-image.jpg") no-repeat center/cover;
}
#nav-horeca-tab {
    background: url("/templates/citygrand/images/2.1-image.jpg") no-repeat center/cover;
}
#nav-offices-tab {
    background: url("/templates/citygrand/images/3-image.jpg") no-repeat center/cover;
}
#nav-beauty-tab {
    background: url("/templates/citygrand/images/4-image.jpg") no-repeat center/cover;
}
#nav-design-tab {
    background: url("/templates/citygrand/images/5-image.jpg") no-repeat center/cover;
}
#nav-home-tab {
    background: url("/templates/citygrand/images/6-image.jpg") no-repeat center/cover;
}
#portfolio-tabContent .nav-link {
    display: inline-block;
    margin: 5px 10px;
    padding: 10px 20px;
    border-radius: 24px;
    border: 1px solid #f7a11f;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}
#portfolio-tabContent .nav-link.active {
    background-color: #f7a11f;
}
#portfolio-tabContent .nav-tabs {
    border: none;
    margin-bottom: 20px;
}
.ig_thumb {
    transition: all linear 0.3s;
}
.ig_thumb:hover {
    transform: scale(1.05);
    cursor: zoom-in;
    /*filter: brightness(70%) grayscale(10%);*/
}
#service_header {
    background: url("/templates/citygrand/images/bg-head_portfolio.jpg") no-repeat center/cover;
}
/* ---------------------------------------------------------------------------------------------------------------- */
#main-content.vacancy-page h3::before, #main-content.about-page h3::before {
    display: none;
}
#main-content .vacancy-title h3 {
    margin: 0;
    padding-top: 7px;
}
.vacancy-page ul, .values ul {
    list-style: none;
}
.vacancy-page li, .values li {
    background: url("/templates/citygrand/icon/check-list.png") no-repeat left top;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.vacancy-title {
    padding: 20px 30px;
    box-shadow: 0 4px 16px rgba(104, 104, 104, 0.15);
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}
.vacancy-title h3 span {
    font-size: 18px;
    font-weight: 600;
}
.vacancy_section .price {
    border-radius: 20px;
    border: 1px solid #f7a11f;
    padding: 10px 25px;
    color: #f7a11f;
    font-size: 16px;
    font-weight: 700;
    margin: 0 25px;
}
.vacancy-btn {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #f7a11f;
    padding: 7px 10px;
    margin: 0 15px;
    transition: all linear 0.3s;
    cursor: pointer;
}
.vacancy-btn.rotate {
    transform: rotate(180deg);
}
.vacancy-description {
    padding: 50px 0 50px 70px;
    display: none;
}
.vacancy-description .contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
}
td {
    padding: 0 15px 15px 0; /* Поля в ячейках */
    vertical-align: top; /* Выравнивание по верхнему краю ячеек */
    font-size: 16px;
    font-weight: 500;
}
.vacancy-description .contacts tr td:first-child {
    font-weight: 700;
    padding-right: 50px;
}
.vacancy_section .description {
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 50px;
}
#main-content .vacancy_section .description h3, #main-content .vacancy_section .links h3 {
    margin-top: 40px;
    margin-bottom: 25px;
}
.vacancy_section  .links a {
    display: block;
    padding: 5px 0;
    color: #f7a11f;
    font-weight: 700;
    text-decoration: underline;
}
.vacancy_section  .links p {
    padding: 30px 0;
}
.vacancy-form-btn {
    cursor: pointer;
}
.vacancy_section  .links .vacancy-form-btn {
    display: block;
    text-align: center;
    padding: 10px 0;
    width: 235px;
    border-radius: 21px;
    border: 1px solid #f7a11f;
    background-color: #f7a11f;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.page-vacancies .additional-content p {
    max-width: 450px;
}
#service_header.vacancy_header {
    background: url(/templates/citygrand/images/bg-head_vacancy.jpg) no-repeat center/cover;
}
.vacancy-description .links a {
    word-wrap: break-word;
}
/* -------------------------------------------------------------------------------------------------------------------- */
#service_header.about-header {
    background: url(/templates/citygrand/images/bg-head_about.jpg) no-repeat center/cover;
}
.scroll-line {
    position: relative;
}
.start-point {
    padding-left: 50px;
    position: relative;
    margin: 0;
    padding-bottom: 15px;
}
.start-point::before, .start-point .color::before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    box-shadow: inset 0 1px 5px rgba(61, 61, 61, 0.13);
    background-color: #f7a11f;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 7;
}
.start-point::after, .start-point .color::after {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background-color: #e8e8e8;
    position: absolute;
    top: 5px;
    left: 17px;
}
.start-point.end-point::after {
    display: none;
}
.start-point .color::before {
    background-color: #f7a11f;
    z-index: 5;
}
.start-point .color::after {
    background-color: #f7a11f;
    z-index: 5;
    height: 0;
}
.load-height-line {
    z-index: 5;
    display: block;
    background-color: #f7a11f;
    width: 3px;
    height: 0;
    max-height: 100%;
    position: absolute;
    top: 10px;
    left: 32px;
}
.about-page .title {
    font-size: 40px;
    font-weight: 700;
    padding-left: 50px;
}
.mission .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.mission {
    background: url("/templates/citygrand/images/bg-mission.jpg") no-repeat center/cover;
    color: #fff;
}
.mission h2, .values h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}
.mission p {
    max-width: 400px;
}
.mission img {
    margin-right: -100px;
}
.values {
    padding: 70px 0;
}
.values ul {
    padding-bottom: 20px;
}
.values .read-more {
    margin-top: 15px;
}
.about-page #benefits::before {
    /*display: none;*/
}
.about-page #benefits::before {
    top: 100px;
}
.about-page #benefits.bg-white {
    padding: 70px 0;
}
.about-page #benefits h2 {
    background: #fff;
    width: auto;
    max-width: 700px;
}
.reviews {
    background: url("/templates/citygrand/images/bg-reviews.jpg") no-repeat center/cover;
    padding: 50px 0 30px 0;
}
.reviews h2 {
    font-size: 55px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
}
#clients_reviews .item-r {
    background: #fff;
    padding: 25px 15px 15px;
    box-shadow: 0 4px 16px rgba(104, 104, 104, 0.15);
    border-radius: 12px;
}
.owl-carousel .owl-item .item-r img {
    display: inline-block;
    width: auto;
}
#clients_reviews .title-box {
    padding-left: 15px;
    position: relative;
    min-height: 43px;
    margin-bottom: 10px;
}
#clients_reviews .title-box::before {
    content: '';
    display: block;
    width: 2px;
    height: 43px;
    background-color: #f7a11f;
    position: absolute;
    top: 0;
    left: 0;
}
#clients_reviews .title {
    font-size: 20px;
    padding: 0 0 7px 0;
}
#clients_reviews .desc{
    opacity: 0.5;
}
#clients_reviews .rev-cont {
    max-height: 265px;
    overflow-y: auto;
}
#clients_reviews .date {
    text-align: right;
    font-weight: 500;
    margin-top: 5px;
}
.reviews .owl-theme .owl-dots .owl-dot span {
    border: 1px solid #fff;
    background: transparent;
}
.reviews .owl-theme .owl-dots .owl-dot.active span, .reviews .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.associations .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid rgba(221, 221, 221, 0.9);
}
.associations h4 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
}
.associations h4::after {
    content: '';
    display: block;
    width: 107px;
    height: 3px;
    background-color: #fba20f;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.associations a {
    color: #333333;
    font-weight: 700;
}
.associations a:last-child {
    text-align: center;
}
.associations a img {
    margin-bottom: 15px;
    filter: brightness(80%) grayscale(100%) opacity(0.5);
    transition: all linear 0.3s;
}
.associations a:hover img {
    filter: brightness(100%) grayscale(0%) opacity(1);
}
.partners {
    padding-top: 50px;
}
.partners h2 {
    font-size: 55px;
    font-weight: 700;
    color: #f7a11f;
    margin-bottom: 35px;
    text-align: center;
}
.partners .list img {
    filter: brightness(80%) grayscale(100%) opacity(0.5);
    transition: all linear 0.3s;
    max-width: 200px;
    padding: 5px;
    margin: 5px;
}
.partners .list img:hover {
    filter: brightness(100%) grayscale(0%) opacity(1);
}
/* -------------------------------------------------------------------------------------------------------------------- */
#service_header.page-blog {
    background: url(/templates/citygrand/images/bg-head_blog.jpg) no-repeat center/cover;
}
.page-blog body {
    background-color: #f5f5f5;
}
.page-blog .padding {
    padding: 40px 0;
}
.page-blog .blogpage-blog {
    max-width: 1700px;
    margin: -130px auto 0 auto;
}
.orange {
    background: #f7a11f;
    padding: 130px 0;
}
.page-blog .items-leading .item {
    max-width: 24%;
    float: left;
    padding: 0 10px 30px 10px;
}
#service_header.page-blog {
    /*margin-top: 15px;*/
}
.page-blog #main-page-blog {
    margin-top: 0;
}
.page-blog #main-content {
    padding: 0;
}
.page-blog #main-page-blog .header-blog {
    display: none;
}
.page-blog #main-page-blog .grid {
    grid-auto-rows: auto;
}
.page-blog .item .page-header h2 {
    font-size: 30px;
    font-weight: 900;
    padding: 30px 0 10px 0;
    margin-bottom: 15px;
    position: relative;
}
.page-blog .item .page-header h2::after {
    content: '';
    display: block;
    width: 107px;
    height: 3px;
    background-color: #fba20f;
    position: absolute;
    left: 0;
    bottom: 0;
}
.page-blog .item .intro {
    font-weight: 600;
    padding-bottom: 15px;
}
.page-blog .item .readmore .btn, .last-news .item .readmore {
    padding: 7px 25px;
    border-radius: 24px;
    border: 1px solid #f7a11f;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    transition: all linear 0.3s;
}
.page-blog .item .readmore .btn:hover, .last-news .item .readmore:hover {
    background: #f7a11f;
}
.float-left {
    float: left;
    margin: 10px 25px 10px 5px;
    max-width: 50%;
}
.float-right {
    float: right;
    margin: 10px 5px 10px 25px;
    max-width: 50%;
}
.last-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.orange-line {
    position: relative;
}
.orange-line::before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background-color: #fba20f;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: -1;
}
.last-news {
    padding-bottom: 50px;
}
.last-news .item {
    width: 24%;
    max-width: 400px;
    display: inline-block;
    margin: 10px auto;
    padding: 5px;
}
.page-blog .article h2, .last-news .item .title {
    font-size: 30px;
    font-weight: 900;
    position: relative;
    padding: 50px 0 15px 0;
    margin-bottom: 35px;
}
.page-blog .article h2::before, .last-news .item .title::before {
    content: '';
    display: block;
    width: 107px;
    height: 3px;
    background-color: #fba20f;
    position: absolute;
    left: 0;
    bottom: 0;
}
.page-blog .article .articleBody {
    font-weight: 600;
    line-height: 26px;
}
.pagenav {
    /*padding: 20px 0;*/
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagenav li>a {
    display: block;
    padding: 5px 35px;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    border: 1px solid #f7a11f;
    border-radius: 18px;
    transition: all linear 0.3s;
}
.pagenav li>a:hover {
    background: #f7a11f;
}
.page-blog .block-title {
    display: block;
    margin: 0 auto 45px auto;
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    max-width: 650px;
    background-color: #f5f5f5;
    z-index: 3;
}
.last-news .item .title {
    padding: 25px 0 10px 0;
    margin-bottom: 15px;
}
.last-news .item .readmore {
    display: block;
    margin-top: 25px;
    text-align: center;
    max-width: 200px;
}
.pagination {
    flex-direction: column;
    text-align: center;
    padding: 50px 0;
}
.pagination .pagination-list li {
    display: inline-block;
    margin: 3px 10px;
}
.pagination .pagination-list li a {
    color: #333333;
    transition: all linear 0.3s;
}
.pagination .pagination-list li a:hover {
    color: #f7a11f;
}
.pagination .pagination-list li.number .pagenav {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #f7a11f;
    font-weight: 500;
    transition: all linear 0.3s;
}
.pagination .pagination-list li.number span.pagenav {
    background-color: #f7a11f;
}
.pagination .pagination-list li.number a:hover {
    color: #333333;
    background-color: rgba(347, 161, 31, 0.1);
}
.my-nav .pagenav {
    justify-content: space-between;
    padding: 50px 0;
}

/* -------------------------------------------------------------------------------------------------------------------- */
#service_header.contact-page {
    background: url(/templates/citygrand/images/bg-head_contacts.jpg) no-repeat center/cover;
}
.map-cover {
    background: url(/templates/citygrand/images/bg-map.jpg) no-repeat center/cover;
    padding: 50px 0;
    margin-top: 75px;
}
.contacts .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}
#main-content.contacts .form-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
}
.contacts .form-desc span {
    font-size: 22px;
    font-weight: 700;
}
#uForm_2 .input {
    width: 100%;
    max-width: 440px;
    height: 47px;
    border-radius: 8px;
    border: 1px solid rgba(51, 51, 51, 0.5);
    background: transparent;
    margin: 5px 0;
    padding-left: 15px;
}
#uForm_2 .submit {
    display: block;
    text-align: center;
    padding: 11px 0;
    width: 216px;
    border-radius: 21px;
    border: 1px solid #f7a11f;
    background-color: #f7a11f;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    margin-top: 24px;
}
input:focus {
    outline: none;
}
.contacts .col-12.left {
    padding-right: 100px;
}
.contacts .col-12.right {
    padding-left: 100px;
    border-left: 1px solid #e8e8e8;
}
.contacts .phone, .contacts .mail, .contacts .adres {
    display: block;
    color: #333;
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contacts .adres::before {
    content: '';
    display: block;
    width: 14px;
    height: 18px;
    background: url("/templates/citygrand/icon/map-point.png");
    position: absolute;
    top: 0;
    left: 0;
}
.contacts .phone::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url("/templates/citygrand/icon/mini-phone.png");
    position: absolute;
    top: 3px;
    left: 0;
}
.contacts .mail::before {
    content: '';
    display: block;
    width: 16px;
    height: 12px;
    background: url("/templates/citygrand/icon/mini-mail.png");
    position: absolute;
    top: 4px;
    left: 0;
}
.contacts .social-icons i {
    margin: 0 5px;
    font-size: 26px;
}
.contacts .social-icons {
    padding-left: 0;
}
.map-cover .title {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}
#main-content.contacts {
    padding: 75px 0 0 0;
}
/* -------------------------------------------------------------------------------------------------------------------- */

#service_header.brand-zone {
    background: url(/templates/citygrand/images/bg-head_brand-zone.jpg) no-repeat center/cover;
}
#service_header.trading-islands {
    background: url(/templates/citygrand/images/bg_trading-islands.jpg) no-repeat center/cover;
}
#service_header.cosmetics-shops {
    background: url(/templates/citygrand/images/bg_cosmetics-shops.jpg) no-repeat center/cover;
}
#service_header.shoe-stores {
    background: url(/templates/citygrand/images/bg_shoe-stores.jpg) no-repeat center/cover;
}
#service_header.clothing-stores {
    background: url(/templates/citygrand/images/bg_clothing-stores.jpg) no-repeat center/cover;
}
#service_header.jelivery {
    background: url(/templates/citygrand/images/bg_jelivery.jpg) no-repeat center/cover;
}
#service_header.trade-software {
    background: url(/templates/citygrand/images/bg_trade-software.jpg) no-repeat center/cover;
}

#service_header.brand-zone h1, #service_header.trade-software h1, #service_header.jelivery h1, #service_header.clothing-stores h1,
#service_header.shoe-stores h1, #service_header.cosmetics-shops h1, #service_header.trading-islands h1,
#service_header.restaurants h1, #service_header.bar-racks h1, #service_header.hotels h1, #service_header.office h1,
#service_header.reception h1, #service_header.conferency h1 {
    font-size: 130px;
    width: auto;
    line-height: 100px;
}
.brand-zone .title {
    color: #333333;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    padding-bottom: 25px;
}
.brand-zone .title span {
    color: #fba20f;
}
.orange-zone-form {
    background-color: #f7a11f;
    padding: 70px 0 150px 0;
}
#main-content.brand-zone p {
    padding-bottom: 35px;
}
.brand-zone .orange-zone-form #office_form_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.brand-zone #office_form_1 .submit-btn {
    margin-top: 0;
    padding: 11px 0;
    width: 245px;
    border-radius: 21px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #333;
    font-weight: 700;
}
.brand-zone #office_form_1 .submit-btn:hover, .brand-zone .view-all-photo-btn:hover {
    background: transparent;
}
.brand-zone #office_form_1 input {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: transparent;
    color: rgba(255, 255, 255, 0.9);
    width: 22%;
    padding: 10px 15px;
    margin: 5px 0;
}
.brand-zone #office_form_1 input::placeholder {
    color: #fff;
    opacity: 0.7;
}
.main-center-image {
    margin: -100px 0 20px 0;
}
.brand-zone .view-all-photo-btn, .view-all-photo-btn {
    display: block;
    text-align: center;
    padding: 11px 0;
    margin: 0 auto;
    width: 245px;
    border-radius: 24px;
    border: 1px solid #f7a11f;
    background-color: #f7a11f;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    transition: all linear 0.3s;
}
.view-all-photo-btn:hover {
    background: transparent;
    color: #333333;
}

.grid-block .item-b {
    max-width: 24%;
    float: left;
    padding: 0 10px 30px 10px;
    background: none;
}


.grid-gr, .items-leading-blog {
    margin: 1.5em 0;
    padding: 0;
    column-gap: 1.5em; /* Общее расстояние между колонками */
    font-size: .85em;
    -moz-column-gap: 1.5em; /* Расстояние между колонками для Firefox */
    -webkit-column-gap: 1.5em; /* Расстояние между колонками  для Safari, Chrome и iOS */
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}

/* Элементы в виде плиток с содержанием */
.grid-gr .item-b, .items-leading-blog .item {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box; /* Изменения алгоритма расчета ширины и высоты элемента.*/
    -moz-box-sizing: border-box; /* Для Firefox */
    -webkit-box-sizing: border-box; /* Для Safari, Chrome, iOS иAndroid */
    /*box-shadow: 2px 2px 4px 0 #ccc; !* Внешняя тень плиток *!*/
    background: none;
}
.articleBody ul {
    padding-left: 20px;
}
.up-line {
    position: relative;
    padding-top: 15px;
    margin-top: 15px;
}
.up-line::before {
    content: '';
    display: block;
    width: 130px;
    height: 3px;
    background-color: #fba20f;
    position: absolute;
    top: 0;
    left: 0;
}
#main-content .mini-title, #additional-content .mini-title, .mini-title {
    font-size: 18px;
    font-weight: 700;
}
.design #main-content p {
    padding-bottom: 15px;
}
.price-table {
    text-align: center;
    border-spacing: 3px;
    border-collapse: inherit;
}
td {
    background-color: #f3f3f3;
    min-height: 47px;
}
.design td {
    font-size: 14px;
}
.price-table td, .price-table th {
    padding: 10px 5px;
    vertical-align: inherit;
}
.price-table td:first-child {
    width: 100px;
}
.price-table td:nth-child(2) {
    width: 500px;
    text-align: left;
    padding: 10px;
}
.price-table td:nth-child(5), .price-table th:nth-child(5) {
    display: none;
}
.design .table-block,
.expopanels .table-block {
   overflow-y: auto;
}
.service-spaces #service_header.design {
    background: url(/templates/citygrand/images/bg-head_design.jpg) no-repeat center/cover;
}
.service-spaces #service_header.beauty {
    background: url(/templates/citygrand/images/bg-head_beauty.jpg) no-repeat center/cover;
}
#service_header.bar-racks {
    background: url(/templates/citygrand/images/bg-head_bar.jpg) no-repeat center/cover;
}
.service-spaces #service_header.restaurants {
    background: url(/templates/citygrand/images/bg-head_restaurants.jpg) no-repeat center/cover;
}
#service_header.office {
    background: url(/templates/citygrand/images/bg_head_office-1.jpg) no-repeat center/cover;
}
#service_header.reception {
    background: url(/templates/citygrand/images/bg_head_reception.jpg) no-repeat center/cover;
}
.service-spaces #service_header.beauty h1 {
    line-height: 125px;
}
#service_header.beauty {
    padding: 80px 0 20px;
}
.design #module-contact-us {
    padding: 0;
}
.design #module-contact-us .col-lg-6 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.design img, .beauty img, .bar-racks img, .restaurants img {
    margin-top: 15px;
    margin-bottom: 15px;
}
.restaurants .main-center-image, .bar-racks .main-center-image {
    margin: -100px 0 0 0;
}
.design .table-block h3 {
    font-size: 40px;
    font-weight: 700;
}
.design .table-block .tabl_p,
.expopanels .table-block p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
}
.design .table-block,
.expopanels .table-block  {
    padding-bottom: 70px;
}
.beauty #main-content {
    background-color: #fff;
}
#main-content .bold {
    font-weight: 700;
}
#main-content p.bold{
    font-size: 18px;
}
.vacancy_section .description p {
    padding-bottom: 10px;
}
.restaurants #main-content, .bar-racks #main-content, .office #main-content, .beauty #main-content {
    padding-bottom: 0;
}
.page-blog .orange{
    padding: 50px 0 170px 0;
}

.page-blog #office_form_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.page-blog #office_form_2 input {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: transparent;
    color: rgba(255, 255, 255, 0.9);
    width: 22%;
    padding: 10px 15px;
    margin: 5px 0;
}
.page-blog  #office_form_2 .submit-btn {
    margin-top: 0;
    padding: 11px 0;
    width: 245px;
    border-radius: 21px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #333;
    font-weight: 700;
}
.page-blog  #office_form_2 input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
#nav-retail>.tab-content>.tab-pane {
    display: block;
    overflow: hidden;
    /*height: 0;*/
    opacity: 1;
    z-index: -100;
    position: absolute;
}
#nav-retail>.tab-content>.active {
    display: block;
    overflow: visible;
    /*height: auto;*/
    opacity: 1;
    z-index: 1;
    position: static;
}
#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li.item-191 > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li.item-193 > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
#main-menu-module > ul.nav.menu.mod-list > li.deeper.parent.dropdown > ul.nav-child.dropdown-content > li.item-151 > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}

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


#service_header.reviews_header {
    background: url(/templates/citygrand/images/bg-head_reviews.jpg) no-repeat 80% center/cover;
}
.reviews-page .container-fluid{
    max-width: 1700px;
}
.reviews-page .reviews-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
    margin: 0 0 40px;
}
.reviews-page .reviews-item{
    display: flex;
    flex-direction: column;
    width: calc(50% - 18px);
    margin-bottom: 30px;
    padding: 25px 35px;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    position: relative;
}
.reviews-page .reviews-item:before {
    content: '';
    width: 4px;
    height: 37px;
    background: #F7A11F;
    position: absolute;
    top: 52px;
    left: 0;
}
.reviews-page .reviews-item .ttl-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;    
    margin-bottom: 30px;
}
.reviews-page .reviews-item .name{
    font-weight: 700;
    font-size: 22px;
    margin: 15px 15px 0 0;
}
.reviews-page .reviews-item .avatar{
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.reviews-page .reviews-item .text{
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 25px;
}
.reviews-page .reviews-item .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 22px;
    border-top: 1px solid #EDEDED;
}
.reviews-page .reviews-item .date{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 15px;
}
.reviews-page .reviews-item .fa-clock{
    font-size: 12px;
    color: #F7A11F;
    margin-right: 12px;
}
.reviews-page .reviews-item .company{
    font-weight: 500;
    font-size: 16px;
    text-align: right;
}



/* -------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1680px) {
    #header-contacts-module {
        padding: 20px 0 20px 30px;
    }
    header.container-fluid{
        padding: 0 50px;
    }
    #contact-us-service{
        padding: 200px 0 65px;
    }
    .container-fluid {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1440px) {
    .page-blog .article h2, .last-news .item .title {
        font-weight: 700;
    }
    #main-menu-module{
        padding-left: 20px;
        padding-right: 20px;
    }
    #counter .row{
        margin-right: -15px;
        margin-left: -15px;
    }
    .container.footer-small{
        padding: 24px 60px;
    }
    #contact-us-service{
        padding: 150px 0 55px;
    }
    #error > div{
        padding-top: 10%;
        margin: 0 auto;
    }
    #header-contacts-module {
        padding: 25px 0 25px 10px;
    }
    #logo-module {
        padding: 10px 0;
    }
    #steps .nav-link .text-center p {
        margin-top: 10px;
    }
    #steps .tab-pane {
        padding: 30px 40px;
    }
    #benefits .header-text p {
        padding-bottom: 0;
    }
    #benefits .benefits-list {
        margin-top: 30px;
    }
    #benefits .benefits-list img {
        max-height: 140px;
    }
    #benefits .benefits-list p {
        line-height: 32px;
    }
    #team .header-text {
        margin-bottom: 30px;
    }
    #team .owl-carousel .owl-item img {
        width: auto;
        max-height: 300px;
        margin: 0 auto;
    }
    footer {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 1367px) {
    .grid{
        grid-template-columns: repeat(auto-fill, minmax(260px,1fr));
    }
    .modal-cover {
        padding-top: 50px;
    }
    .modal-window .title {
        padding-top: 25px;
    }
    .modal-window .subtitle {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    #services-carousel{
        margin-top: 10px;
    }
    #back-slider .service-slider-item h3{
        margin-bottom: 10px;
    }
    #front-slider .service-slider-item .image-container{
        top: -415px;
    }
    #front-slider .service-slider-item .text-container{
        top: -280px;
    }
    #services{
        height: 870px;
        padding-top: 60px;
    }
    #services .loading-lines {
        bottom: 0;
        right: 27%;
    }
    #steps{
        padding-top: 15px;
        padding-bottom: 50px;
    }
    #steps .header-text.mb-5{
        margin-top: 0!important;
        margin-bottom: 10px!important;
    }
    #steps .header-text h2.mb-3{
        margin-bottom: 10px!important;
    }
    #stepsTabs{
        margin-top: 10px;
    }
    .steps-small-text.mt-5{
        margin-top: 10px!important;
    }
    #counter {
        margin-bottom: 50px;
    }
    #main-page-blog {
        margin-top: 50px;
    }
    .main-footer-section {
        padding-bottom: 50px;
    }
    .nav.menu.mod-list li a, .nav.menu.mod-list li span{
        padding: 32px 4px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1200px) {
	.header-phone .title:before, .header-phone .title:after{
		right: 0;
	}
    .page-blog .item .page-header h2 {
        font-size: 26px;
    }
    .grid-gr, .items-leading-blog {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    #header-contacts-module {
        padding-left: 0;
    }
    .main-big-text p span{
        margin-left: -5px;
        font-size: 100px;
    }
    .main-big-text {font-size: 40px;}
    #big-circle{
        right: -5px;
    }
    #back-slider {
        right: -30px;
    }
    #front-slider .service-slider-item .image-container{
        left: 45px;
        width: 60%;
        top: -285px;
    }
    #front-slider .service-slider-item .text-container{
        left: 729px;
        width: 37%;
        padding: 40px 20px 36px 35px;
        top: -110px;
    }
    #services .loading-lines{
        bottom: -35px;
    }
    #benefits .benefits-list {
        margin: 50px 0;
    }
    #brands button.owl-next,
    #team button.owl-next{
        right: -25px;
    }
    #brands button.owl-prev,
    #team button.owl-prev{
        left: -25px;
    }
    #contact-us-service{
        padding: 120px 0 20px;
    }
    .reviews-page .reviews-item{
        width: 100%;
    }
    .reviews-page .reviews-item .ttl-box{
        height: auto;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1025px) {
    .brand-zone #office_form_1 input {
        width: 49%;
    }
    .grid-gr, .items-leading-blog {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .brand-zone #office_form_2 input {
        width: 48%;
    }
    .page-blog .items-leading .item {
        max-width: 33%;
    }
    .last-news .item {
        width: 32%;
    }
    .page-blog .article h2, .last-news .item .title {
        font-size: 24px;
    }
    #service_header h1 {
        font-size: 120px;
    }
    #main-menu-module{
        padding-right: 0;
    }
    .nav.menu.mod-list li{
        margin-top:32px;
    }
    .nav.menu.mod-list li a,
    .nav.menu.mod-list li span{
        color: #fff;
        padding: 32px 4px;
    }
    .header-phone{
        font-size: 14px;
        padding-right: 5px;
    }
    .mission .container {
        text-align: center;
        justify-content: center;
    }
    .mission a.btn-contact-us {
        margin-bottom: 25px;
    }
    .mission img {
        margin-right: 0;
    }
    .mission h2 {
        margin-top: 25px;
    }
    .main-big-text{
        font-size: 38px;
        margin: 0 -20px 5px -20px;
    }
    .main-big-text p span{
        font-size: 100px;
    }
    #services{
        height: 900px;
    }
    #front-slider .service-slider-item .text-container{
        left: 621px;
        top: -125px;
        padding: 20px 5px 26px 15px;
    }
    #services .loading-lines{
        bottom: 45px;
        right: 23%;
    }
    #steps{
        padding-top: 1px;
        padding-bottom: 50px;
    }
    #steps .nav-item{
        min-width: 110px;
    }
    .nav-link{
        padding: 0 3px;
    }
    #benefits .benefits-list p{
        font-size: 20px;
    }
    #counter h2{
        font-size: 48px;
    }
    #counter h2::after{
        top: 62px;
        right: 85px;
    }
    .container.footer-small{
        padding: 24px 15px;
    }
    .footer-contacts a{
        font-size: 14px;
    }
    #contact-us-service h3{
        font-size: 30px;
    }
    #contact-us-service{
        padding: 100px 0 20px;
    }
    #contact-us-service a.btn-contact-us{
        margin-top: 10px;
        padding: 7px 35px;
    }
    #main-content h3{
        /*padding-top: 0;*/
    }
    .horeca-service #additional-content{
        padding-top: 95px;
        padding-bottom: 55px;
    }

    .retail-content-idea .col-lg-6.pt-3,
    .retail-content-idea .col-lg-6.pt-5{
        padding-top: 0px!important;
    }
    #brands {
        padding-top: 35px;
        padding-bottom: 50px;
    }
    #counter {
        padding: 50px 0;
    }
    .social-icons a {
        margin-right: 5px;
    }
    #header-contacts-module {
        padding: 0 0 5px 0;
    }
    #main-small .services-block{
    	bottom: 0;
    }
/*    .main-big-text {
        margin: 100px -20px;
    }*/
    .header-phone .win{display: none;}
}

@media only screen and (max-width: 767px) {
    .about-page #benefits::before {
        display: none;
    }
    .main-big-text p span, #service_header h1{
        color: #f7a11f;
        -webkit-text-stroke-width: unset !important;
    }
    .service-spaces #service_header.beauty h1 {
        line-height: 70px;
    }
    .modal-cover {
        padding-top: 35px;
    }
    .modal-window .title {
        font-size: 30px;
    }
    .modal-window .subtitle {
        font-size: 20px;
    }
    #modal-form .input {
        height: 40px;
        margin: 7px auto;
    }
    #modal-form .input.textarea {
        height: 120px;
    }
    #modal-form .submit {
        margin: 15px auto;
    }
    #stepsTabs-slide {
        position: relative;
    }
    #stepsTabs-slide .row {
         padding: 0;
    }
    #stepsTabs-slide .tab-pane {
        padding: 30px 25px;
    }
    #stepsTabs-slide .step-text .small {
        color: #f7a11f;
        margin-bottom: 10px;
    }
    #stepsTabs-slide .step-text h3 {
        margin-bottom: 0;
    }
    #stepsTabs-slide .owl-nav {
        position: absolute;
        top: 25%;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #stepsTabs-slide .owl-nav button:hover {
        background: none;
    }
    #stepsTabs-slide .owl-nav span {
        color: #f7a11f;
        font-size: 70px;
    }
    .grid-gr, .items-leading-blog {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .page-blog .block-title {
        font-size: 40px;
    }
    .last-news .item {
        width: 48%;
    }
    .brand-zone #office_form_2 .submit-btn {
        margin: 0 auto;
    }
    #portfolio-tab .nav-link, #portfolio-tab .nav-link.active {
        width: 100%;
    }
    .portfolio-link .text {
        left: -1px;
        bottom: 0;
        transform: rotate(0deg);
    }
    .portfolio-link#nav-beauty-tab .text {
         left: -1px;
    }
    .portfolio-link .text p, .portfolio-link .text .btn-view-photo {
        visibility: visible;
        height: auto;
        transition: all linear 0.3s;
    }
    .portfolio-link .text p {
        padding: 10px 0;
    }
    .contacts .col-12.left, .contacts .col-12.right{
        padding: 15px;
        border: none;
    }
    .retail-service #ball1 {
        top: -5px;
        left: -24px;
    }
    .home-furniture #ball1 {
	    top: 3px;
	    left: -16px;
    }
    .hide-mob{
        display: none;
    }
    .nav.menu.mod-list {
        justify-content: flex-end;
    }
    .header-phone {
        padding-left: 0;
    }
    .container-fluid {
        padding: 0 15px;
    }
    #header-contacts-module .social-icons i {
        margin: 0 6px;
    }
    .page-blog .items-leading .item {
        max-width: 49%;
    }
    .main-big-text {
        margin: 40px 0;
        font-size: 40px;
    }
    #main-small > .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .page-portfolio #main-content {
        padding: 35px 20px;
    }
    .main-small-text {
        margin-right: 15px;
        margin-left: 15px;
        font-size: 15px;
    }
    #main-small a p {
        font-size: 12px;
    }
    .main-big-text p span {
        font-size: 50px;
    }
    .main-small-text {
        padding-left: 0;
    }
    #services {
        height: auto;
    }
    #services .loading-lines {
        bottom: 20px;
        right: 18%;
    }
    #back-slider {
        right: -20px;
    }
    .service-slider-item h3 {
        font-size: 20px;
    }
    #front-slider .service-slider-item .text-container {
        left: 477px;
        top: -230px;
    }
    #front-slider .text-container p {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .header-text h2 {
        font-size: 40px;
    }
    #steps .nav-item {
        min-width: 135px;
    }
    .nav-link {
        padding: 0 15px;
    }
    #steps .nav-link::before {
        display: none;
    }
    .step-img i:before {
        font-size: 40px;
        line-height: 100px;
    }
    .step-img {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }
    .step-btn{
        text-align: center;
    }
    #steps .step-text {
        padding-left: 30px;
    }
    #steps .step-text h3 {
        font-size: 18px;
    }
    #steps .step-text p {
        font-size: 12px;
    }
    #steps .btn-buy {
        padding: 14px 24px;
    }
    #benefits .benefits-list p {
        font-size: 14px;
        line-height: 30px;
    }
    #counter h2::after {
        right: 145px;
    }
    footer h3 {
        font-size: 14px;
    }
    footer p {
        font-size: 10px;
    }
    footer a {
        font-size: 10px;
    }
    #footer-contact-form button {
        padding: 12px 22px;
        font-size: 14px;
    }
    .footer-contacts a {
        font-size: 10px;
    }
    #contact-us-service {
        padding: 65px 0 15px;
    }
    #contact-us-service h3 {
        font-size: 24px;
    }
    #contact-us-service p {
        font-size: 16px;
    }
    .horeca-service #additional-content .loading-lines {
        top: 365px;
        left: 35px;
    }
    .horeca-service #main-content h3 {
        margin-bottom: 30px;
    }
    .horeca-service .read-more{
        margin-top: 30px;
    }
    #service_header h1{
        font-size: 80px;
        letter-spacing: -5px;
    }
    .wardrobes #service_header h1 {
    	font-size: 60px;
	}
    #service_header p{
        font-size: 20px;
    }
    .item-page{
        padding-top: 145px;
    }
    #service_header .loading-dots{
        top: 60px;
    }
    #error > div{
        padding-top: 25%;
        margin: 0 auto;
    }
    .retail-service #additional-content .service-footer-form p{
        margin-top: 0;
    }
    .pagination .pagination-list .pagination-start, .pagination .pagination-list .pagination-end {
        display: none;
    }
    #service_header.brand-zone h1, #service_header.trade-software h1, #service_header.jelivery h1, #service_header.clothing-stores h1, #service_header.shoe-stores h1, #service_header.cosmetics-shops h1, #service_header.trading-islands h1, #service_header.restaurants h1, #service_header.bar-racks h1, #service_header.hotels h1, #service_header.office h1, #service_header.reception h1, #service_header.conferency h1 {
        font-size: 65px;
        width: auto;
        line-height: 80px;
    }
    .py-5 {
        padding: 20px 15px 20px 15px !important;
    }
    .fas.mob_menu {
        float: right;
        font-size: 30px
    }
    #main-small .services-block {
    	bottom: 0;
    	margin-bottom: 20px;
    }
    .main-big-text p {
        line-height: 1.2;
    }
    .main-big-text p.text-right {margin-top: 0;}
    #services #back-slider, #services #front-slider {
        display: none;
    }
    #logo-module {
        padding: 5px 0;
    }
}

@media screen and (min-width: 426px) and (max-width: 768px){
    #mobile-menu > ul.nav.menu {
        display: flex;
        flex-direction: column;
        /*overflow-y: auto;*/
    }
    #mobile-menu > ul.nav.menu.mod-list > li:hover > span {
        border-bottom: none;
    }
    .col-6.header-phone {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        width: 160px;
    }
    .header-phone .phone-title {width: 160px;}
    #header-contacts-module {
        flex-wrap: wrap;
    }
    .mod-languages {
        position: absolute;
        right: 60px;
        bottom: auto;
        top: 10px;
    }
    #header-contacts-module .social-icons {
        display: none !important;
    }
}

@media screen and (min-width: 426px) {
    .dropdown:hover > .dropdown-content {
        display: block;
    }

}

@media only screen and (max-width: 425px) {
	.home-furniture #service_header h1.orangeh1 {
		font-size: 50px;
		padding-top: 20px;
	}

    .view-all-photo-btn {
        margin-bottom: 15px;
    }
    .service-spaces #service_header h1 {
        line-height: 40px;
    }
    .service-spaces #service_header.beauty h1 {
        line-height: 50px;
    }
    .brand-zone #office_form_1 input {
        width: 90%;
        margin: 5px auto;
    }
    footer {
        padding-top: 15px;
    }
    footer h3 {
        margin-bottom: 15px;
    }
    footer ul li {
        line-height: 12px;
    }
    .footer-products-section {
        margin-top: 20px;
    }
    #footer-contact-form button {
        margin-top: 15px;
    }
    .main-footer-section {
        padding-bottom: 25px;
    }
    .row.rew {
        flex-direction: column-reverse;
    }
    .vacancy-description {
        padding: 35px 0;
    }
    .vacancy-description .contacts tr td:first-child {
        padding-right: 35px;
    }
    .partners .list img {
        max-width: 45%;
    }
    .page-blog .block-title {
        margin: 0 auto 30px auto;
        font-size: 32px;
    }
    .last-news .item {
        width: 100%;
    }
    #main-content .vacancy-title h3 {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .brand-zone #office_form_2 input, .page-blog #office_form_2 input {
        width: 245px;
        margin: 8px auto;
    }
    .brand-zone #office_form_2 .submit-btn {
        margin-top: 25px;
    }
    .vacancy-title {
        padding: 15px;
        flex-direction: column;
    }
    .vacancy-title .d-flex {
        justify-content: flex-end;
    }
    .page-blog .items-leading .item {
        max-width: 100%;
    }
    .main-center-image {
        margin-bottom: 0;
    }
    #back-slider,
    #front-slider{
        display: none;
    }
    .nav.menu.hide-mob{
        display: none;
    }
    .hide-mob{
        display: none;
    }
    #team button.owl-next,
    #brands button.owl-next{
        right: -20px;
    }
    #team button.owl-prev,
    #brands button.owl-prev{
        left: -20px;
    }
    #logo-module{
        padding: 5px 15px;
    }
    #logo-module img{
        max-width: 150px;
    }
    i.mob_menu{
        position: absolute;
        right: 6px;
        top: 6px;
        font-size: 24px;
    }
    .nav.menu{
        display: block;
        position: absolute;
        top: 65px;
        right: 5px;
        background: rgba(51,51,51,0.9);
        padding: 20px;
        z-index: 10;
    }
    .nav.menu.mod-list li{
        margin-top:12px;
    }
    .nav.menu.mod-list li a,
    .nav.menu.mod-list li span{
        color: #fff;
        padding: 12px 7px;
    }
    .header-phone{
        padding-left: 0;
        width: 140px;
        font-size: 12px;
    }
    header.container-fluid{
        padding: 0 15px;
    }
    #main-menu-module{
        padding: 0 15px;
        order: 2;
        flex: 0 0 30px;
        margin-left: auto;
    }
    #logo-module .win{
        display: block;
        font-size: 12px;
        margin: 2px 0 0;
    }

    #header-contacts-module{
        flex-direction: column;
        padding: 0 15px;
        align-items: center;
        width: 140px;
        padding-top: 10px;
    }    

    .mod-languages {
        right: 4px;
        bottom: 6px;
    }
    #header-contacts-module .social-icons{
        padding: 5px 0;
        margin-right: 20px;
    }
    #header-contacts-module .social-icons a{
        margin-right: 5px;
    }
    #main-page-slider{
        padding-top: 0;
    }
    .main-big-text p{
        /*line-height: 80px;*/
        /*line-height: 40px;*/
    }
    .main-big-text p span{
        /*font-size: 65px;*/
        /*font-size: 42px;*/
        font-size: 32px;
    }
    .main-big-text p:nth-child(1){
        font-size: 30px;
    }
    .main-big-text p:nth-child(2){
        font-size: 30px;
        /*line-height: 40px;*/
        padding: 10px 0 0;
    }
    .main-big-text p:nth-child(3){
        font-size: 30px;
    }
    .main-big-text p.text-right {
        margin-top: 0;
    }
    .article .float-right {
        max-width: 100%;
    }
    #main-page-blog .container-fluid{
        padding: 0 15px;
    }
    .main-big-text {
/*        margin: 82px auto 30px;*/
        font-size: 30px;
    }
    #big-circle{
        /*right: 0;*/
        display: none;
    }
    .main-big-text p {
        line-height: 1.1;
    }
    #main-small > .row{
        margin: 0 -15px;
    }
    #main-small a p{
        font-size: 12px;
        padding-left: 7px;
       /* margin-bottom: 50px;*/
    }
    .header-text h2{
        font-size: 36px;
    }
    .header-text p{
        font-size: 18px;
    }
    .main-small-text{
        padding-left: 0;
        padding-right: 0;
        margin: 4px 0 0;
        font-size: 17px;
    }
    #services{
        height: 860px;
    }
    #main-page-slider .loading-dots{
        right: 0;
    }
    #main-page-slider .loading-dots .dot{
        width: 46px;
        height: 46px;
        margin-right: 14px;
    }
    .mob-service-text {
        background-color: #fff;
        position: relative;
        z-index: 2;
        margin: -200px 20px 0;
        padding: 20px;
        border: 3px solid #f7a11f;
    }
    .mob-service-text h3{
        font-weight: 700;
        margin-bottom: 20px;
    }
    .mob-service-text p{
        font-weight: 700;
        font-size: 13px;
    }
    #mob-services .read-more{
        display: block;
        width: max-content;
        margin: 30px auto;
    }
    #steps .nav-item{
        min-width: 135px;
    }
    #steps .nav-link {
        padding: 0 10px;
    }
    #steps .nav-link::before{
        display: none;
    }
    #steps .step-text{
        padding-left: 15px;
        padding-right: 15px;
    }
    #steps .step-text h3{
        font-size: 16px;
        text-align: center;
    }
    #steps .step-text p{
        font-size: 13px;
        text-align: justify;
    }
    #benefits .benefits-list{
        margin: 50px 0 0;
        padding: 20px 10px 50px;
    }
    #benefits .benefits-list p{
        line-height: 31px;
        font-size: 16px;
    }
    #benefits h2{
        width: 70%;
    }
    #counter .row{
        margin-right: -15px;
        margin-left: -15px;
    }
    #counter .row div{
        padding-left: 15px;
        padding-right: 15px;
    }
    #counter h2{
        font-size: 40px;
    }
    #counter h2::after{
        top: 55px;
        right: calc(50% - 37.5px);
    }
    #counter p{
        font-size: 11px;
    }
    .header-blog h2{
        font-size: 40px;
    }
    .header-blog p{
        font-size: 18px;
    }
    .grid{
        grid-template-columns: repeat(auto-fill, minmax(330px,1fr));
    }
    .footer-form-section{
        margin-top: 20px;
        padding: 0 15px;
    }
    .container.footer-small{
        padding: 24px 15px;
    }
    .footer-contacts {
        /*flex-direction: column;*/
        text-align: center;
    }
    .social-icons {
         padding: 0;
    }
    .footer-form-section p{
        margin-top: 0;
    }
    #services .loading-lines{
        bottom: 0;
    }
    #benefits .loading-lines{
        bottom: -100px;
    }
    #service_header {
        padding: 140px 0 20px;
    }
    #service_header h1{
        font-size: 38px;
        line-height: 50px;
        letter-spacing: 3px;
        margin-top: 50px;
        -webkit-text-stroke-width: 2px;
    }
    .service-beauty #service_header h1, #service_header.brand-zone h1, #service_header.trade-software h1, #service_header.jelivery h1, #service_header.clothing-stores h1, #service_header.shoe-stores h1, #service_header.cosmetics-shops h1, #service_header.trading-islands h1, #service_header.restaurants h1, #service_header.bar-racks h1, #service_header.hotels h1, #service_header.office h1, #service_header.reception h1, #service_header.conferency h1 {
        font-size: 28px;
        line-height: 40px;
        -webkit-text-stroke-width: 1px;
    }
    #service_header p {
        font-size: 16px;
        margin-top: 5px;
    }
    #service_header .breadcrumb {
        margin: 0;
    }
    #service_header .loading-dots{
        top: 50px;
    }
    #service_header .loading-dots.vertical .dot{
        margin-bottom: 22px;
        width: 40px;
        height: 40px;
    }
    #service_header p{
        font-size: 18px;
    }
    .item-page{
        padding-top: 80px;
    }
    .horeca-service .call-to-action .btn-buy{
        margin-top: 35px;
    }
    .horeca-service #main-content .row.call-to-action{
        margin-bottom: 10px;
    }
    .horeca-service #additional-content .loading-lines {
        top: 220px;
        left: 25px;
    }
    #contact-us-service h3{
        font-size: 22px;
    }
    #contact-us-service p{
        font-size: 14px;
    }
    #contact-us-service a.btn-contact-us{
        font-size: 14px;
        padding: 5px 20px;
    }
    #contact-us-service {
        padding: 20px 0 15px;
        margin-bottom: 0;
        background-image: none;
        background-color: #f7a11f;
    }
    #error > div{
        padding-top: 40%;
        margin: 0 auto;
    }
    #error h1{
        font-size: 200px;
    }
    .retail-service #additional-content .additional-content{
        padding-top: 75px;
        padding-bottom: 25px;
    }
    .retail-service #additional-content .additional-content.retail-content-idea{
        padding-bottom: 60px;
    }
    .retail-service #additional-content .additional-content h2{
        font-size: 30px;
    }
    .footer-img-text {
        background-color: rgba(255,255,255,0.5);
        height: 105px;
    }
    .footer-products-section > div {
        margin-bottom: 10px;
    }
    .footer-img-text h3 {
        opacity: 1;
        z-index: 1;
        position: initial;
        color: #aaaaaa;
    }
    .vacancy_section .price {
        margin: 0;
    }
    .horeca-footer-img, .retail-footer-img, .design-footer-img, .home-furniture-footer-img, .office-footer-img, .beauty-footer-img, .footer-img-text, div:hover > .footer-img-text {
        background: none;
        height: auto;
        color: #aaaaaa;
    }
    #main-page-blog {
        padding-bottom: 35px;
    }
    .blog-header h3 {
        margin-top: 20px;
    }
    #steps .nav-link .nav-img, #steps .nav-link small {
        display: none;
    }
    #steps .nav-link .text-center p {
        font-size: 12px;
    }
    .associations .container {
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
    .associations h4 {
        margin-bottom: 15px;
    }
    .associations h4::after {
        display: none;
    }
    .map-cover {
        margin-top: 25px;
    }
    #main-content.contacts {
        padding: 0;
    }
    .orange {
        padding: 80px 0;
    }
    .pagination {
        padding: 25px 0;
    }
    .pagination .pagination-list .pagination-prev, .pagination .pagination-list .pagination-next {
        display: none;
    }
    .retail-service #ball1, .horeca-service #ball1, .service-spaces #ball2 {
        display: none;
    }
    .call-to-action .btn-buy {
        margin: 15px auto;
    }
    #main-content .row.call-to-action {
        margin-bottom: 0;
    }
    #main-content {
        padding: 50px 0;
    }
    .additional-content h2 {
        line-height: 35px;
        margin: 10px 0 20px 0;
    }
    .retail-service #additional-content .additional-content h2 {
        padding-bottom: 0;
    }
    .service-spaces #service_header h1 span {
        font-size: 32px;
    }
    .additional-content h2 {
        font-size: 26px;
    }
    #module-contact-us {
        background-color: #f7a11f;
        padding: 50px 0 30px 0;
    }
    .py-100px {
        padding: 35px 15px;
    }
    .service-spaces .read-more {
        margin: 15px auto;
    }
    .orange-zone-form {
        padding: 40px 0 110px 0;
    }
    .py-5 {
        padding: 15px 15px 15px 15px !important;
    }
    #main-content.brand-zone p {
        padding-bottom: 15px;
    }
    .blog-header h3, .blog-header .newsflash-title a {
        font-size: 24px;
    }
    #service_header .one-article-blog {
        font-size: 28px;
        line-height: 32px;
    }
    .page-portfolio .title {
        font-size: 30px;
        line-height: 46px;
    }
    .main-big-text {
        letter-spacing: 1px;
        margin: 80px 0 0;    
    }
    .reviews-page .reviews-item{
        padding: 15px;
        margin-bottom: 15px;
    }
    .reviews-page .reviews-item .text{
        margin-bottom: 15px;
    }
    .reviews-page .reviews-item .bottom{
        padding-top: 15px;
    }



}

@media only screen and (max-width: 360px) {
    .grid {
        grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    }
    .main-small-pic {margin-bottom: 10px;}
    .reviews-page .reviews-item .name {
        font-size: 18px;
    }
    .reviews-page .reviews-item .avatar{
        width: 50px;
        height: 50px;
    }
    .reviews-page .reviews-item .company {
        font-size: 14px;
    }
    #logo-module{flex: 0 0 100px;}
    #logo-module img {max-width: 100px;}
    #header-contacts-module {width: 115px;}
    #header-contacts-module .social-icons a{margin-right: 2px;}
    #logo-module {padding-top: 10px;}
    #logo-module .win{margin-top: 8px;}
}