/* базовые стили */
*{
    box-sizing: border-box;
    outline: none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border: 0;
}
/* cyrillic */
@font-face {
    font-family: 'ocr-a-becker';
    font-style: normal;
    font-display: swap;
    src: url('../fonts/ocr-a-becker.otf') format('opentype');
}
@font-face {
    font-family: 'tactic-sans-medium';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/TacticSans-Med.otf') format('opentype');
}
@font-face {
    font-family: 'tactic-sans-bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/TacticSans-Bld.otf') format('opentype');
}
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Rubik.ttf') format('truetype');
}
@font-face {
    font-family: 'tactic-sans-light';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/TacticSans-Lgt.otf') format('opentype');
}
@font-face {
    font-family: 'TacticSans-Reg';
    font-style: normal;
    font-display: swap;
    src: url('../fonts/TacticSans-Reg.otf') format('opentype');
}
body{
    font: 16px 'tactic-sans-medium', sans-serif;
    background: #f2f2f2;
    color: #292929;
    min-width: 320px;
    position: relative;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
.modal{
    display: none;
}
a{
    cursor: pointer;
    text-decoration: none;
    color: #292929;
    transition: .2s;
}
textarea{
    resize: none;
}
.scroller {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    visibility: hidden;
}
.page_wp{
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    padding-top: 130px;
}
.page_wp img{
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a:hover{
    text-decoration: none;
}
.scroller {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    visibility: hidden;
}
.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-content-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.justify-content-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.scroller {
    width: 100%;
    height: 1px;
    visibility: hidden;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
}
.wrapper{
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    min-width: 320px;
}
.wrapper_2{
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    min-width: 320px;
}
.h_fixed{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}
header{
    border-bottom: 1px solid #a7abaf;
}
.phone_item{
    font: 14px 'Rubik', sans-serif;
    color: #a7abaf;
    margin-right: 50px;
}
.phone_item a{
    font: 16px 'tactic-sans-medium', sans-serif;
    padding-left: 20px;
    text-decoration: underline;
    color: #292929;
    text-transform: uppercase;
}
.phone_item a:hover{
    text-decoration: none;
}
.mail_link{
    background: url("../images/mail.webp") no-repeat 0 center;
}
.phone_link{
    background: url("../images/smartphone.webp") no-repeat 0 center;
}
.logo{
    background: #292929;
    position: relative;
    height: 80px;
    padding-right: 48px;
}
.logo:before{
    content: '';
    width: 1000px;
    height: 100%;
    background: #292929;
    position: absolute;
    top: 0;
    left: -1000px;
}
.logo:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #f2f2f2 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}
.logo a{
    font: 34px 'ocr-a-becker', sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.logo a:hover {
    color: #fff;
}
.call_btn{
    width: 190px;
    height: 50px;
    background: #e6f12b;
    font: 12px 'tactic-sans-bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
}
.call_btn:hover{
    background: #292929;
    color: #e6f12b;
}
.call_btn:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #f2f2f2 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.call_btn:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #f2f2f2 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}
.phone_block{
    padding-left: 23px;
}
.soc_block{
    padding-left: 30px;
}
.soc_block a{
    width: 26px;
    height: 26px;
    margin-left: 30px;
}
.soc_block a:hover{
    opacity: 0.8;
}
.soc_tg{
    background: url("../images/telegram.webp") no-repeat center center;
}
.soc_wp{
    background: url("../images/fwhatsapp.webp") no-repeat center center;
}
.lk_link{
    font: 16px 'tactic-sans-medium', sans-serif;
    color: #292929;
    padding-left: 20px;
    text-transform: uppercase;
    background: url("../images/account.webp") no-repeat 0 center;
    text-decoration: underline;
}
.lk_bottom a{
    font: 14px 'Rubik', sans-serif;
    color: #a7abaf;
    margin-right: 7px;
    position: relative;
}
.lk_bottom a:hover{
    text-decoration: underline;
}
.lk_bottom a:first-child{
    padding-right: 10px;
    border-right: 1px solid #a7abaf;
}
.lk_block{
    margin-left: auto;
}
.topmenu{
    box-shadow: 0 10px 25px 0 #0000001A;
    background: #F2F2F2;
}
.topmenu ul{
    height: 50px;
}
.topmenu li{
    list-style: none;
    margin: 0 18px;
}
.topmenu li a{
    font-family: 'TacticSans-Reg';
    font-size: 18px;
    text-transform: uppercase;
}
.topmenu li a:hover{
    color: #e6f12b;
}
.screen_1{
    min-height: calc(100vh - 150px);
    background: url("../images/hero-bg-new-2.jpg") no-repeat 0 center;
    background-size: cover;
}
h1{
    width: calc(100% - 500px);
    font: 46px 'tactic-sans-bold', sans-serif;
    color: #fff;
}
.main_form{
    width: 360px;
    background: #e6f12b;
    padding: 35px;
}
.mf_title{
    font: 20px 'tactic-sans-bold', sans-serif;
    line-height: 1.5;
    margin-bottom: 20px;
}
.mf_input{
    width: 100%;
    height: 50px;
    font: 16px 'tactic-sans-light', sans-serif;
    padding: 0 20px;
    border: none;
    outline: none;
}
.mf_item{
    margin-bottom: 20px;
}
.mf_btn{
    cursor: pointer;
    width: 100%;
    height: 50px;
    font: 15px 'tactic-sans-bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #292929;
    border: 2px solid #292929;
    padding-top: 3px;
    color: #fff;
    transition: .2s;
}
.mf_btn:hover{
    background: none;
    color: #292929;
}
.scroll_text{
    flex-wrap: nowrap;
    overflow: hidden;
    height: 70px;
    background: #e6f12b;
    font: 20px 'ocr-a-becker', sans-serif;
}
.scroll_text span{
    margin-right: 6px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    font: 20px 'ocr-a-becker', sans-serif;
}
.scroll_text span:before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #292929;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -12px;
}
.mm_link{
    display: none;
    width: 30px;
    height: 30px;
    background: url("../images/ico-burger.svg") no-repeat center center;
    background-size: 100% auto;
    margin-left: auto;
}
.mob_main_block{
    display: none;
}
.mmb_title{
    font: 30px 'tactic-sans-bold', sans-serif;
}
.mmb_text{
    font: 14px 'TacticSans-Reg', sans-serif;
    margin-top: 38px;
}
.invalid + .error_text {
    display: block;
}
.mob_h_btns{
    display: none;
    margin-left: auto;
}
.mob_lk_btn{
    width: 30px;
    height: 30px;
    background: url("../images/account.webp") no-repeat center center;
    margin-left: 10px;
    border: 1px solid #292929;
}

.container_404{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    max-width: 100%!important;
}
.container_404 h1{
    font-size: 65px;
    margin-bottom: 0;
    margin: .67em 0;
    margin-bottom: .30em;
    font-weight: normal;
    color: #292929;
    text-align: center;
    font-family: 'tactic-sans-light';
}
.container_404 h2 {
    font-family: 'tactic-sans-light';
    margin-bottom: .30em;
    font-size: 32px;
}

.btn_comeback_mainpage a{
    background: #e6f12b;
    position: relative;
    font-family: Tactic Sans Bold;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;

    line-height: 15.6px;
    font-size: 12px;
    /* width: 195px; */
    height: 50px;
    letter-spacing: 0.1em;
    font-family: 'tactic-sans-light';
}

.btn_comeback_mainpage a::before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -8px;
    top: -9px;
}
.btn_comeback_mainpage a::after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: -8px;
    bottom: -9px;
}

/**/
.right_social_block{
    position: fixed;
    right: 0;
    bottom: 70px;
    padding: 20px;
    z-index: 9999999;
}
.right_social_block a{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.rs_wp_btn{
    background: url("../images/rs-wp-btn.svg") no-repeat center center;
    background-size: 100% auto;
}
.rs_tg_btn{
    background: url("../images/rs-tg-btn.svg") no-repeat center center;
    background-size: 100% auto;
    margin-top: 20px;
}
@media only screen and (max-width: 479px){
    .right_social_block{
        padding: 15px;
    }
    .right_social_block a{
        width: 38px;
        height: 38px;
    }
    .rs_tg_btn{
        margin-top: 10px;
    }
}
