/*
Theme Name: Adeline
Theme URI: https://wordpress.org/themes/
Author: ТОО "Adeline"
Description: Основная тема сайта Adeline
Version: 1
*/

html, body {
    margin: 0;
    padding: 0;
    background-color: #f6f7fa;
    overflow-x: hidden;
}

a {
    color: #000;	text-decoration: none;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

a:hover {
    color: #5269C5;
	border-color: rgba(82, 105, 197, .5);
border-bottom: 1px solid rgba(82, 105, 197, .5);
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar.list-reset {
    margin-top: 110px;
}

.wrap {
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.header, .footer, .sidebar, .breadcrumbs, .content__head, .contacts-page, .event, .sol, .slider, .wp-pagenavi {
    font-family: 'MuseoSans';
}

.header {
    height: 60px;
    background-color: #d3d7e2;
    color: #33348e;
    background-image: url('/wp-content/themes/adeline/images/header-bg.png');
    background-repeat: repeat-x;
    position: relative;
    overflow: hidden;
}

.header:not(.header__transparent):before {
    content: " ";
    height: 60px;
    left: 0;
    top: 0;
    width: 50%;
    background: #2f3292;
    display: block;
    position: absolute;
}

.header__transparent {
    position: absolute;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    z-index: 1000;
    height: 78px;
    background-image: none;
}

.header div {
    height: inherit;
}

.header .row > div {
    display: block;
}

.header:not(.header__transparent) .row .col-md-7.col-md-push-3 {
    background-image: url('/wp-content/themes/adeline/images/header-bg.png');
    background-repeat: repeat-x;
}

/*.header:not(.header__transparent) .row > div:nth-child(2) {
	padding-left: 40px;
}*/

.header__logo, .header__nav, .header__contacts, .header__nav-toggle, .header__contacts-toggle {
    display: table-cell;
    vertical-align: middle;
}.header__logo a {	border: none;}

.header:not(.header__transparent) .header__logo {
    background: #2f3292;
}

.header__logo img {
    width: 100%;
    max-width: 160px;
    height: auto;
}

.header:not(.header__transparent) .header__logo:after {
    content: ' ';
    height: 60px;
    width: 107px;
    background-image: url('/wp-content/themes/adeline/images/header-line.png');
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    right: 0px;
    top: 0;
}

.footer__logo img {
    width: 100%;
    max-width: 170px;
    height: auto;
}

.header:not(.header__transparent) .header__logo-image {
    display: inline;
}

.header__transparent .header__logo-image_white {
    display: inline;
}

.header__nav-toggle, .header__contacts-toggle {
    display: none;
    text-align: center;
}

.picture {
    display: block;
    width: 100%;
}

.picture img {
    width: 100%;
    height: auto;
}

.mobile-button {
    color: #000;
    font-size: 24px;
    transition: all .25s ease-in-out;	border: none;
}

.mobile-button:hover, .mobile-button:focus {
    color: #5a69c1;
}.menu a {	border: none;}

.menu > .menu-item {
    position: relative;
    display: inline-block;
    margin-right: 55px;
}

.menu > .menu-item:last-child {
    margin-right: 0;
}

.menu > .menu-item > a {
    position: relative;
    display: inline-block;
    padding: 10px 0 15.5px 0;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    transition: all .25s ease-in-out;
}

.header__transparent .menu > .menu-item > a {
    color: #fff;
    padding: 31.5px 0;

}

.menu > .menu-item > a::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    margin-top: 0.25em;
    background: #5a69c1;
    transition: width .3s;
}

.header__transparent .menu > .menu-item > a::after {
    background: #fff;
}

.menu > .current-menu-item > a, .menu > .current-menu-ancestor > a, .menu > .menu-item > a:hover {
    color: #5a69c1;
}

.header__transparent .menu > .menu-item > a:hover {
    color: #fff;
}

.menu > .current-menu-item > a::after, .menu > .current-menu-ancestor > a:after, .menu > .menu-item > a:hover::after {
    width: 100%;
}

.sub-menu {
    position: absolute;
    top: 100px;
    left: 50%;
    display: none !important;
    width: 300px;
    padding: 35px 45px 40px;
    margin: 0;
    margin-left: -150px;
    box-sizing: border-box;
    list-style: none;
    background-color: #4d59a1;
    opacity: 0 !important;
    z-index: 100;
}

.sub-menu:before {
    content: '';
    position: absolute;
    width: 0;
	height: 0;
    margin-top: -47px;
    margin-left: 93px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #4d59a1;
}

.sub-menu > .menu-item {
    margin-bottom: 12px;
}

.sub-menu > .menu-item:last-child {
    margin-bottom: 0;
}

.sub-menu > .menu-item a {
    font-weight: 100;
    font-size: 14px;
    color: #fff;
    transition: all .25s ease-in-out;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.sub-menu > .menu-item a:hover {
    color: #7fd3fd;
	border-color: rgba(127, 211, 253, .5);
}

.header__contacts {
    text-align: right;
}

.header__transparent .header__contacts {
    color: #fff;
}

.header__phone {
    display: block;
    font-size: 18px;
}

.header__mail {
    display: block;
    font-weight: 300;
    line-height: 17px;
}

.main-content {
    background-image: url('/wp-content/themes/adeline/images/pattern-bg.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.main-content > .wrap {
    padding: 50px 0 95px;
}

.main-content:not(.main-content_borderless) {margin-left: -42px;}
.main-content_borderless > .wrap {	border: none;}
.main-content > .wrap > .container-fluid {	padding: 0;}
.main-content aside {	margin-left: -1px;}

.breadcrumbs {
    position: relative;
    margin-bottom: 20px;
}

.breadcrumbs__item {
    font-weight: 300;
    font-size: 38px;
    margin-right: 1em;
}

.breadcrumbs__item a {
    color: #080371;
    text-decoration: none;	border: none;
    transition: all .25s ease-in-out;
}

.breadcrumbs__item a:hover {
    color: #4D59A1;
}

.breadcrumbs__item_active {
    display: block;
    margin-bottom: 0;
    color: #959595;
    font-size: 32px;
}

.breadcrumbs .breadcrumbs__item:first-child {
    color: #080371 !important;
}

.breadcrumbs__delimiter {
    margin: 0 15px;
    color: #000;
    display: none;
}

.breadcrumbs_event h1.breadcrumbs__item_active {
    display: block;
    margin: 50px 0;
    font-size: 22px;
    font-weight: 300;
    color: #000;
}

.breadcrumbs_event .breadcrumbs__item:nth-last-child(2) {
    display: none;
}

.breadcrumbs_without-padding {
    padding-left: 0;
    margin-bottom: 25px;
}

.view-modes {
    position: absolute;
    top: -8px;
    right: 0;
}

.view-mode__item {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    cursor: pointer;
    transition: all .25s ease-in-out;	border: none;
}

.view-mode__item_active, .view-mode__item:hover {
    background-color: #a2abdc;
}

.view-mode__item::after {
    content: '';
    position: absolute;
    display: block;
    background-image: url('images/view-icons.png');
    background-repeat: no-repeat;
    transition: all .25s ease-in-out;
}

.view-mode__item_tile::after {
    top: 14px;
    left: 14px;
    width: 22px;
    height: 22px;
    background-position: 0 -36px;
}

.view-mode__item_tile.view-mode__item_active::after, .view-mode__item_tile:hover::after {
    background-position: 0 -58px;
}

.view-mode__item_list::after {
    top: 16px;
    left: 14.5px;
    width: 21px;
    height: 18px;
    background-position: 0 0;
}

.view-mode__item_list.view-mode__item_active::after, .view-mode__item_list:hover::after {
    background-position: 0 -18px;
}

.sidebar__item {	padding-left: 35px;
    margin-bottom: 25px;
}
.sidebar__item_active {
     padding-left: 32px;
     border-left: 3px solid #5a69c1;
    background: #fff;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
 }

.sidebar__link {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    transition: color .25s ease-in-out;
}

.sidebar__link_active, .sidebar__link:hover {
    color: #5a69c1;
}.sidebar__link_active {	border: none;}

.content__head {
    margin-top: 0;
    font-weight: 300;
    font-size: 38px;
    line-height: 52px;
    color: #000;
}

.content__text {
    font-family: 'MuseoSans';
    line-height: 26px;
    font-size: 16px;
    font-weight: 300;
}

.content__text h1, .content__text h2, .content__text h3, .content__text h4, .content__text h5, .content__text h6 {
    margin-bottom: 1.5em;
    font-weight: normal;
    color: #000;
}

.content__text .content__head {
    margin-bottom: 50px;
    font-size: 52px;
    font-weight: 300;
}

.content__text p {
     margin-bottom: 2em;
     margin-top: 0;
}

.content__text img {
    max-width: 100%;
    height: auto;
}

.solutions {
    font-family: 'Avenir';
}

.solutions .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.solutions__head {
    font-weight: normal;
    color: #000;
}

.solutions__delimiter {
    margin-bottom: 20px;
}

.solutions__item {
    padding: 50px 30px;
    background-color: #fff;
}

.solutions__link {
    display: block;
    border: 3px solid transparent;	border-radius: 3px;
    transition: all .25s ease-in-out;
}

.solutions__link:hover {
    border-color: #5a69c1;
}

.solutions__image img {
    max-width: 100%;
    height: auto;
}

.solutions__title h3 {
    margin-top: 0;
    font-weight: normal;
}

.solutions__text {
    font-size: 15px;
    line-height: 24px;
    color: #6f6f71;
}

.sol .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.sol:not(.sol_view_list) .row {
    margin-bottom: 30px;
}

.sol:not(.sol_view_list) .sol__item {
    position: relative;
    padding: 20px 20px;
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
    height: 250px;
}

.sol_view_list .sol__item {
    margin-bottom: 15px;
}

.sol:not(.sol_view_list) .sol__item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(90, 105, 193, .7);
    opacity: 0;
    z-index: 5;
    transition: all .25s ease-in-out;
    border-radius:  20px;
}

.sol:not(.sol_view_list) .sol__item:hover::after {
    opacity: 1;
}

.sol:not(.sol_view_list) .sol__title {
    height: 60px;
}

.sol__title a {
    position: relative;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    text-decoration-color: #c7c9cb;
    z-index: 10;
    transition: all .25s ease-in-out;
}

.sol:not(.sol_view_list) .sol__item:hover .sol__title a {
    color: #fff;
}

.sol_view_list .sol__title a:hover {
    color: #4D59A1;
}

.sol__image {
    height: 160px;
    margin-top: 0px;
    text-align: center;
}

.sol_view_list .sol__image {
    display: none;
}

.sol__image img {
    height: 100%;
    width: auto;
}

.contacts-page {
    height: 500px;
    overflow: hidden;
    background-color: #fff;
}

.contacts-page div {
    height: inherit;
}

.contacts-info {
    padding: 45px 40px;
}

.contacts-list, .contacts-address {
    position: relative;
    padding-left: 35px;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 300;
}

.contacts-list::before, .contacts-address::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    background-image: url('images/icons.png');
    background-repeat: no-repeat;
}

.contacts-list_phones::before {
    width: 20px;
    height: 20px;
    background-position: -47px -2px;
}

.contacts-address::before {
    width: 18px;
    height: 23px;
    background-position: -25px -2px;
}

.contacts-list_mail::before {
    width: 19px;
    height: 14px;
    background-position: -2px -2px;
}

.contacts-list_phones, .contacts-address {
    font-style: normal;
    line-height: 26px;
}

.contacts-list_mail li {
    margin-bottom: 15px;
}

.contacts-list_mail span, .contacts-list_mail small {
    display: block;
}

.contacts-list_mail small {
    margin-bottom: 3px;
    font-weight: 100;
    font-size: 13px;
    color: #74777d;
}

.contacts-list_mail a {
    color: #000;	transition: all .25s ease-in-out;
}.contacts-list_mail a:hover {	color: #5269C5;}

.event {
    margin-bottom: 60px;
}.event a {	border: none;}

.event__image img {
    max-width: 100% !important;
    height: auto !important;
}

.event__date {
    margin: 15px 0 20px;
    font-size: 14px;
    font-weight: 100;
    color: #9b9c9e;
}

.event__title a {
    font-size: 20px;
    font-weight: 100;
    color: #000;
    line-height: 32px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    transition: all .25s ease-in-out;
}

.event__title a:hover {
    color: #5269C5;
}

.wp-pagenavi .pages {
    font-size: 14px;
    font-weight: 100;
    color: #9b9c9e;
    border: none;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .page, .wp-pagenavi .current {
    display: inline-block;
    width: 30px;
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: 300;
    color: #9b9c9e;
    background-color: #fff;
    font-size: 15px;
}

.wp-pagenavi .current, .wp-pagenavi a:hover {
    background-color: #4D59A1;
    color: #fff;
    font-weight: 300 !important;
    border-color: #4D59A1 !important;
}

.partners .row {
    margin-bottom: 15px;
}

.partners .row > div {
    padding-right: 5px;
}

.partner {
    opacity: .25;
}

.partner_active {
    opacity: 1;
}.partner__image a {	border: none;}

.partner__image img {
    max-width: 100%;
    height: auto;
}.engineer {	margin-bottom: 50px;}.engineer__image {	text-align: center;}.engineer__image img {	max-width: 100%;	height: auto;	border-radius: 500px;}.engineer__title {	margin: 0;	margin-top: 40px;}.engineer__position {	margin-top: -5px;	margin-bottom: 5px;	font-size: 13px;}.engineer__email a {	font-size: 18px;}.engineer__phone {	font-family: 'MuseoSans';	font-size: 18px;	color: #000;}

.footer {
    background-color: #d3d7e2;
    color: #33348e;
    background-image: url('/wp-content/themes/adeline/images/bg-gradient.png');
    background-repeat: repeat-x;
    position: relative;
}

.footer a {
    border-bottom: 0;
}

.footer .footer__slogan {
    text-transform: uppercase;
    margin: 9px 0;
    font-size: 19px;
}

.footer__block_num_1 {
    padding: 6px 0 6px;
    height: 50px;
    position: relative;
    z-index: 1;
}


.footer .footer__image {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 0;
    height: 50px;
    width: auto;
}

.footer__block_num_2 {
    padding: 30px 0;
}

.footer__block_num_2 .row > div:last-child {
	padding: 0;
}

.footer__block_bordered {
    border-top: 1px solid #616bab;
}

.footer__head {
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 100;
    font-size: 12.5px;
    color: #a1a6c9;
}

.footer__phone {
    display: block;
    line-height: 25px;
    font-size: 19px;
    font-weight: 500;
}

.footer__link, .footer__text {
    line-height: 26px;
    font-weight: 100;
    font-style: normal;
    font-size: 14px;
}

.footer__link {
    color: #fff;
    transition: all .25s ease-in-out;
	border-color: rgba(255, 255, 255, .5);
}

.footer__text, .footer__link:hover {
    color: #d3d5e5;
	border-color: rgba(211, 213, 229, .5);
}

.footer__copyright {
    font-size: 14px;
    font-weight: 300;
    color: #b3b7d3;
}

.footer__logo {

}

.menu2 > .menu-item {
    display: inline-block;
    margin-right: 65px;
}

.menu2 > .menu-item:last-child {
    margin-right: 0;
}

.menu2 > .menu-item > a {
    font-size: 14px;
    font-weight: 300;
    color: #d3d5e5;
	border-color: rgba(211, 213, 229, .5);
    transition: all .25s ease-in-out;
}

.menu2 > .menu-item > a:hover {
    color: #fff;
	border-color: rgba(255, 255, 255, .5);
}

.slider__item {
	position: relative;
    height: 100vh !important;
    color: #fff;
}

.slider__shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.slider__body {
    margin-top: 120px;
}

.slider__head {
    margin-bottom: 30px;
    font-size: 60px;
    font-weight: 300;
}

.slider__text {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 18px;
    font-family: 'Avenir';
    line-height: 30px;
}

.slider__button a {
    display: inline-block;
    padding: 20px 45px;
    font-weight: 500;
    font-size: 16px;
    background-color: #63b4dd;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: all .25s ease-in-out;	border: none;
}

.slider__button a:hover {
    background-color: #5296b9;
}

.slider__controllers {
    position: absolute;
    width: 100%;
    margin-top: -100px;
    text-align: center;
}

.slider__controllers .wrap {
    position: relative;
}

.slider__controllers ul {
    display: table;
    height: 50px;
    margin: 0 auto;
    border-spacing: 10px 0;
    border-collapse: separate;
}

.slider__controller {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    padding: 0 35px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .25s ease-in-out;
}

.slider__logo, .slider__logo_disable {
    margin-top: 3px;
}

.slider__logo {
    display: none;
}

.slider__controller_active, .slider__controller:hover {
    background-color: #fff;
    border-radius: 100px;
}

.slider__controller_active .slider__logo, .slider__controller:hover .slider__logo {
    display: inline;
}

.slider__controller_active .slider__logo_disable, .slider__controller:hover .slider__logo_disable {
    display: none;
}

.arrow {
    position: absolute;
    top: 10.5px;
    display: block;
    width: 12px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

.prev-arrow {
    left: 120px;
    background-image: url('/wp-content/themes/adeline/images/prev-arrow.png');
}

.next-arrow {
    right: 120px;
    background-image: url('/wp-content/themes/adeline/images/next-arrow.png');
}


@media (min-width: 991px) and (max-width: 1200px) {
    .menu > .menu-item {
        margin-right: 35px;
    }

    .header__phone {
        font-size: 14px;
    }

    .prev-arrow {
        left: 75px;
    }

    .next-arrow {
        right: 75px;
    }
}


@media (max-width: 991px) {
    .header {
        overflow: visible;
    }

    .header:not(.header__transparent) .header__logo:after {
        display: none;
    }

    .header:not(.header__transparent):before {
        width: 100%;
    }

    .mobile-button {
        color: #fff;
    }

    .footer__slogan {
        display: none;
    }

    .sidebar.list-reset {
        margin-top: 0;
    }

    .header .row > div:first-child {
        position: relative;
        border-right: 1px solid #f1f0f2;
    }

    .header .row > div:last-child {
        position: relative;
        border-left: 1px solid #f1f0f2;
    }

    .header__nav-toggle, .header__contacts-toggle {
        display: table-cell;
    }

    .header__nav, .header__contacts {
        display: none;
    }

    .header__nav {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100vw;
        height: auto !important;
        background-color: #fff;
        z-index: 1000;
    }

    .menu {
        padding: 30px 15px 15px 30px;
    }

    .menu > .menu-item {
        display: block;
        margin-right: 0;
    }

    .menu > .menu-item > a {
        padding: 15px 0;
        font-size: 19px;
    }

    .menu > .menu-item:first-child > a {
        padding-top: 0;
    }

    .menu-item-has-children > a:hover {
        color: #5a69c1;
    }

    .menu-item-has-children > a:hover::after {
        width: 100%;
    }

    .header__contacts {
        position: absolute;
        top: 90px;
        right: 3px;
        width: 250px;
        height: auto !important;
        padding: 15px 20px;
        box-sizing: border-box;
        background-color: #fff;
        opacity: 0;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
        z-index: 1000;
    }

    .header__contacts::before {
        content: '';
        position: absolute;
        width: 0;
    	height: 0;
        margin-top: -24px;
        right: 16px;
    	border-left: 12px solid transparent;
    	border-right: 12px solid transparent;
    	border-bottom: 12px solid #fff;
    }

    .header__phone {
        font-size: 21px;
    }

    .header__mail {
        margin-top: 5px;
        font-size: 16px;
    }
	
	.main-content:not(.main-content_borderless) {
		margin-left: 0;
	}

    .main-content > .wrap {
        padding: 25px 0 50px;
    }

    .breadcrumbs, .sidebar__link {
        padding-left: 0;
    }

    .breadcrumbs {
        margin-bottom: 20px;
    }

    .breadcrumbs_event h1.breadcrumbs__item_active, .breadcrumbs__item, .content__head {
        font-size: 20px; 
  text-align: center;
    }
	
	.main-content > .wrap {
		border-left: none;
	}
	
	.main-content > .wrap > .container-fluid {
		padding-left: 15px;	
		padding-right: 15px;
	}

    .main-content aside {
        margin-bottom: 35px;
    }

    .content__head {
        line-height: 36px;
    }

    .sidebar__item {
        display: inline-block;		padding-left: 0;
        margin-bottom: 10px;
        margin-right: 25px;		border: none;
    }

    .sidebar__link_active, .sidebar__link:hover {
        padding-left: 0;
        border-left: none;
    }

    .sol .row {
        margin-bottom: 0px;
    }

    .sol__item {
        margin-bottom: 30px;
    }

    .slider__item {
        height: 600px !important;
    }

    .slider__body {
        margin-top: 0;
    }

    .slider__head {
        font-size: 50px;
    }

    .slick-dots {
        position: absolute;
        bottom: 50px;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .slick-dots > li {
        display: inline-block;
        margin: 0 10px;
    }

    .slick-dots button {
        font-size: 0;
        width: 15px;
        height: 15px;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        opacity: .5;
    }

    .slick-active button {
        opacity: .85;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .menu2 > .menu-item {
        margin-right: 35px;
    }
}


@media (max-width: 767px) {
    .solutions__title, .solutions__image {
        text-align: center;
    }

    .solutions__image {
        margin-bottom: 30px;
    }

    .footer__image {
        display: none;
    }

    .contacts-page {
        height: auto;
    }		.engineer {		text-align: center;	}		.engineer__title {		margin-top: 10px;	}

    #map {
        width: 100%;
        height: 300px;
    }

    .partners .row div:first-child, .partners .row div:first-child + div {
        margin-bottom: 10px;
    }

    .footer__block_num_1 {
        padding: 30px 0;
    }

    .footer__block_num_2 {
        padding: 25px 0 0;
    }

    .footer__phones, .footer__address {
        margin-bottom: 40px;
    }

    .footer__block_num_2 .row > div:last-child {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
    }

    .footer__copyright {
        padding: 10px 0 20px;
    }

    .footer__nav {
        padding-bottom: 15px;
    }

    .menu2 > .menu-item {
        margin-right: 25px;
        margin-bottom: 10px;
    }

    .wp-pagenavi .pages {
        display: block;
        margin-bottom: 7px;
    }
}