@charset "UTF-8";
@import url(https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.3/tiny-slider.css);
@font-face {
    font-family: montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
    font-family: montserrat;
    font-style: bold;
    font-weight: 700;
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype");
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-input-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
::-ms-input-placeholder {
    color: #666;
}
::placeholder {
    color: #666;
}
::-moz-selection {
    background-color: #52b36e;
    color: #fff;
}
::selection {
    background-color: #52b36e;
    color: #fff;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
input,
textarea {
    font-family: montserrat, sans-serif;
    outline: 0;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red;
}
input:required:valid,
textarea:required:valid {
    border-color: green;
}
body {
    margin: 0;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}




@font-face {
    font-family: montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
    font-family: montserrat;
    font-style: bold;
    font-weight: 700;
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype");
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-input-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
::-ms-input-placeholder {
    color: #666;
}
::placeholder {
    color: #666;
}
::-moz-selection {
    background-color: #52b36e;
    color: #fff;
}
::selection {
    background-color: #52b36e;
    color: #fff;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
input,
textarea {
    font-family: montserrat, sans-serif;
    outline: 0;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red;
}
input:required:valid,
textarea:required:valid {
    border-color: green;
}



body {
    margin: 0;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
.wrapper {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 0 18px;
}
h1 {
    font-size: 37px;
    line-height: 45px;
    font-weight: 500;
}
h2 {
    font-size: 24px;
    font-weight: 700;
}
h3 {
    font-size: 18px;
    font-weight: 700;
}
main {
    margin-bottom: -20px;
}
.banner {
    padding: 22px 0 32px;
}
.banner .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner .wrapper .text-part {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}
.banner .wrapper .text-part .title {
    padding: 25px 0 0;
}
.banner .wrapper .text-part .sub-title {
    padding: 22px 0 8px;
}
.banner .wrapper .text-part .description {
    font-size: 16px;
    margin: 0px 30px 10px 0;
}
.banner .wrapper .text-part .button {
    margin: 16px 0;
}
.banner .wrapper .image-part {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 13px;
    position: relative;
}
.banner .wrapper .image-part video {
    position: absolute;
}
.banner .wrapper .image-part img {
    z-index: 1;
    margin: 0 auto;
    display: block;
}
.button {
    border-radius: 5px;
    padding: 9px 45px 9px 18px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    background-image: url(../images/dist/icons/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 22px) calc(90% - 12px);
}
.button.button-primary {
    background-color: #52b36e;
    color: #fff;
}
.button.button-primary:hover {
    background-color: #60cc7f;
}
.button.button-primary:active {
    background-color: #60cc7f;
}
.button-inverse {
    padding: 0 17px 0 0;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    background-image: url(../images/dist/icons/arrow-right-green.svg);
    background-repeat: no-repeat;
    background-position: 100% calc(100% - 7px);
}
.button-inverse.button-primary {
    background-color: transparent;
    color: #52b36e;
}
.button-inverse.button-primary:hover {
    color: #60cc7f;
}
.button-inverse.button-primary:active {
    color: #4ba665;
}
.content.with-wave {
    position: relative;
    background-color: #f6f6f6;
}
.content.with-wave:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 60px;
    background-image: url(../images/dist/main-page-top-content.png);
    background-position: 100% 0;
    background-color: #fff;
}
.breadcrumbs {
    padding: 50px 0 0;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumbs ul li {
    display: inline;
}
.breadcrumbs ul li:last-child:after {
    content: "";
}
.breadcrumbs ul li:after {
    content: "»";
    font-size: 14px;
    padding: 0 7px 0 10px;
}
.breadcrumbs ul li a {
    text-decoration: none;
    color: #52b36e;
    font-size: 14px;
    font-weight: 400;
}
.breadcrumbs ul li a.current {
    color: #666;
}
.breadcrumbs ul li a:hover {
    color: #60cc7f;
}
.breadcrumbs ul li a:active {
    color: #4ba665;
}
.pagination {
    padding: 10px 0;
}
.pagination ul {
    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: 0;
    padding: 0;
    list-style: none;
}
.pagination ul li {
    margin: 0 5px;
}
.pagination ul li a {
    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;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-decoration: none;
    background-color: #52b36e;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.pagination ul li a:hover {
    background-color: #60cc7f;
}
.pagination ul li a:active {
    background-color: #4ba665;
}
.pagination ul li a.current {
    background-color: #60cc7f;
}
@media (max-width: 767px) {
    main .banner {
        padding: 8px 0 32px;
        position: relative;
    }
    main .banner .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    main .banner .wrapper .image-part,
    main .banner .wrapper .text-part {
        width: 100% !important;
    }
    main .banner .wrapper .text-part .title {
        padding: 0 0 8px;
    }
    main .banner .wrapper .text-part .description {
        margin: 0;
    }
    main .banner .wrapper .text-part .button {
        margin: 0 auto;
    }
    main .banner .wrapper .image-part {
        margin: 0;
    }
    main .banner .wrapper .image-part video {
        position: relative;
        width: 100% !important;
    }
    main .banner .wrapper .image-part img {
        margin: 0;
        -o-object-fit: cover;
        object-fit: cover;
        width: 50%;
    }
}
@media (max-width: 440px) {
    .breadcrumbs {
        padding: 30px 0 0;
    }
}
@font-face {
    font-family: montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
    font-family: montserrat;
    font-style: bold;
    font-weight: 700;
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype");
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-input-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
::-ms-input-placeholder {
    color: #666;
}
::placeholder {
    color: #666;
}
::-moz-selection {
    background-color: #52b36e;
    color: #fff;
}
::selection {
    background-color: #52b36e;
    color: #fff;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
input,
textarea {
    font-family: montserrat, sans-serif;
    outline: 0;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red;
}
input:required:valid,
textarea:required:valid {
    border-color: green;
}
body {
    margin: 0;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
footer.al-fix {
    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;
    position: relative;
    background-color: #337545;
    padding-top: 5px;
    margin-top: 60px;
}
footer.al-fix:before {
    content: "";
    position: absolute;
    top: -90px;
    display: block;
    width: 100%;
    height: 90px;
    background-image: url(../images/dist/footer-top.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
}
footer .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .columns .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
}
footer .columns .column a {
    text-decoration: none;
    color: #fff;
    line-height: 24px;
}
footer .columns .column .logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
footer .columns .column .help-links a {
    display: block;
}
footer .columns .column .info a {
    display: block;
}
footer .columns .column.column-info {
    padding-left: 9%;
}
footer .columns .column.column-info .email {
    line-height: 40px;
}
footer .columns .column.column-info .address {
    color: #fff;
    padding-right: 40px;
}
footer .columns .column.column-social {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
footer .columns .column.column-social .help-links {
    display: none;
}
footer .columns .column.column-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 200px;
    margin-bottom: 16px;
}
footer .columns .column.column-social a:last-of-type {
    margin-bottom: 9px;
}
footer .columns .column.column-social a .title {
    padding-left: 10px;
}
footer .copyright {
    color: #fff;
    padding: 24px 0;
}
@media (max-width: 767px) {
    footer .columns {
        -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: start;
    }
    footer .columns .column.column-logo .logo {
        width: 170px;
    }
    footer .columns .column.column-logo .help-links {
        display: none;
    }
    footer .columns .column.column-info {
        padding-left: 0;
        padding-top: 33px;
    }
    footer .columns .column.column-info .address {
        padding-top: 15px;
    }
    footer .columns .column.column-social {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding-top: 30px;
    }
    footer .columns .column.column-social .help-links {
        padding-top: 12px;
        display: block;
    }
    footer .columns .column.column-social .help-links a {
        margin-bottom: 5px !important;
    }
}
@media (max-width: 440px) {
    footer {
        margin-top: 20px;
    }
    footer:before {
        top: -40px;
        height: 40px;
    }
    footer .columns .column.column-info .email {
        line-height: 30px;
    }
    footer .columns .column.column-info .address {
        padding-top: 22px;
    }
    footer .columns .column.column-social .help-links {
        padding-top: 18px;
    }
}
@font-face {
    font-family: montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
    font-family: montserrat;
    font-style: bold;
    font-weight: 700;
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype");
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-input-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
::-ms-input-placeholder {
    color: #666;
}
::placeholder {
    color: #666;
}
::-moz-selection {
    background-color: #52b36e;
    color: #fff;
}
::selection {
    background-color: #52b36e;
    color: #fff;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
input,
textarea {
    font-family: montserrat, sans-serif;
    outline: 0;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red;
}
input:required:valid,
textarea:required:valid {
    border-color: green;
}
body {
    margin: 0;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
header.wrapper{
    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;
    height: 91px;
}
header .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 85px;
}
header .actions > * {
    cursor: pointer;
}
header .menu-wrapper,
header .search-wrapper {
    display: none;
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 15, 13, 0.7);
}
header .menu-wrapper.active,
header .search-wrapper.active {
    display: block;
}
header .search-wrapper .container {
    background: #fff;
    height: 91px;
}
header .search-wrapper .container .wrapper {
    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;
    height: 100%;
}
header .search-wrapper .container input {
    border: none;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
}
header .search-wrapper .container .close {
    cursor: pointer;
}
header .menu-wrapper .close {
    cursor: pointer;
}
header .menu-wrapper .container {
    background-color: #337545;
    min-height: 420px;
}
header .menu-wrapper .container .top-bar {
    height: 91px;
    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;
}
header .menu-wrapper .container .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 43px;
}
header .menu-wrapper .container .columns .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
}
header .menu-wrapper .container .columns .column.column-menu.sub-menu {
    padding-left: 5px;
}
header .menu-wrapper .container .columns .column.column-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
header .menu-wrapper .container .columns .column.column-menu ul li {
    padding-bottom: 28px;
}
header .menu-wrapper .container .columns .column.column-menu ul li a {
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
    color: #fff;
    /*font-weight: 700;*/
}
header .menu-wrapper .container .columns .column.column-menu ul li a:active,
header .menu-wrapper .container .columns .column.column-menu ul li a:hover {
    color: #52b36e;
}
header .menu-wrapper .container .columns .column.column-social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .menu-wrapper .container .columns .column.column-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 200px;
    margin-bottom: 16px;
    margin-left: 25px;
    text-decoration: none;
    color: #fff;
}
header .menu-wrapper .container .columns .column.column-social a:last-child {
    margin-bottom: 9px;
}
header .menu-wrapper .container .columns .column.column-social a img {
    width: 40px;
}
header .menu-wrapper .container .columns .column.column-social a .title {
    padding-left: 10px;
}
header .menu-wrapper .container .columns .column.column-social a .title:hover {
    color: #f3f9f3;
}
header .menu-wrapper .container .columns .column.column-social a .title:active {
    color: #e8f1e8;
}
@media (max-width: 767px) {
    header .menu-wrapper .columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    header .menu-wrapper .columns .column-menu.sub-menu {
        padding-left: 0 !important;
    }
    header .menu-wrapper .columns .column-social {
        margin-top: 20px;
    }
    header .menu-wrapper .columns .column-social a {
        margin-left: 0 !important;
    }
}
@media (max-width: 440px) {
    header {
        /*height: 65px;*/
    }
    header .logo {
        width: 160px;
    }
    header .actions {
        width: 65px;
    }
}
@font-face {
    font-family: montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
    font-family: montserrat;
    font-style: bold;
    font-weight: 700;
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype");
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-input-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
::-ms-input-placeholder {
    color: #666;
}
::placeholder {
    color: #666;
}
::-moz-selection {
    background-color: #52b36e;
    color: #fff;
}
::selection {
    background-color: #52b36e;
    color: #fff;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
input,
textarea {
    font-family: montserrat, sans-serif;
    outline: 0;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red;
}
input:required:valid,
textarea:required:valid {
    border-color: green;
}
body {
    margin: 0;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
.main-page .banner .wrapper .text-part {
    padding-top: 54px;
}
.main-page .banner .wrapper .image-part{
	
}
.main-page .banner .wrapper .image-part video {
    width: calc(100% + 245px);
    top: -10px;
    left: -135px;
}
.main-page .content {
    padding: 185px 0 198px;
}
.main-page .content .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-page .content .wrapper .meta-info {
    min-height: 64px;
    padding-left: 80px;
    margin-bottom: 23px;
    background-repeat: no-repeat;
}
.main-page .content .wrapper .meta-info .title {
    padding: 17px 0 9px;
}
.main-page .content .wrapper .meta-info .button-inverse {
    margin: 8px 0 0;
}
.main-page .content .wrapper .meta-info.hand-logo {
    background-image: url(../images/dist/icons/hand.svg);
}
.main-page .content .wrapper .meta-info.eye-logo {
    background-image: url(../images/dist/icons/eye.svg);
}
.main-page .content .wrapper .meta-info.faq-logo {
    background-image: url(../images/dist/icons/help.svg);
}
.main-page .content .wrapper .meta-info.book-logo {
    background-image: url(../images/dist/icons/book.svg);
}
.main-page .content .wrapper .left {
    width: 50%;
}
.main-page .content .wrapper .left .slider-wrapper {
    width: 100%;
    max-width: 540px;
    position: relative;
}
.main-page .content .wrapper .left .slider-wrapper .slider {
    width: 100%;
    height: 100%;
}
.main-page .content .wrapper .left .slider-wrapper .slider-item {
    width: 100%;
    height: 100%;
    position: relative;
}
.main-page .content .wrapper .left .slider-wrapper .slider-item .overlay,
.main-page .content .wrapper .left .slider-wrapper .slider-item img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.main-page .content .wrapper .left .slider-wrapper .slider-item img {
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -2;
}
.main-page .content .wrapper .left .slider-wrapper .slider-item .overlay {
    background: -o-linear-gradient(314.14deg, #333 22.19%, rgba(51, 51, 51, 0) 106.88%);
    background: linear-gradient(135.86deg, #333 22.19%, rgba(51, 51, 51, 0) 106.88%);
    z-index: -1;
}
.main-page .content .wrapper .left .slider-wrapper .slider-item .slider-content {
    width: 100%;
    height: 320px;
    padding: 40px;
    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: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main-page .content .wrapper .left .slider-wrapper .slider-item .slider-content .title {
    color: #fff;
}
.main-page .content .wrapper .left .slider-wrapper .slider-item .slider-content .description {
    color: #fff;
    padding: 15px 0;
}
.main-page .content .wrapper .left .slider-wrapper .slider-item .slider-content .button {
    /*width: 100%;
    max-width: 220px;
    text-align: center;
    background-position: 75% calc(90% - 12px);*/
}
.main-page .content .wrapper .left .slider-wrapper .slider-control {
    position: absolute;
    top: calc(50% - 22.5px);
    z-index: 3;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(35, 68, 60, 0.15);
    box-shadow: 0 4px 12px rgba(35, 68, 60, 0.15);
    cursor: pointer;
}
.main-page .content .wrapper .left .slider-wrapper .slider-control.next:hover,
.main-page .content .wrapper .left .slider-wrapper .slider-control.prev:hover {
    background-color: #f3f9f3;
}
.main-page .content .wrapper .left .slider-wrapper .slider-control.next:active,
.main-page .content .wrapper .left .slider-wrapper .slider-control.prev:active {
    background-color: #e8f1e8;
}
.main-page .content .wrapper .left .slider-wrapper .slider-control.next:after,
.main-page .content .wrapper .left .slider-wrapper .slider-control.prev:after {
    content: "";
    position: absolute;
    top: calc(50% - 5.25px);
    left: calc(50% - 3px);
    width: 6px;
    height: 10.5px;
    background-image: url(../images/dist/icons/arrow-right-green.svg);
}
.main-page .content .wrapper .left .slider-wrapper .slider-control.prev {
    left: -22.5px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main-page .content .wrapper .left .slider-wrapper .slider-control.next {
    right: -22.5px;
}
.main-page .content .wrapper .right {
    width: 50%;
    padding: 0 10px;
}
.main-page .content .promo-image {
    position: absolute;
    bottom: -55px;
    left: 24%;
    z-index: 1;
}
.about-page .page-title {
    padding-top: 50px;
}
.about-page .content {
    padding: 156px 0 110px;
}
.about-page .content:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 80px;
    background-image: url(../images/dist/about-page-bottom-content.svg);
    background-position: bottom;
    background-color: #fff;
}
.about-page .content .hero-section img {
    width: 100%;
}
.about-page .content .text-section {
    margin: 44px auto;
    width: 100%;
    max-width: 780px;
}
.about-page .content .text-section p {
    margin: 15px 0 24px;
}
.about-page .content .text-section p:last-of-type {
    margin-bottom: 30px;
}
.about-page .content .text-section h3 {
    font-size: 21px;
    margin-bottom: 13px;
}
.about-page .content .text-section .cv-button {
    margin: 4px 0 0;
    padding-left: 25px;
    padding-right: 50px;
}
.about-page .statistics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 310px;
    padding-top: 60px;
}
.about-page .statistics .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-right: 25px;
    padding-bottom: 25px;
}
.about-page .statistics .item:last-of-type {
    padding-right: 0;
}
.about-page .statistics .item .number {
    font-size: 60px;
    line-height: 50px;
    font-weight: 700;
    color: #52b36e;
}
.about-page .statistics .item .info {
    font-size: 14px;
    color: #7d8e8a;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
    max-width: 225px;
}
.events-page .banner .text-part {
    width: 55%;
}
.events-page .banner .image-part {
    width: 38%;
}
.events-page .banner .image-part video {
    width: calc(100% + 345px);
    top: -120px;
    left: -200px;
}
.events-page .banner .image-part img {
    margin: 15px auto 0;
}
.events-page .content {
    margin-top: -70px;
    padding-top: 70px;
}
.events-page .content .wrapper {
    padding-bottom: 75px;
}
.events-page .content .wrapper .events-wrapper {
    padding: 60px 0 38px;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.events-page .content .wrapper .events-wrapper .event-item {
    height: 320px;
    width: 100%;
    border-radius: 40%;
    position: relative;
}
.events-page .content .wrapper .events-wrapper .event-item .overlay,
.events-page .content .wrapper .events-wrapper .event-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.events-page .content .wrapper .events-wrapper .event-item img {
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.events-page .content .wrapper .events-wrapper .event-item .overlay {
    background: -o-linear-gradient(314.14deg, #333 22.19%, rgba(51, 51, 51, 0) 106.88%);
    background: linear-gradient(135.86deg, #333 22.19%, rgba(51, 51, 51, 0) 106.88%);
    z-index: 2;
}
.events-page .content .wrapper .events-wrapper .event-item .title {
    color: #fff;
}
.events-page .content .wrapper .events-wrapper .event-item .description {
    color: #fff;
}
.events-page .content .wrapper .events-wrapper .event-content {
    width: 100%;
    height: 100%;
    padding: 40px;
    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: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    position: relative;
}
.events-page .content .wrapper .events-wrapper .event-content .description {
    padding: 15px 0;
}
.events-page .content .wrapper .events-wrapper .event-content .button {
    /*width: 100%;*/
    max-width: 220px;
    text-align: center;
    /*background-position: 75% calc(90% - 12px);*/
}
.articles-page .banner .text-part {
    width: 55%;
}
.articles-page .banner .image-part {
    width: 30%;	
}
.articles-page .banner .image-part video {
    width: calc(100% + 245px);
    top: -90px;
    left: -135px;
}
.articles-page .content {
    margin-top: -85px;
    padding-top: 85px;
    background-image: url(../images/dist/articles-page-content.png);
    background-position: 100% 0;
    background-color: #fff;
}
.articles-page .content .wrapper {
    padding-bottom: 65px;
}
.articles-page .content .wrapper .articles-wrapper {
    padding: 56px 0 176px;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 170px;
}
.articles-page .content .wrapper .articles-wrapper .article-item {
    width: 100%;
    border-radius: 5px;
    position: relative;
}
.articles-page .content .wrapper .articles-wrapper .article-item .overlay {
    display: none;
}
.articles-page .content .wrapper .articles-wrapper .article-item .overlay:before {
    content: "";
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    background-image: url(../images/dist/icons/external-link.svg);
    background-color: #52b36e;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.articles-page .content .wrapper .articles-wrapper .article-item:hover .overlay {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 5px;
}
.articles-page .content .wrapper .articles-wrapper .article-item a {
    text-decoration: none;
}
.articles-page .content .wrapper .articles-wrapper .article-item a img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    position: relative;
}
.articles-page .content .wrapper .articles-wrapper .article-item a .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #23443c;
    text-decoration: none;
    padding: 11px 0;
}
.videos-page .banner .text-part {
    width: 55%;
}
.videos-page .banner .image-part {
    width: 30%;
}
.videos-page .banner .image-part video {
    width: calc(100% + 245px);
    top: -90px;
    left: -135px;
}
.videos-page .content {
    margin-top: -85px;
    padding-top: 85px;
    background-image: url(../images/dist/videos-page-content.png);
    background-position: 100% 0;
    background-color: #fff;
}
.videos-page .content .wrapper {
    padding-bottom: 90px;
}
.videos-page .content .wrapper .videos-wrapper {
    padding: 56px 0 142px;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 151px;
}
.videos-page .content .wrapper .videos-wrapper .video-item {
    width: 100%;
    border-radius: 5px;
    position: relative;
}
.videos-page .content .wrapper .videos-wrapper .video-item .overlay {
    display: none;
}
.videos-page .content .wrapper .videos-wrapper .video-item .overlay:before {
    content: "";
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    background-image: url(../images/dist/icons/youtube-hover-icon.svg);
    background-color: #52b36e;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.videos-page .content .wrapper .videos-wrapper .video-item:hover .overlay {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 5px;
}
.videos-page .content .wrapper .videos-wrapper .video-item a {
    text-decoration: none;
}
.videos-page .content .wrapper .videos-wrapper .video-item a img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    position: relative;
}
.videos-page .content .wrapper .videos-wrapper .video-item a .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #23443c;
    text-decoration: none;
    padding: 11px 0;
}
.faq-page .banner .wrapper .text-part {
    width: 55%;
}
.faq-page .banner .wrapper .image-part {
    width: 30%;
	min-height: 250px;
}
.faq-page .banner .wrapper .image-part video {
    width: calc(100% + 150px);
    top: -30px;
    left: -135px;
}
.faq-page .banner .wrapper .image-part img {
    margin: 0 0 -100px;
}
.faq-page .content {
    padding: 103px 0 77px;
}
.faq-page .content .text-section {
    text-align: center;
    margin: 44px auto;
    width: 100%;
    max-width: 780px;
}
.faq-page .content .text-section p {
    margin: 15px 0 24px;
}
.faq-page .content .text-section p:last-of-type {
    margin-bottom: 15px;
}
.faq-page .content .text-section h3 {
    font-size: 21px;
    margin-bottom: 13px;
}
.faq-page .content .text-section .faq-button {
    margin: 4px 0 0;
    padding-left: 25px;
    padding-right: 50px;
}
.atlas-page .banner .wrapper .text-part {
    width: 55%;
}
.atlas-page .banner .wrapper .image-part {
    width: 30%;
}
.atlas-page .banner .wrapper .image-part video {
    width: calc(100% + 300px);
    top: -80px;
    left: -200px;
}
.atlas-page .banner .wrapper .image-part img {
    margin: 0 0 -60px;
}
.atlas-page .content {
    margin-top: -25px;
    padding: 115px 0 77px;
}
.atlas-page .content .letter-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    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;*/
}
.atlas-page .content .letter-list ul li {
    margin-right: 10px;
}
.atlas-page .content .letter-list ul li a {
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    color: #23443c;
}
.atlas-page .content .letter-list ul li a.current,
.atlas-page .content .letter-list ul li a:hover {
    color: #52b36e;
}
.atlas-page .content .letter-blocks {
    margin: 48px auto;
}
.atlas-page .content .letter-blocks .letter-block {
    background: #f6f6f6;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 380px;
    padding-bottom: 20px;
    border-radius: 5px;
}
.atlas-page .content .letter-blocks .letter-block .letter {
    background: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 32px;
    color: #23443c;
    padding: 48px 40px 38px;
}
.atlas-page .content .letter-blocks .letter-block .words {
    background: #fff;
    padding-bottom: 20px;
}
.atlas-page .content .letter-blocks .letter-block .words a {
    color: #333;
    text-decoration: none;
    line-height: 21.5px;
    font-size: 14px;
    padding: 0 40px 15px;
    display: block;
}
.atlas-page .content .button.show-more {
    display: block;
    margin: 0 auto;
    padding: 9px 60px 9px 45px;
}
.full-event-page .banner {
    height: 400px;
    margin: 50px 0 0;
    padding: 0;
}
.full-event-page .banner > img {
    position: absolute;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}
.full-event-page .banner .wrapper {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.full-event-page .banner .wrapper .image-part {
    z-index: 1;
    width: 320px;
    height: 150px;
    border-radius: 5px;
    margin: 0;
    padding: 33px;
    background: #fff;
}
.full-event-page .content.section-1 {
    margin: 0;
    padding: 23px 0 0;
}
.full-event-page .content.section-1 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.full-event-page .content.section-1 .wrapper .description {
    width: 100%;
    max-width: 680px;
    margin-right: 20px;
}
.full-event-page .content.section-1 .wrapper .description .main-text {
    padding: 20px 0 0;
}
.full-event-page .content.section-1 .wrapper .description .main-text p {
    margin: 0 0 25px;
}
.full-event-page .content .wrapper .details-container {
    margin-top: 28px;
}
.full-event-page .content .wrapper .details-container details {
    border-bottom: 1px solid #d2dad2;
}
.full-event-page .content .wrapper .details-container details[open] {
    border: none;
}
.full-event-page .content .wrapper .details-container details[open] summary:after {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.full-event-page .content .wrapper .details-container details summary {
    cursor: pointer;
    height: 64px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 20px 0;
    outline: 0;
    color: #23443c;
}
.full-event-page .content .wrapper .details-container details summary::-webkit-details-marker {
    display: none;
}
.full-event-page .content .wrapper .details-container details summary:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../images/dist/icons/arrow-down.svg);
}
.full-event-page .content .wrapper .details-container details .detail ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.full-event-page .content .wrapper .details-container details .detail ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.full-event-page .content .wrapper .details-container details .detail ul li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #52b36e;
    border-radius: 50%;
}
.full-event-page .content.section-1 .wrapper .payment-info {
    width: 100%;
    max-width: 480px;
}
.full-event-page .content.section-1 .wrapper .payment-info .visual-form-builder {
    background: #f6f8f6;
    padding: 50px;
    margin: 55px auto 0;
    border-radius: 5px;
}
.full-event-page .content.section-1 .wrapper .payment-info .visual-form-builder .title {
    margin: 5px 0 20px;
    color: #23443c;
}
.full-event-page .content.section-1 .wrapper .payment-info .visual-form-builder .form-control {
    margin-top: 15px;
}
.full-event-page .content.section-1 .wrapper .payment-info .visual-form-builder .form-control label {
    font-weight: 700;
    color: #23443c;
}
.full-event-page .content.section-1 .wrapper .payment-info .visual-form-builder .form-control label span {
    font-weight: 400;
    margin-left: 5px;
}
.full-event-page .content.section-1 .wrapper .payment-info .visual-form-builder .form-control .form-input {
    margin-top: 5px;
}
.full-event-page .content.section-1 .wrapper .payment-info .visual-form-builder .form-control .form-input input,
.full-event-page .content.section-1 .wrapper .payment-info .visual-form-builder .form-control .form-input select {
    padding: 13px 10px;
    border-radius: 5px;
    border: 1px solid #d2dad2;
    line-height: 16px;
    color: #7d8e8a;
    width: 100%;
    outline: 0;
}
.full-event-page .content.section-1 .wrapper .payment-info .visual-form-builder .form-control .form-input input:focus,
.full-event-page .content.section-1 .wrapper .payment-info .visual-form-builder .form-control .form-input select:focus {
    border-color: #52b36e;
}
.full-event-page .content.section-1 .wrapper .payment-info .visual-form-builder .form-control.phone .form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.full-event-page .content.section-1 .wrapper .payment-info .visual-form-builder .form-control.phone .form-input select {
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 1;
    -webkit-appearance: none;
    border: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    outline: 0;
}
.full-event-page .content.section-1 .wrapper .payment-info .visual-form-builder .form-control.phone .form-input input {
    -moz-appearance: textfield;
    position: relative;
    padding-left: 53px;
}
.full-event-page .content.section-1 .wrapper .payment-info .visual-form-builder .form-control.phone .form-input input::-webkit-inner-spin-button,
.full-event-page .content.section-1 .wrapper .payment-info .visual-form-builder .form-control.phone .form-input input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.full-event-page .content.section-1 .wrapper .payment-info .visual-form-builder .button {
    display: block;
    border: none;
    width: 100%;
    height: 42px;
    margin: 15px auto 0;
    background-position: calc(50% + 50px) calc(90% - 12px);
}
.full-event-page .content.section-1 .wrapper .payment-info .payment-details {
    background: #f6f8f6;
    margin: 23px auto 20px;
    border-radius: 5px;
}
.full-event-page .content.section-1 .wrapper .payment-info .payment-details .title {
    padding: 50px 50px 20px;
    color: #23443c;
}
.full-event-page .content.section-1 .wrapper .payment-info .payment-details .price-section {
    border-bottom: 1px solid #d2dad2;
    padding-bottom: 30px;
}
.full-event-page .content.section-1 .wrapper .payment-info .payment-details .price-section .title {
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 0 50px;
    margin: 10px 0;
}
.full-event-page .content.section-1 .wrapper .payment-info .payment-details .price-section .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: calc(100% - 100px);
    height: 100px;
    background: #fff;
    border-radius: 5px;
}
.full-event-page .content.section-1 .wrapper .payment-info .payment-details .price-section .price .left {
    width: 100%;
    border-right: 0px solid #d2dad2;
    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;
    font-size: 32px;
    font-weight: 700;
    color: #52b36e;
}
.full-event-page .content.section-1 .wrapper .payment-info .payment-details .price-section .price .right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.full-event-page .content.section-1 .wrapper .payment-info .payment-details .price-section .price .right > * {
    height: 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-bottom: 1px solid #d2dad2;
}
.full-event-page .content.section-1 .wrapper .payment-info .payment-details .price-section .price .right > :last-child {
    border: none;
}
.full-event-page .content.section-1 .wrapper .payment-info .payment-details .payment-detail-section .title {
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 30px 50px 5px;
}
.full-event-page .content.section-1 .wrapper .payment-info .payment-details .payment-detail-section table {
    background: #fff;
    border-radius: 5px;
    margin: 0 auto;
    width: calc(100% - 100px);
    color: #23443c;
}
.full-event-page .content.section-1 .wrapper .payment-info .payment-details .payment-detail-section table tr {
    height: 35px;
}
.full-event-page .content.section-1 .wrapper .payment-info .payment-details .payment-detail-section table tr td {
    padding: 0 15px;
}
.full-event-page .content.section-1 .wrapper .payment-info .payment-details .payment-detail-section .apple-pay-button,
.full-event-page .content.section-1 .wrapper .payment-info .payment-details .payment-detail-section .paypal-button {
    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;
    height: 42px;
    width: calc(100% - 100px);
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}
.full-event-page .content.section-1 .wrapper .payment-info .payment-details .payment-detail-section .apple-pay-button img,
.full-event-page .content.section-1 .wrapper .payment-info .payment-details .payment-detail-section .paypal-button img {
    margin-left: 7px;
}
.full-event-page .content.section-1 .wrapper .payment-info .payment-details .payment-detail-section .paypal-button {
    background: #ffc237;
    color: #333;
    margin: 20px auto 0;
}
.full-event-page .content.section-1 .wrapper .payment-info .payment-details .payment-detail-section .apple-pay-button {
    background: #333;
    color: #fff;
    margin: 10px auto 0;
}
.full-event-page .content.section-2 {
    margin-top: -35px;
    padding-top: 150px;
}
.full-event-page .content.section-2 .title-section {
    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;
    padding: 10px 0;
    position: relative;
}
.full-event-page .content.section-2 .title-section .title {
    color: #23443c;
    font-size: 32px;
}
.full-event-page .content.section-2 .title-section .button {
    color: #52b36e;
}
.full-event-page .content.section-2 .title-section .button.mobile {
    display: none;
}
.full-event-page .content.section-2 .title-section .button:hover {
    color: #60cc7f;
}
.full-event-page .content.section-2 .title-section .button:active {
    color: #4ba665;
}
.full-event-page .content.section-2 .title-section .logo {
    position: absolute;
    top: -225px;
    right: 24%;
    width: 152px;
    height: 180px;
}
.full-event-page .content.section-2 .events-wrapper {
    padding-top: 25px;
}
.full-event-page .content.section-2 .events-wrapper .title {
    font-size: 21px;
}
.full-event-page-2 .content.section-1 .wrapper .description {
    width: 100%;
    max-width: 735px;
}
.full-event-page-2 .content.section-1 .wrapper .payment-info {
    width: 100%;
    max-width: 402px;
}
.full-event-page-2 .content.section-1 .wrapper .payment-info .payment-details {
    margin: 55px auto 20px;
    padding-bottom: 50px;
}
.full-event-page-2 .content.section-1 .wrapper .payment-info .payment-details .title {
    text-align: center;
    font-size: 18px;
}
.full-event-page-2 .content.section-1 .wrapper .payment-info .payment-details .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: calc(100% - 60px);
    height: 100px;
    background: #fff;
    border-radius: 5px;
}
.full-event-page-2 .content.section-1 .wrapper .payment-info .payment-details .price .top {
    height: 100px;
    width: 100%;
    border-bottom: 0px solid #d2dad2;
    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;
    font-size: 32px;
    font-weight: 700;
    color: #52b36e;
}
.full-event-page-2 .content.section-1 .wrapper .payment-info .payment-details .price .bottom {
    height: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.full-event-page-2 .content.section-1 .wrapper .payment-info .payment-details .price .bottom > * {
    width: 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-right: 1px solid #d2dad2;
}
.full-event-page-2 .content.section-1 .wrapper .payment-info .payment-details .price .bottom > :last-child {
    border: none;
}
.full-event-page-2 .content.section-1 .wrapper .payment-info .payment-details .button {
    display: block;
    margin: 20px auto 0;
    width: calc(100% - 60px);
    background-image: none;
    text-align: center;
    border-radius: 5px;
}
.full-event-page-2 .content.section-1 .wrapper .payment-info .payment-details .button.register-button {
    margin: 15px 0 0 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 156px;
    padding: 8px;
    color: #52b36e;
    background-color: #fff;
    text-transform: uppercase;
    border: 1px solid #bccabc;
}
.full-event-page-2 .content.section-1 .wrapper .payment-info .payment-details .button.register-button:hover {
    background-color: #f3f9f3;
}
.full-event-page-2 .content.section-1 .wrapper .payment-info .payment-details .button.register-button:active {
    background-color: #e8f1e8;
}
@media (max-width: 840px) {
    .main-page .banner .wrapper .image-part video {
        top: 50px;
    }
    .main-page .content {
        padding: 85px 0 80px;
    }
    .main-page .content .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
		margin-bottom: 50px;
    }
    .main-page .content .wrapper .left,
    .main-page .content .wrapper .right {
        width: 100%;
    }
    .main-page .content .wrapper .left .slider-wrapper {
        margin: 0 auto 15px;
    }
    .main-page .content .promo-image {
        left: unset;
        right: 15px;
        bottom: -50px;
        width: 170px;
    }
    .articles-page .banner .image-part video {
        top: -40px;
    }
    .videos-page .banner .image-part video {
        top: -40px;
    }
    .events-page .banner .image-part video {
        top: -50px;
    }
    .faq-page .banner .wrapper .image-part video {
        top: 20px;
    }
    .atlas-page .banner .wrapper .image-part video {
        top: -20px;
    }
    .about-page .page-title {
        padding-top: 20px;
    }
    .about-page .content {
        padding: 135px 0 70px;
    }
    .about-page .content .hero-section img {
        height: 260px;
        -o-object-fit: cover;
        object-fit: cover;
        border-top-left-radius: 110px 100px;
        border-bottom-right-radius: 110px 100px;
    }
    .about-page .content .text-section {
        margin-top: 30px;
    }
    .about-page .statistics {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: (120px) [2];
        grid-template-rows: repeat(2, 120px);
        grid-column-gap: 40px;
        grid-row-gap: 100px;
        padding-top: 80px;
        padding-bottom: 150px;
    }
    .about-page .statistics .item {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .main-page .banner .wrapper .text-part {
        text-align: center;
        padding-top: 16px;
    }
    .main-page .banner .wrapper .text-part .sub-title {
        padding: 3px 0 0;
    }
    .main-page .banner .wrapper .text-part .button {
        margin-top: 20px !important;
    }
    .main-page .banner .wrapper .image-part {
        margin: 30px 0 0 !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .main-page .banner .wrapper .image-part video {
        top: 0;
        left: 5%;
    }
    .main-page .banner .wrapper .image-part img {
        width: 60% !important;
    }
    .main-page .content {
        padding-top: 106px;
        margin-top: -35px;
    }
    .main-page .content .wrapper .left .meta-info {
        margin-bottom: 10px;
    }
    .main-page .content .wrapper .left .slider-wrapper {
        width: 95%;
    }
    .about-page .page-title {
        padding-top: 10px;
    }
    .about-page .content {
        padding: 105px 0 70px;
    }
    .about-page .content .hero-section img {
        height: 210px;
    }
    .about-page .content .text-section {
        margin-top: 15px;
    }
    .events-page .banner .wrapper .image-part video {
        position: static;
        margin: -10px auto 0;
    }
    .events-page .banner .wrapper .image-part img {
        margin: 0 10px;
        width: 38%;
    }
    .events-page .content {
        padding-top: 60px;
        margin-top: -50px;
    }
    .events-page .content .wrapper {
        padding-bottom: 65px;
    }
    .events-page .content .wrapper .events-wrapper {
        padding: 60px 0 20px !important;
        -ms-grid-columns: (1fr) [1] !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .events-page .content .wrapper .events-wrapper .event-item {
        height: auto !important;
    }
    .articles-page .banner .wrapper .image-part video {
        position: static;
        margin: 0 auto;
    }
    .articles-page .banner .wrapper .image-part img {
        margin: -25px 0 0;
    }
    .articles-page .content {
        padding-top: 95px;
        margin-top: -25px;
    }
    .articles-page .content .wrapper {
        padding-bottom: 75px;
    }
    .articles-page .content .wrapper .articles-wrapper {
        padding-bottom: 147px !important;
        -ms-grid-columns: (1fr) [1] !important;
        grid-template-columns: repeat(1, 1fr) !important;
        grid-row-gap: 93px !important;
    }
    .articles-page .content .wrapper .articles-wrapper .article-item {
        height: auto !important;
    }
    .atlas-page .banner {
        padding-bottom: 0;
    }
    .atlas-page .banner .wrapper .image-part video {
        position: static;
        margin: 0 auto;
    }
    .atlas-page .letter-list ul {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .videos-page .banner .wrapper .image-part video {
        position: static;
        margin: 0 auto;
    }
    .videos-page .banner .wrapper .image-part img {
        margin: -25px 0 0;
    }
    .videos-page .content {
        padding-top: 60px;
        margin-top: -25px;
    }
    .videos-page .content .wrapper {
        padding-bottom: 75px;
    }
    .videos-page .content .wrapper .videos-wrapper {
        padding-bottom: 147px !important;
        -ms-grid-columns: (1fr) [1] !important;
        grid-template-columns: repeat(1, 1fr) !important;
        grid-row-gap: 115px !important;
    }
    .videos-page .content .wrapper .videos-wrapper .video-item {
        height: auto !important;
    }
    .faq-page .banner .wrapper .image-part video {
        position: static;
        margin: 10px auto 0;
    }
    .faq-page .content {
        margin-top: 0;
        padding: 50px 0;
    }
    .faq-page .content .text-section {
        margin: 30px auto 0;
    }
    .faq-page .content .text-section h3 {
        font-size: 18px;
    }
    .full-event-page .banner {
        margin: 20px 0 0;
        height: 250px;
    }
    .full-event-page .banner > img {
        height: 250px;
    }
    .full-event-page .banner .wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .full-event-page .banner .wrapper .image-part {
        width: 50% !important;
        height: 85px;
        padding: 0;
        margin: 0 0 15px;
    }
    .full-event-page .banner .wrapper .image-part img {
        width: 100%;
        margin: 15px 0;
    }
    .full-event-page .content.section-1 {
        padding: 30px 0 0;
    }
    .full-event-page .content.section-1 .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 30px;
    }
    .full-event-page .content.section-1 .wrapper .description {
        margin: 0;
    }
    .full-event-page .content.section-1 .wrapper .description .main-text {
        padding: 15px 0 0;
    }
    .full-event-page .content.section-1 .wrapper .payment-info .form-registration {
        padding: 20px;
        margin-top: 30px;
    }
    .full-event-page .content.section-1 .wrapper .payment-info .form-registration .title {
        margin: 12px 0 14px;
        font-size: 21px;
        text-align: center;
    }
    .full-event-page .content.section-1 .wrapper .payment-info .payment-details {
        margin: 23px auto 20px;
    }
    .full-event-page .content.section-1 .wrapper .payment-info .payment-details .title {
        padding: 20px 20px 10px;
        font-size: 19px;
        text-align: center;
    }
    .full-event-page .content.section-1 .wrapper .payment-info .payment-details .price-section {
        padding-bottom: 15px;
    }
    .full-event-page .content.section-1 .wrapper .payment-info .payment-details .price-section .title {
        margin: 8px 0;
        padding-left: 20px;
        text-align: left;
    }
    .full-event-page .content.section-1 .wrapper .payment-info .payment-details .price-section .price {
        width: calc(100% - 40px);
    }
    .full-event-page .content.section-1 .wrapper .payment-info .payment-details .price-section .price .left {
        font-size: 23px;
    }
    .full-event-page .content.section-1 .wrapper .payment-info .payment-details .payment-detail-section .title {
        font-size: 14px;
        margin: 8px 0 0;
        padding: 10px 20px;
        text-align: left;
    }
    .full-event-page .content.section-1 .wrapper .payment-info .payment-details .payment-detail-section table {
        width: calc(100% - 40px);
    }
    .full-event-page .content.section-1 .wrapper .payment-info .payment-details .payment-detail-section .apple-pay-button,
    .full-event-page .content.section-1 .wrapper .payment-info .payment-details .payment-detail-section .paypal-button {
        width: 100%;
        max-width: 300px;
    }
    .full-event-page .content.section-2 {
        padding-top: 120px;
        margin-top: -40px;
    }
    .full-event-page .content.section-2 .title-section .title {
        font-size: 18px;
        width: 80%;
    }
    .full-event-page .content.section-2 .title-section .button.desktop {
        display: none;
    }
    .full-event-page .content.section-2 .title-section .button.mobile {
        display: block;
    }
    .full-event-page .content.section-2 .title-section .logo {
        display: none;
    }
    .full-event-page .content.section-2 .events-wrapper {
        padding-top: 0 !important;
    }
}
@media (max-width: 440px) {
    .about-page .statistics {
        grid-column-gap: 30px;
        grid-row-gap: 55px;
        padding-bottom: 90px;
    }
    .about-page .statistics .item .number {
        font-size: 42px;
    }
    .about-page .statistics .item .info {
        padding-top: 10px;
        font-size: 14px;
        line-height: 18px;
    }
}





.single-page h1{
    padding-top:50px;
}
.payment-info fieldset{
    border: none;
}
.payment-info fieldset ul,
.payment-info fieldset ul li{
    list-style: none;
    margin:0;
    padding:0;
}
.payment-info fieldset ul li{
    margin-top: 15px;
}
.vfb-legend h3{
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0 20px;
    color: #23443c;    
}
.vfb-desc{
    display: block;
    font-weight: 700;
    color: #23443c;
    line-height: 26px;
}
.vfb-text{
    padding: 13px 10px;
    border-radius: 5px;
    border: 1px solid #d2dad2;
    line-height: 16px;
    color: #7d8e8a;
    width: 100%;
    outline: 0;
}
.vfb-submit {
    border-radius: 5px;
    padding: 9px 45px 9px 18px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    background-image: url(../images/dist/icons/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 22px) calc(90% - 12px);
    background-color: #52b36e;
    color: #fff;
    display: block;
    border: none;
    width: 100%;
    height: 42px;
    margin: 15px auto 0;
    background-position: calc(50% + 50px) calc(90% - 12px);
}
.entry-content img{
    max-width: 100%;
    height:100%;
}
.main-text img{
    max-width: 100%;
    height:100%;
}
.al-round{
    /*border-top-left-radius: 100px 100px; 
    border-bottom-right-radius: 100px 100px; */
}
.single-page .details-container{
    margin-top: 28px;
}
.single-page .details-container details{
    border-bottom: 1px solid #d2dad2;
}
.single-page .details-container details summary{
    cursor: pointer;
    height: 64px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 20px 0;
    outline: 0;
    color: #23443c;
}
.single-page .details-container details summary:after{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../images/dist/icons/arrow-down.svg);
}
.vfb-span{
    display:block;
}
.al-search {
    margin-top: 10px;
}
.al-search input{
    padding: 13px 10px;
    border-radius: 5px;
    border: 1px solid #d2dad2;
    line-height: 16px;
    color: #7d8e8a;
    width: 100%;
    outline: 0;
}
.main-text h1{
    padding-bottom: 20px;
}

@media (min-width: 1184px) {
    .wp-video video{
        width: 1184px !important;
        height: 100%;
    }
}
@media (min-width: 1184px){
	.articles-page .banner .image-part {
		min-height: 290px;
	}
	.events-page .banner .image-part {
		min-height: 254px;
	}
	.atlas-page .banner .wrapper .image-part {
		min-height: 290px;
	}
	.videos-page .banner .image-part {
		min-height: 290px;
	}
	.main-page .banner .wrapper .image-part{
		min-height: 421px;
	}
}
/*input[type=search]{
	outline: none;
}*/
.atlas-page .content .letter-blocks .letter-block .words a:hover{
	color: #52b36e;
}
/*.events-page .content .wrapper .events-wrapper .event-content .button{
	border-radius: 5px;
    padding: 9px 45px 9px 18px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    background-image: url(../images/dist/icons/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 22px) calc(90% - 12px);
}*/
.events-page article header{
	padding-top: 43px;
}
.events-page .content .wrapper .events-wrapper .event-content .button.active-reg{
	background-color: #FF8000;
}
.button.button-primary.active-reg{
	background-color: #FF8000;
}