body {
    /*margin: 0;*/
    /*padding: 0;*/
    /*overflow-x: hidden;*/
}

@font-face {
    font-family: "Roboto", sans-serif;
    src: url("../fonts/roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: "RobotoMedium", sans-serif;
    src: url("../fonts/roboto/Roboto-Medium.ttf");
}

@font-face {
    font-family: "PerpetuaItalic", sans-serif;
    src: url("../fonts/perpetua/Perpetua-Italic.ttf");
}

.header {
    background-image: url("../images/main.png");
    background-position: center;
    background-size: cover;
    width: 1440px;
    height: 531px;
}

.main-image {
    display: none;
}

.container {
    padding: 0 96px 0 102px;
}

.header .container {
    /*position: fixed;*/
    left: 0;
    padding-top: 15px;
    display: flex;
    align-items: flex-end;
    margin-left: 0;
    width: 1440px;
    gap: 200px;
    padding-bottom: 10px;
    top: 0;
    z-index: 99;
    background-color: rgb(255, 255, 255);
}

.menu-item img,
.menu-item span,
.btn-adaptive {
    display: none;
}

.logo {

}

.logo img {
    width: 215px;
    height: 58px;
}

.menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 8px;
}

.burger {
    display: none;
}

.close {
    display: none;
}

.menu ul li a {
    text-decoration: none;
    font-family: PerpetuaItalic, sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.menu ul li:last-child {
    display: none;
}

.menu ul li.adaptive {
    display: none;
}

.menu ul li a:hover {
    color: #16509D;
}

.about .container {
    padding-top: 66px;
    padding-bottom: 73px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.about-description {
    margin-top: 54px;
    max-width: 669px;
}

.about-title {
    font-family: Perpetua, sans-serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 58px;
    text-align: left;
    margin-bottom: 16px;
}

.about-text {
    font-family: RobotoMedium, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}

.about-image img {
    width: 500px;
    height: 500px;
}

.activities1 .container {
    padding-bottom: 31px;
}

.activities-title {
    font-family: PerpetuaItalic, sans-serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
}

.activities-items {
    display: flex;
    flex-flow: row wrap;
    gap: 19px 95px;
    justify-content: center;
}

.activities-item {
    width: 300px;
    height: 45px;
    padding-top: 9px;
    padding-bottom: 13px;
    box-sizing: border-box;
    border: 3px solid #1E80BD;
    border-radius: 15px;
    color: #1E80BD;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

.show-all-container {
    display: none;
}

.show-all-container21,
.show-all-container22,
.show-all-container23,
.show-all-container24,
.show-all-container25,
.show-all-container26 {
    display: none;
}

.second-row {
    margin-left: 200px;
}

.activities-item.active {
    background-color: #1E80BD;
    color: white;
}

.activity.active {
    background-color: #D9F2FD;
    padding: 0 96px 0 102px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.activity {
    display: none;
    height: 578px;
}

.activity-image img {
    width: 400px;
    /*height: 492px;*/
}

.activity-description {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.activity-description-text1,
.activity-description-text2,
.activity-description-text3,
.activity-description-text4,
.activity-description-text5,
.activity-description-text6 {
    width: 799px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    margin-bottom: 26px;
}

.activity-description-action {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
}

.button-sign {
    width: 420px;
    height: 61px;
    padding: 17px;
    border-radius: 20px;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 500;
    background-color: #2D98DA;
    border: none;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.button-sign:hover {
    box-shadow: 0px 5px 10px 0px rgba(22, 78, 112, 0.96)
}


.activities2 {
    display: none;
}


.advantages .container {

}

.advantages-title {
    padding: 65px 0 23px 0;
    font-family: PerpetuaItalic, sans-serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
}

.advantages-content-adaptive {
    display: none;
}

.advantages-content-desktop {
    width: 100%;
    margin-bottom: 81px;
}

.item {
    width: 25%;
    text-align: center;
}


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

.marker img {
    width: 40.2px;
    height: 70px;
    margin-bottom: 10px;
}

.table-image img {
    width: 631px;
    height: 449px;
}

.item-description {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.performance .container {

}

.performance-title {
    font-family: PerpetuaItalic, sans-serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 25px;
}

.performance-description-adaptive {
    display: none;
}

.performance-description-desktop {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    margin-bottom: 25px;
}

.show-all-container31 {
    display: none;
}

.brand-parent {
    overflow-x: hidden;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
}

.brands-carousel {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    animation: animate 30s linear infinite;
}

.brands-carousel .slide-content {
    /*height: 100%;*/
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-carousel .slide-content a {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    white-space: nowrap;
    margin: 0 6.5px;
    width: 100%;
    transition: all .3s ease-in-out 0s;
}

.brands-carousel .slide-content a:hover, .brands-carousel .slide-content a:active {
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
}

.slide-content a img {
    width: 300px;
    height: 300px;
}

@keyframes animate {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes animate {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.brand-parent:hover .brands-carousel {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}


.win .container {

}

.win-title {
    padding: 65px 0 27px 0;
    font-family: PerpetuaItalic, sans-serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
}

.win-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.win-content-photo1, .win-content-photo2 {
    max-width: 300px;
}

.win-content-photo1 {
    margin-right: 57px;
}

.win-content-photo2 {
    margin-left: 56px;
}

.win-content img {
    width: 300px;
    height: 300px;
    margin-bottom: 34px;
}

.win-text-items {
    display: flex;
    flex-flow: column wrap;
    gap: 30px;
}

.win-text-item {
    display: flex;
    align-items: center;
}

.items-description {
    max-width: 452px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}

.items-description span {
    font-weight: 700;
    color: #2D98DA;
}

.win-text-item img {
    width: 55px;
    height: 80px;
    margin-right: 13px;
    margin-bottom: 0;
}

.win-img-adaptive {
    display: none;
}

.couches .container {

}

.couches-title {
    padding: 65px 0 43px 0;
    font-family: PerpetuaItalic, sans-serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
}

.couches-item {
    display: flex;
    flex-flow: column wrap;
}

.couches-item img {
    width: 400px;
    height: 395px;
    margin-bottom: 24px;
}

.couches-item-title {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.couches-item-text {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 16px;
}

.couches-item-description {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.carousel-actions {
    display: flex;
    gap: 15px;
    justify-content: end;
}

.owl-theme .owl-dots {
    text-align: left;
    position: relative;
    top: -40px;
    width: 200px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

.owl-theme .owl-nav {
    text-align: right;
    margin-top: 0;

}

.owl-theme .owl-nav .disabled {
    opacity: 0.3;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
}

.owl-prev img {
    margin-right: 15px;
}

.owl-prev img, .owl-next img {
    width: 48px;
    height: 48px;
}

.carousel-actions a {
    background-color: transparent;
    border: transparent;
    cursor: pointer;
}

.gallery-adaptive {
    display: none;
}

.gallery .container {

}

.gallery-title {
    padding: 49px 0 29px 0;
    font-family: PerpetuaItalic, sans-serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
}

.gallery-content {
    display: flex;
    gap: 32px;
    align-items: start;
}

.col1, .col2, .col3 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 32px;
}

.col1 img {
    width: 382px;
    height: 416px;
}

.col2 img {
    width: 416px;
    height: 234px;
}

.col2 img:last-child {
    width: 416px;
    height: 416px;
}

.col3 img {
    width: 380px;
    height: 416px;
}

.reviews .container {

}

.reviews-title {
    padding: 82px 0 33px 0;
    font-family: PerpetuaItalic, sans-serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    text-align: left;
}

.reviews-adaptive,
.reviews-adaptive-carousel,
.carousel-four .owl-stage,
.carousel-four .owl-dots{
    display: none;
}

.review-items {
    display: flex;
    gap: 85px;
}

.review-item {
    display: flex;
    gap: 85px;
    margin-bottom: 20px;
}

.review-item img {
    width: 385px;
    height: 400px;
}

.owl-carousel .owl-item img {
    width: 385px;
}

.owl-item {
    margin-bottom: 5px;
}

.review-item-header {
    display: flex;
    align-items: center;
}

.review-item-header .name {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin-right: 15px;
    text-decoration: none;
    color: black;
}

.review-service {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.review-service svg {
    margin-right: 5px;
}

.review-service a {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
    color: black;
}

.review-item-text {
    width: 704px;
    /*height: 335px;*/
    /*overflow-y: hidden;*/
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    margin-bottom: 5px;
}

.hidden, .hidden2 {
    position: absolute;
    right: 0;
    border: none;
    border-bottom: 1px solid #797979;
    background: transparent;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #797979;
    text-decoration: #797979;
    cursor: pointer;
}

.owl-theme .owl-dots .owl-dot span {
    margin-right: 0;
}

.content-block-text1,
.content-block-text2,
.content-block-text3,
.content-block-text4,
.content-block-text5,
.content-block-text6 {
    width: 704px;
    height: 335px;
    overflow: hidden;
}

.content-block-text-open1,
.content-block-text-open2,
.content-block-text-open3,
.content-block-text-open4,
.content-block-text-open5,
.content-block-text-open6 {
    height: auto;
}

.form-and-contacts {

}

.form-and-contacts .container {

}

.form-and-contacts-title {
    padding: 73px 0 30px 0;
    font-family: PerpetuaItalic, sans-serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    text-align: left;
}

.form-and-contacts-blocks {
    display: flex;
    justify-content: space-between;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    text-align: left;
}

.contacts {
    margin-top: 15px;
    display: flex;
    flex-flow: column nowrap;
    gap: 15px;
}

.contact-item {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    gap: 16px;
}

.form {
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
}

.input1, .input2, .input3 {
    display: flex;
    flex-flow: column nowrap;
    gap: 8px;
}

.input1 input,
.input2 input,
.input3 input {
    width: 616px;
    height: 42px;
    padding: 12px;
    box-sizing: border-box;
    border-color: black;
    outline: none;
    border-width: 2px;
    border-style: solid;
}

.form-check {
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
}

.form-check-blocks {
    display: flex;
    gap: 117px;
}

.col-input1,
.col-input2 {
    display: flex;
    flex-flow: column nowrap;
    gap: 14px;
}

.col-input1 div input,
.col-input2 div input {
    margin-right: 8px;
}

.form-comments {
    display: flex;
    flex-flow: column nowrap;
    gap: 8px;
}

.form-comments textarea {
    width: 616px;
    height: 180px;
    padding: 12px;
    box-sizing: border-box;
}

.personal-data {
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    width: 618px;
    font-size: 14px;
    font-weight: 320;
    line-height: 21px;
}

.personal-data a {
    color: black;
}

.button-form {
    width: 200px;
    height: 48px;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 12px;
    text-align: center;
    border: none;
    color: white;
    background: #2D98DA;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.button-form:hover {
    box-shadow: 0px 5px 10px 0px rgba(22, 78, 112, 0.96);
}


.questions .container {

}

.questions-title {
    padding: 87px 0 29px 0;
    font-family: PerpetuaItalic, sans-serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
}

.questions-blocks {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 64px;
}

.questions-block1,
.questions-block2 {
    display: flex;
    flex-flow: column;
    gap: 22px;
    width: 587px;
}

.question-item {

}

.question-item:first-child {
    padding-top: 22px;
    border-top: 1px solid black;
}

.question-item-title1,
.question-item-title2,
.question-item-title3,
.question-item-title4,
.question-item-title5,
.question-item-title6,
.question-item-title7,
.question-item-title8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 22px;
    border-bottom: 1px solid black;
    cursor: pointer;
}

.question-item-title4 {
    height: 54px;
}

.question-item-title1 span,
.question-item-title2 span,
.question-item-title3 span,
.question-item-title4 span,
.question-item-title5 span,
.question-item-title6 span,
.question-item-title7 span,
.question-item-title8 span {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}

.question-item-text1,
.question-item-text2,
.question-item-text3,
.question-item-text4,
.question-item-text5,
.question-item-text6,
.question-item-text7,
.question-item-text8 {
    padding-top: 10px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-bottom: 22px;
    border-bottom: 1px solid black;
}

.question-item-text1 span,
.question-item-text2 span,
.question-item-text3 span,
.question-item-text4 span,
.question-item-text5 span,
.question-item-text6 span,
.question-item-text7 span,
.question-item-text8 span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.questions-span-style {
    border-bottom: 1px solid black;
    font-style: italic;
    font-weight: 400;
}

.not-active {
    display: none;
}

.footer .container {
    padding: 0 64px 0 64px;
    display: flex;
    flex-flow: column;
    margin: 90px 0 27px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 115px 25px 32px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.footer-content-contacts {
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.footer-content-contacts-item {
    display: flex;
    flex-flow: column;
    gap: 4px;
}

.footer-item-title {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

.footer-item-text {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.footer-item-text a,
.footer-content-contacts a {
    color: black;
}

.footer-item-text a.inst {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 23px;
}

.footer-rights {
    text-align: center;
    margin-top: 26px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.footer-content-logo img {
    width: 196px;
    height: 176px;
    padding-right: 121px;
}

.footer-content-menu {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.footer-content-menu a {
    text-decoration: none;
    color: black;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.footer-content-menu a:hover,
.footer-content-menu a:active {
  color: #0a58ca;
}

.footer-activities2-adaptive {
    display: none;
}

.footer-gallery-adaptive {
    display: none;
}

#success {
    display: none;
    padding: 10px;
    background-color: rgba(164, 209, 234, 0.72);
    width: 400px;
    border-radius: 20px;
}

.error-label-phone, .error-label-email, .error-label-name {
    display: none;
    color: red;
}