h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 25px;
    margin-top: 70px;
    padding: 0;
}
h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
    margin-top: 70px;
    padding: 0;
}
h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
    margin: 30px 0;
    padding: 0;
}
h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 70px;
    padding: 0;
}
ul {
    max-width: 640px;
    list-style: none;
    margin: 16px 0;
    font-family: Merriweather;
    font-size: 16px;
    line-height: 24px;
}
ul > li:not(.categories-list-burger__item) {
    position: relative;
    margin-top: 1em;
}
ul > li:before  {
    content:  "";
    width: 23px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: -39px;
    top: 14px;
}
ol {
    max-width: 640px;
    padding-left: 17px;
    margin-top: 16px;
    margin-bottom: 16px;
}
ol > li {
    padding-left: 32px;
    margin-top: 1em;
    font-family: Merriweather;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}
@media (max-width: 767px) {
    ol > li {
        font-size: 14px;
        padding-left: 28px;

    }
    ul > li {
        font-size: 14px;
    }
}
a {
    color: #32caf7;
    text-decoration: underline;
    word-wrap: break-word;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ava-container img,
.owl-item img {
    margin:0;
}

.right-background {
    min-height: 100vh;
}
@media (max-width: 767px) {
    h1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 18px;
    }
    h2 {
        font-size: 22px;
        line-height: 26px;
        margin-top: 50px;
    }
    ul, ol {
        font-size: 14px;
    }
}

table {
    border: 1px solid #efefef;
    width: 100%;
    border-collapse: collapse;
}
th {
    background: #f4f4f4;
    color: #b0b0b0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 18px;
    height: 60px;
    border-bottom: 2px solid #ff2438;
    font-weight: 400;
    padding: 25px 24px 25px 24px;
    text-align: start;
}
td {
    border: 1px solid #efefef;
    padding: 28px 24px 28px 24px;
    font-size: 13px;
    line-height: 20px;
}

.th-border {
    background: #f4f4f4;
    color: #b0b0b0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 18px;
    height: 60px;
    border-bottom: 2px solid #ff2438;
    font-weight: 400;
    padding: 25px 24px 25px 24px;
    text-align: start;
}
.th-without-border {
    background: #f4f4f4;
    color: #b0b0b0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 18px;
    height: 60px;
    border: 1px solid #efefef;
    font-weight: 400;
    padding: 25px 24px 25px 24px;
    text-align: start;
}

figure {
    display: flex;
    flex-direction: column;
    margin: 53px 0;
    align-items: flex-start;
}
.gallery-carousel img {
    cursor:zoom-in;
}
figcaption {
    color: #aeaeae;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 19px 0 0 0;
    max-width: 640px;
    line-height: 1.5;
}
@media (max-width: 1023px) {
    figcaption {
        font-size: 13px;
        opacity: 0.8;
    }
}
@media (max-width: 767px) {
    figure {
        flex-direction: column-reverse;
    }
    figcaption {
        margin: 0 0 7px 0;
    }
}
.popup {
	position: absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
    text-align:center;
    z-index: 30;
}
.popup_bg {
	background-color: #000000;
    opacity: 0.6;
	position:fixed;
	z-index:1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: auto;
  height: auto;
}
.popup_img {
  pointer-events: none;
  max-width: 1200px;
}
.img-popup-wrapper {
    position: fixed !important;
	z-index:2;
	left: 50% !important;
	top: 50% !important;
    transform: translate(-50%,-50%) !important;
    max-width: 1024px;
    width: auto;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.popup__close-button-container {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    padding-top: 19px;
    margin-top: 22px;
    margin-right: 25px;
    z-index: 5;
}
.close-popup-svg {
    width: 20px !important;
    height: 20px !important;
    fill: rgba(255, 255, 255, 0.4) ;
}
.popup__figcaption {
    color: #aeaeae;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    width: 100%;
    background: #ffffff;
    padding: 24px 0 36px 0;
    margin-top: -18px;
}
.illustration-buttons_popup {
    align-self: center;
    margin-top: 24px;
    margin-bottom: 34px;
}
.illustration-name_popup {
    align-self: center;
    margin-top: 18px;
}
.popup__close-button-container:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
.popup__close-button-container.hover {
    background-color: rgba(255, 255, 255, 0.8);
}
.popup__close-button-container:hover .close-popup-svg {
    fill: #32caf7;
}
.popup__close-button-container.hover .close-popup-svg {
    fill: #32caf7;
}
@media (max-width: 1199px) {
    .img-popup-wrapper {
        max-width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 36px;
    }
    .popup_img {
        max-width: 100%;
        padding: 0;
    }

    .popup__figcaption {
        left: 15px;
        bottom: 40px;
    }


}

@media (max-width: 1023px) {
    .img-popup-wrapper {
        padding: 0;
        padding-bottom: 15px;
    }
    .img-popup-wrapper > .illustration-buttons_popup {
        display: none;
    }
}

@media (max-width: 767px) {
    .popup__figcaption {
        font-size: 13px;
        line-height: 16px;
        background: #ffffff;
        padding: 10px 0 16px 0;
    }
    .popup__close-button-container {
        margin-top: 0px;
        margin-right: 36px
    }
}

.blur {
    filter: blur(1px);
}
.img-popup-wrapper .owl-dots {
    display: none !important;
}
