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

/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Oswald', sans-serif;*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;

}

html {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #29363A;
    font-weight: 400;
}

body {
    height: 100%;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    outline: none;
    text-decoration: none;
    list-style: none;
}

.container {
    margin: 0 auto;
}

.oswald {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

header {
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 15px 0px 19px;
    background: #29363A;
    font-family: 'Oswald';
}

header .container {
    max-width: 100%;
    padding: 0px 40px;
    margin: 0 auto;

}

.wrap_container_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.left_logo_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.logo img,
.logo svg {
    width: 72px;
}

.logo {
    margin-right: 40px;
}

.list_link_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list_link_header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-right: 40px;
    -webkit-transition: 100ms;
    transition: 100ms;
}

.list_link_header a:last-child {
    margin-right: 0px;
}

.list_link_header a:hover,
.list_link_header a.active {
    color: #FF9900;
}

.right_tel_lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tel_header {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-right: 40px;
    -webkit-transition: 100ms;
    transition: 100ms;
}

.tel_header:hover {
    color: #FF9900;
}

.line_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 50px;
}

.line_social a svg path {
    -webkit-transition: 100ms;
    transition: 100ms;
    fill: rgb(255, 255, 255);
}

.line_social a:nth-child(2) svg path {
    fill: none;
    stroke: rgb(255, 255, 255);
}

.line_social a svg {
    width: 100%;
    display: block;
    height: 24px;
}

.line_social a {
    display: block;
    margin-right: 18px;
    width: 24px;
}

.line_social a:last-child {
    margin-right: 0px;
}

.line_social a:hover svg path {
    fill: #FF9900;
}

.line_social a:nth-child(2):hover svg path {
    fill: none;
    stroke: #FF9900;
}

.line_lang_color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.line_lang_color a {
    display: block;
    margin-right: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #878787;
    -webkit-transition: 100ms;
    transition: 100ms;
}

.line_lang_color a.active {
    color: #FF9900
}

.line_lang_color a:last-child {
    margin-right: 0px;
}

.line_lang_color a:hover {
    color: #FF9900;
}

.start_section {
    padding: 80px 0px 100px;
}

.start_section .container {
    padding: 0px 134 0px 157px;
    margin: 0 auto;
    max-width: 1150px;

}

.line_start_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon_start {
    width: 740px;
}

.icon_start img {
    max-width: 100%;
}

.right_center_text {
    text-align: center;
    width: calc(100% - 740px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    text-transform: uppercase;
    color: #29363A;
    max-width: 491px;
    margin: 0 auto 32px;
}

.orange_button {
    background: #FF9900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: #29363A;
}

.right_center_text .orange_button {
    height: 56px;
    width: 100%;
    max-width: 240px;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #29363A;
    margin: 0 auto;
}

.what_do_you_get {
    padding: 64px 0px 39px;
    background: rgba(41, 54, 58, 0.03);
}

section h2 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 32px;
    line-height: 47px;
    color: #29363A;
}

.what_do_you_get .container {
    max-width: 1078px;
    padding: 0px 15px;
}

.wrap_click__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 73px;
}

.one_click_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    cursor: pointer;
    -webkit-transition: 100ms;
    transition: 100ms;
}

.one_click_tab span:after {
    position: absolute;
    content: "";
    left: 0px;
    width: 100%;
    height: 4px;
    background: #FF9900;
    opacity: 0;
    top: calc(100% + 12px);
    -webkit-transition: 100ms;
    transition: 100ms;
}

.one_click_tab.active span:after {
    opacity: 1;
}

.one_click_tab svg {
    margin-right: 14px;
    width: 24px;
}

.one_click_tab svg path {
    -webkit-transition: 100ms;
    transition: 100ms;
}

.one_click_tab.active,
.one_click_tab:hover {
    color: #29363A;
}

.one_click_tab.active svg path,
.one_click_tab:hover svg path {
    fill: #29363A;
}

.one_show_tab {
    display: none;
}

.one_show_tab.active {
    display: block;
}

.line_one_show_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.image_one_show_tab {
    width: 400px;
    min-height: 385px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.image_one_show_tab img {
    max-width: 100%;
}

.text_one_show_tab {
    width: calc(100% - 440px);
    padding-left: 108px;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #29363A;
    min-height: 220px;
}

.title_to_tab {
    font-size: 24px;
    line-height: 36px;
    color: #29363A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

.title_to_tab:before {
    content: "";
    position: absolute;
    left: -28px;
    width: 4px;
    height: 100%;
    background: #FF9900;
}

.how_it_work {
    padding: 64px 0px 56px;
}

.how_it_work .container {
    max-width: 1390px;
    padding: 0px 15px;
}

.wrap_line_work_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.one_work_step {
    width: calc(25% - 21px);
    max-width: 320px;
    margin-right: 27px;
    text-align: center;
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
    text-align: center;
}

.one_work_step:last-child {
    margin-right: 0px;
}

.one_work_step img {
    max-width: 100%;
}

.price {
    background: #29363A;
    padding: 80px 0px;
    color: rgb(255, 255, 255)
}

.price h2 {
    color: rgb(255, 255, 255);
}

.wrap_line_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.one_price_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(33.3333% - 11px);
    margin-right: 16px;
    background: #29363A;
    border: 1px solid #878787;
}

.one_price_block:nth-child(2) .minititle_price,
.one_price_block:nth-child(2) .count_price {
    color: #1CC24B;
}

.one_price_block:nth-child(4) .minititle_price,
.one_price_block:nth-child(4) .count_price {
    color: #0075FF;
}

.one_price_block:nth-child(3) .minititle_price,
.one_price_block:nth-child(3) .count_price {
    color: #FF9900;
}

.one_price_block:last-child {
    margin-right: 0px;
}

.price .container {
    max-width: 1390px;
    padding: 0px 15px;
}

.minititle_price {
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #878787;
    margin-bottom: 24px;
}

.minititle_price svg {
    margin-right: 16px;
}

.one_checkbox {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.one_checkbox svg {
    margin-right: 18px;
    width: 18px;
}

.one_checkbox span {
    width: calc(100% - 36px);
    display: block;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
}

.one_checkbox:last-child {
    margin-bottom: 0px;
}

.stand_point {
    color: #1CC24B;
}

.midd_point {
    color: #0075FF;
}

.max_point {
    color: #FF9900;
}

.one_price_block > div {
    width: 100%;
    padding: 0px 24px 24px;
}

.one_price_block div:first-child {
    margin-bottom: 95px;
    padding: 0px 0px;
}

.prise_dev {
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    color: #878787;
    margin-bottom: 4px;
    display: none;
}

.count_price {
    font-size: 32px;
    line-height: 47px;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 700;
}

.check_list {
    padding: 0px 24px;
}

.one_price_block .orange_button {
    width: 100%;
    height: 56px;
}

.cases {
    padding: 80px 0px;
}

.wrap_change_image_slides:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 77px;
    width: 100%;
    height: 260px;
    background: #FF9900;
}

.wrap_change_image_slides .container {
    max-width: 1390px;
    padding: 0px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.left_tr_images_changes {
    width: 528px;
}

.right_tr_phone {
    width: calc(100% - 528px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.append_iphone_image {
    width: 237px;
    height: 480px;
}

/*
.append_iphone_image:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../image/iphone.svg) center no-repeat;
    background-size: 100% 100%;
}
*/

.append_new_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

.append_new_images img {
    width: 162px;
    margin-right: 24px;
}

.append_new_images img:last-child {
    margin-right: 0px;
}

.left_tr_images_changes {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #29363A;
}

.append_iphone_image img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.slider_to_click .container {
    max-width: 1390px;
    padding: 0px 15px;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-item {
    display: inline-block;
}

.one_slide_slider {
    text-align: center;
}

.one_slide_slider p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 19px;
    color: #878787;
}

.one_slide_slider svg, .one_slide_slider img {
    opacity: 0.6
}

.one_slide_slider.open svg, .one_slide_slider.open img {
    opacity: 1;
}

.one_slide_slider.open p {
    color: #29363A;
}

.slider_to_click {
    margin-top: 80px;
}

.slider_to_click .owl-stage-outer{
    z-index: 1;
}

.slider_to_click .wrap_slider_section .owl-nav{
    position: static;
    height: 0px;
    -webkit-transform: none;
    transform: none;
}

.slider_to_click .owl-nav button{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    left: 0px;
}

.slider_to_click .owl-nav button.owl-next{
    left: auto;
    right: 0px;
}

.wrap_slider_section .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.owl-nav button {
    font-size: 0px;
    border: none;
    padding: 0px;
    width: 24px;
    height: 24px;
    background: url(../image/back_arr.svg) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.owl-nav button.owl-next {
    background: url(../image/next_arr.svg) center no-repeat;
}


.about_company {
    padding: 80px 0px;
    background: rgba(41, 54, 58, 0.03);
}

.about_company .container {
    padding: 0px 15px;
}

.ttl_logo_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 36px;
}


.ttl_logo_text span {
    display: block;
    padding-right: 28px;
    margin-right: 24px;
    line-height: 0px;
}

.ttl_logo_text span:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 42px;
    background: #FF9900;
}

.text_about {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #29363A;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.contacts {
    padding: 80px 0px 0px;
}

.contacts .container {
    padding: 0px 15px;
}

.line_contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 32px;
}

.one_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #29363A;
}

.one_contact a {
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #29363A;
}

.one_contact svg {
    margin-right: 12px;
}

.name_contact {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #29363A;
    margin-bottom: 8px;
}

footer {
    padding: 25px 0px;
    background: #29363A;
}

footer .container {
    padding: 0px 15px;
}

.list_footer_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
}

.list_footer_social a {
    margin-right: 18px;
}

.list_footer_social a:hover svg path {
    fill: #FF9900;
}

.list_footer_social a:nth-child(2):hover svg path {
    fill: none;
    stroke: #FF9900;
}

.list_footer_social a:last-child {
    margin-right: 0px;
}

.copyright_privacy,
.copyright_privacy a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #698089;
    text-align: center;
}

.copyright_privacy p:first-child {
    margin-bottom: 8px;
}

.copyright_privacy a {
    text-decoration: underline;
}

.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(41, 54, 58, 0.6);
    z-index: 9;
    display: none;
}

.modal_block {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgb(255, 255, 255);
    padding: 40px 32px;
    width: calc(100% - 30px);
    max-width: 480px;
    z-index: 10;
    display: none;
}

.close_modal {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 1;
}

.modal_block h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #29363A;
    margin-bottom: 24px;
    text-align: center;
}

.modal_form label {
    width: 100%;
    display: block;
    margin-bottom: 16px;
}

.modal_form label input,
.modal_form label select {
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #698089;
    padding: 0px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #29363A;
}

.modal_form label p {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #29363A;
    margin-bottom: 8px;
}

.modal_form label p sup {
    color: rgba(255, 0, 0, 1);
    font-size: 12px;
    vertical-align: super
}

.modal_form input[type="submit"],
.button_close_modal {
    width: 100%;
    max-width: 280px;
    margin: 32px auto 0px;
    border: none;
    height: 56px;
    cursor: pointer;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #29363A;
}

.icon_text_success {
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #29363A;
}

.icon_text_success img {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 15px;
}

.this_fix_button {
    position: fixed;
    top: auto;
    left: auto;
    bottom: 30px;
    right: 39px;
    cursor: pointer;
    width: 280px;
    height: 56px;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #29363A;
    opacity: 0;
    z-index: -99999999;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.this_fix_button.show {
    opacity: 1;
    z-index: 5;
}

.toggle_open_mobile_menu {
    display: none;
}

.mobile_list_menu {
    display: none;
}

header.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 6;
}

.tel_header svg {
    display: none;
}

.current_lang {
    display: none;
}

.owl-next.disabled,
.owl-prev.disabled {
    visibility: hidden;
}

.modal_block.modal_policy {
    max-width: calc(100% - 30px);
    width: 950px;
    max-height: calc(100% - 20px);
    height: 100%;
    overflow-y: auto;
}

.wrap_new_s_day {
    text-align: left;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 16px;
}

.new_s_day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 400;
}

.big_number {
    color: #29363A;
    font-size: 183px;
    line-height: 130%;
    text-transform: uppercase;
    font-weight: 400;
    padding-right: 16px;
    font-family: 'Oswald', sans-serif;
}

.new_s_day p:not([class]) {
    color: #29363A;
    font-size: 64px;
    line-height: 130%;
    text-transform: uppercase;
}

.za_day {
    font-size: 64px;
    color: #29363A;
    line-height: 130%;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: -40px
}

.new_s_day p:not([class]) span {
    font-weight: 700;
}

.big_number:after {
    content: "";
    position: absolute;
    top: 53px;
    right: 8px;
    width: 4px;
    height: 53px;
    background: rgba(255, 153, 0, 1);
}

.modal_form .iti {
    display: block;
}

@media screen and (max-width:1200px) {
    .list_link_header a:not(:last-child) {
        margin-right: 15px;
    }

    .logo {
        margin-right: 20px;
    }

    .tel_header {
        margin-right: 20px;
    }

    .line_social a {
        margin-right: 9px;
    }

    .line_social {
        margin-right: 25px;
    }

    .one_price_block {
        width: calc(50% - 8px);
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .one_price_block:nth-child(2n) {
        margin-right: 0px;
    }

    .wrap_line_price {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

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

    .logo img,
    .logo svg {
        width: 42px;
    }

    .logo {
        margin-right: 0px;
    }

    header .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .toggle_open_mobile_menu {
        display: block;
    }

    .list_link_header {
        display: none;
    }

    .mobile_list_menu {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: #29363A;
        z-index: 10;
        display: none;
    }

    .header_line_close {
        padding: 15px 16px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 80px;
    }

    .wrap_mob_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0px 24px 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: calc(100% - 133px);
    }

    .wrap_mob_menu > div {
        width: 100%;
    }

    .list_mobile_menu {
        width: 100%;
    }

    .list_mobile_menu a {
        display: block;
        width: 100%;
        margin-bottom: 24px;
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        color: #FFFFFF;
        text-align: center;
    }

    .list_mobile_menu a:last-child {
        margin-bottom: 0px;
    }

    .wrap_mob_menu .open_form_modal {
        width: 280px;
        height: 56px;
        margin: 0 auto 32px
    }

    .top_line {
        width: 100%;
        border-top: 1px solid #F8F9F9;
        padding-top: 32px;
    }

    .wrap_mob_menu a svg {
        width: 32px;
    }

    .list_footer_social a {
        line-height: 0px;
    }

    .line_start_center {
        display: block;
    }

    .right_center_text {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 380px;
        margin: 0 auto;
    }

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

@media screen and (max-width:768px) {
    .line_social a svg {
        display: block;
        width: 24px;
        height: 24px;
    }

    .tel_header {
        font-size: 0px;
        line-height: 0px;
        margin-right: 18px;
    }

    .tel_header svg {
        display: block;
        width: 24px;
        height: 24px;
    }

    .line_social a:not(:last-child) {
        margin-right: 18px;
    }

    .current_lang {
        display: block;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        padding-right: 14px;
        background: url(../image/Polygon.svg) center right no-repeat;
        background-size: 6px 6px;
    }

    .line_lang_color {
        display: none;
        position: absolute;
        top: calc(100% + 16px);
        background: #29363A;
        padding: 20px 15px;
        z-index: 4;
    }

    .line_lang_color a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
        margin-right: 0px;
        padding: 8px;
        display: block;
        text-align: center;
    }

    .line_lang_color a:last-child {
        margin-bottom: 0px;
    }

    .line_lang_color.open {
        display: block;
    }

    .start_section {
        padding: 48px 0px 64px;
    }

    .start_section .container {
        padding: 0px 16px;
    }

    .line_start_center {
        display: block;
    }

    .icon_start {
        width: 240px;
        margin: 0 auto 48px;
    }

    .right_center_text {
        margin: 0 auto;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .right_center_text h1 {
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        margin-bottom: 16px;
    }

    section h2 {
        font-weight: 500;
        font-size: 32px;
        line-height: 47px;
        margin-bottom: 32px;
    }

    .this_fix_button {
        width: 104px;
        right: 16px;
    }

    .wrap_click__tabs {
        display: none;
    }

    .what_do_you_get {
        padding: 40px 0px 32px;
    }

    .what_do_you_get .container {
        padding: 0px 16px;
    }

    .one_show_tab {
        display: block;
    }

    .one_show_tab:not(:last-child) {
        margin-bottom: 32px;
    }

    .line_one_show_tab {
        display: block;
    }

    .text_one_show_tab {
        width: 100%;
        padding-left: 0px;
    }

    .title_to_tab {
        padding-left: 18px;
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .title_to_tab:before {
        left: 0px;
    }

    .image_one_show_tab {
        width: 100%;
        margin-bottom: 16px;
    }

    .text_one_show_tab {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
    }

    .title_to_tab svg {
        display: none;
    }

    .wrap_line_work_step {
        display: block;
    }

    .one_work_step {
        width: 100%;
        margin-right: 0px;
        max-width: 100%;
    }

    .one_work_step img {
        max-width: 380px;
    }

    .wrap_line_work_step .owl-nav {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 24px;
    }

    .owl-dot {
        width: 8px;
        height: 8px;
        border: none;
        margin-right: 8px;
        background: #ECF1F7;
        padding: 0px;
        border-radius: 50%;
    }

    .owl-dot:last-child {
        margin-right: 0px;
    }

    .owl-dot.active {
        background: #FF9900;
    }

    .one_work_step {
        font-weight: 600;
        font-size: 17px;
        line-height: 23px;
        text-align: center;
    }

    .price {
        padding: 40px 0px 48px;
    }

    .price .container {
        padding: 0px 15px;
    }

    .wrap_line_price {
        display: block;
    }

    .one_price_block {
        width: 100%;
        margin-right: 0px;
        max-width: 380px;
        margin: 0 auto 16px !important;
    }

    .one_price_block:last-child {
        margin-bottom: 0px !important;
    }

    .cases {
        padding: 40px 0px 48px;
    }

    .wrap_change_image_slides .container {
        display: block;
    }

    .right_tr_phone {
        margin: 0 auto;
    }

    .left_tr_images_changes {
        display: none;
    }

    .slider_to_click {
        margin-top: 31px;
    }

    .about_company {
        padding: 40px 0px 48px;
    }

    .ttl_logo_text {
        margin-bottom: 24px;
    }

    .text_about {
        font-size: 14px;
        line-height: 19px;
    }

    .contacts {
        padding: 40px 0px 0px;
    }

    .line_contacts {
        display: block;
    }

    .one_contact {
        text-align: center;
        display: block;
        margin-bottom: 25px;
    }

    .one_contact:last-child {
        margin-bottom: 0px;
    }

    .right_tr_phone {
        width: 100%;
    }

    .one_price_block div:first-child {
        margin-bottom: 40px;
    }

    .big_number {
        font-size: 80px;
    }

    .new_s_day p:not([class]) {
        font-size: 30px;
        margin-top: 0px;
    }

    .za_day {
        margin-top: -15px;
        font-size: 40px;
    }

    .image_one_show_tab {
        min-height: inherit;
    }

    .big_number:after {
        top: 20px;
    }

    .wrap_new_s_day {
        max-width: 200px;
    }

    .icon_start {
        width: 265px;
    }
}