/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

label[for=policy] {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid transparent;
    padding: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}
label[for=policy] .input {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #BCBCBC;
    cursor: pointer;
}
label[for=policy] .label {
    color: #BCBCBC;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}
label[for=policy] .warning {
    background:red;
    color:#fff;
    font-size:12px;
    position:absolute;
    right:0;
    bottom: -14px;
    line-height: 1;
    padding: 3px 5px;
}
label[for=policy] .label a {
    color: #BCBCBC;
}
label[for=policy] .input.checked {
    background: url(../img/icn_accept.svg) center no-repeat, #BCBCBC;
}
.popup_feedback__wrapper label[for=policy] .label, .popup_feedback__wrapper label[for=policy] .label a {
    color:#7e7e7e;
}
.hero .container h1 {
    color: #373635;
    line-height: 1.15em;
    letter-spacing: -.3px;
}
.hero .container h1 strong {
    color: #2c2b29;
    line-height: 1em;
    font-weight: 700;
    display: block;
}
.hero .container .text .menu a {
    font-size: 20px;
    font-weight: 400;
    color: #2c2b29;
}


@media (min-width:1024px) {
.hero .container h1 {
    font-size: 32px;
    font-weight: 400;
}
.hero .container h1 strong {
    white-space: nowrap;
    margin-bottom: 20px;
    font-size: 52px;
}

}


@media (max-width:1024px) {
.hero .container h1 {    font-size: 28px; }
}


@media (max-width:900px) {
.hero .container h1 strong {    font-size: 33px;}
.hero .container h1  {    font-size: 24px;}
.hero .container .man {    max-width: 330px;}
.hero .container .text .menu {    display: none;}
}
@media (max-width: 768px) {
    .hero .container h1 {        font-size: 22px;    }
}
@media (max-width:479px) {
.hero .container h1 {    font-size: 16px;    max-width: 220px;}
.hero .container .text .menu{display:none;}
.hero .container h1 strong {        font-size: 32px;    }    
.hero .container .man {        max-width: 250px;    }    
.hero__wrapper {        min-height: 310px;    }
.head .menu {    gap: 12px;    margin-left: 20px;}
.head .menu a.link {    line-height: 1.1em;}
.head {    padding: 10px 0 10px 10px;}
}

.marquee_sec {
	padding: 0;
	margin-bottom: 50px;
}
.marquee_sec .items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
}

.marquee_sec .items {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
  margin-right: 20px;
}
.marquee_sec .item {
    width:300px;
    background: #F5F6FA;
    border-radius: 10px;
    padding: 20px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.marquee_sec .item .date {
    max-width: fit-content;
    border: 1px solid #0055b5;
    color: #0055b5;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.marquee_sec .item .text {
    line-height: 1.2;
    font-size: 16px;
    color: #000;
}
.marquee_sec .item .link {
    color: #7a7a7a;
    font-size: 13px;
    line-height: 1.2;
    margin-top: auto;
}
.marquee_sec .item .link a {
    color: #7a7a7a;
    letter-spacing: 1px;
}
.marquee_sec .marquee {
  animation: scroll 90s linear infinite;
}
.marquee_sec .items-wrap:hover .marquee {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.changes {}
.changes .container {
    display: flex;
}
.changes .container .left {
    flex: 0 0 60%;
    padding-right: 50px;
}
.changes .container .left h2 {
    color: #000;
    font-weight: 700;
    font-size: 44px;
}
.changes .container .left p {
    color: #000;
    font-size: 26px;
    line-height: normal;
}
.changes .container .right {
    flex: 0 0 40%;
    background: #0055B5;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.changes .container .right .number {
    font-size: 115px;
    font-weight: 600;
    text-align: right;
    line-height: normal;
}
.changes .container .right .big_text {
    font-size: 45px;
    font-weight: 500;
    line-height: normal;
}
.changes .container .right .small_text {
    font-size: 15px;
    letter-spacing: 1px;
}
@media (max-width:768px) {
	.changes .container {
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 10px;
	}
	.changes .container .left {
    flex: 0 0 100%;
	}
	.changes .container .left h2 {
    font-size: 28px;
	}
	.changes .container .left p {
    font-size: 18px;
	}
	.changes .container .right {
    flex: 0 0 100%;
	}
	.changes .container .right .number {
    font-size: 70px;
    text-align: left;
	}
}

.changes_gallery {
	padding-top: 0;
}
.changes_gallery .container {}
.changes_gallery .container .gal {}
.changes_gallery .container .gal .item {
	width: 270px;
    background: #F5F6FA;
    border-radius: 10px;
    padding: 20px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    margin-right: 20px;
}
.changes_gallery .container .gal .item .date {
    max-width: fit-content;
    border: 1px solid #0055b5;
    color: #0055b5;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.changes_gallery .container .gal .item .text {
    line-height: 1.2;
    font-size: 16px;
    color: #000;
}
.changes_gallery .container .gal .item .link {
    color: #7a7a7a;
    font-size: 13px;
    line-height: 1.2;
    margin-top: auto;
}
.changes_gallery .container .gal .item .link a {
    color: #7a7a7a;
    letter-spacing: 1px;
}
.changes_gallery .container .flickity-prev-next-button.next {
	right:-25px;
    background: none;
}
.changes_gallery .container .flickity-prev-next-button.previous {
	left:-25px;
	background: none;
}
@media (max-width:1180px) {
	.changes_gallery .container .flickity-prev-next-button.next {
	right:0;
	}
	.changes_gallery .container .flickity-prev-next-button.previous {
	left:0;
	}
}