@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

section {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

html {
    font-size: 10px;
}
@media (max-width: 1600px) {
    html {
        font-size: 9px;
    }
}
@media (max-width: 1500px) {
    html {
        font-size: 8.5px;
    }
}
@media (max-width: 1400px) {
    html {
        font-size: 7.5px;
    }
}
@media (max-width: 1200px) {
    html {
        font-size: 8px;
    }
}
@media (max-width: 767px) {
    html {
        font-size: 10px;
    }
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #42484C;
    font-size: 10px;
}
body.open-menu {
    overflow: hidden;
}
body.opened-modal {
    overflow: hidden;
    position: relative;
}

.slick-slide {
    outline: none !important;
}
.slick-slide a {
    outline: none !important;
}

input, button, textarea {
    outline: none !important;
}

.container {
    max-width: 166rem;
    padding: 0 1.5rem;
}
@media (max-width: 1600px) {
    .container {
        max-width: 155rem;
    }
}
@media (max-width: 1500px) {
    .container {
        max-width: 160rem;
    }
}
@media (max-width: 1366px) {
    .container {
        max-width: 155rem;
    }
}

header {
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 12rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 767px) {
    header {
        height: 78px;
    }
}
header .container {
    max-width: 100%;
    padding: 0 10rem;
}
@media (max-width: 1800px) {
    header .container {
        padding: 0 1.5rem;
    }
}
@media (max-width: 1023px) {
    header .container {
        padding: 0 3rem;
    }
}
@media (max-width: 767px) {
    header .container {
        padding: 0 1.5rem;
    }
}
header.fix {
    background-color: #42484C;
    color: #fff;
}
header.fix .logo a img {
    opacity: 0;
}
header.fix .header-menu nav li a {
    color: #fff;
}
header.fix .hot-line-phone a {
    color: #fff;
}
header.fix .lang button {
    color: #fff;
}
header.fix .show-hide-menu span {
    background-color: #fff;
}
header.fix .show-hide-menu:before, header.fix .show-hide-menu:after {
    background-color: #fff;
}

body:not(.home) {
    padding-top: 12rem;
}
@media (max-width: 767px) {
    body:not(.home) {
        padding-top: 8rem;
    }
}
body:not(.home) header {
    background-color: #42484C;
    color: #fff;
}
body:not(.home) header.no-menu .header-menu {
    display: none;
}
body:not(.home) header .logo a img {
    opacity: 0;
}
body:not(.home) header .header-menu nav li a {
    color: #fff;
}
body:not(.home) header .hot-line-phone a {
    color: #fff;
}
body:not(.home) header .lang button {
    color: #fff;
}
body:not(.home) header .show-hide-menu span {
    background-color: #fff;
}
body:not(.home) header .show-hide-menu:before, body:not(.home) header .show-hide-menu:after {
    background-color: #fff;
}

.open-menu header {
    background-color: #42484C;
    color: #fff;
}
.open-menu header .header-menu {
    display: none;
}
.open-menu header .logo a img {
    opacity: 0;
}
.open-menu header .header-menu nav li a {
    color: #fff;
}
.open-menu header .hot-line-phone a {
    color: #fff;
}
.open-menu header .lang button {
    color: #fff;
}
.open-menu header .show-hide-menu span {
    background-color: #fff;
}
.open-menu header .show-hide-menu:before, .open-menu header .show-hide-menu:after {
    background-color: #fff;
}

.header-in {
    float: left;
    width: 100%;
}

.logo {
    float: left;
    margin-top: 2.1rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 14.5rem;
}
.logo:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 767px) {
    .logo {
        margin-top: 1.1rem;
    }
}
@media (max-width: 767px) {
    .logo {
        position: absolute;
        left: 50%;
        width: 11rem;
        margin-left: -5.5rem;
    }
}
.logo a {
    display: block;
    cursor: pointer;
    background: url(./images/logo-white.png) 0 0 no-repeat;
    background-size: contain;
}

.header-right {
    float: right;
}
@media (max-width: 767px) {
    .header-right {
        width: 100%;
    }
}

.hot-line {
    font-size: 1.6rem;
    margin-top: 4.6rem;
    float: left;
    margin-right: 7.5rem;
}
@media (max-width: 767px) {
    .hot-line {
        display: none;
    }
}

.hot-line-name {
    float: left;
    margin-right: 0.5rem;
}

.hot-line-phone {
    float: left;
}
.hot-line-phone a {
    color: #42484C;
}

.lang {
    float: left;
    margin-right: 4.5rem;
}
.lang .dropdown {
    padding: 2.9rem 0;
}
@media (max-width: 767px) {
    .lang .dropdown {
        padding: 12px 0;
    }
}
.lang .dropdown button {
    border: none;
    background-color: transparent;
    font-size: 1.8rem;
    font-weight: bold;
    color: #42484C;
    padding: 1.5rem 0;
    width: 5.4rem;
    text-align: center;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0.4rem;
}
@media (max-width: 767px) {
    .lang .dropdown button {
        font-size: 1.6rem;
    }
}
.lang .dropdown.show button {
    background-color: #42484C;
    color: #fff;
}

.show-hide-menu {
    float: left;
    width: 3.6rem;
    padding: 4.8rem 0;
    cursor: pointer;
    position: relative;
}
@media (max-width: 767px) {
    .show-hide-menu {
        float: right;
        width: 3rem;
        padding: 2.8rem 0;
    }
}
.show-hide-menu:before, .show-hide-menu:after {
    content: "";
    position: absolute;
    opacity: 0;
    height: 3px;
    width: 3.6rem;
    background-color: #42484C;
    border-radius: 2px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -1.8rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 767px) {
    .show-hide-menu:before, .show-hide-menu:after {
        height: 2px;
        width: 2.1rem;
        margin-left: -1rem;
    }
}
.show-hide-menu.open:before {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.show-hide-menu.open:after {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.show-hide-menu.open span {
    opacity: 0;
}
.show-hide-menu span {
    display: block;
    float: right;
    width: 100%;
    height: 3px;
    background-color: #42484C;
    margin: 2px 0 1px;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 767px) {
    .show-hide-menu span {
        height: 2px;
        margin: 2px 0;
    }
}
.show-hide-menu span:last-child {
    width: 60%;
}
.show-hide-menu:hover span:last-child {
    width: 100%;
}

.header-menu {
    padding: 0 63rem 0 22rem;
}
@media (max-width: 1200px) {
    .header-menu {
        display: none;
    }
}
.header-menu nav ul {
    list-style: none;
    padding: 3.6rem 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-menu nav li {
    float: left;
}
.header-menu nav li a {
    display: block;
    white-space: nowrap;
    cursor: pointer;
    padding: 1rem 0;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #42484C;
}

.menu-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    border-bottom: 5rem solid #42484C;
    display: none;
}
@media (max-width: 767px) {
    .menu-pop {
        border-bottom-width: 3.2rem;
        background: #fff url(./images/b-mob.png) left bottom no-repeat;
    }
}

.menu-pop-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12rem 0 0;
}
@media (max-width: 1023px) {
    .menu-pop-wrap {
        display: block;
        padding-top: 12rem;
    }
}
@media (max-width: 767px) {
    .menu-pop-wrap {
        padding-top: 11rem;
    }
}

.bg-wrap-images {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 769px) {
    .bg-wrap-images span {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left bottom;
        display: none;
    }
}
.menu-list {
    float: right;
    width: 38rem;
    position: relative;
    z-index: 100;
}
@media (max-width: 1023px) {
    .menu-list {
        text-align: right;
        width: auto;
        margin-right: 1.5rem;
        margin-top: 2.5rem;
    }
}
@media (max-width: 767px) {
    .menu-list {
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        text-align: center;
    }
}
.menu-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-list ul li {
    margin-bottom: 3rem;
}
@media (max-width: 767px) {
    .menu-list ul li {
        margin-bottom: 1.6rem;
    }
}
.menu-list ul li ul {
    display: none;
}
@media (max-width: 767px) {
    .menu-list ul li ul {
        display: block;
        padding-top: 0.4rem;
    }
    .menu-list ul li ul li {
        margin-bottom: 0.5rem;
    }
    .menu-list ul li ul li a {
        text-transform: none;
        color: #d0bc8a;
    }
}
.menu-list ul li a {
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #42484C;
    display: block;
    cursor: pointer;
    text-decoration: none !important;
}
@media (max-width: 767px) {
    .menu-list ul li a {
        font-size: 1.8rem;
    }
}
.menu-list ul li a.active {
    font-weight: bold;
}

img.placeholder {
    display: none;
}
/*
.transition-layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    width: 100%;
    left: -10000px;
    overflow: hidden;
}*/
/*
@media (max-width: 767px) {
    .transition-layer {
        display: none !important;
    }
}

.transition-layer.initial {
    z-index: 16;
}

.transition-layer.menu-transition,
.transition-layer.contact-transition {
    position: absolute;
    width: 166.666666%;
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
}

.transition-layer .bg-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
    height: 100%;
    width: 2500%;
    background: url(images/ink.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.transition-layer.initial .bg-layer {
    transform: translateY(-50%) translateX(-98%);
    -webkit-transform: translateY(-50%) translateX(-98%);
}

.transition-layer.visible {
    left: 0;
}

.transition-layer.opening .bg-layer {
    -webkit-animation: sprite 1.4s steps(24);
    animation: sprite 1.4s steps(24);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.transition-layer.closing .bg-layer {
    -webkit-animation: sprite-reverse 1.4s steps(24);
    animation: sprite-reverse 1.4s steps(24);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes sprite {
    0% {
        -webkit-transform: translateY(-50%) translateX(-2%);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-98%);
    }
}
@keyframes sprite {
    0% {
        -webkit-transform: translateY(-50%) translateX(-2%);
        transform: translateY(-50%) translateX(-2%);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-98%);
        transform: translateY(-50%) translateX(-98%);
    }
}
@-webkit-keyframes sprite-reverse {
    0% {
        -webkit-transform: translateY(-50%) translateX(-98%);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-2%);
    }
}
@keyframes sprite-reverse {
    0% {
        -webkit-transform: translateY(-50%) translateX(-98%);
        transform: translateY(-50%) translateX(-98%);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-2%);
        transform: translateY(-50%) translateX(-2%);
    }
}
/*Phones (<768px)
@media (max-width: 767px) {
    .transition-layer.page-transition {
        width: 150%;
        margin-left: -25%;
    }
}*/

.transition-layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 17;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .transition-layer {
    display: none !important;
  }
}

.transition-layer.initial {
  z-index: 16;
}

.transition-layer .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-1.39%);
          transform: translateY(-50%) translateX(-1.39%);
  height: 100%;
  width: 3600%;
  background: url(images/ink.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.transition-layer.initial .bg-layer {
  -webkit-transform: translateY(-50%) translateX(-98.61%);
          transform: translateY(-50%) translateX(-98.61%);
}

.transition-layer.visible {
  left: 0;
}

.transition-layer.closing .bg-layer {
  -webkit-animation: sprite-reverse 1.4s steps(35);
          animation: sprite-reverse 1.4s steps(35);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes sprite-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98.61%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-1.39%);
  }
}
@keyframes sprite-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98.61%);
            transform: translateY(-50%) translateX(-98.61%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-1.39%);
            transform: translateY(-50%) translateX(-1.39%);
  }
}
/*Phones (<768px)*/
@media (max-width: 767px) {
  .transition-layer.page-transition {
    width: 150%;
    margin-left: -25%;
  }
}

.hero-in {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1800px) {
    .hero-in {
        background-position: 25% bottom;
    }
}
@media (max-width: 1023px) {
    .hero-in {
        background-position: right bottom;
    }
}
@media (max-width: 767px) {
    .hero-in {
        background: url(./images/hero-home-mob-1.jpg) left bottom -10px no-repeat;
        background-size: 100% auto;
    }
}
.hero-in.home-p {
    background-image: url(./images/hero-home.jpg);
    background-position: 0px bottom;
}
@media (max-width: 1800px) {
    .hero-in.home-p {
        background-position: 25% bottom;
    }
}
@media (max-width: 1023px) {
    .hero-in.home-p {
        background-position: right bottom;
    }
}
@media (max-width: 767px) {
    .hero-in.home-p {
        background: url(./images/hero-home-mob-1.jpg) left bottom 0px no-repeat;
        background-size: cover;
    }
}
.hero-in.home-p .hero-wrap-body {
    max-height: calc(100vh - 6rem);
    min-height: calc(100vh - 6rem);
}
@media (max-width: 1023px) {
    .hero-in.home-p .hero-wrap-body {
        display: block;
        padding-top: 100px;
        max-height: calc(100vh - 6rem);
        min-height: calc(100vh - 6rem);
    }
}
@media (max-width: 767px) {
    .hero-in.home-p .hero-wrap-body {
        max-height: calc(100vh - 3.2rem);
        min-height: calc(100vh - 3.2rem);
    }
}

.hero-wrap-body {
    max-height: calc(100vh - 11.4rem - 6rem);
    min-height: calc(100vh - 11.4rem - 6rem);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .hero-wrap-body {
        min-height: 100vh;
        padding-top: 100px;
        display: block;
        max-height: calc(100vh - 78px - 3.2rem);
        min-height: calc(100vh - 78px - 3.2rem);
    }
}

.hero-wrap {
    width: 100%;
}

.hero-descr {
    width: 60rem;
    position: relative;
}

@media (max-width: 1023px) {
    .home-p .hero-descr {
        float: right;
        margin-top: 4rem;
        text-align: right;
    }
}
@media (max-width: 767px) {
    .home-p .hero-descr {
        width: 21.5rem;
    }
}

.hero-italic {
    position: absolute;
    right: 0;
    top: -7rem;
}
.hero-italic svg {
    width: 32rem;
}
.hero-italic svg path {
    stroke-width: 0;
    fill: transparent;
    stroke: transparent;
    -webkit-transition: fill 0.2s, stroke 0.5s;
    transition: fill 0.2s, stroke 0.5s;
}
@media (max-width: 767px) {
    .hero-italic svg path {
        fill: #D0BB8A;
    }
}
@media (max-width: 1023px) {
    .hero-italic {
        top: -4rem;
    }
    .hero-italic svg {
        width: 160px;
    }
}
@media (max-width: 767px) {
    .hero-italic svg {
        width: 12rem;
    }
}

.hero-tit {
    font-size: 6.2rem;
    text-transform: uppercase;
    line-height: 7.5rem;
    margin-bottom: 1rem;
}
@media (max-width: 1400px) {
    .hero-tit {
        font-size: 4.8rem;
        line-height: 1.3;
    }
}
@media (max-width: 1023px) {
    .hero-tit {
        font-size: 3.2rem;
        line-height: 1.3;
    }
}
@media (max-width: 767px) {
    .hero-tit {
        font-size: 2.2rem;
    }
}
.hero-tit span {
    font-size: 6.2rem;
    font-weight: bold;
}
@media (max-width: 1023px) {
    .hero-tit span {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .hero-tit span {
        font-size: 20px;
    }
}

.hero-text {
    margin-bottom: 6rem;
    font-size: 1.8rem;
    line-height: 3.4rem;
}
@media (max-width: 1023px) {
    .hero-text {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .hero-text {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.5;
    }
}
.hero-text::first-letter {
    text-transform: uppercase;
}

.hero-det a {
    width: 26rem;
}
@media (max-width: 767px) {
    /*.hero-det a {
    width: auto;
  }
  .hero-det a span {
    display: none;
  }*/
}

.def-bt {
    height: 6rem;
    line-height: 5.6rem;
    background-color: #D0BB8A;
    border: 2px solid #D0BB8A;
    color: #fff;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    padding: 0 1rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}
@media (max-width: 767px) {
    .def-bt {
        height: 4rem;
        line-height: 36px;
        padding: 0 2rem;
        font-size: 1.6rem;
    }
}
@media (min-width: 992px) {
    .def-bt:hover {
        font-weight: bold;
        color: #D0BB8A;
        background-color: #fff;
    }
}
@media (max-width: 992px) {
    .def-bt:hover {
        color: #fff;
    }
}

.hero-in.hero-about .hero-italic {
    top: -8rem;
}
.hero-in.hero-about .hero-italic svg {
    width: 143px;
}

.padding-about{
    padding-top:90px;
    padding-left:80px;
}

#flex-container{
    display:flex;
    flex-direction: row;
    align-items: flex-start;
}

@media screen and (min-width: 2500px) {
    #black-line{
        height: 128.4rem !important;}

    .black-line-text{
        font-size: 26px;
    }

    .def-bt {
        font-size: 2.6rem;
    }

}

@media screen and (max-width: 1600px) {
    .black-line-text{
        line-height: 25px !important;
        font-size: 14px !important;
    }

    .black-line-h{
        font-size:30px !important;
    }

    .padding-about{
        padding-left:10px !important;
    }

    .flllll-comp{
        padding-bottom:90px;
    }

}

@media screen and (max-width: 1401px){
    #black-line {
        float: left !important;
        width: 100% !important;
        height: 95.4rem !important;
        background-color: #42484C !important;
    }
}

@media screen and (max-width: 1080px){
    #black-line {
        float: left !important;
        width: 100% !important;
        height: 102.4rem !important;
        background-color: #42484C !important;
    }
}

@media screen and (min-width: 835px){
    .non-comp{
        display:none !important;
    }

    .img-black-tel{
        display:none !important;
    }

    .flex-container{
        flex-direction: column !important;
    }

}

@media screen and (max-width: 835px){
    .padding-about{
        padding-top: 99px !important;
        padding-left: 0px !important;
        padding-right:0px !important;
    }

    .img-black-tel{
        padding-top: 0px !important;
        padding-left: 0px !important;
        padding-right:0px !important;
        padding-bottom: 20px !important;
    }

    #black-line {
        float: left !important;
        width: 100% !important;
        height: 180.4rem !important;
        background-color: #42484C !important;
    }

    .flllll-tel{
        margin-bottom:160px;
    }

    .img-black{
        display:none;
    }

    #flex-container{
        display:flex;
        flex-direction: column !important;
        align-items: flex-start;
    }

    .text1{
        max-width: 100% !important;
        width:100% !important;
    }

    .none-comp{
        display:block !important;
        flex-direction: column !important;
    }

    .absolute-black-img{
        display:none;
    }

    .text2{
        max-width:100% !important;
        width:100% !important;
        flex:none !important;
    }

    .text3{
        display:none !important;
    }

    .non-tel{
        display:none !important;
    }

    .button-phone-black{
        position:absolute;
        bottom:-1550px;
        left:35%;
    }
}

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

    #black-line {
        float: left !important;
        width: 100% !important;
        height: 195.4rem !important;
        background-color: #42484C !important;
    }

    .button-phone-black{
        position:absolute;
        bottom:-1890px;
        left:20%;
    }
}

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

    #black-line {
        float: left !important;
        width: 100% !important;
        height: 195.4rem !important;
        background-color: #42484C !important;
    }

    .flllll-tel{
        margin-bottom:120px;
    }


    .button-phone-black{
        position:absolute;
        bottom:-1903px;
        left:20%;
    }
}

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

    #black-line {
        float: left !important;
        width: 100% !important;
        height: 198.4rem !important;
        background-color: #42484C !important;
    }

    .button-phone-black{
        position:absolute;
        bottom:-1918px;
        left:20%;
    }
}

@media screen and (max-width: 820px) and (max-height: 1180px) and (min-width: 819px) and (min-height: 1179px){

    #black-line {
        float: left !important;
        width: 100% !important;
        height: 248.4rem !important;
        background-color: #42484C !important;
    }

    .button-phone-black{
        position:absolute;
        bottom:-1906px;
        left:35%;
    }
}

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

    #black-line {
        float: left !important;
        width: 100% !important;
        height: 240.4rem !important;
        background-color: #42484C !important;
    }

    .button-phone-black{
        position:absolute;
        bottom:-1858px;
        left:35%;
    }
}

.absolute-text{
    position:absolute;
    text-align:left;
}

.absolute-black-img{
    position:absolute;
    width:190px;
}

.black-line-h{
    color:white;
    font-weight:700;
    text-align:top;
    font-size: 36px;
}

.black-line-text{
    color:white;
    line-height:34px;
    font-size:16px;font-weight: 400;
}

#black-line {
    float: left;
    width: 100%;
    height: 85.4rem;
    background-color: #42484C;
}
@media (max-width: 767px) {
    #black-line {
        height: 3.2rem;
    }
}
.none-comp{
    display:none !important;
}
.button-black{
    position: relative;
    display: inline-flex;
    margin: 0 0px;
    perspective: 1000px;
}
.button-black .ablack{
    font-size: 19px;
    letter-spacing: 1px;
    transform-style: preserve-3d;
    transform: translateZ(-25px);
    transition: transform .25s;
    font-family: 'Verdana', sans-serif;
    color:white;

}
.button-black .ablack:before,
.button-black .ablack:after{
    position: absolute;
    content: "Про компанію";
    height: 55px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    /*border-radius: 5px;*/
    background-color: #D0BB8A;
}


#scrollUp {
    position: fixed;
    right: 6rem;
    bottom: 7.2rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 1200px) {
    #scrollUp {
        right: 2rem;
        bottom: 2rem;
    }
}
@media (max-width: 767px) {
    #scrollUp {
        display: none !important;
    }
}
#scrollUp:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
#scrollUp:before {
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    background: url(./images/up.png) 0 0 no-repeat;
    background-size: contain;
}

#our-prod {
    padding-top: 4rem;
    position: relative;
    padding-bottom: 24.5rem;
}
@media (max-width: 1400px) {
    #our-prod {
        padding-bottom: 12rem;
    }
}
@media (max-width: 767px) {
    #our-prod {
        padding-bottom: 15rem;
        padding-top: 0.7rem;
    }
}

.symb {
    background: url(./images/symbol.png) 0 0 no-repeat;
    width: 73.4rem;
    height: 79.1rem;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 73.4rem;
}
@media (max-width: 767px) {
    .symb {
        width: 27.6rem;
        height: 29.7rem;
        background-size: contain;
    }
}

.our-prod-in {
    position: relative;
    z-index: 9;
}

.our-prod-tit {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 0.5rem;
}
.our-prod-tit h3 {
    font-size: 3.6rem;
    font-weight: bold;
}
@media (max-width: 767px) {
    .our-prod-tit h3 {
        font-size: 2rem;
    }
}

.our-prod-tit-in {
    padding-top: 6.5rem;
    display: inline-block;
    position: relative;
}
@media (max-width: 767px) {
    .our-prod-tit-in {
        padding-top: 3.5rem;
    }
}

.our-prod-tit-italic {
    position: absolute;
    right: 0;
    top: 0;
}
.our-prod-tit-italic svg {
    width: 16rem;
}
.our-prod-tit-italic svg path {
    stroke-width: 0;
    fill: transparent;
    stroke: transparent;
    -webkit-transition: fill 0.3s, stroke 0.5s;
    transition: fill 0.3s, stroke 0.5s;
}
@media (max-width: 767px) {
    .our-prod-tit-italic svg path {
        fill: #D0BB8A;
    }
}
@media (max-width: 767px) {
    .our-prod-tit-italic svg {
        width: 8.5rem;
    }
}

.our-prod-tabs {
    float: left;
    width: 100%;
}
.our-prod-tabs .nav-tabs {
    border: none;
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.our-prod-tabs .nav-item {
    display: inline-block;
    float: none;
    margin: 0 3.8rem;
}
@media (max-width: 767px) {
    .our-prod-tabs .nav-item {
        margin: 0 1rem;
    }
}
.our-prod-tabs .nav-link {
    padding: 1.5rem 0;
    border: none;
    border-radius: 0;
    font-size: 1.8rem;
    color: #D0BB8A !important;
    background-color: transparent !important;
}
@media (max-width: 767px) {
    .our-prod-tabs .nav-link {
        font-size: 1.4rem;
        padding: 1rem 0;
    }
}
.our-prod-tabs .nav-link.active {
    font-weight: bold;
    text-decoration: none !important;
}
.our-prod-tabs .nav-link:hover {
    text-decoration: underline;
}


#hero .slick-arrow {
    font-size: 0;
    padding: 0;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    top: 50%;
    width: 3rem;
    height: 2rem;
    border: none;
    background: transparent url(./images/carus-nav.svg) center center no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#hero .slick-arrow:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
#hero .slick-arrow.slick-prev {
    left: 3rem;
}
#hero .slick-arrow.slick-next {
    right: 3rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#hero .slick-arrow.slick-next:hover {
    -webkit-transform: rotate(180deg) scale3d(1.1, 1.1, 1);
    transform: rotate(180deg) scale3d(1.1, 1.1, 1);
}


.slick-arrow {
    outline: none !important;
}

.prod-carus {
    float: left;
    width: 100%;
}
.prod-carus .slick-arrow {
    font-size: 0;
    padding: 0;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    top: 53rem;
    left: 50%;
    width: 3rem;
    height: 2rem;
    border: none;
    background: transparent url(./images/carus-nav.svg) center center no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 1400px) {
    .prod-carus .slick-arrow {
        top: 45rem;
    }
}
@media (max-width: 1200px) {
    .prod-carus .slick-arrow {
        top: 37.5rem;
    }
}
@media (max-width: 767px) {
    .prod-carus .slick-arrow {
        top: 23.1rem;
    }
}
.prod-carus .slick-arrow:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.prod-carus .slick-arrow.slick-prev {
    margin-left: -5.2rem;
}
.prod-carus .slick-arrow.slick-next {
    margin-left: 2.2rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.prod-carus .slick-arrow.slick-next:hover {
    -webkit-transform: rotate(180deg) scale3d(1.1, 1.1, 1);
    transform: rotate(180deg) scale3d(1.1, 1.1, 1);
}

.prod-carus-in {
    margin: 0 -7rem;
}
@media (max-width: 767px) {
    .prod-carus-in {
        margin: 0 -1.5rem;
    }
}

.one-prod-carus {
    padding: 12rem 7rem 0;
    text-align: center;
    outline: none !important;
}
@media (max-width: 1400px) {
    .one-prod-carus {
        padding: 10rem 3.5rem;
    }
}
@media (max-width: 1200px) {
    .one-prod-carus {
        padding: 10rem 3.5rem 3.5rem;
    }
}
@media (max-width: 767px) {
    .one-prod-carus {
        padding: 4rem 1.5rem 1.5rem;
    }
}

.one-prod-carus-thumb {
    width: 100%;
    height: 35.8rem;
    position: relative;
    margin-bottom: 9rem;
}
@media (max-width: 1400px) {
    .one-prod-carus-thumb {
        height: 30rem;
    }
}
@media (max-width: 1200px) {
    .one-prod-carus-thumb {
        height: 23rem;
    }
}
@media (max-width: 767px) {
    .one-prod-carus-thumb {
        height: 17.3rem;
        margin-bottom: 2.5rem;
    }
}
.one-prod-carus-thumb a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.vob-new {
    position: absolute;
    left: -1rem;
    top: -1.7rem;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 7.8rem;
    width: 7.8rem;
    height: 7.8rem;
    text-align: center;
}
@media (max-width: 767px) {
    .vob-new {
        width: 5.4rem;
        height: 5.4rem;
        font-size: 1.4rem;
        top: -1.2rem;
        left: -1.6rem;
        line-height: 5.4rem;
    }
}
.vob-new:before {
    content: "";
    position: absolute;
    background-color: #D0BB8A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7.8rem;
    height: 7.8rem;
    top: 50%;
    left: 50%;
    margin: -3.9rem 0 0 -3.9rem;
}
@media (max-width: 767px) {
    .vob-new:before {
        width: 3.8rem;
        height: 3.8rem;
        margin: -1.9rem 0 0 -1.9rem;
    }
}
.vob-new span {
    position: relative;
    z-index: 9;
}

.one-prod-carus-descr {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* slide when not active*/
/* slide when active (when play last to first) */
.slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .one-prod-carus-thumb a {
    top: -8rem;
    bottom: -3rem;
    right: -9rem;
    left: -9rem;
}
@media (max-width: 1400px) {
    .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .one-prod-carus-thumb a {
        top: -6rem;
        bottom: -1.5rem;
        right: -3.5rem;
        left: -3.5rem;
    }
}
@media (max-width: 767px) {
    .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .one-prod-carus-thumb a {
        top: -2rem;
        bottom: -1rem;
        right: -1.5rem;
        left: -1.5rem;
    }
}
.slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .one-prod-carus-descr {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* slide when active (when play first to last) */
.slick-center .one-prod-carus-thumb a {
    top: -8rem;
    bottom: -3rem;
    right: -9rem;
    left: -9rem;
}
@media (max-width: 1400px) {
    .slick-center .one-prod-carus-thumb a {
        top: -6rem;
        bottom: -1.5rem;
        right: -3.5rem;
        left: -3.5rem;
    }
}
@media (max-width: 767px) {
    .slick-center .one-prod-carus-thumb a {
        top: -2rem;
        bottom: -1rem;
        right: -1.5rem;
        left: -1.5rem;
    }
}
.slick-center .one-prod-carus-descr {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.one-prod-carus-tit {
    font-size: 2.4rem;
    font-weight: bold;
}
@media (max-width: 767px) {
    .one-prod-carus-tit {
        font-size: 2rem;
    }
}

.one-prod-carus-info {
    float: left;
    width: 100%;
    padding: 0.5rem 0 1.5rem;
    font-size: 1.8rem;
    color: #D0BB8A;
}

.one-prod-carus-det a {
    min-width: 25.6rem;
}

.all-asort {
    float: left;
    width: 100%;
    text-align: center;
}
@media (max-width: 1023px) {
    .all-asort > div {
        display: inline-block;
        margin: 0 1.5rem;
    }
}
@media (max-width: 767px) {
    .all-asort > div {
        margin: 0 0.5rem 2rem;
    }
}
@media (max-width: 767px) {
    .all-asort > div a {
        width: auto;
    }
}

.where-by {
    position: absolute;
    right: 0;
    top: 116px;
}
@media (max-width: 1023px) {
    .where-by {
        position: static;
    }
}

.vob-action {
    background: url(./images/action.png) 0 0 no-repeat;
    width: 18.6rem;
    height: 3.1rem;
    position: absolute;
    right: -2.2rem;
    bottom: -0.7rem;
    color: #fff;
    line-height: 3.2rem;
    text-align: center;
    font-size: 1.8rem;
    padding-left: 2rem;
    font-weight: bold;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
}
@media (max-width: 767px) {
    .vob-action {
        width: 14rem;
        height: 2.4rem;
        background-size: contain;
        line-height: 2.4rem;
        font-size: 1.4rem;
    }
}

#home-about {
    padding: 18rem 0 30rem;
    margin-top: -12rem;
}
@media (max-width: 767px) {
    #home-about {
        padding-top: 13.5rem;
        padding-bottom: 3rem;
    }
}

.about-home {
    float: left;
    width: 100%;
    background-color: #F8F5F0;
    padding: 8rem 0 6.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .about-home {
        display: block;
        padding: 0 0 2rem;
    }
}
.about-home:before {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F8F5F0;
}
@media (max-width: 767px) {
    .about-home:before {
        left: -1.5rem;
        width: auto;
        right: -1.5rem;
    }
}
.about-home:after {
    content: "";
    width: 150%;
    height: 200%;
    bottom: 0;
    position: absolute;
    top: -6rem;
    right: -6rem;
    border: 3rem solid #F8F5F0;
}
@media (max-width: 767px) {
    .about-home:after {
        top: -4rem;
        border: 1.6rem solid #F8F5F0;
    }
}

.about-home-thumb {
    position: relative;
    z-index: 9;
    float: left;
    width: 50%;
    margin-top: -26rem;
}
@media (max-width: 1200px) {
    .about-home-thumb {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .about-home-thumb {
        width: 100%;
        margin-top: -13.5rem;
    }
}
.about-home-thumb img {
    width: 100%;
}

.about-home-descr {
    position: relative;
    z-index: 9;
    float: left;
    width: 50%;
    padding: 0 2rem;
    text-align: center;
}
@media (max-width: 767px) {
    .about-home-descr {
        width: 100%;
        padding: 1rem 0 0;
    }
}
.about-home-descr-in {
    max-width: 520px;
    width: 100%;
    display: inline-block;
    text-align: left;
}

.about-home-tit {
    position: relative;
    padding-top: 7rem;
}
@media (max-width: 767px) {
    .about-home-tit {
        padding-top: 3rem;
        width: 80%;
    }
}
@media (max-width: 767px) {
    .about-home-tit svg {
        width: 5rem;
    }
}
.about-home-tit h3 {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 5.5rem;
}
@media (max-width: 1200px) {
    .about-home-tit h3 {
        font-size: 3rem;
        line-height: 1.3;
    }
}
@media (max-width: 767px) {
    .about-home-tit h3 {
        font-size: 2rem;
    }
}

.about-home-itali {
    position: absolute;
    right: 10rem;
    top: 0px;
}
@media (max-width: 1023px) {
    .about-home-itali {
        right: 0;
    }
}
@media (max-width: 767px) {
    .about-home-itali {
        right: 2.5rem;
    }
}
.about-home-itali svg {
    width: 14rem;
}
@media (max-width: 767px) {
    .about-home-itali svg {
        width: 8.7rem;
    }
}
@media (max-width: 767px) {
    .about-home-itali.h-pr svg {
        width: 7rem;
    }
}
.about-home-itali svg path {
    stroke-width: 0;
    fill: transparent;
    stroke: transparent;
    -webkit-transition: fill 0.3s, stroke 0.5s;
    transition: fill 0.3s, stroke 0.5s;
}
@media (max-width: 767px) {
    .about-home-itali svg path {
        fill: #D0BB8A;
    }
}

.about-home-text {
    font-size: 1.6rem;
    line-height: 3.4rem;
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .about-home-text {
        font-size: 1.4rem;
        line-height: 1.8;
        margin-bottom: 2rem;
    }
}
.about-home-text p {
    margin: 0;
    padding: 0;
}

.about-home-detal a {
    float: right;
}

.bt-arr {
    font-size: 1.8rem;
    font-weight: bold;
    padding-right: 8.6rem;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #42484C !important;
    text-decoration: none !important;
}
@media (max-width: 767px) {
    .bt-arr {
        font-size: 1.4rem;
        padding-right: 5.5rem;
    }
}
@media (min-width: 992px) {
    .bt-arr:hover:before {
        border-width: 3px;
    }
}
.bt-arr:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3rem;
    width: 6rem;
    height: 6rem;
    border: 1px solid #42484C;
}
@media (max-width: 767px) {
    .bt-arr:before {
        width: 4rem;
        height: 4rem;
        background-color: #f6f6f6;
        margin-top: -2rem;
    }
}
.bt-arr:after {
    content: "";
    position: absolute;
    background: url(./images/bt-arr.svg) left center no-repeat;
    width: 4.8rem;
    right: 2.8rem;
    top: 50%;
    height: 2rem;
    margin-top: -1rem;
}
@media (max-width: 1800px) {
    .bt-arr:after {
        background-size: contain;
    }
}
@media (max-width: 767px) {
    .bt-arr:after {
        width: 3.6rem;
        background-size: contain;
        right: 1.1rem;
    }
}
.bt-arr.white {
    color: #fff !important;
}
.bt-arr.white:before {
    border-color: #D0BB8A;
}

#chain-stores {
    color: #fff;
    margin-top: -24rem;
    padding-top: 24rem;
}
@media (max-width: 767px) {
    #chain-stores {
        padding-top: 9rem;
        margin-bottom: 2.5rem;
        margin-top: 0;
    }
}

.chain-stores {
    background-color: #42484C;
    float: left;
    width: 100%;
}
.chain-stores .container {
    padding: 0;
}

.chain-in {
    float: left;
    width: 100%;
    padding: 11rem 0px 6rem;
}
@media (max-width: 767px) {
    .chain-in {
        padding: 0 0 2.5rem;
    }
}

.chain-decr {
    float: left;
    width: 50%;
    text-align: center;
    padding: 0 2rem 0 0;
}
@media (max-width: 767px) {
    .chain-decr {
        width: 100%;
        padding-right: 0;
        padding: 0 1.5rem;
    }
}

.chain-descr-in {
    text-align: left;
    width: 100%;
    max-width: 57.5rem;
    display: inline-block;
}

.chain-tit {
    position: relative;
}
.chain-tit h3 {
    font-size: 3.6rem;
    line-height: 5.5rem;
    font-weight: bold;
}
@media (max-width: 767px) {
    .chain-tit h3 {
        font-size: 2rem;
        line-height: 1.3;
    }
}

.chain-itali {
    position: absolute;
    right: 15rem;
    top: -2rem;
}
.chain-itali svg {
    width: 19.8rem;
}
.chain-itali svg path {
    stroke-width: 0;
    fill: transparent;
    stroke: transparent;
    -webkit-transition: fill 0.3s, stroke 0.5s;
    transition: fill 0.3s, stroke 0.5s;
}
@media (max-width: 767px) {
    .chain-itali svg path {
        fill: #D0BB8A;
    }
}
@media (max-width: 1023px) {
    .chain-itali {
        right: 1.5rem;
    }
}
@media (max-width: 767px) {
    .chain-itali {
        top: 0;
    }
}
@media (max-width: 767px) {
    .chain-itali svg {
        width: 9rem;
    }
}

.chain-text {
    font-size: 1.6rem;
    line-height: 3.4rem;
    margin-bottom: 5.4rem;
}
@media (max-width: 767px) {
    .chain-text {
        font-size: 1.4rem;
        line-height: 1.8;
        margin-bottom: 2.5rem;
    }
}
.chain-text p {
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .chain-det {
        text-align: center;
    }
}
.chain-det a {
    min-width: 25.6rem;
}
@media (max-width: 767px) {
    .chain-det a {
        width: auto;
    }
}

.chain-photos {
    width: 50%;
    float: right;
    margin-top: -35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .chain-photos {
        width: 100%;
        margin-top: -9rem;
        margin-bottom: 0rem;
    }
    .chain-photos img {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform-origin: 50% 60%;
        transform-origin: 50% 60%;
    }
    .chain-photos .slick-slide {
        padding: 20px 20px 15px;
    }
    .chain-photos .slick-center img {
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }
}

.chain-photo-big {
    width: 100%;
    margin-bottom: 2rem;
}
.chain-photo-big img {
    width: 100%;
}

.chain-photo-min {
    width: 49%;
}
.chain-photo-min img {
    width: 100%;
}

#career {
    padding: 36rem 0 0px;
}
@media (max-width: 1200px) {
    #career {
        padding: 0;
    }
}
@media (max-width: 767px) {
    #career {
        padding-top: 9.5rem;
        margin-bottom: 3rem;
    }
}
#career .about-home-thumb {
    margin-top: -38rem;
}
@media (max-width: 1200px) {
    #career .about-home-thumb {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    #career .about-home-thumb {
        margin-top: -9.5rem;
    }
}
#career .about-home-text {
    margin-bottom: 4rem;
}
@media (max-width: 767px) {
    #career .about-home-text {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    #career .about-home {
        padding-bottom: 3.6rem;
    }
}
#career .about-home:after {
    top: auto;
    bottom: 100%;
    margin-bottom: 3rem;
    right: auto;
    left: -6rem;
}
@media (max-width: 767px) {
    #career .about-home:after {
        margin-bottom: 5.5rem;
    }
}

@media (max-width: 767px) {
    #about-bottom {
        display: none;
    }
}

.about-bottom {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 6.8rem 12rem 3rem;
    position: relative;
    float: left;
    width: 100%;
}
@media (max-width: 1023px) {
    .about-bottom {
        padding: 6.8rem 6rem 3rem;
    }
}
@media (max-width: 767px) {
    .about-bottom {
        padding: 6rem 0 3rem;
    }
}
.about-bottom p {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 1.6rem;
    line-height: 3.4rem;
}
@media (max-width: 767px) {
    .about-bottom p {
        line-height: 1.5;
    }
}

.italic-write svg path {
    stroke-width: 0;
    fill: transparent;
    stroke: transparent;
    -webkit-transition: fill 0.3s, stroke 0.5s;
    transition: fill 0.3s, stroke 0.5s;
}
@media (max-width: 767px) {
    .italic-write svg path {
        fill: #D0BB8A;
    }
}

.about-bottom-italic {
    position: absolute;
    left: 6rem;
    top: 1.5rem;
}
.about-bottom-italic svg {
    width: 21.5rem;
}
.about-bottom-italic svg path {
    stroke-width: 0;
    fill: transparent;
    stroke: transparent;
    -webkit-transition: fill 0.3s, stroke 0.5s;
    transition: fill 0.3s, stroke 0.5s;
}
@media (max-width: 767px) {
    .about-bottom-italic svg path {
        fill: #D0BB8A;
    }
}
@media (max-width: 1023px) {
    .about-bottom-italic {
        left: 3rem;
    }
}
@media (max-width: 767px) {
    .about-bottom-italic {
        left: 0;
    }
}
@media (max-width: 767px) {
    .about-bottom-italic svg {
        width: 11rem;
    }
}

footer {
    float: left;
    width: 100%;
    background-color: #42484C;
    color: #fff;
    overflow: hidden;
}

.footer-in {
    float: left;
    width: 100%;
    position: relative;
    padding: 7.5rem 0;
}
@media (max-width: 1200px) {
    .footer-in {
        padding: 3rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
@media (max-width: 767px) {
    .footer-in {
        display: block;
    }
}

.footer-info {
    right: 3rem;
    bottom: 7.5rem;
    position: absolute;
}
@media (max-width: 1200px) {
    .footer-info {
        position: static;
        float: right;
    }
}
@media (max-width: 767px) {
    .footer-info {
        width: 100%;
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        opacity: 1 !important;
    }
}

.footer-soc {
    float: left;
    margin-right: 7rem;
    padding: 1.1rem 0 0;
}
@media (max-width: 1200px) {
    .footer-soc {
        float: none;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .footer-soc {
        float: left;
        width: 100%;
        position: absolute;
        top: 22.5rem;
    }
}
.footer-soc ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1200px) {
    .footer-soc ul {
        margin-bottom: 2rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .footer-soc ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 1rem 0 2rem;
    }
}
.footer-soc ul li {
    float: left;
    margin: 0 2rem;
}
@media (max-width: 767px) {
    .footer-soc ul li {
        margin: 0 0.8rem;
    }
}
.footer-soc ul li a {
    line-height: 1;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-soc ul li a:hover {
    opacity: 0.5;
}

.footer-search {
    float: left;
    width: 33rem;
}
@media (max-width: 767px) {
    .footer-search {
        width: 100%;
    }
}
.footer-search input {
    height: 4.5rem;
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    background: transparent url(./images/search.png) 1.7rem center no-repeat;
    padding: 0 1.5rem 0 5rem;
    font-size: 1.4rem;
}

.foot-left {
    float: left;
    width: 23rem;
    text-align: center;
}
@media (max-width: 767px) {
    .foot-left {
        width: 100%;
        margin-top: 4rem;
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        opacity: 1 !important;
    }
}

.foot-logo {
    float: left;
    width: 100%;
    margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
    .foot-logo {
        margin-bottom: 9rem;
    }
}

.rules {
    float: left;
    width: 100%;
    margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
    .rules {
        margin-bottom: 1.9rem;
    }
}
.rules a {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.rules a:hover {
    text-decoration: underline;
}

.copy {
    float: left;
    width: 100%;
    font-size: 1.3rem;
    font-weight: 100;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .copy span {
        font-size: 1.1rem;
    }
}

.footer-right {
    padding-left: 23rem;
}
@media (max-width: 1200px) {
    .footer-right {
        display: none;
    }
}

.footer-right-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 3rem 0 10rem;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.one-foot-menu {
    width: 16.66%;
    padding-right: 20px;
}
.one-foot-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.one-foot-menu ul a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.one-foot-menu ul a:hover {
    text-decoration: underline;
}

.one-foot-menu-tit {
    margin-bottom: 0.7rem;
}
.one-foot-menu-tit a {
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

svg.drawsvg-initialized path.was-anim {
    fill: #cfbb89;
    stroke: transparent;
}

svg.drawsvg-initialized path {
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    fill: transparent;
    stroke: #cfbb89;
}

.foot-hot-line {
    display: none;
}
@media (max-width: 767px) {
    .foot-hot-line {
        display: block;
        float: left;
        width: 100%;
        font-size: 1.2rem;
        color: #fff;
        margin-top: 0.5rem;
        text-align: center;
        margin-bottom: 3rem;
    }
}
@media (max-width: 767px) {
    .foot-hot-line a {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .broad {
        display: none;
    }
}
.broad ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.broad li {
    float: left;
    font-weight: bold;
    font-size: 1.6rem;
    margin-right: 1.1rem;
    position: relative;
    line-height: 5.2rem;
}
.broad li a {
    font-weight: normal;
    color: #42484C;
    position: relative;
    padding-right: 2.5rem;
    display: block;
    cursor: pointer;
}
.broad li a:before {
    content: ">";
    position: absolute;
    right: 0;
    line-height: 1;
    top: 50%;
    margin-top: -0.7rem;
}

#shop-menu {
    background-color: #F8F5F0;
    overflow: visible;
    z-index: 10;
}
#shop-menu.fix {
    position: fixed;
    top: 12rem;
    z-index: 999;
}
@media (max-width: 767px) {
    #shop-menu {
        position: fixed;
        top: 78px !important;
    }
}

.shop-menu-right {
    float: right;
}
@media (max-width: 767px) {
    .shop-menu-right {
        float: left;
        width: 100%;
    }
}

.shop-menu {
    float: left;
}
.shop-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.shop-menu ul li {
    float: left;
    margin: 0 2.2rem;
}
@media (max-width: 767px) {
    .shop-menu ul li {
        margin: 0 1.5rem 0 0;
    }
    .shop-menu ul li:nth-child(2) {
        margin-right: 0;
    }
}
.shop-menu ul li a {
    line-height: 5rem;
    font-size: 1.8rem;
    color: #42484C;
}
@media (max-width: 767px) {
    .shop-menu ul li a {
        font-size: 1.3rem;
    }
}
@media (max-width: 767px) {
    .shop-menu ul li.phone-cat {
        display: none;
    }
}

.shop-menu-ico {
    float: left;
}
@media (max-width: 767px) {
    .shop-menu-ico {
        float: right;
    }
}
.shop-menu-ico > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.shop-menu-ico > ul > li {
    float: left;
    margin: 0 2.2rem;
    position: relative;
}
@media (max-width: 767px) {
    .shop-menu-ico > ul > li {
        margin: 0 0 0 1rem;
    }
}
.shop-menu-ico > ul > li svg path {
    fill: #42484C;
}
.shop-menu-ico > ul > li > a {
    position: relative;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.shop-menu-ico > ul > li > a span {
    display: block;
    position: absolute;
    left: 1.3rem;
    top: 50%;
    margin-top: -1.8rem;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background-color: #D0BB8A;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.6rem;
    text-align: center;
    font-weight: bold;
}
.shop-menu-ico > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    max-height: 0px;
    position: absolute;
    top: 100%;
    z-index: 9;
    width: 19rem;
    background-color: #fff;
    left: 50%;
    text-align: center;
    list-style: none;
    padding: 0.8rem 0 0 0;
    margin: 0px 0 0 -9.5rem;
    border-bottom: 2px solid #F8F5F0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.shop-menu-ico > ul > li > ul li {
    font-size: 1.6rem;
    font-weight: bold;
}
.shop-menu-ico > ul > li > ul li a {
    color: #42484C;
    line-height: 4.3rem;
    text-decoration: none;
    font-weight: normal;
}
.shop-menu-ico > ul > li > ul li a.active, .shop-menu-ico > ul > li > ul li a:hover {
    font-weight: bold;
}
.shop-menu-ico > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    max-height: 300px;
}

.main {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1023px) {
    .main {
        position: static;
    }
}
.main .symb {
    top: auto;
    bottom: 0;
}
@media (max-width: 1023px) {
    .main .symb {
        display: none;
    }
}

.catalog {
    float: left;
    width: 100%;
    padding: 5rem 0 0;
    position: relative;
    z-index: 9;
}
@media (max-width: 1023px) {
    .catalog {
        position: static;
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    .catalog {
        padding-top: 70px;
    }
}
.catalog h1 {
    font-size: 6.4rem;
    font-weight: bold;
    margin: 0 0 2.5rem;
    padding: 0;
    line-height: 1.2;
    font-size: 3.6rem;
}
@media (max-width: 767px) {
    .catalog h1 {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
}

.catalog-nav {
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #BDBDBD;
    float: left;
    width: 100%;
    margin-bottom: 6rem;
}
@media (max-width: 1023px) {
    .catalog-nav {
        display: none;
    }
}
.catalog-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.catalog-nav ul li {
    float: left;
    margin-right: 6.5rem;
    margin-bottom: -0.2rem;
}
.catalog-nav ul li:first-child a:after {
    left: 0;
}
.catalog-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5.4rem;
    line-height: 5.4rem;
    position: relative;
    color: #42484C;
    text-decoration: none;
    font-size: 1.8rem;
}
.catalog-nav ul li a:after {
    content: "";
    opacity: 0;
    position: absolute;
    height: 0.3rem;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    background-color: #42484C;
}
.catalog-nav ul li a.active {
    font-weight: bold;
}
.catalog-nav ul li a.active:after {
    opacity: 1;
}

.catalog-wrap {
    float: left;
    width: 100%;
}

.side-close {
    display: none;
}
@media (max-width: 1023px) {
    .side-close {
        position: absolute;
        width: 50px;
        height: 40px;
        display: block;
        right: 0;
        top: 0;
    }
    .side-close:before, .side-close:after {
        content: "";
        position: absolute;
        height: 1px;
        background-color: #B6B6B6;
        width: 20px;
        top: 50%;
        left: 50%;
        margin-left: -10px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .side-close:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.mob-show-filter {
    display: none;
}
@media (max-width: 1023px) {
    .mob-show-filter {
        display: block;
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }
}

.one-show-filt {
    float: left;
    margin-right: 20px;
}
.one-show-filt:last-child {
    margin-right: 0;
}
.one-show-filt a {
    display: block;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    padding-right: 15px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}
.one-show-filt a.active i svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.one-show-filt a i {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 1;
    margin-top: -5px;
}
.one-show-filt a i svg {
    vertical-align: top;
}

.sidebar-mob-tab-name {
    display: none;
}
@media (max-width: 1023px) {
    .sidebar-mob-tab-name {
        display: block;
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }
}

.one-tab-side {
    float: left;
    margin-right: 20px;
}
.one-tab-side:last-child {
    margin-right: 0;
}
.one-tab-side a {
    display: block;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    padding-right: 15px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}
.one-tab-side a.active i svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.one-tab-side a i {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 1;
    margin-top: -5px;
}
.one-tab-side a i svg {
    vertical-align: top;
}

.side-one-tab {
    float: left;
    width: 100%;
}
@media (max-width: 1023px) {
    .side-one-tab {
        padding: 0 40px;
        left: 0;
        top: 50px;
        bottom: 0;
        overflow-y: auto;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        position: absolute;
    }
    .side-one-tab.show-tab {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }
}

@media (max-width: 767px) {
    #filt-tab {
        background: #fff url(./images/b-form-bg.png) left center no-repeat;
    }
}

#cat-tab {
    display: none;
}
@media (max-width: 767px) {
    #cat-tab {
        background: #fff url(./images/b-form-bg.png) left center no-repeat;
    }
}
@media (max-width: 1023px) {
    #cat-tab {
        display: block;
    }
}
#cat-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#cat-tab ul li {
    float: left;
    width: 100%;
}
#cat-tab ul li:first-child a:after {
    left: 0;
}
#cat-tab ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5.4rem;
    line-height: 5.4rem;
    position: relative;
    color: #42484C;
    text-decoration: none;
    font-size: 1.8rem;
}
#cat-tab ul li a.active {
    font-weight: bold;
}
#cat-tab ul li a.active:after {
    opacity: 1;
}

.bg-plan {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}

.catalog-sidebar {
    width: 25.8rem;
    float: left;
}
@media (max-width: 1400px) {
    .catalog-sidebar {
        width: 32rem;
    }
}
@media (max-width: 1023px) {
    .catalog-sidebar {
        position: fixed;
        left: 0;
        top: 0;
        background-color: #fff;
        height: 100%;
        z-index: 9999;
        padding: 25px 40px;
        width: 320px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    .catalog-sidebar.open {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }
}
@media (max-width: 767px) {
    .catalog-sidebar {
        width: 100%;
    }
}

.one-cat-filt {
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}
.one-cat-filt.can-hide .one-cat-filt-tit {
    cursor: pointer;
    position: relative;
}
.one-cat-filt.can-hide .one-cat-filt-tit.open i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -0.6rem;
}
.one-cat-filt.can-hide .one-cat-filt-tit i {
    line-height: 1;
    position: absolute;
    right: 3rem;
    top: 50%;
    margin-top: -0.8rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.one-cat-filt-tit {
    font-size: 1.6rem;
    line-height: 3rem;
    border-bottom: 0.8rem solid #42484C;
}

.one-cat-filt-descr {
    float: left;
    width: 100%;
    padding: 0.9rem 0 0.5rem;
}

.one-cat-filt-price {
    float: left;
    width: 100%;
}

.one-cat-filt-price-inp {
    float: left;
    width: 100%;
}

.filt-price-inp-one {
    float: left;
    margin-right: 1.5rem;
    font-size: 1.6rem;
}
.filt-price-inp-one:last-child {
    margin-right: 0;
}

.filt-price-inp-label {
    float: left;
    line-height: 3rem;
    margin-right: 1rem;
}

.filt-price-input {
    width: 7.1rem;
    float: left;
    height: 3rem;
}
.filt-price-input input {
    height: 3rem;
    width: 100%;
    padding: 0 1rem;
    border: 1px solid #BDBDBD;
    font-size: 1.6rem;
}

.one-cat-filt-price-slide {
    float: left;
    width: 100%;
    padding: 4rem 0 2rem;
}

.check-list {
    float: left;
    width: 100%;
    padding: 0.6rem 0;
}

.one-check {
    float: left;
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.one-check:last-child {
    margin-bottom: 0;
}
.one-check label {
    overflow: hidden;
    display: block;
    font-weight: normal;
    padding: 1px 0 1px 3.5rem;
    margin: 0;
    cursor: pointer;
    width: 100%;
    position: relative;
}
.one-check label input {
    position: absolute;
    left: -999px;
}
.one-check label input:checked + i:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(./images/check.svg) center center no-repeat;
    background-size: contain;
}
.one-check label i {
    display: block;
    width: 2.3rem;
    height: 2.3rem;
    border: 1px solid #BDBDBD;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.2rem;
    border-radius: 0.3rem;
}
.cat-body {
    padding-left: 40rem;
}
@media (max-width: 1023px) {
    .cat-body {
        padding-left: 0;
    }
}

.cat-item-num {
    font-size: 1.6rem;
    float: left;
    width: 100%;
    margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
    .cat-item-num {
        display: none;
    }
}

.items-list {
    float: left;
    width: 100%;
}

.items-list-in {
    margin: 0 -0.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .items-list-in {
        margin: 0;
    }
}

.one-item {
    width: calc(33.33% - 1.8rem);
    margin: 0 0.9rem;
    background-color: #F8F5F0;
    margin-bottom: 5rem;
}
@media (max-width: 1200px) {
    .one-item {
        width: calc(50% - 1.8rem);
    }
}
@media (max-width: 767px) {
    .one-item {
        width: 100%;
        margin: 0 0 25px;
    }
}

.one-item-thumb {
    padding: 0 1.5rem;
}
.one-item-thumb .one-item-thumb-body {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
}
.one-item-thumb a {
    display: block;
    cursor: pointer;
    position: relative;
    height: 27.2rem;
    background-size: cover;
    background-position: center center;
}
@media (max-width: 767px) {
    .one-item-thumb a {
        height: 225px;
    }
}
.one-item-thumb .vob-new {
    top: -1rem;
    left: -1.2rem;
    z-index: 99;
}
.one-item-thumb .vob-action {
    right: -1.2rem;
    bottom: -1rem;
    z-index: 99;
}

.one-item-tit-fav {
    float: left;
    width: 100%;
    padding: 0 1.5rem 0 2.5rem;
    margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
    .one-item-tit-fav {
        padding: 0 1.5rem;
        margin-bottom: 10px;
    }
}

.one-item-tit {
    font-size: 2.2rem;
    font-weight: bold;
    float: left;
    width: calc(100% - 3rem);
}
.one-item-tit a {
    color: #42484C;
}

.one-item-fav {
    float: right;
    text-align: right;
    width: 3rem;
    margin-top: 0.3rem;
}
.one-item-fav.active svg path {
    stroke: #D0BB8A;
    fill: #D0BB8A;
}
.one-item-fav svg path {
    stroke: #42484C;
    fill: transparent;
}

.one-item-info {
    float: left;
    width: 100%;
    padding: 0 1.5rem 0 2.5rem;
}
@media (max-width: 767px) {
    .one-item-info {
        padding: 0 1.5rem;
    }
}

.one-item-size {
    float: left;
    width: 70%;
    padding-top: 0.5rem;
}
@media (max-width: 767px) {
    .one-item-size {
        padding-top: 0;
    }
}
.one-item-size-in {
    float: left;
    margin-right: 0.7rem;
}

.size-one {
    float: left;
    margin-right: 0.5rem;
}
.size-one:last-child {
    margin-right: 0;
}
.size-one a {
    font-size: 1.4rem;
    color: #42484C;
    border: 1px solid #D0BB8A;
    height: 2.6rem;
    display: block;
    cursor: pointer;
    line-height: 2.4rem;
    width: 5.2rem;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.size-one a:hover {
    background-color: #D0BB8A;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 767px) {
    .size-one a {
        font-size: 1.2rem;
    }
}

.days {
    float: left;
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.one-item-price {
    float: right;
    width: 30%;
    position: relative;
}

.one-item-was-price {
    position: absolute;
    top: -1.6rem;
    left: -1.4rem;
    font-weight: normal;
    text-decoration: line-through;
    font-size: 1.6rem;
}

.one-item-now-price {
    font-weight: bold;
    float: right;
    font-size: 1.8rem;
    position: relative;
}

.one-item-inp {
    float: left;
    width: 100%;
    padding-top: 1.8rem;
}

.one-item-count {
    width: 54%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 5.2rem;
    text-align: center;
}
@media (max-width: 767px) {
    .one-item-count {
        width: 66%;
        line-height: 43px;
    }
}
.one-item-count span {
    display: block;
    font-size: 1.6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.one-item-count i {
    font-style: normal;
}

.one-item-count-nav {
    height: 5.2rem;
    width: 25%;
    border: 1px solid #D0BB8A;
    float: left;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 767px) {
    .one-item-count-nav {
        height: 45px;
    }
}
@media (min-width: 767px) {
    .one-item-count-nav:hover {
        background-color: #D0BB8A;
    }
    .one-item-count-nav:hover:before, .one-item-count-nav:hover:after {
        background-color: #fff;
    }
}
.one-item-count-nav:before, .one-item-count-nav:after {
    content: "";
    width: 1.4rem;
    height: 0.2rem;
    background-color: #42484C;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -0.7rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.one-item-count-nav.plus {
    float: right;
}
.one-item-count-nav.plus:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.one-item-count-wrap {
    float: left;
    width: 48%;
    height: 5.2rem;
    border: 1px solid #D0BB8A;
}
@media (max-width: 767px) {
    .one-item-count-wrap {
        height: 45px;
    }
}

.one-item-add {
    float: right;
    width: 45%;
}
@media (max-width: 767px) {
    .one-item-add {
        width: 32%;
    }
}
.one-item-add a {
    width: 100%;
    height: 5.2rem;
    line-height: 4.8rem;
    text-align: left;
    position: relative;
    padding: 0 3rem 0 2rem;
}
@media (max-width: 767px) {
    .one-item-add a {
        padding: 0;
        font-size: 0;
        background-image: url(./images/SVG/bask.svg);
        background-repeat: no-repeat;
        background-position: center center;
        height: 45px;
    }
}
.one-item-add a:hover i:before, .one-item-add a:hover i:after {
    background-color: #D0BB8A;
}
.one-item-add a i {
    position: absolute;
    width: 1rem;
    height: 1rem;
    right: 2.5rem;
    top: 50%;
    margin-top: -0.5rem;
}
@media (max-width: 767px) {
    .one-item-add a i {
        display: none;
    }
}
.one-item-add a i:before, .one-item-add a i:after {
    content: "";
    position: absolute;
    height: 0.2rem;
    width: 1rem;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -0.5rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.one-item-add a i:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.show-more-items {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10rem;
}
@media (max-width: 767px) {
    .show-more-items {
        margin-bottom: 25px;
    }
}

.you-see {
    float: left;
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
    .you-see {
        display: none;
    }
}

.bt-more a {
    min-width: 25.6rem;
}

@media (max-width: 1023px) {
    .hero-in.hero-about {
        background-position: 35% bottom !important;
    }
}
@media (min-width: 768px) {
    .hero-in.hero-about {
        background-image: url(./images/hero-about.jpg);
        background-position: 0px bottom;
    }
}
@media (max-width: 767px) {
    .hero-in.hero-about {
        background-image: url(./images/hero-about-mob-1.jpg) !important;
        background-position: left 0 bottom -50px !important;
        background-size: 768px auto !important;
    }
}
@media (max-width: 500px) {
    .hero-in.hero-about {
        background-position: left 0 bottom -25px !important;
        background-size: 100% auto !important;
    }
}
@media (max-width: 767px) {
    .hero-in.hero-about .hero-wrap-body {
        padding-top: 2rem;
    }
}
@media (max-width: 1023px) {
    .hero-in.hero-about .hero-descr {
        float: left;
        text-align: left;
        width: 40rem;
    }
    .hero-in.hero-about .hero-descr br {
        display: none;
    }
    .hero-in.hero-about .hero-descr .hero-tit span {
        display: block;
    }
}
@media (max-width: 767px) {
    .hero-in.hero-about .hero-descr {
        width: 29rem;
        margin-top: 0;
        padding-top: 3.5rem;
    }
    .hero-in.hero-about .hero-descr br {
        display: none;
    }
}
.hero-in.hero-about .hero-italic {
    right: 9rem;
}
@media (max-width: 1023px) {
    .hero-in.hero-about .hero-italic {
        right: auto;
        left: 0;
    }
    .hero-in.hero-about .hero-italic svg {
        width: 12rem;
    }
}
@media (max-width: 767px) {
    .hero-in.hero-about .hero-italic {
        top: 0;
    }
    .hero-in.hero-about .hero-italic svg {
        width: 7rem;
    }
}

@media (max-width: 1023px) {
    #present-about {
        position: relative;
    }
    #present-about:before {
        content: "";
        background-color: #f8f5f0;
        position: absolute;
        left: 0;
        top: 360px;
        width: 100%;
        height: 100%;
    }
    #present-about .container {
        position: relative;
    }
}
@media (max-width: 767px) {
    #present-about {
        margin-bottom: 25px;
    }
}

.present-about {
    float: left;
    width: 100%;
    padding: 3.5rem 0 0px;
}
@media (max-width: 767px) {
    .present-about {
        padding: 2.5rem 0 0;
    }
}

.present-about-thumb {
    float: right;
    width: 50%;
    position: relative;
    z-index: 9;
}
@media (max-width: 1023px) {
    .present-about-thumb {
        width: 100%;
        margin-bottom: 2rem;
        margin-top: 3rem;
    }
    .present-about-thumb img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .present-about-thumb {
        margin-top: 0;
    }
}

.present-about-descr {
    width: 50%;
    float: left;
    padding-top: 5rem;
}
@media (max-width: 1023px) {
    .present-about-descr {
        width: 100%;
        padding-top: 0;
    }
}

.present-about-descr-in {
    float: left;
}

.present-about-top {
    width: 68.2rem;
}
@media (max-width: 1200px) {
    .present-about-top {
        width: 100%;
        padding-right: 20px;
    }
}

.present-about-tit {
    margin-bottom: 1rem;
}
.present-about-tit h3 {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 5rem;
}
@media (max-width: 1023px) {
    .present-about-tit h3 {
        font-size: 3rem;
        line-height: 1.3;
    }
}
@media (max-width: 767px) {
    .present-about-tit h3 {
        font-size: 2rem;
    }
}

.present-about-text {
    font-size: 1.6rem;
    line-height: 3.4rem;
    margin-bottom: 3rem;
}
@media (max-width: 767px) {
    .present-about-text {
        font-size: 1.4rem;
        line-height: 1.8;
        margin-bottom: 0;
    }
}

.present-about-numbers.only-desc {
    float: left;
    width: 100%;
    background-color: #F8F5F0;
    padding: 10rem 6.2rem 13rem;
    position: relative;
}
@media (max-width: 1200px) {
    .present-about-numbers.only-desc {
        padding: 3rem 2.2rem 10rem;
    }
}
@media (max-width: 1023px) {
    .present-about-numbers.only-desc {
        padding: 3rem 2.2rem 0rem;
    }
}
@media (max-width: 992px) {
    .present-about-numbers.only-desc {
        display: none;
    }
}
.present-about-numbers.only-desc:before {
    content: "";
    position: absolute;
    background-color: #F8F5F0;
    top: 0;
    width: 300%;
    left: 0;
    height: 100%;
}
.present-about-numbers.only-desc:after {
    content: "";
    position: absolute;
    background-color: #F8F5F0;
    top: 0;
    width: 300%;
    right: 0;
    bottom: 0;
}
.present-about-numbers.only-desc .present-about-numbers-in {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.present-about-numbers.only-desc .one-number-el {
    margin: 0 2.7rem 6rem;
}
@media (max-width: 1200px) {
    .present-about-numbers.only-desc .one-number-el {
        margin: 0 2rem 6rem;
    }
}
@media (max-width: 1023px) {
    .present-about-numbers.only-desc .one-number-el {
        margin: 0 3rem 6rem 0;
    }
}
@media (max-width: 767px) {
    .present-about-numbers.only-desc .one-number-el {
        margin: 0 2rem 2.6rem 0 !important;
    }
}
@media (max-width: 767px) {
    .present-about-numbers.only-desc .one-number-el:nth-child(1) {
        width: 70px;
    }
}
@media (max-width: 767px) {
    .present-about-numbers.only-desc .one-number-el:nth-child(2) {
        width: 120px;
    }
}
@media (max-width: 767px) {
    .present-about-numbers.only-desc .one-number-el:nth-child(3) {
        margin-right: 0 !important;
    }
}
.present-about-numbers.only-desc .one-number-el:nth-child(4) {
    margin-left: 9rem;
}
@media (max-width: 1366px) {
    .present-about-numbers.only-desc .one-number-el:nth-child(4) {
        margin-left: 7rem;
    }
}
@media (max-width: 1200px) {
    .present-about-numbers.only-desc .one-number-el:nth-child(4) {
        margin-left: 2rem;
    }
}
@media (max-width: 1023px) {
    .present-about-numbers.only-desc .one-number-el:nth-child(4) {
        margin-left: 0;
        width: 13rem;
    }
}
.present-about-numbers.only-desc .one-number-el:nth-child(5) {
    margin-right: 10rem;
}
@media (max-width: 1023px) {
    .present-about-numbers.only-desc .one-number-el:nth-child(5) {
        margin-right: 0;
    }
}
.present-about-numbers.only-desc .one-number-el-top {
    font-size: 5.8rem;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .present-about-numbers.only-desc .one-number-el-top {
        font-size: 3.1rem;
    }
}
.present-about-numbers.only-desc .one-number-el-bot {
    font-size: 1.6rem;
    line-height: 2.9rem;
}
@media (max-width: 767px) {
    .present-about-numbers.only-desc .one-number-el-bot {
        font-size: 14px;
        line-height: 1.3;
    }
}

.present-about-numbers.only-mob {
    display: none;
}
@media (max-width: 992px) {
    .present-about-numbers.only-mob {
        display: block;
        float: left;
        width: 100%;
        background-color: #F8F5F0;
        padding: 10rem 6.2rem 13rem;
        position: relative;
    }
}
@media (max-width: 767px) {
    .present-about-numbers.only-mob {
        padding: 2.5rem 0 0;
    }
}
.present-about-numbers.only-mob:before {
    content: "";
    position: absolute;
    background-color: #F8F5F0;
    top: 0;
    width: 300%;
    left: 0;
    height: 100%;
}
.present-about-numbers.only-mob:after {
    content: "";
    position: absolute;
    background-color: #F8F5F0;
    top: 10.2rem;
    width: 300%;
    right: 0;
    bottom: 0;
}
.present-about-numbers.only-mob .present-about-numbers-in {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.present-about-numbers.only-mob .one-number-el {
    padding: 0 2rem 3.5rem 0;
}
@media (max-width: 767px) {
    .present-about-numbers.only-mob .one-number-el {
        padding: 0 0.8rem 3rem 0;
    }
}
.present-about-numbers.only-mob .one-number-el:nth-child(1) {
    width: 50%;
}
.present-about-numbers.only-mob .one-number-el:nth-child(2) {
    width: 50%;
    padding-right: 0;
}
.present-about-numbers.only-mob .one-number-el:nth-child(5) {
    padding-right: 0;
}
.present-about-numbers.only-mob .one-number-el-top {
    font-size: 3.1rem;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .present-about-numbers.only-mob .one-number-el-top {
        font-size: 2.9rem;
    }
}
.present-about-numbers.only-mob .one-number-el-bot {
    font-size: 14px;
    line-height: 1.3;
}
@media (max-width: 767px) {
    .present-about-numbers.only-mob .one-number-el-bot {
        font-size: 12px;
    }
}

#proces {
    color: #fff;
    padding-bottom: 8.4rem;
}
@media (max-width: 767px) {
    #proces {
        position: relative;
        padding-bottom: 10rem;
        margin-bottom: 0.5rem;
    }
    #proces:after {
        content: "";
        position: absolute;
        height: 20px;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #f8f5f0;
    }
}

.proces {
    background-color: #42484C;
    padding: 7rem 0 0;
    float: left;
    width: 100%;
}
@media (max-width: 767px) {
    .proces {
        padding: 2.5rem 0 0;
    }
}

.proces-descr {
    float: left;
    width: 88rem;
}
@media (max-width: 1023px) {
    .proces-descr {
        width: 100%;
    }
}

.proces-tit-in {
    display: inline-block;
    position: relative;
}
@media (max-width: 767px) {
    .proces-tit-in {
        display: block;
        width: 100%;
        float: left;
    }
}

@media (max-width: 767px) {
    .proces-tit {
        margin-bottom: 5px;
        float: left;
        width: 100%;
    }
}
.proces-tit h3 {
    font-size: 3.6rem;
}
@media (max-width: 1023px) {
    .proces-tit h3 {
        font-size: 3rem;
        line-height: 1.3;
    }
}
@media (max-width: 767px) {
    .proces-tit h3 {
        font-size: 2rem;
    }
}

.proces-italic {
    float: left;
    width: 100%;
}
@media (max-width: 767px) {
    .proces-italic {
        padding-right: 60px;
    }
    .proces-italic svg {
        width: 120px;
        float: right;
    }
}

.proces-text {
    font-size: 1.6rem;
    line-height: 3.4rem;
    margin-bottom: 5rem;
}
@media (max-width: 767px) {
    .proces-text {
        font-size: 1.4rem;
        line-height: 1.8;
        margin-bottom: 22px;
    }
}

.photos-proces {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -8.4rem;
}

.photos-proces-one {
    float: left;
    width: calc(25% - 1.4rem);
}
@media (max-width: 1023px) {
    .photos-proces-one {
        width: calc(33.33% - 1.4rem);
    }
    .photos-proces-one:nth-child(2) {
        display: none;
    }
}
@media (max-width: 767px) {
    .photos-proces-one {
        width: calc(33.33% - 6px);
    }
}
.photos-proces-one > div {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.photos-proces-one-min {
    margin-bottom: 1.9rem;
    height: 36.5rem;
}
@media (max-width: 767px) {
    .photos-proces-one-min {
        height: 124px;
    }
}

.photos-proces-one-full {
    height: 74.8rem;
}
@media (max-width: 767px) {
    .photos-proces-one-full {
        height: 267px;
    }
}

.photos-proces-one-full-up {
    height: 63.3rem;
    margin-bottom: 2rem;
    margin-top: -30rem;
}
@media (max-width: 1023px) {
    .photos-proces-one-full-up {
        margin-top: 0;
        height: 36.5rem;
    }
}
@media (max-width: 767px) {
    .photos-proces-one-full-up {
        height: 124px;
    }
}

.photos-proces-one-min-up {
    height: 39.5rem;
}
@media (max-width: 1023px) {
    .photos-proces-one-min-up {
        height: 36.5rem;
    }
}
@media (max-width: 767px) {
    .photos-proces-one-min-up {
        height: 124px;
    }
}

#about-career {
    margin: 9rem 0 18rem;
    border-top: 2.8rem solid #F8F5F0;
    padding-top: 9rem;
}
@media (max-width: 767px) {
    #about-career {
        border: none;
        margin: 10px 0 0 0;
        padding-top: 0;
        position: relative;
    }
    #about-career .container {
        position: relative;
    }
    #about-career:before {
        content: "";
        position: absolute;
        top: 35px;
        left: 0;
        width: 100%;
        background-color: #f8f5f0;
        bottom: 0;
    }
}
#about-career .about-home {
    padding: 0;
    background-color: transparent;
}
#about-career .about-home:before, #about-career .about-home:after {
    content: normal;
}
#about-career .about-home-thumb {
    margin-top: 0;
}
#about-career .about-home-text {
    margin-bottom: 9rem;
}
@media (max-width: 767px) {
    #about-career .about-home-text {
        margin-bottom: 25px;
    }
}
#about-career .about-home-text p {
    margin-bottom: 3rem;
}
#about-career .about-home-text p:last-child {
    margin-bottom: 0;
}
#about-career .about-home-descr-in {
    max-width: 62rem;
    padding-bottom: 3rem;
}
#about-career .about-home-itali {
    right: 3rem;
}
@media (max-width: 767px) {
    #about-career .about-home-itali svg {
        width: 90px;
    }
}
#about-career .about-home-detal {
    padding-right: 7rem;
}
@media (max-width: 767px) {
    #about-career .about-home-detal {
        float: left;
        width: 100%;
        padding-right: 0;
    }
}

.hero-in.hero-bakeries {
    background-image: url(./images/hero-bakeries.jpg);
    background-position: 0px 0px;
}
@media (max-width: 1800px) {
    .hero-in.hero-bakeries {
        background-position: left bottom;
        background-size: 112%;
    }
}
@media (max-width: 1200px) {
    .hero-in.hero-bakeries {
        background-position: 0px 0px;
        background-size: cover;
    }
}
@media (max-width: 1023px) {
    .hero-in.hero-bakeries {
        background-position: -100px 0px;
    }
}
@media (max-width: 767px) {
    .hero-in.hero-bakeries {
        background-image: url(./images/hero-bakeries-mob-1.jpg);
        background-position: center bottom;
        background-size: contain;
    }
}
.hero-in.hero-bakeries .hero-italic {
    top: 2rem;
}
@media (max-width: 1023px) {
    .hero-in.hero-bakeries .hero-italic {
        top: -8rem;
        left: 0;
    }
}
@media (max-width: 767px) {
    .hero-in.hero-bakeries .hero-italic {
        top: -4rem;
    }
}
.hero-in.hero-bakeries .hero-italic svg {
    width: 20rem;
}
@media (max-width: 1023px) {
    .hero-in.hero-bakeries .hero-italic svg {
        width: 120px;
    }
}
@media (max-width: 767px) {
    .hero-in.hero-bakeries .hero-italic svg {
        width: 90px;
    }
    .hero-in.hero-bakeries .hero-italic svg path {
        fill: #D0BB8A;
    }
}
@media (max-width: 1023px) {
    .hero-in.hero-bakeries .hero-descr {
        padding-top: 0px;
    }
}
@media (max-width: 767px) {
    .hero-in.hero-bakeries .hero-descr {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .hero-in.hero-bakeries .hero-wrap-body {
        padding-top: 10rem;
    }
}
@media (max-width: 1023px) {
    .hero-in.hero-bakeries .hero-wrap-body {
        padding-top: 12rem;
    }
}
@media (max-width: 767px) {
    .hero-in.hero-bakeries .hero-wrap-body {
        padding-top: 8rem;
        padding-bottom: 74vw;
    }
}
.hero-in.hero-bakeries .hero-tit {
    line-height: 8.8rem;
}
@media (max-width: 1023px) {
    .hero-in.hero-bakeries .hero-tit {
        line-height: 1.3;
    }
}

#why-we {
    padding: 4rem 0 10rem;
}
@media (max-width: 1023px) {
    #why-we {
        padding: 4rem 0 4rem;
    }
}
@media (max-width: 767px) {
    #why-we {
        padding: 2.5rem 0 3.5rem;
    }
}

.why-we {
    float: left;
    width: 100%;
    position: relative;
}

.why-we-descr {
    padding-top: 1.5rem;
    float: left;
    width: 50%;
    padding-right: 1.5rem;
    padding-left: 13rem;
}
@media (max-width: 1400px) {
    .why-we-descr {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .why-we-descr {
        width: 60%;
        padding-right: 0;
        padding-top: 0;
    }
}

.why-we-tit {
    float: left;
    width: 100%;
    margin-bottom: 5rem;
}
@media (max-width: 767px) {
    .why-we-tit {
        width: calc(100vw - 30px);
        margin-bottom: 1.5rem;
    }
}
.why-we-tit h3 {
    font-size: 3.6rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
@media (max-width: 1023px) {
    .why-we-tit h3 {
        font-size: 3rem;
    }
}
@media (max-width: 767px) {
    .why-we-tit h3 {
        font-size: 2rem;
    }
}

.why-we-list {
    width: 36.6rem;
    float: left;
}
@media (max-width: 767px) {
    .why-we-list {
        width: 100%;
    }
}

.one-why-we {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem;
}
@media (max-width: 767px) {
    .one-why-we {
        margin-bottom: 10px;
    }
}
.one-why-we:last-child .one-why-we-thumb {
    padding-left: 0;
}

.one-why-we-thumb {
    width: 11.2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.2rem;
    flex: 0 0 11.2rem;
    text-align: right;
}
@media (max-width: 1023px) {
    .one-why-we-thumb {
        width: 6rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 6rem;
        flex: 0 0 6rem;
    }
}
@media (max-width: 767px) {
    .one-why-we-thumb {
        width: 4rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4rem;
        flex: 0 0 4rem;
        padding-left: 10px;
    }
}

.one-why-we-tit {
    padding-left: 4rem;
    font-size: 1.6rem;
    line-height: 2.9rem;
}
@media (max-width: 1023px) {
    .one-why-we-tit {
        font-size: 1.8rem;
    }
}
@media (max-width: 767px) {
    .one-why-we-tit {
        font-size: 12px;
        line-height: 1.5;
        padding-left: 18px;
    }
}

.why-we-thumb {
    float: right;
    width: 50%;
    padding-left: 1.5rem;
    position: absolute;
    right: 0;
    bottom: 41rem;
}
@media (max-width: 1023px) {
    .why-we-thumb {
        top: 0px;
        bottom: 0px;
    }
}
@media (max-width: 767px) {
    .why-we-thumb {
        width: 40%;
        top: auto;
        height: 225px;
        bottom: 10px;
    }
}
.why-we-thumb span {
    display: block;
    width: 100%;
    height: 33.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (max-width: 1600px) {
    .why-we-thumb span {
        height: 38rem;
    }
}
@media (max-width: 1400px) {
    .why-we-thumb span {
        height: 43.5rem;
    }
}
@media (max-width: 1023px) {
    .why-we-thumb span {
        height: 100%;
    }
}

#excl {
    color: #fff;
    padding-top: 49rem;
    margin-top: -49rem;
}
@media (max-width: 1023px) {
    #excl {
        padding-top: 4.5rem;
        margin-top: 0;
    }
}

.excl-wrap {
    float: left;
    width: 100%;
    background-color: #42484C;
}

.excl {
    float: left;
    width: 100%;
}
@media (max-width: 1023px) {
    .excl {
        margin-top: -4.5rem;
    }
}

.excl-thumb {
    float: right;
    width: 50%;
    margin-top: -47rem;
    padding-left: 1.5rem;
    margin-bottom: 7rem;
}
@media (max-width: 1023px) {
    .excl-thumb {
        margin-top: 0;
        padding-left: 0;
        margin-bottom: 30px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .excl-thumb {
        margin-bottom: 15px;
    }
}
.excl-thumb span {
    display: block;
    width: 100%;
    height: 79rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (max-width: 1023px) {
    .excl-thumb span {
        height: 70rem;
    }
}
@media (max-width: 767px) {
    .excl-thumb span {
        height: 220px;
    }
}

.excl-descr {
    float: left;
    width: 50%;
    padding: 8.5rem 1.5rem 8.5rem 13rem;
}
@media (max-width: 1200px) {
    .excl-descr {
        padding: 8.5rem 1.5rem 8.5rem 0rem;
    }
}
@media (max-width: 1023px) {
    .excl-descr {
        width: 100%;
        padding: 8.5rem 0 4rem 0rem;
    }
}
@media (max-width: 767px) {
    .excl-descr {
        padding: 4rem 0 0 0;
    }
}

.excl-tit {
    position: relative;
    float: left;
    width: 100%;
}
.excl-tit h3 {
    font-size: 3.6rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
@media (max-width: 1023px) {
    .excl-tit h3 {
        font-size: 3rem;
        line-height: 1.3;
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    .excl-tit h3 {
        font-size: 2.2rem;
    }
}

.excl-tit-italic {
    position: absolute;
    left: 27rem;
    top: -5.5rem;
}
@media (max-width: 1500px) {
    .excl-tit-italic {
        top: -7rem;
    }
}
@media (max-width: 767px) {
    .excl-tit-italic {
        left: auto;
        right: 10px;
        top: -3rem;
    }
    .excl-tit-italic svg {
        width: 90px;
    }
    .excl-tit-italic svg path {
        fill: #D0BB8A;
    }
}

.excl-text {
    width: 53rem;
    font-size: 1.6rem;
    line-height: 3.4rem;
}
@media (max-width: 1023px) {
    .excl-text {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .excl-text {
        font-size: 1.4rem;
        line-height: 1.8;
    }
}
.excl-text p {
    margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
    .excl-text p {
        margin-bottom: 15px;
    }
}
.excl-text p:last-child {
    margin-bottom: 0;
}

.all-assort-bt {
    float: right;
    width: 50%;
    text-align: right;
}
@media (max-width: 1023px) {
    .all-assort-bt {
        width: 100%;
        margin-bottom: 5rem;
    }
}
@media (max-width: 767px) {
    .all-assort-bt {
        margin-top: 30px;
        margin-bottom: 4rem;
    }
    .all-assort-bt .bt-arr:before {
        background-color: transparent;
    }
}

.excl-list {
    float: left;
    width: 100%;
    margin-bottom: 3rem;
}

.excl-list-in {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1023px) {
    .excl-list-in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.one-excl {
    text-align: center;
    width: calc(25% - 1.3rem);
}
@media (max-width: 1023px) {
    .one-excl {
        width: calc(50% - 1.3rem);
        margin-bottom: 3rem;
    }
}
@media (max-width: 767px) {
    .one-excl {
        width: calc(50% - 5px);
        margin-bottom: 1.5rem;
    }
}

.one-excl-thumb {
    margin-bottom: 1.8rem;
    float: left;
    width: 100%;
}
@media (max-width: 767px) {
    .one-excl-thumb {
        margin-bottom: 10px;
    }
}
.one-excl-thumb a {
    height: 39.6rem;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 767px) {
    .one-excl-thumb a {
        height: 145px;
    }
}

.one-excl-tit {
    float: left;
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .one-excl-tit {
        font-size: 1.4rem;
        text-transform: none;
    }
}
.one-excl-tit a {
    color: #fff;
    text-decoration: none;
}
.one-excl-tit a:hover {
    text-decoration: underline;
}

#where-by {
    padding: 4.5rem 0 4.5rem;
}
@media (max-width: 767px) {
    #where-by {
        padding: 2.5rem 0 0;
    }
}

.where-by-tit {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
}
@media (max-width: 767px) {
    .where-by-tit {
        display: none;
    }
}
.where-by-tit h3 {
    font-size: 3.6rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.where-by-bt {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 6rem;
}
@media (max-width: 767px) {
    .where-by-bt {
        display: none;
    }
}
.where-by-bt a {
    min-width: 25.6rem;
}

.where-by-items {
    float: left;
    width: 100%;
}

.where-by-items-in {
    margin: 0 -1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .where-by-items-in {
        margin: 0 -15px;
    }
}
.where-by-items-in .one-item {
    width: calc(33.333% - 2.2rem);
    margin: 0 1.1rem 3.6rem;
}
@media (max-width: 1023px) {
    .where-by-items-in .one-item {
        width: calc(50% - 2.2rem);
    }
}
@media (max-width: 767px) {
    .where-by-items-in .one-item {
        width: 100%;
        padding: 0 15px;
        margin: 0 0 30px;
    }
}
.where-by-items-in .one-item .one-item-thumb {
    padding: 0 3.8rem;
}
@media (max-width: 767px) {
    .where-by-items-in .one-item .one-item-thumb {
        padding: 0px;
    }
}
.where-by-items-in .one-item .one-item-thumb a {
    height: 33.2rem;
}
@media (max-width: 767px) {
    .where-by-items-in .one-item .one-item-thumb a {
        height: 240px;
    }
}

.item-adr {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(66, 72, 76, 0.4);
    color: #fff;
    width: 100%;
    padding: 1rem 2.5rem;
}
@media (max-width: 767px) {
    .item-adr {
        padding: 1rem 2rem;
    }
}

.item-adr-top {
    font-weight: bold;
    font-size: 1.8rem;
}
@media (max-width: 767px) {
    .item-adr-top {
        font-size: 1.6rem;
    }
}

.item-adr-town {
    font-size: 1.6rem;
}

.one-item-cont {
    float: left;
    width: 100%;
    padding: 2rem 3.8rem 4rem;
    font-size: 1.8rem;
}
@media (max-width: 767px) {
    .one-item-cont {
        padding: 1.5rem 0 20px;
        font-size: 1.6rem;
    }
}

.one-item-cont-phone {
    float: left;
    width: 100%;
    margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
    .one-item-cont-phone {
        margin-bottom: 0;
    }
}
.one-item-cont-phone a {
    display: block;
    padding-left: 2.8rem;
    color: #42484C;
    text-decoration: none;
    cursor: pointer;
    background: url(./images/phone-cont.svg) 0 center no-repeat;
}
@media (max-width: 767px) {
    .one-item-cont-phone a {
        padding-left: 22px;
        background-size: 13px;
    }
}
.one-item-cont-phone a:hover {
    text-decoration: underline;
}

.one-item-cont-graph {
    float: left;
    width: 100%;
    margin-bottom: 0.8rem;
    min-height: 5.4rem;
}

.one-item-graph-name {
    display: block;
    padding-left: 2.8rem;
    color: #42484C;
    text-decoration: none;
    cursor: pointer;
    float: left;
    background: url(./images/graph.svg) 0 center no-repeat;
}
@media (max-width: 767px) {
    .one-item-graph-name {
        display: none;
    }
}
.one-item-graph-name:hover {
    text-decoration: underline;
}

.one-item-graph-val {
    padding-left: 18rem;
    text-align: right;
}
@media (max-width: 767px) {
    .one-item-graph-val {
        text-align: left;
        padding-left: 0;
    }
}
.one-item-graph-val-in {
    float: left;
}
@media (max-width: 767px) {
    .one-item-graph-val-in {
        width: 100%;
        padding-left: 2.8rem;
        color: #42484C;
        text-decoration: none;
        cursor: pointer;
        float: left;
        background: url(./images/graph.svg) 0 6px no-repeat;
        background-size: 14px;
    }
}

.one-item-map {
    float: left;
    width: 100%;
    margin-bottom: 1rem;
    padding-left: 2.8rem;
}
@media (max-width: 767px) {
    .one-item-map {
        margin-bottom: 0.5rem;
    }
}
.one-item-map a {
    color: #42484C;
    font-weight: bold;
    background: url(./images/arrow-show-map.svg) right center no-repeat;
    display: inline-block;
    cursor: pointer;
    padding-right: 3.3rem;
}
@media (max-width: 767px) {
    .one-item-map a {
        font-size: 14px;
    }
}

.one-item-comm {
    padding-left: 2.8rem;
    float: left;
    width: 100%;
    margin-bottom: 0.5rem;
}
.one-item-comm a {
    color: #D0BB8A;
    font-weight: bold;
}
@media (max-width: 767px) {
    .one-item-comm a {
        font-size: 14px;
    }
}

#franch {
    padding: 6rem 0 12rem;
    background-color: #42484C;
    color: #fff;
}
@media (max-width: 767px) {
    #franch {
        padding: 0 0 25px;
        background-color: #fff;
        position: relative;
    }
    #franch:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
        top: 45px;
        background-color: #42484C;
    }
    #franch .container {
        position: relative;
    }
}

.franch {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.franch-thumb {
    float: left;
    width: 50%;
    padding-right: 1.5rem;
}
@media (max-width: 767px) {
    .franch-thumb {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
}

.franch-descr {
    float: right;
    width: 50%;
    padding: 0 1.5rem;
    text-align: center;
}
@media (max-width: 767px) {
    .franch-descr {
        width: 100%;
    }
}

.franch-descr-in {
    display: inline-block;
    text-align: left;
    width: 48.6rem;
}
@media (max-width: 767px) {
    .franch-descr-in {
        width: 100%;
    }
}

.franch-tit {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
    .franch-tit {
        margin-bottom: 15px;
    }
}
.franch-tit h3 {
    font-size: 3.6rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {
    .franch-tit h3 {
        font-size: 2rem;
    }
}

.franch-italic {
    position: absolute;
    left: 14.5rem;
    top: -5rem;
}
@media (max-width: 1600px) {
    .franch-italic {
        top: -6.5rem;
    }
}
@media (max-width: 767px) {
    .franch-italic {
        top: -3rem;
        left: 55px;
    }
    .franch-italic svg {
        width: 90px;
        fill: #D0BB8A;
    }
}

.franch-text {
    font-size: 1.8rem;
    line-height: 3.4rem;
    margin-bottom: 1.5rem;
    float: left;
    width: 100%;
}
@media (max-width: 7676px) {
    .franch-text {
        font-size: 12px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
}

.franch-bt {
    float: left;
    width: 100%;
}
@media (max-width: 767px) {
    .franch-bt {
        text-align: center;
    }
}
.franch-bt a {
    min-width: 25.6rem;
}

#wrap-map {
    float: left;
    width: 100%;
    height: 72rem;
}
@media (max-width: 1023px) {
    #wrap-map {
        height: 50rem;
    }
}
@media (max-width: 767px) {
    #wrap-map {
        height: 100vw;
    }
}

.modal-dialog {
    max-width: 91rem;
}

.modal-content {
    border-radius: 0;
    border: none;
    padding: 3rem;
}
@media (max-width: 767px) {
    .modal-content {
        padding: 24px;
        background: #fff url(./images/b-form-bg.png) left center no-repeat;
    }
}

.close-modal {
    position: absolute;
    right: 0;
    top: 0;
    width: 8.4rem;
    height: 8.4rem;
    cursor: pointer;
    background-color: transparent;
    z-index: 9;
}
@media (max-width: 767px) {
    .close-modal {
        width: 50px;
        height: 50px;
    }
}
.close-modal:hover:before, .close-modal:hover:after {
    background-color: #000;
}
.close-modal:before, .close-modal:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3rem;
    height: 1px;
    background-color: #B6B6B6;
    margin-left: -1.5rem;
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 767px) {
    .close-modal:before, .close-modal:after {
        width: 24px;
        margin-left: -12px;
    }
}
.close-modal:after {
    -webkit-transform: rotate(42deg);
    transform: rotate(42deg);
}

.modal-tit {
    float: left;
    width: 100%;
    font-size: 6.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .modal-tit {
        font-size: 18px;
    }
}

.modal-sub-tit {
    font-size: 1.6rem;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 4rem;
}
@media (max-width: 767px) {
    .modal-sub-tit {
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 5px;
    }
}

.modal-form {
    float: left;
    width: 100%;
    text-align: center;
}
.modal-form-in {
    width: 72rem;
    text-align: left;
    display: inline-block;
}
@media (max-width: 767px) {
    .modal-form-in {
        width: 100%;
    }
}

.modal-form-one {
    float: left;
    width: 100%;
    margin-bottom: 3rem;
}
.modal-form-one.inp-error input {
    border-color: #E30613 !important;
}
.modal-form-one .err-or-text {
    float: left;
    width: 100%;
    position: relative;
}
.modal-form-one .err-or-text-in {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 1.4rem;
    color: #E30613;
}
@media (max-width: 767px) {
    .modal-form-one .err-or-text-in {
        font-size: 1.2rem;
    }
}
@media (max-width: 767px) {
    .modal-form-one {
        margin-bottom: 20px;
    }
}
.modal-form-one.no-pad {
    margin-bottom: 0.5rem;
}
.modal-form-one.check-form {
    margin-bottom: 0px;
}
.modal-form-one.info-form {
    margin-top: -0.5rem;
    margin-bottom: 0px;
    color: #6D6D6D;
}
@media (max-width: 767px) {
    .modal-form-one.info-form {
        margin-bottom: 14px;
        opacity: 0.5;
    }
}

.modal-form-name {
    float: left;
    font-size: 1.6rem;
    font-weight: bold;
    width: 14.7rem;
    min-height: 3.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}
@media (max-width: 767px) {
    .modal-form-name {
        display: block;
        width: 100%;
        font-size: 12px;
        text-align: left;
        min-height: inherit;
        margin-bottom: 6px;
    }
}

.modal-form-inp {
    padding-left: 16.7rem;
    font-size: 1.6rem;
}
@media (max-width: 767px) {
    .modal-form-inp {
        width: 100%;
        padding-left: 0;
        float: left;
    }
}
.modal-form-inp input[type=text], .modal-form-inp input[type=email], .modal-form-inp input[type=password] {
    border: 1px solid #BFBFBF;
    padding: 0 1.3rem;
    height: 3.9rem;
    width: 100%;
}
@media (max-width: 767px) {
    .modal-form-inp input[type=text], .modal-form-inp input[type=email], .modal-form-inp input[type=password] {
        height: 29px;
    }
}
.modal-form-inp textarea {
    border: 1px solid #BFBFBF;
    padding: 1rem 1.3rem;
    height: 13.9rem;
    width: 100%;
}
@media (max-width: 767px) {
    .modal-form-inp textarea {
        height: 85px;
    }
}

.form-checkbox label {
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
    margin: 0px;
    padding: 0.3rem 0 0.3rem 4.7rem;
    display: block;
    cursor: pointer;
    margin-left: -4.7rem;
    overflow: hidden;
}
@media (max-width: 767px) {
    .form-checkbox label {
        margin-left: 0;
        font-size: 11px;
        padding-left: 24px;
    }
}
.form-checkbox label input {
    position: absolute;
    left: -9999px;
}
.form-checkbox label input:checked + i {
    background: url(./images/check.svg) center center no-repeat;
    background-size: contain;
}
.form-checkbox label i {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #545353;
    border-radius: 0.3rem;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.2rem;
}
@media (max-width: 767px) {
    .form-checkbox label i {
        width: 14px;
        height: 14px;
        margin-top: -7px;
    }
}
.form-checkbox label a {
    color: #42484C;
    text-decoration: underline;
}

.send-bt {
    float: right;
}
@media (max-width: 767px) {
    .send-bt {
        width: 100%;
        text-align: center;
    }
}
.send-bt a {
    min-width: 25.6rem;
}
@media (max-width: 767px) {
    .send-bt a {
        width: 116px;
        min-width: inherit;
        font-size: 14px;
    }
}

#where-by-page {
    background: url(./images/hero-where.jpg) right bottom no-repeat;
    padding: 6rem 0 7rem;
}
@media (max-width: 1600px) {
    #where-by-page {
        background-position: left 40vw bottom;
    }
}
@media (max-width: 1023px) {
    #where-by-page {
        background-size: contain;
        background-position: left 40vw top;
        position: relative;
    }
    #where-by-page:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.7);
    }
}
@media (max-width: 767px) {
    #where-by-page {
        padding: 4rem 0 5rem;
    }
}
@media (max-width: 1023px) {
    #where-by-page .container {
        position: relative;
    }
}
@media (max-width: 1023px) {
    #where-by-page .where-by-items .one-item:nth-child(3) {
        display: none;
    }
}

.where-by-page-tit {
    float: left;
    width: 100%;
    margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
    .where-by-page-tit {
        margin-bottom: 2rem;
    }
}
.where-by-page-tit h1 {
    font-size: 6.4rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
@media (max-width: 1023px) {
    .where-by-page-tit h1 {
        font-size: 2.2rem;
        line-height: 1.3;
    }
}
@media (max-width: 767px) {
    .where-by-page-tit h1 {
        text-transform: uppercase;
    }
}

.where-by-page-descr {
    float: left;
    width: 100%;
    margin-bottom: 5.4rem;
}
@media (max-width: 767px) {
    .where-by-page-descr {
        margin-bottom: 3rem;
    }
}
.where-by-page-descr h2 {
    font-size: 3.6rem;
    font-weight: bold;
    margin: 0 0 1rem;
    padding: 0;
}
@media (max-width: 1023px) {
    .where-by-page-descr h2 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
}

.where-by-page-text {
    font-size: 1.8rem;
    line-height: 3.4rem;
    margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
    .where-by-page-text {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
}

.where-by-page-bt {
    float: left;
    width: 100%;
}
.where-by-page-bt a {
    width: 39rem;
}
@media (max-width: 767px) {
    .where-by-page-bt a {
        width: auto;
        float: right;
    }
}

.all-cond {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 1.8rem;
}
#shop-carus {
    background-color: #42484C;
    padding: 8rem 0 12rem;
}
@media (max-width: 767px) {
    #shop-carus {
        padding: 6rem 0 4rem;
    }
}

.shop-carus-tit {
    position: relative;
    font-weight: bold;
    font-size: 3.6rem;
    float: left;
    width: 100%;
    margin-bottom: 2.5rem;
}
.shop-carus-tit h3 {
    color: #fff;
    font-weight: bold;
    font-size: 3.6rem;
    padding: 0;
    margin: 0;
}
@media (max-width: 767px) {
    .shop-carus-tit h3 {
        font-size: 2.2rem;
        line-height: 1.3;
    }
}

.shop-carus-italic {
    position: absolute;
    top: -5rem;
    left: 9rem;
}
@media (max-width: 767px) {
    .shop-carus-italic {
        top: -5rem;
        left: 5.8rem;
    }
}
.shop-carus-italic svg {
    width: 6.5rem;
}
@media (max-width: 767px) {
    .shop-carus-italic svg {
        width: 5rem;
    }
}

.shop-carus-drop {
    float: left;
    width: 100%;
}
@media (max-width: 767px) {
    .shop-carus-drop {
        padding: 0 4rem;
    }
}

.shop-carus-drop-name {
    font-size: 1.8rem;
    line-height: 2.9rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
    .shop-carus-drop-name {
        font-size: 1.4rem;
    }
}

.shop-carus-drop-in {
    float: left;
    width: 100%;
    margin-bottom: 6rem;
}
@media (max-width: 767px) {
    .shop-carus-drop-in {
        margin-bottom: 3rem;
    }
}
.shop-carus-drop-in .dropdown {
    width: 25.7rem;
}
@media (max-width: 767px) {
    .shop-carus-drop-in .dropdown {
        width: 100%;
    }
}
.shop-carus-drop-in .dropdown button {
    width: 100%;
}
.shop-carus-drop-in .dropdown-menu {
    width: 100%;
    border-radius: 0;
    background-color: #42484C;
    color: #fff;
    border: 1px solid #fff;
    padding: 1rem 1.2rem;
    margin: -1px 0 0 0;
}
.shop-carus-drop-in .dropdown-menu a {
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    padding: 0.3rem 0;
    background-color: transparent !important;
}

.drop-bt {
    height: 6rem;
    border: none;
    border: 1px solid #fff;
    padding: 0 4.5rem 0 2rem;
    color: #fff;
    position: relative;
    background-color: transparent;
    font-size: 1.8rem;
    text-align: left;
}
@media (max-width: 767px) {
    .drop-bt {
        height: 4.6rem;
        font-size: 1.4rem;
        padding: 0 4.5rem 0 1.5rem;
    }
}
.drop-bt:after {
    content: "";
    position: absolute;
    right: 2.6rem;
    top: 50%;
    margin-top: -0.6rem;
    border-top: 1.2rem solid #C4C4C4;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
}
@media (max-width: 767px) {
    .drop-bt:after {
        right: 1.5rem;
        border-top: 0.6rem solid #C4C4C4;
        border-left: 0.4rem solid transparent;
        border-right: 0.4rem solid transparent;
        margin-top: -0.3rem;
    }
}

.shop-carus-slider {
    float: left;
    width: 100%;
    padding: 0 13.5rem;
    position: relative;
}
@media (max-width: 767px) {
    .shop-carus-slider {
        padding: 0px;
        width: 100vw;
        margin-left: -1.5rem;
    }
}
.shop-carus-slider .slick-arrow {
    width: 5.5rem;
    height: 5.5rem;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -2.7rem;
    background-color: #D0BB8A;
    z-index: 9;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .shop-carus-slider .slick-arrow {
        width: 2.3rem;
        height: 2.3rem;
        margin-top: -1.15rem;
    }
}
.shop-carus-slider .slick-arrow:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.7rem 0 0 -0.5rem;
    width: 1.4rem;
    height: 1.4rem;
    border-left: 2px solid #42484C;
    border-bottom: 2px solid #42484C;
}
@media (max-width: 767px) {
    .shop-carus-slider .slick-arrow:after {
        width: 0.6rem;
        height: 0.6rem;
        margin: -0.3rem 0 0 -0.3rem;
        border-width: 1px;
    }
}
.shop-carus-slider .slick-arrow.slick-prev {
    left: -13.5rem;
}
@media (max-width: 767px) {
    .shop-carus-slider .slick-arrow.slick-prev {
        left: -4rem;
    }
}
.shop-carus-slider .slick-arrow.slick-prev:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.shop-carus-slider .slick-arrow.slick-next {
    right: -13.5rem;
}
@media (max-width: 767px) {
    .shop-carus-slider .slick-arrow.slick-next {
        right: -4rem;
    }
}
.shop-carus-slider .slick-arrow.slick-next:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: -1rem;
}
@media (max-width: 767px) {
    .shop-carus-slider .slick-arrow.slick-next:after {
        margin-left: -0.5rem;
    }
}

.one-shop-carus {
    padding: 0 0.8rem;
}
@media (max-width: 767px) {
    .one-shop-carus {
        padding: 0 0.6rem;
    }
}
.one-shop-carus a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 24rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
}
@media (max-width: 767px) {
    .one-shop-carus a {
        height: 10rem;
        padding: 12px;
    }
}
.one-shop-carus img {
    max-height: 9rem;
}

#retail {
    padding: 6rem 0;
}

.retail {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (max-width: 1023px) {
    .retail {
        display: block;
    }
}

.retail-left {
    float: left;
    width: 55rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55rem;
    flex: 0 0 55rem;
    padding-right: 7.5rem;
}
@media (max-width: 1023px) {
    .retail-left {
        width: 100%;
        padding-right: 0;
    }
}

.retail-tit {
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}
.retail-tit h3 {
    font-size: 3.6rem;
    line-height: 1.3;
    font-weight: bold;
    float: left;
    width: 100%;
}
@media (max-width: 767px) {
    .retail-tit h3 {
        font-size: 2.2rem;
    }
}

.retail-italic {
    float: right;
}
@media (max-width: 1023px) {
    .retail-italic {
        float: left;
        margin-left: 240px;
    }
}
@media (max-width: 767px) {
    .retail-italic {
        margin-left: 170px;
    }
}
.retail-italic svg {
    width: 17.2rem;
}
@media (max-width: 767px) {
    .retail-italic svg {
        width: 100px;
    }
}

.retail-descr {
    float: left;
    width: 100%;
    font-size: 1.6rem;
    line-height: 3.4rem;
    margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
    .retail-descr {
        font-size: 1.4rem;
        line-height: 1.8;
    }
}

.retail-bt a {
    width: 257px;
}

.retail-right {
    width: 100%;
}
@media (max-width: 1023px) {
    .retail-right {
        margin-bottom: 2rem;
    }
}

.retail-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.retail-photo-left {
    width: 50%;
    padding-right: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.retail-photo-right {
    width: 50%;
    padding-left: 0.8rem;
}

.product {
    float: left;
    width: 100%;
    padding: 4.5rem 0 4.5rem;
}
@media (max-width: 767px) {
    .product {
        padding: 8rem 0 4.5rem;
    }
}

.back-bt {
    float: left;
    width: 100%;
    margin-bottom: 4.5rem;
}
@media (max-width: 1023px) {
    .back-bt {
        margin-bottom: 6rem;
    }
}
@media (max-width: 767px) {
    .back-bt {
        margin-bottom: 4rem;
    }
}

.back-arr.bt-arr {
    padding-right: 0;
    padding-left: 8.6rem;
}
@media (max-width: 767px) {
    .back-arr.bt-arr {
        padding-left: 5.5rem;
    }
}
.back-arr.bt-arr:before {
    left: 0;
    right: auto;
}
.back-arr.bt-arr:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: 2.8rem;
}
@media (max-width: 767px) {
    .back-arr.bt-arr:after {
        width: 3.6rem;
        left: 1.1rem;
    }
}

.prod-wrap {
    float: left;
    width: 100%;
}

.prod-carusel {
    float: left;
    margin-left: 13.6rem;
    width: 80rem;
}
@media (max-width: 1200px) {
    .prod-carusel {
        margin-left: 0;
        width: 72rem;
    }
}
@media (max-width: 1023px) {
    .prod-carusel {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-bottom: 20px;
    }
}

.prod-carus-thumb {
    float: left;
    width: 12.3rem;
    padding-top: 2rem;
}
@media (max-width: 1023px) {
    .prod-carus-thumb {
        padding-top: 0;
        width: 18rem;
    }
}
@media (max-width: 767px) {
    .prod-carus-thumb {
        width: 7rem;
    }
}

@media (max-width: 1023px) {
    .prod-carus-thumb-init {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.one-prod-thumb {
    margin-bottom: 3.1rem;
}
@media (max-width: 1023px) {
    .one-prod-thumb {
        margin-bottom: 0;
        height: calc(33.33% - 6px);
        width: 100%;
        position: relative;
    }
}
.one-prod-thumb span {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 12rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (max-width: 1023px) {
    .one-prod-thumb span {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}

.prod-carus-big {
    float: right;
    width: 60.6rem;
    position: relative;
}
@media (max-width: 1200px) {
    .prod-carus-big {
        width: 56rem;
    }
}
@media (max-width: 1023px) {
    .prod-carus-big {
        width: calc(100% - 20rem);
    }
}
@media (max-width: 767px) {
    .prod-carus-big {
        width: calc(100% - 8rem);
    }
}
.prod-carus-big img {
    max-height: 50.8rem;
}
@media (max-width: 1023px) {
    .prod-carus-big img {
        max-height: inherit;
        width: 100%;
    }
}
.prod-carus-big .vob-new {
    z-index: 9;
}
.prod-carus-big .slick-arrow {
    width: 4.3rem;
    height: 4.3rem;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -2.15rem;
    background-color: #D0BB8A;
    z-index: 9;
    opacity: 0.5;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 767px) {
    .prod-carus-big .slick-arrow {
        display: none !important;
    }
}
.prod-carus-big .slick-arrow:hover {
    opacity: 1;
}
@media (max-width: 767px) {
    .prod-carus-big .slick-arrow {
        width: 2.3rem;
        height: 2.3rem;
        margin-top: -1.15rem;
    }
}
.prod-carus-big .slick-arrow:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.5rem 0 0 -0.5rem;
    width: 1rem;
    height: 1rem;
    border-left: 2px solid #42484C;
    border-bottom: 2px solid #42484C;
}
@media (max-width: 767px) {
    .prod-carus-big .slick-arrow:after {
        width: 0.6rem;
        height: 0.6rem;
        margin: -0.3rem 0 0 -0.3rem;
        border-width: 1px;
    }
}
.prod-carus-big .slick-arrow.slick-prev {
    left: 1.6rem;
}
@media (max-width: 767px) {
    .prod-carus-big .slick-arrow.slick-prev {
        left: 1rem;
    }
}
.prod-carus-big .slick-arrow.slick-prev:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.prod-carus-big .slick-arrow.slick-next {
    right: 1.6rem;
}
@media (max-width: 767px) {
    .prod-carus-big .slick-arrow.slick-next {
        right: 1rem;
    }
}
.prod-carus-big .slick-arrow.slick-next:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: -0.7rem;
}
@media (max-width: 767px) {
    .prod-carus-big .slick-arrow.slick-next:after {
        margin-left: -0.5rem;
    }
}

.prod-carus-big-init {
    padding-bottom: 6px;
}

.prod-body {
    float: left;
    width: 43rem;
    margin-left: 8rem;
    padding-top: 1rem;
}
@media (max-width: 1400px) {
    .prod-body {
        padding-top: 0;
    }
}
@media (max-width: 1200px) {
    .prod-body {
        margin-left: 0;
        float: none;
        padding-left: 80rem;
        width: auto;
        padding-right: 6rem;
    }
}
@media (max-width: 1100px) {
    .prod-body {
        padding-right: 0;
    }
}
@media (max-width: 1023px) {
    .prod-body {
        width: 100%;
        padding-left: 0;
        float: left;
    }
}

.prod-title {
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}

.prod-title-in {
    display: inline-block;
    position: relative;
    padding-right: 48px;
}
.prod-title-in h1 {
    font-size: 3.6rem;
    font-weight: bold;
}
@media (max-width: 767px) {
    .prod-title-in h1 {
        font-size: 2.2rem;
    }
}

.prod-fav {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
}
@media (max-width: 767px) {
    .prod-fav {
        margin-top: -18px;
    }
}
.prod-fav svg path {
    fill: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 767px) {
    .prod-fav svg {
        width: 24px;
    }
}
.prod-fav:hover svg path {
    fill: #D0BB8A;
    stroke: #D0BB8A;
}

.prod-descr {
    font-size: 1.6rem;
    line-height: 2;
    float: left;
    width: 100%;
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .prod-descr {
        font-size: 1.4rem;
        line-height: 1.8;
    }
}

.prod-pref {
    float: left;
    width: 100%;
    margin-bottom: 4rem;
}
@media (max-width: 1400px) {
    .prod-pref {
        margin-bottom: 3.4rem;
    }
}
@media (max-width: 767px) {
    .prod-pref {
        margin-bottom: 2.5rem;
    }
}

.one-prod-pref {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.8rem;
}
@media (max-width: 767px) {
    .one-prod-pref {
        font-size: 1.6rem;
    }
}

.one-prod-pref-name {
    float: left;
    width: 22.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.7rem;
    flex: 0 0 22.7rem;
    font-weight: bold;
}

.one-prod-pref-val {
    width: 100%;
}
.one-prod-pref-val .jq-selectbox__select {
    font-size: 1.8rem;
    border: none;
    border-bottom: 1px solid #BDBDBD;
    padding: 0 2rem 0 0;
    height: 2.4rem;
    line-height: 2.4rem;
}
@media (max-width: 767px) {
    .one-prod-pref-val .jq-selectbox__select {
        font-size: 1.6rem;
    }
}

.prod-price {
    font-weight: bold;
    position: relative;
    float: left;
}
.prod-price .was-price {
    color: #42484C;
    position: absolute;
    right: 100%;
    white-space: nowrap;
    top: 0;
    margin-right: 1rem;
    font-weight: normal;
}
.prod-price .was-price:before {
    content: "";
    position: absolute;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    right: 0;
    background-color: #42484C;
}

.prod-days {
    float: left;
}

.dots {
    float: left;
    padding: 1.4rem 0 0 2rem;
    cursor: pointer;
}
@media (max-width: 1023px) {
    .dots {
        display: none;
    }
}
.dots span {
    display: block;
    float: left;
    border-radius: 50%;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #42484C;
    margin-right: 0.6rem;
}

.mob-det {
    display: none;
}
@media (max-width: 1023px) {
    .mob-det {
        padding: 1.4rem 0 0 1rem;
        cursor: pointer;
        display: inline-block;
    }
    .mob-det span {
        display: block;
        float: left;
        border-radius: 50%;
        width: 0.6rem;
        height: 0.6rem;
        background-color: #42484C;
        margin-right: 0.6rem;
    }
}

.prod-bay {
    float: left;
    width: 100%;
    margin-bottom: 32px;
}

.product-number {
    float: left;
    margin-right: 1.3rem;
}
@media (max-width: 767px) {
    .product-number {
        margin-right: 0;
        width: 100%;
    }
}

.num-in {
    float: left;
}
@media (max-width: 767px) {
    .num-in {
        width: 100%;
    }
}
.num-in span {
    float: left;
    display: block;
}
.num-in span.bt-nums {
    width: 5rem;
    height: 5.2rem;
    border: 1px solid #D0BB8A;
    cursor: pointer;
    position: relative;
}
@media (min-width: 767px) {
    .num-in span.bt-nums:hover {
        border-width: 2px;
    }
}
.num-in span.bt-nums:before, .num-in span.bt-nums:after {
    content: "";
    position: absolute;
    width: 1.4rem;
    height: 2px;
    background-color: #42484C;
    margin-left: -0.7rem;
    top: 50%;
    left: 50%;
    margin-top: -1px;
}
.num-in span.bt-nums.plus:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.val-num {
    margin: 0 7px;
    float: left;
    min-width: 10.8rem;
    text-align: center;
    height: 5.2rem;
    line-height: 5rem;
    border: 1px solid #D0BB8A;
    cursor: pointer;
    position: relative;
    padding: 0 1.2rem;
    font-size: 1.6rem;
    font-weight: 400;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .val-num {
        width: calc(100% - 11.4rem);
    }
}
.val-num i {
    font-style: normal;
}

.product-bt {
    float: left;
}
@media (max-width: 767px) {
    .product-bt {
        width: 100%;
        padding-top: 10px;
    }
}

.bay-bt {
    width: 17rem;
    height: 5.2rem;
    line-height: 5rem;
    padding-left: 2rem;
    position: relative;
    text-align: left;
}
@media (max-width: 767px) {
    .bay-bt {
        width: 100%;
        text-align: center;
    }
}
.bay-bt:hover i:before, .bay-bt:hover i:after {
    background-color: #D0BB8A;
}
.bay-bt i {
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    right: 2.5rem;
    top: 50%;
    margin-top: -0.6rem;
}
.bay-bt i:before, .bay-bt i:after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 2px;
    background-color: #fff;
    margin-left: -0.5rem;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.bay-bt i:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.leave-feed {
    float: left;
    width: 100%;
    font-size: 1.8rem;
    line-height: 2;
}
@media (max-width: 767px) {
    .leave-feed {
        font-size: 1.6rem;
        line-height: 1.8;
    }
}
.leave-feed span {
    display: block;
    font-weight: bold;
}
.leave-feed a {
    color: #42484C;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}
.leave-feed a:hover {
    border-color: #42484C;
}

.other-items-cat {
    float: left;
    width: 100%;
    margin-bottom: 100px;
}

.other-items-cat-in {
    margin: 0 -0.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .other-items-cat-in {
        margin: 0;
        width: 100%;
    }
}
.other-items-cat-in .one-item {
    width: calc(25% - 1.8rem);
}
@media (max-width: 1023px) {
    .other-items-cat-in .one-item {
        width: calc(50% - 1.8rem);
    }
    .other-items-cat-in .one-item:nth-child(3), .other-items-cat-in .one-item:nth-child(4) {
        display: none;
    }
}
@media (max-width: 767px) {
    .other-items-cat-in .one-item {
        width: 100%;
        margin-bottom: 25px;
    }
}

.other-items-tit {
    float: left;
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
}
@media (max-width: 767px) {
    .other-items-tit {
        margin-bottom: 40px;
    }
}
.other-items-tit h3 {
    font-size: 3.6rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {
    .other-items-tit h3 {
        font-size: 2.2rem;
    }
}

.xzoom-lens {
    cursor: url(./images/cursor.svg) 11 11, auto;
    border: 2px solid #D0BB8A;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.xzoom-preview {
    z-index: 11;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

#login .modal-content {
    min-height: 72.5rem;
}
@media (max-width: 767px) {
    #login .modal-content {
        min-height: calc(100vh - 10px);
    }
}

#forg .modal-content {
    min-height: 72.5rem;
    border-bottom: 11.6rem solid #42484C;
    background: #fff url(./images/b-forg-bg.png) left 0 bottom -5.8rem no-repeat;
}
@media (max-width: 767px) {
    #forg .modal-content {
        min-height: calc(100vh - 10px);
        border-bottom: none;
    }
}

#thankNewPass .modal-content {
    min-height: 72.5rem;
    border-bottom: 11.6rem solid #42484C;
    background: #fff url(./images/b-forg-bg.png) left 0 bottom -5.8rem no-repeat;
}
@media (max-width: 767px) {
    #thankNewPass .modal-content {
        min-height: calc(100vh - 10px);
        border-bottom: none;
    }
}

#thank .modal-content {
    min-height: 72.5rem;
    border-bottom: 11.6rem solid #42484C;
    background: #fff url(./images/b-forg-bg.png) left 0 bottom -5.8rem no-repeat;
}
@media (max-width: 767px) {
    #thank .modal-content {
        min-height: calc(100vh - 10px);
        border-bottom: none;
    }
}

#newPass .modal-content {
    min-height: 72.5rem;
    border-bottom: 11.6rem solid #42484C;
    background: #fff url(./images/b-forg-bg.png) left 0 bottom -5.8rem no-repeat;
}
@media (max-width: 767px) {
    #newPass .modal-content {
        min-height: calc(100vh - 10px);
        border-bottom: none;
    }
}

.modal-login {
    display: inline-block;
    width: 100%;
    padding: 0 4rem;
}
@media (max-width: 767px) {
    .modal-login {
        padding: 0;
    }
}

.login-tit {
    font-size: 4.8rem;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 3rem;
}
@media (max-width: 767px) {
    .login-tit {
        font-size: 2rem;
        text-align: center;
    }
}

.modal-login .nav-tabs {
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #BDBDBD;
    float: left;
    width: 100%;
    margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
    .modal-login .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.modal-login .nav-item {
    float: left;
    margin-right: 6.5rem;
    margin-bottom: -0.2rem;
    padding: 0;
    margin: 0 3rem 0 0;
}
@media (max-width: 767px) {
    .modal-login .nav-item {
        margin: 0;
        width: 50%;
    }
}
.modal-login .nav-item:first-child a:after {
    left: 0;
}
.modal-login .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #42484C;
    text-decoration: none;
    font-size: 1.8rem;
    border: none;
    margin: 0;
    padding: 2rem 0;
}
@media (max-width: 767px) {
    .modal-login .nav-link {
        padding: 0.5rem 0;
        font-size: 1.4rem;
        white-space: nowrap;
        text-align: center;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.modal-login .nav-link:after {
    content: "";
    opacity: 0;
    position: absolute;
    height: 0.3rem;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    background-color: #42484C;
}
@media (max-width: 767px) {
    .modal-login .nav-link:after {
        left: 0;
        right: 0;
    }
}
.modal-login .nav-link.active {
    font-weight: bold;
}
.modal-login .nav-link.active:after {
    opacity: 1;
}

.login-form {
    float: left;
    width: 100%;
}

.login-form-left {
    float: left;
    width: 52.4rem;
}
@media (max-width: 767px) {
    .login-form-left {
        width: 100%;
    }
}

.one-login-fild {
    float: left;
    width: 100%;
    margin-bottom: 3rem;
}
.one-login-fild.disabled .one-login-name {
    color: #BDBDBD;
}
.one-login-fild.pasw {
    margin-bottom: 0;
}
.one-login-fild.pasw .one-login-inp input {
    width: calc(100% - 62px);
}
@media (max-width: 767px) {
    .one-login-fild.pasw .one-login-inp input {
        width: calc(100% - 45px);
    }
}

.one-login-name {
    float: left;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: bold;
    width: 15rem;
    padding-right: 2rem;
    min-height: 3.9rem;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}
@media (max-width: 767px) {
    .one-login-name {
        display: block;
        width: 100%;
        font-size: 12px;
        text-align: left;
        min-height: inherit;
        margin-bottom: 6px;
    }
}

.one-login-inp {
    padding-left: 15rem;
}
@media (max-width: 767px) {
    .one-login-inp {
        width: 100%;
        padding-left: 0;
        float: left;
    }
}
.one-login-inp.inp-error input {
    border-color: #E30613 !important;
}
.one-login-inp.inp-error .err-or-text {
    display: block;
}
.one-login-inp input[type=text], .one-login-inp input[type=email], .one-login-inp input[type=password] {
    border: 1px solid #BFBFBF;
    padding: 0 1.3rem;
    height: 3.9rem;
    width: 100%;
    font-size: 1.4rem;
}
@media (max-width: 767px) {
    .one-login-inp input[type=text], .one-login-inp input[type=email], .one-login-inp input[type=password] {
        height: 29px;
    }
}
.one-login-inp .err-or-text {
    float: left;
    width: 100%;
    position: relative;
    display: none;
}
.one-login-inp .err-or-text-in {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 1.4rem;
    color: #E30613;
}
@media (max-width: 767px) {
    .one-login-inp .err-or-text-in {
        font-size: 1.2rem;
        position: static;
    }
}

.hide-bt {
    cursor: pointer;
    float: right;
    width: 62px;
    height: 3.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .hide-bt {
        height: 2.9rem;
        width: 45px;
    }
}
.hide-bt line {
    opacity: 0;
}
.hide-bt .chan {
    fill: #333;
}
.hide-bt.active .chan {
    fill: #BDBDBD;
}
.hide-bt.active line {
    opacity: 1;
}

.forg-pass {
    float: left;
    width: 100%;
    padding-left: 15rem;
}
@media (max-width: 767px) {
    .forg-pass {
        padding-left: 0;
    }
}
.forg-pass a {
    float: left;
    margin-left: 1.4rem;
    line-height: 3.4rem;
    color: #42484C;
    font-size: 1.4rem;
}

.login-form-soc {
    float: right;
    width: 19rem;
    position: relative;
    padding-left: 3rem;
}
@media (max-width: 767px) {
    .login-form-soc {
        padding-left: 0;
        float: left;
        width: 40%;
        padding-top: 10px;
        display: none;
    }
}
.login-form-soc:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #BDBDBD;
}
@media (max-width: 767px) {
    .login-form-soc:before {
        content: normal;
    }
}

.login-soc-name {
    float: left;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .login-soc-name {
        font-size: 1.4rem;
    }
}

.login-soc-list {
    float: left;
    width: 100%;
}
.login-soc-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.login-soc-list ul li {
    float: left;
    margin-right: 1.5rem;
}
.login-soc-list ul li:first-child {
    width: 5.1rem;
}
.login-soc-list ul li:last-child {
    width: 5.2rem;
}
@media (max-width: 767px) {
    .login-soc-list ul li {
        width: 28px !important;
    }
}

.mob-soc {
    display: none;
}
@media (max-width: 767px) {
    .mob-soc {
        display: block;
        padding-top: 20px;
        float: left;
        width: 100%;
    }
    .mob-soc .login-form-soc {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
    }
    .mob-soc .login-form-soc ul {
        display: inline-block;
        vertical-align: top;
    }
}

.send-bt {
    float: left;
    width: 52.4rem;
    text-align: right;
    padding-top: 1.6rem;
}
@media (max-width: 767px) {
    .send-bt {
        width: 100%;
        padding-top: 1.4rem;
    }
}
.send-bt button {
    width: 254px;
}
@media (max-width: 767px) {
    .send-bt button {
        width: 100%;
    }
}

.log-check {
    float: left;
    width: 100%;
    padding-left: 15rem;
    margin-top: 1rem;
}
@media (max-width: 767px) {
    .log-check {
        padding-left: 0;
    }
}
.log-check label {
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
    margin: 0px;
    padding: 0.3rem 0 0.3rem 4.7rem;
    display: block;
    cursor: pointer;
    margin-left: -4.7rem;
    overflow: hidden;
}
@media (max-width: 767px) {
    .log-check label {
        margin-left: 0;
        font-size: 11px;
        padding-left: 24px;
    }
}
.log-check label input {
    position: absolute;
    left: -9999px;
}
.log-check label input:checked + i {
    background: url(./images/check.svg) center center no-repeat;
    background-size: contain;
}
.log-check label i {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #545353;
    border-radius: 0.3rem;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.2rem;
}
@media (max-width: 767px) {
    .log-check label i {
        width: 14px;
        height: 14px;
        margin-top: -7px;
    }
}
.log-check label a {
    color: #42484C;
    text-decoration: underline;
}

.forg-wrap {
    float: left;
    width: 100%;
}

.forg-top {
    float: left;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 4rem;
}
@media (max-width: 767px) {
    .forg-top {
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }
}
.forg-top span {
    display: block;
    font-weight: bold;
}

.re-block {
    padding-right: 11.5rem;
}
@media (max-width: 767px) {
    .re-block {
        padding-right: 0;
    }
}
.re-block-in {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.re-block .one-login-fild:last-child {
    margin-bottom: 0;
}
.re-block .send-bt {
    width: 100%;
    padding-top: 2.6rem;
}

.forg-top-line {
    float: left;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
    .forg-top-line {
        margin-bottom: 2rem;
    }
}

.pass-send {
    float: left;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    padding-left: 50px;
    background: url(./images/check.svg) 0 center no-repeat;
}
@media (max-width: 767px) {
    .pass-send {
        font-size: 1.4rem;
        padding-left: 35px;
        background-position: 0 0;
        background-size: 24px;
    }
}

.thank-register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 55rem;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    float: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.thank-register-title {
    font-size: 6.4rem;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .thank-register-title {
        font-size: 3.2rem;
    }
}
.thank-register-title-in {
    position: relative;
    display: inline-block;
}

.thank-register-italic {
    position: absolute;
    right: -8.5rem;
    top: -6rem;
}
@media (max-width: 767px) {
    .thank-register-italic {
        right: -40px;
        top: -30px;
    }
}
.thank-register-italic svg {
    width: 18.4rem;
}
@media (max-width: 767px) {
    .thank-register-italic svg {
        width: 80px;
    }
}

.thank-register-descr {
    float: left;
    width: 100%;
    text-align: center;
}

.thank-register-descr-in {
    display: inline-block;
    padding-left: 6rem;
    background: url(./images/check.svg) 0 1rem no-repeat;
    background-size: 3.5rem;
    font-size: 3rem;
    font-weight: 100;
}
@media (max-width: 767px) {
    .thank-register-descr-in {
        font-size: 2rem;
        background-size: 24px;
        padding-top: 30px;
        padding-left: 0;
        background-position: top center;
    }
}

#detal .modal-dialog {
    max-width: 130rem;
}
#detal .modal-content {
    min-height: 72.5rem;
    background: #fff url(./images/b-forg-bg.png) left 0 bottom -5.8rem no-repeat;
}
@media (max-width: 767px) {
    #detal .modal-content {
        min-height: calc(100vh - 10px);
        border-bottom: none;
    }
}

.modal-detal {
    padding: 0 4rem;
}
@media (max-width: 767px) {
    .modal-detal {
        padding: 0;
    }
}

.mod-det-tit {
    font-size: 18px;
    font-weight: bold;
}

.one-mod-det-opt {
    font-size: 1.4rem;
    line-height: 1.6;
}
.one-mod-det-opt span {
    font-weight: bold;
}

.other-items-cat-wrap {
    float: left;
    width: 100%;
}

#bask .modal-dialog {
    max-width: 130rem;
}
@media (max-width: 767px) {
    #bask .modal-content {
        background-image: none;
        min-height: calc(100vh - 10px);
    }
}

.bask-modal-tit {
    float: left;
    width: 100%;
    font-size: 6.4rem;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 5rem;
}
@media (max-width: 767px) {
    .bask-modal-tit {
        font-size: 2.2rem;
        margin-bottom: 2rem;
    }
}

.bask-modal-wrap {
    float: left;
    width: 100%;
    padding: 0 8.5rem;
}
@media (max-width: 1023px) {
    .bask-modal-wrap {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .bask-modal-in {
        margin: 0 -1.5rem;
    }
}

.bask-modal-tr {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F8F5F0;
    padding: 10px 20px;
    position: relative;
}
@media (max-width: 767px) {
    .bask-modal-tr {
        display: block;
        padding: 8px;
    }
}

.bask-modal-one-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
@media (max-width: 767px) {
    .bask-modal-one-mob {
        display: block;
        padding-left: 115px;
    }
}

.bask-modal-td.bask-thumb {
    width: 15rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15rem;
    flex: 0 0 15rem;
    margin-right: 8.5rem;
}
@media (max-width: 1023px) {
    .bask-modal-td.bask-thumb {
        margin-right: 4.5rem;
    }
}
@media (max-width: 767px) {
    .bask-modal-td.bask-thumb {
        float: left;
        width: 100px;
        margin-right: 0;
    }
}
.bask-modal-td.bask-info {
    width: 21.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21.5rem;
    flex: 0 0 21.5rem;
    margin-right: 4.5rem;
}
@media (max-width: 1023px) {
    .bask-modal-td.bask-info {
        margin-right: 4.5rem;
    }
}
@media (max-width: 767px) {
    .bask-modal-td.bask-info {
        margin-right: 0;
        margin-bottom: 3px;
    }
}
.bask-modal-td.bask-num {
    width: 18.2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18.2rem;
    flex: 0 0 18.2rem;
    margin-right: 17.4rem;
}
@media (max-width: 1023px) {
    .bask-modal-td.bask-num {
        margin-right: 6rem;
    }
}
@media (max-width: 767px) {
    .bask-modal-td.bask-num {
        position: absolute;
        right: 12px;
        bottom: 12px;
        width: auto;
        margin-right: 0;
    }
}
.bask-modal-td.bask-price {
    width: 10rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10rem;
    flex: 0 0 10rem;
}

.one-bask-modal-tit {
    font-size: 1.8rem;
    font-weight: bold;
}
@media (max-width: 767px) {
    .one-bask-modal-tit {
        font-size: 1.6rem;
        margin-bottom: 3px;
    }
}

.one-bask-modal-size {
    font-size: 1.6rem;
}
@media (max-width: 767px) {
    .one-bask-modal-size {
        font-size: 1.4rem;
    }
}

.bask-num .num-in .bt-nums {
    height: 4.8rem;
    background-color: #fff;
}
@media (max-width: 767px) {
    .bask-num .num-in .bt-nums {
        width: 3.2rem;
        height: 2.9rem;
    }
}
.bask-num .num-in .in-num {
    width: 5.3rem;
    height: 4.8rem;
    border: 1px solid #D0BB8A;
    float: left;
    margin: 0 1.1rem;
    font-size: 1.8rem;
    text-align: center;
}
@media (max-width: 767px) {
    .bask-num .num-in .in-num {
        width: 3.2rem;
        height: 2.9rem;
        font-size: 1.4rem;
    }
}
.bask-price {
    font-size: 1.8rem;
    font-weight: bold;
}
@media (max-width: 767px) {
    .bask-price {
        font-size: 1.6rem;
    }
}

.bask-del {
    position: absolute;
    right: 3rem;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .bask-del {
        display: none;
    }
}
.bask-del:before, .bask-del:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.8rem;
    height: 2px;
    margin-top: -1px;
    background-color: #666666;
    margin-left: -0.9rem;
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.bask-del:after {
    -webkit-transform: rotate(42deg);
    transform: rotate(42deg);
}

.all-sum-modal {
    float: left;
    width: 100%;
    padding-top: 1rem;
}
@media (max-width: 767px) {
    .all-sum-modal {
        padding-top: 0;
    }
}

.top-sum {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 1.8rem;
    font-weight: bold;
}
@media (max-width: 767px) {
    .top-sum {
        font-size: 1.6rem;
    }
}

.sum-info {
    font-size: 1.4rem;
    float: left;
    width: 100%;
    text-align: right;
}

.bask-modal-btns {
    float: left;
    width: 100%;
    margin-top: 1.6rem;
    text-align: right;
}

.bask-back {
    display: inline-block;
    vertical-align: top;
    padding-top: 1.7rem;
    margin-right: 6rem;
}
@media (max-width: 767px) {
    .bask-back {
        margin-right: 0;
        float: left;
        padding-top: 0.9rem;
    }
}
.bask-back .show-desc {
    display: block;
}
@media (max-width: 767px) {
    .bask-back .show-desc {
        display: none;
    }
}
.bask-back .show-mob {
    display: none;
}
@media (max-width: 767px) {
    .bask-back .show-mob {
        display: block;
    }
}
.bask-back .bt-arr {
    padding-right: 0;
    padding-left: 8.6rem;
}
@media (max-width: 767px) {
    .bask-back .bt-arr {
        padding-left: 5.5rem;
    }
}
.bask-back .bt-arr:before {
    left: 0;
    right: auto;
}
.bask-back .bt-arr:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: 2.8rem;
}
@media (max-width: 767px) {
    .bask-back .bt-arr:after {
        width: 3.6rem;
        left: 1.1rem;
    }
}

.bask-order {
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 767px) {
    .bask-order {
        float: right;
    }
}
.bask-order a {
    width: 212px;
}
@media (max-width: 767px) {
    .bask-order a {
        width: 140px;
    }
}

.checkout {
    float: left;
    width: 100%;
    padding: 5rem 0 0;
}
@media (max-width: 767px) {
    .checkout {
        padding: 7rem 0 0;
    }
}
.checkout h1 {
    font-weight: bold;
    font-size: 6.4rem;
    margin-bottom: 5rem;
    line-height: 1.2;
}
@media (max-width: 767px) {
    .checkout h1 {
        font-size: 2rem;
        line-height: 1.3;
        margin-bottom: 2.5rem;
    }
}

.check-tabs {
    float: left;
    width: 100%;
    padding-bottom: 50px;
    background: url(./images/check-bg.svg) right 0 top 100px no-repeat;
    background-size: 98.8rem auto;
}
@media (max-width: 767px) {
    .check-tabs {
        background: none;
    }
}
.check-tabs .nav-tabs {
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #BDBDBD;
    float: left;
    width: 100%;
    margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
    .check-tabs .nav-tabs {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        max-width: 100%;
    }
}
.check-tabs .nav-item {
    float: left;
    margin-right: 6.5rem;
    margin-bottom: -0.2rem;
    padding: 0;
    margin: 0 3.6rem 0 0;
}
@media (max-width: 767px) {
    .check-tabs .nav-item {
        margin-right: 2rem;
        float: none;
        display: inline-block;
    }
}
.check-tabs .nav-item:first-child a:after {
    left: 0;
    right: 4rem;
}
.check-tabs .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #42484C;
    text-decoration: none;
    font-size: 1.8rem;
    border: none;
    margin: 0;
    padding: 2rem 0;
}
@media (max-width: 767px) {
    .check-tabs .nav-link {
        padding: 0.5rem 0;
        font-size: 1.4rem;
        white-space: nowrap;
        text-align: center;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.check-tabs .nav-link:after {
    content: "";
    opacity: 0;
    position: absolute;
    height: 0.3rem;
    bottom: 0;
    left: 1.5rem;
    right: 1.5rem;
    background-color: #42484C;
}
@media (max-width: 767px) {
    .check-tabs .nav-link:after {
        left: 0;
        right: 0;
    }
}
.check-tabs .nav-link.active {
    font-weight: bold;
}
.check-tabs .nav-link.active:after {
    opacity: 1;
}

.check-tabs-body {
    float: left;
    max-width: 140rem;
}
@media (max-width: 767px) {
    .check-tabs-body {
        width: 100%;
    }
}
.check-tabs-body .login-form {
    margin-bottom: 20px;
}

#mycheckContent {
    float: left;
    width: 78rem;
}
@media (max-width: 767px) {
    #mycheckContent {
        width: 100%;
    }
}

.check-basket {
    float: right;
    width: 58.8rem;
}
@media (max-width: 1200px) {
    .check-basket {
        width: 78rem;
        float: left;
    }
}
@media (max-width: 767px) {
    .check-basket {
        display: none;
    }
}

.check-basket-in {
    float: left;
    width: 100%;
    padding: 1.5rem 3rem 4rem 4rem;
    background-color: #F8F5F0;
}

.check-basket-tit {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.check-basket-wrap {
    float: left;
    width: 100%;
}

.one-check-prod {
    float: left;
    width: 100%;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F8F5F0;
    position: relative;
}

.one-check-prod-thumb {
    float: left;
    width: 13rem;
    padding-right: 2.2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13rem;
    flex: 0 0 13rem;
}

.one-check-prod-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.one-check-prod-descr {
    width: 15.7rem;
    float: left;
    padding-right: 1.5rem;
}

.one-check-prod-tit {
    font-size: 1.4rem;
    font-weight: bold;
}

.one-check-prod-size {
    font-size: 1.2rem;
}

.one-check-prod-num {
    width: 11rem;
    float: left;
}
.one-check-prod-num .num-in .bt-nums {
    height: 3.1rem;
    width: 3.4rem;
    background-color: #fff;
}
@media (max-width: 767px) {
    .one-check-prod-num .num-in .bt-nums {
        width: 3.2rem;
        height: 2.9rem;
    }
}
.one-check-prod-num .num-in .bt-nums:after, .one-check-prod-num .num-in .bt-nums:before {
    width: 1rem;
    height: 1px;
    margin-left: -0.5rem;
    margin-top: 0;
}
.one-check-prod-num .num-in .in-num {
    width: 3.4rem;
    height: 3.1rem;
    border: 1px solid #D0BB8A;
    float: left;
    margin: 0 0.3rem;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
}
@media (max-width: 767px) {
    .one-check-prod-num .num-in .in-num {
        width: 3.2rem;
        height: 2.9rem;
        font-size: 1.4rem;
    }
}
.one-check-prod-price {
    font-size: 1.6rem;
    font-weight: bold;
    width: 8rem;
    padding-left: 1.2rem;
}

.one-check-prod-del {
    position: absolute;
    right: 0rem;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .one-check-prod-del {
        display: none;
    }
}
.one-check-prod-del:before, .one-check-prod-del:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.8rem;
    height: 2px;
    margin-top: -1px;
    background-color: #B6B6B6;
    margin-left: -0.9rem;
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.one-check-prod-del:after {
    -webkit-transform: rotate(42deg);
    transform: rotate(42deg);
}

.check-info {
    float: left;
    width: 100%;
}

.bask-check-btns {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-check-sum {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
    .top-check-sum {
        font-size: 1.6rem;
    }
}

.sum-check-info {
    font-size: 1.2rem;
    float: left;
    width: 100%;
    text-align: right;
}

.bask-check-back {
    display: inline-block;
    vertical-align: top;
    padding-top: 0.1rem;
}
@media (max-width: 767px) {
    .bask-check-back {
        margin-right: 0;
        float: left;
        padding-top: 0.9rem;
    }
}
.bask-check-back .show-desc {
    display: block;
}
@media (max-width: 767px) {
    .bask-check-back .show-desc {
        display: none;
    }
}
.bask-check-back .show-mob {
    display: none;
}
@media (max-width: 767px) {
    .bask-check-back .show-mob {
        display: block;
    }
}
.bask-check-back .bt-arr {
    white-space: nowrap;
    padding-right: 0;
    padding-left: 6.2rem;
    font-size: 1.4rem;
    font-weight: bold;
}
@media (max-width: 767px) {
    .bask-check-back .bt-arr {
        padding-left: 5.5rem;
    }
}
.bask-check-back .bt-arr:before {
    left: 0;
    right: auto;
    width: 4.6rem;
    height: 4.6rem;
    margin-top: -2.3rem;
}
.bask-check-back .bt-arr:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: 2.1rem;
    width: 3.5rem;
    background-position: right center;
}
@media (max-width: 767px) {
    .bask-check-back .bt-arr:after {
        width: 3.6rem;
        left: 1.1rem;
    }
}

.must-have {
    float: left;
    width: 100%;
    padding-left: 15rem;
    color: #6D6D6D;
    font-size: 1.4rem;
    margin-top: -2rem;
}
@media (max-width: 767px) {
    .must-have {
        padding-left: 0;
    }
}
.must-have.log {
    padding-left: 16rem;
    margin-top: 0;
}
@media (max-width: 767px) {
    .must-have.log {
        padding-left: 1.4rem;
    }
}
.must-have.ch {
    padding-left: 15rem;
    margin-top: 0;
}
@media (max-width: 767px) {
    .must-have.ch {
        padding-left: 0;
    }
}

.one-step {
    float: left;
    width: 100%;
}
.one-step.active .one-step-name i {
    background-color: #D0BB8A;
}

.one-step-name {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 6rem;
    float: left;
    width: 100%;
    margin-bottom: 3.6rem;
    cursor: pointer;
}
.one-step-name i {
    width: 3.5rem;
    height: 3.5rem;
    display: block;
    border-radius: 50%;
    font-size: 2.4rem;
    text-align: center;
    line-height: 3.3rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.7rem;
    font-style: normal;
    border: 1px solid #D0BB8A;
}

.one-login-inp .jq-selectbox {
    width: 100%;
}
.one-login-inp .jq-selectbox .jq-selectbox__select {
    padding: 0 3.6rem 0 1.3rem;
    line-height: 3.8rem;
    height: 4rem;
    font-size: 1.4rem;
    font-weight: normal;
}
.one-login-inp .jq-selectbox .jq-selectbox__trigger {
    right: 1.2rem;
    opacity: 0.5;
}
.one-login-inp .jq-selectbox li {
    font-size: 1.4rem;
}

.check-tabs-body .login-form .log-check {
    margin-top: -1rem;
}

.del-pay {
    float: left;
    width: 52.4rem;
    padding: 1.5rem 1.7rem;
    background-color: #F8F5F0;
    margin-top: 3.4rem;
}
@media (max-width: 767px) {
    .del-pay {
        width: 100%;
    }
}

.del-pay-top {
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
}

.del-pay-name {
    float: left;
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 1.7rem;
}

.del-pay-num {
    font-size: 1.6rem;
    color: #6D6D6D;
}

.del-pay-descr {
    font-size: 1.6rem;
    color: #42484C;
    line-height: 1.4;
}

#list .modal-dialog {
    max-width: 130rem;
}
@media (max-width: 1023px) {
    #list .modal-dialog {
        max-width: 750px;
    }
}
@media (max-width: 767px) {
    #list .modal-content {
        background-image: none;
        min-height: calc(100vh - 10px);
    }
}

.list-modal {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 1rem 1.5rem 2rem 3.6rem;
}
@media (max-width: 1200px) {
    .list-modal {
        padding: 1rem 0 1rem;
    }
}

.list-modal {
    float: left;
    width: 100%;
}

.list-modal-left {
    float: left;
    width: 74.2rem;
}
@media (max-width: 1023px) {
    .list-modal-left {
        width: 48%;
    }
}

.list-modal-top {
    float: left;
    width: 100%;
    margin-bottom: 2.4rem;
}

.list-modal-search {
    float: left;
    width: 27rem;
    margin-right: 2.6rem;
}
@media (max-width: 1023px) {
    .list-modal-search {
        margin-right: 1.6rem;
        width: 15rem;
    }
}
.list-modal-search input {
    border: 1px solid #42484C;
    width: 100%;
    height: 4rem;
    padding: 0 1.5rem 0 4.5rem;
    font-size: 1.4rem;
    background: #fff url(./images/search.svg) 1.5rem center no-repeat;
}

.list-modal-it-name {
    float: left;
    width: 24rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 4rem;
}
@media (max-width: 1023px) {
    .list-modal-it-name {
        width: 12rem;
    }
}

.list-modal-it-size {
    float: left;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 4rem;
}

.list-modal-wrap {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 5.6rem;
}
.list-modal-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    left: 0;
    right: 0.9rem;
    background-color: #F8F5F0;
    height: 2rem;
}

.list-modal-wrap-in {
    float: left;
    width: 100%;
    max-height: 58.2rem;
}

.one-modal-list-item {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
    .one-modal-list-item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.one-modal-list-item-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.6rem;
    flex: 0 0 13.6rem;
    width: 13.6rem;
}
@media (max-width: 1023px) {
    .one-modal-list-item-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 9rem;
        flex: 0 0 9rem;
        width: 9rem;
    }
}
.one-modal-list-item-thumb img {
    vertical-align: top;
}

.one-modal-list-item-tit {
    width: 30rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30rem;
    flex: 0 0 30rem;
    padding-left: 3rem;
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 0.4rem;
}
@media (max-width: 1023px) {
    .one-modal-list-item-tit {
        font-size: 1.6rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20rem;
        flex: 0 0 20rem;
        padding-left: 2rem;
    }
}

.one-modal-list-item-size {
    width: 10rem;
}

.one-l-size {
    margin-bottom: 1rem;
}
.one-l-size label {
    font-size: 1.8rem;
    font-weight: normal;
    padding: 0 3.4rem 0 0;
    margin: 0;
    overflow: hidden;
    line-height: 3.6rem;
    float: left;
    cursor: pointer;
    display: block;
    position: relative;
}
.one-l-size label input {
    position: absolute;
    left: -999px;
}
.one-l-size label input:checked + i {
    background: url(./images/check.svg) right -2px top no-repeat;
    background-size: 100%;
}
.one-l-size label input:checked + i + span {
    color: #42484C;
}
.one-l-size label i {
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 50%;
    right: 0;
    margin-top: -1rem;
    border-radius: 0.4rem;
    border: 1px solid #545353;
}
.one-l-size label span {
    color: #6D6D6D;
}

.list-modal-right {
    width: 41.5rem;
    float: right;
    padding-top: 0.6rem;
}

.list-modal-choose-name {
    font-size: 1.8rem;
    margin-bottom: 3rem;
    font-weight: bold;
    text-align: center;
}

.list-modal-chooses {
    float: left;
    width: 100%;
    background-color: #F8F5F0;
    padding: 1rem 1.5rem 0 2.5rem;
    height: 51.9rem;
}

.list-modal-chooses-top {
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}
.list-modal-chooses-top > div {
    font-weight: bold;
    font-size: 1.6rem;
    float: left;
}

.list-modal-chooses-title {
    width: 23rem;
}

.list-modal-chooses-one {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
}

.list-modal-chooses-name {
    line-height: 3.1rem;
    width: 23rem;
    float: left;
    font-size: 1.6rem;
}

.list-modal-chooses-num {
    float: left;
    width: 11rem;
}
.list-modal-chooses-num .num-in .bt-nums {
    height: 3.1rem;
    width: 3.4rem;
    background-color: #fff;
}
@media (max-width: 767px) {
    .list-modal-chooses-num .num-in .bt-nums {
        width: 3.2rem;
        height: 2.9rem;
    }
}
.list-modal-chooses-num .num-in .bt-nums:after, .list-modal-chooses-num .num-in .bt-nums:before {
    width: 1rem;
    height: 1px;
    margin-left: -0.5rem;
    margin-top: 0;
}
.list-modal-chooses-num .num-in .in-num {
    width: 3.4rem;
    height: 3.1rem;
    border: 1px solid #D0BB8A;
    float: left;
    margin: 0 0.3rem;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
}
@media (max-width: 767px) {
    .list-modal-chooses-num .num-in .in-num {
        width: 3.2rem;
        height: 2.9rem;
        font-size: 1.4rem;
    }
}
.list-modal-chooses-del {
    position: absolute;
    right: 0rem;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .list-modal-chooses-del {
        display: none;
    }
}
.list-modal-chooses-del:before, .list-modal-chooses-del:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.8rem;
    height: 1px;
    margin-top: 0px;
    background-color: #B6B6B6;
    margin-left: -0.9rem;
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.list-modal-chooses-del:after {
    -webkit-transform: rotate(42deg);
    transform: rotate(42deg);
}

.list-modal-chooses-body {
    float: left;
    width: 100%;
}

.list-modal-chooses-bt {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 3rem;
}
.list-modal-chooses-bt a {
    width: 25.4rem;
    line-height: 4.7rem;
    height: 5.1rem;
}

.how-order {
    float: left;
    width: 100%;
    padding-top: 6.5rem;
}

.how-order-one {
    float: left;
    width: 100%;
    margin-bottom: 3.6rem;
}
@media (min-width: 1200px) {
    .how-order-one.open.how-1 {
        background: url(./images/b-how-1.svg) right bottom -7rem no-repeat;
        background-size: 68.5rem;
    }
}
@media (min-width: 1200px) {
    .how-order-one.open.how-2 {
        background: url(./images/how-2.jpg) right bottom no-repeat;
        margin-bottom: 0;
        background-size: 86.7rem;
    }
}

.how-order-one-tit {
    float: left;
    width: 100%;
    font-size: 3.6rem;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
@media (max-width: 767px) {
    .how-order-one-tit {
        font-size: 1.8rem;
    }
}
.how-order-one-tit-in {
    float: left;
    position: relative;
    width: 87.2rem;
    border-bottom: 1px solid #BCBCBC;
}
@media (max-width: 1200px) {
    .how-order-one-tit-in {
        width: 100%;
    }
}
.how-order-one-tit span {
    display: block;
    position: relative;
    padding-right: 3rem;
    float: left;
}
@media (max-width: 767px) {
    .how-order-one-tit span {
        width: 100%;
    }
}
.how-order-one-tit span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0rem;
    background: url(./images/arr-drop.svg) 0 0 no-repeat;
    background-size: 1.2rem;
    width: 1.2rem;
    height: 1rem;
}
@media (max-width: 767px) {
    .how-order-one-tit span:after {
        opacity: 0.6;
        right: 2rem;
        margin-top: -0.2rem;
    }
}

.open .how-order-one-tit span:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -0.3rem;
}
@media (max-width: 767px) {
    .open .how-order-one-tit span:after {
        margin-top: -0.5rem;
    }
}

.how-order-one-descr {
    float: left;
    width: 100%;
    padding-top: 4.5rem;
    display: none;
}
@media (max-width: 767px) {
    .how-order-one-descr {
        padding-top: 2.5rem;
    }
}

.how-order-one-body {
    float: left;
    width: 93rem;
    font-size: 1.6rem;
    line-height: 3.4rem;
    padding-left: 3.5rem;
}
@media (max-width: 1200px) {
    .how-order-one-body {
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .how-order-one-body {
        font-size: 1.4rem;
        line-height: 1.8;
    }
}
.how-order-one-body p {
    margin-bottom: 3rem;
}
.how-order-one-body p:last-child {
    margin-bottom: 0;
}

.search {
    float: left;
    width: 100%;
    padding: 5rem 0;
    background: url(./images/check-bg.svg) right bottom -10rem no-repeat;
    background-size: 98.8rem;
}

.search-in {
    float: left;
    width: 100%;
}

.search-tit {
    float: left;
    width: 100%;
    font-size: 6.4rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

.search-form {
    float: left;
    width: 770px;
    position: relative;
    padding-right: 4rem;
    margin-bottom: 1rem;
}

.search-letter {
    position: absolute;
    left: -8.6rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.search-form-inp {
    float: left;
    width: 100%;
}
.search-form-inp input {
    width: 100%;
    height: 4rem;
    padding: 0 1.2rem;
    border: 1px solid #42484C;
    font-size: 1.4rem;
}

.search-bt {
    position: absolute;
    right: 0;
    top: 0;
}
.search-bt button {
    border: none;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    background: #fff url(./images/search.svg) right 0.5rem center no-repeat;
}

.search-res {
    float: left;
    width: 100%;
}

.search-res-in {
    width: 73rem;
}

.search-num-res {
    float: left;
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 2.2rem;
}

.search-list {
    float: left;
    width: 100%;
}

.one-res {
    float: left;
    width: 100%;
    margin-bottom: 2.6rem;
}

.one-res-broad {
    float: left;
    width: 100%;
    margin-bottom: 0.3rem;
}
.one-res-broad ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.one-res-broad ul li {
    float: left;
    font-size: 1.4rem;
    margin-right: 0.6rem;
}
.one-res-broad ul li a {
    text-decoration: none;
    color: #42484C;
    display: block;
    cursor: pointer;
    padding-right: 1.6rem;
    position: relative;
}
.one-res-broad ul li a:after {
    content: ">";
    position: absolute;
    right: 0;
}

.one-res-tit {
    float: left;
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}
.one-res-tit a {
    color: #42484C;
    text-decoration: none;
}

.one-res-body {
    float: left;
    width: 100%;
}

.one-res-thumb {
    width: 14.9rem;
    float: left;
}

.one-res-descr {
    padding-left: 17.5rem;
    font-size: 1.4rem;
    line-height: 2;
}

.lk-page {
    background: url(./images/check-bg.svg) right bottom -26rem no-repeat;
    background-size: 80rem;
}
@media (max-width: 1023px) {
    .lk-page {
        background: none;
    }
}
.lk-page .catalog {
    width: 100%;
    max-width: 140rem;
}
@media (max-width: 1023px) {
    .lk-page .catalog-nav {
        display: block;
        margin-bottom: 3rem;
    }
}
@media (max-width: 767px) {
    .lk-page .catalog-nav ul {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .lk-page .catalog-nav ul li {
        margin-right: 2rem;
        float: none;
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .lk-page .catalog-nav ul li a {
        padding: 0.5rem 0;
        font-size: 1.4rem;
        white-space: nowrap;
        text-align: center;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.lk-page h1 {
    font-size: 6.4rem;
}
@media (max-width: 767px) {
    .lk-page h1 {
        font-size: 2rem;
        line-height: 1.3;
    }
}

.lk-body {
    float: left;
    width: 100%;
}

.lk-user-info {
    font-size: 1.6rem;
    line-height: 2;
    float: left;
    width: 100%;
    padding-bottom: 14rem;
}

.lk-user-info-top {
    float: left;
    width: 100%;
    margin-bottom: 2.6rem;
}

.lk-user-info-bot {
    float: left;
    width: 100%;
    margin-bottom: 2rem;
}
.lk-user-info-bot span {
    display: block;
    font-weight: bold;
}

.edit-lk {
    float: left;
    width: 100%;
}
.edit-lk a {
    font-size: 1.6rem;
    color: #42484C;
    text-decoration: underline;
}
.edit-lk a:hover {
    text-decoration: none;
}

.lk-user-edit {
    width: 550px;
    float: left;
    margin-bottom: 70px;
}
@media (max-width: 767px) {
    .lk-user-edit {
        width: 100%;
    }
}

.hist {
    float: left;
    width: 100%;
    margin-top: -3rem;
}
@media (max-width: 1023px) {
    .hist {
        margin-top: 0;
    }
}

.hist-table {
    float: left;
    width: 110rem;
}
@media (max-width: 1023px) {
    .hist-table {
        width: 100%;
    }
}

.hist-tr {
    float: left;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
    position: relative;
    cursor: pointer;
}
@media (max-width: 767px) {
    .hist-tr {
        font-size: 1.4rem;
    }
}
.hist-tr:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1.6rem;
    height: 1rem;
    background: url(./images/arr-drop.svg) 0 0 no-repeat;
    background-size: contain;
    top: 2.9rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 1023px) {
    .hist-tr:before {
        top: 1.9rem;
    }
}
.hist-tr.tr-top {
    font-weight: bold;
    font-size: 1.8rem;
    font-weight: bold;
}
@media (max-width: 767px) {
    .hist-tr.tr-top {
        font-size: 1.4rem;
        text-align: left;
    }
}
.hist-tr.tr-top .hist-td {
    text-align: center !important;
    padding: 1rem 1.5rem;
}
@media (max-width: 1023px) {
    .hist-tr.tr-top .hist-td {
        padding: 1rem 0;
    }
    .hist-tr.tr-top .hist-td.td-1 {
        text-align: left !important;
    }
}
.hist-tr.tr-top:before {
    content: normal;
}
@media (max-width: 1023px) {
    .hist-tr.tr-top .td-3, .hist-tr.tr-top .td-4, .hist-tr.tr-top .td-5 {
        display: none;
    }
}
.hist-tr.open:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hist-tr.open .hist-td.td-3, .hist-tr.open .hist-td.td-4, .hist-tr.open .hist-td.td-5 {
    display: block;
}

.hist-td {
    padding: 2rem 1.5rem;
    float: left;
    text-align: center;
}
@media (max-width: 1023px) {
    .hist-td {
        padding: 1rem 0;
    }
}
.hist-td.td-1 {
    width: 26rem;
}
@media (max-width: 1023px) {
    .hist-td.td-1 {
        width: 50%;
    }
}
.hist-td.td-2 {
    width: 23rem;
    text-align: left;
}
@media (max-width: 1023px) {
    .hist-td.td-2 {
        width: 50%;
        text-align: center;
    }
}
@media (max-width: 1023px) {
    .hist-td.td-2 span {
        display: none;
    }
}
.hist-td.td-3 {
    width: 23.5rem;
}
@media (max-width: 1023px) {
    .hist-td.td-3 {
        display: none;
        width: 100%;
        text-align: left;
        padding: 0;
    }
}
.hist-td.td-4 {
    width: 24.5rem;
}
@media (max-width: 1023px) {
    .hist-td.td-4 {
        display: none;
        width: 100%;
        text-align: left;
        padding: 0;
    }
}
.hist-td.td-5 {
    width: 13rem;
}
@media (max-width: 1023px) {
    .hist-td.td-5 {
        display: none;
        width: 100%;
        text-align: left;
        padding: 0;
    }
}

.hist-td-mob {
    display: none;
}
@media (max-width: 1023px) {
    .hist-td-mob {
        display: block;
        font-weight: bold;
        float: left;
        width: 18rem;
    }
}
@media (max-width: 767px) {
    .hist-td-mob {
        width: 16rem;
    }
}

.hist-order {
    float: left;
    width: 100%;
    display: none;
}
@media (max-width: 1023px) {
    .hist-order {
        margin-top: 2rem;
    }
}

.hist-order-table {
    float: left;
    width: 100%;
    border-bottom: 0.9rem solid #F8F5F0;
    padding-bottom: 1.7rem;
}

.hist-order-tr {
    float: left;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hist-order-tr.tr-top {
    background-color: #F8F5F0;
    font-weight: bold;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.7rem;
}
@media (max-width: 767px) {
    .hist-order-tr.tr-top {
        display: none;
    }
}
.hist-order-tr.tr-top .hist-order-td {
    padding: 0;
    text-align: center !important;
}

.hist-order-td {
    padding: 1rem 0;
    float: left;
    text-align: center;
}
.hist-order-td.td-1 {
    width: 26rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26rem;
    flex: 0 0 26rem;
}
@media (max-width: 1023px) {
    .hist-order-td.td-1 {
        width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        padding-right: 1.5rem;
    }
}
@media (max-width: 767px) {
    .hist-order-td.td-1 {
        width: 30%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }
}
.hist-order-td.td-2 {
    width: 100%;
}

.hist-order-td-inside {
    float: left;
}
.hist-order-td-inside.td-name {
    width: 23rem;
    font-weight: bold;
}
@media (max-width: 1023px) {
    .hist-order-td-inside.td-name {
        width: 25%;
        text-align: left;
    }
}
@media (max-width: 767px) {
    .hist-order-td-inside.td-name {
        width: 100%;
    }
}
.hist-order-td-inside.td-name a {
    color: #42484C;
}
.hist-order-td-inside.td-size {
    width: 23.5rem;
}
@media (max-width: 1023px) {
    .hist-order-td-inside.td-size {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .hist-order-td-inside.td-size {
        width: 33.3%;
        text-align: left;
    }
}
.hist-order-td-inside.td-num {
    width: 24.5rem;
}
.hist-order-td-inside.td-num span {
    display: none;
}
@media (max-width: 767px) {
    .hist-order-td-inside.td-num span {
        display: inline;
        font-weight: bold;
        font-size: 1.4rem;
    }
}
@media (max-width: 1023px) {
    .hist-order-td-inside.td-num {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .hist-order-td-inside.td-num {
        width: 33.3%;
        text-align: center;
    }
}
.hist-order-td-inside.td-price {
    width: 13rem;
}
@media (max-width: 1023px) {
    .hist-order-td-inside.td-price {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .hist-order-td-inside.td-price {
        width: 33.3%;
        text-align: right;
    }
}

.hist-order-thumb {
    display: inline-block;
}

@media (max-width: 1023px) {
    .hero-in.hero-career {
        background-position: 35% bottom !important;
    }
}
@media (min-width: 768px) {
    .hero-in.hero-career {
        background-image: url(./images/career-hero.jpg);
        background-position: 0px bottom;
    }
}
@media (max-width: 767px) {
    .hero-in.hero-career {
        background-image: url(./images/career-hero.jpg) !important;
        background-position: right 24% bottom -50px !important;
        background-size: 80rem auto !important;
    }
}
.hero-in.hero-career .car-descr {
    max-width: 56rem;
    width: 100%;
}
@media (max-width: 767px) {
    .hero-in.hero-career .hero-wrap-body {
        padding-top: 3rem;
    }
}

#we-happy {
    padding: 6rem 0 4rem;
}
@media (max-width: 767px) {
    #we-happy {
        padding: 3rem 0 2rem;
    }
}

.we-happy {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .we-happy {
        display: block;
    }
}

.we-happy-thumb {
    float: left;
    width: 81.8rem;
}
@media (max-width: 1200px) {
    .we-happy-thumb {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .we-happy-thumb {
        width: 100%;
        margin-bottom: 20px;
    }
}

.we-happy-descr {
    margin-left: 13.6rem;
}
@media (max-width: 1200px) {
    .we-happy-descr {
        margin-left: 0;
        width: 50%;
    }
}
@media (max-width: 767px) {
    .we-happy-descr {
        width: 100%;
    }
}
.we-happy-descr-in {
    width: 53rem;
}
@media (max-width: 1200px) {
    .we-happy-descr-in {
        width: 100%;
        padding: 0 2rem;
    }
}
@media (max-width: 767px) {
    .we-happy-descr-in {
        padding: 0;
    }
}
.we-happy-descr h3 {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 5.5rem;
}
@media (max-width: 767px) {
    .we-happy-descr h3 {
        font-size: 2rem;
        line-height: 1.3;
    }
}
.we-happy-descr p {
    font-size: 1.6rem;
    line-height: 3.4rem;
    margin-bottom: 3rem;
}
@media (max-width: 767px) {
    .we-happy-descr p {
        font-size: 1.4rem;
        line-height: 1.8;
    }
}
.we-happy-descr h4 {
    font-weight: bold;
    font-size: 1.6rem;
}
.we-happy-descr ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.we-happy-descr ul li {
    font-size: 1.6rem;
    line-height: 3.4rem;
}

.tit-car-who {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 5.5rem;
}
@media (max-width: 767px) {
    .tit-car-who {
        margin-bottom: 1rem;
    }
}
.tit-car-who h3 {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 5.5rem;
}
@media (max-width: 767px) {
    .tit-car-who h3 {
        font-size: 2rem;
        line-height: 1.3;
    }
}

.car-why-we {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .car-why-we {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.one-car-why-we {
    width: calc(33.33% - 10px);
    background-color: #42484C;
    padding: 5rem 7.3rem 6rem;
    text-align: center;
}
@media (max-width: 767px) {
    .one-car-why-we {
        width: 100%;
        margin-bottom: 10px;
        padding: 3rem 4rem 4rem;
    }
}

.one-car-why-tit {
    font-size: 1.6rem;
    font-weight: bold;
    color: #D0BB8A;
    float: left;
    width: 100%;
    margin-bottom: 1.5rem;
}

.one-car-why-descr {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.9;
}

#about-career-sec {
    padding: 10rem 0 12rem;
}
@media (max-width: 767px) {
    #about-career-sec {
        padding: 3rem 0 4rem;
    }
}

@media (max-width: 767px) {
    .go-with-us-bt {
        text-align: right;
    }
}
.go-with-us-bt a {
    width: 26rem;
}

#team {
    background-color: #F8F5F0;
    padding: 11rem 0 8rem;
    float: left;
    width: 100%;
}
@media (max-width: 767px) {
    #team {
        padding: 3rem 0 3rem;
    }
}

.team-tit {
    font-size: 3.6rem;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 4.5rem;
    font-size: 2rem;
    line-height: 1.3;
}
@media (max-width: 767px) {
    .team-tit {
        font-size: 2rem;
        line-height: 1.3;
    }
}

.team-wrap {
    float: left;
    width: 100%;
}

.team-wrap-in {
    margin: 0 -12px 0 0;
}
@media (max-width: 767px) {
    .team-wrap-in {
        margin: 0;
    }
}

.one-team {
    float: left;
    width: 20%;
    padding-right: 1.2rem;
    margin-bottom: 1.4rem;
}
@media (max-width: 1200px) {
    .one-team {
        width: 25%;
    }
}
@media (max-width: 1023px) {
    .one-team {
        width: 33.333%;
    }
}
@media (max-width: 767px) {
    .one-team {
        width: 100%;
    }
}

.one-team-in {
    float: left;
    width: 100%;
    position: relative;
}

.one-team-thumb {
    float: left;
    width: 100%;
    position: relative;
}
.one-team-thumb .now {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.one-team-thumb .how {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.one-team-thumb:hover .how {
    opacity: 1;
}

.one-team-descr {
    position: absolute;
    padding: 0 1.8rem 1.5rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    left: 0;
    bottom: 0;
    width: 100%;
}

.one-team-name {
    font-weight: bold;
}

.vak-page h1 {
    font-size: 6.4rem;
}
@media (max-width: 767px) {
    .vak-page h1 {
        font-size: 2rem;
        line-height: 1.3;
    }
}

.vak-descr {
    max-width: 94rem;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2;
}

.vak-drop {
    float: left;
    width: 100%;
    padding-top: 5rem;
    margin-bottom: 3.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .vak-drop {
        display: block;
        padding-top: 2rem;
        margin-bottom: 1rem;
    }
}

.vak-one-drop {
    width: 39rem;
}
@media (max-width: 1023px) {
    .vak-one-drop {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .vak-one-drop {
        width: 100%;
        margin-bottom: 20px;
    }
}

.vak-one-drop-name {
    font-size: 1.8rem;
    font-weight: bold;
}
@media (max-width: 767px) {
    .vak-one-drop-name {
        font-size: 1.4rem;
    }
}

.vak-one-drop-select .jq-selectbox {
    width: 100%;
}
.vak-one-drop-select .jq-selectbox .jq-selectbox__select {
    padding: 0 3.6rem 0 1.3rem;
    line-height: 3.8rem;
    height: 4rem;
    font-size: 1.4rem;
    font-weight: normal;
}
.vak-one-drop-select .jq-selectbox .jq-selectbox__trigger {
    right: 1.2rem;
    opacity: 0.5;
}
.vak-one-drop-select .jq-selectbox li {
    font-size: 1.4rem;
}

.all-vak {
    float: left;
    width: 100%;
}

.vak-num {
    float: left;
    width: 100%;
    margin-bottom: 5.3rem;
    font-size: 1.8rem;
    font-weight: bold;
}
@media (max-width: 767px) {
    .vak-num {
        margin-bottom: 2.8rem;
    }
}

.all-vak-bady {
    float: left;
    width: 100%;
}

.all-vak-bady-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.8rem;
}
@media (max-width: 1023px) {
    .all-vak-bady-in {
        margin: 0;
    }
}

.one-vak {
    width: calc(50% - 1.6rem);
    margin: 0 0.8rem 1.5rem;
    position: relative;
    background-color: #F8F5F0;
}
@media (max-width: 1023px) {
    .one-vak {
        width: 100%;
        margin: 0 0 1.5rem;
    }
}

.one-vak-in {
    float: left;
    width: 100%;
    padding: 3.6rem 13.6rem;
}
@media (max-width: 1200px) {
    .one-vak-in {
        padding: 3rem 3rem;
    }
}
@media (max-width: 767px) {
    .one-vak-in {
        padding: 2.5rem 2rem;
    }
}
.one-vak-in > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9;
}

.one-vak-tit {
    font-size: 2.4rem;
    font-weight: bold;
    float: left;
    width: 100%;
}
@media (max-width: 767px) {
    .one-vak-tit {
        font-size: 2rem;
    }
}

.one-vak-geo {
    float: left;
    width: 100%;
    font-size: 1.6rem;
    padding-left: 26px;
    background: url(./images/geo.svg) left 0.2rem no-repeat;
}

.one-vak-det {
    position: absolute;
    right: 4.2rem;
    bottom: 1.8rem;
    color: #42484C;
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    padding-right: 4rem;
    background-size: 2.5rem;
    background: url(./images/arrow-show-map.svg) right center no-repeat;
}
@media (max-width: 1023px) {
    .one-vak-det {
        position: static;
        float: right;
        margin-top: 1rem;
    }
}

.vak-page {
    padding-bottom: 21.4rem;
}

.vak-page.sin {
    background: url(./images/vak-page-bg.jpg) right bottom no-repeat;
    background-size: 73.6rem auto;
    margin-bottom: -11.5rem;
}
@media (max-width: 1200px) {
    .vak-page.sin {
        background: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    .vak-page.sin .product {
        padding-top: 3.5rem;
    }
}

.vak-single {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}

.vak-top {
    float: left;
    width: 100%;
    background-color: #F8F5F0;
    padding: 3rem 13.6rem 4rem;
    margin-bottom: 6rem;
}
@media (max-width: 1023px) {
    .vak-top {
        padding: 3rem;
    }
}
@media (max-width: 767px) {
    .vak-top {
        padding: 1.5rem;
        margin-bottom: 3rem;
    }
}

.vak-top-name {
    font-size: 3.6rem;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .vak-top-name {
        font-size: 2rem;
        line-height: 1.3;
    }
}

.vak-top-geo {
    float: left;
    font-size: 1.8rem;
    padding-left: 2.7rem;
    margin-right: 4.6rem;
    background: url(./images/geo.svg) left 0.2rem no-repeat;
}
@media (max-width: 767px) {
    .vak-top-geo {
        width: 100%;
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
        padding-left: 3.2rem;
        background-size: contain;
        background-position: 7px center;
    }
}

.vak-top-who {
    float: left;
    font-size: 1.8rem;
    padding-left: 4.7rem;
    margin-right: 4.6rem;
    background: url(./images/who-job.svg) left 0.2rem no-repeat;
}
@media (max-width: 767px) {
    .vak-top-who {
        width: 100%;
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
        padding-left: 3.2rem;
        background-size: contain;
    }
}

.vak-top-times {
    float: left;
    font-size: 1.8rem;
    padding-left: 3rem;
    margin-right: 4.6rem;
    background: url(./images/cal.svg) left 0.2rem no-repeat;
}
@media (max-width: 767px) {
    .vak-top-times {
        width: 100%;
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
        padding-left: 3.2rem;
        background-size: contain;
        background-position: 5px center;
    }
}

.vak-top-wrap {
    float: left;
    width: 100%;
    padding-left: 14rem;
}
@media (max-width: 1023px) {
    .vak-top-wrap {
        padding-left: 3rem;
    }
}
@media (max-width: 767px) {
    .vak-top-wrap {
        padding-left: 0;
    }
}
.vak-top-wrap h3 {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .vak-top-wrap h3 {
        font-size: 2rem;
        line-height: 1.3;
    }
}
.vak-top-wrap p {
    font-size: 1.6rem;
    line-height: 1.9;
}
.vak-top-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    font-size: 1.6rem;
    line-height: 1.9;
}

.vak-form {
    float: left;
    width: 100%;
    margin-top: 14rem;
    padding-left: 4.5rem;
}
@media (max-width: 767px) {
    .vak-form {
        margin-top: 2rem;
        padding-left: 0;
    }
}
.vak-form .vak-form-in {
    max-width: 67.5em;
    width: 100%;
}
.vak-form .login-form-left {
    width: 100%;
}
.vak-form .send-bt {
    width: 100%;
    margin-top: 3rem;
}
@media (max-width: 767px) {
    .vak-form .send-bt {
        margin-top: 1rem;
    }
}
.vak-form .one-login-inp input {
    border-left: none;
    border-top: none;
    border-right: none;
    padding: 0;
}
.vak-form .vak-form-tit {
    font-size: 3.6rem;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 2.5rem;
    padding-left: 6rem;
}
@media (max-width: 767px) {
    .vak-form .vak-form-tit {
        font-size: 2rem;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .jq-file__name {
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .jq-file__browse {
        font-size: 1.2rem;
    }
}

.must-have.vak-have {
    float: left;
    width: 100%;
    margin-top: -2.5rem;
    margin-bottom: 1.5rem;
}

#car-why-we.why-we-vak-page {
    margin-bottom: 8.4rem;
}

@media (min-width: 768px) {
    .hero-in.hero-contact {
        background-image: url(./images/ukr.jpg);
        background-position: right 2rem center;
        background-size: 64vw;
    }
}
@media (max-width: 767px) {
    .hero-in.hero-contact {
        background: none;
    }
}
.hero-in.hero-contact .cont-hero-descr {
    max-width: 42rem;
    width: 100%;
}
.hero-in.hero-contact .hero-wrap-body {
    max-height: inherit;
}
@media (max-width: 767px) {
    .hero-in.hero-contact .hero-wrap-body {
        padding-top: 3rem;
    }
}

.cont-hero-descr {
    width: 42rem;
}

.hero-cont-tit {
    font-size: 6.4rem;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 3rem;
}
@media (max-width: 767px) {
    .hero-cont-tit {
        font-size: 2.2rem;
        line-height: 1.3;
    }
}

.cont-hero-text {
    float: left;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.9;
}

.cont-hero-one {
    margin-bottom: 5rem;
}
.cont-hero-one span {
    font-weight: bold;
}

.email {
    color: #42484C;
    text-decoration: underline;
}

#line-feed {
    float: left;
    width: 100%;
    background-color: #42484C;
}

.line-feed {
    float: left;
    width: 100%;
    padding: 6rem 6rem 6rem 0;
}
@media (max-width: 767px) {
    .line-feed {
        padding: 4rem 0 2rem;
    }
}

.line-feed-tit {
    float: left;
    position: relative;
}
@media (max-width: 767px) {
    .line-feed-tit {
        width: 100%;
        text-align: center;
    }
}

.career-italic-cont {
    width: 18.2rem;
    margin-left: 15rem;
    position: absolute;
    top: -3rem;
}
@media (max-width: 767px) {
    .career-italic-cont {
        width: 9rem;
        margin-left: -1rem;
        left: 50%;
    }
}

.line-feed-tit-in {
    font-size: 6.4rem;
    color: #fff;
    font-weight: bold;
}
@media (max-width: 767px) {
    .line-feed-tit-in {
        font-size: 2.2rem;
    }
}

.line-feed-bt {
    float: right;
}
@media (max-width: 767px) {
    .line-feed-bt {
        width: 100%;
        text-align: center;
        padding-top: 2rem;
    }
}
.line-feed-bt a {
    width: 21.2rem;
}

#comments {
    background: url(./images/b-forg-bg.png) left 2rem no-repeat;
    background-size: 53rem auto;
}
@media (max-width: 767px) {
    #comments {
        background: none;
    }
}

.comments {
    float: left;
    width: 100%;
    padding: 5.5rem 28rem 2.5rem 5rem;
    position: relative;
}
@media (max-width: 1023px) {
    .comments {
        padding: 4rem 0 2.5rem 1rem;
    }
}

.one-comment {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4.2rem;
}

.one-comment-left {
    float: left;
    width: 20.8rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.8rem;
    flex: 0 0 20.8rem;
    font-size: 1.8rem;
}
@media (max-width: 767px) {
    .one-comment-left {
        font-size: 1.4rem;
        width: 14rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14rem;
        flex: 0 0 14rem;
    }
}
.one-comment-left span {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    display: block;
}
@media (max-width: 767px) {
    .one-comment-left span {
        font-size: 1.6rem;
    }
}

.one-comment-right {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2;
}
@media (max-width: 767px) {
    .one-comment-right {
        font-size: 1.4rem;
    }
}

.info-all-comm {
    font-size: 1.6rem;
}

.bt-more-comm {
    position: absolute;
    right: 6rem;
    bottom: 4rem;
}
@media (max-width: 1023px) {
    .bt-more-comm {
        position: static;
        float: left;
        width: 100%;
        padding-top: 20px;
        text-align: right;
    }
}
.bt-more-comm a {
    width: 21.2rem;
}

.modal-form-one.cont-form-bt-send {
    text-align: right;
}
.modal-form-one.cont-form-bt-send .send-bt {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}

/*
  квадрат
  {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 50%;
	margin-left: -4px;
	border: none;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
	*/
/*# sourceMappingURL=style.css.map */
