

/* Start:/local/templates/ru_artofall_adaptive/components/bitrix/menu/top_menu_burger/style.css?165986302072*/
.overlay .vertical-list {
    margin-left: 0;
    padding-top: 100px;
}

/* End */


/* Start:/local/templates/ru_artofall_adaptive/components/bitrix/menu/top_menu_simple/style.css?1659860103777*/
.header navigation {
	position: relative;
}

.navigation__burger {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	height: 20px;
	width: 40px;
	position: relative;
}

.navigation__burger span {
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	transition: all .3s;
}

.navigation__burger.cross {
	position: relative;
	z-index: 99999;
}

.navigation__burger.cross span:nth-child(1) {
	transform: rotate(45deg);
	position: relative;
	bottom: -9px;
	background: #fff;
}

.navigation__burger.cross span:nth-child(2) {
	opacity: 0;
	left: -30px;
}

.navigation__burger.cross span:nth-child(3) {
	transform: rotate(-45deg);
	position: relative;
	top: -9px;
	background: #fff;
}

.navigation__currency-item-value span {
	font-weight: 400;
}
/* End */


/* Start:/local/templates/ru_artofall_adaptive/template_styles.css?168331082433855*/
input,
textarea {
    outline: none;
}

[type=submit] {
    cursor: pointer;
}

input:focus {
    border: 0;
}

a {
    text-decoration: none;
    color: #00416C;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

.over_wrapper {
    overflow: hidden;
    width: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
    position: relative;
}

.mh_600 {
    min-height: 650px;
}

@media (min-width: 320px) {
    .container {
        width: 1024px;
        margin: auto;
        padding: 30px 15px 0 15px;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {

}

@media (min-width: 1024px) {
    .container {
        width: 1024px;
        margin: auto;
        padding: 30px 15px 0 15px;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1024px;
        margin: auto;
        padding: 30px 0 0 0;
    }
}

@media (min-width: 1368px) {

}

.grid {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation {
    -ms-grid-columns: auto 1fr auto auto;
    grid-template-columns: auto 1fr auto auto;
    padding-top: 16px;
}

@media (max-width: 884px) {
    .navigation {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

.navigation__burger {
    cursor: pointer;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 884px) {
    .navigation__burger {
        width: 100%;
        padding: 0 15px;
    }
}

.navigation__items {
    font-family: 'Montserrat';
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    gap: 15px;
    margin-left: 50px;
}

@media (max-width: 884px) {
    .navigation__items {
        display: none;
    }
}

.navigation__items-item {
    position: relative;
    cursor: pointer;
    color: #000;
    font-weight: 300;
    font-size: 16px;
}

.navigation__items-item.selected:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    height: 1px;
    background-color: #00416C;
}

.navigation__items-item:hover::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    height: 1px;
    background-color: #00416C;
}

.navigation__currency {
    font-family: 'Roboto Slab';
    gap: 22px;
    margin-bottom: -18px;
}

.navigation__currency-item-value {
    margin: 0;
    font-weight: bold;
    white-space: nowrap;
}

.navigation__currency-item-diff {
    margin: 0;
    color: #00416C;
}

.person__img {
    width: 100%;
}

.person__name {
    font-size: 15px;
    font-weight: bold;
}

.person__title {
    font-size: 45px;
    margin: 0;
    color: #00416C;
    font-weight: normal;
}

.person__info {
    font-weight: 300;
    margin-bottom: 28px;
}

.person__biography {
    margin-bottom: 60px;
}

.person__biography-subtitle {
    font-weight: 300;
    font-size: 36px;
    position: relative;
}

.person__biography-subtitle::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: calc(100% / 3);
    height: 1px;
    background-color: #00416C;
}

.person__biography-desc {
    font-size: 16px;
    font-weight: 300;
}

.person__biography-list {
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
}

.person__biography-list-item {
    list-style-type: none;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
}

.person__biography-list-item::after {
    content: '';
    position: absolute;
    top: 10px;
    left: -25px;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: #000;
}

.experience {
    position: relative;
}

@media (max-width: 884px) {
    .experience {
        width: 100%;
    }
}

.experience__item {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
}

.experience__item-date {
    font-size: 20px;
    font-weight: bold;
    color: #00416C;
}

.bg-1 {
    position: absolute;
    top: 300px;
    left: -500px;
    width: 800px;
    height: 1053px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3.65%, rgba(179, 225, 255, 0)), color-stop(56.25%, rgba(179, 225, 255, 0.83)), to(rgba(179, 225, 255, 0)));
    background: linear-gradient(180deg, rgba(179, 225, 255, 0) 3.65%, rgba(179, 225, 255, 0.83) 56.25%, rgba(179, 225, 255, 0) 100%);
    -webkit-filter: blur(250px);
    filter: blur(250px);
    -webkit-transform: rotate(-29.88deg);
    transform: rotate(-29.88deg);
    z-index: -1;
}

.bg-2 {
    position: absolute;
    width: 488px;
    height: 807px;
    right: -200px;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3.65%, rgba(179, 225, 255, 0)), color-stop(56.25%, rgba(179, 225, 255, 0.83)), to(rgba(179, 225, 255, 0)));
    background: linear-gradient(180deg, rgba(179, 225, 255, 0) 3.65%, rgba(179, 225, 255, 0.83) 56.25%, rgba(179, 225, 255, 0) 100%);
    -webkit-filter: blur(250px);
    filter: blur(250px);
    -webkit-transform: rotate(-29.88deg);
    transform: rotate(-29.88deg);
    z-index: -1;
}

.bg-3 {
    position: absolute;
    width: 543px;
    height: 807px;
    right: 0px;
    bottom: -100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3.65%, rgba(179, 225, 255, 0)), color-stop(56.25%, rgba(179, 225, 255, 0.83)), to(rgba(179, 225, 255, 0)));
    background: linear-gradient(180deg, rgba(179, 225, 255, 0) 3.65%, rgba(179, 225, 255, 0.83) 56.25%, rgba(179, 225, 255, 0) 100%);
    -webkit-filter: blur(250px);
    filter: blur(250px);
    -webkit-transform: rotate(-131.8deg);
    transform: rotate(-131.8deg);
    z-index: -1;
}

.footer {
    background-color: #00416C;
    padding: 30px 0;
}

@media (min-width: 320px) {
    .footer {
        margin-top: 30px;
    }
}

@media (min-width: 1024px) {
    .footer {
        margin-top: 60px;
    }
}

.footer__menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

@media (max-width: 884px) {
    .footer__menu {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
    }
}

.vertical-list:nth-child(1) {
    width: 25%;
}

.vertical-list:nth-child(2) {
    width: 30%;
}

.vertical-list:nth-child(3) {
    width: 100px;
    margin: 0 0 15px 0;
}

.vertical-list:nth-child(4) {
    width: 200px;
    margin: 0 0 0 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

@media (max-width: 884px) {
    .vertical-list:nth-child(1) {
        width: 100%;
    }
    .currencies_rate {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .currencies_rate p:nth-child(1) {
        margin-right: 15px;
    }
    .vertical-list:nth-child(2) {
        width: 100%;
    }
x
    .vertical-list:nth-child(3) {
        width: 100px;
        margin: 0 auto auto 0;
    }

    .vertical-list:nth-child(4) {
        width: 100%;
        margin: 0 auto auto 0;
    }
}

.vertical-list__link {
    text-decoration: none;
    color: #fff;
    display: block;
    font-family: 'Montserrat',
    sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
}

.footer_contacts_col {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.footer_contacts_col span {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    font-weight: 300;
}

.footer_contacts_col a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    position: relative;
}

.footer_contacts_col a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all .3s;
}

.footer_contacts_col a:hover:after {
    width: 100%;
    transition: all .3s;
}

.vertical-list__diff {
    color: #B2E1FF;
    font-size: 16px;
    margin: 0;
    padding-left: 15px;
}

@media (max-width: 884px) {
    .vertical-list__diff {
        color: #B2E1FF;
        font-size: 16px;
        margin: 0;
        padding-left: 0;
    }
}

.vertical-list__value {
    color: #fff;
    font-weight: bold;
}

.overlay {
    z-index: 99;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(0, 65, 108, 0.9);
    -webkit-transition: height 1s;
    transition: height 1s;
}

.overlay__close {
    margin-bottom: 50px;
    cursor: pointer;
}

@media (max-width: 884px) {
    .overlay__close {
        margin-top: 20px;
    }
}

.lang {
    padding-left: 15px;
    /*margin-bottom: -9px;*/
    margin-bottom: 0;
}

.lang__img {
    width: 25px;
    border: 1px #00416C solid;
    cursor: pointer;
}

@media (max-width: 884px) {
    footer .lang {
        padding-left: 0;
        margin-bottom: 9px;
        margin-top: 10px;
    }
}

.page-title {
    font-size: 64px;
    font-weight: 300;
    position: relative;
    text-align: center;
    margin-bottom: 58px;
}

@media (max-width: 884px) {
    .page-title {
        font-size: 36px;
    }
}

.page-title::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 250px;
    height: 2px;
    background-color: #00416CCC;
    opacity: .8;
}

.section-title {
    font-size: 64px;
    font-weight: 300;
    text-align: center;
}

@media (max-width: 884px) {
    .section-title {
        font-size: 32px;
        margin-top: 50px;
    }
}

.activity {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    row-gap: 65px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    margin-top: 75px;
}

@media (max-width: 884px) {
    .activity {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.activity__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

.activity__item-number {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 32px;
    line-height: 55px;
    width: 55px;
    color: #fff;
    background-color: #00416C;
}

.activity__item-desc {
    font-size: 16px;
    font-weight: 300;
}

.videos__items {
    background-color: #fff!important;
}

.videos__items-item-image {
    width: 100%;
}

.videos__items-item-usage {
    -ms-grid-columns: 1fr auto auto;
    grid-template-columns: 1fr auto auto;
}

.videos__items-item-usage-number {
    margin: 0 5px 0 0;
    color: #000;
    font-weight: 300;
}

.videos__items-item-link {
    color: #00416C;
    text-decoration: none;
}

.table {
    font-size: 16px;
    background-color: #fff;
    -webkit-box-shadow: -1px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: -1px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.table__caption {
    background-color: #F1F1F1;
    padding: 10px;
    -ms-grid-columns: 150px 1fr auto;
    grid-template-columns: 150px 1fr auto;
}

@media (max-width: 884px) {
    .table__caption {
        background-color: #F1F1F1;
        padding: 10px;
        -ms-grid-columns: 150px 1fr auto;
        grid-template-columns: 150px 1fr auto;
    }
}

.table__caption-item {
    color: #BCBCBC;
}

.table__body {
    -ms-grid-columns: 150px 1fr 65px;
    grid-template-columns: 150px 1fr 65px;
    border-bottom: 1px solid #BCBCBC;
}

@media (max-width: 884px) {
    .table__body {
        -ms-grid-columns: 150px 1fr 65px;
        grid-template-columns: 150px 1fr 65px;
        border-bottom: 1px solid #BCBCBC;
    }
}

.table__body-item {
    padding: 10px;
}

.table__body-item:nth-child(3n) {
    -ms-grid-column-align: center;
    justify-self: center;
}

.table__body-item-image {
    width: 15px;
}

.post {
    padding: 60px 90px;
    background-color: #fff;
    margin-top: 80px;
    -webkit-box-shadow: 0 0 50px 0px #dff1ff;
    box-shadow: 0 0 50px 0px #dff1ff;
}

@media (max-width: 884px) {
    .post {
        padding: 15px;
    }
}

.post__wrapper {
    position: relative;
}

.post__image {
    width: 100%;
}

.post__usage {
    grid-auto-columns: auto auto;
    gap: 15px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 99;
}

.post__usage-number {
    font-size: 12px;
    font-weight: 300;
    color: #00416C;
}

.post__usage-look {
    width: 20px;
    margin-bottom: -2px;
}

.post__info {
    -ms-grid-columns: auto 1fr auto auto;
    grid-template-columns: auto 1fr auto auto;
}

.post__info-calendar {
    -ms-grid-column-align: start;
    justify-self: start;
    margin-right: 10px;
}

.post__info-date {
    -ms-grid-column-align: start;
    justify-self: start;
    color: #000;
}

.post__info-look {
    -ms-grid-column-align: end;
    justify-self: end;
    margin-right: 10px;
}

.post__info-number {
    -ms-grid-column-align: end;
    justify-self: end;
    color: #00416C;
}

.comment__title {
    text-align: center;
}

@media (max-width: 884px) {
    .comment__title {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-auto-flow: dense;
    }
}

.comment__title-text {
    font-size: 40px;
    font-weight: 400;
}

.comment__title-link a {
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    color: #00416C;
}

.comment__body {
    padding: 40px 90px;
    background-color: #fff;
}

@media (max-width: 884px) {
    .comment__body {
        margin-top: 50px;
        padding: 0;
    }
}

.comment__body-item {
    border-bottom: 1px solid #00416C;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.comment__body-item:last-child {
    border-bottom: none;
}

.comment__body-item-user {
    -ms-grid-columns: auto 1fr auto auto;
    grid-template-columns: auto 1fr auto auto;
    gap: 15px;
}

.comment__body-item-user-name {
    font-size: 20px;
}

.comment__body-item-user-date {
    color: #00416C;
}

.post-slider .slick-slide {
    margin: 0 7px;
}

.post-slider .slick-list {
    margin-left: -7px;
    margin-right: -7px;
}

.post-slider__img.slick-active:last-child {
    padding-right: 0;
}

.slick-prev:before,
.slick-next:before {
    font-size: 31px;
    color: #00416C;
    margin-left: -5px;
}

@media (max-width: 884px) {
    .slick-prev:before,
    .slick-next:before {
        display: none;
    }
}

.slick-initialized .slick-slide:last-of-type {
    padding-right: 0;
}

.modal {
    width: 500px;
    height: 350px;
    padding: 100px 50px 50px 50px;
    position: relative;
}

.modal__form {
    width: 100%;
    text-align: left;
}

.modal__form-input-wrapper {
    position: relative;
}

.modal__form-name {
    margin-bottom: 40px;
    display: block;
    width: 100%;
    height: 25px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #00416C;
}

.modal__form-comm {
    display: block;
    width: 100%;
    height: 25px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #00416C;
    -webkit-transition: height .5s;
    transition: height .5s;
}

.modal__form p {
    position: absolute;
    top: -15px;
    color: #00416C;
    font-weight: 300;
    z-index: 99;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.modal__button {
    width: 106px;
    height: 32px;
    background-color: #00416C;
    color: #fff;
    position: absolute;
    left: 50px;
    bottom: 50px;
    border: 0;
    cursor: pointer;
}

.modal__form-placeholder_active {
    top: -22px !important;
    font-size: 8px;
}

.overlay_show {
    height: 100vh;
}

.navigation__burger_hide {
    opacity: 0;
}

.lang__img-p {
    margin-bottom: -6px;
}

.bg-3_pos {
    left: 0;
    top: 150px;
    right: auto;
    bottom: auto;
}

.bg-1_pos {
    left: -100px;
    top: 100px;
}

@media (max-width: 884px) {
    .bg-1_pos {
        top: 0;
    }
}

.container_pt130 {
    padding-top: 130px;
}
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Source+Sans+Pro:ital@1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto+Slab&family=Source+Sans+Pro:ital@1&display=swap");
input,
textarea {
    outline: none;
}

[type=submit] {
    cursor: pointer;
}

input:focus {
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

body {
    margin: 0;
    overflow-x: hidden;
    position: relative;
}

.container {
    width: 1024px;
    margin: auto;
    padding-top: 30px;
}

@media (max-width: 884px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
}

.grid {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation {
    -ms-grid-columns: auto 1fr auto auto;
    grid-template-columns: auto 1fr auto auto;
    padding-top: 16px;
}

@media (max-width: 884px) {
    .navigation {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

.navigation__burger {
    cursor: pointer;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 884px) {
    .navigation__burger {
        width: 40px;
        padding: 0;
    }
}

.navigation__items {
    font-family: 'Montserrat';
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    gap: 15px;
    margin-left: 50px;
}

@media (max-width: 884px) {
    .navigation__items {
        display: none;
    }
}

.navigation__items-item {
    position: relative;
    cursor: pointer;
}

.navigation__items-item:hover::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    height: 1px;
    background-color: #00416C;
}

.navigation__currency {
    font-family: 'Roboto Slab';
    gap: 22px;
    margin-top: -18px;
}

.navigation__currency-item-value {
    margin: 0;
    font-weight: bold;
    white-space: nowrap;
}

.navigation__currency-item-diff {
    margin: 0;
    color: #00416C;
}

@media (min-width: 320px) {
    .person {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
    }

    .first_col, .second_col {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .person {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .first_col, .second_col {
        width: calc(50% - 15px);
    }
}

.person__img {
    width: 100%;
}

.person__name {
    font-size: 15px;
    font-weight: bold;
}

.person__title {
    font-size: 45px;
    margin: 0;
    color: #00416C;
    font-weight: normal;
}

.person__info {
    font-weight: 300;
    margin-bottom: 28px;
}

.person__biography {
    margin-bottom: 30px;
}

.person__biography-subtitle {
    font-weight: 300;
    font-size: 36px;
    position: relative;
}

.person__biography-subtitle::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: calc(100% / 3);
    height: 1px;
    background-color: #00416C;
}

.person__biography-desc {
    font-size: 16px;
    font-weight: 300;
}

.person__biography-list {
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
}

.person__biography-list-item {
    list-style-type: none;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
}

.person__biography-list-item::after {
    content: '';
    position: absolute;
    top: 10px;
    left: -25px;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: #000;
}

.experience {
    position: relative;
}

@media (max-width: 884px) {
    .experience {
        width: 100%;
    }
}

.experience__item {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
}

.experience__item-date {
    font-size: 20px;
    font-weight: bold;
    color: #00416C;
}

.bg-1 {
    position: absolute;
    top: 300px;
    left: -500px;
    width: 800px;
    height: 1053px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3.65%, rgba(179, 225, 255, 0)), color-stop(56.25%, rgba(179, 225, 255, 0.83)), to(rgba(179, 225, 255, 0)));
    background: linear-gradient(180deg, rgba(179, 225, 255, 0) 3.65%, rgba(179, 225, 255, 0.83) 56.25%, rgba(179, 225, 255, 0) 100%);
    -webkit-filter: blur(250px);
    filter: blur(250px);
    -webkit-transform: rotate(-29.88deg);
    transform: rotate(-29.88deg);
    z-index: -1;
    display: block;
}

.bg-2 {
    position: absolute;
    width: 488px;
    height: 807px;
    right: -200px;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3.65%, rgba(179, 225, 255, 0)), color-stop(56.25%, rgba(179, 225, 255, 0.83)), to(rgba(179, 225, 255, 0)));
    background: linear-gradient(180deg, rgba(179, 225, 255, 0) 3.65%, rgba(179, 225, 255, 0.83) 56.25%, rgba(179, 225, 255, 0) 100%);
    -webkit-filter: blur(250px);
    filter: blur(250px);
    -webkit-transform: rotate(-29.88deg);
    transform: rotate(-29.88deg);
    z-index: -1;
    display: block;
}

.bg-3 {
    position: absolute;
    width: 543px;
    height: 807px;
    right: 0px;
    bottom: -100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3.65%, rgba(179, 225, 255, 0)), color-stop(56.25%, rgba(179, 225, 255, 0.83)), to(rgba(179, 225, 255, 0)));
    background: linear-gradient(180deg, rgba(179, 225, 255, 0) 3.65%, rgba(179, 225, 255, 0.83) 56.25%, rgba(179, 225, 255, 0) 100%);
    -webkit-filter: blur(250px);
    filter: blur(250px);
    -webkit-transform: rotate(-131.8deg);
    transform: rotate(-131.8deg);
    z-index: -1;
    display: block;
}

@media (max-width: 884px) {
    .bg-1 {
        display: none;
    }
    .bg-2 {
        display: none;
    }
    .bg-3 {
        display: none;
    }
}

.footer {
    background-color: #00416C;
    padding: 30px 0;
}

@media (min-width: 320px) {
    .footer {
        margin-top: 30px;
    }
}


@media (min-width: 1024px) {
    .footer {
        margin-top: 60px;
    }
}


.footer__menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

@media (max-width: 884px) {
    .footer__menu {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
    }
}

.vertical-list__link {
    text-decoration: none;
    color: #fff;
    display: block;
    font-family: 'Montserrat',
    sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}

.vertical-list__diff {
    color: #B2E1FF;
    font-size: 16px;
    margin: 0;
}

.vertical-list__value {
    color: #fff;
    font-weight: bold;
}

.overlay {
    z-index: 99;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(0, 65, 108, 0.9);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.overlay.overlay_show {
    height: 100vh;
}

.overlay__close {
    margin-bottom: 50px;
    cursor: pointer;
}

@media (max-width: 884px) {
    .overlay__close {
        margin-top: 20px;
    }
}

.lang {
    padding-left: 15px;
    /*margin-top: -9px;*/
    margin-top: 0;
}

.lang.footer_lang {
    margin-top: 0!important;
}

.lang__img {
    width: 25px;
    border: 1px #00416C solid;
    cursor: pointer;
}

@media (max-width: 884px) {
    footer .lang {
        padding-left: 0;
        margin-bottom: 9px;
        margin-top: 10px;
    }
}

.page-title {
    font-size: 64px;
    font-weight: 300;
    position: relative;
    text-align: center;
    margin-bottom: 58px;
}

@media (max-width: 884px) {
    .page-title {
        font-size: 36px;
    }
}

.page-title::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 250px;
    height: 2px;
    background-color: #00416CCC;
    opacity: .8;
}

.section-title {
    font-size: 64px;
    font-weight: 300;
    text-align: center;
}

@media (max-width: 884px) {
    .section-title {
        font-size: 32px;
        margin-top: 50px;
    }
}

.activity {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    row-gap: 65px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    margin-top: 75px;
}

@media (max-width: 884px) {
    .activity {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.activity__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

.activity__item-number {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 32px;
    line-height: 55px;
    width: 55px;
    color: #fff;
    background-color: #00416C;
}

.activity__item-desc {
    font-size: 17px;
    font-weight: 300;
}

.videos__items-item-image {
    width: 100%;
    min-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.videos__items-item-usage {
    display: flex;
    flex-flow: row  nowrap;
    justify-content: space-between;
    margin-top: 10px;
}

.videos__items-item-usage__comment {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.videos__items-item-usage-comment {
    margin-right: 5px;
}

.videos__items-item-usage__comment p, .videos__items-item-usage__looks p {
    margin-top: auto;
    margin-bottom: auto;
}

.videos__items-item-usage__looks {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.videos__items-item-usage-number {
    margin: 0 5px 0 0;
    color: #000;
    font-weight: 300;
}

.videos__items-item-link {
    color: #00416C;
    text-decoration: none;
}

.table {
    font-size: 16px;
    background-color: #fff;
    -webkit-box-shadow: -1px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: -1px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.table__caption {
    background-color: #F1F1F1;
    padding: 10px;
    -ms-grid-columns: 150px 1fr auto;
    grid-template-columns: 150px 1fr auto;
}

@media (max-width: 884px) {
    .table__caption {
        background-color: #F1F1F1;
        padding: 10px;
        -ms-grid-columns: 150px 1fr auto;
        grid-template-columns: 150px 1fr auto;
    }
}

.table__caption-item {
    color: #BCBCBC;
}

.table__body {
    -ms-grid-columns: 150px 1fr 65px;
    grid-template-columns: 150px 1fr 65px;
    border-bottom: 1px solid #BCBCBC;
}

@media (max-width: 884px) {
    .table__body {
        -ms-grid-columns: 150px 1fr 65px;
        grid-template-columns: 150px 1fr 65px;
        border-bottom: 1px solid #BCBCBC;
    }
}

.table__body-item {
    padding: 10px;
}

.table__body-item:nth-child(3n) {
    -ms-grid-column-align: center;
    justify-self: center;
}

.table__body-item-image {
    width: 15px;
}

.post {
    padding: 60px 90px;
    background-color: #fff;
    margin-top: 80px;
    -webkit-box-shadow: 0 0 50px 0px #dff1ff;
    box-shadow: 0 0 50px 0px #dff1ff;
}

@media (max-width: 884px) {
    .post {
        padding: 15px;
    }
}

.post__wrapper {
    position: relative;
}

.post__image {
    width: 100%;
}

.post__usage {
    grid-auto-columns: auto auto;
    gap: 15px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 99;
}

.post__usage-number {
    font-size: 12px;
    font-weight: 300;
    color: #00416C;
}

.post__usage-look {
    width: 20px;
    margin-bottom: -2px;
}

.post__info {
    -ms-grid-columns: auto 1fr auto auto;
    grid-template-columns: auto 1fr auto auto;
}

.post__info-calendar {
    -ms-grid-column-align: start;
    justify-self: start;
    margin-right: 10px;
}

.post__info-date {
    -ms-grid-column-align: start;
    justify-self: start;
    color: #000;
}

.post__info-look {
    -ms-grid-column-align: end;
    justify-self: end;
    margin-right: 10px;
}

.post__info-number {
    -ms-grid-column-align: end;
    justify-self: end;
    color: #00416C;
}

.comment__title {
    text-align: center;
}

@media (max-width: 884px) {
    .comment__title {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-auto-flow: dense;
    }
}

.comment__title-text {
    font-size: 40px;
    font-weight: 400;
}

.comment__title-link a {
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    color: #00416C;
}

.comment__body {
    padding: 40px 90px;
    background-color: #fff;
}

@media (max-width: 884px) {
    .comment__body {
        margin-top: 50px;
        padding: 0;
    }
}

.comment__body-item {
    border-bottom: 1px solid #00416C;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.comment__body-item:last-child {
    border-bottom: none;
}

.comment__body-item-user {
    -ms-grid-columns: auto 1fr auto auto;
    grid-template-columns: auto 1fr auto auto;
    gap: 15px;
}

.comment__body-item-user-name {
    font-size: 20px;
}

.comment__body-item-user-date {
    color: #00416C;
}

.post-slider .slick-slide {
    margin: 0 7px;
}

.post-slider .slick-list {
    margin-left: -7px;
    margin-right: -7px;
}

.post-slider__img.slick-active:last-child {
    padding-right: 0;
}

.slick-prev:before,
.slick-next:before {
    font-size: 31px;
    color: #00416C;
    margin-left: -5px;
}

@media (max-width: 884px) {
    .slick-prev:before,
    .slick-next:before {
        display: none;
    }
}

.slick-initialized .slick-slide:last-of-type {
    padding-right: 0;
}

.modal {
    width: 500px;
    height: 350px;
    padding: 100px 50px 50px 50px;
    position: relative;
}

.modal__form {
    width: 100%;
    text-align: left;
}

.modal__form-input-wrapper {
    position: relative;
}

.modal__form-name {
    margin-bottom: 40px;
    display: block;
    width: 100%;
    height: 25px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #00416C;
}

.modal__form-comm {
    display: block;
    width: 100%;
    height: 25px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #00416C;
    -webkit-transition: height .5s;
    transition: height .5s;
}

.modal__form p {
    position: absolute;
    top: -15px;
    color: #00416C;
    font-weight: 300;
    z-index: 99;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.modal__button {
    width: 106px;
    height: 32px;
    background-color: #00416C;
    color: #fff;
    position: absolute;
    left: 50px;
    bottom: 50px;
    border: 0;
    cursor: pointer;
}

.modal__form-placeholder_active {
    top: -22px !important;
    font-size: 8px;
}

.overlay_show {
    height: 100vh;
}

.navigation__burger_hide {
    opacity: 0;
}

.lang__img-p {
    margin-bottom: -6px;
}

.bg-3_pos {
    left: 0;
    top: 150px;
    right: auto;
    bottom: auto;
}

.bg-1_pos {
    left: -100px;
    top: 100px;
}

@media (max-width: 884px) {
    .bg-1_pos {
        top: 0;
    }
}

.container_pt130 {
    padding-top: 130px;
}

.currencies_rate {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

@media (max-width: 884px) {
    .currencies_rate {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
}

.currencies_rate p {
    display: block;
}

.copyright {
    font-size: 12px;
    text-align: right;
    margin: auto 0 0 auto;
}

@media (max-width: 884px) {
    .copyright {
        font-size: 12px;
        text-align: right;
        margin: 30px auto 0 0;
    }
}

.copyright a {
    color: #fff;
    text-decoration: none;
}

.copyright a span.yellow {
    color: #d5b641;
}

.dropbtn {
    padding: 5px;
    cursor: pointer;
}

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

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
}

.dropbtn {
    background: url('http://icons.iconarchive.com/icons/custom-icon-design/flag-3/16/Russia-Flag-icon.png') no-repeat left center;
    padding-left: 25px;
    width: 40px;
}

.dropbtn::after {
    /*background: rgba(0, 0, 0, 0) url("https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-16.png") no-repeat scroll center center;*/
    content: "";
    height: 16px;
    position: absolute;
    right: -15px;
    top: 7px;
    width: 16px;
}

.dropdown-content a:first-child {
    background: url('http://icons.iconarchive.com/icons/custom-icon-design/flag-3/16/Russia-Flag-icon.png') no-repeat left center;
}

.dropdown-content a:last-child {
    background: url('https://icons.iconarchive.com/icons/fatcow/farm-fresh/16/flag-usa-icon.png') no-repeat left center;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 2px 0 2px 25px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* End */
/* /local/templates/ru_artofall_adaptive/components/bitrix/menu/top_menu_burger/style.css?165986302072 */
/* /local/templates/ru_artofall_adaptive/components/bitrix/menu/top_menu_simple/style.css?1659860103777 */
/* /local/templates/ru_artofall_adaptive/template_styles.css?168331082433855 */
