* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: normal;
  color: #3A3A3A;
  padding-top: 114px;
}
a{
  color: #3A3A3A;
  transition: ease 0.25s all;
  -webkit-transition: ease 0.25s all;
  -o-transition: ease 0.25s all;
  -moz-transition: ease 0.25s all;
  text-decoration: none;
}
a:hover, a:focus, a:active, a:visited{
  color: #3A3A3A;
  text-decoration: underline;
}
:focus {outline: none !important;}
::-moz-focus-outer, ::-moz-focus-inner {
  border: 0px !important;
  padding: 0;
}
input, textarea,input:active, textarea:active {outline:none;}
input[type="checkbox"]:focus, input[type="radio"]:focus {
  visibility: hidden;
}

svg:not(:root) {
  overflow: unset;
}


.headerContactsTopSocials a {
  font-size: 0;
    line-height: 0;
}
.btn{
  background: #0A3886;
  border: 1px solid #0A3886;
  padding-left: 30px;
  padding-right: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  text-decoration: none;
  transition: ease 0.25s all;
  letter-spacing: 1%;
  cursor: pointer;
}
.btn span {
  font-weight: 300;
  margin: 0;
}
.btn:focus, .btn:active, .btn:visited{
  text-decoration: none;
  outline: none;
  color: #fff;
}
.btn:hover{
  color: #0A3886 !important;
  text-decoration: none;
  background: #fff;
}

input[type=text]{
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #E4E5E6;
  padding-left: 20px;
  background: #F8F9FA;
  transition: ease 0.25s all;
  -webkit-transition: ease 0.25s all;
  -o-transition: ease 0.25s all;
  -moz-transition: ease 0.25s all;
}
input[type=text]:focus{
  border: 1px solid #E4E5E6;
}

.styledBox{
  display: none;
}
.styledBox + label{
  display: block;
  padding-left: 30px;
  color: #949596;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}
.styledBox + label a {
  color: #949596;
  text-decoration: underline;
}
.styledBox + label a:hover {
  text-decoration: none;
}
.styledBox + label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #E4E5E6;
  background: #F8F9FA;
}
.styledBox.errorCheck + label:before {
  border: 1px solid red;
  background: #f0c2e8;
}
.styledBox:checked + label::after {
  position: absolute;
  left: 4px;
  top: 4px;
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/ico/checkbox.svg") center no-repeat;
}

.container {
  width: 100%;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.flexRow {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}

.header {
  height: 114px;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  padding-top: 12px;
  padding-bottom: 25px;
  background: #fff;
  z-index: 1000;
  box-shadow: 0px 1px 5px 0px #6464641A;
}
.header .flexRow {
  justify-content: space-between;
  align-items: center;
}
.header .headerLogo {
  width: 140px;
  padding-top: 4px;
}
.header .headerLogo a {
  display: block;
}
.header .headerLogo a img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}
.header .headerNavigation {
  width: 100%;
  max-width: calc(100% - 540px);
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-top: 31px;
}
.header .headerContacts {
  width: 400px;
  display: flex;
  flex-direction: column;
}
.header .headerContacts .headerContactsTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header .headerContacts .headerContactsTop .headerContactsTopSocials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-right: 24px;
}
.header .headerContacts .headerContactsTop .headerContactsTopSocials a {}
.header .headerContacts .headerContactsTop .headerContactsTopSocials a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.header .headerContacts .headerContactsTop a.phoneLink {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #000;
  padding-left: 26px;
  min-height: 22px;
  text-decoration: none;
    display:block!important;
}

.header .headerContacts .headerContactsTop p {
    margin: -8px 10px 0 0;
    font-size: 13px!important;
}
.header .headerContacts .headerContactsBottom {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
  gap: 14px;
}
.header .headerContacts .headerContactsBottom .btn {
  font-size: 12px !important;
  line-height: 12px;
  height: 34px;
}
.header .showMobileMenu {
  display: none;
}
.header .mobileControls {
  display: none;
}

.mobileMenu {
  display: none;
}

.mainSeo.seoText {
  padding-top: 20px;
  padding-bottom: 20px;
}
.seoText {}
.seoText h2 {
  padding: 0;
  margin: 0;
  font-family: Cormorant;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px;
}
.seoText p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 13px;
  line-height: 22.75px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #797979;
}

.footer {
  background: #6C757D;
  padding: 25px 0;
}
.footer .flexRow {

}
.footer .footerLogo {
  width: 145px;
}
.footer .footerLogo a {
  display: block;
}
.footer .footerLogo a img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}
.footer .footerNavigation {
  padding-left: 120px;
}
.footer .footerContacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
  padding-left: 120px;
}
.footer .footerContacts .footerContactsLine {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer .footerContacts a {
  color: #fff;
}
.footer .footerContacts .phoneLink {
  font-weight: 700;
}

.innerPage {
  padding: 100px 0;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  margin: 0px auto;
  border-radius: 5px;
}
.white-popup.longPopup {
  max-width: 710px;
}
.white-popup.shortPopup {
  max-width: 410px;
}
.white-popup .mfp-close {
  width: 16px;
  height: 16px;
  font-size: 0;
  opacity: 1;
  background: url("../images/ico/close.svg") center no-repeat;
  top: 10px;
  right: 10px;
}

.white-popup.shortPopup .orderProductInfo {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E4E5E6;
  border-top: 1px solid #E4E5E6;
  align-items: center;
}
.white-popup.shortPopup .orderProductInfo .orderProductImage {
  width: 67px;
  height: 50px;
  border-radius: 5px;
  object-fit: cover;
}
.white-popup.shortPopup .orderProductInfo .orderProductName {
  width: calc(100% - 70px);
  padding-left: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
}

.bx-catalog-element .bx-title{
	font-weight: 600;
	font-size: 32px;
}
.product-item-detail-pay-block{
	border: 0;
}
.product-item-detail-pay-block .ratings{
	padding-bottom: 15px;
    border-bottom: 1px solid #D8DCDF;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.bx_item_detail_rating .bx_stars_rating_votes{
	padding-left: 5px;
}
.product-item-detail-pay-block .ratings .info_product{
	color: #596472;
	font-weight: 400;
	font-size: 14px;
}
.bx_item_detail_rating{
	margin-bottom: 0;
}
.product-item-detail-info-container .price_tag .base{
	font-weight: 600;
	font-size: 15px;
	color: #989EA7;
	text-decoration-line: line-through;
}
.product-item-detail-info-container .price_tag .price{
	font-weight: 600;
	font-size: 26px;
	color: #101820;
}
.product-item-detail-info-container .availability{
	font-weight: 600;
	font-size: 14px;
	margin-top: 10px;
}
.product-item-detail-info-container .availability .no{
	display: flex;
	color: #989EA7;
    align-items: center;
    grid-gap: 10px;
}
.product-item-detail-info-container .availability .yes{
	color: #49BE7B;
	display: flex;
    align-items: center;
    grid-gap: 10px;
}
.product-item-detail-info-container .button_block{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 15px;
}
.product-item-detail-info-container .button_block .product-item-amount .product-item-amount-field-container{
	display: flex;
    padding: 9px;
    background: #FAFAFA;
    border: 1px solid #D8DCDF;
    border-radius: 3px;
}
.product-item-detail-info-container .button_block .product-item-amount .product-item-amount-field-container .product-item-amount-field-btn-minus, .product-item-detail-info-container .button_block .product-item-amount .product-item-amount-field-container .product-item-amount-field-btn-plus{
	background: none;
}
/*
.btn-link.product-item-detail-buy-button{
	padding: 10px 20px !important;
    height: auto;
    width: auto;
    display: inline-block;
    max-width: none;
    text-transform: none;
    white-space: nowrap;
    margin: 0 !important;
}
.btn.product-item-detail-buy-button span{
	position: unset;
	display: contents;
	font-weight: 600;
	font-size: 14px !important;

}
.bx-catalog-element .buy-click-product-btn{
	background: #FFFFFF;
    border: 1px solid rgba(10, 56, 134, 0.6);
    border-radius: 3px;
    text-align: center;
    color: #0A3886 !important;
    padding: 8px 20px !important;
    max-width: none;
    width: auto;
    margin: 0 !important;
}
*/
.product-item-detail-info-container, .product-item-detail-info-container .button_block .product-item-amount .product-item-amount-field-container{
	margin: 0;
}
.product-item-detail-info-container .price_tag{
	padding-top: 20px;
}
.product-item-detail-characteristics-block{
	margin-top: 30px;
}
.product-item-detail-characteristics-block li{
	list-style-type: none;
	display: flex;
    flex-direction: row;
    align-items: center;
}
.product-item-detail-characteristics-block li .name_charact{
	width: 35%;
	display: flex;
    align-items: center;
    white-space: nowrap;
}
.product-item-detail-characteristics-block li .name_charact div:nth-child(1){
	font-weight: 600;
	font-size: 14px;
	color: #596472;
}
.product-item-detail-characteristics-block li .name_charact div:nth-child(2){
	width: 100%;
    position: relative;
    border-bottom: 1px dashed #D8DCDF;
    bottom: -5px;
}
.product-item-detail-characteristics-block li .info_charact{
	font-weight: 400;
	font-size: 14px;
	color: #596472;
}
.product-item-detail-characteristics-block a{
	font-weight: 400;
	font-size: 14px;
	border-bottom: 1px dashed rgba(10, 56, 134, 0.5);
    margin-left: 17px;
}
.product-item-detail-delivery-block{
	padding: 24px 20px;
	background: #FFFFFF;
	border: 1px solid #D8DCDF;
	border-radius: 3px;
	margin-top: 30px;
	margin-left: 15px;
	display: flex;
    flex-wrap: wrap;
    gap: 19px;
}
.product-item-detail-delivery-block div{
	width: 48%;
	position: relative;
	padding-left: 30px;
}
.product-item-detail-delivery-block div:nth-child(3){
	width: 100%;
}
.product-item-detail-delivery-block img{
	position: absolute;
	left: 0;
	top: 5px;
}
.product-item-detail-delivery-block b{
	font-weight: 600;
	font-size: 14px;
	color: #101820;
}
.product-item-detail-delivery-block p{
	margin-bottom: 0;
	font-weight: 400;
	font-size: 14px;
	color: #596472;
}
.product-item-title a{
	font-weight: 400;
	font-size: 15px !important;
	color: #596472;
}
.sort{
	float: right;
    font-size: 14px !important;
}
.sort select{
	background: #FAFAFA;
    border: 1px solid #D8DCDF;
    border-radius: 3px;
    padding: 10px;
    width: 200px;
    margin-left: 10px;
}

@media (max-width: 820px) {
  body {
    padding-top: 80px;
  }
  body.openedMenu {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .header {
    height: 80px;
    position: fixed;
    padding-top: 7px;
    padding-bottom: 10px;
  }
  .header .headerLogo {
    width: 120px;
  }
  .header .headerNavigation, .header .headerContacts {
    display: none;
  }
  .header .mobileControls {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .header .showMobileMenu {
    display: block;
  }
  .mobileMenu.active {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1001;
    left: 0;
    top: 0;
    padding: 70px 30px;
    flex-direction: column;
  }
  .mobileMenu.active .closeMobileMenu {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    display: block;
  }
  .mobileMenu.active .mobileMenuList {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
  }
  .mobileMenu.active .mobileMenuList li {
    padding: 20px 0;
    border-bottom: 1px solid #6464641A;
  }
  .mobileMenu.active .mobileMenuList li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
  }
  .mobileMenu.active .headerContactsSearch {
    width: 100%;
  }
  .mobileMenu.active .headerContactsTopSocials {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .mobileMenu.active .headerContactsTopSocials img {
    width: 36px;
    height: 36px;
    object-fit: contain;
  }
  .footer .footerLogo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer .footerNavigation {
    padding-left: 0;
    width: 50%;
  }
  .footer .footerNavigation .footerLinks {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    flex-direction: column;
  }
  .footer .footerContacts {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #fff;
    padding-left: 0px;
    justify-content: flex-start;
    align-items: flex-end;
    width: 50%;
  }
  .footer .footerContacts .footerContactsLine {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .giftsPage .giftsPagePromo {
    height: 295px;
    padding-top: 230px;
    margin-bottom: 220px;
  }
  .giftsPage .giftsPagePromo .giftsPagePromoText .giftsPagePromoInfo {
    padding-top: 30px;
    padding-left: 200px;
    padding-right: 200px;
  }
  .giftsPage .giftsCatalog {
    position: relative;
  }
  .giftsPage .giftsCatalog .giftsCatalogWrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .giftsPage .giftsCatalog .giftsCatalogWrap .giftsCatalogSidebar {
    width: 100%;
    padding-right: 0px;
    position: relative;
  }
  .giftsPage .giftsCatalog .giftsCatalogWrap .giftsCatalogSidebar .giftsCatalogSidebarTitle {
    position: relative;
  }
  .giftsPage .giftsCatalog .giftsCatalogWrap .giftsCatalogSidebar .giftsCatalogSidebarTitle:before {
    width: 24px;
    height: 24px;
    display: block;
    content: "";
    position: absolute;
    left: 80px;
    top: 3px;
    background: url("../images/ico/dropdown.svg") center center no-repeat;
  }
  .giftsPage .giftsCatalog .giftsCatalogWrap .giftsCatalogSidebar .sidebarSectionsList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 14px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #fff;
    width: 100%;
    display: none;
  }
  .giftsPage .giftsCatalog .giftsCatalogWrap .giftsCatalogSidebar .sidebarSectionsList.active {
    display: block;
  }
  .giftsPage .giftsCatalog .giftsCatalogWrap .giftsCatalogProducts {
    width: 100%;
    padding-left: 0px;
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .mobileMenu.active {
    padding: 30px 30px;
  }
  .giftsPage .giftsPagePromo .giftsPagePromoText .giftsPagePromoTitle {
    font-family: Cormorant;
    font-weight: 300;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
  }
  .giftsPage .giftsPagePromo .giftsPagePromoText .giftsPagePromoInfo {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .giftsPage .giftsPagePromo {
    height: 295px;
    padding-top: 230px;
    margin-bottom: 150px;
    background-size: cover;
  }
}
.basket-items-list-item-amount .basket-item-amount-filed {
  padding-left: 0;
  height: auto;
}
.basket-items-list-item-amount .basket-item-amount-filed-block {
  margin-left: 10px;
  margin-right: 10px;
}
.basket-items-list-item-amount .basket-item-block-amount {
  padding-left: 20px;
  padding-right: 20px;
}

.phoneHed {
  background: url("../images/ico/phone.svg") left center no-repeat;
}

.phoneHed a {
  display:block!important;
  background:none!important;
}

.header .headerContacts .headerContactsTop {
  align-items: center;
}

.footerLinks li a {
  text-transform: none !important;
}

.footerLinks {
  display: block!important;
}

.footerNavigation {
  display: flex;
  gap: 0 40px;
}

.footerContactsLine span {
  display: block;
  margin-bottom: 14px;
}

.footer {
  font-family: Raleway;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}