.video_play:before {
	
}

.owl-carousel .owl-nav button.disabled {

}

#slider_nav_main .owl-item img {
	opacity:0.4;
}

#slider_nav_main .current img {
	opacity:1;
}

.share {
	display:inline-block;
	margin-right:20px
}

.share a {
	font-size: 15px;
    font-weight: 700;
    color: #093654;
    border: 1px solid #b8c5cd;
    border-radius: 5px;
    padding: 8px 34px 8px 14px;
	background-image: url(../img/ws.png);
	background-repeat:no-repeat;
	background-position:right 12px center;
	display:none;
}

.share.active a {
	display: block;
}

.float_buttons {
	display:none;
}

.shipping_select_1 {
	display:none;
}

.price_block_share {
	display:flex;
	align-items: center;
}

.main_new .blocks .item .whatsapp a {
	border: 1px solid #dedede;
    border-radius: 50px;
    background: #f5f0ef;
    padding: 11px 36px 9px 16px;
	position:relative;
}
/* .share {
	display: none;
} */
.share.active {
	display: inline-block;
}
.buy_title {
	clear: both;
    display: block;
    width: 100%;
    font-size: 22px;
    color: #093655;
    font-family: 'almoniTzar';
    margin-top: 18px;
}
.main_new .blocks .item .whatsapp a {
	padding: 11px 50px 9px 16px;
}

.main_new .blocks .item .whatsapp a:before {
	content:'';
	position: absolute;
	top: 50%;
	right:10px;
	transform: translate(0, -50%);
	width:32px;
	height:32px;
	background-image: url(../img/whatsapp.png);
	background-repeat:no-repeat;
	background-position:center;
}

.main_new .blocks .item .whatsapp {
	display:flex;
	margin: 56px 0 120px 0
}

.main_new .blocks .item .whatsapp a span {
	font-family:'almoniTzar';
	font-size:17px;
	font-weight:400;
	color:#093654;
}

section {
	width: 100%;
    position: relative;
}

.row {
	width: 100%;
	max-width:1570px;
	margin:0 auto;
	position:relative;
}

.main_new {
	margin-top:120px;
	margin-bottom: 80px;
}

.main_new .blocks {
	display:flex;
}

.main_new .blocks .slider_main {
	max-width:740px;
}

.main_new .blocks .item {
	width:50%;
}

.main_new .blocks .form {
	width: calc(50% - 90px);
    margin-right: 90px;
}

.main_new .blocks .form .title {
	font-family: 'almoniTzar', 'Oswald';
	font-size:40px;
	color:#093654;
}

.main_new .blocks .form .text_1 {
	font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #093654;
    font-family: 'heebo';
    margin: 10px 0;
}

.main_new .blocks .form .text_1 span {
	font-family:'almoniTzar';
	font-size:22px;
	color:#ad1b17;
	font-weight:400;
}

.main_new .blocks .form .reviews_main {
	font-size: 14px;
    color: #64727b;
    padding-right: 120px;
    position: relative;
    margin-top: 21px;
	margin-right: 115px;
}
#text_before_stars {
	font-size: 18px;
	color:#093655;
	font-weight: 700;
    font-family: 'almoniTzar';
	letter-spacing: 1px;
	position: absolute;
}

#text_before_stars strong {
	font-size: 30px;
	font-family: 'almoniTzar';
}
#text_before_stars strong em {
	font-size: 15px;
    font-style: normal;
    font-weight: 700;
    margin-right: 3px;
}

.main_new .blocks .form .reviews_main:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 102px;
    height: 16px;
    background-image: url(../img/star.jpg);
}

.main_new .blocks .form #form {
	margin-top:16px;
	padding-top:20px;
	border-top:1px solid #eee8e6;
}

.main_new .blocks .form #form .head {
	font-family:'almoniTzar';
	font-size:23px;
	color:#093654;
}

.main_new .blocks .form #form .sizes {
	display:flex;
	margin: 14px 0 28px 0;
    width: 100%;
    max-width: 480px;
}

.main_new .blocks .form #form .sizes .pole {
	position: relative;
	margin: 0 18px 0 0;
	width:calc(50% - 18px);
}

.main_new .blocks .form #form .sizes .pole:first-child {
    margin: 0 0 0 18px;
}

.main_new .blocks .form #form .sizes .pole label {
    font-size: 15px;
    font-weight: 700;
    color: #093654;
    margin-bottom: 6px;
    display: block;
}

.main_new .blocks .form #form .sizes .pole input {
    width: calc(100% - 24px);
    padding: 14px 12px;
    border: 1px solid #fff;
    font-size: 15px;
    color: #64727b;
    background: #eff1f2;
    border-radius: 4px;
}

.main_new .blocks .form #form .line_dashe {
	width:100%;
	height:1px;
	position:relative;
}

.main_new .blocks .form #form .line_dashe:before {
	content:'';
	position: absolute;
	top: 0;
	right:0;
	width:100%;
	height:1px;
	background-image: url(../img/line_dashe.png);
	background-repeat:repeat;
}

.main_new .blocks .form #form .setting {
	display: flex;
    flex-flow: wrap;
	width: 100%;
    max-width: 480px;
	margin:24px 0 6px 0;
}

.main_new .blocks .form #form .setting .block {
	margin:0 18px 18px 0;
	width:calc(50% - 18px);
	position: relative;
}

.main_new .blocks .form #form .setting .block:nth-child(2n + 1) {
	margin:0 0 18px 18px;
}

.main_new .blocks .form #form .setting .block .data {
	display: flex;
}

.main_new .blocks .form #form .setting .block .data label:first-child {
	margin: 0 0 0 auto;
}

.main_new .blocks .form #form .setting .block .name {
	font-size:14px;
	color:#64727b;
	text-align:center;
	display: block;
	margin-top: 6px;
}

.main_new .blocks .form #form .setting .block .title_block {
	font-size:15px;
	font-weight:700;
	color:#093654;
	margin-bottom: 2px;
}

.main_new .blocks .form #form .setting [type=radio] { 
	position: absolute;
}

.main_new .blocks .form #form .setting [type=radio] + img {
	cursor: pointer;
	border:2px solid #fff;
	border-radius:4px;
}

.main_new .blocks .form #form .setting [type=radio]:checked + img {
	border-color:#093654;
}

.main_new .blocks .form #form .actions {
	padding:20px 0 0 0;
	margin-right: 18px;
}

.main_new .blocks .form #form .actions .total_text {
	font-family:'almoniTzar';
	font-size:22px;
	color:#093654;
}

.main_new .blocks .form #form .actions .total_text span {
	font-family:'almoniTzar';
	font-size:22px;
	font-weight:300;
	color:#dfd4d0;
}

.main_new .blocks .form #form .actions .buttons {
	margin-top:6px;
	display: flex;
    align-items: center;
}

.main_new .blocks .form #form .actions .buttons #add_cart, .main_new .blocks .form #form .actions .buttons #add_cart_no {
	font-size:17px;
	color:#f5f0ef;
	font-weight:600;
	background:#ff9a00;
	border-radius:4px;
	padding:14px 20px 14px 46px;
	display: inline-block;
	transition:0.2s;
	position:relative;
	cursor:pointer;
}

.main_new .blocks .form #form .actions .buttons .add_cart {
	margin-left:16px;
}

.main_new .blocks .form #form .actions .buttons #add_cart:before, .main_new .blocks .form #form .actions .buttons #add_cart_no:before {
	content:'';
	position: absolute;
	top: 50%;
	left:24px;
	transform: translate(0, -50%);
	width:13px;
	height:13px;
	background-image: url(../img/add_cart_arrow.png);
	background-repeat:repeat;
}

.main_new .blocks .form #form .actions .buttons #add_cart:hover {
	background: #062a42;
}

.main_new .blocks .form #form .actions .buttons #sample, .main_new .blocks .form #form .actions .buttons #sample_no {
	border:1px solid #093654;
	border-radius:4px;
	display: inline-block;
    padding: 8px 56px 8px 16px;
	position:relative;
	cursor:pointer;
	transition:0.2s;
}

.main_new .blocks .form #form .actions .buttons #sample_no {
	cursor:default;
}

.main_new .blocks .form #form .actions .buttons #sample:hover {
	border-color:#093654;
	background:#f9f6f4;
}

.main_new .blocks .form #form .actions .buttons #sample:before, .main_new .blocks .form #form .actions .buttons #sample_no:before {
	content:'';
	position: absolute;
	top: 50%;
	right:16px;
	transform: translate(0, -50%);
	width:28px;
	height:27px;
	background-image: url(../img/add_sample.png);
	background-repeat:repeat;
}

.main_new .blocks .form #form .actions .buttons #sample span:first-child, .main_new .blocks .form #form .actions .buttons #sample_no span:first-child {
	display:block;
	font-size:17px;
	font-weight:600;
	line-height: 1;
	color:#093654;
}

.main_new .blocks .form #form .actions .buttons #sample span:last-child, .main_new .blocks .form #form .actions .buttons #sample_no span:last-child {
	display:block;
	font-size:12px;
	font-weight:400;
	color:#093654;
}

.main_new .blocks .form #form .info {
	display: flex;
    padding-top: 30px;
    margin-top: 22px;
    border-top: 1px solid #dfd4d0;
}

.main_new .blocks .form #form .info .block {
	display:flex;
	align-items: center;
	width:calc(50% - 18px);
	margin:0 18px 0 0;
	box-shadow: 0px 0px 40px 0px rgba(196, 196, 196, 0.3);
	padding: 11px 20px;
    border-radius: 10px;
}

.main_new .blocks .form #form .info .block:first-child {
	margin:0 0 0 18px;
}

.main_new .blocks .form #form .info .block img {
	margin-left:16px;
}

.main_new .blocks .form #form .info .block p {
	font-size:13px;
	color:#64727b;
	line-height: 1;
}

.main_new .blocks .form #form .info .block p strong {
	font-size:13px;
	font-weight:700;
	color:#093654;
}

.main_new .blocks .form #form .error_field {
	border-color:#ff0000!important;
}

.main_new .blocks .form #form .error {
	color: #ff0000;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    font-weight: 700;
}

.total_price {
	width: auto;
}

.total_price #sale_price span, .total_price #regular_price span {
	font-family:'almoniTzar'!important;
	font-size:60px;
	font-weight: 400;
	color: rgba(9, 54, 84, 0.459);
}

.total_price.active #sale_price span {
    color: rgba(9,54,84,1)!important;
    opacity: 1;
}

.total_price #sale_price span.symbol, .total_price #regular_price span.symbol {
	font-size:17px;
	margin-right:4px;
}

.total_price .regular {
	display:none;
	margin-left: 8px;
	position:relative;
}

.total_price .regular:before {
	content:'';
	position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
	height:1px;
	width:100%;
	background:rgba(9, 54, 84, 0.459);
}

.fade_in {
	opacity:1!important;
}

.facebook, .facebook a {
	margin:0 auto!important;
}


.facebook a:before {
	width:22px;
	height:22px;
	background-image: url(../img/gmail.png);
}

.section_2 {
	padding: 80px 0 0 0;
	overflow: hidden;
}

.section_2 .row {
	margin: 0 auto;
	max-width: 1570px;
}

.section_2 .blocks {
	width:100%;
	display:flex;
}

#tabs_section .col-12-my {
    max-width: 1570px!important;
}

.col-12-my {
    width: 100%!important;
}

.section_2 .blocks .item:first-child {
	display: flex;
    align-items: center;
	width:calc(50% - 30px);
	height:707px;
	border-radius: 20px;
	box-shadow: 0px 0px 40px 0px rgba(196, 196, 196, 0.3);
	padding:0 70px;
	margin-left:30px;
}

.section_2 .blocks .item:first-child .title {
	font-family:'almoniTzar';
	font-size:42px;
	font-weight:500;
	color:#093654;
	margin-bottom:26px;
}

.section_2 .blocks .item:first-child .text strong {
	font-size: 23px;
    font-weight: 400;
    color: #093654;
    line-height: 1.647;
    margin-bottom: 16px;
    font-family: 'almoniTzar';
}

.section_2 .blocks .item:first-child .text p {
	font-size: 16px;
	color:#64727b;
	line-height: 1.75;
	margin-bottom:16px;
}

.section_2 .blocks .item:nth-child(2) {
	width:calc(50% - 30px);
	margin-right:30px;
	border-radius: 20px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}

.section_2 .blocks .item:nth-child(2) .text_2 {
	font-family:'almoniTzar';
	font-size:42px;
	font-weight:300;
	color:#093654;
	width: 360px;
    position: absolute;
    bottom: 80px;
    right: 74px;
	opacity:0;
}

.section_2 .blocks .item .slider, .section_2 .blocks .item .slider .owl-stage-outer, .section_2 .blocks .item .slider .owl-stage-outer .owl-stage, .section_2 .blocks .item .slider .owl-stage-outer .owl-stage .owl-item {
	height: 100%;
}

.section_2 .blocks .item .slider {
	width:737.5px;*
}

.section_2 .blocks .item .slider .block {
	height: 100%;
    border-radius: 20px;
    background-position: center right!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    position: relative;
}

.section_2 .blocks .item .slider .block .text_slide {
	font-family: 'almoniTzar';
    font-size: 42px;
    font-weight: 300;
    color: #093654;
    width: 360px;
    position: absolute;
    bottom: 80px;
    right: 74px;
    opacity: 1;
}

.section_2 .blocks .item .slider .block .bg {
	height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    border-radius: 20px;
}

.class_no_text {
	 background:none!important;
}

.section_2 .blocks .item .slider .block .bg a {
	position:relative;
	display: contents;
}

.section_2 .blocks .item .slider .block.video .play {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	width: 100px;
    height: 100px;
    display: inline-block;
    border: 3px solid transparent;
    border-radius: 50%;
}

.section_2 .blocks .item .slider .block.video .play i {
	font-size: 70px;
    font-family: 'FontAwesome';
    font-style: normal;
    color: #fff;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.section_2 .blocks .item .slider .owl-nav {
	position: absolute;
    bottom: 64px;
    right: 66px;
    width: 70px;
}

.section_2 .blocks .item .slider .owl-nav button {
	position: absolute;
    width: 30px;
    height: 46px;
}

.section_2 .blocks .item .slider .owl-nav .owl-prev, .section_2 .blocks .item .slider .owl-nav .owl-next {
	background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.section_2 .blocks .item .slider .owl-nav .owl-prev span, .section_2 .blocks .item .slider .owl-nav .owl-next span {
	display:none;
}

.section_2 .blocks .item .slider .owl-nav .owl-prev {
	right: 0px;
}

.section_2 .blocks .item .slider .owl-nav .owl-next {
	left: 0px;
}

.section_2 .blocks .item .slider .owl-nav .owl-prev:before, .section_2 .blocks .item .slider .owl-nav .owl-next:before {
	font-family: 'Linearicons-Free';
    font-style: normal;
    color: #0b3755;
    font-size: 40px;
}

.section_2 .blocks .item .slider .owl-nav .owl-prev:before {
	content: "\e876";
}

.section_2 .blocks .item .slider .owl-nav .owl-next:before {
	content: "\e875";
}

.s2_text_block {
	opacity:0;
}

.section_3 {
	padding:0;
}

.section_3 .title {
	font-family:'almoniTzar';
	font-size:42px;
	font-weight:300;
	color:#093654;
	text-align:center;
}

.section_3 .blocks {
	width:100%;
	display:flex;
	margin-top:38px;
	justify-content: center;
}

.section_3 .blocks .item {
	margin-right:34px;
	background:#f5f0ef;
	border-radius: 20px;
	padding:30px;
	width: 240px;
	opacity:0;
}

.section_3 .blocks .item:first-child {
	margin-right:0;
}

.section_3 .blocks .item .title_block {
	font-family:'almoniTzar';
	font-size:26px;
	font-weight:400;
	color:#093654;
	margin:18px 0 16px 0;
}

.section_3 .blocks .item .text {
	font-size:15px;
	color:#64727b;
	line-height: 1.6;
}

.section_4 {
	padding:90px 0 0 0;
	background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_4 .title {
	font-family:'Oswald','almoniTzar','Myriad Pro' ;
	font-size:40px;
	font-weight:400;
	color:#093654;
	text-align:center;
    margin-bottom: 45px;
}
.title_s4_span {
    font-size: 40px;
    font-family: 'Oswald';
}

.section_4 .reviews {
	width: 1570px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.img-reit {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

/*.section_4 .owl-carousel.owl-rtl .owl-item {
    background: #f9f6f4;
}*/

/*.section_4 .reviews .item {
	margin:38px 0 50px 0;
	position:relative;
	width: 358px;
}*/

/*.section_4 .reviews .item .shadow {
	box-shadow: 0px 0px 20px 0px rgba(196, 196, 196, 0.3);
	padding:90px 34px 52px 34px;
	border-width: 1px;
	border-color: rgb(249, 246, 245);
	border-style: solid;
	border-radius: 20px;
	background-color: #fff;
	margin:0 19px;
	height: 294px;
}*/

/*.section_4 .reviews .rew_block:before {
	content:'';
	position: absolute;
    top: 40px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
	width:40px;
	height:27px;
	background-image: url(../img/review.png);
	background-repeat:no-repeat;
	background-position:center;
}*/
.section_4 .facebook a {
    background: transparent;
    border: 1px solid #b8c5cd;
    border-radius: 3px !important;
	color: #093654;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 49px 16px 20px;
	position:relative;
}
.section_4 .facebook {
    margin-top: 65px !important;
	text-align: center;
}

.section_4 .facebook a:before {
	content:'';
	position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
	width:27px;
	height:27px;
	background-image: url(../img/gmail.png);
	background-repeat:no-repeat;
	background-position:center;
}

.section_4 .star {
    width: 20px;
    height: 20px;
    background-image: url(../img/star-light.svg);
}
.section_4 .star-rating {
    display: flex;
    padding: 16px 28px 0px 0;
}

.section_4 .reviews .item .text {
    font-size: 16px;
    color: #093654;
    line-height: 1.75;
    text-align: right;
    padding: 16px 28px;
}

.section_4 .shadow::after {
    content: "";
    position: absolute;
    bottom: 35px;
    right: 30px;
    border-width: 21px 0 0 28px;
    border-style: solid;
    border-color: #f9f6f4 transparent;
    display: block;
    width: 0;

}

.section_4 .shadow {
    background: #f9f6f4;
    height: 230px;
    overflow: auto;
    border-radius: 0 0 10px 10px;
}

.section_4 .reviews .item .name {
    font-size: 16px;
    font-weight: 700;
    color: #093654;
    text-align: right;
    margin-top: 16px;
    padding-right: 26px;
    padding-top: 16px;
}

.reviews .owl-nav {
    position: absolute;
    top: calc(50% - 23px);
    width: 100%;
}

.reviews .owl-nav button {
	position:absolute;
	width:30px;
	height:46px;
}
.img-gall .owl-nav button.owl-next {
    left: 10px !important;
}
.img-gall .owl-nav button.owl-prev {
    right: 10px !important;
}
.img-gall .owl-nav button.owl-next::before, .img-gall .owl-nav button.owl-prev::before {
    color: #4b4b4b !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}
.img-gall .owl-nav button {
    position: absolute;
    width: 36px !important;
    height: 36px !important;
    border-radius:50%;
    background: rgb(252 251 251 / 54%) !important;
}

.reviews .owl-nav button span {
	display:none;
}

.reviews .owl-nav button.owl-prev {
	right:-36px;
}

.reviews .owl-nav button.owl-prev:before {
	content: "\e876";
}

.reviews .owl-nav button.owl-next {
	left: -30px;
}

.reviews .owl-nav button.owl-next:before {
	content: "\e875";
}

.reviews .owl-nav button.owl-next:before, .reviews .owl-nav button.owl-prev:before {
	font-family: 'Linearicons-Free';
	font-style: normal;
	color:#e3cdc5;
	font-size:40px;
}

.developer {
	display:flex;
	align-items: center;
    justify-content: center;
	margin-top:100px;
	padding-bottom:28px;
}

.developer .item:nth-child(2) {
	display:flex;
	align-items: center;
	color:#093654;
	font-size:13px;
}

.developer .item:nth-child(2) img {
	height: fit-content;
	margin-right:8px;
}

.developer .item:nth-child(2) a {
	font-size:13px;
	color:#093654;
	font-weight: 500;
}

.developer .item:first-child {
	font-size:13px;
	color:#093654;
	text-transform: uppercase;
	font-weight: 500;
	margin-left:30px;
	position:relative;
}

.developer .item:first-child:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translate(0, -50%);
    width: 4px;
    height: 4px;
    background-image: url(../img/ellipse_2.png);
    background-repeat: no-repeat;
    background-position: center;
}

.slider_main_first {
	margin-bottom:20px;
}


.slider_main_first img {
	max-width: 100%;
    display: block;
    margin: 0;
    max-height: 690px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgb(196 196 196 / 30%);
}

.slider_main_first .owl-nav {
	position: absolute;
   	top: 50%;
	transform: translate(0, -50%);
   	width: 100%;
}
	
.slider_main_first .owl-nav button {
	font-size: 0!important;
}

.slider_main_first .owl-nav button.owl-prev:before, .slider_main_first .owl-nav button.owl-next:before {
	content: '';
	width: 90px;
	height: 90px;
	position: absolute;
	border: 0;
	background-color:rgba(255,255,255,0.5);
	background-repeat: no-repeat;
	background-position: center;
}

.slider_main_first .owl-nav {
	top: calc(50% - 45px);
}

.slider_main_first .owl-nav button.owl-prev:before {
	background-image: url(../img/arrow_right.svg);
	right: 0px;
	background-size: 60%;
}
	
.slider_main_first .owl-nav button.owl-next:before {
	background-image: url(../img/arrow_left.svg);
	left: 0px;
	background-size: 60%;
}

@-webkit-keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.buzz {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.buzz:hover, .buzz:focus, .buzz:active {
	-webkit-animation-name: buzz-out-on-hover;
	animation-name: buzz-out-on-hover;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.form_block {
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 40px 0px rgba(196, 196, 196, 0.3);
	padding:54px 48px 58px 56px;
	width:684px;
	height:638px;
	position: absolute;
    top: 76px;
}

.form_block .title_block {
	display:flex;
	align-items: center;
	position: relative;
}

.form_block .title_block .title_f {
	font-family:'almoniTzar';
	font-size:42px;
	font-weight:300;
	color:#093654;
	border-bottom:1px solid #e3cdc5;
	padding-bottom: 4px;
}

.form_block .title_block .popup_f {
	position: absolute;
    left: 0;
	padding-left:32px;
}

.form_block .title_block .popup_f:before {
	content: '';
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translate(0, -50%);
    width: 38px;
    height: 38px;
    background-image: url(../img/circle_popup.png);
    background-repeat: no-repeat;
    background-position: center;
}

.form_block .title_block .popup_f a {
	font-size:14px;
	color:#ae938a;
}

.form_block .text_block {
	margin: 36px 0 28px 0;
}

.form_block .text_block p {
	font-size:16px;
	color:#64727b;
	line-height: 1.5;
	margin-bottom:16px;
}

.form_block .text_block .parametrs {
	width:100%;
	margin-bottom: 16px;
    display: none;
	opacity:0;	
	transition:0.3s;
}

.form_block .text_block .parametrs.active {
	display: flow-root;
	opacity:1;
}

.form_block .text_block .parametrs .item {
	width:50%;
	float:right;
	z-index: unset;
}

.form_block .text_block .parametrs .item .name {
	font-size:14px;
	font-weight:600;
	color:#093654;
	margin-left:4px;
}

.form_block .text_block .parametrs .item .name.tooltip_name {
	padding-right: 30px;
}

.form_block .text_block .parametrs .item .text {
	font-size:14px;
	color:#64727b;
}

.form_block .text_block .button_d {
	font-size:16px;
	font-weight:600;
	color:#ae938a;
	border-bottom:1px solid #ae938a;
	cursor:pointer;
}

.form_block .title_f_2 {
	font-family:'almoniTzar';
	font-size:30px;
	font-weight:300;
	color:#093654;
	border-bottom:1px solid #e3cdc5;
	padding-bottom: 4px;
	margin-top:34px;
}

.status_form {
	width:100%;
	display: flow-root;
	position: relative;
}

.status_form li {
	list-style: none;
	width: 28%;
    float: right;
	position:relative;
	z-index:2;
}

.status_form li:before {
	content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
    z-index: 1;
    background: url(../img/shape_line.png);
    background-repeat-x: repeat;
}

.status_form li:nth-child(4):before {
	content:none;
}

.status_form li:nth-child(4) {
	width:16%;
}

.status_form li:nth-child(4) .text {
	padding-left:0;
}

.form_block .status_form li, .form_block .status_form li:nth-child(4) {
	width:25%;
}

.status_form li .namber {
	font-family:'almoniTzar';
	font-weight:400;
	font-size:14px;
	color:#093654;
	width:19px;
	height:19px;
	border:1px solid #093654;
	border-radius:50%;
	display: inline-flex;
	align-items: center;
    justify-content: center;
	background:#fff;
	z-index: 2;
    position: relative;
}

.status_form li .namber.active {
	color:#fff;
	background:#093654;
}

.status_form li .text {
	font-family: 'almoniTzar';
    font-size: 17px;
    font-weight: 400;
    color: #093654;
    background: #fff;
    z-index: 2;
    position: absolute;
    padding: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.form_block .sizes {
	width:100%;
	display:flex;
	margin:22px 0 24px 0;
}

.form_block .sizes .item {
	width:calc(50% - 11px);
	margin:0 11px 0 0;
	position:relative;
}

.form_block .sizes .item:first-child {
	margin:0 0 0 11px;
}

.form_block input, .page-template-checkout input {
	width:calc(100% - 24px);
	padding:14px 12px;
	border:1px solid #fff;
	font-size:15px;
	color:#64727b;
	background:#eff1f2;
	border-radius: 4px;
}

.form_block input.error_field {
	border:1px solid #e10a28;
}

.form_block input::placeholder, .page-template-checkout input::placeholder {
	font-size:15px;
	color:#64727b;
}

.form_block label, .page-template-checkout label {
	font-size:15px;
	font-weight:700;
	color:#093654;
	margin-bottom:6px;
	display: block;
	padding-right: 30px;
}

.form_block .error {
	font-size: 15px;
    font-weight: 700;
    color: #e10a28;
    position: absolute;
    left: 0;
    top: 0;
}

.form_block .form_button {
	width: 100%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
	align-items: center;
}

.form_block .form_button .button_next {
	font-size:17px;
	font-weight:600;
	color:#f5f0ef;
	background:#093654;
	border-radius:4px;
	padding:13px 40px;
	cursor:pointer;
}

.form_block .title_f_3 {
	font-family: 'almoniTzar';
    font-size: 30px;
    font-weight: 300;
    color: #093654;
	margin: 8px 0 16px 0;
	display: inline-block;
}

.title_f_3.first {
	margin: 32px 0 16px 0;
}

.form_block .setting {
	width: 100%;
}

.form_block .setting .item {
	float:right;
	width:calc(50% - 10px);
	margin:0 10px 24px 0;
}

.form_block .setting .item:first-child, .form_block .setting .item:nth-child(3) {
	margin:0 0 24px 10px;
}

.nice-select {
	width: 100%;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #eff1f2;
    height: 52px;
    line-height: 50px;
    text-align: right !important;
    padding-right: 14px;
    padding-left: 38px;
    font-size: 15px;
    color: #64727b;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #fff;
}

.nice-select:hover {
    border-color: #fff;
}

.nice-select:after {
	border-bottom: 2px solid #64727b;
	border-right: 2px solid #64727b;
	height: 4px;
	right: unset;
	left: 16px;
	width: 4px;
}

.nice-select .list {
	display: inline-block;
    width: 100%;
}

.nice-select .option {
	text-align:right;
	padding-right: 16px;
}

.form_block .summary {
	border-top: 1px solid #ae938a;
    border-bottom: 1px solid #ae938a;
    padding: 24px 0;
	display: flex;
	margin-bottom: 38px;
}

.form_block .summary .line:first-child {
	margin-left:46px;
}

.form_block .summary .item {
	font-size:14px;
	color:#64727b;
	width:max-content;
}

.form_block .total {
	font-family: 'almoniTzar';
    font-size: 30px;
    font-weight: 300;
    color: #093654;
	margin-bottom: 14px;
}

.form_block .total span {
	color:#ae938a;
}

.form_block .form_button .button_prev {
	font-size:17px;
	font-weight:600;
	color:#093654;
	margin-left:30px;
	cursor:pointer;
}

.form_block .form_button .total_price {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
	display: flex;
}

.form_block .form_button .total_price .sale span {
	font-size:60px;
	font-weight:400;
	color:#093654;
	font-family: 'almoniTzar';
}

.form_block .form_button .total_price .regular span {
	font-size:60px;
	font-weight:400;
	color:#093654;
	opacity:0.5;
	font-family: 'almoniTzar';
}

.form_block .form_button .total_price .sale span.symbol, .form_block .form_button .total_price .regular span.symbol {
	font-size: 18px;
    font-family: 'heebo', sans-serif;
    font-weight: 600;
	margin-right: 6px;
}

.form_block .form_button .total_price .sale {
	margin-right:10px;
	display: inline-block;
}

.form_block .form_button .total_price .regular {
	display: inline-block;
	position:relative;
}

.form_block .form_button .total_price .regular:before {
	content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: #adb5bd;
}

.tab_ul {
	display:block;
}

#cart_popup {
	display:none;
	position: relative;
    border-radius: 20px;
	text-align: center;
	padding: 40px 50px 74px 50px!important;
}

#cart_popup .title {
	font-size: 32px;
    font-weight: 300;
    color: #093654;
    font-family: 'almoniTzar';
    padding-bottom: 4px;
    border-bottom: 1px solid #e3cdc5;
    display: inline-block;
    margin: 0 auto;
}

#cart_popup .image {
	margin:36px 0 48px 0;
}

#cart_popup .image img {
	margin:0 auto;
}

#cart_popup .buttons {
	display:flex;
	justify-content: center;
}

#cart_popup .buttons .button {
	border:1px solid #093654;
	border-radius:4px;
	font-size:17px;
	font-weight:600;
	color:#093654;
	padding: 9px 0;
    width: 160px;
	cursor:pointer;
}

#cart_popup .buttons .button.go_cart {
	background:#093654;
	color:#fff;
	margin-left:12px;
}

.fancybox-is-open .fancybox-bg {
	opacity: .5;
}

.tooltip {
	position: absolute;
    right: 0;
    top: 0px;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    background: #f5f0ef;
}

.parametrs .tooltip {
	margin-left:4px;
}

.tooltip:before {
	content:'?';
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	font-size:15px;
	font-weight:700;
	color:#ae938a;
}

.tooltip .tooltiptext {
	visibility: hidden;
    width: 294px;
    background-color: #fff;
    text-align: center;
    padding: 21px 18px;
    border-radius: 4px;
    position: absolute;
    z-index: 48;
    top: 125%;
    right: 0;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0px 30px 95px 0px rgba(196, 196, 196, 0.83);
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.tooltip .tooltiptext .item {
	display:flex;
	width:100%!important;
	margin:16px 0 0 0!important;
}

.tooltip .tooltiptext .item:first-child {
	margin:0!important;
}

.tooltip .tooltiptext .item .text {
	font-size:15px;
	color:#64727b;
	margin-right:16px;
	text-align:right;
	display: flex;
    align-items: center;
    justify-content: center;
}
.tooltip .tooltiptext .item .text.blk {
	display: block;
}

#cart_page .content {
	margin-top:200px;
	min-height:calc(100vh - 265px);
	display: flow-root;
	margin-bottom:48px;
}

#cart_page .row {
	max-width: 1200px;
}

#cart_page .developer {
	margin-top:0;
	padding-bottom:0;
}

#cart_page footer .row {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;
}

.woocommerce-order-received #cart_page .content {
	display: block;
	margin-bottom:0;
}

.woocommerce-order-received #cart_page .content .content {
	margin-bottom: 48px;
}

.woocommerce-order-received header .title, .woocommerce-order-received header .bag {
	display:none!important;
}

.woocommerce-order-received header .row {
	justify-content: center;
}

.woocommerce-order-received .content .block {
	position: absolute;
    top: 80px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
	text-align: center;
}

.woocommerce-order-received .content .block img {
	margin: 0 auto 54px auto;
}

.woocommerce-order-received .content .block .title {
	font-size:42px;
	font-weight:400;
	color:#093654;
	font-family: 'almoniTzar';
}

.woocommerce-order-received .content .block .text {
	font-size:16px;
	font-weight:600;
	color:#093654;
	margin:16px 0 48px 0;
}

.woocommerce-order-received .content .block .button {
	font-size:17px;
	font-weight:600;
	color:#fff;
	background:#093654;
	border-radius:4px;
	padding: 13px 31px;
}

.summary .additionally {
	display:none;
}

.page-template-cart .block {
	width:100%;
	display:flex;
	margin-top: 0;
}

.page-template-cart .block .bag {
	width:100%;
}

.page-template-cart .block .shipping {
	width:406px;
	min-width:406px;
	padding-right:100px;
}

.page-template-cart .block .table {
	width: 100%;
    height: auto;
    display: table;
    float: left;
	margin-top: 76px;
}

.page-template-cart .block .table .tr {
	height: auto;
    display: table-row;
}

.page-template-cart .block .table .tr .th {
	float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0.4rem 0.5rem 0.4rem 0.5rem;
	font-family: 'almoniTzar';
    font-size: 14px;
    font-weight: 400;
    color: #093654;
	background:#f6f7f8;
    text-align: right;
    position: relative;
    padding: 12px 0 12px 16px;
}

.page-template-cart .block .table .tr .td {
	float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0.4rem 0.5rem 0.4rem 0.5rem;
    position: relative;
    padding: 30px 0 30px 16px;
	border-bottom:1px solid #e0e0e0;
}

.page-template-cart .block .table .tr .td_0 {
	width:90px;
}

.page-template-cart .block .table .tr .td_1 {
	width:auto;
	padding-right:16px;
}

.page-template-cart .block .table .tr .td_2 {
	width:84px;
}

.page-template-cart .block .table .tr .td_3 {
	width:100px;
}

.page-template-cart .block .table .tr .td_4 {
	width:100px;
}

.page-template-cart .block .table .tr .td_5 {
	width:32px;
}

.page-template-cart .block .table .tr .td .price {
	font-size:30px;
	font-family: 'almoniTzar';
	font-weight:300;
	color:#093654;
}

.page-template-cart .block .table .tr .td .symbol {
	font-size:17px;
	color:#093654;
	margin-right:4px;
}

.page-template-cart .block .table .tr .td .name, .chekout_cart .item .tr .td_1 .name {
	font-size:15px;
	font-weight:700;
	color:#093654;
	display: block;
}

.page-template-cart .block .table .tr .td .atribute, .chekout_cart .item .tr .td_1 .atribute {
	font-size:14px;
	color:#64727b;
	display:block;
}

.page-template-cart .block .table .tr .td .delete {
	cursor:pointer;
}

.page-template-cart .block .table .tr .td .quantity {
	font-family: 'almoniTzar';
	font-size:19px;
	color:#093654;
	border:1px solid #c2c2c2;
	display: inline-block;
	padding: 11px 16px 10px 38px;
	position:relative;
	height: 29px;
    width: 13px;
}

.page-template-cart .block .table .tr .td .quantity .plus, .page-template-cart .block .table .tr .td .quantity .minus {
	font-size:19px;
	color:#010201;
	width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
	border-right:1px solid #c2c2c2;
	cursor:pointer;
}

.page-template-cart .block .table .tr .td .quantity .plus {
	top: 0;
    left: 0;
	border-bottom:1px solid #c2c2c2;
	height: 25px;
}

.page-template-cart .block .table .tr .td .quantity .minus {
	bottom: 0;
    left: 0;
}

.page-template-cart .block .table .tr .td .quantity .count {
	position:absolute;
}

.page-template-cart .shipping .title, .page-template-checkout .shipping .title {
	font-family: 'almoniTzar';
	font-size:30px;
	font-weight:300;
	color:#093654;
}

.page-template-cart .order_summary, .page-template-checkout .order_summary {
	border-top:1px solid #ae938a;
	border-bottom:1px solid #ae938a;
	margin:14px 0 10px 0;
	padding:16px 0;
}

.pament_cart_info {
	position:relative;
}

.pament_cart_info .text {
	font-size:15px;
	font-weight: 700;
}

.pament_cart_info:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    width: 118px;
    height: 20px;
    background-image: url(../img/cards.png);
    background-repeat: no-repeat;
    background-position: center;
}

.page-template-cart .order_summary .item_text, .page-template-checkout .order_summary .item_text {
	display: flex;
    align-items: center;
	width: 100%;
}

.order_summary .shipping_text {
	margin-top: 16px;
	margin-bottom: 15px;
}

.nice-select.shipping_method span.current{
	font-size: 15px;
}

.page-template-cart .order_summary .text, .page-template-checkout .order_summary .text {
	font-size:15px;
	font-weight:700;
	color:#093654;
	width:100%;
}

.page-template-cart .order_summary .price, .page-template-checkout .order_summary .price {
	direction: ltr;
	display: inline-table;
}

.page-template-cart .order_summary .price .sum, .page-template-checkout .order_summary .price .sum, .chekout_cart .item .tr .td_2 .price {
	font-family: 'almoniTzar';
	font-size:30px;
	font-weight:300;
	color:#093654;
}

.page-template-cart .order_summary .price .symbol, .page-template-checkout .order_summary .price .symbol, .chekout_cart .item .tr .td_2 .symbol {
	font-size: 17px;
    color: #093654;
    margin-right: 4px;
}

.page-template-cart .order_summary .price_total .symbol, .page-template-checkout .order_summary .price_total .symbol {
	font-weight:700;
}

.page-template-cart .order_summary .price_total .sum, .page-template-checkout .order_summary .price_total .sum {
	font-weight:400;
}

.page-template-cart .order_summary .item_shipping, .page-template-checkout .order_summary .item_shipping {
	border-top:1px solid #e8ebec;
	border-bottom:1px solid #e8ebec;
	padding:21px 0;
	margin: 16px 0;
	position: relative;
	display: flow-root;
}

.page-template-cart .order_summary .item_shipping .label, .page-template-checkout .order_summary .item_shipping .label {
	font-size:15px;
	font-weight:700;
	color:#093654;
}

.page-template-cart .order_summary .item_shipping .error, .page-template-checkout .order_summary .item_shipping .error {
	font-size: 15px;
    font-weight: 700;
    color: #e10a28;
    position: absolute;
    left: 0;
    top: 21px;
}

.page-template-cart .shipping .buttons, .cart_buttons .buttons {
	width: 100%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.page-template-cart .shipping .buttons .btn_1, .cart_buttons .buttons .btn_1 {
	font-size: 17px;
    font-weight: 600;
    color: #f5f0ef;
    background: #093654;
    border-radius: 4px;
    padding: 13px 40px;
    cursor: pointer;
}

.page-template-cart .shipping .buttons .btn_2, .cart_buttons .buttons .btn_2 {
	font-size: 17px;
    font-weight: 600;
    color: #093654;
    margin-left: 30px;
    cursor: pointer;
}

.cart_buttons {
	display:flex;
	flex-direction: row-reverse;
	margin-top: 20px;
}

.cart_buttons .button_go_home a {
	font-size: 17px;
    font-weight: 600;
    color: #093654;
    margin-left: 30px;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid #093654;
    border-radius: 5px;
    padding: 12px 16px;
	display: inline-block;
}

.cart_buttons .button_go_home a span {
	margin-left:10px;
	font-size:20px;
}

.woocommerce-form-coupon-toggle {
	display:none;
}

.page-template-checkout label {
	padding-right:0;
}

.page-template-checkout label abbr {
	color: #093654!important;
}

.page-template-checkout .woocommerce-billing-fields h3 {
	font-family: 'almoniTzar';
	font-size:30px;
	font-weight:300;
	color:#093654;
	margin: 36px 0 14px 0;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last, .woocommerce-page form .validate-phone, .woocommerce-page form .validate-email {
	width: 48%;
}

.woocommerce-page form .validate-phone {
	float:right;
	clear: initial;
}

.woocommerce-page form .validate-email {
	float:left;
	clear: initial;
}

#billing_country_field, .woocommerce-additional-fields h3, #order_review_heading, .woocommerce-checkout-review-order-table, .woocommerce form .form-row .optional, .woocommerce-privacy-policy-text {
	display:none!important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
}

#ship-to-different-address {
	padding-right:3px;
}

.jq-checkbox {
    top: -0.1rem;
    vertical-align: middle!important;
    width: 20px;
    height: 20px;
    margin: 0 0 0 8px!important;
    cursor: pointer;
    outline: none;
    display: inline-block!important;
	border: 1px solid #c2c2c2;
    background: inherit;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 10px;
    height: 6px;
    margin: 4px 4px 0 0;
    border-bottom: 2px solid #093654;
    border-left: 2px solid #093654;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.page-template-checkout label.checkbox_label_1 {
	color:#ae938a;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0;
	margin: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	font-size: 17px;
    font-weight: 600;
    color: #f5f0ef;
    background: #093654;
    border-radius: 4px;
    padding: 13px 26px;
    cursor: pointer;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #fff;
}

.back_to_link_selection {
	left: 190px;
    bottom: 12px;
    font-size: 17px;
    font-weight: 600;
    color: #093654;
    position: absolute;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #093654;
    color: #fff;
}

.woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 0;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: calc(100% - 500px);
    float: right;
}

#order_review {
	width: 400px;
    min-width: 400px;
    margin-right: 100px;
	float: left;
	position: relative;
}

#payment_method_bacs, #payment_method_cardcom, #payment_method_paypal {
	width: auto;
    display: inline-block;
	margin-left: 8px;
}

.payment_method_bacs label, .payment_method_cardcom label, .payment_method_paypal label {
	display: inline-block;
	position:relative;
}

.payment_method_cardcom label:before {
	content: '';
    position: absolute;
    top: 50%;
    left: -132px;
    transform: translate(0, -50%);
    width: 118px;
    height: 20px;
    background-image: url(../img/cards.png);
    background-repeat: no-repeat;
    background-position: center;
}

.payment_methods {
	border-bottom: 1px solid #e8ebec!important;
    margin-bottom: 18px!important;
    padding-bottom: 4px!important;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img, #add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal  {
	display:none;
}
.woocommerce-checkout #payment ul.payment_methods li img{
	display: inline-block;
}
.chekout_cart {
	margin-bottom: 16px;
    display: flow-root;
}

.chekout_cart .item {
	width: 100%;
    height: auto;
    display: table;
    float: left;
	border-bottom: 1px solid #e8ebec;
	padding: 16px 0;
}

.chekout_cart .item .tr {
	height: auto;
    display: table-row;
}

.chekout_cart .item .tr .td {
	float: none;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.chekout_cart .item .tr .td_1 {
	width: auto;
}

.chekout_cart .item .tr .td_2 {
	width: 100px;
	text-align:left;
}

.chekout_cart .item .tr .td_2 .delete {
	display:inline-block;
	cursor:pointer;
}

.shipping_method {
	font-size:13px;
}

.slider_main {
	position:relative;
}

.slider_text {
	position:absolute;
	right:36px;
	top:38px;
	z-index: 9;
}

.slider_text span {
	display:block;
	font-family: 'almoniTzar', 'Oswald';
	font-size:52px;
}

.slider_text .text_1 {
	color:#ae938a;
}

.slider_text .text_2 {
	color:#093654;
}

.wrap-tab-accordion .video {
	margin-top:32px;
}

.wrap-tab-accordion .video img {
	margin: 0 auto;
    border-radius: 20px;
	max-width:100%;
}

.wrap-tab-accordion .video a {
	position:relative;
	display: block;
}

.wrap-tab-accordion .video a:before, .section_2 .blocks .item .slider .block .bg a:before, .slider_main_first a.video_a:before {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
	border:2px solid #af948b;
	border-radius:50%;
	background-color:rgba(255,255,255,0.7);
    background-image: url(../img/play_vt5.png);
    background-repeat: no-repeat;
    background-position: center;
}

.video_a_min:before {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	border:2px solid #af948b;
	border-radius:50%;
	background-color:rgba(255,255,255,0.7);
    background-image: url(../img/play_vt5.png);
    background-repeat: no-repeat;
    background-position: center;
	width: 40px;
	height: 40px;
	background-size: 30%;
}

.reviews .owl-nav button.owl-next:before, .reviews .owl-nav button.owl-prev:before {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.section_4.cart_section .reviews {
	width: calc(100% - 64px);
}

.panel-body img {
	display: inline-block;
	margin-left:16px;
}

.two-block-width ul {
	margin-right: 18px;
}

.section_4 .shadow::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.section_4 .shadow::-webkit-scrollbar-track {
  background: #f9f6f4;
}

/* Handle */
.section_4 .shadow::-webkit-scrollbar-thumb {
  background: #093654;
}

/* Handle on hover */
.section_4 .shadow::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#reviews_button {
	cursor:pointer;
}

.woocommerce-billing-fields #billing_city_field, .woocommerce-billing-fields #billing_address_1_field {
	width:48%;
	clear: initial;
}

.woocommerce-billing-fields #billing_city_field {
	float: left;
}

.woocommerce-billing-fields #billing_address_1_field {
	float: right;
}

.information_block {
	text-align:center;
	margin-top: 60px;
}

.information_block .text_i {
	font-size: 18px;
    font-weight: 700;
    color: #093654;
}

.main_new .blocks .form #form .actions .buttons #add_cart {
	width: 156px;
	padding: 17px 20px 17px 46px;
	text-align: center;
}

.coupon_block {
	margin-top:14px;
	border-top: 1px solid #e8ebec;
	padding-top:26px;
}

.coupon_block #coupon_code {
	border:1px solid #093654;
	border-radius:0;
	padding: 6px 8px;
    width: 100%;
}

.coupon_block .button {
	margin: 0 18px 0 0;
    width: 106px;
    border-radius: 0;
    border: 1px solid #093654;
    background: #093654;
    color: #fff;
}

.coupon_block form {
	margin-bottom: 12px;
}

.cart-discount, .cart-discount a {
	font-size: 14px;
    color: #093654;
    font-weight: 600;
}

.cart-discount a {
	cursor:pointer;
}

.cart-discount span {
	display: contents;
}

.coupon_block .coupon {
	display:flex;
}
	
.main_new .blocks .form #form .actions .buttons #add_cart:before {
	left: 50px;
}

.main_new .blocks .form #form .actions .buttons .add_cart {
	margin-left: 0px;
}

@media (max-width: 1800px) {
	.section_2 .blocks .item .slider {
		max-width:100%;
	}
}

@media (max-width: 1735px)
{
	.section_2 .row {
		margin: 0 16px;
    	max-width: calc(100% - 32px);
	}
}

@media (max-width: 1660px) {
	.video_slider {
		width:20%;
		height: auto;
		max-width: 130px;
	}
	
	.total_price {
		width: auto;
		margin-left: 24px;
	}
	
	.slider-nav a img {
		width:auto;
		max-width: 100%;
	}
}

@media (max-width: 1600px)
{
	.section_2 .blocks .item .slider {
		width:100%;
	}
	
	.row {
		width:calc(100% - 32px);
		padding:0 16px;
	}
	
	.form_block {
		width: calc(100% - 104px);
	}
	
	.section_2 .row {
		margin: 0;
		padding: 0 16px 0 0;
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 1470px)
{
	.main .blocks .item .title, .main .blocks .item .text_1 {
		font-size: 50px;
	}
	
	.main .blocks .item .advantages {
		max-width: calc(100% - 20px);
	}
	
	.main .blocks .item .advantages .block {
		margin-right: 16px;
	}
	
	.form_block .form_button .total_price .regular span, .form_block .form_button .total_price .sale span {
		font-size: 40px;
	}
	
	.form_block .form_button .total_price .sale span.symbol, .form_block .form_button .total_price .regular span.symbol {
		font-size: 15px;
		margin-right: 2px;
	}
	
	.form_block .total {
		font-size: 24px;
	}
	
	.status_form li .text {
		font-size: 15px;
	}
	
	.section_2 .blocks .item:nth-child(2) .text_2 {
    	font-size: 34px;
    	bottom: 46px;
		right: 32px;
	}
}

@media (max-width: 1600px)
{
	.section_2 .blocks {
		display: block;
	}
	
	.section_2 .blocks .item:first-child {
		width: calc(100% - 190px);
		padding: 0 70px;
	}
	
	.section_2 .blocks .item:nth-child(2) .block {
		height: 600px;
		margin-top: 36px;
		border-radius: 20px;
	}
	
	.section_2 .blocks .item:nth-child(2) {
    	width: calc(100% - 32px);
		border-radius: 20px;
		margin:0;
	}
	
	.section_2 .blocks .item .slider .block .bg {
		border-radius: 20px!important;
	}
	
	.section_4 .reviews {
		width: calc(100% - 64px);
	}
}

@media (max-width: 1280px) {
	.main_new .blocks .form #form .actions .buttons #add_cart, .main_new .blocks .form #form .actions .buttons #add_cart_no, .main_new .blocks .form #form .actions .buttons #sample span:first-child, .main_new .blocks .form #form .actions .buttons #sample_no span:first-child {
		font-size: 15px;
	}
}

@media (max-width: 1200px)
{
	.main_new .blocks {
		display: block;
	}
	
	.main_new .blocks .item {
		width: 100%;
	}
	
	.main_new .blocks .form {
		width: 100%;
		margin-right: 0;
		margin-top: 24px;
	}
	
	.slider_main_bottom {
		margin: 0 auto;
		max-width: 742px;
	}
	
	.bx-wrapper {
		margin: 0 auto 18px auto;
		max-width: 576px!important;
	}
	
	.section_4 .reviews {
		width: 700px;
	}
	
	.main .blocks {
		display: inline-block;
		width: 100%;
	}
	
	.main .blocks .item {
		width: 100%;
	}
	
	.main .blocks .item .text_2 {
		margin-top: 180px;
	}
	
	header {
		top: 26px;
	}
	
	.form_block {
    	height: auto;
		position: relative;
	}
	
	section.main {
		position: relative;
		background-position: top right;
		background-size: auto;
		background-repeat: no-repeat;
		height: auto;
		display: block;
	}
	
	.section_2 {
		margin-top: 0;
	}
	
	.form_block .setting .item {
		width: calc(50% - 10px);
	}
	
	.page-template-cart .block .shipping {
		width: 300px;
		min-width: 300px;
		padding-right: 50px;
	}
	
	.page-template-cart .shipping .buttons .btn_1 {
    	font-size: 15px;
		padding: 10px 16px;
	}
	
	.woocommerce .col2-set, .woocommerce-page .col2-set {
		width: calc(100% - 392px);
	}
	
	#order_review {
    	width: 352px;
    	min-width: 352px;
		margin-right: 40px;
	}
}

@media (max-width: 1020px)
{
	.page-template-cart .block .table .tr .td_2 {
		display:none;
	}
}

@media (max-width: 960px)
{
	.tabs-section {
		padding: 0!important;
	}
	
	.rew_block .video img {
		margin: 0 auto;
		border-radius: 20px;
		max-width:100%;
	}

	.rew_block .video a {
		position:relative;
		display: block;
	}

	.rew_block .video a:before, .section_2 .blocks .item .slider .block .bg a:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 60px;
		height: 60px;
		border:2px solid #af948b;
		border-radius:50%;
		background-color:rgba(255,255,255,0.7);
		background-image: url(../img/play_vt5_mobile.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.rew_block .video {
		padding:0 16px;
	}
	
	.section_3 .blocks {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	
	.section_3 .blocks .sb_2_3 {
		margin-right:0;
	}
	
	.section_3 .blocks .sb_2_1, .section_3 .blocks .sb_2_2 {
		margin-bottom:34px;
	}
	
	.page-template-cart .block {
		display: block;
	}
	
	.page-template-cart .block .bag {
		display: flow-root;
	}
	
	.page-template-cart .block .shipping {
		width: 100%;
		min-width: 100%;
		padding-right: 0;
		margin-top: 50px;
	}
	
	.page-template-cart .shipping .buttons .btn_1, .page-template-cart .shipping .buttons .btn_2 {
		font-size: 16px;
	}
	
	.page-template-cart .shipping .buttons {
		justify-content: center;
	}
	
	.woocommerce .col2-set, .woocommerce-page .col2-set {
		width: 100%;
	}
	
	#order_review {
		width: 100%;
		min-width: 100%;
	}
	
	.thankyou.content .block {
		position: relative;
		top: unset;
		left: unset;
		width: 100%;
		margin-right: unset;
		transform: unset;
		text-align: center;
		margin: 60px auto;
	}
	
	.slider_main_first .owl-nav button.owl-prev:before, .slider_main_first .owl-nav button.owl-next:before {
		width: 30px;
		height: 30px;
	}
	
	.slider_main_first .owl-nav {
		top: calc(50% - 15px);
	}
	
	.slider_main_first .owl-nav button.owl-prev:before {
		background-image: url(../img/main_right_arrow.png);
		background-size: 100%;
	}
	
	.slider_main_first .owl-nav button.owl-next:before {
		background-image: url(../img/main_left_arrow.png);
		background-size: 100%;
	}
}

@media (max-width: 648px) {
	
	.slider_main_first a.video_a:before {
		width: 40px;
		height: 40px;
		background-size: 30%;
	}
	
	.w3-bar-item.w3-button.tablink {
		width: 100%!important;
	}
	
	.pament_cart_info .text {
		font-size: 13px;
	}
	
	.slider_text {
    	right: 20px;
		top: 16px;
		display: none;
	}
	
	.slider_text span {
		font-size: 28px;
	}
	
	.main_new {
		margin-top: 70px;
		margin-bottom: 46px;
	}
	
	.section_3 .blocks .item {
   		margin-right: 0;
		margin-bottom: 34px;
	}
	
	.slider_main_bottom {
		display:none;
	}
	
	.main_new .blocks .form .title {
		font-size: 30px;
	}
	
	.main_new .blocks .form .text_1 {
		font-size: 20px;
	}
	
	.main_new .blocks .form .reviews_main {
		font-size: 13px;
	}
	
	.main_new .blocks .form .reviews_main:before {
		top: 2px;
		width: 85px;
    	height: 15px;
		/*background-image: url(../img/review_stars_mobile.png);*/
	}
	
	.main_new .blocks .form .reviews_main {
		padding-right: 92px;
	}
	
	.main_new .blocks .form #form .head {
		font-size: 20px;
	}
	
	.main_new .blocks .form #form .sizes .pole label, .main_new .blocks .form #form .setting .block .title_block {
		font-size: 14px;
	}
	
	.main_new .blocks .form #form .sizes .pole input {
    	padding: 12px 12px;
		font-size: 14px;
	}
	
	.main_new .blocks .form #form .sizes .pole {
		margin: 0 12px 0 0;
		width: calc(50% - 12px);
	}
	
	.main_new .blocks .form #form .sizes .pole:first-child {
		margin: 0 0 0 12px;
	}
	
	.main_new .blocks .form #form .setting .block .name {
		font-size: 13px;
		margin-top: 2px;
	}
	
	.main_new .blocks .form #form .setting {
		max-width: 380px;
	}
	
	.main_new .blocks .form #form .info .block {
		flex-direction: column;
	}
	
	.main_new .blocks .form #form .info .block img {
		margin: 0 auto 12px auto;
	}
	
	.main_new .blocks .form #form .info .block p {
		font-size: 12px;
		line-height: 1.3;
		text-align: justify;
	}
	
	.bx-wrapper .bx-prev:before {
		content: '';
		width: 48px;
		height: 62px;
	}
	
	.bx-wrapper .bx-next:before {
		content: '';
		width: 48px;
		height: 62px;
	}
	
	.bx-wrapper .bx-next {
		right: 4px;
	}
	
	.bx-wrapper .bx-prev {
		left: 4px;
	}
	
	.main_new .blocks .form #form .actions .buttons .add_cart {
		width: 50%;
	}
	
	.total_price {
		width: auto;
		margin-left: 0;
	}
}

@media (max-width: 480px) {
	.main_new .blocks .form #form .error {
    	top: -12px;
		font-size: 11px;
	}
	.main_new .blocks .form #form .actions .buttons {
		flex-flow: wrap;
	}
	
	.main_new .blocks .form #form .actions .buttons #sample, .main_new .blocks .form #form .actions .buttons #sample_no {
		width: calc(100% - 76px);
	}
	
	.main_new .blocks .form #form .actions .total_text {
		margin-bottom: 10px;
	}
	
	.main_new .blocks .form #form .actions .buttons .add_cart {
		margin: 0 auto 0 0;
	}
	
	.total_price #sale_price span, .total_price #regular_price span {
		font-size: 45px;
	}
	
	.main_new .blocks .form #form .actions .buttons .sample {
		width: 100%;
    	margin-top: 12px;
	}
	
	.main_new .blocks .form .title {
		font-size: 29px;
	}
	
	.main_new .blocks .form .text_1 {
		font-size: 18px;
	}
	
	.main_new .blocks .form #form .setting .block:nth-child(2n + 1) {
		margin: 0 0 14px 12px;
	}
	
	.main_new .blocks .form #form .setting .block {
		margin: 0 12px 18px 0;
		width: calc(50% - 16px);
	}
	
	.total_price #sale_price span, .total_price #regular_price span {
		font-size: 40px;
	}
	
	.main_new .blocks .form #form .info .block:first-child {
		margin: 0 0 0 9px;
	}
	
	.main_new .blocks .form #form .info .block {
    	width: calc(50% - 9px);
		margin: 0 9px 0 0;
	}
}

@media (max-width: 820px) {
	.section_4 .reviews {
		width: 340px;
	}
	
	.section_4 .reviews .item {
		width: 100%;
	}
	
	.section_4 .reviews .item .shadow {
		margin: 0;
	}
	
	.reviews .owl-nav button.owl-prev {
		right: -46px;
	}
	
	.reviews .owl-nav button.owl-next {
		left: -34px;
	}
	
	.status_form li {
		width: 25%;
	}

	.status_form li:nth-child(4) {
		width:25%;
	}
}

@media (max-width: 640px) {
	#sample {
		display:none;
	}
	
	.main_new .blocks .form #form .setting .block:nth-child(2n + 1) {
		margin: 0 0 14px 0;
	}
	
	.main_new .blocks .form #form .setting .block {
		width: 100%;
		margin: 0 0 18px 0;
	}
	
	.main_new .blocks .form #form .setting [type=radio] + img {
		width: 154px;
	}
	
	.main_new .blocks .form #form .actions {
		margin-right:0;
	}
	
	.main_new .blocks .form #form .actions, .main_new .blocks .form #form .actions .buttons .add_cart {
		width: 100%;
	}
	
	.main_new .blocks .form #form .actions .buttons #add_cart {
		width: calc(100% - 40px);
		text-align: center;
		padding: 14px 20px;
	}
	
	.main_new .blocks .form #form .actions .buttons #add_cart:before {
		left: 118px;
	}
	
	.share {
		margin: 12px auto;
	}
	
	.share a {
		font-size: 14px;
		padding: 8px 34px 8px 14px;
	}
	body .sample {
		font-size: 14px;
		margin-left: 0px;
		padding: 8px 45px 8px 11px;

	}
	
	
	.price_block_share {
		padding-bottom: 8px;
		flex-wrap: wrap;
    text-align: center;
	}
	
	.total_price {
		white-space: nowrap;
		width: 100%;
	}
}

@media (max-width: 600px) {
	.cart_buttons {
		flex-flow: wrap;
	}
	
	.cart_buttons .button_go_home a {
		display: block;
		margin-left:0;
	}
	
	.page-template-cart .shipping .buttons, .cart_buttons .buttons {
		padding: 0 16px;
	}
	
	.button_go_home {
		width: 100%;
		padding: 0 16px;
		margin-top: 24px;
	}
	
	.shipping_method {
		font-size: 11px;
	}
	
	.section_2 .blocks .item .slider .block .bg {
		border-radius: 10px!important;
	}
	
	.section_2 .blocks .item:nth-child(2) {
		width: 100%;
	}
	
	.section_2 .blocks .item .slider .owl-nav {
		display:none;
	}
	
	.section_2 .blocks .item .slider .block .bg {
		border-radius: 10px;
	}
	
	.section_2 .blocks .item .slider .block.video .play i {
		font-size: 36px;
	}

	#customer_details {
		width: calc(100% - 32px);
    	padding: 0 16px;
	}
	
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last, .woocommerce-page form .validate-phone, .woocommerce-page form .validate-email, .woocommerce-billing-fields #billing_city_field, .woocommerce-billing-fields #billing_address_1_field {
		width: 100%;
		padding: 0;
	}
	
	#customer_details .form-row {
    	padding: 0;
	}
	
	.woocommerce-shipping-fields, #checkbox_1_field {
		margin: 10px 0 6px 0;
	}
	
	#order_review {
		width: calc(100% - 32px);
		min-width: calc(100% - 32px);
		padding: 0 16px;
	}
	
	.chekout_cart .item .tr .td_1 .name {
		position: absolute;
		width: 340px;
		top: 0;
	}
	
	.page-template-checkout #place_order {
		float: left;
    	width: auto;
	}
	
	.back_to_link_selection {
		bottom: 33px;
	}
	
	.page-template-cart .block .table .tr .td_3, .page-template-cart .block .table .tr .td_4, .page-template-cart .block .table .tr .td_5 {
		width: 0px;
    	font-size: 0;
	}
	
	.wc_payment_method.payment_method_bacs {
		padding-bottom: 26px;
	}
	
	.payment_method_bacs label:before {
		position: absolute;
    	top: 30px;
		left:unset;
    	right: 0px;
		transform: none;
	}
	
	#order_review {
		margin-bottom: 40px;
	}
	
	#cart_page .content {
		margin-top: 72px;
		margin-bottom:0;
	}
	
	#cart_page .row {
		width: 100%;
		padding: 0;
	}
	
	.page-template-cart .block .table {
		margin-top: 48px;
	}
	
	.page-template-cart .block .table .tr .td .quantity {
		position: absolute;
		bottom: 26px;
		right: 42px;
		font-size: 13px;
		padding: 5px 10px 8px 10px;
		height: 15px;
	}
	
	.page-template-cart .block .table .tr .td .quantity .plus {
		top: -1px;
		left: -26px;
		border: 1px solid #c2c2c2;
		height: 28px;
		font-size: 15px;
	}
	
	.page-template-cart .block .table .tr .td .quantity .minus {
		bottom: -1px;
		left: unset;
		right: -26px;
		border: 1px solid #c2c2c2;
		height: 28px;
		font-size: 15px;
	}
	
	.page-template-cart .block .table .tr:first-child {
		position: relative;
		width: 100%;
		background: #f6f7f8;
	}
	
	.page-template-cart .block .table .tr .td.td_1 {
		padding-bottom: 74px;
		padding-top: 20px;
		width: 100%;
	}
	
	.page-template-cart .block .table .tr .td .delete {
		position: absolute;
		top: 25px;
		left: 32px;
	}
	
	.page-template-cart .block .table .tr .td_4 .price_block {
		position: absolute;
		right: 114px;
		bottom: 24px;
	}
	
	.page-template-cart .block .table .tr .td {
		position: unset;
	}
	
	.page-template-cart .block .table .tr {
		position: relative;
		display: block;
	}
	
	.page-template-cart .shipping .title, .page-template-checkout .shipping .title {
		font-size: 26px;
	}
	
	.page-template-cart .block .shipping {
		width: calc(100% - 32px);
		min-width: calc(100% - 32px);
		padding: 0 16px;
		margin-bottom: 50px;
	}
	
	.main .row {
		width: calc(100% - 16px);
		padding: 0 8px;
	}
	.main .blocks .item .text_2 {
		margin-top: 136px;
		margin-right:8px;
	}
	
	.main .blocks .item .text_2 span {
		font-size: 18px;
	}
	
	.main .blocks .item .title {
    	font-size: 40px;
		margin-top: 24px;
		margin-right:8px;
	}
	
	.main .blocks .item .text_1 {
		font-size: 35px;
		margin-right:8px;
	}
	
	.main .blocks .item:first-child {
		z-index:11;
	}
	
	.main_new .blocks .item .whatsapp {
		display: none;
		position: fixed;
		bottom: 0;
		margin: 0;
		right: 0;
		width: 100%;
		z-index: 99;
	}
	
	.float_buttons {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 48px;
		background: #093654;
    	display: flex;
		z-index:99;
	}
	
	.float_buttons .button_f {
		width:50%;
		display: flex;
    	align-items: center;
    	justify-content: center;
	}
	
	.float_buttons .button_f:first-child {
		border-left:1px solid #2e546d;
	}
	
	.float_buttons .whatsapp span, .float_buttons #sample_mobile span {
		font-family: 'almoniTzar';
		font-size:17px;
		color:#f5f0ef;
		padding-right:38px;
		position:relative;
	}
	
	.float_buttons .whatsapp span:before, .float_buttons #sample_mobile span:before {
		content:'';
		position:absolute;
		top: 50%;
    	right: 0;
		transform: translate(0, -50%);
	}
	
	.float_buttons .whatsapp span:before {
		background-image: url(../img/bt_whatsapp.png);
		width:24px;
		height:24px;
	}
	
	.float_buttons #sample_mobile span:before {
		background-image: url(../img/bt_sample.png);
		width:26px;
		height:25px;
	}
	
	.main_new .blocks .item .whatsapp a {
		border: 0;
		border-radius: 0;
		background: #f5f0ef;
		padding: 13px 16px 11px 16px;
		text-align: center;
		position: relative;
		transform: none;
		z-index: 99;
		width: 100%;
	}
	
	.main_new .blocks .item .whatsapp a:before {
    	right: 19%;
		transform: translate(-50%, -50%);
	}
	
	.main .blocks .item .advantages {
		max-width: 100%;
		margin-top: 48px;
	}
	
	.main .blocks .item .advantages .block span {
		font-size: 11.8px;
	}
	
	.main .blocks .item .advantages .block {
		border-radius: 10px;
		padding: 12px 4px;
		margin-right: 4px;
		width: 25%;
    	min-width: calc(25% - 12px);
	}
	
	.main .blocks .item .advantages .block .text {
		height: 26px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 6px;
	}
	
	.main .blocks .item .advantages .block .image {
		height:29px;
	}
	
	.form_block {
		top: 58px;
		width: calc(100% - 48px);
		padding: 24px 18px;
		margin: 0 8px;
	}
	
	.form_block .title_block .title_f {
		font-size: 30px;
	}
	
	.form_block .title_block .popup_f a {
		font-size: 13px;
	}
	
	.form_block .title_block .popup_f:before {
		left: -4px;
		width: 28px;
		height: 28px;
		background-image: url(../img/circle_popup_mobile.png);
	}
	
	.form_block .title_block .popup_f {
		padding-left: 28px;
	}
	
	.form_block .title_block .title_f {
		font-size: 28px;
	}
	
	.form_block .text_block {
		margin: 20px 0 30px 0;
	}
	
	.form_block .text_block p {
		font-size: 13.6px;
		margin-bottom: 10px;
	}
	
	.status_form li {
    	display: flex;
    	align-items: center;
		justify-content: center;
	}
	
	.status_form li .text {
    	padding: 0;
    	top: 24px;
    	display: block;
		transform: unset;
	}
	
	.status_form li:before {
		content:none;
	}
	
	.status_form:before {
		content:'';
		border-bottom: 1px dashed #093654;
    	width: 80%;
    	position: absolute;
    	top: 50%;
    	left: 50%;
   		margin-right: -50%;
    	transform: translate(-50%, -50%);
	}
	
	.form_block .text_block .button_d {
		font-size: 14px;
	}
	
	.form_block .title_f_2 {
		font-size: 26px;
		margin-top: 46px;
		display: inline-block;
	}
	
	form_block .sizes {
		display: block;
	}
	
	form_block .sizes label {
		padding-right: 0;
	}
	
	.form_block .sizes .item {
		margin: 0;
	}
	
	.form_block .sizes .item:first-child {
		margin: 0 0 10px 0;
	}
	
	.form_block .form_button .button_next {
		font-size: 16px;
		padding: 12px 24px;
	}
	
	.setting .item:first-child, .form_block .setting .item:nth-child(3) {
		margin: 0 0 10px 0;
	}
	
	.form_block .setting .item {
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	.form_block .setting label {
		padding-right: 28px;
	}
	
	.form_block .sizes label {
		padding-right:0;
	}
	
	.form_block .total {
		font-size: 20px;
	}
	
	.form_block .sizes {
    	width: 100%;
		display: block;
	}
	
	.form_block .text_block .parametrs .item {
		width: 100%;
	}
	
	.form_block .setting .item:first-child, .form_block .setting .item:nth-child(3) {
		margin: 0 0 10px 0;
	}
	
	.title_f_3.first {
		margin: 46px 0 16px 0;
	}
	
	.tooltip .tooltiptext {
		width: 260px;
	}
	
	.form_block .summary .line:first-child {
	    margin-left: 18px;
	}
	
	.form_block .summary .item {
		font-size: 12.6px;
	}
	
	.form_block .summary {
		padding: 18px 0;
		margin-bottom: 20px;
	}
	
	.form_block .form_button {
		margin-top: 16px;
	}
	
	#tabs-1 .form_button {
		margin-top: 68px;
	}
	
	.form_block .form_button .total_price {
		position: absolute;
		display: flex;
		top: -56px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
	}
	
	.section_2 {
		padding: 60px 0 0 0;
		overflow: inherit;
		margin-bottom: 40px;
	}
	
	.section_2 .blocks {
		width: 100%;
		display: block;
	}
	
	.section_2 .blocks .item:first-child {
		display: block;
		align-items: center;
		width: auto;
		min-width: auto;
		height: auto;
		border-radius: 0;
		box-shadow: unset;
		padding: 0;
		margin-left: 0;
	}
	
	.section_2 .row {
		margin: 0;
		padding: 0 16px;
		max-width: calc(100% - 32px);
		width: 100%;
	}
	
	.section_2 .blocks .item:first-child .title {
		font-size: 30px;
		margin-bottom: 12px;
	}
	
	.section_2 .blocks .item:first-child .text p {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 12px;
	}
	
	.section_2 .blocks .item:first-child .text p {
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 8px;
	}
	
	.section_2 .blocks .item:nth-child(2) .block {
		border-radius: 10px;
		height: 252px;
		margin-top: 28px;
	}
	
	.section_2 .blocks .item .slider .block .text_slide {
		font-size: 26px;
		width: 270px;
		bottom: 20px;
		right: 20px;
	}
	
	.section_3 .title {
		font-size: 30px;
	}
	
	.section_3 .blocks {
		margin-top: 12px;
	}
	
	.section_3 .blocks .item {
    	border-radius: 10px;
    	padding: 24px 18px;
		width: 100%;
	}
	
	.section_3 .blocks .item {
		margin:0 0 18px 0!important;
		text-align: center;
	}
	
	.section_3 .blocks .item img {
		margin: 0 auto;
	}
	
	.section_4 {
		padding: 45px 0 0 0
	}
	
	.section_4 .reviews {
		width: 266px;
	}
	
	.reviews .owl-nav button.owl-next:before, .reviews .owl-nav button.owl-prev:before {
		font-size: 26px;
	}
	
	.reviews .owl-nav button.owl-prev {
		right: -38px;
	}
	
	.section_4 .reviews .item .text {
		font-size: 15px;
		line-height: 1.6;
	}
	
	.section_4 .reviews .item .name {
		font-size: 15px
	}
	
	.section_4 .reviews .item .shadow {
		padding: 80px 21px 32px 21px;
		border-radius: 10px;
		height: 290px;
	}
	
	.section_4 .reviews .rew_block:before {
		top: 32px;
	}
	
	.developer {
    	margin-top: 52px;
	}
	
	.developer .item:first-child {
    	font-size: 8.7px;
		margin-left: 16px;
	}
	
	.developer .item:nth-child(2) a {
		font-size: 8.7px;
	}
	
	.developer .item:nth-child(2) {
		font-size: 8.7px;
	}
	
	.developer .item:first-child:before {
		left: -10px;
	}
	
	.section_2 .blocks .item:first-child .text {
		text-align: justify;
	}
	
	#cart_popup .buttons .button {
		font-size: 13px;
	}
	
	#cart_popup .title {
		font-size: 25px;
	}
	
	.section_4 {
		margin-bottom: 48px;
	}
	
	.woocommerce-order-received #cart_page .content {
		margin-top: 55px;
	}
	
	.woocommerce-order-received .content .block .title {
		font-size: 30px;
	}
	
	.woocommerce-order-received .content .block .text {
		margin: 6px 0 48px 0;
	}
	
	.woocommerce-order-received #cart_page .content {
		min-height: calc(100vh - 102px);
	}
	
	.main .blocks .item:first-child {
		z-index: 0;
	}
	
	section.main {
		background-size: contain;
	}
	
	#payment ul.payment_methods li input {
		margin: 0 0 0 0.2em!important;
	}

	.form_block label, .page-template-checkout label {
		font-size: 13px;
	}
	
	.payment_method_cardcom label:before {
		left: -124px;
	}
}

@media (max-width: 400px) {
	.main_new .blocks .form #form .actions .buttons #add_cart:before {
		left: 100px;
	}
}

#loading {
	display:none;
	position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 99;
}

#loading div {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

@media (max-width:552px){
	
	  
	  th {
		color: #fff;
		white-space: nowrap;
	  }
	  
	  th,
	  td {
		text-align: left;
		padding: 0.5em 1em;
		white-space: nowrap;
	  }
	  
		table {
		  display: flex;
		  width: 100%!important;
		}
	  
		tbody {
		  display: flex;
		  position: relative;
		  overflow-x: auto;
		  overflow-y: hidden;
	  
		  max-width: 100%;
		  background:
			linear-gradient(to right, white 30%, rgba(255,255,255,0)),
			linear-gradient(to right, rgba(255,255,255,0), white 70%) 0 100%,
			radial-gradient(farthest-side at 0% 50%, rgba(0,0,0,.4), rgba(0,0,0,0)),
			radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
		  background-repeat: no-repeat;
		  background-color: white;
		  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
		  background-position: 0 0, 100%, 0 0, 100%;
		  background-attachment: local, local, scroll, scroll;
		}
	  
		th,
		td {
		  display: block;
		}
	  
		.numeric {
		  text-align: right;
		}
	  
		.text {
		  text-align: center;
		}

	  
	  p {
		text-align: right;
		margin-top: 1em;
		font-style: italic;
	  }
}