/* fonts */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCAYag.ttf") format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subsetMontserratLight.woff2') format('woff2'),
    url('../fonts/subsetMontserratLight.woff') format('woff'),
    url('../fonts/subsetMontserratLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subsetMontserratRegular.woff2') format('woff2'),
    url('../fonts/subsetMontserratRegular.woff') format('woff'),
    url('../fonts/subsetMontserratRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subsetMontserratItalic.woff2') format('woff2'),
    url('../fonts/subsetMontserratItalic.woff') format('woff'),
    url('../fonts/subsetMontserratItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subsetMontserratMedium.woff2') format('woff2'),
    url('../fonts/subsetMontserratMedium.woff') format('woff'),
    url('../fonts/subsetMontserratMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subsetMontserratBold.woff2') format('woff2'),
    url('../fonts/subsetMontserratBold.woff') format('woff'),
    url('../fonts/subsetMontserratBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subsetMontserratBlack.woff2') format('woff2'),
    url('../fonts/subsetMontserratBlack.woff') format('woff'),
    url('../fonts/subsetMontserratBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* */

.burger {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 4;
    cursor: pointer;
    color: transparent;
}
.burger span {
    position: absolute;
    left: 0;
    width: 40px;
    height: 4px;
    background: #000;
    display: block;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.brg1 {
    top: 5px;
}
.brg2 {
    top: 18px;
}
.brg3 {
    bottom: 5px;
}
.menu_active .brg1 {
    transform: rotate(45deg);
    top: 18px;
    left: -6px;
    width: 53px;
    background: #fff;
}
.menu_active .brg2 {
    display: none;
}
.menu_active .brg3 {
    transform: rotate(-45deg);
    top: 18px;
    left: -6px;
    width: 53px;
    background: #fff;
}


.menu {
    background: #f47c20;
    width: 220px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -220px;
    z-index: 3;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}
.menu ul {
    margin: 140px 20px 0 0;
}
.menu ul li {
    text-align: right;
    margin-bottom: 30px;
}
.menu ul li a {
    color:#fff;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
}
.menu ul li a:hover {
    border-bottom: 1px solid #Fff;
}
.menu_active .menu {
    right: 0;
}

.header {
    background: #fafafa;
    padding: 30px 0 30px 20px;
}
.logo {
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
}
.logo img {
    display: block;
}
/*.logo:after {
    content: 'Официальный представитель';
    display: block;
    font-size: 11.5px;
    color: #161616;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .4px;
    line-height: 1em;
    margin-top: 10px;
}*/
.bullets {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
.bullets__item {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    flex-shrink: 0;
    width: 50%;
}
.bullets__icon {
    flex-shrink: 0;
    width: 68px;
    height: 68px;
    background: #fff url("../img/garanty.png") no-repeat center center / 57%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.06);
}
.bullets__text {
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px;
    line-height: 1.2em;
}
.bullets > div:nth-child(2) .bullets__icon {
    background: #fff url("../img/delivery-truck.svg") no-repeat center center / 57%;
}


.slider__item img {
    display: block;
    margin: 0 auto 20px;
}



.offer {
    
}
.offer h2 {
    font-size: 27px;
    font-weight: 700;
    padding: 0 0 30px 20px;
}
.offer h2 span {
    color: #e11b22;
}
/* Dots */
.slick-dotted.slick-slider{
    margin-bottom: 30px;
}
.slick-dots{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    margin: 0 5px;
    display: inline-block;
}
.slick-dots li button{
    width: 140px;
    height: 102px;
    display: block;
    padding: 0;
    background: url("../img/gal1.jpg") no-repeat 0 0;
    background-size: 100%;
    border:none;
    font-size: 0;
}
.slick-dots li:nth-child(2) button {
    background: url("../img/gal2.jpg") no-repeat 0 0;
    background-size: 100%;
}
.slick-dots li:nth-child(3) button {
    background: url("../img/gal3.jpg") no-repeat 0 0;
    background-size: 100%;
}
.slick-dots li button:before{ 
    display:none;
}
.slick-dots li.slick-active button {
   border: 1px solid #fac399;
}
/*lead*/
.lead {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
    padding: 0 20px;
}
.price {
    flex-shrink: 0;
    width: 200px;
    margin-right: 30px;
}
.price__scope {
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
    margin-bottom: 20px;
}
.price__old {
    color:#cbcbcb;
    font-size: 22px;
    text-decoration: line-through;
}
.price__new {
    font-size: 30px;
}
.price__scope span {
    font-size: .75em;
}
.price__sale {
    background: #e11b22;
    color:#fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
}

.warranty {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
.warranty__icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #f47c20 url("../img/gift-icon.png") center center no-repeat;
    flex-shrink: 0;
    margin-right: 10px;
}
.warranty__text {
    font-size: 14px;
    line-height: 1.3em;
}
.warranty__text span {
    color:#f47c20;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}
/*form*/
.form {
   text-align: center;
   padding: 50px 20px;
}
.formbox {
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.14);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.14);
    padding: 40px 50px;
}
.formbox > h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.formbox > h2+p {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 35px;
}
.main-form input.field, select.field {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 100%;
    height: 85px;
    line-height: 85px;
    margin: 0 auto 10px;
    padding: 0 20px;
    background: #e3e8eb;
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 400;
    color: #222;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
}
.btn {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 85px;
    line-height: 85px;
    margin: 0 auto;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: .5px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #f4b120; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4b120 0%, #f47c20 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f4b120 0%,#f47c20 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f4b120 0%,#f47c20 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    text-shadow: 2px 2px 0 #e77718;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn:hover {
    background: #f47c20; /* Old browsers */
    background: -moz-linear-gradient(top,  #f47c20 0%, #f4b120 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f47c20 0%,#f4b120 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f47c20 0%,#f4b120 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.btn:active {
   
}
.main-form {
    width: 100%;
    margin: 0 auto;
}
.main-form .btn {
    width: 100%;
}
/*block5*/
.tabs {
	max-width: 700px;
	margin: 0 0 30px;
}
.tabs__caption {
	display: flex;
	justify-content: space-between;
    background: #f47c20;
    padding: 20px 10px;
    z-index: 9999;
}
.tabs__caption li:last-child:before {
	
}
.tabs__caption:after {
	
}
.tabs__caption li {
	padding: 8px 10px;
	margin: 0;
	position: relative;
	text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    background: #fff;
    color: #000;
}
.tabs__caption li:not(.active) {
	cursor: pointer;
}
.tabs__caption li:not(.active):hover {
	
}
.tabs__caption .active {
    background: #fcf900;
}
.tabs__caption .active:after {
	
}
.tabs__content {
	display: none;
	padding: 25px 20px 0;
}

.tabs__content.active {
	display: block;
}
.b5 {
   padding: 0 0 50px;
}
.tabs__content h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.tabs__content > p {
   margin-bottom: 20px;
}
.suitable {
    background: #e3e8eb;
    padding: 25px 10px 15px 20px;
    margin-top: 40px;
}
.suitable h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.suitable__item {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    margin-bottom: 15px;
}
.suitable__item img {
    margin-right: 15px;
}
.suitable__item p {
}
.char {
    font-size: 14px;
    margin: 0 -20px;
}
.char li {
    display: flex;
    justify-content: space-between;
    padding: 8px 20px;
}
.char li:nth-child(odd) {
    background: #fafafa;
}
.char li span {
    text-align: right;
}

.review {
    font-size: 14px;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.review > p {
}
.review__header {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    margin-bottom: 15px;
}
.review__header img {
    border-radius: 50%;
    margin-right: 20px;
}
.review__header b {
    font-weight: 700;
    margin-right: auto;
}
.review__header span {
    color:#c1c1c1;
}
.review__photo {
    display: block;
    margin: 15px auto 0;
}
.review--aply {
    position: relative;
    padding-left: 40px;
    background: #fff;
    margin-top: -20px;
}
.review--aply:before {
    position: absolute;
    left: 0;
    top: -2px;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    z-index: 3;
}
.review--aply:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 20px;
    display: block;
    width: 2px;
    background: #fdefef;
    content: '';
}
.review__answer {
    display: block;
    color: #f47c20;
    margin-top: 10px;
    cursor: pointer;
}

.product-review {
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    padding-top: 30px;
}
.product-review h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px dashed #161616;
}
.product-review p {
    font-size: 15px;
    color:#e11b22;
    text-align: center;
    line-height: 1.3em;
    padding: 20px 0;
}
.product-review img {
}

a.btn {
    width: 340px;
    margin: 0 auto;
}
.stock {
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin-top: 15px;
}
.stock span {
    color:#fff;
    display: inline-block;
    background: #e11b22;
    padding: 0 5px;
    margin: 0 5px;
}
.work {
    background: #444444;
    color:#fff;
    padding: 30px 20px ;
}
.work h2 {
    font-size: 28px;
    margin-bottom: 30px;
}
.job {
}
.job-item {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    margin-bottom: 20px;
}
.job-item span {
    display: block;
    color:#f47c20;
    font-size: 25px;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    font-weight: 700;
    background: #fff;
    margin-right: 20px;
}
.job-item p {
    font-size: 15px;
    line-height: 1.3em;
}


.ingredients__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.ingredients__image{
    align-self: flex-start;
    display: block;
    flex-shrink: 0;
    margin-right: 20px;
    border-radius: 50%;
}

.footer {
    text-align: center;
    padding: 40px 0 ;
    opacity: .75;
}
.footer a {
    font-size: 13px;
    color:#000;
    display: block;
    padding: 5px 0 0;
}

/* */

.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }
.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }
.errorMessage {font-size: 15px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 10px 0 0; z-index: 999;}