*,:after,:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ol[class],ul[class] {
    list-style: none;
}

article>*+* {
    margin-top: 1em;
}

button,input,select,textarea {
    font: inherit;
}

a {
    text-decoration: none;
}

.accordeon__item._selected:last-child {
    border-bottom: 2px solid var(--color-dark-green);
}
.accordeon__item .accordeon__head.filter_by_types {
    border-top: none !important;
    font-weight: bold;
}
.accordeon__item .accordeon__subtitle {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 32px;
    color: var(--color-dark-green);
}

.accordeon__item._selected .accordeon__hidden {
    position: relative;
    overflow-y: auto;
}

.text-block .accordeon__item._selected .accordeon__hidden {
    padding: inherit;
    overflow: hidden;
}

.accordeon__item._selected .accordeon__head:after {
    transform: rotate(90deg);
    border-color: transparent transparent transparent #007078;
}

* {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    box-sizing: border-box;
    -moz-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}

html {
    height: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
}

body {
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    line-height: 1.5;
    font-weight: 400;
}

.layout,body {
    height: 100%;
    min-height: 100vh;
}

.layout {
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1 0 auto;
    padding-top: 115px;
}

.container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
}
.actions.container {
    margin-bottom: 36px;
}
.content .page-title {
    width: 100%;
}

.content__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.content__wrapper .container {
    padding: 0;
}

.content__inner {
    flex-grow: 1;
    width: 30%;
}

.content__sidebar {
    order: 0;
    width: 100%;
}

.link {
    display: inline-flex;
    color: #787878;
    line-height: inherit;
    transition: .4s ease-in-out;
}

.link:hover {
    color: #e8004c;
}

.link:active,.link:focus {
    color: #e8004c;
}

.link._more {
    position: relative;
    padding-right: 24px;
}

.link._more:after {
    position: absolute;
    right: 8px;
    top: calc(50% - 4px);
    content: "";
    display: block;
    width: 0;
    height: 0;
    transform: scale(.9999);
    border-color: transparent transparent transparent #787878;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    transition: .4s;
}
.link._more:hover:after {
    border-color: transparent transparent transparent #e8004c;
}


svg.icon {
    width: 100%;
    height: 100%;
    transition: .4s ease-in-out;
}

img,svg.icon {
    display: block;
}

img {
    height: auto;
}

iframe,img {
    max-width: 100%;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before,.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    background-color: #007078;
}

.grecaptcha-badge {
    visibility: hidden;
}

.image-plug:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    background-image: url(/local/templates/main/_frontend/src/assets/img/vector/product_icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 45%;
}

a[data-fslightbox] {
    position: relative;
    display: inline-block;
    transition: .4s;
}

a[data-fslightbox]:hover {
    transition: .4s;
}

a[data-fslightbox]:hover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/main/_frontend/src/assets/img/vector/loupe-zoom.svg),linear-gradient(0deg,rgba(0,65,63,.4),rgba(0,65,63,.4));
    background-repeat: no-repeat;
    background-position: 50%;
    transition: .4s;
}
.btn {
    position: relative;
    display: inline-flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: .4s ease-in-out;
}

.btn._disabled,.btn[disabled] {
    background-color: #e0e0e0!important;
    color: #8f8f8f!important;
    cursor: default;
}

.btn._default {
    display: block;
    padding: 8px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background-color: #00bcab;
}

.btn._default:hover {
    background-color: #01998c;
}

.btn._dark {
    width: 100%;
    justify-content: center;
    padding: 16px 8px;
    text-align: center;
    background-color: #00413f;
    font-size: 16px;
    cursor: pointer;
}

.btn._dark:hover {
    background-color: #002e2c;
}

.btn._scrollup {
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #002e2c;
    border-bottom: 1px solid #e0e0e0;
}

.btn._scrollup:after {
    margin-right: 8px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    transform: scale(.9999);
    border-color: transparent transparent #e8004c;
    border-style: solid;
    border-width: 0 5px 6px;
}

.btn._play {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.btn._play:before {
    z-index: 4;
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.btn._play:after,.btn._play:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.btn._play:after {
    z-index: 5;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 8px solid transparent;
    border-left: 12px solid #fff;
    border-bottom: 8px solid transparent;
}

@font-face {
    font-family:Roboto;src:url(fonts/Roboto-Light.woff2) format("woff2"),url(fonts/Roboto-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap;
}

@font-face {
    font-family:Roboto;src:url(fonts/Roboto-Regular.woff2) format("woff2"),url(fonts/Roboto-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
    font-family:Roboto;src:url(fonts/Roboto-Bold.woff2) format("woff2"),url(fonts/Roboto-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap;
}

@font-face {
    font-family:Century Gothic;src:url(fonts/CenturyGothic.woff2) format("woff2"),url(fonts/CenturyGothic.woff) format("woff");font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
    font-family:Century Gothic;src:url(fonts/CenturyGothic-Bold.woff2) format("woff2"),url(fonts/CenturyGothic-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap;
}

button,input,label,textarea {
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
}

input {
    outline: none;
    border: 0;
    border-radius: 0;
}

input::-ms-clear,input::-ms-reveal {
    display: none;
}

input:focus {
    outline: none;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-ms-input-placeholder {
    color: transparent;
}

input:focus::placeholder {
    color: transparent;
}

input:-ms-input-placeholder {
    font-family: inherit;
    color: inherit;
    -ms-transition: color .4s;
    transition: color .4s;
}

input::-ms-input-placeholder {
    font-family: inherit;
    color: inherit;
    -ms-transition: color .4s;
    transition: color .4s;
}

input::placeholder {
    font-family: inherit;
    color: inherit;
    transition: color .4s;
}

button {
    border: 0;
    outline: none;
    border-radius: 0;
    cursor: pointer;
    background-color: transparent;
    -webkit-appearance: none;
}

button::-moz-focus-inner {
    border: 0;
}

button:focus {
    outline: none;
}

button:not([class])[disabled] {
    background-color: #e0e0e0!important;
    color: #8f8f8f!important;
    cursor: default;
}

textarea {
    border: 0;
    border-radius: 0;
    resize: none;
    overflow: auto;
}

textarea,textarea:focus {
    outline: none;
}

textarea:-ms-input-placeholder {
    font-family: inherit;
    color: inherit;
}

textarea::-ms-input-placeholder {
    font-family: inherit;
    color: inherit;
}

textarea::placeholder {
    font-family: inherit;
    color: inherit;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]::-ms-clear,input[type=number]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: none;
}

.visually-hidden:not(:focus):not(:active),input[type=checkbox].visually-hidden,input[type=radio].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: inherit;
}

input::-ms-input-placeholder,textarea::-ms-input-placeholder {
    color: inherit;
}

input::placeholder,textarea::placeholder {
    color: inherit;
}

.input,.textarea {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 20px;
    border: 2px solid red;
    border-radius: 0;
    outline: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .00375em;
    color: #000;
    transition: .4s;
}

.input:hover,.textarea:hover {
    border-color: orange;
}

.input:active,.input:focus,.textarea:active,.textarea:focus {
    border-color: #000;
    box-shadow: 0 2px 4px rgba(0,0,0,.21);
}

.input:focus+.label__name,.textarea:focus+.label__name {
    transform: translateY(0);
    font-weight: 700;
    color: #000;
    visibility: visible;
    opacity: 1;
}

.input_date>div {
    width: 100%;
    height: 100%;
}

.input_date div.input_date-calendar {
    top: calc(100% + 2px);
    left: -1px;
    width: 300px;
    height: auto;
    border: 0;
    box-shadow: 0 12px 20px rgba(0,0,0,.13);
}

.input_date-field {
    width: 100%;
    height: 100%;
}

.input:active,.input:focus,.input:hover,.textarea:active,.textarea:focus,.textarea:hover {
    border: 1px solid #dcdcdc;
    box-shadow: none;
}

.input.search-panel__input:hover {
    border: none;
}

textarea {
    min-height: 100px;
}

.form__item {
    position: relative;
}

.form__item._input-file {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form__item._input-file input[type=file] {
    display: none;
}

.form__item._input-file .form__label {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-left: 0;
    opacity: 1;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
}

.form__item._input-file .form__label svg {
    width: 16px;
    height: 21px;
    margin-right: 8px;
}

.form__item-attach-file-name {
    position: relative;
    display: block;
    padding-left: 8px;
    padding-right: 32px;
    font-size: 14px;
    line-height: 24px;
    background-color: #eaf6f6;
    color: #8f8f8f;
}

.form__item-attach-file-remove {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 10px;
    height: 10px;
}

.form__item-attach-file-remove:after,.form__item-attach-file-remove:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    right: 0;
    background-color: #8f8f8f;
    transition: top .2s;
}

.form__item-attach-file-remove:after {
    transform: rotate(-45deg);
}

.form__item-attach-file-remove:before {
    transform: rotate(45deg);
}

.form__input {
    border: 1px solid #dcdcdc;
    color: #8f8f8f;
    font-size: 16px;
    padding: 8px 16px;
    transition: .4s;
}

.form__input:focus {
    border: 1px solid #787878;
}

.form__input:focus~.form__label {
    opacity: 1;
}

.form__label {
    display: block;
    padding: 0 8px;
    position: absolute;
    top: -12px;
    left: 16px;
    background-color: #fff;
    color: #8f8f8f;
    font-size: 10px;
    line-height: 26px;
    opacity: 0;
    transition: .4s;
}

.form__submit {
    display: flex;
    justify-content: center;
    background-color: #787878;
}

.form__submit:hover {
    background-color: #e8004c;
}

.form__submit .btn {
    width: 100%;
    padding: 8px 16px;
    justify-content: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.checkbox {
    position: relative;
    display: inline-block;
}

.checkbox input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.checkbox input[type=checkbox]:checked~label:after {
    opacity: 1;
    visibility: visible;
}

.checkbox label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 32px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.checkbox label:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

.checkbox label:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 4px;
    transform: rotate(-55deg) skew(-20deg);
    display: block;
    width: 10px;
    height: 5px;
    border-color: #007078;
    border-style: solid;
    border-width: 0 0 2px 2px;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.checkbox label.checkbox__label {
    max-width: 520px;
}

.checkbox label.checkbox__label_error:before {
    border-color: #f26f6f;
}

.checkbox label a:not([class]) {
    color: #e8004c;
    line-height: 20px;
    transition: .4s ease-in-out;
}

.checkbox label a:not([class])[href]:not(.btn):hover {
    color: #01998c;
}

.checkbox label a:not([class])[href]:not(.btn):active,.checkbox label a:not([class])[href]:not(.btn):focus {
    color: #007078;
}

.counter {
    display: inline-flex;
}

.counter__field {
    display: block;
    width: 54px;
    height: 44px;
    padding: 0 10px;
    border: 2px solid red;
    border-radius: 0;
    outline: none;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .00375em;
    color: #000;
    transition: .4s;
}

.counter__field:hover {
    border-color: orange;
}

.counter__field:active,.counter__field:focus {
    border-color: #000;
    box-shadow: 0 2px 4px rgba(0,0,0,.21);
}

.counter__controls {
    display: flex;
    margin-left: 10px;
}

.counter__btn {
    position: relative;
    display: block;
    width: 44px;
    height: 100%;
    font-size: 0;
    background-color: #0f0;
}

.counter__btn:after,.counter__btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 1px;
    background-color: #000;
}

.counter__btn_minus {
    margin-right: 5px;
}

.counter__btn_minus:before,.counter__btn_plus:before {
    width: 25%;
    height: 2px;
}

.counter__btn_plus:after {
    top: 50%;
    left: 50%;
    width: 2px;
    height: 25%;
    transition: .4s ease-in-out;
}

.checkbox__error,.form__error {
    display: block;
    padding-left: 16px;
    font-size: 12px;
    line-height: 26px;
    color: #f26f6f;
}

.form__section._confirm .checkbox__error,.form__section._confirm .form__error {
    padding-left: 32px;
    font-size: 11px;
}

.form__input_error {
    border: 1px solid #f26f6f;
}

.form__section._confirm .checkbox label {
    font-size: 11px;
    line-height: 14px;
    color: #8f8f8f;
}

.form__section._confirm .checkbox label:before {
    top: -2px!important;
}

.form__section._confirm .checkbox label:after {
    top: 2px!important;
}

.form__section .v-select.select .vs__dropdown-toggle {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    margin: 0;
    padding: 8px 16px;
}

.form__section .v-select.select.vs--single .vs__selected,.form__section .v-select.select .vs__search {
    margin: 0;
    color: #8f8f8f;
    font-size: 16px;
    min-height: 30px;
}

.form__section .v-select.vs--open .vs__dropdown-menu {
    scrollbar-color: #e8004c #fff;
    scrollbar-width: thin;
    padding: 0;
    margin: 0;
    border-color: #dcdcdc;
}

.form__section .v-select.vs--open .vs__dropdown-menu::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #fff;
}

.form__section .v-select.vs--open .vs__dropdown-menu::-webkit-scrollbar-track {
    background-color: #fff;
}

.form__section .v-select.vs--open .vs__dropdown-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 112, 120, 0.5);
    border-radius: 32px;
}

.form__section .v-select.vs--open .vs__dropdown-menu .vs__dropdown-option {
    margin: 0;
    padding: 8px 16px;
    color: #8f8f8f;
    text-decoration: none;
    font-size: 16px;
}

.form__section .v-select.vs--open .vs__dropdown-menu .vs__dropdown-option:hover {
    background-color: #eaf6f6;
    color: #00413f;
}

.form__section .v-select.vs--open .vs__open-indicator {
    border-color: #00413f transparent transparent;
}

.h1-like,.h2-like,.h3-like,.h4-like,.h5-like,.h6-like,h1,h2,h3,h4,h5,h6 {
    color: #007078;
}
.h3-like span {
    color: #000000;
}

.h1-like,h1 {
    display: block;
}
.h1-like.bold, h1.bold {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.h2-like,h2 {
    margin-bottom: 16px;
    font-size: 18px;
}

.h3-like,.h4-like,h3,h4 {
    margin-bottom: 16px;
    font-size: 16px;
}

.faded {
    font-size: 14px;
    color: #8f8f8f;
}

.text {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.content a:not([class]) {
    color: #787878;
    line-height: 20px;
    transition: .4s ease-in-out;
}

.content a:not([class])[href]:not(.btn):hover {
    color: #01998c;
}

.content a:not([class])[href]:not(.btn):active,.content a:not([class])[href]:not(.btn):focus {
    color: #007078;
}

.content ol:not([class]),.content p:not([class]),.content tr:not([class]),.content ul:not([class]) {
    max-width: 100%;
    padding: 16px 0;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.content ol:not([class]):first-of-type,.content p:not([class]):first-of-type,.content tr:not([class]):first-of-type,.content ul:not([class]):first-of-type,.content ul:not([class])[data-margin="none"] {
    padding-top: 0;
}

.content ul:not([class])>li {
    position: relative;
    padding-left: 16px;
    list-style-type: none;
}

.content ul:not([class])>li:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    transform: scale(.9999);
    border-color: transparent transparent transparent #007078;
    border-style: solid;
    border-width: 5px 0 5px 6px;
}

.content ol:not([class]) {
    counter-reset: myCounter;
}

.content ol:not([class])>li {
    position: relative;
    padding-left: 0;
    list-style: none;
}

.content ol:not([class])>li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    color: #007078;
    margin-right: 8px;
}

.content .bold {
    font-weight: 600;
}

.content .highlighted {
    color: #007078;
}

.table,table:not([class]) {
    scrollbar-color: rgba(0, 112, 120, 0.5) #fff;
    scrollbar-width: thin;
    width: 100%;
    padding: 8px 0;
    display: block;
    overflow-x: auto;
    margin-bottom: 24px;
    border-collapse: collapse;
}

.table::-webkit-scrollbar,table:not([class])::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #fff;
}

.table::-webkit-scrollbar-track,table:not([class])::-webkit-scrollbar-track {
    background-color: #fff;
}

.table::-webkit-scrollbar-thumb,table:not([class])::-webkit-scrollbar-thumb {
    background-color: rgba(0, 112, 120, 0.5);
    border-radius: 32px;
}

.table tr:first-child td {
    color: #8f8f8f;
}

.table tr:nth-child(2n) {
    background-color: #eaf6f6;
}

.table tr:nth-child(odd):not(:first-child) {
    background-color: rgba(234,246,246,.3);
}

.table td,table:not([class]) td {
    padding: 16px 24px 16px 16px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #00413f;
}

.table_transparent tr:first-child td {
    color: #fff;
}

.table_transparent tr:nth-child(2n),.table_transparent tr:nth-child(odd):not(:first-child) {
    background-color: #fff;
}

.applications {
    width: 38%;
    max-width: 115px;
    margin: 0;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.applications__link {
    display: block;
}

.app-link {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #0b676e;
}
.wide_footer .app-link {
    font-size: 17.25px;
    letter-spacing: 0.75px;
}

.country-select {
    position: relative;
}

.country-select__current-country {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    position: relative;
    padding: 4px 0;
    color: #00413f;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
}

.country-select__current-country:before {
    position: absolute;
    right: 8px;
    top: calc(50% - 5px);
    content: "";
    display: block;
    width: 0;
    height: 0;
    transform: scale(.9999);
    border-color: transparent transparent transparent #e8004c;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    transition: .4s;
}

.country-select._open .country-select__current-country:before {
    transform: rotate(90deg);
    border-color: transparent transparent transparent #007078;
}

.country-select__items {
    width: 100%;
    max-height: 160px;
    margin-top: 16px;
    z-index: 2;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.country-select__content {
    max-height: 160px;
}

.country-select__item:hover a,.country-select__item:hover span {
    background-color: #eaf6f6;
    color: #00413f;
}

.country-select__item a,.country-select__item span {
    display: block;
    padding: 8px 16px;
    color: #8f8f8f;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
}

.email {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #0b676e;
}
.iconmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 160px;
}

.iconmenu__item {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #00413f;
    font-size: 0;
}
.iconmenu__mobile {
    position: relative;
    width: calc(100% - 34px);
    margin-right: 10px;
    height: 24px;
    border-radius: 3px;
    background-color: #00413f;
    color: #fff;
    padding-left: 30px;
    font-family: var(--font-title);
    text-transform: uppercase;
}
.iconmenu__mobile:after {
    position: absolute;
    top: 50%;
    left: 6px;
    content: '';
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/phone-app-2.png) no-repeat center center;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -khtml-background-size: auto 100%;
    background-size: auto 100%;
}

.iconmenu__item:not(:last-child) {
    margin-right: 8px;
}

.iconmenu__icon {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 20%;
    left: 20%;
}

.language-select__item {
    display: inline-block;
    margin-right: 8px;
}

.language-select__item>* {
    font-size: 12px;
    line-height: 24px;
    color: #8f8f8f;
    transition: .4s;
}

.language-select__item>:hover {
    color: #00413f;
}

.language-select__item>._selected {
    color: #00413f;
    display: inline-block;
    text-decoration: underline;
}

.old-site {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 24px;
    color: #8f8f8f;
    text-align: end;
    text-decoration: underline;
    transition: .4s;
}

.old-site:hover {
    text-decoration: none;
}

.periodic {
    position: relative;
    margin-bottom: 16px;
    padding-top: 40px;
}

.periodic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 1312px;
    height: 1px;
    background-color: #e0e0e0;
}

.periodic__list {
    display: flex;
    justify-content: space-between;
}

.periodic__list._flex-start {
    justify-content: flex-start;
}

.periodic__item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.periodic__item:not(:last-child) {
    margin-right: 64px;
}

.periodic__item-title {
    display: block;
    min-height: 54px;
}

.periodic__item-image,.periodic__item-text,.periodic__item-title {
    margin-bottom: 24px;
}

.periodic__item .periodic__item-text {
    font-size: 16px;
    line-height: 26px;
}

.periodic__item-image {
    position: relative;
    width: 100%;
    height: 224px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.periodic__item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.periodic__item-term {
    display: block;
    margin-top: auto;
    margin-bottom: 0;
    width: calc(100% - 32px);
}

.periodic__slider {
    margin-bottom: 32px;
}

.periodic__slider .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.periodic__slider .slider__controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 24px;
}

.periodic__slider .slider-arrows,.periodic__slider .slider-dots {
    color: #e8004c;
}

.periodic__inner .periodic__item {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
}

.periodic__inner .pagination {
    margin: 24px 0;
}

.phone {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #00413f;
}

.social-list {
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    width: 58%;
    max-width: 200px;
}

.social-list__link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    border-radius: 50%;
}
.wide_footer .social-list__link {
    width: 30px;
    height: 30px;
}
.social-list__link:not(:last-child) {
    margin-right: 8px;
    margin-bottom: 8px;
}

.social-list__link .icon {
    width: 24px;
    height: 24px;
    fill: #0b676e;
}
.wide_footer .social-list__link .icon {
    width: 30px;
    height: 30px;
}
.social-list__link span.icon {
    display: block;
    background: #0b676e no-repeat center center;
    -o-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    -khtml-background-size: 18px 18px;
    background-size: 18px 18px;
    transition: .4s ease-in-out;
}
.social-list__link:hover .icon {
    fill: var(--color-green);
}
.social-list__link:hover span.icon {
    background-color: var(--color-green);
}
.subscribe-news {
    background-color: #eaf6f6;
    margin: 0 calc(50% - 50vw);
    padding: 16px 24px;
}
footer .where-buy {
    margin: 0 calc(50% - 50vw);
}

.subscribe-news__title {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 24px;
    color: var(--color-dark-green);
    font-family: var(--font-title);
    font-weight: bold;
}
.subscribe-news__mail-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    left: 16px;
    z-index: 2;
}

.subscribe-news__form {
    position: relative;
}

.subscribe-news__form .form .form__section .form__item {
    height: 100%;
}

.subscribe-news__form .form .form__section .form__input {
    position: relative;
    height: 100%;
    padding: 16px 16px 16px 56px;
    margin-bottom: 8px;
    border: none;
    background-color: #fff;
    color: #8f8f8f;
    font-size: 15px;
}

.subscribe-news__form .form .form__section .form__label {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
}

.subscribe-news__form .form .form__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    background-color: #00413f;
}

.subscribe-news__form .form .form__submit:hover {
    background-color: #002e2c;
}

.subscribe-news__form .form .form__submit .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    height: 48px;
}

.subscribe-news__form .form .form__submit .btn span {
    color: #fff;
}

.subscribe-news__success-message {
    display: block;
    font-size: 15px;
    color: #007078;
}

.footer {
    padding-top: 24px;
    padding-bottom: 24px;
}

.footer__wrapper {
    overflow-x: hidden;
}

.footer__inner {
    padding-top: 32px;
}

.footer__head .footer__info {
    display: none;
}

.footer__box {
    align-items: center;
}

.footer__box,.footer__box-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer__box-block {
    width: 100%;
    align-items: flex-start;
}

.footer__company-logo_desktop {
    display: none;
}

.footer__company-logo img {
    width: 104px;
}

.footer__contacts,.footer__contacts .footer__developer-company {
    display: none;
}

.footer__contact-phone {
    display: block;
}

.footer__info {
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #8f8f8f;
}

.footer__company-info {
    margin-bottom: 16px;
}

.footer__company-info,.footer__company-politics {
    font-size: 12px;
    line-height: 18px;
}

.footer__additional {
    width: 100%;
    padding-top: 16px;
    position: relative;
}

.footer__additional-top {
    display: flex;
    margin-bottom: 8px;
}

.footer__additional-block {
    width: 50%;
}

.footer__additional-block:last-child {
    padding-left: 16px;
}

.footer__email {
    display: block;
    margin-bottom: 8px;
}
.wide_footer .footer__email,
.wide_footer .footer__app-link {
    font-family: var(--font-title);
    font-weight: bold;
}
.wide_footer .footer__email {
    font-size: 17.25px;
    letter-spacing: 1px;
}
.footer__social {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.footer__app-link {
    margin-bottom: 8px;
    text-align: center;
}

.footer__applications {
    width: 100%;
    max-width: 100%;
    position: static;
    flex-direction: row;
    flex-wrap: inherit;
    align-items: stretch;
    gap: 6px;
}

.footer__applications .applications__link {
    max-width: 50%;
    width: 50%;
}




.footer__applications .applications__image {
    width: 100%;
    height: 100%;
    padding: 4px 32px;
    border-radius: 7px;
    background-color: #000;
}
.wide_footer .footer__applications .applications__image {
    border-radius: 4px;
}
.wide_footer .footer__applications .applications__image:not(.green_bg) {
    padding: 0;
    background-color: #ffffff;
}
.footer__applications .applications__image.green_bg {
    background-color: #0b676e;
}
.footer__applications .applications__image img {
    width: auto;
    height: auto;
}

.footer__developer-company {
    display: block;
    margin-left: calc(50% + 8px);
    width: auto;
}

.footer__developer-company .icon {
    width: 94px;
    height: 24px;
    padding-bottom: 2px;
    margin-top: 16px;
    margin-left: auto;
}

.footer-menu {
    width: 100%;
    margin-bottom: 24px;
    padding-top: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #00413f;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 48px;
    -moz-column-gap: 48px;
    -webkit-column-gap: 48px;
}
.footer-menu.footer-copyright {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    font-size: 10.5px;
    padding-top: 20px;
}
.footer-menu.footer-copyright a {
    color: #0b676e;
}
.footer__contacts.footer-copyright-2 {
    font-size: 10.5px;
    padding-top: 20px;
}

.footer-menu__block {
    margin-bottom: 16px;
}

.footer-menu__link {
    display: block;
    margin-bottom: 8px;
    text-decoration: none;
    color: #242424;
    transition: color .4s ease-in-out;
}
.footer-menu__link.selected, .footer-menu__link:hover {
    color: #007078;
}
.footer-menu__link.selected {
    cursor: default;
}
.footer-menu__sublink {
    display: block;
    margin-bottom: 8px;
    text-decoration: none;
    transition: color .4s ease-in-out;
    color: #242424;
}

.footer-menu__sublink.selected, .footer-menu__sublink:hover {
    color: #007078;
}

.header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
}

.header__desktop-inner {
    display: none;
    position: relative;
}

.header__bottom,.header__top {
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__mobile-wrapper._border {
    border-bottom: 1px solid #dcdcdc;
}

.header__hidden {
    border-top: 1px solid #dcdcdc;
    height: calc(100vh - 102px);
    display: none;
}

.header__scrollbar {
    max-height: calc(100vh - 102px);
    overflow-y: auto;
    padding-bottom: 96px;
}

.header__hidden-content {
    max-height: calc(100vh - 102px);
    padding: 0 24px;
}

.header__hidden-content-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.header__hidden-content-row .header__old-version-site {
    margin: 24px 0;
}

.header__company-logo img {
    width: 136px;
}

.header__search {
    display: flex;
    border-bottom: 1px solid #dcdcdc;
    flex-grow: 1;
    margin: 0 0 16px;
}

.header__search .search-panel__input {
    height: 36px;
    padding: 0;
    border: none;
    font-size: 14px;
    color: #8f8f8f;
}
.header__search .search-panel__input::-webkit-input-placeholder {color: #8f8f8f;}
.header__search .search-panel__input:-moz-placeholder {color: #8f8f8f;}

.header__search .search-panel__input:active,.header__search .search-panel__input:focus {
    border: transparent;
    box-shadow: none;
}

.header__search .search-panel__button {
    font-size: 0;
    width: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header__search .search-panel__button .icon {
    width: 16px;
    height: 16px;
}

.header__language-select {
    padding: 24px 0;
}

.header__country {
    padding-bottom: 24px;
}

.main-nav__list {
    padding-bottom: 80px;
}

.main-nav__item {
    transition: margin .4s ease-in-out;
    z-index: 15;
}
.header_rusagro {
    display: none;
}
span.swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    margin-right: 12px;
    border-radius: 50%;
    color: inherit;
    background-color: #787878;
    transition: .4s;
    opacity: 1;
}
span.swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid transparent;
    z-index: -1;
    outline: none;
}
span.swiper-pagination-bullet:hover {
    background-color: #007078;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #007078;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border-color: #007078;

}

@media screen and (min-width:576px) {
    .subscribe-news__form .form {
        display: flex;
    }

    .subscribe-news__form .form .form__section {
        flex-grow: 1;
    }

    .subscribe-news__form .form .form__section .form__input {
        margin-bottom: 0;
    }

    .subscribe-news__form .form .form__submit .btn {
        padding: 0 24px;
    }
}

@media screen and (min-width:600px) {
    .btn._slider-column {
        width: calc((100% - 40px)/2);
    }

    .periodic__item .periodic__item-text {
        flex-grow: 1;
    }
}

@media screen and (min-width:768px) {
    .accordeon__head:after {
        right: 16px;
    }

    .main {
        padding-top: 122px;
    }

    .content__wrapper {
        margin-bottom: 64px;
    }

    .link._more:after {
        right: 12px;
    }

    .image-plug:before {
        width: 48px;
        height: 48px;
        top: 12px;
        left: 12px;
    }

    .btn._play:before {
        width: 64px;
        height: 64px;
    }

    .btn._play:after {
        margin-left: 3px;
        border-top: 15px solid transparent;
        border-left: 22px solid #fff;
        border-bottom: 15px solid transparent;
    }

    .input_date-field {
        text-align: center;
    }

    .form__item-attach-files {
        max-width: 192px;
    }

    .h1-like,h1 {
        font-size: 40px;
    }

    .h2-like,h2 {
        margin-bottom: 32px;
        font-size: 24px;
    }

    .h3-like,h3 {
        font-size: 18px;
    }
    .h3-like.video-title {
        min-height: 81px;
        font-size: 17.5px;
    }

    .content ol:not([class]),.content p:not([class]),.content tr:not([class]),.content ul:not([class]) {
        line-height: 24px;
    }

    .table,table:not([class]) {
        margin-bottom: 32px;
    }

    .applications {
        width: auto;
        max-width: 100%;
        margin-bottom: 8px;
        margin-left: auto;
        margin-right: 0;
        position: relative;
        flex-direction: column;
    }

    .applications__link {
        width: auto;
    }



    .country-select__current-country:before {
        right: 16px;
    }

    .iconmenu__item {
        width: 32px;
        height: 32px;
    }
    .iconmenu__mobile {
        width: calc(100% - 42px);
        height: 32px;
        font-size: 10px;
        line-height: 1.1;
        padding: 5px 3px 4px 32px;
    }
    .iconmenu__mobile:after {
        width: 24px;
        height: 24px;
        left: 4px;
    }
    .periodic {
        margin-bottom: 64px;
    }

    .periodic:before {
        left: 24px;
        right: 24px;
        width: auto;
    }

    .periodic__item .periodic__item-text {
        line-height: 32px;
    }

    .periodic__item-image {
        height: 240px;
    }

    .periodic__inner {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -24px;
    }

    .periodic__inner .periodic__item {
        width: 50%;
        margin-right: 0;
        margin-bottom: 40px;
        padding: 0 24px;
    }

    .phone {
        font-size: 16px;
    }

    .social-list {
        margin-bottom: 0;
        width: auto;
        max-width: 100%;
    }

    .subscribe-news__form .form .form__section .form__error {
        padding: 0;
        position: absolute;
    }

    .footer__inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 20px;
    }

    .footer__box {
        width: 100%;
        flex-grow: 1;
        padding-top: 24px;
    }

    .footer__company-logo {
        width: 100%;
    }

    .footer__company-logo_mobile {
        display: none;
    }

    .footer__company-logo_desktop {
        display: block;
    }

    .footer__company-logo img {
        width: 130px;
    }

    .footer__contacts {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        height: 90px;
        width: 100%;
        margin-top: 24px;
    }
    .footer__contacts.footer-copyright-2 {
        height: auto;
    }

    .footer__contacts .footer__applications {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .footer__contact-phone {
        margin-bottom: 16px;
        height: 90px;
        margin-right: 50px;
    }

    .footer__info {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 16px;
    }

    .footer__company-info {
        width: 100%;
        flex-basis: 230px;
    }

    .footer__company-politics {
        flex-grow: 1;
        max-width: 312px;
        margin-right: auto;
    }

    .footer__additional {
        flex-direction: column;
        justify-content: space-between;
        width: auto;
        padding-top: 0;
    }

    .footer__additional-top {
        display: none;
    }

    .footer__email {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .footer__app-link_mobile {
        display: none;
    }

    .footer__app-link {
        margin-bottom: 16px;
        text-align: start;
        line-height: 14px;
    }
    .wide_footer .footer__app-link {
        margin-bottom: 11px;
    }
    .footer__applications_mobile {
        display: none;
    }

    .footer__applications .applications__link {
        max-width: 146px;
        width: calc(50% - 3px);
    }

    .footer__applications .applications__image {
        max-width: 112px;
        padding: 8px 16px;
        margin-left: auto;
    }

    .footer__developer-company {
        width: auto;
        margin-left: auto;
    }

    .footer-menu {
        width: auto;
        padding-top: 0;
        margin-bottom: 16px;
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-gap: 16px;
        -moz-column-gap: 16px;
        -webkit-column-gap: 16px;
    }

    .footer-menu__block {
        margin-right: 16px;
        width: 160px;
        max-width: 100%;
    }

    .footer-menu__link {
        width: auto;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .footer-menu__link:not(:last-child) {
        margin-right: 16px;
    }

    .header__top {
        padding: 16px 0;
    }

    .header__hidden {
        position: absolute;
        left: 0;
        margin: auto calc(50% - 50vw);
        width: 100vw;
        height: 100vh;
        background-color: rgba(36,36,36,.4);
    }

    .header__hidden-wrapper {
        background-color: #fff;
        width: 500px;
        height: calc(100vh - 120px);
        margin-left: auto;
        padding: 8px 24px;
    }

    .header__company-logo img {
        width: 161px;
    }

    .header__search {
        margin: 0 10%;
        flex-basis: 312px;
    }
    .footer__additional .social-list {
        display: none;
    }

}

@media screen and (min-width:768px) and (max-width: 1199px) {
    .footer__applications_outer {
        max-width: 300px;
    }
    .find-error {
        margin-top: 0;
        line-height: 1;
    }
    .footer__contacts {
        height: 107px;
    }
    .footer__applications .applications__image {
        max-width: 146px;
        padding: 4px 16px;
    }
}
@media screen and (min-width:991px) {
    .header_rusagro {
        display: block;
    }
    .header_rusagro img {
        float: right;
        margin-bottom: 15px;
        max-width: 141px;
    }
    .btn._slider-column {
        width: calc((100% - 40px)/3);
    }

    .periodic__item-term,.periodic__item-title,.periodic__item .periodic__item-text,
    .periodic__item .news-like:not(.floated) {
        padding-right: 32px;
    }

    .phone {
        font-size: 14px;
    }

    .social-list__link {
        font-size: 10px;
    }

    .social-list__link:not(:last-child) {
        margin-right: 16px;
    }
    .wide_footer .social-list__link:not(:last-child) {
        margin-right: 6px;
    }
    .subscribe-news {
        margin-left: -64px;
        margin-right: -64px;
        padding: 24px 64px;
    }
    footer .where-buy {
        margin-left: -33px;
        margin-right: -31px;
        margin-bottom: 0;
    }
    .subscribe-news.subscribe-news-short {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px;
        padding: 24px 64px;
    }

    .footer__company-logo {
        flex-basis: 310px;
    }

    .footer__company-info {
        flex-basis: 310px;
        margin-bottom: 0;
    }

    .footer__company-politics {
        max-width: 47.5%;
    }

    .footer__developer-company .icon {
        width: 126px;
        height: 32px;
    }
}

@media screen and (min-width:1170px) {
    .main {
        padding-top: 135px;
    }

    .country-select__current-country {
        width: 136px;
    }

    .country-select__current-country:before {
        right: 0;
    }

    .country-select__items {
        top: 24px;
        position: absolute;
        max-height: 320px;
    }

    .country-select__content {
        max-height: 320px;
    }

    .iconmenu__item:not(:last-child) {
        margin-right: 16px;
    }

    .language-select {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .header {
        padding: 8px 0 28px;
    }

    .header__desktop-inner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .container.header__desktop-inner {
        padding-top: 15px;
    }

    .header__mobile-inner {
        display: none;
    }

    .header__phone {
        display: inline-block;
        font-size: 18px;
    }

    .header__search {
        margin: 0 -34px 0 -10px;
    }

    .header__language-select {
        padding: 0;
        margin-bottom: 12px;
    }

    .header__country {
        padding-bottom: 0;
    }

    .header__iconmenu {
        margin-bottom: 20px;
    }

    .main-nav__list {
        max-width: 700px;
        margin-left: -20px;
        margin-right: -40px;
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        border-top: none;
    }

    .main-nav__item:not(.mega_item) {
        position: relative;
        padding: 0 8px 8px;
    }
    .main-nav__item.mega_item {
        padding: 0 8px 8px;
    }
    .main-nav__item.mega_item .megamenu {
        position: absolute;
        background-color: #fff;
        left: 50%;
        top: 46px;
        width: 83%;
        z-index: 10;
        border: 1px solid #eeeeee;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        height: 0;
        overflow-y: hidden;
        padding: 0;
        visibility: hidden;
    }

    .main-nav__item:hover .main-nav__additional-links {
        opacity: 1;
        position: absolute;
        visibility: visible;
        top: 32px;
        left: 50%;
        transform: translate(-50%);
    }
    .main-nav__item.mega_item:hover > .megamenu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 25px;
        opacity: 1;
        visibility: visible;
        height: auto;   
    }
    .megamenu  .mega_col {
        margin:0 0 20px;
        font-family: var(--font-title);
    }
    .megamenu:not(.megamenu-en) .mega_col {
        width:calc( ( 100% - 40px ) / 3 );
    }
    .megamenu:not(.megamenu-en) .mega_col:nth-child(3n-1){
        margin-left:20px;
        margin-right:20px;
    }
    .megamenu.megamenu-en .mega_col {
        width:calc( ( 100% - 40px ) / 4 );
    }
    .megamenu.megamenu-en .mega_col:nth-child(4n-1){
        margin-left:20px;
        margin-right:20px;
    }
    .megamenu .mega_col a {
        color: #464646;
        font-size: 14px;
        display: block;
        padding: 2px 0;
        cursor: default;
    }
    .megamenu .mega_col a[href] {
        cursor: pointer;
    }
    .megamenu.mega-menu-1680 .mega_col .mega_item {
        min-height: 135px;
    }
    .megamenu .mega_col .mega_item {
        margin-bottom: 15px;
    }
    .megamenu .mega_col .mega_item .root-a {
        font-weight: bold;
    }
    .megamenu .mega_col .mega_item .root-a.uppercase {
        text-transform: uppercase;
        font-size: 15px;
    }
    .megamenu .mega_col .mega_item .mega_item_level1 {
        margin-top: 7px;
    }
    .megamenu .mega_col .mega_item .mega_item_level1 a {
        display: block;
    }
    .megamenu .mega_col .mega_item .mega_item_level2 {
        padding-left: 5px;
    }
    .megamenu .mega_col .mega_item .mega_item_level2 a {
        color: #7d7d7d;
    }
    .megamenu .mega_col a[href]:hover,
    .megamenu .mega_col .mega_item .mega_item_level2 a[href]:hover {
        color: var(--color-dark-green);
    }
    .main-nav__item:hover .main-nav__link:after {
        border-color: transparent transparent transparent #007078;
        transform: rotate(90deg);
    }

    .main-nav__link {
        position: relative;
        padding: 0;
        color: #000000;
        border-bottom: none;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
    }
    .main-nav__link.default-link {
        cursor: default;
    }

    .main-nav__additional-links {
        position: absolute;
        top: -200px;
        display: block;
        width: 304px;
        padding: 0;
        opacity: 0;
        white-space: nowrap;
        visibility: hidden;
        background: #fff;
        z-index: 3;
    }

    ._has-submenu .main-nav__additional-links {
        border: 1px solid #dcdcdc;
    }

    .main-nav__additional-links .main-nav__additional-content {
        position: relative;
    }

    .main-nav__additional-links .main-nav__additional-link {
        display: block;
        position: relative;
        padding: 0;
        font-size: 12px;
        line-height: 18px;
        color: #242424;
        white-space: normal;
    }
    .main-nav__additional-links .main-nav__additional-link a {
        display: block;
        padding: 8px 16px;
        font-size: 14px;
        line-height: 18px;
        color: #242424;
        white-space: normal;
    }
    .main-nav__additional-links .main-nav__additional-link:hover,
    .main-nav__additional-links .main-nav__additional-link a:hover {
        background:#eaf6f6;
        color:#00bcab
    }

    .main-nav__additional-links.depth_level_1 .main-nav__additional-link:hover .main-nav__sub-items.depth_level_2 {
        opacity: 1;
        pointer-events: auto;
    }
    .main-nav__sub-items.depth_level_2 .main-nav__additional-link:hover .main-nav__sub-items.depth_level_3 {
        opacity: 1;
        pointer-events: auto;
    }

    .main-nav__additional-links .main-nav__additional-link:last-child a {
        padding-bottom: 16px;
    }

    .main-nav__additional-links .main-nav__additional-link:first-child a {
        padding-top: 16px;
        padding-bottom: 8px;
    }

    .main-nav__item._selected .main-nav__additional-links {
        position: absolute;
    }

    .main-nav__sub-items {
        position: absolute;
        top: -1px;
        right: calc(-100% + 30px);
        width: 272px;
        background-color: #fff;
        border: 1px solid #dcdcdc;
        opacity: 0;
        transition: .4s;
        pointer-events: none;
    }
    .main-nav__sub-items.depth_level_3 {
        right: calc(-100% - 2px);
    }
}

@media screen and (min-width:1200px) {
    .content__wrapper {
        margin-bottom: 48px;
    }

    .content__inner {
        max-width: 864px;
    }

    .content__sidebar {
        order: 1;
        max-width: 336px;
        margin-left: 112px;
    }

    .image-plug:before {
        width: 60px;
        height: 60px;
        top: 16px;
        left: 16px;
    }

    .btn._slider-column {
        width: calc((100% - 64px)/3);
        margin-left: auto;
    }

    .btn._play:before {
        width: 80px;
        height: 80px;
    }

    .btn._play:after {
        margin-left: 5px;
        border-top: 19px solid transparent;
        border-left: 28px solid #fff;
        border-bottom: 19px solid transparent;
    }

    .checkbox label {
        line-height: 32px;
    }

    .checkbox label:before {
        top: 6px;
    }

    .checkbox label:after {
        top: 10px;
    }

    .h1-like.bold, h1.bold {
        margin-bottom: 25px;
    }
    .h3-like,h3 {
        margin-bottom: 24px;
    }

    .table,table:not([class]) {
        margin-bottom: 48px;
    }

    .applications {
        flex-direction: row;
    }


    .periodic {
        padding-top: 80px;
    }

    .periodic__item-image {
        height: 288px;
    }

    .periodic__slider .slider__controls {
        position: absolute;
        margin-top: 0;
        bottom: -56px;
    }

    .periodic__inner .periodic__item {
        width: 33.3333%;
    }

    .social-list__link:not(:last-child) {
        margin-right: 8px;
    }
    .wide_footer .social-list__link:not(:last-child) {
        margin-right: 10px;
    }
    .subscribe-news__inner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .subscribe-news__title {
        max-width: 180px;
        font-size: 17px;
        margin-right: 155px;
        margin-bottom: 0;
    }

    .subscribe-news__form {
        flex-grow: 1;
    }

    .subscribe-news__form .form .form__submit {
        flex-basis: 310px;
    }

    .subscribe-news__form .form .form__submit .btn {
        height: 100%;
    }

    .subscribe-news__success-message {
        flex-grow: 1;
        font-size: 19px;
    }

    .footer__contacts {
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        flex-grow: 0;
    }

    .footer__contacts .footer__applications {
        display: flex;
    }

    .footer__contacts .footer__developer-company {
        display: block;
    }

    .footer__contacts .footer__contact-phone {
        margin-right: 0;
        font-size: 16px;
    }

    .footer__contacts {
        height: auto;
        width: auto;
        margin-top: 0;
    }

    .footer__contact-phone {
        height: auto;
        margin-right: 24px;
    }



    .footer__company-politics {
        max-width: 586px;
    }

    .footer__email {
        margin-bottom: 24px;
    }
    .wide_footer .footer__email {
        margin-bottom: 13px;

    }
    .footer__social {
        margin-bottom: 16px;
    }
    .wide_footer .footer__social {
        margin-bottom: 5px;
    }
    .footer__applications .applications__image {
        max-width: 146px;
        padding: 4px 16px;
    }

    .footer__developer-company .icon {
        padding-bottom: 5px;
    }

    .footer-menu__link[href]:hover {
        color: #007078;
    }

    .footer-menu__link:active {
        color: #007078;
    }

    .footer-menu__link:not(:last-child) {
        margin-right: 40px;
    }

    .footer-menu__sublink[href]:hover {
        color: #e8004c;
    }

    .footer-menu__sublink:active {
        color: #007078;
    }
    .wide_footer .footer__contacts {
        width: 23%;
    }
}

@media screen and (min-width:1220px) {
    .header__company-logo img {
        width: 235px;
    }
}

@media screen and (min-width:1360px) {
    .periodic:before {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 100%;
    }
}

@media screen and (min-width:1366px) {
    .applications__link img {
        width: 144px;
        height: 40px;
    }

    .footer__head .footer__info {
        display: block;
        max-width: 264px;
        margin-right: 72px;
        padding-top: 24px;
    }
    .footer__info:not(.copyright-info):not(.main_footer_info) {
        display: none;
    }
    .footer__box {
        width: auto;
        padding-top: 0;
    }

    .footer__company-logo img {
        width: 208px;
    }

    .footer-menu {
        max-width: 664px;
        padding-top: 20px;
        margin-bottom: 0;
        color: #242424;
        display: block;
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-gap: 24px;
        -moz-column-gap: 24px;
        -webkit-column-gap: 24px;
    }
    .wide_footer .footer-menu {
        width: 75%;
        max-width: none;
    }
    .wide_footer .footer-menu.footer-copyright {
        width: 80%;
    }

    .wide_footer .footer__contacts.footer-copyright-2 {
        width: 17%;
    }
    .footer-menu__block {
        width: auto;
        margin-right: 0;
    }

    .footer-menu__link {
        margin-bottom: 16px;
        font-size: 13px;
    }

    .footer-menu__sublink {
        margin-bottom: 16px;
        font-size: 14px;
    }
}

@media screen and (min-width:1440px) {
    .header__search {
        margin: 0 -28px 0 -8px;
    }

    .main-nav__item {
        padding: 0 12px 8px;
    }
}

@media screen and (min-width:1920px) {
    .main-nav__additional-links .main-nav__additional-link a {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (prefers-reduced-motion:reduce) {
    * {
        animation-duration: .01ms!important;
        animation-iteration-count: 1!important;
        transition-duration: .01ms!important;
        scroll-behavior: auto!important;
    }
}
@media screen and (min-width: 1220px) and (max-width:1250px) {
    .header__company-logo img {
        width: 165px;
    }
}
@media screen and (max-width:1250px) {
    .header__desktop-inner {
        align-items: center;
    }
}
@media screen and (max-width:767px) {
    .form__item._input-file .form__label {
        margin-bottom: 16px;
    }

    .main-nav__item._selected:last-child {
        margin-bottom: 64px;
    }
    .footer__additional-bottom {
        max-width: 300px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    .footer__applications .applications__link {
        margin-bottom: 6px;
    }

}

@media screen and (max-width:480px) {
    .applications__link img {
        width: 100%;
        height: auto;
    }
    .social-list {
        display: block;
        text-align: center;
    }

}