*,
*::before,
*::after {
    box-sizing: border-box;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}
html{
	scroll-behavior: smooth;
}
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    overflow: hidden;
    }
	.header__logo{
		max-width: 150px;
    }

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

article > * + * {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
html,
body {
    width: 100vw;
    overflow-x: hidden;
    background: #1b524d; !important /*#81d8d0*/;
    font-size: 62.5%;
}
@media (min-width: 1200px) and (max-width: 1439px) {
    html,
    body {
        font-size: 52.5%;
    }
}
html._lock,
body._lock {
    position: sticky;
    margin: 0 auto;
    max-height: 100vh;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 1280px) and (max-width: 1439px) {
    html,
    body {
        font-size: 52.5%;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    html,
    body {
        font-size: 42.5%;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    html,
    body {
        font-size: 37.5%;
    }
}
@media (min-width: 676px) and (max-width: 767px) {
    html,
    body {
        font-size: 54.5%;
    }
}
@media (min-width: 584px) and (max-width: 675px) {
    html,
    body {
        font-size: 47.5%;
    }
}
@media (min-width: 425px) and (max-width: 583px) {
    html,
    body {
        font-size: 82.5%;
    }
}
@media (min-width: 320px) and (max-width: 424px) {
    html,
    body {
        font-size: 62.5%;
    }
}

.video-container{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	transition: 0.5s ease;
}

.video-container video{
	object-fit: cover;
	width: 100%;
	height: 100vh;
}
.video-container.no-active{
	opacity: 0;
	z-index:-1000;
}

.policy_privacy__page {
	margin-top: 12rem;
}

.policy__container{
	    max-width: 144rem;
    	margin: 0 auto;
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	padding: 2rem 10rem;
}
.policy__header{
	font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
}
._locked-body-popup{
	overflow:hidden;
	height:100vh;
}
.policy__title{
	font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    background: #ead909;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding-bottom: 0.4rem;
	margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.privacy__link{
	color:#6C6C6C;
	font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.policy__content-info{
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
}
.privacy__link:hover{
	background: #ead909;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.policy__subtitle{
	font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
	text-align:justify;
}

.header {
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    background: #133134;
    transition: top 0.6s ease;
}
.header__container {
    max-width: 144rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 10rem;
}
.header__menu-list {
    display: flex;
    width: 59rem;
    justify-content: space-between;
}
.header__menu-mob-bg-click{
	display:none;
}
.header__menu-mob-bg-click._active{
	display:flex;
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}
.header__menu-list li:last-child {
    margin-right: 0rem;
}
.header__menu-item {
    padding: 2rem 1rem;
}
.header__menu-item:hover {
    cursor: pointer;
    border-bottom: 0.1rem solid transparent;
    -o-border-image: #ead909;
    border-image: #ead909;
}
.header__menu-item:hover > .header__menu-item-link {
    cursor: pointer;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: 0.6s ease;
}
.header__menu-item-link._active{
	background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: 0.6s ease;
}
.header__menu-item._active {
    cursor: pointer;
    border-bottom: 0.1rem solid transparent;
    -o-border-image: #ead909;
    border-image: #ead909;
}
.header__menu-item._active > .header__menu-item-link {
    cursor: pointer;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: 0.6s ease;
}
.header__menu-item-link {
    width: 12.5rem;
    font-family: "Arimo";
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    transition: all 0.6s ease;
}
.header__menu-btn {
    display: none;
}
.header__items {
    display: flex;
}
.header__items-phones {
    width: 59rem;
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.header__items-phones div:first-child {
    margin-bottom: 0.4rem;
}
.header__items-phone {
    display: flex;
}
.header__items-phone-link {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-decoration: none;
}
.header__items-phone-link:hover {
    background: none;
    -webkit-text-fill-color: #fff;
    text-fill-color: #fff;
}

.prices__background {
    position: relative;
}
.prices__background-img {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.subheader {
    margin-top: 15rem;
}
.subheader-img-mob {
    display: none;
}
.subheader-prices {
    margin-top: 12rem;
}
.subheader-partner {
    width: 100%;
    height: 100%;
    background-size: cover;
    min-height: 72.4rem;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("../images/subheader__partner.png");
    background-position: center;
    margin-top: 12rem;
}
.subheader__container {
    max-width: 144rem;
    margin: 0 auto;
    padding: 16rem 10rem 8rem 10rem;
}
.subheader__container-prices {
    max-width: 144rem;
    margin: 0 auto;
    padding: 12rem 10rem 6rem 10rem;
}
.subheader__container-partner {
    max-width: 144rem;
    margin: 0 auto;
    padding: 10rem;
}
.subheader__content {
    display: flex;
    justify-content: space-between;
}
.subheader__content-partner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.subheader__content-partner-cards {
    display: flex;
}

.subheader__content-partner-card {
    width: 40rem;
    min-height: 9.6rem;
    background: #19484c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    margin-right: 2rem;
    transition: all 0.6s ease;
    opacity: 0;
    transform: translate(0rem, 10%);
}
.subheader__content-partner-card-description {
    width: 36rem;
    min-height: 5.6rem;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    color: #fff;
}
.subheader__content-partner-card-description span {
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.subheader__content-partner-card._anim {
    transform: translate(0rem, 0%);
    opacity: 1;
    transition: all 0.6s ease;
}
.subheader__content-info {
    width: 82rem;
}
.subheader__content-info-partner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 81rem;
}
.subheader__content-info-title {
    text-transform: uppercase;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 8rem;
    line-height: 9.6rem;
    color: #fff;
    margin-bottom: 2rem;
}
.subheader__content-info-title-partner {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 5.2rem;
    line-height: 6.2rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 2rem;
}
.subheader__content-info-title-partner span {
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.subheader__content-info-title span {
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.subheader__content-info-title-prices {
    text-transform: uppercase;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 8rem;
    line-height: 9.6rem;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 2rem;
}
.subheader__content-info-subtitle {
    width: 100%;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    color: #fff;
    margin-bottom: 6rem;
	text-align:left;
}
.subheader__content-info-subtitle-partner {
    width: 81rem;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 6rem;
	text-align:center;
}
.subheader__content-info-subtitle-prices {
    width: 70rem;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    color: #fff;
}
.subheader__content-info-buttons {
    display: flex;
}
.subheader__content-info-buttons-partner {
    display: flex;
    margin-bottom: 10rem;
}
.subheader__content-info-buttons-enroll {
    cursor: pointer;
    width: 29.5rem;
    min-height: 6.4rem;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        90deg,
        #ead909
    );
    color: #1f2d2f;
    border: 0rem;
    transition: all 0.6s ease;
}
.subheader__content-info-buttons-enroll:hover {
    background: linear-gradient(
        90deg,
        #ffc75f -44.33%,
        #e3b869 -43.27%,
        #6c4f1a 144.29%
    );
    transition: 0.6s linear;
}
.subheader__content-info-buttons-enroll.thanks-button {
    margin-right: 0;
}
.subheader__content-info-buttons-contact {
    cursor: pointer;
    font-family: "Arimo";
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
    background: #19484c;
    text-transform: uppercase;
    width: 29.5rem;
    min-height: 6.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 5rem;
    border: 0.1rem solid transparent;
    -o-border-image: linear-gradient(
            90deg,
            #ead909
        )
        1;
    border-image: linear-gradient(
            90deg,
            #ead909
        )
        1;
	margin-left:2rem;
}
.subheader__content-info-buttons-contact-partner {
    cursor: pointer;
    font-family: "Arimo";
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
    background: transparent;
    text-transform: uppercase;
    width: 29.3rem;
    min-height: 6.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 5rem;
    border-bottom: 0.1rem solid transparent;
    -o-border-image: linear-gradient(
            90deg,
            #ffc75f -44.33%,
            #e3b869 -43.27%,
            #6c4f1a 144.29%
        )
        1;
    border-image: linear-gradient(
            90deg,
            #ffc75f -44.33%,
            #e3b869 -43.27%,
            #6c4f1a 144.29%
        )
        1;
}
.subheader__content-info-buttons-contact-partner:hover {
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: 0.6s linear;
}
.subheader__content-info-buttons-contact:hover {
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.subheader__content-images {
    position: relative;
    width: 35rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.subheader__content-images-metal-bg{
	width: 25rem;
    height: 50.5rem;
	margin-left: 10rem;
	transform: translate(10%, 0rem);
	transition: all 0.6s ease;
    opacity: 0;
}
.subheader__content-images-metal {
	pointer-events:none;
	user-select:none;
	width:100%;
	height:100%;
	object-fit:contain;
}

.subheader__content-images-metal-bg._anim {
    transform: translate(0%, 0rem);
    opacity: 1;
    transition: all 0.6s ease;
}


.subheader__content-images-texture-bg {
    width: 25rem;
   	height: 50.5rem;
	position: absolute;
    z-index: 1;
    right: 10rem;
    top: 8.7rem;
    transform: translate(0rem, 10%);
    transition: all 0.6s ease;
    opacity: 0;
}
.subheader__content-images-texture {
	pointer-events:none;
	user-select:none;
   	width:100%;
	height:100%;
	object-fit:contain;
}
.subheader__content-images-texture-bg._anim {
    transform: translate(0%, 0rem);
    opacity: 1;
    transition: all 0.6s ease;
}

.marquee {
    white-space: nowrap;
}

@keyframes moveList {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes moveList2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}
.logos {
	pointer-events:none;
	user-select:none;
    margin-top: 10.5rem;
}
.logos__container {
    overflow: hidden;
    max-width: 100%;
    position: relative;
    /* display: flex; */
}
.logos-block {
    display: flex;
    align-items: flex-end;
    padding-right: 7.5rem;
    padding-left: 7.5rem;
}
.logos-scroll {
    display: flex;
    justify-content: space-between;
}
.logos-scroll.marquee {
    animation-duration: 40s;
    animation-delay: -40s;
    animation: moveList 40s linear infinite;
    animation-delay: -40s;
}
.logos-scroll.marquee2 {
    animation: moveList2 40s linear infinite;
    animation-delay: -20s;
    animation-delay: -20s;
}
.logos__oracle {
    min-width: 22.9rem;
    min-height: 3.5rem;
    height: 150px;
    object-fit: cover;
    width: 200px;
}
.logos__hexis {
    min-width: 22.9rem;
    min-height: 4rem;
    height: 150px;
    object-fit: cover;
    width: 200px;
}
.logos__zm {
    min-width: 22.9rem;
    min-height: 4rem;
    height: 150px;
    object-fit: cover;
    width: 200px;
}
.logos__graphtec {
    min-width: 22.9rem;
    min-height: 3.5rem;
    height: 150px;
    object-fit: cover;
    width: 200px;
}
.logos__wagner {
    min-width: 22.9rem;
    min-height: 6rem;
    height: 150px;
    object-fit: cover;
    width: 200px;
}

.films {
    padding-top: 18rem;
}
.films-partner {
    position: relative;
    background: #19484c;
    padding-top: 18rem;
    z-index: 2;
}
.films__container {
    max-width: 144rem;
    margin: 0 auto;
    padding: 0rem 10rem;
    display: flex;
    flex-direction: column;
}
.films__first {
    margin-bottom: 18rem;
}
.films__first.partner {
    margin-bottom: 0rem;
}
.films__first-film {
    display: flex;
	flex-direction:column;
    margin-bottom: 6rem;
}
.films__first-film-title {
/*     width: 61rem; */
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 5.2rem;
    line-height: 6.2rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
/*     margin-right: 2rem; */
	margin-bottom:2rem;
}
.films__first-film-subtitle {
    width: 61rem;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
}
.films__first-film-content {
    display: flex;
}
.films__first-film-content-img-bg{
	position:relative;
	user-select:none;
	pointer-events:none;
	width:59rem;
	height:60.4rem;
    margin-right: 4rem;
}
.films__first-film-content-img {
    width:100%;
	height:100%;
	object-fit:cover;
}
.films__first-film-content-img-partner{
	width:100%;
	height:100%;
	object-fit:cover;
}
.films__first-film-content-img-partner-bg {
	pointer-events:none;
	user-select:none;
    width: 59rem;
    margin-right: 4rem;
	margin-bottom:2rem;
}
.films__first-film-content-list {
    display: flex;
    flex-direction: column;
    width: 61rem;
}
.films__first-film-content-list-partner {
    display: flex;
    flex-direction: column;
    width: 61rem;
}
.films__first-film-content-list div:last-child {
    margin-bottom: 0rem;
}
.films__first-film-content-list div:nth-child(2) {
    transition-delay: 0.1s;
}
.films__first-film-content-list div:nth-child(3) {
    transition-delay: 0.2s;
}
.films__first-film-content-list div:nth-child(4) {
    transition-delay: 0.3s;
}
.films__first-film-content-item {
    padding: 2rem;
    background: #19484c;
    margin-bottom: 2rem;
    transform: translate(10%, 0rem);
    opacity: 0;
    transition: all 0.6s ease;
}
.films__first-film-content-item-partner {
    padding: 2rem;
    background: #19484c;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translate(10%, 0rem);
    transition: all 0.6s ease;
}
.films__first-film-content-item-partner._anim {
    opacity: 1;
    transform: translate(0%, 0rem);
    transition: all 0.6s ease;
}
.films__first-film-content-item-title {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding-bottom: 0.4rem;
    border-bottom: 0.1rem solid #6c6c6c;
    margin-bottom: 1.5rem;
}
.films__first-film-content-item-subtitle {
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
}
.films__first-film-content-item._anim {
    transform: translate(0, 0rem);
    opacity: 1;
    transition: all 0.6s ease;
}
.films__second-film {
    display: flex;
	flex-direction:column;
    margin-bottom: 6rem;
}
.films__second-film-title {
/*     width: 61rem; */
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 5.2rem;
    line-height: 6.2rem;
    text-transform: uppercase;
	margin-bottom:2rem;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
/*     margin-right: 2rem; */
}
.films__second-film-subtitle {
    width: 61rem;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
}
.films__second-film-content {
    display: flex;
}
.films__second-film-content-img-bg__image {
    width: 23rem;
    height: 52.9rem;
    z-index: 1;
    transition: all 0.6s ease;
}
.films__second-film-content-img {
    width:100%;
	height:100%;
	object-fit:contain;
}
.films__second-film-content-img:hover {
    transform: scale(1.05);
    transition: all 0.6s ease;
}
.films__second-film-content-img-bg {
    position: relative;
    width: 59rem;
    height: 60.4rem;
    background: #000;
    margin-left: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.films__second-film-content-img-shadow {
    position: absolute;
    width: 22rem;
    height: 47.2rem;
    left: 17rem;
    top: 3.7rem;
    background: rgba(255, 255, 255, 0.3);
    filter: blur(10rem);
    border-radius: 20rem;
    transform: rotate(41.83deg);
}
.films__second-film-content-list {
    display: flex;
    flex-direction: column;
    width: 61rem;
}
.films__second-film-content-list div:last-child {
    margin-bottom: 0rem;
}
.films__second-film-content-list:nth-child(2) {
    transition-delay: 0.1s;
}
.films__second-film-content-list:nth-child(3) {
    transition-delay: 0.2s;
}
.films__second-film-content-list:nth-child(4) {
    transition-delay: 0.3s;
}
.films__second-film-content-item {
    padding: 2rem;
    background: #19484c;
    margin-bottom: 2rem;
    transform: translate(-10%, 0rem);
    opacity: 0;
    transition: all 0.6s ease;
}
.films__second-film-content-item-partner {
    padding: 2rem;
    background: #19484c;
    margin-bottom: 2rem;
}
.films__second-film-content-item-title {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding-bottom: 0.4rem;
    border-bottom: 0.1rem solid #6c6c6c;
    margin-bottom: 1.5rem;
}
.films__second-film-content-item-subtitle {
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
}
.films__second-film-content-item._anim {
    transform: translate(0, 0rem);
    opacity: 1;
    transition: all 0.6s ease;
}

.protection {
    padding: 18rem 0rem;
}
.protection__arrows {
    display: none;
}
.protection__arrows-left {
    margin-right: 4rem;
    cursor: pointer;
}
.protection__arrows-right {
    cursor: pointer;
}
.protection__container {
    max-width: 144rem;
    margin: 0 auto;
    padding: 0rem 10rem;
}
.protection-title {
    display: flex;
    justify-content: flex-start;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 5.2rem;
    line-height: 6.2rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 6rem;
}
.protection__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.protection__cards-card {
    width: 40rem;
    height: 76.5rem;
    margin-bottom: 2rem;
}
.protection__cards-card-img {
    width: 60%;
    height: 60%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
	transition: 0.6s ease;
}
.protection__cards-card-img:hover {
	transition: 0.6s ease;
    transform: scale(1.05);
}
.protection__cards-card-img-bg {
    width: 40rem;
    height: 53.5rem;
    background: #19484c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}
.protection__cards-card-content-bg {
    min-height: 21rem;
    background: #19484c;
    padding: 2rem;
}
.protection__cards-card-content-title {
    width: 100%;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
}
.protection__cards-card-content-subtitle {
    width: 100%;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
}

.installation {
    background: #19484c;
}
.installation__number-anim {
    display: flex;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 5.2rem;
    line-height: 6.2rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.3rem;
    opacity: 0;
}
.installation__number-anim-plus {
    width: 100%;
    display: flex;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 5.2rem;
    line-height: 6.2rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.3rem;
}
.installation__container {
    max-width: 144rem;
    margin: 0 auto;
    padding: 10rem;
    position: relative;
}
.installation__title {
    width: 92.6rem;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 5.2rem;
    line-height: 6.2rem;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    padding-bottom: 5rem;
}
.installation__content {
    padding-top: 3.9rem;
    border-top: 0.1rem solid #6c6c6c;
}
.installation__content-partner {
    padding-top: 3.9rem;
    border-top: 0.1rem solid #6c6c6c;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.installation__content-subtitle-text {
    width: 54.5rem;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
}
.installation__content-items {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.installation__content-items-text {
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
    margin-bottom: 13rem;
}
.installation__content-button {
    cursor: pointer;
    width: 29.5rem;
    height: 6.4rem;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        90deg,
        #ead909
    );
    color: #1f2d2f;
    margin-right: 2rem;
    border: 0rem;
    position: absolute;
    bottom: 10rem;
}
.installation__content-button:hover {
    background: linear-gradient(
        90deg,
        #ffc75f -44.33%,
        #e3b869 -43.27%,
        #6c4f1a 144.29%
    );
    transition: 0.6s linear;
    opacity: 0.9;
}
.installation__content-benefits-list {
    width: 40rem;
    display: flex;
    flex-wrap: wrap;
}
.installation__content-benefits-item {
    display: flex;
    width: 19rem;
    display: flex;
    flex-direction: column;
}
.installation__content-benefits-item.first {
    margin-right: 2rem;
}
.installation__content-benefits-item.second {
    order: 1;
}
.installation__content-benefits-item.third {
    margin-bottom: 2rem;
}
.installation__content-benefits-item.fourth {
    margin-right: 2rem;
}
.installation__content-benefits-item-titles {
    width: 19rem;
    display: flex;
}
.installation__content-benefits-item-title {
    display: flex;
    justify-content: flex-start;
}
.installation__content-benefits-item-subtitle {
    width: 19rem;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
}
.installation__content-list {
    display: flex;
    flex-wrap: wrap;
    width: 61rem;
    justify-content: space-between;
}
.installation__content-item {
    display: flex;
    width: 29.5rem;
    margin-bottom: 2rem;
}
.installation__content-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.installation__content-item-title-plus {
    width: 1.8rem;
    height: 1.8rem;
}
.installation__content-item-title-plus-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem;
}
.installation__content-item-title-price {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 3.9rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    vertical-align: middle;
}
.installation__content-item-description {
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #f4f4f4;
    display: flex;
    align-items: flex-end;
    margin: 0rem 0rem 0.3rem 0.6rem;
}
.installation__content-total-price {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 5.2rem;
    line-height: 6.2rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.installation__total {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -2rem;
}

.examples {
    position: relative;
    z-index: 2;
}
.examples.partner {
    padding-top: 18rem;
}
.examples__bg-img {
    width: 144rem;
    height: 104.5rem;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}
.examples__container {
    max-width: 144rem;
    margin: 0 auto;
    padding: 18rem 10rem;
    overflow: hidden;
}
.examples__container-partner {
    max-width: 144rem;
    margin: 0 auto;
    padding: 0rem 10rem;
    position: relative;
    z-index: 2;
}
.examples__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 6rem;
}
.examples__title {
    width: 71.5rem;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 5.2rem;
    line-height: 6.2rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 2rem;
}
.examples__title-partner {
    width: 70rem;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 5.2rem;
    line-height: 6.2rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 2rem;
}
.examples__subtitle {
    width: 71.5rem;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
}
.examples__subtitle-partner {
    width: 61rem;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
}
.examples__subtitle-results {
    width: 54.5rem;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
}
.examples__arrows {
    display: flex;
}
.examples__arrows-left {
    margin-right: 4rem;
    cursor: pointer;
}
.examples__arrows-right {
    cursor: pointer;
}
.examples__cards {
    transition: 0.6s ease;
    margin-bottom: 6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.examples__cards-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.examples__cards-partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.examples__cards-card {
    margin-bottom: 2rem;
    width: 40rem;
}
.examples__cards-card__shell {
    width: 40rem;
    height: 53.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.examples__cards-card-partner {
    width: 40rem;
    margin-bottom: 2rem;
    transform: translate(10%, 0rem);
    opacity: 0;
    transition: all 0.6s ease;
}
.examples__cards-card-partner._anim {
    transform: translate(0, 0rem);
    opacity: 1;
    transition: all 0.6s ease;
}
.examples__cards-card-number {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 8rem;
    line-height: 9.6rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.examples__cards-card-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.examples__cards-card-img-bg {
    width: 40rem;
    height: 53.5rem;
}
.examples__cards-card-content-bg {
    background: #19484c;
    padding: 2rem;
    min-height: 17.6rem;
}
.examples__cards-card-content-bg-partner {
    background: #19484c;
    padding: 2rem;
    min-height: 2.6rem;
}
.examples__cards-card-content-title {
    width: 100%;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
}
.examples__cards-card-content-subtitle {
    width: 100%;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
}
.examples__cost {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6rem;
}
.examples__cost-button {
    cursor: pointer;
    width: 29.5rem;
    height: 6.4rem;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        90deg,
        #ead909
    );
    color: #1f2d2f;
    border: 0rem;
    transition: 0.5s ease;
}
.examples__cost-button:hover {
    background: linear-gradient(
        90deg,
        #ffc75f -44.33%,
        #e3b869 -43.27%,
        #6c4f1a 144.29%
    );
    transition: 0.6s linear;
    opacity: 0.9;
}

.questions {
    background: #19484c;
}
.questions__container {
    max-width: 144rem;
    margin: 0 auto;
    padding: 10rem;
}
.questions__title {
    cursor: pointer;
    width: 100%;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 5.2rem;
    line-height: 6.2rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding-bottom: 6rem;
}
.questions__list {
    display: flex;
    flex-direction: column;
}
.questions__item {
    border-bottom: 0.1rem solid #363636;
    padding: 4rem 0rem;
    transition: all 0.6s ease;
}
.questions__item-title {
    display: flex;
    justify-content: space-between;
    background: #19484c;
    cursor: pointer;
}
.questions__item-title-text {
    max-width: 113.5rem;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.6rem;
    text-transform: uppercase;
    color: #ffffff;
    background: #19484c;
    transition: all 0.6s ease;
}
.questions__item-title-text._active {
    max-width: 113.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.6s ease;
}
.questions__item-title-arrow {
    cursor: pointer;
    width: 2.994rem;
    height: 2.994rem;
    transition: 0.6s ease;
}
.questions__item-title-arrow-bg {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #19484c;
}
.questions__item-title-arrow._active {
    transition: all 0.6s ease;
    transform: rotate(-180deg);
}
.questions__item-description {
    max-width: 113.5rem;
    cursor: pointer;
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    max-width: 113.5rem;
    opacity: 0;
    z-index: -1;
    transform: translate(0rem, -10%);
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
    transition: 0.2s ease;
}
.questions__item-description._active {
    position: static;
    max-width: 113.5rem;
    visibility: visible;
    opacity: 1;
    z-index: 0;
    transform: translate(0rem, 0%);
    transition: 0.6s ease;
}
.questions__item._active {
    transition: all 0.6s ease;
}

.contacts__container {
    max-width: 144rem;
    margin: 0 auto;
    padding: 18rem 10rem 0rem 10rem;
}
.contacts__title {
    display: flex;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 5.2rem;
    line-height: 6.2rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 2rem;
}
.contacts__subtitle {
    width: 71.5rem;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
    margin-bottom: 6rem;
}
.contacts__content-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contacts__content-item {
    position: relative;
    width: 40rem;
    margin-bottom: 4rem;
}
.contacts__content-item-info {
	cursor: pointer;
    width: 40rem;
    height: 4rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.1rem solid #363636;
    transition: 0.6s ease;
}
.contacts__content-item-info._active {
    border-bottom: 0.1rem solid transparent;
    -o-border-image: linear-gradient(
            90deg,
            #ead909
        )
        1;
    border-image: linear-gradient(
            90deg,
            #ead909
        )
        1;
    transition: 0.6s ease;
}
.contacts__content-item-title {
    cursor: pointer;
    width: 29.5rem;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 1.5rem;
    transition: 0.6s ease;
}
.contacts__content-item-title._active {
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: 0.6s ease;
}
.contacts__content-item-subtitle {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    margin: 2rem 0rem;
    transition: all 0.6s ease;
    transform: translate(0rem, -10%);
}
.contacts__content-item-subtitle-description {
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}
.contacts__content-item-subtitle-socials {
	display:flex;
	flex-direction:column;
    margin-top: 0.5rem;
    margin-bottom: 4rem;
}
.contacts__content-item-subtitle-socials-contacts {
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
	text-decoration:none;
	transition: all 0.6s ease;
	margin-bottom:0.5rem;
}

.contacts__content-item-subtitle-socials-contacts:hover{
	background: #ead909;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	transition: all 0.6s ease;
}

.contacts__content-item-subtitle._active {
    display: block;
    position: static;
    z-index: -1;
    overflow: auto;
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease;
    transform: translate(0rem, 0%);
}
.contacts__content-img {
    width: 1.1rem;
    height: 1.4rem;
	transition: 0.6s ease;
}
.contacts__content-img._active{
	transform:rotate(180deg);
	transition: 0.6s ease;
}
.contacts__content-img-bg {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contacts__map {
    margin-top: 2rem;
    width: 144rem;
    height: 37.2rem;
}

.map {
    margin-top: 6rem;
    width: 100%;
	min-height:37.2rem;
}
@media(max-width: 500px){
	.map iframe{
	height: 100%;
}
}

.footer-thanks {
    margin-top: 10rem;
}
.footer-prices {
    margin-top: 14rem;
}
.footer__container {
    max-width: 144rem;
    margin: 0 auto;
    padding: 1rem 10rem;
    display: flex;
    flex-direction: column;
	padding-bottom:6rem;
}
.footer__content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12rem;
    border-bottom: 0.1rem solid #6c6c6c;
}
.footer__logo {
    width: 10rem;
}
.footer__left-items{
	display:flex;
}
.footer__list {
    width: 61rem;
    height: 16.4rem;
    display: flex;
    justify-content: space-between;
}
.footer__list li:last-child {
    margin-right: 0rem;
}
.footer__item {
    width: 19rem;
    height: 16.4rem;
    margin-right: 2rem;
}
.footer__item.left{
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
    width: 90vw;
	height:100%;
	margin:0rem 9.2rem;
}
.footer__item-title {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}
.footer__item-subtitle {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.footer__item-subtitle a:last-child {
    margin-bottom: 0rem;
}
.footer__item-subtitle-description {
    cursor: pointer;
    text-decoration: none;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}
.footer__item-subtitle-description-noactive {
    cursor: default;
    text-decoration: none;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
	text-align:left;
}
.footer__item-subtitle-description-socials {
    display: flex;
}
.footer__item-subtitle-description-socials-facebook {
    width: 1rem;
    height: 1.8rem;
}
.footer__item-subtitle-description-socials-facebook-bg {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer__item-subtitle-description-socials-instagram {
    width: 1.8rem;
    height: 1.8rem;
}
.footer__item-subtitle-description-socials-instagram-bg {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer__item-subtitle-description:hover {
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer__rights {
    margin-top: 3rem;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
}

.subfooter__content{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.policy__privacy{
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #FFFFFF;
	text-decoration:none;
}
.policy__privacy:hover {
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	cursor:pointer;
}
.packages {
    margin-bottom: 4rem;
}
.packages__container {
    max-width: 144rem;
    margin: 0 auto;
    padding: 0rem 10rem;
    display: flex;
    flex-direction: column;
}
.packages__menu-list {
    display: flex;
}
.packages__menu-list li:last-child {
    margin-right: 0rem;
}
.packages__menu-bg {
    margin-right: 10.3rem;
    transition: all 0.6s ease;
}
.packages__menu-bg-item {
    padding: 2rem 0rem;
}
.packages__menu-bg-item-link {
    font-family: "Arimo";
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
}
.packages__menu-bg:hover
    > .packages__menu-bg-item
    > .packages__menu-bg-item-link {
    cursor: pointer;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.6s ease;
}
.packages__menu-bg:hover > .packages__menu-bg-item {
    transition: all 0.6s ease;
}
.packages__menu-bg:hover {
    cursor: pointer;
    border-bottom: 0.1rem solid transparent;
    -o-border-image: #ead909;
    border-image: #ead909;
    border-image-slice: 1;
}
.packages__menu-bg._active {
    cursor: pointer;
    border-bottom: 0.1rem solid transparent;
    -o-border-image: #ead909;
    border-image: #ead909;
    border-image-slice: 1;
}
.packages__menu-bg._active
    > .packages__menu-bg-item
    > .packages__menu-bg-item-link {
    cursor: pointer;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: 0.6s ease;
}

.cards-prices__container {
    max-width: 144rem;
    margin: 0 auto;
    padding: 0rem 10rem;
}
.cards-prices__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cards-prices__list div._active:nth-child(1) {
    transition-delay: 0s;
}
.cards-prices__list div._active:nth-child(2) {
    transition-delay: 0.1s;
}
.cards-prices__list div._active:nth-child(3) {
    transition-delay: 0.2s;
}
.cards-prices__list div._active:nth-child(4) {
    transition-delay: 0.3s;
}
.cards-prices__card {
    width: 61rem;
    padding: 4rem;
    background: #19484c;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}
.cards-prices__card.vinil-armor-item {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform: translate(10%, 0rem);
    transition: all 0.1s ease;
    z-index: 1;
}
.cards-prices__card.vinil-armor-item._active {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0rem);
    transition: all 0.6s ease;
}
.cards-prices__card.armored-item {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translate(10%, 0rem);
    z-index: 2;
}
.cards-prices__card.armored-item._active {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0rem);
    transition: all 0.6s ease;
}
.cards-prices__card.combo-item {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translate(10%, 0rem);
    z-index: 3;
}
.cards-prices__card.combo-item._active {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0rem);
    transition: all 0.6s ease;
}
.cards-prices__card-title {
    width: 53rem;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 2rem;
}
.cards-prices__card h2:not(:first-child) {
    margin-top: 2rem;
}
.cards-prices__card-list li:last-child {
    margin-bottom: 0;
}
.cards-prices__card-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.cards-prices__card-item-description {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cards-prices__card-item-description span {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0rem 1rem;
    background: #fff;
    border-radius: 100%;
}
.cards-prices__card-item-description-title {
    max-width: 36rem;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #ffffff;
}
.cards-prices__card-item-price {
    width: 15rem;
    text-align: right;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.partnership {
    padding-top: 18rem;
}
.partnership__container {
    max-width: 144rem;
    margin: 0 auto;
    padding: 0rem 10rem;
}
.partnership__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 6rem;
}
.partnership__title {
    width: 71.5rem;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 5.2rem;
    line-height: 6.2rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 2rem;
}
.partnership__subtitle {
    width: 71.5rem;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
}
.partnership__arrows {
    display: flex;
}
.partnership__arrows-left {
    margin-right: 4rem;
    cursor: pointer;
}
.partnership__arrows-right {
    cursor: pointer;
}
.partnership__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.partnership__cards-card {
    cursor: pointer;
    width: 40rem;
    height: 67rem;
    padding: 5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #19484c;
    transition: 0.6s ease;
}
.partnership__cards-card:hover {
    transition: 0.6s ease;
    transform: scale(1.05);
}
.partnership__cards-card-content {
    display: flex;
    flex-direction: column;
}
.partnership__cards-card-title {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 2rem;
    text-align: center;
}
.partnership__cards-card-price {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 5.2rem;
    line-height: 6.2rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    text-align: center;
}
.partnership__cards-card-price-subtitle {
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 4rem;
}
.partnership__cards-card-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.partnership__cards-card-list li:last-child {
    margin-bottom: 0rem;
}
.partnership__cards-card-item {
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
    margin-bottom: 1rem;
    display: flex;
	align-items:flex-start;
}
.partnership__cards-card-item-tick {
    min-width: 1.8rem;
    min-height: 1.4rem;
}
.partnership__cards-card-item-tick-bg {
    min-width: 2.4rem;
    min-height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
}
.partnership__cards-card-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.partnership__cards-card-royalty {
    width: 32rem;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.1rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0.5rem;
}
.partnership__cards-card-button {
    cursor: pointer;
    width: 30rem;
    height: 6.4rem;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    color: #1f2d2f;
    border: 0rem;
    transition: all 0.6s ease;
    margin: 0 auto;
}
.partnership__cards-card-button:hover {
    transition: all 0.6s ease;
    background: linear-gradient(
        90deg,
        #ffc75f -44.33%,
        #e3b869 -43.27%,
        #6c4f1a 144.29%
    );
}
.partnership__about {
    display: flex;
    justify-content: space-between;
    margin: 18rem 0rem;
}
.partnership__about-content {
    width: 29.5rem;
}
.partnership__about-content-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.partnership__about-content-title-inner {
    width: 100%;
    display: flex;
    justify-content: center;
}
.partnership__about-content-title-number {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 8rem;
    line-height: 9.6rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    text-align: center;
    opacity: 0;
}
.partnership__about-content-title-plus {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 8rem;
    line-height: 9.6rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    text-align: center;
}
.partnership__about-content-description {
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #f4f4f4;
    text-align: center;
}

.input_card-title.no-show{
	position:absolute;
	z-index:-2;
	top:0;
	left:0;
	visibility:hidden;
}

.prefooter {
    background-image: url("../images/doing-good-stuff-woman-holding-notes-2022-12-15-05-09-38-utc 1.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 71.6rem;
}
.prefooter-img-mob {
    display: none;
}
.prefooter__container {
    max-width: 144rem;
    margin: 0 auto;
    padding: 10rem;
	padding-bottom:0rem;
}
.prefooter__item {
    width: 61rem;
    height: 51.6rem;
    padding: 4rem;
    background: #19484c;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.prefooter__item-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.prefooter__item-content-title {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 5.2rem;
    line-height: 6.2rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}
.prefooter__item-content-subtitle {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ead909
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 2rem;
}
.prefooter__item-content-description {
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
}
.prefooter__item-button {
    cursor: pointer;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #1f2d2f;
    width: 27.1rem;
    height: 6.4rem;
    border: 0rem;
    background: linear-gradient(
        90deg,
        #ead909
    );
}
.prefooter__item-button:hover {
    background: linear-gradient(
        90deg,
        #ffc75f -44.33%,
        #e3b869 -43.27%,
        #6c4f1a 144.29%
    );
}

.thanks {
    margin-top: 21rem;
}
.thanks__container {
    max-width: 144rem;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: center;
}
.thanks__content-info-title {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 6.2rem;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0.5rem;
}
.thanks__content-info-subtitle {
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 6rem;
}
.thanks__content-info-button {
    width: 100%;
    display: flex;
    justify-content: center;
}

.error {
    margin-top: 21rem;
}
.error__container {
    max-width: 144rem;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: center;
}
.error__content-info-title {
	width:40.4rem;
    font-family: 'Arimo';
	font-style: normal;
	font-weight: 400;
	font-size: 12.8rem;
	line-height: 15.4rem;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom:0.5rem;
	text-align:center;
}
.error__content-info-subtitle {
	width:100%;
    max-width: 40rem;
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #FFFFFF;
	margin-bottom:6rem;
	text-align:center;
}
.error-info{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.error-button{
	margin-right:0;
}


.popup {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(77, 75, 75, 0.4);
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    overflow-y: hidden;
    overflow-x: auto;
}
.popup._active {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
    opacity: 1;
    overflow-y: auto;
    transition: 0.6s ease;
    visibility: visible;
}
.wpcf7-response-output{
	display:none;
}
.wpcf7-spinner{
	display:none !important;
}
.popup__body {
	position:relative;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup__body-bg{
	position:absolute;
	width:100%;
	height: 100%;
	z-index:1;
}
.popup__container {
    background: #19484c;
    min-width: 44rem;
    min-height: 44rem;
    transition: all 0.6s ease 0s;
    visibility: visible;
    opacity: 1;
}
.popup__container._active {
	position:inherit;
    transition: all 0.6s ease 0s;
    visibility: visible;
    opacity: 1;
	z-index:2;
}
.popup__content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 6rem 6.5rem;
}

.popup__content span{
	font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #red;
}

.popup__content div:last-child{
	min-width:100%;
	font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
	color:#fff;
	border:0rem;
	border-color:#19484c;
	text-align:left;
}

.popup__close {
    cursor: pointer;
    position: absolute;
    top: 4rem;
    right: 5rem;
}
.popup__close:before,
.popup__close:after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 0.2rem;
    background: #363636;
}
.popup__close:before {
    transform: rotate(45deg);
}
.popup__close:after {
    transform: rotate(-45deg);
}
.popup__close:hover:before, .popup__close:hover:after{
	background: #ead909;
}

.popup__title {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 4.5rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0.4rem;
}
.popup__subtitle {
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
    margin-bottom: 3rem;
}
.popup__input-name {
	width:100%;
    padding: 2rem 3rem;
    border: 0.1rem solid #fff;
    background: #19484c;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #6c6c6c;
    margin-bottom: 1.5rem;
    transition: all 0.6s ease;
	border-color:#6c6c6c;
}
.popup__input-name:-webkit-autofill, 
.popup__input-name:-webkit-autofill:focus {
	background-color: #19484c;
    transition: background-color 600000s 0s, color 600000s 0s;
}

.popup__input-name:focus {
    transition: all 0.6s ease;
    outline: none;
    border: 0.1rem solid transparent;
    -o-border-image: linear-gradient(
            90deg,
            #ead909
        )
        1;
    border-image: linear-gradient(
            90deg,
            #ead909
        )
        1;
}
.popup__input-phone {
	width:100%;
    padding: 2rem 3rem;
    background: #19484c;
    border: 0.1rem solid #fff;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #6c6c6c;
    transition: all 0.6s ease;
	border-color: #6c6c6c;
}
.popup__input-phone:-webkit-autofill, 
.popup__input-phone:-webkit-autofill:focus {
	background-color: #19484c;
    transition: background-color 600000s 0s, color 600000s 0s;
}
.popup__input-phone:focus {
    transition: all 0.6s ease;
    outline: none;
    border: 0.1rem solid transparent;
    -o-border-image: linear-gradient(
            90deg,
            #ead909
        )
        1;
    border-image: linear-gradient(
            90deg,
            #ead909
        )
        1;
}
.popup__submit {
    margin-top: 3rem;
    cursor: pointer;
    width: 100%;
    min-height: 6.4rem;
    font-family: "Arimo";
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        90deg,
        #ead909
    );
    color: #1f2d2f;
    margin-right: 2rem;
    border: 0rem;
    transition: all 0.6s ease;
}
.popup__submit:hover {
    background: linear-gradient(
        90deg,
        #ffc75f -44.33%,
        #e3b869 -43.27%,
        #6c4f1a 144.29%
    );
    transition: 0.6s linear;
}

@media (min-width: 425px) and (max-width: 679px) {
    .films__first-partner .films__first-film-content-list {
        flex-direction: column;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
	.footer__content{
		display:flex;
		justify-content:column;
	}
	.footer__item.left{
		margin:0rem 
	}
	.policy__container{
		padding:2rem 5rem;
	}
	.subheader-prices {
    	margin-top: 6rem;
	}
    .popup__subtitle {
        margin-bottom: 2rem;
    }
    .popup__input-phone {
        margin-bottom: 2rem;
    }
    .header__container {
        max-width: 76.8rem;
        padding: 2rem 5rem;
        display: flex;
        justify-content: space-between;
    }
    .header__menu {
        display: none;
    }
    .header__menu-btn {
        display: block;
        width: 3rem;
        height: 3rem;
        position: relative;
        margin-left: 3rem;
        z-index: 2;
    }
    .header__menu-btn span {
        width: 3rem;
        height: 0.2rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        transition: all 0.5s;
        border-radius: 0.1rem;
    }
    .header__menu-btn span:nth-of-type(2) {
        top: calc(50% - 1rem);
    }
    .header__menu-btn span:nth-of-type(3) {
        top: calc(50% + 1rem);
    }
    .header__items {
        display: flex;
        align-items: center;
    }
	.subheader-partner {
		margin-top:4rem;
    }
    .subheader__container {
        max-width: 76.8rem;
        padding: 6rem 5rem;
    }
    .subheader__container-prices {
        max-width: 76.8rem;
        padding: 12rem 5rem 10rem 5rem;
    }
    .subheader__container-partner {
        max-width: 76.8rem;
        padding: 10rem 5rem;
    }
    .subheader__content {
        flex-direction: column-reverse;
    }
    .subheader__content-info {
        width: 66.8rem;
        margin-top: 14.7rem;
    }
    .subheader__content-info-title {
        font-size: 5.2rem;
        line-height: 6.2rem;
    }
    .subheader__content-info-title-prices {
        font-size: 4rem;
        line-height: 4.8rem;
    }
    .subheader__content-info-title-partner {
        width: 66.8rem;
        font-size: 4rem;
        line-height: 4.8rem;
		text-align:center;
    }
    .subheader__content-info-subtitle-partner {
        width: 66.8rem;
        font-size: 2rem;
        line-height: 3rem;
    }
    .subheader__content-info-subtitle-prices {
        font-size: 2rem;
        line-height: 3rem;
        width: 100%;
    }
    .subheader__content-info-buttons {
        justify-content: space-between;
    }
    .subheader__content-info-buttons-partner {
        justify-content: space-between;
    }
    .subheader__content-info-buttons-contact-partner {
        width: 32.2rem;
    }
    .subheader__content-info-buttons-enroll {
        width: 32.2rem;
    }
	.subheader__content-info-buttons-contact {
        width: 32.2rem;
		margin-left:0rem;
	}
    .subheader__content-images {
        width: 100%;
        justify-content: center;
    }
    .subheader__content-images-texture-bg {
        right: 25.9rem;
        transform: translate(-10%, 0rem);
    }
    .subheader__content-partner-card {
        width: 20.9rem;
        height: 15.2rem;
        align-items: normal;
    }
    .subheader__content-partner-card-description {
        width: 100%;
    }
    .logos__container {
        max-width: 100%;
    }
    .films {
        padding-top: 16rem;
    }
    .films__container {
        max-width: 76.8rem;
        padding: 0rem 5rem;
    }
    .films__first {
        margin-bottom: 14rem;
    }
    .films__first-film {
        flex-direction: column;
    }
    .films__first-film-title {
        width: 100%;
        font-size: 4rem;
        line-height: 4.8rem;
        margin-right: 0rem;
        margin-bottom: 2rem;
    }
    .films__first-film-subtitle {
        width: 100%;
    }
    .films__first-film-content {
        flex-direction: column;
    }
    .films__first-film-content-img-bg{
        margin-right: 0rem;
        width:100%;
		height:100%;
        margin-bottom: 2rem;
    }
	
    .films__first-film-content-img-partner-bg {
        width: 100%;
        margin-bottom: 2rem;
        margin-right: 0rem;
    }
    .films__first-film-content-list {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .films__first-film-content-list-partner {
        width: 100%;
        display: flex;
    }
    .films__first-film-content-list div:nth-child(odd) {
        margin-right: 2rem;
    }
    .films__first-film-content-item {
        max-width: 32.4rem;
        height: 18.8rem;
    }
    .films__first-film-content-item-partner {
        min-height: 13.6rem;
    }
    .films__second-film {
        flex-direction: column;
    }
    .films__second-film-title {
        width: 100%;
        font-size: 4rem;
        line-height: 4.8rem;
        margin-right: 0rem;
        margin-bottom: 2rem;
    }
    .films__second-film-subtitle {
        width: 66.8rem;
    }
    .films__second-film-content {
        flex-direction: column-reverse;
    }
    .films__second-film-content-img-bg__image {
        width: 23rem;
        height: 52.9rem;
		transition: 0.6s ease;
    }
    .films__second-film-content-img-bg {
        margin-left: 0rem;
        width: 66.8rem;
        margin-bottom: 2rem;
    }
    .films__second-film-content-img-shadow {
        left: 22rem;
        top: 5.3;
    }
    .films__second-film-content-list {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .films__second-film-content-list div:nth-child(odd) {
        margin-right: 2rem;
    }
    .films__second-film-content-item {
        width: 32.4rem;
        height: 18.8rem;
    }
    .protection__container {
        max-width: 76.8rem;
        padding: 0rem 5rem;
    }
    .protection__text {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 6rem;
    }
    .protection-title {
        font-size: 4rem;
        line-height: 4.8rem;
        margin-bottom: 0rem;
    }
    .protection__arrows {
        display: flex;
        align-items: center;
    }
    .protection__cards {
        position: relative;
        transition: 0.6s ease;
        flex-wrap: nowrap;
        left: 0;
    }
    .protection__cards-card {
        margin-right: 2rem;
    }
    .installation__container {
        max-width: 76.8rem;
        padding: 5rem;
    }
    .installation__title {
        width: 100%;
        font-size: 4rem;
        line-height: 5.2rem;
    }
    .installation__content-subtitle-text {
        margin-bottom: 4rem;
    }
    .installation__content-items {
        display: flex;
        flex-direction: column;
        margin-bottom: 22.4rem;
    }
    .installation__content-button {
        margin-right: 0rem;
        bottom: 10rem;
    }
    .examples-partner {
        padding-top: 12rem;
    }
    .examples__bg-img {
        width: 76.8rem;
        height: 58.4rem;
        top: auto;
        bottom: 0;
    }
    .examples__container {
        min-width: 76.8rem;
        padding: 16rem 5rem;
        margin: 0;
    }
    .examples__container-partner {
        max-width: 76.8rem;
        padding: 0rem 5rem;
    }
    .examples__title {
        width: 100%;
        font-size: 4rem;
        line-height: 5.2rem;
    }
    .examples__title-partner {
        font-size: 4rem;
        line-height: 4.8rem;
    }
    .examples__subtitle {
        width: 49.6rem;
    }
    .examples__subtitle-results {
        width: 51.5rem;
    }
    .examples__cards {
        position: relative;
        flex-wrap: nowrap;
    }
    .examples__cards-results {
        flex-wrap: nowrap;
    }
    .examples__cards-card {
        min-width: 40rem;
        margin-bottom: 0rem;
        margin-right: 2rem;
    }
    .examples__cards-card-partner {
        width: 32.4rem;
        height: 30.8rem;
    }
    .examples__cards-card-content-bg-partner {
        width: 32.4rem;
        min-height: 30.8rem;
    }
    .examples__cost {
        margin-top: 6rem;
        justify-content: flex-start;
    }
    .examples__cost-button {
        width: 90vw;
    }
    .questions {
        background: #19484c;
    }
    .questions__container {
        max-width: 76.8rem;
        margin: 0 auto;
        padding: 10rem 5rem;
    }
    .questions__title {
        cursor: pointer;
        width: 100%;
        font-family: "Arimo";
        font-style: normal;
        font-weight: 400;
        font-size: 5.2rem;
        line-height: 6.2rem;
        text-transform: uppercase;
        background: linear-gradient(
            90deg,
            #ead909
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        padding-bottom: 6rem;
    }
    .questions__list {
        display: flex;
        flex-direction: column;
    }
    .questions__item {
        border-bottom: 0.1rem solid #363636;
        padding: 4rem 0rem;
        transition: all 0.6s ease;
    }
    .questions__item-title {
        display: flex;
        justify-content: space-between;
        background: #19484c;
        cursor: pointer;
    }
    .questions__item-title-text {
        max-width: 56.3rem;
        font-family: "Arimo";
        font-style: normal;
        font-weight: 400;
        font-size: 2rem;
        line-height: 2.6rem;
        text-transform: uppercase;
        color: #ffffff;
        background: #19484c;
        transition: all 0.6s ease;
    }
    .questions__item-title-text._active {
        margin-bottom: 1.5rem;
        transition: all 0.6s ease;
    }
    .questions__item-title-arrow {
        cursor: pointer;
        width: 2.994rem;
        height: 2.994rem;
        transition: 0.6s ease;
    }
    .questions__item-title-arrow-bg {
        width: 3rem;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #19484c;
    }
    .questions__item-title-arrow._active {
        transition: all 0.6s ease;
        transform: rotate(-180deg);
    }
    .questions__item-description {
        max-width: 56.3rem;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .questions__item-description._active {
        max-width: 56.3rem;
    }
    .contacts__container {
        max-width: 76.8rem;
        padding: 16rem 5rem 0rem 5rem;
    }
    .contacts__title {
        width: 100%;
    }
    .contacts__subtitle {
        width: 100%;
    }
    .contacts__content-item {
        width: 20.9rem;
    }
    .contacts__content-item-info {
        width: 20.9rem;
    }
    .contacts__content-item-title {
        width: 16.4rem;
    }
    .contacts__content-item-subtitle {
		transition:0.6s ease;
        display: flex;
        flex-direction: column;
    }
    .contacts__content-img-bg {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.5rem;
        height: 2.5rem;
    }
    .map {
        margin-top: 0rem;
    }
    .footer__container {
        max-width: 76.8rem;
        padding: 8rem 5rem;
    }
    .footer__content {
		flex-direction:column;
        padding-bottom: 3rem;
    }
    .footer__logo {
        margin-right: 11.8rem;
    }
    .footer__list {
        flex-wrap: wrap;
        width: 41rem;
        height: 32.8rem;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footer__list li:nth-child(1) {
        margin-right: 1rem;
        margin-bottom: 2rem;
    }
    .footer__item {
        width: 20rem;
        height: 14.4rem;
        margin-right: 0rem;
    }
    .footer__item-subtitle-description {
        width: 19rem;
    }
    .footer__item-subtitle-description-socials {
        width: 19rem;
    }
    .packages__container {
        max-width: 76.8rem;
        padding: 0rem 5rem;
    }
    .packages__menu-bg {
        margin-right: 0rem;
    }
    .packages__menu-list {
        display: flex;
        justify-content: space-between;
    }
    .cards-prices__container {
        max-width: 76.8rem;
        padding: 0rem 5rem;
    }
    .cards-prices__card {
        width: 100%;
    }
    .partnership {
        padding-top: 12rem;
    }
    .partnership__container {
        width: 76.8rem;
        padding: 0rem 5rem;
    }
    .partnership__title {
        width: 51.5rem;
        font-size: 4rem;
        line-height: 4.8rem;
    }
    .partnership__subtitle {
        width: 51.5rem;
    }
    .partnership__cards {
        flex-wrap: nowrap;
    }
    .partnership__cards-card {
        margin-right: 2rem;
    }
    .partnership__about {
        margin: 16rem 0rem;
    }
    .partnership__about-content {
        width: 15.2rem;
    }
    .partnership__about-content-title-number {
        font-size: 4rem;
        line-height: 4.8rem;
    }
    .partnership__about-content-title-plus {
        font-size: 4rem;
        line-height: 4.8rem;
    }
    .installation__total {
        justify-content: flex-start;
        margin-top: 6rem;
    }
    .prefooter {
        min-height: 60.2rem;
        color: hsla(0deg, 0%, 0%, 0.8);
    }
    .prefooter::before {
        background-color: rgba(0, 0, 0, 0.5);
        content: "";
        display: block;
        height: 60.2rem;
        position: absolute;
        width: 100%;
        z-index: 1;
    }
    .prefooter__container {
        position: relative;
        max-width: 76.8rem;
        padding: 10rem 5rem;
        z-index: 2;
    }
    .prefooter__item {
        background: transparent;
        padding: 0rem;
        width: 100%;
        height: 40.2rem;
    }
    .prefooter__item-content-title {
        width: 49.6rem;
        font-size: 4.8rem;
        line-height: 5.2rem;
        margin-bottom: 1rem;
    }
    .prefooter__item-content-subtitle {
        width: 49.6rem;
    }
    .prefooter__item-content-description {
        width: 50rem;
    }
}
@media (min-width: 769px) and (max-width: 865px) {
    .cards-prices__card {
        width: 100%;
    }
}
@media (min-width:769px) and (max-width:839px){
	.examples__cards-card-partner{
		width:49%;
	}
}
@media (max-width: 768px) {
	.header__items-phones {
        position: absolute;
        z-index: -2;
        visibility: hidden;
        opacity: 0;
        transition: none;
        transform: translate(-400%, 0rem);
    }
	.header__items-phones._active {
        position: fixed;
        z-index: 10;
        visibility: visible;
        opacity: 1;
        left: 5rem;
        top: 42rem;
        transform: translate(0%, 0rem);
        transition: all 0.6s ease;
		background: #19484c;;
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: #fff;
    }
    .header__items-phones._active div:first-child {
        margin-bottom: 1.2rem;
        margin-top: 5rem;
    }
    .header__menu {
        display: flex;
        position: fixed;
        top: 0;
        left: -100%;
        width: 38.4rem;
        height: 100%;
        background: #19484c;
        z-index: 6;
        padding: 18rem 5rem 0rem 5rem;
        flex-direction: column;
        transition: left 0.6s ease;
    }
    .header__menu-bg-item:hover {
        padding: 2rem 3rem 2rem 0rem;
        margin-bottom: 2rem;
    }
    .header__menu-bg-mob {
        opacity: 0;
        visibility: hidden;
        display: flex;
        position: fixed;
        top: 0;
        left: 0%;
        width: 100%;
        height: 100%;
        background: rgba(102, 102, 102, 0.4);
        z-index: 5;
        flex-direction: column;
        transition: all 0.6s ease;
        opacity: 0;
    }
    .header__menu-bg-mob._active {
        visibility: visible;
        transition: all 0.6s ease;
        opacity: 1;
    }
    .header__menu._active {
        transition: all 0.6s ease;
        left: 0;
    }
    .header__menu-list {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .header__menu-bg {
        width: 100%;
        margin-right: 0rem;
    }
    .header__menu-bg-item {
        padding: 2rem 3rem 2rem 0rem;
        margin-bottom: 2rem;
    }
    .header__menu.active {
        left: 0%;
    }
    .header__menu-mob-close {
        cursor: pointer;
        position: absolute;
        top: 4rem;
        right: 5rem;
    }
	
    .header__menu-mob-close:before,
    .header__menu-mob-close:after {
        content: "";
        position: absolute;
        width: 2rem;
        height: 0.2rem;
        background: #363636;
    }
    .header__menu-mob-close:before {
        transform: rotate(45deg);
    }
    .header__menu-mob-close:after {
        transform: rotate(-45deg);
    }
	.header__logo{
		width:150px;
		transition:0.6s ease;
	}
    .header__logo._active {
		width:14rem;
        position: relative;
        z-index: 11;
		transition:0.6s ease;
    }
	.error{
		margin-top:14rem;
	}
	.header__menu-item:hover{
		border-bottom:0;
	}
	.footer__list{
		display:flex;
		flex-wrap:nowrap;
		width:100%;
		justify-content:space-between;
		margin-top:6rem !important;
		height:100%;
	}
}
@media (min-width: 320px) and (max-width: 583px) {
	.footer__left-items{
		flex-direction:column;
	}
	.footer__item.left{
		margin:0;
		margin-bottom:2rem;
	}
	.policy__container{
		padding:2rem 1.5rem;
	}
	.policy__title{
		font-size: 2.4rem;
		line-height: 3.1rem;
	}
	.policy__subtitle{
		font-size: 1.4rem;
    	line-height: 2.1rem;
	}
	.policy__ul {
		padding-left:2rem !important;
		list-style:disc !important;
	}
	.subfooter__content{
	flex-direction:column-reverse;	
	}
	.subheader {
    	margin-top: 10.3rem;
	}
	.subheader-prices {
    margin-top: 6rem;
	}
	.error{
	margin-top:12rem;
	}
	.error_content-info-title{
		width:100%;
		font-size: 12.8rem;
		line-height: 15.4rem;
	}
	.error_content-info-subtitle{
		width:100%;
		font-size: 1.6rem;
		line-height: 2.1rem;
	}
    .popup__container {
        position: relative;
        width: 100vw;
        height: 100vh;
    }
    .popup__content {
        padding: 0rem 1.5rem;
        padding-top: 25rem;
    }
    .popup__title {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
    .popup__subtitle {
        font-size: 1.4rem;
        line-height: 2.1rem;
        margin-bottom: 4rem;
    }
	.popup__input-phone{
        margin-bottom: 1.5rem;
	}
	.popup__submit{
        margin-top: 13rem;
	}
    .header__container {
        max-width: 100%;
        padding: 2rem 1.5rem;
        display: flex;
        justify-content: space-between;
    }
    .header__menu {
        display: flex;
        width: 100%;
        padding: 15rem 1.5rem;
    }
    .header__menu-mob-close {
        top: 3rem;
        right: 3.5rem;
    }
    .header__menu-btn {
        display: block;
        width: 3rem;
        height: 3rem;
        position: relative;
        margin-left: 0rem;
        z-index: 2;
    }
    .header__menu-btn span {
        width: 3rem;
        height: 0.2rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        transition: all 0.5s;
        border-radius: 0.1rem;
    }
    .header__menu-btn span:nth-of-type(2) {
        top: calc(50% - 1rem);
    }
    .header__menu-btn span:nth-of-type(3) {
        top: calc(50% + 1rem);
    }
    .header__menu-item {
        max-width: 15.5rem;
        padding: 2rem 0rem 2rem 0rem;
    }
	.header__menu-item:hover{
		border-bottom:0;
	}
    .header__contact-button {
        display: none;
    }
    .header__items {
        display: flex;
        align-items: center;
    }
    .header__items-phones {
        position: absolute;
        z-index: -2;
        visibility: hidden;
        opacity: 0;
        transition: none;
        transform: translate(-400%, 0rem);
    }
    .header__items-phones._active {
        position: fixed;
        z-index: 10;
        visibility: visible;
        opacity: 1;
        left: 1.5rem;
        top: 42rem;
        transform: translate(0%, 0rem);
        transition: 0.6s ease;
		background: #19484c;;
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: #fff;
    }
    .header__items-phones._active div:first-child {
        margin-bottom: 1.2rem;
        margin-top: 3rem;
    }
    .subheader-partner {
        background-image: none;
		margin-top:2rem;
    }
    .subheader-img-mob {
        display: block;
        width: 90vw;
        height: 28.4rem;
        margin-bottom: 2rem;
    }
    .subheader__container {
        max-width: 100vw;
        padding: 4rem 1.5rem;
    }
    .subheader__container-prices {
        max-width: 38rem;
        padding: 8rem 1.5rem;
    }
    .subheader__container-partner {
        max-width: 32rem;
        padding: 4rem 1.5rem;
    }
    .subheader__content {
        flex-direction: column-reverse;
    }
    .subheader__content-partner {
        flex-direction: column;
    }
    .subheader__content-partner-cards {
        flex-direction: column;
    }
    .subheader__content-partner-card {
        margin-right: 0rem;
        width: 90vw;
        margin-bottom: 2rem;
    }
    .subheader__content-info {
        position: relative;
        z-index: 2;
        width: 90vw;
        margin-top: 11.7rem;
        background-color: #19484c;
    }
    .subheader__content-info-title {
        font-size: 2.8rem;
        line-height: 3.6rem;
    }
    .subheader__content-info-title-prices {
        font-size: 2rem;
        line-height: 3.4rem;
    }
    .subheader__content-info-title-partner {
        max-width: 90vw;
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
    .subheader__content-info-subtitle {
        font-size: 1.4rem;
        height: 2.1rem;
        max-width:29rem;
        margin-bottom: 16rem;
    }
    .subheader__content-info-subtitle-partner {
        max-width: 90vw;
        font-size: 1.4rem;
        line-height: 3rem;
        text-align: left;
        margin-bottom: 4rem;
    }
    .subheader__content-info-subtitle-prices {
        font-size: 1.4rem;
        line-height: 2.1rem;
        width: 100%;
    }
    .subheader__content-info-buttons {
        display: flex;
        flex-direction: column;
    }
    .subheader__content-info-buttons-partner {
        flex-direction: column;
        width:100%;
		max-width:29rem;
        justify-content: space-between;
        margin-bottom: 4rem;
    }
    .subheader__content-info-buttons-contact {
        width: 100%;
    }
    .subheader__content-info-buttons-contact-partner {
        width: 90vw;
    }
    .subheader__content-info-buttons-enroll {
		width:100%;
        margin-right: 0rem;
        margin-bottom: 2rem;
    }
    .subheader__content-images {
        width: 100%;
        justify-content: center;
    }
    .subheader__content-images-metal-bg {
        width: 13.6rem;
        height: 27.4rem;
        margin-left: 5.4rem;
    }
    .subheader__content-images-texture-bg {
        width: 13.6rem;
        height: 27.4rem;
        right: 10.4rem;
    }
    .logos__container {
        max-width: 100%;
        padding-top: 0rem;
    }
    .logos-block {
        padding-right: 5rem;
        padding-left: 5rem;
    }
    .films {
        padding-top: 12rem;
    }
    .films__container {
        padding: 0rem 1.5rem;
    }
    .films__first {
        margin-bottom: 12rem;
    }
    .films__first-film {
        max-width: 90vw;
        margin: 0 auto;
        margin-bottom: 2rem;
        flex-direction: column;
    }
    .films__first-film-title {
        width: 90vw;
        font-size: 2.4rem;
        line-height: 3.1rem;
        margin-right: 0rem;
        margin-bottom: 2rem;
    }
    .films__first-film-subtitle {
        width: 90vw;
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    .films__first-film-content {
        flex-direction: column;
        justify-content: center;
    }
    .films__first-film-content-img-bg {
        margin-right: 0rem;
        width: 90vw;
        height: 29rem;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .films__first-film-content-img-partner-bg {
        width: 90vw;
        height: 29rem;
        margin-right: 0rem;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .films__first-film-content-list {
        justify-content: center;
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .films__first-film-content-list-partner {
        width: 100%;
        display: flex;
    }
    .films__first-film-content-list div:nth-child(odd) {
        margin-right: 0rem;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .films__first-film-content-item {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .films__first-film-content-item-partner {
        max-width: 90vw;
        min-height: 13.6rem;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .films__first-film-content-item-subtitle {
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    .films__second-film {
        max-width: 90vw;
        margin: 0 auto;
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .films__second-film-title {
        width: 100%;
        font-size: 2.4rem;
        line-height: 3.1rem;
        margin-right: 0rem;
        margin-bottom: 2rem;
    }
    .films__second-film-subtitle {
        font-size: 1.4rem;
        line-height: 2.1rem;
        width: 100%;
    }
    .films__second-film-content {
        flex-direction: column-reverse;
    }
    .films__second-film-content-img-bg__image {
        width: 10.1rem;
        height: 23.3rem;
    }
    .films__second-film-content-img-bg {
        margin-left: 0rem;
        width: 90vw;
        height: 29rem;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .films__second-film-content-img-shadow {
        width: 9.5rem;
        height: 20.5rem;
        left: 9rem;
        top: 4rem;
    }
    .films__second-film-content-list {
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
    }
    .films__second-film-content-list div:nth-child(odd) {
        margin-right: 0rem;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .films__second-film-content-item {
        width: 90vw;
        height: 18.8rem;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .films__second-film-content-item-subtitle {
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    .films-partner {
        padding-top: 8rem;
    }
    .protection {
        padding: 12rem 0rem 12rem 0rem;
    }
    .protection__container {
        max-width: 32rem;
        padding: 0rem 1.5rem;
    }
    .protection__text {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 4rem;
    }
    .protection-title {
        font-size: 2.4rem;
        line-height: 2.9rem;
        margin-bottom: 0rem;
    }
    .protection__arrows {
        display: none;
        align-items: center;
    }
    .protection__cards {
             flex-wrap: nowrap;
        scroll-snap-type: y mandatory;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        gap: 15px;
        padding-bottom: 10px;
    }
    .protection__cards-card {
        height: 60.6rem;
        scroll-snap-align: start;
        margin-right: 2rem;
    }
    .protection__cards-card-img-bg {
        width: 26rem;
        height: 30rem;
    }
    .protection__cards-card-content-subtitle {
        font-size: 1.4rem;
        height: 2.1rem;
    }
    .protection__cards-card-content-bg {
        width: 26rem;
        height: 28.6rem;
    }
    .installation__number-anim {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
    .installation__number-anim-plus {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
    .installation__container {
        max-width: 32rem;
        padding: 6rem 1.5rem;
    }
    .installation__title {
        width: 100%;
        font-size: 2.4rem;
        line-height: 3.1rem;
        padding-bottom: 4rem;
    }
    .installation__content-subtitle-text {
        width: 100%;
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }
    .installation__content-items {
        display: flex;
        flex-direction: column;
        margin-bottom: 22.4rem;
    }
    .installation__content-button {
        margin-right: 0rem;
        bottom: 10rem;
    }
    .installation .installation__total {
        justify-content: flex-start;
        margin-top: 6rem;
    }
    .examples__bg-img {
        display: none;
    }
    .examples__container {
        min-width: 32rem;
        padding: 12rem 1.5rem;
        margin: 0;
    }
    .examples__container-partner {
        max-width: 32rem;
        padding: 0rem 1.5rem;
    }
    .examples__title {
        width: 90vw;
        font-size: 2.4rem;
        line-height: 3.1rem;
    }
    .examples__title-partner {
        width: 90vw;
        font-size: 2.4rem;
        line-height: 2.9rem;
    }
    .examples__subtitle {
        width: 100%;
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    .examples__subtitle-partner {
        width: 90vw;
    }
    .examples__subtitle-results {
        width: 90vw;
    }
    .examples__cards {
        flex-wrap: nowrap;
    }
    .examples__cards-results {
        flex-wrap: nowrap;
    }
    .examples__cards-card {
        min-width: 90vw;
        margin-bottom: 0rem;
        margin-right: 2rem;
    }
    .examples__cards-card-img {
        width: 26rem;
        height: 35rem;
    }
    .examples__cards-card-img-bg {
        height: 35rem;
    }
    .examples__cards-card-partner {
        width: 90vw;
        min-height: 30.8rem;
    }
    .examples__cards-card-content-bg {
        width: 26rem;
        height: 21.6rem;
    }
    .examples__cards-card-content-bg-partner {
        width: 90vw;
        min-height: 30.8rem;
    }
    .examples__cards-card-content-subtitle {
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    .examples__cost {
        margin-top: 4rem;
        justify-content: flex-start;
    }
    .examples__arrows {
        display: none;
    }
    .questions__container {
        max-width: 32rem;
        padding: 6rem 1.5rem;
    }
    .questions__title {
        font-size: 2.4rem;
        line-height: 2.9rem;
        padding-bottom: 2rem;
    }
    .questions__item-title {
        position: relative;
        z-index: 2;
    }
    .questions__item-title-text {
        font-size: 1.6rem;
        line-height: 2.1rem;
        max-width: 25rem;
    }
    .questions__item-title-arrow {
        width: 1.83rem;
        height: 1.83rem;
    }
    .questions__item-title-arrow-bg {
        width: 2rem;
        height: 2rem;
    }
    .questions__item-description {
        max-width: 90vw;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 2.1rem;
        color: #ffffff;
        transition: 0.2s ease;
        transform: translate(0rem, -10%);
    }
    .questions__item-description._active {
        position: static;
        max-width: 90vw;
        visibility: visible;
        opacity: 1;
        transform: translate(0rem, 0%);
        transition: 0.6s ease;
    }
    .contacts__container {
        max-width: 32rem;
        padding: 12rem 1.5rem 0rem 1.5rem;
        margin-bottom: 10rem;
    }
    .contacts__title {
        width: 100%;
        font-size: 2.4rem;
        line-height: 3.1rem;
        margin-bottom: 2rem;
    }
    .contacts__subtitle {
        width: 100%;
        font-size: 1.4rem;
        line-height: 2.1rem;
        margin-bottom: 4rem;
    }
    .contacts__content-item {
		width:100%;
    }
    .contacts__content-item-info {
        width: 100%;
    }
    .contacts__content-item-title {
        width: 16.4rem;
    }
    .contacts__content-item-subtitle {
        display: flex;
        flex-direction: column;
    }
    .contacts__content-item-subtitle-socials {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    .contacts__content-img-bg {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.5rem;
        height: 2.5rem;
    }
    .map {
        width: 100%;
        height: 37.2rem;
        margin-top: 0rem;
    }
    .footer__container {
        max-width: 32rem;
        padding: 6rem 1.5rem;
		padding-bottom:0;
    }
    .footer__content {
        flex-direction: column;
    }
    .footer__logo{
		margin-bottom:6rem;
	}
    .footer__list {
        width: 100%;
        height: 100%;
        flex-direction: column;
    }
    .footer-item {
        width: 100%;
        margin-bottom: 2rem;
        margin-left: 0rem;
    }
    .packages__container {
        max-width: 32rem;
        padding: 0rem 1.5rem;
    }
    .packages__menu {
        position: relative;
    }
    .packages__menu-bg {
        margin-right: 0rem;
        margin-right: 6rem;
    }
    .packages__menu-bg-item-link {
        white-space: nowrap;
    }
    .packages__menu-list {
        display: flex;
        justify-content: space-between;
        overflow: scroll;
    }
    .cards-prices__container {
        max-width: 38rem;
        padding: 0rem 1.5rem;
    }
    .cards-prices__card {
        width: 100%;
        padding: 2rem;
    }
    .cards-prices__card-title {
        width: 100%;
    }
    .cards-prices__card-item-description {
        width: 13.6rem;
        align-items: flex-start;
    }
    .cards-prices__card-item-description-title {
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    .cards-prices__card-item-description span {
        margin-top: 1rem;
    }
    .cards-prices__card-item-price {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
    .partnership {
        padding-top: 12rem;
    }
    .partnership__container {
        min-width: 32rem;
        padding: 0rem 1.5rem;
        margin: 0;
    }
    .partnership__title {
        width: 100%;
        font-size: 2.4rem;
        line-height: 2.9rem;
    }
    .partnership__header {
        margin-bottom: 4rem;
    }
    .partnership__subtitle {
        width: 90vw;
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    .partnership__cards {
        flex-wrap: nowrap;
    }
    .partnership__cards-card {
        width: 26rem;
        padding: 2rem;
    }
    .partnership__cards-card-price {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
    .partnership__cards-card-item {
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    .partnership__cards-card-royalty {
        width: 22rem;
    }
    .partnership__cards-card-button {
        width: 22rem;
        margin-right: 0rem;
    }
    .partnership__cards-card:hover {
        transform: scale(1);
    }
    .partnership__about {
        width: 90vw;
        margin: 12rem 0rem;
        flex-wrap: wrap;
    }
    .partnership__about-content {
        width: 13.5rem;
        margin-bottom: 2rem;
    }
    .partnership__about-content-title-number {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
    .partnership__about-content-title-plus {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
    .partnership__about-content-description {
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    .partnership__arrows {
        display: none;
    }
    .installation__content-total-price.partner {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
    .installation__content-list.partner {
        max-width: 90vw;
    }
    .installation__content-item {
        flex-direction: column;
    }
    .installation__content-item.partner {
        width: 13.5rem;
    }
    .installation__content-item-title-plus-bg {
        right: 0;
        max-width: 2rem;
        max-height: 2rem;
        margin-right: 0.5rem;
    }
    .installation__content-item-title-plus.partner {
        max-width: 1.5rem;
        max-height: 1.5rem;
    }
    .installation__content-item-title-price {
        width: 11rem;
        text-align: left;
    }
    .installation__content-item-title-price.partner {
        font-size: 2rem;
        line-height: 2.8rem;
    }
    .installation__content-item-title.partner {
        display: flex;
    }
    .installation__content-item-description.partner {
        width: 11rem;
        display: flex;
        justify-content: flex-start;
        font-size: 1.4rem;
        line-height: 2.1rem;
        margin: 0;
        margin-left: 2.5rem;
    }
    .installation__content-items {
        margin-bottom: 4rem;
    }
    .installation__content-benefits-list {
        width: 28.8rem;
    }
    .installation__content-benefits-item {
        width: 13.4rem;
    }
    .installation__content-benefits-item.first {
        margin-right: 2rem;
    }
    .installation__content-benefits-item.second {
        order: 1;
    }
    .installation__content-benefits-item.third {
        margin-bottom: 2rem;
    }
    .installation__content-benefits-item.fourth {
        margin-right: 2rem;
    }
    .installation__content-benefits-item-title {
        width: 100%;
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
    .installation__content-benefits-item-subtitle {
        width: 100%;
        font-size: 1.4rem;
    }
    .installation__content-total-price {
        justify-content: flex-start;
        margin-top: 6rem;
    }
    .installation__content-button {
        width: 80vw;
        position: inherit;
    }
    .prefooter {
        background-image: none;
        min-height: 60.2rem;
        background: #19484c;
    }
    .prefooter::before {
        content: "";
        display: block;
        height: 60.2rem;
        position: absolute;
        width: 100%;
        z-index: 1;
    }
    .prefooter-img {
        background-image: url("../images/doing-good mob.png");
        width: 100vw;
        height: 24rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .prefooter-img-mob {
        display: flex;
        align-items: center;
        justify-content: center;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .prefooter__container {
        position: relative;
        max-width: 32rem;
        padding: 6rem 1.5rem;
        z-index: 2;
    }
    .prefooter__item {
        background: transparent;
        padding: 0rem;
        width: 100%;
        height: 40.2rem;
    }
    .prefooter__item-content-title {
        width: 90vw;
        font-size: 2.4rem;
        line-height: 2.9rem;
        margin-bottom: 0.5rem;
    }
    .prefooter__item-content-subtitle {
        width: 90vw;
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 2rem;
    }
    .prefooter__item-content-description {
        width: 90vw;
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .prefooter__item-button {
        width: 90vw;
    }
    .thanks {
        margin-top: 6rem;
    }
    .thanks__content-info-title {
        font-size: 2.8rem;
        line-height: 3.6rem;
        /* or  */
    }
    .thanks__content-info-subtitle {
        font-size: 1.4rem;
        line-height: 2.1rem;
        margin-bottom: 4rem;
    }
	.subheader__content-info-buttons-contact{
		margin-left:0rem;
		width:100%;
	}
	.popup__container{
		min-width:29rem;
		min-height:29rem;
	}
	.examples.partner{
		padding-top:12rem;
	}
	.footer__content{
		padding-bottom:4rem;
	}
}
@media (min-width: 769px) and (max-width: 991px) {
    .contacts__content-item {
        width: 30%;
    }
    .contacts__content-item-info {
        width: 100%;
    }
    .thanks__content-info-title {
        font-size: 6.2rem;
        line-height: 6.2rem;
    }
    .thanks__content-info-subtitle {
        font-size: 1.4rem;
        line-height: 2.1rem;
        margin-bottom: 4rem;
    }
}
@media (min-width: 769px) and (max-width: 865px) {
    .examples__cards {
        position: relative;
        flex-wrap: nowrap;
    }
    .examples__cards-card {
        min-width: 40rem;
        margin-right: 2rem;
    }
} /*# sourceMappingURL=style.css.map */


