@font-face{
    font-family:Inter;
    font-style:normal;
    font-weight:300 900;
    font-display:fallback;
    src:url('fonts/inter/inter.woff2') 
        format('woff2');font-stretch:normal;
}

.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #3cb6d0;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #3cb6d0;
	--theme-b-link-hover: #0092b1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #3cb6d0;
	--theme-b-bd-primary: #3cb6d0;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #0092b1;
	--theme-b-bd-primary-hover: #0092b1;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #0092b1;
	--theme-b-bd-primary-active: #0092b1;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}

body {
	background-attachment: fixed;
	background-size: cover;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 16px;
	color: #000;
}

a {
    text-decoration:none;
}

#pagetitle { margin-bottom: 35px; }

img {
    max-width: 100%;
}

h1,h2,h3,h4,h5 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper { }

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

.bx-header-section .row {
    margin-left: -1rem;
    margin-right: -1rem;
}

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}
.footer-wa {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 20px;
}
@media (max-width: 767px) {
	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 5px 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included contacts*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-contact-number {
    display:flex;
    margin: 3px 0;
}
.bx-header-contact-number a {
    text-decoration: none;
}
.bx-header-contacts {
    color: #000;
    white-space: nowrap;
    font: 16px / 20px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
    font-weight: var(--ui-font-weight-semi-bold, 600);
    transition: 250ms linear all;
    display: flex;
    flex-wrap: wrap;
}

.bx-header-contact-number .contact-icon {
    width: 25px;
    margin-right: 5px;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(images/telefon_1.png);
	background-size: contain;
}

.bx-header-whatsapp-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(images/whatsapp_1.png);
	background-size: contain;
}

.bx-header-telegram-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(images/telegram_1.png);
	background-size: contain;
}

.bx-header-email-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(images/email_1.png);
	background-size: contain;
}
.bx-header-contact-number.tel_button {
    display: flex;
    align-items: center;
    justify-content: right;
}
button.call {
    background-color: #3cb6d0;
    color: #fff;
    border: 1px solid #3cb6d0;
    padding: 0 20px;
    height: 40px;
    width: auto;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    transition: all 1s ease 0s;
    margin: 0 48px;
}

button.call:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
	.bx-header-phone-number {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-semi-bold, 600);
	}
}
@media (max-width: 724px) {
.bx-header-contact-number.tel_button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
button.call {
    margin: 0 0 10px;
}
.footer-wa {
        width: 100px;
    }
}
@media (max-width: 576px) {
	.bx-header-contact-number span {
	    display: none;
	}
}


/*endregion*/

/*region breadcrumb*/
.breadcrumb.container {
    background-color: #fff;
}
/*endregion*/
/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar li {
	font-size: 12px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(images/phone_white.svg);
	background-size: auto 21px ;
}
.blue {
    color: #3cb6d0;
}
.orange {
    color: #ef8a38;
}
/*--------------- homepage -----------------*/
#banner {
    background-color: #3cb6d0;
    height: 130px;
    padding:15px 0;
}
.banner-wrap {
    color:#fff;
}
.banner-wrap .banner-text {

}
.banner-wrap .banner-img {
    float:right;
    height:100px;
}
.banner-img img {
    height: 100px;
}
.banner-wrap h1 {
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
}
.banner-wrap .banner-text p {
    font-size: 31px;
}
.banner-text .scrollto {
    background-image: url(/include/homepage/Arrow_1.svg);
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    padding-left: 20px;
    margin-top: 80px;
}
.banner-text .scrollto a {
    color: #fff;
    text-decoration: none;
}
.socnet-links {
    margin-top: -100px;
    text-align: right;
}
.banner-text .socnet-links .vk {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-image: url(/include/homepage/vk.png);
    background-size: cover;
}
.banner-text .socnet-links .insta {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-image: url(/include/homepage/insta.png);
    background-size: cover;
}
section {
    margin: 70px 0;
}
section#banner {
    margin: 0;
}
section h2 {
    display: inline-block;
    padding: 0 30px 6px;
    color: #ef8a38;
    font-size: 40px;
    font-family: Inter;
    margin-bottom: 50px;
    font-weight: 700;
    border: 3px solid #3cb6d0;
    border-radius: 30px;
}
.about-wrap {
    display: flex;
}
.about-wrap > div {
    flex-basis: 50%;
}
.img-about {
    margin-top: -90px;
}
.text-about ul li {
    margin-bottom: 20px;
    font-size: 18px;
}
.contact-wrap {
    display: flex;
}
.contact-wrap > div {
    flex-basis: 50%;
}
.contact-img {
    margin-top: -100px;
}
body.sidebar-none .post-card:first-child {
    margin-left: 0;
}

.contact-image {
    background-position: center;
    background-size: cover;
    font-family: var(--wp--preset--font-family--body);
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    color:#fff;
}

/* ========= section Banner =========*/
#main .col-lg-4 {
    padding: 0 15px;
}
.col-lg-4.blue {
    border-left: 2px solid #3cb6d0;
    border-right: 2px solid #3cb6d0;
}
#main h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
#main .subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
#main h3 {
    font-size: 20px;
    font-weight: 700;
}
#main .orange h2 {
    color: #ef8a38;
}
#main .orange .subtitle {
    color: #3cb6d0;
}
#main .orange h3 {
    color: #ef8a38;
}
#main .orange h3 a {
    color: #ef8a38;
}
#main .orange p {
    color: #3cb6d0;
}
#main .blue h2 {
    color: #3cb6d0;
}
#main .blue .subtitle {
    color: #ef8a38;
}
#main .blue h3 {
    color: #3cb6d0;
}
#main .blue p {
    color: #ef8a38;
}

/* ========= section Resource =========*/
.resource {
    padding: 30px;
    background-color: #f0f0f0;
    border-radius: 30px;
}
.resource-item {
    padding: 20px;
    background-color: rgba(60, 182, 208, 0.45);
    border-radius: 20px;
}
.resouce_link {
    font-size: 30px;
    text-transform: uppercase;
}
.resource-item p {
    color: #fff;
    font-size: 18px;
    height: 145px;
}
.resource-button-wrap {
    text-align: center;
    margin: 30px auto 10px;
}

.resource-button {
    background-color: #ef8a38;
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
}
#resource .prev_image {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
}
/* ========= section Cources =========*/
.cources-item-wrap {
    padding: 30px;
    background-color: #f0f0f0;
    border-radius: 30px;
    height: auto;
    margin-bottom: 30px;
}
.cources-image-wrap {
    width: 100%;
    float: left;
}
#cources .prev_image {
    display: block;
    width: 100%;
    height: 0px;
    padding-bottom: 70%;
    margin-bottom: 20px;
}
.cources-button-wrap {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
}
.cources-button {
    background-color: #ef8a38;
    padding: 10px;
    color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
}
#coll {
    background-color: #3cb6d0;
}

#coll .contact-image {
    background-image: url(/include/homepage/tel.jpg);
}	
#wa {
    background-color: #3cb6d0;
}
#wa .contact-image {
    background-image: url(/include/homepage/wa.jpg);
}	
#tg {
    background-color: #3cb6d0;
}
#tg .contact-image {
    background-image: url(/include/homepage/tg.jpg);
}	
#ask {
    background-color: #3cb6d0;
}
#ask .contact-image {
    background-image: url(/include/homepage/ask.jpg);
}
.contact-image .contact-left {
    font-size: 35px;
    font-weight: 700;
    max-width: 265px;
    font-family: var(--wp--preset--font-family--body);
    line-height: 40px;
}
.contact-image .contact-right {
    max-width: 350px;
}
.contact-image .contact-right a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
}
.contact-image .contact-right a.button-red {
    background-color: #fd7974;
    padding: 12px 50px;
    margin-top: 20px;
    display: block;
    text-align: center;
    border-radius: 5px;
}

.values {
    display: flex;
    flex-wrap: wrap;
}
.values>div {
    width: 50%;
	margin-bottom: 30px;
}
.values .values-right {
    padding-left: 50px;
}
.values>div:last-child {
    width: 100%;
}
.values-title {
    display: flex;
    align-items: center;
}
.values-title img {
    margin-right: 10px;
}
.values h3 {
    font-family: var(--wp--preset--font-family--body) !important;
    font-size: 25px;
	color: #3cb6d0;
    margin-top: 10px;
}


/* --------- Scheme ----------------*/
.acor-container {
    margin: 20px 0;
    border-top: 1px solid #333;
}
.acor-container .acor-body {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #fff;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
}
.acor-container .acor-body p {
    margin: 0 0 10px;
}
.acor-container label {
    cursor: pointer;
    background-color: var(--wp--preset--color--contrast);
    display: block;
    padding: 15px 20px;
    width: 100%;
    color: #3cb6d0;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 100;
    font-family: Verdana, sans-serif;   
    font-size: 18px;
    margin: 0 0 5px;
    transition: color .35s;
    border-bottom: 1px solid #333;
}
.acor-container label:hover {
    color: #3cb6d0;
}
.acor-container input{
    display: none;
}
.acor-container label:before {
    content: '\276F';
    float: right;
}
.acor-container input:checked + label {
    color: #3cb6d0;
    box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #000;
    padding: 20px 30px 10px;
}

.main-nav {
    display: none;
    float: right;
    padding-right: 40px;
}
.mob-hamburger {
  	display: block;
}
@media (min-width: 1200px) {
	.main-nav {
    	display: block;
	}
	.mob-hamburger {
    	display: none;
	}
}

.posts-container .post-card:first-child {
    margin-left: 0;
}

@media (min-width: 1200px) {
    .post-card {
        width: 330px;
        height: 330px;
    }
}
@media (min-width: 992px) {
    .post-card {
        width: 330px;
        height: 330px;
    }
	.post-card:nth-child(3n+1) {
    	margin-left: 0;
	}
}

@media (max-width: 992px) {
	p {
        font-size: 16px;
    }
	h1 {
        font-size: 28px;
    } 
	#banner {
        height: auto;
    }
	.banner-wrap {
        display: flex;
        color: #fff;
        padding: 30px;
        flex-wrap: wrap;
    } 
	.banner-wrap .banner-img {
        width: 100%;
    }
	.banner-wrap .banner-text {
        width: 100%;
    }  
    .banner-wrap h1 {
        font-size: 40px;
        margin-top: 20px;
        line-height: 1.1;
    }
    .banner-wrap .banner-text p {
        font-size: 25px;
        line-height: 1.2;
    }
	.banner-text .scrollto {
        margin-top: 50px;
    } 
    .resource-item {
        margin-bottom: 30px;
    }
    .col-lg-4:last-child .resource-item {
        margin-bottom: 0;
    }
    .resource-item p {
        color: #fff;
        font-size: 16px;
        height: 135px;
    }
    .cources-item-wrap {
        height: auto;
    }
    .cources-image-wrap {
        width: 100%;
        float: none;
    }
	.about-wrap {
        flex-wrap: wrap;
    } 
	section h2 {
        font-size: 32px;
        margin-bottom: 20px;
	}
	.about-wrap > div {
        flex-basis: 100%;
    }
    .img-about {
        margin-top: -10px;
    }
	.contact-wrap {
        flex-wrap: wrap;
    } 
	.contact-wrap > div {
        flex-basis: 100%;
    }
    .contact-img {
        margin-top: -10px;
    }    
	.contact-image {
        flex-wrap: wrap;
    }
	#coll .contact-image {
        background-image: url(/wp-content/uploads/2024/06/tel1.jpg);
    }	
    #wa .contact-image {
        background-image: url(/wp-content/uploads/2024/06/wa1.jpg);
    }	
    #tg .contact-image {
        background-image: url(/wp-content/uploads/2024/06/tg1.jpg);
    }	
    #ask .contact-image {
        background-image: url(/wp-content/uploads/2024/06/ask1.jpg);
    }
    .contact-image .contact-left {
        font-size: 24px;
        line-height: 28px;
    }
    .values>div {
        width: 100%;
        margin-bottom: 20px;
    }
    .values .values-right {
        padding-left: 0;
    }
}