
/*----------------------------------------*/
/*  Default CSS
/*----------------------------------------*/

/*@font-face {
    font-family: 'Helvetica';
    src: url('/assets/templates/godman/fonts/Helvetica.eot');
    src: local('Helvetica'),
        url('/assets/templates/godman/fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('/assets/templates/godman/fonts/Helvetica.woff2') format('woff2'),
        url('/assets/templates/godman/fonts/Helvetica.woff') format('woff'),
        url('/assets/templates/godman/fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
    font-family: 'Helvetica';
    src: url('/assets/templates/godman/fonts/HelveticaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/assets/templates/godman/fonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archivo Black';
    src: url('/assets/templates/godman/fonts/ArchivoBlack-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('/assets/templates/godman/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('/assets/templates/godman/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('/assets/templates/godman/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/*@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Open+Sans:wght@500&family=Roboto:wght@300;400;700&display=swap');*/



body {
    color: #232323;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}
img{
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
	height:auto;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
a{
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:focus, a:hover {
    color: #59bb32;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0 none;
}
a,
button,
input {
    outline: medium none;
    color: #606060;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
a {
    color: #232323;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color: inherit}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}
.h1, h1 {
    font-size: 50px;
    letter-spacing: 2px;
}
.h2, h2 {
    font-size: 40px;
}
.h3, h3 {
    font-size: 26px;
    letter-spacing: 0px !important;
}
label {
    font-size: 14px;
    font-family: "Helvetica";
    font-weight: 400;
    line-height: 1.3;
}
.b-btn {
    border: 1px solid #5fab41;
    border-radius: 1px;
    background: #fff;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 48px;
    padding: 0 10px;
    min-width: 220px;
    text-align: center;
    display: inline-block;
}
.b-btn:hover, .b-btn:focus, .otzivy-row button:hover, .otzivy-row button:focus {
    -webkit-box-shadow: 0px 2px 5px 0px #306e1d33;
    -moz-box-shadow: 0px 2px 5px 0px #306e1d33;
    box-shadow: 0px 2px 5px 0px #306e1d33;
    color: #232323;
    border-color: #59bb32;
}
.g-btn {
    border: 1px solid #5fab41;
    border-radius: 1px;
    background: #5fab41;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 48px;
    padding: 0 10px;
    min-width: 220px;
    text-align: center;
    display: inline-block;
}
.g-btn:hover, .g-btn:focus {
    background: #59bb32;
    border-color: #59bb32;
    color: #fff;
}
*::-moz-selection {
    background: #b3d4fc;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    color: #fff;
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
    color: #fff;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #969696;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #969696;
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
:-ms-input-placeholder { /* IE 10+ */
    color: #969696;
}
:-moz-placeholder { /* Firefox 18- */
    color: #969696;
}
input,
select,
textarea {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1235px;
}


/*----------------------------------------*/
/*  Header CSS
/*----------------------------------------*/

.logo a {display: inline-block}
.logo{
    padding: 21px 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-area.sticky .logo {
    padding: 10px 0;
}
.header-area .row {
    display: flex;
    align-items: center;
}
.header-area .row .col-md-3:first-child {
    width: 378px;
    margin-right: 56px;
    padding-right: 0px;
}
.header-area .row .col-md-6 {
    width: calc(100% - 710px);
    padding: 0px 0 0 5px;
}
.header-area .row .col-md-3:last-child {
    width: 224px;
    margin-left: 52px;
    padding-left: 0px;
}
.head-tel {
    text-align: right;
}
.head-tel a {
    font-size: 20px;
/*    font-family: "Helvetica"; */
}
.header-area .row .col-md-6 .content-wrapper {
    text-align: center;
}
.fixed {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.main-menu ul {
    display: flex;
    justify-content: space-between;
}
.main-menu nav > ul > li > a {
    display: inline-block;
    font-family: "Open Sans";
    font-size: 18px;
    padding: 0px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.main-menu nav ul > li:hover > a {
    color: #59bb32;
}
.mobile-menu-area {display: none}
.menu-style-toggle nav {
    margin-right: -30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.menu-style-toggle nav.menu-open {
    margin-right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.menu-style-toggle nav {
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.main-menu.mean-menu.menu-style-toggle.text-right {float: right;}
.mobile-header {
    background: #ffffff none repeat scroll 0 0;
    display: none;
    left: 0;
    margin: auto;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.mobile-logo img {width: 40px;}
.mobile-menu-area {
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.mobile-menu-area .menu-close {
    background-color: transparent;
    border: 2px solid #858585;
    border-radius: 50%;
    color: #858585;
    height: 40px;
    padding: 0;
    width: 40px;
	margin-bottom:30px;
}
.mobile-menu-area .menu-close:hover {
    color: #433a8b;
    border-color: #433a8b;
}
.mobile-menu-area .menu-close i {
    display: block;
    font-size: 30px;
    line-height: 30px;
    padding-right: 2px;
}
.header-area.sticky {
    -webkit-box-shadow: 0px 0px 15px 0px #00000033;
    -moz-box-shadow: 0px 0px 15px 0px #00000033;
    box-shadow: 0px 0px 15px 0px #00000033;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}



/*----------------------------------------*/
/*  Slider CSS
/*----------------------------------------*/

.slider-area, .single-banner {position: relative; overflow: hidden} 
.single-slide:after, .banner-area:after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.32);
    width: 100%;
    height: 100%;
}
.owl-nav div {
    background: url(../img/slider-nav.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70px;
    height: 70px;
    width: 70px;
    right: 85px;
    bottom: 0px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
    transform: scale(-1, -1);
}
.owl-nav .owl-next {
    left: auto;
    right: 0px;
    transform: none;
}
.owl-nav div i.fa {
    display: none;
}
.slider-area:hover .owl-nav div {left: 0;}
.slider-area:hover .owl-nav .owl-next {left: auto;  right: 0;}
.owl-dot {
    width: 12px;
    height: 12px !important;
    margin: 10px 5px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #D2123E;
    padding: 1px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	display: inline-block;
}
.owl-dot.active, .owl-dot:hover {
    border-color: #D2123E;
}
.owl-dot span {
    background: transparent;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
	-webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.owl-dot.active span, .owl-dot:hover span {
    background: #D2123E;
}
.slick-prev:before, .slick-next:before {
    content: "";
    font-size: 0px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/images/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 20px;
}
.slick-next:before {
    transform: translate(-50%, -50%) scale(-1, -1);
}
.slick-prev:before, .slick-next:before {
    filter: brightness(-100%) !important;
    opacity: 0.85 !important;
-webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.slick-prev:hover:before, .slick-prev:focus:before, 
.slick-next:hover:before, .slick-next:focus:before {
    opacity: 1 !important;
    filter: none !important;
}


/*----------------------------------------*/ 
/*  Scrollup CSS
/*----------------------------------------*/

#scrollUp {
    border-radius: 2px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 38px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 200;
}
#scrollUp:hover {
}
@keyframes scroll-top {
0% {
    bottom: 0;
    opacity: 0;
}
50% {
    bottom: 50%;
    opacity: 1;
}
100% {
    bottom: 75%;
    opacity: 0;
}
}
@keyframes scroll-top {
0% {
    bottom: 0;
    opacity: 0;
}
50% {
    bottom: 50%;
    opacity: 1;
}
100% {
    bottom: 75%;
    opacity: 0;
}
}
@keyframes scroll-top {
0% {
    bottom: 0;
    opacity: 0;
}
50% {
    bottom: 50%;
    opacity: 1;
}
100% {
    bottom: 75%;
    opacity: 0;
}
}
#scrollUp:hover i {
    animation: 800ms linear 0s normal none infinite running scroll-top;
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: -25px;
    position: absolute;
    width: 100%;
}
#scrollUp i {
    color: #ffffff;
}
#scrollUp {
    background: #d2123f none repeat scroll 0 0;
}
.success {
    display: none;
    text-align: center;
}


/*----------------------------------------*/ 
/*  Footer CSS
/*----------------------------------------*/

.main-footer {
    padding-bottom: 60px;
    padding-top: 60px;
}
.footer-area.three .main-footer {
  padding-bottom: 50px;
}
.footer-area.two .main-footer{padding-top: 85px; padding-bottom: 60px}
.single-widget h3{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto'; 
    color: #606060;
    margin-bottom: 45px;
    position: relative;
}
.single-widget h3::after {
    background: #606060 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 57px;
}
.single-widget h3::before {
    background: #606060 none repeat scroll 0 0;
    bottom: -13px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 45px;
}
.single-widget p {
    color: #7d7d7d;
    font-family: 'Roboto'; 
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 15px;
}
.single-widget ul{margin-top: 25px}
.footer-social ul li {
    display: inline-block;
    margin-right: 13px; 
}
.footer-social ul li:last-child {
    margin-right: 0px; 
}
.single-widget ul li {
    color: #7d7d7d;
    font-family: 'Roboto'; 
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.footer-social ul li a{
    border: 1px solid #DADADA;
    color: #7D7D7D;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 26px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-area.two .footer-social ul li a{
    border: 1px solid #7A7A93;
    color: #c7c7c7;
}
.footer-social ul li:hover a, .footer-area.two .footer-social ul li:hover a{
    border: 1px solid #d2123f;
    background: #d2123f;
    color: #fff;
}
.single-widget ul li:last-child{
    margin-right: 0px;
}
.footer-bottom{background: #2C2B5E}
.footer-bottom p {
    color: #c7c7c7;
    font-size: 14px;
    line-height: 60px;
    margin-bottom: 2px;
    font-family: 'Roboto'; 
}
.footer-area.three .footer-bottom.two p {
    line-height: 48px;
    margin-bottom: 0;
}
.footer-area.three .footer-bottom.two .footer-social ul  {
  padding: 15px 0 15px;
}
.footer-bottom p a{
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-bottom p a:hover{
    text-decoration: underline;
}
.main-footer .col-md-3:last-child{padding-left: 75px}
.footer-area.two .single-widget a{float: left; display: block}
.footer-area.two .single-widget ul li a{float: none}
.footer-area.two .main-footer .col-md-3:last-child {
    padding-left: 50px;
}
.footer-area.three .footer-bottom {
    background: #fafafa none repeat scroll 0 0;
    padding: 75px 0 55px;
}
.footer-area.three .footer-bottom p a {
    color: #c7c7c7;
}
.footer-area.three .footer-bottom p {
    margin-bottom: 10px;
}
.footer-bottom .footer-social ul {
    padding: 17px 0 15px;
}
.single-widget.instagram a{
    position: relative;
    line-height: 0;
}
.single-widget.instagram a:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: "";
    background:  rgba(236, 28, 35, 0.5) none repeat scroll 0 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-widget.instagram a:hover::after, .single-widget.instagram a:hover i{opacity: 1}
.single-widget.instagram a i{
    position: absolute;
    z-index: 1;
    color: #fff;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
footer.footer-area p:last-child {
    margin-bottom: 0px;
}
#af_address {
    display: none;
}

/*----------------------------------------*/ 
/*  Blocks
/*----------------------------------------*/

.slider-top .row {
    padding: 70px 0 105px;
    align-items: center;
}
.slider-top .slider-pre-head {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.slider-top h1 {
    margin-bottom: 20px;
}
.slider-top .slider-list {
    line-height: 2;
    font-size: 20px;
    margin-bottom: 49px;
}
.slider-top ul li {
    position: relative;
    padding-left: 25px;
}
.slider-top ul li:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 5px;
    width: 6px;
    height: 6px;
    background: #232323;
    border-radius: 100%;
}
.slider-top .slider-btn a + a {
    margin-left: 18px;
}
.slider-content.col-md-8 {
    width: 62%;
}
.slider-img.col-md-4 {
    width: 38%;
}
.slider-top .slick-prev {
    left: -20px;
}
.slider-top .slick-next {
    right: 5px;
}
.slider-img .slider-main {
    margin-bottom: -23px !important;
}
.standards-row {
    padding: 115px 0 95px;
    box-sizing: border-box;
}
/*.standards-row {
    padding: 220px 0 100px;
    margin-top: -150px;
}*/
.standards-row h2 {
    margin-bottom: 15px;
}
.standards-item {
    margin-top: 82px;
    align-items: flex-end;
}
.standards-item h3 {
    margin-bottom: 15px;
}
.standards-stamp {
    background: url(/images/kleymo.png);
    background-position: 10px top;
    background-repeat: no-repeat;
    background-size: 325px;
    height: 210px;
    display: flex;
    align-items: flex-end;
    font-size: 24px;
    line-height: 1.4;
    padding-left: 30px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-bottom: 10px;
}
.standards-first .col-md-8 p {
    margin-bottom: 35px;
}
.standards-second {
    margin-top: 150px;
}
.standards-second h3 {
    margin-bottom: 25px;
}
.standards-second .col-md-8 p {
    margin-bottom: 30px;
}
.standards-second .standards-stamp {
    background: url(/images/Label_20.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    background-size: 125px;
    padding-left: 30px;
    height: 170px;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.standards-third h3 {
     margin-bottom: 30px
}
.row.standards-video {
    margin-top: 35px;
}
.standards-video video {
    width: 100%;
    height: 435px;
    border: 1px solid #7a7a7a;
}
.video-t {
    font-family: "Helvetica";
    font-size: 18px;
    margin-top: 0px;
    line-height: 1.3;
}
.adv-row {
    margin-top: 15px;
}
.adv-row .col-md-7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 56%;
}
.adv-row .col-md-7 .adv-item {
    width: calc(50% - 12px);
}
.adv-row .col-md-7 .adv-item:nth-child(n+3) {
    margin-top: 20px;
}
.adv-row .col-md-7 .adv-item img {
    height: 172px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.adv-row .col-md-5 {
    width: 44%;
}
.adv-row .col-md-5 .adv-item img {
    height: 404px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.adv-item p {
    margin-top: 5px;
    margin-bottom: 0px;
    font-family: "Helvetica";
    font-size: 14px;
    line-height: 1.3;
}
.standards-third {
    margin-top: 155px;
}
.doc-row {
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
}
.doc-item {
    width: 25%;
    padding-left: 25px;
    padding-right: 25px;
}
.doc-item:nth-child(n+5) {
    margin-top: 20px;
}
.doc-item img {
    -webkit-box-shadow: 5px 5px 5px 0px #0000004d;
    -moz-box-shadow: 5px 5px 5px 0px #0000004d;
    box-shadow: 5px 5px 5px 0px #0000004d;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.doc-item img:hover {
    -webkit-box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 70%);
    -moz-box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 70%);
    box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 70%);
}
.doc-item p {
    font-size: 14px;
    line-height: 1.3;
    font-family: "Helvetica";
    margin-top: 5px;
    margin-bottom: 0px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type='number'] {
    -moz-appearance: textfield;
}
.six-row {
    background: #306e1d1a;
    padding: 115px 0;
    /*border-top: 120px solid transparent;
    margin-top: -150px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;*/
}
.six-row h2 {
     margin-bottom: 60px;
}
.six-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.six-item {
    background: #fff;
    width: calc(33.333% - 20px);
    padding: 35px 34px 60px;
    position: relative;
}
.six-item:nth-child(n+4) {
    margin-top: 40px;
}
.six-item h3 {
    font-size: 24px !important;
    margin-bottom: 25px;
    line-height: 1.3;
}
.six-item p {
    font-size: 16px !important;
    line-height: 1.4;
    margin-bottom: 20px;
}
.six-item p:last-child {
    margin-bottom: 0px;
}
.six-item-inner {
    position: relative;
}
.six-number {
    position: absolute;
    bottom: -5px;
    right: 10px;
    font-family: "Archivo Black";
    font-weight: bold;
    font-size: 140px;
    line-height: 1;
    color: #eaf0e8;
}
.poddons-row {
    padding: 115px 0 105px;
}
.poddons-row h2 {
    margin-bottom: 10px;
}
.poddons-row .sub p {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 55px;
}
.poddons-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.poddon-item {
    width: calc(33.333% - 20px);
    border: 1px solid #d6d6d6;
}
.poddon-item:nth-child(n+4) {
    margin-top: 40px;
}
.poddon-item .poddon-inner {
    position: relative;
    height: 100%;
    padding-bottom: 50px;
}
.poddon-item h3 {
    font-size: 24px;
    line-height: 1.1;
    font-weight: bold;
    min-height: 103px;
    margin: 0px;
    padding: 25px 30px 20px;
}
.poddon-item .img {
    text-align: center;
}
.poddon-item img {
    padding: 0 20px;
    max-height: 180px;
}
.poddon-item .price {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    padding: 15px 30px;
}
.poddon-item .gost {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px 30px 5px;
}
.poddon-item .desc {
    padding: 0px 30px 25px;
}
.poddon-item .desc p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.poddon-item .desc p:last-child {
    margin-bottom: 0px;
}
.poddon-item .p-btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}
.poddon-item .poddon-inner .g-btn {
    width: 100%;
}
.prices-row {
    padding-bottom: 75px;
}
.prices-row .col-md-8 {
    width: 70%;
}
.prices-row h2 {
    margin-bottom: 15px;
    line-height: 1.3;
}
.prices-row h2 + p {
    margin-bottom: 30px;
}
.prices-row p {
     margin-bottom: 20px
}
.prices-row li {
    margin-bottom: 15px;
}
.prices-row li:last-child {
     margin-bottom: 0px
}
.prices-row ul {
     list-style: disc;
     margin-left: 50px
}
.line {
    height: 2px;
    background: #eef1f5;
    margin: 0 40px;
}
.otzivy-row {
    padding: 125px 0 65px;
}
.otzivy-row h2 {
    line-height: 1.3;
    margin-bottom: 50px;
}
.otz-item {
    position: relative;
    padding-bottom: 20px;
}
.otz-item:nth-child(n+2) {
    padding-top: 40px;
}
.otz-item:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 2px;
    background: #eaf0e8;
}
.otz-item:first-child:after {
    content: none;
}
h2 + .otz-item:after {
    content: none;
}
.otz-img {
    padding-top: 10px;
    width: 24%;
}
.otz-img p {
    font-size: 16px;
    line-height: 1.3;
}
.otz-t {
    width: 45%;
}
.otz-t p {
    margin-bottom: 30px;
    line-height: 1.4;
}
.otz-cit {
    position: relative;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    padding-left: 25px;
    padding-top: 25px;
    width: 31%;
}
.otz-cit:before {
    content: '"';
    font-family: "Archivo Black";
    font-size: 110px;
    line-height: 1;
    color: #eaf0e8;
    position: absolute;
    z-index: -1;
    top: -5px;
    left: 5px;
}
.footer {
    background: #eaf0e8;
    padding: 120px 0;
}
.footer .col-md-5 {
    margin-left: 6%;
    width: 44%;
}
.footer h2 {
    margin-bottom: 60px;
}
.footer p {
    line-height: 1.3;
}
.footer .tz, .footer .vop {
     font-size: 24px;
     margin-bottom: 0px
}
.footer .mail, .footer .telef {
    font-size: 30px;
    margin-bottom: 70px;
}
.footer .telef {
    margin-bottom: 0px;
}
.bottom-bar {
    padding: 40px 0 60px;
    text-align: center;
}
.bottom-bar ul {
    display: flex;
    justify-content: center;
    font-weight: 300;
    font-size: 18px;
}
.bottom-bar ul li {
    padding: 0 20px;
}
.bottom-bar ul li:not(:last-child) {
    border-right: 2px solid #eaf0e8;
}
.footer-line {
    margin: 20px auto;
    width: 200px;
    height: 1px;
    background: #eaf0e8;
}
.bottom {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
}
.footer .offset-md-1 > ymaps {
    width: 100% !important
}
input#af_tovar {
    background: #eeeeee;
}
.privacy-row {
    padding: 190px 0 80px;
}
.privacy-row h1 {
    margin-bottom: 15px;
}
.adv-row .adv-item img, .adv-row-mobile img {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
}
.adv-row-mobile img {
    margin: 20px 12px 0;
    width: calc(100% - 24px);
}
.adv-row-mobile {
    padding: 0px !important;
}

.header-area.header-sticky {
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

#slider-top {
  padding-top: 115px;
}


@media screen and (max-width: 1200px) {
.header-area .row .col-md-3:first-child {
    width: 320px;
    margin-right: 35px;
}
.header-area .row .col-md-3:last-child {
    width: 224px;
    margin-left: 15px;
}
.header-area .row .col-md-6 {
    width: calc(100% - 594px);
    padding: 0px;
}
.head-tel a, .slider-top .slider-list {
    font-size: 18px;
}
.col-md-8 {
    width: 60%;
}
.col-md-4 {
    width: 40%;
}
.h1, h1 {
    font-size: 45px;
}
.h2, h2 {
    font-size: 35px;
}
.h3, h3 {
    font-size: 25px;
    line-height: 1.3;
}
.standards-stamp {
    background-position: 0px 65%;
    background-size: contain;
    font-size: 22px;
}
.standards-second .standards-stamp {
    background-position: -5px 75%;
    background-size: 110px;
}
.adv-row .col-md-5 .adv-item img {
    height: 423px;
}
.doc-item {
    padding-left: 15px;
    padding-right: 15px;
}
.six-item {
    width: calc(33.333% - 15px);
    padding: 30px 25px 50px;
}
.six-item h3, .poddons-row .sub p, .footer .tz, .footer .vop {
    font-size: 22px !important;
}
.poddon-item {
    width: calc(33.333% - 15px);
}
.poddon-item h3 {
    font-size: 22px;
    min-height: 99px;
    padding: 30px 20px 20px;
}
.poddon-item .price {
    padding: 15px 20px 20px;
}
.poddon-item .gost {
    padding: 0px 20px 5px;
}
.poddon-item .desc {
    padding: 0px 20px 20px;
}
.poddon-item img {
    max-height: 160px;
}
.otz-img {
    order: 1;
}
.otz-cit {
    order: 2;
    width: 75% !important;
    padding-right: 50px;
}
.otz-t {
    order: 3;
    width: 100%;
    padding-top: 20px;
}
.otz-item {
    align-items: center;
}
.footer .mail, .footer .telef {
    font-size: 26px;
}
.footer .offset-md-1 {
    margin-left: 20px;
    width: calc(50% - 20px);
}
.prices-row .col-md-8 {
    width: 100%;
}
.slick-prev {
    left: 0px !important;
    z-index: 1;
}
.slick-next {
    right: 0px !important;
    z-index: 1;
}
.doc-row {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
}
}




@media screen and (max-width: 991px) {
#slider-top {
  padding-top: 0px;
}
.header-area .row .col-md-3:last-child {
    display: none;
}
.header-area .row .col-md-3:first-child {
    width: 340px;
}
.header-area .row .col-md-6 {
    width: calc(100% - 375px);
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.mean-container .mean-bar {
    float: unset;
    background: transparent;
    padding: 0px 0;
    min-height: 103px;
}
.mean-container a.meanmenu-reveal {
    height: 57px;
    line-height: 100%;
    width: 50px;
    padding: 0px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.mean-container a.meanmenu-reveal span {
    background: #5fab41;
    height: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    width: 50px;
    margin: 12px 0;
}
a.meanmenu-reveal span:first-child {
    top: 0px;
}
a.meanmenu-reveal.meanclose span:first-child {
    transform: rotate(45deg);
    top: 25%;
}
a.meanmenu-reveal span:last-child {
    bottom: 0px;
}
a.meanmenu-reveal.meanclose span:last-child {
    transform: rotate(-45deg);
    top: -25% !important;
}
.mobile-tel {
    top: 50%;
    right: 80px;
    position: absolute;
    width: 35px;
    height: 35px;
    transform: translateY(calc(-50% - 5px));
}
a.meanmenu-reveal.meanclose span:first-child {
    transform: rotate(50deg);
}
a.meanmenu-reveal.meanclose span:last-child {
    transform: rotate(-50deg);
}
.mean-container .mean-nav {
    margin-top: 0px;
    background: #ffffff;
    float: unset;
    width: 300px;
    position: absolute;
    right: 15px;
    top: 103px;
}
.mean-container .mean-nav ul {
    padding: 20px 0;
}
.mean-container .mean-nav ul li {
    float: none;
}
.mean-container .mean-nav ul li a {
    border-top: none;
    border-left: none;
    display: inline-block;
    float: none;
    font-size: 20px;
    font-weight: 300;
    padding: 5px 20px;
    text-transform: none;
    width: 100%;
    line-height: unset;
    box-sizing: border-box;
}
.mean-last {
    border-bottom: none;
}
.slider-btn {
    width: 120%;
}
.adv-row .col-md-5 .adv-item img {
    height: 442px;
}
.standards-stamp {
    font-size: 19px;
    line-height: 1.3;
}
.standards-first .standards-stamp {
    background-position: 0px 0%;
    height: 160px;
    padding-left: 20px;
}
.doc-item {
    padding-left: 10px;
    padding-right: 10px;
}
.six-item {
    width: calc(50% - 10px);
    padding: 25px 20px 40px;
}
.six-number {
    font-size: 120px;
}
.six-item h3, .poddons-row .sub p, .footer .tz, .footer .vop {
    font-size: 20px !important;
}
.h2, h2 {
    font-size: 30px;
}
.h1, h1 {
    font-size: 35px;
}
.six-item:nth-child(n+3), .poddon-item:nth-child(n+3) {
    margin-top: 40px;
}
.poddon-item {
    width: calc(50% - 15px);
}
.otz-cit {
    font-size: 22px;
}
.footer .mail, .footer .telef {
    font-size: 22px;
}
body {
    position: relative;
}
.mobile-layout {
    display: none;
    position: absolute;
    top: 103px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mobile-layout.active {
    display: block;
    opacity: 0.3;
}
.mean-container a.meanmenu-reveal:hover span, .mean-container a.meanmenu-reveal:focus span, a.meanmenu-reveal.meanclose span {
    background-color: #59bb32;
}
a.meanmenu-reveal.meanclose span:nth-child(2) {
    background: transparent;
}
.slider-top .slick-dots {
    display: none !important;
}
html.m-menu {
    overflow: hidden;
}
.header-area.header-sticky {
    -webkit-box-shadow: 0px 0px 15px 0px #00000033;
    -moz-box-shadow: 0px 0px 15px 0px #00000033;
    box-shadow: 0px 0px 15px 0px #00000033;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
.header-area.sticky .logo {
    padding: 21px 0;
}
.slider-top .row {
    padding: 183px 0 70px;
}
.mobile_menu_overlay, .mobile_menu_container {
    top: 103px !important;
}
.privacy-row {
    padding: 183px 0px 60px;
}
.standards-video video {
    height: 365px;
}
.fancybox-slide {
    transform: none !important;
}
}



@media screen and (max-width: 600px) {
    body {
    font-size: 16px;
}
    .logo img {
    width: 240px;
}
.header-area .row .col-md-3:first-child {
    width: auto;
    margin-right: 15px;
}
.header-area .row .col-md-6 {
    width: calc(100% - 267px);
}
.mean-container a.meanmenu-reveal {
    height: 26px;
    width: 35px;
}
.mean-container a.meanmenu-reveal span {
    height: 2px;
    width: 35px;
    margin: 10px 0;
}
a.meanmenu-reveal span:first-child {
    margin-top: 0px;
}
.mobile-tel {
    right: 70px;
    width: 32px;
    height: 32px;
}
.mean-container .mean-bar {
    min-height: 60px;
}
.logo {
    padding: 10px 0 !important;
}
.header-area.header-sticky {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-bottom: 2px solid #eef1f5;
}
.slider-top .row {
    padding: 100px 0 70px;
}
.slider-top .col-md-8, .slider-top .col-md-4,
.standards-row .col-md-8 {
    width: 100%;
}
.slider-top .slider-pre-head {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
    opacity: 0.8;
}
.slider-top h1 {
    margin-bottom: 15px;
}
.h1, h1 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1;
}
.h2, h2 {
    font-size: 20px;
    line-height: 1.2;
}
.h3, h3 {
    font-size: 18px;
    line-height: 1.2;
}
.slider-top .slider-list {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 45px;
    margin-top: 15px;
}
.slider-top ul li {
    opacity: 0.8;
    padding-left: 20px;
}
.slider-top .slider-list li:nth-child(n+2) {
    margin-top: 17px;
}
.slider-top ul li:before {
    top: 10px;
    left: 0px;
    width: 5px;
    height: 5px;
}
.slider-top .slider-btn a + a {
    margin-left: 0px;
    margin-bottom: 15px;
}
.slider-top .slider-btn a {
    width: 100%;
}
.line {
    margin: 0 0px;
}
.slider-top .row .slider-img {
    padding: 0 65px;
}
.slider-top .row .slider-img img {
    height: 180px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.slick-next {
    right: -25px !important;
}
.slick-prev {
    left: -25px !important;
}
.g-btn, .b-btn {
    font-size: 18px;
}
.standards-row {
    padding: 70px 0 70px;
}
.standards-desc p, .standards-first p, .standards-second p {
    margin-bottom: 0px;
}
.standards-item {
    margin-top: 50px;
}
.standards-item h3 {
    margin-bottom: 10px;
}
.standards-first .col-md-4, .standards-second .col-md-4 {
    display: none;
}
.row.standards-video {
    margin-top: 0px;
}
.standards-video video {
    height: 260px;
}
.video-t {
    font-size: 12px;
    margin-top: 4px;
    line-height: 1.3;
}
.standards-second {
    margin-top: 40px;
}
.standards-second h3 {
    margin-bottom: 10px;
}
.standards-second .col-md-8 p {
    margin-bottom: 5px;
}
.adv-row-mobile img {
    height: 190px;
    object-fit: cover;
    object-position: center;
}
.slick-prev, .slick-next {
    display: none !important;
}
.slider-top .slick-prev, .slider-top .slick-next {
    display: block !important;
}
.standards-third {
    margin-top: 40px !important;
}
.doc-item p {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 10px;
    text-align: center;
}
.doc-row .slick-list {
    width: 80%;
    margin: 0 auto;
}
.adv-row {
    display: none;
}
.doc-row.slick-slider {
    margin: 20px auto 20px !important;
}
.adv-row-mobile.slick-slider {
    padding: 0px !important;
    margin: 0px 0 20px !important;
}
.slick-dots li button:before {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #c0c0c0 !important;
    border-radius: 100% !important;
    content: "" !important;
    opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: transparent !important;
    border-color: #5fab41 !important;
}
.slick-dots li {
    width: 10px !important;
    height: 10px !important;
    margin: 7px 4px 0 !important;
}
.adv-item p {
    font-size: 12px;
    margin-top: 10px;
    padding: 0 12px;
}
.doc-item img {
    height: 370px;
    object-fit: contain;
    object-position: center;
    margin: auto;
}
.doc-item:nth-child(n+5) {
    margin-top: 0px;
}
.six-item:nth-child(n+3), .poddon-item:nth-child(n+3) {
    margin-top: 0px;
}
.six-item {
    width: calc(50% - 10px);
    padding: 25px 30px 50px;
    min-height: 315px !important;
}
.six-item h3, .poddons-row .sub p, .footer .tz, .footer .vop {
    font-size: 18px !important;
}
.six-item h3 {
    margin-bottom: 15px;
}
.six-item p {
    font-size: 14px !important;
}
.six-row h2 {
    margin-bottom: 20px;
}
.slider-top .slick-dots {
    display: none !important;
}
.slider-top .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.six-row {
    padding: 70px 0 60px;
}
.bottom-bar ul {
    flex-direction: column;
}
.bottom-bar ul li:not(:last-child) {
    border-right: none;
    padding-bottom: 5px;
}
.slider-btn {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}
.standards-third h3 {
    margin-bottom: 0px;
}
.adv-row-mobile .slick-dots {
    width: calc(100% - 24px) !important;
}
.slick-dots {
    width: calc(100% - 24px) !important;
    left: 12px;
}
.six-inner.slick-slider .slick-track {
    height: 291px;
}
.poddons-row {
    padding: 75px 0 40px;
}
.poddons-row h2 {
    margin-bottom: 5px;
}
.poddons-row .sub p {
    font-size: 16px !important;
    margin-bottom: 25px;
}
.poddon-item h3 {
    font-size: 18px;
    min-height: 60px;
    padding: 20px 14px 20px;
}
.poddon-item img {
    margin: auto;
}
.poddon-item .price {
    padding: 20px 15px 15px;
    font-size: 18px;
}
.poddon-item .gost {
    padding: 0px 15px 5px;
}
.poddon-item .desc {
    padding: 0px 15px 30px;
}
.poddon-item .desc p, .poddon-item .gost {
    font-size: 14px;
}
.poddon-item .desc p {
    line-height: 1.5;
}
.poddon-item {
    width: 100%;
}
.poddon-item + .poddon-item {
    margin-top: 50px;
}
.prices-row ul {
    margin-left: 20px;
}
.prices-row {
    padding-bottom: 70px;
}
.prices-row h2 {
    margin-bottom: 10px;
}
.prices-row p {
    margin-bottom: 15px;
}
.prices-row li:last-child {
    margin-bottom: 0px;
}
.otzivy-row {
    padding: 110px 0 70px;
}
.otzivy-row h2 {
    margin-bottom: 25px;
}
.otz-item {
    display: flex !important;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.otz-item:after {
    content: none;
}
.otz-img {
    text-align: center;
    width: 100%;
}
.otz-item img {
    width: 87px;
    height: 87px;
}
.otz-t {
    padding-top: 25px;
}
.otz-t p {
    margin-bottom: 20px;
}
.slick-slide .otz-img img {
    margin: auto;
}
.otz-cit {
    width: 100% !important;
    font-size: 18px !important;
    padding-right: 20px;
    padding-left: 30px;
}
.otz-t p:last-child {
    margin-bottom: 0px;
}
.otz-item:not(:first-child) {
    margin-top: 20px;
    padding-top: 44px;
}
.otz-item:nth-child(n+2):before {
    content: "";
    position: absolute;
    top: 0px;
    width: calc(100% - 24px);
    height: 4px;
    background: #306e1d1a;
    left: 12px;
}
.reviews-more.b-btn, .otzivy-row button {
    margin-top: 20px;
}
.footer {
    padding: 70px 0;
    position: relative;
}
.footer h2 {
    margin-bottom: 20px;
}
.footer .tz, .footer .vop {
    font-size: 16px !important;
}
.footer .mail, .footer .telef {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.footer .offset-md-1 {
    margin-left: 0px;
    width: 100%;
}
.bottom-bar {
    padding: 50px 0 40px;
}
.slider-top {
    display: none;
}
.slider-top.mobile {
    display: block !important;
}
a.meanmenu-reveal.meanclose span:last-child {
    top: -37% !important;
}
a.meanmenu-reveal.meanclose span:first-child {
    top: 50%;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    background: #f7f6f6;
    border-color: #5fab41 !important;
}
#compred, #compred2 {
    width: 340px !important;
}
.popup {
    padding: 35px 20px 40px !important;
}
.form-header h3 {
    font-size: 25px !important;
    margin-bottom: 20px;
}
.form-header p {
    padding: 0 0px !important;
    margin-bottom: 1rem !important;
}
.control-group + .control-group {
    margin-top: 18px !important;
}
.control-group.submit {
    margin-top: 40px !important;
}
.control-group.submit + .control-group {
    margin-top: 10px !important;
}
.submit {
    margin-top: 40px !important;
}
.mobile-layout {
    top: 66px;
}
.mean-container .mean-nav {
    width: 300px;
    left: -15px;
    top: 65px;
    transform: translateX(-100%);
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.prices-row {
    position: relative;
    max-height: 715px;
    overflow: hidden;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.prices-row:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 100%;
    height: 190px;
    background: -moz-linear-gradient(to bottom, #ffffff00 0%,#fcf4edbd 40%);
    background: linear-gradient(to bottom, #ffffff00 0%,#ffffffbd 40%);
    background: linear-gradient(to bottom, #ffffff00 0%,#ffffff 60%);
    z-index: 1;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.prices-row .col-md-8 {
    position: relative;
}
.prices-more {
    background: url(/images/prices-more.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 45px;
    position: absolute;
    top: 655px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.prices-row.active {
    max-height: 3000px;
}
.prices-row.active:before {
    height: 0px;
    opacity: 0;
}
.prices-row.active .prices-more {
    top: 100%;
    transform: translateX(-50%) scale(-1, -1);
}
.prices-anch {
    position: absolute;
    top: 650px;
    left: 0px;
    width: 100%;
    height: 1px;
}

#jGrowl {
    margin-top: -300px !important;
}
/*.otz-item:nth-child(n+4) {
    max-height: 0px !important;
    padding: 0px;
    opacity: 0;
    margin-top: 0px;
}
.otz-item.active:nth-child(n+4) {
    max-height: 3000px !important;
    opacity: 1;
    padding: 44px 0 20px;
    margin-top: 20px;
}*/
.reviews-more.b-btn, .reviews-less.b-btn, .otzivy-row button {
    width: 100%;
    color: #5fab41;
    font-size: 16px;
    font-family: "Helvetica";
    line-height: 37px;
    border: 1px solid #5fab41;
    border-radius: 1px;
    background: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 0 10px;
    min-width: 220px;
    text-align: center;
    display: inline-block;
}
.reviews-more.b-btn.hide, .reviews-less.b-btn {
    display: none;
}
.reviews-less.b-btn.show, .reviews-more.b-btn.show {
    display: block;
}
.mobile_menu_overlay, .mobile_menu_container {
    position: fixed;
    top: 66px !important;
    left: 0;
    width: 100%;
    height: 100%;
}
.privacy-row {
    padding: 96px 0px 50px;
}
.footer .offset-md-1 > ymaps {
    height: 227px !important;
}
}


@media screen and (min-width: 991px) {
    .slick-dots, .reviews-more {
    display: none !important;
}
.mob-menu {
    display: none;
}
}

@media screen and (min-width: 600px) {
    .adv-row-mobile, .slider-top.mobile {
    display: none;
}
.reviews-more, .reviews-less {
    display: none;
}
}






/* v2 */@charset "UTF-8";
.fancybox-enabled {
 overflow:hidden
}
.fancybox-enabled body {
 overflow:visible;
 height:100%
}
.fancybox-is-hidden {
 position:absolute;
 top:-9999px;
 left:-9999px;
 visibility:hidden
}
.fancybox-container {
 position:fixed;
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:99993;
 -webkit-tap-highlight-color:transparent;
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden;
 -webkit-transform:translateZ(0);
 transform:translateZ(0)
}
.fancybox-container~.fancybox-container {
 z-index:99992
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0
}
.fancybox-outer {
 overflow-y:auto;
 -webkit-overflow-scrolling:touch
}
.fancybox-bg {
 background:#1e1e1e;
 opacity:0;
 transition-duration:inherit;
 transition-property:opacity;
 transition-timing-function:cubic-bezier(.47,0,.74,.71)
}
.fancybox-is-open .fancybox-bg {
 opacity:.87;
 transition-timing-function:cubic-bezier(.22,.61,.36,1)
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
 position:absolute;
 direction:ltr;
 z-index:99997;
 opacity:0;
 visibility:hidden;
 transition:opacity .25s,visibility 0s linear .25s;
 box-sizing:border-box
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
 opacity:1;
 visibility:visible;
 transition:opacity .25s,visibility 0s
}
.fancybox-infobar {
 top:0;
 left:50%;
 margin-left:-79px
}
.fancybox-infobar__body {
 display:inline-block;
 width:70px;
 line-height:44px;
 font-size:13px;
 font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
 text-align:center;
 color:#ddd;
 background-color:rgba(30,30,30,.7);
 pointer-events:none;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 -webkit-touch-callout:none;
 -webkit-tap-highlight-color:transparent;
 -webkit-font-smoothing:subpixel-antialiased
}
.fancybox-toolbar {
 top:0;
 right:0
}
.fancybox-stage {
 overflow:hidden;
 direction:ltr;
 z-index:99994;
 -webkit-transform:translateZ(0)
}
.fancybox-slide {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 margin:0;
 padding:0;
 overflow:auto;
 outline:none;
 white-space:normal;
 box-sizing:border-box;
 text-align:center;
 z-index:99994;
 -webkit-overflow-scrolling:touch;
 display:none;
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden;
 transition-property:opacity,-webkit-transform;
 transition-property:transform,opacity;
 transition-property:transform,opacity,-webkit-transform;
 -webkit-transform-style:preserve-3d;
 transform-style:preserve-3d
}
.fancybox-slide:before {
 content:"";
 display:inline-block;
 vertical-align:middle;
 height:100%;
 width:0
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
 display:block
}
.fancybox-slide--image {
 overflow:visible
}
.fancybox-slide--image:before {
 display:none
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
 background:#000
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
 background:#e5e3df
}
.fancybox-slide--next {
 z-index:99995
}
.fancybox-slide>* {
 display:inline-block;
 position:relative;
 padding:24px;
 margin:44px 0;
 border-width:0;
 vertical-align:middle;
 text-align:left;
 background-color:#fff;
 overflow:auto;
 box-sizing:border-box
}
.fancybox-slide .fancybox-image-wrap {
 position:absolute;
 top:0;
 left:0;
 margin:0;
 padding:0;
 border:0;
 z-index:99995;
 background:transparent;
 cursor:default;
 overflow:visible;
 -webkit-transform-origin:top left;
 transform-origin:top left;
 background-size:100% 100%;
 background-repeat:no-repeat;
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden
}
.fancybox-can-zoomOut .fancybox-image-wrap {
 cursor:zoom-out
}
.fancybox-can-zoomIn .fancybox-image-wrap {
 cursor:zoom-in
}
.fancybox-can-drag .fancybox-image-wrap {
 cursor:-webkit-grab;
 cursor:grab
}
.fancybox-is-dragging .fancybox-image-wrap {
 cursor:-webkit-grabbing;
 cursor:grabbing
}
.fancybox-image,
.fancybox-spaceball {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 margin:0;
 padding:0;
 border:0;
 max-width:none;
 max-height:none
}
.fancybox-spaceball {
 z-index:1
}
.fancybox-slide--iframe .fancybox-content {
 padding:0;
 width:80%;
 height:80%;
 max-width:calc(100% - 100px);
 max-height:calc(100% - 88px);
 overflow:visible;
 background:#fff
}
.fancybox-iframe {
 display:block;
 padding:0;
 border:0;
 height:100%
}
.fancybox-error,
.fancybox-iframe {
 margin:0;
 width:100%;
 background:#fff
}
.fancybox-error {
 padding:40px;
 max-width:380px;
 cursor:default
}
.fancybox-error p {
 margin:0;
 padding:0;
 color:#444;
 font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif
}
.fancybox-close-small {
 position:absolute;
 top:0;
 right:0;
 width:44px;
 height:44px;
 padding:0;
 margin:0;
 border:0;
 border-radius:0;
 outline:none;
 background:transparent;
 z-index:10;
 cursor:pointer
}
.fancybox-close-small:after {
 content:"×";
 position:absolute;
 top:5px;
 right:5px;
 width:30px;
 height:30px;
 font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
 color:#888;
 font-weight:300;
 text-align:center;
 border-radius:50%;
 border-width:0;
 background:#fff;
 transition:background .25s;
 box-sizing:border-box;
 z-index:2
}
.fancybox-close-small:focus:after {
 outline:1px dotted #888
}
.fancybox-close-small:hover:after {
 color:#555;
 background:#eee
}
.fancybox-slide--iframe .fancybox-close-small {
 top:0;
 right:-44px
}
.fancybox-slide--iframe .fancybox-close-small:after {
 background:transparent;
 font-size:35px;
 color:#aaa
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
 color:#fff
}
.fancybox-caption-wrap {
 bottom:0;
 left:0;
 right:0;
 padding:60px 30px 0;
 background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
 pointer-events:none
}
.fancybox-caption {
 padding:30px 0;
 border-top:1px solid hsla(0,0%,100%,.4);
 font-size:14px;
 font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
 color:#fff;
 line-height:20px;
 -webkit-text-size-adjust:none
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
 pointer-events:all
}
.fancybox-caption a {
 color:#fff;
 text-decoration:underline
}
.fancybox-button {
 display:inline-block;
 position:relative;
 margin:0;
 padding:0;
 border:0;
 width:44px;
 height:44px;
 line-height:44px;
 text-align:center;
 background:transparent;
 color:#ddd;
 border-radius:0;
 cursor:pointer;
 vertical-align:top;
 outline:none
}
.fancybox-button[disabled] {
 cursor:default;
 pointer-events:none
}
.fancybox-button,
.fancybox-infobar__body {
 background:rgba(30,30,30,.6)
}
.fancybox-button:hover:not([disabled]) {
 color:#fff;
 background:rgba(0,0,0,.8)
}
.fancybox-button:after,
.fancybox-button:before {
 content:"";
 pointer-events:none;
 position:absolute;
 background-color:currentColor;
 color:currentColor;
 opacity:.9;
 box-sizing:border-box;
 display:inline-block
}
.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
 opacity:.3
}
.fancybox-button--left:after,
.fancybox-button--right:after {
 top:18px;
 width:6px;
 height:6px;
 background:transparent;
 border-top:2px solid currentColor;
 border-right:2px solid currentColor
}
.fancybox-button--left:after {
 left:20px;
 -webkit-transform:rotate(-135deg);
 transform:rotate(-135deg)
}
.fancybox-button--right:after {
 right:20px;
 -webkit-transform:rotate(45deg);
 transform:rotate(45deg)
}
.fancybox-button--left {
 border-bottom-left-radius:5px
}
.fancybox-button--right {
 border-bottom-right-radius:5px
}
.fancybox-button--close:after,
.fancybox-button--close:before {
 content:"";
 display:inline-block;
 position:absolute;
 height:2px;
 width:16px;
 top:calc(50% - 1px);
 left:calc(50% - 8px)
}
.fancybox-button--close:before {
 -webkit-transform:rotate(45deg);
 transform:rotate(45deg)
}
.fancybox-button--close:after {
 -webkit-transform:rotate(-45deg);
 transform:rotate(-45deg)
}
.fancybox-arrow {
 position:absolute;
 top:50%;
 margin:-50px 0 0;
 height:100px;
 width:54px;
 padding:0;
 border:0;
 outline:none;
 background:none;
 cursor:pointer;
 z-index:99995;
 opacity:0;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 transition:opacity .25s
}
.fancybox-arrow:after {
 content:"";
 position:absolute;
 top:28px;
 width:44px;
 height:44px;
 background-color:rgba(30,30,30,.8);
 background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
 background-repeat:no-repeat;
 background-position:50%;
 background-size:24px 24px
}
.fancybox-arrow--right {
 right:0
}
.fancybox-arrow--left {
 left:0;
 -webkit-transform:scaleX(-1);
 transform:scaleX(-1)
}
.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
 left:0
}
.fancybox-show-nav .fancybox-arrow {
 opacity:.6
}
.fancybox-show-nav .fancybox-arrow[disabled] {
 opacity:.3
}
.fancybox-loading {
 border:6px solid hsla(0,0%,39%,.4);
 border-top:6px solid hsla(0,0%,100%,.6);
 border-radius:100%;
 height:50px;
 width:50px;
 -webkit-animation:a .8s infinite linear;
 animation:a .8s infinite linear;
 background:transparent;
 position:absolute;
 top:50%;
 left:50%;
 margin-top:-25px;
 margin-left:-25px;
 z-index:99999
}
@-webkit-keyframes a {
 0% {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg)
 }
 to {
  -webkit-transform:rotate(359deg);
  transform:rotate(359deg)
 }
}
@keyframes a {
 0% {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg)
 }
 to {
  -webkit-transform:rotate(359deg);
  transform:rotate(359deg)
 }
}
.fancybox-animated {
 transition-timing-function:cubic-bezier(0,0,.25,1)
}
.fancybox-fx-slide.fancybox-slide--previous {
 -webkit-transform:translate3d(-100%,0,0);
 transform:translate3d(-100%,0,0);
 opacity:0
}
.fancybox-fx-slide.fancybox-slide--next {
 -webkit-transform:translate3d(100%,0,0);
 transform:translate3d(100%,0,0);
 opacity:0
}
.fancybox-fx-slide.fancybox-slide--current {
 -webkit-transform:translateZ(0);
 transform:translateZ(0);
 opacity:1
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
 opacity:0;
 transition-timing-function:cubic-bezier(.19,1,.22,1)
}
.fancybox-fx-fade.fancybox-slide--current {
 opacity:1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
 -webkit-transform:scale3d(1.5,1.5,1.5);
 transform:scale3d(1.5,1.5,1.5);
 opacity:0
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
 -webkit-transform:scale3d(.5,.5,.5);
 transform:scale3d(.5,.5,.5);
 opacity:0
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
 -webkit-transform:scaleX(1);
 transform:scaleX(1);
 opacity:1
}
.fancybox-fx-rotate.fancybox-slide--previous {
 -webkit-transform:rotate(-1turn);
 transform:rotate(-1turn);
 opacity:0
}
.fancybox-fx-rotate.fancybox-slide--next {
 -webkit-transform:rotate(1turn);
 transform:rotate(1turn);
 opacity:0
}
.fancybox-fx-rotate.fancybox-slide--current {
 -webkit-transform:rotate(0deg);
 transform:rotate(0deg);
 opacity:1
}
.fancybox-fx-circular.fancybox-slide--previous {
 -webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);
 transform:scale3d(0,0,0) translate3d(-100%,0,0);
 opacity:0
}
.fancybox-fx-circular.fancybox-slide--next {
 -webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);
 transform:scale3d(0,0,0) translate3d(100%,0,0);
 opacity:0
}
.fancybox-fx-circular.fancybox-slide--current {
 -webkit-transform:scaleX(1) translateZ(0);
 transform:scaleX(1) translateZ(0);
 opacity:1
}
.fancybox-fx-tube.fancybox-slide--previous {
 -webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);
 transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
 -webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);
 transform:translate3d(100%,0,0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
 -webkit-transform:translateZ(0) scale(1);
 transform:translateZ(0) scale(1)
}
@media (max-width:800px) {
 .fancybox-infobar {
  left:0;
  margin-left:0
 }
 .fancybox-button--left,
 .fancybox-button--right {
  display:none!important
 }
 .fancybox-caption {
  padding:20px 0;
  margin:0
 }
}
.fancybox-button--fullscreen:before {
 width:15px;
 height:11px;
 left:calc(50% - 7px);
 top:calc(50% - 6px);
 border:2px solid;
 background:none
}
.fancybox-button--pause:before,
.fancybox-button--play:before {
 top:calc(50% - 6px);
 left:calc(50% - 4px);
 background:transparent
}
.fancybox-button--play:before {
 width:0;
 height:0;
 border-top:6px inset transparent;
 border-bottom:6px inset transparent;
 border-left:10px solid;
 border-radius:1px
}
.fancybox-button--pause:before {
 width:7px;
 height:11px;
 border-style:solid;
 border-width:0 2px
}
.fancybox-button--thumbs,
.fancybox-thumbs {
 display:none
}
@media (min-width:800px) {
 .fancybox-button--thumbs {
  display:inline-block
 }
 .fancybox-button--thumbs span {
  font-size:23px
 }
 .fancybox-button--thumbs:before {
  width:3px;
  height:3px;
  top:calc(50% - 2px);
  left:calc(50% - 2px);
  box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0
 }
 .fancybox-thumbs {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:auto;
  width:220px;
  margin:0;
  padding:5px 5px 0 0;
  background:#fff;
  word-break:normal;
  -webkit-tap-highlight-color:transparent;
  -webkit-overflow-scrolling:touch;
  -ms-overflow-style:-ms-autohiding-scrollbar;
  box-sizing:border-box;
  z-index:99995
 }
 .fancybox-show-thumbs .fancybox-thumbs {
  display:block
 }
 .fancybox-show-thumbs .fancybox-inner {
  right:220px
 }
 .fancybox-thumbs>ul {
  list-style:none;
  position:absolute;
  position:relative;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  overflow-x:hidden;
  overflow-y:auto;
  font-size:0
 }
 .fancybox-thumbs>ul>li {
  float:left;
  overflow:hidden;
  max-width:50%;
  padding:0;
  margin:0;
  width:105px;
  height:75px;
  position:relative;
  cursor:pointer;
  outline:none;
  border:5px solid transparent;
  border-top-width:0;
  border-right-width:0;
  -webkit-tap-highlight-color:transparent;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  box-sizing:border-box
 }
 li.fancybox-thumbs-loading {
  background:rgba(0,0,0,.1)
 }
 .fancybox-thumbs>ul>li>img {
  position:absolute;
  top:0;
  left:0;
  min-width:100%;
  min-height:100%;
  max-width:none;
  max-height:none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
 }
 .fancybox-thumbs>ul>li:before {
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  border-radius:2px;
  border:4px solid #4ea7f9;
  z-index:99991;
  opacity:0;
  transition:all .2s cubic-bezier(.25,.46,.45,.94)
 }
 .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
  opacity:1
 }
}

/* Popup */

#compred {
    padding: 0 !important;
    width: 460px;
    height: auto;
}

#compred2 {
    padding: 0 !important;
    width: 460px;
    height: auto;
}
.popup {
    padding: 35px 25px 40px;
}

/* Форма */
.control-group {
    width: 100%;
}
.control-group + .control-group {
    margin-top: 12px;
}
.control-label + .controls {
    margin-top: -5px;
}
.control-group.submit {
    margin-top: 40px;
}
.form-header {
    text-align: center;
}
.form-header h3 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
    font-family: "Helvetica";
    font-weight: bold;
    color: #111111;
}
.form-header p {
    font-size: 16px;
    font-family: "Helvetica";
    line-height: 1.3;
    margin-bottom: 15px;
    color: #111111;
    padding: 0 30px;
    margin-bottom: 5px;
}
.control-group input, .control-group textarea {
    font-size: 14px;
    border: 1px solid #cbcbcb;
    color: #000;
    font-family: "Helvetica";
    line-height: 1.3;
    height: 34px;
    padding: 8px 10px;
    border-radius: 3px;
}
.control-group input {
    padding: 3px 10px;
}
.control-group textarea {
    height: unset;
}
.control-group textarea:focus {
    outline: none;
}
.control-group input::placeholder, .control-group textarea::placeholder {
    color: #989898;
}
.fancybox-close-small:after {
    font: 26px Helvetica !important;
    color: #989898 !important;
    border-radius: 100% !important;
    border-width: 0 !important;
    line-height: 1.25 !important;
}
.fancybox-close-small:hover:after {
    color: #989898;
    background: #eeeeee;
}
.politika {
    font-size: 12px;
    line-height: 1.3;
    font-family: "Helvetica";
    text-align: center;
    color: #000;
}
.politika a {
     text-decoration: underline;
     color: #033076;
}
.politika a:hover {
    color: #59bb32;
}
.submit {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 12px;
}
.submit .g-btn {
    font-family: "Helvetica";
    font-size: 16px;
    line-height: 1.3;
    width: 80%;
    padding: 9px 8px;
}
.control-label {
    color: #111111;
}
.control-label span {
    color: #e61610;
    font-size: 18px;
}
.ajax_form .error {
    color: #ff0000 !important;
    border-color: #ff0000 !important;
}
.ajax_form .error .error {
    font-size: 12px;
    line-height: 1.3;
    font-family: "Helvetica";
}
.ajax_form input:focus:invalid, .ajax_form textarea:focus:invalid {
    color: #ff0000 !important;
    border-color: #ff0000 !important;
}
.error_block {
    display: block;
}
textarea + .error_block {
    margin-top: -5px !important;
}
#af_kol {
    width: calc(100% - 78px);
}
.plus, .minus {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    background: #cbcbcb;
    color: #fff;
    margin-left: 5px;
    text-align: center;
    float: right;
    cursor: pointer;
}
.plus:hover, .minus:hover {
    background: #ccc;    
} 
.mean-container .mean-nav ul li a:hover {
    color: #59bb32 !important;
}
.error .numbers {
    display: block;    
}
.fancybox-close-small:after {
    content: "" !important;
    background-image: url(/images/close.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.fancybox-close-small:hover:after {
    background-color: #eee !important;
    background-image: url(/images/close.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}







.mob-menu {
    position: relative;
    padding-right: 15px;
}
.mob-menu .mobile_menu {
    z-index: 9999999;
    display: flex;
    flex-direction: column;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    margin-top: 12px;
}
.mob-menu .mobile_menu span {
    display: flex;
    width: 35px;
    height: 2px;
    margin-bottom: 10px;
    position: relative;
    background: #5fab41;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    z-index: 9999999;
}
.mob-menu .mobile_menu span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
.mob-menu .mobile_menu.active span {
    opacity: 1;
    transform: rotate(50deg) translate(-15px, -15px);
    background: #59bb32;
}
.mob-menu .mobile_menu.active span:nth-last-child(3) {
    opacity: 1;
    transform: rotate(-50deg) translate(-17px, 15px);
}
.mob-menu .mobile_menu.active span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
.mobile_menu_overlay, .mobile_menu_container {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobile_menu_container, .mobile_menu_container ul li ul{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.mobile_menu_overlay {
    display: none;
    cursor: pointer;
    z-index: 10200;
    background: rgba(0, 0, 0, 0.3);
}
.mobile_menu_container {
    -webkit-transform: translateX(-338px);
    transform: translateX(-338px);
    width: 338px;
    height: 365px;
    overflow: hidden;
    z-index: 10201;
    background: #ffffff;
    padding: 25px 20px 30px;
}
.mobile_menu_container.loaded{
   	-webkit-transform: translateX(0px);
   	transform: translateX(0px);
}
.mobile_menu_container ul{
	margin: 0;
	padding: 0;
}
.mobile_menu_container ul li {
    list-style: none;
    text-align: left;
}
.mobile_menu_container ul li a {
    display: block;
    padding: 0 0 10px 0;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 300;
    color: #232323;
    text-decoration: none;
}
.mobile_menu_container ul li a:hover {
    color: #59bb32;
}
.mob-menu-info {
    position: relative;
    padding-top: 40px;
    text-align: left;
}
.mob-menu-info:before {
    content: "";
    position: absolute;
    top: 15px;
    left: -3%;
    width: 106%;
    height: 1px;
    background: #e1e1e1;
}
.mob-menu-info a {
    display: block;
    font-family: "Roboto";
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.mob-menu-info p {
    margin-bottom: 0px;
    margin-top: 15px;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
}
.error_block {
    color: #ff0000 !important;
    border-color: #ff0000 !important;
    font-size: 12px;
}