* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
#main {
    margin-top: 0;
}
*,
body {
    margin: 0;
}
body {
    color: #000000;
    font-family: var(--font_GothicA1-Regular);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 28px;
    width: 100%;
}
body p {
    margin-bottom: 28px;
}
body p:last-child {
    margin-bottom: 0;
}
body p img {
    margin: 0 !important;
}
img,
svg {
    height: auto;
    max-width: 100%;
}
.site_container {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
}
@media (max-width: 767px) {
    .site_container {
        max-width: calc(100% - 64px);
    }
}
@media (min-width: 768px) {
    .site_container {
        max-width: 703px;
    }
}
@media (min-width: 992px)
{
    .site_container
	{
        /*max-width: 928px;*/
		max-width: 916px;
    }
}
@media (min-width: 1200px) {
    .site_container {
        max-width: 1026px;
    }
    .site_container.site_big_container {
        max-width: 1120px;
    }
}
@media (min-width: 1440px) {
    .site_container.site_big_container {
        max-width: 1236px;
    }
}
b,
strong {
    font-family: var(--font_GothicA1-Bold);
    font-weight: 400;
}
a {
    color: var(--color_Light_Teal);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
a:hover {
    text-decoration: underline;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 17px;
}
.h1,
h1 {
    font-size: 160px;
    line-height: 200px;
}
.h1,
.h2,
h1,
h2 {
    color: #000000;
    font-family: var(--font_GothicA1-Bold);
}
.h2,
h2 {
    font-size: 100px;
    line-height: 125px;
}
.h3,
h3 {
    font-family: var(--font_GothicA1-Bold);
    font-size: 65px;
    line-height: 81px;
}
.h3,
.h4,
h3,
h4 {
    color: #000000;
}
.h4,
h4 {
    font-size: 55px;
    line-height: 70px;
}
.h4,
.h5,
h4,
h5 {
    font-family: var(--font_GothicA1-Light);
}
.h5,
h5 {
    color: #000000;
    font-size: 36px;
    line-height: 42px;
}
.h6,
h6 {
    color: #000000;
    font-family: var(--font_GothicA1-Light);
    font-size: 28px;
    line-height: 40px;
}
@media (max-width: 1359px) {
    .h1,
    h1 {
        font-size: 130px;
        line-height: 160px;
    }
    .h2,
    h2 {
        font-size: 85px;
        line-height: 1;
    }
    .h3,
    h3 {
        font-size: 55px;
        line-height: 1;
    }
    .h4,
    h4 {
        font-size: 48px;
        line-height: 66px;
    }
    .h5,
    h5 {
        font-size: 34px;
    }
    .h6,
    h6 {
        font-size: 26px;
        line-height: 36px;
    }
}
@media (max-width: 1199px) {
    .h1,
    h1 {
        font-size: 100px;
        line-height: 130px;
    }
    .h2,
    h2 {
        font-size: 70px;
    }
    .h3,
    h3 {
        font-size: 50px;
    }
    .h4,
    h4 {
        font-size: 42px;
        line-height: 62px;
    }
}
@media (max-width: 991px) {
    .h1,
    h1 {
        font-size: 70px;
        line-height: 100px;
    }
    .h2,
    h2 {
        font-size: 55px;
    }
    .h3,
    h3 {
        font-size: 45px;
    }
    .h4,
    h4 {
        font-size: 38px;
        line-height: 58px;
    }
    .h5,
    h5 {
        font-size: 32px;
    }
    .h6,
    h6 {
        font-size: 24px;
        line-height: 32px;
    }
}
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 46px;
        line-height: 58px;
    }
    .h2,
    h2 {
        font-size: 42px;
    }
    .h3,
    h3 {
        font-size: 38px;
    }
    .h4,
    h4 {
        font-size: 32px;
        line-height: 50px;
    }
    .h5,
    h5 {
        font-size: 30px;
    }
    .h6,
    h6 {
        font-size: 20px;
        line-height: 26px;
    }
}
blockquote {
    border-bottom: 1px solid var(--color_Black_Op_25);
    border-top: 1px solid var(--color_Black_Op_25);
    margin: 52px 0;
    padding: 55px 0 50px 10px;
}
blockquote,
blockquote p {
    color: var(--color_Light_Teal);
    font-size: 40px;
    line-height: 1.625;
}
.text_link,
blockquote,
blockquote p {
    font-family: var(--font_GothicA1-ExtraBold);
}
.text_link {
    color: var(--color_Light_Aqua);
    font-size: 10px;
    line-height: 1;
    padding-right: 30px;
    text-decoration: none;
}
.text_link.font_size_big {
    font-size: 12px;
}
.text_link.font_size_big .icon {
    top: 1px;
}
.text_link .icon {
    height: 10px;
    position: absolute;
    right: 6px;
    top: 0;
    transition: all 0.5s ease;
    width: 12px;
}
.text_link .icon svg {
    display: block;
    height: 100%;
    width: 100%;
}
.text_link:hover {
    text-decoration: none;
}
.text_link:hover .icon {
    right: 0;
}
.button {
    background-color: var(--color_Light_Teal);
    border: 1px solid transparent;
    border-radius: 6px;
    color: var(--color_White);
    cursor: pointer;
    font-family: var(--font_GothicA1-ExtraBold);
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 17.5px;
    min-width: 189px;
    padding: 16px 12px 14px;
    text-decoration: none;
    transition: all 0.5s ease;
}
.button:hover {
    background-color: transparent;
    border-color: var(--color_Light_Teal);
    color: var(--color_Light_Teal);
    text-decoration: none;
}
@media (max-width: 767px) {
    .text_link.font_size_big {
        font-size: 15px;
    }
}
.site_content ol li,
.site_content ul li {
    color: var(--color_Black);
    font-family: var(--font_GothicA1-SemiBold);
    font-size: 13px;
    line-height: 34px;
}
.site_content ul:not(.slick-dots) {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
.site_content ul:not(.slick-dots) li {
    padding: 0 0 0 24px;
    position: relative;
}


.site_content ul:not(.slick-dots) li:before
{
    background-color: var(--color_Light_Teal);
    border-radius: 100%;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    /*top: 14px;*/
	top: 10px;
    width: 6px;
}

.site_content ol,
.site_content ul:not(.slick-dots) li ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
.site_content ol {
    counter-reset: item;
}
.site_content ol li {
    counter-increment: item;
    margin: 0;
    padding: 0 0 0 24px;
    position: relative;
}
.site_content ol li:before {
    color: var(--color_Black);
    content: counter(item) ".";
    display: inline-block;
    font-family: var(--font_GothicA1-SemiBold);
    font-size: 13px;
    left: 0;
    letter-spacing: normal;
    line-height: 1;
    min-width: 13px;
    position: absolute;
    top: 10px;
}
.site_content ol li ol {
    margin: 20px 0;
    padding: 0;
}
@media (max-width: 1359px) {
    blockquote {
        margin: 40px 0;
        padding: 40px 0;
    }
    blockquote,
    blockquote p {
        font-size: 32px;
    }
}
@media (max-width: 991px) {
    blockquote {
        margin: 30px 0;
        padding: 30px 0;
    }
    blockquote,
    blockquote p {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    blockquote {
        margin: 20px 0;
        padding: 20px 0;
    }
    blockquote,
    blockquote p {
        font-size: 20px;
    }
    .site_content ol li,
    .site_content ul li {
        font-size: 12px;
        line-height: 28px;
    }
    .site_content ul:not(.slick-dots) li:before {
        top: 12px;
    }
}
