/*!
Theme Name: steklobanki
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: steklobanki
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

steklobanki is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
body {
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
	color: #151515;
	overflow-x: hidden;
}

html {
	overflow-x: hidden;
}

a {
	color: #151515;
}

a:hover {
	color: #151515;
	text-decoration: none;
}

ul {
	margin: 0;
}

header {
	background-color: #FFE68D;
	padding: 10px 0;
}

header .nav-brand {
	font-size: 12px;
	display: flex;
}

header .nav-brand img {
	margin-right: 15px;
}

header .nav-brand span {
	display: inline-block;
	align-self: center;
	max-width: 120px;
}

header .menu {
	font-size: 14px;
	display: flex;
	justify-content: center;
	list-style: none;
	border-bottom: 1px solid transparent;
}

header .menu li {
	padding: 4px 10px;
	margin: 0 20px;
}

header .menu li a {
	text-decoration: none;
}

header .menu li:hover, header .menu li.current-menu-item {
	border-bottom: 1px solid #EB6D45;
}

header .menu li:hover a, header .menu li.current-menu-item a {
	font-weight: bold;
}

header .nav-phone a {
	font-weight: 700;
	font-size: 18px;
}

.first-section {
	background-color: #FFE68D;
	position: relative;
	padding-bottom: 100px;
}

.first-section h1 {
	font-size: 80px;
	text-transform: uppercase;
	padding-top: 100px;
	z-index: 2;
	position: relative;
}

.first-section h1 .description {
	font-size: 32px;
	font-weight: 300;
	text-transform: none;
}

.first-section .home-img {
	position: absolute;
	left: calc(100vw / 2 + 20px);
	z-index: 1;
	top: 30px;
	border-radius: 30px;
}

.first-info {
	position: relative;
	margin-bottom: 250px;
}

.first-info .header-svg-info {
	position: absolute;
	top: -50px;
	left: 50px;
	z-index: 5;
}

.first-info .info-bank {
	position: relative;
	z-index: 6;
	margin-top: -10px;
	display: flex;
	list-style: none;
	padding: 0;
	font-size: 14px;
	margin-bottom: 60px;
}

.first-info .info-bank li {
	padding: 5px 30px;
}

.first-info .info-bank li:last-child {
	padding-right: 0;
	border-left: 1px solid #EB6D45;
}

.first-info .info-bank li:first-child {
	padding-left: 0;
	border-right: 1px solid #EB6D45;
}

.button-accent {
	background: #5F93D2;
	border-radius: 68px;
	font-size: 14px;
	color: #fff;
	padding: 17px 60px;
	text-transform: uppercase;
	font-weight: 900;
	border: 5px solid #5F93D2;
	cursor: pointer;
}

.button-accent:hover {
	background-color: #fff;
	color: #5F93D2;
}

.about-product .about-producr-inner {
	background-color: #FFE68D;
	margin-top: -1px;
}

.about-product .block-choose {
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.about-product .block-choose .name {
	font-size: 121px;
	font-weight: 900;
	color: #FFE68D;
	background-color: #5F93D2;
	border-radius: 17px;
	text-align: right;
	padding-top: 100px;
	line-height: 60px;
	margin-bottom: 40px;
	display: block;
}

.about-product .block-choose .name:hover {
	background-color: #FFE68D;
	color: #5F93D2;
	cursor: pointer;
}

.about-product .block-choose .name span {
	display: inline-block;
	margin-right: -12px;
}

.about-product .block-choose .description {
	margin-bottom: 40px;
}

.about-product .block-choose .description h4 {
	font-size: 18px;
}

.about-product .block-choose .description p {
	font-size: 14px;
}

.about-product .block-choose .choose-items {
	list-style: none;
	padding: 0;
	font-size: 14px;
}

.about-product .block-choose .choose-items li {
	padding: 20px 0;
}

.about-product .block-choose .choose-items li img {
	margin-right: 20px;
	margin-top: -20px;
}

.assortment {
	padding: 90px 0;
}

.assortment .assort-item {
	margin-top: 45px;
	width: 260px;
}

.assortment .assort-item.center:before, .assortment .assort-item.center:after {
	content: '';
	height: 400px;
	position: absolute;
	top: 50px;
	width: 1px;
	background-color: #EB6D45;
	display: block;
}

.assortment .assort-item.center:before {
	left: -25px;
}

.assortment .assort-item.center:after {
	right: -25px;
}

.assortment .assort-item img {
	display: block;
	margin: 12px 0 40px;
	width: 100%;
	border-radius: 13px;
}

.assortment .assort-item .title {
	font-size: 18px;
	font-weight: 900;
	color: #5F93D2;
}

.assortment .assort-item .description {
	margin-bottom: 23px;
	font-size: 14px;
}

.assortment .assort-item a {
	display: inline-block;
}

.benefit svg {
	position: relative;
	z-index: 999999;
}

.benefit-inner {
	background-color: #FFE68D;
	padding: 20px 0 40px;
	position: relative;
}

.benefit-inner .benefit-item {
	margin-top: 47px;
}

.benefit-inner .benefit-item img {
	display: block;
	margin: 0 auto 30px;
}

.benefit-inner .benefit-item .title {
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	margin-bottom: 7px;
}

.benefit-inner .benefit-item .description {
	padding: 0 35px;
	font-size: 14px;
}

.main {
	padding: 75px 0 140px;
}

.main h1 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}

.main .sorting {
	font-size: 14px;
}

.main .categories {
	list-style: none;
	padding: 0;
	font-size: 14px;
}

.main .categories li {
	padding: 0 0 14px;
}

.main .categories li.current-cat {
	font-weight: 700;
}


/* ordering */
.sorting{
	display: flex;

}

.sorting p{
	margin-right: 20px;
}
.sorting ul{
	list-style: none;
	padding: 0;
	margin-top: -10px;

}
.sorting ul li{
	display: block;
	padding: 4px 8px;
	background: #FFE68D;
	border-radius: 0 0 5px 5px;
	min-width: 100px ;
	font-weight: 700;

}
.sorting ul li img{
	margin-left: 3px;
}
.sorting ul li.nocurrent{
	display: none;
}
.sorting ul li.current{
	background: #EB6D45;
	border-radius: 5px 5px 0 0;
	position: relative;
}
.sorting ul li.current:before, .sorting ul li.current:after{
	content: '';
	position: absolute;
	right: 13px;
	top: 15px;
	width: 7px;
	height: 1px;
	background-color: #fff;
	border-radius: 1px;
	transition: .3s
}
.sorting ul li.current:before{
	transform: rotate(45deg);
	right: 18px;
}
.sorting ul li.current:after{
	transform: rotate(-45deg);
}
.sorting ul li.current.open:before{
	transform: rotate(-45deg);
	right: 18px;
}
.sorting ul li.current.open:after{
	transform: rotate(45deg);
}
/* end ordering */

.card-product {
	overflow: hidden;
	background-color: #FFE68D;
	border-radius: 8px;
	margin-bottom: 30px;
	font-size: 14px;
	display: block;
}

.card-product .img-wrap {
	overflow: hidden;
	max-height: 113px
}

.card-product .img-wrap img {
	width: 100%;
}

.card-product .img-wrap img:hover {
	transform: scale(1.15);
}

.card-product .img-wrap img.woocommerce-placeholder {
	width: auto;
	margin: 13px auto;
	display: block;
	max-width: 86px;
	height: auto;
}

.card-product .img-wrap img.woocommerce-placeholder:hover {
	transform: none;
}

.card-product .product-name {
	margin: 15px 15px 10px;
	font-weight: 700;
}

.card-product .product-price {
	padding: 3px 15px;
	margin-bottom: 15px;
	background-image: url("./assets/img/backpriceproduct.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.product-related {
	margin-bottom: 80px;
}

.product-related h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 35px;
}

.product-related-content {
	display: flex;
	justify-content: center;

}

.product-related-content a {
	flex: 0 0 calc(20% - 23px);
	max-width: calc(20% - 23px);
	margin: 0 15px;
}

.product-single {
	padding-top: 60px;
	position: relative;
	background-image: url("./assets/svg/product-fon.svg");
	background-repeat: no-repeat;
	background-position: top -1px center;
	height: 700px;
	position: relative;
	margin-bottom: 100px;
}

.product-single .product-elem {
	position: absolute;
	right: 0;
	bottom: 0;
}

.product-single-content {
	margin: 80px 0 50px;
}

.product-single-content .product-single-img {
	width: 100%;
	border-radius: 33px;
	max-width: 700px;
	margin-left: auto;
	display: block;
}

.product-single-content .product-info {
	margin-left: 40px;
}

.product-single-content .product-info .product-price {
	font-size: 32px;
	font-weight: 300;
	margin-top: 90px;
}

.product-single-content .product-info h1 {
	font-size: 32px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 40px;
}

.product-single-content .product-info .product-attr .attr-title {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}

.product-single-content .product-info .product-attr .attr-content ul {
	padding: 0;
	list-style: none;
}

.product-single-content .product-info .product-attr .attr-content ul li {
	margin: 0 -30px;
	padding: 6px 30px;
	display: block;
	max-width: 500px;
	display: flex;
	justify-content: space-between;
}

.product-single-content .product-info .product-attr .attr-content ul li:not(:last-child) {
	border-bottom: 1px solid #EB6D45;
}

footer {
	padding: 100px 0 50px;
	position: relative;
	margin-top: -80px;
	z-index: 8;
}

footer.nohomepage {
	background-color: #FFE68D;
	padding-top: 70px;
	margin-top: 0;
}

footer .info-contacts {
	display: flex;
}

footer .info-contacts .info-contacts-item:not(:last-child) {
	margin-right: 45px;
}

footer .info-contacts .info-contacts-item p {
	margin-bottom: 5px;
}

footer .info-contacts .info-contacts-item .title {
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 10px;
}

footer .sub-footer img {
	margin-right: 15px;
}

footer h3 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 35px;
}

footer .info-contacts {
	margin-bottom: 20px;
}

footer iframe {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 7 !important;
}

.pr-50 {
	padding-right: 50px;
}

.pl-50 {
	padding-left: 50px;
}

.pr-80 {
	padding-right: 80px;
}

.bdr-red {
	border-right: 1px solid #EB6D45;
}

section .title {
	font-size: 32px;
	font-weight: bold;
}

section .subtitle {
	font-size: 18px;
}
.pagination {
	position: relative;
}
.pagination .nav-links{
	margin-left: auto;
	display: flex;
}
.pagination a.page-numbers{
	margin: 0 10px;
}
.pagination .current{
	font-size: 24px;
	font-weight: bold;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	color: #fff;
	background: #5F93D2;
	display: inline-block;
	line-height: 28px  ;
	padding-left: 6px;
}
.pagination .next, .pagination .prev{
	position: absolute;
	top: 20px;
}
.pagination .next{
	right: 0;
}
.pagination .prev{
	right: 35px;
}
.phone-mobile{
	display: none;
}
@media (max-width: 1440px) {
	.first-info .header-svg-info {
		left: -200px;
	}
}
@media (max-width: 576px){
	.phone-mobile {
		display: block;
		padding-top: 5px;
	}
	.phone-mobile img{
		transform: scaleX(-1);
		width: 35px;
	}
	.nav-phone {
		display: none;
	}
	header .menu{
		padding: 0;
		margin-top: 5px;
	}

	.first-section h1{
		font-size: 42px;
		padding-top: 30px;

	}
	.first-section h1 .description{
		font-size: 24px;
	}
	.first-info .header-svg-info{
		display: none;
	}
	.first-section .home-img{
		left: 100px;
		width: 120%;
	}
	.first-info{
		margin-top: -20px;
		margin-bottom: 50px;
	}
	.first-info .info-bank{
		margin: 0 -15px;
		padding: 20px 15px;
		background-color: #fff;
	}
	.first-info .info-bank li{
		padding: 5px 10px;
	}
	.first-info .button-accent{
		margin-top: 50px;
		display: block;
		text-align: center;
		position: relative;
		z-index: 20;
	}
	.about-product .about-up,.about-product .about-down , .benefit svg{
		margin-left: -260px;
	}
	
	.about-product .block-choose{
		margin-top: 30px;
		padding: 0;
		border: none;
	}
	.about-product .block-choose .description{
		margin-bottom: 0;
	}
	.about-product .block-choose .name{
		font-size: 80px;
		padding-top: 70px;
		line-height: 50px;
	}
	.about-product .block-choose .choose-items li{
		display: flex;
		align-items: center;
		padding: 10px 0;
	}
	.assortment .assort-item{
		margin: 20px 0;
		width: auto;
	}
	.assortment .assort-item img{
		margin-bottom: 20px;
	}
	
	.about-product .block-choose .choose-items li img{
		margin-right: 15px;
		margin-top: 0;
	}
	.benefit-inner .benefit-item .description{
		padding: 0;
	}
	footer{
		padding-bottom: 0;
	}
	footer iframe{
		position: relative;
		width: 100%;
		height: 300px;
		margin-top: 30px;
	}
	footer .info-contacts{
		flex-wrap: wrap;
	}
	footer .info-contacts .info-contacts-item{
		margin: 0 0 20px -0;
		width: 100%;
	}
	.sub-footer{
		display: flex;
	}

	.categories{
		display: flex;
		justify-content: space-between;
	}
	.main{
		padding: 30px 0;
	}
	.product-related-content{
		justify-content: start;
		overflow-x: scroll;
		margin: 0 -15px;
	}
	.product-related-content a{
		min-width: 142px;
	}

	.product-single{
		padding-top: 10px;
		margin-bottom: 0;
	}
	.product-single-content{
		margin: 30px 0;
	}
	.product-single-content .product-info{
		margin-left: 0;
	}
	.product-single-content .product-info .product-price{
		margin-top: 40px;
	}
	.product-single-content .product-info h1{
		font-size: 28px;
		margin-bottom: 30px;
	}
}

