/* basic styles */
h1, h2, h3, h4{
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 35px 0 15px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
}
h1 {
    font-size: 38px;
    margin: 0px 0 35px;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 28px;
}
strong {
    font-weight: 600;
    font-size: 18px;
}
.content p {
    text-align: justify;
    padding: 5px 0px;
    margin: 5px 0;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.3;
    font-family: 'Times New Roman', Times, serif;
}
.content ul, .content ol {
    padding-left: 20px
}
.content ol li {
    list-style-type: decimal;
}
.content li {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    list-style-type: disc;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
}
.line {
    width: 100%;
    height: 5px;
    margin: 25px 0px;
    background-color: #007BA7;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
table {
    border-collapse: collapse;
    /* border: 1px solid black; */
    /* width: 920px; */
    width: auto;
    margin: 10px auto;
}
td {
    border-bottom:1px dotted #000;
    padding:5px;
}
/* end basic styles */
/* header */
header {
    position: sticky;
    top: 0;
    z-index: 1;
}
.headerwrapper {
    margin: 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(42, 123, 155, 1) 0%, rgba(190, 216, 230, 1) 30%, rgba(255, 255, 255, 1) 100%);
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 960px;
    height: 135px;
    margin: auto;
    position: relative;
}
.logo {
    border: none;
    width: 300px;
}
.headerInfo {
    display: flex;
    margin: 0 10px 0 0;
    flex-direction: column;
    align-self: center;
    background: #ffffff2e;
    padding: 10px 20px;
    border-radius: 20px;
    border-top-left-radius: 0;
}
.headerInfo p {
    font-size: 24px;
    text-align: right;
}
.headerInfo span {
    color: #003d56;
    font-size: 18px;
    text-align: left;
}
.headerInfo a {
    color: #003d56;
    letter-spacing: 0px;
}
.headerInfo a:hover {
    text-decoration: underline;
}
/* buger button */
.burger{
    display: none;
    margin-left: 20px;
    align-self: center;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
}
.menu-icon {
    position: relative;
    width: 30px;
    height: 2px;
    background-color: #007ba7;
    transition: background-color 0.1s ease-in, top 0.1s linear 0.1s;
}
.menu-icon::before {
    position: absolute;
    left: 0;
    top: -10px;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #007ba7;
    transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
}
.menu-icon::after {
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #007ba7;
    transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
}
.menu-icon.menu-icon-active {
    background-color: transparent;
    transition: background-color 0.1s ease-in, top 0.1s linear 0.1s;
}
.menu-icon.menu-icon-active::before {
    transform: rotate(45deg);
    top: 0;
    transition: top 0.1s linear, transform 0.1s ease-in 0.1s;
}
.menu-icon.menu-icon-active::after {
    transform: rotate(-45deg);
    top: 0;
    transition: top 0.1s linear, transform 0.1s ease-in 0.1s;
}
/* end burder */
/* end header */

/* nav */
.navigation {
    display: flex;
}
.main-menu-backdrop {
    width: 100%;
}
.menu-active {
    display: flex !important;
}
.main-menu {
    list-style:none;
    padding:0;
    margin:0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: aliceblue;
}
.main-menu li {
    display: block;
    position: relative;
    padding: 14px 15px;
}
.main-menu li a {
    color:#007ba7;
    text-decoration:none;
    padding: 10px;
}
.main-menu li a:hover{
    text-decoration: underline;
}
.main-menu .sub-menu {
    display: none;
    padding: 0;
    margin: 0 0 0 0px;
    list-style: none;
    position: absolute;
    top: 50px;
    left: 0px;
    background-color: aliceblue;
    width: 200px;
}
.main-menu .sub-menu a {
    margin: 10px 0px 10px 15px;
}
.main-menu>li:hover .sub-menu {
    display: block;
}
.main-menu .sub-menu li {
    font-size: 15px;
    padding: 0;
    margin: 0;
    height: 40px;
    align-content: center;
}

/* sub nav */
.price-block {
    margin-bottom: 30px;
}
.price-menu {
    width: auto;
    max-width: 500px;
    border-radius: 15px;
    margin: 10px auto;
    border: 1px solid #007ba7;
}
.price-menu li {
    font-size: 16px;
    margin: 10px;
    text-align: justify;
    list-style: none;
    font-family: arial;
    position: relative;
}
.price-menu li a {
    text-decoration: none;
    color: #000;
}
.price-menu li a:hover {
    color: #74a6f3;
}
.active-price {
    font-weight: bold;
    /* margin: 10px 0 0 -15px !important; */
}
.active-price::before {
    content: "➝";
    font-weight: bold;
    position: absolute;
    left: -20px;
}

/* end nav */


/* content */
body {
    background-image: url('/images/bg4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
    overflow-y: auto;
    overflow-x: hidden;
    backdrop-filter: blur(10px);
}
.content{
    width: 960px;
    padding-bottom: 20px;
    margin: 50px auto;
    min-height: calc(100vh - 361px);
}
.contentBlock {
    width: 96%;
    display: flex;
    justify-content: space-around;
    gap: 20px;
    align-items: center;
    background-color: #dbe8fbf2;
    padding: 50px 2%;
    margin-bottom: 75px;
}
.blockWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 225px;
    margin-bottom: 20px;
    background: #fff;
    padding: 30px;
    border-radius: 50%;
    width: 225px;
}
.leftTextImage{
    width: 47%;
    float: left;
    margin: 10px 3% 1% 0;
}
.rightTextImage{
    width: 47%;
    float: right;
    margin: 10px 0 1% 3%;
    padding: 0;
}
.bigCenterImage {
    width: 100%;
    margin: 20px 0;
}
.icon {
    width: 75px;
    margin-bottom: 35px;
}
.blockWrapper p {
    text-align: center;
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #007ba7;
    line-height: 1.2;
}
.socialLink {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #007ba7;
}
.socialLink img {
    width: 15px;
    margin-right: 9px;
}
.tgweb {
    display: inline;
}
.tgmobile {
    display: none;
}
.imageAuthor p, .imageAuthor a {
    margin: -12px 0 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
}

#map {
    width: 100%;
    height: 500px;
    margin: 40px 0;
}

.catalog {
    border: none;
    width: 100%;
}
.catalog img {
    margin: auto;
    display: block;
}
.catalog td {
    border: none;
    border-bottom: solid 1px #ccc;
    background-color: #fff;
    align-content: center;
    height: 55px;
    font-size: 20px;
    padding: 5px 10px;
}
.catalog td a {
    text-decoration: none;
    color: #007BA7;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}
.catalog td a:hover {
    color: #00678d;
}
/* FAQ */
.faq-item {
    margin: 10px 0;
    padding: 10px 20px;
    border-radius: 20px;
    border-top-left-radius: 0;
    background: #fbfbfb;
}
.question {
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.question p {
    max-width: 90%;
    font-weight: 700;
    text-align: left;
    font-size: 24px;
    font-family: Arial, sans-serif;
}
.questionButton {
    width: 25px;
    height: 25px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
    border-radius: 50%;
    rotate: 90deg;
    transition: rotate 0.1s linear;
}
.questionButtonRottate {
    rotate: 180deg;
    transition: rotate 0.1s linear;
}
.answer {
    display: none;
    margin-top: 10px;
}
.answer.show {
    display: block;
}
.answer p {
    font-size: 20px;
}
/* end FAQ */

/* product page */
.contentBlock {
    /* background-color: #fff; */
}
.productWrapper {
    display: flex;
    gap: 20px;
}
.productImage {
    min-width: 40%;
    max-width: 40%;
    margin: 0 20px 0 0;
}
.productImage img{
    width: 100%;
    position: sticky;
    top: 190px;
}
.productParameters {
    display: flex;
    flex-direction: column;
    min-width: calc(60% - 40px);
}
.productParameters__crumbs {
    padding: 10px 0px 0px 0px;
    border-bottom: 1px solid #ccc;
}
.productParameters__header,
.productParameters__header2,
.productParameters__header3,
.productParameters__header4 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 0px;
    text-align: left;
}
.productParameters__header {
    font-size: 24px;
}
.productParameters__year p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    letter-spacing: 2px;
    color: #444;
    padding: 0px 0 25px;
}
.productParameters__price p {
    font-size: 22px;
    font-weight: 600;
    margin: 5px 0;
    font-family: Arial, Helvetica, sans-serif;
}
.productParameters__description {
    width: 100%;
}
.productParameters__description td {
    padding: 12px 0 0;
    position: relative;
}

.productParameters__description td:nth-child(2n - 1) {
    display: flex;
}
  
  .productParameters__description td:nth-child(2n - 1)::after {
    content: '';
    border-bottom: 1px dotted #aaa;
    flex-grow: 1;
    margin: 0 8px 2px 8px;
}
.productParameters__description td {
    border: none;
}
.productParameters__description caption {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0 0;
}
/* end product page */

/* end content */






/* footer */
footer {
    display: flex;
    justify-content: center;
    background: rgb(255, 255, 255, 0.5);
    padding: 20px 0;
}
/* end footer */


/* mobile */
@media screen and (max-width: 1000px) {
    .leftTextImage, .rightTextImage{
        width: 100%;
        margin: 10px 0 20px;
    }

    .tgweb {
        display: none;
    }
    .tgmobile {
        display: inline;
    }
}

@media screen and (max-width: 639px) {
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 20px;
    }
    .header {
        width: auto;
        height: 80px;
        margin: 0;
    }
    .headerInfo {
        padding: 2px 20px;
    }
    .headerInfo p {
        font-size: 16px;
    }
    .burger {
        display: flex;
    }

    .navigation {
        height: 0px;
    }
    .main-menu-backdrop {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        backdrop-filter: brightness(0.5);
    }
    .main-menu {
        flex-direction: column;
        background: #fff;
        height: auto;
        position: absolute;
        top: 80px;
        padding: 50px 0;
    }
    .main-menu li {
        font-size: 30px;
        padding: 24px 0;
        left: -150px;
        transition: all .3s ease;
    }
    .main-menu>li:hover .sub-menu {
        display: none;
    }
    .left0 {
        left: 0 !important;
    }

    .logo {
        width: 178px;
        display: none;
    }

    .question p {
        font-size: 20px;
    }
    .answer p {
        font-size: 18px;
    }
    .content {
        width: 100%;
    }
    .content p {
        text-align: left;
    }
    .blockWrapper p {
        text-align: center;
    }
    .contentBlock {
        flex-direction: column;
    }
    .price-menu {
        width: auto;
        padding: 10px;
    }
    .price-menu li {
        letter-spacing: 0;
        line-height: 1.2;
        text-align: left;
    }
    /* product page */
    .productWrapper {
        flex-direction: column;
    }
    .productImage {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    /* end product page */

    .flex {
        display: flex;
    }
    /* footer, header, .content {
        display: none;
    } */
}

/* super small screen */
@media screen and (max-width: 385px) {
    .logo {
        width: 115px;
    }
}