/* body {
    margin: 0;
    background: linear-gradient(180deg, rgba(30, 144, 255, 0.4) 0%, rgba(196, 196, 196, 0) 100%) no-repeat center center / cover;
    height: 1000px;
}

.head-nav a {
    color: #FFFFFF;
}

.icon-search {
    color: #FFFFFF;
}

.dropdown-content a {
    color: #FFFFFF;
}

main h1 {
    font-weight: bold;
    font-size: 64px;
    line-height: 78px;

    color: #FFFFFF;


} */
a:focus {
  outline: none;
}

.intro {
  width: 100%;
}
.intro .slick-list {
  pointer-events: none;
}
.video::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      180deg,
      rgba(30, 144, 255, 0.4) 0%,
      rgba(196, 196, 196, 0) 100%
    )
    no-repeat center center / cover;
  position: absolute;
  opacity: 0.5;
}

.video {
  display: block;
  width: 100%;
  min-height: 402px;
}

#pop-up {
  position: relative;
  z-index: 4;
}

#home .main-container {
  position: relative;
  z-index: 3;
  max-width: 1255px;
}
.wrapper {
  justify-content: space-between;
}
.white-theme a {
  color: #ffffff;
}

.main-block {
  position: absolute;
  bottom: 191px;
  margin-left: 150px;
  display: flex;
  z-index: 2;
  height: 244px;
}

.main-block__link img {
  width: 56px;
  height: 56px;
}

.main-block_first {
  width: 1050px;
}

.main-block_second {
  width: 980px;
    display: flex;
    justify-content: space-between;
}

.main-block_third {
  width: 976px;
  justify-content: space-between;
}

.main-block_fourth {
  width: 905px;
  height: 286px;
  justify-content: space-between;
}

.main-block__title {
  width: 100%;
}

.main-block__title h1 {
  font-weight: bold;
  font-size: 64px;
  line-height: 78px;
  color: #ffffff;
  text-align: left;
  margin: 0;
}

.main-block_third .main-block__title h1,
.main-block_third .main-block__profit p,
.main-block_fourth .main-block__title h1,
.main-block_fourth .main-block__profit p {
  color: #002857;
}

.dropdown-content button {
  color: #ffffff;
  font-weight: bold;
}
.main-block__profits {
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: baseline;
  z-index: 1;
  width: 100%;
}

.main-block_first .main-block__profits,
.main-block_third .main-block__profits {
  justify-content: space-between;
}

.main-block_second .main-block__profits,
.main-block_fourth .main-block__profits {
  margin-left: 13px;
}

.main-block_second .main-block__profit {
  margin-right: 90px;
}

.main-block_fourth .main-block__profit:first-child {
  margin-right: 120px;
}

.main-block__profit {
  display: flex;
  align-items: baseline;
  width: 280px;
}
.main-block__profit img {
  margin-right: 15px;
}
.main-block__profit p {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
  display: flex;
  position: relative;
}
.main-block__profit p img {
  margin-right: 0;
  position: absolute;
  top: 42px;
  width: 20px;
  height: 20px;
  left: 72%;
}

.main-block__profit p img.img_language {
  width: 21px;
  left: 64%;
}
.main-block__profit p img.img_procent {
  top: 9px;
  width: 59px;
  height: 50px;
  left: 74%;
}
.media-ad {
  position: fixed;
  top: 105px;
  right: -51px;
  transition: all 300ms ease-in-out;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 99px;
  height: 132px;
  background: #b5944f;
  background-image: linear-gradient(
    331.22deg,
    #a67a1e -2.45%,
    rgba(255, 255, 255, 0) 19.42%,
    rgba(13, 58, 96, 0) 33.83%,
    rgba(255, 255, 255, 0.19) 49.23%,
    rgba(38, 78, 124, 0) 61.16%,
    rgba(252, 254, 255, 0.38) 82.53%,
    #b5944f 92.96%
  );
  border-radius: 20px 0px 0px 20px;
}
.media-link {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.media-ad-slideback {
  right: 0px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.media-ad-icon {
  margin-bottom: 10px;
}
.media-ad-text p {
  font-weight: bold;
  font-size: 9px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
}

/* style-vlad */
.sidebar-wrapper {
  margin-left: 64px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
  padding: 9vh 0 30px 0;
}
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  height: 100vh;
  width: 450px;
  background: #ffffff;
  transform: translateX(450px);
  transition: transform 0.3s;
  -webkit-transform: translateX(450px);
  -moz-transform: translateX(450px);
  -ms-transform: translateX(450px);
  -o-transform: translateX(450px);
}


button.btn__cart {
  background: none !important;
  border: none !important;
}
#cart .sidebar-wrapper {
  margin-left: 0px;
  padding: 10vh 70px 9vh 60px;
}

#cart .reg-box {
  margin-top: 0px;
  margin-left: 0;
}

#cart .sidebar h2 {
  line-height: 30px;
  margin-bottom: 28px;
  margin-top: 0;
  max-width: 290px;
}

#cart .mini-cart {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 3px;
}

#cart .mini-cart__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}

#cart .mini-cart__header a {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: #002857;
}

#cart .mini-cart__header a:hover {
  color: #002857;
}

#cart .mini-cart__btn-cancel {
width: 26px;
height: 26px;
background: #F1F2F6;
display: flex;
align-items: center;
justify-content: center;
border: none;
border-radius: 50%;
}

#cart .mini-cart__btn-cancel img {
  height: 11px;
}

#cart .mini-cart__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

#cart .mini-cart__price .mini-cart__price_left {
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

#cart .mini-cart__price .mini-cart__price_right {
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
}

#cart .common-big-box .reg-box {
  margin-bottom: 15px;
}

#cart .logo-box {
  margin-bottom: 30px;
}

#cart .mini-cart__img {
  margin-bottom: 9px;
}

#cart .mini-cart__img a img {
  width: 114px;
  height: 114px;
  border: none;
  padding: 0;
}

#cart .mini-cart__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#cart .mini-cart__footer a.mini-cart__footer_catalog {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  color: #002857;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#cart .mini-cart__footer a.mini-cart__footer_catalog img {
  margin-left: 5px;
  width: 5px;
  height: 11px;
  display: block;
  transition: all 0.3s;
}

#cart .mini-cart__footer a.mini-cart__footer_catalog:hover img {
  margin-left: 9px;
}

#cart .mini-cart__footer a.mini-cart__footer_cart:hover {
  background: #B5944F;
  color: #ffffff;
}

#cart .mini-cart__footer a.mini-cart__footer_cart {
  background: #FFFFFF;
  border: 1px solid #B5944F;
  border-radius: 25px;
  width: 217px;
  height: 45px;
  color: #B5944F;
  transition: all 0.3s;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
}

#cart .mini-cart__footer a.mini-cart__footer_cart:hover {
  background: #B5944F;
  color: #ffffff;
}

.nav--open .sidebar {
  transform: translateX(0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

#cart .sidebar.nav--open {
  transform: translateX(0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.nav__overlay {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.nav--open .nav__overlay, #cart .sidebar.nav--open~.nav__overlay {
  visibility: visible;
  opacity: 1;
}

.sidebar .cancel-cross-sidebar {
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 22px;
  font-size: 25px;
}
.sidebar .cancel-cross-sidebar:hover {
  color: #b5944f;
}
.sidebar h2 {
  font-size: 24px;
  line-height: 27px;
  text-align: left;
  color: #0d3a60;
  margin-bottom: 18px;
}
.global {
  justify-content: flex-start;
}
.right-side-form input {
  background: #ffffff;
}
.right-side-form input:active {
  border: 1px solid #0d3a60;
}
.submit-form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.submit-form a {
  margin: 0;
}
.sumbit_underline {
  text-decoration: underline;
}
.main-button {
  width: 130px;
  margin: 0;
  margin-right: 73px;
}

.input-choose .container-box {
  margin-bottom: 18px;
}
.common-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 320px;
}
.logo-box {
  margin-top: 0px;
}
.logo-box p {
  font-weight: bold;
  font-size: 18px;
  margin-left: 11px;
  text-transform: uppercase;
}
.reg-box {
  width: 100%;
  margin: 0 auto;
  align-items: baseline;
  margin-top: 19px;
  margin-left: 20px;
}
.reg-box p {
  display: block;
  font-size: 12px;
  line-height: 15px;
  margin-left: 15px;
  color: #0d3a60;
}
.reg-button {
  margin-top: 25px;
  width: 193px;
}
.mob-nav {
  display: none;
}
/* style-vlad */

/*style-liza*/
.main-page {
  position: absolute;
  transform: translateX(50%);
  right: 50%;
  width: 100%;
  z-index: 1;
  top: 0;
}

.video video {
  object-fit: cover;
  height: 100vh;
  position: relative;
  z-index: -1;
  display: block;
  width: 100vw;
}

a.main-block__link {
  margin-top: 20px;
  z-index: 9;
  pointer-events: all;
}
.main-block_first a.main-block__link {
  margin-top: 90px;
  margin-left: 35px;
}
.main-block_third a.main-block__link,
.main-block_second a.main-block__link {
  margin-top: 99px;
}

.main-block_fourth a.main-block__link {
  margin-top: 24px;
}


.intro .slick-dots li {
  width: 12px;
  height: 0;
}


.slick-dots li button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #1e4fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}

.slick-dots li:hover button:after {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 35px;
  line-height: 0;
  top: 0.5px;
  width: auto;
  height: auto;
  color: #ffffff;
  opacity: 0.49;
}
.slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 1;
}
.slick-dots button.dots_white:before {
  color: #ffffff;
  opacity: 1;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.progress {
  display: block;
  position: absolute;
  bottom: 65px;
  transform: translateX(50%);
  right: 50%;
  width: 95vw;
  height: 2px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.49);
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-repeat: no-repeat;
  background-size: 0% 100%;
}
.container__main {
  position: relative;
}
.progress-trans {
  transition: all 15s cubic-bezier(0, 0, 0.46, 0.47);
}
.break_m, .video video.break_m {
  display: none;
}
li.cart__col_mob {
  margin-top: 20px;
}
@media (min-width: 1800px) {
  ul.slick-dots {
    position: absolute;
    bottom: 65.52px;
    display: flex;
    justify-content: space-between;
    padding: 0 37px 0 26vw;
    z-index: 2;
  }
}
@media (max-width: 1800px) {
  ul.slick-dots {
    position: absolute;
    bottom: 65.52px;
    display: flex;
    justify-content: space-between;
    padding: 0 25px 0 25.5vw;
    z-index: 2;
  }
}

@media (max-width: 1030px) {
  .header-deks {
    display: none;
  }
  .main-block__title h1 {
    font-size: 24px !important;
    line-height: 29px;
  }
  .main-block__link img {
    width: 20px;
    height: 20px;
  }
  .main-block {
    width: 292px !important;
    margin-left: 0;
    height: auto;
    flex-direction: column;
    bottom: 60px;
  }

  .main-block_second .main-block__profits,
  .main-block_fourth .main-block__profits {
    margin-left: 0px;
  }
  .main-block_first .main-block__title {
    margin-bottom: 130px;
  }
  .main-block_second .main-block__title {
    margin-bottom: 100px;
  }
  .main-block_third .main-block__title {
    margin-bottom: 130px;
  }

  .main-block_fourth .main-block__title {
    margin-bottom: 96px;
  }

  .break_d, .video video.break_d {
    display: none;
  }
  .break_m, .video video.break_m {
    display: block;
  }

  .main-block__profit img {
    margin-right: 6px;
    width: 7px;
    height: 7px;
  }
  .main-block__profit p {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 15px;
  }
  .main-block__profit p img {
    top: 2px;
    width: 10px;
    height: 10px;
    left: 106%;
  }
  .main-block__profit p img.img_language {
    width: 10px;
    left: 104%;
  }
  .main-block__profit p img.img_procent {
    top: -5px;
    width: 20px;
    height: 16px;
    left: 104%;
  }
  .main-block__profit {
    align-items: center;
    margin-bottom: 13px;
  }
  .main-block__profits .main-block__profit:last-child {
    margin-bottom: 0;
  }
  a.main-block__link {
    margin: 0 !important;
    width: 100vw;
    display: flex;
    justify-content: center;
  }
  .main-block__descr {
    display: flex;
    flex-direction: column;
    margin-left: 28px;
  }
  .main-block__profits {
    flex-direction: column;
    bottom: 56px;
  }
  .progress {
    bottom: 26.5px;
    width: 75vw;
    height: 1px;
  }
  ul.slick-dots {
    bottom: 27.5px;
    padding: 0 13vw 0 32vw;
  }
  .slick-dots li button:before {
    font-size: 19px;
    top: 1px;
  }
  .slick-dots li button:after {
    top: 1px;
    left: 50%;
    border: 1px solid #1e4fff;
    width: 18px;
    height: 18px;
  }
  .intro .slick-dots li {
    width: 6px;
}

  .media-ad {
    top: 111px;
    width: 60px;
    height: 85px;
    right: 0;
  }
  .media-ad-icon {
    margin-bottom: 0;
    height: 40px;
    margin-bottom: 5px;
    margin-right: 8px;
  }
  .media-link {
    align-items: flex-end;
  }
  .media-ad-icon img {
    width: 40px;
    height: 40px;
  }
  .media-ad-text p {
    font-weight: 500;
    font-size: 6px;
    line-height: 9px;
    padding-right: 5px;
    text-align: right;
  }
}
@media screen and (max-width: 650px) {
  .video {
    min-height: 208px;
  }
  .circle {
    position: relative;
    display: inline-block;
    font-size: 9px;
  }
  #cart .sidebar-wrapper {
    padding: 44px 20px 18px;
    justify-content: flex-start;
  }
  li.cart__col_mob {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 100%;
    margin-top: 20px;
}
#cart .mini-cart__footer {
  align-items: flex-start;
  margin-left: 40px;
}
#cart .logo-box {
  margin-bottom: 7px;
}
.common-big-box .common-box img {
  width: 21px;
    height: auto;
}
#cart .mini-cart__price {
  margin-bottom: 25px;
}

  .sidebar {
    width: 100%;
  }
  .sidebar-wrapper {
    margin-left: 0;
    height: 100vh;
    padding: 30px 20px 20vh;
}
 .sidebar__form .right-side-form, .sidebar__form input, .password {
  width: 100%;
 }
 .sidebar__form .password-control {
  right: 22px;
}
  .circle .arrow_down,
  .arrow_upp {
    position: absolute;
    left: 14px;
    bottom: 5px;
    width: 6px;
  }

  .circle .arrow_upp {
    display: none;
  }

  .circle:hover .dropdown-content {
    display: block;
  }

  .circle:hover .arrow_down {
    display: none;
  }

  .circle:hover .arrow_upp {
    display: block;
  }

  .arrow_upp {
    position: absolute;
    left: 13px;
    bottom: 3px;
    width: 6px;
}

  .auth {
    width: 32px;
    height: 32px;
    background: #002857;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .auth img {
    margin: 0;
  }
  .media-ad {
    z-index: 5;
  }
  .login .menu img {
    margin-top: 0px;
  }
  .mob-hide-block {
    position: relative;
    top: 0;
    z-index: 6;
  }
  .mob-hide-overlay {
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .mob-hide-open {
    display: block;
  }
  .mob-hide-open .mob-hide-block {
    z-index: 7;
    background-color: #f1f2f6;
    transform: translateY(0);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .mob-hide-open .mob-hide-overlay {
    visibility: visible;
    opacity: 1;
  }

  .mob-language {
    display: block;
  }
  .more-option .mob-language {
    margin-right: 20px;
  }
  .underline {
    height: 1px;
    background-color: #b7b7b7;
    width: 95vw;
    margin: 0 auto;
  }
  .mob-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    height: 100vh;
    width: 100vw;
    background: #ffffff;
    transition: transfrom 0.3s;
    transform: translateX(450px);
    -webkit-transform: translateX(450px);
    -moz-transform: translateX(450px);
    -ms-transform: translateX(450px);
    -o-transform: translateX(450px);
    -webkit-transition: transfrom 0.3s;
    -moz-transition: transfrom 0.3s;
    -ms-transition: transfrom 0.3s;
    -o-transition: transfrom 0.3s;
  }

  .mob-overlay {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .nav--open .mob-overlay {
    visibility: visible;
    opacity: 1;
  }

  .mob-sidebar .mob-cancel-cross {
    position: absolute;
    cursor: pointer;
    top: 17px;
    right: 16px;
    font-size: 25px;
  }
  .mob-sidebar .mob-cancel-cross:hover {
    color: #b5944f;
  }
  .mob-head-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 55px;
    margin-left: 14px;
    margin-top: 23px;
  }
  .burg-wrapper {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .mob-head-logo .mob-cancel-cross img {
    width: 20px;
  }

  .head-link-drp {
    display: flex;
    align-items: center;
  }
  .head-link-drp img {
    width: 12px;
    height: 8px;
    margin-left: 25px;
  }
  .dropdown-list {
    display: none;
  }
  .dropdown-list ul {
    margin-left: 15px;
    margin-bottom: 20px;
  }
  .icon-box {
    display: block;
    transition: all 300ms ease-in-out;
  }
  .icon-rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .contact-block {
    display: flex;
    margin-top: 55px;
    margin-bottom: 90px;
    margin-left: 17px;
  }
  .contact-block p,
  .contact-block a {
    color: #b5944f;
  }
  .contact-block__mail {
    display: flex;
    flex-direction: column;
    margin-right: 70px;
  }
  .contact-block__logo {
    display: flex;
    align-items: center;
  }
  .contact-block__logo p {
    margin-right: 8px;
  }
  .contact-block__phone {
    display: flex;
    flex-direction: column;
  }
  .contact-block__phone a {
    line-height: 25px;
  }
  .contact-block img {
    width: 13px;
    height: 11px;
  }
  .more-option {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
  }
  .mob-language {
    display: block;
  }
  .more-option .mob-language {
    margin-right: 20px;
  }
  .mob-circle .arrow_down,
  .arrow_upp {
    left: 13px !important;
    bottom: 4px;
    width: 5px;
  }
  .mob-circle .dropbtn {
    width: 32px;
    height: 32px;
  }
  .dropdown-content {
    margin-left: -10px;
  }
  .dropdown-content button {
    color: #002857;
    font-size: 9px;
    padding-right: 5px;
  }
  .dropdown-content button:first-child {
    padding-top: 0px !important;
}
  .mob-circle:hover .dropdown-content {
    display: flex;
    margin: 0;
    align-items: center;
    position: absolute;
    left: -29px;
    top: 46px;
  }
  .more-option .mob-circle {
    width: 30px;
    height: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08),
      -4px -4px 10px rgba(191, 191, 191, 0.16);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .mob-auth {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25),
      -4px -4px 10px rgba(65, 67, 69, 0.14);
  }
  .underline {
    height: 1px;
    background-color: #b7b7b7;
  }
  .mob-nav.mob-nav-open {
    transform: translateX(0);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }

  .mob-overlay {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
  }
}

@media (max-width: 600px) {
  ul.slick-dots {
    bottom: 27.5px;
    padding: 0 11vw 0 31vw;
  }
  .container__main .intro {
    height: 100vh;
    
  }
}

@media (max-width: 330px) {
  ul.slick-dots {
    padding: 0 10vw 0 30vw;
  }
  
}

/*/style-liza*/
