html {
    font-family: "Fira Sans";
}

.header_list_menu_comp li {
    display: block !important;
    color: #DC3545 !important;
    font-weight: 400 !important;
    margin: 20px 0px !important;
    position: relative !important;
    cursor: pointer !important;
}

.header_list_menu li {
    display: block !important;
    width: 190px !important;
    color: #DC3545 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 15px !important;
    margin: 20px 0px !important;
    position: relative !important;
    cursor: pointer !important;
}

.header_list_menu {
    padding:30px 0px 0px 30px !important;
}

.corporat_link {
    color: #DC3545 !important;
    text-decoration: underline !important;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

.slick-slide:focus {
    outline: none;
}

.slider {
    display: none;
}

.slick-initialized {
    display: block !important;
}

.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 1061px;
}

.main_frame,
.page_content {
    margin-left: 65px;
    overflow-x: hidden;
}

body.menu_open .main_frame,
body.menu_open .page_content {
    margin-left: 240px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #d81f32;
    -webkit-text-decoration: dashed;
    text-decoration: dashed;
}

a:focus {
    outline: none;
}

.lg-backdrop {}

.lg-backdrop.in {
    opacity: 0.8;
}

.display_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* width: 100%; */
}

.flex_flex-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex_flex-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex_space_around {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex_new_string {
    width: 100%;
}

.h_container {
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    position: absolute;
}

.mobile_main {
    display: none;
}

.only_mobile {
    display: none;
}

.hidden_mobile {
    display: block;
}

.phone {
    position: fixed;
    top: 0;
    z-index: 90;
    background: #ffffff;
    width: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.phone .container {
    height: 42px;
    position: relative;
}

.phone .phone_num {
    color: #454553;
    font-size: 19px;
    font-weight: 700;
    line-height: 22px;
    position: absolute;
    right: 105px;
    top: 12px;
    cursor: pointer;
    z-index: 20;
    letter-spacing: 0.95px;
}

.phone .phone_show {
    width: 276px;
    height: 371px;
    background-color: #f4f4f4;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 15;
    padding-left: 31px;
    color: #454553;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    -webkit-box-shadow: 0 0 21px rgba(119, 119, 119, 0.45);
    box-shadow: 0 0 21px rgba(119, 119, 119, 0.45);
    display: none;
}

.phone .phone_show .phone2 {
    color: #454553;
    font-size: 19px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 56px;
    letter-spacing: 0.95px;
}

.phone .phone_show .phone3 {
    color: #454553;
    font-size: 19px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 20px;
    letter-spacing: 0.95px;
}

.phone .phone_show .worked_icon {
    background: url("/templates/yaseen/css/images/worked_icon.png") center no-repeat;
    width: 22px;
    height: 32px;
    display: inline-block;
    margin-top: 32px;
}

.phone .phone_show .worked {
    color: #454552;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-left: 8px;
    line-height: 22px;
    margin-bottom: 50px;
    margin-right: 50px;
}

.phone .phone_show .contact {
    width: 90px;
    display: inline-block;
    margin-bottom: 14px;
}

.phone .phone_show .order {
    margin: 13px 0px 0px -9px;
    width: 237px;
    height: 50px;
    border-radius: 16px;
    background: #da1e31;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    /* display: inline-block; */
}

.phone .phone_show .order:hover {
    background: #8b0000;
}

.phone .phone_num:after {
    content: "";
    position: absolute;
    right: -25px;
    top: 8px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #da1e31 transparent transparent transparent;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.phone .phone_show_container.open .phone_num:after {
    border-width: 0 4.5px 6px 4.5px;
    border-color: transparent transparent #da1e31 transparent;
}

.phone .discount {
    background: url("/templates/yaseen/css/images/discount.png") center no-repeat;
    width: 46px;
    height: 66px;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 60;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-filter: drop-shadow(0 4px 1px rgba(0, 0, 0, 0.30));
    filter: drop-shadow(0 4px 1px rgba(0, 0, 0, 0.30));
}

.phone .discount.open {
    top: 370px;
    z-index: 25;
}

.phone .discount_show {
    position: absolute;
    top: 0;
    right: 0px;
    width: 340px;
    height: 370px;
    /* margin-top: 34px; */
    background: #444451;
    vertical-align: top;
    z-index: 20;
    display: none;
    -webkit-box-shadow: 0 0 21px rgba(119, 119, 119, 0.45);
    box-shadow: 0 0 21px rgba(119, 119, 119, 0.45);
}

.discount_show .form_header1 {
    text-align: center;
    padding: 36px 60px 0px 19px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.discount_show .form_header2 {
    text-align: center;
    padding: 11px 60px 0px 19px;
    color: #ffffff;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}

.discount_show .form_header2 .bigger {
    font-size: 25px;
    font-weight: 700;
}

.discount_show .input {
    margin: 22px 70px 0px 24px;
    height: 44px;
    border-bottom: 1px solid #73737c;
    position: relative;
}

.discount_show .input input {
    width: 100%;
    height: 100%;
    color: #888888;
    font-size: 15px;
    font-weight: 400;
    line-height: 44px;
    text-indent: 51px;
    border: 0;
    padding: 0;
}

.discount_show .input.input1:after {
    content: "";
    background: url("/templates/yaseen/css/images/name_icon.png") center no-repeat;
    width: 20px;
    height: 24px;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 15px;
}

.discount_show .input.input2:after {
    content: "";
    background: url("/templates/yaseen/css/images/mail_icon.png") center no-repeat;
    width: 24px;
    height: 18px;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 15px;
}

.discount_show .input.input3:after {
    content: "";
    background: url("/templates/yaseen/css/images/phone_icon.png") center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 15px;
}

.discount_show .input.input2 {
    margin-top: 19px;
}

.discount_show .order2 {
    margin: 36px 17px 0px 23px;
    width: 247px;
    height: 50px;
    border-radius: 15px;
    background: #da1e31;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.discount_show .order2:hover {
    background: #8b0000;
}

.discount_show .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 100%;
    background: #da1e31;
    cursor: pointer;
}

.discount_show .close .icon {
    background: url("/templates/yaseen/css/images/close_icon.png") center no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 15px;
    left: 9px;
    cursor: pointer;
}

.discount_show .close .text {
    width: 59px;
    height: 14px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    -webkit-transform: rotate(90deg) translateX(59px) translateY(0px);
    -ms-transform: rotate(90deg) translateX(59px) translateY(0px);
    transform: rotate(90deg) translateX(59px) translateY(0px);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    position: absolute;
    top: 65px;
    left: -27px;
}

.question .order:hover {
    background: #8b0000;
}

.menu {
    background-color: #f4f4f4;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 240px;
    z-index: 100;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    overflow: hidden;
    -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.10);
}

.menu .close {
    background: url("/templates/yaseen/css/images/close_menu.png");
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    right: 4px;
    cursor: pointer;
}

.menu .logo {
    top: 24px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    background: url("/templates/yaseen/css/images/logo.png") left no-repeat;
    width: 194px;
    height: 38px;
    -webkit-transition-property: width, top;
    -o-transition-property: width, top;
    transition-property: width, top;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.menu .scroll {
    max-height: calc(100vh - 260px);
    /* height: calc(100vh - 230px); */
    position: relative;
    margin-top: 100px;
    width: 100%;
    overflow-x: hidden;
}

.menu.closed .scroll {
    display: none;
}

.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu ul>li {
    display: block;
    width: 190px;
    color: #454552;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.menu ul li:hover {
    color: #d81f32;
    -webkit-text-decoration: dashed;
    text-decoration: dashed;
}

.menu ul li.active {
    color: #d81f32;
    -webkit-text-decoration: dashed;
    text-decoration: dashed;
}

.menu ul li.opened {
    font-weight: 700;
}

.menu ul li:last-child {
    margin-bottom: 0;
}

.menu ul li.sub:after {
    content: "";
    background: url("/templates/yaseen/css/images/menu_sub_icon.png") center no-repeat;
    width: 6px;
    height: 10px;
    position: absolute;
    left: -15px;
    top: 2px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.menu ul li.sub.opened:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu .sub ul {
    margin-left: 11px;
    margin-top: 10px;
    display: none;
}

.menu .sub.opened ul {
    display: block;
}

.menu .sub ul li {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 8px;
}

.menu .menu_links1 {
    /* margin-top: 88px; */
    margin-left: 30px;
    position: relative;
}

.menu .menu_links2 {
    /* margin-top: 88px; */
    margin-left: 30px;
    position: relative;
}

.menu .header {
    color: #454552;
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0px 15px 16px;
}

.menu .order {
    margin: 33px 0px 0px 17px;
    width: 200px;
    height: 50px;
    border-radius: 16px;
    background: #da1e31;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    position: relative;
    /* bottom: 20px; */
}

.menu .order:hover {
    background: #8b0000;
}

.menu .address {
    margin: 33px 0px 0px 17px;
    text-align: center;
    width: 180px;
    height: 30px;
    color: #868686;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    /* position: absolute; */
    bottom: 100px;
}

.menu .open {
    position: absolute;
    top: 95px;
    opacity: 0;
    /* transition: all 100ms ease-in-out; */
}

.menu .open .icon {
    background: url("/templates/yaseen/css/images/menu_open_icon.png") center no-repeat;
    width: 33px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 12px;
}

.menu .open .text {
    width: 56px;
    height: 13px;
    color: #bebebe;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 3px;
    -webkit-transform: rotate(90deg) translateX(59px) translateY(0px);
    -ms-transform: rotate(90deg) translateX(59px) translateY(0px);
    transform: rotate(90deg) translateX(59px) translateY(0px);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    position: absolute;
    top: 53px;
    left: -21px;
}

.menu.closed {
    width: 58px;
    cursor: pointer;
}

.menu.closed .logo {
    background: url("/templates/yaseen/css/images/logo_small.png") center no-repeat;
    width: 44px;
    height: 38px;
    top: 24px;
    max-width: 100%;
}

.menu.closed .close,
.menu.closed .menu_links1,
.menu.closed .header,
.menu.closed .menu_links2,
.menu.closed .order,
.menu.closed .address {
    opacity: 0;
    display: none;
}

.menu .close,
.menu .menu_links1,
.menu .header,
.menu .menu_links2,
.menu .order,
.menu .address {
    display: block;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    opacity: 1;
}

.menu.closed .open {
    opacity: 1;
}

.main {
    overflow: hidden;
    display: block;
    height: calc(100vh - 42px);
    /* min-height: 820px; */
    margin-top: 42px;
}

.main .container {
    height: 100%;
    position: relative;
}

.main .h_container {
    height: 440px;
    width: 100%;
    /* position: relative; */
}

.main .header {
    width: 2000px;
    position: absolute;
    top: 68px;
    /* bottom: 0; */
    /* margin:  auto; */
    left: 23px;
    z-index: 10;
}

.main .header h1 {
    color: #454552;
    font-size: 38px;
    font-weight: 700;
    line-height: 52px;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.main .header .background_line1 {
    background: url("/templates/yaseen/css/images/main_bg_line1.png");
    width: 966px;
    height: 42px;
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle;
}

.main .header .background_line2 {
    background: url("/templates/yaseen/css/images/main_bg_line2.png");
    width: 812px;
    height: 45px;
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle;
}

.main .text {
    position: absolute;
    top: 194px;
    left: 23px;
    color: #454552;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    z-index: 10;
}

.main .text .red {
    color: #d81f32;
}

.red {
    color: #d81f32;
}

.main .calc {
    width: 274px;
    height: 63px;
    border: 2px solid #31313f;
    text-align: center;
    line-height: 63px;
    color: #313140;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 267px;
    left: 23px;
    text-transform: uppercase;
    padding-right: 63px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.main .calc:hover {
    border: 2px solid #da1e31;
    background: #da1e31;
    color: #ffffff;
}

.main .calc:after {
    content: "";
    background: url("/templates/yaseen/css/images/icon_calc.png") center no-repeat;
    border: 2px solid #31313f;
    height: 63px;
    width: 65px;
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.main .calc:hover:after {
    border: 2px solid #da1e31;
    background: #da1e31 url("/templates/yaseen/css/images/icon_calc_hover.png") center no-repeat;
}

.main .calc:before {
    content: "";
    background: transparent;
    height: 67px;
    width: 2px;
    display: block;
    position: absolute;
    top: -2px;
    right: 65px;
    z-index: 5;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.main .calc:hover:before {
    background: #ffffff;
}

.main .background {
    background: url("/templates/yaseen/css/images/main_bg.png") center no-repeat;
    width: 1490px;
    height: 398px;
    position: absolute;
    top: 0px;
    left: 23px;
    z-index: 5;
    vertical-align: top;
}

.main .parallax {
    position: absolute;
    width: 815px;
    height: 762px;
    top: 0px;
    left: 604px;
    z-index: 10;
    -webkit-transform: translateY(-18%) !important;
    -ms-transform: translateY(-18%) !important;
    transform: translateY(-18%) !important;
}

.main .parallax .part1 {
    position: absolute;
    top: 0px;
    left: 7px;
    z-index: 10;
}

.main .parallax .part2 {
    position: absolute;
    top: 215px;
    left: 0px;
    z-index: 20;
}

.main .parallax .part3 {
    position: absolute;
    top: 457px;
    left: 72px;
    z-index: 30;
}

.main .scroll_down {
    background: url("/templates/yaseen/css/images/scroll.png") center no-repeat;
    width: 23px;
    height: 41px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    z-index: 50;
}

.main .scroll_down:after {
    background: url("/templates/yaseen/css/images/scroll_arrow.png") top no-repeat;
    width: 9px;
    height: 26px;
    position: absolute;
    content: "";
    top: 8px;
    right: 0;
    left: 0;
    margin: 0px auto;
    -webkit-animation: up_down linear 1.2s;
    animation: up_down linear 1.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@-webkit-keyframes up_down {
    0% {
        background-position: 0% -100%;
    }
    100% {
        background-position: 0% 200%;
    }
}

@keyframes up_down {
    0% {
        background-position: 0% -100%;
    }
    100% {
        background-position: 0% 200%;
    }
}

.main .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    /* padding-top: 70px; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 31px;
    /* height: 439px; */
    width: 35%; 
    position: absolute;
    top: 270px;
    left: 23px;
}

.main .icons .item {
    width: 75px;
    height: 67px;
    position: relative;
    margin-bottom: 49px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    padding: 0px 30px;
}

.main .icons .item .text {
    position: absolute;
    z-index: 15;
    bottom: auto;
    top: 66px;
    left: 0px;
    color: #31313f;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.main .icons .item .image {
    z-index: 10;
    position: relative;
    display: block;
}

.main .icons .item .image img {
    max-width: 200%;
    height: auto;
}

.mobile_main .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    /* margin-right: 31px; */
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 60px;
}

.mobile_main .icons .item {
    width: 85px;
    height: 125px;
    position: relative;
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    padding: 0px 10px;
}

.mobile_main .icons .item:nth-of-type(4) {
    /* display: none; */
}

.mobile_main .icons .item .text {
    position: absolute;
    z-index: 15;
    bottom: auto;
    top: 68px;
    left: 0px;
    color: #31313f;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    width: auto;
    text-align: center;
}

.mobile_main .icons .item .image {
    z-index: 10;
    position: relative;
    display: block;
}

.mobile_main .icons .item .image img {
    max-width: 70%;
    height: auto;
}

.service {
    display: block;
    /* height: 986px; */
    overflow: hidden;
}

.service .container {
    position: relative;
    height: 100%;
}

.service .header {
    margin-top: 40px;
    padding-top: 25px;
    text-align: center;
    color: #454553;
    font-size: 50px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    width: 100%;
}

.service .right_header {
    position: absolute;
    right: -100px;
    top: 273px;
    color: #f0f0f1;
    font-size: 80px;
    font-weight: 900;
    line-height: 80px;
    height: 80px;
    width: 290px;
    -webkit-transform: rotate(90deg) translateX(290px) translateY(0px);
    -ms-transform: rotate(90deg) translateX(290px) translateY(0px);
    transform: rotate(90deg) translateX(290px) translateY(0px);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    text-transform: uppercase;
}

.service .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-top: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    /* margin-right: 129px; */
}

.service .icons .item {
    width: 340px;
    height: 300px;
    position: relative;
    margin-bottom: 35px;
    cursor: pointer;
}

.service .icons .item .text {
    position: absolute;
    z-index: 15;
    top: 10px;
    left: 28px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    pointer-events: none;
}

.service .icons .item .image {
    z-index: 10;
}

.service .icons .item .image img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 1500ms ease-in-out;
    -o-transition: all 1500ms ease-in-out;
    transition: all 1500ms ease-in-out;
}

.clients {
    display: block;
    /* height: 540px; */
    margin-top: 45px;
}

.clients .container {
    height: 100%;
}

.clients .header {
    /* height: 36px; */
    line-height: 51px;
    color: #454552;
    font-size: 50px;
    font-weight: 700;
    padding-top: 80px;
    text-align: center;
    /* margin: 0 !important; */
}

.clients .selector {
    display: block;
    padding-top: 70px;
    height: 48px;
    border-bottom: 1px solid #dcdcdc;
    z-index: 4;
    position: relative;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.clients .selector ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clients .selector li {
    display: inline-block;
    margin-right: 30px;
    margin-left: 30px;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    word-wrap: normal;
    position: relative;
    /* margin-right: 40px; */
}

.clients .selector li:last-child {
    margin-right: 0;
}

.clients .selector li.active:before {
    content: "";
    width: calc(100% + 46px);
    height: 3px;
    left: -22px;
    bottom: -2px;
    background-color: #ff0303;
    position: absolute;
    z-index: 5;
}

.clients .logos {
    display: none;
    padding-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.clients .logos.slick-initialized {
    display: block;
}

.clients .logos .item {
    margin-bottom: 15px;
    margin-top: 15px;
    /* width: 200px; */
    text-align: center;
    display: none;
    /* margin-left: 10px; */
    height: 150px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.clients .logos .item:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.clients .logos .item.active {
    display: block;
}

.clients .logos .item img {
    /* max-width: 100%;
     height: auto;*/
    max-width: 80%;
    height: auto;
}

.clients .dots {
    padding-top: 7px;
    text-align: center;
}

.cases {
    display: block;
    /* height: 744px; */
    overflow: hidden;
    margin-top: 80px;
}

.cases .container {
    position: relative;
    height: 100%;
    /* vertical-align: top; */
}

.cases .left_block {
    width: 566px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.cases .left_block .slider {
    width: 493px;
    height: 743px;
    /* opacity: 0.6; */
    position: relative;
}

.cases .left_block .slider:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(23, 48, 89, 0.48);
    z-index: 10;
    position: absolute;
    pointer-events: none;
}

.cases .left_block .header {
    position: absolute;
    right: 9px;
    top: 225px;
    color: #ececee;
    font-size: 60px;
    font-weight: 900;
    line-height: 59px;
    height: 59px;
    width: 515px;
    -webkit-transform: rotate(90deg) translateX(290px) translateY(0px);
    -ms-transform: rotate(90deg) translateX(290px) translateY(0px);
    transform: rotate(90deg) translateX(290px) translateY(0px);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    text-transform: uppercase;
}

.cases .left_block .slider_control {
    background: #da1e31;
    width: 70px;
    height: 140px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 50;
}

.cases .left_block .slider_control:after {
    content: "";
    width: 56px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #eb858f;
    margin: auto;
    right: 0;
    left: 0;
}

.cases .left_block .slider_next {
    background: url("/templates/yaseen/css/images/slider_next.png") center no-repeat;
    height: 70px;
    cursor: pointer;
    /* z-index: 50; */
}

.cases .left_block .slider_prev {
    background: url("/templates/yaseen/css/images/slider_prev.png") center no-repeat;
    height: 70px;
    cursor: pointer;
}

.cases .right_block {
    position: relative;
    display: inline-block;
    color: #454552;
    width: 455px;
    margin-left: 25px;
    line-height: 24px;
    vertical-align: top;
}

.cases .right_block strong {
    font-weight: 700;
}

.cases .right_block .header {
    /* margin-top: 40px; */
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.cases .right_block .text {
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    line-height: 19px;
}

.cases .right_block .red {
    color: #fff;
    background: #da1e31;
    padding: 0 2px;
}

.cases .right_block .icon.icon2 {
    /* background: #444; */
}

.cases .right_block .icon {
    padding-left: 58px;
    margin-top: 25px;
    position: relative;
}

.cases .right_block .icon:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 10px;
}

.cases .right_block .icon1:after {
    background: url("/templates/yaseen/css/images/case_icon1.png") center no-repeat;
    width: 35px;
    height: 43px;
}

.cases .right_block .icon2:after {
    background: url("/templates/yaseen/css/images/case_icon2.png") center no-repeat;
    width: 35px;
    height: 43px;
}

.cases .right_block .icon3:after {
    background: url("/templates/yaseen/css/images/case_icon3.png") center no-repeat;
    width: 33px;
    height: 39px;
}

.control {
    display: block;
    /* height: 782px; */
    overflow: hidden;
    margin-top: 40px;
}

.control .container {
    position: relative;
    height: 100%;
}

.control .header {
    height: 46px;
    line-height: 46px;
    color: #454552;
    font-size: 50px;
    font-weight: 700;
    padding-top: 60px;
    text-align: center;
    /* margin-top: 40px !important; */
}

.control .blocks {
    margin-top: 70px;
    margin-left: 4px;
    height: 615px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
}

.control .blocks .content {
    background: #eaeaea;
    width: 0;
    height: 615px;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    position: absolute;
    top: 0;
    left: 288px;
    z-index: 25;
    /* opacity: 0; */
    overflow: hidden;
}

.control .blocks .open .content {
    width: 669px;
    opacity: 1;
    left: 301px;
}

.control .blocks .content .open_content {
    width: 659px;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.control .blocks .content .open_content.open {
    opacity: 1;
}

.control .blocks .content .image {
    text-align: center;
    /* margin-top: 10px; */
    min-height: 250px;
    /* display:  flex; */
    /* justify-content:  center; */
}

.control .blocks .content .content_header {
    color: #454552;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 11px;
    padding-left: 27px;
}

.control .blocks .content .text {
    color: #454552;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 20px;
    padding-left: 27px;
    text-align: justify;
    padding-right: 15px;
}

.control .blocks .block1,
.control .blocks .block2,
.control .blocks .block3 {
    width: 352px;
    height: 615px;
    position: relative;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    overflow: hidden;
}

.control .blocks .block1.hide,
.control .blocks .block2.hide,
.control .blocks .block3.hide {
    width: 50px;
    cursor: pointer;
}

.control .blocks .block1.open,
.control .blocks .block2.open,
.control .blocks .block3.open {
    width: 959px;
}

.control .blocks .hide .links,
.control .blocks .hide .icon {
    opacity: 0;
}

.control .blocks .hide .num {
    font-size: 60px;
    left: 11px;
    line-height: 60px;
    height: 60px;
    color: #ffffff;
}

.control .blocks .hide .header {
    -webkit-transform: rotate(90deg) translateX(0px) translateY(0px);
    -ms-transform: rotate(90deg) translateX(0px) translateY(0px);
    transform: rotate(90deg) translateX(0px) translateY(0px);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    font-size: 18px;
    top: 10px;
    left: 42px;
    width: 350px;
}

.control .blocks .block1:before,
.control .blocks .block2:before,
.control .blocks .block3:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(25, 47, 89, 0.7);
    position: absolute;
    z-index: 10;
}

.control .blocks .block2:before {
    background: rgba(25, 47, 89, 0.8)
}

.control .blocks .header {
    width: 235px;
    height: auto;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    padding: 0;
    top: 50px;
    left: 36px;
    position: absolute;
    z-index: 10;
    /* width: 150px; */
    text-align: left;
}

.control .blocks .num {
    position: absolute;
    left: 17px;
    bottom: 0;
    width: 45px;
    height: 85px;
    color: #a4acbb;
    font-size: 120px;
    font-weight: 700;
    line-height: 90px;
    z-index: 15;
    vertical-align: text-bottom;
    /* transition: all 800ms ease-in-out; */
}

.control .blocks .links {
    position: absolute;
    top: 159px;
    left: 41px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    z-index: 15;
    line-height: 19px;
    width: 225px;
    /* transition: all 800ms ease-in-out; */
}

.control .blocks .links .link {
    padding-bottom: 36px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.control .blocks .links .link:after {
    content: "";
    background: url("/templates/yaseen/css/images/control_right_arrow.png");
    width: 6px;
    height: 10px;
    position: absolute;
    right: -22px;
    top: 5px;
}

.control .icon {
    position: absolute;
    bottom: 20px;
    left: 52px;
    z-index: 5;
    /* transition: all 500ms ease-in-out; */
}

.corp {
    overflow: hidden;
    margin-top: 74px;
}

.corp .container {
    position: relative;
    height: 100%;
}

.corp .border {
    /* border: 5px solid #E0E0E2; */
    /* height: 567px; */
    width: 100%;
}

.corp .left_block {
    width: 508px;
    /* height: 513px; */
    position: relative;
    margin-top: 30px;
    margin-left: 27px;
}

.corp .header_top {
    padding: 10px 0 0;
    text-align: left;
    color: #454552;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.corp .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 45px;
}

.corp .button {
    width: 100%;
    height: 50px;
    border-radius: 15px;
    margin-top: 50px;
    margin-bottom: 70px;
    background: #da1e31;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.corp .order:hover {
    background: #8b0000;
}

.corp .image {
    background: url("/templates/yaseen/css/images/corp_image.png") center no-repeat;
    position: absolute;
    width: 400px;
    height: 439px;
    top: 23px;
    right: 26px;
    z-index: 10;
}

.team {
    overflow: hidden;
    margin-top: 74px;
}

.team .container {
    position: relative;
    height: 100%;
}

.team .border {
    /* border: 5px solid #E0E0E2; */
    /* height: 567px; */
    width: calc(100% - 10px);
}

.team .left_block {
    width: 508px;
    /* height: 513px; */
    position: relative;
    margin-top: 30px;
    margin-left: 27px;
}

.team .header_top {
    padding: 10px 0 0;
    text-align: left;
    color: #454552;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.team .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 45px;
}

.team .header {
    padding: 0;
    text-align: left;
    color: #454552;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 45px;
}

.team .red {
    font-size: 30px;
    line-height: 30px;
    color: #d81e31;
}

.team .order {
    width: 100%;
    height: 50px;
    border-radius: 15px;
    margin-top: 50px;
    margin-bottom: 70px;
    background: #da1e31;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.team .order:hover {
    background: #8b0000;
}

.team .image {
    background: url("/templates/yaseen/css/images/team_image.png") center no-repeat;
    position: absolute;
    width: 500px;
    height: 607px;
    top: -55px;
    right: 10px;
    z-index: 10;
}

.garant {
    height: 540px;
    display: block;
    /* overflow: hidden; */
    margin-top: 50px;
}

.garant .container {
    height: 100%;
    position: relative;
}

.garant .background {
    background: url("/templates/yaseen/css/images/garant.jpg") center no-repeat;
    position: absolute;
    width: 1169px;
    height: 541px;
    left: -173px;
    background-size: contain;
}

.garant .header1 {
    position: absolute;
    top: 97px;
    left: 74px;
    width: 369px;
    height: 161px;
    color: rgba(220, 0, 25, 0.80);
    font-size: 230px;
    font-weight: 900;
    line-height: 161px;
}

.garant .header2 {
    position: absolute;
    top: 293px;
    left: 76px;
    width: 367px;
    height: 56px;
    color: #454553;
    font-size: 60px;
    font-weight: 700;
    line-height: 56px;
}

.garant .icons {
    background: url("/templates/yaseen/css/images/garant_icons_bg.png") center no-repeat;
    position: absolute;
    width: 463px;
    height: 436px;
    top: 23px;
    right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10;
}

.garant .icons .item {
    width: 200px;
    height: 141px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.garant .icons .text {
    color: #31313f;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-top: 20px;
    text-align: center;
}

.garant .icons .item .hover_text {
    color: #454553;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    position: absolute;
    left: -17px;
    bottom: 131px;
    z-index: 90;
    text-align: left;
    padding: 10px 10px;
    padding-bottom: 30px;
    background-color: #ffffff;
    background: url("/templates/yaseen/css/images/text_hover_bg.png") center no-repeat;
    width: 266px;
    height: 133px;
    background-size: contain;
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.garant .icons .item:hover .hover_text {
    opacity: 1;
}

.otziv {
    margin-top: 20px;
}

.otziv .container {
    height: 100%;
    position: relative;
}

.otziv .header {
    padding-top: 50px !important;
    color: #454552;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}

.otziv .link_to_write {
    color: #70707a;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: 122px;
    top: 66px;
    border-bottom: 1px dashed #70707b;
}

.otziv .slider_control {
    width: 90px;
    height: 57px;
    position: absolute;
    right: 0px;
    top: 48px;
    font-size: 0;
}

.otziv .slider_control:after {
    content: "";
    width: 1px;
    height: 57px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #c7c7cb;
    margin: auto;
    right: 0;
    left: 0;
}

.otziv .slider_next {
    background: url("/templates/yaseen/css/images/otziv_next.png") center right no-repeat;
    height: 57px;
    width: 40px;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
}

.otziv .slider_prev {
    background: url("/templates/yaseen/css/images/otziv_prev.png") center left no-repeat;
    height: 57px;
    width: 40px;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
}

.otziv .blocks {
    margin-top: 50px;
    /* display:  flex; */
    margin-bottom: 120px;
}

.otziv .blocks .item {
    width: 300px;
    background: #ededed;
    padding: 20px;
    position: relative;
    /* margin-bottom: 40px; */
    /* margin-left: 20px; */
    margin: 20px;
    margin-bottom: 40px;
}

.otziv .blocks .item:after {
    content: "";
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 33px 0 0;
    border-color: #ededed transparent transparent transparent;
}

.otziv .blocks .item .text {
    color: #454553;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.otziv .blocks .item .name {
    position: absolute;
    bottom: -30px;
    left: 50px;
    color: #454552;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.otziv .all_otziv {
    background: url("/templates/yaseen/css/images/all_otziv.png");
    width: 240px;
    height: 71px;
    position: absolute;
    bottom: 24px;
    right: 0px;
    cursor: pointer;
}

.sertificat {
    margin-top: 25px;
}

.sertificat .container {}

.sertificat .header {
    color: #31313f;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

.sertificat .text {
    color: #31313f;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 25px;
    padding: 0 15px;
}

.sertificat .ico {
    position: absolute;
    right: -60px;
    top: 0px;
    color: #f0f0f1;
    font-size: 35px;
    font-weight: 900;
    line-height: 80px;
    height: 80px;
    width: 290px;
    -webkit-transform: rotate(90deg) translateX(290px) translateY(0px);
    -ms-transform: rotate(90deg) translateX(290px) translateY(0px);
    transform: rotate(90deg) translateX(290px) translateY(0px);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    text-transform: uppercase;
}

.sertificat .order {
    margin: 31px 0px 0px 0px;
    width: 369px;
    height: 50px;
    border-radius: 16px;
    background: #da1e31;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    position: relative;
}

.sertificat .order:hover {
    background: #8b0000;
}

.sertificat .image {
    display: inline-block;
    margin: 0 18px;
    position: relative;
}

.sertificat .image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.71;
    z-index: 10;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background: #cfcfd8 center;
    pointer-events: none;
}

.sertificat .image:hover:after {
    background: url("/templates/yaseen/css/images/zoom.png") center no-repeat;
}

.sertificat .image:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    background: url("/templates/yaseen/css/images/thanks_img_decor.png");
    width: 27px;
    height: 29px;
    z-index: 15;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.sertificat .left_block {
    width: 400px;
    margin-right: 50px;
    display: inline-block;
    vertical-align: top;
}

.sertificat .right_block {
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
}

.tematic {
    /* height: 843px; */
    display: block;
    overflow: hidden;
    margin-top: 40px;
}

.tematic.chasnik {
    /* margin-top: 120px; */
}

.tematic .container {
    height: 100%;
    position: relative;
}

.tematic .blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tematic .blocks .item {
    width: 250px;
    height: 250px;
    position: relative;
    cursor: pointer;
}

.tematic .blocks .item img {
    width: 100%;
    height: auto;
}

.tematic .blocks .item .text {
    position: absolute;
    top: 20px;
    left: 33px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    pointer-events: none;
    /* text-shadow: #000000 0px 1px 0px; */
}

.tematic .blocks .item .header {
    position: absolute;
    top: 53px;
    left: 9px;
    color: #454552;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

.tematic.chasnik .blocks .item .header {
    top: 1px;
}

.tematic.chasnik .blocks .item .header .bigger {
    font-size: 120px;
    line-height: 105px;
    color: #d91e31;
}

.tematic.chasnik .blocks .item .header .smaller {
    font-size: 30px;
    line-height: 35px;
}

.tematic .blocks .item .header .bigger {
    font-size: 80px;
    line-height: 80px;
}

.tematic .blocks .item_x2 {
    width: 500px;
}

.tematic .blocks .item_gray {
    background: #e5e5e5;
    cursor: auto;
}

.tematic .blocks .item_white {
    cursor: auto;
}

.tematic .blocks .item_white .text {
    position: absolute;
    top: 22px;
    left: 38px;
    color: #31313f;
    font-size: 18px;
    font-weight: 700;
    pointer-events: all;
}

.tematic .blocks .item_white .text a {
    color: #919199;
    border-bottom: 1px dashed #919199;
    font-weight: 400;
    font-size: 15px;
}

.calculator .lang {
    height: 795px;
    margin-top: 35px;
}

.calculator .container {
    position: relative;
    height: 100%;
    margin-top: 40px;
}

.calculator .lang .header {
    width: 300px;
    height: 88px;
    color: #454552;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    padding-top: 59px;
}

.calculator .lang .descr {
    width: 245px;
    height: 35px;
    color: #31313f;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding-top: 34px;
}

.calculator .lang .flag {
    margin-top: 67px;
    margin-left: 9px;
}

.calculator .count_block {
    position: absolute;
    top: 48px;
    left: 341px;
    width: 699px;
    height: 144px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px dashed #dcdcdc;
}

.count_block .block {
    width: 175px;
    height: 90px;
    position: relative;
}

.count_block .block .text {
    color: #31313f;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.count_block .block .grey {
    color: #70707b;
    border-bottom: 1px dashed #70707b;
    display: inline-block;
}

.count_block .block .num {
    /* width: 67px; */
    height: 40px;
    color: #31313f;
    font-size: 40px;
    line-height: 40px;
    font-weight: 100;
    position: relative;
    margin-bottom: 7px;
    display: inline-block;
}

.count_block .block1 .num:after {
    content: "";
    position: absolute;
    background: url("/templates/yaseen/css/images/calc_person_icon.png");
    width: 20px;
    height: 23px;
    right: -25px;
    top: 9px;
}

.count_block .block2 .num:after {
    content: "";
    position: absolute;
    background: url("/templates/yaseen/css/images/calc_world_icon.png");
    width: 29px;
    height: 28px;
    right: -39px;
    top: 6px;
}

.count_block .block3 .num:after {
    content: "";
    position: absolute;
    background: url("/templates/yaseen/css/images/calc_like_icon.png");
    width: 24px;
    height: 23px;
    right: -32px;
    top: 7px;
}

.calculator .select_lang {
    position: absolute;
    top: 227px;
    left: 341px;
    width: 729px;
    height: 521px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.calculator .select_lang .type {
    position: relative;
    width: 208px;
    padding-left: 35px;
    margin-bottom: 40px;
}

.calculator .select_lang .type:nth-child(1) {
    margin-bottom: 52px;
}

.calculator .select_lang .type:nth-child(2) {
    /* margin-bottom: 24px; */
}

.calculator .select_lang .type:nth-child(5) {
    margin-bottom: 16px;
}

.calculator .select_lang .type:nth-child(10) {
    margin-bottom: 75px;
}

.calc .form .input {
    vertical-align: top;
    width: 307px;
    display: inline-block;
    margin-top: 10px;
    position: relative;
}

.calc .form .input input {
    width: 100%;
    height: 41px;
    border: 1px solid #cecece;
    color: #31313f;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-indent: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.calc .result .input,
.calc .result .select {
    margin: 22px 22px 0px 24px;
    height: 44px;
    /* border-bottom: 1px solid #73737c; */
    position: relative;
}

.calc .result .select:after {
    position: absolute;
    content: "";
    background: url("/templates/yaseen/css/images/arrow_select.png") center no-repeat;
    width: 10px;
    height: 7px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 15px;
}

.calc .result .input input,
.calc .result .select select {
    width: 100%;
    height: 100%;
    color: #888888;
    font-size: 15px;
    font-weight: 400;
    line-height: 44px;
    text-indent: 51px;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 0px;
}

.calc .result .input.input1:after {
    content: "";
    background: url("/templates/yaseen/css/images/name_icon.png") center no-repeat;
    width: 20px;
    height: 24px;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 15px;
}

.calc .result .input.input2:after {
    content: "";
    background: url("/templates/yaseen/css/images/mail_icon.png") center no-repeat;
    width: 24px;
    height: 18px;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 15px;
}

.calc .result .input.input3:after {
    content: "";
    background: url("/templates/yaseen/css/images/phone_icon.png") center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 15px;
}

.discount_show .input.input2 {
    margin-top: 19px;
}

.select_lang .type .letter {
    color: #a8a8b0;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    position: absolute;
    top: 2px;
    left: 0;
}

.select_lang .type .item {
    color: #6f6f7a;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    position: relative;
    cursor: pointer;
}

.select_lang .type .item:hover {
    color: #d81f32;
}

.select_lang .type .item.custom {
    line-height: 19px;
    padding-left: 0px;
}

.select_lang .type .item .num {
    display: inline-block;
    background: #f2f2f3;
    border-radius: 11px;
    padding: 0 22px 0 10px;
    height: 24px;
    line-height: 25px;
    font-size: 16px;
    color: #6c6c77;
    position: absolute;
    /* margin-left: 16px; */
    right: 18px;
    top: 3px;
}

.select_lang .type .item .num:after {
    content: "";
    background: url("/templates/yaseen/css/images/calc_person_icon_samll.png");
    width: 11px;
    height: 12px;
    position: absolute;
    right: 6px;
    margin: auto 0;
    top: 0;
    bottom: 0;
}

.select_lang .type .world_icon {
    background: url("/templates/yaseen/css/images/calc_world_icon.png") center no-repeat;
    width: 29px;
    height: 28px;
    display: block;
    top: 5px;
    position: absolute;
}

.calculator .calc {
    background: #ededed;
    width: 100%;
    /* height: 451px; */
    vertical-align: top;
    position: relative;
}

.calculator .calc:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("/templates/yaseen/css/images/calc_top_icon.png") center no-repeat;
    width: 65px;
    height: 63px;
    z-index: 20;
}

.calculator .form {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: top;
}

.calculator .form .header {
    width: 267px;
    height: 70px;
    color: #454552;
    font-size: 25px;
    font-weight: 700;
    padding-top: 10px;
    line-height: 30px;
    margin: 0;
}

.calculator .form .group {
    display: inline-block;
    padding-top: 10px;
    padding-left: 34px;
    padding-right: 20px;
    vertical-align: top;
}

.calculator .form .label {
    height: 16px;
    /* color: #ffffff; */
    color: #99999f;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    padding-top: 10px;
}

.calculator .form .select {
    vertical-align: top;
    width: 307px;
    display: inline-block;
    margin-top: 10px;
    position: relative;
}

.calculator .form .select:after {
    content: "";
    background: url("/templates/yaseen/css/images/select_arrow.png") center no-repeat;
    width: 27px;
    height: 34px;
    position: absolute;
    right: 16px;
    top: 5px;
    pointer-events: none;
}

.calculator .form .select2:before {
    content: "";
    background: url("/templates/yaseen/css/images/calc_world_icon.png") center no-repeat;
    width: 29px;
    height: 28px;
    position: absolute;
    left: 10px;
    top: 8px;
    pointer-events: none;
}

.calculator .form select {
    width: 100%;
    height: 45px;
    border: 1px solid #cecece;
    color: #31313f;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    text-indent: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.calculator .form .select2 select {
    text-indent: 56px;
}

.calculator .form .textarea {
    display: block;
    width: 643px;
    height: 212px;
    margin-left: 33px;
    margin-top: 26px;
}

.calculator .form .textarea textarea {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    width: 643px;
    height: 193px;
    padding: 20px 0 0 24px;
    resize: none;
    border: none;
    margin: 0;
}

.calculator .form .file_drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 670px;
    height: 111px;
    margin-left: 33px;
    /* margin-top: 11px; */
    background: transparent;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.calculator .form .file_drop.dropped {
    padding-right: 255px;
    width: 412px;
}

.calculator .form .file_drop:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px dashed #696974;
    border-radius: 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
    background: #fff;
}

.calculator .form .file_drop.drop_start:before {
    border: 2px dashed #da1e31;
}

.file_drop .file {
    display: block;
    /* max-width: 100px; */
    width: 165px;
    /* max-height: 100px; */
    position: relative;
    font-size: 12px;
    line-height: 22px;
    margin: 0px 0 10px 10px;
    text-transform: none;
    text-align: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
}

.file_drop .file .file_ico {
    background: url("/templates/yaseen/css/images/file_icon_add.png") center no-repeat;
    width: 22px;
    height: 27px;
    margin-right: 8px;
    overflow: visible;
    display: inline-block;
    vertical-align: middle;
}

.calculator .form .add_file,
.calculator .form .remove_file {
    position: absolute;
    display: block;
    width: 150px;
    height: 30px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.file_drop.dropped .add_file,
.file_drop.dropped .remove_file {
    right: 50px;
    left: auto;
    text-align: left;
    padding-left: 5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: none;
}

.calculator .form .remove_file .text {
    height: 32px;
    border-bottom: none;
    line-height: 32px;
    color: #da1e32;
}

.calculator .form .file_drop .remove_file {
    display: none;
    /* top: 150px; */
}

.calculator .form .file_drop.dropped .remove_file {
    display: inline-block;
    /* top: -220px; */
    z-index: 500;
    cursor: pointer;
    /* position:  absolute; */
    pointer-events: all;
}

.calculator .form .file_drop .add_file:after {
    content: "";
    position: absolute;
    background: url("/templates/yaseen/css/images/file_icon.png") center no-repeat;
    width: 28px;
    height: 34px;
    left: -40px;
    top: -2px;
}

.calculator .form .file_drop .remove_file:after {
    content: "";
    position: absolute;
    background: url("/templates/yaseen/css/images/file_icon_del.png") center no-repeat;
    width: 28px;
    height: 34px;
    left: -40px;
    top: -2px;
}

.calculator .form .text {
    color: #454552;
    font-size: 14px;
    font-weight: 400;
    width: 150px;
    height: 16px;
    border-bottom: 1px dashed #949199;
    /* transform: translateY(-10px); */
    letter-spacing: 1.4px;
    pointer-events: none;
}

.calculator .form .text2 {
    display: block;
    color: #919199;
    font-size: 11px;
    font-weight: 400;
    width: 155px;
    height: 18px;
    text-transform: none;
    pointer-events: none;
}

.calculator .form .descr {
    color: #9999a0;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-left: 33px;
    margin-top: 13px;
    margin-bottom: 5px;
}

.calculator .form .descr a {
    border-bottom: 1px dashed #70707b;
}

.calculator .form .drop_descr {
    color: #9999a0;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    margin-left: 33px;
    margin-top: 17px;
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    -webkit-transform: translate(-15px);
    -ms-transform: translate(-15px);
    transform: translate(-15px);
}

.calculator .result {
    vertical-align: top;
    display: inline-block;
    width: 320px;
    font-size: 0;
    background: #444452;
    position: absolute;
    top: 0;
    width: 340px;
    height: 100%;
    z-index: 10;
    right: 0;
}

.calculator .result .header1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
    line-height: 41px;
    margin-top: 24px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 17px;
}

.calculator .result .header2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
}

.calculator .result .label {
    width: 60px;
    /* height: 60px; */
    color: #9999a0;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 22px;
    display: inline-block;
}

.calculator .result .col {
    color: #85858c;
    font-size: 50px;
    font-weight: 100;
    line-height: 60px;
    display: inline-block;
    margin-left: 52px;
    margin-top: 9px;
    height: 60px;
}

.calculator .result .icon1 {
    display: inline-block;
    background: url("/templates/yaseen/css/images/calc_col_icon.png") center no-repeat;
    width: 23px;
    height: 19px;
    line-height: 60px;
    margin-left: 25px;
    margin-top: 22px;
}

.calculator .result .icon2 {
    display: inline-block;
    background: url("/templates/yaseen/css/images/calc_pages_icon.png") center no-repeat;
    width: 26px;
    height: 31px;
    margin-left: 25px;
    margin-top: 22px;
    line-height: 60px;
}

.calculator .result .col_custom {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    border-bottom: 1px dashed #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.calculator .result .col_custom_input {
    display: none;
    padding-bottom: 5px;
    padding-top: 6px;
}

.calculator .result input {
    width: 100%;
    height: 45px;
    border: 1px solid #cecece;
    color: #31313f;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    text-indent: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.calculator .result .send_form {
    display: block;
    text-transform: uppercase;
    background: #da1e31;
    border-radius: 15px;
    width: calc(100% - 45px);
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    position: relative;
    margin: 27px auto;
    left: 0;
    right: 0;
    border: 0;
    text-align: center;
    text-indent: 0;
    /* bottom: 15px; */
}

#calc_file {
    display: none;
    width: 0;
    height: 0;
}

.calculator .result .send_form:hover {
    background: #8b0000;
}

.calculator .tariff {
    height: 1152px;
    position: relative;
    width: 100%;
    display: none;
    overflow: hidden;
}

.calculator .tariff_block {
    background: #f3f3f4;
    /* height: 1117px; */
    position: relative;
    width: 100%;
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /* display: none; */
}

.calculator .tariff .right_header {
    position: absolute;
    right: -100px;
    top: 10px;
    color: #f0f0f1;
    font-size: 80px;
    font-weight: 900;
    line-height: 64px;
    width: 370px;
    height: 64px;
    -webkit-transform: rotate(90deg) translateX(370px) translateY(0px);
    -ms-transform: rotate(90deg) translateX(370px) translateY(0px);
    transform: rotate(90deg) translateX(370px) translateY(0px);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    text-transform: uppercase;
}

.tariff_block .item {
    width: 349px;
    border-right: 1px dashed #d7d7d7;
    position: relative;
    height: 100%;
}

.tariff_block .item:last-child {
    border-right: none;
}

.tariff_block .item .icon {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.tariff_block .item .icon1 {
    background: url("/templates/yaseen/css/images/calc_icon1.png");
    width: 98px;
    height: 121px;
    top: 86px;
    padding-top: 0;
}

.tariff_block .item .icon2 {
    background: url("/templates/yaseen/css/images/calc_icon2.png");
    width: 110px;
    height: 156px;
    top: 51px;
    padding-top: 0;
}

.tariff_block .item .icon3 {
    background: url("/templates/yaseen/css/images/calc_icon3.png");
    width: 122px;
    height: 164px;
    top: 43px;
    padding-top: 0;
}

.tariff_block .item .header {
    margin-top: 237px;
    text-align: center;
    color: #31313f;
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
}

.tariff_block .text {
    text-align: center;
    color: #454552;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 26px;
    padding: 0 33px;
}

.tariff_block .dops {
    height: 460px;
    /* padding-top: 50px; */
    width: 180px;
    margin: 0 auto;
    text-align: center;
}

.tariff_block .dop {
    color: #454552;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding-top: 80px;
    position: relative;
}

.tariff_block .dop_none {
    padding-top: 119px;
}

.tariff_block .dop:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40px;
}

.tariff_block .dop_none:after {
    height: 2px;
    width: 29px;
    background: #848485;
    top: 98px;
}

.tariff_block .dop1:after {
    background: url("/templates/yaseen/css/images/calc_dop_icon1.png");
    width: 29px;
    height: 25px;
}

.tariff_block .dop2:after {
    background: url("/templates/yaseen/css/images/calc_dop_icon2.png");
    width: 25px;
    height: 33px;
}

.tariff_block .dop3:after {
    background: url("/templates/yaseen/css/images/calc_dop_icon3.png");
    width: 27px;
    height: 32px;
}

.tariff_block .dop4:after {
    background: url("/templates/yaseen/css/images/calc_dop_icon4.png");
    width: 31px;
    height: 34px;
}

.tariff_block .item .price {
    color: #454552;
    font-size: 40px;
    font-weight: 700;
    margin-top: 40px;
    margin-left: 38px;
    display: inline-block;
}

.tariff_block .price.red {
    color: #da1e31;
}

.tariff_block .item .price.old {
    font-size: 20px;
    font-weight: 400;
    margin-left: 24px;
    display: inline-block;
    color: #b9b9b9;
    position: relative;
    width: auto;
}

.tariff_block .price.old:after {
    content: "";
    height: 2px;
    width: 110%;
    background: #b9b9b9;
    position: absolute;
    left: -7px;
    top: 10px;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg);
}

.tariff_block .currency {
    font-size: 25px;
}

.tariff_block .price.old .currency {
    font-size: 14px;
}

.tariff_block .select_tariff {
    background: #444452;
    width: 280px;
    height: 62px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 62px;
    text-align: center;
    border-radius: 12px;
    margin-left: 38px;
    margin-bottom: 45px;
    margin-top: 25px;
    text-transform: uppercase;
    cursor: pointer;
}

.tariff_block .select_tariff.red {
    background: #da1e31;
}

.tariff_block .item .discount {
    position: absolute;
    bottom: 29px;
    right: 13px;
    width: 169px;
    height: 27px;
    color: #dfdfe1;
    font-size: 30px;
    font-weight: 700;
    line-height: 27px;
}

.tariff .minimal_order {
    color: #a5a5ac;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
    display: none;
}

.other_tarifs {
    /* height: 621px; */
    width: 100%;
}

.other_tarifs .header {
    padding-top: 50px;
    text-align: center;
    color: #454552;
    font-family: "Fira Sans";
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

.other_tarifs .select_other {
    margin-top: 63px;
}

.select_other .item {
    height: 94px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px dashed #d2d2d6;
}

.select_other .item .logo {
    width: 225px;
    filter: blur(7px);
}

.select_other .item:first-child .logo {
    filter: none;
}

.select_other .item .price {
    width: 210px;
    color: #454552;
    font-size: 42px;
    font-weight: 700;
}

.currency {
    font-size: 25px;
    font-weight: 600;
}

.select_other .item .star {
    width: 101px;
    padding-left: 41px;
    background: url("/templates/yaseen/css/images/calc_star.png") left center no-repeat;
    height: 24px;
    line-height: 24px;
    position: relative;
}

.select_other .item .star {}

.select_other .item .star .hover_text {
    color: #454553;
    font-size: 21px;
    font-weight: 400;
    /* text-align:  center; */
    line-height: 20px;
    position: absolute;
    left: -16px;
    bottom: 27px;
    z-index: 52;
    padding: 10px 22px;
    background-color: #ffffff;
    display: block;
    border: 2px solid transparent;
    border-radius: 5px;
    background: url("/templates/yaseen/css/images/text_hover_bg.png") center no-repeat;
    width: 310px;
    height: 121px;
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    pointer-events: none;
}

.select_other .item .star:hover .hover_text {
    opacity: 1;
}

.select_other .item .star.help:after {
    content: "";
    position: absolute;
    background: url("/templates/yaseen/css/images/icon_help.png");
    width: 20px;
    height: 20px;
    top: 2px;
    right: 0;
    cursor: pointer;
}

.select_other .item .order {
    background: #f2f2f3;
    width: 196px;
    height: 62px;
    color: #b0b0b7;
    font-size: 14px;
    font-weight: 700;
    line-height: 62px;
    text-align: center;
    border-radius: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

.select_other .item .order.red {
    background: #da1e31;
    color: #ffffff;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.select_other .item .order.red:hover {
    background: #8b0000;
}

.video_block {
    min-height: 520px;
    /* position: absolute; */
    z-index: 10000;
    /* overflow: hidden; */
    /* top: 0; */
    margin-top: 80px;
}

.video_block .container {
    height: 100%;
    position: relative;
    /* overflow: hidden; */
    /* min-height: 520px; */
}

.video_block .right_header {
    position: absolute;
    right: -100px;
    top: 120px;
    color: #f0f0f1;
    font-size: 80px;
    font-weight: 900;
    line-height: 80px;
    height: 80px;
    width: 290px;
    -webkit-transform: rotate(90deg) translateX(290px) translateY(0px);
    -ms-transform: rotate(90deg) translateX(290px) translateY(0px);
    transform: rotate(90deg) translateX(290px) translateY(0px);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    text-transform: uppercase;
}

.video_block .video {
    background: url("/templates/yaseen/css/images/video_block.png") center no-repeat;
    width: 100%;
    height: 457px;
    position: absolute;
    /* top: 500px; */
}

.video_block .video .play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url("/templates/yaseen/css/images/icon_play.png") center no-repeat;
    width: 125px;
    height: 143px;
    cursor: pointer;
    line-height: 171px;
    text-indent: 14px;
    color: transparent;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.video_block .video .play:hover {
    background: url("/templates/yaseen/css/images/icon_play_hover.png") center no-repeat;
    width: 125px;
    height: 143px;
    color: #454552;
}

.choose {
    /* height: 785px; */
    display: block;
    position: relative;
    /* overflow: hidden; */
    margin-top: 80px;
}

.choose .container {
    height: 100%;
}

.choose .background {
    background: url("/templates/yaseen/css/images/choose_bg.jpg") center no-repeat;
    width: 1348px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -10;
    overflow-y: visible;
    background-size: contain;
}

.choose .header {
    color: #454553;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    padding-top: 80px;
    text-align: center;
}

.choose .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-top: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 31px;
    /* height: 439px; */
    width: 100%;
}

.choose .icons .item {
    width: 215px;
    height: 180px;
    position: relative;
    margin-bottom: 70px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.choose .icons .item .text {
    position: absolute;
    z-index: 15;
    bottom: 0px;
    left: 0px;
    color: #31313f;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}

.choose .icons .item .hover_text {
    color: #454553;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    position: absolute;
    left: 0;
    bottom: 153px;
    z-index: 90;
    text-align: left;
    padding: 10px 10px;
    padding-bottom: 30px;
    background-color: #ffffff;
    background: url("/templates/yaseen/css/images/text_hover_bg.png") center no-repeat;
    width: 266px;
    height: 133px;
    background-size: contain;
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.choose .icons .item:hover .hover_text {
    opacity: 1;
}

.choose .icons .item .image {
    z-index: 10;
    position: relative;
    display: block;
}

.choose .icons .item .image img {
    max-width: 100%;
    height: auto;
}

.thanks {
    /* height: 627px; */
    /* overflow: hidden; */
    margin-top: 20px;
}

.thanks .container {
    position: relative;
    /* height: 100px; */
}

.thanks .header {
    padding-top: 5px;
    text-align: center;
    color: #31313f;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}

.thanks .lines {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px;
}

.thanks .line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
}

.thanks .line .item {
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.thanks .line .item:hover {
    border: 1px solid #cfcfd8;
}

.thanks .line .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #cfcfd8;
    opacity: 0.71;
    z-index: 10;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    pointer-events: none;
}

.thanks .line .item:hover:after {
    opacity: 0;
}

.thanks .line .item:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    background: url("/templates/yaseen/css/images/thanks_img_decor.png");
    width: 27px;
    height: 29px;
    z-index: 15;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.thanks .line .item img {
    position: relative;
    z-index: 5;
}

.thanks .line1 {
    width: 100%;
    /* height: 209px; */
}

.thanks .line1 img {
    width: 147px;
    height: auto;
}

.thanks .line2 {
    width: 843px;
    /* height: 100px; */
}

.thanks .line2 img {
    width: 71px;
    height: auto;
}

.thanks .line2 .item:before {
    width: 14px;
    height: 15px;
}

.thanks .line3 {
    width: 521px;
    /* height: 90px; */
}

.thanks .line3 .item:before {
    width: 10px;
    height: 10px;
}

.thanks .line3 img {
    width: 64px;
    height: auto;
}

.faq {
    /* height: 661px; */
    overflow: hidden;
    margin-top: 40px;
}

.faq .container {
    /* height: 100%; */
    position: relative;
    /* vertical-align: top; */
}

.faq .header {
    text-align: center;
    padding-top: 56px;
    color: #454552;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}

.faq .__scroll {
    margin-top: 70px;
    width: 695px;
    margin-left: 2px;
    display: inline-block;
    vertical-align: top;
    /* max-height: 473px; */
    /* height: 473px; */
    position: relative;
}

.faq_block {}

.faq_block .item {
    max-height: 58px;
    height: 58px;
    line-height: 29px;
    border-bottom: 1px dashed #a1a1a8;
    color: #454552;
    font-size: 20px;
    font-weight: 400;
    padding: 0 0 0 73px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* -webkit-transition: all 500ms ease-in-out; */
    /*-o-transition: all 500ms ease-in-out;*/
    /* transition: all 500ms ease-in-out; */
}

.faq_block .item.open {
    max-height: none;
    height: auto;
    padding-top: 15px;
}

.faq_block .item .answer {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
    padding-top: 10px;
    max-height: 0;
    -webkit-transition: max-height 500ms ease-in-out;
    -o-transition: max-height 500ms ease-in-out;
    transition: max-height 500ms ease-in-out;
    opacity: 0;
    /* display: none; */
    position: absolute;
}

.faq_block .item.open .answer {
    max-height: 500px;
    opacity: 1;
    /* display: block; */
    position: relative;
}

.faq_block .item:after {
    content: "";
    background: url("/templates/yaseen/css/images/faq_open.png");
    width: 17px;
    height: 17px;
    position: absolute;
    margin: auto 0;
    top: 19px;
    /* bottom: 0; */
    left: 28px;
}

.faq_block .item.open:after {
    background: url("/templates/yaseen/css/images/faq_close.png");
    width: 12px;
    height: 2px;
    top: 28px;
}

.faq .question {
    display: inline-block;
    width: 341px;
    /* height: 473px; */
    margin-top: 70px;
    background: #444451;
    vertical-align: top;
}

.question .form_header1 {
    text-align: center;
    padding: 39px 28px 0px 28px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.question .form_header2 {
    text-align: center;
    padding: 5px 32px 0px 32px;
    color: #ffffff;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}

.question .input {
    margin: 24px 17px 0px 24px;
    height: 44px;
    /* border-bottom: 1px solid #73737c; */
    position: relative;
}

.question .input input {
    width: 100%;
    height: 100%;
    color: #888888;
    font-size: 15px;
    font-weight: 400;
    line-height: 44px;
    text-indent: 51px;
    border: 0;
    padding: 0;
}

.question .input.input1:after {
    content: "";
    background: url("/templates/yaseen/css/images/name_icon.png") center no-repeat;
    width: 20px;
    height: 24px;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 15px;
}

.question .input.input2:after {
    content: "";
    background: url("/templates/yaseen/css/images/phone_icon.png") center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 15px;
}

.question .input.input2 {
    margin-top: 19px;
}

.question .textarea {
    margin: 19px 17px 0px 24px;
    height: 114px;
    /* border-bottom: 1px solid #73737c; */
}

.question .textarea textarea {
    width: calc(100% - 28px);
    height: 91px;
    color: #888888;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    padding: 18px 5px 5px 19px;
    border: 0;
    resize: none;
}

.question .send_form {
    margin: 19px 17px 0px 24px;
    width: calc(100% - 45px);
    height: 61px;
    border-radius: 15px;
    background: #da1e31;
    text-align: center;
    color: #ffffff;
    line-height: 61px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    margin-bottom: 15px;
}

.question .send_form:hover {
    background: #8b0000;
}

.standarts {
    /* height: 143px; */
    display: block;
    overflow: hidden;
    margin-top: 40px;
}

.standarts .container {
    height: 100%;
}

.standarts .header {
    display: inline-block;
    width: 238px;
    color: #454552;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 24px !important;
    margin-right: 160px !important;
    padding-top: 39px;
    margin-left: 30px !important;
}

.standarts .image {
    display: inline-block;
    /* height: 87px; */
    vertical-align: top;
    padding-top: 25px;
}

.footer {
    background: #444451;
    /* height: 349px; */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}

.footer .container {
    position: relative;
    height: 100%;
}

.footer .block1 {
    display: inline-block;
    width: 276px;
    padding-top: 45px;
    margin-left: 14px;
}

.footer .block2 {
    display: inline-block;
    width: 282px;
    padding-top: 19px;
    margin-left: 95px;
    vertical-align: top;
}

.footer .block3 {
    display: block;
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 715px;
    z-index: 10;
    -webkit-transition-property: background, left;
    -o-transition-property: background, left;
    transition-property: background, left;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.footer .block3:after {
    content: "";
    width: 100vw;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(67, 67, 80, 1)), color-stop(25%, rgba(67, 67, 80, 0.2)), to(rgba(67, 67, 80, 0)));
    background: -webkit-linear-gradient(left, rgba(67, 67, 80, 1) 0%, rgba(67, 67, 80, 0.2) 25%, rgba(67, 67, 80, 0) 100%);
    background: -o-linear-gradient(left, rgba(67, 67, 80, 1) 0%, rgba(67, 67, 80, 0.2) 25%, rgba(67, 67, 80, 0) 100%);
    background: linear-gradient(to right, rgba(67, 67, 80, 1) 0%, rgba(67, 67, 80, 0.2) 25%, rgba(67, 67, 80, 0) 100%);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    pointer-events: none;
    /* transition: all 800ms; */
}

.footer .block3.open:after {
    /* background-position: -300px; */
}

.footer .block3.open {
    left: 0px;
    width: 100vw;
}

.footer .block3 .map {
    /* position: absolute; */
    /* top: 0; */
}

.footer .block3 .map_header {
    position: absolute;
    z-index: 25;
    top: 56px;
    left: 45px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.footer .block3 .address {
    position: absolute;
    z-index: 25;
    top: 101px;
    left: 44px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 28px;
    line-height: 20px;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.footer .block3 .address:after {
    content: "";
    background: url("/templates/yaseen/css/images/map_icon.png") center no-repeat;
    width: 18px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 1px;
}

.footer .block3 .map_schema {
    position: absolute;
    z-index: 25;
    top: 141px;
    left: 44px;
    width: 200px;
    height: 51px;
    border-radius: 15px;
    background: #ffffff;
    text-align: center;
    color: #454552;
    line-height: 51px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    display: none;
}

.footer .block3.open .map_schema,
.footer .block3.open .address,
.footer .block3.open .map_header {}

.footer .menu_links {
    /* width: 233px; */
    /* height: 125px; */
    display: block;
    margin-bottom: 39px;
}

.footer .menu_links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 246px;
    height: 149px;
}

.footer .menu_links ul li {
    margin-bottom: 15px;
    width: 120px;
}

.footer .download {
    margin: 28px 0px 20px 0px;
    width: 234px;
    height: 51px;
    border-radius: 15px;
    background: #da1e31;
    text-align: center;
    color: #ffffff;
    line-height: 51px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.footer .download:hover {
    background: #8b0000;
}

.footer .control_link {
    margin-top: 10px;
}

.footer .copyright {
    color: #9999a0;
    font-size: 14px;
    font-weight: 400;
    margin-top: 21px;
}

.footer .whatsapp_header {
    font-size: 14px;
    font-weight: 400;
    margin-left: 42px;
    /* display: inline-block; */
}

.footer .whatsapp_icon {
    background: url("/templates/yaseen/css/images/whats_icon.png") center no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.footer .phone1 {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    line-height: 38px;
}

.footer .phone2 {
    color: #99999f;
    font-size: 15px;
    font-weight: 400;
    margin-left: 40px;
    margin-top: 5px;
}

.footer .worked_header {
    font-size: 14px;
    font-weight: 400;
    margin-left: 42px;
    margin-top: 37px;
}

.footer .worked_icon {
    background: url("/templates/yaseen/css/images/worked_icon.png") center no-repeat;
    width: 22px;
    height: 32px;
    display: inline-block;
}

.footer .worked {
    color: #99999f;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-left: 17px;
    margin-top: 7px;
    line-height: 23px;
}

.footer .email {
    font-size: 14px;
    margin-top: 10px;
}

.footer .spacer {
    width: 22px;
    display: inline-block;
}

.footer .skype {
    font-size: 14px;
    margin-top: 14px;
}

.footer .skype .spacer {
    width: 26px;
    display: inline-block;
}

.back_to_top {
    background: url("/templates/yaseen/css/images/back_to_top.png") center no-repeat;
    width: 53px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 500;
    cursor: pointer;
}

.back_to_top.stay {
    position: absolute;
    bottom: 377px;
}

.back_to_top:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}

.page_content {
    margin-top: 80px;
    min-height: 600px;
    overflow-x: hidden;
}

.page_content .header {
    color: #454552;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    margin: 15px 0px 15px 0;
    padding-top: 10px;
}

.page_content .header:nth-of-type(1) {
    /* font-size: 50px; */
    /* line-height: 45px; */
}

.page_content {}

.page_content .breadcrumbs ul {
    list-style: none;
    margin: 3px 0 45px 0;
    padding: 0;
    color: #99999f;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.page_content .breadcrumbs ul li {
    margin: 0;
}

.content {
    width: 875px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    min-height: calc(100vh - 509px);
    /* display:  flex; */
    /* flex-direction:  column; */
}

.content_w {
    width: 1066px;
    min-height: 0;
}

.content.content_full {
    width: auto;
    min-height: 0;
}

.content:nth-of-type(2) {
    min-height: 0;
}

.content .left {
    width: 590px;
    /* display: inline-block; */
    /* vertical-align: top; */
    /* margin-right: 320px; */
    position: relative;
}

.content .right {
    display: block;
    vertical-align: top;
    position: absolute;
    top: -15px;
    left: 609px;
    /* overflow-x: hidden; */
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.banner .slide {}

.banner .slide img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    max-height: 100vh;
}

.content p {
    color: #454552;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 15px 0;
}

.content ul,
.content ol {
    color: #454552;
    margin: 20px 0;
    /* margin-left: 0px; */
}

.content ul li,
.content ol li {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.content h1 {
    color: #454552;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}

.content h2 {
    color: #454552;
    font-size: 30px;
    font-weight: 700;
    line-height: 41px;
    margin: 40px 0 20px 0;
}

.content h3 {
    color: #454552;
    font-size: 25px;
    font-weight: 300;
    line-height: 31px;
    margin: 20px 0;
}

.content a {
    color: #70707a;
}

.content a:hover {
    color: #da1e31;
}

.content table {
    width: 100%;
}

.content table tr td {
    color: #454552;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 20px;
}

.content table thead tr td {
    color: #454552;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 10px 20px;
}

.content table thead tr {
    border-bottom: 7px solid #da1e31;
}

.content table tr:nth-child(2n) {
    background: #f4f4f4;
}

.content .vac_name {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 15px;
    margin-right: 5%;
    margin-top: 19px;
    border-bottom: 1px solid #a8a5a5;
    color: #454552;
}

.content .vac_descr {
    width: 64%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 40px;
}

.page_content .promo,
.content .promo {
    width: 550px;
    color: #454552;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    position: relative;
    margin-top: 15px;
    display: inline-block;
    vertical-align: middle;
}

.content .order {
    margin: 15px 0 0 0;
    width: 180px;
    height: 50px;
    border-radius: 16px;
    background: #da1e31;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
}

.content .order:hover {
    background: #8b0000;
}

.content .chasn_bg {
    background: url("/templates/yaseen/css/images/chasn_bg.jpg") top left no-repeat;
    position: absolute;
    z-index: -1;
    left: 337px;
    width: 1132px;
    height: 849px;
}

.content .banner {
    position: relative;
    margin-bottom: 100px;
    width: 100%;
}

.content .slider_control {
    position: absolute;
    bottom: -57px;
    left: 0;
    background: #da1e31;
    font-size: 0;
}

.content .slider_control:after {
    content: "";
    width: 1px;
    height: 57px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #c7c7cb;
    margin: auto;
    right: 0;
    left: 0;
}

.content .slider_next {
    background: url("/templates/yaseen/css/images/otziv_next.png") center no-repeat;
    height: 57px;
    width: 57px;
    cursor: pointer;
    display: inline-block;
    /* margin-left: 5px; */
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%);
}

.content .slider_prev {
    background: url("/templates/yaseen/css/images/otziv_prev.png") center no-repeat;
    height: 57px;
    width: 57px;
    cursor: pointer;
    display: inline-block;
    /* margin-right: 5px; */
    brightness(0 %) invert(100 %): `;
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%);
}

.content .icon {
    width: 180px;
    padding-top: 136px;
    margin-top: 20px;
    text-align: center;
}

.content .icon.icon_corp {
    padding-top: 0px;
    margin-top: 10px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content .icon.icon_corp img {
    display: block;
    /* width: 100%; */
    margin-bottom: 17px;
}

.content .icon .bigger {
    color: #454552;
    font-size: 50px;
    font-weight: 700;
    line-height: 82px;
    /* margin-bottom: 128px; */
}

.content .icon.word {
    background: url("/templates/yaseen/css/images/icons/word.png") center top no-repeat;
    cursor: pointer;
}

.content .icon.profit {
    background: url("/templates/yaseen/css/images/icon_profit.png") center top no-repeat;
    width: 180px;
    /* height: 180px; */
}

.content .icon.simple {
    background: url("/templates/yaseen/css/images/icon_simple.png") center top no-repeat;
    width: 243px;
    /* height: 180px; */
}

.content .icon.fast {
    background: url("/templates/yaseen/css/images/icon_fast.png") center top no-repeat;
    width: 180px;
    /* height: 180px; */
}

.content .icon.pdf {
    background: url("/templates/yaseen/css/images/icons/pdf.png") center top no-repeat;
    cursor: pointer;
}

span.icon.pdf {}

.content .icon.drees {
    background: url("/templates/yaseen/css/images/icons/dress.png") center top no-repeat;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding-top: 115px;
    min-height: 38px;
}

.content .icon.confidicial {
    background: url("/templates/yaseen/css/images/icons/confidicial.png") center top no-repeat;
    font-size: 16px;
    font-weight: 700;
    padding-top: 115px;
    line-height: 19px;
}

.content .icon.doc {
    background: url("/templates/yaseen/css/images/icons/doc.png") center top no-repeat;
    font-size: 16px;
    font-weight: 700;
    padding-top: 115px;
    line-height: 19px;
}

.content .icon.equip {
    background: url("/templates/yaseen/css/images/icons/equip.png") center top no-repeat;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding-top: 115px;
}

.content .page_price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 60px;
}

.content .page_price .icon {
    width: 180px;
    height: 75px;
    margin: 0;
    padding: 0px 0px 0px 82px;
    text-align: left;
    font-size: 20px;
    opacity: .35;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.content .price_table {
    /* width: 1061px; */
}

.content .price_table tr:nth-child(2n) {
    background: #f4f4f4;
}

.content .price_table tr td {
    padding: 10px;
    text-align: center;
}

.content .price_table thead tr {
    border: none;
    background: #f4f4f4;
}

.content .price_table thead tr td {
    font-size: 18px;
    font-weight: 600;
}

.content .price_table thead tr td {
    width: 200px;
}

.content .price_table thead tr td:nth-child(1) {
    text-align: left;
    padding-left: 46px;
    width: 400px;
}

.content .price_table_1 thead tr td:nth-child(3) {
    background: #d81f32;
    color: #fff;
    /* width: 10px !important; */
}

.content .price_table tbody tr td:nth-child(1) {
    text-align: left !important;
}

.content .price_table_1 tr td:nth-child(3n) {
    border: 5px solid #d81f32;
    border-bottom: none;
    border-top: none;
}

.content .price_table_1 tbody tr:last-child td:nth-child(3n) {
    border-bottom: 5px solid #d81f32;
}

.content .page_price .icon:hover {
    opacity: 1;
}

.content .page_price .icon.active {
    opacity: 1;
}

.content .icon.price1 {
    background: url("/templates/yaseen/css/images/icons/price1.png") left center no-repeat;
}

.content .icon.price2 {
    background: url("/templates/yaseen/css/images/icons/price2.png") left center no-repeat;
}

.content .icon.price3 {
    background: url("/templates/yaseen/css/images/icons/price3.png") left center no-repeat;
}

.content .icon.price4 {
    background: url("/templates/yaseen/css/images/icons/price4.png") left center no-repeat;
}

.content blockquote {
    background-color: #efeff2;
    /* width: 100%; */
    min-height: 60px;
    margin: 15px 0;
    padding: 15px 15px 15px 86px;
    border-left: 10px solid #da1e31;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0;
    color: #454552;
}

.content blockquote:before {
    content: "";
    background: url("/templates/yaseen/css/images/icon_quote.png") center no-repeat;
    width: 57px;
    height: 58px;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.content .corp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1060px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 78px;
}

.content .corp .item {
    width: 400px;
    padding-left: 60px;
    position: relative;
    margin-bottom: 45px;
}

.content .corp .item .num {
    width: 30px;
    height: 54px;
    color: #e4e4e5;
    font-size: 80px;
    font-weight: 700;
    line-height: 54px;
    position: absolute;
    left: 0;
    top: 11px;
}

.content .corp .item .corp_header {
    color: #454552;
    font-size: 25px;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 27px;
}

.content .corp .item .descr {
    color: #454552;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.content .vs {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 1060px;
    margin-top: 50px;
    margin-bottom: 80px;
}

.content .vs .block1 {
    width: 455px;
    border: 5px solid #ededed;
    background: url("/templates/yaseen/css/images/icon_warn.png") no-repeat;
    padding: 20px;
    /* height: 613px; */
    background-position: bottom 17px right 20px;
}

.content .vs .block1 .vs_header {
    color: #da1e31;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    max-width: 100%;
    /* word-wrap: break-word; */
}

.content .vs .block1 ul li {
    list-style: none;
    position: relative;
}

.content .vs .block1 ul li:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url("/templates/yaseen/css/images/li_n.png");
    position: absolute;
    left: -28px;
    top: 5px;
}

.content .vs .block2 {
    width: 465px;
    /* border: 5px solid #ededed; */
    background: #ededed;
    padding: 20px;
    /* min-height: 621px; */
    position: relative;
}

.content .vs .block2:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 52px 0 0 52px;
    border-color: #fff #fff #fff #b7b7c4;
    top: 0;
    right: 0;
}

.content .vs .block2 .icon_ok {
    margin: 0 auto;
    left: 0;
    right: 0;
    background: url("/templates/yaseen/css/images/icon_ok.png") no-repeat;
    width: 68px;
    height: 68px;
    bottom: -33px;
    position: absolute;
}

.content .vs .block2 .vs_header {
    color: #4ea80b;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    max-width: calc(100% - 45px);
}

.content .vs .block2 ul li {
    list-style: none;
    position: relative;
}

.content .vs .block2 ul li:before {
    content: "";
    display: block;
    width: 19px;
    height: 15px;
    background: url("/templates/yaseen/css/images/li_y.png");
    position: absolute;
    left: -28px;
    top: 5px;
}

.content .price_descr {
    width: 474px;
    color: #454552;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}

.content .discount {
    width: 153px;
    /* height: 38px; */
    color: #878787;
    font-size: 16px;
    font-weight: 400;
    /* padding-top: 15px; */
}

.content .discount .red {
    color: #da1e31;
    font-size: 20px;
    font-weight: 700;
}

.content .prices {
    margin: 80px 0 20px;
    padding-bottom: 35px;
    /* border-bottom: 1px solid #cbcbcb; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* justify-content:  space-around; */
}

.content .price {
    /* width: 230px; */
    color: #454552;
    font-size: 45px;
    font-weight: 700;
}

.category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category .cat-block {
    width: 320px;
    height: 300px;
    margin: 10px;
    position: relative;
    cursor: pointer;
    background-color: #444452;
}

.category .cat-block:nth-of-type(2n) {
    background-color: #c2c2c7;
}

.category .cat-block:nth-of-type(3n) {
    background-color: #878790;
}

.category .cat-block:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
}

.category .cat-block:hover:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 10, 9, 1)), color-stop(87%, rgba(236, 10, 9, 0)));
    background: -webkit-linear-gradient(top, rgba(236, 10, 9, 1) 0%, rgba(236, 10, 9, 0) 87%);
    background: -o-linear-gradient(top, rgba(236, 10, 9, 1) 0%, rgba(236, 10, 9, 0) 87%);
    background: linear-gradient(to bottom, rgba(236, 10, 9, 1) 0%, rgba(236, 10, 9, 0) 87%);
}

.category .cat-block .cat-txt {
    position: absolute;
    top: 23px;
    left: 30px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    z-index: 60;
}

.category .cat-block .cat-txt a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.order_form {
    background: url("/templates/yaseen/css/images/order_form_bg.png") bottom no-repeat;
    width: 579px;
    height: 529px;
    position: relative;
    color: #454552;
    text-align: center;
    display: none;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header_sended1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    bottom: 0;
    top: 0;
    position: absolute;
    width: 200px;
    height: 60px;
    display: none;
    left: 0;
    right: 0;
    margin: auto;
}

.header_sended2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    bottom: 0;
    top: 0;
    position: absolute;
    width: 200px;
    height: 60px;
    display: none;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(60px);
}

.order_form.send .header_sended1 {
    display: block;
}

.order_form.send .header_sended2 {
    display: block;
}

.order_form.send {
    background: url("/templates/yaseen/css/images/order_form_bg_send.png") center no-repeat;
}

.order_form.send .header,
.order_form.send .form_group,
.order_form.send .text1,
.order_form.send .text2,
.order_form.send .send_form {
    display: none;
}

.order_form .header {
    padding-top: 130px;
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;
}

.order_form .text1 {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 400;
    max-width: 401px;
    left: 0;
    right: 0;
    margin: auto;
}

.order_form .form_group {
    margin-top: 13px;
    width: 302px;
    text-align: center;
    display: inline-block;
}

.order_form .form_group .input {
    margin: 12px 0px 0px 0px;
    height: 44px;
    position: relative;
}

.order_form .form_group .input input {
    width: 100%;
    height: 100%;
    color: #888888;
    font-size: 15px;
    font-weight: 400;
    line-height: 44px;
    text-indent: 51px;
    border: 0;
    padding: 0;
}

.order_form .form_group .input.input1:after {
    content: "";
    background: url("/templates/yaseen/css/images/name_icon.png") center no-repeat;
    width: 20px;
    height: 24px;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 15px;
}

.order_form .form_group .input.input2:after {
    content: "";
    background: url("/templates/yaseen/css/images/phone_icon.png") center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 15px;
}

.order_form .text2 {
    margin-top: 23px;
    font-size: 14px;
    font-weight: 400;
    width: 280px;
    display: inline-block;
}

.order_form .send_form {
    margin: 30px 40px;
    width: 280px;
    height: 62px;
    border-radius: 16px;
    background: #da1e31;
    text-align: center;
    color: #ffffff;
    line-height: 62px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    display: inline-block;
    /* display: none; */
}

.order_form .close {
    position: absolute;
    top: 221px;
    right: -45px;
    width: 46px;
    height: 139px;
    background: transparent;
    cursor: pointer;
}

.order_form .close .icon {
    background: url("/templates/yaseen/css/images/close_icon.png") center no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 15px;
    left: 9px;
    cursor: pointer;
}

.order_form .close .close_text {
    width: 59px;
    height: 14px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    -webkit-transform: rotate(90deg) translateX(59px) translateY(0px);
    -ms-transform: rotate(90deg) translateX(59px) translateY(0px);
    transform: rotate(90deg) translateX(59px) translateY(0px);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    position: absolute;
    top: 65px;
    left: -27px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.order_form a {
    color: #70707a;
    -webkit-text-decoration: dotted;
    text-decoration: dotted;
}

#video {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    min-width: 0;
    min-height: 100%;
    display: none;
    margin: auto;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
}

.video_block.fullscreen {
    min-height: 100vh;
    background: #000000c2;
    position: fixed;
    min-width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9999;
}

.video_block.fullscreen .video,
.video_block.fullscreen .container {
    min-height: 100vh;
    min-width: 100vw;
    top: 0;
    left: 0;
    margin: auto;
    background: none;
}

.video.played {
    background: none;
}

.video .mute {
    position: absolute;
    background: url("/templates/yaseen/css/images/mute_on.png") center no-repeat;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 120px;
    z-index: 1000;
    display: none;
    cursor: pointer;
}

.video .mute_on {
    background: url("/templates/yaseen/css/images/mute_off.png") center no-repeat;
}

.video .fullscreen_icon {
    position: absolute;
    background: url("/templates/yaseen/css/images/fullscreen.png") center no-repeat;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 50px;
    z-index: 120;
    display: none;
    cursor: pointer;
}

.video .loading {
    position: absolute;
    width: 150px;
    height: 50px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 120;
    font-size: 32px;
    color: #da1e32;
    display: none;
}

.mobule_header {
    display: none
}

.b-breadcrumbs__item-text {
    /* color: #545658; */
}

.b-breadcrumbs__item {
    float: left;
}

.b-breadcrumbs__item:last-child {
    float: none;
}

.b-breadcrumbs__item:not(:last-child):after {
    content: '/';
    color: #400064;
    margin: 0 8px;
}

.b-pagination {
    text-align: center;
    width: 100%;
}

.b-pagination__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.b-pagination__item:first-child {
    margin-left: 0;
}

.b-pagination__item a,
.b-pagination_page-active {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: #333;
    text-decoration: none;
    vertical-align: middle;
}

.b-pagination_page a,
.b-pagination_page-active {
    width: 35px;
    text-align: center;
}

.b-pagination_page-active {
    background-color: #00a3d9;
    color: #ffffff;
}

.b-pagination__arrow {
    position: relative;
    top: 10px;
}

.b-pagination_first {
    display: none;
}

.b-pagination_last {
    display: none;
}

.b-pagination_next,
.b-pagination_prev {
    font-size: 18px;
}

.text_slider {
    display: none;
}

.mobile_slider {
    display: none;
}

.news {
    display: none;
    margin-top: 40px;
}

.news .container {
    position: relative;
}

.news .header {
    padding-top: 5px;
    text-align: center;
    color: #31313f;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
}

.news .slider_control {
    width: 90px;
    height: 57px;
    position: absolute;
    right: 0px;
    top: 9px;
    font-size: 0;
}

.news .slider_control:after {
    content: "";
    width: 1px;
    height: 57px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #c7c7cb;
    margin: auto;
    right: 0;
    left: 0;
}

.news .slider_next {
    background: url("/templates/yaseen/css/images/otziv_next.png") center right no-repeat;
    height: 57px;
    width: 40px;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
}

.news .slider_prev {
    background: url("/templates/yaseen/css/images/otziv_prev.png") center left no-repeat;
    height: 57px;
    width: 40px;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
}

.news .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news .item {
    width: 505px;
    margin-top: 5px;
    margin-bottom: 5px;
    /* box-shadow: 0px 0px 4px #f4f4f4; */
    /* transition: all 300ms ease-in-out; */
    position: relative;
    margin-bottom: 50px;
}

.news .item:hover {
    /* box-shadow: 0px 3px 24px #f4f4f4; */
}

.news .item .name {
    font-size: 26px;
    text-align: center;
    font-weight: 400;
    margin: 20px 0;
    min-height: 95px;
}

.news .item .descr {
    font-size: 16px;
    line-height: 24px;
    word-break: break-all;
    color: #9e9e9e;
    padding: 10px;
}

.news .item .more {
    font-size: 16px;
    text-align: right;
    padding: 2px 0px;
    position: absolute;
    right: 0;
    bottom: -33px;
    border-bottom: 1px dashed #70707b;
}

.news .item .more a {
    font-weight: 400;
}

.page_content .calculator .form .file_drop {
    height: 192px;
}

@media (max-width: 1444px) and (min-width: 1200px) {
    .content .corp {
        width: 100%;
        margin-top: 60px;
    }
    .content .corp .item {
        width: 370px;
    }
    .content .right {
        left: 640px;
        top: 25px;
        -webkit-transform: scale(0.57);
        -ms-transform: scale(0.57);
        transform: scale(0.57);
    }
    .content .vs {
        width: 100%;
    }
    .content .vs .block1 {
        width: 405px;
        padding: 10px;
    }
    .content .vs .block2 {
        width: 405px;
        padding: 10px;
    }
    .main .parallax {
        -webkit-transform: scale(.65) !important;
        -ms-transform: scale(.65) !important;
        transform: scale(.65) !important;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        /* left: 437px; */
    }
    .garant .icons .item:nth-child(2) .hover_text,
    .garant .icons .item:nth-child(4) .hover_text {
        left: -46px;
    }
    .choose .icons .item:nth-child(4) .hover_text,
    .choose .icons .item:nth-child(8) .hover_text {
        left: -60px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .container,
    .calculator .tariff_block {
        width: 100%;
    }
    .content img {
        max-width: 100%;
        height: auto;
    }
    .content_w {
        width: 910px;
    }
    .tariff_block .select_tariff {
        margin-left: auto;
        margin-right: auto;
    }
    .tariff_block .text {
        height: 185px;
    }
    .faq .question {
        width: 320px;
    }
    .faq .__scroll {
        width: 550px;
    }
    .question .form_header1 {
        font-size: 28px;
    }
    body.menu_open .main_frame,
    body.menu_open .page_content {
        margin-left: 58px;
    }
    .main .parallax {
        -webkit-transform: scale(.5) !important;
        -ms-transform: scale(.5) !important;
        transform: scale(.5) !important;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        left: 545px;
    }
    .service .icons .item {
        width: 290px;
        height: 240px;
    }
    .clients .header {
        font-size: 42px;
    }
    .clients .selector li {
        margin-left: 15px;
    }
    .cases .left_block {
        width: 420px;
        overflow: hidden;
    }
    .cases .left_block .slider {
        width: 420px;
    }
    .cases .left_block .header {
        display: none;
    }
    .control .blocks .block1,
    .control .blocks .block2,
    .control .blocks .block3 {
        width: 33%;
    }
    .control .blocks .content {
        left: 100%;
        width: 66% !important;
    }
    .control .blocks .block1.hide,
    .control .blocks .block2.hide,
    .control .blocks .block3.hide {
        width: 0;
    }
    .control .blocks .content .open_content {
        width: 100%;
    }
    .control .blocks .content .image img {
        max-width: 100%;
        height: auto;
    }
    .garant .header1,
    .garant .header2 {
        left: 25px;
    }
    .tematic .blocks .item {
        width: 210px;
        height: 210px;
    }
    .tematic .blocks .item_x2 {
        width: 420px;
        height: 210px;
    }
    .calculator .count_block {
        /* left: 242px; */
        width: 570px;
    }
    .calculator .select_lang {
        width: 570px;
        left: 290px;
    }
    .calculator .select_lang .type {
        width: 201px;
    }
    .calculator .form .select,
    .calc .form .input {
        width: 220px;
    }
    .calculator .form .header {
        width: 240px;
        font-size: 20px;
        line-height: 20px;
        padding: 0;
        margin: 15px 0 0 0;
        height: 66px;
    }
    .calculator .form .file_drop {
        width: 514px;
    }
    .sertificat .left_block {
        width: 260px;
    }
    .sertificat .order {
        width: 120%;
    }
    .sertificat .header {
        font-size: 40px;
        line-height: 45px;
    }
    .otziv .header {
        font-size: 40px;
    }
    .standarts .header {
        margin-right: 20px !important;
    }
    .content .corp {
        width: 100%;
        margin-top: 60px;
    }
    .content .corp .item {
        width: 370px;
    }
    .content .right {
        left: 640px;
        top: 25px;
        -webkit-transform: scale(0.57);
        -ms-transform: scale(0.57);
        transform: scale(0.57);
    }
    .content .vs {
        width: 100%;
    }
    .content .vs .block1 {
        width: 405px;
        padding: 10px;
    }
    .content .vs .block2 {
        width: 405px;
        padding: 10px;
    }
    .menu .scroll {
        max-height: calc(100vh - 172px);
    }
    .menu .address {
        display: none;
    }
    .menu .order {
        margin-top: 10px;
    }
    .tematic.chasnik .blocks .item .header .bigger {
        font-size: 100px;
        line-height: 90px;
    }
    .team .left_block,
    .corp .left_block {
        width: 400px;
    }
    .garant .icons .item:nth-child(2) .hover_text,
    .garant .icons .item:nth-child(4) .hover_text {
        left: -60px;
    }
    .choose .icons .item:nth-child(4) .hover_text,
    .choose .icons .item:nth-child(8) .hover_text {
        left: -80px;
    }
}

.thanks_page .line {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.thanks_page .line .item {
    margin: 15px;
    border: 1px solid #bcbcc5;
}

.thanks_page .line1 img {
    width: 250px;
    height: 350px;
}

.thanks_page .line .item:after {
    display: none;
}

.thanks .all_button {
    width: 175px;
    left: 0;
    right: 0;
    margin: auto;
    height: 50px;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 70px;
    background: #da1e31;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100%;
    }
    .content img {
        max-width: 100%;
        height: auto;
    }
    .content {
        width: 100%;
    }
    .content .left {
        width: 70%;
    }
    .content .right {}
    .main .parallax {
        display: none;
    }
    .container,
    .calculator .tariff_block {
        width: 100%;
    }
    .content_w {
        /* width: 910px; */
    }
    .tariff_block .select_tariff {
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
    }
    .tariff_block .text {
        height: 185px;
    }
    .faq .question {
        width: 100%;
    }
    .faq .__scroll {
        width: 550px;
    }
    .question .form_header1 {
        font-size: 28px;
    }
    body.menu_open .main_frame,
    body.menu_open .page_content {
        margin-left: 58px;
    }
    .main .parallax {
        -webkit-transform: scale(.5) !important;
        -ms-transform: scale(.5) !important;
        transform: scale(.5) !important;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        left: 545px;
    }
    .service .icons .item {
        width: 290px;
        height: 240px;
    }
    .clients .header {
        font-size: 42px;
    }
    .clients .selector li {
        margin-left: 10px;
        margin: 0 6px;
    }
    .cases .left_block {
        width: 50%;
        overflow: hidden;
    }
    .cases .left_block .slider {
        width: 100%;
        /* height: 320px; */
    }
    .cases .left_block .header {
        display: none;
    }
    .cases {
        /* transform: scale(.4); */
    }
    .cases .right_block {
        width: 49%;
        margin: 0;
    }
    .team .left_block,
    .corp .left_block {
        width: 80%;
        margin: auto;
        padding: 0;
    }
    .control,
    .team .image,
    .corp .image {
        display: none;
    }
    .garant .header2 {
        left: 25px;
        font-size: 28px;
        height: auto;
        top: 220px;
    }
    .garant .header1 {
        left: 25px;
        font-size: 108px;
    }
    .tematic .blocks .item {
        width: 150px;
        height: 150px;
    }
    .tematic .blocks .item_x2 {
        width: 300px;
        height: 150px;
    }
    .calculator .count_block {
        /* left: 242px; */
        width: 570px;
    }
    .calculator .select_lang {
        width: 570px;
        left: 290px;
    }
    .calculator .select_lang .type {
        width: 201px;
    }
    .calculator .form .select,
    .calc .form .input {
        width: 220px;
    }
    .calculator .form .header {
        width: 240px;
        font-size: 20px;
        line-height: 20px;
        padding: 0;
        margin: 15px 0 0 0;
        height: 66px;
    }
    .calculator .form .file_drop {
        width: 514px;
    }
    .sertificat .left_block {
        width: 80%;
        margin: auto;
        left: 0;
        right: 0;
        display: block;
    }
    .sertificat .order {
        width: 80%;
        left: 0;
        right: 0;
        margin: 15px auto;
        display: block;
    }
    .sertificat .header {
        font-size: 40px;
        line-height: 45px;
    }
    .otziv .header {
        font-size: 26px;
        line-height: 30px;
    }
    .standarts .header {
        margin-right: 20px !important;
        width: 100%;
    }
    .content .corp {
        width: 100%;
        margin-top: 60px;
    }
    .content .corp .item {
        width: 370px;
    }
    .content .right {
        left: 70%;
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
        top: 40px;
    }
    .content .vs {
        width: 100%;
    }
    .content .vs .block1 {
        width: 405px;
        padding: 10px;
    }
    .content .vs .block2 {
        width: 405px;
        padding: 10px;
    }
    .menu .scroll {
        max-height: calc(100vh - 172px);
    }
    .menu .address {
        display: none;
    }
    .menu .order {
        margin-top: 10px;
    }
    .tematic.chasnik .blocks .item .header .bigger {
        font-size: 60px;
        line-height: 46px;
    }
    .tematic .blocks .item .header {
        font-size: 40px;
        position: relative;
        top: 0;
        line-height: 45px;
    }
    .tematic .blocks .item .header .bigger {
        font-size: 60px;
    }
    .tematic .blocks .item .text {
        font-size: 18px;
        left: 10px;
    }
    .calculator .result {
        position: relative;
        margin: 20px auto 0;
        width: 100%;
    }
    .select_other .item .star {
        display: none;
    }
    .sertificat .right_block {
        display: block;
        left: 0;
        right: 0;
        margin: 15px auto;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .otziv .link_to_write {
        top: 55px;
    }
    .otziv .slider_control {
        top: 28px;
    }
    .otziv .blocks .item .name {
        bottom: -28px;
        font-size: 16px;
    }
    .footer .block3 {
        display: none;
    }
    .content .price_table thead tr td:nth-child(1) {
        width: 75px;
    }
    .content .price_table thead tr td {
        width: 90px;
    }
    .content .page_price .icon {
        padding-left: 69px;
        font-size: 14px;
    }
    .tariff_block .item {
        width: 33%;
    }
    .tariff_block .text,
    .calculator .tariff_block {
        height: auto;
        padding-bottom: 20px;
    }
    .tariff_block .item .discount {
        display: none;
    }
    .garant .icons .item:nth-child(2) .hover_text,
    .garant .icons .item:nth-child(4) .hover_text {
        left: -60px;
    }
    .choose .icons .item:nth-child(3) .hover_text,
    .choose .icons .item:nth-child(6) .hover_text,
    .choose .icons .item:nth-child(8) .hover_text {
        left: -73px;
    }
}

@media (max-width: 767px) {
    .service .icons .item:nth-child(6n) {
        display: none;
    }
    .container {
        width: 100%;
    }
    .content {
        width: calc(100% - 20px);
        padding: 0 10px;
    }
    .content .left {
        width: 70%;
        /* order: 2; */
    }
    .content .right {}
    .main .parallax {
        display: none;
    }
    .container,
    .calculator .tariff_block {
        width: 100%;
        /* transform: scale(.8); */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
    .content_w {
        width: calc(100% - 20px);
    }
    .tariff_block .select_tariff {
        margin-left: auto;
        margin-right: auto;
    }
    .tariff_block .text {
        height: 185px;
    }
    .faq .question {
        width: 100%;
        margin-top: 10px;
    }
    .faq .__scroll {
        width: 100%;
        height: auto;
        margin-top: 5px;
    }
    .question .form_header1 {
        font-size: 41px;
    }
    body.menu_open .main_frame,
    body.menu_open .page_content {
        /* margin-left: 58px; */
        margin-left: 4px;
        /* margin-right: 4px; */
        margin-right: 4px;
    }
    .main .parallax {
        -webkit-transform: scale(.5) !important;
        -ms-transform: scale(.5) !important;
        transform: scale(.5) !important;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        left: 545px;
    }
    .service .icons .item {
        width: 290px;
        height: 240px;
        -webkit-animation-duration: 0.5s !important;
        animation-duration: 0.5s !important;
        -webkit-animation-delay: unset !important;
        animation-delay: unset !important;
        /* visibility: visible !important; */
    }
    .clients .header {
        font-size: 25px;
        line-height: 33px;
        padding-top: 30px;
    }
    .clients .selector li {
        /* margin-left: 8px; */
        margin: 0 4px;
        font-size: 12px;
    }
    .cases .left_block {
        width: 100%;
        /* max-height: calc(80vh); */
        /* overflow: hidden; */
        z-index: 20;
    }
    .cases .left_block .slider {
        width: 100%;
        height: auto;
    }
    .cases .left_block .slider .slide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cases .left_block .header {
        display: none;
    }
    .cases {
        /* transform: scale(.4); */
        margin-top: 20px;
    }
    .cases .right_block {
        width: 80%;
        margin: 0 auto;
        position: absolute;
        top: 0;
        z-index: 30;
        /* font-size: 12px !important; */
        pointer-events: none;
        color: #ffffff;
        /* padding: 15px; */
        left: 0;
        right: 0;
    }
    .team .left_block,
    .corp .left_block {
        width: 95%;
        margin: auto;
        padding: 0;
    }
    .control,
    .team .image,
    .corp .image {
        display: none;
    }
    .garant .header2 {
        left: 25px;
        font-size: 28px;
        height: auto;
        top: 220px;
    }
    .garant .header1 {
        left: auto;
        position: relative;
        top: auto;
        font-size: 70px;
        width: auto;
        height: auto;
        line-height: 45px;
        text-align: center;
    }
    .garant .header2 {
        left: auto;
        position: relative;
        top: auto;
        font-size: 25px;
        width: auto;
        height: auto;
        line-height: 33px;
        text-align: center;
    }
    .garant .icons {
        margin-top: 33px;
        left: 0;
        right: 0;
        width: 100%;
        position: relative;
        top: auto;
        height: auto;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .garant .icons .item {
        width: 145px;
        height: 162px;
    }
    .garant .icons .text {
        margin-top: 4px;
        font-size: 14px;
    }
    .garant .icons .item .hover_text {
        display: none;
    }
    .tematic .blocks .item {
        width: 150px;
        height: 150px;
        margin-bottom: 15px;
    }
    .tematic .blocks .item_x2 {
        width: 300px;
        height: 150px;
    }
    .calculator .count_block {
        /* left: 242px; */
        width: 570px;
    }
    .calculator .select_lang {
        width: 570px;
        left: 290px;
    }
    .calculator .select_lang .type {
        width: 201px;
    }
    .calculator .form .select {
        width: 100%;
    }
    .calculator .form .header {
        width: 100%;
        font-size: 20px;
        /* line-height: 25px; */
        line-height: 20px;
        padding: 0;
        margin: 46px 0 0 0;
        height: 45px;
    }
    .calculator .form .file_drop {
        width: calc(100% - 10px);
        margin: 10px 5px 0;
        height: 46px;
    }
    .calculator .form .file_drop:before {}
    .calculator .form .add_file {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    .calculator .form .drop_descr {
        display: none;
    }
    .sertificat .left_block {
        width: 100%;
        margin: auto;
        left: 0;
        right: 0;
        display: block;
    }
    .sertificat .order {
        width: 80%;
        left: 0;
        right: 0;
        margin: 15px auto;
        display: none;
    }
    .sertificat .header {
        font-size: 40px;
        line-height: 45px;
        text-align: center;
    }
    .otziv .header {
        font-size: 26px;
        line-height: 30px;
        text-align: center;
        padding-right: 100px;
        padding-top: 20px !important;
    }
    .standarts .header {
        /* margin-right: 20px !important; */
        width: 100%;
        padding: 0;
        margin: 0 !important;
        text-align: center;
    }
    .content .corp {
        width: 100%;
        margin-top: 9px;
    }
    .content .corp .item {
        width: 100%;
        padding-left: 5px;
    }
    .content .right {
        left: 70%;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
        top: 90px;
        /* position:  relative; */
        /* order: 1; */
    }
    .content .vs {
        width: 95%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .content .vs .block1 {
        width: calc(100% - 10px);
        padding: 10px;
        margin-bottom: 20px;
    }
    .content .vs .block2 {
        width: 100%;
        padding: 10px 10px 20px 10px;
        /* max-width: 100%; */
    }
    .menu .scroll {
        max-height: calc(100vh - 130px);
        margin-top: 61px;
    }
    .menu .address {
        display: none;
    }
    .menu .order {
        margin-top: 10px;
    }
    .menu .menu_links1,
    .menu .menu_links2 {
        margin-left: 0;
    }
    .tematic.chasnik .blocks .item .header .bigger {
        font-size: 60px;
        line-height: 45px;
    }
    .tematic .blocks .item .header {
        font-size: 40px;
        position: relative;
        top: 10px;
        left: 0;
        line-height: 37px;
        text-align: center;
    }
    .tematic .blocks .item .header .bigger {
        font-size: 57px;
    }
    .tematic .blocks .item .text {
        font-size: 16px;
        left: 10px;
        top: 4px;
        text-shadow: #000000 0px 1px 0px;
    }
    .calculator .result {
        position: relative;
        margin: 0px auto 0;
        width: 100%;
    }
    .select_other .item .star {
        display: none;
    }
    .sertificat .right_block {
        display: block;
        left: 0;
        right: 0;
        margin: 15px auto;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .otziv .link_to_write {
        top: 83px;
        left: 4px;
    }
    .otziv .slider_control {
        top: 28px;
    }
    .otziv .blocks .item .name {
        bottom: -28px;
        font-size: 16px;
    }
    .footer .block3 {
        display: none;
    }
    .main .scroll_down {
        display: none;
    }
    .phone .phone_show .worked {
        margin-bottom: 10px;
    }
    .discount_show .form_header1 {
        padding-top: 5px;
    }
    .main .header h1 {
        font-size: 37px;
        line-height: 33px;
    }
    .service .header {
        margin-top: 40px;
        font-size: 39px;
    }
    .service .icons {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .clients .selector {
        margin: auto;
        width: 100%;
        padding-top: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .clients .logos .item {
        height: 80px;
    }
    .clients .selector li.active:before {
        width: calc(100% + 0px);
        left: 0;
    }
    .cases .right_block .header {
        font-size: 22px;
        line-height: 21px;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 10px;
        color: #ffffff;
    }
    .cases .right_block .text {
        font-size: 15px;
        line-height: 18px;
        margin-top: 10px;
        padding: 0 0px;
        text-align: center;
    }
    .cases .right_block .slide {
        width: 100%;
    }
    .cases .right_block .text.osobenosyi {
        display: none;
    }
    .cases .right_block .icon {
        font-size: 15px;
        line-height: 20px;
        padding: 0 0px;
        margin-top: 10px;
        text-align: center;
    }
    .slick-slide {}
    .slick-slide img {
        width: 100%;
        height: auto;
        /* max-height: calc(80vh); */
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }
    .cases .right_block .icon:after {
        display: none;
    }
    .clients .logos {
        padding: 10px 0;
    }
    .team .header_top,
    .team .header,
    .corp .header_top,
    .corp .header {
        font-size: 19px;
        line-height: 24px;
        margin-top: 20px;
        text-align: center;
    }
    .team .text,
    .corp .text {
        font-size: 14px;
        line-height: 18px;
        margin-top: 15px;
    }
    .team .order,
    .corp .order {
        width: 80%;
        display: block;
        left: 0;
        right: 0;
        margin: 10px auto;
    }
    .garant {
        /* display: none; */
        height: auto;
        margin-top: 40px;
    }
    .tematic .blocks {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .tematic .blocks .item_white,
    .tematic .blocks .item_gray {
        display: none;
    }
    .calculator .lang {
        display: none;
    }
    .calculator .form .group {
        width: calc(100% - 10px);
        padding: 5px;
    }
    .calculator .form {
        display: none;
    }
    .calc .result .input,
    .calc .result .select {
        margin: 7px auto 0px auto;
        width: calc(100% - 45px);
    }
    .calc .result .input input,
    .calc .result .select select {
        /* height: 33px; */
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .other_tarifs {
        display: none;
    }
    .sertificat .image {
        /* width: 100%; */
    }
    .sertificat .image img {
        width: 100px;
        height: auto;
    }
    .choose .header {
        font-size: 25px;
        line-height: 25px;
        padding-top: 40px;
    }
    .choose .icons .item {
        width: 97px;
        margin-bottom: 0px;
        position: static;
    }
    .otziv .blocks .item .text {
        font-size: 12px;
    }
    .thanks .header {
        font-size: 25px;
        line-height: 25px;
        padding-top: 0 !important;
        padding-right: 99px;
        padding-bottom: 20px;
    }
    .news .slider_control {
        top: -15px;
    }
    .news .header {
        font-size: 25px;
        line-height: 25px;
        padding-top: 0;
        /* padding-right: 97px; */
        /* padding-bottom: 20px; */
    }
    .otziv .blocks {
        margin-top: 10px;
    }
    .news .item {
        width: 90%;
        max-width: 320px;
    }
    .news .item img {
        width: 100%;
        height: auto;
    }
    .news .item .name {
        font-size: 18px;
        margin: 5px;
        min-height: 66px;
    }
    .news .item .more {
        font-size: 16px;
        padding: 2px 0px;
    }
    .news .item .descr {
        font-size: 14px;
        padding: 5px;
    }
    .faq .header {
        font-size: 22px;
        line-height: 25px;
        padding-top: 0;
        padding-bottom: 20px;
    }
    .thanks .line2,
    .thanks .line3 {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
        display: none;
    }
    .faq_block .item {
        font-size: 16px;
        line-height: 16px;
    }
    .standarts .image {
        width: 100%;
        padding-top: 10px;
        text-align: center;
    }
    .standarts .image img {
        width: calc(100% - 20px);
        height: auto;
        /* left:  0; */
        /* right:  0; */
        /* margin:  0 auto; */
    }
    .back_to_top {
        display: none;
    }
    .footer .block1,
    .footer .block2 {
        display: block;
        left: 0;
        right: 0;
        margin: auto;
        padding: 10px;
        width: calc(100% - 20px);
    }
    .footer .email {
        margin-top: 25px;
    }
    .main_frame,
    .page_content {
        margin-left: 0px;
        margin-top: 44px;
        margin-right: 0px;
    }
    .content p {
        font-size: 14px;
        line-height: 20px;
        margin: 5px 0px;
    }
    .content ul li,
    .content ol li {
        font-size: 14px;
        line-height: 20px;
    }
    .content .order {
        margin-top: 20px;
        margin-right: 10px;
    }
    .choose .icons .item .text {
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    .choose .icons .item:nth-of-type(4),
    .choose .icons .item:nth-of-type(5) {
        display: none;
    }
    .thanks img {
        /* width: 100% !important; */
        /* height: auto !important; */
        /* text-align:  center; */
    }
    .page_content .header,
    .content h1 {
        font-size: 27px;
        line-height: 30px;
        text-align: center;
        margin: 15px 0px;
        padding-top: 10px;
    }
    .page_content .breadcrumbs {
        display: none;
    }
    .content h2 {
        font-size: 20px;
        line-height: 23px;
        margin: 10px 0;
        text-align: center;
    }
    .content h3 {
        font-size: 20px;
        line-height: 22px;
        margin-top: 10px;
        text-align: center;
    }
    .content .vs .block1 .vs_header,
    .content .vs .block2 .vs_header {
        font-size: 22px;
        line-height: 25px;
    }
    .content table tr td {
        padding: 5px;
        width: auto;
        line-height: 12px;
        font-size: 10px;
        word-break: break-word;
    }
    .content .prices {
        margin-top: 20px;
        padding-bottom: 10px;
    }
    .page_content .breadcrumbs ul {
        margin-bottom: 30px;
    }
    .content img {
        max-width: 100%;
        height: auto;
        /* order: 1; */
    }
    .content .price_descr {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 20px;
        text-align: center;
    }
    .content .price {
        font-size: 40px;
        text-align: center;
    }
    .content .discount,
    .content .discount .red {
        font-size: 17px;
    }
    .page_content .promo,
    .content .promo {
        width: 60%;
        font-size: 18px;
        line-height: 20px;
        margin-top: 20px;
    }
    .footer {
        margin-top: 20px;
    }
    .team,
    .tematic,
    .sertificat,
    .thanks .lines {
        margin-top: 40px;
        /* display: none; */
    }
    .team {
        display: none;
    }
    .menu {
        -webkit-transition: height 500ms ease-in-out;
        -o-transition: height 500ms ease-in-out;
        transition: height 500ms ease-in-out;
    }
    .menu.closed {
        width: 25px;
        height: 30px;
        top: 8px;
        left: 5px;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        /* overflow:  auto; */
        z-index: 250;
    }
    .menu .open {
        top: 22px;
        opacity: 1;
        z-index: 300;
    }
    .menu.closed .open {
        top: 5px;
        left: 0;
        opacity: 1;
        z-index: 300;
    }
    .menu .close {
        display: none;
    }
    .menu .open .text {
        left: -37px;
        top: 32px;
        display: none;
    }
    .phone {}
    .menu.closed .open .icon {
        margin: auto;
        width: 30px;
        height: 2px;
        background: #a9a9a9;
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        -o-transition: transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s;
        top: 7px;
        left: 0;
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
    }
    .menu.closed .open .icon:after {
        content: "";
        width: 100%;
        height: 2px;
        top: -7px;
        background: #a9a9a9;
        position: absolute;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
    }
    .menu.closed .open .icon:before {
        content: "";
        width: 100%;
        height: 2px;
        top: 7px;
        background-color: #a9a9a9;
        position: absolute;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
    }
    .menu .open .icon {
        width: 30px;
        height: 30px;
        background: transparent;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        cursor: pointer;
        top: -14px;
        left: 5px;
    }
    .menu .open .icon:after {
        content: "";
        width: 100%;
        height: 2px;
        top: 10px;
        background: #a9a9a9;
        position: absolute;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
    }
    .menu .open .icon:before {
        content: "";
        width: 100%;
        height: 2px;
        top: 10px;
        background: #a9a9a9;
        position: absolute;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
    }
    .menu.closed .logo {
        display: none;
    }
    .menu {
        width: 100%;
        top: 0px;
        /* z-index: 65; */
        /* overflow: auto; */
    }
    .menu .order {
        /* display: none; */
        left: 0;
        right: 0;
        margin: 15px auto;
    }
    .menu .logo {
        top: 10px;
        height: 40px;
    }
    .menu ul>li {
        margin: 0 auto 13px;
        font-size: 16px;
    }
    .menu .header {
        margin: 10px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .calculator .form select {
        font-size: 14px;
    }
    .calculator .form .descr {
        padding: 0px 5px;
        margin: 10px 0;
    }
    .otziv .link_to_write {
        top: 88px;
        right: 10px;
        left: auto;
    }
    .otziv .slider_control {
        top: 22px;
        right: 10px;
    }
    .thanks .line .item {
        /* width: 33%; */
    }
    .footer .menu_links ul {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .footer .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer .block1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .footer .block2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        /* margin-bottom: 20px; */
    }
    .footer .phone1 {
        font-size: 26px;
    }
    .footer .download {
        left: 0;
        right: 0;
        margin: 12px auto 15px auto;
    }
    .faq_block .item {
        padding-left: 30px;
        padding-right: 5px;
        margin-right: 0;
    }
    .faq_block .item:after {
        left: 4px;
    }
    .calculator .result .header1 {
        text-align: center;
        font-size: 35px;
        line-height: 30px;
        padding: 10px 25px;
        margin: 10px;
    }
    .content .vac_name,
    .content .vac_descr {
        width: 100%;
        margin-top: 0;
        font-size: 18px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    iframe {
        max-width: 100%;
    }
    .content .page_price {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 10px;
    }
    .content .page_price .icon {
        font-size: 14px;
        width: 110px;
        height: 60px;
        padding: 66px 0 0 0;
        background-position: top center;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .content .icon.price4 {
        background-position: center 25px;
    }
    .content .icon.price2 {
        background-position: 30px top;
    }
    .content .price_table {
        table-layout: fixed;
    }
    .content .price_table thead tr td:nth-child(1) {
        width: 122px !important;
    }
    .content .price_table_1 tr td:nth-child(3n),
    .content .price_table_1 tbody tr:last-child td:nth-child(3n) {
        border-width: 2px;
    }
    .content .price_table tr td {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 12px !important;
        text-align: center !important;
    }
    .content .price_table img {
        /* display:  none; */
        width: 15px;
        /* display:  block; */
    }
    .content .price_table thead tr td {
        table-layout: fixed;
        width: auto !important;
        word-wrap: break-word;
    }
    .tariff_block .item .icon1,
    .tariff_block .item .icon2,
    .tariff_block .item .icon3 {
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        transform: scale(.4);
        top: 5px;
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
    }
    .tariff_block .item .header {
        margin-top: 72px;
        font-size: 24px;
    }
    .tariff_block .text {
        margin-top: 10px;
        font-size: 12px;
        padding: 0 5px;
        height: auto;
    }
    .tariff_block .dops {
        height: auto;
        padding: 0;
    }
    .tariff_block .dop {
        padding-top: 44px;
        margin-bottom: 12px;
    }
    .tariff_block .dop:after {
        top: 5px;
    }
    .tariff_block .dop_none {
        display: none;
    }
    .tariff_block .item {
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px dashed #d7d7d7;
        border-right: none;
    }
    .tariff_block .item .discount {
        display: none;
    }
    .mobule_header {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        color: #31313f;
        display: block;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .video_block {
        margin-top: 30px;
        min-height: 0;
    }
    .video_block .video {
        max-height: 50vh;
        position: relative;
        background-size: cover;
    }
    .video .fullscreen_icon {
        display: none !important;
    }
    .video .mute {
        display: none !important;
    }
    .sertificat .ico {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: block;
        top: auto;
        right: auto;
        font-size: 14px;
        line-height: 28px;
        width: auto;
        height: auto;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        padding-top: 6px;
    }
    .choose .icons .item {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
    }
    .choose .icons {
        margin: auto;
        padding-top: 0;
        position: static;
    }
    .choose .icons .item .hover_text {
        display: none;
    }
    .phone .phone_num {}
    .otziv .blocks .item {
        margin-bottom: 35px;
    }
    .animated {
        -webkit-animation-name: none;
        animation-name: none;
    }
    .thanks .line1 {
        width: 80%;
        display: none;
    }
    .pagingInfo {
        text-align: center;
        font-size: 18px;
        margin-bottom: 40px;
    }
    .mobile_slider {
        display: block;
        margin-top: 25px;
        position: relative;
    }
    .mobile_slider .slider_control {
        width: 90px;
        height: 57px;
        position: absolute;
        right: 10px;
        top: -62px;
        font-size: 0;
    }
    .mobile_slider .slider_control:after {
        content: "";
        width: 1px;
        height: 57px;
        position: absolute;
        top: 0;
        bottom: 0;
        background: #c7c7cb;
        margin: auto;
        right: 0;
        left: 0;
    }
    .mobile_slider .slider_next {
        background: url("/templates/yaseen/css/images/otziv_next.png") center right no-repeat;
        height: 57px;
        width: 40px;
        cursor: pointer;
        display: inline-block;
        margin-left: 5px;
    }
    .mobile_slider .slider_prev {
        background: url("/templates/yaseen/css/images/otziv_prev.png") center left no-repeat;
        height: 57px;
        width: 40px;
        cursor: pointer;
        display: inline-block;
        margin-right: 5px;
    }
    .mobile_slider .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .content blockquote {
        padding: 10px;
    }
    .content blockquote:before {
        display: none;
    }
    .content .corp .item .corp_header {
        padding-left: 50px;
        font-size: 20px;
        line-height: 22px;
        min-height: 68px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .phone .phone_show {}
    .content table {
        max-width: 100% !important;
        width: 100% !important;
        /* font-size: 12px; */
    }
    .content table thead tr td {
        padding: 5px;
        /* width: 10%; */
        word-break: normal;
    }
    .content .icon .bigger {
        font-size: 23px;
        line-height: 20px;
    }
    .mobile_first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .corp .button {
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .choose {
        margin-top: 20px;
    }
    .question .input {
        margin: 10px auto;
        width: calc(100% - 45px);
    }
}

@media (max-width: 480px) {
    .order_form {
        width: 80%;
        height: 86vh;
        min-height: 440px;
    }
    .order_form .close {
        right: -43px;
        top: 115px;
    }
    .order_form .form_group,
    .order_form .send_form {
        width: 85%;
        margin: 20px;
    }
    .clients .selector {}
    .clients .selector li:nth-child(3),
    .clients .selector li:nth-child(6) {
        display: none;
    }
    .cases .left_block .slider_control {
        width: 35px;
        height: 70px;
    }
    .cases .left_block .slider_next,
    .cases .left_block .slider_prev {
        width: 35px;
        height: 35px;
    }
    .tematic .blocks .item_x2 {
        width: 100% !important;
        margin-bottom: 35px;
    }
    .tematic .blocks .item {
        width: 135px;
        height: 135px;
    }
    .tematic .blocks .item .text {
        font-size: 14px;
        line-height: 15px;
        left: 5px;
    }
    .service .icons .item {}
    .thanks .line .item.hidden {
        visibility: visible !important;
    }
    .phone .discount_show {
        width: calc(100% - 35px);
    }
    .discount_show .order2 {
        width: 70%;
    }
    .content .left {
        width: 100%;
    }
    .content .right {
        display: none;
    }
    .content .order {
        width: 120px;
    }
    .content .icon {
        width: 49%;
        font-size: 19px;
        margin-top: 5px;
        text-align: center;
        margin-bottom: 25px;
        padding-top: 120px;
        /* transform: scale(.6); */
    }
    .content .icon.icon_corp {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .flex_line {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .main {
        display: none;
    }
    .mobile_main {
        display: block;
        /* margin-top: 42px; */
        position: relative;
    }
    .mobile_main .container {
        background:   linear-gradient(to top, rgba(255,255,255,0.9), rgba(255,255,255,0.3)), url("/templates/yaseen/css/images/mobile_main_bg.jpg") top center no-repeat;
        width: 100%;
        height: calc(100vh - 42px);
        min-height: 700px;
        background-size: cover;
        position: relative;
    }
    .mobile_main .logo {
        background: url("/templates/yaseen/css/images/mobile_logo.png") top center no-repeat;
        width: 125px;
        height: 116px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 5px;
        position: absolute;
    }
    .mobile_main .air {
        background: url("/templates/yaseen/css/images/air.png") top center no-repeat;
        width: 32vh;
        height: 32vh;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 254px;
        background-size: contain;
        position: absolute;
    }
    .mobile_main .header {
        /* padding-top: 117px; */
        width: calc(100% - 24px);
        padding: 124px 12px 0;
        font-weight: 700;
        text-align: center;
        color: #454552;
        font-size: 21px;
        font-weight: 700;
        line-height: 26px;
    }
    .mobile_main .text {
        width: 299px;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 8px 20px 0;
        color: #646474;
        font-size: 18px;
        font-weight: 700;
        line-height: 21px;
        text-align: center;
    }
    .mobile_main .red {
        color: #d81f32;
        position: relative;
        z-index: 5;
    }
    .mobile_main .red:after {
        content: "";
        position: absolute;
        background: url("/templates/yaseen/css/images/obloko.png") center no-repeat;
        background-size: contain;
        width: 200%;
        height: 200%;
        top: -50%;
        left: -50%;
        z-index: -2;
    }
    .mobile_main .calc {
        width: 240px;
        height: 63px;
        border: 2px solid #31313f;
        text-align: center;
        line-height: 63px;
        color: #313140;
        font-size: 16px;
        font-weight: 400;
        position: absolute;
        /* top: 267px; */
        /* left: 23px; */
        text-transform: uppercase;
        padding-right: 63px;
        z-index: 10;
        cursor: pointer;
        -webkit-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        /* width: 100%; */
        position: absolute;
        bottom: 27px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .mobile_main .calc:hover {
        border: 2px solid #da1e31;
        background: #da1e31;
        color: #ffffff;
    }
    .mobile_main .calc:after {
        content: "";
        background: url("/templates/yaseen/css/images/icon_calc.png") center no-repeat;
        border: 2px solid #31313f;
        height: 63px;
        width: 65px;
        display: block;
        position: absolute;
        top: -2px;
        right: -2px;
        -webkit-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .mobile_main .calc:hover:after {
        border: 2px solid #da1e31;
        background: #da1e31 url("/templates/yaseen/css/images/icon_calc_hover.png") center no-repeat;
    }
    .mobile_main .calc:before {
        content: "";
        background: transparent;
        height: 67px;
        width: 2px;
        display: block;
        position: absolute;
        top: -2px;
        right: 65px;
        z-index: 5;
        -webkit-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .mobile_main .calc:hover:before {
        background: #ffffff;
    }
    .footer .menu_links {
        margin-bottom: 0px;
    }
    .only_mobile {
        display: block;
    }
    .hidden_mobile {
        display: none;
    }
    .category {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .corp {
        margin-top: 15px;
    }
}

.content .right img {
    width: auto;
    max-width: none;
}

.service .icons .item:nth-child(3n),
.tematic .blocks .item:nth-child(3n),
.thanks .line .item:nth-child(3n),
.choose .icons .item:nth-child(3n),
.garant .icons .item:nth-child(2n),
.calculator .select_lang .type:nth-child(2n) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.service .icons .item:nth-child(3n+2),f
.tematic .blocks .item:nth-child(3n+2),
.thanks .line .item:nth-child(3n+2),
.choose .icons .item:nth-child(3n+2),
.garant .icons .item:nth-child(2n+1),
.calculator .select_lang .type:nth-child(2n+1) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.hidden {
    visibility: hidden;
}

.animated {
    visibility: visible !important;
}