body {
    /* Text-usual 4 */
    font-family: Lora, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%; /* identical to box height, or 24px */
    color: #000;
}
img{max-width:100%;height:auto;}
.decoration {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.navbar {
    padding: 30px 0;
}

.navbar .navbar-nav li {
    margin: auto;
}

.navbar .navbar-nav.nav-end li {
    margin-right: 0;
    margin-left: auto;
}

.navbar .navbar-nav a.nav-link.menu-link {
    color: #111;
}

.navbar .navbar-nav a.nav-link.menu-link:hover {
    color: #0A2D4E;
    text-decoration: none;
}

.navbar .navbar-nav a.nav-link.menu-link:hover::after {
    content: "";
    display: block;
    width: 100%;
    border-top: 2px solid rgba(10, 45, 78, 0.75);
    margin: -1px auto;
}

.navbar .navbar-nav a.nav-link.end-link {
    text-transform: uppercase;
    color: #111;
}

.navbar .navbar-nav a.nav-link.end-link:hover {
    text-decoration-line: underline;
    color: #000000;
}

.burger {
    background-color: transparent;
    border: 0;
    padding: 0;

}

.mb-32 {
    margin-bottom: 32px;
}

.mb-124 {
    margin-bottom: 62px;
}

@media (min-width: 992px) {
    .mb-124 {
        margin-bottom: 124px;
    }
}

.mb-80 {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .mb-80 {
        margin-bottom: 80px;
    }
}

.mt-124 {
    margin-top: 62px;
}

@media (min-width: 992px) {
    .mt-124 {
        margin-top: 124px;
    }
}

@media (min-width: 992px) {
    .catalogue-item img {
        width: 90%;
		margin-left:10%;
    }
}

.mt-80 {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .mt-80 {
        margin-top: 80px;
    }
}

.mb-44 {
    margin-bottom: 22px;
}

@media (min-width: 992px) {
    .mb-44 {
        margin-bottom: 44px;
    }
}

.about {
    height: 457px;
    background-image: url("../img/Vector 1.png");
    background-repeat: no-repeat;
    background-position: center;
}

h1 {
    /* Text-heading 1 */
    font-family: Cinzel, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 120%; /* identical to box height, or 48px */
    text-align: center;
    text-transform: uppercase;
    color: #0A2D4E; /* Color-blue100 */
    margin-bottom: 2rem;
}

h2 {
    /* Text-heading 2 */
    font-family: Cinzel, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 100%; /* or 30px */
    text-transform: uppercase;
    color: #111; /* Color-black-100 */
    padding-left: 17px;
    background-image: url("../img/Decoration.png");
    background-repeat: no-repeat;
    background-position: left;
}

h3 {
    /* Text-heading 3 */
    font-family: PT Serif, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 110%; /* or 22px */
    text-align: center;
    text-transform: uppercase;
    color: #111; /* Color-black-100 */

}

.text-404 {
    font-family: Cinzel, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 320px;
    line-height: 120%;
    text-transform: uppercase;
    color: #0A2D4E;
    word-break: break-word;
    max-width: 100%;
}

.card.ellipse-top {
    transition: all 0.3s ease-out;
    border: 0;
    max-width: 417px;
}

.card.ellipse-top .card-text, .circle-border {
    margin-left: auto;
}

.card.ellipse-top .card-body, .card.rectangle-img .card-body {
    padding: 0;
}

.card.ellipse-top .card-title, .card.rectangle-img .card-title {
    margin: 32px 0;
}

a.card-link {
    text-decoration: none;
    color: #111;
    max-width: 100%;
}

.card.ellipse-top:hover {
    width: 100%;
}

.card.ellipse-top img, .circle-border {
    transition: all 0.3s ease-out;
    width: 360px;
    height: 100%;
    max-width: 100%;
    border-radius: 50%;
}

.card.ellipse-top:hover .circle-border {
    background-position: center;
    background-repeat: no-repeat;
    border: 3px solid rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 0 40px 9px rgba(255, 255, 255, 0.8);
    padding: 7px;
}

.card.ellipse-top:hover img {
    box-sizing: border-box;
    width: 360px;
    height: 100%;
    max-width: 100%;
    border: 2px solid #fff;
    box-shadow: inset 0 0 40px 3px rgba(255, 255, 255, 0.8);

}

.card.rectangle-img {
    border: 0;
}

.card.rectangle-img img, .card.rectangle-img .card-body {
    max-width: 99%;
}

.card.rectangle-img .card-text {
    width: 486px;
    max-width: 99%;
    margin-left: auto;
}

.card-body.body-left {
    width: 560px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.card-body.body-right {
    width: 560px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .card-body.body-left {
        width: 560px;
        max-width: 100%;
        margin-left: 0;
        margin-right: auto;
    }

    .card-body.body-right {
        width: 560px;
        max-width: 100%;
        margin-right: 0;
        margin-left: auto;
    }
}

.btn-more {
    padding: 10px 41px;
    border: 1px solid #0A2D4E;
    color: #0A2D4E;
    margin-top: 48px;
    transition: all 0.3s ease-out;
}

.btn-all {
    margin: 78px auto auto;
}

.btn-more:hover,.btn-more.current_cat {
    background-color: #0A2D4E;
    color: #fff;
}

.btn-more:focus, .burger:focus {
    outline: none;
    box-shadow: none;
}

.card.ellipse-bottom {
    padding: 0 32px;
}

.card.ellipse-bottom .card-title {
    margin: 32px auto;
}

.card.ellipse-bottom .card-body {
    padding: 0;
}

.card.ellipse-bottom .card-footer {
    background-color: #fff;
    padding: 0;
    border: 0;
    height: 248px;
}

.card.ellipse-bottom img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    transition: all 0.3s ease-out;
}

.card.ellipse-bottom:hover img {
    width: 184px;
    height: 184px;
}

.card.ellipse-bottom:hover {
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
}

.carousel img {
    width: 100%;
}

.carousel .slick-slide:not(.slick-current) {
    overflow: hidden;
}

.carousel .slick-slide.slick-current {
    position: relative;
}

.carousel .slick-slide.slick-active img {
    width: 117%;
    transition: all 0.3s ease-out;
}

.carousel .slick-slide:not(.slick-current) img {
    width: 105%;
    padding-top: 12.6%;
    transition: all 0.3s ease-out;
}

.my-dots {
    position: absolute;
    bottom: -56px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.my-dots li {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    width: 30px;
    height: 6px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}

.my-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 6px;
    padding: 8px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.my-dots li button:hover,
.my-dots li button:focus {
    outline: none;
}

.my-dots li button:hover:before,
.my-dots li button:focus:before {
    opacity: 1;
}

.my-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 6px;
    content: url('../img/default-dot.png');
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.my-dots li.slick-active button:before {
    content: url('../img/active-dot.png');
}

footer {
    padding-top: 4.5%;
    color: #fff;
    background-color: #0A2D4E;
}

@media (min-width: 1440px) {
    footer {
        padding-top: 68px;
    }
}

footer h3 {
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

footer .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

footer .navbar-nav .nav-link span {
    color: #fff;
}

footer .navbar-nav a.nav-link:hover {
    color: #fff;
    text-decoration: underline;
}

.container.copy {
    margin-top: 32px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 32px;
}

.footer-col {
    margin-top: 32px;
    padding-right: 7.7%;
}

footer .nav-link span {
    margin-left: 25px;
}

.social {
    max-width: 193px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.news-item {
    min-height: 480px;
}

a.back {
    text-decoration: none;
    color: #111111;
}

a.back:hover {
    text-decoration: underline;
    color: #0A2D4E;
}

.catalogue-item h3, .finishes-item h3 {
    text-align: left;
}

.buttons .btn-more {
    margin: 32px 32px 0 0;
    transition: margin-right 0s linear;
}

.buttons {
    padding-left: 36px;
    padding-right: 36px;
}

@media (max-width: 991px) {
    .buttons .btn-more {
        margin-right: 0;
        transition: margin-right 0s linear;
    }
}

@media (max-width: 991px) {
    .buttons .btn-more {
        width: 100%;
    }
}

.finishes-item {
    width: 100%;
}

@media (min-width: 1200px) {
    .finishes-item {
        padding: 0;
        width: 360px;
        max-width: 100%;
    }
}

.productItem h2 {
    background: none;
    padding-left: 0;
    color: #0A2D4E;
}

.product-title {
    height: 64px;
    margin-bottom: 32px;
}

.productItem .media .media-item, .textItem img,.productItem .media .media-item, .textItem .media-item, .contactItem img.media {
    width: 87.5%;
    max-width: 100%;
}

@media (max-width: 991px) {
    .productItem .media .media-item, .textItem img,    .productItem .media .media-item, .textItem .media-item, .contactItem img.media  {
        width: 100%;
    }

    .productItem h2 {
        padding-top: 32px;
    }

    .contactItem h1 {
        padding-top: 32px;
    }
}

.product-downloads a {
    text-decoration: none;
    color: #000;
}

.product-downloads ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.product-downloads li {
    margin-bottom: 16px;
}

.product-downloads img {
    margin-right: 40px;
}

.textItem .text {
    min-height: 800px;
}

.not-found {
    background-image: url("../img/404.png");
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.not-found h1 {
    margin-bottom: 80px;
}

.not-found .btn-more {
    margin-top: 0;
}

.wp-pagenavi {
    text-align: center;
	margin-top: 80px;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .wp-pagenavi {
        margin-bottom: 80px;
    }
}

.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-family: PT Serif, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    color: #0A2D4E;
    background: rgba(17, 17, 17, 0.06);
    margin-right: 10px;
}

@media (max-width: 991px) {
    .wp-pagenavi a, .wp-pagenavi span {
        margin-top: 10px;
    }
}

.wp-pagenavi .extend {
    position: relative;
    bottom: -8px;
    line-height: 100%;
    height: 100%;
    background: none;
}

.wp-pagenavi a:hover, .wp-pagenavi .current {
    transition: all 0.3s ease-out;
    color: #fff;
    background-color: #0A2D4E;
}

.slider-nav .slick-slide.slick-current {
    display: none;
}

.slider-nav img.prev {
    left: 0;
}

.slider-nav img.next {
    right: 0;
}

.slider-nav .slick-slide {
    margin: 8px;
}

h2.center {
    text-align: center;
    margin-bottom: 32px;
    background: none;
}

h2.accordion-header {
    padding-left: 0;
    background: none;
}

.accordion-item {
    margin-bottom: 16px;
    border: 0;
    /* Text-usual 4 */
    font-family: Lora, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%; /* identical to box height, or 24px */
    color: #000;
}

.accordion-button {
    padding: 0;
    /* Text-usual 4 */
    font-family: Lora, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%; /* identical to box height, or 24px */
    color: #000;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::before {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 40px;
    content: "";
    background-image: url("../img/plus.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::before {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 40px;
    content: "";
    background-image: url("../img/minus.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    transition: transform .3s ease-in-out;
}

.accordion-button::after {
    display: none;
}

.accordion-button:not(.collapsed) {
    color: #0A2D4E;
    text-decoration: underline;
    background-color: transparent;
    box-shadow: none;
}

.accordion-body {
    padding: 32px 32px 0 48px;
}

.accordion-body ul li {
    color: #111111;
}

.accordion-body ul li:hover {
    color: #0A2D4E;
}

.accordion-body ul li:hover::marker {
    font-size: 18px;
    line-height: 23px;
}


.accordion-body ul li a {
    text-decoration: none;
    color: #111111;
}

.accordion-body ul li a:hover {
    font-family: Lato, serif;
    font-size: 16px;
    line-height: 100%;
    text-decoration: underline;
    color: #0A2D4E;
}

@media (min-width: 992px) {
    .accordion-ul {
        padding-left: 56px;
    }
}

h1, h2 {
    word-break: break-word;
    max-width: 100%;
}

.contact-form {
    max-width: 1600px;
    background-image: url("../img/Bg.png");
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-form * {
    margin: 0;
}

.contact-form h1 {
    text-align: left;
    margin-bottom: 32px;
}
.contact-form div.h1 {
    text-align: left;
    margin-bottom: 32px;
    font-family: Cinzel, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    color: #0A2D4E;
    margin-bottom: 2rem;	
}

.contact-form .text-block {
    width: 445px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .text-block {
        margin-bottom: 32px;
    }
}

.contact-form .form-block {
    width: 540px;
    max-width: 100%;
}

.contact-form .form-block input:not([type=submit]) {
    height: 60px;
    margin-bottom: 24px;
    padding-left: 8px;
    width: 100%;
    border: 1px solid #111;
    border-radius: 0;
}

.contact-form .form-block textarea {
    height: 120px;
    margin-bottom: 24px;
    padding-left: 8px;
    padding-top: 18px;
    width: 100%;
    border: 1px solid #111;
    border-radius: 0;
	    resize: none;
}

@media (min-width: 992px) {
    .contact-form .form-block input:not([type=submit]),.contact-form .form-block textarea {
        padding-left: 32px;
    }
}

.contact-form .form-block input::placeholder, .contact-form .form-block textarea::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.contact-form .form-block input:not([type=submit]):focus, .contact-form .form-block input:focus-visible,.contact-form .form-block textarea:focus, .contact-form .form-block textarea:focus-visible {
    outline: none;
}

.contact-form input.c-50 {
    width: 255px;
    max-width: 47%;
    display: inline-block;
}

@media (max-width: 991px) {
    .contact-form input.c-50 {
        width: 100%;
        max-width: 100%;
    }
}

.contact-form .btn-more {
    margin-top: 0;
}


.language-chooser{margin: 0;padding: 0;list-style: none;}
.language-chooser li{display:inline;}
.language-chooser li a{color: #111;padding-right: .5rem;padding-left: .5rem;text-decoration: none;}
.language-chooser li a:hover{color: #0A2D4E;text-decoration: underline;}
@media (max-width: 991px) {
.language-chooser li{display: block;text-align: center;padding: .5rem 1rem;}
}

.video {position:relative;padding-bottom:56.25%;height:0;}
.video iframe {position:absolute;top:0;left:0;width:100%;height:100%;}
iframe{max-width:100%;height:auto;}
span.wpcf7-not-valid-tip{display:none !important;}
input.wpcf7-not-valid{border-color:#f00 !important;}
.wpcf7 input:not([type=submit]).wpcf7-not-valid{border-color:#f00 !important;}
div.wpcf7-response-output{position: absolute;background: #fff;z-index: 9;}
img.alignleft{float:left;margin-right:30px;margin-bottom: 20px;}
img.alignright{float:right;margin-left:30px;margin-bottom: 20px;}
img.aligncenter{margin: 0 auto 20px auto;display:block;}

