html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
    font-family: Circe;
    src: url("../fonts/Circe-Light.woff2") format('woff2'), url("../fonts/Circe-Light.woff") format("woff"), url("../fonts/Circe-Light.ttf") format("TrueType");
    font-weight: 300;
}
@font-face {
    font-family: Circe;
    src: url("../fonts/Circe-Bold.woff2") format('woff2'), url("../fonts/Circe-Bold.woff") format("woff"), url("../fonts/Circe-Bold.ttf") format("TrueType");
    font-weight: 700;
}
@font-face {
    font-family: Circe;
    src: url("../fonts/Circe-ExtraBold.woff2") format('woff2'), url("../fonts/Circe-ExtraBold.woff") format("woff"), url("../fonts/Circe-ExtraBold.ttf") format("TrueType");
    font-weight: 800;
}
body,
html {
    font-family: Circe;
    min-width: 1024px;
}
.c-green {
    color: #1f9f26 !important;
}
.c-black {
    color: #000 !important;
    letter-spacing: 0.035rem !important;
}
#app {
    position: relative;
}
strong {
    font-weight: 800 !important;
}
.section {
    background-size: cover;
}
.section--1 {
    height: 800px;
    padding: 91px 0 50px;
    text-align: center;
    color: #fff;
}
.no-retina.webp .section--1 {
    background-image: url("../images/bg.webp");
}
.no-retina.no-webp .section--1 {
    background-image: url("../images/bg.jpg");
}
.retina.webp .section--1 {
    background-image: url("../images/bg@2x.webp");
}
.retina.no-webp .section--1 {
    background-image: url("../images/bg@2x.jpg");
}
.section__block {
    box-shadow: 0 37px 61px rgba(4,23,14,0.38);
    background-color: rgba(16,163,13,0.9);
    padding: 60px 0 50px;
}
.section__title {
    font-size: 92px;
    font-weight: 800;
    letter-spacing: 2.3px;
    padding-bottom: 20px;
}
.section__text {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 1.05px;
}
.section__content {
    max-width: 700px;
    margin: 0 auto;
}
.section--2 {
    text-align: center;
    padding: 70px 0 100px;
}
.no-retina.webp .section--2 {
    background-image: url("../images/bg2.webp");
}
.no-retina.no-webp .section--2 {
    background-image: url("../images/bg2.jpg");
}
.retina.webp .section--2 {
    background-image: url("../images/bg2@2x.webp");
}
.retina.no-webp .section--2 {
    background-image: url("../images/bg2@2x.jpg");
}
.section--3 {
    padding: 70px 0;
    background-position: top left -100px;
    background-size: 1920px 975px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.no-retina.webp .section--3 {
    background-image: url("../images/bg3.webp");
}
.no-retina.no-webp .section--3 {
    background-image: url("../images/bg3.jpg");
}
.retina.webp .section--3 {
    background-image: url("../images/bg3@2x.webp");
}
.retina.no-webp .section--3 {
    background-image: url("../images/bg3@2x.jpg");
}
@media (max-width: 1520px) {
    .section--3 {
        background-position: top left -300px;
    }
}
@media (max-width: 1280px) {
    .section--3 {
        background-position: top left -500px;
    }
}
.section--4 {
    padding: 70px 0;
}
.no-retina.webp .section--4 {
    background-image: url("../images/bg4.webp");
}
.no-retina.no-webp .section--4 {
    background-image: url("../images/bg4.jpg");
}
.retina.webp .section--4 {
    background-image: url("../images/bg4@2x.webp");
}
.retina.no-webp .section--4 {
    background-image: url("../images/bg4@2x.jpg");
}
.section--5 {
    background-color: #f6f6f6;
    position: relative;
    padding-bottom: 80px;
}
.section--6 {
    padding: 40px 0 500px;
    text-align: center;
    background-position: center bottom;
    background-color: #f6f6f6;
    padding-top: 80px;
}
.no-retina.webp .section--6 {
    background-image: url("../images/bg6.webp");
}
.no-retina.no-webp .section--6 {
    background-image: url("../images/bg6.jpg");
}
.retina.webp .section--6 {
    background-image: url("../images/bg6@2x.webp");
}
.retina.no-webp .section--6 {
    background-image: url("../images/bg6@2x.jpg");
}
.section--7 {
    background-color: #f6f6f6;
    padding: 70px 0;
    text-align: center;
}
.logo {
    display: block;
    padding: 130px 0 135px;
    max-width: 350px;
    margin: 0 auto;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.wrapper--relative {
    padding: 0 15px;
}
.top-menu {
    height: 80px;
    box-sizing: border-box;
    padding: 5px 0 0 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    background: #fff;
}
.top-menu>.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.top-menu__logo {
    margin-right: -3px;
    max-width: 200px;
    display: block;
}
.top-menu__logo img {
    display: block;
    max-width: 100%;
}
.top-menu__item {
    display: inline-block;
    margin: 0 20px;
}
.top-menu__item--parent {
    position: relative;
    margin-right: 32px;
}
.top-menu__item--parent:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #000;
    right: -14px;
    top: 6px;
}
.top-menu__item--parent:hover:after {
    border-top-color: #1f9f26;
}
.top-menu__language {
    display: flex;
    width: 35px;
    height: 35px;
    border: 2px solid #292c2e;
    color: #000;
    line-height: 1;
    text-decoration: none;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    box-sizing: border-box;
}
.top-menu__languages {
    display: flex;
}
.top-menu__language:hover,
.top-menu__language--active {
    border-color: #1f9f26;
    background: #1f9f26;
    color: #fff;
}
.top-menu__language span {
    position: relative;
}
.top-menu__link {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    transition: 0.3s all ease;
}
.top-menu__link:hover {
    color: #1f9f26;
}
.title {
    max-width: 714px;
    color: #000;
    font-size: 66px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1.65px;
    margin: 0 auto 35px;
    text-align: center;
}
.title--2 {
    color: #1f9f26;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 1.05px;
    margin: 0 auto;
    max-width: 100%;
}
.title--map {
    margin-left: 0;
    text-align: left;
    max-width: 550px;
}
.china {
    width: 425px;
    height: 316px;
    position: absolute;
    bottom: 40px;
    right: 40px;
    box-shadow: 0 10px 19px rgba(26,30,26,0.23);
    background-size: cover;
}
.no-retina.webp .china {
    background-image: url("../images/china.webp");
}
.no-retina.no-webp .china {
    background-image: url("../images/china.jpg");
}
.retina.webp .china {
    background-image: url("../images/china@2x.webp");
}
.retina.no-webp .china {
    background-image: url("../images/china@2x.jpg");
}
.text {
    color: #000;
    font-family: Circe;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0.7px;
    display: inline-block;
}
.text__note {
    color: #6c6e78;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.4px;
    display: block;
    text-align: left;
}
.text--lg {
    font-size: 32px;
}
.text--md {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}
.text--center {
    text-align: center;
}
.text--map {
    max-width: 600px;
    margin-bottom: 30px;
}
.text--block {
    display: block;
}
.established-block {
    display: flex;
    margin-top: 40px;
}
.established-block__item {
    margin: 0 15px;
    width: calc(33.33% - 30px);
}
.established-block__item img {
    display: block;
    max-width: 100%;
    box-shadow: 0 10px 19px rgba(5,52,7,0.23);
    border-radius: 8px;
}
.established-block__title {
    display: block;
    margin: 40px auto 0;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.6px;
    max-width: 335px;
}
.countries--map {
    height: 0;
}
.countries--map .country {
    position: absolute;
}
.countries--map .country__name {
    font-size: 24px;
}
.countries--map .country__company {
    font-size: 16px;
    display: block;
}
.countries--map .country img {
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
}
.countries--map .country--lt {
    left: 1117px;
    top: 252px;
    flex-wrap: wrap;
}
.countries--map .country--lt .country__name {
    width: 40%;
    position: relative;
    top: -10px;
}
.countries--map .country--lt .country__company {
    margin-left: 40px;
    margin-top: -5px;
    position: relative;
    top: -10px;
}
.countries--map .country--pl {
    left: 950px;
    top: 320px;
    flex-direction: column;
}
.countries--map .country--by {
    left: 1179px;
    top: 297px;
    flex-wrap: wrap;
}
.countries--map .country--by picture {
    width: 100%;
    margin-bottom: 5px;
}
.countries--map .country--by .country__company {
    width: 100%;
}
.countries--map .country--ee {
    left: 1141px;
    top: 210px;
}
.countries--map .country--cn {
    bottom: 115px;
    right: -20px;
    flex-wrap: wrap;
}
.countries--map .country--cn img {
    top: 10px;
    position: relative;
}
.countries--map .country--cn .country__name {
    width: 40%;
}
.countries--map .country--cn .country__company {
    margin-left: 40px;
    margin-top: -8px;
}
.countries--map .country--ru {
    left: 1294px;
    top: 276px;
}
@media (max-width: 1520px) {
    .countries--map .country--lt {
        left: 917px;
    }
    .countries--map .country--pl {
        left: 750px;
    }
    .countries--map .country--by {
        left: 979px;
    }
    .countries--map .country--ee {
        left: 941px;
    }
    .countries--map .country--ru {
        left: 1094px;
    }
}
@media (max-width: 1280px) {
    .countries--map .country--lt {
        left: 717px;
    }
    .countries--map .country--pl {
        left: 550px;
    }
    .countries--map .country--by {
        left: 779px;
    }
    .countries--map .country--ee {
        left: 741px;
    }
    .countries--map .country--ru {
        left: 894px;
    }
}
.country {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.country__num {
    color: #9d9d9d;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.35px;
}
.country img {
    display: inline-block;
    box-shadow: 0 6px 12px rgba(19,19,19,0.12);
    border-radius: 50%;
    margin: 0 20px;
}
.country__name {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.7px;
    margin-right: 10px;
}
.country__company {
    color: #6c6e78;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.6px;
}
.cargo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 55px;
}
.cargo-list__item {
    width: 370px;
    height: 93px;
    box-shadow: 0 10px 19px rgba(5,52,7,0.23);
    border-radius: 8px;
    background-color: #fff;
    margin: 0 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cargo-list__item--6 {
    width: 460px;
}
.cargo-list__item--4 {
    width: 375px;
}
.cargo-list__item--3 {
    margin-left: 40px;
}
.cargo-list__item--5 {
    width: 340px;
}
.cargo-list__num {
    line-height: 43px;
    border: 2px solid #1f9f26;
    color: #1f9f26;
    width: 40px;
    height: 40px;
    font-size: 24px;
    letter-spacing: 0.6px;
    border-radius: 50%;
    margin-right: 35px;
}
.cargo-list__text {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.8px;
}
.slide {
    background: #f6f6f6;
    padding-top: 100px;
    min-height: 775px;
    box-sizing: border-box;
}
.slide .wrapper {
    display: flex;
}
.slide__col {
    position: relative;
    width: 50%;
    flex-grow: 1;
    flex-shrink: 0;
}
.slide__title {
    color: #1f9f26;
    font-size: 87px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.65px;
    text-align: center;
    padding-bottom: 20px;
}
.slide__logo {
    margin: 0 auto 50px;
    display: block;
}
.slide__text {
    color: #000;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.8px;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}
.slide__img {
    position: absolute;
    right: -140px;
}
.slide__advantage {
    opacity: 0.08;
    color: #000;
    font-size: 66px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.05px;
    right: 40px;
    padding-top: 40px;
    text-align: center;
}
.slide__list {
    padding-left: 40px;
    box-sizing: border-box;
    padding-right: 15px;
}
.slide__item {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.5px;
    padding-bottom: 60px;
}
.slide__item b {
    font-weight: 700;
}
.slider__pager {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 6;
}
.slider__page {
    border: 3px solid rgba(255,255,255,0);
    width: 23px;
    height: 23px;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    position: relative;
    transition: 0.3s all ease 0.1s;
    margin: 0 5px;
    cursor: pointer;
}
.slider__page:after {
    content: ' ';
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #6c6e78;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -4.5px;
    transition: 0.3s all ease;
    transform-origin: 50%;
}
.slider__page--active {
    border-color: #1f9f26;
}
.slider__page--active:after {
    transform: scale(3);
    opacity: 0;
}
.slider__page:focus {
    outline: none;
}
.fade-enter,
.fade-enter-active,
.fade-leave-active {
    transition: 0.2s all ease;
}
.fade-enter,
.fade-leave-to {
    opacity: 0;
}
.fade2-enter-active {
    transition: 3s all ease;
}
.fade2-leave-active {
    transition: 3s all ease;
    position: absolute;
    left: 0;
    top: 0;
}
.fade2-enter {
    opacity: 0;
}
.fade2-enter-to {
    opacity: 1;
}
.fade2-leave {
    opacity: 1;
}
.fade2-leave-to {
    opacity: 0;
}
.phone {
    display: block;
}
.contact__title {
    margin-top: 10px;
    display: block;
    font-size: 22px;
    font-weight: 700;
}
.contact__title--phone {
    margin-top: 30px;
}
#products {
    padding: 60px 0 50px;
}
.products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
}
.product__item {
    width: 32%;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.product__img {
    position: relative;
}
.product__img img {
    display: block;
    max-width: 100%;
    box-shadow: 0 10px 19px rgba(0,0,0,0.23);
    border-radius: 8px;
}
.product__name {
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
}
#leadership {
    background-color: #f6f6f6;
    padding: 60px 0 50px;
}
.leadership {
    width: 33%;
    padding: 0 10px;
    box-sizing: border-box;
}
.leadership__img {
    overflow: hidden;
}
.leadership img {
    display: block;
    max-width: 100%;
    transform: scale(1.2);
}
.leadership__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.leaderships {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
    justify-content: center;
}
.leadership__name {
    margin: 15px 0 10px;
    font-size: 22px;
}
.leadership__post {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.leadership__phone {
    margin-bottom: 30px;
}
.team__img img {
    max-width: 100%;
    display: block;
}
