@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Light.eot');
    src: local('HelveticaNeueCyr-Light'),
    url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr-Bold';
    src: url('../fonts/HelveticaNeueCyr-Light.eot');
    src: local('HelveticaNeueCyr-Light'),
    url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {font-display: swap;font-family: lato; src: url("../fonts/Lato-Regular.eot"); src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; }
@font-face {font-display: swap;font-family: lato-bold; src: url("../fonts/Lato-Bold.eot"); src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"); font-style: normal; font-weight: 700; }
@font-face {font-display: swap;font-family: lato-light; src: url("../fonts/Lato-Light.eot"); src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype"); font-style: normal; font-weight: 300; }
@keyframes change-color {
    0%   {color: #333;}
    10%  {color: #555;}
    20%  {color: #666;}
    30%  {color: #777;}
    40%  {color: #999;}
    50%  {color: #999;}
    60%  {color: #999;}
    70%  {color: #777;}
    80%  {color: #666;}
    90%  {color: #555;}
    100% {color: #333;}
}
body {
    margin: 0;
    padding: 0;
    font-family: "lato-light", "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
}
p {
    margin: 0;
    padding: 0;
}
.mobile {
    display: none;
}
.desktop {
    display: block;
}
.clear {
    clear: both;
}
.section {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /*overflow: hidden;*/
}
.main-image-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 5.2%;
    margin-top: -2px;
}
.main-image-container img {
    max-width: 100%;
}
.head-mobile {
    font-size: 16px;
    animation: change-color 2s infinite;
    text-align: center;
    margin-top: 20px;
}
.head-mobile-text {
    cursor: pointer;
}
.relaxed {
    animation-delay: 0s;
}
.section.first .labels {
    text-align: center;
    margin-bottom: 3.4%;
}
.shorts {
    animation-delay: 0.2s;
}
.color {
    animation-delay: 0.8s;
}
.straight-fit {
    animation-delay: 0.2s;
}
.push-up {
    animation-delay: 0.6s;
}
.skinny {
    animation-delay: 0.4s;
}
.mobile-labels {
    position: relative;
    margin-top: 80px;
}
.main-desc {
    text-align: center;
    font-size: 20px;
    color: #000;
    width: 95%;
    max-width: 650px;
    margin: 0 auto 8.4%;
    line-height: 24px;
}
.main-desc.top-text {
    margin-bottom: 0;
}
.main-desc.bottom-text {
    margin-top: 0;
}
.border {
    position: absolute;
    bottom: -120px;
    left: 5%;
    width: 90%;
    height: 69px;
    border-top: 2px #abafb5 solid;
    margin: 0 auto;
    background-image: url("../img/border.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 52%;
    opacity: 0.6;
}
.mobile-labels .border {
    top: -45px;
    z-index: -1;
}
.border-bottom {
    background-image: url(../img/bottom-border.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    height: 25px;
    opacity: 0.3;
}
#border-1 {
    margin-top: 40px;
}
.section-2, .section-3, .section-4, .section-5, .section-6, .section-7 {
    margin-top: 101px;
}
.section-8 {
    text-align: center;
}
.sec-main-image-cont {
    position: relative;
    float: left;
    width: 50%;
}
.section-myths, .section-instagram {
    margin-top: 101px;
    overflow: hidden;
}
.slider-myths {
    width: 103%;
    left: -1.2%;
}
.slider-myths .slide-title, .slider-myths .slide-text {
    text-align: left;
    font-size: 17px;
    line-height: 21px;
    width: 87%;
    margin: 0 auto;
}
.slider-myths .slide-title {
    margin: 35px auto 32px;
    font-weight: 600;
}
.slider-myths .slide-image {
    width: 87%;
    border-radius: 0;
}
.slider-myths .slide-image img {
    width: auto;
}
.myths-title {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 61px;
}
.slider-sec3 .slide-image {
    width: 100%;
    border-radius: 0;
}
.slider-sec3 .slide-image img {
    width: auto;
}
.slider-sec3 .slick-arrow {
    top: 48%;
    z-index: 2;
}
.slider-sec3 .slick-prev {
    left: 4%;
}
.slider-sec3 .slick-next {
    right: 4%;
}
.section-3 .sec-title {
    margin: 21% 0 6.8% 8%;
    max-width: 280px;
}
.section-3 .sec-text1 {
    font-size: 19px;
    margin-left: 8%;
    max-width: 425px;
}
.section-instagram .section-title {
    font-size: 24px;
    margin-bottom: 12px;
    text-align: center;
}
.section-instagram .section-title a {
    color: #000;
    text-decoration: none;
}
.section-instagram .section-title a:hover {
    color: #000;
    text-decoration: underline;
}
.section-instagram .section-text {
    font-size: 17px;
    margin-bottom: 61px;
    text-align: center;
}
.insta-cont {
    /*background-color: #ccc;*/
}
.insta-image {
    float: left;
    width: 20%;
    line-height: 0;
    background-color: #ccc;
}
.insta-image img{
    max-width: 101%;
}
.insta-image.height-fix img{
    max-width: 101.6%;
}
.instagram {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.3);
    cursor: pointer;
    opacity: 0;
    transition: opacity 1s;
    text-decoration: none;
}
/*реализовано на js*/
/*.instagram:hover {*/
    /*opacity: 1;*/
/*}*/
.instagram img {
    height: 10%;
}
.instagram .nickname {
    color: #fff;
    font-size: 3vw;
    margin-left: 10px;
}
.sec-main-image {
    max-width: 100%;
    vertical-align: middle;
}
.sec1-label, .sec3-label, .sec5-label {
    background-position: right bottom;
}
.sec2-label, .sec4-label, .sec6-label {
    background-position: left bottom;
}
.sec1-desc-container {
    position: relative;
    float: left;
    width: 50%;
    text-align: left;
}
.sec-title {
    font-size: 24px;
    line-height: 28px;
    margin: 13% 0 8.8% 22.9%;
    max-width: 350px;
}
.sec-text1 {
    width: 77%;
    max-width: 535px;
    font-size: 20px;
    margin: 0 0 6.5% 23%;
    line-height: 24px;
}
.sec-text1 img {
    width: 25px;
    height: 25px;
    margin-right: 21px;
    position: relative;
    top: 5px;
}
.sec-text2 {
    width: 90%;
    max-width: 505px;
    font-size: 20px;
    margin: 0 auto;
    line-height: 24px;
}
.slider {
    position: absolute !important;
    bottom: 2%;
    width: 40%;
    margin: 0 auto 0;

}
.slider1 .slide:hover, .slider2 .slide:hover {
    opacity: .6;
}
.slider1, .slider3, .slider5 {
    right: 1%;
}
.slider2, .slider4, .slider6 {
    left: 2%;
}
.slide {
    width: 37%;
    display: inline-block;
    border: none;
    outline: none;
    visibility: hidden;
}
.slick-initialized .slide {
    visibility: visible;
}
.slide:focus {
    border: none;
    outline: none;
}
.slick-active {
    border: none;
    outline: none;
}
.slick-active:focus {
    border: none;
    outline: none;
}
.slide-image {
    width: 70%;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
}
.slide-image img {
    max-width: 100%;
    width: 111.7px;
}
.slide-text {
    text-align: center;
    margin-top: 5%;
    font-size: 15px;
}
.slide-text a {
    color: #000;
    text-decoration: none;
}
.slick-prev {
    width: 26px;
    height: 26px;
    background-image: url("../img/new_november/slider_arrow_left.png");
    position: absolute;
    background-repeat: no-repeat;
    top: 33%;
    left: -7%;
    background-size: 100% 100%;
    cursor: pointer;
}
.slick-next {
    width: 26px;
    height: 26px;
    background-image: url("../img/new_november/slider_arrow_right.png");
    position: absolute;
    background-repeat: no-repeat;
    top: 33%;
    right: -7%;
    background-size: 100% 100%;
    cursor: pointer;
}
.model-ref-cont {
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
    padding: 20px 72px;
}
.model-ref {
    display: inline-block;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    padding: 19px 75px;
}
.model-ref:hover {
    opacity: .8;
}
#main-ref {
    margin: 100px auto 60px;
}
.bottom-table {
    border: none;
    border-collapse: collapse;
    text-align: center;
    width: 98%;
    max-width: 1100px;
    margin: 45px auto;
}
.td {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 28%;
}
.td1 {
    padding-right: 4%;
}
.td2 {
    padding: 0 2%;
}
.td3 {
    padding-left: 4%;
}
.bold {
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}
.sec3-mark-cont {
    position: absolute;
    width: 48%;
    bottom: 10%;
    left: -5%;
}
.sec3-mark {
    max-width: 100%;
}
.main-image-label {
    position: absolute;
    display: inline-block;
    font-size: 21px;
    text-align: center;
    animation: change-color 2s infinite;
    cursor: pointer;
}
.main-image-label span {
    font-size: 15px;
    color: #333;
}
.main-image-label1 {
    top: 14%;
    left: 36%;
    animation-delay: 0s;
}
.main-image-label2 {
    top: 14%;
    left: 46%;
    animation-delay: 0.2s;
}
.main-image-label3 {
    top: 14%;
    left: 57%;
    animation-delay: 0.8s;
}
.main-image-label4 {
    bottom: 15%;
    left: 30%;
    animation-delay: 0.2s;
}
.main-image-label5 {
    bottom: 9%;
    left: 47%;
    animation-delay: 0.6s;
}
.main-image-label6 {
    bottom: 18%;
    left: 64%;
    animation-delay: 0.4s;
}
.bottom-arrow {
    display: none;
}
.desktop-return_from {
    position: absolute;
    text-align: left;
    width: 70%;
    padding: 10px 0 0 10px;
    top: 0;
}
.desktop-return-a {
    display: inline-block;
    text-decoration: none;
    padding: 3px 10px 5px;
    font-size: 13px;
    color: #000;
    border: 1px solid #333;
    background: #fff6;
}
.desktop-return-a:hover {
    background: #fff9;
}
.desktop-return-a:before {
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
    content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%23555555' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-arrow-left'%3E%3Cline x1='19' y1='12' x2='5' y2='12'%3E%3C/line%3E%3Cpolyline points='12 19 5 12 12 5'%3E%3C/polyline%3E%3C/svg%3E");
}
.scroll-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
    opacity: 0.6;
    webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
    display: none;
    z-index: 1000;
}
.scroll-to-top:hover {
    opacity: 0.9;
}
.scroll-to-top img {
    max-width: 100%;
    height: auto;
}
.footer-video {
    overflow: hidden;
    position: relative;
    padding-bottom: 27.1%;
    height: 0;
    margin-bottom: 20px;
}
.footer-video .frame {
    position: absolute;
    width: 48%;
    height: 100%;
}
.footer-video .frame-left {
    left: 0;
    top: 0;
}
.footer-video .frame-right {
    right: 0;
    top: 0;
}
.footer-video iframe {
    width: 100%;
    height: 100%;
}
.sec-label {
    position: absolute;
    display: flex;
    width: 60%;
    align-items: center;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    transform-origin: right top 0;
    right: 95%;
    top: 27%;
}
.label-text {
    margin-left: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
}
.label-line {
    border-top: 2px solid #333;
    width: 100%;
}
.main-image-container video {
    width: 101%;
    position: relative;
    left: -2px;
    top: 2px;
}


@media (max-width: 1250px) {
    .slider1, .slider3, .slider5 {
        right: 3%;
    }
    .slider2, .slider4, .slider6 {
        left: 3%;
    }
}
@media (max-width: 1100px) {
    .sec-title {
        margin-bottom: 4%;
    }
    .slide {
        width: 36%;
    }
    /*.sec-label {*/
        /*height: 393px;*/
    /*}*/
    .slide-image {
        width: 68%;
    }
    .scroll-to-top {
        bottom: 5px;
        right: 5px;
    }
}
@media (max-width: 1050px) {
    .sec-title {
        margin-bottom: 4%;
    }
    .sec-text1 {
        font-size: 18px;
    }
    .sec-text2 {
        font-size: 18px;
    }
    /*.sec-label {*/
        /*height: 372px;*/
    /*}*/
    .slide-image {
        width: 65%;
    }
    .main-image-label {
        font-size: 18px;
    }
}
@media (max-width: 1000px) {
    .slide {
        width: 34%;
    }
    .slide-text {
        font-size: 14px;
    }
    .slide {
        width: 34%;
    }
    .slide-image {
        width: 62%;
    }
    .label-text {
        font-size: 2.5vw;
    }
}
@media (max-width: 965px) {
    .sec-text1 {
        font-size: 16px;
    }
    .sec-text2 {
        font-size: 16px;
    }
    .sec8-title {
        font-size: 31px;
    }
}
@media (max-width: 900px) {
    .main-image-label {
        font-size: 14px;
    }
    .sec-title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 8%;
    }
    .sec-text1 {
        font-size: 15px;
        margin-bottom: 5%;
        width: 85%;
    }
    .section-3 .sec-title {
        font-size: 20px;
    }
}
@media (max-width: 800px) {
    .section-3 .sec-title {
        margin-top: 5%;
    }
}
@media (max-width: 750px) {
    .main-image-label2 {
        left: 45%;
        top: 11%;
    }
    .main-image-label3 {
        left: 55%;
    }
    .main-image-label6 {
        bottom: 16%;
    }
    .sec8-title {
        font-size: 23px;
        margin-top: -36px;
    }
    .footer-video {
        overflow: visible;
        position: relative;
        padding-bottom: 0;
    }
    .footer-video .frame {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.15%;
    }
    .footer-video iframe {
        position: absolute;
        left: 0;
        top: 0;
    }
    .footer-video .frame-left {
        margin-bottom: 5%;
    }
    .section-3 .slide-text {
        font-size: 11px;
    }
}
@media (max-width: 700px) {
    .sec-title, .sec-text1 {
        margin-left: 15%;
    }
    .slick-next, .slick-prev {
        width: 22px;
        height: 22px;
        top: 26%;
    }
    .slider-myths .slide-title, .slider-myths .slide-text {
        font-size: 14px;
    }
    .section-3 .sec-title {
        font-size: 16px;
    }
    .section-3 .sec-text1 {
        font-size: 15px;
    }
}
@media (max-width: 650px) {
    .sec-text1 {
        font-size: 15px;
        margin-bottom: 3%;
        margin-left: 10%;
        width: 90%;
    }
    .main-image-label {
        font-size: 12px;
    }
}
@media (max-width: 600px) {
    .slider-myths .slide-title, .slider-myths .slide-text {
        font-size: 17px;
    }
    .slick-next, .slick-prev {
        width: 32px;
        height: 32px;
        top: 30%;
    }
    .section.first .labels img {
        width: 310px;
        max-width: 80%;
    }
    .main-image-container {
        max-width: 551px;
        margin: 0 auto 11.2%;
    }
    .sec-label {
        right: 98%;
    }
    .label-text {
        font-size: 4vw;
    }
    .main-desc {
        font-size: 24px;
        line-height: 30px;
        max-width: 530px;
        margin-top: 30px;
    }
    .section-2 .slide-image, .section-4 .slide-image {
        width: 69.2%;
    }
    .section-2 .slide-image img, .section-4 .slide-image img {
        width: 100%;
    }
    .main-desc.top-text {
        margin-bottom: 2.6%;
    }
    .sec-title {
        font-size: 26px;
        line-height: 33px;
        margin: 0 auto 7%;
        text-align: center;
        width: 100%;
        max-width: 450px;
    }
    .section-2, .section-3, .section-4 {
        margin-top: 17.9%;
    }
    .section-3 .sec1-desc-container {
        float: none;
    }
    .section-3 .sec-title {
        font-size: 26px;
        line-height: 33px;
        margin: 0 auto 7%;
        max-width: 95%;
    }
    .section-3 .sec-text1 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 auto 7.9%;
        max-width: 95%;
        text-align: center;
    }
    .sec-text1 {
        font-size: 23px;
        line-height: 30px;
        margin: 0 auto 6.3%;
        text-align: left;
        max-width: 450px;
    }
    .sec-main-image-cont {
        position: relative;
        float: none;
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }
    .section-instagram {
        margin-bottom: 48px;
    }
    .section-instagram .section-title {
        font-size: 28px;
        line-height: 33px;
    }
    .section-instagram .section-text {
        font-size: 23px;
        line-height: 27px;
        margin-bottom: 9.4%
    }
    .insta-cont {
        overflow: hidden;
        width: 150%;
        position: relative;
        left: -25%;
        transition: left 0.5s;
    }
    .slider {
        position: relative !important;
        bottom: 0;
        width: 85%;
        margin: 5.3% auto 0;
        left: 0;
    }
    .slide-text {
        font-size: 24px;
        line-height: 30px;
        margin-top: 12%;
    }
    .section-3 .slide-text, .section-2 .slide-text {
        font-size: 22px;
        line-height: 27px;
    }
    .model-ref-cont {
        margin-top: 9.7%;
        font-size: 23px;
    }
    .section-myths, .section-instagram {
        margin-top: 20%;
    }
    .myths-title {
        margin: 0 auto 9.5%;
        font-size: 26px;
        line-height: 33px;
        max-width: 450px;
    }
    .sec1-desc-container {
        width: 100%;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .sec8-title {
        font-size: 19px;
    }
    .td {
        display: block;
        text-align: left;
        width: 95%;
        padding: 0;
        margin: 0 auto;
    }
    .td-mobile {
        padding: 10px 0;
        margin: 0 auto;
    }
    .bottom-arrow {
        display: none;
        margin-right: 10px;
    }
    .mobile-cont {
        display: none;
    }
    .bold:before {
        content: '>';
        margin-right: 10px;
    }
    .bold.show:before {
        position: relative;
        content: 'v';
        margin-right: 10px;
        bottom: 1px;
    }
    .slider-myths .slide-image {
        width: 100%;
    }
    .slider-myths .slick-prev, .slider-myths .slick-next {
        width: 26px;
        height: 26px;
        top: 29%;
        z-index: 2;
    }
    .slider-myths .slick-prev {
        left: 5%;
    }
    .slider-myths .slick-next {
        right: 5%;
    }
    .slider-myths .slick-slide {
        margin-right: 20px;
    }
    .slider-myths .slide-title, .slider-myths .slide-text {
        font-size: 22px;
        line-height: 27px;
    }
    .slider-myths .slick-prev {
        display: none;
    }
    .slider-myths .slick-track {
        transition: left 2s;
    }
    .slider-sec3 .slick-arrow {
        top: 49%;
    }
    .slider-sec3 .slick-prev {
        left: 2%;
    }
    .slider-sec3 .slick-next {
        right: 2%;
    }
    .slider.slider2 {
        margin-top: 11%;
    }
    .slider.slider2 .slide-image {
        width: 67%;
    }
    .slider.slider2 .slide-text {
        margin-top: 16%;
    }
}
@media (max-width: 550px) {
    .slider-myths .slick-prev, .slider-myths .slick-next {
        top: 27%;
    }
    .section-3 .slide-text, .section-2 .slide-text {
        font-size: 19px;
        line-height: 27px;
    }
    .main-desc {
        font-size: 23px;
    }
}
@media (max-width: 500px) {
    .section-instagram .section-text {
        font-size: 21px;
        margin-bottom: 5%;
    }
    .section-instagram .section-title {
        font-size: 25px;
    }
    .slider.slider2 {
        margin-top: 10%;
    }
    .section-3 .sec-text1 {
        font-size: 21px;
    }
    .section-2, .section-3, .section-4 {
        margin-top: 12%;
    }
    .section-3 .sec-title {
        font-size: 23px;
    }
    .myths-title {
        font-size: 23px;
    }
    .slider-myths .slide-title, .slider-myths .slide-text {
        font-size: 18px;
    }
    .section-myths, .section-instagram {
        margin-top: 12%;
    }
    .model-ref-cont {
        margin-top: 4%;
        font-size: 18px;
    }
    .bottom-table {
        font-size: 15px;
    }
    .slide-text {
        font-size: 20px;
        line-height: 25px;
    }
    .section-3 .slide-text, .section-2 .slide-text {
        font-size: 16px;
        line-height: 23px;
    }
    .slider-myths .slick-prev, .slider-myths .slick-next {
        top: 25%;
    }
    .main-desc {
        font-size: 21px;
    }
    .sec-title {
        font-size: 23px;
    }
    .sec-text1 {
        font-size: 20px;
        margin: 0 auto 3.3%;
    }
}
@media (max-width: 450px) {
    .bottom-table {
        font-size: 14px;
    }
    .td-mobile {
        padding: 10px 0;
    }
    .slider-myths .slick-prev, .slider-myths .slick-next {
        top: 26%;
    }
    .slider-myths .slide-title, .slider-myths .slide-text {
        font-size: 17px;
        line-height: 21px;
    }
}
@media (max-width: 400px) {
    .model-ref {
        padding: 14px 30px;
    }
    .slider-myths .slide-title, .slider-myths .slide-text {
        font-size: 15px;
        line-height: 18px;
    }
    .section-3 .sec-text1 {
        font-size: 17px;
    }
    .sec-title, .myths-title, .section-3 .sec-title {
        font-size: 21px;
    }
    .sec-text1 {
        font-size: 17px;
    }
    .main-desc {
        font-size: 17px;
        line-height: 27px;
    }
    .sec8-title {
        font-size: 18px;
    }
    .model-ref {
        font-size: 19px;
    }
    .slide-text, .section-3 .slide-text {
        font-size: 15px;
        line-height: 25px;
    }
    .slick-next, .slick-prev {
        width: 22px;
        height: 22px;
        top: 30%;
    }
    .slider-myths .slick-prev, .slider-myths .slick-next {
        top: 23%;
    }
    .section-3 .slide-text, .section-2 .slide-text {
        font-size: 13px;
        line-height: 19px;
    }
}
@media (max-width: 350px) {
    .sec-title, .myths-title, .section-3 .sec-title {
        font-size: 19px;
    }
    .slider-myths .slick-prev, .slider-myths .slick-next {
        top: 18%;
    }
    .slider-myths .slick-prev {
        left: 7%;
    }
    .slider-myths .slick-next {
        right: 7%;
    }
}