/* global */

@font-face {
	font-family: 'Share-TechMono';
	src: url('/assets/templates/fonts/Share-TechMono.woff2') format('woff2'), url('/assets/templates/fonts/Share-TechMono.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*::-webkit-scrollbar {
    width: .5rem;
}
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
*::-webkit-scrollbar-thumb {
    background-color: var(--bg_collor_all);
    outline: 1px solid slategrey;
}
a {
    text-decoration: none;
    color: inherit;
    transition: 220ms;
    -webkit-transition: 220ms;
    -moz-transition: 220ms;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
html {
    font-size: 10px;
    font-family: 'FuturaBookC', sans-serif;
    background: #fff;
    scroll-behavior: smooth;
}
:target {
    scroll-margin-top: 120px;
}
:root {
    --bg_grad_of_samsung: rgb(2,0,36);
    --bg_grad_samsung: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(113,9,121,1) 35%, rgba(0,212,255,1) 100%);
    --bg_grad_of_samsung_category: rgb(124,123,143);
    --bg_grad_samsung_category: linear-gradient(107deg, rgba(124,123,143,1) 0%, rgba(132,58,147,1) 47%, rgba(182,181,191,1) 71%, rgba(11,40,180,1) 84%, rgba(255,255,255,1) 100%);
    --bg_b: rgb(168, 168, 168);
    --global_f_s: 4vw;
}
.container {
    max-width: 128rem;
    margin: 0rem auto;
    padding: 0rem 1rem;
}
.test {
    width: 90%;
    height: 15rem;
    background: indianred;
    margin: 1rem auto;
}
/* global */

/* header */

.header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: 160ms;
    -webkit-transition: 160ms;
    box-shadow: 5px 5px 15px rgba(188, 188, 188, 0.3);
}
.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    padding: .5rem;
    max-width: 128rem;
    margin: auto;
}
.logo {
    display: flex;
    align-items: center;
    position: relative;
}
.logo_text {
    padding: 1.2rem 0rem 1.2rem 1rem;
    border-left: 1px solid var(--bg_collor_all);
    margin-left: 1rem;
}
nav a {
    padding: 1rem 2.2vw;
    font-size: 1.8rem;
}
nav a:hover {
    border-bottom: 1px solid var(--bg_collor_all);
    color: var(--bg_collor_all);
}
.header_tel a {
    font-size: 2rem;
    color: darkblue;
}
.menu_m_closed {
    display: none;
}
.header_mobile {
    display: none;
    align-items: center;
    height: 6rem;
    position: sticky;
    top: 0;
    background: white;
    z-index: 35;
    justify-content: space-between;
}
.header_mobile .header_tel {
    display: flex;
    align-items: center;
}
.header_mobile svg {
    color: #00E676;
}
.mobile_nav_on {
    display: none;
}
/* header */

/* main */

.main {
    background: var(--bg_collor_all);
    padding: 4rem 0;
}
.main_category {
    background: var(--bg_collor_all);
    padding: 8rem 0;
}
.main_block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.main_right img {
    max-width: 100%;
    max-height: 70rem;
		height: 100%;
		width: auto;
		-o-object-fit: contain;
		object-fit: contain;
    padding: 3rem;
}
.main_right_model img {
    max-height: 100%;
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.main_left {
    color: white;
    font-size: 1.6rem;
    max-width: 80rem;
}
.mein_left,
.main_right {
    width: 50%;
    text-align: center;
}
.main_item {
    display: flex;
    align-items: center;
    margin-bottom: 1.4rem;
}
.main_item img {
    margin-right: 1rem;
}
.main_title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 4rem;
}
.main .main_title, .main .main_title h1 {
    font-size: 4.4rem;
}
.main .main_item_text {
    font-size: 2.6rem;
}
.main_category .main_right {
    width: 32rem;
    height: 32rem;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.main_category  .main_right:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border: 3px solid var(--bg_collor_all);
    border-radius: 50%;
}
.main_right {
    position: relative;
}
input {
    border-radius: 4px;
}
.main_form input[type="tel"] {
    padding: 1rem;
    border: none;
    outline: none;
    width: 40%;
}
.main_form input[type="submit"] {
    padding: 1rem;
    border: none;
    outline: none;
    width: 40%;
    cursor: pointer;
    background-color: #79b928;
    color: #FFFFFF;
}
.main_form input[type="submit"]:hover {
    opacity: .85;
}
form.main_form {
    margin-top: 3rem;
}
.main_huawei input[type="submit"],
.main_lenovo input[type="submit"]{
    background: #1a9a44;
}
.main_xiaomi input[type="submit"] {
    background: #3178ee;
}
.main_lg input[type="submit"] {
    background: #5b9f33;
}

/* main */

/* category */

.block_title {
    text-align: center;
    margin: 7rem 0 2rem 0;
    font-size: 3rem;
}
.price_block {
    margin-bottom: 5rem;
}
.category_item {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 2.2rem;
    font-family: 'FuturaMediumC';
    font-weight: 900;
}
.category_item_text {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
}
.category_item_text span {
    font-size: 1.8rem;
    color: #737373;
    font-family: 'FuturaBookC', sans-serif;
}
.category_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 4rem;
    gap: 1rem;
}
.category_item {
    width: 32rem;
    padding: 2rem;
    cursor: pointer;
    border-radius: 6px;
    background: #ffffff;
    box-shadow:  20px 20px 60px #d9d9d9,
    -20px -20px 60px #ffffff;
}
.category_item:hover {
    box-shadow: 5px 5px 10px #d9d9d9, -20px -20px 60px #ffffff;
}
.category_item img {
    width: auto !important;
    margin: 0 auto;
    height: 14rem;
}

/* category */

/* advantage */

.advantage_items {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.advantage_item {
    text-align: center;
    width: 32rem;
    padding: 2rem;
    margin: 3rem;
    border: 2px solid var(--bg_collor_all);
    border-radius: 8px;
}
.advantage_item_title {
    font-size: 2.4rem;
}
.advantage_item_text {
    font-size: 1.8rem;
}

/* advantage */

/* main form */

.main_form_block {
    background: rgb(218,218,218);
    background: linear-gradient(45deg, rgba(218,218,218,1) 0%,
    rgba(97,97,97,1) 25%,
    rgba(171,171,171,1) 50%,
    rgba(111,106,100,1) 66%,
    rgba(215,215,215,1) 100%);
    padding: 5rem 1rem;
}
.main_form_container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 4rem;
    background: white;
    width: 100%;
    border-radius: 8px;
}

.main_form_right img {
    width: 100%;
    max-width: 40rem;
}
.block_title_form {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 3rem;
}
.block_title_form_m {
    font-size: 2rem;
    text-align: center;
}
.block_title_form_m span {
    color: red;
}
.main_f_s {
    display: block;
}
.main_form lable {
    display: flex;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    max-width: 570px;
}
.main_form input[type='checkbox'] {
    margin-right: .4rem;
}

.main_form_otp {
    display: flex;
    align-items: center;
}
.main_form_l input {
    padding: 1rem;
    outline: none;
    border: 1px solid #cdcdcd !important;
    display: block;
    width: 28rem !important;
    margin-bottom: 2rem;
}
.main_form_l {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}
/* main form */

/* garant sert container */

.garant_sert_container {
    display: flex;
    text-align: center;
    justify-content: space-around;
    align-items: center;
    padding: 2rem 0;
}
.garant_sert_container img {
    margin: 3rem;
    box-shadow: 20px 20px 60px #a7a7a7, -20px -20px 60px #ffffff;
}
.garant_sert_block_text {
    padding: 3rem;
}
.garant_sert_block_title {
    font-size: 3rem;
    margin-bottom: 3rem;
}
.garant_sert_block_text_all {
    font-size: 2.2rem;
}
.garant_sert_c_img {
    display: flex;
}
/* garant sert container */

/* map */

.map_block {
    position: relative;
}
.map_block_contacts {
    position: absolute;
    background: white;
    top: 0;
    left: 10%;
    height: 80%;
    width: 35rem;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding: 2rem;
    display:none;
}
.map_block_title {
    font-size: 2.4rem;
}

/* map */

/* footer */

footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 1rem;
    border-bottom: 1px solid #cdcdcd;
}
.footer_l {
    display: flex;
    align-items: center;
}
.footer_logo {
    margin-right: 2rem;
}
.footer_tel {
    font-size: 2rem;
    margin-bottom: 1rem;
}
address {
    font-size: 1.4rem;
    width: 30rem;
}
.copir {
    padding: 1rem;
    font-size: 1.4rem;
}

/* footer */

/* price */

.table_body {
    background: var(--bg_collor_all) !important;
    color: white;
    text-align: left;
}
table {
    border-collapse: collapse;
    width: 100%;
    max-width: 86rem;
    margin: auto;
    font-size: 1.6rem;
}

td, th {
    padding: 1.6rem 3.2rem;
    height: 7rem;
}
td:first-child {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
td:last-child {
    border-right: 1px solid #e6e6e6;
}
tr {
    transition: 200ms;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.td_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    height: 100%;
}
.td_img_text {
    font-size: 1.4rem;
    color: #9a9a9a;
}
.price_td_nowrap {
    white-space: nowrap;
}

tr:nth-child(2n+1) {
    background: #f3f3f3;
}
.harakt_table {
    margin: auto;
    font-size: 14px;
}
caption {
    font-size: 2rem;
    padding: 2rem 0 1rem;
}
.model_harakt_text {
    font-size: 1.6rem;
}
.model_open_modal {
    padding: 1rem;
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
    background: var(--bg_collor_all);
    color: white;
    border-radius: 4px;
}
.model_open_modal:hover {
    opacity: .8;
}

/* price */

/* modal */

.modal_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #00000078;
    z-index: -1;
    display: none;
}
.modal_bg_active {
    z-index: 1001;
    display: block;
}
.modal_form {
    width: 32rem;
    height: 20rem;
    background: white;
    position: fixed;
    top: -200%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1002;
    padding: 2rem;
    border-radius: 4px;
}
.modal_form_active {
    top: 0;
}
.modal_form input {
    width: 100%;
    padding: 1rem;
    margin: 1rem 0;
    outline: none;
    border: 1px solid #a7a7a7;
}
.modal_form input[type='submit'] {
    color: white;
    background-color: var(--bg_collor_all);
    cursor: pointer;
}
.modal_form input[type='submit']:hover {
    opacity: .8;
}
.modal_form lable {
    font-size: 2rem;
    text-align: center;
    display: block;
    margin-bottom: 1rem;
}
.closed_form {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 2rem;
    cursor: pointer;
}
.burger {
    height: 70%;
    width: 6rem !important;
}
.burger_off {
    opacity: 0;
}
/* modal */

.header_tel {
	display: flex;
	column-gap: 5rem;
	row-gap: 1rem;
	align-items: center;
	flex-wrap: wrap
}

.header_tel .model_open_modal {
	width: auto;
}

.second-header {
	font-size: 1.7rem;
	display: flex;
	column-gap: 1rem;
	justify-content: space-between;
	padding: 1.5rem 0;
	border-top: 1px solid #EFEFEF;
	max-width: 128rem;
	margin: 0 auto;
}

.second-header__link {
	text-align: center;
}

.another-models__wrapper {
	display: flex;
	justify-content: center;
	gap: 1rem;
}

.another-models__outer {
	margin-bottom: 2rem;
}

.not-found__form-outer {
	margin-bottom: 5rem;
}

.not-found__form-wrapper form {
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.not-found__form-wrapper form input[type="tel"], .not-found__form-wrapper form input[type="submit"] {
	width: auto;
}

.not-found__form-wrapper form input[type="tel"] {
	border: 1px solid #C8C8C8;
}

form input[type="tel"], form input[type="submit"], form input[type="text"] {
	font-family: 'FuturaBookC', sans-serif;
	font-size: 2rem;
}

.text__section {
	font-size: 1.8rem;
	margin: 5rem 0;
}

.text__section h2, .text__section h3 {
	margin: 2rem 0 1rem;
}

.text__section a {
	text-decoration: underline;
}

.text__section ul {
	margin: 1.5rem 0 1rem 3rem;
}

.error__page {
	height: 100%;
}

.error__page body {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.error__section {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
}

.error__inner {
	display: flex;
	max-width: 125rem;
	gap: 2rem;
}

.error__text {
	font-size: 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.error__text a {
	margin: 2rem auto;
	max-width: 25rem;
	display: block;
	color: #FFFFFF;
	background: var(--bg_collor_all);
	border-radius: 5px;
	padding: 1rem 2rem;
	text-transform: uppercase;
	font-size: 25px;
}


.error__image {
	height: 50rem;
	width: 100%;
}
.error__image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.stages__outer {
	margin: 4rem 0;
}

.stages__wrapper {
	display: grid;
	gap: 3rem;
	grid-template-columns: repeat(3, auto);
	grid-template-rows: auto;
	justify-content: center;
	font-size: 2rem;
}

.stage__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	max-width: 400px;
	min-height: 250px;
	background: #FFFFFF;
	border-radius: 15px;
	padding: 2rem 1rem;
	transition: .3s;
	will-change: transform; 
	box-shadow:  11px 11px 22px #d9d9d9,
	             -11px -11px 22px #ffffff;
}

.stage__item:hover {
	transform: translateY(-10px);
}

.stage__item:before {
	content: '';
	font-family: 'Share-TechMono';
	font-size: 75px;
	letter-spacing: -8px;
	font-weight: 700;
	position: absolute;
	left: -13px;
	top: -26px;
	color: #b2b2b285;
}

.stage__item:first-child:before {
	content: '01';
}
.stage__item:nth-child(2):before {
	content: '02';
}
.stage__item:nth-child(3):before {
	content: '03';
}
.stage__item:nth-child(4):before {
	content: '04';
}
.stage__item:nth-child(5):before {
	content: '05';
}
.stage__item:last-child:before {
	content: '06';
}

.stage__title {
	font-weight: 700;
	font-size: 2.2rem;
}

.stage__text {
	text-align: center;
}

.stage__icon svg {
	height: 75px;
	width: 75px;
	fill: var(--bg_collor_all)
}

.cities__wrapper {
	position: relative;
}

.city_current {
	display: flex;
	align-items: end;
	gap: .3rem;
	font-size: 1.8rem;
	position: relative;
	border-radius: 25px;
	border: 1px solid #c8c8c8;
	padding: 0.5rem 1.3rem;
}

.city_current:before {
	content: '';
	display: flex;
	height: 20px;
	width: 20px;
	background: url('/assets/templates/img/pin-filled.svg');
	background-position: cover;
	margin-bottom: 3px;
}

.cities__wrapper:hover {
	cursor: default;
}



.cities__list {
	font-size: 1.8rem;
	position: absolute;
	top: 37px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 1rem;
	display: grid;
	grid-template-columns: repeat(2, auto);
	min-width: 300px;
	border: 1px solid #f2f2f2;
	row-gap: 1rem;
}

.city__item:hover a {
	text-decoration: underline;
}

input.preload {
	background-image: url('/assets/templates/img/roll-preload.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	color: transparent!important;
	
}

.footer-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.powered-text {
	font-size: 1.4rem;
}

.breadcrumbs {
	justify-content: center;
	font-size: 1.6rem;
	display: flex;
	gap: 2rem;
	border-bottom: 1px solid #efefef;
	padding: 1.5rem 0;
	background: #f7f7f7;
	flex-wrap: wrap;
}

.breadcrumbs li::marker {
	content: none;
}

.breadcrumbs a {
	text-decoration: underline;
}

.main_index .main_right img {
	padding: 0;
	max-height: 40rem;
}

.main_index .main_right {
	width: auto;
	max-width: 80rem;
}

.main_index .container {
	max-width: 135rem;
}

.main_form_block .main_form {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.reviews__section {
	margin: 4rem 0;
}

.reviews__wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	font-size: 1.8rem;
	gap: 2rem;
}

.review__header {
	margin-bottom: 1rem;
}

.review__name {
	font-weight: 700;
}

.review__item {
	border-radius: 15px;
	padding: 2rem;
	background: #FFFFFF;
	box-shadow: 11px 11px 22px #d9d9d9, -11px -11px 22px #ffffff;
}

.review__header {
	display: flex;
	justify-content: space-between;
}

.review__rate .star-icon {
	fill: #fece3c;
}

.four-stars .star-icon:last-child {
	fill: #6c6962
}



    /*кнопка звонка*/

.callback-bt {
    background: var(--bg_collor_all);
    /* border:2px solid #000; */
    border-radius:50%;
    box-shadow:0 8px 10px rgba(56,163,253,0.3);
    cursor:pointer;
    height:68px;
    text-align:center;
    width:68px;
    position: fixed;
    /* right: 7%; */
    /* bottom: 5%; */
    right: 35px;
    bottom: 30px;
    z-index: 1;
    transition:.3s;
    -webkit-animation:hoverWave linear 1s infinite;
    animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
    height:68px;
    width:68px;        
    border-radius:50%;
    position:relative;
    overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.callback-bt .text-call span {
    text-align: center;
    color:#000;
    opacity: 0;
    font-size: 0;
    position:absolute;
    right: 4px;
    top: 22px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
}

.callback-bt .text-call:hover span {
    opacity: 1;
    font-size: 11px;
}
/* .callback-bt:hover i {
    display:none;
} */

.callback-bt:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover svg {
        color: var(--bg_collor_all);
        font-size:40px;
        transition:.3s;
}
.callback-bt svg {
        display: block;
        color:#fff;
        font-size:35px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt svg  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}


.flex_table a {
	text-decoration: underline;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(8,8,8,0.3),0 0 0 0 rgba(8,8,8,0.2),0 0 0 0 rgba(8,8,8,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(8,8,8,0.3),0 0 0 15px rgba(8,8,8,0.2),0 0 0 0 rgba(8,8,8,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(8,8,8,0.3),0 0 0 30px rgba(8,8,8,0),0 0 0 26.7px rgba(8,8,8,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(8,8,8,0.3),0 0 0 30px rgba(8,8,8,0),0 0 0 40px rgba(8,8,8,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(8,8,8,0.3),0 0 0 0 rgba(8,8,8,0.2),0 0 0 0 rgba(8,8,8,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(8,8,8,0.3),0 0 0 15px rgba(8,8,8,0.2),0 0 0 0 rgba(8,8,8,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(8,8,8,0.3),0 0 0 30px rgba(8,8,8,0),0 0 0 26.7px rgba(8,8,8,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(8,8,8,0.3),0 0 0 30px rgba(8,8,8,0),0 0 0 40px rgba(8,8,8,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

/* конец кнопки звонка */



@media (min-width: 1023px) {
	.mobile_nav_off {
		text-transform: uppercase;
	}
	
	.cities__wrapper:hover .cities__list {
		opacity: 1;
		visibility: visible;
	}
	.main_index .main_right img {
		margin-left: 3rem;
		margin-bottom: 3rem;
}
	
}

@media (max-width: 1023px) {
		
		.second-header {
			display: none;
		}
		
    .header {
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 1004;
        left: -100%;
        overflow-y: scroll;
    }
    .header_active {
        left: 0;
    }
    /* .mobile_nav_off {
        display: none;
    } */
    .mobile_nav_on {
        display: block;
    }
    header .header_tel {
        margin-top: 1rem;
    }
    .top-header {
        flex-direction: column;
        width: 30rem;
        align-items: self-start;
    }
    .logo_text {
        display: none;
    }
    nav {
        display: flex;
        flex-direction: column;
        padding: 1rem 1rem;
    }
    nav a {
        padding: .5rem 0;
        margin: .5rem 0;
        border-bottom: 1px solid white;
    }
    .menu_m_closed {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 3rem;
        cursor: pointer;
    }
    .header_tel a {
        padding: 0rem 1rem;
    }
    .main_form_right {
        display: none;
    }
    .container.garant_sert_container {
        flex-direction: column-reverse;
    }
    .burger {
        display: block;
        z-index: 100;
    }
    .header_mobile img {
    	margin-left: 1rem;
    }
    .header_mobile {
        display: flex;
    }
    
    .error__inner {
    	flex-direction: column-reverse;
    	align-items: center;
    }
    
    .error__image img {
    	object-fit: contain;
    }
    
    .stages__wrapper {
    	grid-template-columns: repeat(2, auto)
    }
    
    .city_current {
    	max-width: 120px;
    }
    
    .cities__wrapper {
    	margin-top: 1.5rem;
    }
    
    .cities__list {
    	margin-top: 1.5rem;
    	opacity: 1;
    	visibility: visible;
    	position: relative;
    	top: unset;
    	left: unset;
    	min-width: unset;
    	column-gap: 1.5rem;
    	max-height: 0;
    	overflow: hidden;
    	padding: 0;
    	border: none;
    }
    
    .city__item {
    	margin-left: 7px;
    }
   
    
    .cities__list.active {
    	visibility: visible;
    }
    
    .reviews__wrapper {
    	grid-template-columns: auto;
    }
    
}
@media (max-width: 768px) {
    .garant_sert_c_img {
        flex-wrap: wrap;
        justify-content: center;
    }
    .map_block_contacts {
        display: none;
    }
    footer {
        flex-direction: column;
        text-align: center;
    }
    .footer_l {
        flex-direction: column;
    }
    .footer_logo {
        margin-right: 0;
    }
    .copir {
        text-align: center;
    }
    .main_form_otp {
        flex-direction: column;
    }
    .main_form_l {
        margin-right: 0;
    }
    .main_form_container {
        padding: 3rem 1rem;
    }
    .main_form input[type="submit"] {
        max-width: 100%;
        margin: auto;
    }
    .main_right {
        display: block;
        margin-top: 3rem;
    }
    .main_right img {
        padding: 7rem;
    }
    .mein_left, .main_right {
        width: 75%;
        text-align: center;
    }
    .main .main_item_text {
        font-size: 1.8rem;
    }
    .main_block {
        flex-direction: column-reverse;
    }
    .main_left {
        padding: 1rem;
    }
    .main_block .main_title {
        width: 100%;
        text-align: center;
        font-size: 3rem;
    }
    .main_form_top {
        display: flex;
        flex-direction: column;
    }
    .main_form_top input {
        margin: 1rem 0 !important;
        width: 100% !important;
    }
    table {
        width: 98%;
    }
    
    .error__text {
    	font-size: 30px;
    	max-width: 50rem;
    }
    
    .error__text a {
    	font-size: 22px;
    }
    
}
@media(max-width: 555px) {
    tr {
        display: flex;
        flex-direction: column;
        padding: 2rem 0;
    }
    td, th {
        height: 100%;
        padding: 0.6rem 2.2rem;
    }
    .table_body th:nth-child(3) {
        display: none;
    }
    .header_mobile img {
    	margin-left: 0.5rem;
    }
    
    .error__image {
    	height: auto;
    }
    
    .stages__wrapper {
    	font-size: 1.8rem;
    	grid-template-columns: auto;
    }
    
    .stages__title {
    	font-size: 2rem;
    }
    
    .stages__image svg {
    	height: 65px;
    	width: 65px;
    }
    
    .stage__item::before {
    	font-size: 65px;
    }
    
    
}

@media(max-width: 460px) {
/*     .price_td_nowrap {
    display: none;
} */
/*     .table_body th:nth-child(2) {
    display: none;
} */
    .garant_sert_container img {
        margin: 2rem;
    }
    .header_mobile img {
        width: 10rem;
    }
    .header_mobile a {
        font-size: 1.6rem;
        padding: 0 0px 0 5px;
    }
    
    .error__text {
    	padding: 0 1rem;
    	font-size: 25px;
    }
    
}