* {
    padding: 0;
    margin: 0;
}
:root {
    --red: #e82a2c;
}
body {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #333333;
}
p {
    margin-bottom: 20px;
}
h1 {
    font-weight: bold;
    font-size: 55px;
    line-height: 63px;
    color: #ffffff;
}
h1:after {
    display: block;
    content: "";
    width: 165px;
    height: 4px;
    background: var(--red);
    margin-top: 25px;
}
h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 40px 0;
}
h2:after {
    display: block;
    content: "";
    width: 165px;
    height: 4px;
    background: var(--red);
    margin-top: 25px;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
a:active,
a:focus {
    outline: none;
    border: none;
}
input:active,
input:focus {
    outline: none;
    border: none;
}
.top nav a {
    position: relative;
    margin: 10px;
    text-transform: uppercase;
}
footer nav a {
    position: relative;
    line-height: 26px !important;
}
.top nav a:after,
footer nav a:after {
    background-color: var(--red);
    display: block;
    content: "";
    height: 3px;
    width: 0%;
    left: 50%;
    position: absolute;
    -webkit-transition: width 0.2s ease-in-out;
    -moz--transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.top nav a:hover:after,
footer nav a:hover:after,
.top nav a:focus:after,
footer nav a:focus:after {
    width: 100%;
}
footer .disclaimer {
    margin-top: 50px;
    font-size: 12px;
    text-align: center;
}
#o-nas h3 {
    margin: 40px 0 40px;
    font-size: 20px;
}
.grid-princ p {
    border-left: 4px solid #e6e6e6;
    margin-bottom: 0px;
    padding-left: 30px;
    line-height: 24px;
}
.grid-princ {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}
.form-trigger {
    color: var(--red);
    border-bottom: 2px solid var(--red);
}
.item.phone a {
    display: block;
    text-align: right;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
}
.wrapper {
    width: 1140px;
    margin: 0 auto;
}
.top {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    padding: 25px 0;
    align-items: center;
}
.banner {
    width: 100%;
    background: url(../img/banner.jpg);
    color: #fff;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner p {
    font-size: 24px;
    line-height: 28px;
    color: #e0d1d1;
    margin-top: 35px;
}
.banner a {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(229, 229, 229, 0.5);
    border-radius: 50px;
    width: 360px;
    height: 60px;
    display: block;
    position: relative;
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 17px;
    box-sizing: border-box;
}
.banner a:hover {
    background: rgba(255, 255, 255, 0.2);
}
.banner a span {
    font-size: 18px;
}
.banner a img {
    padding-left: 8px;
}
.banner .grid {
    display: grid;
    grid-template-columns: 40% calc(60% - 130px);
    align-items: center;
}
span.border {
    width: 1px;
    height: 100%;
    background: rgba(229, 229, 229, 0.5);
    margin-left: 15px;
}
.grid-40-60 {
    display: grid;
    grid-template-columns: 40% calc(60% - 30px);
    grid-gap: 30px;
}
.bold {
    font-weight: bold;
}
.bigger {
    font-size: 18px;
    line-height: 21px;
}
.float-img {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.float-img .item:first-child {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.float-img .item:first-child img {
    max-width: 20%;
    height: 100px;
    object-fit: contain;
}
section {
    padding-top: 40px;
}
.price {
    font-size: 34px;
    line-height: 50px;
    margin: 0;
    /* margin-top: 50px; */
}
.price span {
    font-weight: bold;
}

ul.circle,
ul.check {
    list-style-type: none;
    padding-left: 80px;
}
ul.circle li {
    position: relative;
    line-height: 28px;
}
ul.check li {
    position: relative;
    line-height: 19px;
}
ul.check {
    display: grid;
    grid-template-columns: calc(50% - 60px) calc(50% - 60px);
    justify-content: space-between;
    grid-gap: 20px;
    align-items: center;
    padding-left: 100px;
}
.circle li:before,
ul.check li:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--red);
    border-radius: 50%;
    left: -35px;
    top: 9px;
}
ul.check li:before {
    width: 21px;
    height: 21px;
    top: 5px;
    left: -55px;
    background: url(../img/galka.png);
}
button {
    background: #e82a2c;
    box-shadow: 1px 4px 1px #bd2123;
    border-radius: 50px;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    width: 262px;
    height: 60px;
    cursor: pointer;
}
button:hover {
    background: #bd2123;
    box-shadow: 1px 4px 1px #7b1517;
}
footer {
    width: 100%;
    background: url(../img/footer-banner.jpg);
    color: #fff;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
section#context .grid-40-60 .item:nth-child(2) {
    background-size: 100%;
    background: url(../img/line-min.png);
    background-repeat: no-repeat;
    background-position: left 0px top 84px;
    position: relative;
}
.grid-40-60 .item:nth-child(2) p.bold.bigger {
    margin-bottom: 50px;
}
footer p.title {
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
}
footer p.title {
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
}
footer p.mini-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
}
input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(229, 229, 229, 0.5);
    box-sizing: border-box;
    border-radius: 50px;
    height: 60px;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    width: 263px;
    margin-right: 25px;
    font-size: 18px;
    line-height: 21px;
}
footer input::-moz-placeholder {
    color: #fff;
}
footer input::-webkit-input-placeholder {
    color: #fff;
}
footer input:-ms-input-placeholder {
    color: #fff;
}
footer input::-ms-input-placeholder {
    color: #fff;
}
footer input::placeholder {
    color: #fff;
}
footer form {
    margin-top: 50px;
}
.footer_pdf{
    display: flex;
    flex-direction: column;
    font-size: 12px;
    align-items: center;
    margin-top: 25px;
}
.footer_pdf p {
    margin-bottom: 0;
    text-align: center;
}
.footer_pdf a {
    text-decoration: underline;
}
.popup-form-wrapp input::-moz-placeholder {
    color: #333;
}
.popup-form-wrapp input::-webkit-input-placeholder {
    color: #333;
}
.popup-form-wrapp input:-ms-input-placeholder {
    color: #333;
}
.popup-form-wrapp input::-ms-input-placeholder {
    color: #333;
}
.popup-form-wrapp input::placeholder {
    color: #333;
}

input.personal-data {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkbox-custom {
  width: 25px;
  height: 25px;
}


.checkbox-custom label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.checkbox-custom label b {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background-color: #6d6d6d;
  border: 2px solid #999;
  border-radius: 4px;
  transition: 0.2s;
}

input.personal-data:checked + b::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.personal-data-wrapper {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 5px;
    margin-right: 30px;
    margin-left: 30px;
    font-size: 12px;
    color: #999;
}

#popup .personal-data-wrapper {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 2px;
    margin-right: 0;
    margin-left: 0;
    font-size: 9px;
    color: #999;
    line-height: 1.2;
}

#popup .checkbox-custom {
    width: 20px;
    height: 20px;
}

#popup input.personal-data:checked + b::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 1px;
    width: 3px;
    height: 5px;
    border: 1px solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

form a {
    text-decoration: underline;
}


footer nav a {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    margin: 20px;
}
footer nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.ad .grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 960px;
    margin: 0 auto;
    grid-gap: 25px;
}
.ad .grid .item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.ad .grid .item img {
    margin-right: 30px;
    max-width: 68px;
    max-height: 68px;
    min-width: 68px;
    min-height: 68px;
}
.ad .grid .item p {
    max-width: 360px;
    margin-bottom: 0px;
}
.ad h3 {
    text-align: center;
    margin: 30px 0;
}
p.textb {
    margin-left: 40px;
    max-width: 271px;
    margin-top: -13px;
    margin-bottom: 50px;
}

.textb:nth-child(2) {
    margin-left: 385px;
    max-width: 271px;
}
.textb:nth-child(3) {
    margin-left: 205px;
    max-width: 263px;
    margin-top: -35px;
}
.textb:nth-child(4) {
    max-width: 260px;
    margin-left: 116px;
    margin-top: -4px;
}
.textb:nth-child(5) {
    margin-top: 55px;
}
section#context .grid-40-60 .item:nth-child(2):after {
    content: "";
    width: 240px;
    height: 225px;
    position: absolute;
    background: url(../img/yandex-partner.svg);
    bottom: 29px;
    right: 0px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
section#media .grid-40-60 .item:nth-child(2) {
    background-size: 100%;
    background: url(../img/line-h-min.png);
    background-repeat: no-repeat;
    background-position: left 0px top 50px;
    position: relative;
}
.textv {
    max-width: 263px;
    margin-bottom: 50px;
    margin-top: 25px;
}
.textv:nth-child(2) {
    margin-left: 385px;
    max-width: 271px;
}
.textv:nth-child(3) {
    margin-left: 345px;
    max-width: 233px;
    margin-top: 0px;
}
.textv:nth-child(4) {
    max-width: 260px;
    margin-left: 273px;
    margin-top: 0;
}
.textv:nth-child(5) {
    margin-top: -2px;
    margin-left: 165px;
}
.textv:nth-child(6) {
    margin-top: -22px;
    margin-left: 36px;
}
h1 span {
    position: relative;
}
.o {
    width: 7px;
    height: 7px;
    border: 5px solid #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: -18px;
    top: 0px;
}
section.thebest {
    padding-bottom: 80px;
}
.the-best div img {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    max-height: 80px;
}
.the-best div {
    display: flex;
    align-items: center;
}
button.slick-arrow {
    display: none !important;
}
/* section#media p.price {
    margin-top: -30px;
} */
.media-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.media-images .item {
    /* flex: 1; */
    height: 85px;
}
.media-images .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
section#context p.price {
    margin-top: -50px;
}
section#context {
    padding-top: 10px;
}
section#analytics p.price {
    margin-top: 20px;
}
a.tottop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
}
a.tottop:hover {
    filter: brightness(0.7);
}
a.tottop img {
    width: 100%;
}
/* menu mob */
.mob-menu {
    display: none;
}
.mob-menu.wrapper {
    margin: 0 auto;
    width: 100%;
    position: relative;
    color: white;
    text-align: center;
    height: 50px;
    font-family: "Arial";
    box-shadow: 0px 1px 7px #777;
}
.mob-menu #check-menu {
    display: none;
}
.mob-menu img.logo {
    position: relative;
    top: 16px;
    max-width: 120px;
}
.mob-menu label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    line-height: 40px;
}
.mob-menu .burger-line {
    position: absolute;
    top: 13px;
    left: 10px;
    width: 35px;
    height: 4px;
    background-color: #0b2341;
    border-radius: 2px;
}
.mob-menu .second,
.third {
    top: 23px;
}
.mob-menu .fourth {
    top: 33px;
}
.mob-menu .main-menu {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    max-height: 0;
    font-size: 0;
    overflow: hidden;
    z-index: 99;
}
.mob-menu a {
    display: block;
    width: 100%;
    padding: 10px;
    color: #0a0b10;
    text-decoration: none;
    border-top: 1px solid rgba(24, 27, 44, 0.06);
    background-color: #dedede;
}
.mob-menu a:hover {
    background-color: rgba(0, 0, 0, 0.9);
}
.mob-menu #check-menu:checked ~ .main-menu {
    max-height: 500px;
    font-size: 16px;
}
.mob-menu #check-menu:checked ~ .first {
    display: none;
}
.mob-menu #check-menu:checked ~ .second {
    transform: rotate(45deg);
}
.mob-menu #check-menu:checked ~ .third {
    transform: rotate(-45deg);
}
.mob-menu #check-menu:checked ~ .fourth {
    display: none;
}
a.mob-phone {
    position: absolute;
    right: 10px !important;
    width: 40px !important;
    left: unset;
    background: none !important;
    box-sizing: border-box;
    padding: 5px !important;
    top: 2px;
    right: 3px !important;
}
a.mob-phone img {
    width: 100%;
}
#popup {
    display: none;
    border-radius: 10px;
    padding: 0;
}
.popup-form-wrapp form {
    width: 300px;
    background: #fff;
    top: 50px;
    left: calc(50% - 150px);
    padding: 30px 30px 30px;
}
/* .popup-form-wrapp form {
    display: none;
} */
.shadow-absolute {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
}
.close {
    font-size: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.popup-form-wrapp input {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 50px;
    width: 100%;
    margin-right: 0px;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
    color: #333;
}
.popup-form-wrapp form .title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 35px;
}
.popup-form-wrapp form button {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.popup-form-wrapp form.active,
.shadow-absolute.active {
    display: block;
}

@media (max-width: 1024px) {
    .wrapper {
        width: calc(100% - 60px);
    }
    .top {
        padding: 15px 0;
    }
    .banner a span {
        font-size: 17px;
    }
    .banner a {
        height: 55px;
        margin-bottom: 15px;
        width: 325px;
    }
    h1 {
        font-size: 42px;
        line-height: 45px;
    }
    .banner p {
        margin-top: 25px;
    }
    .banner {
        padding: 50px 0;
    }
    section#media .grid-40-60,
    section#context .grid-40-60 {
        grid-template-columns: 100%;
    }
    section#context .grid-40-60 .item:nth-child(2),
    section#media .grid-40-60 .item:nth-child(2) {
        width: 700px;
        margin: 0 auto;
    }
    section#context p.price {
        margin-top: 20px;
    }
    section#media p.price {
        margin-top: 0px;
    }
    footer input,
    footer button {
        width: 23%;
        margin-right: 0;
    }
    footer form {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .ad .grid {
        width: 100%;
    }
    h3.bold.bigger {
        text-align: center;
    }
    .textb:nth-child(2) {
        margin-top: 60px;
    }
    .banner a img {
        width: 11%;
    }
    section#context .grid-40-60 .item:nth-child(2):after {
        bottom: 28px;
    }
}

@media (max-width: 960px) {
    .item.phone a {
        font-size: 17px;
    }
    h2:after {
        margin-top: 10px;
    }
    section {
        padding-top: 20px;
    }
    ul.check li:before {
        top: 1px;
    }
    footer input,
    footer button {
        height: 55px;
    }
    footer nav a {
        margin: 15px;
    }
    footer nav {
        margin-top: 30px;
    }
}

@media (max-width: 786px) {
    .footer_pdf{
        display: flex;
        flex-direction: column;
        font-size: 12px;
        align-items: center;
        margin-top: 25px;
        gap: 10px;
    }
    .footer_pdf p {
        line-height: 1.4;
    }
    .personal-data-wrapper {
        display: flex;
        align-items: center;
        margin-top: 7px;
        gap: 5px;
        margin-right: 0;
        margin-left: 0;
        font-size: 10px;
        color: #999;
        line-height: 1.2;
    }
    .banner a span {
        font-size: 15px;
    }
    .grid-princ {
        grid-template-columns: 100%;
        grid-gap: 30px;
    }
    .banner a {
        height: 50px;
        width: 270px;
    }
    .banner p {
        font-size: 20px;
        line-height: 23px;
        margin-top: 17px;
    }
    .top nav {
        display: none;
    }
    h1 {
        font-size: 37px;
        line-height: 40px;
    }
    h1:after {
        margin-top: 15px;
    }
    .float-img .item:first-child {
        padding: 20px;
    }
    .price {
        font-size: 32px;
    }
    .ad .grid .item img {
        margin-right: 20px;
    }
    ul.check {
        grid-template-columns: 100%;
    }
    h2 {
        font-size: 23px;
    }
    .ad .grid {
        grid-template-columns: 100%;
    }
    .ad .grid .item p {
        max-width: 100%;
    }
}
@media (max-width: 680px) {
    section#context .grid-40-60 .item:nth-child(2),
    section#media .grid-40-60 .item:nth-child(2) {
        width: 100%;
        margin: 0 auto;
    }
    .textb,
    .textv {
        max-width: 100% !important;
        margin: 0px !important;
    }
    section#context .grid-40-60 .item:nth-child(2):after {
        /* display: none; */
        position: static;
        display: block;
        margin: 0 auto;
    }
    section#context .grid-40-60 .item:nth-child(2),
    section#media .grid-40-60 .item:nth-child(2) {
        background: none;
    }
    .banner .grid {
        display: flex;
        grid-template-columns: 100%;
        flex-direction: column-reverse;
    }
    .banner .item {
        width: 100%;
    }
    .banner a img {
        width: 7%;
    }
    header#top {
        display: none;
    }
    .mob-menu {
        display: block;
    }
    .banner a {
        width: 100%;
    }
    .o {
        width: 5px;
        height: 5px;
        border: 4px solid #fff;
        right: -15px;
    }
    html,
    body {
        overflow-x: hidden;
    }
    p.textv:before {
        content: "\2714";
        position: absolute;
        color: #e82a2c;
        left: 7px;
        font-size: 18px;
        top: 2px;
    }
    h3.bold.bigger {
        margin-bottom: 30px;
    }
    p.textv {
        position: relative;
        padding-left: 35px;
        margin-bottom: 20px !important;
    }

    p.textb:before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background: var(--red);
        border-radius: 50%;
        left: 7px;
        font-size: 18px;
        top: 4px;
    }
    p.textb {
        position: relative;
        padding-left: 35px;
        margin-bottom: 20px !important;
    }
    ul.check {
        margin-top: 35px;
    }

    .media-images {
        flex-direction: column;
    }

    .media-images .item {
        height: 70px;
    }

    .float-img .item:first-child {
        flex-direction: column;
        gap: 15px;
    }

    .float-img .item:first-child img {
        height: 70px;
        max-width: 35%;
    }
}

@media (max-width: 420px) {
    .wrapper {
        width: calc(100% - 50px);
    }
    #o-nas h3 {
        margin: 40px 0 30px;
        font-size: 18px;
    }

    a.tottop {
        width: 40px;
    }
    h2 {
        font-size: 21px;
        margin: 20px 0;
    }
    h2:after {
        margin-top: 5px;
        height: 3px;
    }
    .float-img {
        flex-wrap: wrap;
        gap: 20px;
    }
    .float-img .item:first-child {
        padding: 0;
    }
    .price {
        margin-top: 10px !important;
    }
    ul.check {
        padding-left: 31px;
    }
    ul.check li:before {
        width: 15px;
        height: 15px;
        top: 2px;
        left: -30px;
        background-size: 100%;
    }
    footer input,
    footer button {
        width: 100%;
        margin-bottom: 15px;
    }
    footer p.title {
        font-size: 29px;
    }
    footer p.mini-title {
        font-size: 21px;
        line-height: 26px;
    }
    footer {
        padding: 30px 0;
    }
    footer form {
        flex-wrap: wrap;
    }
    footer form {
        margin-top: 30px;
    }
    footer p.title {
        margin-bottom: 10px;
    }
    footer nav {
        flex-wrap: wrap;
    }
    ul.circle {
        padding-left: 30px;
    }
    .circle li:before {
        left: -30px;
    }
    .the-best div img {
        width: 75%;
    }
}

@media (max-width: 340px) {
    h1 {
        font-size: 32px;
        line-height: 35px;
    }
    #o-nas h3 {
        margin: 30px 0 20px;
        font-size: 18px;
    }
    .banner p {
        font-size: 19px;
    }
    .banner a img {
        width: 10%;
    }
    .banner {
        padding: 30px 0;
    }
    .price {
        font-size: 30px;
    }
    .ad .grid .item {
        display: flex;
        flex-wrap: wrap;
    }
    .ad .grid .item img {
        margin-right: 0px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .ad .grid .item p {
        text-align: center;
    }
}
