* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: inherit;
}
body {
    font-family: Mukta, sans-serif;
    font-weight: 400;
    background: #FFFFFF;
}
.container {
    max-width: 1172px;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    transition: all .3s ease;
    z-index: 100;
}
.header-wrapper:first-child {
    position: relative;
    background: #234463;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 50;
}
.header .container {
    padding: 0 136px 11px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    display: flex;
    align-items: center;
}
.header-logo-image {
    width: 54px;
    margin-right: 15px;
}
.header-logo-image img {
    max-width: 100%;
}
.header-logo-text {
    font-size: 32px;
    color: #FFFFFF;
}
.header-nav ul {
    display: flex;
}
.header-nav ul li {
    list-style: none;
    font-size: 20px;
    color: #FFFFFF;
}
.header-nav ul li:not(:last-child) {
    margin-right: 86px;
}
.header-nav-movile {
    display: none;
}
.header-wrapper:last-child {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 15px 0 6px 473px;
    top: 0;
    left: -10px;
}
.header.out {
    transform: translateY(-100%);
}

.main {

}
.main .container {
    position: relative;
    display: grid;
    grid-template-columns: 888px 234px;
    gap: 25px;
    justify-content: center;
}

.main-nav ul {
    display: flex;
}
.main-nav ul li {
    list-style: none;
    font-size: 16px;
    color: #000000;
}
.main-nav ul li:not(:last-child) {
    margin-right: 24px;
}

.article {
    font-family: Helvetica, sans-serif;
    padding: 128px 15px 1px 15px;
    height: max-content;
    background: #DBDADA;
}
.article-wrapper {
    padding: 32px 30px 70px 17px;
    background: #FFFFFF;
    border-radius: 10px;
}
.article-link-items {
    width: 189px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #575656;
    margin-bottom: 26px;
}
.article-link-items a {
    margin-right: 12px;
}
.article-link-items a:first-child {
    width: 23px;
}
.article-link-items a:nth-child(2) {
    width: 22px;
}
.article-link-items a:nth-child(3) {
    width: 25px;
}
.article-link-items a:last-child {
    width: 23px;
}
.article-link-items a img {
    max-width: 100%;
}
h1.article-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 12px;
}
.article-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.article-author img {
    width: 14px;
    margin: 10px;
}
.article-author-name {
    font-weight: 700;
    font-size: 20px;
    color: #888888;
}
.article-description {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 9px;
}
.article-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 20px;
    padding-left: 15px;
    margin-left: 14px;
    border-left: 4px solid #CE1212;
}
.article-text.none {
    border: none;
}
.article-text a {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration-line: underline;
    color: #1713E2;
}
.article-text a:hover {
    text-decoration: none;
}
.main-nav a,
.header-nav a {
    transition: 0.3s;
}
.main-nav a:hover,
.header-nav a:hover {
    opacity: 0.5;
}
h2.article-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 5px;
}
h3.article-title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
}
.article-image {
    margin-left: 19px;
  margin-bottom: 16px;	
  width: 100%;
}
.article-image img {
	width: 100%;
	max-width: 100%;
}
.article-image2 {
	text-align: right;
	max-width: 317px;
}
.article-image2 img {
	width: 100%;
	max-width: 180px;
	margin-top: 70px;
}
.article-image1 {
    width: 100%;
	max-width: 150px;
    margin: 20px auto;
	
}
.article-image.product {
    margin-bottom: 0;
}
.article-image1 img {
	width: 100%;
    max-width: 180px;	
}
.article-images .article-image {
    margin-left: 0;
}
.article-images {
    margin-left: 19px;
    display: grid;
    grid-template-columns: 381px 279px;
    grid-template-rows: 209px 259px;
    gap: 25px 14px;
    margin-bottom: 20px;
}
.article-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0  auto 126px auto;
	max-width: 650px;
}
.article-form .article-image {
    max-width: 317px;
	text-align: right;
}
.form {
    width: 344px;
}
.price {
    text-align: center;
}
.old-price {
    font-size: 20px;
    text-decoration: line-through;
    margin-bottom: 5px;
}
.new-price {
    font-weight: bold;
    color: #CE1212;
    font-size: 30px;
    margin-bottom: 25px;
}
.form label {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.form-input {
    max-width: 100%;
    min-width: 100%;
    height: 46px;
    padding: 0 19px;
    background: #AFAFAF;
    border-radius: 18px;
    border: none;
    outline: none;
    margin-bottom: 26px;
}

.article-button {
    position: relative;
    display: block;
    padding: 0 10px 10px 0;
    margin: 14px auto 0 auto;
    width: 227px;
    height: 51px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    background: #74F0EC;
    border: none;
    z-index: 10;
    transition: .5s;
}
.article-button:before {
    content: '';
    width: 227px;
    height: 51px;
    position: absolute;
    top: -6px;
    left: -6px;
    background: #EB445A;
    z-index: -1;
}
.article-button:hover {
    background: transparent;
    box-shadow: none;
    transition: .5s;
}
button {
    cursor: pointer;
}
button:hover {
    transform: scale(1.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: .5s;
}

.article-comments {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-left: 29px;
    margin-bottom: 66px;
}
.comments-item {
    margin: 0 89px 0 99px;
}
.comments-item,
.comments-item-more {
    position: relative;
    border-bottom: 1px solid #959595;
    margin-bottom: 31px;
}
.comments-items-more {
    display: none;
}
.comment-wrapper {
    display: flex;
}
.comments-item-image {
    margin-right: 16px;
}
.comments-item-info {
    max-width: 100%;
}

.comments-item-info-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #1713E2;
}
.comments-item-info-text {
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 40px;
    max-width: 479px;
}
.comment-like {
    position: absolute;
    right: 17px;
    bottom: 10px;
    cursor: pointer;
}
.comments-more {
    display: flex;
    justify-content: flex-end;
    font-size: 20px;
    color: #959595;
    margin-bottom: 26px;
    margin-right: 89px;
}
.comments-more span {
    cursor: pointer;
    width: 247px;
    border-bottom: 1px solid rgba(149, 149, 149, 0.39);
}


.commentForm-text {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-left: 99px;
    margin-bottom: 16px;
}
.commentForm {
    max-width: 100%;
    margin-left: 131px;
    margin-right: 79px;
}
.input-comment {
    width: 100%;
    padding: 6px;
    font-family: 'HelveticaNeue', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: lowercase;

    color: rgb(54, 54, 54);
    border: none;
    border-bottom: 1px solid #959595;
    outline: none;
    margin-bottom: 24px;
}
.input-comment::placeholder {
    font-family: 'HelveticaNeue', sans-serif;
    font-weight: 400;
    color: rgba(201, 201, 201);
}
.commentForm .wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 105px;
}
.commentForm .wrapper a:first-child {
    font-family: 'HelveticaNeue', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-right: 47px;
}
#leave-comment {
    width: 191px;
    height: 31px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    background: #63C7FF;
    box-shadow: inset 4px 4px 5px rgba(255, 255, 255, 0.25), inset -3px -3px 4px rgba(0, 0, 0, 0.25);
    border: none;
	text-align: center;
	line-height: 31px;
    transition: 0.3s;
}
#leave-comment:hover {
    box-shadow: none;
}
.article-slider {
    max-width: 583px;
    margin: 0 auto;
}
.slider-item img {
    height: 260px;
}
.slick-prev:before, .slick-next:before {
	display: none;
}
.slick-arrow.slick-prev {
    position: absolute;
    cursor: pointer;
    top: calc(50% - 23px);
    left: -40px;
	background: url('../img/prev.png') top left no-repeat;
	width: 26px;
	height: 46px;
	transform: none;
}
.slick-arrow.slick-next {
    position: absolute;
    cursor: pointer;
    top: calc(50% - 23px);
    right: -40px;
	background: url('../img/next.png') top left no-repeat;
	width: 26px;
	height: 46px;
	transform: none;
}
.slick-arrow:hover{
	transform: none;
    box-shadow: none;
	
}



.aside {
    margin-top: 100px;
}
.aside-wrapper {
   
    padding: 58px 0 39px 0;
    height: max-content;
    background: #F0F0F0;
    z-index: 10;
}
.aside-link {
    text-align: center;
    font-size: 28px;
    color: #0A0A0A;
}
.aside-link-text {
    margin-bottom: 50px;
}
.aside-link:hover {
    text-decoration: underline;
}

.aside-product img {
    display: block;
    margin: -18px auto 22px auto;
	width: 100%;
	max-width: 150px;
}
.aside-button {
    display: block;
    width: 175px;
    height: 72px;
    font-family: 'HelveticaNeue', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    background: #EE2727;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: none;
    margin: 0 auto;
    transition: .5s;
}

.footer {
    padding: 10px;
    text-align: center;
    font-size: 14px;
}
.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(7.5px);
	z-index: 11;
}
.modal-wrapper {
    padding: 33px 0 24px 0;
    width: 534px;
    height: 164px;
    position: absolute;
    top: calc(50% - 82px);
    left: calc(50% - 267px);
    background: rgba(217, 217, 217, 0.8);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.close {
    position: absolute;
    top: 17px;
    right: 32px;
    z-index: 10;
    cursor: pointer;
}
.close:before {
    content: '';
    position: absolute;
    top: calc(50% - 16px);
    right: calc(50% - 15px);
    width: 29px;
    height: 29px;
    background: #FFFFFF;
    border-radius: 50%;
    z-index: -10;
}
.done {
    position: relative;
    margin-bottom: 38px;
    z-index: 10;
}
.done:before {
    content: '';
    position: absolute;
    top: calc(50% - 42px);
    right: calc(50% - 42px);
    width: 83px;
    height: 83px;
    background: #FFFFFF;
    border-radius: 50%;
    z-index: -10;
}
.attention {
    margin: 10px auto;
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
    color: #EB445A;
    text-align: center;
    animation: attention 1s linear infinite;
}
@keyframes attention {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@media (max-width: 991px) {
	 .attention {
		 animation: none;
	 }
}
@media (max-width: 640px) {
    .attention {
        font-size: 20px;
		
    }
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
}
.popup {
    position: fixed;
    display: none;
    width: 100%;
    max-width: 500px;
    height: 230px;
    margin: auto;
    padding: 25px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: #fff;
    border: #000 1px solid;
    border-radius: 10px;
    z-index: 1001;
}
@media (max-width: 415px) {
    .popup {
        height: 260px;
    }
}
.popup__close {
    position: absolute;
    top: -15px;
    right: -15px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
@media (max-width: 520px) {
  .popup__close {
    top: -30px;
    right: 15px;
  }
}
.active {
    display: block !important;
}
.popup__attention {
    font-size: 26px;
}
.popup__btn {
    margin-top: 20px;
    font-size: 30px;
    background-size: contain;
}
.fixed {
	position: fixed;
	top: 58px;
	margin-left: 30px;
}