/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

@font-face {
	font-family: 'gm';
	src: url('fonts/GothamPro-Medium.eot');
	src: local('fonts/Gotham Pro Medium'), local('fonts/GothamPro-Medium'),
		url('fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamPro-Medium.woff') format('woff'),
		url('fonts/GothamPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'gb';
	src: url('fonts/GothamPro-Bold.eot');
	src: local('fonts/Gotham Pro Bold'), local('fonts/GothamPro-Bold'),
		url('fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamPro-Bold.woff') format('woff'),
		url('fonts/GothamPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'gr';
	src: url('fonts/GothamPro.eot');
	src: local('fonts/Gotham Pro'), local('fonts/GothamPro'),
		url('fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamPro.woff') format('woff'),
		url('fonts/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'pb';
	src: url('fonts/pfdindisplaypro-bold.eot');
	src: local('☺'), url('fonts/pfdindisplaypro-bold.woff') format('woff'), url('fonts/pfdindisplaypro-bold.ttf') format('truetype'), url('fonts/pfdindisplaypro-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'pm';
	src: url('fonts/pfdindisplaypro-med.eot');
	src: local('☺'), url('fonts/pfdindisplaypro-med.woff') format('woff'), url('fonts/pfdindisplaypro-med.ttf') format('truetype'), url('fonts/pfdindisplaypro-med.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'dr';
	src: url('fonts/ds_eraser_cyr.eot');
	src: local('☺'), url('fonts/ds_eraser_cyr.woff') format('woff'), url('fonts/ds_eraser_cyr.ttf') format('truetype'), url('fonts/ds_eraser_cyr.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* New font */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Montserrat-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Montserrat-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Montserrat-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Montserrat-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/Montserrat-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/OpenSans-Regular.woff2") format("woff2");
  font-display: swap;
}
/* New font end */

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
}



div#wpadminbar {
    display: none;
}
html.js.no-svg {
    margin: 0 !important;
}


/* Site header */
.page-header  {
  padding: 20px 0;
}
.top-line {
  position: relative;
}
.logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: -21px;
  z-index: 7;
}

.contacts__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0 -10px;
}
.contacts__col {
  padding: 0 10px;
}
.tel-number {
  font-family: pb;
  font-size: calc(13px + (30 - 13)*((100vw - 320px)/(1920 - 320)));
  color: #21582C;
}
.tel-number:hover {
  color: #21582C;
  text-decoration: none;
  color: #21582C;
  transition: 0.3s;
}
.contact-mail {
    font-family: gb;
    font-size: calc(10px + (18 - 10)*((100vw - 320px)/(1920 - 320)));
    color: #21582C;
}
.contact-mail a,
.contact-mail a:hover {
  color: #21582C;
  text-decoration: none;
}
.contact-mail a:hover {
  color: #21582C;
  transition: 0.3s;
}
.contacts__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #21582C;
}
.contacts__title:hover {
  opacity: 0.8;
  transition: 0.3s;
  text-decoration: none;
  color: #21582C;
}
.hamb span {
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background: #21582C;
  display: block;
}
span.last {
    margin-bottom: 0;
}
.txt-menu {
    font-family: gb;
    font-size: calc(14px + (18 - 14)*((100vw - 320px)/(1920 - 320)));
    color: #21582C;
    text-transform: uppercase;
}
.button-menu {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.button-menu:hover .hamb span {
  background: #d2eaf5;
  transition: 0.3s;
}
.button-menu:hover .txt-menu {
  color: #d2eaf5;
  transition: 0.3s;
}


.hamb {
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacts {
    position: relative;
    z-index: 5;
    text-align: right;
}
.top-line {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.middle-line {
    margin-top: calc(55px + (115 - 55)*((100vw - 320px)/(1920 - 320)));
    position: relative;
}
p {
    margin: 0;
}
ul {
	margin: 0;

}
.s1-txt1 {
    font-family: pb;
    font-size: calc(30px + (55 - 30)*((100vw - 320px)/(1920 - 320)));
    text-transform: uppercase;
    line-height: calc(35px + (65 - 35)*((100vw - 320px)/(1920 - 320)));
    color: #fff;
    margin-bottom: 25px;
    
}
.s1-txt2 {
    font-family: gm;
    font-size: calc(16px + (24 - 16)*((100vw - 320px)/(1920 - 320)));
    color: #fff;
    text-transform: uppercase;
    margin-bottom: calc(20px + (55 - 20)*((100vw - 320px)/(1920 - 320)));
}
.s1-txt2 ul {
    padding: 0;
    padding-left: 22px;
}
a.button {
    color: #1f1f1f;
    font-family: gb;
    font-size: calc(18px + (24 - 18)*((100vw - 320px)/(1920 - 320)));
    text-transform: uppercase;
    background: linear-gradient(#fff791, #fff45f, #fff343);
    padding: calc(20px + (25 - 20)*((100vw - 320px)/(1920 - 320)));
    border-radius: 50px;
    box-shadow: 0px 10px 0px #f3e303;
    transition: 0.5s;
}
a.button:hover {
    text-decoration: none;
    box-shadow: none;
}
.s1-button {
    display: flex;
}

.foto-main {
    position: absolute;
    bottom: -370px;
    right: -70px;
    z-index: 15;
}





/* Main screen */
.main-screen {
  background: url('assets/images/main-screen.jpg') no-repeat 50% / cover;
}
.lg-block {
  max-width: 1613px;
  margin: 0 auto;
}
.main-screen__lg-block {
  padding: 93px 15px;
  background: rgba(163, 216, 0, 0.8);
  border: 1px solid #FFFFFF;
  margin: 38px 0 51px;
}







.section2-row {
    position: relative;
    display: flex;
    justify-content: space-around;
    padding: 20px 0px;
}
.s2 {
    position: absolute;
    top: -1px;
    left: 159px;
    z-index: 5;
}
.s2-block.sb1 {
    position: relative;
    z-index: 2;
    bottom: -16px;
    right: 8px;
}
.s2-block.sb2 {
    position: relative;
    left: 17px;
    top: 11px;
}
.s2-block.sb3 {
    position: relative;
    top: 13px;
    z-index: 12;
}
.logo-wrap {
  position: relative;
}
.logo img {
  width: calc(50px + (139 - 50)*((100vw - 320px)/(1920 - 320)));
  height: auto;
}

.modal-header {
    background: #7ccd47;
    font-family: pb;
    color: #fff;
}
.form-input input {
    border: 3px solid #7ccd47;
    border-radius: 50px;
    padding: 10px 10px;
    outline: none;
    font-family: pm !important;
    font-size: 16px !important;
    color: #189dd7 !important;
    width: 100%;
}
.form-input {
    text-align: center;
    margin-bottom: 20px;
}

::placeholder {
	font-family: pm !important;
	font-size: 16px !important;
	color: #189dd7 !important;
}

.form-button input {
    color: #1f1f1f;
    font-family: gb;
    font-size: calc(16px + (18 - 16)*((100vw - 320px)/(1920 - 320)));
    text-transform: uppercase;
    background: linear-gradient(#fff791, #fff45f, #fff343);
    padding: calc(10px + (15 - 10)*((100vw - 320px)/(1920 - 320)));
    border-radius: 50px;
    box-shadow: 0px 6px 0px #f3e303;
    transition: 0.5s;
    border: none;
    outline: none;
}

.form-button input:hover {
    box-shadow: none;
}
.form-button {
    text-align: center;
    margin-bottom: 15px;
}
span.ajax-loader {
    display: none !important;
}
.s3-title1 {
    font-family: pb;
    color: #d9f6cd;
    font-size: calc(32px + (72 - 32)*((100vw - 320px)/(1920 - 320)));
    text-transform: uppercase;
}
.s3-title2 {
    color: #67bc44;
    font-size: calc(28px + (36 - 28)*((100vw - 320px)/(1920 - 320)));
    font-family: pb;
}
.s3-block {
    font-family: gr;
    font-size: calc(14px + (16 - 14)*((100vw - 320px)/(1920 - 320)));
    line-height: 20px;
    margin-bottom: 20px;
}
.s3-block img {
    margin-bottom: 20px;
}
section.section3 {
    background: #f7f8f7;
    overflow: hidden;
    padding: 50px 0px;
    overflow: hidden;
}
section.section3 img {
  overflow: hidden;
}
.s3-row {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px;
}

section.section4 {
    background: #f7f8f7;
    overflow: hidden;
    padding: 0px 0px;
}
.s4-block-title {
    font-family: pb;
    color: #68bc44;
    font-size: calc(24px + (36 - 24)*((100vw - 320px)/(1920 - 320)));
}
.s4-block-txt {
    font-family: gr;
    font-size: calc(14px + (16 - 14)*((100vw - 320px)/(1920 - 320)));
    color: #1f1f1f;
}
.s4-block {
    text-align: center;
    margin-bottom: 30px;
}
.s4-row {
    display: flex;
    justify-content: space-around;
    margin: 50px 0px;
}
.slide-r-title {
    font-family: gb;
    text-transform: uppercase;
    color: #68bc44;
    margin-bottom: 15px;
}
.slide-r-txt {
    font-family: gr;
    color: #1f1f1f;
    font-size: calc(14px + (16 - 14)*((100vw - 320px)/(1920 - 320)));
}
.slide-row {
    display: flex;
    align-items: center;
}
.slide-left {
    width: 50%;
    text-align: justify;
}
.slide-right {
    width: 50%;
    text-align: justify;
    
}
.slider img {
    width: 100%;
}
.f {
	padding-left: 50px;
}

.p {
	padding-right: 50px;
}


button#prev,
button#next {
  top: 50%;
  margin-top: -16px;
  position: absolute;
  z-index: 10;
}
button#prev:focus,
button#next:focus {
  outline:  none;
  box-shadow: none;
}
button#prev:hover,
button#next:hover {
  transition: 0.3s;
  opacity: 0.7;
}
button#prev {
    background: url(img/str-left.png) no-repeat;
    width: 26px;
    height: 33px;
    left: 0;
}

button#next {
    background: url(img/str-right.png) no-repeat;
    width: 26px;
    height: 33px;
    right: 0;
}
.slider-main {
    position: relative;
}
.my-arrow {
    position: absolute;
    top: 0;
    bottom: 54px;
    z-index: 5000;
    display: flex;
    align-items: center;
    right: 0;
    justify-content: space-between;
    width: 70px;
}
section.section-slider {
    background: #f7f8f7;
}

.slider2-title {
    color: #67bc44;
    font-family: pb;
    font-size: calc(24px + (36 - 24)*((100vw - 320px)/(1920 - 320)));
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0px;
}
section.slider2 {
    background: #f7f8f7;
}
.slider2-block-txt {
    text-align: center;
    font-family: gr;
    color: #1f1f1f;
}

.slider2-block-img {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 200px;
}
.slider2-block-img img {
  border: 2px solid transparent;
}
.slider2-block-img img:hover {
  border-color: #d2eaf5;
  transition: 0.3s;
}

.slider2-block-img a.slider-hover {
  position: relative;
}
.slider2-block-img a.slider-hover:before,
.slider2-block-img a.slider-hover:after {
  content: '';
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.slider2-block-img a.slider-hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(103, 188, 68, 0.5);
  z-index: 5;
}
.slider2-block-img a.slider-hover:after {
  width: 40px;
  height: 40px;
  background: url('img/full-screen-img.png');
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 10;
}
.slider2-block-img a.slider-hover:hover:before,
.slider2-block-img a.slider-hover:hover:after {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-out;
}


.my-arrow2 {
    position: static;
    display: flex;
    width: 100%;
    justify-content: space-between;
    top: 0;
    bottom: 0;
    align-items: center;
    z-index: 1000;
}
.slider-main2 {
    position: relative;
    margin: 50px 0px;
}
section.sliders2 {
    background: #f7f8f7;
    overflow: hidden;
}

section.section5 {
    background: url(img/section5.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    min-height: 1195px;
    position: relative;
}

section.section5 .s5-row-block:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.s5-title1 {
    color: #35383c;
    font-family: pb;
    font-size: calc(32px + (72 - 32)*((100vw - 320px)/(1920 - 320)));
    text-transform: uppercase;
}
.s5-title2 {
    color: #67bc44;
    font-size: calc(28px + (36 - 28)*((100vw - 320px)/(1920 - 320)));
    font-family: pb;
}

.s5-spisok ul li {
    font-family: gr;
    font-size: calc(16px + (36 - 16)*((100vw - 320px)/(1920 - 320)));
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.s5-spisok img {
    margin-right: 20px;
    width: 30px;
}
.s5-spisok {
    margin: 60px 0px;
}
.s5-title3 {
    text-align: center;
    font-family: dr;
    font-size: calc(18px + (24 - 18)*((100vw - 320px)/(1920 - 320)));
    color: #fff;
}
.s5-block-txt {
    font-family: dr;
    font-size: calc(12px + (16 - 12)*((100vw - 320px)/(1920 - 320)));
    color: #fff;
    text-align: center;
}
.s5-block-img {
    text-align: center;
    margin-bottom: 15px;
    min-height: 81px;
}
.s5-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 30px;
}
.s5-row-block {
    width: 20%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.s5-row-block:hover {
    text-decoration: none;
}
.s5-img1 {
    position: absolute;
    right: -20px;
}
.s5-img1 img {
    width: calc(95px + (806 - 95)*((100vw - 320px)/(1920 - 320)));
}

section.section6 {
    background: #f7f8f7;
    overflow: hidden;
}

.s6-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 25px 0px;
}
.s6img {
    min-height: 105px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    justify-content: center;
}
.s6-block {
    font-family: gr;
    margin-bottom: 25px;
}
.s6-block.s6-1 {
    background: url(img/s6-1.png) no-repeat;
    width: 248px;
    height: 251px;
}
.s6-block.s6-2 {
    background: url(img/s6-1.png) no-repeat;
    width: 248px;
    height: 251px;
}
.s6-block.s6-3 {
    background: url(img/s6-3.png) no-repeat;
    width: 241px;
    height: 244px;
}
.s6-block.s6-4 {
    background: url(img/s6-3.png) no-repeat;
   width: 241px;
    height: 244px;
}
.s6-block p {
    margin-left: 18px;
}

a.nav-link {
    color: #68bc44;
    font-family: pm;
    text-transform: uppercase;
    background: #fff;
}
.nav-tabs .nav-link {
    cursor: pointer;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #68bc44;
    border-color: #dee2e6 #dee2e6 #fff;
}

ul#myTab {
    display: flex;
    justify-content: flex-end;
    border-bottom: 0;
}
.b7-r {
    font-family: gb;
    color: #68bc44;
}
.b7-l {
    font-family: gr;
    color: #1f1f1f;
}
.b7-row:nth-child(odd) {
    background: #eefbe9;
}
.b7-row {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.s7-row1 {
    display: flex;
    align-items: center;
    background: #fff;
}
.s7-left {
    width: 50%;
}
.s7-right {
    width: 50%;
}
.s7-left img {
    width: 100%;
    height: 559px;
}
.s7-r-block {
    width: 90%;
    margin: 0 auto;
}
section.section7 {
    background: #f7f8f7;
    overflow: hidden;
}

.s7-r-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.s7-r-link a.button {
    color: #1f1f1f;
    font-family: gb;
    font-size: calc(16px + (18 - 16)*((100vw - 320px)/(1920 - 320)));
    text-transform: uppercase;
    background: linear-gradient(#fff791, #fff45f, #fff343);
    padding: calc(10px + (10 - 10)*((100vw - 320px)/(1920 - 320)));
    border-radius: 50px;
    box-shadow: 0px 5px 0px #f3e303;
    transition: 0.5s;
}
.s7-r-link a.button:hover {
    box-shadow: none;
}
.s7-blocks {
    margin: 30px 0px;
}
section.section8 {
    background: url(img/section8.jpg) no-repeat center;
    background-size: cover;
    min-height: 626px;
}
.s8-row {
    display: flex;
    align-items: center;
    min-height: 626px;
}
.s8-txt1 {
    font-family: pb;
    font-size: calc(36px + (48 - 36)*((100vw - 320px)/(1920 - 320)));
    color: #fff;
    text-transform: uppercase;
}
.s8-txt2 {
    font-family: pb;
    font-size: calc(80px + (120 - 80)*((100vw - 320px)/(1920 - 320)));
    color: #fff;
    text-transform: uppercase;
}
.s8-txt3 {
    font-size: calc(16px + (18 - 16)*((100vw - 320px)/(1920 - 320)));
    font-family: gb;
    color: #fff;
}
.s8block {
    text-align: center;
}
.s8-left {
    width: 50%;
}
.s8-right {
    width: 50%;
}
.s9-txt1 {
    color: #68bc44;
    font-size: calc(24px + (36 - 24)*((100vw - 320px)/(1920 - 320)));
    font-family: pb;
    text-align: center;
}
.s9-txt2 {
    font-size: calc(14px + (16 - 14)*((100vw - 320px)/(1920 - 320)));
    text-align: center;
    color: #1f1f1f;
}
.s9-block {
    margin-bottom: 25px;
}
.s9-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 30px 0px;
}
.s9-block {
    margin-bottom: 25px;
    width: 30%;
    background: #fff;
    padding: 3%;
}
section.section9 {
    background: #f7f8f7;
    overflow: hidden;
}
.form-input input.wpcf7-not-valid {
    border: 3px solid red !important;
}
section.section10 {
    background: #f7f8f7;
    overflow: hidden;
}

.s10-title1 {
    color: #d2eaf5;
    font-family: pb;
    font-size: calc(32px + (72 - 32)*((100vw - 320px)/(1920 - 320)));
    text-transform: uppercase;
}
.s10-title2 {
    color: #1e9ed9;
    font-size: calc(28px + (36 - 28)*((100vw - 320px)/(1920 - 320)));
    font-family: pb;
}
.s10-block strong {
    color: #1e9ed9;
    font-family: pb;
    font-size: calc(18px + (24 - 18)*((100vw - 320px)/(1920 - 320)));
}
.s10-block {
    font-family: gr;
    font-size: calc(14px + (16 - 14)*((100vw - 320px)/(1920 - 320)));
    color: #1f1f1f;
}
.s10-block {
    font-family: gr;
    font-size: calc(14px + (16 - 14)*((100vw - 320px)/(1920 - 320)));
    color: #1f1f1f;
    margin-bottom: 30px;
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    width: 47%;
}
.s10-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0px;
}
.s10-block img {
    margin-bottom: 30px;
}
.s11-title {
    color: #1e9ed9;
    font-family: pb;
    font-size: calc(24px + (36 - 24)*((100vw - 320px)/(1920 - 320)));
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0px;
}
section.section11 {
    background: #f7f8f7;
    overflow: hidden;
}
.s11-block strong {
    color: #1e9ed9;
    font-family: pb;
    font-size: calc(18px + (24 - 18)*((100vw - 320px)/(1920 - 320)));
}
.s11-block {
    font-family: gr;
    font-size: calc(14px + (16 - 14)*((100vw - 320px)/(1920 - 320)));
    color: #1f1f1f;
    margin-bottom: 30px;
    width: 47%;
}
.s11-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 50px 0;
}
.s11-block {
    font-family: gr;
    font-size: calc(14px + (16 - 14)*((100vw - 320px)/(1920 - 320)));
    color: #1f1f1f;
    margin-bottom: 30px;
    width: 40%;
}

section.section12 {
    background: url(img/section5.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    min-height: auto;
    position: relative;
    padding-bottom: 30px;
    position: relative;
}
.s12-title {
    font-family: gr;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.s12-block {
    width: 48%;
    margin-bottom: 30px;
}
.s12-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0px;
    position: relative;
    z-index: 10;
}
.s12-link a {
    font-family: gr;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border: 1px solid;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.5s;
}
.s12-link a:hover {
    text-decoration: none;
    background: #fff350;
    color: #1f1f1f;
    border: none;
}
.s12-link {
    text-align: center;
    position: relative;
    z-index: 10;
}

.tarelka {
    position: absolute;
    right: -25px;
    bottom: 0;
        z-index: 1;
}
.tarelka img {
    width: calc(230px + (618 - 230)*((100vw - 320px)/(1920 - 320)));
}

section.section13 {
    background: #f7f8f7;
    overflow: hidden;
    padding: 50px 0;
}
.s14-left {
    color: #67bc44;
    font-family: pb;
    font-size: calc(24px + (36 - 24)*((100vw - 320px)/(1920 - 320)));
    text-transform: uppercase;
    text-align: center;
    width: 40%;
}
.s14-right {
    width: 60%;
}
.s14-row {
    display: flex;
    align-items: center;
    margin: 30px 0;
}
section.section14 {
    background: #f7f8f7;
    overflow: hidden;
}
footer {
    background: url(img/section5.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    min-height: auto;
    position: relative;
    padding-bottom: 30px;
    position: relative;
}
.footer-left {
    width: 50%;
}
.footer-right {
    width: 50%;
}
.footer-row {
    display: flex;
    align-items: center;
    margin: 50px 0;
    position: relative;
    z-index: 10;
}
.f-left-row {
    font-family: gr;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.f-left-row a,
.f-left-row a:hover {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.f-left-row a:hover {
  transition: 0.3s;
  color: #d2eaf5;
}


.f-left-row a {
  position: relative;
}



.f-left-row p {
    display: flex;
    align-items: center;
}
.f-left-row img {
    margin-right: 15px;
}
.f-right-soc {
    display: flex;
    justify-content: space-around;
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
}
.private a {
    font-family: gr;
    font-size: 12px;
    color: #fff;
}
.copy {
    font-family: gr;
    color: #fff;
    font-size: 12px;
}
.footer-last {
    display: flex;
    justify-content: space-between;
}
.kolbasa {
    position: absolute;
    right: 0;
    bottom: 45px;
    z-index: 1;
}
.footer-last {
    position: relative;
    z-index: 10;
}
.footer-row {
    display: flex;
    align-items: center;
    margin: 50px 0;
    position: relative;
    z-index: 10;
}
.kolbasa img {
    width: calc(230px + (607 - 230)*((100vw - 320px)/(1920 - 320)));
}

/* Menu */

.menu1 {
    background: url(img/section5.jpg) no-repeat center;
    left: -285px;
    height: 100%;
    position: fixed;
    width: 285px;
    top: 0;
    z-index: 1000;
}


/* Basic CSS */



.menu1 ul {
  border-top: 1px solid #e3b9b6;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu1 li {
    border-bottom: 1px solid #fff;
    
}

.menu1 li:hover {
  cursor: pointer;
  background-color: #1f1f1f;
  }
.menu1 li a {
    text-decoration: none;
    font-family: pb;
    font-size: calc(12px + (16 - 12)*((100vw - 320px)/(1920 - 320)));
    color: #fff;
    line-height: 45px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 3px;
    display: block;
    width: 100%;
}


.icon-close {
    cursor: pointer;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 6px;
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
    font-family: dr;
    color: #fff;
    font-size: 20px;
}
.icon-close img {
    width: 20px;
    height: 20px;
}

.icon-menu {
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-top: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-menu img {
  margin-right: 5px;
}
#go-top {
  position: fixed;
  z-index: 10;
  bottom: 25px;
  left: 10px;
  cursor: pointer;
  display: none;
  background: url(img/section5.jpg) no-repeat center;
  font-family: dr;
  font-size: 16px;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
}
.slide-left img {
    width: 100%;
}
.main-txt-cnt {
  border: 4px solid #67bc44;
  padding: 30px;
  margin: 50px 0;
}
.main-txt-cnt h3 {
  font-size: 1.45rem;
  margin-top: 1em;
}
.main-txt-cnt p {
  margin-bottom: 1em;
}
.main-txt-cnt p:last-child {
  margin-bottom: 0;
}

/*Check boxes*/
/* для элемента input c type="checkbox" */
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: none;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox+label {
  user-select: none;
  text-align: center;
  font-size: 15px;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: relative;
  top: 2px;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
  border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked+label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
  background-color: #e9ecef;
}

.checkbox {
  margin-bottom: 1em;
  text-align: center;
}
/*Check boxes end*/
.main-txt-cnt .contact-tel,
.main-txt-cnt .email-link {
  color: #000;
  border-bottom: 1px solid #000;
}
.main-txt-cnt .contact-tel:hover,
.main-txt-cnt .email-link:hover {
  color: #000;
  border-color: transparent;
  text-decoration: none;
}
.main-txt-cnt ul {
  margin-bottom: 1em;
}
.main-txt-cnt img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main-txt-cnt img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}


.section {
  position: relative;
  background: transparent;
}
.section_pt {
  padding-top: 125px;
}
.section_pt-lg {
  padding-top: 170px;
}
.section_pb {
  padding-bottom: 125px;
}
.section_pb-lg {
  padding-bottom: 170px;
}
.section_pb-sm {
  padding-bottom: 50px;
}
.section_before-1 {
  position: relative;
}
.section_before-1::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  background: url('assets/images/main-screen/section_before-1.png') no-repeat center bottom;
  width: 100%;
  height: 12px;
  z-index: 5;
}
.section_after-1 {
  position: relative;
}
.section_after-1::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url('assets/images/main-screen/section_after-1.png') no-repeat center bottom;
  width: 100%;
  height: 9px;
  z-index: 5;
}

/*Blog*/
.site-header {
  /* background: url('img/section1-mob.jpg') repeat; */
  background: #017F01;
  padding: 15px 0;
}
.page:not(body.page) {
  padding-bottom: 20px;
}
.site-header_blog .hamb span {
  background: #fff;
}
.site-header_blog .tel-number {
  color: #fff;
}
.site-header_blog .contact-mail a, 
.site-header_blog .contact-mail a:hover {
  color: #fff;
}
.blog .site-header {
  margin-bottom: 50px;
}

.site-header .logo img {
/*  display: block;*/
  max-width: 137px;
  height: auto;
  margin-top: 19px;
}

.main-header {
  width: 100%;
  transition: 0.3s;
  background-color: #fff;
}

.fixed-header {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0; 
  z-index: 999;
  background: linear-gradient(306.42deg, #F0F0F0 0%, #FFFFFF 100%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease-in-out;
}
.fixed-header .logo {
  top: -30px;
}
.fixed-header .logo img {
  width: 85px;
}
.fixed-header.show {
  top: 0;
}







.blog-main-caption {
  margin-bottom: 1em;
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo a,
.header__logo a:hover {
  text-decoration: none;
}
.header__logo a img {
  border-radius: 5px;
  display: block;
  max-width: 60px;
  width: 100%;
  height: auto;
}
.post__item {
  border-radius: 5px;
  padding: 15px;
  background: #f0f0f0;
}
.post__row {
  display: flex;
  margin: 0 -15px;
}
.post__col {
  padding: 0 15px;
}
.post-thumb {
  /*width: 100%;*/
  width: 300px;
  height: 200px;
  background: #ccc;
}
.post__title {
  font-size: 28px;
  line-height: 1.2;
}
.post__title a {
  color: #141413;
}
.post__title a:hover {
  color: #000;
  transition: 0.3s;
  text-decoration: none;
}
.post__desc {
  color: #404040;
}
.post-meta__row {
  display: flex;
  margin: 0 -15px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.post-meta__col {
  padding: 0 15px;
}
.post-meta__col .button {
  display: inline-block;
  font-size: 18px;
  padding: 15px 30px;
  box-shadow: none;
}
.post__item {
  margin-bottom: 30px;
}
.post__thumb {
  flex-basis: 300px;
}

/*=================Post================*/

/* ==============Post article============== */
.post-article {
  font-size: 16px;
  line-height: 1.6em;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.post-article a {
  text-decoration: underline;
}
.post-article p, .post-article dd {
  margin-bottom: 1em;
}
.post-article dt {
  color: #222;
}
.post-article ol, .post-article ul {
  margin: 0 0 15px 30px;
}
.post-article ol ol, .post-article ol ul, .post-article ul ul, .post-article ul ol {
  margin-bottom: 0;
}
.post-article li {
  margin: 0;
}
.post-article ul li, .post-article ol ul li {
  list-style: square;
}
.post-article ol li, .post-article ol ul ol li {
  list-style: decimal;
}
.post-article dt {
  font-weight: 600;
}
.post-article address {
  margin-bottom: 1em;
}
.post-article blockquote {
  position: relative;
  font-style: italic;
  margin: 0 0 20px 0;
  padding-left: 50px;
}
.post-article blockquote p {
  margin-bottom: 0.75em;
}
.post-article blockquote:before {
  content: "\f10d";
  color: #ccc;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.post-article blockquote.twitter-tweet:before {
  content: "\f099";
}
.post-article code, .post-article pre {
  font-size: 11px;
}
.post-article pre {
  background: url(img/pre.png) repeat top;
  padding: 18px 20px;
  margin: 30px 0;
  border: 1px solid #ddd;
  line-height: 19px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-x: auto;
  overflow-y: hidden;
}
.post-article code {
  background: #ddd;
  padding: 0 3px;
}
.post-article ins {
  background: #fff486;
}
.post-article sub, .post-article sup {
  font-size: 62.5%;
}
.post-article sub {
  vertical-align: sub;
}
.post-article sup {
  vertical-align: super;
}
.post-article img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
/*  base : headings
/* ------------------------------------ */
/*Post article tags style*/
.post-article h1,
.post-article h2,
.post-article h3,
.post-article h4,
.post-article h5,
.post-article h6 {
  color: #222;
  font-weight: 600;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post-article h1 span, .post-article h2 span, .post-article h3 span, .post-article h4 span, .post-article h5 span, .post-article h6 span {
  color: #bbb;
}
.post-article h1, .post-article h2, .post-article h3, .post-article h4, .post-article h5, .post-article h6 {
  margin-bottom: 14px;
  font-weight: 400;
  line-height: 1.3em;
}
.post-article h1 {
  font-size: 38px;
  letter-spacing: -1px;
}
.post-article h2 {
  font-size: 34px;
  letter-spacing: -0.7px;
}
.post-article h3 {
  font-size: 28px;
  letter-spacing: -0.5px;
}
.post-article h4 {
  font-size: 24px;
  letter-spacing: -0.3px;
}
.post-article h5 {
  font-size: 20px;
  font-weight: 600;
}
.post-article h6 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-article table {
  margin-bottom: 20px;
}
.post-article table tr {
  
}
.post-article table tr td {
  padding: 5px;
  border: 1px solid #ccc;
}

/* ==========New styles=========== */

/* Main screen2 */
body.home {
  font-family: 'OpenSans', sans-serif;
  font-weight: 400;
  line-height: 1.36;
  /* background: linear-gradient(180deg, #FFFFFF 23.84%, #DFEFCA 43.5%, #DFEFCA 66.5%, #FFFFFF 100%); */
}
.site-main {
  overflow: hidden;
}
.site-main__bg {
  background: linear-gradient(180deg, #FFFFFF 23.84%, #DFEFCA 43.5%, #DFEFCA 66.5%, #FFFFFF 100%);
}
.container-wrap {
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 40px;
}
.col-mb {
  margin-bottom: 40px;
}
.row-mbn {
  margin-bottom: -40px;
}
.caption {
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  text-align: left;
  color: #333;
}
.caption_mb {
  margin-bottom: 1.24em;
}
.button2 {
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  background: #56A002;
  border-radius: 50px;
  color: #fff;
  padding: 0.5em 1.73em;
  transition: 0.3s;
  text-decoration: none;
}
.button2:hover {
  text-decoration: none;
  color: #fff;
  background: #7baa45;
}
.button2_dark {
  background: #285d33;
}
.button2_dark:hover {
  background: #2c8e3f;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}


.main-screen2 {
  background: url('assets/images/main-screen/main-screen.jpg') no-repeat 50% / cover;
  padding: 40px 0 52px;
}
.main-screen2-block {
  transform: rotate(1.12deg);
  padding: 93px 30px 20px 116px;
  background: #A3D80033;
  border: 1px solid #FFFFFF96;
  border-radius: 20px;
  box-shadow: 0px 6px 20px -8px #00000040;
  backdrop-filter: blur(15px);
  color: #fff;
}
.main-screen2__caption {
  color: #fff;
  position: relative;
  font-size: 60px;
  margin-bottom: 0.85em;
}
.main-screen2__caption span {
  font-size: 45px;
  background: #A3D800;
  box-shadow: 0px 6px 15px 0px #00000026;
  padding: 5px 30px;
  border-radius: 20px;
  transform: rotate(-3.83deg);
  display: inline-block;
  line-height: 1.2;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 8;
}
.main-screen2-items_mb {
  margin-bottom: 68px;
}
.main-screen2-item {
  padding-left: 62px;
  font-size: 25px;
  position: relative;
}
.main-screen2-item_mb:not(:last-child) {
  margin-bottom: 30px;
}
.main-screen2-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  height: 39px;
  background: url('assets/images/main-screen/main-screen-item.png') no-repeat 50% / contain;
}
.main-screen2__img-wrap {
  /* position: relative; */
  z-index: 7;
}
.main-screen2__img {
  position: static;
  margin-top: -165px;
}
.main-screen2__container {
  position: relative;
  z-index: 6;
}

/* Profitable */
.profitable-item__img-wrap {
  height: 135px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 32px;
}
.profitable-item__title {
  font-size: 18px;
}
.profitable_container-img-left {
  position: relative;
}
.profitable_container-img-left::before {
  content: "";
  position: absolute;
  background: url('assets/images/profitable/profitable_before.png') no-repeat center;
  width: 295px;
  height: 434px;
  top: -50px;
  left: -170px;
  z-index: 6;
}
.profitable_container-img-right {
  position: relative;
}
.profitable_container-img-right::after {
  content: "";
  position: absolute;
  background: url('assets/images/profitable/profitable_after.png') no-repeat center;
  width: 304px;
  height: 417px;
  top: -50px;
  right: -170px;
  z-index: 6;
}

/* Choice */
.choice__container-wrap {
  background: url('assets/images/choice/choice__container-wrap.png') no-repeat 100% 0 #F0F0F0;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 196px;
}
.choice-item {
  text-align: center;
}
.choice-item__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #56A002;
  border-radius: 20px;
  background: #fff;
  max-width: 210px;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 24px;
}
.choice-item__desc {
  font-size: 15px;
}

/* Awards */
.awards__container-wrap {
  position: relative;
  border-radius: 20px;
  padding-left: 0;
  padding-right: 0;
}
.awards__container-bg {
  background: linear-gradient(180deg, #21582C 51.76%, #56A002 99.89%);
  padding-left: 50px;
  padding-right: 50px;
}
.awards_after::before,
.awards_after::after {
  content: '';
  display: block;
  height: 15px;
  width: 100%;
  /* position: absolute;
  top: 0;
  left: 0; */
  background-repeat: repeat;
  background-position: 50% 0;
}
.awards_after::before {
  background-image: url('assets/images/awards/awards_before.png');
  border-radius: 20px 20px 0 0;
}
.awards_after::after {
  background-image: url('assets/images/awards/awards_after.png');
  border-radius: 0 0 20px 20px;
}
.awards__container {
  position: relative;
  z-index: 8;
}
.awards__caption {
  color: #fff;
  position: relative;
  z-index: 8;
}
.awards__img {
  position: absolute;
  top: -71px;
  right: 0;
  z-index: 7;
}
.awards-ros {
  max-width: 631px;
  color: #fff;
  position: relative;
  z-index: 8;
}
.awards-ros__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5em;
}
.awards-ros__desc {
  font-size: 15px;
}

.awards-slider {
  margin: 0;
}
.awards-slider_mg {
  position: relative;
  bottom: -70px;
  position: relative;
  z-index: 2;
}
.awards-slider .slick-list {
  padding-top: 10px;
}
.awards-slider .slick-list {
  margin: 0 -10px;
}
.awards-slider__slide {
  padding: 0 10px;
}
.awards-slider__item {
  background: #fff;
  padding: 19px 19px 24px;
  border-radius: 20px;
  box-shadow: 0px 6px 25px -7px #00000040;
  position: relative;
  min-height: 369px;
  /* border: 1px solid #ccc; */
}
.awards-slider__desc {
  text-align: left;
  font-size: 15px;
}
.awards-slider__label {
  max-width: 45px;
  position: absolute;
  top: -10px;
  right: 21px;
  z-index: 2;
}
.awards-slider__arrow,
button#prev,
button#next {
  width: 46px;
  height: 46px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  box-shadow: 0px 6px 20px -6px #00000040;
  border-radius: 50%;
}
.awards-slider__arrow_prev,
button#prev {
  background-image: url('assets/images/system/awards-slider__prev.png');
  left: -23px;
}
.awards-slider__arrow_next,
button#next {
  background-image: url('assets/images/system/awards-slider__next.png');
  right: -23px;
}

/* Love us */
.love-us {
  padding: 168px 0 191px;
  background: url('assets/images/love-us/love-us.png') no-repeat 50%;
}
.love-us-item {
  height: 100%;
  box-shadow: 0px 6px 20px -8px #00000040;
  background: rgba(255, 255, 255, 0.59);
  border-radius: 20px;
  backdrop-filter: blur(15px);
  padding: 17px 15px 45px;
}
.love-us__love-us-item {
  height: 100%;
  text-align: center;
}
.love-us-item__img-wrap {
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
}
.love-us-item__title {
  font-size: 20px;
}

/* Assortement */
.assortment__container-wrap {
  background: #fff;
  box-shadow: 0px 2px 40px -5px #00000040;
  border-radius: 40px;
  transform: rotate(0.95deg);
  position: relative;
}
.assortment__container-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 2px 40px -5px #00000040;
  border-radius: 40px;
  transform: rotate(-1.46deg);
}
.assortment__caption {
  text-align: center;
}
.assortment-item {
  background: #629336;
  border-radius: 18px;
  color: #fff;
  min-height: 207px;
  min-width: 241px;
  text-align: center;
  padding: 25px 15px 15px;
}
.assortment-item_1 {
  background: #629336;
  transform: rotate(-5.06deg);
}
.assortment-item_2 {
  background: #6BA257;
  transform: rotate(2.58deg);
}
.assortment-item_3 {
  background: #72AB3F;
  transform: rotate(-1.8deg);
}
.assortment-item_4 {
  background: #629336;
  transform: rotate(3.96deg);
}
.assortment-item_5 {
  background: #72AB3F;
  transform: rotate(2.73deg);
}
.assortment-item_6 {
  background: #72AB3F;
  transform: rotate(0.81deg);
}
.assortment-item_7 {
  background: #629336;
  transform: rotate(-2.27deg);
}
.assortment-item_8 {
  background: #6BA257;
  transform: rotate(0.9deg);
}
.assortment-item_9 {
  background: #72AB3F;
  transform: rotate(-1.17deg);
}
.assortment-item_10 {
  background: #6BA257;
  transform: rotate(-5.16deg);
}

.assortment-item__img-wrap {
  height: 90px;
  margin-bottom: 21px;
}
.assortment-item__img {
  margin-left: auto;
  margin-right: auto;
}
.assortment-item__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

/* Franshise */
.franchise__container {
  background: url('assets/images/franshise/franchise.png') no-repeat right 0 bottom 90px;
  position: relative;
  padding-bottom: 160px;
}
.franchise__img-1-wrap {
  position: relative;
  display: inline-block;
}
.franchise__img-1-wrap::before {
  content: '';
  position: absolute;
  left: -75px;
  bottom: -32px;
  background: url('assets/images/franshise/franchise__img-1-wrap-before.png') no-repeat 50% / contain;
  width: 182px;
  height: 383px;
}
.franshise__line {
  height: 15px;
  background: url('assets/images/franshise/franchise-item__line.png') repeat;
}
.franchise-item {
  text-align: left;
}
.franchise-item__desc {
  font-size: 20px;
}
.franchise-item__icon {
  width: 50px;
  height: 50px;
  background: url('assets/images/franshise/franchise-item__icon.png') no-repeat;
  margin: -33px auto 22px;
}

/* Format */
.format__container-wrap {
  background: #DFEFCA;
  overflow: hidden;

}
.format__container-block {
  position: relative;
  border-radius: 40px;
}
.format__container-wrap {
  border-radius: 0;
}

.format__container-block::before {
  content: "";
  display: block;
  background: url('assets/images/format/section_before-2.png') no-repeat center bottom;
  width: 100%;
  height: 13px;
  z-index: 5;
  border-radius: 40px 40px 0 0;
}
.format__container-block::after {
  content: "";
  display: block;
  border-radius: 0 0 40px 40px;
  background: url('assets/images/format/section_after-2.png') no-repeat center bottom;
  width: 100%;
  height: 14px;
  z-index: 5;
}
.format-item__img {
  border-radius: 5px;
  margin-bottom: 16px;
}
.format-item__title {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  max-width: 230px;
  margin: 0 auto;
  background: #629336;
  border-radius: 20px 20px 0 0;
  padding: 8px;
}
.format-item__title_2 {
  background: #6BA257;
}
.format-item__title_3 {
  background: #336139;
}
.format-item__cnt {
  background: #fff;
  border-radius: 20px;
  padding: 17px 17px 23px;
}
.format-item-table__row {
  padding: 15px;
}
.format-item-table__row:nth-child(even) {
  border-radius: 5px;
  background: #EBFFD4;
}
.format-item-table__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.format-item-table__desc {
  color: #56A002;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.format__button2-wrap {
  position: relative;
}
.format__button2 {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

/* Cashback */
.cashback {
  background: url('assets/images/cashback/cashback.png') no-repeat 50% 50%;
}
.cashback__caption {
  margin-bottom: 0.64em;
}
.cashback__desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}
.cashback-item {
  background: #8484841A;
  border: 1px solid #FFFFFFCC;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 4px 20px -8px #00000040;
  backdrop-filter: blur(22px);
  height: 100%;
}
.cashback-item__img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.cashback-item_1 {
  transform: rotate(-5.95deg);
}
.cashback-item_2 {
  transform: rotate(4.4deg);
}
.cashback-item_3 {
  transform: rotate(-1.82deg);
}
.cashback-item_4 {
  transform: rotate(3.36deg);
}

/* Result */
.result {
  position: relative;
}
.result::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url('assets/images/result/result-dotted.png') repeat center bottom;
  width: 100%;
  height: 100%;
}
.result-bg {
  
}
.result-bg::before {
  content: "";
  display: block;
  background: url('assets/images/result/result_before.png') repeat center bottom;
  width: 100%;
  height: 19px;
}
.result-bg::after {
  content: "";
  display: block;
  background: url('assets/images/result/result_after.png') repeat center top;
  width: 100%;
  height: 15px;
}
.result-bg__inner {
  background: linear-gradient(180deg, #56A002 67.79%, #A3D800 150.06%);
}
.result__container {
  position: relative;
  z-index: 1;
}
.result__caption {
  text-align: center;
  color: #fff;
}
.result-item {
  background: #fff;
  border-radius: 50px;
  height: 100%;
  text-align: center;
  padding: 75px 15px 62px;
}
.result-item__title {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: #A3D800;
  box-shadow: 0px 6px 15px 0px #00000040;
  border-radius: 20px;
  display: inline-block;
  padding: 0.26em 0.7em;
  position: relative;
  transform: rotate(2.95deg);
}
.result-item__title_2 {
  transform: rotate(5.31deg);
}
.result-item__title_3 {
  transform: rotate(2.71deg);
}
.result-item__title-wrap {
  position: relative;
  display: inline-block;
}
.result-item__title-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #A3D800;
  box-shadow: 0px 6px 15px 0px #00000040;
  border-radius: 20px;
  transform: rotate(-3.83deg);
}
.result-item__desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  margin-top: 2em;
}

/* Benefits */
.benefits__caption {
  text-align: center;
}
.benefits__benefits-item {
  min-height: 340px;
  height: 100%;
}
.benefits-item {
  padding: 10px;
}
.benefits-item__cnt {
  background: #F5FAEF;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.benefits-item__img-wrap {
  width: 77px;
  height: 77px;
  background: #A3D800;
  box-shadow: -4px 4px 30px -8px #A3D800;
  border-radius: 10px 20px 10px 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefits-item__img {
  margin-top: -5px;
  margin-right: -5px;
  display: block;
  max-width: 50px;
  height: auto;
}
.benefits-item__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 1em;
  line-height: 1;
}
.benefits-item__desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}

/* Help */
.help-line {
  max-width: 1700px;
  height: 2px;
  margin: 0 auto;
  background: #A3D800;
  border: none;
}
.help__img {
  position: relative;
  top: -40px;
}
.help-item {
  background: 
    linear-gradient(166.17deg, rgba(255, 255, 255, 0) 65.54%, #A3D800 102.71%), 
    linear-gradient(270deg, #DFEFCA -25.59%, #FFFFFF 84.75%);
  background-blend-mode: multiply;
  border-radius: 20px 20px 0 0;
  padding: 55px 30px 15px;
  height: 100%;
  min-height: 498px;
  text-align: center;
}
.helt-item__title-wrap {
  height: 78px;
  margin-bottom: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.helt-item__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #56A002;
}
.help-item__desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-align: left;
  font-size: 18px;
}
.help-item__desc ul {
  padding: 0;
}
.help-item__desc ul li {
  font-size: 18px;
  margin-bottom: 0.5em;
  padding-left: 15px;
  position: relative;
  list-style-type: none;
}
.help-item__desc ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}

/* How works */
.how-works__container-block {
  background: url('assets/images/how-works/how-works.png') no-repeat 50%, radial-gradient(52.86% 87.17% at 78.6% 111.42%, #56A002 0%, #21582C 100%);
  border-radius: 40px;
}
.how-works__caption-wrap {
  margin-bottom: 20px;
}
.how-works__caption {
  color: #fff;
  margin-bottom: 0;
}
.how-works-item {
  color: #fff;
}


.how-works-item__img-wrap {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  background: #56A002;
  box-shadow: 0px 10px 20px -5px #00000059;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 31px;
}
.how-works-item__title {
  font-size: 18px;
}

/* Geography */
.geography {
  padding: 295px 0 382px;
}
.geography__cnt {
  border-radius: 20px;
  background: #FFFFFF99;
  backdrop-filter: blur(8px);
  box-shadow: 0px 6px 20px -8px #00000040;
  padding: 44px 20px 31px 59px;
}
.geography__img-wrap {
  position: relative;
}
.geography__img {
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  left: -190px;
}
.geography__cnt {
  max-width: 556px;
  position: relative;
  z-index: 2;
}
.geography__caption {
  line-height: 1.1;
  margin-bottom: 0.25em;
}
.geography__subcaption {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
}

/* Main txt */
.main-txt-item {
  height: 100%;
}
.main-txt-item__img {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  border-radius: 20px;
  min-height: 325px;
}
.main-txt h2,
.main-txt-item__padding {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #56A002;
  margin-bottom: 0.5em;
}
.main-txt-item_caption-style h2 {
  white-space: nowrap;
}
.main-txt-item__padding {
  opacity: 0;
  visibility: hidden;
}

/* Main footer */
.main-footer {
  color: #fff;
  background: none;
  padding: 0;
}
.main-footer__line {
  height: 98px;
  background: url('assets/images/main-footer/main-footer__line.jpg') repeat 50% 0;
}
.main-footer__body {
  background: #21582C;
  padding: 100px 0 111px;
}
.footer-socials__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.footer-socials__col {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  margin-bottom: 20px;
}
.footer-socials__img:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.main-footer__caption {
  color: #fff;
  margin-bottom: 0.2em;
}
.main-footer__subcaption {
  font-size: 25px;
  margin-bottom: 1.5em;
}
.fcontacts-item_mb {
  margin-bottom: 21px;
}
.fcontacts-item__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.fcontacts-item__row_vcenter {
  align-items: center;
}
.fcontacts-item__col {
  padding: 0 10px;
  margin-bottom: 20px;
}
.fcontacts-item__col_img {
  max-width: 70px;
  flex: 0 0 70px;
}
.fcontacts-item__col_txt {
  max-width: calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
}
.fcontacts-item__title {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
.fcontacts-item__link {
  color: #fff;
  text-decoration: none;
}
.fcontacts-item__link:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s;
}
.fcontacts-item__link_phone {
  font-size: 30px;
}
.main-footer__button-wrap {
  margin-bottom: 40px;
}
.fcontacts-item__title_mb {
  margin-bottom: 0.2em;
}

.main-footer__last {
  background: #184822;
  padding: 16px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}
.main-footer__private-link {
  color: #fff;
  text-decoration: none;
}
.main-footer__private-link:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s;
}

/* Slide */
.flex-container {
  /* position: absolute; */
  height: 404px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /* overflow: hidden; */
}
.flex-slide {
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-flex: 1;
  flex: 1;
  /* cursor: pointer; */
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.flex-slide:hover {
  -webkit-flex-grow: 3;
  flex-grow: 3;
}
.choice-gallery_mg {
  margin: 0 -10px;
}
.choice-gallery-item {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  border-radius: 20px;
  /* box-shadow: 0px 6px 25px -7px #00000040; */
  border: 1px solid #F0F0F0;
  position: relative;
  overflow: hidden;
}
.choice-gallery-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #000; */
  background: rgba(86, 160, 2, 0.6);
}
.choice-gallery-item:hover::before {
  /* width: 0; */
  display: none;
  transition: 0.5s;
}
.choice-gallery__row {
  /* margin: 0 -10px; */
}
.choice-gallery__col {
  padding: 0 10px;
}
.choice-slider__cnt {
  /* box-shadow: 0px 6px 25px -7px #00000040; */
  border: 1px solid #F0F0F0;
  background: linear-gradient(306.42deg, #F0F0F0 0%, #FFFFFF 100%);
  padding: 48px 45px 50px;
  border-radius: 20px;
  /* clip-path: circle(50% at 50% 50%); */
}
.choice-slider__title {
  color: #56A002;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5em;
}
.choice-slider__desc {
  font-size: 15px;
}
.choice-shops button#prev {
  left: -13px;
}

.choice-shops button#next {
  right: -13px;
}
.choice-shops_position {
  margin-top: -180px;
  position: relative;
  z-index: 8;
}


/*Media*/
@media only screen and (min-width: 1920px) {
  .main-screen2-block {
    padding: 93px 30px 93px 116px;
  }
  .main-screen2__img {
    max-width: 977px;
    position: absolute;
    z-index: 7;
    top: 0;
    left: -20%;
  }
}
@media only screen and (max-width: 1600px) {
  .main-screen2-block {
    padding: 93px 30px 70px 116px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1460px;
  }
  .container_lg {
    max-width: 1650px;
  }
}

@media only screen and (max-width: 1440px) {
  /* Love us */
  .love-us-item__title {
    font-size: 16px;
  }
  .love-us-item__title br {
    display: none;
  }
}

@media only screen and (max-width: 1380px) {
  .main-screen2__caption {
    font-size: 51px;
  }

  /* Franchise */
  .franchise-item__desc br {
    display: none;
  }
  .franchise-item__desc {
    font-size: 18px;
  }

  /* Benefits */
  .benefits-item__cnt {
    padding-top: 100px;
  }
  .benefits-item__title br {
    display: none;
  }
  .benefits-item__desc br {
    display: none;
  }

  /* Help */
  .helt-item__title {
    font-size: 22px;
  }
  .help-item__desc ul li {
    font-size: 16px;
  }
  .helt-item__title-wrap {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .main-screen2-block {
    padding: 50px;
  }

  /* Profitable */
  .profitable-item__title br {
    display: none;
  }

  /* Franshise */
  .franchise__container {
    background-size: contain;
  }
  .franchise__caption br {
    display: none;
  }

  /* Cashback */
  .cashback {
    background: none;
  }

  /* Result */
  .result-item {
    padding: 40px 15px;
    border-radius: 20px;
  }
  .result-item__title {
    font-size: 28px;
  }
  .result-item__desc {
    font-size: 18px;
  }
  .result-item__desc br {
    display: none;
  }

  /* Benefits */
  .benefits-item__cnt {
    display: block;
    padding-top: 110px;
  }
  .benefits-item__title {
    font-size: 23px;
  }

  /* Geography */
  .geography {
    padding: 195px 0 150px;
  }
  .geography__img {
    max-width: 750px;
    height: auto;
    left: -115px;
  }

  .main-txt-item_caption-style h2 {
    white-space: normal;
  }
  .main-txt-item__padding {
    display: none;
  }

  /* Main txt */
  .main-txt {
    padding-top: 20px;
  }

  /* ain footer */
  .fcontacts-item__title {
    font-size: 14px;
  }
  .fcontacts-item__link_phone {
    font-size: 24px;
  }
  .main-footer__button2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 992px) {

  /* Body */
  .section_pt {
    padding-top: 100px;
  }
  .section_pt-lg {
    padding-top: 120px;
  }
  .section_pb {
    padding-bottom: 100px;
  }
  .section_pb-lg {
    padding-bottom: 120px;
  }
  

  /* Main screen 2 */
  .main-screen2__caption {
    font-size: 41px;
  }
  .main-screen2__caption span {
    font-size: 35px;
  }

  /* Profitable */
  .caption {
    font-size: 41px;
  }

  /* Awards ros */
  .awards-slider .slick-list {
    margin: 0;
  }
  .awards-slider__slide {
    padding: 0;
  }
  .awards-slider__item {
    box-shadow: none;
  }
  .awards-ros__img {
    margin-bottom: 20px;
  }
  .awards-ros__title {
    font-size: 20px;
  }
  .awards-slider_mg {
    bottom: 0;
    margin-top: 30px;
  }
  .awards__container-wrap  {
    padding-bottom: 50px;
  }
  .awards__container-bg {
    padding-bottom: 50px;
  }

  /* Love us */
  .love-us {
    padding: 100px 0;
  }

  /* Assortment */
  .assortment-item {
    min-width: 200px;
  }

  /* Franshise */
  .franchise__container {
    background-position: right 0 bottom 50px;
  }
  .franshise__line {
    margin-bottom: 25px;
  }
  .franchise-item__icon {
    margin-top: 0;
  }
  .franchise-item__title {
    font-size: 16px;
  }
  .franchise__img-1 {
    margin-bottom: 40px;
  }
  .franchise__img-1-wrap::before {
    display: none;
  }

  /* Result */
  .result__col:not(:last-child) {
    margin-bottom: 40px;
  }
  .result-item__desc br {
    display: block;
  }

  /* Help */
  .help-item {
    border-radius: 0;
    min-height: auto;
    padding: 30px;
  }
  .help__img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  /* How works */
  .how-works__caption br {
    display: none;
  }

  /* Geography */
  .geography {
    padding: 100px 0 0;
  }
  .geography__img {
    position: static;
    transform: none;
  }
  .geography__img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .geography__subcaption {
    font-size: 22px;
  }
  .geography__subcaption br {
    display: none;
  }

  /* Main txt */
  .main-txt {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .post-article, .post-article.excerpt {
    font-size: 15px;
  }
  /* text */
  .post-article h1 {
    font-size: 30px;
    letter-spacing: -0.7px;
  }
  .post-article h2 {
    font-size: 26px;
    letter-spacing: -0.5px;
  }
  .post-article h3 {
    font-size: 24px;
    letter-spacing: -0.3px;
  }
  .post-article h4 {
    font-size: 22px;
    letter-spacing: -0.3px;
  }
  .post-article h5 {
    font-size: 18px;
  }
  .post-article h6 {
    font-size: 16px;
    text-transform: uppercase;
  }

  /* Body */
  .section_pt {
    padding-top: 75px;
  }
  .section_pt-lg {
    padding-top: 85px;
  }
  .section_pb {
    padding-bottom: 75px;
  }
  .section_pb-lg {
    padding-bottom: 85px;
  }

  /* Main screen 2 */
  .main-screen2-block {
    padding: 32px;
  }
  .main-screen2__caption {
    font-size: 28px;
  }
  .main-screen2__caption span {
    font-size: 22px;
  }
  .main-screen2-item {
    font-size: 20px;
  }
  .main-screen2-items_mb {
    margin-bottom: 40px;
  }

  /* Profitable */
  .profitable-item {
    text-align: center;
  }
  .profitable-item__img {
    margin-left: auto;
    margin-right: auto;
  }
  .profitable_container-img-left::before,
  .profitable_container-img-right::after {
    display: none;
  }
  .caption {
    font-size: 28px;
  }
  .caption br {
    display: none;
  }
  
  /* Love us */
  .love-us {
    padding: 75px 0;
  }

  /* Format */
  .format__button2 {
    font-size: 22px;
    width: 265px;
  }

  /* Help */
  .help-item {
    border-radius: 20px;
  }
  .helt-item__title br {
    display: none;
  }
  .helt-item__title-wrap {
    height: auto;
  }
  .help__row {
    margin-bottom: -40px;
  }
  .help__col {
    margin-bottom: 40px;
  }

  /* Geography */
  .geography {
    padding: 75px 0 0;
  }
  .geography__subcaption {
    font-size: 19px;
  }

  /* Main txt */
  .main-txt {
    padding-top: 50px;
  }

  /* Slide */
  .flex-container {
    /* flex-direction: column; */
  }
  .flex-slide {
    overflow: auto;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 576px) {
  .post-article h1 {
    font-size: 27px;
    letter-spacing: -0.7px;
  }
  .post-article h2 {
    font-size: 25px;
    letter-spacing: -0.5px;
  }
  .post-article h3 {
    font-size: 23px;
    letter-spacing: -0.3px;
  }
  .post-article h4 {
    font-size: 21px;
    letter-spacing: -0.3px;
  }
  .post-article h5 {
    font-size: 18px;
  }
  .post-article h6 {
    font-size: 16px;
    text-transform: uppercase;
  }

  /* Body */
  .container-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section_pt {
    padding-top: 60px;
  }
  .section_pb {
    padding-bottom: 60px;
  }
  

  /* Site header */
  .main-header__title {
    font-size: 16px;
  }
  .hamb span {
    width: 30px;
  }

  .row-mbn {
    margin-bottom: -30px;
  }
  .col-mb {
    margin-bottom: 30px;
  }

  /* Main screen 2 */
  .main-screen2-block {
    padding: 30px;
  }
  .main-screen2__caption {
    font-size: 25px;
  }
  .main-screen2-item {
    font-size: 18px;
    padding-left: 40px;
  }
  .main-screen2-item::before {
    width: 23px;
    height: 23px;
  }
  .main-screen2-item_mb:not(:last-child) {
    margin-bottom: 18px;
  }
  .button2 {
    font-size: 18px;
  }

  /* Profitable */
  .caption {
    font-size: 25px;
  }

  /* Choice */
  .choice-item__title {
    font-size: 37px;
  }

  /* Awards */
  .awards-slider .slick-list {
    margin: 0;
  }
  .awards-slider__prev, button#prev {
    left: 10px;
  }
  .awards-slider__next, button#next {
    right: 10px;
  }
  .awards__container-bg {
    padding-left: 10px;
    padding-right: 10px;
  }
  

  /* Love us */
  .love-us {
    padding: 60px 0;
  }

  /* Assortment */
  .assortment__container-wrap {
    transform: rotate(0);
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
  }
  .assortment__container-wrap:after {
    display: none;
  }
  .assortment-item {
    transform: rotate(0);
    min-width: auto;
    min-height: auto;
    height: 100%;
  }
  .assortment-item__desc {
    font-size: 13px;
  }

  /* Format */
  .format-item__title {
    font-size: 20px;
  }
  .format-item-table__row {
    padding: 10px;
  }
  .format-item-table__title,
  .format-item-table__desc {
    font-size: 13px;
  }
  .format__button2 {
    width: 217px;
  }

  /* Benefits */
  .benefits__benefits-item {
    min-height: auto;
  }
  .benefits-item__title {
    font-size: 19px;
  }

  /* Geography */
  .geography {
    padding: 60px 0 0;
  }
  .geography__subcaption {
    font-size: 18px;
  }
  .geography__cnt {
    padding: 30px;
  }

  /* Main txt */
  .main-txt {
    padding-top: 40px;
  }
  .main-txt h2 {
    font-size: 18px;
  }

  /* Main footer */
  .main-footer__copy {
    margin-bottom: 7px;
  }
  
  /* Choice */
  .choice-slider__cnt {
    padding: 35px;
  }
  .flex-container {
    height: 250px;
  }
  .choice-slider__title {
    font-size: 18px;
  }
}
















/*Post article tags style*/

.single__thumbnail {
  height: 560px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
.single__thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0,0,0, 0.5);
}
.single__thumbnail .container {
  position: relative;
  z-index: 2;
}
.single__title {
  color: #fff;
  font-weight: 700;
  margin: 0 0 25px;
  font-size: 50px;
}
.single__thumbnail .post-meta__items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single__thumbnail .post-meta__item {
  color: #f5f5f5;
  margin: 0 15px;
  font-size: 22px;
}
.single-page_title {
  color: #000;
}

/*Recent posts*/
.related__row {
  margin: 0 -15px;
  display: flex;
}
.related__col {
  padding: 0 15px;
  flex-basis: 50%;
  max-width: 50%;
}
.blog-item__thumb img, .blog-single__banner img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.blog-item__thumb img {
  max-width: 100%;
  height: 310px
}
.blog-item {
  margin: 0 0 70px;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease
}
.blog-item.hidden {
  opacity: 0
}
.blog-item__thumb-link {
  display: block;
  font-size: 0
}
.blog-item__thumb {
  margin: 0 0 20px
}
.blog-item__title {
  text-align: center;
  margin: 0 0 20px
}
.blog-item__title-link {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease
}
.blog-item__title-link:hover, .post-form__subtitle-part3 a:hover {
  color: #ff6747
}
.blog-item__meta, .blog-item__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.blog-item__meta {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #8c94a2;
  font-size: 16px
}
.blog-item__meta-item {
  margin: 0 10px
}
.blog-item__meta-item span {
  display: block;
  margin: 0 0 0 5px
}
.blog-item__meta-item svg {
  fill: #8c94a2
}
.single__related {
  margin-top: 50px;
}
.related__title {
  font-size: 32px;
  margin-bottom: 0.8em;
  font-weight: 500;
}
.blog__list-item .post-meta__items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog__list-item .post-meta__item {
  margin: 0 15px;
}
/*Recent posts end*/

/*Page nav*/
.page-pagination a.prev.page-numbers:after,
.page-pagination a.next.page-numbers:after {
  display: none;
}
.page-pagination {
  display: flex;
  margin: 0 -5px 50px;
}
.page-pagination .page-numbers {
  font-size: 20px;
  color: #000;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  margin: 0 5px;
}
.page-pagination .page-numbers:hover {
  text-decoration: none;
}
.page-pagination span.page-numbers {
  color: #67bc44;
  font-weight: 500;
}
.page-pagination a.page-numbers:hover {
  border-color: #67bc44;
  transition: 0.3s;
}
/*Page nav end*/


@media screen and (max-width: 1200px) {
.s2 {
    display: none;
}
.foto-main {
    position: absolute;
    bottom: -370px;
    right: -15px;
    z-index: 15;
}
.s7-left img {
    width: 100%;
    height: auto;
}
.s7-row1 {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px;
}
.s8-left img {
    width: 100%;
}

}

@media screen and (max-width: 992px) {
  section.section1 {
      background: url(img/section1-mob.jpg) no-repeat;
      min-height: auto;
      padding-bottom: 25px;
      background-size: cover;
  }
  .s1-txt1 {
    
      text-align: center;
  }
  .s1-txt2 {
      text-align: center;
  }
  .s1-txt2 ul li {
      list-style-type: none;
  }
  .s1-txt2 ul {
      padding: 0;
  }
  .s1-button {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .foto-main {
      position: relative;
      bottom: 0;
      right: 0;
      z-index: 15;
      width: 80%;
      margin-top: 30px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      margin-top: 30px;
  }
  .s2 {
      display: none;
  }
  .section2-row {
      flex-direction: column;
      align-items: center;
  }

  .s2-block {
      margin-bottom: 68px;
  }
  .s2-block.sb1 {
      position: relative;
      z-index: 2;
      bottom: 0;
      right: 0;
  }
  .s2-block.sb2 {
      position: relative;
      z-index: 2;
      bottom: 0;
      right: 0;
  }
  .s2-block.sb3 {
      position: relative;
      z-index: 2;
      bottom: 0;
      right: 0;
  }

  .s3-row {
      flex-wrap: wrap;
  }
  .s3-block {
      width: 50%;
  }

  .s4-row {
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .s4-block {
      width: 50%;
  }
  .my-arrow {
      position: relative;
      margin: 0 auto;
      margin-top: 15px;
  }
  .slide-row {
      flex-direction: column;
  }
  .slide-left {
      width: 100%;
      text-align: justify;
  }
  .slide-right {
      width: 100%;
      text-align: justify;
  }
  .f {
      padding-left: 0;
      margin-top: 15px;
  }
  .p {
      padding-right: 0;
      margin-bottom: 15px;
  }

  .slick-list.draggable {
      width: 100% !important;
      padding: 0 !important;
  }

  .s5-spisok ul {
      padding: 0;
  }

  .s5-row-block {
      width: 33.33%;
      margin-bottom: 30px;
      margin-top: 30px;
  }
  .s7-row1 {
      flex-direction: column;
  }
  .s7-left {
      width: 100%;
  }
  ul#myTab {
      display: flex;
      justify-content: flex-start;
      border-bottom: 0;
  }
  .s7-row1 {
      padding: 0;
  }
  .s7-right {
      width: 100%;
      margin-top: 15px;
      padding-bottom: 15px;
  }

  .single__thumbnail {
    height: 400px
  }
  .single__title {
    font-size: 35px
  }
  .single__thumbnail .post-meta__item {
    font-size: 18px
  }
  .blog__list-item .post-meta__items {
    flex-wrap: wrap;
    text-align: center
  }
  .blog-item__thumb img {
    height: 220px
  }
  .related__title {
    font-size: 30px
  }
  .post__row {
    flex-wrap: wrap;
  }
  .post__col {
    flex-basis: 100%
  }
  .post__thumb {
    display: none
  }
	
}

@media screen and (max-width: 768px) {
  .s5-row-block {
      width: 50%;
      margin-bottom: 30px;
      margin-top: 30px;
  }

  .b7-row {
      flex-direction: column;
  }

  .s8-row {
      flex-direction: column;
  }
  .s8-left {
      text-align: center;
      padding-top: 15px;
      width: 100%;
  }
  .s8-left img {
      width: 80%;
  }
  .s8-row {
      padding-bottom: 15px;
  }
  .s8-right {
      width: 100%;
  }

  .s9-block {
      width: 47%;
  }

  .s10-block {
      width: 100%;
  }
  .s11-block {
      width: 100%;
  }

  .footer-row {
      flex-direction: column;
  }
  .footer-left {
      width: 100%;
  }
  .footer-right {
      width: 100%;
  }

  .related__row {
    flex-wrap: wrap;
  }
  .related__col {
    flex-basis: 100%;
    max-width: 100%
  }
  .blog-main-caption {
    font-size: 35px
  }
	
}

@media screen and (max-width: 600px) {
  .s3-block {
      width: 100%;
      text-align: center;
  }
  .s3-title1 {
      text-align: center;
  }
  .s3-title2 {
      text-align: center;
  }
  .s4-block {
      width: 100%;
  }

  .s6-block {
      width: 100% !important;
      background-size: cover !important;
      text-align: center !important;
  }
  .s6-block p {
      margin-left: 0;
  }

  .s9-block {
      width: 97%;
  }
  .s12-block {
      width: 100%;
      margin-bottom: 30px;
  }

  .s14-row {
      flex-direction: column;
  }

  .s14-left {
      width: 100%;
  }
  .s14-right {
      width: 100%;
  }
  .footer-last {
      flex-direction: column;
      text-align: center;
  }
  .post-meta__item {
    flex-basis: 100%
  }
  .related__title {
    font-size: 25px
  }
  .single__title {
    font-size: 30px
  }
  .single__thumbnail .post-meta__items {
    flex-wrap: wrap; 
  }
  .single__thumbnail .post-meta__item {
    flex-basis: 100%;
    text-align: center
  }
  .post__col .post-meta__row {
    display: block
  }
  .post__col .post-meta__col:first-child {
    margin-bottom: 20px
  }
  .blog-main-caption {
    font-size: 28px
  }
}

@media screen and (max-width: 480px) {

	
}