@charset "UTF-8";

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  scroll-behavior: smooth;
  /*height: 100%;*/
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  color: #00313c;
  background-color: #ffffff;
}

body {
  font-size: 100%;
  font-size: 18px;
  line-height: 38px;
  font-family: "Roboto", sans-serif;
}

input,
button,
textarea {
  font-family: "Roboto", sans-serif;
  background-color: transparent;
}

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

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

.mt-1 {
  margin-top: 1px;
}

.ml-1 {
  margin-left: 1px;
}

.mb-1 {
  margin-bottom: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.mx-1 {
  margin-left: 1px;
  margin-right: 1px;
}

.my-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.m-1 {
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-right: 1px;
}

.pt-1 {
  padding-top: 1px;
}

.pl-1 {
  padding-left: 1px;
}

.pb-1 {
  padding-bottom: 1px;
}

.pr-1 {
  padding-right: 1px;
}

.p-1 {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
}

.px-1 {
  padding-left: 1px;
  padding-right: 1px;
}

.py-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.mx-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.my-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.m-2 {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
}

.pt-2 {
  padding-top: 2px;
}

.pl-2 {
  padding-left: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pr-2 {
  padding-right: 2px;
}

.p-2 {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

.px-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.ml-3 {
  margin-left: 3px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.mx-3 {
  margin-left: 3px;
  margin-right: 3px;
}

.my-3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.m-3 {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  margin-right: 3px;
}

.pt-3 {
  padding-top: 3px;
}

.pl-3 {
  padding-left: 3px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pr-3 {
  padding-right: 3px;
}

.p-3 {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
}

.px-3 {
  padding-left: 3px;
  padding-right: 3px;
}

.py-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.m-4 {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.p-4 {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.m-5 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.p-5 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.mx-6 {
  margin-left: 6px;
  margin-right: 6px;
}

.my-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.m-6 {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 6px;
  margin-right: 6px;
}

.pt-6 {
  padding-top: 6px;
}

.pl-6 {
  padding-left: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pr-6 {
  padding-right: 6px;
}

.p-6 {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}

.px-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.ml-7 {
  margin-left: 7px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.mx-7 {
  margin-left: 7px;
  margin-right: 7px;
}

.my-7 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.m-7 {
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
}

.pt-7 {
  padding-top: 7px;
}

.pl-7 {
  padding-left: 7px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pr-7 {
  padding-right: 7px;
}

.p-7 {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
}

.px-7 {
  padding-left: 7px;
  padding-right: 7px;
}

.py-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.m-8 {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.p-8 {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.ml-9 {
  margin-left: 9px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mr-9 {
  margin-right: 9px;
}

.mx-9 {
  margin-left: 9px;
  margin-right: 9px;
}

.my-9 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.m-9 {
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: 9px;
  margin-right: 9px;
}

.pt-9 {
  padding-top: 9px;
}

.pl-9 {
  padding-left: 9px;
}

.pb-9 {
  padding-bottom: 9px;
}

.pr-9 {
  padding-right: 9px;
}

.p-9 {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  padding-right: 9px;
}

.px-9 {
  padding-left: 9px;
  padding-right: 9px;
}

.py-9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-10 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.p-10 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mt-11 {
  margin-top: 11px;
}

.ml-11 {
  margin-left: 11px;
}

.mb-11 {
  margin-bottom: 11px;
}

.mr-11 {
  margin-right: 11px;
}

.mx-11 {
  margin-left: 11px;
  margin-right: 11px;
}

.my-11 {
  margin-top: 11px;
  margin-bottom: 11px;
}

.m-11 {
  margin-top: 11px;
  margin-bottom: 11px;
  margin-left: 11px;
  margin-right: 11px;
}

.pt-11 {
  padding-top: 11px;
}

.pl-11 {
  padding-left: 11px;
}

.pb-11 {
  padding-bottom: 11px;
}

.pr-11 {
  padding-right: 11px;
}

.p-11 {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 11px;
  padding-right: 11px;
}

.px-11 {
  padding-left: 11px;
  padding-right: 11px;
}

.py-11 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.mt-12 {
  margin-top: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.m-12 {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.p-12 {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.mt-13 {
  margin-top: 13px;
}

.ml-13 {
  margin-left: 13px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mr-13 {
  margin-right: 13px;
}

.mx-13 {
  margin-left: 13px;
  margin-right: 13px;
}

.my-13 {
  margin-top: 13px;
  margin-bottom: 13px;
}

.m-13 {
  margin-top: 13px;
  margin-bottom: 13px;
  margin-left: 13px;
  margin-right: 13px;
}

.pt-13 {
  padding-top: 13px;
}

.pl-13 {
  padding-left: 13px;
}

.pb-13 {
  padding-bottom: 13px;
}

.pr-13 {
  padding-right: 13px;
}

.p-13 {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 13px;
  padding-right: 13px;
}

.px-13 {
  padding-left: 13px;
  padding-right: 13px;
}

.py-13 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.mt-14 {
  margin-top: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.mx-14 {
  margin-left: 14px;
  margin-right: 14px;
}

.my-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.m-14 {
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: 14px;
  margin-right: 14px;
}

.pt-14 {
  padding-top: 14px;
}

.pl-14 {
  padding-left: 14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pr-14 {
  padding-right: 14px;
}

.p-14 {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
}

.px-14 {
  padding-left: 14px;
  padding-right: 14px;
}

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.mt-15 {
  margin-top: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m-15 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.p-15 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.m-16 {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.p-16 {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mt-17 {
  margin-top: 17px;
}

.ml-17 {
  margin-left: 17px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mr-17 {
  margin-right: 17px;
}

.mx-17 {
  margin-left: 17px;
  margin-right: 17px;
}

.my-17 {
  margin-top: 17px;
  margin-bottom: 17px;
}

.m-17 {
  margin-top: 17px;
  margin-bottom: 17px;
  margin-left: 17px;
  margin-right: 17px;
}

.pt-17 {
  padding-top: 17px;
}

.pl-17 {
  padding-left: 17px;
}

.pb-17 {
  padding-bottom: 17px;
}

.pr-17 {
  padding-right: 17px;
}

.p-17 {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 17px;
  padding-right: 17px;
}

.px-17 {
  padding-left: 17px;
  padding-right: 17px;
}

.py-17 {
  padding-top: 17px;
  padding-bottom: 17px;
}

.mt-18 {
  margin-top: 18px;
}

.ml-18 {
  margin-left: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.mx-18 {
  margin-left: 18px;
  margin-right: 18px;
}

.my-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.m-18 {
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 18px;
  margin-right: 18px;
}

.pt-18 {
  padding-top: 18px;
}

.pl-18 {
  padding-left: 18px;
}

.pb-18 {
  padding-bottom: 18px;
}

.pr-18 {
  padding-right: 18px;
}

.p-18 {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  padding-right: 18px;
}

.px-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.py-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.mt-19 {
  margin-top: 19px;
}

.ml-19 {
  margin-left: 19px;
}

.mb-19 {
  margin-bottom: 19px;
}

.mr-19 {
  margin-right: 19px;
}

.mx-19 {
  margin-left: 19px;
  margin-right: 19px;
}

.my-19 {
  margin-top: 19px;
  margin-bottom: 19px;
}

.m-19 {
  margin-top: 19px;
  margin-bottom: 19px;
  margin-left: 19px;
  margin-right: 19px;
}

.pt-19 {
  padding-top: 19px;
}

.pl-19 {
  padding-left: 19px;
}

.pb-19 {
  padding-bottom: 19px;
}

.pr-19 {
  padding-right: 19px;
}

.p-19 {
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 19px;
  padding-right: 19px;
}

.px-19 {
  padding-left: 19px;
  padding-right: 19px;
}

.py-19 {
  padding-top: 19px;
  padding-bottom: 19px;
}

.mt-20 {
  margin-top: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-20 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.p-20 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mt-21 {
  margin-top: 21px;
}

.ml-21 {
  margin-left: 21px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mr-21 {
  margin-right: 21px;
}

.mx-21 {
  margin-left: 21px;
  margin-right: 21px;
}

.my-21 {
  margin-top: 21px;
  margin-bottom: 21px;
}

.m-21 {
  margin-top: 21px;
  margin-bottom: 21px;
  margin-left: 21px;
  margin-right: 21px;
}

.pt-21 {
  padding-top: 21px;
}

.pl-21 {
  padding-left: 21px;
}

.pb-21 {
  padding-bottom: 21px;
}

.pr-21 {
  padding-right: 21px;
}

.p-21 {
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 21px;
  padding-right: 21px;
}

.px-21 {
  padding-left: 21px;
  padding-right: 21px;
}

.py-21 {
  padding-top: 21px;
  padding-bottom: 21px;
}

.mt-22 {
  margin-top: 22px;
}

.ml-22 {
  margin-left: 22px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mr-22 {
  margin-right: 22px;
}

.mx-22 {
  margin-left: 22px;
  margin-right: 22px;
}

.my-22 {
  margin-top: 22px;
  margin-bottom: 22px;
}

.m-22 {
  margin-top: 22px;
  margin-bottom: 22px;
  margin-left: 22px;
  margin-right: 22px;
}

.pt-22 {
  padding-top: 22px;
}

.pl-22 {
  padding-left: 22px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pr-22 {
  padding-right: 22px;
}

.p-22 {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 22px;
  padding-right: 22px;
}

.px-22 {
  padding-left: 22px;
  padding-right: 22px;
}

.py-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.mt-23 {
  margin-top: 23px;
}

.ml-23 {
  margin-left: 23px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mr-23 {
  margin-right: 23px;
}

.mx-23 {
  margin-left: 23px;
  margin-right: 23px;
}

.my-23 {
  margin-top: 23px;
  margin-bottom: 23px;
}

.m-23 {
  margin-top: 23px;
  margin-bottom: 23px;
  margin-left: 23px;
  margin-right: 23px;
}

.pt-23 {
  padding-top: 23px;
}

.pl-23 {
  padding-left: 23px;
}

.pb-23 {
  padding-bottom: 23px;
}

.pr-23 {
  padding-right: 23px;
}

.p-23 {
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 23px;
  padding-right: 23px;
}

.px-23 {
  padding-left: 23px;
  padding-right: 23px;
}

.py-23 {
  padding-top: 23px;
  padding-bottom: 23px;
}

.mt-24 {
  margin-top: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.m-24 {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.p-24 {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

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

.mt-25 {
  margin-top: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.m-25 {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.p-25 {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.mt-26 {
  margin-top: 26px;
}

.ml-26 {
  margin-left: 26px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mr-26 {
  margin-right: 26px;
}

.mx-26 {
  margin-left: 26px;
  margin-right: 26px;
}

.my-26 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.m-26 {
  margin-top: 26px;
  margin-bottom: 26px;
  margin-left: 26px;
  margin-right: 26px;
}

.pt-26 {
  padding-top: 26px;
}

.pl-26 {
  padding-left: 26px;
}

.pb-26 {
  padding-bottom: 26px;
}

.pr-26 {
  padding-right: 26px;
}

.p-26 {
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 26px;
  padding-right: 26px;
}

.px-26 {
  padding-left: 26px;
  padding-right: 26px;
}

.py-26 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.mt-27 {
  margin-top: 27px;
}

.ml-27 {
  margin-left: 27px;
}

.mb-27 {
  margin-bottom: 27px;
}

.mr-27 {
  margin-right: 27px;
}

.mx-27 {
  margin-left: 27px;
  margin-right: 27px;
}

.my-27 {
  margin-top: 27px;
  margin-bottom: 27px;
}

.m-27 {
  margin-top: 27px;
  margin-bottom: 27px;
  margin-left: 27px;
  margin-right: 27px;
}

.pt-27 {
  padding-top: 27px;
}

.pl-27 {
  padding-left: 27px;
}

.pb-27 {
  padding-bottom: 27px;
}

.pr-27 {
  padding-right: 27px;
}

.p-27 {
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 27px;
  padding-right: 27px;
}

.px-27 {
  padding-left: 27px;
  padding-right: 27px;
}

.py-27 {
  padding-top: 27px;
  padding-bottom: 27px;
}

.mt-28 {
  margin-top: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.mx-28 {
  margin-left: 28px;
  margin-right: 28px;
}

.my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.m-28 {
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: 28px;
  margin-right: 28px;
}

.pt-28 {
  padding-top: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.p-28 {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 28px;
  padding-right: 28px;
}

.px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.mt-29 {
  margin-top: 29px;
}

.ml-29 {
  margin-left: 29px;
}

.mb-29 {
  margin-bottom: 29px;
}

.mr-29 {
  margin-right: 29px;
}

.mx-29 {
  margin-left: 29px;
  margin-right: 29px;
}

.my-29 {
  margin-top: 29px;
  margin-bottom: 29px;
}

.m-29 {
  margin-top: 29px;
  margin-bottom: 29px;
  margin-left: 29px;
  margin-right: 29px;
}

.pt-29 {
  padding-top: 29px;
}

.pl-29 {
  padding-left: 29px;
}

.pb-29 {
  padding-bottom: 29px;
}

.pr-29 {
  padding-right: 29px;
}

.p-29 {
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 29px;
  padding-right: 29px;
}

.px-29 {
  padding-left: 29px;
  padding-right: 29px;
}

.py-29 {
  padding-top: 29px;
  padding-bottom: 29px;
}

.mt-30 {
  margin-top: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-30 {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.p-30 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mt-31 {
  margin-top: 31px;
}

.ml-31 {
  margin-left: 31px;
}

.mb-31 {
  margin-bottom: 31px;
}

.mr-31 {
  margin-right: 31px;
}

.mx-31 {
  margin-left: 31px;
  margin-right: 31px;
}

.my-31 {
  margin-top: 31px;
  margin-bottom: 31px;
}

.m-31 {
  margin-top: 31px;
  margin-bottom: 31px;
  margin-left: 31px;
  margin-right: 31px;
}

.pt-31 {
  padding-top: 31px;
}

.pl-31 {
  padding-left: 31px;
}

.pb-31 {
  padding-bottom: 31px;
}

.pr-31 {
  padding-right: 31px;
}

.p-31 {
  padding-top: 31px;
  padding-bottom: 31px;
  padding-left: 31px;
  padding-right: 31px;
}

.px-31 {
  padding-left: 31px;
  padding-right: 31px;
}

.py-31 {
  padding-top: 31px;
  padding-bottom: 31px;
}

.mt-32 {
  margin-top: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.m-32 {
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 32px;
  margin-right: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.p-32 {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.mt-33 {
  margin-top: 33px;
}

.ml-33 {
  margin-left: 33px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mr-33 {
  margin-right: 33px;
}

.mx-33 {
  margin-left: 33px;
  margin-right: 33px;
}

.my-33 {
  margin-top: 33px;
  margin-bottom: 33px;
}

.m-33 {
  margin-top: 33px;
  margin-bottom: 33px;
  margin-left: 33px;
  margin-right: 33px;
}

.pt-33 {
  padding-top: 33px;
}

.pl-33 {
  padding-left: 33px;
}

.pb-33 {
  padding-bottom: 33px;
}

.pr-33 {
  padding-right: 33px;
}

.p-33 {
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 33px;
  padding-right: 33px;
}

.px-33 {
  padding-left: 33px;
  padding-right: 33px;
}

.py-33 {
  padding-top: 33px;
  padding-bottom: 33px;
}

.mt-34 {
  margin-top: 34px;
}

.ml-34 {
  margin-left: 34px;
}

.mb-34 {
  margin-bottom: 34px;
}

.mr-34 {
  margin-right: 34px;
}

.mx-34 {
  margin-left: 34px;
  margin-right: 34px;
}

.my-34 {
  margin-top: 34px;
  margin-bottom: 34px;
}

.m-34 {
  margin-top: 34px;
  margin-bottom: 34px;
  margin-left: 34px;
  margin-right: 34px;
}

.pt-34 {
  padding-top: 34px;
}

.pl-34 {
  padding-left: 34px;
}

.pb-34 {
  padding-bottom: 34px;
}

.pr-34 {
  padding-right: 34px;
}

.p-34 {
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 34px;
  padding-right: 34px;
}

.px-34 {
  padding-left: 34px;
  padding-right: 34px;
}

.py-34 {
  padding-top: 34px;
  padding-bottom: 34px;
}

.mt-35 {
  margin-top: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.m-35 {
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 35px;
  margin-right: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.p-35 {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
  padding-right: 35px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.mt-36 {
  margin-top: 36px;
}

.ml-36 {
  margin-left: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.mx-36 {
  margin-left: 36px;
  margin-right: 36px;
}

.my-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.m-36 {
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: 36px;
  margin-right: 36px;
}

.pt-36 {
  padding-top: 36px;
}

.pl-36 {
  padding-left: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pr-36 {
  padding-right: 36px;
}

.p-36 {
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 36px;
  padding-right: 36px;
}

.px-36 {
  padding-left: 36px;
  padding-right: 36px;
}

.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.mt-37 {
  margin-top: 37px;
}

.ml-37 {
  margin-left: 37px;
}

.mb-37 {
  margin-bottom: 37px;
}

.mr-37 {
  margin-right: 37px;
}

.mx-37 {
  margin-left: 37px;
  margin-right: 37px;
}

.my-37 {
  margin-top: 37px;
  margin-bottom: 37px;
}

.m-37 {
  margin-top: 37px;
  margin-bottom: 37px;
  margin-left: 37px;
  margin-right: 37px;
}

.pt-37 {
  padding-top: 37px;
}

.pl-37 {
  padding-left: 37px;
}

.pb-37 {
  padding-bottom: 37px;
}

.pr-37 {
  padding-right: 37px;
}

.p-37 {
  padding-top: 37px;
  padding-bottom: 37px;
  padding-left: 37px;
  padding-right: 37px;
}

.px-37 {
  padding-left: 37px;
  padding-right: 37px;
}

.py-37 {
  padding-top: 37px;
  padding-bottom: 37px;
}

.mt-38 {
  margin-top: 38px;
}

.ml-38 {
  margin-left: 38px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mr-38 {
  margin-right: 38px;
}

.mx-38 {
  margin-left: 38px;
  margin-right: 38px;
}

.my-38 {
  margin-top: 38px;
  margin-bottom: 38px;
}

.m-38 {
  margin-top: 38px;
  margin-bottom: 38px;
  margin-left: 38px;
  margin-right: 38px;
}

.pt-38 {
  padding-top: 38px;
}

.pl-38 {
  padding-left: 38px;
}

.pb-38 {
  padding-bottom: 38px;
}

.pr-38 {
  padding-right: 38px;
}

.p-38 {
  padding-top: 38px;
  padding-bottom: 38px;
  padding-left: 38px;
  padding-right: 38px;
}

.px-38 {
  padding-left: 38px;
  padding-right: 38px;
}

.py-38 {
  padding-top: 38px;
  padding-bottom: 38px;
}

.mt-39 {
  margin-top: 39px;
}

.ml-39 {
  margin-left: 39px;
}

.mb-39 {
  margin-bottom: 39px;
}

.mr-39 {
  margin-right: 39px;
}

.mx-39 {
  margin-left: 39px;
  margin-right: 39px;
}

.my-39 {
  margin-top: 39px;
  margin-bottom: 39px;
}

.m-39 {
  margin-top: 39px;
  margin-bottom: 39px;
  margin-left: 39px;
  margin-right: 39px;
}

.pt-39 {
  padding-top: 39px;
}

.pl-39 {
  padding-left: 39px;
}

.pb-39 {
  padding-bottom: 39px;
}

.pr-39 {
  padding-right: 39px;
}

.p-39 {
  padding-top: 39px;
  padding-bottom: 39px;
  padding-left: 39px;
  padding-right: 39px;
}

.px-39 {
  padding-left: 39px;
  padding-right: 39px;
}

.py-39 {
  padding-top: 39px;
  padding-bottom: 39px;
}

.mt-40 {
  margin-top: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-40 {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.p-40 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mt-41 {
  margin-top: 41px;
}

.ml-41 {
  margin-left: 41px;
}

.mb-41 {
  margin-bottom: 41px;
}

.mr-41 {
  margin-right: 41px;
}

.mx-41 {
  margin-left: 41px;
  margin-right: 41px;
}

.my-41 {
  margin-top: 41px;
  margin-bottom: 41px;
}

.m-41 {
  margin-top: 41px;
  margin-bottom: 41px;
  margin-left: 41px;
  margin-right: 41px;
}

.pt-41 {
  padding-top: 41px;
}

.pl-41 {
  padding-left: 41px;
}

.pb-41 {
  padding-bottom: 41px;
}

.pr-41 {
  padding-right: 41px;
}

.p-41 {
  padding-top: 41px;
  padding-bottom: 41px;
  padding-left: 41px;
  padding-right: 41px;
}

.px-41 {
  padding-left: 41px;
  padding-right: 41px;
}

.py-41 {
  padding-top: 41px;
  padding-bottom: 41px;
}

.mt-42 {
  margin-top: 42px;
}

.ml-42 {
  margin-left: 42px;
}

.mb-42 {
  margin-bottom: 42px;
}

.mr-42 {
  margin-right: 42px;
}

.mx-42 {
  margin-left: 42px;
  margin-right: 42px;
}

.my-42 {
  margin-top: 42px;
  margin-bottom: 42px;
}

.m-42 {
  margin-top: 42px;
  margin-bottom: 42px;
  margin-left: 42px;
  margin-right: 42px;
}

.pt-42 {
  padding-top: 42px;
}

.pl-42 {
  padding-left: 42px;
}

.pb-42 {
  padding-bottom: 42px;
}

.pr-42 {
  padding-right: 42px;
}

.p-42 {
  padding-top: 42px;
  padding-bottom: 42px;
  padding-left: 42px;
  padding-right: 42px;
}

.px-42 {
  padding-left: 42px;
  padding-right: 42px;
}

.py-42 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.mt-43 {
  margin-top: 43px;
}

.ml-43 {
  margin-left: 43px;
}

.mb-43 {
  margin-bottom: 43px;
}

.mr-43 {
  margin-right: 43px;
}

.mx-43 {
  margin-left: 43px;
  margin-right: 43px;
}

.my-43 {
  margin-top: 43px;
  margin-bottom: 43px;
}

.m-43 {
  margin-top: 43px;
  margin-bottom: 43px;
  margin-left: 43px;
  margin-right: 43px;
}

.pt-43 {
  padding-top: 43px;
}

.pl-43 {
  padding-left: 43px;
}

.pb-43 {
  padding-bottom: 43px;
}

.pr-43 {
  padding-right: 43px;
}

.p-43 {
  padding-top: 43px;
  padding-bottom: 43px;
  padding-left: 43px;
  padding-right: 43px;
}

.px-43 {
  padding-left: 43px;
  padding-right: 43px;
}

.py-43 {
  padding-top: 43px;
  padding-bottom: 43px;
}

.mt-44 {
  margin-top: 44px;
}

.ml-44 {
  margin-left: 44px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mr-44 {
  margin-right: 44px;
}

.mx-44 {
  margin-left: 44px;
  margin-right: 44px;
}

.my-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.m-44 {
  margin-top: 44px;
  margin-bottom: 44px;
  margin-left: 44px;
  margin-right: 44px;
}

.pt-44 {
  padding-top: 44px;
}

.pl-44 {
  padding-left: 44px;
}

.pb-44 {
  padding-bottom: 44px;
}

.pr-44 {
  padding-right: 44px;
}

.p-44 {
  padding-top: 44px;
  padding-bottom: 44px;
  padding-left: 44px;
  padding-right: 44px;
}

.px-44 {
  padding-left: 44px;
  padding-right: 44px;
}

.py-44 {
  padding-top: 44px;
  padding-bottom: 44px;
}

.mt-45 {
  margin-top: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.m-45 {
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: 45px;
  margin-right: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.p-45 {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
  padding-right: 45px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.mt-46 {
  margin-top: 46px;
}

.ml-46 {
  margin-left: 46px;
}

.mb-46 {
  margin-bottom: 46px;
}

.mr-46 {
  margin-right: 46px;
}

.mx-46 {
  margin-left: 46px;
  margin-right: 46px;
}

.my-46 {
  margin-top: 46px;
  margin-bottom: 46px;
}

.m-46 {
  margin-top: 46px;
  margin-bottom: 46px;
  margin-left: 46px;
  margin-right: 46px;
}

.pt-46 {
  padding-top: 46px;
}

.pl-46 {
  padding-left: 46px;
}

.pb-46 {
  padding-bottom: 46px;
}

.pr-46 {
  padding-right: 46px;
}

.p-46 {
  padding-top: 46px;
  padding-bottom: 46px;
  padding-left: 46px;
  padding-right: 46px;
}

.px-46 {
  padding-left: 46px;
  padding-right: 46px;
}

.py-46 {
  padding-top: 46px;
  padding-bottom: 46px;
}

.mt-47 {
  margin-top: 47px;
}

.ml-47 {
  margin-left: 47px;
}

.mb-47 {
  margin-bottom: 47px;
}

.mr-47 {
  margin-right: 47px;
}

.mx-47 {
  margin-left: 47px;
  margin-right: 47px;
}

.my-47 {
  margin-top: 47px;
  margin-bottom: 47px;
}

.m-47 {
  margin-top: 47px;
  margin-bottom: 47px;
  margin-left: 47px;
  margin-right: 47px;
}

.pt-47 {
  padding-top: 47px;
}

.pl-47 {
  padding-left: 47px;
}

.pb-47 {
  padding-bottom: 47px;
}

.pr-47 {
  padding-right: 47px;
}

.p-47 {
  padding-top: 47px;
  padding-bottom: 47px;
  padding-left: 47px;
  padding-right: 47px;
}

.px-47 {
  padding-left: 47px;
  padding-right: 47px;
}

.py-47 {
  padding-top: 47px;
  padding-bottom: 47px;
}

.mt-48 {
  margin-top: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.mx-48 {
  margin-left: 48px;
  margin-right: 48px;
}

.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.m-48 {
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: 48px;
  margin-right: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.p-48 {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
  padding-right: 48px;
}

.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.mt-49 {
  margin-top: 49px;
}

.ml-49 {
  margin-left: 49px;
}

.mb-49 {
  margin-bottom: 49px;
}

.mr-49 {
  margin-right: 49px;
}

.mx-49 {
  margin-left: 49px;
  margin-right: 49px;
}

.my-49 {
  margin-top: 49px;
  margin-bottom: 49px;
}

.m-49 {
  margin-top: 49px;
  margin-bottom: 49px;
  margin-left: 49px;
  margin-right: 49px;
}

.pt-49 {
  padding-top: 49px;
}

.pl-49 {
  padding-left: 49px;
}

.pb-49 {
  padding-bottom: 49px;
}

.pr-49 {
  padding-right: 49px;
}

.p-49 {
  padding-top: 49px;
  padding-bottom: 49px;
  padding-left: 49px;
  padding-right: 49px;
}

.px-49 {
  padding-left: 49px;
  padding-right: 49px;
}

.py-49 {
  padding-top: 49px;
  padding-bottom: 49px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m-50 {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.p-50 {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mt-51 {
  margin-top: 51px;
}

.ml-51 {
  margin-left: 51px;
}

.mb-51 {
  margin-bottom: 51px;
}

.mr-51 {
  margin-right: 51px;
}

.mx-51 {
  margin-left: 51px;
  margin-right: 51px;
}

.my-51 {
  margin-top: 51px;
  margin-bottom: 51px;
}

.m-51 {
  margin-top: 51px;
  margin-bottom: 51px;
  margin-left: 51px;
  margin-right: 51px;
}

.pt-51 {
  padding-top: 51px;
}

.pl-51 {
  padding-left: 51px;
}

.pb-51 {
  padding-bottom: 51px;
}

.pr-51 {
  padding-right: 51px;
}

.p-51 {
  padding-top: 51px;
  padding-bottom: 51px;
  padding-left: 51px;
  padding-right: 51px;
}

.px-51 {
  padding-left: 51px;
  padding-right: 51px;
}

.py-51 {
  padding-top: 51px;
  padding-bottom: 51px;
}

.mt-52 {
  margin-top: 52px;
}

.ml-52 {
  margin-left: 52px;
}

.mb-52 {
  margin-bottom: 52px;
}

.mr-52 {
  margin-right: 52px;
}

.mx-52 {
  margin-left: 52px;
  margin-right: 52px;
}

.my-52 {
  margin-top: 52px;
  margin-bottom: 52px;
}

.m-52 {
  margin-top: 52px;
  margin-bottom: 52px;
  margin-left: 52px;
  margin-right: 52px;
}

.pt-52 {
  padding-top: 52px;
}

.pl-52 {
  padding-left: 52px;
}

.pb-52 {
  padding-bottom: 52px;
}

.pr-52 {
  padding-right: 52px;
}

.p-52 {
  padding-top: 52px;
  padding-bottom: 52px;
  padding-left: 52px;
  padding-right: 52px;
}

.px-52 {
  padding-left: 52px;
  padding-right: 52px;
}

.py-52 {
  padding-top: 52px;
  padding-bottom: 52px;
}

.mt-53 {
  margin-top: 53px;
}

.ml-53 {
  margin-left: 53px;
}

.mb-53 {
  margin-bottom: 53px;
}

.mr-53 {
  margin-right: 53px;
}

.mx-53 {
  margin-left: 53px;
  margin-right: 53px;
}

.my-53 {
  margin-top: 53px;
  margin-bottom: 53px;
}

.m-53 {
  margin-top: 53px;
  margin-bottom: 53px;
  margin-left: 53px;
  margin-right: 53px;
}

.pt-53 {
  padding-top: 53px;
}

.pl-53 {
  padding-left: 53px;
}

.pb-53 {
  padding-bottom: 53px;
}

.pr-53 {
  padding-right: 53px;
}

.p-53 {
  padding-top: 53px;
  padding-bottom: 53px;
  padding-left: 53px;
  padding-right: 53px;
}

.px-53 {
  padding-left: 53px;
  padding-right: 53px;
}

.py-53 {
  padding-top: 53px;
  padding-bottom: 53px;
}

.mt-54 {
  margin-top: 54px;
}

.ml-54 {
  margin-left: 54px;
}

.mb-54 {
  margin-bottom: 54px;
}

.mr-54 {
  margin-right: 54px;
}

.mx-54 {
  margin-left: 54px;
  margin-right: 54px;
}

.my-54 {
  margin-top: 54px;
  margin-bottom: 54px;
}

.m-54 {
  margin-top: 54px;
  margin-bottom: 54px;
  margin-left: 54px;
  margin-right: 54px;
}

.pt-54 {
  padding-top: 54px;
}

.pl-54 {
  padding-left: 54px;
}

.pb-54 {
  padding-bottom: 54px;
}

.pr-54 {
  padding-right: 54px;
}

.p-54 {
  padding-top: 54px;
  padding-bottom: 54px;
  padding-left: 54px;
  padding-right: 54px;
}

.px-54 {
  padding-left: 54px;
  padding-right: 54px;
}

.py-54 {
  padding-top: 54px;
  padding-bottom: 54px;
}

.mt-55 {
  margin-top: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.mx-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.m-55 {
  margin-top: 55px;
  margin-bottom: 55px;
  margin-left: 55px;
  margin-right: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.p-55 {
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 55px;
  padding-right: 55px;
}

.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.mt-56 {
  margin-top: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.mx-56 {
  margin-left: 56px;
  margin-right: 56px;
}

.my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.m-56 {
  margin-top: 56px;
  margin-bottom: 56px;
  margin-left: 56px;
  margin-right: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pr-56 {
  padding-right: 56px;
}

.p-56 {
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 56px;
  padding-right: 56px;
}

.px-56 {
  padding-left: 56px;
  padding-right: 56px;
}

.py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.mt-57 {
  margin-top: 57px;
}

.ml-57 {
  margin-left: 57px;
}

.mb-57 {
  margin-bottom: 57px;
}

.mr-57 {
  margin-right: 57px;
}

.mx-57 {
  margin-left: 57px;
  margin-right: 57px;
}

.my-57 {
  margin-top: 57px;
  margin-bottom: 57px;
}

.m-57 {
  margin-top: 57px;
  margin-bottom: 57px;
  margin-left: 57px;
  margin-right: 57px;
}

.pt-57 {
  padding-top: 57px;
}

.pl-57 {
  padding-left: 57px;
}

.pb-57 {
  padding-bottom: 57px;
}

.pr-57 {
  padding-right: 57px;
}

.p-57 {
  padding-top: 57px;
  padding-bottom: 57px;
  padding-left: 57px;
  padding-right: 57px;
}

.px-57 {
  padding-left: 57px;
  padding-right: 57px;
}

.py-57 {
  padding-top: 57px;
  padding-bottom: 57px;
}

.mt-58 {
  margin-top: 58px;
}

.ml-58 {
  margin-left: 58px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mr-58 {
  margin-right: 58px;
}

.mx-58 {
  margin-left: 58px;
  margin-right: 58px;
}

.my-58 {
  margin-top: 58px;
  margin-bottom: 58px;
}

.m-58 {
  margin-top: 58px;
  margin-bottom: 58px;
  margin-left: 58px;
  margin-right: 58px;
}

.pt-58 {
  padding-top: 58px;
}

.pl-58 {
  padding-left: 58px;
}

.pb-58 {
  padding-bottom: 58px;
}

.pr-58 {
  padding-right: 58px;
}

.p-58 {
  padding-top: 58px;
  padding-bottom: 58px;
  padding-left: 58px;
  padding-right: 58px;
}

.px-58 {
  padding-left: 58px;
  padding-right: 58px;
}

.py-58 {
  padding-top: 58px;
  padding-bottom: 58px;
}

.mt-59 {
  margin-top: 59px;
}

.ml-59 {
  margin-left: 59px;
}

.mb-59 {
  margin-bottom: 59px;
}

.mr-59 {
  margin-right: 59px;
}

.mx-59 {
  margin-left: 59px;
  margin-right: 59px;
}

.my-59 {
  margin-top: 59px;
  margin-bottom: 59px;
}

.m-59 {
  margin-top: 59px;
  margin-bottom: 59px;
  margin-left: 59px;
  margin-right: 59px;
}

.pt-59 {
  padding-top: 59px;
}

.pl-59 {
  padding-left: 59px;
}

.pb-59 {
  padding-bottom: 59px;
}

.pr-59 {
  padding-right: 59px;
}

.p-59 {
  padding-top: 59px;
  padding-bottom: 59px;
  padding-left: 59px;
  padding-right: 59px;
}

.px-59 {
  padding-left: 59px;
  padding-right: 59px;
}

.py-59 {
  padding-top: 59px;
  padding-bottom: 59px;
}

.mt-60 {
  margin-top: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.m-60 {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 60px;
  margin-right: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.p-60 {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mt-61 {
  margin-top: 61px;
}

.ml-61 {
  margin-left: 61px;
}

.mb-61 {
  margin-bottom: 61px;
}

.mr-61 {
  margin-right: 61px;
}

.mx-61 {
  margin-left: 61px;
  margin-right: 61px;
}

.my-61 {
  margin-top: 61px;
  margin-bottom: 61px;
}

.m-61 {
  margin-top: 61px;
  margin-bottom: 61px;
  margin-left: 61px;
  margin-right: 61px;
}

.pt-61 {
  padding-top: 61px;
}

.pl-61 {
  padding-left: 61px;
}

.pb-61 {
  padding-bottom: 61px;
}

.pr-61 {
  padding-right: 61px;
}

.p-61 {
  padding-top: 61px;
  padding-bottom: 61px;
  padding-left: 61px;
  padding-right: 61px;
}

.px-61 {
  padding-left: 61px;
  padding-right: 61px;
}

.py-61 {
  padding-top: 61px;
  padding-bottom: 61px;
}

.mt-62 {
  margin-top: 62px;
}

.ml-62 {
  margin-left: 62px;
}

.mb-62 {
  margin-bottom: 62px;
}

.mr-62 {
  margin-right: 62px;
}

.mx-62 {
  margin-left: 62px;
  margin-right: 62px;
}

.my-62 {
  margin-top: 62px;
  margin-bottom: 62px;
}

.m-62 {
  margin-top: 62px;
  margin-bottom: 62px;
  margin-left: 62px;
  margin-right: 62px;
}

.pt-62 {
  padding-top: 62px;
}

.pl-62 {
  padding-left: 62px;
}

.pb-62 {
  padding-bottom: 62px;
}

.pr-62 {
  padding-right: 62px;
}

.p-62 {
  padding-top: 62px;
  padding-bottom: 62px;
  padding-left: 62px;
  padding-right: 62px;
}

.px-62 {
  padding-left: 62px;
  padding-right: 62px;
}

.py-62 {
  padding-top: 62px;
  padding-bottom: 62px;
}

.mt-63 {
  margin-top: 63px;
}

.ml-63 {
  margin-left: 63px;
}

.mb-63 {
  margin-bottom: 63px;
}

.mr-63 {
  margin-right: 63px;
}

.mx-63 {
  margin-left: 63px;
  margin-right: 63px;
}

.my-63 {
  margin-top: 63px;
  margin-bottom: 63px;
}

.m-63 {
  margin-top: 63px;
  margin-bottom: 63px;
  margin-left: 63px;
  margin-right: 63px;
}

.pt-63 {
  padding-top: 63px;
}

.pl-63 {
  padding-left: 63px;
}

.pb-63 {
  padding-bottom: 63px;
}

.pr-63 {
  padding-right: 63px;
}

.p-63 {
  padding-top: 63px;
  padding-bottom: 63px;
  padding-left: 63px;
  padding-right: 63px;
}

.px-63 {
  padding-left: 63px;
  padding-right: 63px;
}

.py-63 {
  padding-top: 63px;
  padding-bottom: 63px;
}

.mt-64 {
  margin-top: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.mx-64 {
  margin-left: 64px;
  margin-right: 64px;
}

.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.m-64 {
  margin-top: 64px;
  margin-bottom: 64px;
  margin-left: 64px;
  margin-right: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.p-64 {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 64px;
  padding-right: 64px;
}

.px-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.mt-65 {
  margin-top: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.mx-65 {
  margin-left: 65px;
  margin-right: 65px;
}

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.m-65 {
  margin-top: 65px;
  margin-bottom: 65px;
  margin-left: 65px;
  margin-right: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.p-65 {
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 65px;
  padding-right: 65px;
}

.px-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.mt-66 {
  margin-top: 66px;
}

.ml-66 {
  margin-left: 66px;
}

.mb-66 {
  margin-bottom: 66px;
}

.mr-66 {
  margin-right: 66px;
}

.mx-66 {
  margin-left: 66px;
  margin-right: 66px;
}

.my-66 {
  margin-top: 66px;
  margin-bottom: 66px;
}

.m-66 {
  margin-top: 66px;
  margin-bottom: 66px;
  margin-left: 66px;
  margin-right: 66px;
}

.pt-66 {
  padding-top: 66px;
}

.pl-66 {
  padding-left: 66px;
}

.pb-66 {
  padding-bottom: 66px;
}

.pr-66 {
  padding-right: 66px;
}

.p-66 {
  padding-top: 66px;
  padding-bottom: 66px;
  padding-left: 66px;
  padding-right: 66px;
}

.px-66 {
  padding-left: 66px;
  padding-right: 66px;
}

.py-66 {
  padding-top: 66px;
  padding-bottom: 66px;
}

.mt-67 {
  margin-top: 67px;
}

.ml-67 {
  margin-left: 67px;
}

.mb-67 {
  margin-bottom: 67px;
}

.mr-67 {
  margin-right: 67px;
}

.mx-67 {
  margin-left: 67px;
  margin-right: 67px;
}

.my-67 {
  margin-top: 67px;
  margin-bottom: 67px;
}

.m-67 {
  margin-top: 67px;
  margin-bottom: 67px;
  margin-left: 67px;
  margin-right: 67px;
}

.pt-67 {
  padding-top: 67px;
}

.pl-67 {
  padding-left: 67px;
}

.pb-67 {
  padding-bottom: 67px;
}

.pr-67 {
  padding-right: 67px;
}

.p-67 {
  padding-top: 67px;
  padding-bottom: 67px;
  padding-left: 67px;
  padding-right: 67px;
}

.px-67 {
  padding-left: 67px;
  padding-right: 67px;
}

.py-67 {
  padding-top: 67px;
  padding-bottom: 67px;
}

.mt-68 {
  margin-top: 68px;
}

.ml-68 {
  margin-left: 68px;
}

.mb-68 {
  margin-bottom: 68px;
}

.mr-68 {
  margin-right: 68px;
}

.mx-68 {
  margin-left: 68px;
  margin-right: 68px;
}

.my-68 {
  margin-top: 68px;
  margin-bottom: 68px;
}

.m-68 {
  margin-top: 68px;
  margin-bottom: 68px;
  margin-left: 68px;
  margin-right: 68px;
}

.pt-68 {
  padding-top: 68px;
}

.pl-68 {
  padding-left: 68px;
}

.pb-68 {
  padding-bottom: 68px;
}

.pr-68 {
  padding-right: 68px;
}

.p-68 {
  padding-top: 68px;
  padding-bottom: 68px;
  padding-left: 68px;
  padding-right: 68px;
}

.px-68 {
  padding-left: 68px;
  padding-right: 68px;
}

.py-68 {
  padding-top: 68px;
  padding-bottom: 68px;
}

.mt-69 {
  margin-top: 69px;
}

.ml-69 {
  margin-left: 69px;
}

.mb-69 {
  margin-bottom: 69px;
}

.mr-69 {
  margin-right: 69px;
}

.mx-69 {
  margin-left: 69px;
  margin-right: 69px;
}

.my-69 {
  margin-top: 69px;
  margin-bottom: 69px;
}

.m-69 {
  margin-top: 69px;
  margin-bottom: 69px;
  margin-left: 69px;
  margin-right: 69px;
}

.pt-69 {
  padding-top: 69px;
}

.pl-69 {
  padding-left: 69px;
}

.pb-69 {
  padding-bottom: 69px;
}

.pr-69 {
  padding-right: 69px;
}

.p-69 {
  padding-top: 69px;
  padding-bottom: 69px;
  padding-left: 69px;
  padding-right: 69px;
}

.px-69 {
  padding-left: 69px;
  padding-right: 69px;
}

.py-69 {
  padding-top: 69px;
  padding-bottom: 69px;
}

.mt-70 {
  margin-top: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.m-70 {
  margin-top: 70px;
  margin-bottom: 70px;
  margin-left: 70px;
  margin-right: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.p-70 {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
  padding-right: 70px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.mt-71 {
  margin-top: 71px;
}

.ml-71 {
  margin-left: 71px;
}

.mb-71 {
  margin-bottom: 71px;
}

.mr-71 {
  margin-right: 71px;
}

.mx-71 {
  margin-left: 71px;
  margin-right: 71px;
}

.my-71 {
  margin-top: 71px;
  margin-bottom: 71px;
}

.m-71 {
  margin-top: 71px;
  margin-bottom: 71px;
  margin-left: 71px;
  margin-right: 71px;
}

.pt-71 {
  padding-top: 71px;
}

.pl-71 {
  padding-left: 71px;
}

.pb-71 {
  padding-bottom: 71px;
}

.pr-71 {
  padding-right: 71px;
}

.p-71 {
  padding-top: 71px;
  padding-bottom: 71px;
  padding-left: 71px;
  padding-right: 71px;
}

.px-71 {
  padding-left: 71px;
  padding-right: 71px;
}

.py-71 {
  padding-top: 71px;
  padding-bottom: 71px;
}

.mt-72 {
  margin-top: 72px;
}

.ml-72 {
  margin-left: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.mx-72 {
  margin-left: 72px;
  margin-right: 72px;
}

.my-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.m-72 {
  margin-top: 72px;
  margin-bottom: 72px;
  margin-left: 72px;
  margin-right: 72px;
}

.pt-72 {
  padding-top: 72px;
}

.pl-72 {
  padding-left: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pr-72 {
  padding-right: 72px;
}

.p-72 {
  padding-top: 72px;
  padding-bottom: 72px;
  padding-left: 72px;
  padding-right: 72px;
}

.px-72 {
  padding-left: 72px;
  padding-right: 72px;
}

.py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.mt-73 {
  margin-top: 73px;
}

.ml-73 {
  margin-left: 73px;
}

.mb-73 {
  margin-bottom: 73px;
}

.mr-73 {
  margin-right: 73px;
}

.mx-73 {
  margin-left: 73px;
  margin-right: 73px;
}

.my-73 {
  margin-top: 73px;
  margin-bottom: 73px;
}

.m-73 {
  margin-top: 73px;
  margin-bottom: 73px;
  margin-left: 73px;
  margin-right: 73px;
}

.pt-73 {
  padding-top: 73px;
}

.pl-73 {
  padding-left: 73px;
}

.pb-73 {
  padding-bottom: 73px;
}

.pr-73 {
  padding-right: 73px;
}

.p-73 {
  padding-top: 73px;
  padding-bottom: 73px;
  padding-left: 73px;
  padding-right: 73px;
}

.px-73 {
  padding-left: 73px;
  padding-right: 73px;
}

.py-73 {
  padding-top: 73px;
  padding-bottom: 73px;
}

.mt-74 {
  margin-top: 74px;
}

.ml-74 {
  margin-left: 74px;
}

.mb-74 {
  margin-bottom: 74px;
}

.mr-74 {
  margin-right: 74px;
}

.mx-74 {
  margin-left: 74px;
  margin-right: 74px;
}

.my-74 {
  margin-top: 74px;
  margin-bottom: 74px;
}

.m-74 {
  margin-top: 74px;
  margin-bottom: 74px;
  margin-left: 74px;
  margin-right: 74px;
}

.pt-74 {
  padding-top: 74px;
}

.pl-74 {
  padding-left: 74px;
}

.pb-74 {
  padding-bottom: 74px;
}

.pr-74 {
  padding-right: 74px;
}

.p-74 {
  padding-top: 74px;
  padding-bottom: 74px;
  padding-left: 74px;
  padding-right: 74px;
}

.px-74 {
  padding-left: 74px;
  padding-right: 74px;
}

.py-74 {
  padding-top: 74px;
  padding-bottom: 74px;
}

.mt-75 {
  margin-top: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.m-75 {
  margin-top: 75px;
  margin-bottom: 75px;
  margin-left: 75px;
  margin-right: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.p-75 {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 75px;
  padding-right: 75px;
}

.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.mt-76 {
  margin-top: 76px;
}

.ml-76 {
  margin-left: 76px;
}

.mb-76 {
  margin-bottom: 76px;
}

.mr-76 {
  margin-right: 76px;
}

.mx-76 {
  margin-left: 76px;
  margin-right: 76px;
}

.my-76 {
  margin-top: 76px;
  margin-bottom: 76px;
}

.m-76 {
  margin-top: 76px;
  margin-bottom: 76px;
  margin-left: 76px;
  margin-right: 76px;
}

.pt-76 {
  padding-top: 76px;
}

.pl-76 {
  padding-left: 76px;
}

.pb-76 {
  padding-bottom: 76px;
}

.pr-76 {
  padding-right: 76px;
}

.p-76 {
  padding-top: 76px;
  padding-bottom: 76px;
  padding-left: 76px;
  padding-right: 76px;
}

.px-76 {
  padding-left: 76px;
  padding-right: 76px;
}

.py-76 {
  padding-top: 76px;
  padding-bottom: 76px;
}

.mt-77 {
  margin-top: 77px;
}

.ml-77 {
  margin-left: 77px;
}

.mb-77 {
  margin-bottom: 77px;
}

.mr-77 {
  margin-right: 77px;
}

.mx-77 {
  margin-left: 77px;
  margin-right: 77px;
}

.my-77 {
  margin-top: 77px;
  margin-bottom: 77px;
}

.m-77 {
  margin-top: 77px;
  margin-bottom: 77px;
  margin-left: 77px;
  margin-right: 77px;
}

.pt-77 {
  padding-top: 77px;
}

.pl-77 {
  padding-left: 77px;
}

.pb-77 {
  padding-bottom: 77px;
}

.pr-77 {
  padding-right: 77px;
}

.p-77 {
  padding-top: 77px;
  padding-bottom: 77px;
  padding-left: 77px;
  padding-right: 77px;
}

.px-77 {
  padding-left: 77px;
  padding-right: 77px;
}

.py-77 {
  padding-top: 77px;
  padding-bottom: 77px;
}

.mt-78 {
  margin-top: 78px;
}

.ml-78 {
  margin-left: 78px;
}

.mb-78 {
  margin-bottom: 78px;
}

.mr-78 {
  margin-right: 78px;
}

.mx-78 {
  margin-left: 78px;
  margin-right: 78px;
}

.my-78 {
  margin-top: 78px;
  margin-bottom: 78px;
}

.m-78 {
  margin-top: 78px;
  margin-bottom: 78px;
  margin-left: 78px;
  margin-right: 78px;
}

.pt-78 {
  padding-top: 78px;
}

.pl-78 {
  padding-left: 78px;
}

.pb-78 {
  padding-bottom: 78px;
}

.pr-78 {
  padding-right: 78px;
}

.p-78 {
  padding-top: 78px;
  padding-bottom: 78px;
  padding-left: 78px;
  padding-right: 78px;
}

.px-78 {
  padding-left: 78px;
  padding-right: 78px;
}

.py-78 {
  padding-top: 78px;
  padding-bottom: 78px;
}

.mt-79 {
  margin-top: 79px;
}

.ml-79 {
  margin-left: 79px;
}

.mb-79 {
  margin-bottom: 79px;
}

.mr-79 {
  margin-right: 79px;
}

.mx-79 {
  margin-left: 79px;
  margin-right: 79px;
}

.my-79 {
  margin-top: 79px;
  margin-bottom: 79px;
}

.m-79 {
  margin-top: 79px;
  margin-bottom: 79px;
  margin-left: 79px;
  margin-right: 79px;
}

.pt-79 {
  padding-top: 79px;
}

.pl-79 {
  padding-left: 79px;
}

.pb-79 {
  padding-bottom: 79px;
}

.pr-79 {
  padding-right: 79px;
}

.p-79 {
  padding-top: 79px;
  padding-bottom: 79px;
  padding-left: 79px;
  padding-right: 79px;
}

.px-79 {
  padding-left: 79px;
  padding-right: 79px;
}

.py-79 {
  padding-top: 79px;
  padding-bottom: 79px;
}

.mt-80 {
  margin-top: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.m-80 {
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 80px;
  margin-right: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.p-80 {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mt-81 {
  margin-top: 81px;
}

.ml-81 {
  margin-left: 81px;
}

.mb-81 {
  margin-bottom: 81px;
}

.mr-81 {
  margin-right: 81px;
}

.mx-81 {
  margin-left: 81px;
  margin-right: 81px;
}

.my-81 {
  margin-top: 81px;
  margin-bottom: 81px;
}

.m-81 {
  margin-top: 81px;
  margin-bottom: 81px;
  margin-left: 81px;
  margin-right: 81px;
}

.pt-81 {
  padding-top: 81px;
}

.pl-81 {
  padding-left: 81px;
}

.pb-81 {
  padding-bottom: 81px;
}

.pr-81 {
  padding-right: 81px;
}

.p-81 {
  padding-top: 81px;
  padding-bottom: 81px;
  padding-left: 81px;
  padding-right: 81px;
}

.px-81 {
  padding-left: 81px;
  padding-right: 81px;
}

.py-81 {
  padding-top: 81px;
  padding-bottom: 81px;
}

.mt-82 {
  margin-top: 82px;
}

.ml-82 {
  margin-left: 82px;
}

.mb-82 {
  margin-bottom: 82px;
}

.mr-82 {
  margin-right: 82px;
}

.mx-82 {
  margin-left: 82px;
  margin-right: 82px;
}

.my-82 {
  margin-top: 82px;
  margin-bottom: 82px;
}

.m-82 {
  margin-top: 82px;
  margin-bottom: 82px;
  margin-left: 82px;
  margin-right: 82px;
}

.pt-82 {
  padding-top: 82px;
}

.pl-82 {
  padding-left: 82px;
}

.pb-82 {
  padding-bottom: 82px;
}

.pr-82 {
  padding-right: 82px;
}

.p-82 {
  padding-top: 82px;
  padding-bottom: 82px;
  padding-left: 82px;
  padding-right: 82px;
}

.px-82 {
  padding-left: 82px;
  padding-right: 82px;
}

.py-82 {
  padding-top: 82px;
  padding-bottom: 82px;
}

.mt-83 {
  margin-top: 83px;
}

.ml-83 {
  margin-left: 83px;
}

.mb-83 {
  margin-bottom: 83px;
}

.mr-83 {
  margin-right: 83px;
}

.mx-83 {
  margin-left: 83px;
  margin-right: 83px;
}

.my-83 {
  margin-top: 83px;
  margin-bottom: 83px;
}

.m-83 {
  margin-top: 83px;
  margin-bottom: 83px;
  margin-left: 83px;
  margin-right: 83px;
}

.pt-83 {
  padding-top: 83px;
}

.pl-83 {
  padding-left: 83px;
}

.pb-83 {
  padding-bottom: 83px;
}

.pr-83 {
  padding-right: 83px;
}

.p-83 {
  padding-top: 83px;
  padding-bottom: 83px;
  padding-left: 83px;
  padding-right: 83px;
}

.px-83 {
  padding-left: 83px;
  padding-right: 83px;
}

.py-83 {
  padding-top: 83px;
  padding-bottom: 83px;
}

.mt-84 {
  margin-top: 84px;
}

.ml-84 {
  margin-left: 84px;
}

.mb-84 {
  margin-bottom: 84px;
}

.mr-84 {
  margin-right: 84px;
}

.mx-84 {
  margin-left: 84px;
  margin-right: 84px;
}

.my-84 {
  margin-top: 84px;
  margin-bottom: 84px;
}

.m-84 {
  margin-top: 84px;
  margin-bottom: 84px;
  margin-left: 84px;
  margin-right: 84px;
}

.pt-84 {
  padding-top: 84px;
}

.pl-84 {
  padding-left: 84px;
}

.pb-84 {
  padding-bottom: 84px;
}

.pr-84 {
  padding-right: 84px;
}

.p-84 {
  padding-top: 84px;
  padding-bottom: 84px;
  padding-left: 84px;
  padding-right: 84px;
}

.px-84 {
  padding-left: 84px;
  padding-right: 84px;
}

.py-84 {
  padding-top: 84px;
  padding-bottom: 84px;
}

.mt-85 {
  margin-top: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.mx-85 {
  margin-left: 85px;
  margin-right: 85px;
}

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.m-85 {
  margin-top: 85px;
  margin-bottom: 85px;
  margin-left: 85px;
  margin-right: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.p-85 {
  padding-top: 85px;
  padding-bottom: 85px;
  padding-left: 85px;
  padding-right: 85px;
}

.px-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.mt-86 {
  margin-top: 86px;
}

.ml-86 {
  margin-left: 86px;
}

.mb-86 {
  margin-bottom: 86px;
}

.mr-86 {
  margin-right: 86px;
}

.mx-86 {
  margin-left: 86px;
  margin-right: 86px;
}

.my-86 {
  margin-top: 86px;
  margin-bottom: 86px;
}

.m-86 {
  margin-top: 86px;
  margin-bottom: 86px;
  margin-left: 86px;
  margin-right: 86px;
}

.pt-86 {
  padding-top: 86px;
}

.pl-86 {
  padding-left: 86px;
}

.pb-86 {
  padding-bottom: 86px;
}

.pr-86 {
  padding-right: 86px;
}

.p-86 {
  padding-top: 86px;
  padding-bottom: 86px;
  padding-left: 86px;
  padding-right: 86px;
}

.px-86 {
  padding-left: 86px;
  padding-right: 86px;
}

.py-86 {
  padding-top: 86px;
  padding-bottom: 86px;
}

.mt-87 {
  margin-top: 87px;
}

.ml-87 {
  margin-left: 87px;
}

.mb-87 {
  margin-bottom: 87px;
}

.mr-87 {
  margin-right: 87px;
}

.mx-87 {
  margin-left: 87px;
  margin-right: 87px;
}

.my-87 {
  margin-top: 87px;
  margin-bottom: 87px;
}

.m-87 {
  margin-top: 87px;
  margin-bottom: 87px;
  margin-left: 87px;
  margin-right: 87px;
}

.pt-87 {
  padding-top: 87px;
}

.pl-87 {
  padding-left: 87px;
}

.pb-87 {
  padding-bottom: 87px;
}

.pr-87 {
  padding-right: 87px;
}

.p-87 {
  padding-top: 87px;
  padding-bottom: 87px;
  padding-left: 87px;
  padding-right: 87px;
}

.px-87 {
  padding-left: 87px;
  padding-right: 87px;
}

.py-87 {
  padding-top: 87px;
  padding-bottom: 87px;
}

.mt-88 {
  margin-top: 88px;
}

.ml-88 {
  margin-left: 88px;
}

.mb-88 {
  margin-bottom: 88px;
}

.mr-88 {
  margin-right: 88px;
}

.mx-88 {
  margin-left: 88px;
  margin-right: 88px;
}

.my-88 {
  margin-top: 88px;
  margin-bottom: 88px;
}

.m-88 {
  margin-top: 88px;
  margin-bottom: 88px;
  margin-left: 88px;
  margin-right: 88px;
}

.pt-88 {
  padding-top: 88px;
}

.pl-88 {
  padding-left: 88px;
}

.pb-88 {
  padding-bottom: 88px;
}

.pr-88 {
  padding-right: 88px;
}

.p-88 {
  padding-top: 88px;
  padding-bottom: 88px;
  padding-left: 88px;
  padding-right: 88px;
}

.px-88 {
  padding-left: 88px;
  padding-right: 88px;
}

.py-88 {
  padding-top: 88px;
  padding-bottom: 88px;
}

.mt-89 {
  margin-top: 89px;
}

.ml-89 {
  margin-left: 89px;
}

.mb-89 {
  margin-bottom: 89px;
}

.mr-89 {
  margin-right: 89px;
}

.mx-89 {
  margin-left: 89px;
  margin-right: 89px;
}

.my-89 {
  margin-top: 89px;
  margin-bottom: 89px;
}

.m-89 {
  margin-top: 89px;
  margin-bottom: 89px;
  margin-left: 89px;
  margin-right: 89px;
}

.pt-89 {
  padding-top: 89px;
}

.pl-89 {
  padding-left: 89px;
}

.pb-89 {
  padding-bottom: 89px;
}

.pr-89 {
  padding-right: 89px;
}

.p-89 {
  padding-top: 89px;
  padding-bottom: 89px;
  padding-left: 89px;
  padding-right: 89px;
}

.px-89 {
  padding-left: 89px;
  padding-right: 89px;
}

.py-89 {
  padding-top: 89px;
  padding-bottom: 89px;
}

.mt-90 {
  margin-top: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.m-90 {
  margin-top: 90px;
  margin-bottom: 90px;
  margin-left: 90px;
  margin-right: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.p-90 {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 90px;
  padding-right: 90px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.mt-91 {
  margin-top: 91px;
}

.ml-91 {
  margin-left: 91px;
}

.mb-91 {
  margin-bottom: 91px;
}

.mr-91 {
  margin-right: 91px;
}

.mx-91 {
  margin-left: 91px;
  margin-right: 91px;
}

.my-91 {
  margin-top: 91px;
  margin-bottom: 91px;
}

.m-91 {
  margin-top: 91px;
  margin-bottom: 91px;
  margin-left: 91px;
  margin-right: 91px;
}

.pt-91 {
  padding-top: 91px;
}

.pl-91 {
  padding-left: 91px;
}

.pb-91 {
  padding-bottom: 91px;
}

.pr-91 {
  padding-right: 91px;
}

.p-91 {
  padding-top: 91px;
  padding-bottom: 91px;
  padding-left: 91px;
  padding-right: 91px;
}

.px-91 {
  padding-left: 91px;
  padding-right: 91px;
}

.py-91 {
  padding-top: 91px;
  padding-bottom: 91px;
}

.mt-92 {
  margin-top: 92px;
}

.ml-92 {
  margin-left: 92px;
}

.mb-92 {
  margin-bottom: 92px;
}

.mr-92 {
  margin-right: 92px;
}

.mx-92 {
  margin-left: 92px;
  margin-right: 92px;
}

.my-92 {
  margin-top: 92px;
  margin-bottom: 92px;
}

.m-92 {
  margin-top: 92px;
  margin-bottom: 92px;
  margin-left: 92px;
  margin-right: 92px;
}

.pt-92 {
  padding-top: 92px;
}

.pl-92 {
  padding-left: 92px;
}

.pb-92 {
  padding-bottom: 92px;
}

.pr-92 {
  padding-right: 92px;
}

.p-92 {
  padding-top: 92px;
  padding-bottom: 92px;
  padding-left: 92px;
  padding-right: 92px;
}

.px-92 {
  padding-left: 92px;
  padding-right: 92px;
}

.py-92 {
  padding-top: 92px;
  padding-bottom: 92px;
}

.mt-93 {
  margin-top: 93px;
}

.ml-93 {
  margin-left: 93px;
}

.mb-93 {
  margin-bottom: 93px;
}

.mr-93 {
  margin-right: 93px;
}

.mx-93 {
  margin-left: 93px;
  margin-right: 93px;
}

.my-93 {
  margin-top: 93px;
  margin-bottom: 93px;
}

.m-93 {
  margin-top: 93px;
  margin-bottom: 93px;
  margin-left: 93px;
  margin-right: 93px;
}

.pt-93 {
  padding-top: 93px;
}

.pl-93 {
  padding-left: 93px;
}

.pb-93 {
  padding-bottom: 93px;
}

.pr-93 {
  padding-right: 93px;
}

.p-93 {
  padding-top: 93px;
  padding-bottom: 93px;
  padding-left: 93px;
  padding-right: 93px;
}

.px-93 {
  padding-left: 93px;
  padding-right: 93px;
}

.py-93 {
  padding-top: 93px;
  padding-bottom: 93px;
}

.mt-94 {
  margin-top: 94px;
}

.ml-94 {
  margin-left: 94px;
}

.mb-94 {
  margin-bottom: 94px;
}

.mr-94 {
  margin-right: 94px;
}

.mx-94 {
  margin-left: 94px;
  margin-right: 94px;
}

.my-94 {
  margin-top: 94px;
  margin-bottom: 94px;
}

.m-94 {
  margin-top: 94px;
  margin-bottom: 94px;
  margin-left: 94px;
  margin-right: 94px;
}

.pt-94 {
  padding-top: 94px;
}

.pl-94 {
  padding-left: 94px;
}

.pb-94 {
  padding-bottom: 94px;
}

.pr-94 {
  padding-right: 94px;
}

.p-94 {
  padding-top: 94px;
  padding-bottom: 94px;
  padding-left: 94px;
  padding-right: 94px;
}

.px-94 {
  padding-left: 94px;
  padding-right: 94px;
}

.py-94 {
  padding-top: 94px;
  padding-bottom: 94px;
}

.mt-95 {
  margin-top: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.mx-95 {
  margin-left: 95px;
  margin-right: 95px;
}

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.m-95 {
  margin-top: 95px;
  margin-bottom: 95px;
  margin-left: 95px;
  margin-right: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.p-95 {
  padding-top: 95px;
  padding-bottom: 95px;
  padding-left: 95px;
  padding-right: 95px;
}

.px-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.mt-96 {
  margin-top: 96px;
}

.ml-96 {
  margin-left: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.mx-96 {
  margin-left: 96px;
  margin-right: 96px;
}

.my-96 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.m-96 {
  margin-top: 96px;
  margin-bottom: 96px;
  margin-left: 96px;
  margin-right: 96px;
}

.pt-96 {
  padding-top: 96px;
}

.pl-96 {
  padding-left: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pr-96 {
  padding-right: 96px;
}

.p-96 {
  padding-top: 96px;
  padding-bottom: 96px;
  padding-left: 96px;
  padding-right: 96px;
}

.px-96 {
  padding-left: 96px;
  padding-right: 96px;
}

.py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.mt-97 {
  margin-top: 97px;
}

.ml-97 {
  margin-left: 97px;
}

.mb-97 {
  margin-bottom: 97px;
}

.mr-97 {
  margin-right: 97px;
}

.mx-97 {
  margin-left: 97px;
  margin-right: 97px;
}

.my-97 {
  margin-top: 97px;
  margin-bottom: 97px;
}

.m-97 {
  margin-top: 97px;
  margin-bottom: 97px;
  margin-left: 97px;
  margin-right: 97px;
}

.pt-97 {
  padding-top: 97px;
}

.pl-97 {
  padding-left: 97px;
}

.pb-97 {
  padding-bottom: 97px;
}

.pr-97 {
  padding-right: 97px;
}

.p-97 {
  padding-top: 97px;
  padding-bottom: 97px;
  padding-left: 97px;
  padding-right: 97px;
}

.px-97 {
  padding-left: 97px;
  padding-right: 97px;
}

.py-97 {
  padding-top: 97px;
  padding-bottom: 97px;
}

.mt-98 {
  margin-top: 98px;
}

.ml-98 {
  margin-left: 98px;
}

.mb-98 {
  margin-bottom: 98px;
}

.mr-98 {
  margin-right: 98px;
}

.mx-98 {
  margin-left: 98px;
  margin-right: 98px;
}

.my-98 {
  margin-top: 98px;
  margin-bottom: 98px;
}

.m-98 {
  margin-top: 98px;
  margin-bottom: 98px;
  margin-left: 98px;
  margin-right: 98px;
}

.pt-98 {
  padding-top: 98px;
}

.pl-98 {
  padding-left: 98px;
}

.pb-98 {
  padding-bottom: 98px;
}

.pr-98 {
  padding-right: 98px;
}

.p-98 {
  padding-top: 98px;
  padding-bottom: 98px;
  padding-left: 98px;
  padding-right: 98px;
}

.px-98 {
  padding-left: 98px;
  padding-right: 98px;
}

.py-98 {
  padding-top: 98px;
  padding-bottom: 98px;
}

.mt-99 {
  margin-top: 99px;
}

.ml-99 {
  margin-left: 99px;
}

.mb-99 {
  margin-bottom: 99px;
}

.mr-99 {
  margin-right: 99px;
}

.mx-99 {
  margin-left: 99px;
  margin-right: 99px;
}

.my-99 {
  margin-top: 99px;
  margin-bottom: 99px;
}

.m-99 {
  margin-top: 99px;
  margin-bottom: 99px;
  margin-left: 99px;
  margin-right: 99px;
}

.pt-99 {
  padding-top: 99px;
}

.pl-99 {
  padding-left: 99px;
}

.pb-99 {
  padding-bottom: 99px;
}

.pr-99 {
  padding-right: 99px;
}

.p-99 {
  padding-top: 99px;
  padding-bottom: 99px;
  padding-left: 99px;
  padding-right: 99px;
}

.px-99 {
  padding-left: 99px;
  padding-right: 99px;
}

.py-99 {
  padding-top: 99px;
  padding-bottom: 99px;
}

.mt-100 {
  margin-top: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.m-100 {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 100px;
  margin-right: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.p-100 {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.rubric-link {
  font-size: 18px;
  line-height: 21px;
  color: rgba(0, 49, 60, 0.5);
  text-decoration: underline;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-transform: uppercase;
  font-weight: 600;
}

.rubric-link:hover {
  color: #00313c;
  text-decoration: none;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
}

.card:hover .card__title {
  color: #008c95;
}

.card__category {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}

.card__category a {
  margin-left: 15px;
  font-size: 18px;
  line-height: 21px;
  text-decoration: underline;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.card__category a:hover {
  opacity: 1;
}

.card .rubric-link {
  margin-bottom: 20px;
}

.card__image {
  margin-bottom: 20px;
}

.card__image img {
  width: 100%;
  height: 268px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.card__title {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 20px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.card__introtext {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 38px;
}

.card .tags {
  margin-bottom: 5px;
}

.card .tags__item {
  font-size: 14px;
  line-height: 16px;
  padding: 5px 10px;
}

.card .date {
  font-size: 14px;
  line-height: 16px;
}

.card_filled {
  position: relative;
  padding: 30px;
  color: #ffffff;
  min-height: 466px;
}

.card_filled .card__title {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.card_filled:hover .card__title,
.card_filled .card__title:hover {
  color: inherit;
  opacity: 0.5;
}

.card_filled > * {
  position: relative;
  z-index: 1;
}

.card_filled .card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}

.card_filled:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.card_filled .date {
  color: rgba(255, 255, 255, 0.5);
}

.card_filled .tags__item {
  border-color: rgba(255, 255, 255, 0.2);
}

.card_filled .tags__item:not(.disabled):not(.active):hover {
  border-color: white;
}

.card_2cell {
  grid-column: auto/span 2;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
}

.tags__item {
  font-size: 14px;
  line-height: 16px;
  border: 1px solid rgba(0, 49, 60, 0.2);
  padding: 10px 20px;
  border-radius: 60px;
  margin-right: 10px;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  margin-bottom: 20px;
  cursor: pointer;
}

.tags__item.active {
  border-color: #e04e39;
  color: #e04e39;
  cursor: default;
}

.tags__item.disabled {
  opacity: 0.5;
  cursor: default;
}

.tags__item:not(.disabled):not(.active):hover {
  border-color: #00313c;
}

.tags_white .tags__item {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.tags_white .tags__item:not(.disabled):hover {
  border-color: #ffffff;
}

.date {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 49, 60, 0.5);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination span {
  color: rgba(0, 49, 60, 0.2);
}

.pagination__item {
  padding: 20px;
  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;
  font-size: 18px;
  line-height: 21px;
  margin-right: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgba(0, 49, 60, 0.2);
}

.pagination__item.active {
  cursor: default;
  background-color: #008c95;
  border-color: #008c95;
  color: #ffffff;
}

.pagination__item:not(span):not(.active):not(.disabled):hover {
  border-color: #008c95;
  color: #008c95;
}

.pagination__item.disabled {
  opacity: 0.5;
  cursor: default;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  /* стили при наведении курсора на checkbox когда он не checked */
  /* стили для чекбокса, находящегося в состоянии disabled */
}

.custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-radius: 2px;
  border: 1px solid rgba(0, 49, 60, 0.2);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 15px;
  margin-block: auto;
}

.custom-checkbox:checked + label::before {
  border-color: #008c95;
  background-color: #008c95;
  background-image: url("../img/icons/check.png");
  background-size: 10px;
}

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #008c95;
}

.custom-checkbox:disabled + label {
  cursor: default;
}

.custom-checkbox:disabled + label::before {
  opacity: 0.1;
}

.form__input {
  padding: 19px;
  background: #ffffff;
  border: 1px solid rgba(0, 49, 60, 0.2);
  color: rgba(0, 49, 60, 0.5);
  font-size: 18px;
  line-height: 21px;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}

.form__input:hover:not(:disabled),
.form__input:focus:not(:disabled) {
  border-color: #00313c;
}

.form__input:disabled {
  opacity: 0.5;
}

.form__input::-webkit-input-placeholder {
  color: rgba(0, 49, 60, 0.5);
}

.form__input::-moz-placeholder {
  color: rgba(0, 49, 60, 0.5);
}

.form__input:-ms-input-placeholder {
  color: rgba(0, 49, 60, 0.5);
}

.form__input::-ms-input-placeholder {
  color: rgba(0, 49, 60, 0.5);
}

.form__input::placeholder {
  color: rgba(0, 49, 60, 0.5);
}

.form__input.error {
  border-color: #e04e39 !important;
}

.form__label {
  cursor: pointer;
}

.form .error-text {
  font-size: 14px;
  line-height: 16px;
  color: #e04e39;
  margin-top: 5px;
}

.form__textarea {
  resize: none;
  width: 100%;
  height: 140px;
}

.button-with-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button-with-circle:not(.disabled):hover {
  color: #e04e39;
}

.button-with-circle_white {
  color: #ffffff;
}

.button-with-circle_white:not(.disabled):hover {
  color: rgba(255, 255, 255, 0.5);
}

.button-with-circle.disabled {
  opacity: 0.5;
  cursor: default;
}

.button-with-circle_left .button-with-circle__circle {
  margin-left: 0;
  margin-right: 20px;
}

.button-with-circle__circle {
  width: 35px;
  height: 35px;
  color: #ffffff;
  font-size: 21px;
  border-radius: 50%;
  background-color: #e04e39;
  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;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 49, 60, 0.2);
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.button:not(.disabled):not(:disabled):hover {
  border-color: #00313c;
}

.button_green {
  background-color: #008c95;
  color: #ffffff;
}

.button_green:not(.disabled):not(:disabled):hover {
  background-color: rgba(0, 140, 149, 0.7);
}

.button.disabled,
.button:disabled {
  opacity: 0.5;
  cursor: default;
}

.rounded-button {
  border: 1px solid rgba(0, 49, 60, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  padding: 10px 20px;
  color: rgba(0, 49, 60, 0.5);
  -webkit-transition: color 0.5s, border-color 0.5s;
  transition: color 0.5s, border-color 0.5s;
}

.rounded-button:hover {
  border-color: #00313c;
  color: #00313c;
}

.slider {
  position: relative;
}

.slider__area {
  position: absolute;
  height: 100%;
  top: 0;
  width: calc((100% - 1290px) / 2);
  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;
  cursor: pointer;
}

.slider__area_left {
  left: 0;
  background-color: #77e2c3;
}

.slider__area_left .arrow {
  background-color: #008c95;
  color: #ffffff;
}

.slider__area_left:hover .arrow {
  opacity: 0.5;
}

.slider__area_right {
  right: 0;
}

.slider__area_right:hover .arrow {
  border-color: #00313c;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.socials__item {
  width: 40px;
  height: 40px;
  font-size: 30px;
  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;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.socials__item:hover {
  opacity: 1;
}

.socials__item + .socials__item {
  margin-left: 10px;
}

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

.arrow {
  width: 50px;
  height: 50px;
  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;
  font-size: 30px;
  border-radius: 50%;
  border: 1px solid rgba(0, 49, 60, 0.2);
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.arrow:hover {
  border-color: #00313c;
}

.custom-select {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 49, 60, 0.2);
}

.custom-select:hover .custom-select__arrow {
  opacity: 1;
}

.custom-select__arrow {
  position: absolute;
  right: 0;
  bottom: 17px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0.5;
}

.custom-select input {
  width: 100%;
  height: 100%;
  padding-right: 15px;
  font-size: 18px;
  line-height: 21px;
}

.custom-select.active .custom-select__options {
  opacity: 1;
  visibility: visible;
}

.custom-select.active .custom-select__arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.custom-select__options {
  position: absolute;
  width: 100%;
  height: 280px;
  top: 100%;
  left: 0;
  border: 1px solid rgba(0, 49, 60, 0.2);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  background-color: #ffffff;
  z-index: 10;
}

.custom-select__options::-webkit-scrollbar {
  width: 10px;
}

.custom-select__options::-webkit-scrollbar-track {
  background-color: rgba(0, 49, 60, 0.05);
}

.custom-select__options::-webkit-scrollbar-thumb {
  background-color: rgba(0, 49, 60, 0.2);
}

.custom-select__option {
  padding: 20px;
  cursor: pointer;
  font-size: 18px;
  line-height: 21px;
}

.custom-select__option:hover,
.custom-select__option.selected {
  background-color: rgba(0, 49, 60, 0.1);
}

.custom-select__option.selected {
  cursor: default;
}

.visible_t {
  display: none;
}

.visible_d {
  display: block;
}

.visible_m {
  display: none;
}

.inline-button {
  display: inline-block;
  padding: 3.75px 7.5px;
  border: 1px solid rgba(0, 140, 149, 0.2);
  border-radius: 45px;
  line-height: 15.75px;
}

.modal {
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal__header {
  background-color: #008c95;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 40px;
}

.modal__header img {
  width: 147px;
}

.modal__header img.visible_m {
  width: 120px;
}

.modal .icon-cross {
  opacity: 0.5;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.modal .icon-cross:hover {
  opacity: 1;
}

.modal__body {
  padding: 50px 30px;
}

.image-caption {
  font-size: 10px;
  line-height: 12px;
  padding: 3px 10px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute !important;
  top: 0;
  left: 0;
  display: inline-block;
  color: #ffffff;
}

.image-caption_static {
  background-color: transparent;
  color: #000;
  position: static !important;
  padding: 0;
  opacity: 0.5;
  margin-top: 5px;
}

.fancybox-image img {
  max-width: 100%;
}

.header {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  border-top: 3px solid #008c95;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 9;
}

.header .search-form-closer {
  display: none;
  font-size: 18px;
  line-height: 21px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 42px;
  padding-right: 42px;
  background-color: #f6f6f6;
}

.header .hamburger {
  display: none;
  font-size: 21px;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f6f6f6;
}

.header .hamburger .closer {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  position: absolute;
}

.header .hamburger .opener {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.header .hamburger.active .closer {
  opacity: 1;
  visibility: visible;
  position: static;
}

.header .hamburger.active .opener {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.header .logo {
  position: relative;
  z-index: 1;
}

.header .logo__mob {
  display: none;
}

.header .logo img {
  width: 161px;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__nav__item {
  font-size: 24px;
  line-height: 28px;
  position: relative;
}

.header__nav__item > * {
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}

.header__nav__item > * i {
  margin-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__nav__item > * .regular {
  position: absolute;
}

.header__nav__item > * .bold {
  visibility: hidden;
  font-weight: bold;
}

.header__nav__item:hover > a,
.header__nav__item.active > a {
  color: #008c95;
}

.header__nav__item:hover > a .regular,
.header__nav__item.active > a .regular {
  visibility: hidden;
}

.header__nav__item:hover > a .bold,
.header__nav__item.active > a .bold {
  visibility: visible;
}

.header__nav__item:hover > a i,
.header__nav__item.active > a i {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.header__nav__item:hover .header__nav__submenu {
  opacity: 1;
  visibility: visible;
}

.header__nav__submenu {
  position: absolute;
  top: calc(100% - 20px);
  left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  padding: 0 !important;
  height: auto;
}

.header__nav__submenu__item {
  padding: 0 !important;
  width: 100%;
  border-bottom: 1px solid rgba(0, 49, 60, 0.1);
}

.header__nav__submenu__item a {
  padding: 15px 20px;
  font-size: 14px;
  line-height: 16px;
  display: block;
}

.header__nav__submenu__item:hover a,
.header__nav__submenu__item.active a {
  background-color: #e6ebec;
  opacity: 1;
}

.header__mailing {
  position: relative;
  background-color: #008c95;
  font-size: 14px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 99px;
  margin-right: 20px;
  cursor: pointer;
}

.header__mailing img {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

.header .lang-switcher {
  margin-left: 20px;
  font-size: 16px;
  line-height: 19px;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 40px;
  background: #f6f6f6;
}

.search-form .icon-cross {
  font-size: 21px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 45px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  display: inline-block;
}

.search-form__button {
  font-size: 21px;
  width: 40px;
  height: 100%;
  position: relative;
}

.search-form input {
  height: 100%;
  padding-left: 20px;
  font-size: 18px;
  line-height: 21px;
  padding-right: 70px;
  position: absolute;
  color: rgba(0, 49, 60, 0.5);
  right: 0;
  top: 0;
  background: #f6f6f6;
  width: 340px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.search-form input::-webkit-input-placeholder {
  color: rgba(0, 49, 60, 0.5);
}

.search-form input::-moz-placeholder {
  color: rgba(0, 49, 60, 0.5);
}

.search-form input:-ms-input-placeholder {
  color: rgba(0, 49, 60, 0.5);
}

.search-form input::-ms-input-placeholder {
  color: rgba(0, 49, 60, 0.5);
}

.search-form input::placeholder {
  color: rgba(0, 49, 60, 0.5);
}

.search-form.active .icon-cross {
  opacity: 0.5;
  visibility: visible;
}

.search-form.active input {
  opacity: 1;
  visibility: visible;
  border-right: none;
}

.lang-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  position: relative;
  color: #00313c;
}

.lang-switcher__options {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.5s, visibility 0.5s, background-color 0.5s;
  transition: opacity 0.5s, visibility 0.5s, background-color 0.5s;
}

.lang-switcher__item {
  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;
  width: 80px;
  height: 40px;
  background-color: #f6f6f6;
  border-top: 1px solid rgba(0, 49, 60, 0.2);
}

.lang-switcher__item:hover {
  background-color: #ccd6d8;
}

.lang-switcher__item img {
  width: 16px;
  margin-left: 10px;
}

.lang-switcher > .lang-switcher__item {
  border-top: none;
}

.lang-switcher:hover .lang-switcher__options {
  opacity: 1;
  visibility: visible;
}

.logo {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: auto;
}

.logo img {
  width: 304px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mobile-menu {
  position: fixed;
  z-index: 10;
  top: 60px;
  right: -100vw;
  width: 100vw;
  height: calc(100% - 60px);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  overflow: hidden;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu__top {
  padding-top: 15px;
}

.mobile-menu__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
}

.mobile-menu__body::-webkit-scrollbar {
  width: 10px;
}

.mobile-menu__body::-webkit-scrollbar-track {
  background-color: #f2f4f5;
}

.mobile-menu__body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 49, 60, 0.2);
}

.mobile-menu__top,
.mobile-menu__bottom {
  padding-left: 10px;
  padding-right: 10px;
}

.mobile-menu .search-form {
  width: 100%;
}

.mobile-menu .search-form .icon-cross {
  opacity: 0.5;
  visibility: visible;
}

.mobile-menu .search-form input {
  opacity: 1;
  visibility: visible;
  position: static;
  padding-right: 30px;
  width: 100%;
}

.mobile-menu__item {
  font-size: 16px;
  line-height: 19px;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(0, 49, 60, 0.1);
  list-style-type: none;
}

.mobile-menu__item > a,
.mobile-menu__item > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.mobile-menu__item > a img,
.mobile-menu__item > span img {
  width: 19px;
  margin-right: 10px;
}

.mobile-menu__item > a i,
.mobile-menu__item > span i {
  margin-left: auto;
  padding: 10px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.mobile-menu__item.active > a,
.mobile-menu__item.active > span {
  color: #008c95;
}

.mobile-menu__item.active i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile-menu__item.active .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu .submenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}

.mobile-menu .submenu__item {
  position: relative;
  list-style-type: none;
  margin-top: 20px;
}

.mobile-menu .submenu__item:first-child {
  margin-top: 15px;
}

.mobile-menu .submenu__item:before {
  content: "";
  height: 1px;
  width: 19px;
  background-color: #00313c;
  opacity: 0.2;
  display: block;
  position: absolute;
  top: 10px;
}

.mobile-menu .submenu__item.active > a,
.mobile-menu .submenu__item.active > span {
  color: #008c95;
}

.mobile-menu .submenu__item a {
  padding-left: 29px;
  display: block;
}

.mobile-menu__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f4f5;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 38px;
  color: rgba(0, 49, 60, 0.5);
}

.mobile-menu .lang-switcher__options {
  background: #ffffff;
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  border-top: none;
  border-bottom: 1px solid rgba(0, 49, 60, 0.2);
}

.footer {
  background-color: #00313c;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 100px;
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 19px;
}

.footer a {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.footer a:hover {
  color: #ffffff;
}

.footer .container {
  max-width: 1518px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__column {
  color: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__column > * + * {
  margin-top: 15px;
}

.footer__menu__sub {
  padding-left: 30px;
  position: relative;
}

.footer__menu__sub:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.footer .socials {
  margin-top: 25px;
}

.footer .socials__item {
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 30px;
  opacity: 1;
}

.footer .socials__item:hover {
  opacity: 0.5;
}

.footer__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 38px;
  margin-top: 113px;
}

.footer .logo {
  margin-right: auto;
}

.footer .logo img {
  width: 147px;
}

.footer .lang-switcher {
  margin-left: 50px;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
}

.footer .lang-switcher__options {
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.footer .lang-switcher__item {
  background-color: rgba(255, 255, 255, 0.1);
}

.footer .lang-switcher img {
  width: 16px;
  margin-left: 10px;
}

.mailing-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  max-width: calc(100% - 30px);
}

.mailing-modal .icon-cross {
  font-size: 30px;
  top: 35px;
  right: 35px;
  position: absolute;
  color: #00313c;
}

.mailing-modal__decoration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 190px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mailing-modal__decoration img {
  width: 100%;
}

.mailing-modal__decoration-mobile {
  display: none;
  border-top: 2px solid #00313c;
  max-height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mailing-modal__body {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 80px;
  position: relative;
}

.mailing-modal__body h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
  font-weight: 400;
}

.mailing-modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mailing-modal__form .form__input {
  width: 300px;
  margin-right: 30px;
}

.mailing-modal__form .confidential {
  margin-top: 15px;
  font-size: 14px;
  width: 100%;
}

.mailing-modal__form .confidential a {
  color: #008c95;
  text-decoration: underline;
}

.subscribe {
  background-color: #ffffff;
  position: relative;
  background-color: rgba(0, 49, 60, 0.05);
  overflow: hidden;
  padding-block: 100px;
}

.subscribe:before {
  content: "";
  width: 322px;
  aspect-ratio: 1;
  background-color: #77e2c3;
  position: absolute;
  border-radius: 50%;
  left: -88px;
  top: 223px;
  z-index: 1;
}

.subscribe:after {
  content: "";
  width: 962px;
  aspect-ratio: 1;
  background-color: #f9f9f9;
  border-radius: 50%;
  position: absolute;
  top: -97px;
  left: -408px;
}

.subscribe .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  z-index: 1;
  position: relative;
}

.subscribe h2 {
  font-size: 60px;
  line-height: 88px;
  font-weight: 400;
}

.subscribe__list {
  font-size: 18px;
  line-height: 38px;
}

.subscribe__list li {
  padding-left: 25px;
  position: relative;
}

.subscribe__list li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #008c95;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.subscribe-form__input {
  width: 481px;
}

.subscribe .form__input {
  padding: 19px;
  font-size: 18px;
  line-height: 21px;
  width: 100%;
}

.subscribe .form .error-text {
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px;
}

.subscribe .custom-checkbox + label {
  font-size: 14px;
  line-height: 38px;
  width: 100%;
}

.subscribe .custom-checkbox + label::before {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}

.subscribe .button-with-circle {
  background-color: #e04e39;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 3px 3px 3px 20px;
  color: #ffffff;
  border-radius: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subscribe .button-with-circle:hover {
  color: #000;
}

.subscribe .button-with-circle__circle {
  background-color: #000;
}

.subscribe .confidential a {
  color: #008c95;
  text-decoration: underline;
}

.subscribe .confidential a:hover {
  text-decoration: none;
}

.subscribe__decoration {
  position: absolute;
  width: 1570px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #f9f9f9;
  top: -401px;
  right: -858px;
}

.subscribe__decoration::before {
  content: "";
  position: absolute;
  width: 776px;
  background-color: #fff;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.subscribe-success-modal {
  width: 630px;
}

.subscribe-success-modal h2 {
  text-align: center;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
}

.subscribe-success-modal h3 {
  text-align: center;
  font-size: 18px;
  line-height: 38px;
}

.subscribe-success-modal_countdown {
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  opacity: 0.5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.subscribe-page .category__header {
  background-color: #f9f9f9;
}

.subscribe-about {
  font-size: 24px;
  line-height: 1.4;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 100px;
}

.subscribe-about p {
  grid-column: span 8;
}

.subscribe-about img {
  grid-column: -3/-1;
}

.subscribe-about-2 {
  margin-top: 100px;
  font-weight: 100;
  font-size: 60px;
  line-height: 88px;
}

.subscribe-about-2 strong {
  font-weight: 700;
}

.subscribe-list {
  font-size: 24px;
  line-height: 2;
  margin-top: 100px;
  padding-left: 20px;
}

.subscribe-list li {
  list-style-type: disc;
}

.subscribe-list a {
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-list a:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.subscribe-info {
  margin-block: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.subscribe-info h2 {
  font-size: 48px;
  font-weight: 400;
  padding-bottom: 30px;
}

.subscribe-info__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.subscribe-info__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 24px;
  line-height: 1.4;
}

.subscribe-info__list__item:nth-last-child(-n+3) {
  border-top: 1px solid rgba(0, 49, 60, 0.3);
  padding-top: 30px;
}

.subscribe-info__list__item img {
  width: 60px;
}

.main .h2 {
  font-size: 48px;
  line-height: 56px;
}

.main .card {
  padding-bottom: 0;
}

.main .card__image img {
  height: 340px;
}

.main .card .rubric-link {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 21px;
  color: #00313c;
}

.main .card__title {
  margin-bottom: 20px;
}

.main .card__introtext {
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 20px;
}

.main .card .tags {
  margin-bottom: 20px;
}

.main .card .tags__item {
  font-size: 14px;
  line-height: 16px;
  padding: 5px 10px;
  margin-right: 10px;
}

.main .card .date {
  font-size: 14px;
  line-height: 16px;
}

.main__title {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

.main__actual .arrow {
  position: absolute;
  bottom: 37px;
  z-index: 8;
  background-color: #fff;
  width: 75px;
  height: 75px;
  font-size: 45px;
}

.main__actual .arrow_left {
  left: 30px;
}

.main__actual .arrow_right {
  right: 30px;
}

.main__actual .owl-carousel,
.main__actual .owl-stage-outer {
  height: 100%;
}

.main__actual .owl-item {
  width: 730px !important;
}

.main__actual .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.main__actual__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 580px;
  padding: 75px 110px;
  color: #ffffff;
}

.main__actual__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00313c;
  opacity: 0.8;
  z-index: 1;
}

.main__actual__item_filled {
  background-color: #77e2c3;
  color: #00313c;
}

.main__actual__item_filled:after {
  content: none;
}

.main__actual__item_gray:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.main__actual__item > * {
  position: relative;
  z-index: 2;
}

.main__actual__item .main__actual__item__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}

.main__actual__item .main__title {
  margin-bottom: 15px;
}

.main__actual__item .main__title:hover {
  opacity: 0.7;
}

.main__actual__item__intro {
  font-size: 18px;
  line-height: 38px;
}

.main__actual__item .button-with-circle {
  margin-top: 15px;
  font-size: 18px;
  line-height: 21px;
}

.main__banner picture,
.main__banner img {
  width: 100%;
}

.main__publications {
  padding-top: 50px;
  padding-bottom: 100px;
}

.main__publications .card .rubric-link {
  margin-bottom: 10px;
}

.main__publications .card__title {
  margin-bottom: 10px;
}

.main__publications .card__introtext {
  margin-bottom: 10px;
}

.main__publications .card .tags {
  margin-bottom: -5px;
}

.main__publications .container {
  max-width: 1290px;
}

.main__publications .h2 {
  margin-bottom: 50px;
}

.main__publications__grid {
  display: grid;
  grid-template-columns: 520px 520px;
  grid-column-gap: 140px;
  grid-row-gap: 50px;
}

.main__categories .container {
  max-width: 1290px;
}

.main__categories__row {
  position: relative;
}

.main__categories__row video {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  top: 0;
  left: 0;
}

.main__categories__row_top {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main__categories__row_top .card:hover .main__title,
.main__categories__row_top .main__title:hover {
  color: inherit;
  opacity: 0.7;
}

.main__categories__row_bottom {
  padding-top: 145px;
  padding-bottom: 145px;
}

.main__categories .h2 {
  padding-bottom: 50px;
  font-size: 48px;
  line-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__categories .h2 a {
  font-size: 18px;
  line-height: 21px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  margin-left: 20px;
}

.main__categories .h2 a:hover {
  text-decoration: none;
}

.main__categories__additional {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
}

.main__categories__grid {
  display: grid;
  grid-template-columns: 520px minmax(auto, 630px);
  grid-column-gap: 140px;
  position: relative;
}

.category-decoration {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position-y: 75px;
}

.category-decoration_left {
  background-image: url("../img/category/decor_01.png");
}

.category-decoration_right {
  background-image: url("../img/category/decor_02.png");
}

.category__header {
  padding-top: 50px;
  padding-bottom: 60px;
}

.category__header_small {
  padding-bottom: 100px;
}

.category__title {
  font-size: 50px;
  line-height: 75px;
  padding-bottom: 50px;
}

.category__title_small {
  font-size: 48px;
  line-height: 56px;
  padding-bottom: 0;
}

.category__title span {
  text-transform: uppercase;
  color: #008c95;
}

.category__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(0, 49, 60, 0.2);
  margin-bottom: -34px;
  max-height: 500px;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}

.category__menu__head {
  display: none;
}

.category__menu__head.hidden .category__menu__toggler {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.category__menu__toggler {
  width: 35px;
  height: 35px;
  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;
  background-color: rgba(0, 49, 60, 0.1);
  font-size: 21px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.category__menu.hidden {
  max-height: 0;
  overflow: hidden;
}

.category__menu__item {
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 15px;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  cursor: pointer;
}

.category__menu__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 3px;
  width: 100%;
  background-color: #008c95;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.category__menu__item:not(.disabled):hover {
  color: #008c95;
}

.category__menu__item.disabled {
  opacity: 0.5;
  cursor: default;
}

.category__menu__item.active {
  color: #008c95;
}

.category__menu__item.active:after {
  opacity: 1;
  visibility: visible;
}

.category__menu__item + .category__menu__item {
  margin-left: 50px;
}

.category__slider {
  margin-bottom: 50px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  row-gap: 50px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 80px;
}

.grid__item {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.grid__item:first-child {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.survey-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 600px;
  height: 100%;
}

.survey-card__wrapper {
  position: relative;
}

.survey-card img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.survey-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.survey-card:hover .survey-card__text {
  opacity: 0.7;
}

.survey-card__text {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.survey-card__title {
  font-size: 24px;
  line-height: 42px;
  margin-top: 20px;
}

.banner-card {
  background-color: #008c95;
}

.banner-card img {
  max-width: 100%;
}

.category-nav {
  margin-top: 80px;
  margin-bottom: 130px;
}

.big-banner {
  height: 400px;
}

.big-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.page__header {
  position: relative;
  margin-bottom: 50px;
}

.page__header .rounded-button {
  position: absolute;
  top: 50px;
  left: calc((100% - 1290px) / 2);
  font-size: 18px;
  line-height: 21px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page__header .rounded-button i {
  margin-right: 30px;
}

.page__header_print .page__header__image {
  height: auto;
  border-bottom: none;
}

.page__header_print .page__header__text {
  width: 100%;
  margin: 0;
  padding: 50px 0;
}

.page__header__image {
  position: relative;
}

.page__header__image img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page__header__image img_wb {
  border-bottom: none;
}

.page__header__image .image-caption {
  z-index: 1;
}

.page__header__decoration {
  position: absolute;
  top: 0;
  right: 0;
  height: 700px;
  width: auto;
}

.page__header__text {
  width: 925px;
  margin-left: 240px;
  margin-top: -220px;
  background-color: #ffffff;
  padding: 30px 111px 30px 75px;
  position: relative;
}

.page__header__text a {
  color: #008c95;
}

.page__header__text a:visited {
  color: #008c95;
}

.page__header__rubric {
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(0, 49, 60, 0.5);
  margin-bottom: 20px;
}

.page__header__rubric > span {
  margin-left: 25px;
  color: #008c95;
  text-transform: none;
  font-weight: 400;
}

.page__header__rubric > span span:before {
  content: "·";
  font-size: 40px;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 9px;
  padding-right: 9px;
}

.page__header h1 {
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 20px;
}

.page__header .page__date-socials {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 49, 60, 0.2);
}

.page__header .page__date-socials a {
  color: #00313c;
}

.page__date-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 49, 60, 0.5);
  font-size: 14px;
  line-height: 16px;
}

.page__date-socials .date {
  margin-right: auto;
}

.page__date-socials .socials {
  margin-left: 15px;
  color: #00313c;
}

.page__tags {
  background: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container_print {
  max-width: 1070px;
}

.article_print {
  margin-top: 100px;
}

.article_print__copyright {
  font-size: 14px;
  line-height: 38px;
  opacity: 0.5;
}

.article_print .block-border-left:before {
  width: 2px;
  background-color: #d7d7d7 !important;
}

.article_print__header__href {
  border-top: 1px solid rgba(0, 49, 60, 0.2);
  padding-top: 15px;
  margin-top: 15px;
}

.article > * + * {
  margin-top: 50px;
}

.article ol,
.article ul {
  padding-left: 20px;
}

.article ul li {
  list-style-type: disc;
}

.article h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  margin-bottom: 20px;
}

.article h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  margin-bottom: 20px;
}

.article h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 20px;
}

.article a {
  color: #008c95;
  text-decoration: underline;
}

.article a:hover {
  text-decoration: none;
}

.block {
  font-size: 24px;
  line-height: 42px;
}

.block.pa {
  padding: 50px;
}

.block.px {
  padding-left: 50px;
  padding-right: 50px;
}

.block.py {
  padding-top: 50px;
  padding-bottom: 50px;
}

.block.pt {
  padding-top: 50px;
}

.block.pr {
  padding-right: 50px;
}

.block.pb {
  padding-bottom: 50px;
}

.block.pl {
  padding-left: 50px;
}

.block.mx {
  margin-left: 50px;
  margin-right: 50px;
}

.block.ml {
  margin-left: 50px;
}

.block.mr {
  margin-right: 50px;
}

.block.bt {
  border-top: 1px solid #00313c;
}

.block.bb {
  border-bottom: 1px solid #00313c;
}

.block-side {
  position: relative;
}

.block-side__inner {
  width: 190px;
  border-top: 5px solid #e04e39;
  padding: 20px 10px 0;
  font-size: 14px;
  line-height: 21px;
  position: absolute;
  left: -220px;
}

.block-gray {
  background: #f9f9f9;
  border: 1px solid rgba(0, 49, 60, 0.2);
}

.block-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-number .number {
  font-size: 96px;
  line-height: 112px;
  margin-right: 50px;
}

.block-border-left {
  font-size: 24px;
  line-height: 42px;
  padding-left: 50px;
  position: relative;
}

.block-border-left:before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.block-border-left.green:before {
  background-color: #77e2c3;
}

.block-border-left.cyan:before {
  background-color: #008c95;
}

.block-border-left.red:before {
  background-color: #e04e39;
}

.block-border-left.black:before {
  background-color: #00313c;
}

.block-image-float .image {
  width: 300px;
  max-width: 50%;
  margin-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block-image-float .image img {
  width: 100%;
}

.block-image-float p + p {
  margin-top: 20px;
}

.block-image-float.left .image {
  margin-right: 30px;
  float: left;
}

.block-image-float.right .image {
  margin-left: 30px;
  float: right;
}

.block-image-wide__image {
  position: relative;
  margin-bottom: 20px;
}

.block-image-wide img {
  width: 100%;
}

.block-images-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 30px;
}

.block-images-grid__item {
  position: relative;
}

.block-images-grid__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.block-images-grid__item:after {
  font-family: "icons" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\e905";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  color: #fff;
  font-size: 50px;
}

.block-images-grid__item:hover:before,
.block-images-grid__item:hover:after {
  opacity: 1;
  visibility: visible;
}

.block-images-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.block-images-grid .big.tl {
  grid-area: 1/1/3/3;
}

.block-images-grid .big.tr {
  grid-area: 1/2/3/4;
}

.block-images-grid .big.bl {
  grid-area: 2/1/4/3;
}

.block-images-grid .big.br {
  grid-area: 2/2/4/4;
}

.article-modal-image .fancybox-bg {
  background: #000;
}

.article-modal-image .fancybox-infobar {
  color: #ffffff;
  right: 30px;
  bottom: 20px;
  left: unset;
  top: unset;
}

.article-modal-image .fancybox-toolbar {
  top: 50px;
  right: 50px;
}

.article-modal-image .fancybox-button--close {
  background-color: transparent;
  width: auto;
  height: auto;
  color: #ffffff;
}

.article-modal-image .fancybox-button--close svg {
  width: 30px;
  height: 30px;
}

.article-modal-image .fancybox-button--arrow_left,
.article-modal-image .fancybox-button--arrow_right {
  color: #00313c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0;
  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;
  top: calc(50% - 25px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.article-modal-image .fancybox-button--arrow_left:not(:disabled):hover,
.article-modal-image .fancybox-button--arrow_right:not(:disabled):hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.article-modal-image .fancybox-button--arrow_left:disabled,
.article-modal-image .fancybox-button--arrow_right:disabled {
  color: #00313c;
  opacity: 0.5;
}

.article-modal-image .fancybox-button--arrow_left svg,
.article-modal-image .fancybox-button--arrow_right svg {
  width: 30px;
}

.article-modal-image .fancybox-button--arrow_left {
  left: calc((100% - 1170px) / 2 - 50px);
}

.article-modal-image .fancybox-button--arrow_right {
  right: calc((100% - 1170px) / 2 - 50px);
}

.article-modal-image .fancybox-slide--image .fancybox-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-modal-image .fancybox-slide--image .fancybox-content .fancybox-image {
  position: relative;
  height: auto;
  margin: 0 auto;
  max-width: 1070px;
}

.article-modal-image.fancybox-is-open .fancybox-bg {
  opacity: 0.4;
}

.block-slider {
  position: relative;
}

.block-slider__item {
  position: relative;
}

.block-slider img {
  max-width: 100%;
}

.block-slider .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.block-slider .arrow.left {
  left: -80px;
}

.block-slider .arrow.right {
  right: -80px;
}

.block-person__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-person img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 30px;
}

.block-person__title {
  font-weight: 700;
}

.block-person .question,
.block-person .answer {
  margin-top: 20px;
}

.block-person .question:before,
.block-person .answer:before {
  content: "—";
  float: left;
  margin-right: 5px;
}

.block-person .question {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
}

.block-image-caption {
  position: relative;
}

.block-image-caption img {
  width: 100%;
}

.block-image-caption .caption {
  font-style: italic;
  margin-top: 20px;
}

.block-image-caption .caption_inner {
  background-color: #ffffff;
  padding: 10px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
}

.block-video {
  position: relative;
}

.block-video video {
  width: 100%;
}

.block-video__wrapper {
  position: relative;
}

.block-video .start-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  font-size: 50px;
  color: #00313c;
  z-index: 1;
  cursor: pointer;
}

.block-video .start-layer .play-icon {
  width: 102px;
  height: 102px;
  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;
  border-radius: 50%;
  background-color: #ffffff;
}

.block-video .start-layer:hover i {
  -webkit-transform: scale(1.6);
      -ms-transform: scale(1.6);
          transform: scale(1.6);
  color: #008c95;
}

.block-video .start-layer i {
  font-size: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.block-video__poster {
  width: 100%;
}

.block-video.active .start-layer {
  display: none;
}

.block-video .caption {
  margin-top: 20px;
  font-style: italic;
}

.block-reference {
  background: #f9f9f9;
  padding: 30px;
}

.block-reference__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 49, 60, 0.2);
  color: #008c95;
  font-weight: 700;
  margin-bottom: 30px;
}

.block-reference__header i {
  margin-right: 15px;
  font-size: 48px;
}

.block-reference__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 20px;
}

.block-table__title {
  font-weight: 700;
  margin-bottom: 10px;
}

.block-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 16px;
}

.block-table table th {
  font-weight: 700;
  text-align: left;
}

.block-table table tr,
.block-table table th,
.block-table table td {
  border: 1px solid rgba(0, 49, 60, 0.2);
}

.block-table table th,
.block-table table td {
  padding: 8px 10px;
}

.block-table thead {
  background: rgba(0, 49, 60, 0.05);
}

.block-table .caption {
  margin-top: 10px;
  font-style: italic;
}

.block-quote {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}

.block-quote__text {
  font-size: 24px;
  line-height: 42px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 49, 60, 0.2);
  margin-bottom: 10px;
}

.block-quote__text p + p {
  margin-top: 20px;
}

.block-quote__text:before {
  content: "“";
  font-weight: 900;
  font-size: 36px;
}

.block-quote__text:after {
  content: "”";
  font-weight: 900;
  font-size: 36px;
}

.block-quote__name {
  font-weight: bold;
}

.block-links {
  padding: 30px;
  color: #008c95;
  border: 1px solid rgba(0, 49, 60, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block-links a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.block-links a:hover {
  color: #e04e39;
}

.block-inline-links {
  padding: 30px;
  color: #008c95;
  border: 1px solid rgba(0, 49, 60, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-inline-links a {
  margin-right: 15px;
}

.block-themes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.block-themes .themes {
  position: relative;
  display: block;
  width: 299px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}

.block-themes .themes .themes-card {
  position: sticky;
  top: 100px;
  margin-bottom: 30px;
}

.block-themes .themes .themes-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block-themes .themes .theme {
  font-size: 18px;
  line-height: 21px;
  color: #008c95;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.block-themes .themes .theme.active {
  color: #e04e39;
  text-decoration: underline;
}

.block-themes .themes .theme + .theme {
  margin-top: 35px;
}

.block-themes .descriptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid rgba(0, 49, 60, 0.2);
}

.block-themes .descriptions .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 29px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 49, 60, 0.2);
}

.block-themes .descriptions .description.active .description__top {
  color: #e04e39;
}

.block-themes .descriptions .description .block-gray {
  border: none;
  border-bottom: 1px solid rgba(0, 49, 60, 0.2);
}

.block-themes .descriptions .description__top {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 20px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.block-themes .descriptions .description__top span {
  color: #e04e39;
}

.block-themes .descriptions .description__card > * {
  max-width: 100%;
}

.block-themes .descriptions .description__card p + p {
  margin-top: 20px;
}

.block-themes .descriptions .description + .description {
  margin-top: 50px;
}

.article__footer {
  border-bottom: 1px solid rgba(0, 49, 60, 0.2);
  padding-top: 100px;
  padding-bottom: 30px;
}

.article__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}

.article__actions__button {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 21px;
  border-radius: 60px;
  border-width: 1px;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}

.article__actions__button i {
  font-size: 25px;
}

.article__actions__button.like {
  border-color: #e04e39;
  color: #e04e39;
}

.article__actions__button.like i {
  margin-left: 10px;
}

.article__actions__button.like .count {
  margin-right: 10px;
  color: rgba(0, 49, 60, 0.5);
}

.article__actions__button.print {
  border-color: #008c95;
  color: #008c95;
}

.article__actions__button.print i {
  margin-right: 10px;
}

.article__actions__button:not(.disabled):hover {
  border-color: rgba(0, 49, 60, 0.2);
}

.article__actions__button.disabled {
  opacity: 0.5;
  cursor: default;
}

.comments {
  padding-top: 150px;
  padding-bottom: 54px;
  border-bottom: 1px solid rgba(0, 49, 60, 0.2);
}

.comments__title {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 30px;
}

.comments__title span {
  color: rgba(0, 49, 60, 0.5);
}

.comments .button-with-circle {
  margin-top: 35px;
}

.comments__more-button {
  padding-left: 98px;
  padding-right: 98px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.comments__more-button span {
  color: rgba(0, 49, 60, 0.5);
}

.comments-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.comments-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
  margin-top: 50px;
  border-bottom: 1px solid rgba(0, 49, 60, 0.2);
}

.comments-list__item__top {
  margin-bottom: 20px;
}

.comments-list__item__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  margin-right: 15px;
}

.similar {
  margin-top: 150px;
}

.similar .owl-carousel,
.similar .owl-stage-outer,
.similar .card {
  height: 100%;
}

.similar .owl-stage {
  display: -webkit-inline-box;
  height: 100%;
}

.similar__title {
  font-size: 48px;
  line-height: 56px;
}

.similar__category {
  text-decoration: underline;
  margin-bottom: 20px;
  color: rgba(0, 49, 60, 0.5);
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.similar__category:hover {
  text-decoration: none;
  color: #00313c;
}

.similar__material {
  font-size: 18px;
  line-height: 21px;
  color: #008c95;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.similar__material__delimeter:before {
  content: "·";
  font-size: 40px;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 9px;
  padding-right: 9px;
}

.similar .card__introtext {
  margin-bottom: 50px;
}

.similar__slider {
  margin-top: 100px;
  margin-bottom: 111px;
  position: relative;
}

.similar__slider .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.similar__slider .arrow.left {
  left: -80px;
}

.similar__slider .arrow.right {
  right: -80px;
}

.survey {
  margin-top: 100px;
  padding-bottom: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 110px;
}

.survey:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 110px;
  height: calc(100% - 110px);
  background-color: #f9f9f9;
  z-index: 1;
}

.survey__dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 30px;
}

.survey__dates > * {
  margin-right: 20px;
}

.survey__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  position: relative;
  z-index: 1;
}

.survey__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.survey__item__image {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.survey__item__image img {
  width: 100%;
  max-height: 100%;
}

.survey__item__head {
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 49, 60, 0.2);
  border-left: 1px solid rgba(0, 49, 60, 0.2);
  border-right: 1px solid rgba(0, 49, 60, 0.2);
  padding: 30px;
  position: relative;
}

.survey__item__progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background-color: rgba(0, 49, 60, 0.2);
}

.survey__item__progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #00313c;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.survey__item__progress-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}

.survey__item__progress-text span {
  opacity: 0.5;
}

.survey__item__text {
  font-size: 24px;
  line-height: 42px;
}

.survey__item__body {
  background-color: #ffffff;
  padding: 30px 30px 35px;
  border: 1px solid rgba(0, 49, 60, 0.2);
}

.survey__item__variant {
  padding: 17px 80px 17px 20px;
  border: 1px solid rgba(0, 49, 60, 0.2);
  cursor: pointer;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  display: block;
  position: relative;
}

.survey__item__variant .percentage {
  position: absolute;
  right: 40px;
  top: 27px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #00313c;
}

.survey__item__variant .progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  height: 10px;
  background-color: rgba(0, 49, 60, 0.1);
}

.survey__item__variant .progress span {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 49, 60, 0.3);
}

.survey__item__variant input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.survey__item__variant textarea {
  width: 100%;
  height: 150px;
  background: #ffffff;
  resize: none;
  padding: 17px 20px;
  font-size: 18px;
  line-height: 38px;
}

.survey__item__variant_custom {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.survey__item__variant.active {
  border-color: #008c95;
  background: #008c95;
}

.survey__item__variant.user-selected {
  color: #008c95;
}

.survey__item__variant.user-selected .progress span {
  background-color: #008c95;
}

.survey__item__variant.correct {
  background-color: rgba(0, 140, 149, 0.5);
  border-color: transparent;
}

.survey__item__variant.incorrect {
  background-color: rgba(224, 78, 57, 0.5);
  border-color: transparent;
}

.survey__item__variant.disabled {
  opacity: 0.5;
  cursor: default;
}

.survey__item__explanation {
  display: none;
  margin-top: 40px;
}

.survey__item__explanation.active {
  display: inherit;
}

.survey__item.answered .survey__item__variant {
  cursor: default;
}

.survey__item.answered .survey__item__variant:hover {
  pointer-events: none;
}

.survey__item__variant + .survey__item__variant {
  margin-top: 20px;
}

.survey__result {
  position: relative;
  z-index: 2;
}

.survey__result__image {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.survey__result__image img {
  width: 100%;
}

.survey__result__body {
  background-color: #ffffff;
  border: 1px solid rgba(0, 49, 60, 0.2);
  border-top: 5px solid #00313c;
  padding: 30px 110px 110px;
}

.survey__result__progress {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 50px;
}

.survey__result__progress span {
  opacity: 0.5;
}

.survey__result__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.survey__result__correct-answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  padding: 22px 50px;
  border: 1px solid #008c95;
  color: #008c95;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
}

.survey__result__correct-answers span {
  font-size: 36px;
  line-height: 42px;
}

.survey__result__correct-answers span span {
  font-size: 64px;
  line-height: 75px;
}

.survey__result__answers {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}

.survey__result__answers.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.survey__result__answers .survey {
  margin-top: 30px;
}

.survey__result__answers .survey__item__variant.active {
  font-weight: 700;
  color: #008c95;
}

.survey__result__answers .survey__item__variant.active .progress span {
  background-color: #008c95;
}

.survey__button {
  margin-top: 30px;
  min-width: 409px;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  z-index: 1;
}

.survey__button_result {
  -ms-flex-item-align: auto;
      align-self: auto;
}

.survey__button i {
  margin-left: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.survey__button.active i {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.survey-answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
}

.survey-answers__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00313c;
  padding: 20px 30px;
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 50px;
}

.survey-answers__top .date {
  color: rgba(255, 255, 255, 0.5);
}

.survey-answers__top .survey__dates {
  margin-bottom: 0;
}

.survey-answers .survey {
  margin-top: 30px;
}

.survey-answers .survey__item__variant.active {
  font-weight: 700;
  color: #008c95;
}

.survey-answers .survey__item__variant.active .progress span {
  background-color: #008c95;
}

.survey-answers__title {
  font-size: 36px;
  line-height: 52px;
}

.survey-answers__counter {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  margin-top: 50px;
}

.survey-answers__counter span {
  color: #e04e39;
}

.survey-answers .survey__button {
  margin-top: 50px;
}

.survey .block-reference__header {
  color: #008c95;
}

.page404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
  font-size: 18px;
  line-height: 21px;
  color: rgba(0, 49, 60, 0.2);
  height: 1080px;
  background: url("../img/404-background.png") center no-repeat;
  background-size: cover;
}

.page404__title {
  font-weight: 300;
  font-size: 144px;
  line-height: 169px;
  color: #008c95;
  margin-bottom: 40px;
}

.page404__subtitle {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
  color: #00313c;
}

.page404 .socials {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #00313c;
}

.page404 .rounded-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page404 .rounded-button i {
  margin-right: 30px;
}

.search__header {
  margin-bottom: 50px;
  padding-bottom: 0;
}

.search__header .category__title {
  font-size: 48px;
  line-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search__header .category__title .tags__item {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 30px;
}

.search__header .category__title .all-tags {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  width: 170px;
  padding: 10px 0;
  margin-left: auto;
}

.search__header .category__menu {
  margin-bottom: 0;
}

.search__header .category__menu__item span {
  opacity: 0.5;
}

.search__tags-card {
  padding-top: 41px;
}

.search-highlight {
  color: #008c95;
}

.search .main__publications {
  padding-bottom: 0;
}

.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.search__form__toggler {
  display: none;
  width: 60px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border: 1px solid rgba(0, 49, 60, 0.2);
  font-size: 21px;
  margin-left: 20px;
}

.search__form__toggler .icon-cross {
  display: none;
}

.search__form__toggler .icon-hamburger {
  display: inline-block;
}

.search__form__toggler.active .icon-hamburger {
  display: none;
}

.search__form__toggler.active .icon-cross {
  display: inline-block;
}

.search__form__input-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 27px;
}

.search__form__input-wrapper i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.search__form__input-wrapper i:hover {
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.search__form .form__input {
  width: 100%;
  border-color: #008c95;
  color: #00313c;
  padding-right: 64px;
}

.search__form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__form__bottom > * {
  margin-right: 30px;
}

.search__form__calendar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__form__calendar:hover i {
  opacity: 1;
}

.search__form__calendar i {
  position: absolute;
  right: 0;
  bottom: 17px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.5;
}

.search__form__input {
  width: 300px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 49, 60, 0.2);
  font-size: 18px;
  line-height: 21px;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  padding-right: 25px;
}

.search__form__input:hover {
  border-bottom: 1px solid #00313c;
}

.search__form__input::-webkit-input-placeholder {
  color: rgba(0, 49, 60, 0.5);
}

.search__form__input::-moz-placeholder {
  color: rgba(0, 49, 60, 0.5);
}

.search__form__input:-ms-input-placeholder {
  color: rgba(0, 49, 60, 0.5);
}

.search__form__input::-ms-input-placeholder {
  color: rgba(0, 49, 60, 0.5);
}

.search__form__input::placeholder {
  color: rgba(0, 49, 60, 0.5);
}

.search__form__button {
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 17px;
  border: 1px solid rgba(0, 49, 60, 0.2);
}

.search__form__button_submit {
  padding: 0 52px;
  border: none;
}

.search__form__button_calendar {
  width: 120px;
  margin-top: 25px;
  margin-bottom: 37px;
}

.search__form__button_calendar_gray {
  background-color: #f6f6f6;
  border: none;
  float: left;
  margin-left: 11px;
}

.search__form__button_calendar_green {
  background-color: #008c95;
  color: #ffffff;
  float: right;
  margin-right: 11px;
}

.search__empty {
  margin-bottom: 0;
}

.search__empty__text {
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: rgba(0, 49, 60, 0.5);
  padding-top: 100px;
  padding-bottom: 100px;
}

.flatpickr-calendar {
  padding-left: 25px;
  padding-right: 25px;
  width: 350px;
}

.flatpickr-days {
  width: 300px;
}

.dayContainer {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
}

.flatpickr-day {
  max-width: 50px;
  font-size: 15px;
  height: 27px;
  line-height: 27px;
  margin-bottom: 10px;
  border-radius: 0;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: #008c95;
  color: #f2f2f2;
  border-color: #008c95;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 0;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 #f6f6f6, 5px 0 0 #f6f6f6;
          box-shadow: 0 0 0 #f6f6f6, 5px 0 0 #f6f6f6;
}

span.flatpickr-weekday {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #008c95;
}

.flatpickr-months {
  margin-top: 39px;
  margin-bottom: 30px;
  position: relative;
}

.policy__navigation {
  border-bottom: 1px solid rgba(0, 49, 60, 0.2);
}

.policy__navigation .block-links {
  border: none;
  padding: 30px 0;
}

.policy__text {
  margin-top: 50px;
  margin-bottom: 131px;
}

.policy__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
}

.policy__title {
  width: 410px;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 36px;
  line-height: 52px;
}

.policy__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.policy__info > * + * {
  margin-top: 30px;
}

.policy__info ul,
.policy__info ol {
  padding-left: 30px;
}

.policy__divider {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  background-color: rgba(0, 49, 60, 0.2);
}

.tags-list {
  padding-top: 80px;
  padding-bottom: 130px;
}

.tags-list .tags__item span {
  opacity: 0.5;
  margin-left: 10px;
}

.tags-list__title {
  font-size: 36px;
  line-height: 52px;
  margin-bottom: 30px;
}

.tags-list__title ~ .tags-list__title {
  margin-top: 80px;
}

.category-decoration_about {
  background-position-y: 1031px;
}

.about {
  background-image: url("../img/about/back.png");
  background-size: 100% auto;
  background-position: top 0;
  background-repeat: no-repeat;
  padding-bottom: 236px;
}

.about__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 36px;
  line-height: 58px;
  background-color: #ffffff;
  position: relative;
}

.about__intro:before {
  content: "";
  position: absolute;
  width: calc((100vw - 1290px) / 2);
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #ffffff;
}

.about__intro__text {
  padding: 50px 0;
}

.about__intro .about__intro__decoration-desktop {
  width: 195px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 245px;
}

.about__intro .about__intro__decoration-mobile {
  display: none;
  margin-left: -10px;
  width: calc(100% + 20px);
  max-width: 320px;
}

.about__timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 190px;
}

.about__timeline__item {
  padding-top: 45px;
  padding-left: 70px;
  position: relative;
}

.about__timeline__item + .about__timeline__item {
  margin-top: 55px;
  border-top: 1px solid rgba(0, 49, 60, 0.3);
}

.about__timeline__item + .about__timeline__item .decoration {
  position: absolute;
  width: 9px;
  left: -5px;
  top: 0;
  -webkit-transform: translateY(-350px);
      -ms-transform: translateY(-350px);
          transform: translateY(-350px);
}

.about__timeline__year {
  font-size: 144px;
  line-height: 169px;
  font-weight: bold;
  margin-bottom: 20px;
}

.about__timeline__year_green {
  color: #008c95;
}

.about__timeline__year span {
  font-size: 72px;
  line-height: 84px;
  font-weight: 100;
}

.about__timeline .about__timeline__image-desktop {
  width: 520px;
  margin-right: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.about__timeline .about__timeline__image-tablet {
  max-width: 100%;
  display: none;
}

.about__timeline .about__timeline__image-mobile {
  display: none;
  max-width: 100%;
}

.about__quote {
  margin-top: 100px;
  font-weight: 100;
  font-size: 60px;
  line-height: 88px;
}

.modal-back:after {
  content: "";
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000000;
  opacity: 0.4;
}

.auth-modal {
  width: 630px;
}

.auth-modal h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 50px;
}

.auth-modal__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 49, 60, 0.2);
}

.auth-modal__socials span {
  opacity: 0.5;
  margin-right: 15px;
}

.auth-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 600px;
  margin: 50px auto 100px;
}

.auth-form .form__input {
  margin-bottom: 20px;
}

.auth-form .password-recovery {
  color: #008c95;
  display: block;
  text-decoration: underline;
}

.auth-form .password-recovery:hover {
  text-decoration: none;
}

.auth-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.partnersips__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partnersips__nav .category__menu {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;
  overflow: auto;
}

.partnersips__nav__item {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  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;
  border: 1px solid rgba(0, 49, 60, 0.2);
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.partnersips__nav__item:not(.disabled) {
  cursor: pointer;
}

.partnersips__nav__item:not(.disabled):hover {
  border-color: #00313c;
  background-color: #00313c;
  color: #ffffff;
}

.partnersips__wrapper {
  margin-top: 50px;
}

.partnersips__body {
  padding: 110px;
  border: 1px solid rgba(0, 49, 60, 0.2);
}

.partnersips__body > *:nth-child(2) {
  margin-top: 0;
}

.partnersips__body > * + * {
  margin-top: 20px;
}

.partnersips__body__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.partnersips__body__button {
  width: calc((100% - 30px) / 2);
  padding: 47px 20px;
  background: #f9f9f9;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partnersips__body__button:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.partnersips__body__button:not(.disabled):hover {
  border-color: #008c95;
  color: #008c95;
}

.partnersips__body__button:not(.disabled):hover .button-with-circle__circle {
  background-color: #008c95;
}

.partnersips__body__button_hidden {
  opacity: 0;
  visibility: hidden;
}

.partnersips__body__button .button-with-circle__circle {
  width: 40px;
  height: 40px;
  font-size: 24px;
  background-color: #00313c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partnersips__banner {
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff !important;
  margin-top: 75px;
  margin-bottom: 97.5px;
  background-size: cover;
  position: relative;
}

.partnersips__banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 49, 60, 0)), to(rgba(0, 49, 60, 0.5))), rgba(0, 49, 60, 0.3);
  background: linear-gradient(180deg, rgba(0, 49, 60, 0) 0%, rgba(0, 49, 60, 0.5) 100%), rgba(0, 49, 60, 0.3);
  z-index: 0;
}

.partnersips__banner__info {
  padding: 22.5px;
  position: relative;
  z-index: 1;
}

.partnersips__banner__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28.5px;
  display: block;
}

.partnersips__banner__text {
  font-size: 15px;
  line-height: 28.5px;
  display: block;
}

.partnersips__banner .button-with-circle {
  margin-top: 7.5px;
}

.partnersips__banner__decoration {
  max-height: 100%;
  position: relative;
  z-index: 1;
}

.documents__section {
  width: 100%;
}

.documents .document {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 70%, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.2666666667vw;
  padding-bottom: 4.2666666667vw;
  width: 100%;
}

.documents .document:hover .document__icon {
  opacity: 1;
}

.documents .document:hover .document__name {
  color: #fd5a42;
}

.documents .document:first-child {
  border-top: 1px solid rgba(230, 230, 230, 0.8);
  padding-top: 20px;
}

.documents .document__name {
  padding-right: 10px;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}

.documents .document__info {
  color: #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.documents .document__info-size,
.documents .document__info-type {
  margin-right: 12px;
}

.documents .document__info-size {
  border-right: 1px solid hsla(0, 0%, 70%, 0.7);
  padding-right: 12px;
}

.documents .document__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.documents .document__icon svg {
  height: 33.33%;
  width: 42.22%;
}

.documents .button-arrow {
  height: 30px;
  width: 30px;
  background-color: #fd5a42;
  border-radius: 50%;
  position: relative;
  background-color: #fd5a42;
  border-radius: 50%;
  position: relative;
}

.documents .button-arrow svg {
  stroke: #ffffff;
  stroke-width: 3px;
  height: 13px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 30%;
  width: 40%;
}

.documents .caption-3 {
  font-size: 0.8125rem;
  letter-spacing: -0.02em;
  line-height: 1.5;
  text-transform: uppercase;
}

.documents .body-1 {
  font-size: 0.9375rem;
  line-height: 1.5;
}

h2 {
  font-weight: 500;
}

@media (min-width: 375px) {
  .documents .caption-3 {
    font-size: 0.8125rem;
  }

  .documents .body-1 {
    font-size: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .documents .document {
    margin-bottom: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
  }

  .documents .document__name {
    margin-bottom: 8px;
  }

  .documents .document__info-size,
  .documents .document__info-type {
    margin-right: 16px;
  }

  .documents .caption-3 {
    font-size: calc(0.81836rem - 0.01221vw);
  }

  .documents .body-1 {
    font-size: calc(0.94336rem - 0.01221vw);
  }
}

@media (min-width: 1240px) {
  .header__mailing {
    font-size: 10.5px;
    line-height: 11.25px;
    margin-right: 15px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    padding-left: 11.25px;
    padding-right: 11.25px;
  }

  .header__mailing img {
    width: 15.75px;
    height: 15.75px;
    margin-right: 7.5px;
  }

  .header .lang-switcher {
    margin-left: 15px;
    font-size: 12px;
    line-height: 14.25px;
  }

  .search-form {
    height: 30px;
  }

  .search-form .icon-cross {
    font-size: 15.75px;
    right: 33.75px;
  }

  .search-form__button {
    font-size: 15.75px;
    width: 30px;
  }

  .search-form input {
    padding-left: 15px;
    font-size: 13.5px;
    line-height: 15.75px;
    padding-right: 52.5px;
    width: 255px;
  }

  .lang-switcher {
    font-size: 10.5px;
    line-height: 12px;
  }

  .lang-switcher__item {
    width: 60px;
    height: 30px;
  }

  .lang-switcher__item img {
    width: 12px;
    margin-left: 7.5px;
  }
}

@media (min-width: 1280px) {
  .documents .document {
    margin-bottom: 1.25vw;
    padding-bottom: 1.25vw;
  }

  .documents .document__icon {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .documents .button-arrow {
    height: calc(-2px + 2.5vw);
    width: calc(-2px + 2.5vw);
  }

  .documents .caption-3 {
    font-size: calc(0.71875rem + 0.03906vw);
  }

  .documents .body-1 {
    font-size: calc(0.82813rem + 0.05859vw);
  }
}

@media (min-width: 1291px) {
  body {
    line-height: 28.5px;
    font-size: 13.5px;
  }

  .rubric-link {
    font-size: 13.5px;
    line-height: 15.75px;
  }

  .card .rubric-link {
    margin-bottom: 15px;
  }

  .tags {
    margin-bottom: -15px;
  }

  .tags__item {
    font-size: 10.5px;
    line-height: 12px;
    padding: 3.75px 7.5px;
    border-radius: 45px;
    margin-right: 7.5px;
    margin-bottom: 15px;
  }

  .date {
    font-size: 10.5px;
    line-height: 12px;
  }

  .custom-checkbox + label::before {
    width: 13.5px;
    height: 13.5px;
    margin-right: 11.25px;
  }

  .custom-checkbox:checked + label::before {
    background-size: 7.5px;
  }

  .form__input {
    padding: 14.25px;
    font-size: 13.5px;
    line-height: 15.75px;
  }

  .form .error-text {
    font-size: 10.5px;
    line-height: 12px;
    margin-top: 3.75px;
  }

  .form__textarea {
    height: 105px;
  }

  .button-with-circle {
    font-size: 13.5px;
    line-height: 15.75px;
  }

  .button-with-circle_left .button-with-circle__circle {
    margin-left: 0;
    margin-right: 15px;
  }

  .button-with-circle__circle {
    width: 26.25px;
    height: 26.25px;
    font-size: 15.75px;
    margin-left: 15px;
  }

  .button {
    font-size: 13.5px;
    line-height: 15.75px;
    padding-top: 14.25px;
    padding-bottom: 14.25px;
  }

  .rounded-button {
    border-radius: 45px;
    padding: 7.5px 15px;
  }

  .slider__area {
    width: calc((100% - 967.5px) / 2);
  }

  .socials__item {
    width: 30px;
    height: 30px;
    font-size: 22.5px;
  }

  .socials__item + .socials__item {
    margin-left: 7.5px;
  }

  .arrow {
    width: 37.5px;
    height: 37.5px;
    font-size: 22.5px;
  }

  .custom-select__arrow {
    bottom: 12.75px;
  }

  .custom-select input {
    padding-right: 11.25px;
    font-size: 13.5px;
    line-height: 15.75px;
  }

  .custom-select__options {
    height: 210px;
  }

  .custom-select__options::-webkit-scrollbar {
    width: 7.5px;
  }

  .custom-select__option {
    padding: 15px;
    font-size: 13.5px;
    line-height: 15.75px;
  }

  .modal__header {
    padding: 22.5px;
    font-size: 30px;
  }

  .modal__header img {
    width: 110.25px;
  }

  .modal__body {
    padding: 37.5px 22.5px;
  }

  .header {
    height: 75px;
    padding-left: 37.5px;
    padding-right: 37.5px;
  }

  .header__nav__item {
    font-size: 18px;
    line-height: 21px;
  }

  .header__nav__item > * {
    padding: 0 18.75px;
  }

  .header__nav__submenu {
    left: 18.75px;
  }

  .logo img {
    width: 228px;
  }

  .subscribe .button-with-circle {
    font-size: 13.5px;
    margin-left: 15.75px;
  }

  .subscribe-success-modal {
    width: 472.5px;
  }

  .subscribe-success-modal h2 {
    font-size: 27px;
    line-height: 31.5px;
    margin-bottom: 15px;
  }

  .subscribe-success-modal h3 {
    font-size: 13.5px;
    line-height: 28.5px;
  }

  .subscribe-success-modal_countdown {
    font-size: 13.5px;
    line-height: 15.75px;
    margin-right: 11.25px;
  }

  .main .h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .main__publications {
    background: url("../img/main/publications-back.png") no-repeat;
    background-position-y: center;
    background-position-x: 0;
    background-size: contain;
  }

  .category__header_small {
    padding-bottom: 75px;
  }

  .category__title_small {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 0;
  }

  .survey-card {
    min-height: 450px;
  }

  .page__header {
    margin-bottom: 37.5px;
  }

  .page__header .rounded-button {
    font-size: 13.5px;
    line-height: 15.75px;
  }

  .page__header .rounded-button i {
    margin-right: 22.5px;
  }

  .page__header_print .page__header__text {
    padding: 37.5px 0;
  }

  .page__header__image img {
    height: 525px;
  }

  .page__header__decoration {
    height: 525px;
  }

  .page__header__text {
    width: 693.75px;
    margin-left: 180px;
    margin-top: -165px;
    padding: 22.5px 83.25px 22.5px 56.25px;
    font-size: 16px;
  }

  .page__header__rubric {
    margin-bottom: 15px;
    font-size: 13.5px;
  }

  .page__header__rubric > span {
    margin-left: 18.75px;
  }

  .page__header__rubric > span span:before {
    font-size: 30px;
    line-height: 15px;
    padding-left: 6.75px;
    padding-right: 6.75px;
  }

  .page__header h1 {
    font-size: 30px;
    line-height: 40.5px;
    margin-bottom: 15px;
  }

  .page__header .page__date-socials {
    padding-top: 15px;
    margin-top: 15px;
  }

  .page__date-socials {
    font-size: 10.5px;
    line-height: 12px;
  }

  .page__date-socials .socials {
    margin-left: 11.25px;
  }

  .page__tags {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
  }

  .container_print {
    max-width: 802.5px;
  }

  .article {
    font-size: 16px;
  }

  .article_print {
    margin-top: 75px;
  }

  .article_print__copyright {
    font-size: 10.5px;
    line-height: 28.5px;
  }

  .article_print__header__href {
    padding-top: 11.25px;
    margin-top: 11.25px;
  }

  .article > * + * {
    margin-top: 37.5px;
  }

  .article ol,
  .article ul {
    padding-left: 15px;
  }

  .article h1 {
    font-size: 36px;
    line-height: 46.5px;
    margin-bottom: 15px;
  }

  .article h2 {
    font-size: 27px;
    line-height: 39px;
    margin-bottom: 15px;
  }

  .article h3 {
    font-size: 18px;
    line-height: 28.5px;
    margin-bottom: 15px;
  }

  .block {
    font-size: 18px;
    line-height: 31.5px;
  }

  .block.pa {
    padding: 37.5px;
  }

  .block.px {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }

  .block.py {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
  }

  .block.pt {
    padding-top: 37.5px;
  }

  .block.pr {
    padding-right: 37.5px;
  }

  .block.pb {
    padding-bottom: 37.5px;
  }

  .block.pl {
    padding-left: 37.5px;
  }

  .block.mx {
    margin-left: 37.5px;
    margin-right: 37.5px;
  }

  .block.ml {
    margin-left: 37.5px;
  }

  .block.mr {
    margin-right: 37.5px;
  }

  .block-side__inner {
    width: 142.5px;
    padding: 15px 7.5px 0;
    font-size: 10.5px;
    line-height: 15.75px;
    left: -165px;
  }

  .block-number .number {
    font-size: 72px;
    line-height: 84px;
    margin-right: 37.5px;
  }

  .block-border-left {
    font-size: 18px;
    line-height: 31.5px;
    padding-left: 37.5px;
  }

  .block-border-left:before {
    width: 7.5px;
  }

  .block-image-float .image {
    width: 225px;
    margin-bottom: 6.75px;
  }

  .block-image-float p + p {
    margin-top: 15px;
  }

  .block-image-float.left .image {
    margin-right: 22.5px;
  }

  .block-image-float.right .image {
    margin-left: 22.5px;
  }

  .block-image-wide__image {
    margin-bottom: 15px;
  }

  .block-images-grid {
    grid-column-gap: 26.25px;
    grid-row-gap: 22.5px;
  }

  .block-images-grid__item:after {
    font-size: 37.5px;
  }

  .article-modal-image .fancybox-infobar {
    right: 22.5px;
    bottom: 15px;
  }

  .article-modal-image .fancybox-toolbar {
    top: 37.5px;
    right: 37.5px;
  }

  .article-modal-image .fancybox-button--close svg {
    width: 22.5px;
    height: 22.5px;
  }

  .article-modal-image .fancybox-button--arrow_left,
  .article-modal-image .fancybox-button--arrow_right {
    width: 37.5px;
    height: 37.5px;
    top: calc(50% - 18.75px);
  }

  .article-modal-image .fancybox-button--arrow_left svg,
  .article-modal-image .fancybox-button--arrow_right svg {
    width: 22.5px;
  }

  .article-modal-image .fancybox-button--arrow_left {
    left: calc((100% - 877.5px) / 2 - 37.5px);
  }

  .article-modal-image .fancybox-button--arrow_right {
    right: calc((100% - 877.5px) / 2 - 37.5px);
  }

  .article-modal-image .fancybox-slide--image .fancybox-content .fancybox-image {
    max-width: 802.5px;
  }

  .block-slider .arrow.left {
    left: -60px;
  }

  .block-slider .arrow.right {
    right: -60px;
  }

  .block-person img {
    width: 112.5px;
    height: 112.5px;
    margin-right: 22.5px;
  }

  .block-person .question,
  .block-person .answer {
    margin-top: 15px;
  }

  .block-person .question:before,
  .block-person .answer:before {
    margin-right: 3.75px;
  }

  .block-person .question {
    font-size: 18px;
    line-height: 28.5px;
  }

  .block-image-caption .caption {
    margin-top: 15px;
  }

  .block-image-caption .caption_inner {
    padding: 7.5px 22.5px;
  }

  .block-video .start-layer {
    font-size: 37.5px;
  }

  .block-video .start-layer .play-icon {
    width: 76.5px;
    height: 76.5px;
  }

  .block-video .start-layer i {
    font-size: 37.5px;
  }

  .block-video .caption {
    margin-top: 15px;
  }

  .block-reference {
    padding: 22.5px;
  }

  .block-reference__header {
    padding-bottom: 22.5px;
    margin-bottom: 22.5px;
  }

  .block-reference__header i {
    margin-right: 11.25px;
    font-size: 36px;
  }

  .block-reference__title {
    font-size: 18px;
    line-height: 28.5px;
    margin-bottom: 15px;
  }

  .block-table__title {
    margin-bottom: 7.5px;
  }

  .block-table table {
    font-size: 16.5px;
    line-height: 19px;
  }

  .block-table table th,
  .block-table table td {
    padding: 6px 7.5px;
  }

  .block-table .caption {
    margin-top: 7.5px;
  }

  .block-quote {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }

  .block-quote__text {
    font-size: 18px;
    line-height: 31.5px;
    padding-bottom: 7.5px;
    margin-bottom: 7.5px;
  }

  .block-quote__text p + p {
    margin-top: 15px;
  }

  .block-quote__text:before {
    font-size: 27px;
  }

  .block-quote__text:after {
    font-size: 27px;
  }

  .block-links {
    padding: 22.5px;
  }

  .block-inline-links {
    padding: 22.5px;
  }

  .block-inline-links a {
    margin-right: 11.25px;
  }

  .block-themes .themes {
    width: 224.25px;
    margin-right: 22.5px;
  }

  .block-themes .themes .themes-card {
    top: 75px;
    margin-bottom: 22.5px;
  }

  .block-themes .themes .theme {
    font-size: 13.5px;
    line-height: 15.75px;
  }

  .block-themes .themes .theme + .theme {
    margin-top: 26.25px;
  }

  .block-themes .descriptions .description {
    padding-left: 21.75px;
    padding-bottom: 37.5px;
  }

  .block-themes .descriptions .description__top {
    font-size: 18px;
    line-height: 28.5px;
    margin-bottom: 15px;
  }

  .block-themes .descriptions .description__card p + p {
    margin-top: 15px;
  }

  .block-themes .descriptions .description + .description {
    margin-top: 37.5px;
  }

  .article__footer {
    padding-top: 75px;
    padding-bottom: 22.5px;
  }

  .article__actions {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }

  .article__actions__button {
    padding: 7.5px 15px;
    font-size: 13.5px;
    line-height: 15.75px;
    border-radius: 45px;
    margin-right: 15px;
  }

  .article__actions__button i {
    font-size: 18.75px;
  }

  .article__actions__button.like i {
    margin-left: 7.5px;
  }

  .article__actions__button.like .count {
    margin-right: 7.5px;
  }

  .article__actions__button.print i {
    margin-right: 7.5px;
  }

  .comments {
    padding-top: 112.5px;
    padding-bottom: 40.5px;
  }

  .comments__title {
    font-size: 18px;
    line-height: 28.5px;
    margin-bottom: 22.5px;
  }

  .comments .button-with-circle {
    margin-top: 26.25px;
  }

  .comments__more-button {
    padding-left: 73.5px;
    padding-right: 73.5px;
    margin-top: 37.5px;
  }

  .comments-list__item {
    padding-bottom: 15px;
    margin-top: 37.5px;
  }

  .comments-list__item__top {
    margin-bottom: 15px;
  }

  .comments-list__item__name {
    font-size: 18px;
    line-height: 28.5px;
    margin-right: 11.25px;
  }

  .similar {
    margin-top: 112.5px;
  }

  .similar__title {
    font-size: 36px;
    line-height: 42px;
  }

  .similar__category {
    margin-bottom: 15px;
  }

  .similar__material {
    font-size: 13.5px;
    line-height: 15.75px;
    margin-bottom: 15px;
  }

  .similar__material__delimeter:before {
    font-size: 30px;
    line-height: 15px;
    padding-left: 6.75px;
    padding-right: 6.75px;
  }

  .similar .card__introtext {
    margin-bottom: 37.5px;
  }

  .similar__slider {
    margin-top: 75px;
    margin-bottom: 83.25px;
  }

  .similar__slider .arrow.left {
    left: -60px;
  }

  .similar__slider .arrow.right {
    right: -60px;
  }

  .survey {
    margin-top: 75px;
    padding-bottom: 37.5px;
    padding-inline: 82.5px;
  }

  .survey:before {
    top: 82.5px;
    height: calc(100% - 82.5px);
  }

  .survey__dates {
    font-size: 10.5px;
    line-height: 12px;
    margin-bottom: 22.5px;
  }

  .survey__dates > * {
    margin-right: 15px;
  }

  .survey__item__image {
    margin-bottom: 37.5px;
  }

  .survey__item__head {
    padding: 22.5px;
  }

  .survey__item__progress {
    height: 3.75px;
  }

  .survey__item__progress-text {
    font-size: 13.5px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .survey__item__text {
    font-size: 18px;
    line-height: 31.5px;
  }

  .survey__item__body {
    padding: 22.5px 22.5px 26.25px;
  }

  .survey__item__variant {
    padding: 12.75px 60px 12.75px 15px;
  }

  .survey__item__variant .percentage {
    right: 30px;
    top: 20.25px;
    font-size: 13.5px;
    line-height: 15.75px;
  }

  .survey__item__variant .progress {
    height: 3.75px;
    height: 7.5px;
  }

  .survey__item__variant textarea {
    font-size: 13.5px;
    line-height: 28.5px;
  }

  .survey__item__explanation {
    margin-top: 30px;
  }

  .survey__item__variant + .survey__item__variant {
    margin-top: 15px;
  }

  .survey__result__image {
    margin-bottom: 37.5px;
  }

  .survey__result__body {
    padding: 22.5px 82.5px 82.5px;
  }

  .survey__result__progress {
    font-size: 13.5px;
    line-height: 24px;
    margin-bottom: 37.5px;
  }

  .survey__result__correct-answers {
    margin-bottom: 37.5px;
    padding: 16.5px 37.5px;
    font-size: 18px;
    line-height: 28.5px;
  }

  .survey__result__correct-answers span {
    font-size: 27px;
    line-height: 31.5px;
  }

  .survey__result__correct-answers span span {
    font-size: 48px;
    line-height: 56.25px;
  }

  .survey__result__answers .survey {
    margin-top: 22.5px;
  }

  .survey__button {
    margin-top: 22.5px;
    min-width: 306.75px;
  }

  .survey__button i {
    margin-left: 18.75px;
  }

  .survey-answers {
    margin-top: 75px;
  }

  .survey-answers__top {
    padding: 15px 22.5px;
    font-size: 13.5px;
    line-height: 15.75px;
    margin-bottom: 37.5px;
  }

  .survey-answers .survey {
    margin-top: 22.5px;
  }

  .survey-answers__title {
    font-size: 27px;
    line-height: 39px;
  }

  .survey-answers__counter {
    font-size: 18px;
    line-height: 28.5px;
    margin-top: 37.5px;
  }

  .survey-answers .survey__button {
    margin-top: 37.5px;
  }

  .page404 {
    font-size: 13.5px;
    line-height: 15.75px;
    height: 810px;
  }

  .page404__title {
    font-size: 108px;
    line-height: 126.75px;
    margin-bottom: 30px;
  }

  .page404__subtitle {
    font-size: 27px;
    line-height: 31.5px;
    margin-bottom: 15px;
  }

  .page404 .socials {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }

  .page404 .rounded-button i {
    margin-right: 22.5px;
  }

  .search__header {
    margin-bottom: 37.5px;
    padding-bottom: 0;
  }

  .search__header .category__title {
    font-size: 36px;
    line-height: 42px;
  }

  .search__header .category__title .tags__item {
    margin-left: 22.5px;
  }

  .search__header .category__title .all-tags {
    font-size: 13.5px;
    line-height: 15.75px;
    width: 127.5px;
    padding: 7.5px 0;
  }

  .search__tags-card {
    padding-top: 30.75px;
  }

  .search__form {
    margin-bottom: 37.5px;
  }

  .search__form__toggler {
    width: 45px;
    height: 30px;
    font-size: 15.75px;
    margin-left: 15px;
  }

  .search__form__input-wrapper {
    margin-bottom: 20.25px;
  }

  .search__form__input-wrapper i {
    font-size: 18px;
    right: 15px;
  }

  .search__form .form__input {
    padding-right: 48px;
  }

  .search__form__bottom > * {
    margin-right: 22.5px;
  }

  .search__form__calendar i {
    bottom: 12.75px;
  }

  .search__form__input {
    width: 225px;
    padding-bottom: 11.25px;
    font-size: 13.5px;
    line-height: 15.75px;
    padding-right: 18.75px;
  }

  .search__form__button {
    height: 27px;
    font-size: 10.5px;
    line-height: 12px;
    padding: 0 12.75px;
  }

  .search__form__button_submit {
    padding: 0 39px;
  }

  .search__form__button_calendar {
    width: 90px;
    margin-top: 18.75px;
    margin-bottom: 27.75px;
  }

  .search__form__button_calendar_gray {
    margin-left: 8.25px;
  }

  .search__form__button_calendar_green {
    margin-right: 8.25px;
  }

  .search__empty {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .search__empty__text {
    font-size: 36px;
    line-height: 42px;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .flatpickr-calendar {
    padding-left: 18.75px;
    padding-right: 18.75px;
  }

  .flatpickr-day {
    font-size: 11.25px;
    height: 20.25px;
    line-height: 20.25px;
    margin-bottom: 7.5px;
  }

  span.flatpickr-weekday {
    font-size: 11.25px;
    line-height: 13.5px;
  }

  .flatpickr-months {
    margin-top: 29.25px;
    margin-bottom: 22.5px;
  }

  .policy__navigation .block-links {
    padding: 22.5px 0;
  }

  .policy__text {
    margin-top: 37.5px;
    margin-bottom: 98.25px;
  }

  .policy__row {
    padding-top: 37.5px;
  }

  .policy__title {
    width: 307.5px;
    margin-right: 22.5px;
    font-size: 27px;
    line-height: 39px;
  }

  .policy__info > * + * {
    margin-top: 22.5px;
  }

  .policy__divider {
    margin-top: 37.5px;
  }

  .tags-list {
    padding-top: 60px;
    padding-bottom: 97.5px;
  }

  .tags-list .tags__item span {
    margin-left: 7.5px;
  }

  .tags-list__title {
    font-size: 27px;
    line-height: 39px;
    margin-bottom: 22.5px;
  }

  .tags-list__title ~ .tags-list__title {
    margin-top: 60px;
  }

  .category-decoration_about {
    background-position-y: 773.25px;
  }

  .about {
    padding-bottom: 177px;
  }

  .about__intro {
    font-size: 27px;
    line-height: 43.5px;
  }

  .about__intro:before {
    width: calc((100vw - 1290px) * 0.75 / 2);
  }

  .about__intro__text {
    padding: 37.5px 0;
  }

  .about__intro .about__intro__decoration-desktop {
    width: 146.25px;
    margin-left: 183.75px;
  }

  .about__intro .about__intro__decoration-mobile {
    margin-left: -scale75(10px);
    width: calc(100% + 15px);
    max-width: 240px;
  }

  .about__timeline {
    margin-top: 142.5px;
  }

  .about__timeline__item {
    padding-top: 33.75px;
    padding-left: 52.5px;
  }

  .about__timeline__item + .about__timeline__item {
    margin-top: 41.25px;
  }

  .about__timeline__item + .about__timeline__item .decoration {
    width: 6.75px;
    left: -3.75px;
    -webkit-transform: translateY(-262.5px);
        -ms-transform: translateY(-262.5px);
            transform: translateY(-262.5px);
  }

  .about__timeline__year {
    font-size: 108px;
    line-height: 126.75px;
    margin-bottom: 15px;
  }

  .about__timeline__year span {
    font-size: 54px;
    line-height: 63px;
  }

  .about__timeline .about__timeline__image-desktop {
    width: 390px;
    margin-right: 52.5px;
  }

  .about__quote {
    margin-top: 75px;
    font-size: 45px;
    line-height: 66px;
  }

  .auth-modal {
    width: 472.5px;
  }

  .auth-modal h2 {
    font-size: 27px;
    line-height: 31.5px;
    margin-bottom: 37.5px;
  }

  .auth-modal__socials {
    padding-top: 22.5px;
  }

  .auth-modal__socials span {
    margin-right: 11.25px;
  }

  .auth-form {
    max-width: 450px;
    margin: 37.5px auto 75px;
  }

  .auth-form .form__input {
    margin-bottom: 15px;
  }

  .auth-form__bottom {
    margin-top: 15px;
  }

  .partnersips__nav .category__menu {
    margin-left: 15px;
    margin-right: 15px;
  }

  .partnersips__nav__item {
    font-size: 15px;
    width: 25.5px;
    height: 25.5px;
  }

  .partnersips__wrapper {
    margin-top: 37.5px;
  }

  .partnersips__body {
    padding: 82.5px;
  }

  .partnersips__body > * + * {
    margin-top: 15px;
  }

  .partnersips__body__button {
    font-size: 12px;
    line-height: 14.25px;
  }

  .partnersips__body__button .button-with-circle__circle {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 1291px) {
  .main__title {
    font-size: 36px;
    line-height: 52px;
  }
}

@media (min-width: 1440px) {
  .documents .document {
    margin-bottom: 1.3888888889vw;
    padding-bottom: 1.3888888889vw;
  }

  .documents .document__name {
    margin-bottom: 10px;
  }

  .documents .button-arrow {
    height: calc(1px + 2.29167vw);
    width: calc(1px + 2.29167vw);
  }

  .documents .button-arrow svg {
    height: 26.5%;
    width: 35.3%;
  }

  .documents .caption-3 {
    font-size: calc(0.77734rem + 0.03906vw);
  }

  .documents .body-1 {
    font-size: calc(0.87891rem + 0.0651vw);
  }
}

@media (min-width: 1920px) {
  .documents .document {
    margin-bottom: 1.25vw;
    padding-bottom: 1.25vw;
  }

  .documents .document__name {
    margin-bottom: 12px;
  }

  .documents .button-arrow svg {
    height: 33.33%;
    width: 42.22%;
  }

  .documents .caption-3 {
    font-size: 1rem;
  }

  .documents .body-1 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1548px) {
  .footer .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1290px) {
  .card_2cell {
    grid-column: auto/span 1;
  }

  .visible_d {
    display: none;
  }

  .subscribe {
    padding-block: 50px;
  }

  .subscribe:before {
    left: -290px;
  }

  .subscribe:after {
    left: -610px;
  }

  .subscribe h2 {
    font-size: 36px;
    line-height: 1;
  }

  .subscribe-form {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .subscribe-form__input {
    width: calc((100% - 20px) / 2);
  }

  .subscribe__decoration {
    right: -1407px;
  }

  .subscribe-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 150px;
    font-size: 20px;
    margin-bottom: 50px;
  }

  .subscribe-about img {
    width: 195px;
  }

  .subscribe-about-2 {
    font-size: 36px;
    line-height: 1;
    margin-top: 50px;
    margin-top: 50px;
  }

  .subscribe-list {
    font-size: 20px;
    margin-top: 50px;
  }

  .subscribe-info {
    margin-block: 100px 50px;
  }

  .subscribe-info h2 {
    font-size: 36px;
    padding-bottom: 0;
  }

  .subscribe-info__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .subscribe-info__list__item {
    gap: 15px;
    font-size: 20px;
  }

  .subscribe-info__list__item:nth-last-child(-n+3) {
    border-top: none;
    padding-top: 0;
  }

  .subscribe-info__list__item:nth-last-child(-n+4) {
    border-top: 1px solid rgba(0, 49, 60, 0.3);
    padding-top: 30px;
  }

  .category-decoration {
    background-image: none;
  }

  .survey-card {
    min-height: 557px;
  }

  .category-nav {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .block.mx-mobile-none {
    margin-left: 0;
    margin-right: 0;
  }

  .block-side__inner {
    left: 0;
    position: relative;
    width: 100%;
    padding: 20px 0;
  }

  .similar__title {
    font-size: 36px;
    line-height: 42px;
  }

  .search__empty__text {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 40px;
    line-height: 47px;
  }

  .policy__text {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .policy__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .policy__title {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .about__timeline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .about__timeline__item + .about__timeline__item {
    margin-top: 0;
    border-top: none;
  }

  .about__timeline__item + .about__timeline__item .decoration {
    display: none;
  }

  .about__timeline .about__timeline__image-desktop {
    display: none;
  }
}

@media screen and (max-width: 1260px) {
  .block-quote {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1240px) {
  .header {
    padding-left: 10px;
    padding-right: 10px;
    height: 60px;
  }

  .header .logo {
    font-size: 14px;
    line-height: 16px;
  }

  .header .logo img {
    width: 105px;
  }

  .header .logo span {
    margin-bottom: 5px;
  }

  .header .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__nav {
    display: none;
  }

  .header__mailing {
    display: none;
  }

  .header .lang-switcher {
    display: none;
  }

  .header .search-form {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .footer {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
  }

  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer .container > * + * {
    margin-top: 30px;
  }

  .footer__column > * + * {
    margin-top: 10px;
  }
}

@media screen and (max-width: 959px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .visible_m {
    display: block;
  }

  .modal {
    max-width: calc(100vw - 30px);
    width: 100%;
  }

  .modal__header {
    padding: 22px 10px;
  }

  .modal__body {
    padding: 30px 10px 18px;
  }

  .header .logo__mob {
    display: inline-block;
  }

  .header .logo__desktop {
    display: none;
  }

  .header .logo img {
    width: 205px;
  }

  .footer .logo img {
    width: 207px;
  }

  .mailing-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mailing-modal .icon-cross {
    top: 15px;
    right: 15px;
  }

  .mailing-modal__decoration {
    display: none;
  }

  .mailing-modal__decoration-mobile {
    display: block;
  }

  .mailing-modal__body {
    padding: 15px 10px 30px;
    width: 100%;
  }

  .mailing-modal__body h2 {
    font-size: 24px;
    line-height: 36px;
    max-width: calc(100% - 50px);
    font-weight: 500;
  }

  .mailing-modal__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mailing-modal__form .form__input {
    width: 100%;
  }

  .mailing-modal__form .confidential {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .mailing-modal__form button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 15px;
  }

  .mailing-modal .subscribe__list {
    margin-bottom: 15px;
  }

  .mailing-modal .subscribe__list li {
    font-size: 14px;
    line-height: 16px;
  }

  .mailing-modal .subscribe__list li:before {
    width: 5px;
    height: 5px;
  }

  .mailing-modal .subscribe__list li + li {
    margin-top: 5px;
  }

  .subscribe {
    padding-block: 40px;
  }

  .subscribe:before {
    left: -276px;
    top: 122px;
  }

  .subscribe:after {
    left: unset;
    right: -46px;
    top: 198px;
  }

  .subscribe .container {
    gap: 20px;
  }

  .subscribe h2 {
    font-size: 20px;
  }

  .subscribe__list {
    font-size: 16px;
    line-height: 32px;
  }

  .subscribe-form {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .subscribe-form__input {
    width: 100%;
  }

  .subscribe .custom-checkbox + label {
    line-height: 24px;
  }

  .subscribe .button-with-circle {
    width: 100%;
  }

  .subscribe-success-modal h2 {
    font-size: 27px;
    line-height: 31.5px;
  }

  .subscribe-success-modal h3 {
    font-size: 13.5px;
    line-height: 28.5px;
  }

  .subscribe-success-modal_countdown {
    display: none;
  }

  .subscribe-about {
    gap: 30px;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 40px;
  }

  .subscribe-about img {
    width: 70px;
  }

  .subscribe-about-2 {
    margin-top: 40px;
    font-size: 20px;
  }

  .subscribe-list {
    font-size: 15px;
    margin-top: 40px;
  }

  .subscribe-info {
    margin-block: 80px 40px;
  }

  .subscribe-info h2 {
    font-size: 20px;
  }

  .subscribe-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .subscribe-info__list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    font-size: 15px;
  }

  .subscribe-info__list__item:nth-last-child(-n+4) {
    border-top: none;
    padding-top: 0;
  }

  .subscribe-info__list__item:not(:first-child) {
    border-top: 1px solid rgba(0, 49, 60, 0.3);
    padding-top: 30px;
  }

  .subscribe-info__list__item img {
    width: 30px;
  }

  .main .h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .main__title {
    font-size: 24px;
    line-height: 36px;
  }

  .main__actual .arrow {
    display: none;
  }

  .main__actual .owl-item {
    width: 100% !important;
  }

  .main__actual__item {
    min-height: 500px;
    padding: 75px 10px;
  }

  .main__actual__item .main__title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .main__actual__item__intro {
    display: none;
  }

  .main__publications {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .main__categories .h2 {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .main__categories .h2 a {
    margin-left: 0;
    margin-top: 5px;
  }

  .category__menu {
    margin-bottom: 0;
  }

  .category__menu__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    line-height: 28px;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 49, 60, 0.2);
  }

  .category__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid rgba(0, 49, 60, 0.2);
    border-bottom: none;
  }

  .category__menu__item {
    padding-bottom: 0;
    margin-top: 20px;
  }

  .category__menu__item:after {
    display: none;
  }

  .category__menu__item + .category__menu__item {
    margin-left: 0;
  }

  .page__header .rounded-button {
    top: unset;
    bottom: 0;
    left: 10px;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    z-index: 1;
  }

  .page__header__image {
    z-index: 1;
  }

  .page__header__image img {
    height: auto;
  }

  .page__header__decoration {
    display: none;
  }

  .page__header__text {
    margin-left: 0;
    margin-top: 0;
    padding: 30px 10px 0;
    width: 100%;
  }

  .page__header__rubric {
    line-height: 21px;
  }

  .page__header h1 {
    font-size: 32px;
    line-height: 46px;
  }

  .page__header .page__date-socials {
    padding-top: 32px;
    margin-bottom: 30px;
  }

  .page__date-socials {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .page__date-socials .date {
    width: 100%;
    margin-bottom: 20px;
  }

  .page__date-socials .socials {
    margin-left: auto;
  }

  .page__date-socials .socials__item {
    margin-left: 0;
  }

  .article {
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px;
  }

  .block.pa {
    padding: 30px 10px;
  }

  .block.py {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block.pt {
    padding-top: 30px;
  }

  .block.pr {
    padding-right: 30px;
  }

  .block.pb {
    padding-bottom: 30px;
  }

  .block.pl {
    padding-left: 30px;
  }

  .block-number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .block-number .number {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .block-border-left {
    padding-left: 20px;
  }

  .block-image-float .image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .block-image-float.left .image {
    float: none;
    margin-right: auto;
  }

  .block-image-float.right .image {
    float: none;
    margin-left: auto;
  }

  .block-images-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-modal-image .fancybox-infobar {
    opacity: 1;
    visibility: visible;
    font-size: 18px;
  }

  .article-modal-image .fancybox-toolbar {
    top: 15px;
    right: 15px;
  }

  .article-modal-image .fancybox-button--arrow_left,
  .article-modal-image .fancybox-button--arrow_right {
    display: none;
  }

  .article-modal-image .fancybox-slide--image .fancybox-content .fancybox-image {
    max-width: 100%;
  }

  .article-modal-image.fancybox-is-open .fancybox-bg {
    opacity: 0.8;
  }

  .block-slider .arrow {
    width: 30px;
    height: 30px;
    font-size: 18px;
    z-index: 2;
    background-color: #fff;
  }

  .block-slider .arrow.left {
    left: 10px;
  }

  .block-slider .arrow.right {
    right: 10px;
  }

  .block-person img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }

  .block-image-caption .caption {
    margin-top: 10px;
  }

  .block-video .start-layer .play-icon {
    width: 70px;
    height: 70px;
  }

  .block-video .start-layer:hover i {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .block-video .caption {
    margin-top: 10px;
  }

  .block-reference {
    padding: 30px 10px;
  }

  .block-table {
    overflow: auto;
  }

  .block-links {
    padding: 30px 10px;
  }

  .block-inline-links {
    padding: 30px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .block-inline-links a {
    margin-right: 0;
  }

  .block-inline-links a + a {
    margin-top: 15px;
  }

  .block-themes .themes {
    display: none;
  }

  .block-themes .descriptions {
    border-left: 0;
  }

  .block-themes .descriptions .description {
    padding-left: 0;
    padding-bottom: 30px;
  }

  .article__actions__button .text {
    display: none;
  }

  .article__actions__button.like i {
    margin-left: 0;
  }

  .article__actions__button.print i {
    margin-right: 0;
  }

  .comments {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .comments__title {
    margin-bottom: 10px;
  }

  .comments .button-with-circle {
    margin-top: 10px;
  }

  .comments__more-button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .similar {
    margin-top: 50px;
  }

  .similar .card__introtext {
    margin-bottom: 30px;
  }

  .similar__slider {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .similar__slider .arrow {
    display: none;
  }

  .survey {
    padding-inline: 0;
  }

  .survey:before {
    left: -10px;
    width: calc(100% + 20px);
  }

  .survey__item__variant .percentage {
    display: block;
    position: static;
    text-align: center;
    margin-top: 10px;
  }

  .survey__result__body {
    padding: 20px 10px;
  }

  .survey__result__progress {
    margin-bottom: 30px;
  }

  .survey-answers__top {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .survey-answers__top .survey__dates {
    margin-top: 15px;
  }

  .page404 {
    height: auto;
    padding: 45px 10px;
    line-height: 28px;
  }

  .search__header {
    padding-bottom: 15px !important;
    margin-bottom: 0;
  }

  .search__header .category__title {
    font-size: 24px;
    line-height: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-bottom: 20px;
  }

  .search__header .category__title .tags__item {
    margin-left: 0;
    margin-top: 10px;
  }

  .search__header .category__title .all-tags {
    margin-left: 0;
    margin-top: 14px;
  }

  .search .main__publications {
    padding-top: 20px;
  }

  .search__form {
    margin-bottom: 0;
  }

  .search__form__toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .search__form__input-wrapper {
    width: calc(100% - 80px);
  }

  .search__form .form__input {
    height: 40px;
  }

  .search__form__bottom {
    max-height: 0;
    overflow: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .search__form__bottom.active {
    max-height: 500px;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
    margin-bottom: 10px;
    overflow: visible;
  }

  .search__form__bottom > * {
    margin-right: 0;
  }

  .search__form__calendar i {
    bottom: unset;
    top: 1px;
  }

  .search__form__input {
    width: 100%;
    margin-bottom: 25px;
    height: auto;
  }

  .search__form__input input {
    height: auto;
  }

  .about {
    background-image: none;
    padding-bottom: 50px;
  }

  .about__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    line-height: 34px;
  }

  .about__intro:before {
    display: none;
  }

  .about__intro__text {
    padding: 30px 0;
  }

  .about__intro .about__intro__decoration-desktop {
    display: none;
  }

  .about__intro .about__intro__decoration-mobile {
    display: block;
  }

  .about__timeline {
    margin-top: 100px;
  }

  .about__timeline__item {
    padding-left: 0;
    padding-top: 50px;
  }

  .about__timeline__year {
    font-size: 96px;
    line-height: 112px;
  }

  .about__timeline__year span {
    font-size: 32px;
    line-height: 38px;
  }

  .about__timeline .about__timeline__image-mobile {
    display: block;
  }

  .about__quote {
    margin-top: 50px;
    font-size: 32px;
    line-height: 46px;
  }

  .auth-modal h2 {
    margin-bottom: 30px;
    text-align: center;
  }

  .auth-modal__socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .auth-modal__socials span {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .partnersips__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .partnersips__nav .category__menu {
    margin-left: 0;
    margin-right: 0;
  }

  .partnersips__nav__item {
    display: none;
  }

  .partnersips__body {
    padding: 30px;
    margin-top: 0;
  }

  .partnersips__body__button {
    padding: 27px 20px;
  }

  .partnersips__banner {
    min-height: 150px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .partnersips__banner__title {
    margin-bottom: 10px;
  }

  .partnersips__banner__text {
    line-height: 1.3;
  }

  .partnersips__banner__decoration {
    display: none;
  }
}

@media (max-width: 959px) {
  .article {
    line-height: 28.5px;
  }
}

@media screen and (max-width: 600px) {
  .card__image img {
    height: 178px;
  }

  .pagination__item {
    min-width: 40px;
    height: 40px;
    padding: 0;
    display: none;
    margin-right: 10px;
  }

  .pagination__item:nth-child(1),
  .pagination__item:nth-child(2),
  .pagination__item:nth-child(3),
  .pagination__item:last-child,
  .pagination__item:nth-last-child(2),
  .pagination__item:nth-last-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main__publications__grid {
    grid-template-columns: 100%;
    grid-row-gap: 50px;
  }

  .main__categories__row video {
    display: none;
  }

  .main__categories__row_top {
    padding-top: 40px;
    padding-bottom: 65px;
    background-color: #4ab1aa;
  }

  .main__categories__row_bottom {
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .main__categories__grid {
    grid-template-columns: 100%;
    grid-row-gap: 115px;
  }

  .category__header_small {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .category__header {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .category__title {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 15px;
  }

  .category__title_small {
    font-size: 24px;
    line-height: 38px;
    text-align: center;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .page__header .rounded-button {
    font-size: 10.5px;
    line-height: 12px;
    padding: 5px 10px;
  }

  .page__header .rounded-button i {
    margin-right: 7.5px;
  }

  .page__header__rubric > span {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }

  .survey {
    padding-bottom: 30px;
    margin-top: 24px;
  }

  .survey__dates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .survey__dates > * + * {
    margin-top: 10px;
  }

  .survey__dates > * {
    margin-right: 0;
  }

  .survey__item__image {
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-bottom: 30px;
  }

  .survey__item__head {
    padding: 20px 10px;
  }

  .survey__item__progress-text {
    text-align: center;
  }

  .survey__item__text {
    font-size: 18px;
    line-height: 38px;
  }

  .survey__item__body {
    padding: 20px 10px;
  }

  .survey__result__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .survey__result__correct-answers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 7px 10px;
    margin-bottom: 30px;
  }

  .survey__button {
    min-width: calc(100% - 20px);
  }

  .survey-answers__title {
    font-size: 24px;
    line-height: 38px;
  }

  .search__empty__text {
    font-size: 32px;
    line-height: 38px;
  }

  .tags-list {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tags-list__title {
    font-size: 24px;
    line-height: 38px;
  }

  .tags-list__title ~ .tags-list__title {
    margin-top: 50px;
  }

  .partnersips__body__button {
    width: 50%;
    padding: 10px 20px;
  }

  .partnersips__body__button > span {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .footer__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer .logo {
    margin-right: 0;
    width: 100%;
    margin-bottom: 4px;
  }

  .footer .lang-switcher {
    margin-left: 10px;
  }

  .footer .lang-switcher__item {
    width: 60px;
    height: 30px;
  }

  .survey-card {
    min-height: 500px;
  }

  .banner-card {
    display: none;
  }

  .auth-form .password-recovery {
    margin-bottom: 20px;
  }

  .auth-form__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 960px) and (max-width: 1290px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container_2 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .visible_t {
    display: block;
  }

  .header .logo img {
    width: 132px;
  }

  .footer .logo img {
    width: 123px;
  }

  .main .h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .main .card__introtext {
    font-size: 16px;
    line-height: 32px;
  }

  .main .card .tags {
    margin-bottom: 5px;
  }

  .main__title {
    font-size: 32px;
    line-height: 46px;
  }

  .main__publications {
    padding-bottom: 115px;
  }

  .main__publications .h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .category__menu {
    margin-bottom: 30px;
  }

  .page__header .rounded-button {
    top: 30px;
    left: 30px;
  }

  .page__header__image img {
    height: 500px;
  }

  .page__header__decoration {
    height: 500px;
  }

  .page__header__text {
    margin-left: 0;
    margin-top: 0;
    padding: 50px 95px 0;
    width: 100%;
  }

  .article {
    padding-left: 95px;
    padding-right: 95px;
  }

  .article-modal-image .fancybox-button--arrow_left {
    left: calc((100% - 770px) / 2 - 80px);
  }

  .article-modal-image .fancybox-button--arrow_right {
    right: calc((100% - 770px) / 2 - 80px);
  }

  .article-modal-image .fancybox-slide--image .fancybox-content .fancybox-image {
    max-width: 770px;
  }

  .block-themes .themes {
    width: 160px;
  }

  .comments {
    padding-top: 100px;
    padding-left: 95px;
    padding-right: 95px;
  }

  .comments-list {
    padding-left: 95px;
    padding-right: 95px;
  }

  .similar {
    margin-top: 100px;
  }

  .similar__slider {
    margin-top: 50px;
    margin-bottom: 137px;
  }

  .survey:before {
    left: -15px;
    width: calc(100% + 30px);
  }

  .survey__result__body {
    padding: 30px 80px 110px;
  }

  .search__header .category__title {
    font-size: 40px;
    line-height: 56px;
  }

  .about {
    padding-bottom: 105px;
    background-image: url("../img/about/back-tablet.png");
    background-size: 100% auto;
    background-position: 0 0;
  }

  .about__intro {
    font-size: 30px;
    line-height: 48px;
  }

  .about__intro:before {
    width: 15px;
  }

  .about__intro__text {
    padding: 75px 0;
  }

  .about__intro .about__intro__decoration-desktop {
    margin-left: 80px;
    margin-right: -15px;
  }

  .about__timeline {
    padding-left: 80px;
    padding-right: 80px;
  }

  .about__timeline__item {
    padding-left: 0;
    padding-top: 50px;
  }

  .about__timeline .about__timeline__image-tablet {
    display: block;
  }

  .about__quote {
    margin-top: 90px;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 48px;
    line-height: 64px;
  }
}

@media (min-width: 960px) and (max-width: 1919px) {
  .card__introtext {
    margin-bottom: 50px;
  }

  .header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header__nav__item > * {
    font-size: 16px;
    line-height: 19px;
  }
}

@media screen and (max-width: 959px) and (min-width: 1291px) {
  .modal {
    max-width: calc(100vw - 22.5px);
  }

  .about {
    padding-bottom: 37.5px;
  }
}

@media (min-width: 960px) and (max-width: 1240px) {
  .header.search-form-active > * {
    display: none;
  }

  .header.search-form-active .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 45px;
  }

  .header.search-form-active .search-form input {
    width: 100%;
  }

  .header.search-form-active .search-form-closer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1291px) and (max-width: 1520px) {
  .main .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 601px) and (max-width: 1290px) {
  .main__publications__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 105px;
  }

  .main__categories__row_top {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .main__categories__row_bottom {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .main__categories__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }

  .category__header_small {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .category__header {
    padding-bottom: 30px;
    padding-bottom: 20px;
  }

  .category__title {
    font-size: 40px;
    line-height: 56px;
    padding-bottom: 30px;
  }

  .category__title_small {
    font-size: 40px;
    line-height: 56px;
    text-align: center;
  }

  .grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }

  .banner-card {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .survey__result__actions .survey__button {
    min-width: 290px;
  }

  .tags-list {
    padding-bottom: 100px;
  }
}

@media (min-width: 960px) and (max-width: 1490px) {
  .similar {
    padding-left: 95px;
    padding-right: 95px;
  }
}

@media (min-width: 1291px) and (max-width: 1510px) {
  .survey:before {
    left: calc((1270px - 100vw) / 2);
    width: 100vw;
  }
}

@media screen and (max-width: 600px) and (min-width: 1291px) {
  .survey__result__correct-answers {
    margin-bottom: 22.5px;
    padding: 5.25px 7.5px;
  }
}

@media (min-width: 601px) and (max-width: 1919px) {
  .search__header {
    padding-bottom: 0;
  }
}

.webp .custom-checkbox:checked + label::before{ background-image: url(../img/icons/check.webp); }

.webp .category-decoration_left{ background-image: url(../img/category/decor_01.webp); }

.webp .category-decoration_right{ background-image: url(../img/category/decor_02.webp); }

.webp .page404{ background: url(../img/404-background.webp) center no-repeat; }

.webp .about{ background-image: url(../img/about/back.webp); }

@media (min-width: 1291px){

  .webp .main__publications{ background: url(../img/main/publications-back.webp) no-repeat; }
}

@media (min-width: 960px) and (max-width: 1290px){

  .webp .about{ background-image: url(../img/about/back-tablet.webp); }
}