@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe-Regular/Circe-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe-Bold/Circe-Bold.ttf") format("truetype");
    font-weight: 600;
}

body {
    overflow-x: hidden;
}

.navigation__link {
    font-family: 'Circe';
    font-weight: 600;
}

@media (max-width: 1200px) {
    .navigation {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .navigation__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 1200px) {
    .navigation__item {
        padding: 0;
    }
}

@media (max-width: 1200px) {
    .head {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .head {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .head__col {
        padding: 0 25px;
    }
}

@media (max-width: 767px) {
    .head__col {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .head__col {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .head__link {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .head__link {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .head__link {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .head__label {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .head__label {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .head__label {
        font-size: 8px;
    }
}

@media (max-width: 767px) {
    .header {
        display: none;
    }
}

.welcome {
    background-image: url(../images_new/main-bg.jpeg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
}

.welcome:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -310px;
    width: 100%;
    height: 760px;
    background-image: url(../images/main-after.png);
}

.welcome .button {
    position: relative;
    z-index: 2;
}

@media (max-width: 1200px) {
    .welcome__head {
        margin-bottom: 150px;
    }
}

@media (max-width: 767px) {
    .welcome__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .head__col {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .head__col--right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .head__col--center {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        border: none;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .head__col--left {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 50%;
    }
}

.head__logo {
    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;
}

@media (max-width: 767px) {
    .head__logo {
        border: none;
    }
}

@media (max-width: 767px) {
    .head__logo img {
        width: 70%;
    }
}

@media (max-width: 480px) {
    .head__logo img {
        width: 55%;
    }
}

.welcome__text {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .welcome__text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .welcome__text {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .welcome__arr {
        margin-bottom: 30px;
    }
}

.welcome__title {
    font-family: 'Circe';
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1200px) {
    .welcome__title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .welcome__title {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .welcome__title {
        font-size: 17px;
    }
}

.welcome__title span {
    display: block;
    background-color: #58362E;
    border-radius: 20px;
    padding: 5px 20px;
}

.welcome__title span:nth-child(2) {
    margin-top: -20px;
    margin-bottom: -15px;
}

@media (max-width: 1200px) {
    .welcome__title span:nth-child(2) {
        margin-bottom: -20px;
    }
}

@media (max-width: 991px) {
    .welcome__title span:nth-child(2) {
        margin-bottom: -15px;
    }
}

@media (max-width: 767px) {
    .welcome__title span:nth-child(2) {
        margin-top: -12px;
        margin-bottom: -11px;
    }
}

.header {
    padding: 4px 0;
}

.about {
    position: relative;
    padding-top: 30px;
}

@media (max-width: 991px) {
    .about {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .about {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .about__title {
        font-size: 26px;
    }
}

.about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (max-width: 767px) {
    .about__text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .about__text {
        font-size: 13px;
    }
}

.about__img1 {
    position: absolute;
    left: -125px;
    top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1200px) {
    .about__img1 {
        display: none;
    }
}

.about__img1 .title {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Circe';
    color: #000000;
    width: 50%;
    z-index: 3;
}

.about__img1 .subtitle {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Circe';
    color: #7c735f;
    padding-top: 8px;
    position: relative;
    width: 50%;
    z-index: 3;
}

.about__img1 .subtitle:after {
    content: "";
    position: absolute;
    right: -20px;
    top: -37px;
    background-image: url(../images/about-arr1.png);
    width: 66px;
    height: 69px;
}

.about__img2 {
    position: absolute;
    right: -50px;
    top: 50px;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 1200px) {
    .about__img2 {
        display: none;
    }
}

.about__img2 .title {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Circe';
    color: #000000;
    padding-top: 6px;
    padding-right: 11px;
    width: 55%;
    text-align: right;
    z-index: 3;
}

.about__img2 .subtitle {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Circe';
    color: #7c735f;
    padding-top: 9px;
    padding-right: 11px;
    position: relative;
    width: 55%;
    text-align: right;
    z-index: 3;
}

.about__img2 .subtitle:before {
    content: "";
    position: absolute;
    left: -47px;
    top: -40px;
    background-image: url(../images/about-arr2.png);
    width: 46px;
    height: 50px;
}

.about__bottom {
    position: relative;
    padding: 7px 0 100px;
}

.about__bottom:before {
    content: "";
    position: absolute;
    left: 0;
    top: -215px;
    width: 100%;
    height: 467px;
    background-image: url(../images/about-bg.png);
}

@media (max-width: 767px) {
    .about__bottom:before {
        top: -170px;
    }
}

.about__dream-text {
    position: relative;
}

@media (max-width: 1200px) {
    .about__dream-text {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .about__dream-text {
        font-size: 17px;
        margin-bottom: 70px;
    }
}

@media (max-width: 480px) {
    .about__dream-text {
        font-size: 15px;
    }
}

.about__dream-text .img1 {
    position: absolute;
    left: 38px;
    top: 88px;
    z-index: 3;
    background-size: cover;
}

@media (max-width: 1200px) {
    .about__dream-text .img1 {
        width: 200px;
    }
}

@media (max-width: 991px) {
    .about__dream-text .img1 {
        left: 0;
        width: 165px;
    }
}

@media (max-width: 767px) {
    .about__dream-text .img1 {
        width: 115px;
        top: 145px;
    }
}

.about__dream-text .img2 {
    position: absolute;
    right: 0;
    top: 85px;
    z-index: 3;
    background-size: cover;
}

@media (max-width: 1200px) {
    .about__dream-text .img2 {
        width: 260px;
    }
}

@media (max-width: 991px) {
    .about__dream-text .img2 {
        right: -60px;
        width: 235px;
    }
}

@media (max-width: 767px) {
    .about__dream-text .img2 {
        width: 180px;
        top: 155px;
        right: 0;
    }
}

@media (max-width: 480px) {
    .about__dream-text .img2 {
        width: 155px;
    }
}

.facts {
    position: relative;
}

.facts::before {
    content: "";
    position: absolute;
    top: -185px;
    left: 0;
    width: 100%;
    height: 467px;
    background-image: url(../images/fact-bg.png);
}

.facts__title {
    font-family: 'Circe';
    font-weight: 600;
    line-height: 56px;
    position: relative;
}

@media (max-width: 1200px) {
    .facts__title {
        font-size: 45px;
        line-height: 42px;
    }
}

@media (max-width: 767px) {
    .facts__title {
        font-size: 35px;
        line-height: 35px;
    }
}

.facts__grid {
    position: relative;
}

@media (max-width: 1200px) {
    .facts__grid {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media (max-width: 1200px) {
    .facts__col {
        width: 33%;
    }
}

@media (max-width: 991px) {
    .facts__col {
        width: 40%;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .facts__col {
        width: 100%;
    }
}

.facts .btn-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
    margin-bottom: 93px;
}

.fact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fact-box__title {
    font-family: 'Circe';
    font-weight: 600;
}

.fact-box__text {
    font-family: 'Circe';
}

.fact-box__image {
    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;
    min-height: 160px;
}

.facts__picture {
    max-width: 1300px;
    margin: 0 auto;
    border-radius: 60px;
    position: relative;
}

.facts__picture:before {
    content: "";
    width: 61px;
    height: 64px;
    position: absolute;
    right: 180px;
    top: -32px;
    background-image: url(../images/fact-ico.png);
    background-size: cover;
    z-index: 2;
}

@media (max-width: 767px) {
    .facts__picture:before {
        right: 50px;
    }
}

@media (max-width: 1200px) {
    .facts__picture {
        max-width: 95%;
        height: 480px;
    }
}

@media (max-width: 767px) {
    .facts__picture {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .facts__grid--bordered {
        border: none;
    }
}

@media (max-width: 767px) {
    .facts__grid + .facts__grid {
        margin-top: 0;
    }
}

.facts__image {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 60px;
}

.facts__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.facts__text span {
    font-family: 'Circe';
    font-weight: 600;
    font-size: 23px;
    background-color: #F9E6BF;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 29px;
    margin: -8px 0;
    padding: 10px 30px;
}

@media (max-width: 767px) {
    .facts__text span {
        font-size: 14px;
        padding: 6px 30px;
    }
}

.facts__text span:nth-child(3) {
    position: relative;
}

.facts__text span:nth-child(3):after {
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    width: 26px;
    height: 27px;
    background-image: url(../images/fact-after.png);
    background-size: cover;
}

@media (max-width: 480px) {
    .facts__text span:nth-child(3):after {
        right: 0;
    }
}

.events {
    padding-top: 40px;
    padding-bottom: 166px;
}

.events__title {
    font-family: 'Circe';
    font-weight: 600;
    line-height: 50px;
}

@media (max-width: 1200px) {
    .events__title {
        font-size: 45px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    .events__title {
        font-size: 28px;
        line-height: 33px;
    }
}

@media (max-width: 1200px) {
    .events__text {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .events__text {
        font-size: 13px;
    }
}

.events__slider {
    margin-bottom: 17px;
}

.production {
    padding-top: 5px;
}

.production::before {
    background-size: cover;
}

.production__title {
    font-family: 'Circe';
    font-weight: 600;
    margin-bottom: 22px;
}

@media (max-width: 1200px) {
    .production__title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .production__title {
        font-size: 28px;
    }
}

.production__slider {
    margin-top: 43px;
}

.production__slider.active {
    display: block;
}

@media (max-width: 767px) {
    .production__slider {
        margin-top: 20px;
        margin-bottom: 25px;
    }
}

.slider1 {
    display: none;
}

.slider1.active {
    display: block;
}

.slider2 {
    display: none;
}

.slider2.active {
    display: block;
}

.slider3 {
    display: none;
}

.slider3.active {
    display: block;
}

.slider4 {
    display: none;
}

.slider4.active {
    display: block;
}

@media (max-width: 1200px) {
    .filter-nav {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.filter-nav__button {
    font-family: 'Circe';
    font-weight: 600;
}

@media (max-width: 1200px) {
    .filter-nav__button {
        font-size: 21px;
    }
}

@media (max-width: 991px) {
    .filter-nav__button {
        font-size: 18px;
        border-bottom: 2px solid #b5b5b5;
    }
}

@media (max-width: 767px) {
    .filter-nav__button {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .filter-nav__button {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .products-slider__image {
        height: 200px;
    }
}

.filter-nav__button--active {
    border-bottom-color: #f7a519 !important;
}

@media (max-width: 991px) {
    .products-slider__title {
        font-size: 14px;
    }
}

.filter-nav__item {
    padding: 0 30px;
}

@media (max-width: 991px) {
    .filter-nav__item {
        padding: 0;
    }
}

.certificates {
    padding-top: 29px;
}

@media (max-width: 1200px) {
    .certificates {
        padding-bottom: 50px;
    }
}

.certificates__title {
    position: relative;
    font-family: 'Circe';
    font-weight: 600;
}

@media (max-width: 1200px) {
    .certificates__title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .certificates__title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .certificates__text {
        font-size: 14px;
    }
}

.certificates__text {
    position: relative;
    font-family: 'Circe';
    font-weight: 400;
}

@media (max-width: 1200px) {
    .certificates__text {
        max-width: 100%;
    }
}

.advantages {
    position: relative;
    background-image: url(../images/adv-bg2.png);
    background-position: top right;
    padding-top: 185px;
    padding-bottom: 140px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .advantages {
        padding-top: 220px;
    }
}

.advantages:before {
    content: "";
    position: absolute;
    top: -280px;
    left: 0;
    width: 100%;
    height: 467px;
    background-image: url(../images/adv-bg.png);
}

.advantages h2 {
    position: relative;
    font-family: 'Circe';
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 23px;
    padding-left: 15px;
}

@media (max-width: 767px) {
    .advantages h2 {
        padding-left: 0;
        font-size: 45px;
        line-height: 44px;
    }
}

@media (max-width: 480px) {
    .advantages h2 {
        font-size: 35px;
    }
}

.advantages .button {
    margin-left: 23px;
}

.advantages-list {
    margin-bottom: 30px;
    position: relative;
}

.advantages-list:after {
    content: "";
    position: absolute;
    right: -236px;
    bottom: -260px;
    width: 865px;
    height: 792px;
    background-image: url(../images/adv-list-ico.png);
}

@media (max-width: 1200px) {
    .advantages-list:after {
        right: -410px;
    }
}

@media (max-width: 991px) {
    .advantages-list:after {
        right: -500px;
    }
}

@media (max-width: 767px) {
    .advantages-list:after {
        display: none;
    }
}

.advantages-list__item {
    font-size: 16px;
    font-family: 'Circe';
    font-weight: 600;
    color: #a28f69;
    font-size: 17px;
    padding-left: 93px;
    position: relative;
    margin-bottom: 5px;
}

@media (max-width: 1200px) {
    .advantages-list__item {
        padding-left: 60px;
    }
}

@media (max-width: 767px) {
    .advantages-list__item {
        font-size: 15px;
    }
}

.advantages-list__item:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 10px;
    background-color: #a28f69;
    width: 54px;
    height: 2px;
}

@media (max-width: 1200px) {
    .advantages-list__item:before {
        width: 30px;
    }
}

.advantages-list__item span {
    color: #000;
}

.team {
    position: relative;
    padding-top: 50px;
}

.team:before {
    content: "";
    position: absolute;
    top: -165px;
    left: 0;
    width: 100%;
    height: 467px;
    background-image: url(../images/team-bg.png);
}

@media (max-width: 767px) {
    .team:before {
        top: -160px;
    }
}

.team h2 {
    position: relative;
    font-family: 'Circe';
    font-weight: 600;
    margin-bottom: 26px;
}

@media (max-width: 767px) {
    .team h2 {
        font-size: 28px;
        text-align: center;
    }
}

.recomendation-grid {
    position: relative;
    margin-bottom: 79px;
}

@media (max-width: 991px) {
    .recomendation-grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .recomendation-grid__col {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .recomendation {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .recomendation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .recomendation__icon {
        margin: 0;
        margin-bottom: 20px;
    }
}

.recomendation__title {
    font-family: 'Circe';
    font-weight: 600;
    line-height: 39px;
    margin-bottom: 11px;
}

@media (max-width: 1200px) {
    .recomendation__title br {
        display: none;
    }
}

@media (max-width: 1200px) {
    .recomendation__title {
        font-size: 18px;
    }
}

.recomendation__text {
    font-family: 'Circe';
    margin-bottom: 35px;
}

@media (max-width: 1200px) {
    .recomendation__text {
        font-size: 13px;
    }
}

.recomendation__link {
    font-family: 'Circe';
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
}

.leaders-grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 6;
}

@media (max-width: 1200px) {
    .leaders-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.leaders-grid__col:nth-child(1) {
    width: 41%;
}

@media (max-width: 1200px) {
    .leaders-grid__col:nth-child(1) {
        width: 100%;
    }
}

.leaders-grid__col {
    width: 58%;
}

@media (max-width: 1200px) {
    .leaders-grid__col {
        width: 100%;
    }
}

.leaders-grid__col h3 {
    border-top: 1px solid #684a42;
    padding-top: 15px;
    font-family: 'Circe';
    font-weight: 600;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .leaders-grid__col h3 br {
        display: none;
    }
}

@media (max-width: 1200px) {
    .leaders-grid__col h3 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .leaders-grid__col h3 {
        font-size: 28px;
    }
}

.video-rew {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1200px) {
    .video-rew {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px;
    }
}

.video-rew .video {
    width: 323px;
    height: 204px;
    border-radius: 10px;
    background: #58362e;
    -webkit-box-shadow: 0px 30px 90px #41231c;
    box-shadow: 0px 30px 90px #41231c;
    background-image: url(../images/video.png);
    margin-bottom: 25px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .video-rew .video {
        width: 300px;
    }
}

.video-rew .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    color: #926a61;
    font-family: 'Circe';
    font-size: 15px;
}

.video-rew .text .descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-rew .text .descr img {
    margin-left: 10px;
}

.leaders-slider {
    z-index: 6;
}

.leaders-slider__item {
    background-color: #fff;
    width: 261px;
    border-radius: 23px;
    margin: 0 40px;
    outline: none !important;
}

@media (max-width: 1200px) {
    .leaders-slider__item {
        margin: 0 10px;
    }
}

@media (max-width: 991px) {
    .leaders-slider__item {
        width: 261px;
    }
}

@media (max-width: 767px) {
    .leaders-slider__item {
        width: 215px;
    }
}

@media (max-width: 480px) {
    .leaders-slider__item {
        width: 250px;
        margin: 0;
        margin-right: 20px;
    }
}

.leaders-slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.leaders-slider__avatar {
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    margin-bottom: 20px;
}

.leaders-slider__title {
    font-family: 'Circe';
    font-weight: 600;
    font-size: 16px;
    padding: 0 20px;
    min-height: 56px;
}

.leaders-slider__label {
    font-family: 'Circe';
    font-size: 13px;
    color: #7f7f7f;
    width: 85%;
}

.leaders-slider__label.border {
    border-bottom: .5px solid #e5e5e5;
    padding-bottom: 16px;
}

.leaders-slider__section {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: .5px solid #e5e5e5;
    margin-bottom: 15px;
}

.leaders-slider__value {
    color: #DD5309;
    font-family: 'Circe';
    font-weight: 600;
    font-size: 37px;
    margin-right: 10px;
}

.leaders-slider__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.leaders-slider__join {
    color: #DD5309;
    font-family: 'Circe';
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline;
    -webkit-text-decoration-color: #fae5da;
    text-decoration-color: #fae5da;
}

@media (max-width: 991px) {
    .leaders-slider__join {
        font-size: 13px;
    }
}

.leaders-slider__more {
    color: #7f7f7f;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    font-size: 13px;
    font-family: 'Circe';
}

@media (max-width: 991px) {
    .leaders-slider__more {
        font-size: 13px;
    }
}

.leaders-slider .slick-prev {
    position: absolute;
    left: -110px;
    top: calc(50% - 46.5px);
    width: 93px;
    height: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-image: url(../images/lead-arr1.png);
    background-color: transparent;
    border: none;
    font-size: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 5;
    cursor: pointer;
    padding: 0;
}

@media (max-width: 1200px) {
    .leaders-slider .slick-prev {
        left: 0;
    }
}

@media (max-width: 767px) {
    .leaders-slider .slick-prev {
        width: 55px;
        height: 55px;
    }
}

.leaders-slider .slick-next {
    position: absolute;
    right: -40px;
    top: calc(50% - 46.5px);
    width: 93px;
    height: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-image: url(../images/lead-arr1.png);
    background-color: transparent;
    border: none;
    font-size: 0;
    z-index: 5;
    cursor: pointer;
    padding: 0;
}

@media (max-width: 1200px) {
    .leaders-slider .slick-next {
        right: 0;
    }
}

@media (max-width: 767px) {
    .leaders-slider .slick-next {
        width: 55px;
        height: 55px;
    }
}

.footer {
    position: relative;
    background-color: #230b05;
    padding-bottom: 30px;
    z-index: 5;
}

@media (max-width: 1200px) {
    .footer {
        padding-top: 50px;
    }
}

.footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: -240px;
    width: 100%;
    height: 467px;
    background-image: url(../images/footer-bg.png);
}

.footer__title {
    font-family: 'Circe';
    font-weight: 600;
    font-size: 38px;
    line-height: 40px;
    color: #fff;
    position: relative;
    margin-bottom: 33px;
}

@media (max-width: 767px) {
    .footer__title {
        font-size: 28px;
    }
}

.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 55px;
}

@media (max-width: 1200px) {
    .contacts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.contacts__item {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1200px) {
    .contacts__item {
        width: 50%;
        margin-bottom: 15px;
    }
}

.contacts__item:nth-child(2) {
    width: 33%;
}

@media (max-width: 1200px) {
    .contacts__item:nth-child(2) {
        width: 50%;
    }
}

.contacts__item:nth-child(3) {
    width: 19%;
}

@media (max-width: 1200px) {
    .contacts__item:nth-child(3) {
        width: 50%;
    }
}

.contacts__item:nth-child(4) {
    width: 17%;
}

@media (max-width: 1200px) {
    .contacts__item:nth-child(4) {
        width: 50%;
    }
}

.contacts__title {
    color: #6d605d;
    font-size: 17px;
    font-family: 'Circe';
}

@media (max-width: 767px) {
    .contacts__title {
        font-size: 13px;
    }
}

.contacts__text {
    color: #fff;
    font-family: 'Circe';
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 767px) {
    .contacts__text {
        font-size: 12px;
    }
}

.policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #4f3c37;
    border-bottom: 1px solid #4f3c37;
    padding: 20px 0;
    position: relative;
}

@media (max-width: 767px) {
    .policy {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.policy__item {
    color: #6D605D;
    font-family: 'Circe';
    font-size: 14px;
}

.policy__requisites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6D605D;
    font-family: 'Circe';
    font-size: 14px;
    text-decoration: none;
    margin-right: 60px;
}

.policy__requisites img {
    margin-left: 5px;
}

.policy__link {
    color: #6D605D;
    font-family: 'Circe';
    font-size: 14px;
    text-decoration: none;
    margin-right: 50px;
}

.policy__rules {
    color: #6D605D;
    font-family: 'Circe';
    font-size: 14px;
    text-decoration: none;
}

.map {
    width: 100%;
    position: relative;
}

.map .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.map__title {
    font-family: 'Circe';
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    z-index: 5;
    position: relative;
}

@media (max-width: 767px) {
    .map__title {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .map__title {
        font-size: 8px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 870px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 767px;
    }
}

.button {
    font-family: 'Circe';
    font-weight: 600;
    position: relative;
}

@media (max-width: 991px) {
    .button {
        padding: 12px 30px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .button {
        padding: 10px 30px;
        font-size: 15px;
    }
}

.button:before {
    content: "";
    position: absolute;
    left: 20px;
    top: -8px;
    width: 15px;
    height: 16px;
    background-image: url(../images/button-ico1.png);
    background-size: cover;
}

.button:after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: -20px;
    width: 32px;
    height: 31px;
    background-image: url(../images/button-ico2.png);
    background-size: cover;
}

.events-slider .owl-prev span {
    position: absolute;
    left: 20%;
    top: calc(50% - 100px);
    width: 93px;
    height: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-image: url(../images/lead-arr1.png);
    background-color: transparent;
    border: none;
    font-size: 0;
    z-index: 5;
    cursor: pointer;
    padding: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .events-slider .owl-prev span {
        left: 10px;
    }
}

@media (max-width: 767px) {
    .events-slider .owl-prev span {
        width: 55px;
        height: 55px;
    }
}

.events-slider .owl-next span {
    position: absolute;
    right: 20%;
    top: calc(50% - 100px);
    width: 93px;
    height: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-image: url(../images/lead-arr1.png);
    background-color: transparent;
    border: none;
    font-size: 0;
    z-index: 5;
    cursor: pointer;
    padding: 0;
}

@media (max-width: 991px) {
    .events-slider .owl-next span {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .events-slider .owl-next span {
        width: 55px;
        height: 55px;
    }
}

.products-slider .owl-prev span {
    position: absolute;
    left: 20%;
    top: calc(50% - 100px);
    width: 93px;
    height: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-image: url(../images/lead-arr1.png);
    background-color: transparent;
    border: none;
    font-size: 0;
    z-index: 5;
    cursor: pointer;
    padding: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .products-slider .owl-prev span {
        left: 10px;
    }
}

@media (max-width: 767px) {
    .products-slider .owl-prev span {
        width: 55px;
        height: 55px;
        top: calc(50% - 45px);
    }
}

.products-slider .owl-next span {
    position: absolute;
    right: 20%;
    top: calc(50% - 100px);
    width: 93px;
    height: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-image: url(../images/lead-arr1.png);
    background-color: transparent;
    border: none;
    font-size: 0;
    z-index: 5;
    cursor: pointer;
    padding: 0;
}

@media (max-width: 991px) {
    .products-slider .owl-next span {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .products-slider .owl-next span {
        width: 55px;
        height: 55px;
        top: calc(50% - 45px);
    }
}

.certificates-slider .owl-prev span {
    position: absolute;
    left: 20%;
    top: calc(50% - 100px);
    width: 93px;
    height: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-image: url(../images/lead-arr1.png);
    background-color: transparent;
    border: none;
    font-size: 0;
    z-index: 5;
    cursor: pointer;
    padding: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .certificates-slider .owl-prev span {
        left: 10px;
    }
}

@media (max-width: 767px) {
    .certificates-slider .owl-prev span {
        width: 55px;
        height: 55px;
    }
}

.certificates-slider .owl-next span {
    position: absolute;
    right: 20%;
    top: calc(50% - 100px);
    width: 93px;
    height: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-image: url(../images/lead-arr1.png);
    background-color: transparent;
    border: none;
    font-size: 0;
    z-index: 5;
    cursor: pointer;
    padding: 0;
}

@media (max-width: 991px) {
    .certificates-slider .owl-next span {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .certificates-slider .owl-next span {
        width: 55px;
        height: 55px;
    }
}

.g-hidden {
    display: none;
}

.arcticmodal-container_i2 .box-modal {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Circe';
    padding: 0;
}

.arcticmodal-container_i2 .box-modal_close {
    font-size: 0;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../images/modal-close.png);
    background-size: cover;
    top: 25px;
    right: 25px;
}

@media (max-width: 767px) {
    .arcticmodal-container_i2 .box-modal_close {
        width: 15px;
        height: 15px;
    }
}

#video {
    width: 940px;
    overflow: hidden;
}

@media (max-width: 991px) {
    #video {
        width: 100%;
    }
}

#video .title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px 30px;
}

@media (max-width: 767px) {
    #video .title {
        padding: 25px 15px 15px;
    }
}

#video .title p {
    font-family: 'Circe';
    font-weight: 600;
    font-size: 39px;
    color: #000;
}

@media (max-width: 991px) {
    #video .title p {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    #video .title p {
        font-size: 20px;
    }
}

#video .video {
    width: 100%;
    height: 536px;
}

@media (max-width: 767px) {
    #video .video {
        height: 430px;
    }
}

@media (max-width: 480px) {
    #video .video {
        height: 220px;
    }
}

@media (max-width: 370px) {
    #video .video {
        height: 170px;
    }
}

#more {
    width: 751px;
}

@media (max-width: 991px) {
    #more {
        width: 100%;
    }
}

#more .title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px 30px;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
    #more .title {
        padding: 25px 15px 15px;
    }
}

#more .title p {
    font-family: 'Circe';
    font-weight: 600;
    font-size: 39px;
    color: #000;
}

@media (max-width: 767px) {
    #more .title p {
        font-size: 17px;
    }
}

#more .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 50px;
}

@media (max-width: 767px) {
    #more .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 15px;
    }
}

#more .wrap .left {
    width: 30%;
}

@media (max-width: 767px) {
    #more .wrap .left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
}

#more .wrap .right {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 767px) {
    #more .wrap .right {
        width: 100%;
    }
}

#more .wrap .right p {
    font-size: 17px;
    font-family: 'Circe';
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    #more .wrap .right p {
        font-size: 13px;
        margin-bottom: 15px;
    }
}

#more .wrap .right span {
    font-size: 17px;
    font-family: 'Circe';
    color: #666666;
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    #more .wrap .right span {
        font-size: 13px;
        margin-bottom: 15px;
    }
}

#top {
    width: 1050px;
}

@media (max-width: 1200px) {
    #top {
        width: 100%;
    }
}

#top .title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px 30px;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 680px) {
    #top .title {
        padding: 20px 20px 20px;
    }
}

#top .title p {
    font-family: 'Circe';
    font-weight: 600;
    font-size: 39px;
    color: #000;
}

@media (max-width: 991px) {
    #top .title p {
        font-size: 25px;
    }
}

@media (max-width: 680px) {
    #top .title p {
        font-size: 15px;
    }
}

#top .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 480px) {
    #top .wrap {
        padding: 20px 15px;
    }
}

#top .wrap .left {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 680px) {
    #top .wrap .left {
        width: 100%;
        margin-bottom: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#top .wrap .left .img {
    width: 314px;
    height: 448px;
    border-radius: 33px;
    background: #f2f4f2;
    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;
    overflow: hidden;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    #top .wrap .left .img {
        width: 210px;
        height: 300px;
    }
}

@media (max-width: 680px) {
    #top .wrap .left .img {
        width: 180px;
        height: 260px;
    }
}

#top .wrap .right {
    width: 67%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
}

@media (max-width: 680px) {
    #top .wrap .right {
        width: 100%;
        padding-left: 0;
    }
}

#top .wrap .right .top {
    border-bottom: 5px solid #eee7e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

#top .wrap .right .top .item {
    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;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    #top .wrap .right .top .item {
        width: 100%;
        margin-bottom: 10px;
    }
}

#top .wrap .right .top .item p.title-text {
    font-family: 'Circe';
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 3px;
}

@media (max-width: 991px) {
    #top .wrap .right .top .item p.title-text {
        font-size: 13px;
    }
}

#top .wrap .right .top .item p {
    font-size: 17px;
    color: #000;
}

@media (max-width: 991px) {
    #top .wrap .right .top .item p {
        font-size: 13px;
    }
}

#top .wrap .right .top .item a {
    color: #d4632b;
    font-family: 'Circe';
    font-size: 17px;
    text-decoration: underline;
    -webkit-text-decoration-color: #f2d0bf;
    text-decoration-color: #f2d0bf;
}

@media (max-width: 991px) {
    #top .wrap .right .top .item a {
        font-size: 13px;
    }
}

#top .wrap .right .center {
    border-bottom: 5px solid #eee7e3;
    padding: 30px 0;
}

@media (max-width: 991px) {
    #top .wrap .right .center {
        padding: 20px 0;
    }
}

#top .wrap .right .center p {
    font-family: 'Circe';
    font-weight: 600;
    font-size: 28px;
    color: #000;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 991px) {
    #top .wrap .right .center p {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    #top .wrap .right .center p {
        font-size: 15px;
    }
}

#top .wrap .right .bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
}

@media (max-width: 991px) {
    #top .wrap .right .bot {
        padding-top: 15px;
    }
}

#top .wrap .right .bot p {
    font-size: 16px;
    color: #666666;
    font-family: 'Circe';
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    #top .wrap .right .bot p {
        font-size: 13px;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    #top .wrap .right .bot p {
        font-size: 12px;
    }
}

#top .wrap .right .bot p.title-text {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
}

@media (max-width: 991px) {
    #top .wrap .right .bot p.title-text {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

#top .wrap .right .bot span {
    font-size: 16px;
    font-family: 'Circe';
    font-weight: 600;
    color: #000;
    margin-bottom: 3px;
}

@media (max-width: 991px) {
    #top .wrap .right .bot span {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    #top .wrap .right .bot span {
        font-size: 12px;
    }
}

#top .wrap .right .bot ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    #top .wrap .right .bot ul {
        margin-bottom: 15px;
    }
}

#top .wrap .right .bot ul li {
    padding-left: 30px;
    position: relative;
    font-family: 'Circe';
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
}

@media (max-width: 991px) {
    #top .wrap .right .bot ul li {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    #top .wrap .right .bot ul li {
        font-size: 12px;
    }
}

#top .wrap .right .bot ul li:before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #d76f41;
    position: absolute;
    left: 0;
    top: 8px;
}

#form {
    width: 945px;
    overflow: hidden;
    border-radius: 35px;
}

@media (max-width: 991px) {
    #form {
        width: 100%;
        border-radius: 18px;
    }
}

#form .wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#form .wrap .img {
    width: 435px;
    height: 530px;
    background-image: url(../images/form-bg.png);
}

@media (max-width: 991px) {
    #form .wrap .img {
        display: none;
    }
}

#form .wrap .left {
    width: calc(100% - 435px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 991px) {
    #form .wrap .left {
        width: 100%;
    }
}

#form .wrap .left .title {
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 50px;
    font-size: 39px;
    font-family: 'Circe';
    font-weight: 600;
    color: #000;
}

@media (max-width: 480px) {
    #form .wrap .left .title {
        padding: 30px 20px;
        font-size: 25px;
    }
}

#form .wrap .left form {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 40px;
    padding-top: 35px;
    width: 100%;
}

@media (max-width: 480px) {
    #form .wrap .left form {
        padding: 0 15px;
        padding-top: 30px;
    }
}

#form .wrap .left form input {
    width: 100%;
    border-radius: 9px;
    height: 70px;
    background: #eeebe6;
    margin-bottom: 30px;
    border: none;
    padding: 0 20px;
    font-size: 17px;
    color: #777573;
}

@media (max-width: 480px) {
    #form .wrap .left form input {
        height: 50px;
        margin-bottom: 20px;
    }
}

#form .wrap .left form input::-webkit-input-placeholder {
    font-size: 17px;
    color: #777573;
}

#form .wrap .left form input:-ms-input-placeholder {
    font-size: 17px;
    color: #777573;
}

#form .wrap .left form input::-ms-input-placeholder {
    font-size: 17px;
    color: #777573;
}

#form .wrap .left form input::placeholder {
    font-size: 17px;
    color: #777573;
}

#form .wrap .left form p {
    font-size: 12px;
    font-family: 'Circe';
    color: #7f7f7f;
    margin-bottom: 60px;
}

@media (max-width: 480px) {
    #form .wrap .left form p {
        font-size: 10px;
        margin-bottom: 30px;
    }
}

#form .wrap .left form p a {
    text-decoration: underline;
    color: #7f7f7f;
}

#form .wrap .left form p a:hover {
    text-decoration: none;
}

#form .wrap .left form .button {
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    #form .wrap .left form .button {
        width: 100%;
        margin-bottom: 20px;
    }
}

#form .wrap .left .complite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
    display: none;
}

#form .wrap .left .complite .img-comp {
    margin-bottom: 30px;
}

#form .wrap .left .complite p {
    color: #666666;
    font-family: 'Circe';
    font-weight: 600;
    font-size: 17px;
    text-align: center;
}

@media (max-width: 991px) {
    .arcticmodal-container_i {
        width: 100%;
    }
}

/* Button animation */
.button {
    -webkit-transition: all 0.6s ease;;
    -moz-transition: all 0.6s ease;;
    -o-transition: all 0.6s ease;;
    transition: all 0.6s ease;
}

.button:hover {
    -webkit-transition: all 0.6s ease;;
    -moz-transition: all 0.6s ease;;
    -o-transition: all 0.6s ease;;
    transition: all 0.6s ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.about__bottom .container {
    min-height: 420px;
}

@media (max-width: 767px) {
    .about__bottom .container {
        min-height: 350px;
    }
}

/* Fixed header menu */
.fixed-welcome-menu {
    position: fixed;
    background-color: #EFF1F0;
    z-index: 10;
    width: 100%;
    top: 0;
    max-width: none;
}

.fixed-welcome-menu .navigation {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .head {
        margin-top: 0;
    }
}