/* customer css */

@media (min-width: 1200px) {

.wrapper-main-page {
    padding-top: 220px !important;
}

.section-map {

    height: 750px !important;
  
}

}

.itb-copyright {
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: rgba(var(--copyright-color, 0, 0, 0), 0.4);
    transition: color ease-in-out 0.2s;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.itb-copyright__popup {
    display: none;
    position: absolute;
    border-radius: 4px;
    padding: 12px;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.08);
    background: #f5f5f5;
    top: 0;
    left: -8px;
    transform: translate(-1%, calc(-100% - 24px));
}

.itb-copyright.opened .itb-copyright__popup {
    display: block;
}

.itb-copyright__popup:after {
    content: '';
    border-radius: 2px;
    width: 12px;
    height: 12px;
    background: #f5f5f5;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.itb-copyright__popup a {
    font-size: 14px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    transition: color ease-in-out 0.2s;
}

.itb-copyright__popup a:hover {
    color: rgba(0, 38, 174, 0.6);
}

.itb-copyright__popup a + a {
    margin-left: 24px;
}

.itb-copyright svg {
    fill: rgba(var(--copyright-color, 0, 0, 0), 0.4);
    transition: fill ease-in-out 0.2s;
    margin-left: 12px;
}

.itb-copyright:hover {
    color: rgba(var(--copyright-color, 0, 0, 0), 0.6);
}

.itb-copyright:hover svg {
    fill: rgba(var(--copyright-color, 0, 0, 0), 0.6);
}

.itb-copyright.blacked {
    color: rgba(var(--copyright-color, 255, 255, 255), 0.5);
}

.itb-copyright.blacked svg {
    fill: rgba(var(--copyright-color, 255, 255, 255), 0.5);
}

.itb-copyright.blacked:hover {
    color: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.blacked:hover svg {
    fill: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.blacked .itb-copyright__popup {
    background: #4d4d4d;
}

.itb-copyright.blacked .itb-copyright__popup:after {
    background: #4d4d4d;
}

.itb-copyright.blacked .itb-copyright__popup a {
    color: rgba(255, 255, 255, 0.7);
}

.itb-copyright.blacked .itb-copyright__popup a:hover {
    color: rgba(255, 255, 255, 1);
}

.itb-copyright.colored {
    color: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.colored svg {
    fill: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.colored:hover {
    color: rgba(var(--copyright-color, 255, 255, 255), 0.9);
}

.itb-copyright.colored:hover svg {
    fill: rgba(var(--copyright-color, 255, 255, 255), 0.9);
}

.itb-copyright.colored .itb-copyright__popup {
    background: #f5f5f5;
}
#footer .footer__social .itb-copyright a{
    font-size:13px;
}
.itb-copyright.colored .itb-copyright__popup:after {
    background: #f5f5f5;
}

.itb-copyright.colored .itb-copyright__popup a {
    color: rgba(0, 0, 0, 0.6);
}

.itb-copyright.colored .itb-copyright__popup a:hover {
    color: rgba(0, 38, 174, 0.6);
}


.content-box .section-map img {
    max-width: 100%;
    height: auto;
 margin-top: -100px !important;
}


#header .header-slider {
   height:490px !important;
}

#header .header-slider__img {

    height: 490px !important;
    width: 100%;
}

#header .header-slider__shadow {
  display:none !important;
}

#header .header-slider__inner {

    min-height: 490px !important;
}

img.catalog-section-list__img-img {
    max-width: 100%;
    max-height: 200px;
margin-top:0 !important;
}

img.services-view-tile__img-img
 {
    
margin-top:0 !important;
}


img.partners-list__img
 {
    
margin-top:0 !important;
}

.header-slider .header-slider__offer .header-slider__title .large {
    font-size: 70px;
    font-weight: 700;
}

.header-slider .header-slider__offer {
    position: absolute;
    top: 145px;
    left: 13px;
    width: 1100px;
    z-index: 99;
}
.header-inner-block{
    width:100%;
    padding:0px;
}
.row{
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-left: 15px;
    padding-left: 15px;
}
.header-slider .header-slider__offer .header-slider__title {
    font-size: 56px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 62px;
    margin-bottom: 24px;
}

.map.map-contacts{
    overflow:hidden;
}

.header-address__block {
    margin-left: 15%;
}
.cookie-notice {
    width: 577px;
    border-radius: 12px;
    border: #0095b6;
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.06);
    bottom: 32px;
    right: 30px;
    background: #0095b6;
    color: white;
    position: fixed;
    font-weight: 600;
    padding: 24px;
    text-align: start;
    z-index: 1000;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    display: none;
  }
  
  .cookie-notice button {
    border-radius: 4px;
    background: white;
    color: black;
    border: none;
    padding: 3px 15px;
    margin-top: 16px;
    cursor: pointer;
    text-transform:uppercase;
    font-family: Roboto;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    width: 88px;
    height: 34px;
  
  }
  .cookie-notice a{
    text-decoration: none;
  }
  .cookie-notice button:hover{
    background: #efe6e6;
    transition: 0.4s;
  }
@media screen and (max-width: 1200px) {
    .header-address__block {
        margin-left: 13%;
    }
}

@media (min-width: 576px) {
    .wrapper .container {
        max-width: unset;
    }
}

@media (min-width: 768px) {
    .wrapper .container {
        max-width: 1220px;
    }
}

@media(max-width:578px){
    .cookie-notice{
        width: 84%;
        left: 0px;
        bottom: 10px;
        margin: 0 auto;
        font-size: 15px;
      }
      .cookie-notice button{
        width: 91%;
        padding: 3px 15px;
      }
}