/*Дэфолтные настройки*/
* {
    box-sizing: border-box;
}
ul li{
    list-style: none;
}
html, body {
    margin: 0;
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    overflow-x: clip;
}
section{
    position: relative;
}
h1,h2,h3,h4,h5,p,li,a{
    margin: 0;
    padding: 0;
}
input,textarea{
    font-family: 'Arial', sans-serif;
}
input::placeholder,textarea::placeholder{
    font-family: 'Arial', sans-serif;
}
ul{
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Arial', sans-serif;
    padding: 0;
    margin: 0;
    background: #FFF;
    color: #000;
}
a {
    color: #000;
    text-decoration: none;
}
.container {
    width: 100%;
    max-width: 1141px;
    margin: 0 auto;
    z-index: 5;
    padding: 0;
    position: relative;
}
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
button{
    cursor: pointer;
    border: none;
}
button:hover{
    transition: 0.3s;
}


/*Дэфолтные настройки*/
.sec1-text-block h1{
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 36px */
    max-width: 334px;
    padding-top: 37px;
    padding-bottom: 15px;
}
#our-specialization,#animation,#design,#about,#contacts{
    scroll-margin-top: 100px;
}
.sec1-text-block p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 35px;
    line-height: 26px; /* 144.444% */
    max-width: 248px;
}
.sec1-container-img{
    position: absolute;
    right: 0;
    top: 0;
    height: 690px;
    width: 55%;
    filter: brightness(80%)
}
.sec1-text{
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.sec1-container-img img,.sec1-container-img video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.head-menu li a{
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 13px */
    letter-spacing: 1.17px;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}
.head-menu{
    display: flex;
    gap: 25px;
}
header{
    background: white;
}
.header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 99px;
}

header {
    position: fixed;
    opacity: 0;
    z-index: 999999;
    transition: .5s;
    width: 100%;
}
header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
    transition: .5s;
}
.head-menu li a:hover{
    color: #E2339A;
    transition: .3s;
    text-decoration: underline;
}
.head-menu li a{
    transition: .3s;
}
.language-block{
    display: flex;
    gap: 30px;
}
.language-block a{
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 13px */
    letter-spacing: 1.17px;
    text-transform: uppercase;
}
.sec1-container-img > .header-container-right{
    position: absolute;
}
.sec1-container{
    display: flex;
    justify-content: space-between;
}
.sec1-container > .header-container-right > ul >li > a,.sec1-container > .header-container-right > .language-block > a{
    color: white;
}
.header-container-right{
    display: flex;
    gap: 80px;
}
.header-container-right-sec1{
    padding-top: 45px;
}
.sec2-container-block{
    max-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    align-items: center;
}
.sec2-container-block p{
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 91.304% */
}
.btn-contacts{
    color: white;
    background: #2C2C2C;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 166px;
    height: 42px;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 11px */
}
.sec2{
    padding-top: 50px;
}
.sec2-container{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.sec2-container-block-img{
    height: 270px;
    display: flex;
    align-items: center;
}
.sec2-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}
.sec2{
    position: relative;
}
.sec3-text p{
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 125% */
    max-width: 582px;
}
.sec3-text span{
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    text-transform: uppercase;
}
.sec3-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.sec3{
    background: #DE3BC3;
    padding-top: 85px;
}
.sec4-container-block{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 33%;
    height: 468px;
    overflow: hidden;
    border-radius: 40px;
    padding: 60px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    transition: .5s;
}
.sec4-container-block:hover{
    box-shadow: 3px 8px 30px 8px rgba(0, 0, 0, 0.23);
    transition: .5s;
}
.mySwiper-img img,.mySwiper-img{
    width: 100%;
    height: 100%;
}
.mySwiper{
    padding-top: 60px!important;
    padding-bottom: 25px!important;
}
.sec4-container-block-text span{
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
}
.sec4-container-block-text p{
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-style: normal;
    padding-top: 22px;
    margin-top: 22px;
    border-top: 1.5px solid white;
    font-weight: 400;
    line-height: 100%; /* 16px */
}
.sec4-container-block-bg{
    background: linear-gradient(0deg, #853483 4.94%, rgba(153, 37, 112, 0.00) 166.93%);
    opacity: 0.47;
    backdrop-filter: blur(2px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec4-container-block{
    position: relative;
}
.sec4{
    position: relative;
    padding-top: 100px;
}
.sec4-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sec4-container{
    padding-top: 100px;
}
.sec4-container-block-text{
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec4-container{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.sec5-text span{
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 100% */
    letter-spacing: 0px;
}
.sec5-text p{
    font-size: 18px;
    font-style: normal;
    padding-top: 40px;
    font-weight: 400;
    max-width: 566px;
    line-height: 25px; /* 138.889% */
}
.sec5{
    padding-top: 115px;
}
.sec5-line{
    background: #000;
    width: 2px;
    height: 396px;
    display: block;
}
.sec5-img img{
    width: 505px;
    height: 445px;
}
.sec5-container{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}
.sec2-container-block-white p{
    color: white;
}
.sec7{
    padding-top: 65px;
    background: #000;
}
.sec7-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec7-link-top{
    color: #FF8562;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 34px */
}
.sec7-tel{
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    padding-top: 60px;
    padding-bottom: 25px;
    line-height: 100%; /* 21px */
}
.sec7-mail{
    color: #FF8562;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 26px */
    padding-bottom: 55px;
    padding-top: 50px;
}
.sec7-text{
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    max-width: 379px;
}
.sec5{
    position: relative;
    z-index: 999;
}
.sec7-container p{
    color: #CCC;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    padding-bottom: 20px;
    padding-top: 55px;
}
.sec2-bg{
    display: block;
    bottom: -5px;
}
.sec2-bg-mob{
    display: none;
}
.sec4-bg{
    display: block;
}
.sec4-bg-mob{
    display: none;
}
.swiper-button-next:after,.swiper-button-prev:after{
    display: none;
}
.swiper-button-prev{
    left: 50px!important;
}
.swiper-button-next{
    right: 50px!important;
}
.sec1-container-img1{
    display: block;
}
.sec1-container-img2{
    display: none;
}
.logo-head-mob{
    display: none;
}
.logo-head{
    display: block;
}


#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    display: none;
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}
.menu__btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    width: 48px;
    margin-top: -20px;
    height: 48px;
    position: relative;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #000000;
    transition-duration: .25s;
    right: 10px;
    border-radius: 10px;
}
.span-burger{
    border: none;
    outline: none;
}
.menu__btn > span::before {
    content: '';
    top: -10px;
    transition: 0.3s;
    right: 0;
}
.menu__btn > span::after {
    content: '';
    top: 10px;
    transition: 0.3s;
    right: 0;
}
.menu__box {
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    margin: 0;
    list-style: none;
    background: rgba(22, 22, 22, 0.9);
    backdrop-filter: blur(10px);
    transition-duration: .25s;
    z-index: 999;
}
.hamburger-menu{
    display: none;
}

header > .container > .header-container > .hamburger-menu > .menu__btn > span,
header > .container > .header-container > .hamburger-menu > .menu__btn > span::before,
header > .container > .header-container > .hamburger-menu > .menu__btn > span::after {
    background-color: #FFFFFF;
}

.fixed > .container > .header-container > .hamburger-menu > .menu__btn > span,
.fixed > .container > .header-container > .hamburger-menu > .menu__btn > span::before,
.fixed > .container > .header-container > .hamburger-menu > .menu__btn > span::after {
    background-color: #000000;
}


.sec2-container-block-img img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition:         transform .3s ease-in-out;
}
.sec2-container-block-img img:hover {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.list-header{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
}
.list-header li a{
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}
.sec6-bg{
    bottom: -300px;
}
.sec6{
    padding-top: 100px;
}
.sec2-container-block-img:hover{
    transform: rotate(-20deg);
}
.sec2-container-block-img img:hover {
    animation: rotation 1.5s linear infinite;
    --angle: 20deg;
}

@keyframes rotation {
    0% {transform: rotate(var(--angle))}
    50% {transform: rotate(calc(var(--angle) * -1))}
    100% {transform: rotate(var(--angle))}
}
.mySwiper-img svg{
    position: absolute;
}
.mySwiper-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-video iframe,.slider-video,.mySwiper-video-block,.slider-video video{
    width: 100%;
    height: 100%;
}
.mySwiper-video-block {
    height: 524px;
}
.slider-video video{
    object-fit: cover;
}
.container-bg-sec1{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: auto!important;
}
.container-bg-sec1{
    display: block;
}
.container-bg-sec1-mob{
    display: none;
}