body {
    font-family: "akr_light", Arial, sans-serif;
    color: #000;
}

input, button, button:hover, button:focus, button:active, textarea, textarea:hover, textarea:focus, textarea:active {outline: none;}
a {color: #000;}
a:hover, a:focus, a:active {
    color: #000;
    outline: none;
    text-decoration: none;
}
a.white {color: #fff;}
a.white:hover, a.white:focus, a.white:active {
    color: #fff;
    outline: none;
    text-decoration: none;
}
p, label {margin-bottom: 0px;}
.site_box {padding: 0 6vw;}
hr.separator {
    width: 55%;
    height: 1px;
    background-color: #151c21;
    border: none;
    margin: 2em auto;
}

/* Текстовые стили */
h1 {
    font-family: "akr_extbold";
    font-size: 4em;
    line-height: 1em;
    margin-bottom: 1rem;
    margin-top: 2rem;
    text-align: center;
}
h2 {
    font-family: "akr_bold";
    text-transform: uppercase;
    font-size: 3.5em;
    width: fit-content;
    display: block;
    margin: 0 auto 1rem;
    position: relative;
}
.h2_wrap {
    width: 100%;
    overflow: hidden;
}
.h2_bg {
    position: absolute;
    bottom: 0.2em;
    left: 0;
    width: 100vw;
    height: 8px;
    background-color: #febe1e;
    z-index: -1;
}
h3 {
    font-family: "akr_light";
    font-size: 2.7em;
    text-align: center;
}

.thin {font-family: "akr_thin";}
.reg {font-family: "akrobat";}
.sbold {font-family: "akr_sbold";}
.bold {font-family: "akr_bold";}
.extbold {font-family: "akr_extbold";}
.black {font-family: "akr_black";}
.rale_m {font-family: "rale_medi";}

.f_12 {font-size: 1.2em;}
.f_13 {font-size: 1.3em;}
.f_14 {font-size: 1.4em;}
.f_15 {font-size: 1.5em;}
.f_17 {font-size: 1.7em;}
.f_20 {font-size: 2em;}
.f_25 {font-size: 2.5em;}
.f_30 {font-size: 3em;}
.f_35 {font-size: 3.5em;}
.f_40 {font-size: 4em;}
.white {color:#fff;}
.blue {color: #133349;}
.yellow {color: #febe1e;}

.tt_up {text-transform: uppercase;}
.tt_n {text-transform: none;}
.td_lth {text-decoration: line-through;}
.lh_n {line-height: normal;}
.lh_11 {line-height: 1.1em;}
.bb_1 {border-bottom: 1px solid;}
.tshdw {text-shadow: 0px 0px 4px #000;}
.t_ind {text-indent: 2em;}

/* placeholder stylization */
input:-moz-placeholder {font-family: "akr_thin";color:#a3a4a4;}
input::-moz-placeholder {font-family: "akr_thin";color:#a3a4a4;}
input::-webkit-input-placeholder {font-family: "akr_thin";color:#a3a4a4;}
input:-ms-input-placeholder {font-family: "akr_thin";color:#a3a4a4;}
input::-ms-input-placeholder {font-family: "akr_thin";color:#a3a4a4;}
input::placeholder {font-family: "akr_thin";color:#a3a4a4;}


.btn_main {
    border: 1px solid #febe1e;
    color: #fff;
    background-color: transparent;
    padding: 0.2em 0.8em;
    display: block;
    text-align: center;
}
.btn_main.black {
    border: 2px solid #febe1e;
    color: #1a262e;
}
.btn_main:hover {color: #fff;}
.btn_main.black:hover {color: #1a262e;}
.btn_gray {
    background-color: #4d5561;
    color: #fff;
    border: 1px solid #4d5561;
}
.btn_yellow {
    background-color: #febe1e;
    color: #000;
}
.btn_load {opacity: 0.6;}
.btn_load:hover {opacity: 1;}
.btn_black {background-color: #000; border-color: #fff;}

/* Шапка */
header {
    padding-top: 1em;
    margin-bottom: 3em;
    background: url(../images/bg_0.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding-bottom: 2em;
}
.head_line {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 6vw;
}
.logo {width: 15vw;}
.head_callback {
    text-align: right;
    margin-right: 6vw;
    margin-top: 1rem;
}
.head_text {
    width: 80%;
    margin: 2em auto 3em;
}
.head_text p {
    text-indent: 1em;
    margin-bottom: .5em;
}
.head_text .callback_form {
    width: 100%;
    background-color: transparent;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 3em;
}
.head_text .callback_form input {
    margin-bottom: 0;
    width: 32% !important;
}
.head_text .callback_form input[type="submit"] {margin: 0;}
header .btn_main {
    width: 100%;
    min-width: fit-content;
    max-width: 350px;
    margin: 0 auto;
}

/* Меню */
header nav.navbar {
    padding: 0 6vw 0 0 !important;
    border-bottom: 1px solid #fff;
    width: 72vw;
}
header .navbar-nav {
    width: 100%;
    justify-content: space-between;
}
header .nav-link {
    padding: .3rem !important;
    font-size: 1.3em;
    color: #fff;
}
header .nav-item.active, header .nav-item:hover, header .nav-item:active {
    border-bottom: 3px solid #fff;
    font-family: "akrobat";
}
.navbar-toggler .navbar-toggler-icon {
    display: block;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #fff;
}

/* Область применения */
#applying_head{margin-top: 2em;}
#applying {
    position: relative;
    margin-bottom: 2em;
}
.applying_info {padding: 0.5em 2em 1em;}
.slider_wrap {
    padding: 0 6vw;
    position: relative;
}
.slick_applying_title {
    position: absolute;
    top: -2em;
    left: 6%;
}
.slick_applying img {
    width: 100%;
    filter: brightness(70%);
}
.slick_applying .slick-slide:hover img {filter: brightness(100%);}
.slick_applying .sa_item {background-color: #282c32;}
.slick_applying .sa_item.dark {background-color: #1e2125;}
.slick_applying .btn_main {margin: 0 1em 1em;}
.slick_applying p {
    width: 100%;
    color: #fff;
    height: 6rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "rale_light";
    text-transform: uppercase;
    font-size: 1.3em;
    padding: 0 2em;
    line-height: 1.3em;
}
.slick_applying .slick-slide:hover p {
    font-family: "rale_medi";
    color: #febe1e;
}
.slick_applying p.dark {background-color: #1e2125;}

.slick_applying .slick-prev, .slick_applying .slick-next {
    width: auto;
    height: auto;
}
.slick_applying .slick-prev {
    left: -3vw;
}
.slick_applying .slick-prev:before {
    content: '◀';
    color: #1e2125;
    font-size: 4rem;
}
.slick_applying .slick-next {
    right: -3vw;
}
.slick_applying .slick-next:before {
    content: '▶';
    color: #1e2125;
    font-size: 4rem;
}
/* вспывающее окно с подробной инф-ей */
.app_more {cursor: pointer;}
.applying_desc {
    display: none;
    position: absolute;
    top: 0;
    left: 6vw;
    right: 6vw;
    min-height: 100%;
    height: auto;
    background: url(../images/bg_2.jpg) no-repeat center #fff;
    background-size: cover;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
    z-index: 100;
}
.applying_desc_main {
    margin: 30px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}
.applying_desc_main .left {width: 45%;}
.applying_desc_main .right {width: 53%;}
.applying_desc_main .video {
    width: 100%;
    height: 25vw;
    margin:0.5em 0 1em;
}
.foto_group {
    display: grid;
    grid-template-columns: repeat(3, 33%);
    grid-template-rows: repeat(3, 10vw);
    height: 30vw;
    justify-items: stretch;
    align-items: stretch;
    grid-auto-flow: dense;
}
.foto_group img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.foto_group div {padding: 0.5em;}
.big {
    grid-column: 1/3;
    grid-row: 1/3;
}
.small_1 {
    grid-column: 3/4;
    grid-row: 1/2;
}
.small_2 {
    grid-column: 3/4;
    grid-row: 2/3;
}
.small_3 {
    grid-column: 1/2;
    grid-row: 3/4;
}
.small_4 {
    grid-column: 2/3;
    grid-row: 3/4;
}
.small_5 {
    grid-column: 3/4;
    grid-row: 3/4;
}
.app_btns {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
    width: 99%;
    margin-top: 1rem;
}
.app_btns a {
    margin:0.5rem;
    height: 3rem;
    line-height: 2.3rem;
}
.app_btns .btn_gray {
    width: 32%;
}
.app_btns .btn_yellow {
    width: 66%;
}
.close_desc {
    position: absolute;
    top: 1rem;
    right: 1rem;
    height: 2rem;
    cursor: pointer;
    opacity: .5;
}
.close_desc:hover {opacity: 1;}
.app_title {
    background-color: #282c32;
    color: #fff;
    font-family: "rale_medi";
    text-align: center;
    position: relative;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.7em;
    text-transform: uppercase;
}


/* ÃÂ¦ÃÂµÃÂ½Ã‘â€¹ */
#price_content {
    position: relative;
    margin-bottom: 3em;
}
.price_bg {
    position: absolute;
    height: 90%;
    width: 50%;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}
.price_bg img {
    height: 100%;
    width: 100%;
}
.price_wrap {
    position: relative;
    width: 100%;
    margin-bottom: 2em;
}
.swiper_price {
    width: 94%;
    margin-left: 6%;
    overflow-x: hidden;
    background: url(../images/bg_1.jpg) no-repeat;
    background-position: 0% 0%;
    background-size: 50% 100%;
    padding: 2em 0 2em 2em;
}
.swiper_price .swiper-button-prev {
    position: absolute;
    top: 30%;
    left: 2em;
    background: transparent;
}
.swiper_price .swiper-button-prev:before, .swiper_price .swiper-button-next:before {
    font-size: 4rem;
    line-height: 1em;
}
.swiper_price .swiper-button-prev:before {filter: drop-shadow(0 0 4px #000);}
.swiper_price .swiper-button-next:before {filter: drop-shadow(0 0 4px #fff);}
.swiper_price .swiper-button-next {
    position: absolute;
    top: 30%;
    right: 2em;
    background: transparent;
}
.swiper_price .swiper-slide {
    width: 23vw;
}
.model {
    width: 100%;
}
.model img {
    width: 100%;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: .5em;
    height: 335px;
    object-fit: cover;
}
.model hr {
    width: 33%;
    margin: 1em 0 .75em;
    height: 1px;
    background: #000;
    border: none;
}
.model .title {
    height: 62px;
    overflow: hidden;
}
/*
.price_block  {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 2em;
}
.table-bordered td, .table-bordered th {border: 1px solid #282c32;}
.price_title {
    font-size: 2em;
    height: 60px;
}
.price_block .left {
    background: url(../images/bg_1.jpg) no-repeat center;
    background-size: cover;
    margin-top: 60px;
    width: 52%;
    padding: 3em;
}
.price_block .left img {
    margin-bottom: 2em;
    box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.4);
}
.price_block .right {width: 45%;}
.price_block .right .btn_main { margin-top: .5em !important;}
*/

/* checkbox customization */
.checkbox {
    display: flex;
    align-items: flex-start;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.checkbox label {
    margin-bottom: 0px;
    line-height: 25px;
    margin-right: 5px;
    font-size: 1.1em;
}
.checkbox p>span {font-family: "akr_bold";}
input[type="checkbox"]+p {
    -webkit-appearance:none;
    width: fit-content;
    outline:none;
    box-sizing:border-box;
    display:inline-block;
    font-size: 1.2em;
    line-height: 1.1em;
}
input[type="checkbox"]:checked+p {
    border-bottom: 1px solid #fff;
    margin-left: 2rem;
    position: relative;
    font-family: "akr_sbold";
    font-size: 1.25em;
}
input[type="checkbox"]:checked+p>span {font-family: "akr_black";}
input[type="checkbox"]:checked+p::before {
    content: " ";
    background: url(../images/icons/triangle_2.png) no-repeat left center;
    background-size: 1.5rem;
    width: 2rem;
    height: 100%;
    display: block;
    position: absolute;
    left: -2rem;
}


/* ÃÂ¥ÃÂ°Ã‘â‚¬ÃÂ°ÃÂºÃ‘â€šÃÂµÃ‘â‚¬ÃÂ¸Ã‘ÂÃ‘â€šÃÂ¸ÃÂºÃÂ¸ */
#features {margin-bottom: 2em;}
.feature {
    padding-left: 2rem;
    margin: 2rem 0 1rem;
}
.f_item {position: relative;}
.f_item img{
    position: absolute;
    top: 0;
    left: -2rem;
    width: 1.5rem;
    height: 100%;
    object-fit: contain;
}


/* ÃÂ¤ÃÅ¾ÃÂÃÂ« */
.applying_bg {
    position: absolute;
    height: 87.5%;
    width: 50%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}
.akcii_bg {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
}
.applying_bg .logo_2, .installation_bg .logo_2 {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 3em;
}
.akcii .logo_2 {
    position: absolute;
    top: 2em;
    right: 18%;
    width: 3em;
}

/* ÃÂÃÂºÃ‘â€ ÃÂ¸ÃÂ¸ */
#akcii {
    margin-top: 2em;
    margin-bottom: 3em;
}
.akcii {
    position: relative;
    padding: 2em 0;
}
.akcii_box {width: 90%;}
.old_price {
    position: relative;
    font-family: "akrobat";
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    font-size: 2em;
    margin-right: 1em;
}
.old_price>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    object-fit: contain;
    margin: 0 !important;
}
.price {
    font-family: "akr_black";
    font-size: 3em;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
}
.hit_2 {
    background: url(../images/hit_2_bg.jpg) no-repeat center;
    background-size: cover;
    height: 28vw;
    position: relative;
}
.hit_2_back {
    background: url(../images/hit_2_back.jpg) no-repeat center;
    background-size: cover;
    height: 28vw;
    padding-top: 2em;
}
.hit_2 img {
    width: 80%;
    margin: 7% 10% 3% 10%;
    filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.5));
}
.gray_blue {background-color: #1a262e;}
.dark_blue {background-color: #0d1921;}
.hit_form.callback_form {
    background-color: transparent;
    width: 100%;
    padding: 0 0 0 2em;
}
.hit_form.callback_form input[type="text"] {margin-bottom: .5em;}
.hit_form.callback_form input[type="submit"] {
    margin: 0.5em auto 0;
    width: fit-content;
}
.hit_count {
    background-color: #fff;
    color: #da7301;
    border-radius: 5px;
    font-size: 1.8em;
    padding: 0 0.5em;
    font-family: "akr_black";
    vertical-align: middle;
    margin-left: 5px;
}
.akcia_diagonal {
    font-family: "akr_extbold";
    position: absolute;
    top: 60%;
    left: 45%;
    font-size: 2.75em;
    line-height: 1em;
}

/* ÃÂ²ÃÂµÃ‘ÂÃ‘Å’ ÃÂºÃÂ¾ÃÂ½Ã‘â€šÃÂµÃÂ¹ÃÂ½ÃÂµÃ‘â‚¬ ÃÂ¿ÃÂ¾ÃÂ´ÃÂ´ÃÂµÃ‘â‚¬ÃÂ¶ÃÂ¸ÃÂ²ÃÂ°ÃÂµÃ‘â€š ÃÂ¿ÃÂµÃ‘â‚¬Ã‘ÂÃÂ¿ÃÂµÃÂºÃ‘â€šÃÂ¸ÃÂ²Ã‘Æ’ */
.flip-container {
 perspective: 1000;
 cursor: pointer;
}
 /* ÃÂ¿ÃÂµÃ‘â‚¬ÃÂµÃÂ²ÃÂµÃ‘â‚¬ÃÂ½ÃÂ¸Ã‘â€šÃÂµ Ã‘ÂÃ‘â€šÃÂ¾Ã‘â‚¬ÃÂ¾ÃÂ½Ã‘Æ’ ÃÂ¿Ã‘â‚¬ÃÂ¸ ÃÂ¿Ã‘â‚¬ÃÂ¾ÃÂ²ÃÂµÃÂ´ÃÂµÃÂ½ÃÂ¸ÃÂ¸ ÃÂ¼Ã‘â€¹Ã‘Ë†Ã‘Å’Ã‘Å½ */
 .flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg);
 }

.flip-container, .front, .back {
 width: 100%;
 height: 28vw;
}

/* ÃÂ·ÃÂ´ÃÂµÃ‘ÂÃ‘Å’ ÃÂ½ÃÂ°Ã‘â€¦ÃÂ¾ÃÂ´ÃÂ¸Ã‘â€šÃ‘ÂÃ‘Â Ã‘ÂÃÂºÃÂ¾Ã‘â‚¬ÃÂ¾Ã‘ÂÃ‘â€šÃ‘Å’ ÃÂ¿ÃÂµÃ‘â‚¬ÃÂµÃÂ²ÃÂµÃ‘â‚¬Ã‘â€šÃ‘â€¹ÃÂ²ÃÂ°ÃÂ½ÃÂ¸Ã‘Â */
.flipper {
 transition: 0.6s;
 transform-style: preserve-3d;

 position: relative;
}

/* Ã‘ÂÃÂºÃ‘â‚¬ÃÂ¾ÃÂ¹Ã‘â€šÃÂµ ÃÂ¾ÃÂ±Ã‘â‚¬ÃÂ°Ã‘â€šÃÂ½Ã‘Æ’Ã‘Å½ Ã‘ÂÃ‘â€šÃÂ¾Ã‘â‚¬ÃÂ¾ÃÂ½Ã‘Æ’ ÃÂ²ÃÂ¾ ÃÂ²Ã‘â‚¬ÃÂµÃÂ¼Ã‘Â ÃÂ¿ÃÂµÃ‘â‚¬ÃÂµÃÂ²ÃÂ¾Ã‘â‚¬ÃÂ¾Ã‘â€šÃÂ° */
.front, .back {
 backface-visibility: hidden;

 position: absolute;
 top: 0;
 left: 0;
}

/* ÃÂ»ÃÂ¸Ã‘â€ ÃÂµÃÂ²ÃÂ°Ã‘Â Ã‘ÂÃ‘â€šÃÂ¾Ã‘â‚¬ÃÂ¾ÃÂ½ÃÂ° Ã‘â‚¬ÃÂ°ÃÂ·ÃÂ¼ÃÂµÃ‘â€°ÃÂµÃÂ½ÃÂ° ÃÂ½ÃÂ°ÃÂ´ ÃÂ¾ÃÂ±Ã‘â‚¬ÃÂ°Ã‘â€šÃÂ½ÃÂ¾ÃÂ¹ */
.front {
 z-index: 2;
}

/* ÃÂ¾ÃÂ±Ã‘â‚¬ÃÂ°Ã‘â€šÃÂ½ÃÂ°Ã‘Â, ÃÂ¸ÃÂ·ÃÂ½ÃÂ°Ã‘â€¡ÃÂ°ÃÂ»Ã‘Å’ÃÂ½ÃÂ¾ Ã‘ÂÃÂºÃ‘â‚¬Ã‘â€¹Ã‘â€šÃÂ°Ã‘Â Ã‘ÂÃ‘â€šÃÂ¾Ã‘â‚¬ÃÂ¾ÃÂ½ÃÂ° */
.back {
 transform: rotateY(180deg);
}

/* ÃÂÃÂºÃ‘â€ ÃÂ¸ÃÂ¸ */
#sale {
    margin: 3em 0;
    position: relative;
}
.slick_sale {
    position: unset;
    overflow: hidden;
}
.slick_sale .slick-prev, .slick_sale .slick-next {
    top: unset;
    bottom: 2rem;
    z-index: 10;
    width: 2rem;
    height: 2rem;
    transform: unset;
}
.slick_sale .slick-prev {
    background: #e8e8e8;
    left: unset;
    right: 60vw;
}
.slick_sale .slick-prev:before {
    content: "◀";
    color: #1e2125;
    font-size: 2rem;
    line-height: 2.3rem;
}
.slick_sale .slick-next {
    background: #febe1e;
    left: 40vw;
}
.slick_sale .slick-next:before {
    content: "▶";
    color: #1e2125;
    font-size: 2rem;
    line-height: 2.3rem;
}
.slick_sale .slick-slide {
    position: relative;
    height: 18vw;
}
.slick_sale .slick-slide p.offer {
    position: absolute;
    bottom: 5%;
    left: 5%;
    right: 5%;
    color: #f0b41c;
    text-shadow: 0px 0px 4px #000;
    font-family: "akr_black";
    font-size: 1.7em;
    text-transform: uppercase;
    line-height: normal;
    filter: drop-shadow(0px 0px 7px #000);
}
.sale_img{
    height: 18vw;
    width: 40vw;
    object-fit: cover;
}
.sale_text {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
}
.sale_title {
    height: 3rem;
    line-height: 3rem;
    width: 40%;
    background-color: #f0b41c;
    margin: 0 auto;
    text-align: center;
}
.sale_info {
    width: 40%;
    background-color: #1e2125;
    color: #fff;
    padding: 2em 3em;
}
.slick_bottom {
    width: 40%;
    margin-left: 40%;
    background-color: #1e2125;
    color: #fff;
    padding: 0.5em 3em 1em;
    height: 4rem;
}

.sale_wrap {
    position: relative;
}
.swiper-sale {
    position: unset;
    overflow-x: hidden;
    width: 100%;
}
.swiper-sale .swiper-slide {
    width: 40%;
    position: relative;
}
.swiper-sale .swiper-slide .offer {
    position: absolute;
    bottom: 5%;
    left: 5%;
    right: 5%;
    text-shadow: 0px 0px 4px #000;
    filter: drop-shadow(0px 0px 7px #000);
}
.swiper-sale .swiper-slide img {
    width: 100%;
    height: 18vw;
    object-fit: cover;
}
.swiper-sale .swiper_nav {
    position: absolute;
    display: flex;
    right: 60%;
    bottom: -2.5rem;
}
.swiper-sale .swiper-button-prev {
    background: #e8e8e8;
    background-image: none;
    position: relative;
}
.swiper-sale .swiper-button-prev:before {
    position: absolute;
    content: "◀";
    color: #1e2125;
    font-size: 2.5rem;
    line-height: 2.5rem;
    top: 0;
    left: 0%;
    width: 100%;
    text-align: center;
}


/* ÃÅ¾ ÃÂºÃÂ¾ÃÂ¼ÃÂ¿ÃÂ°ÃÂ½ÃÂ¸ÃÂ¸ */
#about {margin-bottom: 2em;}
#about .site_box {
    position: relative;
    padding-top: 2em;
}
.about_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    overflow: hidden;
}
.about_bg img {
    height: 100%;
    width: 100%;
}
.about_icon {
    width: 2.5em;
    margin-right: 1em;
}


/* ÃÅ¸Ã‘â‚¬ÃÂ¾ÃÂ´Ã‘Æ’ÃÂºÃ‘â€ ÃÂ¸Ã‘Â */
#products {margin-top: 2em;}
.product_right {
    background: url(../images/gray_bg.jpg) no-repeat bottom right;
    background-size: 93% 84%;
    padding: 2em 0em 1em 0;
    margin-bottom: 2em;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}
.gallery {width: 83%;}
.primery {
    width: 4%;
    align-self: flex-end;
    margin-bottom: 5%;
}
.icons_whereuse {
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 9%;
}
.icons_whereuse img {
    width: 70%;
    margin-bottom: 7%;
    cursor: pointer;
}
.slider-for .slick-slide img, .slider-for-1 .slick-slide img, .slider-for-2 .slick-slide img, .slider-for-3 .slick-slide img, .slider-for-4 .slick-slide img {
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.4));
    height: 23vw;
    width: 100%;
    object-fit: cover;
}
.slider-nav .slick-slide img, .slider-nav-1 .slick-slide img, .slider-nav-2 .slick-slide img, .slider-nav-3 .slick-slide img, .slider-nav-4 .slick-slide img {
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.4));
    padding: .5em;
    height: 7vw;
    object-fit: cover;
    width: 100%;
}
#myTab_1 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 0 0 6vw;
    padding-right: 6vw;
    border-bottom: 1px solid #000;
    height: 40px;
}
#myTab_1 .nav-link {
    font-size: 1.5em;
    font-family: "akrobat";
    padding: 0;
    border: none;
    height: 40px;
}
#myTab_1 .nav-link:hover {
    border: none;
    font-family: "akr_bold";
}
#myTab_1 .nav-link.active {
    border: none;
    font-family: "akr_bold";
    border-bottom: 3px solid;
}
.tab-pane {
    background: url(../images/bg_1.jpg) no-repeat right;
    background-size: 40% 100%;
}


/* ÃÅ¸ÃÂ°Ã‘â‚¬Ã‘â€šÃÂ½ÃÂµÃ‘â‚¬Ã‘â€¹ */
#partners {margin-bottom: 3rem;}
#map {margin-bottom: 3rem;}
.slick_partners {
    position: relative;
    overflow: hidden;
    padding: 2rem 0 1rem;
}
.slick_partners img {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
    padding: 0.5rem;
    height: 14vw;
    object-fit: contain;
}
.slick_partners .slick-prev, .slick_partners .slick-next {
    top: 0px;
    width: 2rem;
    height: 2rem;
    transform: unset;
}
.slick_partners .slick-prev {
    background: #e8e8e8;
    left: 0px;
}
.slick_partners .slick-prev:before {
    content: "◀";
    color: #1e2125;
    font-size: 2rem;
    line-height: 2.3rem;
}
.slick_partners .slick-next {
    background: #febe1e;
    left: 2rem;
}
.slick_partners .slick-next:before {
    content: "▶";
    color: #1e2125;
    font-size: 2rem;
    line-height: 2.3rem;
}


/* ÃÅ¾Ã‘â€šÃÂ·Ã‘â€¹ÃÂ²Ã‘â€¹ */
.reviews_top {
    width: 70%;
    margin: 0 auto;
    padding: 2em 0;
}
.ml_6 {margin-left: 6vw;}
.reviews {
    background-color: #fff;
    position: relative;
    background-image: url(../images/bg_1.jpg);
    background-repeat: no-repeat;
    background-size: 45% 100%;
    background-position: left top;
    padding-bottom: 4em;
}
.slick_reviews {
    position: relative;
    overflow: hidden;
    margin-left: 6%;
    width: 94%;
}
.slick_reviews img {width: 43.5vw;}
/* Ã‘ÂÃÂ»ÃÂ°ÃÂ¹ÃÂ´ÃÂµÃ‘â‚¬ Ã‘Â ÃÂ¾Ã‘â€šÃÂ·Ã‘â€¹ÃÂ²ÃÂ°ÃÂ¼ÃÂ¸ */
.reviews_wrap {
    width: 100%;
    position: relative;
}
.swiper-reviews {
    overflow-x: hidden;
    width: 94%;
    margin-left: 6%;
}
.swiper-reviews img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #febe1e;
}
.swiper-reviews .swiper-slide {
    width: 47%;
    background-color: #fff;
    padding: 2em;
    border: 1px solid #000;
}
.swiper-reviews .swiper_nav {
    position: absolute;
    bottom: -2.5rem;
    right: 50%;
    display: flex;
}



/* ÃÂ¡ÃÂ»ÃÂ°ÃÂ¹ÃÂ´ÃÂµÃ‘â‚¬ Ã‘ÂÃÂ¾ Ã‘ÂÃÂºÃ‘â‚¬ÃÂ¸ÃÂ½Ã‘Ë†ÃÂ¾Ã‘â€šÃÂ°ÃÂ¼ÃÂ¸ */
.screenshots_wrap {
    width: 100%;
    position: relative;
    margin-top: 2em;
}
.screenshots_wrap p {height: 2.5rem;}
.swiper-screenshots {
    overflow: hidden;
    width: 100%;
    background-color: #282c32;
    padding: 15px 0;
}
.swiper-screenshots .swiper-slide {width: 12vw;}
.swiper-screenshots .swiper-slide img {width: 100%;}
.swiper-button-next, .swiper-button-prev {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    margin-top: unset;
    width: 2.5rem;
    height: 2.5rem;
}
.swiper-screenshots .swiper_nav {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
}
.swiper-button-prev {
    background: #2a3d49;
    background-image: none;
    position: relative;
}
.swiper-button-prev:before {
    position: absolute;
    content: "◀";
    color: #fff;
    font-size: 2.5rem;
    line-height: 2.5rem;
    top: 0;
    left: 0%;
    width: 100%;
    text-align: center;
}
.swiper-button-next {
    background: #febe1e;
    background-image: none;
    position: relative;
}
.swiper-button-next:before {
    position: absolute;
    content: "▶";
    color: #1e2125;
    font-size: 2.5rem;
    line-height: 2.5rem;
    top: 0;
    left: 0%;
    width: 100%;
    text-align: center;
}

/* ÃÅ¾ÃÂ±Ã‘â‚¬ÃÂ°Ã‘â€šÃÂ½ÃÂ°Ã‘Â Ã‘ÂÃÂ²Ã‘ÂÃÂ·Ã‘Å’ */
.callback {
    position: relative;
    padding-top: 2rem;
}
.callback_bg {
    position: absolute;
    height: 90%;
    width: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
}
.callback_bg .logo_2 {
    position: absolute;
    top: 2vw;
    right: 5vw;
    width: 5vw;
}
.callback_form {
    width: 50%;
    background-color: #151c21;
    padding: 3vw 0vw 4vw 6vw;
}
.callback_form input {
    color: #fff;
    background: transparent;
    border: navajowhite;
    border-bottom: 1px solid #febe1e;
    width: 100%;
    font-size: 1.5em;
    line-height: 2em;
    margin-bottom: 1em;
}
.callback_form input[type="submit"] {
    width: 90%;
    margin: 0 auto 0 0;
    border: 1px solid #febe1e;
    text-transform: uppercase;
    font-family: "akrobat";
    line-height: unset;
    margin-top: 2em;
}
.callback_info {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 2rem;
}
.address {
    width: 44%;
}
.address p {
    height: 2.5rem;
    line-height: normal;
    vertical-align: middle;
}
.icon_sm {height: 2rem;}
.icon_big {height: 2.5rem;}


/* ÃÅ¸ÃÂ¾ÃÂ´ÃÂ²ÃÂ°ÃÂ» */
footer nav {
    padding: 0 !important;
    margin: 0.5em 0;
}
footer .navbar-nav {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
footer .nav-item img {width: 13vw;}
footer .nav-link {
    font-family: "akr_bold";
    font-size: 1.3em;
}

.footer_bottom {
    background-color: #000;
    padding: 0.5em 0;
}
.footer_bottom .site_box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.copyright p {
    font-family: "rale_light";
    margin-bottom: 0em;
    font-size: 1.1em;
}

/* ASM */
.developers {text-align: right;}
.developers a>p {
    font-family: "coco", Arial, sans-serif;
    color: #fff;
    font-size: 19px;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em 0 0;
}
.developers img {max-width: 90px;}


/* Quiz */
#form_quiz {
    width: 100%;
    height: 100%;
}
#callback_1 .modal-dialog {
    max-width: unset;
    width: 88%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
#callback_1 .modal-content {
    border: none;
    border-radius: 0;
}
#callback_1 .modal-body {
    position: relative;
    padding: 0rem;
    height: 46rem;
}
.quiz_bg {
    position: absolute;
    height: 100%;
    width: 47%;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}
#callback_1 button.close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 100;
    opacity: 1;
    width: 2rem;
}
#callback_1 button.close img {width: 100%;}
#callback_1 .cb_title {
    position: absolute;
    top: 1rem;
    right: 2rem;
    width: 48%;
    height: 11rem;
}

.quiz {
    position: relative;
    z-index: 2;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: flex-start;
    padding: 2rem;
    height: 100%;
}
#quiz_tabs {
    display: flex;
    flex-flow: column;
    border: none;
    padding-right: 2rem;
}
#quiz_tabs .nav-item {margin-bottom: 1em;}
#quiz_tabs .nav-link{
    margin-bottom: -1px;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    font-family: "akr_bold";
    font-size: 2em;
    padding: 0;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
}
#quiz_tabs .nav-link.active {
    color: #fff;
    background-color: #000;
    font-family: "akr_black";
}
#quiz_content {
    height: 100%;
    width: 100%;
}
.tab-content>.tab-pane {height: 100%;}
#quiz_content .quiz_slide {
    height: 30rem;
    position: absolute;
    top: 13rem;
    right: 7%;
    width: 50%;
    box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.2);
}
#quiz_content .quiz_slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#quiz_content .info {
    width: 43.4%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#quiz_content .callback_form {
    width: 100%;
    height: 100%;
    padding: 2em 3em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#quiz_content .callback_form button {
    width: 75%;
    line-height: 1.2em;
    white-space: normal;
}
#quiz_content input[type="number"] {
    margin-bottom: 0px;
    cursor: pointer;
    line-height: 2em;
    background: #dcdcdc;
    background-size: 5%;
    padding-left: 1em;
    color: #505050;
    font-size: 1.5em;
    border: none;
    width: 70%;
}
div.tab_control {
    width: 70%;
    margin-left: 10%;
    margin-bottom: 2em;
}
.callback_form div.tab_control {
    margin-bottom: 0em;
    margin-left: 5%;
    width: 80%;
}
div.tab_control a, #form_quiz input[type="submit"] {
    font-size: 1.4em;
    line-height: 1.2em;
    font-family: "akr_sbold";
}
.quiz_sertificate {position: relative;}
.sertificate_info {
    position: absolute;
    top: 45%;
    left: 15%;
    width: 70%;
    text-align: center;
}
.sertificate_info p.client_name_show {
    font-family: "akr_bold";
    font-size: 2.5em;
    line-height: 1em;
}
.sertificate_info p.client_mail_show {
    font-family: "akr_sbold";
    font-size: 1.5em;
    line-height: normal;
}
.sertificate_info hr {
    margin: 3px 0;
    background-color: #000;
    height: 1px;
    border: none;
}

#callback_2 .modal-body {
    background-color: #282c32;
    padding: 0;
}
#callback_2 form.callback_form {
    width: 100%;
    border-top: 3px solid #febe1e;
    border-right: 6px solid #febe1e;
    padding: 2em 0 2em 3em;
}
#callback_2 button.close {
    position: absolute;
    top: .5em;
    right: .5em;
    opacity: 1;
    width: 1em;
    height: 1em;
}
#callback_2 button.close img {width: 100%;}

/* select customization */
.select {
    width: 80%;
    background: #fff;
    border-radius: 5px;
    position: relative;
}
.select_btn {
    margin-bottom: 0px;
    cursor: pointer;
    line-height: 2em;
    background: url(../images/icons/down.png) no-repeat #dcdcdc;
    background-position: 95% 50%;
    background-size: 5%;
    padding-left: 1em;
    color: #5e5e5e;
    font-size: 1.5em;
}
.options {
    display: none;
    padding-bottom: 5px;
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    max-height: 300px;
    overflow: auto;
}

/* radio button customization */
.radio label {
    margin-bottom: 0px;
    line-height: 2rem;
    width: 100%;
}
input[type="radio"]+span {
    -webkit-appearance:none;
    width: 100%;
    background: #fff;
    outline:none;
    margin: 0px;
    box-sizing:border-box;
    display:inline-block;
    padding: 0 1em;
    font-family: "akrobat";
    font-size: 1.5rem;
}
input[type="radio"]+span:hover, input[type="radio"]:checked+span {
    background: #fc9e1e;
    background-size: cover;
    font-weight: bold;
    font-family: "akr_black";
}

.knopka {
    position: fixed;
    bottom: 4em;
    right: 0;
    background: url(../images/sale-btn.png) no-repeat left center #fff;
    background-size: contain;
    border: 2px solid #febe1e;
    z-index: 1000;
    padding: 1em;
    text-align: right;
    width: 18em;
}
.knopka p{
    width: 50%;
    margin-left: auto;
    font-size: 1.2em;
}


/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: block;    /* undo display:none          */
    height: 0;         /* height:0 is also invisible */
    //overflow: hidden;  /* no-overflow                */
}
.tab-content > .active, .pill-content > .active {
    height: auto;      /* let the content decide it  */
} /* bootstrap hack end */

/* ÃÂ¨Ã‘â‚¬ÃÂ¸Ã‘â€žÃ‘â€šÃ‘â€¹ */
@font-face {
    font-family: 'coco';
    src: url('../fonts/CocoBiker Regular-trial.ttf');
}
@font-face {
    font-family: 'akr_thin';
    src: url('../fonts/Akrobatthin.ttf');
}
@font-face {
    font-family: 'akr_light';
    src: url('../fonts/Akrobatlight.ttf');
}
@font-face {
    font-family: 'akrobat';
    src: url('../fonts/Akrobat.ttf');
}
@font-face {
    font-family: 'akr_sbold';
    src: url('../fonts/Akrobatsemibold.ttf');
}
@font-face {
    font-family: 'akr_bold';
    src: url('../fonts/Akrobatbold.ttf');
}
@font-face {
    font-family: 'akr_extbold';
    src: url('../fonts/Akrobatextrabold.ttf');
}
@font-face {
    font-family: 'akr_black';
    src: url('../fonts/Akrobatblack.ttf');
}
@font-face {
    font-family: 'rale_light';
    src: url('../fonts/Raleway-Light.ttf');
}
@font-face {
    font-family: 'rale_medi';
    src: url('../fonts/Raleway-Medium.ttf');
}
