* {
    outline: none;
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #919191;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #919191;
}

::placeholder {
    color: #919191;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Futura PT';
    overflow-x: hidden;
}

header .container,
header .container .head__left-side,
header .container .head__right-side,
.main-block .container,
.action-section .container,
.works .container .works__row,
.works .container .works__row .works__row__left .works__row__table .table-tr,
.you-know .you-know__block .you-know__form form,
.you-know .you-know__block .you-know__form form div .form-end,
.we-great .container .we-doing,
.specials .specials__block,
.sale-block .container,
.vantage .container .vantage__row,
.vantage .container .vantage__row .vantage__row_left .vintage__ul .vintage__ul_li,
.questions .container .questions__block form,
.questions .container .questions__block form .questions__form-footer,
.map .container .contacts,
footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.items {
    display: none;
}

header.stiky {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 5;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    padding: 0px;
    visibility: hidden;
}

body.overf {
    overflow: hidden;
}

.stiky nav {
    background: #fff;
    height: 55px;
}

.stiky nav li a {
    margin: 0 15px;
    white-space: nowrap;
    padding-top: 22px;
    padding-bottom: 18px;
}

.stiky .head__selected-city {
    display: none;
}

header.active {
    position: fixed;
    border-bottom: 1px solid #f2f2f2;
    top: 0px;
    opacity: 1;
    visibility: visible;
}

.yakor {
    position: relative;
    top: -60px;
}

nav .head__right-side {
    display: none !important;
}

.remodal-close {
    background: none;
}

nav.mobile-menu .head__selected-city {
    display: none;
}

.mt-90 {
    margin-top: -90px;
}

#video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
}

#video-bg .video-white {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}

#video-bg>video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

@supports (object-fit: cover) {
    #video-bg>video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

select#city-select {
    width: 225px;
    border: none;
    border-radius: 0px;
    display: block;
    height: 45px;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 900;
    background: url(../img/select.png) no-repeat #f5f7f9 90% 50%;
    padding-left: 12px;
    padding-right: 20px;
    cursor: pointer;
    transition: all 0.2s;
}

select#city-select:hover {
    background: url(../img/select.png) no-repeat #e6eaef 90% 50%;
}

.head__email {
    font-size: 16px;
    background: url(../img/icons/e-mail-envelope.svg) no-repeat left 50%;
    padding-left: 30px;
}

.head__email a {
    color: #999999;
    text-decoration: none;
    transition: all 0.2s;
}

.head__email a:hover {
    color: #333;
}

.head__phone {
    background: url(../img/icons/callback.svg) no-repeat left 50%;
    background-size: 18px;
    padding-left: 24px;
}

.head__phone a {
    font-size: 22px;
    font-weight: 900;
    color: #000;
    text-decoration: none;
}

header {
    padding: 24px 0px;
}

header .container .head__left-side {
    max-width: 490px;
    width: 100%;
}

header .container .head__right-side {
    max-width: 580px;
    width: 100%;
    margin-left: 40px;
}

header .container .head__right-side a.call_back {
    display: block;
    width: 195px;
    height: 45px;
    background: #63D7DE;
    position: relative;
    font-size: 16px;
    color: black;
    text-decoration: none;
    font-weight: 400;
    padding-left: 20px;
    line-height: 45px;
    transition: all 0.2s;
    cursor: pointer;
}

header .container .head__right-side a.call_back:before {
    content: "";
    width: 25px;
    height: 3px;
    background: black;
    position: absolute;
    right: 18px;
    top: calc(50% - 1.5px);
}

header .container .head__right-side a.call_back:hover {
    box-shadow: 0 0px 21px 10px rgba(0, 0, 0, 0.01);
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 250px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo img {
    fill: red;
    width: 61px;
    margin-right: 10px;
    display: block;
}

.logo span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px 15px;
}

nav {
    height: 50px;
    background: #f1f2f8;
}

nav ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
}

nav li {
    display: inline-block;
}

nav li a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 5px;
    padding-top: 17px;
    padding-bottom: 13px;
    display: block;
    color: #000;
    text-decoration: none;
    margin: 0px 30px;
    transition: all 0.2s;
}

nav li a:hover {
    color: #fda521;
}

nav ul li:nth-child(1) a {
    /*color: #fda521;
    border-bottom: 3px solid #fda521;*/
}

/*.stiky.active nav ul li:nth-child(1) a {
  padding-bottom: 14px;
}*/

.main-block {
    background: url(../img/bg-1.jpg) no-repeat center;
    background-size: cover;
    height: 710px;
    padding-top: 97px;
    position: relative;
    overflow: hidden;
}

.main-block .container {
    position: relative;
    z-index: 2;
}

.main-block .container .main-block__left {
    max-width: 760px;
    width: 100%;
}

.main-block .container .main-block__left h1 {
    font-size: 44px;
    font-family: 'Futura PT Extra';
    text-transform: uppercase;
}

.main-block .container .main-block__left .main-block__descript {
    font-size: 40px;
    font-weight: 300;
    color: #63D7DE;
    max-width: 540px;
    line-height: 110%;
}

.main-block .container .main-block__left .main-block__action-block {
    margin-top: 95px;
    margin-bottom: 60px;
}

.main-block .container .main-block__left .main-block__action-block .main-block__action__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

.main-block .container .main-block__left .main-block__action-block .main-block__action__dedline {
    display: inline-block;
    margin-left: 25px;
    font-size: 20px;
    font-weight: 500;
}

.main-block .container .main-block__left .main-block__action-block .main-block__action__dedline span {
    color: #63D7DE;
    font-weight: bold;
}

.main-block .container .main-block__right .rombs-block {
    display: block;
    position: relative;
}

.main-block .container .main-block__right .rombs-block .romb {
    background: url(../img/romb.png) no-repeat;
    width: 243px;
    height: 243px;
    margin-right: 130px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.main-block .container .main-block__right .rombs-block .romb img {
    width: 34px;
    margin-top: 60px;
}

.main-block .container .main-block__right .rombs-block .romb p {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 10px;
}

.main-block .container .main-block__right .rombs-block .romb.romb2 {
    position: absolute;
    right: 0px;
    top: 132px;
    margin-right: 0px;
}

.btn-red {
    cursor: pointer;
    display: inline-block;
    width: auto;
    height: 45px;
    background: #63D7DE;
    position: relative;
    font-size: 16px;
    color: black;
    text-decoration: none;
    font-weight: 400;
    padding-left: 20px;
    line-height: 45px;
    padding-right: 55px;
	transition: all 0.2s;
	border: none;
}

body .btn-red.btn-red--white {
    background: white;
}

.btn-red:hover {
    box-shadow: 0 0px 21px 10px rgba(0, 0, 0, 0.05);
}

.btn-red:before {
    content: "";
    width: 25px;
    height: 3px;
    background: black;
    position: absolute;
    right: 18px;
    top: calc(50% - 1.5px);
}

.btn-red.yellow-btn {
    background: #fcfe00;
    color: #000;
}

.btn-red.yellow-btn:before {
    background: #000;
}

.btn-red.yellow-btn:hover {
    background: #e6e805;
}

/* .action-section.nouts {
        background: url(../img/bg-nouts.jpg) no-repeat center #ff0505;
    }
*/

.action-section {
    background: url(../img/bg-2.png) no-repeat center 0 #AA2454;
    height: 460px;
}

.action-section .container {
    height: 100%;
}

.action-section .container .action-section__center {
    position: relative;
    top: -80px;
}

.action-section .container .action-section__center .action-section__title {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    font-family: 'Futura PT Extra', sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.action-section .container .action-section__center .action-section__title span {
    color: #63D7DE;
    display: block;
}

.action-section .container .action-section__center .action-section__white-arrow {
    position: absolute;
    background: url(../img/white-arrow.png) no-repeat;
    width: 128px;
    height: 83px;
    left: 286px;
    bottom: -20px;
}

.works {
    padding: 90px 0px;
}

.works__title {
    font-size: 38px;
    text-align: center;
    font-weight: 800;
    font-family: 'Futura PT Extra', sans-serif;
    text-transform: uppercase;
}

.works__after-title {
    font-weight: 500;
    font-size: 34px;
    text-align: center;
    margin-bottom: 37px;
}

.works__row {
    background: #f5f7f9;
    width: 100%;
    margin-top: 30px;
    padding-left: 5px;
    align-items: flex-start;
    overflow: hidden;
}

.works__row.flex-end {
    align-items: flex-end;
}

.works .container .works__row .works__row__left {
    max-width: 550px;
    width: 100%;
}

.works .container .works__row .works__row__left .works__row__head {
    text-transform: uppercase;
    background: linear-gradient(180deg, #AA2454 0%, #AA2454 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;

    font-size: 20px;
    height: 55px;
    font-weight: 700;
    margin-left: 13px;
}

.works .container .works__row .works__row__left .works__row__head span {
    padding-left: 66px;
    display: block;
    height: 100%;
    line-height: 55px;
}

.works .container .works__row .works__row__left .works__row__table {
    margin-bottom: 5px;
}

.works .container .works__row .works__row__left .works__row__table .table-tr {
    height: 55px;
    font-size: 16px;
    background: #fff;
    justify-content: flex-start;
    transition: all 0.2s;
}

.works .container .works__row .works__row__left .works__row__table .table-tr:hover {
    background-image: -moz-linear-gradient(-90deg, rgb(255, 150, 0) 0%, rgb(251, 175, 56) 100%) !important;
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 150, 0) 0%, rgb(251, 175, 56) 100%) !important;
    background-image: linear-gradient(-90deg, rgb(255, 150, 0) 0%, rgb(251, 175, 56) 100%) !important;
    ;
    color: #fff !important;
    cursor: pointer;
}

.works .container .works__row .works__row__left .works__row__table .table-tr:hover a {
    color: #fff !important;
}

.works .container .works__row .works__row__left .works__row__table .table-tr:first-child {
    color: #808080;
}

.works .container .works__row .works__row__left .works__row__table .table-tr:first-child .table-td {
    font-weight: 400 !important;
}

.works .container .works__row .works__row__left .works__row__table .table-tr:first-child:hover {
    background: #fff !important;
    color: #808080 !important;
}

.works .container .works__row .works__row__left .works__row__table .table-tr:nth-child(2n) {
    background: #f5f7f9;
}

.works .container .works__row .works__row__left .works__row__table .table-tr .table-td {
    height: 100%;
    align-items: center;
    display: flex;
}

.works .container .works__row .works__row__left .works__row__table .table-tr .table-td a {
    cursor: pointer;
}

.works .container .works__row .works__row__left .works__row__table .table-tr .table-td:first-child {
    width: 290px;
    padding-left: 14px;
}

.works .container .works__row .works__row__left .works__row__table .table-tr .table-td:nth-child(2) {
    width: 150px;
    padding-left: 14px;
    font-weight: 700;
}

.works .container .works__row .works__row__left .works__row__table .table-tr .table-td:nth-child(3) {
    width: calc(100% - 150px - 290px);
    justify-content: center;
}

.works .container .works__row .works__row__left .works__row__table .table-tr .table-td:nth-child(3) a {
    color: #cacaca;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 1000%;
    text-align: center;
    line-height: 55px;
    transition: all 0.2s;
}

.works .container .works__row .works__row__left .works__row__table .table-tr a:hover {

    background-image: -moz-linear-gradient(90deg, rgb(239, 141, 0) 0%, rgb(216, 101, 0) 100%) !important;
    ;
    background-image: -webkit-linear-gradient(90deg, rgb(239, 141, 0) 0%, rgb(216, 101, 0) 100%) !important;
    ;
    background-image: linear-gradient(90deg, rgb(239, 141, 0) 0%, rgb(216, 101, 0) 100%) !important;

    color: #fff !important;
}

.works .container .works__row .works__row__img {
    width: auto;
    margin-top: 30px;
}

.works .container .works__row .works__row__img.service-img-1 {
    margin-right: 40px;
    margin-left: 40px;
    margin-top: auto;
}

.works .container .works__row .works__row__img.service-img-2 {
    margin-right: auto;
    margin-left: auto;
}

.works .container .works__row .works__row__img img {
    display: flex;
}

.works__head__computers {
    background: url(../img/icons/computer.svg) no-repeat left;
    background-size: 48px;
}

.works__head__laptops {
    background: url(../img/icons/analytics-monitor.svg) no-repeat left;
    background-size: 55px;
}

.works__head__windows {
    background: url(../img/icons/programmable.svg) no-repeat 5px;
    background-size: 35px;
}

.works__head__enternet {
    background: url(../img/icons/internet.svg) no-repeat 5px;
    background-size: 35px;
}

.works__head__kaspersk {
    background: url(../img/icons/tower.svg) no-repeat 3px;
    background-size: 40px;
}

.works__head__no-flash {
    background: url(../img/icons/no-flash.svg) no-repeat 3px;
    background-size: 40px;
}

.works__head__screen-no {
    background: url(../img/icons/no-screen.svg) no-repeat 3px;
    background-size: 40px;
}

.works__head__television {
    background: url(../img/icons/television.svg) no-repeat 3px;
    background-size: 40px;
}

.works__head__on-and-close {
    background: url(../img/icons/on-and-close.svg) no-repeat 3px;
    background-size: 40px;
}


.works__head__no-sound {
    background: url(../img/icons/no-sound.svg) no-repeat 3px;
    background-size: 40px;
}

.works__head__no-watch {
    background: url(../img/icons/no-watch.svg) no-repeat 3px;
    background-size: 40px;
}

.works__head__no-work {
    background: url(../img/icons/no-work.svg) no-repeat 3px;
    background-size: 40px;
}




.you-know {
    padding: 95px 0px;
    background: url(../img/bg-3.jpg) no-repeat center;
    background-size: cover;
}

.you-know .you-know__block {
    background: #f1f3f5;
    padding: 45px 30px;
    width: 100%;
}

.you-know .you-know__block .you-know__title {
    font-size: 38px;
    text-align: center;
    font-weight: 800;
    font-family: 'Futura PT Extra', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.you-know .you-know__block .you-know__description {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.you-know .you-know__block .you-know__form form div {
    width: 48.5%;
}

.you-know .you-know__block .you-know__form form div textarea {
    width: 100%;
    height: 190px;
    border: none;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Futura PT';
    color: #919191;
    transition: all 0.2s;
}

.you-know .you-know__block .you-know__form form div textarea:hover {
    background: #e6eaef;
}

.you-know .you-know__block .you-know__form form div input {
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    border: none;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: 'Futura PT';
    font-weight: 500;
    color: #919191;
    transition: all 0.2s;
}

.you-know .you-know__block .you-know__form form div input:hover {
    background: #e6eaef;
}

.you-know .you-know__block .you-know__form form div select {
    font-family: 'Futura PT';
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    border: none;
    font-size: 14px;
    margin-bottom: 20px;
    background: url(../img/select.png) no-repeat #fff 96% 50%;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    font-weight: 500;
    color: #919191;
    transition: all 0.2s;
    cursor: pointer;
}

.you-know .you-know__block .you-know__form form div select:hover {
    background: url(../img/select.png) no-repeat #e6eaef 96% 50%;
}

.you-know .you-know__block .you-know__form form div .form-end {
    width: 100%;
}

.you-know .you-know__block .you-know__form form div .form-end .btn-red {
    width: 240px;
    border: none;
    line-height: 40px;
    font-family: 'Futura PT';
    white-space: nowrap;
}

.you-know .you-know__block .you-know__form form div .form-end span {
    font-size: 14px;
    padding-left: 20px;
    font-weight: 300;
}

.we-great {
    padding: 75px 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
}

.we-great__description {
    margin-top: 100px;
    text-align: center;
    font-size: 34px;
    font-weight: 500;
}

.we-great__title {
    font-size: 38px;
    text-align: center;
    font-weight: 800;
    font-family: 'Futura PT Extra', sans-serif;
    text-transform: uppercase;
}

.we-great .container .we-doing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-top: 60px;
}

.we-great .container .we-doing>div {
    width: 100%;
    background: #f5f7f9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 305px;
    transition: all 0.4s;
    margin-bottom: 10px;
    margin-top: 10px;
}

.we-great .container .we-doing>div:hover {
	background-image: -moz-linear-gradient( -90deg, rgb(255,150,0) 0%, rgb(251,175,56) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(255,150,0) 0%, rgb(251,175,56) 100%);
	background-image: linear-gradient( -90deg, rgb(255,150,0) 0%, rgb(251,175,56) 100%);	
    color: #fff;
    height: 325px;
    margin-bottom: 0px;
    margin-top: 0px;
    transform: scale(1.1);
}

.we-great .container .we-doing>div:hover div .we-doing__img svg {
    fill: #fff;
}

.contenter {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

@media (max-width: 768px) {
    .contenter {
        grid-template-columns: 1fr;
    }
}

.contenter .content {
    display: grid;
    padding: 32px;
    grid-template-rows: 200px min-content min-content;
    background: #F3F6F8;
    justify-content: center;
    align-items: center;
}

.contenter .content .we-doing__img {
    width: fit-content;
    justify-self: center;
}

.contenter .content .we-doing__text-1 {
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 800;
    font-size: 33px;
    line-height: 42px;
}

.contenter .content .we-doing__text-2 {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

.we-great .container .we-doing>div * {
    width: auto;
    height: auto;
    max-width: 120px;
    max-height: 150px;
    text-align: center;
}

.we-great .container .we-doing>div .we-doing__text-1 {
    font-size: 40px;
    font-weight: 700;
}

.we-great .container .we-doing>div .we-doing__text-2 {
    font-size: 18px;
    line-height: 100%;
}

.we-great .container .feedback_block {
    padding-top: 100px;
    padding-bottom: 75px;
}

.we-doing__img svg {
    fill: #000;
    width: 154px !important;
}

.regular.slider {
    margin-top: 40px;
}

.feedback {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    background: #f5f7f9;
    padding: 30px;
}

.feedback_block {
    padding-bottom: 50px;
}

.feedback .feedback__name {
    font-size: 18px;
    margin: 15px 0px;
}

.feedback .feedback__name span {
    color: #cacaca;
}

.feedback p {
    font-size: 18px;
    font-family: 'Futura PT Book', sans-serif;
}

.btn-grey {
    margin: 0 auto;
    background: #2f2e3c;
    display: table;
    margin-top: 26px;
}

.btn-grey:hover {
    background: #1a1925;
}

.specials {
    padding: 75px 0px;
    background: #eeeff1;
    padding-bottom: 150px;
}

.specials .specials__description {
    text-align: center;
    font-size: 34px;
    font-weight: 500;
}

.specials .specials__title {
    font-size: 38px;
    text-align: center;
    font-weight: 800;
    font-family: 'Futura PT Extra', sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 680px;
}

.specials .specials__alert {
    max-width: 940px;
    border: 3px solid #63D7DE;
    position: relative;
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    padding: 13px 0px;
    margin-top: 35px;
    font-family: 'Futura PT Book', sans-serif;
    margin-bottom: 42px;
}

.specials .specials__alert:before {
    content: "!";
    width: 96px;
    height: 100%;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
	background: #63D7DE;
}

.specials .specials-best-spec__title {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 18px;
    text-align: center;
}

.specials .specials__block {
    max-width: 940px;
    margin: 0 auto;
    align-items: flex-start;
}

.specials .specials__block .specials__item {
    background: #fff;
	width: 300px;
	position: relative;
	z-index: 4;
}

.specials .specials__block .specials__item:hover {
	
}

.specials .specials__block .specials__item .specials__text::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;

	width: 100%;
	height: calc(100% + 60px);

	content: '';
	opacity: 0;

	background:#63D7DE;

	transition: transform 0.3s, opacity 0.5s ease;

	transform: translateY(-100%);
}

.specials .specials__block .specials__item:hover .specials__text {
	color: #fff;  
}

.specials .specials__block .specials__item:hover .specials__text::before {
	opacity: 1;
	transform: translateY(0);
}

.specials .specials__block .specials__item:hover .specials__text .specials__hidden {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding-bottom: 20px;
}

.specials .specials__block .specials__item .specials__text {
    padding-top: 29px;
    padding-left: 20px;
    font-size: 18px;
    padding-bottom: 29px;
    position: relative;
    transition: all 0.2s;
}

.specials .specials__block .specials__item .specials__text .specials__name {
	transition: none;
	position: relative;
}

.specials .specials__block .specials__item .specials__text .specials__hidden {
    font-size: 18px;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    color: #fff;
    position: absolute;
    left: 0px;
    padding-left: 20px;
    width: 100%;
}

.specials .specials__block .specials__item .specials__text .specials__hidden span {
    font-weight: 300;
}

.sale-block {
    background: #AA2454;
}

.sale-block .container .sale-block__img {
    width: 360px;
    display: flex;
    justify-content: flex-end;
	padding-top: 115px;
	padding-bottom: 20px;
}

.sale-block .container .sale-block__block {
    width: calc(100% - 400px);
}

.sale-block .container .sale-block__block .sale-block__title {
    font-size: 38px;
    text-align: left;
    font-weight: 800;
    font-family: 'Futura PT Extra', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.sale-block .container .sale-block__block .sale-block__subtitle {
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 18px;
}

.sale-block .container .sale-block__block .sale-block__descr {
    font-size: 35px;
    font-family: 'Futura PT Book', sans-serif;
    margin-top: 15px;
    color: #fff;
}

.sale-block .container .sale-block__block .sale-block__descr span {
    color: #ffe800;
}

.sale-block .container .sale-block__block .sale-block__form {
    margin-top: 50px;
}

.sale-block .container .sale-block__block .sale-block__form .sale-block__form__title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sale-block .container .sale-block__block .sale-block__form form input {
    height: 50px;
    width: 368px;
    border: none;
    font-size: 14px;
    padding: 0px 15px;
    margin-right: 20px;
    font-family: 'Futura PT';
}

.sale-block .container .sale-block__block .sale-block__form form .btn-red.yellow-btn {
    border: none;
    font-family: 'Futura PT';
    height: 50px;
    font-weight: 700;
    width: 280px;
	background: #63D7DE;
	color: black;

}

.sale-block .container .sale-block__block .sale-block__form form .btn-red.yellow-btn::before {
	background: black;
}

.sale-block .container .sale-block__block .sale-block__form .sale-block__form-footer {
    margin-top: 15px;
    font-family: 'Futura PT Book', sans-serif;
    color: #fff;
    font-size: 14px;
}

.vantage {
    /* background: url(../img/bg-5.jpg) no-repeat center; */
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 100px;
}

.vantage .container .vantage__row {
    width: 100%;
    background: #fff;
}

.vantage .container .vantage__row.parts {
    background: #f5f7f9;
    align-items: flex-start;
}

.vantage .container .vantage__row .vantage__row_left {
    padding: 35px 30px;
}

.vantage .container .vantage__row .vantage__row_left .vantage__descript {
    text-align: left;
    font-size: 30px;
    font-weight: 500;
}

.vantage .container .vantage__row .vantage__row_left .vantage__title {
    font-size: 30px;
    text-align: left;
    font-weight: 800;
    font-family: 'Futura PT Extra', sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 680px;
}

.vantage .container .vantage__row .vantage__row_left .vintage__ul {
    margin-top: 30px;
}

.vantage .container .vantage__row .vantage__row_left .vintage__ul .vintage__ul_li {
    font-family: 'Futura PT Book', sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
}

.vantage .container .vantage__row .vantage__row_left .vintage__ul .vintage__ul_li:last-child {
    margin-bottom: 0px;
}

.vantage .container .vantage__row .vantage__row_left .vintage__ul .vintage__ul_li .vintage__ul_li_img {
    margin-right: 13px;
}

.vantage .container .vantage__row .vantage__row_left .vintage__ul .vintage__ul_li .vintage__ul_li_img img {
    width: 35px;
}

.vantage .container .vantage__row .vintage__img img {
    display: block;
}

.questions {
    padding: 100px 0px;
}

.questions .container .questions__block {
    background: #f5f7f9;
    width: 100%;
    padding: 50px 25px;
}

.questions .container .questions__block .questions__title {
    font-size: 38px;
    text-align: center;
    font-weight: 800;
    font-family: 'Futura PT Extra', sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
}

.questions .container .questions__block .questions__description {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 5px;
}

.questions .container .questions__block form {
    flex-wrap: wrap;
    margin-top: 30px;
}

.questions .container .questions__block form input {
    width: 49%;
    height: 50px;
    padding: 0px 15px;
    margin-bottom: 18px;
    border: none;
    font-size: 14px;
    font-weight: 800;
    font-family: 'Futura PT';
}

.questions .container .questions__block form textarea {
    width: 100%;
    padding: 15px;
    border: none;
    font-family: 'Futura PT';
    height: 100px;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 18px;
}

.questions .container .questions__block form .questions__form-footer {
    justify-content: flex-start;
}

.questions .container .questions__block form .questions__form-footer button {
    border: none;
    font-family: 'Futura PT';
}

.questions .container .questions__block form .questions__form-footer span {
    display: block;
    font-family: 'Futura PT Book', sans-serif;
    font-size: 14px;
    margin-left: 18px;
}

.map {
    position: relative;
}

.map .container {
    z-index: 2;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.map .container .contacts {
	background: #AA2454;
    color: white;
    padding: 35px 100px;
    width: 1140px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
}

.map .container .contacts-left {
    max-width: 425px;
    width: 100%;
    font-family: 'Futura PT Book', sans-serif;
    font-size: 32px;
    line-height: 110%;
}

.map .container .contacts-left span {
    font-family: 'Futura PT Extra', sans-serif;
    display: block;
}

.map .container .contacts-right .contacts__phones {
    font-size: 22px;
    font-weight: 700;
    /* background: url(../img/icons/telephone.svg) no-repeat left 50%; */
    background-size: 22px;
    margin-bottom: 12px;
}

.map .container .contacts-right .contacts__phones a {
    color: white;
    text-decoration: none;
}

.map .container .contacts-right .contacts__mail {
    font-size: 16px;
    font-weight: 400;
    background: url(../img/icons/envelope.svg) no-repeat left 50%;
    background-size: 22px;
    padding-left: 30px;
    font-family: 'Futura PT Book', sans-serif;
    margin-bottom: 14px;
}

.map .container .contacts-right .contacts__mail a {
    color: #fff;
    text-decoration: none;
}

.map .container .contacts-right .contacts__text {
    font-size: 18px;
    font-family: 'Futura PT Book', sans-serif;
}

.map .container .contacts-right .contacts__text span {
    font-family: 'Futura PT';
    font-weight: 700;
}

footer {
    padding: 15px 0px;
}

footer .container .logo {
    width: 175px;
}

footer .container .logo img {
    width: 50px;
}

footer .container .logo span {
    font-size: 12px;
}

footer .container .lenstudio img {
    width: 70px;
}

footer .container .politic {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
}

footer .container .lenstudio {
    font-family: 'Futura PT Book', sans-serif;
    font-size: 16px;
    color: #999999;
    position: relative;
    top: -3px;
}

footer .container .lenstudio img {
    position: relative;
    top: 7px;
}

footer .container .call_back {
    display: block;
    width: 131px;
    height: 22px;
    background: #63D7DE;
    position: relative;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
    transition: all 0.2s;
    margin-left: 5px;
    cursor: pointer;
}

footer .container .call_back:hover {
    background: #bd0101;
}

footer .container .footer__phone {
    background: url(../img/icons/callback.svg) no-repeat left 50%;
    background-size: 13px;
    padding-left: 19px;
    margin-right: 5px;
}

footer .container .footer__phone a {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    text-decoration: none;
}

footer .container .footer__email {
    font-family: 'Futura PT Book', sans-serif;
    font-size: 16px;
    background: url(../img/icons/email-footer.svg) no-repeat left 50%;
    padding-left: 30px;
    margin-right: 5px;
}

footer .container .footer__email a {
    color: #000;
    text-decoration: none;
}

.remodal {
    padding: 38px 0px;
}

.remodal .modal-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px;
}

.remodal form input {
    width: 266px;
    height: 50px;
    padding: 0px 18px;
    border: none;
    font-size: 14px;
    font-weight: 800;
    font-family: 'Futura PT';
    display: block;
    margin: 0 auto;
    background: #f5f7f9;
    margin-bottom: 20px;
}

.remodal form input:hover {
    background: #e6eaef;
}

.remodal form textarea {
    width: 266px;
    height: 100px;
    padding: 18px 18px;
    border: none;
    font-size: 14px;
    font-weight: 800;
    font-family: 'Futura PT';
    display: block;
    margin: 0 auto;
    background: #f5f7f9;
    margin-bottom: 20px;
}

.remodal form button {
    width: 266px;
    margin-bottom: 20px;
    border: none;
    font-family: 'Futura PT';
    line-height: 45px;
    padding-right: 115px;
    padding-left: 0px;
}

.remodal .modal-form {
    font-family: 'Futura PT Book', sans-serif;
    font-size: 11px;
    max-width: 266px;
    margin: 0 auto;
}

.thx-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.thx-text {
    font-size: 22px;
    font-family: 'Futura PT Book', sans-serif;
    margin-bottom: 25px;
}

.thx-close {
    width: 266px;
    line-height: 45px;
    padding-right: 85px;
}

/*# sourceMappingURL=style.css.map */

.main-block__left {
    color: #ffffff;
}

.main-block .container .main-block__left .main-block__descript {
    color: #63D7DE;
    font-weight: 700;
}

.head__phone {
    margin-left: auto;
    margin-right: 15px;
}



@media (min-width: 0px) and (max-width:991px) {
    .head__phone {
        margin-right: 0;
        margin-left: 0;
    }
}

#feedback .btn-red {
    margin: 0 auto;
    display: table;
    margin-top: 26px;
}

.mt-45 {
    margin-top: 45px;

}

@media screen and (max-width: 1199px) {
    .map .container .contacts {
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 767px) {
    .map .container .contacts {
        width: 100%;
        position: relative;
    }
}


.you-know__option::first-letter {
    text-transform: uppercase !important;
}

.pricelist {
    background: #F1F1F3;
    padding-bottom: 25px;
}

.pricelist__list-title {
    margin-bottom: 0;
}
@media (max-width: 575px) {
    .pricelist__list-title {
        margin-bottom: 20px;
    }
}

.pricelist__list {
    overflow: hidden;
    padding: 0;
    margin: 0 0 60px;
    border-radius: 5px
}

.pricelist__list-head {
    display: flex;
    padding: 25px 40px;
    justify-content: space-between;
    font-weight: 900
}

@media (max-width: 767px) {
    .pricelist__list-head {
        padding: 20px 20px
    }
}

@media (max-width: 575px) {
    .pricelist__list-head {
        display: none;
    }
}

.pricelist__list-head-price {
    width: 200px;
    transition: .2s ease-out
}

@media (max-width: 767px) {
    .pricelist__list-head-price {
        width: auto;
        text-align: right
    }
}

.pricelist__list-more {
    width: 280px;
    margin: 0 auto;
    margin-top: 30px;
    font-family: 'Futura PT';
    font-weight: bold;
}

.pricelist__list-title {
    font-size: 30px;
}

.pricelist__list > .d-flex  {
    display: none !important;
}

.pricelist__list > .pricelist__item:nth-of-type(8) ~ .d-flex  {
    display: flex !important;
}

.pricelist__list.all-item .pricelist__item:nth-of-type(n+8) {
    display: flex
}

.pricelist__item {
    position: relative;
    list-style-type: none;
    display: flex;
    width: 100%;
    padding: 0px 40px;
    justify-content: space-between;
    align-items: center;
    background: white;
    font-size: 18px;
    cursor: pointer;
    transition: .1s ease-out
}

@media (max-width: 767px) {
    .pricelist__item {
        padding: 20px 20px
    }
}

@media (max-width: 575px) {
    .pricelist__item {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 15px
    }
}

.pricelist__item:nth-of-type(n+8) {
    display: none
}

.pricelist__item:hover {
    background: #63D7DE;
    transition: .2s ease-in
}

.pricelist__item:hover::before {
    content: 'Заказать ремонт';
    position: absolute;
    right: 35px;
    font-weight: 900;
    transform: translateX(-50%)
}

@media (max-width: 991px) {
    .pricelist__item:hover::before {
        left: unset;
        right: 0
    }
}

@media (max-width: 767px) {
    .pricelist__item:hover::before {
        display: none
    }
}

.pricelist__item:hover .pricelist__item-price {
    opacity: 0
}

@media (max-width: 767px) {
    .pricelist__item:hover .pricelist__item-price {
        opacity: 1
    }
}

.pricelist__item-name {
    flex: 1;
    font-weight: 400
}

.pricelist__item-price {
    width: 200px
}

@media (max-width: 767px) {
    .pricelist__item-price {
        width: 90px
    }
}

@media (max-width: 575px) {
    .pricelist__item-price {
        margin-top: 10px;
        width: 100%;
        text-align: left;
        white-space: nowrap
    }
}

.pricelist-form {
    color: white;
    background: #2C2A25
}

.pricelist-form__title {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .pricelist-form__title {
        margin-bottom: 40px
    }
}

.pricelist-form form {
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 991px) {
    .pricelist-form form {
        flex-direction: column
    }
}

.pricelist-form form .tel {
    width: 50%
}

@media (max-width: 991px) {
    .pricelist-form form .tel {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px
    }
    .pricelist-form form .tel input {
        max-width: 100%
    }
}

.pricelist-form form button {
    width: calc(50% - 30px);
    margin-left: 30px
}

@media (max-width: 991px) {
    .pricelist-form form button {
        width: 100%;
        margin-left: 0
    }
}

.pricelist-form form .form__privicy {
    color: #979797
}
