a {
    cursor: pointer;
    color: #000;
    font-weight: 400;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    opacity: 1;
}

.button,
.button_shadow,
input,
.specialists__block,
nav {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a,
input,
textarea {
    outline: none;
}

body {
    margin: 0;
    background: #fff;
    cursor: default;
    overflow-x: hidden;
}

body *::-moz-selection {
    background: #ff6649;
    color: #fff;
}

body *::-webkit-selection {
    background: #ff6649;
    color: #fff;
}

body *::selection {
    background: #ff6649;
    color: #fff;
}

.burger {
    z-index: 40;
    position: absolute;
    top: 9px;
    right: 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border: 2px solid #ff6649;
    border-radius: 4px;
}

@media screen and (min-width: 1000px) {
    .burger {
        display: none;
    }
}

.burger span {
    -webkit-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    margin-bottom: 2px;
    display: block;
    width: 18px;
    height: 2px;
    background: #ff6649;
}

.burger span:last-child {
    margin-bottom: 0;
}

.burger.active span:first-child {
    position: absolute;
    margin-top: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger.active span:last-child {
    position: absolute;
    margin-top: 0px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burger.active span:nth-child(2) {
    display: none;
}

@media screen and (max-width: 800px) {
    .wow {
        -webkit-animation-name: none !important;
        animation-name: none !important;
        visibility: visible !important;
    }
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 969px) {
    h3 {
        font-size: 26px !important;
    }
}

@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    .main__order-block {
        display: block !important;
        width: 500px !important;
    }

    *::-ms-backdrop,
    .repair__order-block {
        display: block !important;
        width: 96% !important;
    }

    *::-ms-backdrop,
    .repair__order-box {
        margin: 30px 110px 0 0 !important;
        width: 350px !important;
        float: right !important;
    }

    *::-ms-backdrop,
    .main__order-box {
        width: 350px !important;
        margin-left: 80px !important;
    }

    *::-ms-backdrop,
    .logo__desc {
        width: 150px !important;
    }

    *::-ms-backdrop,
    .logo__desc {
        margin-top: -10px !important;
    }
}

@media screen and (max-width: 991px) {
    .about .col-lg-9 {
        padding: 0 15px !important;
    }
}

.about {
    margin-bottom: 42px;
    height: auto;
    background: #eff4fb;
}

@media screen and (max-width: 991px) {
    .about__container .col-lg-9 {
        padding: 0 15px !important;
    }
}

.about__preview {
    margin-left: -190px;
    position: relative;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .about__preview {
        display: none;
    }
}

.about__preview img {
    display: block;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .about__preview img {
        display: none;
    }
}

.about__preview::after {
    position: absolute;
    top: 0;
    left: -42px;
    width: 42px;
    height: 100%;
    background: #fff;
    content: '';
    z-index: 10;
}

.about__preview::before {
    position: absolute;
    top: 0;
    right: -22px;
    width: 42px;
    height: 100%;
    background: #fff;
    content: '';
    z-index: 10;
}

@media screen and (max-width: 1200px) {
    .about__preview::before {
        display: none;
    }
}

.about__title {
    margin: 0;
    margin-top: 68px;
    font-size: 32px;
    font-family: 'Futura PT';
    font-weight: bold;
    text-transform: uppercase;
}

.about__subtitle {
    margin: 0;
    margin-top: 36px;
    margin-bottom: 24px;
    font-size: 20px;
    font-family: 'Futura PT';
    font-weight: 900;
}

.about__desc {
    margin: 15px 0 -10px 0;
    font-size: 16px;
    font-family: 'Futura PT Book';
}

.about__list {
    margin: 0;
    padding: 0 !important;
    margin-top: 36px;
    margin-bottom: 52px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    list-style: none;
}

@media screen and (max-width: 991px) {
    .about__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.about__list-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
    font-family: 'Futura PT Book';
}

.about__list-item:nth-child(1) .about__list-item-icon {
    width: 44px;
}

.about__list-item:first-child {
    padding-left: 0;
}

@media screen and (max-width: 991px) {
    .about__list-item:first-child {
        padding-left: 15px;
    }
}

.about__list-item:last-child {
    padding-right: 0;
}

@media screen and (max-width: 991px) {
    .about__list-item:last-child {
        padding-right: 15px;
    }
}

.about__list-icon {
    margin: 0;
    margin-right: 12px;
    width: 45px;
    height: 38px;
}

.about .col-lg-9 {
    padding-left: 50px;
}

@media screen and (max-width: 991px) {
    .about .col-lg-9 {
        padding: 0 25px;
    }
}

.brands {
    padding: 50px 0 70px 0;
}

.brands__title {
    margin: 0;
    margin-top: 5px;
    font-size: 32px;
    font-family: 'Futura PT';
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

.brands__container {
    padding: 0 34px !important;
}

.brands__desc {
    margin: 0;
    margin-top: 14px;
    margin-bottom: 48px;
    font-size: 17px;
    font-family: 'Futura PT Book';
    font-weight: normal;
    color: #000;
    text-align: center;
}

.brands__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 92px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.brands__item:hover {
    background: #eff4fb;
}

.brands__link {
    margin-top: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: #b5b5b5;
    text-decoration: none;
}

.brands__link-icon {
    margin-right: 7px;
    width: 30px;
    height: 30px;
    fill: #b5b5b5;
}

.brands__link-desc {
    font-size: 16px;
    font-family: 'Futura PT Book';
    font-weight: 400;
}

.main {
    margin-top: 118px;
    position: relative;
    background: #eff4fb;
    height: 865px;
}

@media screen and (max-width: 991px) {
    .main {
        margin-top: 70px;
        height: auto;
    }
}

.main__title {
    z-index: 12;
    margin-top: 110px;
    margin-left: -4px;
    position: absolute;
    width: 230%;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Futura PT';
    font-weight: 600;
    color: #000;
}

@media screen and (max-width: 991px) {
    .main__title {
        position: relative;
        margin: 0;
        margin-top: 40px;
        margin-bottom: 30px;
        width: 100%;
        font-size: 32px;
    }
}

.main__desc {
    position: absolute;
    margin-left: -4px;
    margin-top: 279px;
    width: 120%;
    font-size: 19px;
    font-family: 'Futura PT';
    font-weight: 500;
    color: #000;
}

@media screen and (max-width: 991px) {
    .main__desc {
        position: relative;
        margin: 0;
        margin-bottom: 30px;
        width: 100%;
    }
}

.main__list {
    position: relative;
    margin: 0;
    margin-top: 324px;
    margin-left: -4px;
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 991px) {
    .main__list {
        margin: 0;
    }
}

.main__list-item {
    margin-bottom: 26px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    font-size: 18px;
    font-family: 'Futura PT';
    font-weight: 500;
    color: #000;
}

.main__list-icon {
    margin-right: 21px;
    display: block;
    width: 34px;
    height: 34px;
    fill: #ff6649;
}

.main__kitchen {
    margin-left: 42px;
    position: absolute;
    width: 498px;
    padding-bottom: 82px;
    background: #fff;
}

@media screen and (max-width: 991px) {
    .main__kitchen {
        display: none;
    }
}

.main__kitchen-bg {
    position: relative;
}

.main__kitchen-icebox {
    z-index: 10;
    bottom: 99px;
    right: -149px;
    position: absolute;
}

.main__kitchen-master {
    z-index: 9;
    bottom: 127px;
    right: 17px;
    position: absolute;
}

.main__order {
    bottom: 0;
    position: relative;
}

.main__order-block {
    position: absolute;
    padding-top: 40px;
    padding-bottom: 20px;
    bottom: -363px;
    right: -72px;
    width: 1000%;
    z-index: 30;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    background: #fff;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 991px) {
    .main__order-block {
        margin: 0;
        padding: 0;
        position: relative;
        bottom: inherit;
        right: inherit;
        width: 100%;
        background: 0;
        box-shadow: none;
    }
}

.main__order-block img {
    display: block;
    float: right;
}

@media screen and (max-width: 991px) {
    .main__order-block img {
        display: none;
    }
}

.main__order-box {
    width: 322.5%;
    margin-right: 120px;
}

@media screen and (max-width: 991px) {
    .main__order-box {
        width: 100%;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .main__order-box {
        margin-right: 55px;
        width: 325%;
    }
}

.main__order-title {
    z-index: 10;
    position: absolute;
    margin: 0;
    margin-top: -44px;
    font-size: 18px;
    width: 250%;
    font-family: 'Futura PT';
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

@media screen and (max-width: 991px) {
    .main__order-title {
        position: relative;
        margin: 0;
        width: 100%;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .main__order-title {
        margin-top: -64px;
    }
}

.main__order-desc {
    margin-top: 34px;
    margin-bottom: 30px;
    font-size: 18px;
    font-family: 'Futura PT';
    font-weight: 500;
    color: #000;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .main__order-desc {
        margin-top: 60px;
    }
}

.main__order-desc_orange {
    z-index: 10;
    margin-top: 0px;
    position: absolute;
    width: 140%;
    font-size: 18px;
    font-family: 'Futura PT';
    font-weight: 500;
    color: #ff6649;
}

.main__form {
    margin-bottom: 60px;
}

.main .main__form input {
    z-index: 10;
}

.main .main__button {
    margin-top: 2px;
}

.footer {
    padding: 54px 0;
    height: auto;
    background: #fff;
}

@media screen and (max-width: 991px) {
    .footer {
        padding: 24px 0;
        height: auto;
    }
}

.footer__copyright {
    margin-top: 15px;
    padding-left: 51px;
}

@media screen and (max-width: 770px) {
    .footer__copyright {
        bottom: -180px !important;
    }
}

@media screen and (max-width: 991px) {
    .footer__copyright {
        bottom: -90px;
        margin-bottom: 20px;
        position: absolute;
        width: 100%;
        padding: 0;
        right: 0%;
        text-align: center;
    }
}

.footer__copyright p {
    margin: 0;
    margin-bottom: 4px;
    padding: 0;
    font-family: 'Futura PT';
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.footer__logo {
    margin-left: -16px !important;
}

@media screen and (max-width: 991px) {
    .footer__logo {
        margin: 0 auto !important;
    }
}

.footer__buttons {
    margin: -4px -28px 0 0;
    width: 195px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

@media screen and (max-width: 770px) {
    .footer__buttons {
        position: absolute;
        margin-right: 0;
        bottom: -110px !important;
        width: 90%;
        margin-right: 5% !important;
        margin-left: 5% !important;
        text-indent: 8px;
    }
}

@media screen and (max-width: 991px) {
    .footer__buttons {
        margin-right: 28px;
        bottom: -20px;
        right: 0;
        position: absolute;
    }
}

.footer__buttons a {
    margin-bottom: 10px;
}

.phone {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    width: 285px;
    height: 57px;
    text-decoration: none;
}

.logo:hover {
    text-decoration: none;
}

.logo__icon {
    display: block;
    width: 160px;
    height: 57px;
}

.logo__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.logo__title,
.logo__desc {
    font-family: 'Futura PT';
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ff6649;
}

.logo__title {
    margin: 1px 0 9px -2px;
    padding: 0;
    letter-spacing: 0.7px;
}

.logo__desc {
    margin: 0 0 0 -2px;
    padding: 0;
    font-size: 12px;
    color: #000;
}

.button {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 32px;
    border: 0;
    font-family: 'Futura PT';
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.button:hover {
    text-decoration: none;
}

.button_orange {
    background: #ff6649;
    color: #fff;
}

.button_yellow {
    background: #ffd800;
    color: #000;
}

.button_shadow {
    box-shadow: 15px 0px 32px 0px rgba(0, 0, 0, 0.29);
}

.button_shadow:hover {
    box-shadow: none;
}

.button_shadow-light {
    box-shadow: 15px 0px 32px 0px rgba(0, 0, 0, 0.06);
}

.button_shadow-light:hover {
    box-shadow: none;
}

@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.header {
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    width: 100%;
    height: 118px;
    background: #fff;
}

@media screen and (max-width: 991px) {
    .header {
        position: fixed;
        z-index: 40;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 15px;
        background: #fff;
        height: 70px;
    }
}

.header__row {
    position: relative;
}

.header_float {
    -webkit-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards;
    z-index: 40;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    height: 52px;
}

@media screen and (max-width: 991px) {
    .header_float {
        display: none;
    }
}

.header_float .logo__desc {
    visibility: hidden;
}

@media screen and (max-width: 991px) {
    .header_float .logo__desc {
        visibility: visible;
    }
}

.header_float .header__logo {
    margin-top: 8px;
}

@media screen and (max-width: 991px) {
    .header_float .header__logo {
        margin-top: 8px;
    }
}

.header_float .logo__icon {
    width: 36px;
    height: 35px;
}

@media screen and (max-width: 991px) {
    .header_float .logo__icon {
        margin-top: 8px;
    }
}

.header_float .logo__title {
    margin-left: 23px;
    margin-top: 8px;
    font-size: 19px;
}

.header_float .header__nav,
.header_float .header__nav-item {
    height: 52px;
}

.header_float .header__nav-item a:before,
.header_float .header__nav-item a:hover:before,
.header_float .header__nav-item a:after,
.header_float .header__nav-item a:hover:after {
    visibility: hidden;
}

.header_float .header__nav-item:hover {
    background: 0;
}

.header_float .header__button {
    margin-top: 12px;
    height: 28px !important;
    border-radius: 4px;
}

.header__logo {
    margin-top: 31px;
    margin-left: -15px;
}

@media screen and (max-width: 475px) {
    .header__logo {
        width: 200px;
    }
}

@media screen and (max-width: 991px) {
    .header__logo {
        margin: 12px 0 0 -12px;
        zoom: 0.8;
        width: 270px;
    }
}

@media screen and (max-width: 475px) {

    .header .logo__title,
    .header .logo__title {
        font-size: 11px;
    }
}

@media screen and (max-width: 991px) {

    .header .logo__title,
    .header .logo__title {
        margin-top: 8px;
    }
}

@media screen and (max-width: 991px) {
    .header .logo__desc {
        font-size: 10px;
    }
}

@media screen and (max-width: 991px) {
    .header .logo__icon {
        margin-top: 2px;
    }
}

@media screen and (max-width: 475px) {
    .header .logo__icon {
        width: 90px;
        margin-right: 20px;
    }
}

.header__button {
    position: absolute;
    right: -12px;
    /*margin-top: 31px;*/
    margin-top: 50px;
    width: 195px;
    height: 51px !important;
    background: #ffd10a !important;
    color: #000 !important;
}

@media screen and (max-width: 991px) {
    .header__button {
        right: inherit;
        position: relative;
        margin: 30px auto;
        display: none;
    }
}

.header__nav {
    height: 118px;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

@media screen and (max-width: 991px) {
    .header__nav {
        height: auto;
        margin-top: 0;
    }
}

@media screen and (min-width: 998px) and (max-width: 1200px) {
    .header__nav {
        margin-left: 70px;
    }
}

.header__town{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.header_float .header__town{
    display: none;
}

.header__select{
    border: 1px solid #c6c6c6;
    font-family: 'Futura PT Demi';
    font-size: 14px;
    padding: 5px 10px;
}

.header__tel-fixed{
    position: absolute;
    top: 20px;
    right: -12px;
    z-index: 6;
}

.header_float .header__tel-fixed{
    position: relative;
    top: inherit;
    right: inherit;
}

@media screen and (max-width: 1199px){
    .header__town{
        display: none;
    }
    .header__tel-fixed{
        position: relative;
        top: inherit;
        right: inherit;
    }
    .header__button{
        margin-top: 31px;
    }
}

@media screen and (max-width: 1000px){
    .header__tel-fixed{
        display: none;
    }
    .header__button{
        display: none;
    }
}

@media screen and (max-width: 990px){
    .header__nav-item{
        margin-right: 0!important;
    }
    .header__float-show .header__tel-fixed{
        display: block;
        margin-top: 15px;
    }
    .header__float-show .header__town{
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
}


.header__nav-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    list-style: none;
}

@media screen and (max-width: 991px) {
    .header__nav-list {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.header__nav-item {
    margin-right: 30px;
    height: 118px;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .header__nav-item {
        margin-right: 18px;
    }
}

@media screen and (max-width: 991px) {
    .header__nav-item {
        height: 45px;
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    .header__nav-item {
        text-align: center;
    }
}

.header__nav-item a,
.header__nav-item a:hover {
    position: relative;
    padding: 0 0 0 6px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    white-space: nowrap;
    font-family: 'Futura PT Demi';
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

@media screen and (max-width: 991px) {

    .header__nav-item a,
    .header__nav-item a:hover {
        -webkit-box-pack: center;
        justify-content: center;
        padding: 0;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {

    .header__nav-item a,
    .header__nav-item a:hover {
        font-size: 9px;
    }
}

.header__nav-item a:before,
.header__nav-item a:hover:before {
    visibility: visible;
    top: 0px;
    left: -34px;
    position: absolute;
    width: 34px;
    height: 118px;
    background: url('../img/nav-bef.png') no-repeat;
    content: "";
}

@media screen and (max-width: 991px) {

    .header__nav-item a:before,
    .header__nav-item a:hover:before {
        display: none;
    }
}

.header__nav-item a:after,
.header__nav-item a:hover:after {
    z-index: -1;
    visibility: visible;
    top: 0px;
    right: -34px;
    position: absolute;
    width: 34px;
    height: 118px;
    background: url('../img/nav-af.png') no-repeat right;
    content: "";
}

@media screen and (max-width: 991px) {

    .header__nav-item a:after,
    .header__nav-item a:hover:after {
        display: none;
    }
}

.header__nav-item a {
    color: #bdc4d3;
}

.header__nav-item a:before,
.header__nav-item a:after {
    visibility: hidden;
}

.header__nav-item:hover {
    background: #ffd800;
}

@media screen and (max-width: 991px) {
    .header__nav-item:hover {
        background: 0;
    }
}

@media screen and (max-width: 998px) {
    .header__nav {
        display: none;
    }

    .header__button {
        display: none;
    }

    .header__nav-active,
    .header__button-active {
        display: block;
    }

    .header__button-active {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
}

.header__nav-active {
    margin-top: 0px !important;
}

@media screen and (max-width: 991px) {
    .header__nav-active {
        margin-top: 20px !important;
    }
}

.header__float {
    height: auto;
}

.header__float .header__nav {
    margin-top: 0px;
    height: auto;
}

@media screen and (max-width: 991px) {
    .header__float-show {
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .header__float-show .header__nav {
        margin-top: 0px;
        height: auto;
    }
}

.header .burger {
    top: 18px;
    right: 15px;
}

.header_float .burger {
    top: 9px;
    right: 15px;
}

@media screen and (max-width: 991px) {
    .header__nav_height {
        margin-top: 50px !important;
    }
}

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

@media screen and (max-width: 991px) {
    #map {
        height: 340px;
    }
}

.ymap-container {
    margin-top: 34px;
    position: relative;
    width: 100%;
    height: 559px;
    margin: 3em 0 2em 0;
    overflow: hidden;
    cursor: pointer;
    background: url('../img/map.jpg') #ffffff no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .ymap-container {
        height: 340px;
    }
}

/*Ð˜Ð½Ð´Ð¸ÐºÐ°Ñ‚Ð¾Ñ€ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸, ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ð¹ Ð¿Ð¾ÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÑ‚ÑÑ Ð´Ð¾ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ ÐºÐ°Ñ€Ñ‚Ñ‹*/
.loader {
    position: absolute;
    z-index: 15;
    top: -100%;
    left: 0;
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #000000;
    -webkit-transition: opacity .7s ease;
    transition: opacity .7s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.55);
}

.loader:after,
.loader:before {
    box-sizing: border-box;
}

.loader.is-active {
    top: 0;
    opacity: 1;
}

.loader-default:after {
    position: absolute;
    top: calc(42%);
    left: calc(636%);
    width: 48px;
    height: 48px;
    content: '';
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border: solid 8px #ffffff;
    border-left-color: transparent;
    border-radius: 50%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes blink {
    from {
        opacity: .5;
    }

    to {
        opacity: 1;
    }
}

@keyframes blink {
    from {
        opacity: .5;
    }

    to {
        opacity: 1;
    }
}

.popup {
    position: relative;
    width: 556px;
    height: 318px;
    background: #fff;
    border-radius: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 700px) {
    .popup {
        width: 360px;
        height: auto;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 700px) {
    .popup {
        width: 300px;
        height: auto;
        padding-bottom: 20px;
    }
}

.popup__link {
    width: 195px;
    border-radius: 4px;
    height: 38px;
}

.popup_long {
    max-width: 660px;
    height: 500px;
    overflow: auto;
}

.popup__title {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 22px;
    font-family: 'Futura PT Book';
    text-align: center;
    color: #000;
}

@media screen and (max-width: 320px) {
    .popup__title {
        width: 100%;
        margin-top: 20px;
        padding: 10px 5%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 700px) {
    .popup__title {
        width: 100%;
        margin-top: 20px;
        padding: 10px 5%;
        box-sizing: border-box;
    }
}

.popup__close {
    top: 16px;
    right: 16px;
    position: absolute;
    display: block;
}

.popup__close:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.popup__icon {
    width: 14px;
    height: 14px;
}

.popup__content {
    font-size: 16px;
    font-family: 'lator', sans-serif;
    line-height: 20px;
    color: #000;
}

.popup__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    width: 270px;
}

.popup__form input {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 4px;
}

.popup__form input:last-child {
    margin-bottom: 0;
}

.popup__form .form__input {
    width: 100%;
}

.repair {
    position: relative;
    height: 922px;
}

@media screen and (max-width: 1340px) {
    .repair {
        height: 1002px;
    }
}

@media screen and (max-width: 991px) {
    .repair {
        height: auto;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .repair {
        height: 900px;
    }
}

@media screen and (max-width: 991px) {

    .repair__container .repair__services .col-lg-4:nth-child(2),
    .repair__container .repair__services .col-lg-4:nth-child(3) {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1340px) {
    .repair__container .repair__block-slider {
        display: none;
    }
}

@media screen and (max-width: 1340px) {
    .repair__container .repair__field {
        -webkit-box-flex: 0 !important;
        flex: 0 0 100% !important;
        max-width: 96% !important;
    }
}

.repair__title {
    margin: 0;
    margin-left: -1px;
    margin-top: 42px;
    font-size: 32px;
    font-family: 'Futura PT';
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

@media screen and (max-width: 991px) {
    .repair__title {
        font-size: 28px;
    }
}

.repair__desc {
    margin: 0;
    margin-left: -2px;
    margin-top: 4px;
    font-size: 22px;
    font-family: 'Futura PT Book';
    font-weight: 400;
    color: #000;
}

.repair__services {
    margin-left: -16px;
    margin-top: 27px;
}

@media screen and (max-width: 991px) {
    .repair__services {
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {
    .repair__services .col-6 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.repair__services-item {
    width: 92.5%;
    position: relative;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    box-shadow: 15px 0px 84px 0px rgba(0, 0, 0, 0.23);
}

@media screen and (max-width: 400px) {
    .repair__services-item {
        width: 100%;
        box-sizing: border-box;
    }
}

.repair__services-item img {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .repair__services-item img {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .repair__services-item {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
        zoom: 1;
    }
}

.repair__services-item:nth-child(2) {
    margin-left: -30px !important;
}

@media screen and (max-width: 991px) {
    .repair__services-item:nth-child(2) {
        margin: 0;
    }
}

.repair__services-content {
    -webkit-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    width: 80%;
    margin-left: 18px;
    margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
    .repair__services-content {
        -webkit-transition: none;
        transition: none;
    }
}

.repair__services-mask {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.43);
}

.repair__services-mask p {
    margin: 0 0 0px 0px;
    display: block;
    font-size: 22px;
    font-family: 'Futura PT Extra';
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .repair__services-mask p {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.repair__services-mask span {
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    font-size: 16px;
    font-family: 'Futura PT Demi';
    color: #fff;
}

@media screen and (max-width: 991px) {
    .repair__services-mask span {
        -webkit-transition: none;
        transition: none;
        opacity: 1;
        visibility: visible;
        margin-bottom: 20px;
        font-size: 14px;
        display: block;
    }
}

.repair__services-mask:hover {
    position: absolute;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.43);
}

@media screen and (max-width: 991px) {
    .repair__services-mask:hover {
        position: absolute;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: end;
        align-items: flex-end;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.43);
    }
}

.repair__services-mask:hover .repair__services-content {
    margin-left: 22px;
    margin-bottom: 126px;
}

@media screen and (max-width: 991px) {
    .repair__services-mask:hover .repair__services-content {
        margin-left: 4px;
        margin-bottom: 20px;
    }
}

.repair__services-mask:hover span {
    margin: 0px 0 0 0px;
    visibility: visible;
    opacity: 1;
    width: 100%;
    font-size: 16px;
    font-family: 'Futura PT Demi';
    color: #fff;
}

@media screen and (max-width: 991px) {
    .repair__services-mask:hover span {
        margin-left: 14px;
        margin-bottom: 8px;
        font-size: 14px;
    }
}

.repair__services-mask:hover p {
    font-size: 22px !important;
    margin-bottom: 10px;
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .repair__services-mask:hover p {
        margin-left: 14px;
        margin-bottom: 10px;
        font-size: 14px !important;
    }
}

.repair__slider {
    right: -208px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    height: 922px;
}

@media screen and (max-width: 991px) {
    .repair__slider {
        display: none;
    }
}

@media screen and (max-width: 1340px) {
    .repair__slider {
        display: none;
    }
}

@media screen and (min-width: 1340px) and (max-width: 1560px) {
    .repair__slider {
        width: 260px;
        right: -54px;
    }
}

.repair__slider .swiper-pagination-bullets {
    left: 32px;
}

.repair__slider .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    background: 0;
    opacity: 1;
    outline: none;
}

.repair__slider .swiper-pagination-bullet-active {
    background: #fff;
}

.repair__order {
    bottom: 0;
    position: relative;
}

.repair__order-block {
    position: absolute;
    padding-top: 22px;
    bottom: -366px;
    right: 40px;
    padding-right: 22px;
    width: 1000%;
    z-index: 30;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 991px) {
    .repair__order-block {
        bottom: inherit;
        right: inherit;
        margin: 20px 0;
        padding: 20px;
        position: relative;
        width: 104%;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .repair__order-block .row {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .repair__order-block {
        right: -44px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1340px) {
    .repair__order-block {
        right: -44px;
    }
}

.repair__order-block img {
    display: block;
    float: right;
}

@media screen and (max-width: 991px) {
    .repair__order-block img {
        display: none;
    }
}

.repair__order-box {
    width: 193%;
    margin-left: -464px;
}

@media screen and (max-width: 991px) {
    .repair__order-box {
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .repair__order-box {
        margin-left: -510px !important;
        width: 160%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1340px) {
    .repair__order-box {
        margin-left: -686px !important;
    }
}

@media screen and (min-width: 991px) and (max-width: 1340px) {
    .repair__order-box {
        margin-left: -490px;
    }
}

.repair__order-title {
    z-index: 10;
    position: absolute;
    margin: 0;
    margin-top: -20px;
    font-size: 18px;
    width: 240%;
    font-family: 'Futura PT';
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

@media screen and (max-width: 991px) {
    .repair__order-title {
        margin: 0;
        position: relative;
        width: 100%;
    }
}

.repair__order-desc {
    margin-top: 42px;
    font-size: 18px;
    font-family: 'Futura PT';
    font-weight: 500;
    color: #000;
}

@media screen and (max-width: 767px) {
    .repair__order-desc {
        margin: 10px 0 0 0;
    }
}

@media screen and (max-width: 991px) {
    .repair__order-desc {
        position: relative;
        width: 100%;
    }
}

.repair__order-desc_orange {
    z-index: 10;
    margin-top: -2px;
    position: absolute;
    width: 190%;
    font-size: 18px;
    font-family: 'Futura PT';
    font-weight: 500;
    color: #ff6649;
}

@media screen and (max-width: 767px) {
    .repair__order-desc_orange {
        margin-top: 12px;
        margin-bottom: -38px;
    }
}

@media screen and (max-width: 991px) {
    .repair__order-desc_orange {
        position: relative;
        width: 100%;
    }
}

.repair__form {
    margin-top: 52px;
}

.repair__form input[type="text"] {
    margin-bottom: 14px;
    height: 51px;
}

.repair__form-desc {
    margin: 0;
    margin-top: 10px;
    position: relative;
    width: auto;
    font-size: 12px;
    font-family: 'Futura PT Book';
    color: #949494;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .repair__form-desc {
        margin-top: 12px;
    }
}

.repair__services .col-lg-4:nth-child(2),
.repair__services .col-lg-4:nth-child(3) {
    margin-left: -10px;
}

@media screen and (max-width: 991px) {

    .repair__services .col-lg-4:nth-child(2),
    .repair__services .col-lg-4:nth-child(3) {
        margin: 0;
    }
}

@media screen and (max-width: 400px) {

    .repair .repair__services .col-6,
    .repair .repair__services .col-lg-4 {
        padding: 0 0px !important;
    }
}

.questions {
    margin-bottom: 42px;
}

.questions__preview {
    margin-top: -20px;
    margin-left: 20px;
}

@media screen and (max-width: 991px) {
    .questions__preview {
        display: none;
    }
}

@media screen and (max-width: 1340px) {
    .questions__preview {
        margin-top: 80px;
        zoom: 0.65;
    }
}

@media screen and (min-width: 1340px) {
    .questions__preview {
        margin-top: 80px;
        zoom: 0.80;
    }
}

.questions__form {
    margin-top: -2px;
    margin-left: -2px;
}

.questions__title {
    margin: 58px 0 40px -2px;
    font-family: 'Futura PT';
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

@media screen and (max-width: 991px) {
    .questions__title {
        margin: 24px 0;
        height: auto;
        text-align: center;
    }
}

@media screen and (max-width: 1340px) {
    .questions__title {
        margin-top: 48px;
    }
}

.questions__desc {
    margin-top: -2px;
    margin-left: -2px;
    margin-bottom: 76px;
    font-family: 'Futura PT Book';
    font-size: 16px;
    color: #000;
}

@media screen and (max-width: 991px) {
    .questions__desc {
        margin: 0 0 24px 0;
        height: auto;
        text-align: center;
    }
}

@media screen and (max-width: 1340px) {
    .questions__desc {
        margin: -30px 0 20px 0;
    }
}

.questions__desc span {
    position: relative;
    margin-bottom: 20px;
    display: block;
    font-family: 'Futura PT';
    font-weight: 900;
    color: #000;
}

@media screen and (max-width: 1340px) {
    .questions__desc span {
        margin: 0px 0 20px 0;
    }
}

.questions__desc span::before {
    top: 9px;
    right: -160px;
    position: absolute;
    content: "";
    width: 198px;
    height: 2px;
    background: #000;
    z-index: 10;
}

@media screen and (max-width: 1200px) {
    .questions__desc span::before {
        display: none;
    }
}

.form {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.form__input,
.form__textarea {
    border: 1px solid #c6c6c6;
    font-family: 'Futura PT Demi';
    font-size: 14px;
    text-align: center;
    color: #000;
    outline: none;
}

.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.form__input::placeholder,
.form__textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.form__input {
    padding: 0 10px;
    margin-bottom: 9px;
    width: 100%;
    height: 46px;
}

.form__textarea {
    padding: 10px 10px;
    margin-bottom: 9px;
    height: 84px;
    resize: none;
}

.form__textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    line-height: 60px;
}

.form__textarea::-webkit-input-placeholder {
    /* Webkit */
    line-height: 60px;
}

.form__textarea:-ms-input-placeholder {
    /* IE */
    line-height: 60px;
}

.form__button {
    height: 48px !important;
}

.reviews {
    padding: 50px 0 42px 0;
    height: auto;
}

.reviews__container {
    padding: 0 20px;
}

.reviews__title {
    margin: -5px 0 58px 0;
    font-family: 'Futura PT';
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.reviews .swiper-pagination {
    bottom: 0;
}

@media screen and (min-width: 450px) {
    .reviews .swiper-pagination {
        display: none;
    }
}

.reviews .swiper-pagination-bullet-active {
    background: #ff6649;
}

.reviews .swiper-container {
    margin-top: -28px;
    padding: 20px 64px;
}

@media screen and (max-width: 450px) {
    .reviews .swiper-container {
        padding: 20px 10px;
        overflow: hidden;
        box-sizing: border-box;
    }
}

.reviews .swiper-container:after {
    top: 0;
    left: -1px;
    position: absolute;
    width: 60px;
    height: 100%;
    background: #fff;
    content: "";
    z-index: 5;
}

@media screen and (max-width: 450px) {
    .reviews .swiper-container:after {
        display: none;
    }
}

.reviews .swiper-container:before {
    top: 0;
    right: -2px;
    position: absolute;
    width: 60px;
    height: 100%;
    background: #fff;
    content: "";
    z-index: 5;
}

@media screen and (max-width: 450px) {
    .reviews .swiper-container:before {
        display: none;
    }
}

.reviews .swiper-slide {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 991px) {
    .reviews .swiper-slide {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.reviews .swiper-slide__content {
    margin: 0 24px 0 22px;
}

.reviews .swiper-slide img {
    width: 125px;
    height: auto;
}

@media screen and (max-width: 991px) {
    .reviews .swiper-slide img {
        width: 125px;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

.reviews .swiper-slide__content-header {
    margin-top: 16px;
    margin-bottom: 14px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 380px) {
    .reviews .swiper-slide__content-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.reviews .swiper-slide__content-header p {
    margin: 0;
    font-family: 'Futura PT';
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

@media screen and (max-width: 380px) {
    .reviews .swiper-slide__content-header p {
        margin-bottom: 10px;
    }
}

.reviews .swiper-slide__content-header span {
    font-family: 'Futura PT';
    font-size: 11px;
    font-weight: 600;
    color: #d0d0d0;
}

.reviews .swiper-slide__content {
    font-family: 'Futura PT Book';
    font-size: 16px;
    color: #000;
}

.reviews .swiper-button-next {
    padding: 7.5px;
    right: 0;
    width: 5px;
    height: 5px;
    border: 15px solid transparent;
    content: "";
    background: url('../img/sprite/sprite.svg#right-arrow') no-repeat;
    border-radius: 50%;
    z-index: 10;
}

.reviews .swiper-button-next:after {
    content: "";
}

.reviews .swiper-button-next:hover {
    border-color: #f8f8f8;
    background: url('../img/sprite/sprite.svg#right-arrow') no-repeat #f8f8f8 0px 0;
}

.reviews .swiper-button-prev {
    padding: 7.5px;
    left: 0;
    width: 5px;
    height: 5px;
    border: 15px solid transparent;
    content: "";
    background: url('../img/sprite/sprite.svg#right-arrow') no-repeat;
    border-radius: 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 10;
}

.reviews .swiper-button-prev:after {
    content: "";
}

.reviews .swiper-button-prev:hover {
    border-color: #f8f8f8;
    background: url('../img/sprite/sprite.svg#right-arrow') no-repeat #f8f8f8;
}

.services {
    padding: 50px 0 44px 0;
    background: #eff4fb;
    border-top: 42px solid #fff;
}

@media screen and (max-width: 767px) {
    .services {
        border: 0;
    }
}

.services__title {
    margin: 0;
    margin-top: -6px;
    font-size: 32px;
    font-family: 'Futura PT';
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

.services__button-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .services__button-mobile {
        margin-top: -28px;
        margin-bottom: 30px !important;
        display: -webkit-box;
        display: flex;
        box-shadow: none;
    }
}

@media screen and (max-width: 767px) {
    .services__buy-popup {
        display: none;
    }
}

.services__table {
    margin: 0 0px;
    margin-top: 46px;
    margin-bottom: 28px;
    background: #fff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.08);
}

.services__table .row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.services__table .row:nth-child(2n) {
    background: #fafafc;
}

.services__table-header {
    height: 61px;
}

@media screen and (max-width: 348px) {
    .services__table-header .col-6 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 66% !important;
    }
}

@media screen and (max-width: 410px) {
    .services__table-header .col-6 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 70%;
    }
}

@media screen and (max-width: 767px) {
    .services__table-header .col-6 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 75%;
    }
}

@media screen and (max-width: 348px) {
    .services__table-header .col-3 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 34% !important;
    }
}

@media screen and (max-width: 410px) {
    .services__table-header .col-3 {
        -webkit-box-flex: 0;
        flex: 0 0 45%;
        max-width: 30%;
    }
}

@media screen and (max-width: 767px) {
    .services__table-header .col-3 {
        -webkit-box-flex: 0;
        flex: 0 0 35%;
        max-width: 25%;
    }
}

.services__table-header p {
    font-size: 14px;
    font-family: 'Futura PT';
    color: #ced0d2;
}

@media screen and (max-width: 470px) {
    .services__table-header p {
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .services__table-header p:last-child {
        margin-right: 47px;
    }
}

@media screen and (max-width: 1200px) {
    .services__table-header p:last-child {
        margin-right: 36px;
    }
}

@media screen and (min-width: 1200px) {
    .services__table-header p:last-child {
        margin-right: 16px;
    }
}

.services__table-field {
    height: 50px;
    z-index: 10;
}

@media screen and (max-width: 348px) {
    .services__table-field .col-6 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 65% !important;
    }
}

@media screen and (max-width: 410px) {
    .services__table-field .col-6 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 70%;
    }
}

@media screen and (max-width: 767px) {
    .services__table-field .col-6 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 75%;
    }
}

@media screen and (max-width: 348px) {
    .services__table-field .col-3 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 40% !important;
    }
}

@media screen and (max-width: 410px) {
    .services__table-field .col-3 {
        -webkit-box-flex: 0;
        flex: 0 0 45%;
        max-width: 30%;
    }
}

@media screen and (max-width: 767px) {
    .services__table-field .col-3 {
        -webkit-box-flex: 0;
        flex: 0 0 35%;
        max-width: 25%;
    }
}

@media screen and (max-width: 991px) {
    .services__table-field {
        height: auto;
    }
}

.services__table-field .col-lg-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.services__table-field p {
    font-size: 14px;
    font-family: 'Futura PT';
    font-weight: 600;
    color: #25313f;
}

@media screen and (max-width: 470px) {
    .services__table-field p {
        font-size: 12px;
    }
}

.services__buy {
    margin: 0 0 0 54px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 117px;
    height: 50px;
    background: 0;
    font-size: 14px;
    font-family: 'Futura PT';
    font-weight: 600;
    color: #ff6649;
    text-decoration: none;
}

@media screen and (max-width: 470px) {
    .services__buy {
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .services__buy {
        margin: 0;
        width: 100%;
    }
}

.services__buy:hover {
    background: #ff6649;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 990px) {
    .services__buy:hover {
        background: 0;
    }
}

.services__link {
    margin-top: 0px;
    margin-left: 28px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    color: #303132;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .services__link {
        margin: 0 auto 30px auto;
    }
}

.services__link-icon {
    margin-right: 5px;
    width: 28px;
    height: 28px;
    fill: #303132;
    -webkit-filter: invert(71%) sepia(4%) saturate(8%) hue-rotate(338deg) brightness(99%) contrast(98%);
    filter: invert(71%) sepia(4%) saturate(8%) hue-rotate(338deg) brightness(99%) contrast(98%);
}

.services__link-desc {
    font-size: 17px;
    font-family: 'Futura PT Book';
    font-weight: 400;
}

.services__button {
    width: 100%;
    height: 52px !important;
}

@media screen and (max-width: 767px) {
    .services__hide {
        display: none;
    }
}

.specialists {
    padding: 50px 0 56px 0;
    background: #eff4fb;
}

@media screen and (max-width: 991px) {
    .specialists .col-md-4:nth-child(3) {
        margin: 10px auto;
    }
}

.specialists__title {
    margin: 0;
    font-size: 32px;
    font-family: 'Futura PT';
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

.specialists__desc {
    margin: 0;
    margin-top: 9px;
    font-size: 22px;
    font-family: 'Futura PT Book';
    font-weight: normal;
    color: #000;
    text-align: center;
}

.specialists__body {
    margin-top: 60px;
}

.specialists__block {
    position: relative;
}

@media screen and (max-width: 991px) {
    .specialists__block {
        margin-bottom: 20px;
        width: 50% !important;
        box-sizing: border-box;
    }
}

.specialists__block-preview {
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    margin-bottom: 10px;
    position: relative;
}

.specialists__block-preview img {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.specialists__block-preview .specialists__block-mask {
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.76);
    color: #fff;
}

@media screen and (max-width: 991px) {
    .specialists__block-preview .specialists__block-mask {
        visibility: visible;
        opacity: 1;
        bottom: -60px;
        height: 60px;
        background: 0 !important;
        color: #000 !important;
    }
}

.specialists__block-preview .specialists__block-mask .specialists__block-content {
    bottom: 20px;
    left: 18px;
    position: absolute;
}

@media screen and (max-width: 991px) {
    .specialists__block-preview .specialists__block-mask .specialists__block-content {
        left: 0;
        bottom: 10px;
    }
}

.specialists__block-preview .specialists__block-mask .specialists__block-content p {
    margin: 0;
    font-size: 22px;
    font-family: 'Futura PT';
    font-weight: 500;
}

@media screen and (max-width: 420px) {
    .specialists__block-preview .specialists__block-mask .specialists__block-content p {
        font-size: 18px !important;
    }
}

.specialists__block-preview .specialists__block-mask .specialists__block-content span {
    margin: 0;
    font-size: 12px;
    font-family: 'Futura PT';
    font-weight: 500;
}

.specialists__block-preview:hover .specialists__block-mask {
    position: absolute;
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.76);
    color: #fff;
}

.specialists__block-preview:hover .specialists__block-content {
    bottom: 20px;
    left: 18px;
    position: absolute;
}

@media screen and (max-width: 991px) {
    .specialists__block-preview:hover .specialists__block-content {
        left: 0;
        bottom: 10px;
    }
}

.specialists__block-preview:hover .specialists__block-content p {
    margin: 0;
    font-size: 22px;
    font-family: 'Futura PT';
    font-weight: 500;
}

.specialists__block-preview:hover .specialists__block-content span {
    margin: 0;
    font-size: 12px;
    font-family: 'Futura PT';
    font-weight: 500;
}

.specialists__button {
    width: 100%;
    height: 42px !important;
}

@media screen and (max-width: 991px) {
    .specialists__button {
        margin-top: 50px;
    }
}

@media screen and (max-width: 991px) {
    .specialists .col-md-4 {
        padding: 0 10px !important;
    }
}

.phone-mobile-block {
    display: none;
}

.show-xs {
    display: none;
}
.hide-xs {
    display: block;
}

@media screen and (max-width: 991px) {
    .show-xs {
        display: block;
    }

    .hide-xs {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .phone-mobile-block {
        padding: 0;
        margin-top: 17px;
    }
    .phone-mobile-block  img {
        display: inline-block;
        vertical-align: middle;
        margin: 5px;
        width: 32px;
        background: #ff6649;
        padding: 7px;
        border-radius: 4px;

    }
    .phone-mobile-block  a {
        display: inline-block;
        font-size: 20px;
        text-decoration: none;
        vertical-align: middle;
        font-family: 'Futura PT';
        font-weight: 600;
        color: #878787;
    }
}


/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
