.sidebar__languages a {
    background-color: transparent;
    border: 0;
    line-height: 1.3;
    cursor: pointer;
    font-family: 'Futura PT medium';
    letter-spacing: 0.01em;
    color: #747474;
    font-size: 100%;
    display: inline-block;
}
.sidebar__languages li:hover a {
    background: -webkit-gradient(linear, left top, right top, from(#2f8bda), to(#00abd3));
    background: -webkit-linear-gradient(left, #2f8bda 0%, #00abd3 100%);
    background: -moz-linear-gradient(left, #2f8bda 0%, #00abd3 100%);
    background: -o-linear-gradient(left, #2f8bda 0%, #00abd3 100%);
    background: linear-gradient(90deg, #2f8bda 0%, #00abd3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sidebar__languages .current-lang a {
    color: #333333;
    border-bottom: 1px solid #333333;
}
.tag-title {
    color: inherit;
    text-decoration: none;
}

/*body {*/
    /*cursor: auto !important;*/
/*}*/
/*body * {*/
    /*cursor: auto !important;*/
/*}*/

.p-services__top {
    z-index: 1;
}
.dropdown {
    position: relative;
}
.dropdown .dropdown__current {
    height: 28px;
    color: #303030;
    text-transform: uppercase;
    font-family: 'Futura PT heavy';
    line-height: 1;
    margin: 0;
    position: relative;
    letter-spacing: 0.025em;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: .3rem;
    padding-right: 20px;
}
.dropdown .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    transform: rotate(180deg);
}
.dropdown__list {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%,10%);
    opacity: 0;
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    visibility: hidden;
    z-index: 3;
    text-align: left;
    min-width: 100%;
    max-width: 280px;
    font-size: 0.9375em;
    font-family: 'Futura PT medium';
    color: #333333;
    padding: 0.8rem 1.75rem 1.4rem;
    border-radius: 0 ;
    border: 0px;
    transition: .3s all cubic-bezier(.11,.73,.6,.9);
}
.dropdown:hover .dropdown__list {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,0);
}
.dropdown__list li {
    margin-bottom: .5rem;
}
.dropdown__list li:last-child {
    margin-bottom: 0;
}
.dropdown__list a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.dropdown__list a:hover {
    color: #2d8cda;
}
.search__descr {
    margin: 1.8rem 0;
    text-align: left;
    font-size: 1.2rem;
}
.input-icon {
    background: transparent;
    border: none;
    outline: none;
}
/* cf7 */
.form {
    position: relative;
}
.sent .wpcf7-mail-sent-ok {
    display: flex !important;
}
div.wpcf7-mail-sent-ok, .wpcf7-display-none.wpcf7-mail-sent-ok {
    border: none;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 2;
    margin: 0;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1.1rem;
}
div.wpcf7-validation-errors {
    display: none !important;
}
.form-input__inner {
    position: relative;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    font-size: 12px;
}
body div.wpcf7 .ajax-loader {
    display: none;
}
.wpcf7-form-control-wrap {
    display: flex;
    line-height: 1;
}
.gallery-item {
    opacity: 0;
    transition: .25s all ease-in;
}
.gallery-item.show {
    opacity: 1;
}
.invalid .form-input {
    overflow: visible;
}
.sidebar__nav-list li:nth-child(1), .sidebar__nav-list li:nth-child(2), .sidebar__nav-list li:nth-child(3) {
    font-size: 2.875em;
}
.s-banner__text {
    font-size: 1.5em;
    margin-top: 1.4rem;
    position: relative;
    opacity: 0;
}
.zoom img:not(.zoomImg) {
    width: 100%;
    height: auto;
}
.p-portfolio .p-portfolio__content {
    margin-top: 1rem;
}

@media screen and (max-width: 1450px) {
    .sidebar__nav-list li:nth-child(1), .sidebar__nav-list li:nth-child(2), .sidebar__nav-list li:nth-child(3) {
        font-size: 2.3em;
    }
}
@media screen and (max-width: 1300px) {
    .sidebar__nav-list li:nth-child(1), .sidebar__nav-list li:nth-child(2), .sidebar__nav-list li:nth-child(3) {
        font-size: 1.9em;
    }
}
@media screen and (max-width: 1199px) {
    .sidebar__nav-list li:nth-child(1), .sidebar__nav-list li:nth-child(2), .sidebar__nav-list li:nth-child(3) {
        font-size: 1.7em;
    }
}
@media screen and (max-width: 991px) {
    .s-banner__text {
        font-size: 1em;
    }
}
@media screen and (max-width: 650px) {
    .s-banner__inner {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}
@media screen and (max-width: 420px) {
    .header__phones {
        display: block;
        margin-right: 8px;
    }
}
@media screen and (max-width: 350px) {
    .header__phones {
        margin-right: 0px;
    }
}