@charset "UTF-8";
:root {
    --mainColor: #FBC13B;
    --linkColor: #7099B9;
    --headerColor: #FFFFFF;
    --footerColor: #55595C;
    --backColor: #FFFFFF;
    --textColor: #1F1F1F;
    --btnColor: #EDEEE9;
}

.wrapper {
    background-color: var(--backColor);
}

h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child) {
    margin-bottom: 20px;	
}

h1,h2,h3,h4,h5,h6, .menu-footer__list li {
	line-height:1.2;
	}

h1,h2,h3,h4,h5,h6 {
    color: var(--textColor);	
	margin-top: 20px;
}	

h1 {
    font-size: 25px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 19px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

h6:not(:last-child) {
    margin-bottom: 12px;
}

.hiddens {
  opacity: 0;
  transition: all .2s linear;
  visibility: hidden;
}

@media only screen and (min-width: 767.98px) {
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 15px;
    }
    h6 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1023.98px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
	h2,h3,h4,h5,h6 { 
		margin-top: 25px;
	}
}

@media only screen and (min-width: 1365.98px) {
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
	h2,h3,h4,h5,h6 { 
		margin-top: 30px;
	}
}

@media only screen and (min-width: 1919.98px) {
    h1 {
        font-size: 48px;		
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 17px;
    }
	h2,h3,h4,h5,h6 { 
		margin-top: 36px;
	}
}

@font-face {
    font-family: icons;
    font-display: swap;
    src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

[class*=_icon-]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
    display: block;
}

._icon-arrow-b:before {
    content: "\e900";
}

._icon-arrow-r:before {
    content: "\e901";
}

._icon-arrows:before {
    content: "\e902";
}

._icon-arrows-slider:before {
    content: "\e903";
}

._icon-check:before {
    content: "\e904";
}

._icon-close:before {
    content: "\e905";
}

._icon-search:before {
    content: "\e906";
}

._icon-settings:before {
    content: "\e907";
}

._icon-light-theme:before {
    content: "\e908";
}

._icon-dark-theme:before {
    content: "\e909";
}

._icon-location:before {
    content: "\e90a";
}

._icon-time:before {
    content: "\e90b";
}

._icon-info:before {
    content: "\e90c";
}

._icon-phone-circle:before {
    content: "\e90d";
}

._icon-email:before {
    content: "\e90e";
}

._icon-instagram:before {
    content: "\e90f";
}

._icon-maxru:before {
    content: "\e91a";
}

._icon-facebook:before {
    content: "\e910";
}

._icon-ok:before {
    content: "\e911";
}

._icon-telegram:before {
    content: "\e912";
}

._icon-viber:before {
    content: "\e913";
}

._icon-vk:before {
    content: "\e914";
}

._icon-whatsapp:before {
    content: "\e915";
}

._icon-yandex:before {
    content: "\e916";
}

._icon-youtube:before {
    content: "\e917";
}

._icon-ellipsis-vertical:before {
    content: "\e918";
}

._icon-arrows-slider-prev:before {
    content: "\e919";
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    color: #1F1F1F;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans', 'Roboto', 'Segoe UI', 'Helvetica Neue', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', Arial, sans-serif;
    font-size: 18px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 767.98px) {
    body {
        font-size: 15px;		
    }
}

@media only screen and (min-width: 1023.98px) {
    body {
        font-size: 16px;
		font-family: 'Golos', -apple-system, BlinkMacSystemFont, 'Noto Sans', 'Roboto', 'Segoe UI', 'Helvetica Neue', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', Arial, sans-serif;
    }
}

@media only screen and (min-width: 1365.98px) {
    body {
        font-size: 17px;
    }
}

@media only screen and (min-width: 1919.98px) {
    body {
        font-size: 17px;
    }
}

input,
button,
textarea {
    font-family: inherit;
    font-size: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: transparent;
}

a {
    /* MTP color: inherit;*/
	color: var(--linkColor);
	transition: all 0.12s linear;
}

a:link,
a:visited {
    text-decoration: none;
	transition: all 0.12s linear;
}

a:hover {
    text-decoration: none;    
	transition: all 0.12s linear;
}

.content__article.article-page a:hover {
	/*border-bottom: 1px solid var(--linkColor);*/
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: all 0.12s linear;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
	height: auto;
}

article img {
    max-width: 100%;
    height: auto;
	width: auto;
}

.lock body {
    overflow: hidden;
    touch-action: none;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    /*overflow: hidden;*/
    /*position: relative;*/
}

.wrapper>main {
    flex: 1 1 auto;	
}

.wrapper>* {
    min-width: 0;
}


/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
*/

[class*=__container] {
    margin: 0 auto;
    max-width: 1500px;
    box-sizing: content-box;
    padding: 0 15px;
}

@media only screen and (min-width: 767.98px) {
    [class*=__container] {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 1023.98px) {
    [class*=__container] {
        padding: 0 60px;
    }
	
}

@media only screen and (min-width: 1365.98px) {
    [class*=__container] {
        padding: 0 60px;
    }
}



h1,h2,h3,h4,h5,h6 {font-weight: 600;}
 


.scrollbar {
    scrollbar-width: thin;
    scrollbar-color: var(--mainColor) transparent;
}

.scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    -webkit-overflow-scrolling: auto;
}

.scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: var(--mainColor);
}

[class*=-ibg] {
    position: relative;
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

[class*=-ibg_contain] img {
    object-fit: contain;
}


.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px 6px;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
    pointer-events: none;
}

@media only screen and (min-width: 767.98px) {
    .popup {
        padding: 20px;
    }
}


.title {
    font-weight: 600;
    font-size: 19px;
}

@media only screen and (min-width: 767.98px) {
    .title {
        font-weight: 700;
        font-size: 26px;
    }
}

@media only screen and (min-width: 1023.98px) {
    .title {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1365.98px) {
    .title {
        font-size: 38px;
    }
}

@media only screen and (min-width: 1919.98px) {
    .title {
        font-size: 48px;
    }
}

.phone-number {
    color: var(--linkColor);
    font-weight: 600;
    font-size: 23px;
    display: block;
    position: relative;
	line-height: 1.4;
}

@media (any-hover: hover) {
    .phone-number:hover {
        opacity: 0.8;
    }
}

a.email {
    display: inline-block;
    color: var(--linkColor);
    text-decoration-line: underline;
    transition: all 0.3s ease 0s;
    font-size: 13px;
    line-height: 1.69;
}

@media (any-hover: hover) {
    a.email:hover {
        opacity: 0.7;
    }
}

.call-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #949597;
    border-radius: 22px;
    height: 37px;
    padding: 0 22px;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
	color: #949597;
}

.call-back_blue {
    border-color: var(--linkColor);
    color: var(--linkColor);
}

@media only screen and (min-width: 1023.98px) {
    .call-back {
        font-size: 13px;
        padding: 0 20px;
        height: 35px;
    }
}

@media only screen and (min-width: 1919.98px) {
    .call-back {
        font-size: 13px;
    }
}

@media only screen and (any-hover: hover) {
    .call-back:hover {
        background: #949597;
        color: #fff;
    }
    .call-back_blue:hover {
        background: var(--linkColor);
    }
}


.social-button {
	max-width: 600px;
	margin: 30px auto 0px auto;
}

.social-list {
    display: flex;
    flex-wrap: wrap;	
}

.social-list__item {
    margin: 3.91px 3.1px;
    width: 28px;
    height: 28px;
    /* background: var(--btnColor); */
    background: transparent;
    border-radius: 50%;
    color: #fff;
    position: relative;
    transition: all 0.2s ease 0s;
}

.info-box__social .social-list {
	justify-content: center;
	gap: 10px;
}	

.info-box__social .social-list__item {
	width: 48px;
    height: 48px;
}

.social-list__item::before {
    font-size: 14px;
    transition: color 0.3s ease 0s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info-box__social .social-list__item::before {
    font-size: 20px;
}

.social-list__item_yandex {
    background: #FFCC00;
}

.social-list__item_instagram {
    background: #c42869;
}

.social-list__item_maxru {
    background-image: linear-gradient(
        135deg, /* Угол градиента, можно менять */
        #3DC0FD, /* Темно-фиолетовый */
        #414DE9, /* Сине-фиолетовый */        
        #8244E5  /* Светло-фиолетовый/пурпурный */
    );
}

.social-list__item_ok {
    background: #FF9205;
}

.social-list__item_youtube {
    background: #C4302B;
}

.social-list__item_telegram {
    background: #0088CC;
}

.social-list__item_vk {
    background: #6695BD;
}

.social-list__item_facebook {
    background: #3B5998;
}

.social-list__item_viber {
    background: #8F5DB7;
}

.social-list__item_whatsapp {
    background: #25D366;
}

.social-list__item_email {
    background: #7F9D87;
}

.social-list__item_Wechat {
    background: #7BB32E;
}

.social-list__item img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}	

@media only screen and (min-width: 1365.98px) {
    .social-list__item {
        width: 32px;
        height: 32px;
    }
	.info-box__social .social-list__item {
        width: 62px;
        height: 62px;
    }
	
	.info-box__social .social-list__item::before {
    font-size: 26px;
}
}

/*@media (any-hover: hover) {
    .social-list__item:hover {
        opacity: 0.8;
        transition: all 0.2s ease 0s;
		color: #fff;
    }
}*/

.article-page p {
    line-height: 1.6;
}

.article-page__images {
    padding-bottom: 38px;
}

@media only screen and (min-width: 767.98px) {
    .article-page__images {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 28px;
    }
}

.article-page__image {
    flex: 0 1 48.22%;
    display: none;
}

.article-page__image:first-child {
    display: block;
}

@media only screen and (min-width: 767.98px) {
    .article-page__image {
        display: block;
    }
}

@media only screen and (min-width: 767.98px) and (min-width: 48em) and (max-width: 116.875em) {
    .article-page__image:nth-child(1n+3) {
        padding-top: clamp( 1.5rem, 0.2368421053rem + 2.6315789474vw, 3.3125rem);
    }
}

.article-page__image-ibg {
    padding-bottom: 64.1770401107%;
}

.article-page__image-ibg img {
    border-radius: 20px;
}

@media only screen and (min-width: 767.98px) {
    .article-page__image-ibg img {
        border-radius: 33px;
    }
}

.article-page__row {
    margin-bottom: 20px;
}

@media only screen and (min-width: 1023.98px) {
    .article-page__row {
        display: flex;
    }
}

.article-page__row-image {
    margin-bottom: 20px;
}

.article-page__row-image-ibg {
    padding-bottom: 52.6%;
}

.article-page__row-image-ibg img {
    width: 100%;
    border-radius: 8px;
}

@media only screen and (min-width: 1023.98px) {
    .article-page__row-image {
        flex: 0 1 560px;
        padding-right: 32px;
    }
}

@media only screen and (min-width: 1023.98px) {
    .article-page__row-text {
        padding-top: 5px;
        flex: 0 1 560px;
    }
}

.contacts-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (min-width: 1023.98px) {
    .contacts-block {
        align-items: end;
        padding-right: 5px;
    }
}

.contacts-block__body {
    text-align: center;
}

.contacts-block__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 2px;
    color: #fff;
}

@media only screen and (min-width: 1023.98px) {
    .contacts-block__text {
        font-size: 13px;
		margin-bottom: 5px;		
    }
	.contacts-block__tel {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
}

.contacts-block__call {
    font-weight: 600;
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s ease 0s;
	line-height: 1;
}

@media (any-hover: hover) {
   .contacts-header__contacts-block .contacts-block__call:hover {
        color: var(--linkColor);
    }
}

@media only screen and (min-width: 1365.98px) {
    .contacts-block__call {
        font-size: 23px;        
    }

	.header._header-scroll .contacts-block__call {
		font-size: 18px;
	}
}

@media only screen and (min-width: 1649.98px) {
    .contacts-block__call {
        font-size: 26px;        
    }
	
	.header._header-scroll .contacts-block__call {
		font-size: 20px;
	}	
}

@media only screen and (min-width: 1919.98px) {
    .contacts-block__call {
        font-size: 26px;
    }

	.header._header-scroll .contacts-block__call {
		font-size: 22px;
	}	
}

.contacts-block .contacts-block__email {
    text-decoration: underline;
}

.contacts-block__email {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.69;
    color: #fff;
    align-items: center;
    text-decoration-line: underline;
}




@media (min-width: 767.98px) {
    .contacts-block__body {
        text-align: right;
    }
}

/*main {
    padding-top: 51px;
}*/



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

@media only screen and (min-width: 1023.98px) {
   /* main {
        padding-top: 187px;
    }*/
}

.content {
    padding-top: 30px;
    padding-bottom: 40px;
    color: var(--textColor);
    background-color: var(--backColor);
}

@media only screen and (min-width: 767.98px) {
    .content {
        padding-top: 20px;
        padding-bottom: 51px;
    }
}

@media only screen and (min-width: 1023.98px) {
    .content {
        padding-top: 30px;
        padding-bottom: 52px;
    }
}
}

.content__container {
    max-width: 1500px;
}

@media only screen and (min-width: 767.98px) {
    .content__container {
        padding: 0 40px;
    }
}

.content__article h1 {
    margin-bottom: 18px;
}

@media only screen and (min-width: 767.98px) {
    .content__article h1 {
        margin-bottom: 23px;
    }
}

@media only screen and (min-width: 1023.98px) {
    .content__article h1 {
        margin-bottom: 28px;
    }
}

@media only screen and (min-width: 1365.98px) {
    .content__article h1 {
        margin-bottom: 37px;
    }
}

@media only screen and (min-width: 767.98px) {
    .content__article p, .content__article ul, .content__article ol, .moytop-product-tabs__panel p, .moytop-product-tabs__panel ul, .moytop-product-tabs__panel ol {
        font-size: 15px;
        line-height: 1.67;
    }
}

@media only screen and (min-width: 1023.98px) {
    .content__article p, .content__article ul, .content__article ol, .moytop-product-tabs__panel p, .moytop-product-tabs__panel ul, .moytop-product-tabs__panel ol {
        font-size: 16px;
        line-height: 1.75;
    }
}

@media only screen and (min-width: 1365.98px) {
    .content__article p, .content__article ul, .content__article ol, .moytop-product-tabs__panel p, .moytop-product-tabs__panel ul, .moytop-product-tabs__panel ol {
        font-size: 17px;
        line-height: 1.65;
    }
}

@media only screen and (min-width: 1365.98px) {
    .content__article p, .content__article ul, .content__article ol, .moytop-product-tabs__panel p, .moytop-product-tabs__panel ul, .moytop-product-tabs__panel ol {
        font-size: 18px;
        line-height: 1.56;
    }
}

.content__article p:not(:last-child), .moytop-product-tabs__panel p:not(:last-child), .woocommerce-product-details__short-description p:not(:last-child) {
    margin-bottom: 16px;
}

.lang_menu {display: block; padding: 20px;}

.site-main {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 1023.98px) {
.lang_menu {display: none;}
}