:root{
    --black: #000;
    --gray: #F0F0F0;
    --gray-medium: #C1C1C1;
    --red: #D00B0B;
    --skeleton: #e0e0e0;
    --skeleton-2: #c9c9c9;
    --white: #FFF;
    --Yellow: #E29856;
    --block-padding: 50px;
    --miniblock-padding: 30px;
    
    --gap: 30px;
    --gap2: 20px;
}
.gim-container{
    padding: 0 20px;
    width: 100%;
}
.gim-ui-padding{
    padding: var(--block-padding) 0;
    display: flex;
    flex-direction: column;
    gap: var(--miniblock-padding);
}
.gim-base{
    padding: var(--block-padding) 0;
    display: flex;
    flex-direction: column;
    gap: var(--miniblock-padding);
}
.gim-title{
    padding: var(--miniblock-padding) 0 20px 0;
}
@media screen and (min-width: 768px) {
    :root {
      --block-padding: 70px;
      --miniblock-padding: 40px;
    }
    .gim-container{
        width: 668px;
        margin: auto;
        padding: 0;
    }
}
@media screen and (min-width: 1200px) {
    :root {
      --block-padding: 70px;
      --miniblock-padding: 40px;
    }
    .gim-container{
        width: 1100px;
        margin: auto;
    }
}
@media screen and (min-width: 1600px){
    :root {
      --block-padding: 100px;
      --miniblock-padding: 50px;
    }
    .gim-container{
        width: 1400px;
        margin: auto;
    }
}

/*Темы*/
.gim-black-block{
    background: var(--black);
    color: var(--white);
}
.gim-black-block .gim-btn{
    background: var(--white, #FFF);
    color: var(--black, #000);
    border: 1px solid var(--white);
}
.gim-black-block .gim-btn:hover{
    background: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}
.gim-black-block .gim-link{
    color: var(--white);
}
.gim-black-block .gim-link.gim-icon--arrow-right:after{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M3%207.70044C2.58579%207.70044%202.25%208.03623%202.25%208.45044C2.25%208.86465%202.58579%209.20044%203%209.20044V7.70044ZM15.5303%208.98077C15.8232%208.68788%2015.8232%208.213%2015.5303%207.92011L10.7574%203.14714C10.4645%202.85425%209.98959%202.85425%209.6967%203.14714C9.40381%203.44003%209.40381%203.91491%209.6967%204.2078L13.9393%208.45044L9.6967%2012.6931C9.40381%2012.986%209.40381%2013.4608%209.6967%2013.7537C9.98959%2014.0466%2010.4645%2014.0466%2010.7574%2013.7537L15.5303%208.98077ZM3%208.45044V9.20044H15V8.45044V7.70044H3V8.45044Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}
.gim-gray-block{
    background: var(--gray);
    color: var(--black);
}
.gim-white-block{
    background: var(--white);
    color: var(--black);
}
/*Темы*/

.gim-bold-text{
    font-weight: 700;
}
/*Шрифты*/
.gim-h1{
    /* mobile/h1 */
    font-family: 'FranzGrotesque Regular', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 36.4px */
}
.gim-h2{
    /* mobile/h2 */
    font-family: 'FranzGrotesque Regular', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 36.4px */
}
.gim-h3{
    /* mobile/h3 */
    font-family: "Casus Pro";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 24.7px */
}
.gim-menu-h3{
    /* mobile/h3 */
    font-family: "Casus Pro";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 24.7px */
}
.gim-h4{
    /* mobile/h3 */
    font-family: 'FranzGrotesque Regular', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 24.7px */
}
.gim-h5{
    /* mobile/h5 */
    font-family: 'FranzGrotesque Regular', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
}
.gim-h6{
    /* mobile/h6 */
    font-family: 'FranzGrotesque Regular', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}
.gim-regular{
    /* mobile/regular text */
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.gim-small-text{
    /* button/small */
    font-family: 'FranzGrotesque Regular', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.gim-small-text-2{
    /* mobile/small text-2 */
    font-family: "Open Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 14.3px */
}
@media screen and (min-width: 768px) {
    .gim-h1{
        font-size: 40px;
    }
    .gim-h2{
        font-size: 38px;
    }
    .gim-h3{
        font-size: 26px;
    }
    .gim-h4{
        font-size: 26px;
    }
    .gim-h5{
        font-size: 20px;
    }
    .gim-h6{
        font-size: 16px;
    }
    .gim-regular{
        font-size: 14px;
    }
    .gim-small-text{
        font-size: 14px;
    }
    .gim-small-text-2{
        font-size: 13px;
    }
}
@media screen and (min-width: 1200px) {
    .gim-h1{
        font-size: 40px;
    }
    .gim-h2{
        font-size: 38px;
    }
    .gim-h3{
        font-size: 26px;
    }
    .gim-h4{
        font-size: 26px;
    }
    .gim-h5{
        font-size: 20px;
    }
    .gim-h6{
        font-size: 16px;
    }
    .gim-regular{
        font-size: 14px;
    }
    .gim-small-text{
        font-size: 14px;
    }
    .gim-small-text-2{
        font-size: 13px;
    }
}
@media screen and (min-width: 1600px){
    .gim-h1{
        font-size: 50px;
    }
    .gim-h2{
        font-size: 48px;
    }
    .gim-h3{
        font-size: 32px;
    }
    .gim-h4{
        font-size: 32px;
    }
    .gim-h5{
        font-size: 24px;
    }
    .gim-h6{
        font-size: 18px;
    }
    .gim-regular{
        font-size: 16px;
    }
    .gim-small-text{
        font-size: 14px;
    }
    .gim-small-text-2{
        font-size: 13px;
    }
}
/*Шрифты*/


/*Ссылки*/
.gim-link{
    cursor: pointer;
    text-decoration: none;
    transition-duration: 0.3s;
    color: var(--black);
}
button.gim-link{
    background: transparent;
    border: 0px solid transparent;
    outline: 0px;
}
.gim-link:hover{
    opacity: 0.5;
    color: inherit;
}
.gim-link.gim-link--small{
    /* button/small */
    font-family: 'FranzGrotesque Regular', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.gim-link.gim-link--large{
    /* button/large */
    font-family: 'FranzGrotesque Regular', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.gim-link--extra-large{
    /* button/extra large */
    font-family: 'FranzGrotesque Regular', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}
/*Ссылки*/

/*Кнопки*/
.gim-btn{
    /* button/small */
	display: flex;
    width: fit-content;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: var(--black, #000);
	color: var(--white, #FFF);
    border: 1px solid var(--black, #000);
	text-align: center;
	font-family: 'FranzGrotesque Regular', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
    text-decoration: none;
    transition-duration: 0.3s;
}
.gim-btn.gim-btn--white{
    background: var(--white);
    color: var(--black, #000);
    border: 1px solid var(--white);
}
.gim-btn.gim-btn--white:hover{
    background: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}
.gim-btn.gim-btn--second{
    background: transparent;
    color: var(--black, #000);
    border: 1px solid var(--black);
}
.gim-btn.gim-btn--second:hover{
    background: var(--black);
    color: var(--white);
    border: 1px solid var(--black);
}
.gim-btn:hover{
    background: transparent;
    color: var(--black, #000);
}
.gim-btn.gim-btn--large{
    /* button/large */
    padding: 20px;
    font-size: 16px;
}
.gim-btn.gim-btn--super-small{
    /* button/super small */
    padding: 5px 10px;
    gap: 7px;
    font-size: 13px; 
}
.gim-border-btn{
    display: flex;
    flex-shrink: 0;
    min-width: 132px;
    width: fit-content;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: transparent;
    color: var(--black);
    border: 1px solid var(--black);
    text-align: center;
    font-family: 'FranzGrotesque Regular', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    text-decoration: none;
    transition-duration: 0.3s;  
}
.gim-border-btn.active, .gim-border-btn:hover{
    color: var(--white);
    background: var(--black);
}
.gim-border-btn:focus{
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    .gim-btn{
        padding: 13px 20px;
        font-size: 14px;
    }
    .gim-btn.gim-btn--large{
        padding: 20px;
        font-size: 16px;
    }
    .gim-btn.gim-btn--super-small{
        padding: 5px 10px;
        font-size: 13px;
    }
}
@media screen and (min-width: 1200px) {
    .gim-btn{
        padding: 13px 20px;
        font-size: 14px;
    }
    .gim-btn.gim-btn--large{
        padding: 20px;
        font-size: 16px;
    }
    .gim-btn.gim-btn--super-small{
        padding: 5px 10px;
        font-size: 13px;
    }
}
@media screen and (min-width: 1600px){
    .gim-btn{
        padding: 13px 20px;
        font-size: 14px;
    }
    .gim-btn.gim-btn--large{
        padding: 20px;
        font-size: 16px;
    }
    .gim-btn.gim-btn--super-small{
        padding: 5px 10px;
        font-size: 13px;
    }
}
/*Кнопки*/

/*Иконки*/
.gim-icon{
    display: flex;
    gap: 5px;
    align-items: center;
    transition-duration: 0.3s;
}
.gim-icon:after{
    content: "";
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.gim-icon--left{
    display: flex;
    gap: 5px;
    align-items: center;
    transition-duration: 0.3s;
    flex-direction: row-reverse;
}
.gim-icon--left:after{
    content: "";
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.gim-icon--arrow-right:after{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M3%207.70044C2.58579%207.70044%202.25%208.03623%202.25%208.45044C2.25%208.86465%202.58579%209.20044%203%209.20044V7.70044ZM15.5303%208.98077C15.8232%208.68788%2015.8232%208.213%2015.5303%207.92011L10.7574%203.14714C10.4645%202.85425%209.98959%202.85425%209.6967%203.14714C9.40381%203.44003%209.40381%203.91491%209.6967%204.2078L13.9393%208.45044L9.6967%2012.6931C9.40381%2012.986%209.40381%2013.4608%209.6967%2013.7537C9.98959%2014.0466%2010.4645%2014.0466%2010.7574%2013.7537L15.5303%208.98077ZM3%208.45044V9.20044H15V8.45044V7.70044H3V8.45044Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
}
.dark_theme .gim-icon--arrow-right:after{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M3%207.70044C2.58579%207.70044%202.25%208.03623%202.25%208.45044C2.25%208.86465%202.58579%209.20044%203%209.20044V7.70044ZM15.5303%208.98077C15.8232%208.68788%2015.8232%208.213%2015.5303%207.92011L10.7574%203.14714C10.4645%202.85425%209.98959%202.85425%209.6967%203.14714C9.40381%203.44003%209.40381%203.91491%209.6967%204.2078L13.9393%208.45044L9.6967%2012.6931C9.40381%2012.986%209.40381%2013.4608%209.6967%2013.7537C9.98959%2014.0466%2010.4645%2014.0466%2010.7574%2013.7537L15.5303%208.98077ZM3%208.45044V9.20044H15V8.45044V7.70044H3V8.45044Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}
.gim-icon--ticets:after{
    height: 2rem;
    width: 2rem;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2227%22%20viewBox%3D%220%200%2026%2027%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M17.875%206.95044V7.76294M17.875%2011.0129V11.8254M17.875%2015.0754V15.8879M17.875%2019.1379V19.9504M8.125%2014.2629H13.8125M8.125%2016.7004H11.375M3.65625%206.13794C2.9835%206.13794%202.4375%206.68394%202.4375%207.35669V10.6349C2.93231%2010.9197%203.3433%2011.33%203.62908%2011.8243C3.91485%2012.3186%204.06532%2012.8795%204.06532%2013.4504C4.06532%2014.0214%203.91485%2014.5823%203.62908%2015.0766C3.3433%2015.5709%202.93231%2015.9811%202.4375%2016.266V19.5442C2.4375%2020.2169%202.9835%2020.7629%203.65625%2020.7629H22.3438C23.0165%2020.7629%2023.5625%2020.2169%2023.5625%2019.5442V16.266C23.0677%2015.9811%2022.6567%2015.5709%2022.3709%2015.0766C22.0851%2014.5823%2021.9347%2014.0214%2021.9347%2013.4504C21.9347%2012.8795%2022.0851%2012.3186%2022.3709%2011.8243C22.6567%2011.33%2023.0677%2010.9197%2023.5625%2010.6349V7.35669C23.5625%206.68394%2023.0165%206.13794%2022.3438%206.13794H3.65625Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.625%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");
}
.gim-icon--ticets:hover:after{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2227%22%20viewBox%3D%220%200%2026%2027%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M17.875%206.95044V7.76294M17.875%2011.0129V11.8254M17.875%2015.0754V15.8879M17.875%2019.1379V19.9504M8.125%2014.2629H13.8125M8.125%2016.7004H11.375M3.65625%206.13794C2.9835%206.13794%202.4375%206.68394%202.4375%207.35669V10.6349C2.93231%2010.9197%203.3433%2011.33%203.62908%2011.8243C3.91485%2012.3186%204.06532%2012.8795%204.06532%2013.4504C4.06532%2014.0214%203.91485%2014.5823%203.62908%2015.0766C3.3433%2015.5709%202.93231%2015.9811%202.4375%2016.266V19.5442C2.4375%2020.2169%202.9835%2020.7629%203.65625%2020.7629H22.3438C23.0165%2020.7629%2023.5625%2020.2169%2023.5625%2019.5442V16.266C23.0677%2015.9811%2022.6567%2015.5709%2022.3709%2015.0766C22.0851%2014.5823%2021.9347%2014.0214%2021.9347%2013.4504C21.9347%2012.8795%2022.0851%2012.3186%2022.3709%2011.8243C22.6567%2011.33%2023.0677%2010.9197%2023.5625%2010.6349V7.35669C23.5625%206.68394%2023.0165%206.13794%2022.3438%206.13794H3.65625Z%22%20stroke%3D%22black%22%20stroke-width%3D%221.625%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");    
}
.dark_theme .gim-icon--ticets:after{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2227%22%20viewBox%3D%220%200%2026%2027%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M17.875%206.95044V7.76294M17.875%2011.0129V11.8254M17.875%2015.0754V15.8879M17.875%2019.1379V19.9504M8.125%2014.2629H13.8125M8.125%2016.7004H11.375M3.65625%206.13794C2.9835%206.13794%202.4375%206.68394%202.4375%207.35669V10.6349C2.93231%2010.9197%203.3433%2011.33%203.62908%2011.8243C3.91485%2012.3186%204.06532%2012.8795%204.06532%2013.4504C4.06532%2014.0214%203.91485%2014.5823%203.62908%2015.0766C3.3433%2015.5709%202.93231%2015.9811%202.4375%2016.266V19.5442C2.4375%2020.2169%202.9835%2020.7629%203.65625%2020.7629H22.3438C23.0165%2020.7629%2023.5625%2020.2169%2023.5625%2019.5442V16.266C23.0677%2015.9811%2022.6567%2015.5709%2022.3709%2015.0766C22.0851%2014.5823%2021.9347%2014.0214%2021.9347%2013.4504C21.9347%2012.8795%2022.0851%2012.3186%2022.3709%2011.8243C22.6567%2011.33%2023.0677%2010.9197%2023.5625%2010.6349V7.35669C23.5625%206.68394%2023.0165%206.13794%2022.3438%206.13794H3.65625Z%22%20stroke%3D%22black%22%20stroke-width%3D%221.625%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");
}
.dark_theme .gim-icon--ticets:hover:after{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2227%22%20viewBox%3D%220%200%2026%2027%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M17.875%206.95044V7.76294M17.875%2011.0129V11.8254M17.875%2015.0754V15.8879M17.875%2019.1379V19.9504M8.125%2014.2629H13.8125M8.125%2016.7004H11.375M3.65625%206.13794C2.9835%206.13794%202.4375%206.68394%202.4375%207.35669V10.6349C2.93231%2010.9197%203.3433%2011.33%203.62908%2011.8243C3.91485%2012.3186%204.06532%2012.8795%204.06532%2013.4504C4.06532%2014.0214%203.91485%2014.5823%203.62908%2015.0766C3.3433%2015.5709%202.93231%2015.9811%202.4375%2016.266V19.5442C2.4375%2020.2169%202.9835%2020.7629%203.65625%2020.7629H22.3438C23.0165%2020.7629%2023.5625%2020.2169%2023.5625%2019.5442V16.266C23.0677%2015.9811%2022.6567%2015.5709%2022.3709%2015.0766C22.0851%2014.5823%2021.9347%2014.0214%2021.9347%2013.4504C21.9347%2012.8795%2022.0851%2012.3186%2022.3709%2011.8243C22.6567%2011.33%2023.0677%2010.9197%2023.5625%2010.6349V7.35669C23.5625%206.68394%2023.0165%206.13794%2022.3438%206.13794H3.65625Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.625%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");
}
.gim-icon--shop:after{
    height: 38px;
    width: 38px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M23%2011C23%209.93913%2022.5786%208.92172%2021.8284%208.17157C21.0783%207.42143%2020.0609%207%2019%207C17.9391%207%2016.9217%207.42143%2016.1716%208.17157C15.4214%208.92172%2015%209.93913%2015%2011H11V21C11%2021.5304%2011.2107%2022.0391%2011.5858%2022.4142C11.9609%2022.7893%2012.4696%2023%2013%2023H25C25.5304%2023%2026.0391%2022.7893%2026.4142%2022.4142C26.7893%2022.0391%2027%2021.5304%2027%2021V11H23ZM19%208.33333C19.7072%208.33333%2020.3855%208.61428%2020.8856%209.11438C21.3857%209.61448%2021.6667%2010.2928%2021.6667%2011H16.3333C16.3333%2010.2928%2016.6143%209.61448%2017.1144%209.11438C17.6145%208.61428%2018.2928%208.33333%2019%208.33333Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");    
}
.dark_theme .gim-icon--shop:after{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M23%2011C23%209.93913%2022.5786%208.92172%2021.8284%208.17157C21.0783%207.42143%2020.0609%207%2019%207C17.9391%207%2016.9217%207.42143%2016.1716%208.17157C15.4214%208.92172%2015%209.93913%2015%2011H11V21C11%2021.5304%2011.2107%2022.0391%2011.5858%2022.4142C11.9609%2022.7893%2012.4696%2023%2013%2023H25C25.5304%2023%2026.0391%2022.7893%2026.4142%2022.4142C26.7893%2022.0391%2027%2021.5304%2027%2021V11H23ZM19%208.33333C19.7072%208.33333%2020.3855%208.61428%2020.8856%209.11438C21.3857%209.61448%2021.6667%2010.2928%2021.6667%2011H16.3333C16.3333%2010.2928%2016.6143%209.61448%2017.1144%209.11438C17.6145%208.61428%2018.2928%208.33333%2019%208.33333Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}
.gim-icon--media:after{
    height: 38px;
    width: 38px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M16.3333%2024.3333C16.5109%2024.3293%2016.6875%2024.3608%2016.8527%2024.426C17.0179%2024.4911%2017.1684%2024.5887%2017.2954%2024.7128C17.4225%2024.8369%2017.5234%2024.9852%2017.5923%2025.1489C17.6612%2025.3126%2017.6968%2025.4884%2017.6968%2025.666C17.6969%2025.8436%2017.6614%2026.0194%2017.5926%2026.1831C17.5237%2026.3469%2017.4229%2026.4952%2017.2959%2026.6194C17.169%2026.7436%2017.0185%2026.8412%2016.8533%2026.9064C16.6881%2026.9717%2016.5116%2027.0033%2016.334%2026.9993C15.9856%2026.9916%2015.6541%2026.8479%2015.4104%2026.5988C15.1667%2026.3497%2015.0302%2026.0151%2015.0301%2025.6667C15.0301%2025.3182%2015.1664%2024.9836%2015.41%2024.7344C15.6535%2024.4852%2015.985%2024.3412%2016.3333%2024.3333ZM27%2026.3333V25H18.906C18.9613%2025.214%2019%2025.4353%2019%2025.6667C19%2025.898%2018.9613%2026.1193%2018.906%2026.3333H27ZM13.7607%2026.3333C13.7053%2026.1193%2013.6667%2025.898%2013.6667%2025.6667C13.6667%2025.4353%2013.7053%2025.214%2013.7607%2025H11V26.3333H13.7607ZM17.6673%2015.816V18.1847L19.7393%2017L17.6673%2015.816ZM27%2013V23H11V13C11%2011.8973%2011.8973%2011%2013%2011H25C26.1027%2011%2027%2011.8973%2027%2013ZM22.4267%2017L16.334%2013.518V20.4827L22.4267%2017Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");    
}
.dark_theme .gim-icon--media:after{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M16.3333%2024.3333C16.5109%2024.3293%2016.6875%2024.3608%2016.8527%2024.426C17.0179%2024.4911%2017.1684%2024.5887%2017.2954%2024.7128C17.4225%2024.8369%2017.5234%2024.9852%2017.5923%2025.1489C17.6612%2025.3126%2017.6968%2025.4884%2017.6968%2025.666C17.6969%2025.8436%2017.6614%2026.0194%2017.5926%2026.1831C17.5237%2026.3469%2017.4229%2026.4952%2017.2959%2026.6194C17.169%2026.7436%2017.0185%2026.8412%2016.8533%2026.9064C16.6881%2026.9717%2016.5116%2027.0033%2016.334%2026.9993C15.9856%2026.9916%2015.6541%2026.8479%2015.4104%2026.5988C15.1667%2026.3497%2015.0302%2026.0151%2015.0301%2025.6667C15.0301%2025.3182%2015.1664%2024.9836%2015.41%2024.7344C15.6535%2024.4852%2015.985%2024.3412%2016.3333%2024.3333ZM27%2026.3333V25H18.906C18.9613%2025.214%2019%2025.4353%2019%2025.6667C19%2025.898%2018.9613%2026.1193%2018.906%2026.3333H27ZM13.7607%2026.3333C13.7053%2026.1193%2013.6667%2025.898%2013.6667%2025.6667C13.6667%2025.4353%2013.7053%2025.214%2013.7607%2025H11V26.3333H13.7607ZM17.6673%2015.816V18.1847L19.7393%2017L17.6673%2015.816ZM27%2013V23H11V13C11%2011.8973%2011.8973%2011%2013%2011H25C26.1027%2011%2027%2011.8973%2027%2013ZM22.4267%2017L16.334%2013.518V20.4827L22.4267%2017Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}
.gim-icon--kids:after{
    height: 38px;
    width: 38px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M24.3333%2018C23.8839%2018.0154%2023.4372%2018.0762%2023%2018.1813V17C23%2016.4696%2022.7893%2015.9609%2022.4142%2015.5858C22.0391%2015.2107%2021.5304%2015%2021%2015H19.4853C19.5909%2014.5629%2019.6517%2014.1161%2019.6667%2013.6667C19.6667%2012.9594%2019.3857%2012.2811%2018.8856%2011.781C18.3855%2011.281%2017.7072%2011%2017%2011C16.2928%2011%2015.6145%2011.281%2015.1144%2011.781C14.6143%2012.2811%2014.3333%2012.9594%2014.3333%2013.6667C14.3483%2014.1161%2014.4091%2014.5629%2014.5147%2015H13C12.4696%2015%2011.9609%2015.2107%2011.5858%2015.5858C11.2107%2015.9609%2011%2016.4696%2011%2017V27H15.3573L15.2%2026.3333C15.0875%2025.897%2015.0205%2025.4502%2015%2025C15%2024.4696%2015.2107%2023.9609%2015.5858%2023.5858C15.9609%2023.2107%2016.4696%2023%2017%2023C17.5304%2023%2018.0391%2023.2107%2018.4142%2023.5858C18.7893%2023.9609%2019%2024.4696%2019%2025C18.9795%2025.4502%2018.9125%2025.897%2018.8%2026.3333L18.642%2027H23V23.152C23.4372%2023.2572%2023.8839%2023.3179%2024.3333%2023.3333C25.0406%2023.3333%2025.7189%2023.0524%2026.219%2022.5523C26.719%2022.0522%2027%2021.3739%2027%2020.6667C27%2019.9594%2026.719%2019.2811%2026.219%2018.781C25.7189%2018.281%2025.0406%2018%2024.3333%2018Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");    
}
.dark_theme .gim-icon--kids:after{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M24.3333%2018C23.8839%2018.0154%2023.4372%2018.0762%2023%2018.1813V17C23%2016.4696%2022.7893%2015.9609%2022.4142%2015.5858C22.0391%2015.2107%2021.5304%2015%2021%2015H19.4853C19.5909%2014.5629%2019.6517%2014.1161%2019.6667%2013.6667C19.6667%2012.9594%2019.3857%2012.2811%2018.8856%2011.781C18.3855%2011.281%2017.7072%2011%2017%2011C16.2928%2011%2015.6145%2011.281%2015.1144%2011.781C14.6143%2012.2811%2014.3333%2012.9594%2014.3333%2013.6667C14.3483%2014.1161%2014.4091%2014.5629%2014.5147%2015H13C12.4696%2015%2011.9609%2015.2107%2011.5858%2015.5858C11.2107%2015.9609%2011%2016.4696%2011%2017V27H15.3573L15.2%2026.3333C15.0875%2025.897%2015.0205%2025.4502%2015%2025C15%2024.4696%2015.2107%2023.9609%2015.5858%2023.5858C15.9609%2023.2107%2016.4696%2023%2017%2023C17.5304%2023%2018.0391%2023.2107%2018.4142%2023.5858C18.7893%2023.9609%2019%2024.4696%2019%2025C18.9795%2025.4502%2018.9125%2025.897%2018.8%2026.3333L18.642%2027H23V23.152C23.4372%2023.2572%2023.8839%2023.3179%2024.3333%2023.3333C25.0406%2023.3333%2025.7189%2023.0524%2026.219%2022.5523C26.719%2022.0522%2027%2021.3739%2027%2020.6667C27%2019.9594%2026.719%2019.2811%2026.219%2018.781C25.7189%2018.281%2025.0406%2018%2024.3333%2018Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}
.gim-icon--frends:after{
    height: 38px;
    width: 38px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M16%2019.6667C15.4067%2019.6667%2014.8266%2019.4907%2014.3333%2019.1611C13.8399%2018.8314%2013.4554%2018.3629%2013.2284%2017.8147C13.0013%2017.2665%2012.9419%2016.6633%2013.0576%2016.0814C13.1734%2015.4995%2013.4591%2014.9649%2013.8787%2014.5453C14.2982%2014.1258%2014.8328%2013.8401%2015.4147%2013.7243C15.9967%2013.6086%2016.5999%2013.668%2017.1481%2013.895C17.6962%2014.1221%2018.1648%2014.5066%2018.4944%2015C18.8241%2015.4933%2019%2016.0733%2019%2016.6667C18.9991%2017.462%2018.6828%2018.2246%2018.1203%2018.787C17.5579%2019.3494%2016.7954%2019.6658%2016%2019.6667ZM21%2024.3333C20.9989%2023.4496%2020.6474%2022.6024%2020.0225%2021.9775C19.3976%2021.3526%2018.5504%2021.0011%2017.6667%2021H14.3333C13.4496%2021.0011%2012.6024%2021.3526%2011.9775%2021.9775C11.3526%2022.6024%2011.0011%2023.4496%2011%2024.3333L11%2027H21V24.3333ZM22.6667%2017C22.0733%2017%2021.4933%2016.8241%2021%2016.4944C20.5066%2016.1648%2020.1221%2015.6962%2019.895%2015.1481C19.668%2014.5999%2019.6086%2013.9967%2019.7243%2013.4147C19.8401%2012.8328%2020.1258%2012.2982%2020.5453%2011.8787C20.9649%2011.4591%2021.4995%2011.1734%2022.0814%2011.0576C22.6633%2010.9419%2023.2665%2011.0013%2023.8147%2011.2284C24.3629%2011.4554%2024.8314%2011.8399%2025.1611%2012.3333C25.4907%2012.8266%2025.6667%2013.4067%2025.6667%2014C25.6658%2014.7954%2025.3494%2015.5579%2024.787%2016.1203C24.2246%2016.6828%2023.462%2016.9991%2022.6667%2017ZM23.6667%2018.3333H20.3333C20.2163%2018.3387%2020.0997%2018.3505%2019.984%2018.3687C19.7416%2018.9295%2019.3836%2019.433%2018.9333%2019.846C19.9109%2020.1226%2020.7716%2020.7103%2021.3852%2021.52C21.9987%2022.3298%2022.3316%2023.3174%2022.3333%2024.3333H27V21.6667C26.9989%2020.7829%2026.6474%2019.9357%2026.0225%2019.3108C25.3976%2018.6859%2024.5504%2018.3344%2023.6667%2018.3333Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");    
}
.dark_theme .gim-icon--frends:after{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M16%2019.6667C15.4067%2019.6667%2014.8266%2019.4907%2014.3333%2019.1611C13.8399%2018.8314%2013.4554%2018.3629%2013.2284%2017.8147C13.0013%2017.2665%2012.9419%2016.6633%2013.0576%2016.0814C13.1734%2015.4995%2013.4591%2014.9649%2013.8787%2014.5453C14.2982%2014.1258%2014.8328%2013.8401%2015.4147%2013.7243C15.9967%2013.6086%2016.5999%2013.668%2017.1481%2013.895C17.6962%2014.1221%2018.1648%2014.5066%2018.4944%2015C18.8241%2015.4933%2019%2016.0733%2019%2016.6667C18.9991%2017.462%2018.6828%2018.2246%2018.1203%2018.787C17.5579%2019.3494%2016.7954%2019.6658%2016%2019.6667ZM21%2024.3333C20.9989%2023.4496%2020.6474%2022.6024%2020.0225%2021.9775C19.3976%2021.3526%2018.5504%2021.0011%2017.6667%2021H14.3333C13.4496%2021.0011%2012.6024%2021.3526%2011.9775%2021.9775C11.3526%2022.6024%2011.0011%2023.4496%2011%2024.3333L11%2027H21V24.3333ZM22.6667%2017C22.0733%2017%2021.4933%2016.8241%2021%2016.4944C20.5066%2016.1648%2020.1221%2015.6962%2019.895%2015.1481C19.668%2014.5999%2019.6086%2013.9967%2019.7243%2013.4147C19.8401%2012.8328%2020.1258%2012.2982%2020.5453%2011.8787C20.9649%2011.4591%2021.4995%2011.1734%2022.0814%2011.0576C22.6633%2010.9419%2023.2665%2011.0013%2023.8147%2011.2284C24.3629%2011.4554%2024.8314%2011.8399%2025.1611%2012.3333C25.4907%2012.8266%2025.6667%2013.4067%2025.6667%2014C25.6658%2014.7954%2025.3494%2015.5579%2024.787%2016.1203C24.2246%2016.6828%2023.462%2016.9991%2022.6667%2017ZM23.6667%2018.3333H20.3333C20.2163%2018.3387%2020.0997%2018.3505%2019.984%2018.3687C19.7416%2018.9295%2019.3836%2019.433%2018.9333%2019.846C19.9109%2020.1226%2020.7716%2020.7103%2021.3852%2021.52C21.9987%2022.3298%2022.3316%2023.3174%2022.3333%2024.3333H27V21.6667C26.9989%2020.7829%2026.6474%2019.9357%2026.0225%2019.3108C25.3976%2018.6859%2024.5504%2018.3344%2023.6667%2018.3333Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}
/*Карточки*/
.gim-card-event{
    display: flex;
    flex-direction: column;
    background: var(--white);
}
.gim-card-event__content{
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px 10px 10px 10px;
}
.gim-card-event__image{
    --padding: 10px;
    height: 256px;
    width: 100%;
    position: relative;
    flex-shrink: 0;
}
.gim-card-event__image:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
   background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(0, 0, 0, 0.3) 60%, 
        var(--black) 100%);
}
.gim-card-event__image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}
.gim-card-event__age{
    position: absolute;
    top: var(--padding);
    right: var(--padding);
    background: var(--gray);
    padding: 10px;
    border-radius: 1000px;
    z-index: 3;
}
.gim-card-event__museum{
    position: absolute;
    bottom: var(--padding);
    left: var(--padding);
    display: flex;
    gap: 5px;
    align-items: center;
    color: var(--white);
    z-index: 3;
}
.gim-card-event__museum:before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background: var(--museum-color);
}
.gim-card-event__top{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gim-card-event__type{
    padding: 5px 10px;
    border: 1px solid var(--black, #000);
    text-transform: uppercase;
    width: fit-content;
}
.gim-card-event .gim-btn{
    margin-top: auto;
}
@media screen and (min-width: 768px) {
    .gim-card-event__image{
        --padding: 20px;
        height: 313px;
    }
    .gim-card-event__content{
        gap: 15px;
        padding: 15px 20px 20px 20px;
    }
    .gim-event__items > .gim-card-event:first-child {
        grid-column: span 2;
    }
}
@media screen and (min-width: 1200px) {

}
@media screen and (min-width: 1600px){
    .gim-card-event__image{
        --padding: 20px;
        height: 400px;
    }
    .gim-card-event__top{
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .gim-card-event__content{
        gap: 20px;
        padding: 20px;
    }     
}
/*Карточки*/

/*Спецпроекты*/
.gim-specproject{
    padding: var(--block-padding) 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.gim-specproject .gim-h2{
    width: 100%;
    text-align: center;
}
.gim-specproject__items{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
}
.gim-specproject__item{
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition-duration: 0.3s;
    text-decoration: none;
    color: white;
}
.gim-specproject__item:hover{
    opacity: 0.7;
    color: white;
}
.gim-specproject__items-img{
    width: 100%;
    height: 200px;
}
.gim-specproject__items-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Скрываем элементы начиная с 4-го на мобильных */
.gim-specproject__item:nth-child(n+4) {
    display: none;
}
.show_all .gim-specproject__item:nth-child(n+4){
    display: flex;
}
.gim-specproject__item.gim-specproject__item--old{
    display: none!important;
}
.show_all .gim-specproject__item.gim-specproject__item--old{
    display: flex!important;
}
.show_all #showAllprojectBtn{
    display: none;
}
@media screen and (min-width: 768px) {
    .gim-specproject{
        gap: 40px;
    }
    .gim-specproject__items{
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .gim-specproject__item:nth-child(n+4) {
        display: flex;
    }
    .gim-specproject .gim-h2{
        width: 100%;
        text-align: left;
    }
    .gim-specproject__items-img{
        height: 185px;
    }
}
@media screen and (min-width: 1200px) {
    .gim-specproject__items-img{
        height: 256px;
    }
}
@media screen and (min-width: 1600px){
    .gim-specproject{
        gap: 50px;
    }
    .gim-specproject__items{
        grid-template-columns: 1fr 1fr 1fr;
        gap: 50px;
    }
    .gim-specproject__items-img{
        height: 251px;
    }
}
/*Спецпроекты*/



.gim-grid-4 {
    --item-gap: 30px; /* Переменная для отступа между элементами */
    --item-row-count: 1;
    --item-gap-count: calc(var(--item-row-count) - 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--item-gap);
}

.gim-grid-4__item {
    flex: 0 0 calc( calc(100% - calc( var(--item-gap) * var(--item-gap-count)) ) / var(--item-row-count));
}

@media screen and (min-width: 768px) {
    .gim-grid-4{
        --item-gap: 30px;
        --item-row-count: 2;
    }
}

@media screen and (min-width: 1200px) {
    .gim-grid-4{
        --item-gap: 30px;
        --item-row-count: 3;
    }
}

@media screen and (min-width: 1600px) {
    .gim-grid-4{
        --item-gap: 30px;
        --item-row-count: 4;
    }
}

.gim-grid-3 {
    --item-gap: 30px; /* Переменная для отступа между элементами */
    --item-row-count: 1;
    --item-gap-count: calc(var(--item-row-count) - 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--item-gap);
}

.gim-grid-3__item {
    flex: 0 0 calc( calc(100% - calc( var(--item-gap) * var(--item-gap-count)) ) / var(--item-row-count));
}

@media screen and (min-width: 768px) {
    .gim-grid-3{
        --item-gap: 30px;
        --item-row-count: 2;
    }
}

@media screen and (min-width: 1200px) {
    .gim-grid-3{
        --item-gap: 30px;
        --item-row-count: 3;
    }
}

@media screen and (min-width: 1600px) {

}



.gim-rotate-card{
    position: relative;
    color: var(--black);
    text-decoration: none;
}
.gim-rotate-card:hover{
    color: var(--black);
    text-decoration: none;
}

.gim-rotate-card-inside{
    position: relative;
    transform-style: preserve-3d;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    border-radius: 30px;
    border: 1px solid var(--gray-medium, #C1C1C1);
    background: var(--white, #FFF);
    height: 100%;
}
.gim-rotate-card-front-page{
    display: flex;
    flex-direction: column;
    gap: 20px 20px 10px 20px;
    text-align: center;
    padding: 20px;
    backface-visibility: hidden;
}
.gim-rotate-card-img{
    height: 100px;
    width: 100%;
}
.gim-rotate-card-img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.gim-rotate-card-back-page{
    padding: 0px 20px 20px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .gim-rotate-card-back-page{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 20px;
        height: 100%;
        backface-visibility: hidden;
        transform: rotateY(-180deg);
    }
    .gim-rotate-card-img{
        height: 220px;
    }
    .gim-rotate-card-front-page{
        padding: 20px;
    }
    .gim-rotate-card:not(.no-rotate):hover .gim-rotate-card-inside{
        transform: perspective(2800px) rotateY(180deg);
    }
    a.gim-rotate-card.no-rotate:hover .gim-rotate-card-inside{
       transform: perspective(2800px) rotateY(10deg);
    }
}
@media screen and (min-width: 1200px) {

}
@media screen and (min-width: 1600px){
    
}



.gim-smart-gallery{
    --gap: 50px;
    display: flex;
    flex-direction: column;
    gap: var(--miniblock-padding);
    padding: var(--block-padding) 0;
}
.gim-smart-gallery .gim-h2{
    text-align: center;
}
.gim-smart-gallery__items{
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
}
.gim-smart-gallery__item{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.gim-smart-gallery__item img{
    max-height: 650px;
    max-width: 100%;
    width: auto;
    height: auto;
}
.gim-smart-gallery__item .gim-regular{
    text-align: center;
    padding: 0 10px;
}
.gim-smart-gallery__items-row{
    display: flex;
    flex-direction: column;
    gap: var(--gap);
}
@media screen and (min-width: 768px) {
    .gim-smart-gallery__items-row{
        flex-direction: row;
    }
}

.gim-friends-possibilities-and-enjoy{
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: var(--block-padding) 0;
}
.gim-friends-how-to-enjoy{
    display: flex;
    flex-direction: column;
    gap: var(--miniblock-padding);
    justify-content: center;
}
.gim-friends-possibilities{
    display: flex;
    flex-direction: column;
    gap: var(--miniblock-padding);
    justify-content: center;
}
.gim-friends-how-to-enjoy .gim-h2, .gim-friends-possibilities .gim-h2{
    text-align: center;
}
.gim-friends-how-to-enjoy__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
}
.gim-friends-how-to-enjoy__item {
    opacity: 0;
    transform: translateY(100px) scale(0.8);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 1000px;
    border: 1px solid var(--gray-medium, #C1C1C1);
    background: var(--gray, #F0F0F0);
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--black);
}
.gim-friends-how-to-enjoy__item .gim-link{
    color: var(--black);
}
/* Первая карточка всегда видима */
.gim-friends-how-to-enjoy__item:nth-child(1) {
    opacity: 1;
    transform: translateY(0) scale(1);
    z-index: 10;
}

.gim-friends-how-to-enjoy__item.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.gim-friends-how-to-enjoy__item-number{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: var(--white);
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    color: var(--red);
    line-height: 85px;
    font-size: 48px;
}
.gim-friends-how-to-enjoy__item:nth-child(2) {
    transition-delay: 0.1s;
}

.gim-friends-how-to-enjoy__item:nth-child(3) {
    transition-delay: 0.2s;
}

@media screen and (min-width: 768px) {

}
@media screen and (min-width: 1200px) {
    .gim-friends-how-to-enjoy__items {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .gim-friends-how-to-enjoy__item{
        transform: translateX(-100px) scale(0.8);
    }
}
@media screen and (min-width: 1600px) {

}
.gim-friends-how-to-get-card{
    padding: var(--block-padding) 0;
    display: flex;
    flex-direction: column;
    gap: var(--block-padding);
}
.gim-friends-how-to-get-card .gim-h3, .gim-friends-how-to-get-card .gim-h5{
    text-align: center;
}
.gim-friends-how-to-get-card-inner{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.gim-friends-how-to-get-card-inner__black-block{
    padding: 20px 30px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: var(--black, #000);
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--white);
}
.gim-friends-how-to-get-card-inner__white-block{
    padding: 20px 30px;
    border-radius: 30px;
    border: 1px solid var(--gray-medium, #C1C1C1);
    background: var(--gray, #F0F0F0);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 10px;
    color: var(--black);
}
.gim-friends-how-to-get-card-inner__white-block .gim-link{
    color: var(--black);
}
.gim-friends-how-to-get-card-inner__white-block-flex{
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}
.gim-friends-how-to-get-card-inner__white-block-row{
    flex-direction: row;
    justify-content: space-between;
}
.gim-friends-how-to-get-card-inner__white-block-row img{
    width: 135px;
    height: 135px;
    object-fit: contain;
    flex-shrink: 0;
}
.gim-friends-how-to-get-card-inner__btns{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.gim-friends-how-to-get-card-inner__btns-item{
    display: flex;
    flex-shrink: 0;
    min-width: 132px;
    width: fit-content;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: transparent;
    color: var(--white);
    border: 1px solid var(--white);
    text-align: center;
    font-family: 'FranzGrotesque Regular', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    text-decoration: none;
    transition-duration: 0.3s;  
}
.gim-friends-how-to-get-card-inner__btns-item:hover{
    color: var(--black);
    background: var(--white);
}
.gim-icon--doc:after{
    height: 1.7rem;
    width: 1.7rem;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2222%22%20viewBox%3D%220%200%2020%2022%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M18.2508%2014.0507C18.27%2014.4645%2018.621%2014.7844%2019.0347%2014.7652C19.4485%2014.746%2019.7684%2014.395%2019.7492%2013.9813L19%2014.016L18.2508%2014.0507ZM19.7492%2017.0187C19.7684%2016.605%2019.4485%2016.254%2019.0347%2016.2348C18.621%2016.2156%2018.27%2016.5355%2018.2508%2016.9493L19%2016.984L19.7492%2017.0187ZM8.295%2015.5H9.045V14.75H8.295V15.5ZM5.248%2017.933L5.62802%2017.2864L5.62517%2017.2847L5.248%2017.933ZM5.248%2013.067L5.62517%2013.7153L5.62802%2013.7136L5.248%2013.067ZM8.294%2015.5H7.544V16.25H8.294V15.5ZM16.25%2010C16.25%2010.4142%2016.5858%2010.75%2017%2010.75C17.4142%2010.75%2017.75%2010.4142%2017.75%2010H17H16.25ZM15.828%206.828L15.2977%207.35833L15.2981%207.35879L15.828%206.828ZM11.092%202.092L11.6223%201.56167L11.092%202.092ZM10.034%201.196L9.70926%201.87205L9.71087%201.87282L10.034%201.196ZM9.837%201.114L10.0879%200.407198L10.0866%200.406757L9.837%201.114ZM2.489%201.886L2.01828%201.30211L2.01822%201.30216L2.489%201.886ZM1.886%202.489L1.30216%202.01822L1.3017%202.0188L1.886%202.489ZM17%2021.75C17.4142%2021.75%2017.75%2021.4142%2017.75%2021C17.75%2020.5858%2017.4142%2020.25%2017%2020.25V21V21.75ZM10.75%201.5C10.75%201.08579%2010.4142%200.75%2010%200.75C9.58579%200.75%209.25%201.08579%209.25%201.5H10H10.75ZM10.879%207.121L11.4096%206.59097L11.409%206.59037L10.879%207.121ZM16.5%208.75C16.9142%208.75%2017.25%208.41421%2017.25%208C17.25%207.58579%2016.9142%207.25%2016.5%207.25V8V8.75ZM19%2014.016L19.7492%2013.9813C19.734%2013.6529%2019.6638%2013.3344%2019.4978%2013.0553C19.3249%2012.7646%2019.0806%2012.5715%2018.813%2012.4516C18.3465%2012.2425%2017.7671%2012.25%2017.357%2012.25V13V13.75C17.5906%2013.75%2017.7724%2013.752%2017.9269%2013.7661C18.0824%2013.7804%2018.1619%2013.8036%2018.1995%2013.8204C18.2148%2013.8273%2018.2174%2013.8306%2018.2141%2013.8278C18.21%2013.8243%2018.2079%2013.8208%2018.2087%2013.8222C18.2113%2013.8266%2018.243%2013.8831%2018.2508%2014.0507L19%2014.016ZM17.357%2013V12.25C16.6705%2012.25%2015.9353%2012.3098%2015.4542%2012.8213C15.2087%2013.0822%2015.0906%2013.3958%2015.0297%2013.6973C14.9703%2013.9916%2014.956%2014.3227%2014.956%2014.667H15.706H16.456C16.456%2014.3468%2016.4711%2014.1373%2016.5%2013.9944C16.5274%2013.8587%2016.5565%2013.8387%2016.5468%2013.849C16.5347%2013.8619%2016.548%2013.8334%2016.6747%2013.8033C16.8113%2013.771%2017.0231%2013.75%2017.357%2013.75V13ZM15.706%2014.667H14.956V16.333H15.706H16.456V14.667H15.706ZM15.706%2016.333H14.956C14.956%2016.6773%2014.9703%2017.0084%2015.0297%2017.3027C15.0906%2017.6042%2015.2087%2017.9178%2015.4542%2018.1787C15.9353%2018.6902%2016.6705%2018.75%2017.357%2018.75V18V17.25C17.0231%2017.25%2016.8113%2017.229%2016.6747%2017.1967C16.548%2017.1666%2016.5347%2017.1381%2016.5468%2017.151C16.5565%2017.1613%2016.5274%2017.1413%2016.5%2017.0056C16.4711%2016.8627%2016.456%2016.6532%2016.456%2016.333H15.706ZM17.357%2018V18.75C17.7671%2018.75%2018.3465%2018.7575%2018.813%2018.5484C19.0806%2018.4284%2019.3249%2018.2354%2019.4978%2017.9447C19.6638%2017.6656%2019.734%2017.3471%2019.7492%2017.0187L19%2016.984L18.2508%2016.9493C18.243%2017.1169%2018.2113%2017.1734%2018.2087%2017.1778C18.2079%2017.1791%2018.21%2017.1757%2018.2141%2017.1722C18.2174%2017.1694%2018.2148%2017.1727%2018.1995%2017.1796C18.1619%2017.1964%2018.0824%2017.2196%2017.9269%2017.2339C17.7724%2017.248%2017.5906%2017.25%2017.357%2017.25V18ZM8.295%2015.5H7.545C7.545%2016.4745%206.76617%2017.25%205.825%2017.25V18V18.75C7.61183%2018.75%209.045%2017.2855%209.045%2015.5H8.295ZM5.825%2018V17.25C5.74583%2017.25%205.68542%2017.25%205.63367%2017.2491C5.58186%2017.2482%205.55095%2017.2465%205.53183%2017.2448C5.49307%2017.2412%205.55024%2017.2407%205.62802%2017.2864L5.248%2017.933L4.86798%2018.5796C5.05976%2018.6923%205.25093%2018.7253%205.39492%2018.7385C5.52848%2018.7507%205.68451%2018.75%205.825%2018.75V18ZM5.248%2017.933L5.62517%2017.2847C5.6622%2017.3063%205.7005%2017.3419%205.72841%2017.3863C5.75318%2017.4257%205.75773%2017.4529%205.75671%2017.4478C5.7553%2017.4408%205.75193%2017.4178%205.75072%2017.3654C5.75014%2017.3403%205.7501%2017.3126%205.75032%2017.2788C5.75051%2017.2489%205.751%2017.205%205.751%2017.167H5.001H4.251C4.251%2017.2516%204.23964%2017.5118%204.28604%2017.743C4.34188%2018.0211%204.49483%2018.3625%204.87083%2018.5813L5.248%2017.933ZM5.001%2017.167H5.751V13.833H5.001H4.251V17.167H5.001ZM5.001%2013.833H5.751C5.751%2013.795%205.75051%2013.7511%205.75032%2013.7212C5.7501%2013.6874%205.75014%2013.6597%205.75072%2013.6346C5.75193%2013.5822%205.7553%2013.5592%205.75671%2013.5522C5.75773%2013.5471%205.75318%2013.5743%205.72841%2013.6137C5.7005%2013.6581%205.6622%2013.6937%205.62517%2013.7153L5.248%2013.067L4.87083%2012.4187C4.49483%2012.6375%204.34188%2012.9789%204.28604%2013.257C4.23964%2013.4882%204.251%2013.7484%204.251%2013.833H5.001ZM5.248%2013.067L5.62802%2013.7136C5.5503%2013.7593%205.49319%2013.7588%205.5318%2013.7552C5.55083%2013.7535%205.58163%2013.7518%205.63328%2013.7509C5.68487%2013.75%205.74508%2013.75%205.824%2013.75V13V12.25C5.684%2012.25%205.52819%2012.2493%205.3947%2012.2615C5.25081%2012.2747%205.0597%2012.3077%204.86798%2012.4204L5.248%2013.067ZM5.824%2013V13.75C6.76597%2013.75%207.544%2014.5253%207.544%2015.5H8.294H9.044C9.044%2013.7147%207.61203%2012.25%205.824%2012.25V13ZM8.294%2015.5V16.25H8.295V15.5V14.75H8.294V15.5ZM12%2018V17.25C11.5906%2017.25%2011.3595%2017.2484%2011.1974%2017.2263C11.0575%2017.2073%2011.0857%2017.1865%2011.1276%2017.229L10.594%2017.756L10.0604%2018.283C10.3433%2018.5695%2010.6865%2018.6707%2010.9954%2018.7127C11.282%2018.7516%2011.6334%2018.75%2012%2018.75V18ZM10.594%2017.756L11.1276%2017.229C11.1681%2017.27%2011.1459%2017.2947%2011.1266%2017.1491C11.1046%2016.9829%2011.103%2016.7469%2011.103%2016.333H10.353H9.603C9.603%2016.7051%209.60145%2017.0586%209.63964%2017.3464C9.68057%2017.6548%209.7789%2017.998%2010.0604%2018.283L10.594%2017.756ZM10.353%2016.333H11.103V14.667H10.353H9.603V16.333H10.353ZM10.353%2014.667H11.103C11.103%2014.2531%2011.1046%2014.0171%2011.1266%2013.8509C11.1459%2013.7053%2011.1681%2013.73%2011.1276%2013.771L10.594%2013.244L10.0604%2012.717C9.7789%2013.002%209.68057%2013.3452%209.63964%2013.6536C9.60145%2013.9414%209.603%2014.2949%209.603%2014.667H10.353ZM10.594%2013.244L11.1276%2013.771C11.0857%2013.8135%2011.0575%2013.7927%2011.1974%2013.7737C11.3595%2013.7516%2011.5906%2013.75%2012%2013.75V13V12.25C11.6334%2012.25%2011.282%2012.2484%2010.9954%2012.2873C10.6865%2012.3293%2010.3433%2012.4305%2010.0604%2012.717L10.594%2013.244ZM12%2013V13.75C12.4094%2013.75%2012.6405%2013.7516%2012.8026%2013.7737C12.9425%2013.7927%2012.9143%2013.8135%2012.8724%2013.771L13.406%2013.244L13.9396%2012.717C13.6567%2012.4305%2013.3135%2012.3293%2013.0046%2012.2873C12.718%2012.2484%2012.3666%2012.25%2012%2012.25V13ZM13.406%2013.244L12.8724%2013.771C12.8319%2013.73%2012.8541%2013.7053%2012.8734%2013.8509C12.8954%2014.0171%2012.897%2014.2531%2012.897%2014.667H13.647H14.397C14.397%2014.2949%2014.3986%2013.9414%2014.3604%2013.6536C14.3194%2013.3452%2014.2211%2013.002%2013.9396%2012.717L13.406%2013.244ZM13.647%2014.667H12.897V16.333H13.647H14.397V14.667H13.647ZM13.647%2016.333H12.897C12.897%2016.7469%2012.8954%2016.9829%2012.8734%2017.1491C12.8541%2017.2947%2012.8319%2017.27%2012.8724%2017.229L13.406%2017.756L13.9396%2018.283C14.2211%2017.998%2014.3194%2017.6548%2014.3604%2017.3464C14.3986%2017.0586%2014.397%2016.7051%2014.397%2016.333H13.647ZM13.406%2017.756L12.8724%2017.229C12.9143%2017.1865%2012.9425%2017.2073%2012.8026%2017.2263C12.6405%2017.2484%2012.4094%2017.25%2012%2017.25V18V18.75C12.3666%2018.75%2012.718%2018.7516%2013.0046%2018.7127C13.3135%2018.6707%2013.6567%2018.5695%2013.9396%2018.283L13.406%2017.756ZM17%2010H17.75C17.75%209.50885%2017.7503%209.09001%2017.7296%208.74874C17.7092%208.41213%2017.6656%208.07708%2017.5409%207.77601L16.848%208.063L16.1551%208.34999C16.1824%208.41592%2016.2148%208.54937%2016.2324%208.83951C16.2497%209.12499%2016.25%209.49115%2016.25%2010H17ZM16.848%208.063L17.5409%207.77601C17.3185%207.23906%2016.8945%206.83288%2016.3579%206.29721L15.828%206.828L15.2981%207.35879C15.9195%207.97912%2016.0735%208.15294%2016.1551%208.34999L16.848%208.063ZM15.828%206.828L16.3583%206.29767L11.6223%201.56167L11.092%202.092L10.5617%202.62233L15.2977%207.35833L15.828%206.828ZM11.092%202.092L11.6223%201.56167C11.1602%201.09951%2010.8103%200.735508%2010.3571%200.519178L10.034%201.196L9.71087%201.87282C9.87775%201.95249%2010.0258%202.08649%2010.5617%202.62233L11.092%202.092ZM10.034%201.196L10.3587%200.519949C10.2705%200.477572%2010.1801%200.439935%2010.0879%200.407199L9.837%201.114L9.58614%201.8208C9.62806%201.83568%209.66916%201.85279%209.70926%201.87205L10.034%201.196ZM9.837%201.114L10.0866%200.406757C9.61429%200.240056%209.10871%200.25%208.456%200.25V1V1.75C9.21329%201.75%209.4137%201.75994%209.58739%201.82124L9.837%201.114ZM8.456%201V0.25C6.85162%200.25%205.58313%200.248803%204.58079%200.365808C3.56233%200.484696%202.72271%200.73421%202.01828%201.30211L2.489%201.886L2.95972%202.46989C3.35429%202.15179%203.87567%201.9583%204.75471%201.85569C5.64988%201.7512%206.81538%201.75%208.456%201.75V1ZM2.489%201.886L2.01822%201.30216C1.7547%201.51465%201.51465%201.7547%201.30216%202.01822L1.886%202.489L2.46984%202.95978C2.61523%202.77947%202.77947%202.61523%202.95978%202.46984L2.489%201.886ZM1.886%202.489L1.3017%202.0188C0.734266%202.72392%200.484724%203.5631%200.365811%204.58152C0.248803%205.58362%200.25%206.85162%200.25%208.456H1H1.75C1.75%206.81538%201.7512%205.65038%201.85569%204.75548C1.95828%203.8769%202.15173%203.35508%202.4703%202.9592L1.886%202.489ZM1%208.456H0.25V13H1H1.75V8.456H1ZM1%2013H0.25C0.25%2014.8643%200.248406%2016.3381%200.403193%2017.489C0.56088%2018.6614%200.893136%2019.6104%201.6419%2020.3586L2.172%2019.828L2.7021%2019.2974C2.27886%2018.8746%202.02512%2018.2951%201.88981%2017.289C1.75159%2016.2614%201.75%2014.9067%201.75%2013H1ZM2.172%2019.828L1.6419%2020.3586C2.39033%2021.1064%203.33898%2021.4386%204.51131%2021.5964C5.66207%2021.7513%207.13559%2021.75%209%2021.75V21V20.25C7.09341%2020.25%205.73893%2020.2482%204.71144%2020.1098C3.70552%2019.9744%203.12567%2019.7206%202.7021%2019.2974L2.172%2019.828ZM9%2021V21.75H17V21V20.25H9V21ZM10%201.5H9.25V2H10H10.75V1.5H10ZM10%202H9.25C9.25%203.39279%209.24841%204.51311%209.36657%205.39171C9.48762%206.29184%209.74661%207.04996%2010.349%207.65163L10.879%207.121L11.409%206.59037C11.1324%206.31404%2010.9519%205.92566%2010.8532%205.19179C10.7516%204.43639%2010.75%203.43521%2010.75%202H10ZM10.879%207.121L10.3484%207.65103C10.95%208.25339%2011.7082%208.51238%2012.6083%208.63343C13.4869%208.75159%2014.6072%208.75%2016%208.75V8V7.25C14.5648%207.25%2013.5636%207.24841%2012.8082%207.14682C12.0743%207.04812%2011.686%206.86761%2011.4096%206.59097L10.879%207.121ZM16%208V8.75H16.5V8V7.25H16V8Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}
.gim-icon--doc:hover:after{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2222%22%20viewBox%3D%220%200%2020%2022%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M18.2508%2014.0507C18.27%2014.4645%2018.621%2014.7844%2019.0347%2014.7652C19.4485%2014.746%2019.7684%2014.395%2019.7492%2013.9813L19%2014.016L18.2508%2014.0507ZM19.7492%2017.0187C19.7684%2016.605%2019.4485%2016.254%2019.0347%2016.2348C18.621%2016.2156%2018.27%2016.5355%2018.2508%2016.9493L19%2016.984L19.7492%2017.0187ZM8.295%2015.5H9.045V14.75H8.295V15.5ZM5.248%2017.933L5.62802%2017.2864L5.62517%2017.2847L5.248%2017.933ZM5.248%2013.067L5.62517%2013.7153L5.62802%2013.7136L5.248%2013.067ZM8.294%2015.5H7.544V16.25H8.294V15.5ZM16.25%2010C16.25%2010.4142%2016.5858%2010.75%2017%2010.75C17.4142%2010.75%2017.75%2010.4142%2017.75%2010H17H16.25ZM15.828%206.828L15.2977%207.35833L15.2981%207.35879L15.828%206.828ZM11.092%202.092L11.6223%201.56167L11.092%202.092ZM10.034%201.196L9.70926%201.87205L9.71087%201.87282L10.034%201.196ZM9.837%201.114L10.0879%200.407198L10.0866%200.406757L9.837%201.114ZM2.489%201.886L2.01828%201.30211L2.01822%201.30216L2.489%201.886ZM1.886%202.489L1.30216%202.01822L1.3017%202.0188L1.886%202.489ZM17%2021.75C17.4142%2021.75%2017.75%2021.4142%2017.75%2021C17.75%2020.5858%2017.4142%2020.25%2017%2020.25V21V21.75ZM10.75%201.5C10.75%201.08579%2010.4142%200.75%2010%200.75C9.58579%200.75%209.25%201.08579%209.25%201.5H10H10.75ZM10.879%207.121L11.4096%206.59097L11.409%206.59037L10.879%207.121ZM16.5%208.75C16.9142%208.75%2017.25%208.41421%2017.25%208C17.25%207.58579%2016.9142%207.25%2016.5%207.25V8V8.75ZM19%2014.016L19.7492%2013.9813C19.734%2013.6529%2019.6638%2013.3344%2019.4978%2013.0553C19.3249%2012.7646%2019.0806%2012.5715%2018.813%2012.4516C18.3465%2012.2425%2017.7671%2012.25%2017.357%2012.25V13V13.75C17.5906%2013.75%2017.7724%2013.752%2017.9269%2013.7661C18.0824%2013.7804%2018.1619%2013.8036%2018.1995%2013.8204C18.2148%2013.8273%2018.2174%2013.8306%2018.2141%2013.8278C18.21%2013.8243%2018.2079%2013.8208%2018.2087%2013.8222C18.2113%2013.8266%2018.243%2013.8831%2018.2508%2014.0507L19%2014.016ZM17.357%2013V12.25C16.6705%2012.25%2015.9353%2012.3098%2015.4542%2012.8213C15.2087%2013.0822%2015.0906%2013.3958%2015.0297%2013.6973C14.9703%2013.9916%2014.956%2014.3227%2014.956%2014.667H15.706H16.456C16.456%2014.3468%2016.4711%2014.1373%2016.5%2013.9944C16.5274%2013.8587%2016.5565%2013.8387%2016.5468%2013.849C16.5347%2013.8619%2016.548%2013.8334%2016.6747%2013.8033C16.8113%2013.771%2017.0231%2013.75%2017.357%2013.75V13ZM15.706%2014.667H14.956V16.333H15.706H16.456V14.667H15.706ZM15.706%2016.333H14.956C14.956%2016.6773%2014.9703%2017.0084%2015.0297%2017.3027C15.0906%2017.6042%2015.2087%2017.9178%2015.4542%2018.1787C15.9353%2018.6902%2016.6705%2018.75%2017.357%2018.75V18V17.25C17.0231%2017.25%2016.8113%2017.229%2016.6747%2017.1967C16.548%2017.1666%2016.5347%2017.1381%2016.5468%2017.151C16.5565%2017.1613%2016.5274%2017.1413%2016.5%2017.0056C16.4711%2016.8627%2016.456%2016.6532%2016.456%2016.333H15.706ZM17.357%2018V18.75C17.7671%2018.75%2018.3465%2018.7575%2018.813%2018.5484C19.0806%2018.4284%2019.3249%2018.2354%2019.4978%2017.9447C19.6638%2017.6656%2019.734%2017.3471%2019.7492%2017.0187L19%2016.984L18.2508%2016.9493C18.243%2017.1169%2018.2113%2017.1734%2018.2087%2017.1778C18.2079%2017.1791%2018.21%2017.1757%2018.2141%2017.1722C18.2174%2017.1694%2018.2148%2017.1727%2018.1995%2017.1796C18.1619%2017.1964%2018.0824%2017.2196%2017.9269%2017.2339C17.7724%2017.248%2017.5906%2017.25%2017.357%2017.25V18ZM8.295%2015.5H7.545C7.545%2016.4745%206.76617%2017.25%205.825%2017.25V18V18.75C7.61183%2018.75%209.045%2017.2855%209.045%2015.5H8.295ZM5.825%2018V17.25C5.74583%2017.25%205.68542%2017.25%205.63367%2017.2491C5.58186%2017.2482%205.55095%2017.2465%205.53183%2017.2448C5.49307%2017.2412%205.55024%2017.2407%205.62802%2017.2864L5.248%2017.933L4.86798%2018.5796C5.05976%2018.6923%205.25093%2018.7253%205.39492%2018.7385C5.52848%2018.7507%205.68451%2018.75%205.825%2018.75V18ZM5.248%2017.933L5.62517%2017.2847C5.6622%2017.3063%205.7005%2017.3419%205.72841%2017.3863C5.75318%2017.4257%205.75773%2017.4529%205.75671%2017.4478C5.7553%2017.4408%205.75193%2017.4178%205.75072%2017.3654C5.75014%2017.3403%205.7501%2017.3126%205.75032%2017.2788C5.75051%2017.2489%205.751%2017.205%205.751%2017.167H5.001H4.251C4.251%2017.2516%204.23964%2017.5118%204.28604%2017.743C4.34188%2018.0211%204.49483%2018.3625%204.87083%2018.5813L5.248%2017.933ZM5.001%2017.167H5.751V13.833H5.001H4.251V17.167H5.001ZM5.001%2013.833H5.751C5.751%2013.795%205.75051%2013.7511%205.75032%2013.7212C5.7501%2013.6874%205.75014%2013.6597%205.75072%2013.6346C5.75193%2013.5822%205.7553%2013.5592%205.75671%2013.5522C5.75773%2013.5471%205.75318%2013.5743%205.72841%2013.6137C5.7005%2013.6581%205.6622%2013.6937%205.62517%2013.7153L5.248%2013.067L4.87083%2012.4187C4.49483%2012.6375%204.34188%2012.9789%204.28604%2013.257C4.23964%2013.4882%204.251%2013.7484%204.251%2013.833H5.001ZM5.248%2013.067L5.62802%2013.7136C5.5503%2013.7593%205.49319%2013.7588%205.5318%2013.7552C5.55083%2013.7535%205.58163%2013.7518%205.63328%2013.7509C5.68487%2013.75%205.74508%2013.75%205.824%2013.75V13V12.25C5.684%2012.25%205.52819%2012.2493%205.3947%2012.2615C5.25081%2012.2747%205.0597%2012.3077%204.86798%2012.4204L5.248%2013.067ZM5.824%2013V13.75C6.76597%2013.75%207.544%2014.5253%207.544%2015.5H8.294H9.044C9.044%2013.7147%207.61203%2012.25%205.824%2012.25V13ZM8.294%2015.5V16.25H8.295V15.5V14.75H8.294V15.5ZM12%2018V17.25C11.5906%2017.25%2011.3595%2017.2484%2011.1974%2017.2263C11.0575%2017.2073%2011.0857%2017.1865%2011.1276%2017.229L10.594%2017.756L10.0604%2018.283C10.3433%2018.5695%2010.6865%2018.6707%2010.9954%2018.7127C11.282%2018.7516%2011.6334%2018.75%2012%2018.75V18ZM10.594%2017.756L11.1276%2017.229C11.1681%2017.27%2011.1459%2017.2947%2011.1266%2017.1491C11.1046%2016.9829%2011.103%2016.7469%2011.103%2016.333H10.353H9.603C9.603%2016.7051%209.60145%2017.0586%209.63964%2017.3464C9.68057%2017.6548%209.7789%2017.998%2010.0604%2018.283L10.594%2017.756ZM10.353%2016.333H11.103V14.667H10.353H9.603V16.333H10.353ZM10.353%2014.667H11.103C11.103%2014.2531%2011.1046%2014.0171%2011.1266%2013.8509C11.1459%2013.7053%2011.1681%2013.73%2011.1276%2013.771L10.594%2013.244L10.0604%2012.717C9.7789%2013.002%209.68057%2013.3452%209.63964%2013.6536C9.60145%2013.9414%209.603%2014.2949%209.603%2014.667H10.353ZM10.594%2013.244L11.1276%2013.771C11.0857%2013.8135%2011.0575%2013.7927%2011.1974%2013.7737C11.3595%2013.7516%2011.5906%2013.75%2012%2013.75V13V12.25C11.6334%2012.25%2011.282%2012.2484%2010.9954%2012.2873C10.6865%2012.3293%2010.3433%2012.4305%2010.0604%2012.717L10.594%2013.244ZM12%2013V13.75C12.4094%2013.75%2012.6405%2013.7516%2012.8026%2013.7737C12.9425%2013.7927%2012.9143%2013.8135%2012.8724%2013.771L13.406%2013.244L13.9396%2012.717C13.6567%2012.4305%2013.3135%2012.3293%2013.0046%2012.2873C12.718%2012.2484%2012.3666%2012.25%2012%2012.25V13ZM13.406%2013.244L12.8724%2013.771C12.8319%2013.73%2012.8541%2013.7053%2012.8734%2013.8509C12.8954%2014.0171%2012.897%2014.2531%2012.897%2014.667H13.647H14.397C14.397%2014.2949%2014.3986%2013.9414%2014.3604%2013.6536C14.3194%2013.3452%2014.2211%2013.002%2013.9396%2012.717L13.406%2013.244ZM13.647%2014.667H12.897V16.333H13.647H14.397V14.667H13.647ZM13.647%2016.333H12.897C12.897%2016.7469%2012.8954%2016.9829%2012.8734%2017.1491C12.8541%2017.2947%2012.8319%2017.27%2012.8724%2017.229L13.406%2017.756L13.9396%2018.283C14.2211%2017.998%2014.3194%2017.6548%2014.3604%2017.3464C14.3986%2017.0586%2014.397%2016.7051%2014.397%2016.333H13.647ZM13.406%2017.756L12.8724%2017.229C12.9143%2017.1865%2012.9425%2017.2073%2012.8026%2017.2263C12.6405%2017.2484%2012.4094%2017.25%2012%2017.25V18V18.75C12.3666%2018.75%2012.718%2018.7516%2013.0046%2018.7127C13.3135%2018.6707%2013.6567%2018.5695%2013.9396%2018.283L13.406%2017.756ZM17%2010H17.75C17.75%209.50885%2017.7503%209.09001%2017.7296%208.74874C17.7092%208.41213%2017.6656%208.07708%2017.5409%207.77601L16.848%208.063L16.1551%208.34999C16.1824%208.41592%2016.2148%208.54937%2016.2324%208.83951C16.2497%209.12499%2016.25%209.49115%2016.25%2010H17ZM16.848%208.063L17.5409%207.77601C17.3185%207.23906%2016.8945%206.83288%2016.3579%206.29721L15.828%206.828L15.2981%207.35879C15.9195%207.97912%2016.0735%208.15294%2016.1551%208.34999L16.848%208.063ZM15.828%206.828L16.3583%206.29767L11.6223%201.56167L11.092%202.092L10.5617%202.62233L15.2977%207.35833L15.828%206.828ZM11.092%202.092L11.6223%201.56167C11.1602%201.09951%2010.8103%200.735508%2010.3571%200.519178L10.034%201.196L9.71087%201.87282C9.87775%201.95249%2010.0258%202.08649%2010.5617%202.62233L11.092%202.092ZM10.034%201.196L10.3587%200.519949C10.2705%200.477572%2010.1801%200.439935%2010.0879%200.407199L9.837%201.114L9.58614%201.8208C9.62806%201.83568%209.66916%201.85279%209.70926%201.87205L10.034%201.196ZM9.837%201.114L10.0866%200.406757C9.61429%200.240056%209.10871%200.25%208.456%200.25V1V1.75C9.21329%201.75%209.4137%201.75994%209.58739%201.82124L9.837%201.114ZM8.456%201V0.25C6.85162%200.25%205.58313%200.248803%204.58079%200.365808C3.56233%200.484696%202.72271%200.73421%202.01828%201.30211L2.489%201.886L2.95972%202.46989C3.35429%202.15179%203.87567%201.9583%204.75471%201.85569C5.64988%201.7512%206.81538%201.75%208.456%201.75V1ZM2.489%201.886L2.01822%201.30216C1.7547%201.51465%201.51465%201.7547%201.30216%202.01822L1.886%202.489L2.46984%202.95978C2.61523%202.77947%202.77947%202.61523%202.95978%202.46984L2.489%201.886ZM1.886%202.489L1.3017%202.0188C0.734266%202.72392%200.484724%203.5631%200.365811%204.58152C0.248803%205.58362%200.25%206.85162%200.25%208.456H1H1.75C1.75%206.81538%201.7512%205.65038%201.85569%204.75548C1.95828%203.8769%202.15173%203.35508%202.4703%202.9592L1.886%202.489ZM1%208.456H0.25V13H1H1.75V8.456H1ZM1%2013H0.25C0.25%2014.8643%200.248406%2016.3381%200.403193%2017.489C0.56088%2018.6614%200.893136%2019.6104%201.6419%2020.3586L2.172%2019.828L2.7021%2019.2974C2.27886%2018.8746%202.02512%2018.2951%201.88981%2017.289C1.75159%2016.2614%201.75%2014.9067%201.75%2013H1ZM2.172%2019.828L1.6419%2020.3586C2.39033%2021.1064%203.33898%2021.4386%204.51131%2021.5964C5.66207%2021.7513%207.13559%2021.75%209%2021.75V21V20.25C7.09341%2020.25%205.73893%2020.2482%204.71144%2020.1098C3.70552%2019.9744%203.12567%2019.7206%202.7021%2019.2974L2.172%2019.828ZM9%2021V21.75H17V21V20.25H9V21ZM10%201.5H9.25V2H10H10.75V1.5H10ZM10%202H9.25C9.25%203.39279%209.24841%204.51311%209.36657%205.39171C9.48762%206.29184%209.74661%207.04996%2010.349%207.65163L10.879%207.121L11.409%206.59037C11.1324%206.31404%2010.9519%205.92566%2010.8532%205.19179C10.7516%204.43639%2010.75%203.43521%2010.75%202H10ZM10.879%207.121L10.3484%207.65103C10.95%208.25339%2011.7082%208.51238%2012.6083%208.63343C13.4869%208.75159%2014.6072%208.75%2016%208.75V8V7.25C14.5648%207.25%2013.5636%207.24841%2012.8082%207.14682C12.0743%207.04812%2011.686%206.86761%2011.4096%206.59097L10.879%207.121ZM16%208V8.75H16.5V8V7.25H16V8Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
}
.gim-icon--pdf:after{
    height: 2rem;
    width: 2rem;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M20%2012C20%2011.182%2020%2010.43%2019.848%2010.063C19.696%209.696%2019.407%209.406%2018.828%208.828L14.092%204.092C13.593%203.593%2013.344%203.344%2013.034%203.196C12.9698%203.16518%2012.9041%203.13781%2012.837%203.114C12.514%203%2012.161%203%2011.456%203C8.211%203%206.588%203%205.489%203.886C5.26709%204.06494%205.06494%204.26709%204.886%204.489C4%205.59%204%207.211%204%2010.456V15C4%2018.771%204%2020.657%205.172%2021.828C6.344%2022.999%208.229%2023%2012%2023H20M13%203.5V4C13%206.828%2013%208.243%2013.879%209.121C14.757%2010%2016.172%2010%2019%2010H19.5M22%2015H20C19.7348%2015%2019.4804%2015.1054%2019.2929%2015.2929C19.1054%2015.4804%2019%2015.7348%2019%2016V17.5M19%2017.5V20M19%2017.5H21.5M8%2020V18M8%2018V15H9.5C9.89782%2015%2010.2794%2015.158%2010.5607%2015.4393C10.842%2015.7206%2011%2016.1022%2011%2016.5C11%2016.8978%2010.842%2017.2794%2010.5607%2017.5607C10.2794%2017.842%209.89782%2018%209.5%2018H8ZM13.5%2015H14.786C15.733%2015%2016.5%2015.746%2016.5%2016.667V18.333C16.5%2019.253%2015.732%2020%2014.786%2020H13.5V15Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");
}
.gim-icon--pdf:hover:after{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M20%2012C20%2011.182%2020%2010.43%2019.848%2010.063C19.696%209.696%2019.407%209.406%2018.828%208.828L14.092%204.092C13.593%203.593%2013.344%203.344%2013.034%203.196C12.9698%203.16518%2012.9041%203.13781%2012.837%203.114C12.514%203%2012.161%203%2011.456%203C8.211%203%206.588%203%205.489%203.886C5.26709%204.06494%205.06494%204.26709%204.886%204.489C4%205.59%204%207.211%204%2010.456V15C4%2018.771%204%2020.657%205.172%2021.828C6.344%2022.999%208.229%2023%2012%2023H20M13%203.5V4C13%206.828%2013%208.243%2013.879%209.121C14.757%2010%2016.172%2010%2019%2010H19.5M22%2015H20C19.7348%2015%2019.4804%2015.1054%2019.2929%2015.2929C19.1054%2015.4804%2019%2015.7348%2019%2016V17.5M19%2017.5V20M19%2017.5H21.5M8%2020V18M8%2018V15H9.5C9.89782%2015%2010.2794%2015.158%2010.5607%2015.4393C10.842%2015.7206%2011%2016.1022%2011%2016.5C11%2016.8978%2010.842%2017.2794%2010.5607%2017.5607C10.2794%2017.842%209.89782%2018%209.5%2018H8ZM13.5%2015H14.786C15.733%2015%2016.5%2015.746%2016.5%2016.667V18.333C16.5%2019.253%2015.732%2020%2014.786%2020H13.5V15Z%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");
}
.gim-icon--copy:after{
    height: 1.5rem;
    width: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2221%22%20viewBox%3D%220%200%2018%2021%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M3.66667%2016.8C2.95942%2016.8%202.28115%2016.5155%201.78105%2016.0092C1.28095%2015.5028%201%2014.8161%201%2014.1V8.7C1%205.3061%201%203.6087%202.04178%202.5548C3.08356%201.5009%204.75911%201.5%208.11111%201.5H11.6667C12.3739%201.5%2013.0522%201.78446%2013.5523%202.29081C14.0524%202.79716%2014.3333%203.48392%2014.3333%204.2M3.66667%209.6C3.66667%207.0548%203.66667%205.7813%204.448%204.9911C5.22844%204.2%206.48622%204.2%209%204.2H11.6667C14.1804%204.2%2015.4382%204.2%2016.2187%204.9911C17%205.7813%2017%207.0548%2017%209.6V14.1C17%2016.6452%2017%2017.9187%2016.2187%2018.7089C15.4382%2019.5%2014.1804%2019.5%2011.6667%2019.5H9C6.48622%2019.5%205.22844%2019.5%204.448%2018.7089C3.66667%2017.9187%203.66667%2016.6452%203.66667%2014.1V9.6Z%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
.gim-friends-cover{
    padding: var(--block-padding) 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    overflow-y: hidden;
    overflow-x: visible;
}
.gim-friends-cover__text{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.gim-friends-cover__cards{
    --card-padding: 50px;
    --width-card-count: calc( calc(var(--card-count) - 1) * var(--card-padding));
    position: relative;
    width: calc(100% - calc(var(--width-card-count)));
    margin-right: var(--width-card-count);
    min-height: 350px;
}
.gim-friends-cover__cards-item{
    left: calc( var(--card-padding) * var(--card-index) );
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transition: transform 0.6s ease, z-index 0.6s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.5s;
    z-index: calc(var(--card-count) - var(--card-index)); 
    transform: translateY(100%); /* Изначально скрыты внизу */
}
.gim-friends-cover__cards-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(4px 0 4px rgba(0, 0, 0, 0.1));
    transition: transform 0.6s ease;
}
.gim-friends-cover__cards-item img:hover{
    transform: scale(1.1) translateX(0px);
}
@media screen and (min-width: 768px) {
    .gim-friends-cover__cards{
        --card-padding: 75px;
    }
    .gim-friends-cover__cards-item img:hover{
    transform: scale(1.2) translateX(-30px);
}
}
@media screen and (min-width: 1200px) {
    .gim-friends-cover{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
}
@media screen and (min-width: 1600px){
    .gim-friends-cover__cards{
        --card-padding: 150px;
    }
}
.vozmoznosti-bg{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/upload/vozmoznosti-bg.jpg);
}
.uchastie-bg{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/upload/uchastie-bg.jpg);
}
.uchastie-bg .gim-container, .vozmoznosti-bg .gim-container{
    position: relative;
    z-index: 2;
}
.vozmoznosti-bg:after, .uchastie-bg:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    opacity: 0.95;
    z-index: 1;
}