@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');


@font-face {
    font-family: 'DIN pro';
    src:  url('fonts/DIN/DINPro.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'DIN pro';
    src:  url('fonts/DIN/DINPro-Bold.woff') format('woff');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'DIN pro';
    src:  url('fonts/DIN/DINPro-Bold.woff') format('woff');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'DIN pro';
    src:  url('fonts/DIN/DINPro-Light.woff') format('woff');
    font-style: normal;
    font-weight: 100;
}




* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100vw;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}


button {
    cursor: pointer;
    transition: 0.4s;
}

button:hover {
    background-color: #FFE08F;
}

.header-desktop {
    display: flex;
    flex-direction: row;
    align-items: center ;
    justify-content: space-between;
    width: 90%;
    margin-top: 10px;
}



.record_banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-image: url('img/record_back.webp');
    background-size: cover;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-repeat: no-repeat;
}

.record_banner_label {
    display: flex;
    justify-self: flex-end;
    width: 76%;
    margin-top: 68px;
}

.record_banner_label-text span{
    font-family: 'DIN Pro';
    font-size: 18px;
    color: #060606;
    background-color: #FFB800;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 33px;
    border-radius: 56px;
}

.record_banner_label-text span::before{
    content: " ";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 30px;
    margin: 0 auto;
    color: #00AE1C;
    background-color: #00AE1C;
    margin-bottom: 2px;
    margin-right: 5px;
}

.record_banner-header {
    font-family: 'DIN Pro';
    font-size: 40px;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 35px;
    width: 76%;
    font-weight: 700;
}

.record_banner_list-header {
    font-family: 'DIN Pro';
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    width: 76%;
    margin-bottom: 16px;
}

.record_banner_list-ul {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.record_banner_list-ul ul {
    margin-right: 55px;
}

.record_banner_list-ul li {
    font-family: 'DIN Pro';
    font-size: 32px;
    color: #FFFFFF;
}

.splide__arrows.splide__arrows--ltr {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 100px;
}

.record_banner_bot {
    display: flex;
    flex-direction: row;
    width: 90%;
    align-self: flex-end;
    align-items: center;
    justify-content: space-between;
    margin-top: 47px;
    margin-bottom: 86px;
}

.record_banner_list {
    width: 76%;
}


/*
.banner-body::before {
    content: "";
    color: #060606;
    background-color: #060606;
    width: 100%;
    height: 1px;
}*/

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
	flex-direction: column;
}
.logo .logo_phone{
	padding-top: 0.5rem;
	color:#ffffff;
	text-decoration: none;
	font-family: 'DIN pro';
	font-weight: 700;
white-space: nowrap;
}
.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: auto;
}

.menu__list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    align-items: center;
    list-style: none;
}

.menu__list a {
    text-decoration: none;
    color: #fff;
    font-family: 'DIN pro';
    font-size: 18px;
}

.menu-item {
    padding-left: 30px;
    cursor: pointer;
}

.logo img {
    width: 175px;
    height: 41px;
}

.buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.buttons img {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.time {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.time-icon {
    width: 36px !important;
    height: 36px !important;

}

.sec_logo {
    display: flex;
    flex-direction: row;
    width: fit-content;
    align-items: center;
    width: 90%;
    margin-top: 45px;
}

.sec_logo img {
    padding-right: 15px;
    width: 145px;
    height: 31px;
}

.sec_logo-header {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.banner {
    background-image: url('img/back-all.webp');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.register {
    font-size: 14px;
    padding: 10px 30px;
    background-color: #FFB800;
    color: #060606;
    box-shadow: none;
    border: none;
    border-radius: 30px;

}

.number {
    color: #fff;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 15px;
    font-family: 'DIN pro';
    font-weight: 700;
}


.banner-body {
    padding-top: 65px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-header {
    font-size: 32px;
    font-stretch: ultra-expanded;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'DIN pro';
    color: #fff;
    width: 76%;
    align-self: center;
}

.header-line {
    margin-top: 10px;
    width: 90%;
    height: 1px;
    background-color: #fff;
}

.banner-inner {
    margin-top: 52px;

}

.banner-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.content-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 76%;
    padding-left: 70px;
}

.content-button {
    font-size: 18px;
    padding: 20px 50px;
    width: fit-content;
    background-color: #FFB800;
    color: #060606;
    box-shadow: none;
    border: none;
    border-radius: 30px;

}

.content-header h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    width: fit-content;
    font-family: 'DIN pro';
    margin-bottom: 50px;
}

.content-sale {
    width: fit-content;
    padding-left: 30px;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    padding-right: 10%;
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: rgba(255, 184, 0, 0.63);
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.time-label {
    color: #fff;
    font-family: 'DIN pro';
    padding-left: 7px;
}

.content-after {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sale-text {
    font-size: 36px;
    font-weight: 700;
    color: #060606;
    font-family: 'DIN pro';
    text-transform: uppercase;
}

.record_banner .sale-text {
    padding-top: 40px;
    padding-bottom: 40px;

}

.sale-after {
    font-size: 20px;
    color: #060606;
    font-family: 'DIN pro';
    font-weight: 500;
}


.first_block {
    width: 76%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 100px;
}

.first_block-header {
    font-size: 36px;
    color: #060606;
    font-family: 'DIN pro';
    text-transform: uppercase;
    padding-left: 70px;
    margin-bottom: 65px;
    font-weight: 700;
}

.first_block-cells {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.first_block-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.first_block-row object {
    width: 30%;
    height: auto;
}

.first_block-button {
    margin-bottom: 100px;
}

.second_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 90px;
    background-color: #F5F5F5;
}

.second_block-header {
    font-size: 38px;
    color: #060606;
    font-family: 'DIN pro';
    text-transform: uppercase;
    padding-left: 70px;
    margin-bottom: 65px;
    font-weight: 700;
    width: 76%;
    margin-top: 15px;
}

.second_block-header::before {
    content: url('img/tar_arrow.svg');
    position: absolute;
    margin-top: -240px;
    margin-left: -20px;
}


.second_block-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    width: 76%;
}


.second_block-row:first-child {
    margin-right: 30px;
}

.second_block-row.a img{
    width: 475px;
    height: 295px;
}

.second_block-row.b img{
    width: 475px;
    height: 166px;
}
.footer_desktop {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #060606;
}

.footer_desktop-body {
    width: 76%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.footer_desktop-fistcl {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer_desktop-fistcl div {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;

}

.footer_desktop-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

.footer_desktop-row img{
    height: fit-content;
    margin-right: 10px;
}

.footer_desktop-rowcol {
    color: #fff;
    font-family: 'DIN pro';
}

.footer-number {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}

.footer-label {
    font-size: 12px;
    margin-bottom: 15px;
}

.footer_desktop .register {
    justify-self: center;
    align-self: center;
}

.firstcl-text {
    color: #fff;
    font-family: 'DIN pro';
    font-size: 16px;
}

.recall {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('img/recall-back.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.recall_body {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
	text-align: center;
}

.recall-header {
    font-size: 38px;
    color: #fff;
    font-family: 'DIN pro';
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}

.recall-desc {
    font-weight: 500;
    font-size: 24px;
    font-family: 'DIN pro';
    margin-bottom: 40px;
    color: #FFFFFF;
}

.recall-form {
    display: flex;
    flex-direction: row;
    margin-right: 30px;
    padding-bottom: 90px;
	justify-content: center;
    align-items: flex-start;
}
.recall-fields{
	flex:0 0 600px;
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;
}
.recall-form ::placeholder {
	color: #fff;
}

.recall-form input{
    background: rgba(3, 7, 39, 0.34);
    border: 1px solid rgba(255, 184, 0, 0.63);
    border-radius: 60px;
    padding: 20px 50px;
    margin-right: 30px;
    font-family: 'DIN pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
	width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
	height: 65px;
}
.recall-form .content-button{
	flex:0 0 300px;
	height: 65px;
}
label[for="rules"] {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
	width:100%;
	flex: 0 0 100%;
    align-items: center;
    justify-content: center;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.recall-checkbox {
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat !important;
	border: 1px solid rgba(6, 6, 6, 0.46);
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
input:checked + .recall-checkbox{
    background: url('img/recall-selected.png') center center no-repeat;
	background-size: cover;
	border: 1px solid transparent;
	width: 28px;
	margin-right: 7px;
}
.recall-checkbox[selected="true"]::before {
    content: url("img/tog.svg");
    display: none;
    position: relative;
    top: -5px;
    left: 2px;
    background-size: contain;
    background-repeat: no-repeat;
}





.recall-label {
    font-family: 'DIN pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.69);
    display: inline;
}

.map {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.map-header {
    margin-top: 80px;
    width: 76%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.map-logo {
    margin-bottom: 30px;
}

.map-header_text {
    font-size: 38px;
    color: #060606;
    font-family: 'DIN pro';
    text-transform: uppercase;
    margin-bottom: 38px;
    font-weight: 700;
}

.map-second_column {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.map-adress {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    align-items: center;
    margin-right: 60px;
    margin-bottom: 40px;
    font-size: 16px;
    color: #060606;
    font-family: 'DIN pro';
    cursor: pointer;
}

.map-adress-icon {
    width: 33px;
    height: 33px;
    margin-right: 20px;
}
.map-adress-icon img{
    width: 100%;
    height: 100%;
    box-shadow: 0px 25px 50px rgb(0 0 0 / 25%);
    border-radius: 100px;
}

.num-arrow {
    margin-top: 60px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.num-arrow {
    margin-left: 10px;
    margin-right: 80px;
}

.slide-number {
    font-size: 24px;
    color: #fff;
    font-family: 'DIN pro';
    font-weight: 700;
}

.slide-count {
    font-size: 24px;
    color: #D9D9D9;
    font-family: 'DIN pro';
}

.instruments {
    width: 100%;
    background-image: url('img/instruments-back.png');
    background-repeat: no-repeat;
    background-position-x: 15%;
    background-position-y: 20px;
    display: flex;
    flex-direction: column;
    margin-top: 86px;
}



.instruments-header {
    font-family: 'DIN Pro';
    font-size: 38px;
    text-transform: uppercase;
    color: #060606;
    width: 90%;
    align-self: flex-end;
    margin-bottom: 70px;
    font-weight: 700;
}


.instruments-body {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 80px;
}

/*
.slide-count::after {
    content: url('img/slider-arrow.svg');
    height: 6px;
    vertical-align: middle;
    margin: 0 auto;
    top: -5px;
}
*/


/*
.map-adress-icon {
    width: 33px;
    height: 33px;
}
*/


/*
.map-adress::before {
    content: url('img/map-pick.png');
    width: 33px;
    height: 33px;
}
*/

.menu_mobile {
    display: none;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
    height: 100%;
    position: absolute;
    top: 0px;
}

.menu_mobile-list {
    list-style: none;
    margin-bottom: 10px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}

.menu_mobile-list a {
    text-decoration: none;
    color: #060606;
    font-family: 'DIN pro';
    font-size: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menu_mobile-close {
    font-size: 18px;
    align-self: flex-end;
    margin-right: 15px;
    margin-top: 5px;
    padding: 10px;

}

.banner-inner::before {
    content: url('img/slide-arrow.svg');
    position: absolute;
    left: 15%;
}

.contacts {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin-top: 130px;
    margin-bottom: 105px;
    justify-content: center;
}

.contacts_header {
    height: 100%;
    margin-right: 55px;
}

.contacts_header-text {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    text-transform: uppercase;
    color: #060606;
    /*background-image: url('img/contacts-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;*/
    height: 100%;
    max-width: 288px;
}

.contacts_header-text::after {
    content: url("img/contacts-arrow.svg");
    position: relative;
    top: -25px;
    left: -10px;
}

.contacts_body {
    /*background-image: url("img/contacts-back.svg");
    background-repeat: no-repeat;
background-size: contain;*/
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 60px 90px;
	border: 1px solid #ffb800;
}

.contacts_body-cell {
    display: flex;
    flex-direction: column;
    margin-top: 26px;
}

.first-obj {
    margin-right: 30px;
}


.contacts_body-header {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 202.8%;
    color: #000000;
    display: flex;
    align-items: center;
}

.contacts_body-header img {
    width: 26px;
    height: 26px;
    margin-right: 15px;
}

.contacts_body-desc {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000 !important;
    padding-left: 42px;
    box-sizing: border-box;
    text-decoration: none !important;
}

/*24only .contacts_body-column {
    width: 49%;
}*/

.contacts_body-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
}

.contacts_body-social img {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

.splide__slide.is-active {
    display: flex;
    justify-content: center;
}


.splide__arrow.splide__arrow--prev {
    background: url('img/instrument-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 37px;
    background-position: center;
    transform: scaleX(-1);
    position: relative;
}

.splide__arrow.splide__arrow--next {
    background: url('img/instrument-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 37px;
    background-position: center;
    position: relative;
    margin-top: 10px;
}

.splide__arrow--next svg {
    display: none;
}

.splide__arrow--prev svg {
    display: none;
}


.first_block-cell {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.first_cell-header {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}

.first_cell-desc {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
/*
.first_block-cell.a {
    background-image: url('img/g1.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.first_block-cell.b {
    background-image: url('img/g2.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.first_block-cell.c {
    background-image: url('img/g3.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.first_block-cell.d {
    background-image: url('img/g4.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.first_block-cell.e {
    background-image: url('img/g5.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.first_block-cell.f {
    background-image: url('img/g6.png');
    background-repeat: no-repeat;
    background-size: contain;
}
*/

.first_block-img {
    margin-top: -48px;
    width: 350px;
    height: 94px;
}

.first_block-cell .first_cell-header {
    padding-left: 95px;
}
.first_block-cell .first_cell-desc {
    padding-left: 95px;
}

#modal-map {
    width: 375px;
    background-image: url('img/map-back.png');
    flex-direction: column;
    background-size: 99%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.map-show {
    width: 410px;
    background-image: url('img/map-back.png');
    flex-direction: column;
    background-size: 99%;
    background-repeat: no-repeat;
    background-position: bottom center;
    display: none;
    z-index: 100;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
}

.modal-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

.modal-row.a {
    margin-top: 50px;
    padding-bottom: 20px;
}


.modal-row.b {
    padding-top: 30px;
}

.modal-left {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 202.8%;
    color: #000000;
}

.modal-right {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 202.8%;
    color: #000000;
}

.modal_right-header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 202.8%;
    color: #000000;
}

.modal-right.f {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.modal_right-link {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #807E7E;
    cursor: pointer;
}

.modal-left.reg {
    background: #FFB800;
    border-radius: 60px;
    padding: 15px 30px;
    border: none;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #060606;
}

#modal-more .modal_right-link {
    text-align: center;
    height: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-right.more {
    background: rgba(217, 217, 217, 0.75);
    border-radius: 60px;
    padding: 15px 30px;
    border: none;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #060606;
}

.footer_mobile {
    display: none;
}

.footer_desktop-seccl {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;

}

.modal_more-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px;
}

.modal_more-left {
    width: 310px;
    display: flex;
    flex-direction: column;
}

.modal_more-right {
    width: 65%;
    display: flex;
    flex-direction: row;
    padding: 0px 30px;
}

#modal-more button {
    width: 190px;
    margin-top: 45px;
}

.modal-arrows {
    width: 100%;
    padding: 0px 20px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.modal-arrow {
    width: 43px;
    height: 15px;
}

.more_header-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 202.8%;
    text-align: right;
    color: #000000;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.modal_left-text {
    margin-top: 42px;
}

.more_header-text::before {
    content: url('img/map-pick.png');
    top: 10px;
    position: relative;
    margin-right: 22px;
}

.modal {
    max-width: 1440px !important;
}

.modal_left-text {
    width: 310px;
    height: 190px;
}

.modal_more-right {
    display: flex;
    flex-direction: column;
}

.more_right-img {
    height: 334px;
    width: auto;
}

.modal_img-containter {
    height: 334px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.more_right-desc {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 128.4%;
    color: #000000;
    width: 100%;
    margin-top: 25px;
}

.modal_road {
    width: 309px;
    height: 266px;
}
.modal_0 {
    font-family: 'DIN Pro';
    max-width: 600px !important;
}
.modal_0-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal_0-header {
    margin-bottom: 10px;
}

.modal_0-row {
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin-top: 20px;
}

.modal_0_button {
    font-size: 14px;
    padding: 10px 20px;
    background-color: #FFB800;
    color: #060606;
    box-shadow: none;
    border: none;
    border-radius: 30px;
}

.modal_0-desc {
    padding: 30px 10px;
    text-align: center;
}
.lightbox {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, 0.86);
    backdrop-filter: blur(10px);
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-size: contain;
}



.light-label {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 300;
    text-align: center;
}

.light-click {
    cursor: pointer;
}

.light-body {
    width: 60%;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.light-img {
    width: 60%;
}

.light-close {
    padding: 10px;
    margin-right: -50px;
    align-self: flex-end;
}

.link-number {
    text-decoration: none;
    font-size: 16px;
}

.phone-modal {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 202.8%;
    color: #000000;
}

.modal-number {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 202.8%;
    color: #000000;
}

.modal_more-phone {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

@media screen and (max-width: 600px) {
    .more_right-img {
        width: 100%;
        height: auto;
    }
    .modal_img-containter {
        height: auto;
    }

}

.work-tip {
    display: flex;
    padding: 0 0 5px;
}
.is-tip {
    position: relative;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    margin-bottom: 10px;
}
.is-tip img {
    max-width: 100%;
}
.is-tip:hover .tip {
    display: block;
 }

.tip{
    position: absolute;
    right: auto;
    left: -150px;
    top: 24px;
    bottom: auto;
    transform: translateY(0%);
    display: none;
    width: max-content;
    height: initial;
    max-width: 450px;
    white-space: normal;
    padding: 20px;
    font-size: 14px;
    background: #fff;
    border-radius: 4px;
    z-index: 10;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}
.tip:after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #fff;
    left: auto;
    right: 20px;
    top: auto;
    bottom: -15px;
    margin-left: -5px;
}


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

    .tip {
        left: -150px;
        max-width: 260px;
    }
    #modal-more {
        width: 100%;
        padding: 15px 0px;
    }


    #modal-more button {
        align-self: center;
    }

    .modal_more-right {
        padding: 0px 15px;
    }

    .second_block-row.a img{
        width: 100%;
        height: auto;
    }


    .second_block-row.b img{
        width: 100%;
        height: auto;
    }


    .modal_more-right {
        margin-top: 30px;
        width: 100%;
    }

    .light-img {
        width: 100%;
    }

    .second_block-header::before {
        display: none
    }

    .modal_more-body {
        flex-direction: column;
        align-items: center;
    }

    .footer_desktop {
        display: none;
    }

    .footer_mobile {
        display: flex;
        width: 100%;
        flex-direction: column;
        background-color: #060606;
        align-items: center;
    }

    .footer_mobile-row {
        display: flex;
        flex-direction: row;
        width: 90%;
        justify-content: space-between;
        padding-top: 30px;
    }

    .logo img {
        width: 125px;
        height: 25px;
    }

    .footer_mobile-left button{
        margin-top: 30px;
    }

    .footer-number {
        font-family: 'DIN Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
        color: #FFFFFF;
        margin-top: 20px;
    }

    .footer-label {
        font-family: 'DIN Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #FFFFFF;
    }

    .firstcl-text {
        text-align: center;
        padding-top: 150px;
        padding-bottom: 30px;
    }

    .first_block-cell {
        width: 100%;
        margin-bottom: 40px;
    }

    .content-button {
        margin-bottom: 55px;
    }

    .sec_logo img {
        display: none;
    }

    .sec_logo {
        width: 100%;
        justify-content: center;
        margin-top: 25px;
    }

    .second_block-header {
        font-size: 28px;
        padding-left: 0px;
        text-align: center;
    }

    .first_block-header {
        font-size: 28px;
        padding-left: 0px;
        text-align: center;
    }

    .first_block-row object {
        width: 100%;
        margin-bottom: 40px;
    }

    .first_block-row {
        margin-bottom: 0;
    }


    .contacts_body-social {
        justify-content: flex-start;
        margin-left: 35px;
    }

    .header-desktop {
        display: none;
    }

    .header-mobile {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        width: 95%;
        margin-top: 15px;
    }

    .header-line {
        display: none;
    }

    .header-mobile .time img {
        margin-right: 20px;
        width: 30px;
        height: auto;
    }

    .header {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .banner-body {
        padding-top: 50px;
    }

    .banner-header {
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        height: 100px;
    }

    .desc-change {
        height: 210px;
    }

    .content-header {
        padding-left: 0px;
        text-align: center;
    }

    .content-header h2 {
        font-size: 28px;
    }

    .content-header br{
        display: none;
    }

    .content-after {
        margin-top: 90px;
        padding-bottom: 50px;
    }

    .first_block-row {
        flex-direction: column;
    }

    /*.first_block-button {
        font-size: 30px;
        padding: 30px 60px;
    }*/
    .first_block-button {
        font-size: 24px;
        padding: 20px 50px;
        border-radius: 60px;
    }
    .second_block-row {
        flex-direction: column;
        margin-bottom: 0px;
    }



    .second_block-button {
        font-size: 30px;
        padding: 30px 60px;
    }

    .second_block img {
        margin-bottom: 30px;
    }

    .recall-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0px;
    }
	.recall-fields{
		flex:0 0 100%;
		flex-direction: column;
	}
    .recall-form input{
        margin-bottom: 20px;
        margin-right: 0px;
		width:100%;
		flex:0 0 100%;
    }

    .recall-header {
        font-size: 28px;
    }

    .recall-desc {
        font-size: 18px;
    }

    .recall_body {
        margin-top: 70px;
    }

    .recall-form .content-button{
        margin-bottom: 0px;
		flex:0 0 auto;
    }
	.recall-form br{
		display: none;
	}
	label[for="rules"]{
		margin-top: 0px;
		margin-bottom: 20px;
		padding: 0px 15px;
		max-width: 250px;
	}
	.recall-fields{
		align-items: center;
		justify-content: center;
	}
    .map-header {
        flex-direction: column;
        align-items: center;
    }

    .map-second_column {
        flex-direction: column;
        align-items: center;
    }

    .map-first_column {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

	.map-adress{
		margin-right: 0px;
		width:220px;
	}
	.menu-item{
		padding-left: 0px;
	}
    .instruments {
        background: none;
    }

    .instruments-body {
        justify-content: center;
    }

    .record_banner_list-ul {
        flex-direction: column;
        padding-left: 15px;
    }

    .record_banner_bot {
        flex-direction: column;
        align-self: center;
        width: 100%;
    }

    .record_banner-header {
        font-size: 28px;
    }

    .record_banner_list-header {
        font-size: 16px;
    }

    .record_banner_list-ul li{
        font-size: 16px;
    }

    .content-sale {
        width: 80%;
        align-self: flex-end;
    }

    .sale-text {
        font-size: 22px;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .record_banner-header {
        text-align:
			center;
    }
    .record_banner_list {
        align-self: flex-end;
        width: 90%;
    }
    .record_banner_label {
        justify-content: center;
    }

    .record_banner {
        background-repeat: no-repeat;
    }

    .contacts {
        flex-direction: column;
        margin-top: 80px;
    }

    .contacts_body {
        flex-direction: column;
        background: none;
        padding: 32px 15px;
    }

    .contacts_header {
        margin-right: 0px;
    }

    .contacts_body-column {
        width: 100%;
    }

    .contacts_header-text {
        max-width: 100%;
        text-align: center;
    }

    .contacts_header-text::after {
        display: none;
    }

    .num-arrow {
        display: none;
    }

    .banner-inner::before {
        display: none;
    }

    .content-header button {
        align-self: center;
    }

    .desc-change {
        line-height: 35px;
    }
}

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



    .header-desktop {
        display: flex;
    }

    .header-mobile {
        display: none;
    }

    .desc-change {
        height: 144px;
    }

    .banner-header {
        height: 80px;
    }
}

@media screen and (max-width: 1200px) {
    .header-desktop {
        width: 95%;
    }

}


@media screen and (max-width: 1300px) {
    .first_block {
        width: 86%;
    }

}

/*
@media screen and (max-width: 1000px) {
    .header-desctop {
      width: 95%;
    }
  }
*/
