* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: Arial, sans-serif;
    background: #fafafa;
}

a, .scroll_privacy, .openModal {
    color: #23527c;
    text-decoration: underline;
}

a:hover, .scroll_privacy:hover, .openModal:hover {
    color: #b0493b;
}

.header {
    padding: 15px 0;
}

.container {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.sidebar a {
    text-decoration: none;
    color: #333;
}

.logo {
    font-family: 'Rubik Mono One', sans-serif;
    color: #0085cf;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin: 15px auto;
    display: block;
    font-size: 60px;
}

.logo:hover {
    color: #0085cf;
}

.nav {
    background: #0085cf;
    line-height: 40px;
}

.nav li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 9px;
}

.nav li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-transition: .3s;
    transition: .3s;
}

.nav li a:hover {
    color: #afd8f0;
    -webkit-transition: .3s;
    transition: .3s;
}

.social {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social li {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}

.social li .facebook {
    color: #3b5998;
}

.social li .youtube {
    color: #d8362a;
}

.social li .twitter {
    color: #55bfee;
}

.content {
    display: inline-block;
    width: 71%;
    padding-right: 2%;
    background: #fff;
    padding: 25px 20px;
}

.soc_crumbs {
    font-size: 0;
    background: #eee;
    padding: 5px;
}

.soc_crumbs .soc_img {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.content .soc_crumbs .soc_img img {
    width: auto;
    margin-bottom: 0;
}

.soc_crumbs span {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 13px;
    text-align: right;
}

.content h1 {
    text-align: center;
    margin-bottom: 16px;
}

.content h2 {
    font-size: 19px;
    border-bottom: 3px solid #168de2;
    padding-bottom: 15px;
}

.content .photo_block {
    font-size: 0;
    width: 100%;
    max-width: 100%;
}

.content .photo_block img {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.btn {
    background: rgb(52, 152, 219) -webkit-gradient(linear, left top, left bottom, from(rgb(52, 152, 219)), to(rgb(41, 128, 185))) repeat scroll 0% 0%;
    background: rgb(52, 152, 219) linear-gradient(to bottom, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
    border-radius: 28px;
    font-family: Arial;
    color: rgb(255, 255, 255);
    font-size: 22px;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 310px;
    max-width: 90%;
    margin: 20px auto;
    border: none;
    outline: none;
}

.btn:hover {
    background: rgb(60, 176, 253) -webkit-gradient(linear, left top, left bottom, from(rgb(60, 176, 253)), to(rgb(52, 152, 219))) repeat scroll 0% 0%;
    background: rgb(60, 176, 253) linear-gradient(to bottom, rgb(60, 176, 253), rgb(52, 152, 219)) repeat scroll 0% 0%;
    text-decoration: none;
    color: #fff;
}

.content p,
.content img,
.content h1,
.content h2 {
    margin-bottom: 16px;
}

.content p {
    line-height: 1.5625;
}

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

.content .prod {
    max-width: 220px;
    margin: 0 auto 16px;
}

.content .list {
    margin-bottom: 16px;
}

.content .list p {
    margin-bottom: 0;
}

.social_block {
    border: 2px solid #e6e6e6;
    padding: 20px;
    margin-bottom: 20px;
}

.content .social_block span {
    font-weight: bold;
    display: block;
    margin-bottom: 16px;
}

.content .social_block img {
    width: auto;
    margin: 0;
}

.quantity {
    color: #45688e;
    font-weight: bold;
    padding: 2px 3px 1px;
    background: #dae2e8;
    margin-bottom: 20px;
}

.comment {
    border-bottom: 1px solid #dae1e8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.content .comment .avatar {
    width: 48px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.comm_text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 65px)
}

.content .comm_text .user_name {
    color: #2b587a;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0px;
}

.content .comm_text .text {
    font-size: 15px;
}

.content .comm_text .time {
    color: #999;
    margin-bottom: 0;
}

.sidebar {
    display: inline-block;
    vertical-align: top;
    width: 27%;
    background: #fff;
    padding: 25px 0 0;
}

.sidebar img {
    width: 100%;
    margin-bottom: 16px;
}

.sidebar p {
    font-weight: bold;
    margin-bottom: 16px;
}

.footer {
    padding: 20px 1.5%;
    margin: 0px auto;
    text-align: center;
}

.burg {
    display: none;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 781px;
    height: 460px;
    background: #658fc4;
    border: 5px solid #dddddd;
    padding: 30px;
    display: none;
}

.popup h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.popup img {
    width: 159px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.popup .text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 270px);
}

.popup .text p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 16px;
}

.popup .popup_btn {
    display: block;
    max-width: 345px;
    margin: 10px auto;
    font-size: 23px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 5px;
    padding: 15px 15px !important;
    margin-top: 25px;
    -webkit-transition: .3s;
    transition: .3s;
}

.popup .popup_btn:hover {
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
    color: #658fc4;
}

.close {
    position: absolute;
    top: -39px;
    right: -43px;
    border: 3px solid #ddd;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #658fc4;
    cursor: pointer;
}

@media all and (max-width: 1000px) {

    .social,
    .soc_crumbs,
    .sidebar,
    .social_block,
    .nav li {
        display: none;
    }

    .content {
        width: 100%;
    }

    .logo {
        font-size: 50px;
        margin: 5px auto;
    }

    .content h1 {
        font-size: 22px;
    }

    .btn {
        font-size: 18px;
    }

    .burg {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .burg img {
        width: 40px;
    }

    .nav {
        background: #0085cf;
        line-height: 0;
    }

    .popup {
        width: 315px;
        height: auto;
        padding: 10px;
    }

    .popup img {
        width: 130px;
        margin: 0 auto;
        display: block;
    }

    .close {
        top: 5px;
        right: 5px;
        color: #ddd
    }

    .popup .text {
        width: 100%;
        margin-top: 20px;
    }

    .popup h1 {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .popup .text p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .popup .popup_btn {
        font-size: 16px;
    }

    .header {
        display: none;
    }
}

.main-lnk {
    text-decoration: none;
    color: inherit;
}

.content .change-width {
    max-width: 320px;
}

form {
    display: block;
    max-width: 500px;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
}

.form__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form__price-old {
    font-size: 20px;
    text-decoration: line-through;
}

.form__price-new {
    font-weight: 700;
    color: darkgreen;
    font-size: 32px;
}

form img {
    max-width: 220px;
}

select,
input {
    width: 100%;
    border-radius: 5px;
    height: 44px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form .input-wrapper label {
    display: none;
    pointer-events: none;
}

form .input-wrapper {
    width: 100%;
    position: relative;
    margin: 30px auto 30px;
}

form .input-wrapper input {
    margin-bottom: 0 !important;
}

form .input-wrapper .error {
    border: 1px solid red !important;
    padding-top: 10px !important;
}

form .input-wrapper .error+label {
    width: 100%;
    height: 100%;
    color: red !important;
    display: block !important;
    font-size: 11px;
    line-height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
    padding-left: 15px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form .input-wrapper .error+label:before,
form .input-wrapper .error+label:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 3px;
    height: 21px;
    background-color: red
}

form .input-wrapper .error+label:before {
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg)
}

form .input-wrapper .error+label:after {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}

.footer {
    background: #fafafa !important;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background-image: url(../img/sel.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
}

@media(max-width:991px) {
    .comment:nth-of-type(-n+28) {
        display: none;
    }
}

@media(max-width:500px) {
    .blockRedLine3103 {
        display: none;
    }
}

.terms-content {
    max-width: 1024px;
    padding: 20px;
}

.terms-content p {
    text-align: left;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    margin: 0;
}

.note_al, .note_en {
    font-size: 12px;
    padding: 0 10px;
    margin: 0 !important;
}
.modal {
  position: fixed;
  left: -100%;
  top: 50%;
  width: 90%;
  height: 90%;
  max-height: 800px;
  max-width: 800px;
  overflow: auto;
  overscroll-behavior: contain;
  transition: left .5s;
  background-color: #fff;
  border: 1px solid black;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.modal--active {
  left: 50%;
}

.modal__wrapper {
  position: relative;
  padding: 30px 15px;
}

.modal__close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  cursor: pointer;
}

.modal__close-button::before,
.modal__close-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background-color: #cccccc;

}

.modal__close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__title {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.modal__paragraph {
  margin-top: 15px;
  font-size: 14px;
}

.modal__subtitle {
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
  text-align: left;
}

.modal__subtitle+.modal__paragraph {
  margin-top: 10px;
}

.modal__ordered-list {
  padding-left: 25px;
  margin-top: 10px;
  list-style: decimal;
}

.modal__ordered-item:not(:first-of-type) {
  margin-top: 10px;
}

.modal__unordered-list {
  margin-top: 10px;
  padding-left: 15px;
  font-size: 14px;
}

.modal__unordered-item:not(:first-of-type) {
  margin-top: 10px;
}

.modal__unordered-list--inner {
  padding-left: 20px;
  list-style-type: circle;
}

.overlay-bg {
  position: fixed;
  z-index: -5;
  opacity: 0;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
  transition: opacity .5s;
}

.overlay-bg--active {
  z-index: 15;
  opacity: 1;
  left: 0;
}
.openModal, .scroll_privacy {
  cursor: pointer;
}