@charset "utf-8";
body{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    min-width: 300px;
}

h1,
.title-h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 114.7%;
    margin-bottom: 40px;
}
h1:first-letter,
.title-h1:first-letter{
    text-transform: capitalize;
}
h2,
.title-h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 114.7%;
    margin-bottom: 40px;
}

h3,
.title-h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 114.7%;
    margin-bottom: 30px;
}

h4,
.title-h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 114.7%;
    margin-bottom: 20px;
}

h5,
.title-h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 114.7%;
    margin-bottom: 15px;
}
.content h2{
    font-size: 30px;
    margin-bottom: 20px;
}
.content h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.content h4{
    font-size: 18px;
}

.content p{
    font-size: 17px;
    line-height: 1.8;
}

@media(max-width: 1299px) {
    h1,
    .title-h1 {
        font-size: 45px;
        margin-bottom: 35px;
    }

    h2,
    .title-h2 {
        font-size: 45px;
        margin-bottom: 35px;
    }
    .content h2{
        font-size: 30px;
    }
}

@media(max-width: 991px) {
    h1,
    .title-h1 {
        font-size: 36px;
    }

    h2,
    .title-h2 {
        font-size: 36px;
    }

    h3,
    .title-h3 {
        font-size: 24px;
    }

    h4,
    .title-h4 {
        font-size: 18px;
    }

    h5,
    .title-h5 {
        font-size: 16px;
    }
    .content h2{
        font-size: 30px;
    }
    .content h3{
        font-size: 20px;
    }
}

@media(max-width: 767px) {
    h1,
    .title-h1 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    h2,
    .title-h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    h3,
    .title-h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    h4,
    .title-h4 {
        font-size: 16px;
    }
    .content h2{
        font-size: 20px;
    }
    .content h3{
        font-size: 20px;
    }
    .content h4{
        font-size: 16px;
    }
}

a {
    color: #d76c0d;
}

a:hover {
    color: #333;
}

a.invert {
    color: #333;
}

a.invert:hover {
    color: #d76c0d;
}

.btn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding: 12px 30px;
    border: 2px solid #d76c0d;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    background: #d76c0d;
    text-align: center;
    transition: all 300ms ease-out;
}
.btn:hover {
    background: transparent;
    color: #d76c0d;
}
.btn.btn-big{
    font-size: 20px;
    padding: 25px 50px;
}
.btn-t2{
    display: inline-flex;
    height: 56px;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}
.btn-t2:hover{
    color: #fff;
    background: #333333;
    border-color: #333333;
}

@media(max-width: 1229px){
    .btn.btn-big {
        padding: 20px 30px;
    }
}
@media (max-width: 1229px){
    .btn.btn-big {
        padding: 14px 20px;
        font-size: 16px;
    }
}

.base-template .main-content{
    padding: 30px 0 40px;
}
/* Header */
.header-top{
    background: #2D2D2D;
    color: #A5A8AB;
    padding: 15px 0;
    line-height: 1.3;
}
.header-top a{
    color: #fff;
}
.header-top a:hover{
    color: #d76c0d;
}
.header-top-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header-logo,
.footer-logo{
    width: 400px;
}
.header-logo a,
.footer-logo a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header-logo .logo-icon,
.footer-logo .logo-icon{
    width: 80px;
}
.header-logo .logo-text,
.footer-logo .logo-text{
    width: calc(100% - 105px);
}
.header-logo .logo-title,
.footer-logo .logo-title{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
}
.header-logo .logo-description,
.footer-logo .logo-description{
    color: #A5A8AB;
    font-size: 16px;
    margin-top: 5px;
}
.header-contacts{
    width: calc(100% - 420px);
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}
.header-contacts .col1{
   /* width: calc(100% - 350px);*/
    display: flex;
    justify-content: flex-end;
}
/*.header-contacts .col2{
    width: 350px;
}*/
.header-contacts .col1{
    padding-right: 30px;
    position: relative;
    text-align: right;
}
.header-contacts .col1:after{
    content: "";
    width: 1px;
    height: 70px;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    right: 0;
    top: calc(50% - 35px);
}
.header-contacts .col2{
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 270px;
}
.header-messengers a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    margin-left: 6px;
    border-radius: 50%;
}
.header-messengers a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.header-messengers a:hover {
    box-shadow: 0 0 0 3px rgb(255 255 255 / 80%);
}
.header-messengers a:first-of-type{
    margin-left: 20px;
}
.header-map-link{
    margin-top: 5px;
}
.header-map-link a{
    border-bottom: 1px dashed;
    color: #d76c0d;
}
.header-map-link a:hover{
    border-bottom-color: transparent;
}
.header-phone{
    font-size: 21px;
    font-weight: 600;
}
.header-schedule{
    margin-top: 5px;
}
.header-bottom{
    background: #d76c0d;
}
@media(min-width: 992px){
    .header-bottom.fixed{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 500;
        box-shadow: 0 0 0 1px rgba(255,255,255,0.2);
    }
    .header-push.fixed{
        height: 64px;
    }
}
.header-bottom-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.header-feedback{
    width: 272px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.header-feedback a{
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: center;
    background: #d76c0d;
    color: #fff;
    padding: 0 20px;
    width: calc(100% - 52px);
}
.header-feedback span{
    margin-left: 10px;
    font-weight: 600;
    font-size: 17px;
}
.header-feedback path{
    fill: #fff;
}
.header-feedback a:hover{
    background: #2D2D2D;
    -webkit-filter: brightness(125%);
    filter: brightness(125%);
}
.header-search-btn{
    width: 52px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease-out 300ms;
    border-right: 1px solid rgba(255,255,255,.2);
}
.header-search-btn:hover{
    background: rgba(255,255,255,.2);
}
.header-search{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #d76c0d;
    align-items: center;
    justify-content: space-between;
    padding-right: 60px;
}
.header-search:before{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    height: 2px;
    background: #2D2D2D;
}
.header-search.active{
    display: flex;
}
.header-search form{
    width: 100%;
    position: relative;
}
.header-search input[type="text"]{
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #fff;
    border: 1px solid #fff;
    padding: 0 100px 0 15px;
    color: #000;
    font-size: 14px;
}
.header-search input[type="text"]::-moz-placeholder {
    color: #1C2E36;
    opacity: 1;
}
.header-search input[type="text"]:-ms-input-placeholder {
    color: #1C2E36;
}
.header-search input[type="text"]::-webkit-input-placeholder {
    color: #1C2E36;
}
.header-search input[type="submit"] {
    position: absolute;
    right: -2px;
    top: 0;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    background: #2D2D2D;
    border: 1px solid #2D2D2D;
    text-transform: uppercase;
    font-size: 13px;
    transition: all ease-out 300ms;
    color: #fff;
}
.header-search input[type="submit"]:hover{
    background: #d76c0d;
    border-color: #d76c0d;
    color: #000;
    opacity: 0.8;
}
.header-search-close{
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    cursor: pointer;
}
.header-search-close svg path{
    transition: all ease-out 300ms;
    fill: #fff;
}
.header-search-close:hover svg path{
    fill: #000;
}


.top-menu{
    width: calc(100% - 285px);
    display: flex;
}
.top-menu > ul{
    display: flex;
    visibility: hidden;
    opacity: 0;
}
.top-menu.loaded > ul{
    visibility: visible;
    opacity: 1;
}
.top-menu > ul >li > a{
    color: #fff;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    font-size: 17px;
    border-left: 1px solid rgba(255,255,255,0.2);
    position: relative;
}
.top-menu > ul >li:hover > a,
.top-menu > ul >li.active > a{
    background: #2D2D2D;
}
.top-menu > ul >li > a:before{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    top: -2px;
    background: #d76c0d;
    opacity: 0;
}
.top-menu > ul >li.active > a:before,
.top-menu > ul >li:hover > a:before{
    opacity: 1;
}
.top-menu li{
    position: relative;
}
.top-menu ul ul{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 310px;
    z-index: 300;
}
.top-menu li:hover > ul{
    display: block;
}
.top-menu ul ul a{
    display: flex;
    min-height: 64px;
    align-items: center;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.4;
    border-top: 1px solid rgba(255,255,255,0.2);
    background: #2D2D2D;
}
.top-menu ul ul ul{
    left: 100%;
    top: 0;
}
.top-menu ul ul a:hover{
    color: #d76c0d;
    background: #353535;
}
.top-menu ul ul .active > a{
    color: #d76c0d;
}
.top-menu li.down > a {
    position: relative;
}
.top-menu > ul > li.down > a:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    vertical-align: middle;
    margin: -5px 0 0 8px;
}
.top-menu ul ul li.down > a:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 12px;
    top: calc(50% - 4px);
}
.top-menu > ul > li:nth-last-of-type(1) ul,
.top-menu > ul > li:nth-last-of-type(2) ul{
    left: auto;
    right: 0;
}
.top-menu > ul > li:nth-last-of-type(1) ul ul,
.top-menu > ul > li:nth-last-of-type(2) ul ul{
    left: auto;
    right: 100%;
}
.top-menu > ul > li:nth-last-of-type(1) ul li.down > a:after,
.top-menu > ul > li:nth-last-of-type(2) ul li.down > a:after{
    right: auto;
    left: 8px;
    transform: rotate(135deg);
}

.top-menu .top-menu-more-list{
    display: none;
}
.top-menu .top-menu-more-list.active{
    display: block;
}
.top-menu-more-list > li:first-of-type{
    width: 50px;
    height: 100%;
}
.top-menu-more-list > li > span{
    display: block;
    width: 50px;
    height: 100%;
    cursor: pointer;
    background: url(../images/burger.svg) 50% 50% / 21px no-repeat;
}
.top-menu-more-list > li > ul{
    left: auto;
    right: 0;
}
@media(max-width: 1629px){
    .header-bottom > .container{
        padding-left: 0;
        padding-right: 0;
    }
    .header-search{
        padding-left: 15px;
    }
    .header-search-close{
        right: 20px;
    }
    .header-search-btn{
        border: none;
    }
    .header-feedback{
        width: 285px;
    }
    .header-logo {
        width: 360px;
    }
    .header-logo .logo-title{
        font-size: 20px;
    }
    .header-logo .logo-description{
        font-size: 14px;
        line-height: 1.4;
    }
    .header-logo .logo-text {
        width: calc(100% - 95px);
    }
    .header-contacts {
        width: calc(100% - 400px);
        font-size: 14px;
    }
    .header-contacts .col1{
        padding-right: 20px;
    }
    .header-contacts .col2{
        padding-left: 20px;
    }
}
@media(max-width: 1229px){
    .top-menu ul ul{
        width: 200px;
    }
    .top-menu ul ul a {
        padding: 10px 15px;
        font-size: 13px;
    }
    .top-menu > ul > li ul li.down > a:after{
        display: none;
    }
    .header-logo .logo-title {
        font-size: 17px;
    }
    .header-logo .logo-description{
        font-size: 13px;
    }
}
@media(max-width:1199px){
    .header-phone{
        font-size: 18px;
    }
    .header-schedule{
        font-size: 12px;
    }
    .header-messengers a{
        margin-left: 3px;
        width: 32px;
        height: 32px;
    }
    .header-messengers a:first-of-type{
        margin-left: 15px;
    }
    .header-contacts .col1{
        width: calc(100% - 290px);
    }
    .header-contacts .col2{
        width: 290px;
    }
}
@media(max-width: 991px){
    .header-search:before{
        display: none;
    }
    .header-bottom{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 600;
    }
    .top-menu{
        display: none;
    }
    .header-feedback a{
        height: 50px;
    }
    .header-push{
        height: 50px;
    }
    .header-search-btn{
        height: 50px;
    }
    .header-contacts .col1,
    .header-contacts .col2{
        width: 100%;
        padding: 0;
        text-align: right;
    }
    .header-contacts .col2{
        justify-content: flex-end;
        display: flex;
        padding-top: 15px;
    }
    .header-contacts .col1:after{
        display: none;
    }
    .header-contacts {
        width: calc(100% - 380px);
        font-size: 13px;
    }
    .header-top-inner{
        align-items: center;
    }
    .header-schedule{
        margin-top: 0;
    }
    .header-bottom-inner{
        justify-content: space-between;
        align-items: center;
    }
    .header-search input[type="text"]{
        height: 32px;
        line-height: 30px;
        font-size: 13px;
    }
    .header-search input[type="submit"]{
        height: 32px;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px;
    }
    .header-search{
        bottom: -1px;
    }
}
@media(max-width: 767px){
    .header-contacts{
        width: 100%;
        justify-content: flex-start;
    }
    .header-contacts .col1, 
    .header-contacts .col2{
        text-align: left;
        justify-content: flex-start;
        padding-top: 15px;
    }
    .header-contacts .col1{
        order: 2;
    }
    .header-bottom{
        background: #2D2D2D;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }
    .header-feedback a{
        border-bottom: none;
        background: #d76c0d;
    }
    .icon-menu-burger__line,
    .icon-menu-burger:before, 
    .icon-menu-burger:after{
        background: #fff;
    }
    .header-feedback{
        width: 220px;
    }
    .header-feedback a{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: -1px;
        height: 51px;
    }
    .header-feedback span{
        font-size: 13px;
        margin-left: 5px
    }
    .header-feedback svg{
        width: 17px;
        height: 17px;
    }
    .header-search-btn{
        background: transparent;
    }
}

/* /. Header */


/* top slider */
.top-slider > div:not(:nth-of-type(1)){
    display: none;
}
.top-slider .slick-track{
    display: flex;
    flex-wrap: wrap;
}
.top-slider .slick-slide {
    height: inherit;
}
.top-slider .item{
    position: relative;
}
.top-slider .item-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.top-slider .item-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.top-slider .item-content-wrapper{
    min-height: calc(100vh - 174px);
    height: 100%;
    position: relative;
    z-index: 5;
    background: rgba(0,0,0,0.3);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    padding: 45px 0 90px;
}
.top-slider .item-title{
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
}
.top-slider .item-text{
    margin-top: 10px;
    font-size: 27px;
    line-height: 1.3;
}
.top-slider .btn{
    margin-top: 40px;
}
.top-slider .btn:hover{
    background: rgba(0,0,0,.2);
}
.top-slider .slick-prev,
.top-slider .slick-next{
    border-radius: 0;
    width: 66px;
    height: 66px;
}
.top-slider .slick-prev{
    left: auto;
    top: auto;
    right: 67px;
    bottom: 0;
}
.top-slider .slick-next{
    top: auto;
    right: 0;
    bottom: 0;
}
@media(max-width: 1429px){
    .top-slider .item-content-wrapper{
        min-height: 48vw;
    }
}
@media(max-width: 1229px){
    .top-slider .item-title{
        font-size: 54px;
    }
    .top-slider .btn {
        margin-top: 30px;
    }
    .top-slider .item-text {
        margin-top: 5px;
        font-size: 23px;
    }
}
@media(max-width: 991px){
    .top-slider .slick-prev, 
    .top-slider .slick-next {
        width: 46px;
        height: 46px;
    }
    .top-slider .slick-prev{
        right: auto;
        left: 15px;
    }
    .top-slider .slick-next{
        right: auto;
        left: 62px;
    }
    .top-slider .item-title{
        font-size: 4.5vw;
    }
    .top-slider .item-title br,
    .top-slider .item-text br{
        display: none;
    }
}
@media(max-width: 767px){
    .top-slider .item-text {
        font-size: 3vw;
        line-height: 1.2;
    }
}
@media(max-width: 449px){
    .top-slider .item-content-wrapper {
        padding: 25px 0 60px;
    }
    .top-slider .item-text {
        margin-top: 10px;
        font-size: 4vw;
    }
    .top-slider .item-title {
        font-size: 5.5vw;
    }
    .top-slider .btn {
        margin-top: 4vw;
        padding: 2.5vw 3.5vw;
        font-size: 3.5vw;
    }
}

/* /. top slider */

section{
    padding: 80px 0 90px;
}
.pt0{
    padding-top: 0;
}
.pb0{
    padding-bottom: 0;
}
.pb10{
    padding-bottom: 10px;
}
.pb20{
    padding-bottom: 20px;
}
.pb30{
    padding-bottom: 30px;
}
.pb40{
    padding-bottom: 40px;
}
.pb50{
    padding-bottom: 50px;
}
.pb60{
    padding-bottom: 60px;
}
.pb70{
    padding-bottom: 70px;
}
.pt10{
    padding-top: 10px;
}
.pt20{
    padding-top: 20px;
}
.pt30{
    padding-top: 30px;
}
.pt40{
    padding-top: 40px;
}
.pt50{
    padding-top: 50px;
}
.pt60{
    padding-top: 60px;
}
.pt70{
    padding-top: 70px;
}
.dark-section{
    background: #2D2D2D;
}
.dark-section2{
    background: #212121;
}
.section-header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.section-header .more{
    width: 200px;
    text-align: right;
}
.section-header h2{
    width: calc(100% - 240px);
    margin-bottom: 0;
}
.section-header .more{
    font-size: 20px;
    text-decoration: underline;
}
.section-header .more:hover{
    text-decoration: none;
}
.dark-section .section-header .more:hover{
    color: #fff;
}
@media(max-width:991px){
    section {
        padding: 70px 0;
    }
}
@media(max-width:767px){
    section {
        padding: 50px 0;
    }
    .section-header h2{
        width: 100%;
        margin-bottom: 10px;
    }
    .section-header .more{
        width: auto;
        text-align: left;
    }
}

/* services */
.services{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.services .item{
    display: block;
    background: #fff;
    padding: 1.5vw;
    height: 100%;
}
.services .item-img{
    margin-bottom: 15px;
    overflow: hidden;
}
.services .item-img img{
    width: 100%;
    transition: all ease-out 300ms;
}
.services .item-title{
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -1px;
    color: #2D2D2D;
}
.base-template .services .item{
    background: #ededed;
}
.services .item:hover{
    background: #d76c0d;
}
.services .item:hover .item-title{
    color: #fff;
}
.services .item:hover .item-img img{
    transform: scale(1.2);
}
@media(max-width: 1229px){
    .services{
        grid-gap: 20px;
    }
    .services .item{
        padding: 20px;
    }
    .services .item-title{
        font-size: 18px;
    }
}
@media(max-width: 991px){
    .services{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 599px){
    .services{
        grid-template-columns: 1fr;
    }
}
/* /. services */

/* call-to-action-row */
.call-to-action-row{
    padding: 0;
    background: #d76c0d;
}
.call-to-action-row-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:#fff;
    height: 100px;
}
.call-to-action-row-title{
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
    margin-right: 30px;
}
.call-to-action-row-title span{
    color: #333333;
}
@media(max-width: 767px){
    .call-to-action-row-inner{
        display: block;
        height: auto;
        padding: 25px 0;
        text-align: center;
    }
    .call-to-action-row-title{
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 17px;
        line-height: 1.6;
    }
}
/* /. call-to-action-row */

/* num-section-inner */
.num-section-inner{
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(4, 1fr);
}
.num-section .item-title{
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 700;
}
.num-section .item-title span{
    font-size: 44px;
}
.num-section .item-text{
    font-size: 18px;
}
@media(max-width: 1229px){
    .num-section-inner{
        grid-gap: 30px;
    }
    .num-section .item-title{
        font-size: 22px;
    }
    .num-section .item-title span{
        font-size: 36px;
    }
    .num-section .item-text{
        font-size: 15px;
    }
}
@media(max-width: 991px){
    .num-section-inner{
        grid-gap: 40px;
        grid-template-columns: repeat(2, 1fr);
    }
    .num-section .item-text{
        font-size: 17px;
    }
}
@media(max-width: 767px){
    .num-section-inner{
        grid-gap: 15px;
    }
    .num-section .item-title{
        font-size: 16px;
    }
    .num-section .item-title span{
        font-size: 20px;
    }
    .num-section .item-text{
        font-size: 13px;
    }
}
/* ./ num-section-inner */


/* about-section */
.about-section .content-block-title{
    font-size: 32px;
    line-height: 1.4;
}
.about-section-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.about-section-inner .content-block{
    width: calc(100% - 700px);
    padding-right: 60px;
    padding-top: 30px;
}
.about-section-inner .img-block{
    width: 700px;
    display: inline-flex;
    justify-content: flex-end;
    
}
.about-section-inner .img-block-inner{
    position: relative;
    padding-bottom: 160px;
}
.about-section-inner .img-block .img1{
    width: 520px;
    height: 470px;
    max-width: 100%;
}
.about-section-inner .img-block img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.about-section-inner .img-block .img2{
    width: 360px;
    height: 430px;
    border: 20px solid #fff;
    position: absolute;
    bottom: 0;
    right: 65%;
}
.about-section-inner .img-block .img3{
    position: absolute;
    border: 20px solid #fff;
}


@media(max-width:1429px){
    .about-section .content-block-title{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .about-section-inner .content-block{
        width: calc(100% - 560px);
        padding-right: 30px;
        padding-top: 10px;
        font-size: 14px;
    }
    .about-section-inner .img-block{
        width: 560px;
    }
    .about-section-inner .img-block .img1{
        width: 460px;
        height: 400px;
    }
    .about-section-inner .img-block .img2{
        width: 280px;
        height: 340px;
        border: 14px solid #fff;
        right: 60%;
    }
}
@media(max-width:1229px){
    .about-section .content-block-title{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .about-section-inner .content-block{
        width: calc(100% - 470px);
        padding-top: 0;
    }
    .about-section-inner .img-block{
        width: 470px;
    }
    .about-section-inner .img-block .img1{
        width: 400px;
        height: 400px;
    }
    .about-section-inner .img-block .img2{
        width: 250px;
        height: 300px;
        border: 10px solid #fff;
        right: 55%;
    }
}
@media(max-width:991px){
    .about-section-inner .content-block{
        width: 100%;
        padding-right: 0;
        order: 2;
        padding-top: 40px;
    }
    .about-section-inner .img-block{
        width: 700px;
    }
    .about-section-inner .img-block-inner{
        padding-bottom: 160px;
    }
    .about-section-inner .img-block .img1{
        width: 520px;
        height: 470px;
    }
    .about-section-inner .img-block .img2{
        width: 360px;
        height: 430px;
        border: 20px solid #fff;
        right: 65%;
    }
}
@media(max-width:767px){
    .about-section .content-block-title{
        font-size: 20px;
    }
    .about-section-inner .img-block{
        width: 100%;
        display: block;
    }
    .about-section-inner .img-block-inner{
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about-section-inner .img-block .img1{
        width: 48%;
        height: 40vw;
    }
    .about-section-inner .img-block .img2{
        position: static;
        width: 48%;
        height: 40vw;
        border: none;
    }
}
/* / about-section */

/* materials */
.materials{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
.materials .item{
    display: block;
}
.materials .item .img-wrapper{
    overflow: hidden;
}
.materials .item .img-wrapper img{
    width: 100%;
    transition: all ease-out 300ms;
}
.materials .item-title{
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.3;
    min-height: 66px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    transition: all ease-out 300ms;
}
.materials .item:hover{
    background: #d76c0d;
}
.materials .item:hover .img-wrapper img{
    transform: scale(1.1);
}
.materials .item:hover .item-title{
    color: #fff;
}
@media(max-width:1429px){
    .materials .item-title{
        font-size: 1.35vw;
        padding: 0 1vw;
    }
}
@media(max-width:1229px){
    .materials{
        grid-gap: 20px;
    }
    .materials .item-title{
        font-size: 1.4vw;
    }
}
@media(max-width:991px){
    .materials .item-title{
        font-size: 1.6vw;
    }
}
@media(max-width:767px){
    .materials{
        grid-template-columns: repeat(2, 1fr);
    }
    .materials .item-title{
        font-size: 2.5vw;
    }
}
@media(max-width:439px){
    .materials .item-title{
        font-size: 3.2vw;
        min-height: 50px;
    }
}
/* /. materials */

/* portfolio-categories */
.portfolio-categories{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.portfolio-categories.cols2{
    grid-template-columns: repeat(2, 1fr);
}
.portfolio-categories .item{
    position: relative;
    display: block;
}
.portfolio-categories .item-inner{
    position: absolute;
    top: 1.5vw;
    bottom: 1.5vw;
    left: 1.5vw;
    right: 1.5vw;
    padding: 1.5vw;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: flex-end;
    color: #fff;
    transition: all ease-out 300ms;
}
.portfolio-categories .item img{
    width: 100%;
}
.portfolio-categories .item-title{
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.portfolio-categories .item:hover .item-inner{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3vw;
}

@media(max-width:1429px){
    .portfolio-categories .item-title{
        font-size: 1.6vw;
    }
    .portfolio-categories .item-text{
        font-size: 1.4vw;
    }
}
@media(max-width:1229px){
    .portfolio-categories{
        grid-gap: 20px;
    }
}
@media(max-width:991px){
    .portfolio-categories{
        grid-template-columns: repeat(2, 1fr);
    }
    .portfolio-categories .item-title{
        font-size: 2.3vw;
    }
    .portfolio-categories .item-text{
        font-size: 1.8vw;
    }
}
@media(max-width:599px){
    .portfolio-categories,
    .portfolio-categories.cols2{
        grid-template-columns: 1fr;
    }
    .portfolio-categories .item-title{
        font-size: 5.5vw;
    }
    .portfolio-categories .item-text{
        font-size: 4vw;
    }
}
/* /. portfolio-categories */


/* call-to-action-section2 */

.call-to-action-section2{
    background: #3B3B3B;
    color: #fff;
}
.base-template .call-to-action-section2{
    background: #212121;
}
.call-to-action-section2-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.call-to-action-section2-inner .left-part{
    width: calc(100% - 550px);
}
.call-to-action-section2-inner .right-part{
    width: 500px;
}
.call-to-action-section2-inner .item-title{
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
}
.call-to-action-section2-inner .item-text{
    color: #BABDBF;
    font-size: 22px;
}
.call-to-action-section2-inner .item-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.call-to-action-section2-inner .item-phone{
    color: #fff;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
}
.call-to-action-section2-inner .item-phone:hover{
    color: #d76c0d;
}
.call-to-action-section2-inner .messengers a{
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin-left: 6px;
    border-radius: 50%;
}
.call-to-action-section2-inner .messengers a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.call-to-action-section2-inner .messengers a:hover{
    box-shadow: 0 0 0 3px rgba(255,255,255,0.8);
}

@media(max-width:1229px){
    .call-to-action-section2-inner .item-title{
        font-size: 28px;
    }
    .call-to-action-section2-inner .item-text{
        font-size: 19px;
    }
    .call-to-action-section2-inner .item-phone{
        font-size: 26px;
    }
    .call-to-action-section2-inner .right-part {
        width: 420px;
    }
    .call-to-action-section2-inner .left-part {
        width: calc(100% - 480px);
    }
}
@media(max-width:991px){
    .call-to-action-section2-inner .item-title{
        font-size: 24px;
    }
    .call-to-action-section2-inner .item-text{
        font-size: 14px;
    }
    .call-to-action-section2-inner .item-phone{
        font-size: 17px;
    }
    .call-to-action-section2-inner .right-part {
        width: 300px;
    }
    .call-to-action-section2-inner .left-part {
        width: calc(100% - 340px);
    }
    .call-to-action-section2-inner .messengers a{
        width: 32px;
        height: 32px;
    }
}
@media(max-width:767px){
    .call-to-action-section2-inner .right-part {
        width: 100%;
    }
    .call-to-action-section2-inner .left-part {
        width: 100%;
        margin-bottom: 30px;
    }
    .call-to-action-section2-inner .item-title{
        font-size: 28px;
    }
    .call-to-action-section2-inner .item-text{
        font-size: 18px;
    }
    .call-to-action-section2-inner .item-phone{
        font-size: 28px;
    }
    .call-to-action-section2-inner .messengers a{
        width: 40px;
        height: 40px;
    }
}
@media(max-width:459px){
    .call-to-action-section2-inner .item-title{
        font-size: 6vw;
    }
    .call-to-action-section2-inner .item-text{
        font-size: 4vw;
    }
    .call-to-action-section2-inner .item-phone{
        font-size: 5.5vw;
    }
    .call-to-action-section2-inner .messengers a{
        width: 9vw;
        height: 9vw;
    }
}
/* /. call-to-action-section2 */

/* features */
.features{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.features .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 35px 30px;
    border: 1px solid #eee;
    background: rgba(0,0,0,0.03);
    height: 100%;
    min-height: 190px;
}
.features .item-icon{
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
.features .item-icon img{
    max-width: 100%;
    max-height: 100%;
}
.features .item-title{
    width: calc(100% - 145px);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
@media(max-width:1429px){
    .features{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width:1229px){
    .features{
        grid-gap: 20px;
    }
}
@media(max-width:991px){
    .features .item{
        padding: 20px;
        min-height: 150px;
    }
    .features .item-icon{
        width: 100px;
        height: 100px;
        padding: 20px;
    }
    .features .item-title{
        width: calc(100% - 120px);
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .features{
        grid-template-columns: 1fr;
    }
    .features .item{
        padding: 15px;
        min-height: 140px;
    }
    .features .item-icon{
        width: 80px;
        height: 80px;
        padding: 15px;
    }
    .features .item-title{
        width: calc(100% - 90px);
        font-size: 14px;
    }
}
/* /. features */


/* news */
.news{
    display: grid;
    grid-row-gap: 60px;
    grid-column-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.news .item-img{
    overflow: hidden;
    margin-bottom: 20px;
}
.news .item{
    position: relative;
    height: 100%;
    padding-bottom: 80px;
}
.news .item-date{
    color: #777777;
    font-size: 14px;
}
.news .item-btn{
    position: absolute;
    bottom: 0;
    left: 0;
}
.news .item-btn .btn{
    margin-bottom: 0;
}
.news .item-img img{
    width: 100%;
    transition: all ease-out 300ms;
}
.news .item-img:hover img{
    transform: scale(1.2);
}
.news .item-title a{
    font-size: 22px;
    font-weight: 600;
    color: #333;
    display: inline-block;
    line-height: 1.2;
    margin: 10px 0 0;
}
.news .item-title a:hover{
    color: #d76c0d;
}

@media(max-width:1429px){
    .news .item-title a{
        font-size: 20px;
    }
}
@media(max-width:1229px){
    .news{
        grid-gap: 20px;
    }
    .news .item-title a{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .news{
        grid-template-columns: repeat(2, 1fr);
    }
    .index-template .news > .col:nth-child(3),
    .about-template .news > .col:nth-child(3){
        display: none;
    }
}
@media(max-width: 767px){
    .news{
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }
    .news > .col:nth-child(3){
        display: block;
    }
}
@media(max-width:499px){
    .news .item-btn{
        width: 100%;
    }
    .news .btn{
        width: 100%;
    }
}
/* /. news */


/* call-to-action-section3 */
.call-to-action-section3{
    position: relative;
}
.call-to-action-section3:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: #2D2D2D;
}
.call-to-action-section3-block{
    padding: 90px 90px 110px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
}
.call-to-action-section3-block:before{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0,0,0,0.7);
}
.call-to-action-section3-inner{
    position: relative;
    z-index: 10;
    width: 80%;
}
.call-to-action-section3-inner .section-title{
    color: #fff;
    font-size: 46px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 30px;
}
.call-to-action-section3-inner .section-subtitle{
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 45px;
}
.call-to-action-section3-inner .section-subtitle span{
    color: #d76c0d;
}
.call-to-action-section3-inner .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.call-to-action-section3-inner form{
    background: #fff;
    padding: 30px;
}

@media(max-width:1629px){
    .call-to-action-section3-block{
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media(max-width:1229px){
    .call-to-action-section3-inner{
        width: 100%;
    }
    .call-to-action-section3-block{
        padding: 50px 50px 70px;
    }
    .call-to-action-section3-inner .section-title{
        font-size: 36px;
    }
    .call-to-action-section3-inner .section-subtitle{
        font-size: 20px;
    }
}
@media(max-width:991px){
    .call-to-action-section3-inner .section-title br{
        display: none;
    }
    .call-to-action-section3-block{
        padding: 30px 30px 50px;
    }
    .call-to-action-section3-inner form{
        padding: 30px 20px;
    }
    .call-to-action-section3-inner .form-control{
        font-size: 14px;
    }
}
@media(max-width:767px){
    .call-to-action-section3-inner .grid {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .call-to-action-section3-inner .section-title{
        font-size: 5vw;
    }
    .call-to-action-section3-inner .section-subtitle{
        font-size: 3vw;
    }
    .call-to-action-section3-block {
        padding: 30px 15px 40px;
    }
    .call-to-action-section3-inner .section-subtitle br{
        display: none;
    }
}
@media(max-width:499px){
    .call-to-action-section3-inner .section-title{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .call-to-action-section3-inner .section-subtitle{
        font-size: 13px;
        margin-bottom: 20px;
    }
}


/* /. call-to-action-section3 */


/* Faq */
.accordion .item-body {
    display: none;
    padding: 0 30px 30px;
    color: #fff;
}
.accordion.type1 .item{
    border: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 10px;
}
.accordion.type1 .item-head{
    padding: 15px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #fff;
}
.accordion.type1 .item-title{
    font-size: 22px;
    line-height: 1.35;
    width: calc(100% - 60px);
}
.accordion.type1 .item-icon{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #d76c0d;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-out 300ms;
}
.accordion.type1 .item-icon svg g{
    stroke: #fff;
    transition: all ease-out 200ms;
}
.accordion.type1 .item-head:hover .item-icon,
.accordion.type1 .item.active .item-icon{
    background: #fff;
}
.accordion.type1 .item-head:hover .item-icon svg g,
.accordion.type1 .item.active .item-icon svg g{
    stroke: #000;
}
.accordion.type1 .item.active .item-icon{
    transform: rotate(45deg);
}
@media(max-width: 991px){
    .accordion.type1 .item-head{
        padding: 12px;
    }
    .accordion .item-body{
        padding: 12px;
    }
    .accordion.type1 .item-title{
        font-size: 20px;
    }
    .accordion .item-body {
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .accordion.type1 .item-head{
        padding: 10px;
    }
    .accordion .item-body{
        padding: 10px;
    }
    .accordion.type1 .item-title{
        font-size: 13px;
        width: calc(100% - 45px);
        font-weight: 600;
    }
    .accordion .item-body {
        font-size: 13px;
    }
    .accordion.type1 .item-icon{
        width: 30px;
        height: 30px;
    }
    .accordion.type1 .item-icon svg{
        width: 18px;
        height: 18px;
    }
}

/* /. Faq */

/* reviews-section */
.reviews-section .section-subtitle{
    color: #B8BABB;
    margin-right: 30px;
    margin-bottom: 30px;
    font-size: 22px;
}
.reviews{
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-columns: repeat(3, 1fr);
}
.reviews .item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviews .item-content{
    background: #333333;
    color: #B8BABB;
    border: 1px solid #5C5C5C;
    padding: 30px;
    font-size: 17px;
    margin-bottom: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.reviews .item-content:after{
    content: "";
    width: 36px;
    height: 36px;
    transform: rotate(45deg);
    background: #333333;
    position: absolute;
    left: 72px;
    bottom: -19px;
    border-right: 1px solid #5C5C5C;
    border-bottom: 1px solid #5C5C5C;
}
.reviews .item-bottom{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 30px;
}
.reviews .item-img{
    width: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}
.item-reviewer-information{
    width: calc(100% - 140px);
}
.item-reviewer-name{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 10px;
}
.item-reviewer-post{
    color: #B8BABB;
    font-size: 18px;
    line-height: 1.3;
}
.reviews-carousel-wrapper{
    width: 100%;
    overflow: hidden;
}
.reviews-carousel-inner{
    margin-left: -14px;
    margin-right: -14px;
}
.reviews.reviews-carousel.slick-slider{
    display: block;
}
.reviews-carousel > div:not(:first-of-type){
    display: none;
}
.reviews-carousel .col{
    margin: 0 15px;
}
.reviews-carousel .slick-track{
    display: flex;
    flex-wrap: wrap;
}
.reviews-carousel .slick-slide{
    height: inherit;
}
@media(max-width: 1429px){
    .reviews{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 1229px){
    .reviews{
        grid-column-gap: 20px;
    }
    .reviews-carousel .col{
        margin: 0 10px;
    }
    .reviews-carousel-inner{
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media(max-width: 991px){
    .reviews{
        grid-template-columns: 1fr;
    }
    .reviews-section .section-subtitle{
        font-size: 19px;
    }
}
@media(max-width: 767px){
    .reviews-section .section-subtitle{
        font-size: 16px;
    }
    .reviews-section .section-subtitle br{
        display: none;
    }
    .reviews .item-content {
        padding: 15px;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .reviews .item-content:after {
        width: 30px;
        height: 30px;
        left: 42px;
        bottom: -16px;
    }
    .reviews .item-bottom{
        padding-left: 10px;
    }
    .item-reviewer-name{
        font-size: 18px;
    }
    .item-reviewer-post{
        font-size: 13px;
    }
    .reviews .item-img{
        width: 100px;
        margin-right: 15px
    }
    .item-reviewer-information{
        width: calc(100% - 115px);
    }
}
/* /. reviews-section */

/* Footer */
.footer{
    background: #212121;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-main-top{
    padding: 30px 15px 0;
    color: #fff;
}
.footer-main-top-inner{
    display: flex;
    justify-content: space-between;
}
.footer-main-top-left_part{
    width: 440px;
    padding-right: 40px;
}
.footer-logo{
    margin-bottom: 35px;
    max-width: 100%;
}
.footer-main-top-right_part{
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 440px);
}
.footer-main-top-right_part .col{
    width: 300px;
    padding-right: 40px;
    margin-bottom: 35px;
}
.footer-main-top-right_part .item-title{
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 600;
}
.footer-main-top-right_part .item-title a{
    color: #fff;
}
.footer-main-top-right_part .item-title a:hover{
    color: #d76c0d;
}
.footer-main-top-right_part nav li:not(:last-of-type){
    margin-bottom: 7px;
}
.footer-main-top-right_part nav a{
    font-size: 13px;
    line-height: 1.4;
    color: rgba(255,255,255,0.8);
    display: inline-block;
}
.footer-main-top-right_part nav a:hover{
    text-decoration: underline;
}
.footer-schedule{
    font-size: 12px;
    line-height: 2;
}
.footer-main-bottom{
    padding: 28px 15px;
    background: #1D1D1D;
}
.footer-bottom-container{
    background: #1d1d1d;
    padding: 14px 15px;
    font-size: 13px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-bottom-container-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-main-bottom-items{
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
}
.footer-main-bottom-items .item{
    display: flex;
    align-items: center;
    margin: 15px;
    flex-wrap: wrap;
}
.footer-main-bottom-items .item-icon{
    margin-right: 10px;
    width: 32px;
    height: 32px;
}
.footer-main-bottom-items .item-icon img{
    width: 100%;
}
.footer-main-bottom-items .item-text{
    width: calc(100% - 42px);
}
.footer-main-bottom-items .item a{
    color: #fff;
}
.footer-main-bottom-items .item a:hover{
    color: #d76c0d;
}

.footer-main-top-right_part .item-title-btn{
    display: none;
}
.development{
    margin-right: 30px;
}
.development a:hover{
    color: #fff;
}
.footer-text{
    margin-bottom: 30px;
    font-size: 13px;
}
.footer-bottom-right-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 1429px){
    .footer-main-top-right_part .col{
        width: 240px;
        padding-right: 30px;
    }
}
@media(max-width:1229px){
    .footer-logo .logo-title{
        font-size: 20px;
    }
    .footer-logo .logo-description{
        font-size: 14px;
        line-height: 1.4;
    }
    .footer-logo .logo-text{
        width: calc(100% - 95px);
    }
    .footer-main-top-left_part {
        width: 380px;
        padding-right: 30px;
    }
    .footer-main-top-right_part{
        max-width: calc(100% - 380px);
    }
    .footer-main-bottom-items{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer-main-bottom-items .item{
        font-size: 14px;
    }
}
@media(max-width:1199px){
    .footer-main-top-left_part {
        width: 340px;
        padding-right: 40px;
    }
    .footer-logo .logo-title {
        font-size: 17px;
    }
    .footer-logo .logo-description{
        font-size: 13px;
    }
    .footer-main-top-right_part {
        max-width: calc(100% - 340px);
    }
    .footer-main-top-right_part .col {
        width: 33.33333%;
        padding-right: 2.5vw;
    }
    .footer-main-top-right_part .item-title{
        font-size: 14px;
    }
    .footer-main-top-right_part nav a{
        font-size: 12px;
    }
    .footer-text{
        font-size: 12px;
    }
}
@media(max-width:991px){
    .footer-main-top-inner{
        flex-wrap: wrap;
    }
    .footer-main-top-left_part{
        width: 100%;
        padding-right: 0;
    }
    .footer-main-top-right_part{
        width: 100%;
        max-width: 100%;
    }
}
@media(max-width: 767px){
    .footer-main-bottom-items{
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .footer-main-bottom-items .item{
        margin: 15px 0;
    }
    .footer-main-top{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .footer-main-top-inner,
    .footer-main-top-right_part{
        display: block;
    }
    .footer-main-top-right_part .col{
        margin-bottom: 0;
        padding-right: 0;
        width: 100%;
    }
    .footer-main-top-right_part .dropdown{
        display: none;
        padding: 0 0 25px;
    }
    .footer-main-top-right_part .item{
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
    .footer-main-top-right_part .item-title{
        margin: 0;
        padding: 12px 48px 12px 0;
        position: relative;
        font-size: 15px;
    }
    .footer-main-top-right_part > div:last-of-type > .item{
        border-bottom: none;
    }
    .footer-main-top-right_part .item-title-btn{
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
    }
    .footer-main-top-right_part .item-title-btn g {
        stroke: #666666;
        transition: all ease-out 200ms;
    }
    .footer-main-top-right_part .color-blue .item-title-btn g{
        stroke: #0075BF;
    }
    .footer-main-top-right_part .color-green .item-title-btn g{
        stroke: #94C245;
    }
    .footer-main-top-right_part .color-brown .item-title-btn g{
        stroke: #5F432B;
    }
    
    .footer-main-top-right_part .item.active .item-title-btn svg{
        transform: rotate(45deg);
    }
    .footer-main-top-right_part nav a {
        font-size: 13px;
        color: rgba(255,255,255,0.9);
    }
    .footer-bottom-container-inner{
        display: block;
        font-size: 12px;
    }
    .footer-bottom-right-part{
        flex-wrap: wrap;
    }
    .footer-main-bottom,
    .footer-main-top,
    .footer-bottom-container{
        padding-left: 0;
        padding-right: 0;
    }
    .development{
        margin-right: 0;
        width: calc(100% - 60px);
    }
    .copyright{
        margin-bottom: 20px;
    }
}
@media(min-width:768px){
    .footer-main-top-right_part .item .dropdown{
        display: block !important;
    }
}

/* /. Footer */
video.fancybox_modal{
    width: 100%;
    height: 100%;
}
/* black modal*/
.black-modal{
    display: none;
    max-width: 100%;
    color: #9A9C9E;
    background: #333333;
    padding: 0;
}
.black-modal .fancybox-button{
    width: 32px;
    height: 32px;
    padding: 0;
    right: 5px;
    top: 5px;
    color: #fff;
    opacity: 1;
}
.black-modal-body{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.black-modal-body .col{
    width: 50%;
}
.black-modal-body .col2{
    padding: 60px 40px 40px;
}
.black-modal-title{
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 30px;
    font-weight: 700;
    color: #fff;
}
.black-modal .agreement label{
    color: #9A9C9E;
}
.black-modal .agreement label + a{
    color: #fff;
}
.black-modal-img{
    height: 100%;
}
.black-modal-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.black-modal .form-control{
    background: #242424;
    border: 1px solid #535353;
    color: #707070;
}
.black-modal .form-control.rferr,
.black-modal .rferr .form-control{
    border-color: red;
}
.black-modal .form-control::-moz-placeholder {
    color: #707070;
}
.black-modal .form-control:-ms-input-placeholder {
    color: #707070;
}
.black-modal .form-control::-webkit-input-placeholder {
    color: #707070;
}

@media(max-width:991px){
    .black-modal-body .col1{
        display: none;
    }
    .black-modal-body .col2{
        width: 100%;
        padding: 50px 30px 30px;
    }
}
@media(max-width:767px){
    .black-modal-body .col2{
        padding: 50px 20px 30px;
    }
    .black-modal-title{
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .black-modal-title + p{
        font-size: 13px;
    }
}
/* /. black modal*/

/* Breadcrumbs */
.breadcrumb{
    margin: 0 0 40px;
    font-size: 15px;
}
.breadcrumb > li {
    display: inline;
    color: #000;
    white-space: nowrap;
}
.breadcrumb > li > a{
    text-decoration: none;
    color: #d76c0d;
    display: inline-flex;
    align-items: center;
}
.breadcrumb > li > a:after{
    content: '';
    display: inline-block;
    background: url(../images/breadcrumb-arrow.svg) 0 0 no-repeat;
    margin-left: 4px;
    width: 20px;
    height: 20px;
}
.breadcrumb > li > a:hover{
    color: #000;
}
.breadcrumb span,
.breadcrumb a{
    display: inline-block;
}
.breadcrumb span:first-letter,
.breadcrumb a:first-letter{
    text-transform: capitalize;
}
@media(max-width: 991px){
    .breadcrumb{
        display: flex;
        overflow: auto;
    }
}
/* /. Breadcrumbs */


.columns{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-column{
    width: calc(100% - 550px);
}
.sidebar{
    width: 500px;
}
.page-img{
    margin-bottom: 30px;
}
.page-img img{
    width: 100%;
}
.page-date{
    color: #777777;
    margin-bottom: 10px;
    font-size: 14px;
}
.sidebar-widget{
    margin-bottom: 50px;
}
.sidebar-widget.last{
    margin-bottom: 0;
}
.sidebar-widget.popular-posts{
    margin-top: -4px;
}
.sidebar-widget-title{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.3;
}
.sidebar .popular-posts .item{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 34px;
}
.sidebar .popular-posts .item-img{
    width: 200px;
}
.sidebar .popular-posts .item-content{
    width: calc(100% - 200px);
    padding-left: 30px;
}
.sidebar .popular-posts .item-date{
    color: #777777;
    margin-bottom: 7px;
    font-size: 14px;
}
.sidebar .popular-posts .item-title{
    color: #000;
    font-weight: 600;
    font-size: 1.15em;
    line-height: 1.4;
    transition: all ease-out 300ms;
}
.sidebar .popular-posts .item:hover .item-title{
    color: #d76c0d;
}
.sidebar .popular-tags a{
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 10px 16px;
    margin: 0px 6px 10px 0px;
    color: #000;
    text-align: center;
    font-size: 15px;
    background: #efefef;
    border-radius: 5px;
    text-transform: capitalize;
}
.sidebar .popular-tags a span{
    color: #d76c0d;
}
.sidebar .popular-tags a:hover{
    background: #212121;
    color: #fff;
}
.sidebar .popular-tags a:hover span{
    color: #fff;
}


.page-share{
    margin-bottom: 50px;
    margin-top: 30px;
}
.page-share-title{
    color: #222222;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
    margin-top: 0;
}
.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 36px !important;
    width: 36px !important;
}
.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 24px 24px !important;
    background-repeat: no-repeat;
}

.comment-form-title,
.comments-area-title{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.3;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.comment-form-row{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.comments-area .comment-box {
    position: relative;
    padding: 0px 0px 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EFEFEF;
}
.comment-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.comments-area .comment-name{
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    display: block;
    line-height: 1.3em;
}
.comment-date{
    color: #777777;
    font-size: 14px;
}
.content img{
    width: auto !important;
    height: auto !important;
}

@media(max-width:1299px){
    .sidebar .popular-posts .item-img {
        width: 170px;
    }
    .sidebar .popular-posts .item-content {
        width: calc(100% - 170px);
        padding-left: 22px;
    }
    .sidebar .popular-posts .item-title{
        font-size: 0.9em;
    }
    .sidebar .popular-posts .item{
        margin-bottom: 25px;
    }
    .sidebar {
        width: 450px;
    }
    .main-column {
        width: calc(100% - 490px);
    }
    .content p {
        font-size: 15px;
    }
    .sidebar .popular-tags a {
        padding: 4px 9px;
        font-size: 13px;
    }
    .comments-area .comment-text{
        font-size: 15px;
    }
}
@media(max-width:1199px){
    .sidebar .popular-posts .item-img {
        width: 150px;
    }
    .sidebar .popular-posts .item-content {
        width: calc(100% - 150px);
        padding-left: 20px;
    }
    .sidebar .popular-posts .item-title{
        font-size: 0.8em;
    }
    .sidebar .popular-posts .item-date{
        font-size: 13px;
    }
    .sidebar {
        width: 370px;
    }
    .main-column {
        width: calc(100% - 400px);
    }
    .sidebar-widget-title,
    .comment-form-title, 
    .comments-area-title{
        font-size: 22px;
    }
    .comments-area .comment-name{
        font-size: 16px;
    }
    .comment-date{
        font-size: 13px;
    }
}
@media(max-width:991px){
    .main-column{
        width: 100%;
        margin-bottom: 50px;
    }
    .sidebar{
        width: 100%;
    }
}
@media(max-width:767px){
    .comment-form-row {
        display: block;
    }
    .comment-info{
        display: block;
    }
    .comment-date{
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .sidebar-widget-title, 
    .comment-form-title, 
    .comments-area-title {
        font-size: 18px;
    }
    .sidebar .popular-posts .item-img {
        width: 100px;
    }
    .sidebar .popular-posts .item-content {
        width: calc(100% - 100px);
        padding-left: 15px;
    }
    .sidebar .popular-posts .item-date{
        font-size: 12px;
        margin-bottom: 4px;
    }
    .sidebar .popular-posts .item-title {
        font-size: 0.7em;
    }
    .sidebar .popular-tags a {
        padding: 3px 6px;
        font-size: 11px;
    }
}

.categories-nav{
    margin-bottom: 30px;
}
.categories-nav li{
    display: inline-block;
    margin: 0 10px 15px 0;
}
.categories-nav a {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 2px solid #bdbdbd;
    color: #fff;
    padding: 0 15px;
    font-weight: 600;
    font-size: 15px;
}
.categories-nav a:hover{
    border-color: #d76c0d;
    color: #d76c0d;
}
.categories-nav .active a{
    background: #d76c0d;
    border-color: #d76c0d;
    color: #fff;
}
.categories-nav-title{
    display: none;
}
@media(max-width:767px){
    .categories-nav-title {
        display: flex;
        align-items: center;
        height: 58px;
        padding: 0 60px 0 20px;
        border: 2px solid #bdbdbd;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: .5px;
        background: transparent;
        position: relative;
        background: rgba(255,255,255,.1);
    }
    .categories-nav-title:before {
        content: "";
        width: 36px;
        height: 36px;
        border: 1px solid #bdbdbd;
        position: absolute;
        right: 12px;
        top: calc(50% - 18px);
        transition: all 200ms ease-out;
    }
    .categories-nav-title:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        top: calc(50% - 7px);
        right: 25px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transition: all 200ms ease-out;
        transform: rotate(320deg) skewX(10deg);
    }
    .categories-nav-title.active:after {
        top: calc(50% - 3px);
        right: 25px;
        transform: rotate(140deg) skewX(10deg);
    }
    .categories-nav ul{
        display: none;
        border: 2px solid #bdbdbd;
        margin-top: 5px;
        overflow: hidden;
        background: rgba(255,255,255,.1);
    }
    .categories-nav-title.active + ul{
        display: block;
    }
    .categories-nav li{
        display: block;
        margin: 0;
    }
    .categories-nav a{
        margin: 0;
        border: none;
        display: block;
        height: auto;
        padding: 10px 20px;
    }
}


.columns2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aside{
    width: 360px;
}
.main-column2{
    width: calc(100% - 360px);
    padding-left: 50px;
}

@media(max-width: 991px){
    .aside{
        margin: 30px 0;
    }
}

/* ASIDE MENU */
.aside-menu{
    margin-bottom: 21px;
}
.aside-menu li a {
    display: block;
    text-decoration: none;
    color: #414141;
    padding: 15px 36px 15px 0;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
}
.aside-menu.anchor-menu {
    position: sticky;
    top: 80px;
}
.aside-menu.anchor-menu li a{
    padding: 12px 12px 12px 0;
    font-size: 15px;
}
.aside-menu li:hover > a,
.aside-menu .open > a,
.aside-menu .active > a{
    color: #d76c0d !important;
}
.aside-menu > ul ul{
    display: none;
    margin-bottom: 20px;
}
.aside-menu .active > ul{
    display: block;
}
.aside-menu > ul{
    padding: 30px;
    border: 1px solid #ddd;
}
.aside-menu > ul li{
    position: relative;
}
.aside-menu > ul .dropdown-button{
    height: 53px;
    width: 36px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.aside-menu > ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 13px;
    top: 50%;
    right: 50%;
    background: #d76c0d;
    margin-top: -5px;
}
.aside-menu > ul .dropdown-button.active:after{
    display: none;
}
.aside-menu > ul .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 3px;
    top: 50%;
    right: 50%;
    background: #d76c0d;
    margin-right: -5px;
}
.aside-menu > ul ul .dropdown-button{
    height: 37px;
}
.aside-menu > ul ul .dropdown-button:after{
    top: 12px;
}
.aside-menu > ul ul .dropdown-button.active:after,
.aside-menu > ul ul .active > a + .dropdown-button:after,
.aside-menu > ul ul .open > a + .dropdown-button:after{
    top: 16px;
}

.aside-menu  ul ul a{
    padding: 12px 0 10px 0;
    font-weight: normal;
    font-size: 15px;
    position: relative;
    color: #7a7a7a;
}
.aside-menu-title {
    padding: 15px 42px 15px 20px;
    background: #77CBC6;
    position: relative;
    color: #2F435E;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;  
}
.aside-menu-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 13px;
    top: 50%;
    right: 24px;
    background: #2F435E;
    margin-top: -5px;
}
.active .aside-menu-title:after {
    display: none;
}
.aside-menu-title:before{
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 3px;
    top: 50%;
    right: 24px;
    background: #2F435E;
    margin-right: -5px;
}

@media(max-width: 1229px){
    .aside{
        width: 300px;
    }
    .aside-menu > ul{
        padding: 20px;
    }
    .main-column2{
        width: calc(100% - 300px);
        padding-left: 30px;
    }
    .aside-menu li a{
        font-size: 15px;
    }
    .aside-menu ul ul a{
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .aside{
        width: 100%;
        order: 2;
    }
    .aside.aside-top{
        order: 1;
        margin-top: 0;
    }
    .main-column2{
        width: 100%;
        padding-left: 0;
        order: 1;
    }
    .aside-menu{
        display: none;
    }
    .aside-menu.mobile-visible{
        display: block;
    }
    .aside-menu > ul{
        display: none;
        padding-left: 15px;
        background: #fff;
        box-shadow: inset 0 0 1px rgba(0,0,0,0.4);
    }
    .aside-menu.active > ul{
        display: block;
    }
    .aside-menu > ul .dropdown-button{
        right: 6px;
    }
    .aside-menu > ul ul{
        margin-bottom: 0;
    }
    .aside-menu-title-xs {
        background: #d76c0d;
        color: #fff;
        padding: 15px 25px;
        position: relative;
        font-weight: 600;
    }
    .aside-menu.active > ul{
        display: block;
    }
    .aside-menu-title-xs:after {
        content: "";
        display: block;
        position: absolute;
        width: 14px;
        height: 14px;
        top: 50%;
        right: 20px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        margin-top: -10px;
        transform: rotate(45deg);
        transition: all 200ms ease-out;
    }
    .aside-menu.active .aside-menu-title-xs:after{
        transform: rotate(-135deg);
        margin-top: -4px;
    }
    .aside-menu-inner li.active{
        display: none;
    }
}

/* /. ASIDE MENU */


.product-gallery-wrapper{
    position: relative;
    padding-right: 255px;
    margin-bottom: 50px;
}
.product-gallery-carousel{
    width: 100%;
    border: 15px solid #f5f5f5;
}
.product-gallery-carousel > div:not(:first-of-type),
.product-gallery-carousel-nav > div:not(:first-of-type){
    display: none;
}
.product-gallery-carousel img{
    width: 100%;
}
.product-gallery-carousel-nav-outer{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 55px 15px;
    background: #F5F5F5;
    width: 232px;
}
.product-gallery-carousel-nav-outer .carousel-prev,
.product-gallery-carousel-nav-outer .carousel-next{
    display: block;
    left: 0;
    right: 0;
    background: #D8D8D8;
    height: 30px;
    position: absolute;
    cursor: pointer;
	transition: all 200ms ease-out;
}
.product-gallery-carousel-nav-outer .carousel-prev{
    top: 0;
}
.product-gallery-carousel-nav-outer .carousel-next{
    bottom: 0;
}
.product-gallery-carousel-nav-outer .carousel-prev:hover,
.product-gallery-carousel-nav-outer .carousel-next:hover{
    background: #222222;
}
.product-gallery-carousel-nav-outer .carousel-prev:after,
.product-gallery-carousel-nav-outer .carousel-next:after{
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -5px;
    border-left: 2px solid #000;
	transition: all 200ms ease-out;
}
.product-gallery-carousel-nav-outer .carousel-prev:after{
    top: 13px;
    border-top: 2px solid #000;
    transform: rotate(45deg);
}
.product-gallery-carousel-nav-outer .carousel-next:after{
    bottom: 12px;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
}
.product-gallery-carousel-nav-outer .carousel-prev:hover:after,
.product-gallery-carousel-nav-outer .carousel-next:hover:after{
    border-color: #fff;
}
.product-gallery-carousel-nav-inner{
    height: 100%;
    overflow: hidden;
}
.product-gallery-carousel-nav{
    padding: 10px 0;
}
.product-gallery-carousel-nav .item{
    padding: 10px 0;
    cursor: pointer;
	transition: all 200ms ease-out;
}
.product-gallery-carousel-nav .item span{
    display: block;
    position: relative;
}
.product-gallery-carousel-nav .item span:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
	transition: all 200ms ease-out;
}
.product-gallery-carousel-nav .item span:hover:after{
    opacity: 1;
}
.product-gallery-carousel .item a{
    display: block;
    position: relative;
}
.product-gallery-carousel .item a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
	transition: all 200ms ease-out;
}
.product-gallery-carousel .item a:hover:after{
    opacity: 1;
}
.product-gallery-carousel .item a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
    background: url(../images/zoom-icon.png) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
    transform: scale(0);
	transition: all 200ms ease-out;
	z-index: 10;
}
.product-gallery-carousel .item a:hover:before{
    transform: scale(1);
    opacity: 1;
}

@media(max-width: 1599px){
    .product-gallery-wrapper{
        padding-right: 0;
    }
    .product-gallery-carousel{
        margin-bottom: 10px;
    }
    .product-gallery-carousel-nav-outer{
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        padding: 15px 50px;
        width: 100%;
    }
    .product-gallery-carousel-nav-outer .carousel-prev{
        top: 0;
        bottom: 0;
        left: 0;
        right: auto;
        height: 100%;
        width: 30px;
    }
    .product-gallery-carousel-nav-outer .carousel-next{
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        height: 100%;
        width: 30px;
    }
    .product-gallery-carousel-nav{
        padding: 0;
    }
    .product-gallery-carousel-nav .item{
        padding: 0 5px;
    }
    .product-gallery-carousel-nav-outer .carousel-prev:after{
        left: 12px;
        right: auto;
        top: 50%;
        margin-left: 0;
        margin-top: -6px;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .product-gallery-carousel-nav-outer .carousel-next:after{
        right: 12px;
        left: auto;
        top: 50%;
        margin-left: 0;
        margin-top: -6px;
        -webkit-transform: rotate(225deg);
    }
}


/* contacts-section */
.contacts-section{
    padding: 60px 0;
    background: #EEEEEE;
}
.contacts-section-title{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 35px;
}
.contacts-section-title span{
    color: #d76c0d;
}
.contacts-section-cols{
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 2fr 1.2fr 1fr;
}
.contacts-section-form-block{
    background: #fff;
    border: 1px solid #E5E5E5;
    padding: 20px;
    height: 100%;
}
.contacts-section-form-block-title{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}
.contacts-section .form-group label{
    margin-bottom: 8px;
    display: inline-block;
}
.contacts-section .form-block-row{
    display: grid;
    grid-column-gap: 24px;
}
.contacts-section .form-block-row.cols2{
    grid-template-columns: repeat(2, 1fr);
}
.contacts-section-form-block .btn{
    width: 200px;
    max-width: 100%;
}
.contacts-section .form-block-bottom{
    align-items: center;
}
.contacts-section-form-block form{
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.contacts-section .messenger-block{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contacts-section .messenger-block .item{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: calc(50% - 8px);
    background: #fff;
    border: 1px solid #E5E5E5;
    padding: 20px;
    transition: all ease-out 300ms;
}
.contacts-section .messenger-block .item:hover{
    background: #F9F9F9;
}
.contacts-section .messenger-block .item-icon{
    margin-bottom: 15px;
}
.contacts-section .messenger-block .item-title{
    font-weight: 600;
    line-height: 1.5;
}
.contacts-section-form-block .agreement{
    margin-bottom: 15px;
}
@media(max-width: 1229px) and (min-width: 768px){
    .contacts-section-cols{
        grid-template-columns: 1fr 1fr;
    }
    .contacts-section-cols .col3 {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .contacts-section .messenger-block{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .contacts-section .messenger-block .item{
        height: 100%;
        width: calc(50% - 12px);
    }
}
@media(max-width: 767px){
    .contacts-section-cols{
        grid-gap: 16px;
    }
    .contacts-section-cols .col1 {
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .contacts-section-cols .col3 {
        grid-column-start: 2;
        grid-column-end: 4;
    }
}
@media(max-width: 599px){
    .contacts-section .form-group label{
        display: none;
    }
    .contacts-section .form-block-row.cols2{
        grid-template-columns: 1fr;
    }
    .form-block-bottom.cols2{
        grid-template-columns: 1fr;
    }
    .form-block-bottom.cols2 .btn{
        margin: 20px 0 0 48px;
    }
    .contacts-section-cols .col2 {
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .contacts-section-cols .col3 {
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .contacts-section-title{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .contacts-section .messenger-block{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .contacts-section .messenger-block .item{
        height: 100%;
        width: calc(50% - 8px);
        padding: 20px 15px;
    }
}
/* /. contacts-section */

.aside-banner{
    position: sticky;
    top: 80px;
}
.aside-banner-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2D2D2D;
}
.aside-banner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aside-banner-inner{
    position: relative;
    z-index: 2;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 3vw 2vw;
}
.aside-banner-title{
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
}
.aside-banner-text{
    font-size: 15px;
    line-height: 1.3;
    margin-top: 30px;
    margin-bottom: 10px;
}
.aside-banner-btn{
    margin-bottom: 0;
    margin-top: 30px;
    text-transform: none;
    padding: 0 1.5vw;
}
.aside-banner-btn:hover{
    background: #fff;
    border-color: #fff;
    color: #000;
}
.sidebar-popular-projects .item{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 34px;
    align-items: center;
}
.sidebar-popular-projects .item-img{
    width: 100px;
}
.sidebar-popular-projects .item-content{
    width: calc(100% - 100px);
    padding-left: 1vw;
}
.sidebar-popular-projects .item-title{
    color: #000;
    font-weight: 600;
    font-size: 1.05em;
    line-height: 1.4;
    transition: all ease-out 300ms;
}
.sidebar-popular-projects .item:hover .item-title{
    color: #d76c0d;
}

@media(max-width:1229px){
    .sidebar-popular-projects .item-title{
        font-size: .95em;
    }
}
@media(max-width:991px){
    .aside-banner-inner{
        padding: 40px 30px;
    }
    .sidebar-popular-projects .item-content{
        padding-left: 3vw;
    }
}

.modal-cookie{
    position: fixed;
    bottom: 32px;
    left: calc(50% - 800px);
    box-shadow: 0 0 11px 0px #00000026;
    text-align: center;
    line-height: 1.4;
    font-size: 14px;
    z-index: 500;
    width: 420px;
    max-width: 100%;
    background: #fff;
    padding: 45px 30px 30px;
}
.modal-cookie.cookie-modal-hide{
    display: none !important;
}
.modal-cookie .title-h3 {
    text-align: center;
    background: #d76c0d;
    color: #fff;
    padding: 10px;
    font-size: 25px;
    text-transform: uppercase;
}
@media(max-width:1629px){
    .modal-cookie{
        left: 15px;
    }
}
@media(max-width:499px){
    .modal-cookie{
        width: auto;
        right: 15px;
        bottom: 15px;
    }
}

/** Contacts page **/
.map,
.map-iframe,
#mapexMap{
    height: 100%;
    min-height: 400px;
}
.map-iframe iframe {
    height: 100%;
    width: 100%;
    position: relative;
}

.contacts-list-item-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contacts-list-item-row .left-part{
    width: 600px;
    border: 1px solid #ddd;
    padding: 40px;
    display: flex;
    align-items: center;
}
.contacts-list-item-row .right-part{
    width: calc(100% - 650px);
}
.contacts-list-item{
    margin-bottom: 50px;
}
.contacts-items .item{
    margin-bottom: 20px;
    font-size: 17px;
}
.contacts-items .item-title{
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

.contacts-list-item-footer{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.contacts-list-item-footer .item{
    display: flex;
    align-items: center;
    margin: 15px;
    flex-wrap: wrap;
}
.contacts-list-item-footer .item-icon{
    margin-right: 10px;
    width: 32px;
    height: 32px;
}
.contacts-list-item-footer .item-icon img{
    width: 100%;
}
.contacts-list-item-footer .item-text{
    width: calc(100% - 42px);
}


/* contacts-list-mobile-tab */
.map-links{
    width: 600px;
    max-width: 100%;
    margin-bottom: 30px;
}
.contacts-box-item-title{
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.contacts-list-box{
    display: none;
}
.contacts-list-box.visible{
    display: block;
}
.contacts-list-mobile-tab-header{
    color: #000;
    position: relative;
    display: block;
    font-size: 18px;
    padding: 10px 40px 10px 15px;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}
.contacts-list-mobile-tab-header:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    transition: all 200ms ease-out;
}
.contacts-list-mobile-tab-header.active:after {
    transform: rotate(225deg);
    margin-top: -2px;
}
.contacts-list-mobile-tab-header a{
    text-decoration: none;
    color: #000;
}
.contacts-list-tabs{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 100;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.contacts-list-tabs li.current{
    display: none;
} 
.contacts-list-tabs a{
    display: block;
    font-size: 18px;
    padding: 10px 40px 10px 15px;
    background: #fff;
    border-top: none;
    text-decoration: none;
    color: #000;
}
.contacts-list-tabs a:hover{
    color: #fff;
    background: #d76c0d;
}
.contacts-list-mobile-tab-header.active + .contacts-list-tabs{
    display: block;
}
/* /. contacts-list-mobile-tab */

@media(max-width: 1229px){
    .map-links{
        width: calc(45% - 20px);
    }
    .contacts-list-item-row .left-part {
        width: calc(45% - 20px);
        padding: 30px;
    }
    .contacts-list-item-row .right-part {
        width: calc(55% - 20px);
    }
}
@media(max-width: 991px){
    .map-links{
        width: calc(50% - 10px);
    }
    .contacts-list-item-row .left-part {
        width: calc(50% - 10px);
        padding: 20px;
    }
    .contacts-list-item-row .right-part {
        width: calc(50% - 10px);
    }
    .contacts-box-item-title {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .contacts-items .item-title{
        font-size: 15px;
    }
    .contacts-items .item{
        font-size: 15px;
    }
}
@media(max-width: 767px){
    .map-links{
        width: 100%;
    }
    .contacts-list-item-row .left-part {
        width: 100%;
        margin-bottom: 20px;
    }
    .contacts-list-item-row .right-part {
        width: 100%;
    }
}
/** /. Contacts page **/

.column-block{
    margin-bottom: 30px;
}
.main-column-block + .main-column-block{
    margin-top: 30px;
}


.page-img .item-video{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.page-img .item-video a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-img .item-video .item-icon{
    transition: 0.3s;
    display: inline-block;
}
.page-img .item-video a:hover .item-icon{
    transform: scale(0.85);
}
@media(max-width:1299px){
    .page-img .item-video .item-icon{
        width: 100px;
        height: 100px;
    }
}
@media(max-width:767px){
    .page-img .item-video .item-icon{
        width: 60px;
        height: 60px;
    }
}

.gallery{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.gallery a{
    display: block;
    overflow: hidden;
}
.gallery img{
    width: 100%;
    transition: all ease-out 300ms;
}
.gallery a:hover img{
    transform: scale(1.2);
}
@media(max-width: 767px){
    .gallery{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 599px){
    .gallery{
        grid-gap: 10px;
    }
}


/* logotypes section */

.logotypes{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.logotypes .item{
    background: #fff;
    padding: 12px 15px 15px;
    height: 100%;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: all ease-out 300ms;
    position: relative;
    border: 2px solid #EEEEEE;
}
.logotypes .item:hover{
    border-color: #d76c0d;
}
.logotypes .item-top{
    position: relative;
}
.logotypes .item-text{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
    position: absolute;
}
.logotypes .item-icon{
    text-align: right;
}
.logotypes .item-icon img{
    max-width: 140px;
}
.logotypes.items-carousel .slick-track{
    display: flex;
    flex-wrap: wrap;
}
.logotypes.items-carousel .slick-slide {
    height: inherit;
}

@media(max-width: 991px){
    .logotypes{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width: 767px){
    .logotypes{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .clients-section .section-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .clients-section .items-carousel-wrapper {
        padding-top: 60px;
        margin-top: -60px;
    }
    .clients-section .items-carousel .slick-next,
    .clients-section .items-carousel .slick-prev{
        top: -60px;
    }
}
@media(max-width: 599px){
    .logotypes{
        grid-template-columns: 1fr;
    }
}

.carousel-section{
    padding: 50px 0;
}
.carousel-section + .carousel-section{
    padding-top: 0;
}
.items-carousel-wrapper{
    width: 100%;
    padding-top: 70px;
    margin-top: -70px;
}
.items-carousel-wrapper + .carousel-section-title,
.items-carousel-wrapper + .items-carousel-wrapper{
    margin-top: 40px;
}

.items-carousel.slick-slider{
    display: block;
    margin-left: -12px;
    margin-right: -12px;
}
.items-carousel > div:not(:first-of-type){
    display: none;
}
.items-carousel.slick-slider .col{
    padding: 0 10px;
}
.items-carousel .slick-next{
    right: 12px;
    top: -65px;
}
.items-carousel .slick-prev{
    left: auto;
    right: 60px;
    top: -65px;
}
.items-carousel .slick-next:hover,
.items-carousel .slick-prev:hover{
    background: #414141;
}
.items-carousel .slick-prev:after, 
.items-carousel .slick-next:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -3px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.items-carousel .slick-next:after{
    margin-left: -6px;
}
.carousel-section-title {
    padding-right: 110px;
}
@media(max-width: 767px){
    .items-carousel-wrapper{
        padding-top: 80px;
    }
}
/* /. logotypes section */

/* team */
.team-section{
    padding-bottom: 60px;
}
.team{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.team .item{
    text-align: center;
    position: relative;
}
.team .item-img{
    margin-bottom: 20px;
    overflow: hidden;
}
.team .item-img img{
    transition: all ease-out 300ms;
    width: 100%;
}
.team .item:hover .item-img img{
    transform: scale(1.1);
}
.team .item-title{
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    transition: all ease-out 300ms;
    font-size: 17px;
}
.team .item:hover .item-title{
    color: #d76c0d;
}
.team .item-text{
    font-size: 15px;
    color: #999999;
}
@media(max-width: 991px){
    .team{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width: 767px){
    .team{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
}
@media(max-width: 599px){
    .team{
        grid-template-columns: 1fr;
    }
}
/* /. team */

.doc-gallery-wrapper{
    width: 100%;
    overflow: hidden;
}
.doc-gallery{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.doc-gallery .item{
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.doc-gallery a{
    height: 100%;
    background: #fff;
    padding: 10px;
    min-height: 22vw;
    position: relative;
    border: 2px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #dfdfdf;
}
.doc-gallery a:hover{
    border-color: #d76c0d;
}
@media(max-width: 1299px){
    .doc-gallery .item{
        width: 33.3333%;
    }
    .doc-gallery a{
        min-height: 28vw;
    }
}
@media(max-width: 1199px){
    .doc-gallery a{
        min-height: 31vw;
    }
}
@media(max-width: 991px){
    .doc-gallery a{
        min-height: 42vw;
    }
}
@media(max-width: 767px){
    .doc-gallery .item{
        width: 50%;
    }
    .doc-gallery a{
        border-width: 1px;
        min-height: 54vw;
    }
}

/* requisites */
.requisites-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px;
    position: relative;
    font-size: 16px;
}
.requisites-row > div:nth-of-type(1) {
    display: block;
    width: 50%;
    position: relative;
    font-weight: bold;
}
.requisites-row > div:nth-of-type(1):after{
    content: "..........................................................................................................................................................................";
    position: absolute;
    left: 0;
    right: 12px;
    overflow: hidden;
    white-space: nowrap;
    color: #CCCCCC;
    font-weight: normal;
}
.requisites-row > div:nth-of-type(1) span{
    background: #fff;
    position: relative;
    z-index: 10;
    padding-right: 12px;
}
.requisites-row  > div:nth-of-type(2) {
    display: block;
    width: 50%;
}

@media(max-width: 991px){
    .requisites-row{
        font-size: 13px;
    }
    .requisites-row > div:nth-of-type(1):after{
        font-weight: 300;
    }
}
@media(max-width: 767px){
    .requisites-row{
        margin-bottom: 20px;
        font-size: 14px;
    }
    .requisites-row > div:nth-of-type(1),
    .requisites-row > div:nth-of-type(2){
        width: 100%;
    }
    .requisites-row > div:nth-of-type(1):after{
        display: none;
    }
    .requisites-row > div:nth-of-type(1){
        font-size: 16px;
        margin-bottom: 5px
    }
}
/* /. requisites */


/* download documents */

.documents{
    display: grid;
    grid-gap: 35px;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 20px;
}
.documents .col{
    margin-bottom: 20px;
}
.documents .item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.documents .item-body{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.documents .item-icon{
    width: 70px;
    height: 70px;
    background: url(../images/document.svg) 50% / 50px no-repeat #d76c0d;
    border-radius:4px;
}
.documents .item-content{
    width: calc(100% - 70px);
    padding-left: 15px;
}
.documents .item-title{
    color: #000;
    font-weight: 700;
    line-height: 1.3;
    font-size: 15px;
    margin-bottom: 8px;
}
.documents .item-size{
    color: #7c7c7c;
}
.documents .download-link{
    display: inline-flex;
    align-items: center;
    height: 44px;
    align-items: center;
    padding: 0 15px;
    border: 2px solid #d76c0d;
    border-radius:4px;
    color: #000;
    text-decoration: none;
    transition: all ease-out 300ms;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}
.documents .download-link img{
    margin-left: 10px;
    transition: all ease-out 300ms;
}
.documents .download-link:hover{
    background: #d76c0d;
    color: #fff;
}
.documents .download-link:hover img{
    filter: invert(1);
}

@media(max-width: 1399px){
    .documents {
        grid-gap: 20px;
    }
    .documents .item-icon {
        width: 60px;
        height: 60px;
        background-size: 41px;
    }
    .documents .item-content{
        width: calc(100% - 60px);
        padding-left: 12px;
    }
    .documents .item-title{
        font-size: 14px;
    }
    .documents .item-size{
        font-size: 14px;
    }
}
@media(max-width: 1199px){
    .documents .item-icon {
        width: 50px;
        height: 50px;
        background-size: 31px;
    }
    .documents .item-content{
        width: calc(100% - 50px);
    }
    .documents .item-title{
        font-size: 13px;
    }
    .documents .item-size{
        font-size: 13px;
    }
}
@media(max-width: 767px){
    .documents{
        grid-template-columns: 1fr;
    }
}
/* /. download documents */

.aside-contacts-block{
    border: 1px solid #ddd;
    padding: 30px;
    margin: 30px 0 0;
}
.aside-contacts-block a{
    color: #333;
}
.aside-contacts-block a:hover{
    color: #d76c0d;
}
.aside-contacts-block .title{
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.aside-contacts-block .item{
    margin-bottom: 10px;
}

.aside-contacts-block .messengers-row{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.aside-contacts-block .messengers-row-item{
    display: flex;
    align-items: center;
    margin: 10px 15px 0;
    flex-wrap: wrap;
}
.aside-contacts-block .messengers-row-item .item-icon{
    margin-right: 10px;
    width: 32px;
    height: 32px;
}
.aside-contacts-block .messengers-row-item .item-icon img{
    width: 100%;
}
.aside-contacts-block .messengers-row-item .item-text{
    width: calc(100% - 42px);
}
@media(max-width: 1229px){
    .aside-contacts-block{
        padding: 20px;
    }
}
@media(max-width: 767px){
    .aside-contacts-block{
        padding: 15px;
        font-size: 14px;
    }
    .aside-contacts-block .messengers-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .aside-contacts-block .messengers-row-item {
        margin: 10px 10px 0;
    }
}

.aside > .aside-contacts-block{
    position: sticky;
    top: 80px;
}

.anim-link {
    position: relative;
    overflow: hidden;
}
.anim-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: -25%;
    width: 140%;
    height: 100%;
    transform: skewX(-50deg);
    background: -webkit-gradient(linear, right top, left top, from(rgba(121, 117, 117, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(121, 117, 117, 0))) no-repeat -2em 0%;
    background: linear-gradient(to left, rgba(121, 117, 117, 0), rgba(255, 255, 255, 0.8), rgba(121, 117, 117, 0)) no-repeat -2em 0%;
    background-size: 3em 100%;
    animation: move-blick 8s linear infinite;
    animation-delay: 2s;
}
@keyframes move-blick {
    0% {
         background-position: 0% 0%;
    }
    7% {
         background-position: 130% 0%;
    }
    100% {
         background-position: 130% 0%;
    }
}

.content-blocks .item{
    margin-bottom: 60px;
    display: flex;
}
.content-blocks .item h2{
    font-size: 32px;
    margin-bottom: 20px;
}

@media(min-width:992px){
    .content-blocks.contentblocksbase .item{
        flex-wrap: wrap;
    }
    .content-blocks.contentblocksbase .item img{
        width: 100%;
        margin-bottom: 30px;
    }
    .content-blocks.contentblocksbase .item-img{
        order: 2;
        width: 100%;
    }
    .content-blocks.contentblocksgrid .item{
        align-items: center;
    }
    .content-blocks.contentblocksgrid .item-img{
        width: 45%;
    }
    .content-blocks.contentblocksgrid .item-content{
        width: 55%;
        padding-left: 50px;
    }
    .content-blocks.contentblocksgrid > div:nth-of-type(odd) .item-img{
        order: 2;
    }
    .content-blocks.contentblocksgrid > div:nth-of-type(odd) .item-content{
        padding-left: 0;
        padding-right: 50px;
    }
}
@media(max-width:991px){
    .content-blocks .item{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .content-blocks .item img{
        width: 100%;
        margin-bottom: 20px;
    }
    .content-blocks .item-img{
        order: 2;
        width: 100%;
    }
    .content-blocks .item h2{
        font-size: 30px;
    }
}
@media(max-width:767px){
    .content-blocks .item h2{
        font-size: 22px;
    }
}

.simplesearch-results + .simplesearch-paging{
    display: none;
}

.content p.simplesearch-results {
    margin-bottom: 40px;
    background: #f7f7f7;
    border: 1px solid #d0d1d0;
    padding: 30px;
    font-weight: bold;
    font-size: 22px;
    display: block;
}

.simplesearch-paging{
    font-size: 26px;
}







