@import url(binotel.css);

* {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 5px;
  background: #F1F2F6;
}
::-webkit-scrollbar-thumb {
  width: 5px;
  height: 130px;
  background: #b5944f;
}

#pop-up {
  transition: all 0.4s;
}
.hide-block {
  margin-top: -98px;
}


a:focus, a:hover {
  text-decoration: none;
}
.search {
  cursor: pointer;
}
.show-block {
  display: block;
  margin-top: 0;
  background-color: #f1f2f6;
}
#pop-up.white-hide {
  position: absolute;
  margin: 0;
  width: 100%;
}
.white-hide.hide-block {
  top: -98px;
}
.white-hide.show-block {
  top: 0;
}

.original-block {
  background-color: #f1f2f6;
}

.container {
  padding: 0;
}

.breadcrumb {
  background: none;
  border: none;
  display: flex;
  padding: 0;
    margin: 0;
    margin-top: 35px;
}

.breadcrumb>li+li:before {
  display: none;
}

.breadcrumb > li {
  display: flex;
  align-items: center;
  padding: 0;
    margin-right: 5px;
}

title {
  text-transform: capitalize;
}
.breadcrumb > li a {
  text-transform: capitalize;
}

.breadcrumb li:not(:last-child) a {
  color: #B3B3B3;
}

.breadcrumb > li:after {
  content: '';
    display: block;
    position: static;
    background: url('../image/nextlink.svg') center center/cover no-repeat;
    width: 3px;
    height: 4px;
    border: none;
    -webkit-transform: none;
    -moz-transform: none;
    margin-left: 5px;
}

.breadcrumb li:last-child::after {
  display: none;
}

.price, .price span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0d3a60;
}

.price .price-old {
  text-decoration: line-through;
  color: rgba(13, 58, 96, 0.67);
}


.white-block {
  background-color: #ffffff;
}

.search-input {
  position: relative;
}
.search-input button {
  border: none;
}
#pop-up .cancel-cross {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 16px;
  font-size: 22px;
}

#pop-up .cancel-cross img {
  width: 21px;
  height: 21px;
}
#pop-up .cancel-cross:hover {
  color: #b5944f;
}
.positioning {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 508px;
  margin: 0 auto;
}

.positioning input {
  margin: 0 auto;
  margin-top: 26px;
  margin-bottom: 26px;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 25px;
  padding-left: 10px;
  width: 100%;
  height: 45px;
  font-size: 14px;
}

.positioning input::placeholder {
  color: #b5944f;
}

.positioning input:focus {
  background-color: #f1f2f6;
  border: 1px solid #dedede;
}

.positioning .cancel-cross i {
  font-size: 22px;
  color: #0d3a60;
}

.search-button {
  position: absolute;
  top: 26px;
  right: 0px;
  display: flex;
  align-items: center;
  width: 126px;
  height: 45px;
  border: 1px solid #b5944f;
  box-sizing: border-box;
  border-radius: 30px;
  background: #b5944f;
  transition: all 0.3s;
}

.search-button .icon-search {
  margin-left: 13px;
  margin-right: 8px;
  margin-top: 5px;
  color: #ffffff;
  font-size: 24px;
}

.search-button .search-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}
.search-button:hover {
  background: #ffffff;
}
.search-button:hover .icon-search,
.search-button:hover p {
  color: #b5944f;
}
.media-ad {
  position: fixed;
  top: 171px;
  right: -51px;
  transition: all 300ms ease-in-out;
  z-index: 1;
  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-icon {
  margin-bottom: 10px;
}
.media-ad-text p {
  font-weight: bold;
  font-size: 9px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
}
.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;
}
p,
input,
label,
a,
ul,
span,
div,
body,
small {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 30px;
  color: #0d3a60;
  text-decoration: none;
  margin: 0;
}

span {
  color: #ffffff;
}

h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #0d3a60;
}

h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #0d3a60;
}

ul {
  list-style: none;
}

.main-container {
  position: relative;
  max-width: 1255px;
  margin: 0 auto;
  display: block;
}

.wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.golden {
  color: #b5944f;
}
/* Header */

header {
  height: 77px;
}

header.header_white {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
}

.head-nav {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 5px;
}

.head-nav a {
  margin-right: 40px;
  font-size: 14px;
}

.head-auxiliary {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 5px;
}

.head-auxiliary > div {
  margin-right: 15px;
}

.head-auxiliary > div:last-child {
  margin: 0;
}


/*cart*/

.head-auxiliary .cart {
  margin-right: 25px;
}

.icon-container {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.head-auxiliary .cart {
  position: relative;
}

.head-auxiliary .cart span#cart-total {
  position: absolute;
  top: 10px;
  left: 71%;
  color: #ffffff;
  z-index: 2;
  text-align: center;
  font-size: 9px;
}

.head-auxiliary .cart span#cart-total::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../image/Ellipse_1.svg);
  background-repeat: no-repeat;
  z-index: -1;
}

.head-auxiliary .btn__cart.dropdown-toggle {
  background: none;
  border: none;
}

.white-theme .btn__cart.dropdown-toggle img {
  filter: brightness(0) invert(1);
}

#content.cart-big{
  padding: 0;
  margin-top: 35px;
}

.cart__row {
  padding: 48px 0 55px;
  background: #F1F2F6;
}

.cart__row .container {
  display: flex;
}

.cart__row .cart__header {
  text-transform: uppercase;
    margin: 0;
    font-size: 36px;
    text-align: left;
    margin-bottom: 51px;
}

.cart__row .common-big-box {
  margin-right: 40px;
}

.cart__row .common-box {
  min-width: 350px;
  margin-left: 5px;
}

.cart__row form {
  width: 100%;
}

.cart-table {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 46px 50px 51px 38px;
}

.cart-table__row_header {
  display: flex;
  margin-left: 42%;
  margin-right: 12%;
  justify-content: space-between;
}

.cart-table__row-product {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(207, 199, 199, 0.42);
  padding: 10px 20px 10px 0px;
}

.cart-table__row-product_mob {
  display: none;
}

.cart-table__header, .cart-table__header span {
  color: #9B9B9B;
  font-size: 9px;
  font-weight: 400;
  line-height: 11px;
  display: flex;
  justify-content: center;
}
.row, .form-horizontal .form-group {
  margin: 0;
}


.cart-table__row {
  display: flex;
  justify-content: space-between;
  flex-grow: 3;
}

.cart-table__row div {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #002857;
    font-size: 12px;
    line-height: 14px;
}

.cart-table__row .cart-table__articl {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  max-width: 100px;
  text-align: center;
}

.cart-table__img {
  width: 66px;
  padding: 0;
  border: none;
  margin-right: 20px;
}

.cart-table__name {
  display: flex;
  flex-direction: column;
  margin-right: 25px;
  width: 140px;
}

.cart-table__total {
  min-width: 60px;
}

.cart-table__price {
  min-width: 53px;
}

button.cart-table__remove {
  background: #fff;
  border: none;
  line-height: 1;
  display: flex;
  align-items: center;
}

button.cart-table__remove img {
  width: 15px;
  height: 17px;
  display: block;
}

input.form-control.cart-input-quantity {
  border: none;
  box-shadow: none;
  padding: 0;
  width: 35px;
  height: 16px;
  line-height: 15px;
  font-size: 10px;
  text-align: center;
  padding: 0 3px;
  color: #002857;
}

.cart-table__quantity {
  border: 2px solid #B5944F;
  border-radius: 25px;
  width: 80px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-table__quantity .qty-button {
  cursor: pointer;
  padding: 11px 0;
}

.cart-table__quantity .qty-button img {
  width: 7px;
  display: block;
}

.cart-table__name a {
  color: #002857;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
}

.cart-table__name small {
  color: #9B9B9B;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}

.cart-table__name .text-danger {
  color: #a94442;
  line-height: 1px;
  margin-bottom: 5px;
}

.cart-table .cart__total {
display: flex;
justify-content: flex-end;
width: 100%;
margin: 31px 0 22px;
}

.cart__total .cart__total_price {
font-size: 14px;
font-weight: 700;
line-height: 17px;
color: #002857;
}

.cart__total .cart__total_price:last-child {
  display: none;
}

.cart__total_descr {
font-size: 12px;
text-align: right;
font-weight: 400;
color: #002857;
max-width: 360px;
line-height: 15px;
}
.cart__total_descr span {
  font-weight: 700;
  color: #002857;
  line-height: 15px;
}

.cart__total_wraperr {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.alert-danger {
  display: block;
}

.alert-danger_mob {
  display: none;
}
.cart__row .alert-danger {
  max-width: 1170px;
  margin: 0px auto 30px;
}
.cart__total .cart__total_price span {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: #002857;
}
.container.cart-suc {
  width: 100%;
  background: #F1F2F6;
  margin-top: 40px;
}
.container.cart-suc ~ footer {
  margin-top: 0px;
}
.container.cart-suc #content {
  max-width: 1170px;
  margin: 0 auto;
  float: none;
}
.container.cart-suc .account__title {
  text-align: center;
  margin-top: 50px;
}
.container.cart-suc .cart-suc__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin-top: 60px;
  text-transform: uppercase;
}
.container.cart-suc p {
  text-align: center;
  color: #000000;
  font-weight: 400;
  font-size: 12px;
  line-height: 23px;
  margin-top: 30px;
}
.container.cart-suc .main-button {
  margin: 50px auto 0;
  background: transparent;
}
.container.cart-suc .main-button:hover {
  background: #b5944f;
}


@media (max-width: 950px) {

  .row {
    margin: 0;
  }
  .breadcrumb {
    padding-left: 17px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .breadcrumb li a {
      font-size: 10px;
  }
  #content.cart-big {
    margin-top: 8px;
}
  .alert-danger {
    display: none;
  }
  .alert-danger_mob {
    display: block;
    margin: 20px 0 0;
  }
  .cart__row {
    padding: 27px 0 0px;
}
  .cart__row .container {
    flex-direction: column;
}
.cart__row .cart__header {
  font-size: 24px;
  line-height: 23px;
  margin: 0px 0px 40px 16px;
}
.cart__row .common-box {
  min-width: auto;
  margin-left: 24px;
}
.cart__row .common-big-box {
  margin-right: 0px;
  margin-bottom: 57px;
}
.cart-table__row-product {
  display: none;
}
.cart-table {
  padding: 0px 17px 35px 17px;
}
.cart-table__row {
  justify-content: flex-start;
  width: 100%;
}
button.cart-table__remove {
  justify-content: flex-end;
  flex-grow: 3;
}
.cart-table__row-product_mob {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 21px 0px 65px 0px;
}
.cart-table__row_header {
  display: none;
}
.cart-table__row .cart-table__col {
  flex-direction: column;
  min-width: 120px;
  justify-content: flex-start;
  align-items: flex-start;
}
.cart-table__col .cart-table__articl {
  text-transform: uppercase;
}
.cart-table__col .cart-table__price, .cart-table__col .cart-table__articl {
  justify-content: space-between;
  width: 100%;
}

.cart-table__price {
  margin-bottom: 6px;
}
.cart-table__col .cart-table__header {
  color: #9B9B9B;
  font-size: 9px;
  font-weight: 400;
  line-height: 11px;
}
.cart-table__articl .cart-table__header {
  text-transform: initial;
}
.cart-table__img {
  width: 66px;
  height: 66px;
  margin-right: 13px;
}
.cart-table__column {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 7px;
  border-bottom: 1px solid rgba(207, 199, 199, 0.42);
  padding-bottom: 13px;
}
.cart-table__column .cart-table__name {
  margin-right: 0px;
  width: 100%;
  margin-bottom: 13px;
}
.cart-table__quantity {
  width: 95px;
}
.cart-table__quantity .qty-button {
  padding: 0 10px;
}
.cart-table__total {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 17px;
  margin-top: 10px;
  color: #002857;
  font-size: 14px;
}
.cart-table .cart-table__row-product_mob:not(:nth-child(3)) {
  border-top: 1px solid rgba(207, 199, 199, 0.42);
  padding-top: 17px;
}
.cart-table .cart__total {
  margin: 0px 0 22px;
}
.cart__total .cart__total_price {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cart__total_descr {
  text-align: justify;
  max-width: 100%;
  line-height: 18px;
}
}
/*/cart*/

.head-auxiliary .circle {
  position: relative;
  display: inline-block;
  font-size: 9px;
}

.head-auxiliary .circle .arrow_down,
.arrow_upp {
  position: absolute;
  left: 15px;
  bottom: 5px;
  width: 6px;
}

.head-auxiliary .circle .arrow_upp {
  display: none;
}

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

.head-auxiliary .circle:hover .arrow_down {
  display: none;
}

.head-auxiliary .circle:hover .arrow_upp {
  display: block;
}

.head-auxiliary .auth {
  width: 27px;
  height: 27px;
  background: #002857;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 4px;
}

.head-auxiliary .auth img {
  margin-left: 6px;
  margin-top: 5px;
}
.head-auxiliary .login {
  display: flex;
  align-items: center;
  width: 64px;
  height: 32px;
  background: #ffffff;
  border-radius: 20px;
  justify-content: space-between;
}

.login .menu {
  margin-left: 12px;
}
.login .menu img {
  width: 12px;
  height: 21px;
}

.login .login__wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropbtn {
  cursor: pointer;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  color: #002857;
  font-size: 9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  margin-left: 8px;
}

.dropdown-content button {
  color: #002857;
  font-size: 9px;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 7px 0 0;
  font-weight: 500;
  text-decoration: none !important;
  outline: none !important;
}

.dropdown-content li:first-child {
  padding-top: 5px;
}
.dropdown-content li {
  list-style: none;
}

.dropdown-content button:hover {
  color: #b5944f;
}
.head-nav a:hover {
  color: #b5944f;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}

.head-nav a:last-child {
  margin-right: 0px;
}
.dropdown-catalog-list {
  background: #ffffff;
  border-radius: 13px;
}
.dropdown-catalog-list ul a {
  color: #000000;
}
.catalog-list {
  width: 209px;
  height: 148px;
}
.catalog-wrapper {
  height: 37px;
}
.catalog-wrapper > li {
  margin-left: 19px;
  padding-top: 4px;
}
.catalog-wrapper:first-child {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.catalog-wrapper:last-child {
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}
.catalog-list > div:hover {
  background: #f1f2f6;
}
.head-catalog-list {
  position: relative;
}
.head-catalog-list .catalog-link {
  padding-bottom: 25px;
}
.dropdown-catalog-list {
  position: absolute;
  left: -10px;
  top: 48px;
  display: none;
  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;
}
.head-catalog-list:hover .dropdown-catalog-list {
  display: block;
}
.list-show {
  display: block;
}
/* End of Header */

/* Main */
main {
  margin-top: 35px;
}

.main-link-page {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 35px;
}
.main-link-page a {
  margin-right: 5px;
}
.main-link-page a:last-child {
  color: #000000;
}
.main-link-page img {
  margin-right: 5px;
}

.switch-link {
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: #b2b2b2;
}

.switch-link:hover {
  text-decoration: underline;
}

.main-title {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 62px;
}

.main-tags {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  text-align: center;
  margin-top: 71px;
}

.title_upp {
  text-transform: uppercase;
}
.input_company {
  display: none;
}

.tag-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 269px;
}

.box-image img {
  width: 150px;
  height: 150px;
}

.tag-box p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 30px;
  color: #0d3a60;
  padding-top: 40px;
}

.main-form {
  text-align: center;
}

.head-form img {
  margin-bottom: 58px;
  margin-top: 58px;
}

.head-form h2 {
  padding-bottom: 40px;
}

.head-form p {
  margin-bottom: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #002857;
}

.head-form a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #b5944f;
  text-decoration: underline;
  cursor: pointer;
}

.global {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 723px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.sidebar .global {
  width: auto;
}
.sidebar__form {
  justify-content: start;
}

.global label {
  height: 25px;
  margin-bottom: 5px;
  text-align: left;
}

form input {
  width: 340px;
  height: 45px;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 25px;
  font-size: 14px;
}

.forgotten form input {
  width: 340px;
  height: 45px;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 25px;
  font-size: 14px;
}

.global input {
  padding-left: 23px;
  margin-bottom: 18px;
}

.global input:focus {
  background-color: #edf8ff;
  border: 1px solid #0d3a60;
}

.global__input {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 25px;
  width: 340px;
  height: 45px;
  padding-left: 20px;
  transition: all 0.3s;
  box-shadow: none !important;
}
.global__input:focus {
  background-color: #edf8ff;
  border: 1px solid #0d3a60;
}


.global .register__group {
  width: 340px;
  display: flex;
  flex-direction: column;
}
.global .register__group > div {
  width: 100%;
  padding: 0;
}
.global input.main-button {
  margin: 60px auto 0;
}
.forgotten .global {
  width: 340px;
}
.forgotten .account-back {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.forgotten .global input.main-button {
  margin: 0px auto 0;
}
.forgotten p {
  width: 100%;
  margin: 20px 0;
  font-size: 14px;
  text-align: center;
}
.forgotten .global .register__group {
  position: relative;
}
.forgotten .global .register__group .password-control {
  right: 35px;
}
.forgotten .submit-form {
  width: 340px;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20px;
}
.forgotten .submit-form .sidebar__btn {
  width: 145px;
  margin: 0;
}

.left-side-form,
.right-side-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sidebar__form .left-side-form,
.sidebar__form .right-side-form {
  align-items: flex-start;
}

.left-side-form {
  margin-right: 45px;
}

.left-side-form,
.right-side-form label {
  text-align: left;
}

.right-side-form label {
  width: 100%;
}

.input-choose {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 100%;
  margin-right: 92px;
}
.sidebar .input-choose {
  margin-right: 0;
  justify-content: flex-start;
}

.container-box {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  cursor: pointer;
  top: 12px;
  left: 0;
  height: 12px;
  width: 12px;
  border: 1px solid #0d3a60;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.input-choose .checkmark {
  border-radius: 0 !important;
  top: 12px;
  left: 0;
}

.container-box input:checked ~ .checkmark {
  background-color: #b5944f;
  border: 1px solid #b5944f;
  cursor: pointer;
}

.container-box input:checked ~ .checkmark + .label_with_check {
  color: #b5944f;
  cursor: pointer;
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.label_with_check,
.check_with_labe {
  cursor: pointer;
}

.input-choose .checkmark:after {
  left: 3px;
  top: 1px;
  width: 5px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

input:checked ~ .checkmark:after {
  display: block;
}

.password {
  position: relative;
}
.password-control {
  position: absolute;
  top: 47%;
  right: 35px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../image/eyeslash.png) 0 0 no-repeat;
  margin-top: 1px;
  cursor: pointer;
}
.sidebar__form .password-control {
  right: 61px;
}

.password-control.view {
  background: url(../image/eye.png) 0 0 no-repeat;
  margin-top: 2px;
}

.main-button {
  width: 215px;
  height: 45px;
  margin-top: 62px;
  background: #ffffff;
  border: 1px solid #b5944f !important;
  box-sizing: border-box;
  border-radius: 25px;
  color: #b5944f;
  font-size: 14px;
  font-weight: 100;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 0 !important;
}

.sidebar__btn {
  width: 130px;
  margin-top: 0;
}

.reg-button {
  margin-top: 25px;
  width: 193px;
}

.main-button a {
  display: block;
  width: 215px;
  height: 45px;
  padding-top: 15px;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
}

.main-button:hover, .main-button:active, .main-button:focus {
  background: #b5944f !important;
  color: #ffffff;
}

/* end of Main */

/* Footer */
footer {
  position: relative;
  margin-top: 131px;
  padding: 0 !important;
  border: none !important;
}

footer .wrapper {
  justify-content: space-between;
  padding-top: 65px;
  align-items: flex-start;
}

.footer-top {
  background: #f6f2e7;
  padding-bottom: 103px;
}

.footer-bottom {
  background-color: #002857;
  padding-left: 5%;
}

.foot-logo img {
  margin-bottom: 19px;
  margin-left: 23px;
}

.foot-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 20px;
  color: #002857;
  margin-bottom: 20px;
  width: 255px;
  text-align: justify;
}

.foot-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: -4px;
}

.foot-links a {
  margin-right: 36px;
}

.foot-links i {
  font-size: 18px;
  transition: all 0.3s;
}

.foot-links i:hover {
  color: #b5944f;
}

.foot-info {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-right: 88px;
}

.foot-column {
  margin-left: 65px;
}

.foot-column:hover .color-switch {
  color: #b5944f;
}

.foot-column:first-child {
  margin-left: 0px;
}

.foot-column h2 {
  margin-bottom: 20px;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
  text-transform: uppercase;
}

.foot-column ul {
  text-align: left;
}

.foot-column .golden {
  color: #b5944f;
}

.foot-column .d_golden {
  color: #b5944f;
}

.footer-bottom {
  height: 64px;
  background-color: #002857;
}

.copyright {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
  padding-top: 19px;
  margin-left: -4%;
  cursor: pointer;
}

.copyright span {
  margin-right: 10px;
  color: #fff;
}

.scroll-up {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  background: url('../image/arrow_up_blue.svg') center center/cover no-repeat;
  background-color: #ffffff;
  background-size: 28px;
  box-shadow: -4px -4px 20px rgba(255, 255, 255, 0.61),
    4px 4px 10px rgba(13, 58, 96, 0.33);
  border-radius: 50%;
  position: absolute;
  top: -110%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s;
}

.scroll-up:hover, .scroll-up:active {
  background: url('../image/arrow_up_white.svg') center center/cover no-repeat;
  background-color: #002857;
  background-size: 28px;
}

/*.scroll-up:active {
  background-color: #f1f2f6;
  box-shadow: -4px -4px 20px rgba(255, 255, 255, 0.61),
    4px 4px 10px rgba(13, 58, 96, 0.33),
    inset -4px -4px 10px rgba(255, 255, 255, 0.53),
    inset 4px 4px 10px rgba(13, 58, 96, 0.38);
}*/
.white-auth {
  display: none;
}

.desktop-gold,.desktop-dark{
  display: none;
}
.cart .mini-cart__cancel img {
  display: none;
}
.cancel-cross-sidebar img {
  display: none;
}
.modal.modal__video {
  width: 700px;
  position: relative;
  background: none;
  box-shadow: none;
  max-width: initial;
  padding: 20px;
}

.modal.modal__video a.close-modal {
  top: 1px;
  right: 0px;
}
.blocker {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.ocfilter.panel-default {
  border: none;
  box-shadow: none;
}
.ocfilter.panel-default>.panel-heading {
  border: none;
  background-color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding: 20px 0px;
  border-radius: 0;
  border-top: 0.5px solid #B9B9B9;
  color: #002857;
}
.ocfilter.panel>.list-group .list-group-item {
  border-width: 0px 0px 1px 0px;
  border-radius: 0;
  margin: 0;
  padding: 35px 0;
}
.ocfilter .noUi-pips-horizontal, .ocfilter .noUi-horizontal .noUi-handle::after, .ocfilter .noUi-horizontal .noUi-handle::before {
  display: none;
}
.ocfilter .scale {
  margin-bottom: 25px;
  margin-left: 0px;
  margin-right: 0px;
  border: none;
  box-shadow: none;
  height: 4px;
}
.ocfilter .noUi-origin.noUi-background {
  background: #ffffff;
  box-shadow: none;
  border: none;
}
.ocfilter .noUi-base {
  border: 1px solid #B5944F;
}
.ocfilter .noUi-horizontal .noUi-handle {
  width: 23px;
  height: 23px;
  background: #FFFFFF;
  border: 3px solid #B5944F;
  border-radius: 100%;
  box-shadow: none;
  top: -10px;
}
.ocfilter .noUi-connect {
  background: #B5944F;
  box-shadow: none;
}
.ocfilter .ocfilter-option .ocf__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #0D3A60;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ocf__price, .ocf__price span {
  color: #0D3A60;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 30px;
}
.ocfilter .noUi-horizontal .noUi-handle-lower {
  left: -3px;
}
.ocfilter .noUi-horizontal .noUi-handle-upper {
  left: -17px;
}
.ocfilter .ocfilter-option label {
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  color: #002857;
  position: relative;
}
.ocfilter .ocfilter-option label.ocf-selected {
  color: #B5944F;
}
.ocfilter-option label small, .popover.top {
  display: none !important;
}
.ocfilter .ocfilter-option label input {
  opacity: 0;
}
.ocfilter .checkmark {
  top: 11px;
}
.panel>.list-group .list-group-item:last-child {
  border: none !important;
}


.btn.btn-primary {
  background: #B5944F;
  border-radius: 25px;
  border: none;
  box-shadow: none;
  outline: none;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  padding: 15px 20px;
  outline: none !important;
}

.btn.btn-primary:active {
  background: #B5944F;
}
.btn-primary[disabled]:hover, .btn-primary[disabled] {
  background: #B5944F;
}
.text-danger {
  color: #a94442;
  font-size: 11px;
  line-height: 18px;
}
.arrow_down.mobile {
  display: none;
}


.container.account-suc {
  text-align: center;
}
.account-suc .account__title {
  margin-bottom: 50px;
}
.account-suc p {
    max-width: 700px;
    margin: 0 auto;
    display: block;
}
.account-suc .main-button {
  margin: 50px auto 0;
}


.pagination__row {
  margin-top: 30px;
}


/* price-popup */

.price-popap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 30px;
  border: 1px solid #0D3A60;
  border-radius: 25px;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 8px;
  color: #0D3A60;
  text-transform: uppercase;
  background-color: #FFFFFF;
  transition: all 0.3s;
  margin-top: 10px;
}
.price-popap__img {
  background: url('../image/price-stick.svg') center center/12px no-repeat;
  transition: all 0.3s;
  margin-right: 4px;
  width: 12px;
  height: 12px;
}
.price-popap:hover {
  color: #fff;
  background-color: #0D3A60;
}
.price-popap:hover .price-popap__img {
  background: url('../image/price-stick-white.svg') center center/12px no-repeat;
}
#price-popup {
  width: 75%;
  max-width: 80%;
  overflow-y: scroll;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 65px 240px 85px;
  border-radius: 20px;
}
#price-popup .close-modal {
  background-image: url(../image/icon-close.svg);
  top: 40px;
  right: 60px;
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.price-modal__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 40px;
}
form.price-modal__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 630px;
  margin: 0 auto;
}
.price-modal__form .binotel__box {
  margin-bottom: 20px;
}
.price-modal__form .binotel__box input {
  width: 300px;
  height: 40px;
}
h3.price-modal__subtitle {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #0D3A60;
  margin: 35px 0 25px;
  text-transform: uppercase;
}
.price-modal__count-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 40px;
}
.price-modal__count, .price-modal__check {
  position: relative;
  display: flex;
  align-items: center;
}
.price-modal__count label {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
}
.price-modal__count input, .price-modal__check input {
  position: absolute;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  top: -2px;
  width: 14px;
  height: 14px;
}
.price-modal__checkmark {
  position: relative;
  display: block;
  border: 1px solid #002857;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.price-modal__count input:checked ~ .price-modal__checkmark::after, .price-modal__check input:checked ~ .price-modal__checkmark::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 7px;
  border: solid #B5944F;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.price-modal__check-wrapper {
  width: 100%;
}
.price-modal__check {
  flex-wrap: wrap;
  max-width: 450px;
  margin-bottom: 15px;
}
.price-modal__check .price-modal__checkmark {
  margin-right: 12px;
}
.price-modal__check label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #0D3A60;
  cursor: pointer;
}
.price-modal__info {
  display: block;
  margin-left: 20px;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #B5944F;
  cursor: pointer;
  transition: all 0.3s;
}
.price-modal__info::after {
  background-color: #B5944F;
  display: block;
  content: "";
  height: 1px;
  position: absolute;
  width: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz--transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.price-modal__info:hover::after, .price-modal__info.price-modal__info_after::after {
  width: 100px;
}
.price-modal__info img {
  margin-left: 3px;
}
.price-modal__info-photo {
  margin: 13px 0 0 24px;
  position: relative;
  display: none;
  min-width: 26%;
}
.price-modal__info-photo img {
  margin-right: 7px;
}
.price-modal__info-photo.price-modal__info-photo_360 img:first-child {
  width: 97px;
}
.price-modal__info-photo img:first-child {
  width: 76px;
  border-radius: 10px;
}
.price-modal__video-btn {
  position: absolute;
  top: 50%;
  left: 33%;
  transform: translate(-50%, -50%);
}
.price-modal__info-photo_360 {
  margin: 8px 0 0 14px;
}
.price-modal__info-photo_360 .price-modal__video-btn {
  left: 44%;
}
.price-modal__btn {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #B5944F;
  border-radius: 25px;
  width: 150px;
  height: 35px;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #FFFFFF !important;
  text-transform: uppercase;
}
.price-modal__info-photo img.price-modal__video-btn {
  margin: 0;
}

#success-popup {
    width: 75%;
    max-width: 80%;
    overflow-y: scroll;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 65px 38px 85px;
    text-align: center;
    border-radius: 20px;
    font-size: 15px;
}

/* /price-popup */

.plyr--video .plyr__control--overlaid {
  background: #fff !important;
  width: 82px;
  height: 82px;
}
.plyr--video .plyr__control--overlaid svg {
  fill: #002857;
  width: 38px;
  height: 38px;
  left: 12px;
}
.plyr__progress input[type=range], .plyr__volume input[type=range] {
  color: #002857;
}
.plyr__controls .plyr__controls__item.plyr__time, .plyr button {
  color: #fff;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: transparent;
}


/* End of Footer */
/* .jsDropdown img{
  display: none;
} */
@media screen and (max-width: 650px) {

  /* price-popup */

  #price-popup {
    width: 100%;
    padding: 50px 15px;
    max-width: 100%;
    top: 20px;
  }
  #price-popup .close-modal {
    top: 20px;
    right: 15px;
}
form.price-modal__form {
  width: 100%;
}
.price-modal__form .binotel__box input {
  width: 100%;
}
.price-modal__form .binotel__box {
  margin-bottom: 15px;
}
.price-modal__title {
  margin: 0 0 20px;
}
h3.price-modal__subtitle {
  margin: 25px 0 18px;
}
.price-modal__count-wrapper {
  padding: 0;
}
.price-modal__count label {
  font-size: 12px;
}
.price-modal__info {
 padding-left: 7px;
 margin-left: auto;
}
.price-modal__info-photo {
  width: 100%;
}
.price-modal__video-btn {
  left: 31px;
  transform: translate(0%, -50%);
}
.price-modal__info-photo_360 .price-modal__video-btn {
  left: 38px;
}
.price-modal__info:hover::after {
  width: 0px;
}
.price-modal__info.price-modal__info_after::after {
  width: 100px;
}

  /* /price-popup */


  header {
    height: 52px;
  }
  .head-logo img {
    width: 131px;
  }
  .scroll-up:hover, .scroll-up:active {
    background-size: 16px;
  }
  #pop-up .cancel-cross {
    top: 10px;
    right: 25px;
    font-size: 15px;
  }
  #pop-up .cancel-cross {
    z-index: 6;
  }
  /*#pop-up .cancel-cross .icon-cancel, .sidebar .icon-cancel {
    display: none;
  }*/
  .cancel-cross-sidebar img {
    display: block;
    width: 21px;
    height: 21px;
  }
  .mob-hide-open {
    display: block;
    margin-top: 0;
}
  .positioning input,
  .search-button {
    height: 31px;
  }
  .positioning input {
    width: 266px;
    font-size: 10px;
    margin-top: 47px;
    margin-bottom: 20px;
  }
  header .wrapper {
    justify-content: space-between;
    padding: 0 20px;
    padding-top: 15px;
  }
  .main-title {
    margin-top: 23px;
  }
  
.media-ad {
    display: flex;
    top: 107px;
    width: 55px;
    height: 73px;
    right: 0;
    z-index: 5;
  }
  .media-ad .media-ad-icon {
    margin-bottom: 0;
    height: 32px;
    margin-bottom: 5px;
    margin-right: 7px;
  }
  .media-ad .media-link {
    align-items: flex-end;
  }
   .media-ad .media-ad-icon img {
    width: 32px;
    height: 32px;
  }
  .media-ad .media-ad-text p {
    font-weight: 500;
    font-size: 5px;
    line-height: 7px;
    padding-right: 5px;
    text-align: right;
  }
  .head-nav {
    display: none;
  }
  
  .mob-head {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 14px;
  }
  .mob-head a {
    margin: 0;
    text-align: left;
    color: #002857;
    line-height: 35px;
  }
  .golden {
    color: #b5944f !important;
}
  .head-auxiliary {
    justify-content: space-between;
  }
  .head-auxiliary .language {
    display: none;
  }
  .head-auxiliary .login {
    width: 30px;
    justify-content: center;
    background-color: transparent;
    align-items: center;
  }
  .head-auxiliary .login .auth {
    display: none;
  }
  .mob-login .white-auth {
    display: block;
    margin-top: 0px;
  }
  .mob-login .blue-auth {
    display: none;
  }
  .icon-container span {
    display: none;
  }
  .search img {
    width: 21px;
    height: 21px;
  }
 
  .cart img {
    display: block !important;
    width: 21px;
    height: 21px;
  }
  .white-theme .blue-auth {
    display: none;
  }
  .white-theme .white-auth {
    display: block;
  }
  .login .menu img {
    width: 21px;
    margin-top: 4px;
    height: 19px;
  }
  footer {
    margin-top: 116px;
}
  .footer-top .wrapper {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 42px;
  }
  .footer-top {
    padding-bottom: 30px;
  }
  .foot-logo {
    margin: 0 auto;
  }
  .foot-logo img {
    display: block;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 20px;
    width: 116px;
  }
  .foot-text {
    margin: 0;
    text-align: center;
    margin-bottom: 25px;
  }
  .foot-links {
    justify-content: space-evenly;
    margin: 0 auto;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }
  .foot-links a {
    margin: 0;
  }
  .foot-info {
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 auto;
  }
  .foot-column {
    margin: 0;
    margin-bottom: 40px;
  }
  .foot-column h2,
  .foot-column li {
    text-align: center;
  }
  .copyright {
    width: 100%;
    margin: 0 auto;
    padding-left: 23px;
  }
  .scroll-up {
    position: fixed;
    width: 48px;
    height: 48px;
    left: 90vw;
    top: 87vh;
    background-size: 16px;
  }
  .main-link-page {
    justify-content: center;
    margin: 0;
  }
  .search-input {
    position: relative;
    background: #fff;
    width: 100%;
}
  .positioning {
    width: 266px;
    background: #fff;
  }
  .search-button {
    width: 87px;
    top: 47px;
  }
  .search-button .search-text {
    font-size: 12px;
    line-height: 15px;
  }
  .search-button .icon-search {
    font-size: 16px;
    margin-left: 9px;
    margin-right: 3px;
    margin-top: 2px;
  }
  /*.icon-cancel {
    display: none;
  }*/
  .dropdown-content li:first-child {
    padding-top: 0px;
  }
  .dropdown-content li {
    padding: 0 7px;
  }
  .text-danger {
    padding: 0 15px;
  }
  .jsDropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
  }
  .catalog-dropdown-button img {
    position: absolute;
    right: -35px;
  }
  .login .menu {
    margin-left: 0px;
}
#cart {
  margin-bottom: 0px;
  display: flex;
}
.head-auxiliary .cart span#cart-total {
  top: 6px;
}
.head-auxiliary .cart {
  margin: 0 20px 0 17px;
}
.head-auxiliary .search {
  margin-right: 0;
}
  .jsDropdown h2 {
    margin: 0;
  }
  .foot-column .d_golden {
    color: #0d3a60;
  }
  .foot-column .golden {
    color: #b5944f;
}
  .dropdown {
    display: none;
    margin-top: 20px;
  }
  .icon-solid {
    display: block;
    position: absolute;
    height: 10px;
    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;
  }
  .icon-none {
    display: none;
  }
  .icon-solid_first {
    margin-left: 185px;
  }
  .icon-solid_second {
    margin-left: 165px;
  }


  .global {
    width: 100%;
    justify-content: center;
  }
  .forgotten .global {
      width: 100%;
  }
  .global .register__group {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
  }
  form input {
    width: 100%;
  }
  .input-choose {
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
    padding: 0 15px;
  }
  fieldset {
    width: 100%;
  }
  .global input.main-button {
    margin: 30px auto 0;
  }
  .forgotten form input {
    width: 100%;
  }
  #content.forgotten {
    padding: 0;
  }
  .forgotten .submit-form {
    width: 100%;
    padding: 0 15px;
  }
  .forgotten .account-back {
    flex-direction: row;
    align-items: center;
    padding: 0 15px;
  }
  .forgotten .account-back a.account-back__btn {
    margin-bottom: 0;
  }
  .forgotten .global input.main-button {
    margin-left: 30px;
  }
  .forgotten p {
    padding: 0 15px;
  }

  .main-tags {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
  }
  .main-title.main-title_reg {
    margin-top: 35px;
    padding: 0;
    width: 280px;
  }
  .main-title.main-title_reg h1 {
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
  }
  .tag-box p {
    padding-top: 0;
  }
  .tag-box {
    margin-bottom: 30px;
  }
  .head-form img {
    margin-bottom: 50px;
    margin-top: 21px;
  }
  .head-form h2 {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 15px;
    padding-bottom: 30px;
  }
  .head-form p {
    margin-bottom: 50px;
  }
}

.form-input-error {
    color:#b5944f;
}

.modal a.close-modal {
    top: 12.5px!important;
    right: 12.5px!important;
}

#customer_additional input {
    width: auto;
}

 .row-customer_additional>.control-label {
    text-align: center!important;
    margin-bottom: 30px!important;
    margin-top: 40px!important;
    font-size: 14px!important;
}
.row-customer_additional {
    width:640px!important;
    margin-left: 21px!important;
}
.checkout-checkbox-title {
    margin-top: 4px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #0D3A60;
    cursor: pointer;
}
.checkout-checkbox-wrapper {
    position: relative;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    max-width: 450px;
    margin-bottom: 15px;
}

.checkout-checkbox-wrapper>.price-modal__info-photo {
        width: 100%;
    margin: 13px 0 0 0px;
position:relative;
}

.checkout-checkbox-wrapper>.price-modal__info-photo a>.price-modal__video-btn {
    position: absolute;
    top: 50%;
    left: 43px!important;
    transform: translate(-50%, -50%);
}

.ocfilter-option span {
    color:#0b3a60;
}
.btn-danger {
    color: #fff;
    background-color: #b4944f;
    border-color: #b5944f;
}

.btn-danger:hover {
    color: #fff;
    background-color: #b4944f;
    border-color: #b5944f;
}

.description h4 {
    margin-bottom: 0px!important;
}

.our-team__content {
    font-weight: bold;
    font-size: 18px;
}



@media screen and (max-width: 650px) {
.checkout-checkbox-wrapper>.price-modal__info {
    display: block;
    margin-left: -5px;
}
.main-block {
    width: 292px !important;
    margin-left: 0;
    height: auto;
    flex-direction: column;
    bottom: 260px!important;
}
ul.slick-dots {
    bottom: 127.5px!important;
    padding: 0 11vw 0 31vw;
}
.progress {
    bottom: 126.5px!important;
    width: 75vw;
    height: 1px;
}
}