/* Настройки шаблона */
@font-face {
    font-family: Montserrat-reg;
    src: url("/templates/rostsayt-4/fonts/Montserrat-Regular.ttf") format("opentype");
	font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: Montserrat-med;
    src: url("/templates/rostsayt-4/fonts/Montserrat-Medium.ttf") format("opentype");
	font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: Montserrat-lig;
    src: url("/templates/rostsayt-4/fonts/Montserrat-Light.ttf") format("opentype");
	font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: DP;
    src: url("/templates/rostsayt-4/fonts/DolomanPavljenko.ttf") format("opentype");
	font-style: normal;
    font-weight: normal;
}

:root {
	--bg-color-blue: #00103F;
	--bg-color-dark-blue: #000B27;
    --text-color-grey: #EFFFFE;
    --bg: linear-gradient(90deg, rgba(107, 108, 110, 1) 0%, rgba(253, 253, 253, 1) 36%, rgba(212, 213, 215, 1) 50%, rgba(254, 254, 254, 1) 72%, rgba(121, 121, 121, 1) 100%); 
}

:root, body {font-size: 10px;}
@media screen and (min-width: 576px) {
	:root, body {font-size: 12px;}
}
@media screen and (min-width: 768px) {
	:root, body {font-size: 12px;}
}
@media screen and (min-width: 992px) {
	:root, body {font-size: 14px;}
}
@media screen and (min-width: 1200px) {
	:root, body {font-size: 16px;}
}

/* Элементы */
html {width: calc(100% + calc(100vw - 100%)); overflow-x: hidden;}
body {display: flex; flex-direction: column; margin: 0 auto; max-width: 1920px; font-family: 'Montserrat-lig', sans-serif; color: #fff; background-color: var(--bg-color-dark-blue); outline: 1px solid #ddd; overflow-x: hidden;}
/* body.glavnaya .moduletable {margin-bottom: 7.5rem;} */
#middle main  {overflow: inherit;}
*::before {pointer-events: none;}
@media (min-width: 1680px) {.container {max-width: 1320px;}}
@media (min-width: 1920px) {.bg-color::before {margin-left: -960px;}}

h1, .h1 {font-size: 11.25rem;}/*180*/
h2, .h2 {text-transform: uppercase; font-size: 6.25rem;}/*100*/
h3, .h3 {font-size: 3.1rem;}/*50*/
h4, .h4 {font-size: 2.5rem;}/*40*/
h5, .h5 {font-size: 1.5rem;}/*24*/
h6, .h6 {font-size: 1.25rem;}/*20*/

.ff-dp {font-family: 'DP';}

.btn-nav {width: 4rem; height: 4rem;}

.mod-prev.btn {padding: 0 !important;}
.mod-next.btn {padding: 0 !important;}


.time-h2-banner {font-size: 5.625rem; text-shadow: 0px 0px 12.1px #FFF;}

a {text-decoration: none; color: #fff;}
a:hover {color: #fff;}

.ln-150 {line-height: 150%;}

.fw-light {font-family: 'Montserrat-lig';}

.btn:focus {box-shadow: none;}
.btn {border: 2px solid rgba(255,255,255,.3) !important; border-radius: 20px; font-weight: bold; color: var(--bg-color-dark-blue) !important; font-size: 24px !important; padding: .9rem 2.3rem !important;}
.btn.bg {background: linear-gradient(90deg, rgba(107, 108, 110, 1) 0%, rgba(253, 253, 253, 1) 36%, rgba(212, 213, 215, 1) 50%, rgba(254, 254, 254, 1) 72%, rgba(121, 121, 121, 1) 100%);}
/* .text-bg {background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;} */
/* .bg-text {background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;} */
.bg-20 {padding: 1px; border-radius: 20px; background: linear-gradient(90deg, rgba(107, 108, 110, 1) 0%, rgba(253, 253, 253, 1) 36%, rgba(212, 213, 215, 1) 50%, rgba(254, 254, 254, 1) 72%, rgba(121, 121, 121, 1) 100%);}
.bg-30 {padding: 1px; border-radius: 30px; background: linear-gradient(90deg, rgba(107, 108, 110, 1) 0%, rgba(253, 253, 253, 1) 36%, rgba(212, 213, 215, 1) 50%, rgba(254, 254, 254, 1) 72%, rgba(121, 121, 121, 1) 100%);}
.br-20 {border-radius: 20px;}
.br-30 {border-radius: 30px;}

.text-shadow {text-shadow: 0 0 10px #fff;}

.nav_slider {display: flex;}
.nav_slider button,
.nav_slider button.disabled {transition: .3s; background: none; border: 1px solid #fff; border-radius: 50%; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: linear-gradient(90deg, rgba(107, 108, 110, 1) 0%, rgba(253, 253, 253, 1) 36%, rgba(212, 213, 215, 1) 50%, rgba(254, 254, 254, 1) 72%, rgba(121, 121, 121, 1) 100%);}
.nav_slider button::before {content: ""; background: url("/images/icons/arrow-prew.png") no-repeat; font-size: 3.7rem; width: 8px; height: 14px;}
.nav_slider button span {display: none;}
.nav_slider button.owl-next::before {transform: scaleX(-1); -webkit-transform: scaleX(-1);}

.navbar-light .navbar-toggler-icon {background-image: url("/images/line-nav-bar.png"); width: 43px;}
header .logo {display: none;}

/* Анимации */

.delay-1 {-webkit-animation-delay:200ms;animation-delay:200ms}
.delay-2 {-webkit-animation-delay:400ms;animation-delay:400ms}
.delay-3 {-webkit-animation-delay:600ms;animation-delay:600ms}
.delay-4 {-webkit-animation-delay:800ms;animation-delay:800ms}
.delay-5 {-webkit-animation-delay:1000ms;animation-delay:1000ms}
.delay-6 {-webkit-animation-delay:1200ms;animation-delay:1200ms}
.delay-7 {-webkit-animation-delay:1400ms;animation-delay:1400ms}
.delay-8 {-webkit-animation-delay:1600ms;animation-delay:1600ms}
.delay-9 {-webkit-animation-delay:1800ms;animation-delay:1800ms}
.delay-10 {-webkit-animation-delay:2000ms;animation-delay:2000ms}

header .navbar-nav {font-size: 1.5rem; justify-content: center;}
header .navbar-content {justify-content: space-between;}
header .logo-navbar{padding: 1.25rem 0;}
header .mod-list {gap: 1.5rem;}
header .nav-item a {color: #fff; text-transform: uppercase;}
header .navbar-nav {display: flex; align-items: center;}
header .soc {gap: 1.5rem;}
header.navbar {margin-bottom: 80px;}

.mod-menu .nav-item a {text-transform: uppercase;}

.timer__item::after {content: attr(data-title); margin-left: .25rem;}

.active-item {box-shadow: 0px 0px 60px 0px rgba(121, 121, 121, 1); animation: fade 5s ease forwards;}
@keyframes fade {
    from {
        box-shadow: 0px 0px 60px 0px rgba(121, 121, 121, 1);
    }
    to {
        box-shadow: 0px 0px 0px 0px rgba(121, 121, 121, 1);
    }
  }

/* mod-slider-top */
.mod-slider-top.mod-slider-top-igor {padding-bottom: 18.7rem;}
.mod-slider-top::after {content: ''; position: absolute; width: 100vw; transform: translateX(50%); right: 50%; height: 1px; background: linear-gradient(to right, rgba(255,255,255,.5), rgba(255,255,255,1), rgba(255,255,255,.5)); bottom: 0;}
.mod-slider-top .h1 {text-transform: uppercase;}
.mod-slider-top .title-krutoy {text-transform: uppercase; /*margin-left: 9.3rem;*/}
.mod-slider-top .slide-img-igor {bottom: 0; right: -15%;}
.mod-slider-top .slide-img-svet {bottom: 0;
    /* left: 35px;  */
    transform: translate(30%, 15%); z-index: -1;}

/* Крутой */
.mod-krutoi .row {position: relative;}
.mod-krutoi .title {font-family: 'DP';}
.mod-krutoi .img-link {position: relative;}
.mod-krutoi .img-link img {box-shadow: 0px 0px 60px 0px rgba(121, 121, 121, 1);}
.mod-krutoi .img-link .triangle-button {position: absolute; width: 90px; height: 115px; top: 50%; left: 50%; transform: translate(-50%, -50%); background: url("/images/icons/play.svg") no-repeat; border: none;}
.mod-krutoi .img-link .triangle-button:focus-visible {outline: none;}
.mod-krutoi .img-link .triangle-button:hover {transform: translate(-50%, -50%) scale(1.1);}
.mod-krutoi .img-link .iframe {width: 100%; height: 100%; box-shadow: 0px 0px 60px 0px rgba(121, 121, 121, 1); border-radius: 30px; display: none;}
.mod-krutoi .more {position: absolute; bottom: -5rem; left: 50%; transform: translateX(-60%); font-size: 1.8rem; font-family: 'Montserrat-lig'; width: 13.7rem; height: 13.7rem; border: 1px solid white; border-radius: 50%;}
.mod-krutoi .more a {gap: 1.5rem;}
.mod-krutoi .more_link.text-decoration-none::after{content: ""; background: url(/images/icons/arrow.svg) no-repeat; width: 29px; height: 29px; transform: rotate(90deg);}
.mod-krutoi .row .h6 {color: #EFFFFE;}
.mod-krutoi .item_3 {margin-left: 5rem;}
.mod-krutoi .bg-30 {padding: 2px; height: 362px;}

/* Творчество */
body.glavnaya .mod-tvorchestvo {padding-bottom: 7.5rem;}
.mod-tvorchestvo .item-bottom img {transform: rotate(90deg); max-width: 25px;}
.mod-tvorchestvo .item {background-color: var(--bg-color-dark-blue); border-radius: 30px; padding: 30px;}
.mod-tvorchestvo .item .img img {border-radius: 20px;}
.mod-tvorchestvo .title-img {font-size: 1.25rem;}
.mod-tvorchestvo .btn {margin-top: 1.25rem; padding: 1rem 0 !important; border-radius: 15px; background: linear-gradient(90deg, rgba(107, 108, 110, 1) 0%, rgba(253, 253, 253, 1) 36%, rgba(212, 213, 215, 1) 50%, rgba(254, 254, 254, 1) 72%, rgba(121, 121, 121, 1) 100%);}
.mod-tvorchestvo .a-link {color: var(--bg-color-dark-blue); font-weight: bold; font-size: 1.5rem;}
.mod-tvorchestvo .item .list_item {border-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%) 1; border-width: 0 0 1px 0;  border-style: solid;}
.mod-tvorchestvo.detail .list {backdrop-filter: blur(5px); overflow-y: auto; background: rgba(0, 11, 39, .6); transition: .3s;}
.mod-tvorchestvo.detail .list .list_item img {transform: scaleY(-1); margin-bottom: 10px;}
.mod-tvorchestvo.detail .item .list {border-radius: 30px; display: none;}

.mod-tvorchestvo .owl-prev::before,
.mod-video .owl-prev::before {margin-left: -4px;}
.mod-tvorchestvo .owl-next::before,
.mod-video .owl-next::before {margin-right: -4px;}

.mod-tvorchestvo .mod-tvorchestvo_nav,
.mod-video .mod-video_nav {position: absolute; left: 50%; transform: translate(-50%, 50%);}

.mod-tvorchestvo .owl-dots {bottom: -40px; transform: translate(-50%, 100%);}
.mod-tvorchestvo .owl-dot {width: 20px; height: 20px; border: 1px solid #fff !important; background-color: transparent !important;}
.mod-tvorchestvo .owl-dot.active {background: linear-gradient(90deg, rgba(107, 108, 110, 1) 0%, rgba(253, 253, 253, 1) 36%, rgba(212, 213, 215, 1) 50%, rgba(254, 254, 254, 1) 72%, rgba(121, 121, 121, 1) 100%) !important;}
.mod-video .nav_slider,
.mod-tvorchestvo .nav_slider {/*gap: 20rem;*/ gap: 480px;}

/* Пока пишется музыка */
.mod-write-music {height: 1009px; margin-top: -15px;}
.mod-write-music .write-music-video::after {background: linear-gradient(blue, pink);}
.mod-write-music .bg-text {background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.mod-write-music .video {position: absolute; width: 1920px; left: 50%; transform: translateX(-50%); top: 0; bottom: 0; object-fit: cover; height: auto; z-index: -1;}

/* Если есть мозги */
.mod-esli-est-mozgi {margin-bottom: 0 !important; padding-top: 11.25rem;}
.mod-esli-est-mozgi .row {position: relative;}
.mod-esli-est-mozgi .row::after {content: url("/images/icons/008.png"); position: absolute; top: 0; right: 0; transform: translateX(-92%);}

.mod-esli-est-mozgi::after {content: ''; position: absolute; left: 50%; width: 1920px; transform: translateX(-50%); -webkit-transform: translateX(-50%); bottom: 0; top: 90%; background: linear-gradient(to top, rgba(0,11,39,1) 0%, rgba(0,11,39,0) 100%);}
.mod-esli-est-mozgi::before {content: ''; display: flex; position: absolute; z-index: -100; top: 0; bottom: 0; left: 50%; margin-left: -50vw; width: 100vw; height: 120%; background: var(--bg-color-dark-blue);}
.mod-esli-est-mozgi .men {margin-top: -35%; margin-right: -22%;}
.mod-esli-est-mozgi .bg_img {z-index: -1; width: 1920px; bottom: 0; left: 57%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.mod-esli-est-mozgi .bg-text {background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}

/* Проекты */
body.glavnaya .moduletable.mod-projects {margin-bottom: 0;}
.mod-projects {padding-top: 7.5rem; padding-bottom: 7.5rem;}
.mod-projects::before {background: var(--bg-color-blue);}
.mod-projects .position {position: absolute;}
.mod-projects .h1{font-size: 2.5rem;}
.mod-projects .img {z-index: -1;}
.mod-projects .img img {border-radius: 30px 0px 0px 30px; position: relative;}
.mod-projects .anim {width: 16rem;}
.mod-projects .more {font-size: 1.8rem; font-family: 'Montserrat-lig'; width: 16rem; height: 16rem; border: 1px solid white; border-radius: 50%;}
.mod-projects .more a {gap: 1.5rem;}
.mod-projects .more_link.text-decoration-none::after{content: ""; background: url(/images/icons/arrow.svg) no-repeat; width: 29px; height: 29px; transform: rotate(90deg);}
.mod-projects .arrow,
.mod-projects .introtext {color: #EFFFFE;}
.mod-projects .wrap-bg {position: relative;}
.mod-projects .wrap-bg::before {content: ""; position: absolute; background: linear-gradient(90deg, rgba(253, 253, 253, 1) 0%, rgba(121, 121, 121, 0.1) 35%) !important;
    z-index: -1; top: -1px; bottom: -1px; left: -1px; right: 1px; border-radius: 30px;}

/* Видео */
.mod-video {padding-bottom: 7.5rem; margin-top: 7.5rem;}
.mod-video {position: relative;}
.mod-video .owl-carousel .owl-nav {display: block;}
.mod-video .more {position: absolute; z-index: 1; margin-left: 30%; margin-top: 0%; font-size: 1.8rem; font-family: 'Montserrat-lig'; width: 19.9rem; height: 19.9rem; border: 1px solid white; border-radius: 50%;}
.mod-video .more a {gap: 1.5rem; text-transform: uppercase;}
.mod-video .more_link.text-decoration-none::after{content: ""; background: url(/images/icons/arrow.svg) no-repeat; width: 29px; height: 29px; transform: rotate(90deg);}
.mod-video .left_item img,
.mod-video .right_item img {max-width: 200px; filter: blur(2px);}
.mod-video .main_item {display: flex; justify-content: center;}
.mod-video .main_item img{width: 40rem; height: 26rem;}

.mod-video .dots {position: absolute; display: flex; bottom: 15px; left: 50%; transform: translate(-50%, -100%); z-index: 1;}
.mod-video .dots .dot {width: 20px; height: 20px; background-color: transparent; border: 1px solid #fff; border-radius: 50%; margin: 0 5px; cursor: pointer; transition: background-color 0.3s;}
.mod-video .dots .dot.active {background: linear-gradient(90deg, rgba(107, 108, 110, 1) 0%, rgba(253, 253, 253, 1) 36%, rgba(212, 213, 215, 1) 50%, rgba(254, 254, 254, 1) 72%, rgba(121, 121, 121, 1) 100%) !important;}

/* Говорите о себе хорошо */
.mod-say-about {margin-bottom: 7.5rem; position: relative;}
.mod-say-about::before {content: ''; display: flex; position: absolute; z-index: -100; top: 0; bottom: 0; left: 50%; margin-left: -50vw; width: 100vw; height: 120%; background: var(--bg-color-dark-blue);}
.mod-say-about .more {position: absolute; bottom: 0; left: 0; font-size: 1.8rem; font-family: 'Montserrat-lig'; width: 13.7rem; height: 13.7rem; border: 1px solid white; border-radius: 50%; transform: translate(50%, -50%);}
.mod-say-about .more a {gap: 1.5rem; text-transform: uppercase;}
.mod-say-about .more_link.text-decoration-none::after{content: ""; background: url(/images/icons/arrow.svg) no-repeat; width: 29px; height: 29px; transform: rotate(90deg);}
.mod-say-about .info {gap: 4.8rem;}
.mod-say-about .bg-text {background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, .1)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.mod-say-about .img-krutoy {border-radius: 30px; box-shadow: 0px 0px 70px -10px rgba(254, 254, 254, 1);}
.mod-say-about .anim {z-index: 1;}
.mod-say-about .bg-30 {padding: 2px;}

/* Подвал */
footer {position: relative;}
footer::before {content: ''; position: absolute; width: 1920px; max-width: 100%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 2px; background: linear-gradient(to right, rgba(0,0,0,0), rgba(255,255,255,.5), rgba(0,0,0,0));}
.footer_items {padding: 1.25rem 0; position: relative;}
.footer_items::before {content: ''; display: flex; position: absolute; z-index: -100; top: 0; bottom: 0; left: 50%; margin-left: -50vw; width: 100vw; background: var(--bg-color-dark-blue);}
.footer_items .mod-articlesnews__item {display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.5rem;}
.footer_items .btn {border: 1px solid #fff; font-size: 24px;}
.footer_items .mod-menu {justify-content: space-between;}
.footer_items .mod-menu .nav-item a {color: #fff; font-size: 1.5rem;}

/* Адаптация */
@media screen and (max-width: 1400px) {
    .logo-navbar {width: 12.5rem;}
    .logo {width: 20.5rem;}
    header .mod-list {gap: .5rem;}

    .mod-slider-top .slide-img-igor {right: -30%;}
    .mod-slider-top .slide-img-svet {right: -15%;}

    .mod-esli-est-mozgi .row::after {transform: translateX(-75%);}
    .mod-esli-est-mozgi .men {margin-right: -30%;}

    .mod-say-about .more {font-size: 1.5rem; width: 12.7rem; height: 12.7rem;}
}

@media screen and (max-width: 993px) {
    .mod-slider-top .title-krutoy {margin-left: 0 !important;}
}

@media screen and (max-width: 576px) {
    .mod-slider-top .title-krutoy {margin-left: 9.3rem !important;}
}

@media screen and (max-width: 1200px) {
    .logo_mobile {display: block !important;}
    .mod-slider-top .title-krutoy {margin-left: 9.3rem;}
    .logo-navbar {display: none;}
    header .logo {display: block;}
    #navbar {margin: 24px 0 35px;}

    .mod-slider-top .h2 {font-size: 6.3rem;}
    .mod-slider-top.mod-slider-top-igor {padding-bottom: 0;}
    .mod-slider-top .slide-img-igor {position: unset !important;  /* margin-top: -25px; */}
    .mod-slider-top .slide-img-svet {right: 0; transform: none;}
    .mod-slider-top .slide-new-albom {position: absolute; bottom: 0; left: 0; z-index: 1;}

    .com-content-article__body .text-right {width: 100% !important;}

    .mod-krutoi .or-1 {order: 2; margin-top: 16px;}
    .mod-krutoi .img-link img {box-shadow: none;}

    body.glavnaya .mod-tvorchestvo {height: 100%; position: relative;}

    .mod-say-about .anim {position: absolute; top: 10px; left: -10px; transform: translateX(50%);}
    .mod-say-about .more {position: relative; transform: translateY(-50%);}

    .mod-projects {padding-top: 0;}

    .mod-esli-est-mozgi .row::after {transform: translateX(-80%);}
    .mod-esli-est-mozgi .quotes {margin-left: -6.25rem;}

    .mod-video .dots {bottom: 0;}

    .mod-write-music {height: auto;}
    .mod-write-music::before {background: var(--bg-color-dark-blue);}

    body.proekty .link-arrow {width: 3rem;}

    .dots, .owl-dots {display: none !important;}
    .mod-video .nav_slider, .mod-tvorchestvo .nav_slider {gap: 15rem;}
}

@media screen and (max-width: 992px) {
    h1, .h1 {width: 430px;}
    h4, .h4 {font-size: 1.5rem;}

    .com-content-article.item-page .info {flex-direction: column;}
    .com-content-article.item-page .info-soc {margin: 3rem 0;}

    .mod-write-music .img {margin-top: 0;}
    .mod-esli-est-mozgi .bg-text,
    .mod-write-music .bg-text {background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)); -webkit-background-clip: text; -webkit-text-fill-color: transparent}

    .mod-esli-est-mozgi {padding-top: 16.25rem;}
    .mod-esli-est-mozgi .men {margin-top: 0; margin-right: 0;}
    .mod-esli-est-mozgi .quotes {width: 44px !important;}
    .mod-esli-est-mozgi .quotes {margin-left: -3.25rem;}
    .mod-esli-est-mozgi .row {padding-left: 13rem;}
    .mod-esli-est-mozgi .row::after {content: url("/images/icons/009.png"); right: 0; top: -15px;}

    .mod-video .dots {bottom: -10px;}
}

@media screen and (max-width: 768px) {
    footer .mod-list,
	header .mod-list {display: flex; flex-direction: column; align-items: center; margin-bottom: 1rem; gap: 0;}
    .footer_items .mod-articlesnews__item {flex-direction: column;}
    .footer_items .mod-menu {gap: .8rem;}
    .footer_items .block-logo {margin-top: 40px; margin-bottom: 30px;}
}

@media screen and (max-width: 767px) {
    h1, .h1 {width: 100%;}
    h3, .h3 {font-size: 20px;}

    .mod-slider-top .slide-title {order: 2;}
    .mod-slider-top .slide-img {margin-bottom: 1.5rem;}
    .mod-slider-top .or-4{order: 4;}
	.mod-slider-top .or-5{order: 5; margin-top: 0;}

    .mod-tvorchestvo .title-img {font-size: 1rem;}

    .mod-info-obo-mne {display: flex; flex-direction: column; align-items: center;}
    .mod-info-obo-mne img {position: static; transform: none; margin-bottom: 2rem;}

    .mod-afisha .anim {bottom: -24rem;}

    .mod-esli-est-mozgi .quotes {margin-bottom: -1.25rem; margin-left: -6.6rem;}
    .mod-esli-est-mozgi .row {padding-left: 8rem;}
    .mod-esli-est-mozgi .row::after {right: -4rem; top: -20px;}

    .mod-afisha .more {font-size: 14px; width: 119px; height: 119px;}

    .mod-video .more {position: absolute; bottom: 0; top: auto !important; right: 0; width: 122px; height: 122px; font-size: 14px; text-align: center; transform: translate(-30%, -40%) !important;}
    .mod-video .more a {gap: 1rem; margin-bottom: -15px;}

    .mod-say-about .anim {transform: none; left: -5.3rem;}
    
    /* отступы между модулями */
    .glavnaya .mod-projects {padding-bottom: 0 !important;}
    .glavnaya .mod-write-music {padding-top: 0 !important;}
    .glavnaya .mod-krutoi {margin-bottom: 0 !important;}
}

@media screen and (max-width: 576px) {
    h1, .h1 {font-size: 60px;}
    h2, .h2 {text-transform: uppercase; font-size: 50px;}
    h3, .h3 {font-size: 20px;}
    h4, .h4 {font-size: 1.5rem;}
    h5, .h5 {font-size: 14px;}
    h6, .h6 {font-size: 14px;}

    .container {padding: 0 40px;}

    .mod-slider-top .slide-title {order: 2;}
    .mod-slider-top .slide-img {margin-bottom: 1.5rem;}
    .mod-slider-top .or-4{order: 4;}
	.mod-slider-top .or-5{order: 5; margin-top: 0;}
    

	.mod-krutoi .more {bottom: -7rem;}
    .mod-krutoi .item_1 {text-align: start;}
    .mod-krutoi .item_2 {padding-left: 3rem;}
    .mod-krutoi .item_4 {padding-left: 1.25rem;}
    .mod-krutoi .row .h6 {margin-bottom: 14px;}
    .mod-krutoi .item_3 {margin-left: 0;}
    .mod-krutoi .img-link iframe {height: 100%;}
    .mod-krutoi .bg-30 {height: 200px;}
    .mod-krutoi .img-link .triangle-button {width: 40px; height: 52px; background-size: 40px;}

    .mod-tvorchestvo .row {text-align: center;}
    .mod-tvorchestvo .item-bottom img {max-width: 20px;}
    .nav_slider button.disabled {width: 40px; height: 40px;}
    .mod-tvorchestvo .owl-dots {bottom: -45px;}
    .mod-tvorchestvo .owl-dot {width: 14px; height: 14px;}

    .mod-write-music .h3 {text-align: start;}

    .mod-projects .title {position: absolute;}
    .mod-projects .title .h2 {font-size: 20px}
    .mod-projects .arrow {width: 41px; position: absolute; top: 35%;}
    .mod-projects .introtext {font-size: 14px; line-height: 17px;}
    .mod-projects .anim {position: absolute; bottom: 25%; right: 0; width: 83px;transform: translateY(-50%);}
    .mod-projects .more {width: 83px; height: 83px; font-size: 14px;}
    .mod-projects .position {position: relative;}
    .mod-projects .more a {gap: 0; margin-bottom: -10px;}
    .mod-projects .more_link.text-decoration-none::after{content: ""; background: url('/images/icons/arrow-min-btn.svg') no-repeat; width: 29px; height: 29px; transform: none; margin-right: -15px;}
    .mod-projects .wrap-bg img {max-height: 540px;}

    .mod-video .nav_slider button {width: 40px; height: 40px;}
    .mod-video .more_link.text-decoration-none::after {background: url('/images/icons/arrow_20.svg') no-repeat; transform: none; margin-right: -10px;}
    .mod-video .more {position: absolute; bottom: 0; top: auto !important; right: 0; width: 122px; height: 122px; font-size: 14px; text-align: center; transform: translate(-30%, -10%) !important;}
    .mod-video .more a {gap: 1rem; margin-bottom: -15px;}
    .mod-video .dots {bottom: -55px;}
    .mod-video .nav_slider {margin-bottom: 45px;}

    .mod-esli-est-mozgi .h4 {font-size: 20px;}
    .mod-esli-est-mozgi .row {padding-left: 0;}
    .mod-esli-est-mozgi .row::after {transform: translateX(22%); right: 0; top: -15px;}
    .mod-esli-est-mozgi .quotes {margin-left: -6.6rem;}

    .mod-say-about .row {font-size: 14px;}
    .mod-say-about .img-krutoy {width: 245px;}
    .mod-say-about .bg-text {line-height: 21px;}
    .mod-say-about .anim {left: -1rem;}

    /* Убираем на мобилке градиент с текста */
    .mod-krutoi .row .text-bg,
    .mod-tvorchestvo .row .text-bg,
    .mod-write-music .row .bg-text,
    .mod-esli-est-mozgi .bg-text,
    .mod-say-about .row .bg-text,
    body.kontakty .row .text-bg {background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}


    .mod-time-banner .banner_time-title {font-size: 35px;}

    .mod-slider-top .title-krutoy {margin-left: 1rem !important;}
    
}

@media screen and (max-width: 400px) {
    .mod-slider-top .slide-new-albom .col-7 {width: 170px;}
    .mod-say-about .bg-30 {margin-left: 70px;}
    .mod-tvorchestvo .btn {padding: .5rem 0 !important;}
    h2, .h2 {font-size: 3.5rem;}/*100*/
}
/* 
@media (max-width: 1400px) and (min-width: 1200px){
    .mod-slider-top .title-krutoy {margin-left: 3.5rem;}
    .mod-slider-top .slide-img-svet {right: -5%;}
} */


@media (min-width: 767px) and (max-width: 992px) {
    .mod-slider-top .title-krutoy, .mod-slider-top .title-igor {font-size: 9.55rem;}
}

@media (max-width: 400px) {
    /* .mod-slider-top .title-krutoy {margin-left: 3.6rem !important;} */
}


.bg-grey-bright {background: linear-gradient(90deg, #6B6C6E 0%, #FDFDFD 37%, #D4D5D7 58%, #FEFEFE 80.5%, #797979 100%), linear-gradient(90deg, #7D5B02 0%, #E5C36B 49%, #917629 100%);;}
.rounded-5 {border-radius: 1rem;}

.mod-time-banner .afisha_time-button {
    background: linear-gradient(90deg, rgba(107, 108, 110, 1) 0%, rgba(253, 253, 253, 1) 36%, rgba(212, 213, 215, 1) 50%, rgba(254, 254, 254, 1) 72%, rgba(121, 121, 121, 1) 100%);
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;

}

.mod-time-banner .afisha_time-button.btn_one {padding-right: 2rem !important; padding-left: 2rem !important;}
.mod-time-banner .afisha_time-button.btn_two {padding-right: 4rem !important; padding-left: 4rem !important;}

.mod-time-banner .banner_time-title {text-shadow: 0px 0px 12.1px #FFF; font-family: 'DP';}
.mod-time-banner .bannet_time-image {box-shadow: 0px 0px 67.7px 0px rgba(255, 255, 255, 0.40);}




@media screen and (min-width: 1200px) {
    .mod-slider-top {margin-top:-6%;}
}