/*
Theme Name: Twenty Twenty Child Theme
Theme URI: none
Description: A child theme for Twenty Twenty.
Author: Zhunussov Yermek
Author URI: https://vk.com/liquid_cutter
Template: twentytwenty
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* custom styles */


/* alsep-umag */
section.umag.alsep .left-side img {
    height: 35px;
    position: relative;
    margin-bottom: 10px;
}
section>h3 {
                max-width: 120rem;
                margin-top: 0 !important;
            }
            img.alsep-logo {
                width: auto;
                height: 40px;
            }
            .umag.alsep .flex {
                display: flex;
            }
            .umag>div {
                max-width: 100% !important;
            }
            .umag.alsep {
                padding: 0 !important;
            }
            .umag.alsep .left-side {
                flex-basis: 50%;
                background-color: #69cd75;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
            .umag.alsep .right-side {
                flex-basis: 50%;
            }
            .umag.alsep .block-1 {
                background-image: url('/wp-content/uploads/2020/09/top-photo.jpg');
                background-repeat: no-repeat;
                background-size: 45rem;
                background-color: #69cd75;
                padding: 60px 20px;
                background-position-y: center;
                background-position-x: 37rem;
            }
            .umag.alsep .block-1 * {
                color: #fff;
            }
            .umag.alsep .block-1 h3 {
                font-size: 25px;
                margin-top: 0;
            }
            .umag.alsep .block-1 p {
                font-size: 18px;
            }
            .container.sides-padding-40 {
                position: relative;
                z-index: 5;
            }
            .umag.alsep .block-1 button {
                background: #ffae1f;
                font-size: 14px;
                margin-top: 30px;
            }
            .umag.alsep .right-side {
    position: relative;
    background-color: transparent !important;
    background-image: url(/wp-content/uploads/2020/09/background-about.jpg)!important;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
            .umag.alsep .right-side .block-1 {
                background-color: transparent !important;
                background-image:none !important;
            }
            .umag.alsep .right-side .block-1 button {
                border-radius: 50px;
                background: linear-gradient(105.73deg, #1482E8 5.35%, #28C6DC 94.46%) !important;
                text-transform: unset;
            }
            .lead.alsep {
                border-left: 2px solid #1688e7;
                padding-left: 15px;
            }
            .alsep-mask {
                position: absolute;
                background: #18283857;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }

/* end alsep-umag */
.entry-content>section {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 5rem;
}

.space-between{
	display: flex;
	justify-content: space-between;
}

.wrap {
	flex-wrap: wrap;
}

.entry-content>section>div {
    max-width: 120rem;
    margin: 0 auto;
    width: 100%;
}

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

section.excellence {
    background: #f9f9f9;
    padding: 5rem;
}

.inner-flex-img {
	padding-bottom: 25px;
    margin-bottom: 10px;
}

.inner-flex-img svg {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

h5.inner-flex-title {
    margin-top: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.excellence-item {
	background: white;
    padding: 30px;
    border-radius: 20px;
    flex-basis: 23%;
}

.woocommerce ul.products li.product {
    margin-bottom: 30px;
}

li.product-category a {
    width: 100%;
}

li.product-category img {
    width: 100%;
}

.category-wrap {
    position: relative;
    border-radius: 20px;
}

div.category-wrap h2.woocommerce-loop-category__title {
    position: absolute;
    bottom: 15px;
    background: #ffffff;
    width: 90%;
    left: 5%;
    color: black;
    font-size: 17px !important;
    transition: 0.4s;
    margin: 0;
    height: 38px;
    display: flex;
    font-weight: lighter;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0px 16px 2em #00000014;
}

li.product-category img {
    width: 100%;
    margin-bottom: -16px;
}

.category-wrap:hover h2 {
	background: #d80100 !important;
    height: 40px !important;
    bottom: -15px !important;
    color: #fff !important;
    box-shadow: -2px 11px 20px #00000000 !important;
}

.post-video-flex {
    display: flex;
}

.post-video-flex>div{
	flex-basis: 50%;
}

a.post-link {
	display: block;
	text-decoration: none;
	text-align: center;
}

a.post-link img{
	width: 100% !important;
}

span.post-date {
    display: block;
    text-align: center;
}

.header.wrapper {
	position: relative;
	overflow: visible;
	margin-bottom: 30px;
}

.header.wrapper img {
	position: absolute;
	width: 100%;

}

.header.wrapper>header {
	position: relative;
	background-color: black;
}
.header.wrapper h1 {
	color: black;
}

.header.wrapper span, .header.wrapper a {
	color: white !important;
}

#site-header {
	background: #ffffff;
    position: relative;
    box-shadow: 0px 1px 6px 0 #0000000d;
	color: black;
}

.site-logo a {
    position: relative;
    left: -20px;
}

.header-inner {
	max-width: 168rem;
	padding: 0 !important;
	z-index: 100;
}

/* Header Titles ----------------------------- */

.header-titles-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 4rem;
	text-align: center;
	color: black;
}

.posts-item-custom {
  margin-right: 1%;
}

/* .videos-item-custom {
  margin-left: 10px;
} */

.posts-item-custom, .videos-item-custom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.post-item-custom, .video-item-custom {
  flex-basis: 49%;
}

.post-item-custom:first-child, .video-item-custom:first-child {
  flex-basis: 100%;
  margin-bottom: 2%;
}

.custom-image-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
  .custom-image-box svg {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    transition: 0.3s;
  }
  .custom-image-box path {
    fill: white;
  }
  .video-item-custom:first-child svg {
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
  }
  .custom-image-box:hover svg {
    transform: scale(1.3);
  }

  .custom-title-box {
    align-self: baseline;
    padding: 15px 0;
}
  .post-item-custom, .video-item-custom {
    background: #fff;
    align-items: stretch;
    display: flex;
  }
  .post-item-custom a, .video-item-custom a {
    display: grid;
    width: 100%;
  }

  span.post-date {
    display: block;
    text-align: center;
}
.post-date::before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #000;
    margin: 10px auto 7px auto;
    border-radius: 20px;
}

.custom-post-titile, .post-date {
    font-family: -apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,sans-serif;
    max-width: 87%;
    display: block;
    margin: 0 auto;
    font-size: 17px;
    color: #000;
}
.posts-videos h3 {
    max-width: 120rem;
    margin-top: 0;
}
.posts-videos {
    background: #f9f9f9;
}
#site-footer {
    background-color: #dfdfdf;
}
.masker {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    background-image: url(/wp-content/uploads/2020/10/fon2.jpg);
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
    background-position-x: center;
    filter: brightness(0.7) contrast(0.8);
}
h3.free-title.categories-title {
    margin-top: 8rem;
}
section.banner {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
section.banner h1, section.banner h3 {
    color: white;
    font-size: 4.5rem;
    max-width: 72rem;
    font-weight: 500;
}
section.banner h3 {
    font-size: 3.5rem;
    font-weight: 300;
}
section.banner>div {
    max-width: 100% !important;
}
header.homePage path, header.homePage nav .primary-menu > li > a {
    color: black;
}
header.normal path, header:not(.homePage) nav>ul>li path, header.normal .page_item>a, header:not(.homePage) .page_item>a {
    color: #000 !important;
}

header.normal, body > .header-footer-group:not(.homePage) {
    background: white;
    box-shadow: 0px 1px 6px 0 #0000000d;  
}

button.by-in-kaspi svg {
    width: 20px;
    height: 20px;
    display: inline;
    margin-right: 8px;
}

button.by-in-kaspi {
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-date::before {
	display: none !important;
}

.addToCartSingleButton {
    margin-right: 8px;
}

.addToCartSingleButton, button.addToCartSingleButton ~ a button {
    color: white;
    background: #d90000;
    padding: 15px 20px;
    cursor: pointer;
}

body > .header-footer-group:not(.homePage) {
 	z-index: 999999;
	position: relative;
}

.relative{
    position: relative;
}
.homePage{
    background-color: transparent;
    position: fixed;
    width: 100%;
    z-index: 99;
}
/*.site-logo.faux-heading {
    opacity: 0;
}*/

.logo-wrapper div {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.logo-wrapper {
    position: relative;
    height: 90px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-titles {
    margin: 0;
}

.header-titles-wrapper {
    padding: 0;
}

header {
    display: flex;
}

.header-inner.section-inner {
    width: 80%;
}

.tis-popup {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000000b8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.inner-popup-content {
    background: white;
    padding: 50px;
}

.input-wrapper {
    margin-bottom: 20px;
}


.container.sides-padding-40.block-1 > div {
    display: flex;
}

.left-side {
    flex-basis: 100%;
}

.left-side > h1 {
    display: flex;
    align-content: center;
    text-transform: unset;
}

.left-side span {
    display: flex;
    align-items: center;
    margin-left: 22px;
}

.left-side img {
    height: 64px;
    position: relative;
    top: 6px;
}


span.buy-product {
    margin-bottom: 20px;
    display: block;
}

#site-footer {
    margin-top: 0 !important;
    background: #ececec !important;
    padding: 3rem;
}

.si-wrapper a {
    background-color:  transparent !important;
}

.social-icons.flex {
    display: flex;
}

#telegramicon {
    border-radius: 8px;
}

.social-icons.flex > div:nth-child(2) {
    margin: 0 15px;
}

.social-icons.flex > div:nth-child(3) {
    margin-right: 15px;
}

#ylink {
    width: 42px;
    margin-right: -4px;
}

#site-footer .section-inner {
    align-items: center !important;
}

.social-icons.flex a {
    width: 35px;
}

.footer-credits {
  position: absolute;
  left: 50%;
}
#site-footer {
  position: relative;
}

.header-footer-group.homePage.normal nav>ul>li>a, .header-footer-group:not(.homePage) nav>ul>li>a {
    color: black !important;
}

.homePage/*:not(.normal)*/ .icon {
    color: black !important;
}

 .homePage.normal .icon, header/*:not(.homePage)*/ .icon {
    color: black !important;
}

.conblockk svg {
    height: 17px;
}

.block-1>h1 {
  text-transform: unset;
}

.conblockk a {
    color: #000;
    font-family: sans-serif;
    font-size: 17px;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

span.svg-con {
    width: 26px;
}

.conblockk {
    position: absolute;
    background: white;
    padding: 25px;
    border-radius: 15px;
    right: 10px;
    top: 10px;
    box-shadow: -3px 20px 42px #0000002e;
    padding-bottom: 15px;
}

.map-wrapper {
    position: relative;
    max-width: 100% !important;
    width: 100%;
}

section.contacnt {
    padding: 0;
}

.conblockk a:hover {
    text-decoration: underline;
}

@media(min-width: 1024px){
	.menu-item-has-children .menu-item a {
	    color: white !important;
	}
}



.achive-wrapper {
  max-width: 120rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.achive-wrapper>div {
  flex-basis: 49%;
  margin-bottom: 20px;
  position: relative;
  transition: 0.3s;
}

.achive-wrapper > div:hover .achive_post-meta {
  background: #000000de;
}

.achive_post-meta span {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.achive-wrapper a {
  text-decoration: none;
  font-size: 16px;
}
.achive_post-meta {
  padding: 30px 20px;
  position: absolute;
  bottom: 5px;
  background: #00000082;
  width: 100%;
  transition: 0.3s;
}

.woocommerce ul.products li.product {
    justify-content: flex-start !important;
}

.addToCartButton, .addToCartButton ~ a button {
    background: #d90000;
    color: #f9f9f9;
    padding: 5px 6px;
    cursor: pointer;
    text-transform: unset;
    font-size: 13px;
    white-space: nowrap;
    min-height: 30px;
}

button.addToCartButton {
    margin-right: 8px;
}

a.kaspi-url {
    min-width: 144px;
}

.wooc-img-wrapper {
    background: #f9f9f9;
    width: 100%;
    height: calc(21vw);
    padding: 25px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    max-height: 300px;
}

.wooc-img-wrapper img {
    height: auto;
    align-self: center;
}

header > h1 {
    font-weight: 700 !important;
    font-size: 6rem !important;
}

.woocommerce-products-header {
    margin-top: -50px;
}

.woocommerce-loop-product__title {
    font-size: 18px !important;
}

body.custom-background {
 background-color: #fff;
}

#tab-description table {
  width: 100%;
  max-width: 100%;
  border-color: #ececec;
}
#tab-description td {
  border: none;
  padding: 1.5rem;
  width: 50%;
}
tr:nth-child(even) {
  background-color: #f9f9f9;
}

header:not(.homePage) .toggle-inner {
    color: black !important;
}

.product_title.entry-title {
    font-size: 6rem;
    font-weight: 700;
}

.thank-you-popup {
  display: none;
}
form.success {
  display: none;
}
.thank-you-popup.success {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.col-md-6 {
    flex-basis: 100%;
}
.thank-you-popup.success h3 {
  margin: 0;
  text-align: center;
  color: #00b859;
}
.thank-you-popup.success h4 {
  color: #393838;
  font-size: 22px;
  margin: 25px 0;
}
.inner-popup-content {
  border-radius: 15px;
}
#sendTrigger {
  display: block;
  width: 100%;
}
.row.align-items-stretch {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.form-group.form-group-textarea.mb-md-0 {
    height: 100%;
}

textarea#message {
    height: 100%;
}

.form-group {
    margin-bottom: 20px;
}

.form-group.form-group-textarea.mb-md-0 {
    padding-bottom: 20px;
}

h3.section-heading.text-uppercase {
    margin: 0;
    margin-bottom: 40px;
}

h1.entry-title {
    font-size: 40px;
}

section#contact>div {
    background: #f9f9f9;
    padding: 4rem 4rem;
    border-radius: 15px;
}

.form-group input {
    border: none;
}

textarea#message {
    border: none;
}

button {
	outline: none !important;
}

.tis-popup {
    padding: 20px;
}

.buttons-flex {
    margin-bottom: 3rem;
    display: flex;
}

.map-wrapper {
    height: calc(100vh - 180px);
}

@media(max-width: 1024px) {
section.banner {
	height: 600px !important
}

nav.woocommerce-pagination {
    margin-bottom: 25px !important;
}

.addToCartButton, .addToCartButton ~ a button {
    padding: 10px 20px !important;
    font-size: 16px !important;
}

/* alsep-umag mobile */
section.umag.alsep .left-side img {
    right: 0 !important;
}
.umag.alsep .flex {
    display: block !important;
}

.block-1 h3 {
    font-size: 20px !important;
}

.block-1 p.lead {
    font-size: 17px !important;
}

.umag.alsep .left-side .block-1 {
    background-position: -5rem 4rem !important;
    padding-top: 22rem !important;
    padding-bottom: 3rem !important;
}

/* end alsep-umag mobile */

.map-wrapper {
    height: 600px !important;
}
.masker {
	background-attachment: scroll !important;
    background-image: url('/wp-content/uploads/2020/10/mov.jpg') !important;
    background-position-y: bottom !important;
}
	.block-1 h1 {
    display: block !important;
    font-size: 29px !important;
    position: relative !important;
    margin-bottom: 30px !important;
}

.left-side span {
    margin: 0 !important;
    position: absolute !important;
}

.left-side img {
    height: 34px !important;
    top: 5px !important;
    right: -10px !important;
}

.left-side span{
	display: inline !important;
}

.block-1 .lead {
    margin-bottom: 15px !important;
}

.block-1 .calculator__input input {
    height: 5rem !important;
}

.block-1 .calculator__input-plus, .block-1 .calculator__input-minus {
    width: 3rem !important;
    height: 3rem !important;
    margin-top: -1.5rem !important;
}

div#editing-view-port>div {
    font-size: 18px !important;
}

div#editing-view-port>div {
    font-size: 18px !important;
}

.block-1 .calculator__input input {
    font-size: 23px !important;
}

p.lead {
    font-size: 22px !important;
}

form#pricing-calculator {
    margin: -15px !important;
}

span.calculator__unit-price {
    margin-bottom: 20px !important;
    font-size: 20px !important;
}

.col-auto.invert-wrapper {
    padding: 3rem !important;
}

.block-1 .result__annual, .block-1 .result__annual small {
    font-size: 24px !important;
}

.block-1 .result__monthly {
    font-size: 20px !important;
}

.col-auto.result {
    margin-bottom: 3rem !important;
}

.col-auto.support {
    margin-bottom: 3rem !important;
}

.col-auto.invert-wrapper {
    margin-bottom: 0 !important;
    margin-top: 25px !important;
}

.container.sides-padding-40.block-1 {
    padding-bottom: 0 !important;
}








	.search-toggle {
    	display: none !important;
	}

	.title br {
	    display: none;
	}

	.title h1 {
	    font-size: 25px !important;
	    line-height: 37px;
	}

	section.banner {
	    min-height: 0 !important;
	    padding: 3rem;
	}
	.entry-content section.contacnt {
	    padding: 0 !important;
	}

	.conblockk {
	    position: static;
	    border-radius: 0;
	    box-shadow: none;
	    background: #f9f9f9;
	}

	.title h3 {
	    font-size: 25px !important;
	}

	.space-between {
	    display: block;
	}

	.excellence-item {
	    margin-bottom: 20px;
	}

	li.product-category {
	    margin-bottom: 40px !important;
	}

	section.excellence {
	    padding: 3rem;
	}

	.entry-content>section {
	    padding: 3rem !important;
	}

	.post-video-flex {
	    display: block;
	}

	.posts-item-custom, .videos-item-custom {
	    display: block;
	    margin: 0 0 20px 0 !important;
	}

	.custom-image-box {
	    height: auto !important;
	}

	.post-item-custom {
	    margin-bottom: 20px !important;
	}

	.video-item-custom {
	    margin-bottom: 20px !important;
	}

	.row.align-items-stretch.mb-5 {
	    display: block;
	}

	.footer-credits {
	    position: static;
	    margin-top: 20px;
	}

	.section-inner {
	    flex-direction: column;
	}

	a.to-the-top {
	    display: none;
	}
	.modal-menu a{
		color: #000 !important;
	}

	.achive-wrapper {
	    display: block;
	    padding: 0 3rem;
	    margin-bottom: 3rem;
	}

	.achive_post-meta {
	    position: static !important;
	    background: #f6f6f6 !important;
	    margin-top: -4px;
	}

	.achive_post-meta span {
	    color: #000;
	    font-size: 15px !important;
	    display: block;
	}

	h1.entry-title {
	    font-size: 20px !important;
	}

	.wooc-img-wrapper {
	    height: auto !important;
	}

	.woocommerce-products-header{
		margin-top: 0 !important;
	}

	header > h1 {
	    font-size: 4rem !important;
    }
    section.contacnt h3 {
        text-align: center;
        margin-bottom: 40px !important;
    }

}

.menu-modal.cover-modal {
    position: fixed !important;
    top: 0;
}

.comments-wrapper.section-inner {
    margin-bottom: 5rem;
}

span.toggle-text {
    display: none;
}

section.contacnt h3 {
    text-align: center;
    margin-bottom: 65px;
}

/* todo */

.videos-item-custom {
    flex-basis: 100% !important;
}

.posts-item-custom {
    display: none;
}