html {
    height: 100%;
}

body {
    min-height: 100%;
    font-weight: 400;
    line-height: 1.45em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Intro Bold Alt";
	font-weight: 600;
    line-height: 1.15em;
    margin: 0.6em 0;
    color: #010101;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1em;
}

p {
    line-height: 1.35em;
    margin: 0.55em 0 0.55em 0;
}

ul {
    list-style: none;
}


#body {
	overflow: hidden;
}

#system,
#page,
#list {
	background: #ffffff;
	padding:80px 0;
}

.gradi-brown {
	background: #BC8F5A;
	background: linear-gradient(139deg, rgba(188, 143, 90, 1) 0%, rgba(152, 106, 50, 1) 100%);
}

.gradi-beige {
	background: #DFC095;
	background: linear-gradient(139deg, rgba(223, 192, 149, 1) 0%, rgba(189, 157, 112, 1) 100%);	
}

.gradi-malachite {
	background: #A2B39C;
	background: linear-gradient(139deg, rgba(162, 179, 156, 1) 0%, rgba(125, 143, 119, 1) 100%);	
}

.section-title {
    max-width: 900px;
    margin: 0px auto 0px auto;
    text-align: center;
}

.section-title:after {
    content: "\e93b";
    font-family: Seditio;
    height: 14px;
    width: 120px;
    display: block;
    margin: 5px auto 0 auto;
    font-size: 2.3em;
    color: #ffaa31;
}

.section-desc {
	text-align: center;
	color: #7a8f74;
	font-size: 1.1em;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 25px;
}

.section-title h2 {
	margin: 0;
	font-size: 2.2em;
	line-height: 1.45em;
}

.separ1, .separ2, .separ3, .separ4, .separ5 {
	position: relative;
}
.separ1:after {
    content: '';
    display: block;
    overflow: hidden;
    width: 450px;
    z-index: 10;
    height: 450px;
    bottom: -225px;
    position: absolute;
    left: -180px;
    background: url(../img/separ1.png) center center no-repeat;
	background-size: 100%;
}

.separ2:after {
    content: '';
    display: block;
    overflow: hidden;
    width: 450px;
    z-index: 10;
    height: 450px;
    top: -225px;
    position: absolute;
    right: -180px;
    background: url(../img/separ2.png) center center no-repeat;
	background-size: 100%;
}

.separ3:after {
    content: '';
    display: block;
    overflow: hidden;
    width: 450px;
    z-index: 10;
    height: 450px;
    top: -225px;
    position: absolute;
    left: -180px;
    background: url(../img/separ3.png) center center no-repeat;
    background-size: 100%;
}

.separ4:after {
    content: '';
    display: block;
    overflow: hidden;
    width: 450px;
    z-index: 10;
    height: 450px;
    top: -225px;
    position: absolute;
    right: -180px;
    background: url(../img/separ4.png) center center no-repeat;
	background-size: 100%;
}

.separ5:after {
    content: '';
    display: block;
    overflow: hidden;
    width: 450px;
    z-index: 10;
    height: 450px;
    top: -225px;
    position: absolute;
    left: -180px;
    background: url(../img/separ5.png) center center no-repeat;
    background-size: 100%;
}

.header-table {
	display: table;
	width: 100%;
}

.header-logo-col {
	display: table-cell;
	vertical-align: middle;
	padding:20px 0 0 0;
	width: 350px;
	text-align: center;
}

.header-logo-col-other {
	padding:20px 0 20px 0;
}

.header-menu-col {
	display: table-cell;
	vertical-align: middle;
}

.header-buy-col {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	text-align: right;
}

.trigger {
    display: none;
}

.trigger-btn {
    position: fixed;
    z-index: 1000000;
    margin-left: 0;
    top: 26px;
    right: 12px;	
}

.logo {
	display: inline-block;
	width: 160px;
	height:106px;
	background: url(../img/logo.svg) center center no-repeat;
	background-size: 160px;
	margin-right: 50px;
}

#menu {
    font-family: 'Intro Bold Alt';
    text-transform: uppercase;
    float: right;
    width: 100%;
    padding: 0;
    font-size: 0.88em;
    position: relative;
    line-height: 1.4em;
}

#menu>ul {
    margin: 0;
    padding: 0;
    float: right;
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-weight: 500;
}

#menu>ul>li {
    position: relative;
    display: table-cell;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: auto;
    flex-grow: 1;
    max-height: none;
    vertical-align: middle;
    text-align: left;
}

#menu>ul>li>a {
    color: #000000;
    padding: 10px 5px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

#menu>ul>li>a:hover {
    color: #837e27;
}

/*-------------------------*/


/***** MOBILE TRIGGER *****/


/*-------------------------*/

.nav-trigger {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    left: 0;
    font-size: 30px;
    white-space: nowrap;
    color: transparent;
    border: 0;
    background: none;
    margin-top: 0px;
    z-index: 1000000;
    background: #ffffff;
    border-radius: 100%;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 20px;
    border-radius: 1px;
    background: #846342;
}

.nav-trigger span {
    position: absolute;
    top: 20px;
    left: 11px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

.nav-trigger span::before,
.nav-trigger span::after {
    /* other 2 lines */
    content: '';
    right: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

.nav-trigger span::before {
    /* menu icon top line */
    top: -6px;
}

.nav-trigger span::after {
    /* menu icon bottom line */
    top: 6px;
}

.nav-trigger.nav-is-visible span::after {
    top: 5px;
}

.nav-trigger.nav-is-visible span {
    /* hide line in the center */
    background: rgba(255, 255, 255, 0);
}

.nav-trigger.nav-is-visible span::before,
.nav-trigger.nav-is-visible span::after {
    /* keep visible other 2 lines */
    background: #846342;
}

.nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
    transform: translateX(4px) translateY(-1px) rotate(45deg);
}

.nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg);
}

.mobile-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    margin-top: 0px;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    background: #f5fcfe;
    z-index: 8000;
}

.js-menu {
    flex: 1 0 auto;
    font-size: 1.2em;
    display: flex;
    align-content: center;
    align-items: center;
}

.js-phone {
    /* padding-bottom: 50px; */
    text-align: center;
    min-height: 100px;
    /* padding: 50px 0; */
}

.js-box {
    display: flex;
    flex-direction: column;
    min-height: calc(100%);
    margin-bottom: 0;
    justify-content: space-between;
}

.nav-is-visible {
    display: block;
}

.slinky-menu {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

body {
	background: #ffffff url("../img/pattern.jpg") 36% 466%;
}

#offer {   
	padding-bottom: 100px;
	position: relative;
	z-index: 2;
}

.offer-table {
	display: table;
	width: 100%; 
    table-layout: fixed; 
}
			
.offer-left-col {
	display: table-cell;
	width: 350px;
	vertical-align: middle;
}
				
.offer-title h1 {
    font-size: 1.5em;
    line-height: 1.35em;
}

.offer-desc {
    font-size: 1.1em;
    color: #7a8f74;
    padding: 5px 0 25px 0;
}
				
.offer-right-col {
	display: table-cell;
	vertical-align: middle;	
}

.offer-slider {
	display: block;
}

.offer-slider {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	max-height: 572px;
}

.offer-slider-box {
    position: relative;
    width: 100%;
    display: block;
}

.offer-slider-arrows {
    position: absolute;
    right: 40px;
    bottom: 135px;
    width: 77px;
	z-index: 100;
}

.offer-slider-dots {
    position: absolute;
    width: 100%;
    bottom: 112px;
	z-index: 99;
}

.offer-cards {
	display: table;
	width: 100%;
	position: relative;
	margin-top: -70px;
}

.offer-cards-title-col {
	display: table-cell;
	vertical-align: middle;
	width: 350px;
}

.offer-cards-title {
	text-align: right;
}
		
.offer-cards-title h2 {
	font-size: 1.7em;
	padding-right: 30px;
	line-height: 1.45em;
}

.offer-cards-body-col {
	display: table-cell;
	vertical-align: middle;	
}
				
.offer-cards-table {
	display: table;
	width: 100%;
	max-width: 780px;	
	margin: 0 auto;
}

.offer-cards-td {
	display: table-cell;
	vertical-align: middle;		
}

.offer-card {
    padding: 30px 15px;
    max-width: 240px;
    height: 100%;
    min-height: 280px;
    color: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
}

.offer-card-icon {
    font-size: 6em;
    text-align: center;
}

.offer-card-title {
	text-align: center;
}

.offer-card-title h3 {
    font-size: 1em;
    color: #ffffff;
}

.offer-card-desc {
	text-align: center;
	font-size: 0.95em;
}

#whywe {
    background: #f7f1e2;
    padding: 50px 0;
    position: relative;
	z-index:3;
    -webkit-box-shadow: 1px -15px 42px 1px rgba(34, 60, 80, 0.39);
    -moz-box-shadow: 1px -15px 42px 1px rgba(34, 60, 80, 0.39);
    box-shadow: 1px -15px 42px 1px rgba(34, 60, 80, 0.39);
}
#whywe:before {
    content: '';
    height: 52px;
    width: 100%;
    top: -50px;
    display: block;
    position: absolute;
    background: url(../img/volna2.svg) left bottom;
    /* background-size: 100%; */
    background-repeat: repeat-x;
}

#whywe:after {
    content: '';
    height: 52px;
    width: 100%;
    bottom: -38px;
    display: block;
    position: absolute;
    background: url(../img/volna1.svg) left bottom;
    /* background-size: 100%; */
    background-repeat: repeat-x;
}

.whywe-body h3 {
    font-size: 1.5em;
}

.whywe-card {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.whywe-body {
    background: #ffffff;
    padding: 20px 30px;
    flex-grow: 1;
}

.whywe-after {
    text-align: center;
    font-weight: 600;
    font-family: "Intro Bold Alt";
    font-size: 1.4em;
    padding-top: 52px;
}

.whywe-col {
	padding-top: 6px;
	padding-bottom: 6px;
}

#products {
    background: #ffffff url("../img/pattern.jpg") 36% 466%;
	padding: 100px 0;
	position: relative;
	z-index:1;
}

#products:before {
    content: '';
    height: 52px;
    width: 100%;
    top: -12px;
    display: block;
    position: absolute;
    background: url(../img/volna1.svg) left bottom;
    /* background-size: 100%; */
    background-repeat: repeat-x;
}

.product-img-slider {
	position: relative;
}

.product-slider-for-box {
	position: relative;
}

.product-slider-for {
	max-height: 538px;
	overflow: hidden;
	border-radius: 10px;
}

.product-slider-for div {
	position: relative;
}

.product-slider-for .fn-zoom:after {
    font-family: 'Seditio' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    width: 20px;
    height: 20px;
    display: block;
    content: "\eb56";
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    right: 30px;
    top: 30px;
}

.product-slider-nav-box {
    position: absolute;
    margin-top: -20%;
    width: 70%;
    left: 15%;
}

.product-slider-nav .slick-slide {
    padding: 0px 6px;
	cursor: pointer;
}

.product-slider-nav .slick-slide img {
    margin: 0;
    padding: 0;
    border: 3px solid rgb(204, 204, 204, 0.49);
    border-radius: 10px;
}

.product-slider-nav .slick-current img {
    border: 3px solid rgb(255, 204, 140, 0.52);
}

.products-slider-box .products-carousel-arrows .slick-next, 
.products-slider-box .products-carousel-arrows .slick-prev {
    width: 50px;
    height: 50px;
    border-radius: 100%;
	color: #ffffff;
	background: #A2B39C;
	background: linear-gradient(139deg, rgba(162, 179, 156, 1) 0%, rgba(125, 143, 119, 1) 100%);
}

.products-slider-box .products-carousel-arrows .slick-next:before, 
.products-slider-box .products-carousel-arrows [dir='rtl'] .slick-next:before,
.products-slider-box .products-carousel-arrows .slick-prev:before, 
.products-slider-box .products-carousel-arrows [dir='rtl'] .slick-prev:before {
    color: #ffffff;
}

.products-slider-box {
	position: relative;
}

.products-slider-box .products-carousel-arrows .slick-next {
	right: -100px;
}

.products-slider-box .products-carousel-arrows .slick-prev {
	left: -100px;
}

.product-body {
	padding-left:15px;
}

.product-info {
	padding-bottom: 5px;
}

.products-section-body {
	padding-top: 20px;
}

.page-text img {
	display: inline-block;
}

.product-info h4 {
	margin-top: 0;
}

.products-after {
    text-align: center;
    font-weight: 600;
    font-family: "Intro Bold Alt";
    font-size: 1.4em;
    padding-top: 52px;
}


#recipes {
    background: #f7f1e2;
    padding: 50px 0;
    position: relative;
	z-index:1;
    -webkit-box-shadow: 1px -15px 42px 1px rgba(34, 60, 80, 0.39);
    -moz-box-shadow: 1px -15px 42px 1px rgba(34, 60, 80, 0.39);
    box-shadow: 1px -15px 42px 1px rgba(34, 60, 80, 0.39);
}

#recipes:before {
    content: '';
    height: 52px;
    width: 100%;
    top: -50px;
    display: block;
    position: absolute;
    background: url(../img/volna2.svg) left bottom;
    /* background-size: 100%; */
    background-repeat: repeat-x;
}

/*
#recipes:after {
    content: '';
    height: 52px;
    width: 100%;
    bottom: -40px;
    display: block;
    position: absolute;
    background: url(../img/volna1.svg) left bottom;
    background-repeat: repeat-x;
}
*/

.recipes-section-body {
	padding-top: 20px;	
}

.recipes-after {
    text-align: center;
    font-weight: 600;
    font-family: "Intro Bold Alt";
    font-size: 1.4em;
    padding-top: 52px;	
}

.recipes-card {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.recipes-body {
    background: #ffffff;
    padding: 20px 30px;
    flex-grow: 1;
}

.recipes-img img {
	border-radius: 10px;
}

.recipes-title {
	text-align: center;
}

.recipes-title h4 {
	font-size: 1.1em;
	line-height: 1.3em;
}

.recipes-btn {
	text-align: center;
	padding-top: 10px;
}

.recipes-btn .btn {
	padding: 10px 16px;
}

.recipes-col {
	padding-top: 12px;
	padding-bottom: 12px;
}

.recipes-col {
	height: auto!important;
}

.modale {
	max-width:830px;
}

.modale2 {
    width: 100%;
    position: relative;
    min-height: 200px;
    background: #ffffff;
    padding: 40px 50px;
    color: #010101;
    max-width: 380px;
	text-align: center;
    border-radius: 12px;
    float: right;
}

.modaletitle {
    font-size: 1.65em;
    font-weight: 500;
    line-height: 1.25em;
    text-align: center;
    padding-bottom: 15px;
    max-width: 300px;
    margin: 0 auto;
}

.modale-body {
	color: #010101;
	max-width: 1100px;
	border-radius: 10px;
	background-color: #ffffff;
	padding: 30px 40px 48px 40px;
	position: relative;
	line-height: 1.15em;
}

.modale-close {
	font-size:30px;
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
}

.modale-body h2 {
	line-height: 1.2em;
    padding-bottom: 20px;
}

.modale-body h3 {
	line-height: 1.2em;
	padding-top: 16px;
	padding-bottom:7px;
	font-weight: 500;
	text-align: center;	
}


/*

.modale-body ul {
    list-style: none;
    padding: 0px 0 0px 15px;
    margin: 5px;
}

*/

.modale-body ul li {
    display: block;
    position: relative;
    margin-bottom:12px;
	padding-left: 12px;
}

.modale-body p {
	margin: 6px 0;
}

.modale-body ul li:last-child {
    margin-bottom:0;
}

.modale-body ul li::before {
    content: "\2022";
    color: #e4831e;
    display: block;
    border-radius: 100%;
    position: absolute;
    font-size: 26px;
    font-weight: 500;
    left: -22px;
    top: 1px;
}

.modale-body .strongs {
	font-weight: 500;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.modale-body .line {
	width:55px;
}

.recipes-slider-box,
.recipes-slider-boxarr {
	position: relative;
}

.recipes-slider-arrows .slick-next, 
.recipes-slider-arrows .slick-prev {
    width: 50px;
    height: 50px;
	top: calc(50%);
    border-radius: 100%;
	color: #ffffff;
	background: #A2B39C;
	background: linear-gradient(139deg, rgba(162, 179, 156, 1) 0%, rgba(125, 143, 119, 1) 100%);
}

.recipes-slider-arrows .slick-next:before, 
.recipes-slider-arrows [dir='rtl'] .slick-next:before,
.recipes-slider-arrows .slick-prev:before, 
.recipes-slider-arrows [dir='rtl'] .slick-prev:before {
    color: #ffffff;
}

.recipes-slider-arrows .slick-next {
	right: -100px;
}

.recipes-slider-arrows .slick-prev {
	left: -100px;
}

.recipes-slider-dots {
	padding: 20px 0;
}

.recipes-slider-dots .slick-dots li.slick-active button {
    background: #7a8f74;
    border: 3px solid #7a8f74;
}

#reviews {
    background: #ffffff url("../img/pattern.jpg") 36% 466%;
	padding: 100px 0;
	position: relative;
	z-index:1;
}

#reviews:before {
    content: '';
    height: 52px;
    width: 100%;
    top: -12px;
    display: block;
    position: absolute;
    background: url(../img/volna1.svg) left bottom;
    /* background-size: 100%; */
    background-repeat: repeat-x;
}

.reviews-section-body {
	padding-top: 20px;
}

.reviews-slider-box,
.reviews-slider-boxarr {
	position: relative;
}

.reviews-slider {}
.reviews-col {}

.reviews-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(241, 239, 239);
    box-shadow: 0px 2px 8px 1px rgba(223, 222, 220, 0.52);
}

.reviews-body {}

.reviews-name {
	text-align: center;
}

.reviews-name h4 {
	font-size: 1.1em;
}

.reviews-text {
    flex-grow: 1;
}

.reviews-source {
	text-align: right;
	font-size: 0.9em;
	color: #90a68b;
}

.reviews-slider-arrows .slick-next, 
.reviews-slider-arrows .slick-prev {
    width: 50px;
    height: 50px;
	top: calc(50%);
    border-radius: 100%;
	color: #ffffff;
	background: #A2B39C;
	background: linear-gradient(139deg, rgba(162, 179, 156, 1) 0%, rgba(125, 143, 119, 1) 100%);
}

.reviews-slider-arrows .slick-next:before, 
.reviews-slider-arrows [dir='rtl'] .slick-next:before,
.reviews-slider-arrows .slick-prev:before, 
.reviews-slider-arrows [dir='rtl'] .slick-prev:before {
    color: #ffffff;
}

.reviews-slider-arrows .slick-next {
	right: -100px;
}

.reviews-slider-arrows .slick-prev {
	left: -100px;
}

.reviews-col {
    height: auto!important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.reviews-slider .slick-slide img {
    display: inline-block!important;
}


.reviews-slider-dots .slick-dots li.slick-active button {
    background: #7a8f74;
    border: 3px solid #7a8f74;
}

.reviews-slider-dots {
	padding: 20px 0;
}

#footer {
	background: #91a78c;
	color: #ffffff;
    padding: 50px 0;
    position: relative;
	z-index:1;
    -webkit-box-shadow: 1px -15px 42px 1px rgba(34, 60, 80, 0.39);
    -moz-box-shadow: 1px -15px 42px 1px rgba(34, 60, 80, 0.39);
    box-shadow: 1px -15px 42px 1px rgba(34, 60, 80, 0.39);		
}

#footer:before {
    content: '';
    height: 52px;
    width: 100%;
    top: -50px;
    display: block;
    position: absolute;
    background: url(../img/volna3.svg) left bottom;
    /* background-size: 100%; */
    background-repeat: repeat-x;
}

#footer:after {
    content: '';
    display: block;
    overflow: hidden;
    width: 550px;
    z-index: 10;
    height: 450px;
    bottom: 20%;
    position: absolute;
    right: -80px;
    background: url(../img/molka.png) center center no-repeat;
	background-size: 100%;
}

#footer h2 {
	color: #ffffff;
}

#footer .section-desc {
	max-width: 520px;
	margin: 0 auto;
	color: #e9eee8;
}

#footer .feedback-form {
	max-width: 855px;
	margin: 0 auto;
	padding-bottom: 100px;
	position: relative;
    z-index: 100;
}

#footer .feedback-form-field {
	padding:11px 0;
	position: relative;
}

#footer .feedback-form input[type="email"], 
#footer .feedback-form input[type="password"], 
#footer .feedback-form input[type="tel"], 
#footer .feedback-form input[type="text"], 
#footer .feedback-form textarea {
    border-radius: 10px;
    width: 100%;
}

#footer .feedback-form textarea {
	height: 250px;
	width: 100%;
}

#footer .feedback-form .agreements-box {
	display: flex;
	font-size: 0.95em;
	align-items: center;
}

#footer .feedback-form .checkbox+label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #CDD1DA;
    border-radius: 6px;
    background: #FFF;
}

#footer .feedback-form .checkbox+label:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    background: url("../img/input_icons2.svg") 50% 3px no-repeat;
    transition: .2s;
}

#footer .feedback-form .policy {
	line-height:1.25em;
}

#footer .feedback-form .policy a {
    text-decoration: underline;
    color: #ecf2d0;
}

#footer .feedback-form .policy a:hover {
	text-decoration: none;
	color: #bcca79;
}

#footer .feedback-btn-field {
	text-align: center;
}

#footer .feedback-btn-field .btn {
/*	padding: 14px 45px;*/
	width: 100%;
}

#footer .feedback-form-field .input-text {
	width: 100%;
}

#footer .phone, #footer .social {
	display: inline-block;
}

#footer .phone {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.15em;
    padding-right: 15px;
}

#footer .phone a {
	color: #010101;
	text-decoration: none;
}

#footer .phone i {
	color: #4a6843;
}

#footer .social a {
    text-decoration: none;
    padding: 0px;
    margin: 0 5px;
    line-height: 1;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #ffffff;
    border-radius: 100%;
}

#footer .social a:hover {
	opacity: 0.9;
}

#footer .social a.wa {
	background: #31bc15;
}

#footer .social a.tg {
	background: #1087d2;
}

#footer .social a i {
    display: inline-block;
    line-height: 1.9em;
}

#footer .footer-bottom {
	color: #010101;
}

#footer .email-table {
	display:table;
	float: right;
}

#footer  .email-icon {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    color: #4a6843;
    font-size: 1.3em;
    text-align: right;
    padding-right: 20px;
}

#footer  .email-icon .ic-mail1 {}
#footer  .email-text {
	display:table-cell;
	vertical-align: middle;
}

.email-title {
	font-weight: 600;
}

#footer  .email-text a,
#footer  .copyright a {
    color: #4a684c;
    text-decoration: underline;
}

#footer  .email-text a:hover {
    text-decoration: none;
}


#footer .footer-bottom {
	display: table;
	width: 100%;
}

#footer .footer-left-td {
	display: table-cell;
	vertical-align: middle;
	width: 33%;
}

#footer .footer-center-td {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#footer .footer-right-td {
	display: table-cell;
	vertical-align: middle;
	width: 33%;
}
