@charset "UTF-8";
*,
ul,
h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

button:focus {
    box-shadow: none;
    outline: none;
}

.btn:focus {
    box-shadow: none;
}

.breadcrumb {
    background-color: transparent !important;
}

.breadcrumb .breadcrumb-item {
    padding-left: 0px;
}

.breadcrumb .breadcrumb-item a {
    margin-right: 8px;
}

.my-input {
    width: 260px;
    background-color: transparent;
    color: #1062AA;
    border: 2px solid #1062AA;
    border-radius: 45px;
    padding: 13px 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    outline: none;
}

.my-input::-moz-placeholder {
    color: #1062AA;
    /* Цвет подсказывающего текста */
}

.my-input::-webkit-input-placeholder {
    color: #1062AA;
}

.my-input:-ms-input-placeholder {
    color: #1062AA;
}

.my-input::-ms-input-placeholder {
    color: #1062AA;
}

.my-input::placeholder {
    color: #1062AA;
}


/* .wrapper {
  max-width: 960px;
  margin: 0 auto; } */

.btn {
    text-decoration: none;
    padding: 13px 45px;
    background: #1062AA;
    border: 2px solid #1062AA;
    border-radius: 45px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.btn:hover {
    background-color: transparent;
    border-color: #1062AA;
    color: #1062AA;
}

.butt1 {
    position: relative;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
}

.butt1::before,
.butt1::after {
    position: absolute;
    content: '';
    width: 101%;
    height: 100%;
    background: #6FC6AD;
    top: 0;
    left: -101%;
    opacity: .5;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
}

.butt1::after {
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.butt1:hover {
    color: white;
}

.butt1:hover::before,
.butt1:hover::after {
    left: 0;
}

.number_input {
    border: 2px solid #1062AA;
    background-color: transparent;
    border-radius: 45px;
    width: 260px;
    padding: 15px 20px;
    color: #1062AA;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    outline: none;
}

.my-checkbox {
    height: 20px;
    width: 20px;
    border: 2px solid #1062AA;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.my-checkbox-target {
    height: 10px;
    width: 10px;
    position: absolute;
    background: #FF6341;
    border-radius: 50%;
    z-index: 1;
    top: 3px;
    left: 3px;
    display: none;
}

.my-checkbox-target.checked {
    display: block;
}

.my-checkbox input {
    position: absolute;
    left: 2px;
    top: 2px;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #333333;
    margin: 0 auto;
}

.p-title {
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 37px !important;
    ;
    text-align: center !important;
    color: #333333 !important;
    margin: 0 auto 80px auto !important;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #333333;
}

#js-upArrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #6FC6AD;
    position: fixed;
    right: 3%;
    bottom: 150px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 1s;
    -webkit-transition: all 2s;
    transition: all 2s;
}

#js-upArrow img {
    width: 60%;
}

.help-span {
    position: relative;
    font-size: 10px;
    height: 13px;
    width: 13px;
    display: inline-block;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    background: #6FC6AD;
    border-radius: 50%;
    margin-left: 5px;
}

.help-span:hover .help-span-drop {
    display: block;
    border-radius: 10px;
}

.help-span-drop {
    position: absolute;
    top: 30px;
    right: 0;
    height: 100px;
    width: 100px;
    background: #F4F4F4;
    display: none;
}

.help-span-drop img {
    position: absolute;
    top: -11px;
    left: 50px;
}

.partner-list {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.partner-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 12%;
}

.partner-list img {
    max-width: 100%;
}

.hover {
    color: #1062AA !important;
}

.hover:after {
    background: #6FC6AD !important;
}

.chat {
    margin-top: 100px;
}

.chat .col-xl-2 img {
    max-width: 100%;
}

.chat .chat-vector {
    right: 20px;
}

.chat .col-xl-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.chat .col-xl-6 .text {
    max-width: 230px;
}

.chat .col-xl-6 .text h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.chat .col-xl-6 .text p {
    font-size: 16px;
    line-height: 19px;
}

.chat .col-xl-6 .text h4 {
    margin-bottom: 10px;
}

.chat .col-xl-6 .text .suppot-main-label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: bold !important;
    margin-bottom: 25px !important;
    margin-bottom: 10px !important;
}

.chat .col-xl-6 .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.chat .col-xl-6 .number a {
    font-size: 18px;
    line-height: 30px;
}

.reviews__block {
    margin-bottom: 140px;
}

.reviews__block h3 {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #333;
    margin-bottom: 80px;
}

.reviews__block-slider .slick-arrow {
    top: 70px;
}

.reviews__block-slider .hidden-reviews {
    display: none;
}

.reviews__block-slider .reviewsAll-btn {
    cursor: pointer;
    font-size: 12px;
    line-height: 14px;
    color: #868585;
}

.reviews__block-slider .reviewsAll-btn.btn-2 {
    display: none;
}

.reviews__block-slider .slick-prev {
    left: -50px;
}

.reviews__block-slider .slick-prev:before {
    display: none;
}

.reviews__block-slider .slick-next {
    right: -50px;
}

.reviews__block-slider .slick-next:before {
    display: none;
}

.reviews__block-slider .slick-dots {
    bottom: -65px;
}

.reviews__block-slider .slick-dots li button:before {
    font-size: 10px;
    color: #4ae4e4;
}

.reviews__block-slider .slick-dots li.slick-active button:before {
    color: #4AE4E4;
}

.reviews__block-slider-item {
    outline: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reviews__block-slider-item-block-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.reviews__block-slider-item-block-1 img {
    margin-bottom: 15px;
}

.reviews__block-slider-item-block-1 .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 0;
}

.reviews__block-slider-item-block-1 .profession {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 0;
}

.reviews__block-slider-item-block-1 .date {
    font-size: 16px;
    line-height: 32px;
    color: #807E7E;
}

.reviews__block-slider-item-block-2 {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.reviews__block-slider-item-block-2 .reviews-link-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 29px;
}

.reviews__block-slider-item-block-2 .reviews-link-1 a {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #868585;
}

.reviews__block-slider-item-block-2 .reviews-link-1 i {
    color: #868585;
    font-size: 14px;
    margin-left: 6px;
}

.reviews__block-slider-item-block-2 p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 10px;
}

.reviews__block-slider-item-block-2 .reviews-link-2 {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #868585;
}

.client__slider-item {
    text-align: center;
}

.client__slider-item img {
    display: inline-block;
}

.client__slider .slick-prev:before,
.client__slider .slick-next:before {
    display: none;
}

.client__slider .slick-arrow {
    width: 13px;
    height: 23px;
    font-size: 25px;
    color: #1062AA;
}

.client__slider .slick-prev {
    left: -70px;
}

.client__slider .slick-next {
    right: -70px;
}

.input-email {
    display: inline-block;
    width: 260px;
    padding: 13px 20px;
    border-radius: 45px;
    text-align: center;
    background-color: transparent;
    border: 2px solid #1062AA;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #1062AA;
    outline: none;
}

.input-email::-moz-placeholder {
    color: #807E7E;
    /* Цвет подсказывающего текста */
}

.input-email::-webkit-input-placeholder {
    color: #807E7E;
}

.input-email:-ms-input-placeholder {
    color: #807E7E;
}

.input-email::-ms-input-placeholder {
    color: #807E7E;
}

.input-email::placeholder {
    color: #807E7E;
}

.input-email:focus::-webkit-input-placeholder {
    color: transparent !important;
}

.input-email:focus::-moz-placeholder {
    color: transparent !important;
}

.input-email:focus:-moz-placeholder {
    color: transparent !important;
}

.input-email:focus:-ms-input-placeholder {
    color: transparent !important;
}

.payment__form {
    display: none;
    margin-bottom: 120px;
}

.payment__form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.payment__form-title {
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    margin-bottom: 20px;
}

.payment__form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}

.payment__form-block p {
    margin-left: 15px;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    color: #333333;
}

.home .row1 {
    margin-bottom: 140px;
    position: relative;
}

.home .row1 .block-video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.home .row1 .block-video .col-12 {
    position: relative;
    margin: 0 auto;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    background: #FFFFFF;
    border-radius: 6px;
    padding: 80px 18px 18px 18px;
    width: 100%;
    height: 540px;
    z-index: 2;
}

.home .row1 .block-video .video-cross {
    position: absolute;
    top: 13px;
    right: 13px;
    cursor: pointer;
}

.home .row1 .block-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 1;
}

.home .row1 .home-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 78px;
    color: #333333;
    position: relative;
}

.home .row1 .home-title img {
    position: absolute;
    bottom: -10px;
    left: 0;
}

.home .row1 .home-title span {
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.home .row1 .home-title span::after {
    content: "";
    border-bottom: 9px solid #F7B916;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    border-radius: 10px;
}

.home .row1 .home-title:last-of-type {
    margin-bottom: 50px;
}

.home .row1 .home-title:nth-of-type(1) {
    text-align: inherit !important;
    margin-bottom: 30px;
}

.home .row1 .home-title:nth-of-type(2) img {
    width: 155px;
}

.home .row1 .home-text {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 70px;
}

.home .row1 .button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home .row1 .button-block div {
    position: relative;
}

.home .row1 .button-block div:hover img:nth-of-type(2) {
    display: block;
}

.home .row1 .button-block div img:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.home .row1 .button-block div img:nth-of-type(2) {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.home .row1 .button-block .button-products-1 {
    margin-right: 30px;
}

.home .row2 {
    margin-bottom: 80px;
}

.single-article a {
    color: #1062AA;
}

.home .scope__block {
    margin-bottom: 80px;
}

.home .scope__block a {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #1062AA;
    width: 360px;
}

.home .row8 .col-12 {
    position: relative;
    padding: 90px 0;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
}

.home .row8 .col-12 img {
    position: absolute;
    left: -20px;
    top: -170px;
}

.home .row8 .col-12 p {
    font-family: 'Montserrat', sans-serif;
    width: 445px;
}

.home .row8 .col-12 span {
    font-family: 'Montserrat', sans-serif;
}

.home .reviews__block {
    margin-bottom: 0;
}

.home .row9 {
    margin-bottom: 80px;
}

.home .row9 h2 {
    margin-bottom: 80px;
}

.home .row9 p {
    font-size: 17px;
    line-height: 20px;
    color: #333333;
}

.home .row10 {
    margin-bottom: 95px;
}

.home .row10 .col-12 {
    margin-bottom: 45px;
}

.home .row10 .col-12 img {
    margin-bottom: 30px;
}

.home .row10 .col-12 a {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #1062AA;
    margin-bottom: 30px;
}

.viber .row10 .col-12 h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #1062AA;
    margin-bottom: 30px;
}

.viber .row10 .col-12 .viber-features-item {
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #1062AA !important;
    margin-bottom: 30px !important;
}

.home .row10 .col-12 p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    width: 75%;
    margin: 0 auto;
}

.home .row11 {
    margin-bottom: 80px;
}

.home .business__slider {
    margin-bottom: 140px;
}

.home .business__slider-block2 {
    display: none;
}

.home .business__slider-block2 .business__slider-block2-container-item p {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #1062AA;
    margin-top: 40px;
    margin-bottom: 15px;
}

.home .business__slider-block2 .business__slider-block2-container-item p img {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.home .business__slider-block2 .business__slider-block2-container-item span {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.home .business__slider-block2 .business__slider-block2-container-item img {
    max-width: 100%;
}

.home .row12 .col-12:first-of-type img {
    display: none;
    margin: 0 auto;
}

.home .row12 .col-12:first-of-type img.active {
    display: block;
}

.home .row12 .text-block p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    position: relative;
    margin-bottom: 30px;
}

.home .row12 .text-block p:hover {
    color: #1062AA;
    cursor: pointer;
}

.home .row12 .text-block p img {
    display: none;
    position: absolute;
    left: -25px;
    top: 2px;
}

.home .row12 .text-block p img.active {
    display: block;
}

.home .row12 .text-block span {
    display: none;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 30px;
}

.home .row12 .text-block span.active {
    display: block;
}

.home .row12 .button-products-1 {
    margin-top: 50px;
}

.home .row13 {
    margin-bottom: 80px;
}

.home .row13 h2 {
    margin-bottom: 80px;
}

.home .row13 p {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #333333;
}

.home .emailMarketing__slider .slick-dots li button:before {
    top: 40px;
    font-size: 8px;
}

.home .emailMarketing__slider-item {
    background: #FFF;
    width: 360px;
    border: 3px solid #E6E7EB;
    border-radius: 6px;
    padding: 33px 40px;
    margin-left: 15px;
    margin-right: 15px;
}

.home .emailMarketing__slider-item:hover {
    border-color: #1062AA;
}

.home .emailMarketing__slider-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.home .emailMarketing__slider-item-title-block {
    width: 195px;
}

.home .emailMarketing__slider-item img {
    max-width: 50px;
    max-height: 50px;
}

.home .emailMarketing__slider-item-title-block h6 {
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
}

.home .emailMarketing__slider-item-title-block .p-subtitle {
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
    white-space: nowrap;
}

.home .emailMarketing__slider-item-title-block p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    min-height: 50px;
}

.home .emailMarketing__slider-item-list {
    list-style: none;
    margin-bottom: 20px;
    min-height: 120px;
}

.home .emailMarketing__slider-item-list li {
    padding-left: 7px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    position: relative;
}

.home .emailMarketing__slider-item-list li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: red;
}

.home .emailMarketing__slider-item .button-products-2 {
    border-color: #1062AA;
    display: block;
    margin: 0 auto;
}

.home .emailMarketing__slider-item .button-products-2:hover {
    border-color: transparent;
}

.home .emailMarketing__slider-item.mailer-block li:before {
    background-color: #4AE4E4;
}

.home .emailMarketing__slider-item.mailer-block .button-products-2:hover {
    background: #4AE4E4;
}

.home .emailMarketing__slider-item.extractor-block li:before {
    background-color: #EF5237;
}

.home .emailMarketing__slider-item.extractor-block .button-products-2:hover {
    color: #FFFFFF;
    background: #EF5237;
}

.home .emailMarketing__slider-item.verifier-block li:before {
    background-color: #EB008B;
}

.home .emailMarketing__slider-item.verifier-block .button-products-2:hover {
    color: #FFFFFF;
    background: #EB008B;
}

.home .emailMarketing__slider-item.listmanager-block li:before {
    background-color: #8CC63F;
}

.home .emailMarketing__slider-item.listmanager-block .button-products-2:hover {
    background: #8CC63F;
}

.home .emailMarketing__slider-item.harvester-block li:before {
    background-color: #DDF516;
}

.home .emailMarketing__slider-item.harvester-block .button-products-2:hover {
    background: #DDF516;
}

.home .emailMarketing__slider-item.whoisextractor-block li:before {
    background-color: #F7B916;
}

.home .emailMarketing__slider-item.whoisextractor-block .button-products-2:hover {
    background: #F7B916;
}

.home .emailMarketing__slider-item.studio-block li:before {
    background-color: #FFE735;
}

.home .emailMarketing__slider-item.studio-block .button-products-2:hover {
    background: #FFE735;
}

.home .emailMarketing__slider-item.leadextractor-block li:before {
    background-color: #00ADEE;
}

.home .emailMarketing__slider-item.leadextractor-block .button-products-2:hover {
    color: #FFFFFF;
    background: #00ADEE;
}

.home .emailMarketing__slider-item.tracker-block li:before {
    background-color: #00F3FF;
}

.home .emailMarketing__slider-item.tracker-block .button-products-2:hover {
    background: #00F3FF;
}

.home .row14 {
    margin-bottom: 160px;
}

.home .row15 {
    margin-bottom: 80px;
}

.home .row15 h2 {
    margin-bottom: 80px;
}

.home .row15 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1062AA;
}

.home .row15 p img {
    margin-right: 5px;
}

.home .row16 {
    position: relative;
    margin-bottom: 20px;
}

.home .row16 .studio-img {
    position: absolute;
    left: 50%;
    top: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home .row16 .studio-img-hidden {
    display: none;
}

.home .row16 .col-lg-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.home .row16 .col-lg-4 .product__block {
    position: relative;
    width: 165px;
    margin-bottom: 60px;
}

.home .row16 .col-lg-4 .product__block-image {
    display: none;
}

.home .row16 .col-lg-4 .product__block-img {
    position: absolute;
    left: -85px;
    top: 0px;
    width: 54px;
    height: 44px;
    cursor: pointer;
}

.home .row16 .col-lg-4 .product__block-img img:nth-of-type(1) {
    display: block;
}

.home .row16 .col-lg-4 .product__block-img img:nth-of-type(2) {
    display: none;
}

.home .row16 .col-lg-4 .product__block-img~img {
    visibility: hidden;
}

.home .row16 .col-lg-4 .product__block-img.active img:nth-of-type(1) {
    display: none;
}

.home .row16 .col-lg-4 .product__block-img.active img:nth-of-type(2) {
    display: block;
}

.home .row16 .col-lg-4 .product__block-img.active~p {
    visibility: visible;
}

.home .row16 .col-lg-4 .product__block-img.active~img {
    visibility: visible;
}

.home .row16 .col-lg-4 .product__block-img.active-mobile img:nth-of-type(1) {
    display: none;
}

.home .row16 .col-lg-4 .product__block-img.active-mobile img:nth-of-type(2) {
    display: block;
}

.home .row16 .col-lg-4 .product__block-img.active-mobile~p {
    visibility: visible;
}

.home .row16 .col-lg-4 .product__block-img.active-mobile~img {
    visibility: visible;
}

.home .row16 .col-lg-4 .product__block p {
    visibility: hidden;
}

.home .row16 .col-lg-4 .product__block a {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
    display: block;
    margin-bottom: 15px;
}

.home .row16 .col-lg-4 .product__block p {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.home .row16 .col-lg-4 .product__block img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.home .row16 .col-lg-4 .product__block-arrow-1 {
    left: 195px !important;
    -webkit-transform: rotateZ(25deg);
    transform: rotateZ(25deg);
    top: 77px !important;
}

.home .row16 .col-lg-4 .product__block-arrow-2 {
    left: 195px !important;
    top: 27px !important;
}

.home .row16 .col-lg-4 .product__block-arrow-3 {
    left: 195px !important;
    -webkit-transform: rotateZ(-25deg);
    transform: rotateZ(-25deg);
    top: -25px !important;
}

.home .row16 .col-lg-4:nth-of-type(2) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.home .row16 .col-lg-4:nth-of-type(2) .product__block {
    text-align: right;
}

.home .row16 .col-lg-4:nth-of-type(2) .product__block-img {
    left: auto;
    right: -85px;
}

.home .row16 .col-lg-4:nth-of-type(2) .product__block-arrow-1 {
    left: auto !important;
    right: 195px !important;
    -webkit-transform: rotateZ(-25deg);
    transform: rotateZ(-25deg);
    top: 77px !important;
}

.home .row16 .col-lg-4:nth-of-type(2) .product__block-arrow-2 {
    left: auto !important;
    right: 195px !important;
    top: 27px !important;
}

.home .row16 .col-lg-4:nth-of-type(2) .product__block-arrow-3 {
    left: auto !important;
    right: 195px !important;
    -webkit-transform: rotateZ(25deg);
    transform: rotateZ(25deg);
    top: -25px !important;
}

.home .row17 {
    margin-bottom: 140px;
}

.home .row18 {
    padding: 50px 0;
}

.home .row18 .mini__block-text {
    width: 360px;
}

.home .row18 p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.home .row18 span {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.home .row18 .input-1 {
    margin-right: 30px;
}

.home .row18 .button-products-1 {
    background-color: #FFFFFF;
    color: #1062AA !important;
}

.home .row19 {
    margin-bottom: 80px;
}

.blog__slider .slick-list {
    display: flex !important;
}

.blog__slider .slick-track {
    display: flex !important;
}

.home .blog__slider {
    height: 354px;
}

.home .blog__slider-item-border {
    border: 2px solid #ffffff;
    padding: 40px 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.home .blog__slider-item {
    display: flex;
    flex-direction: column;
    width: 360px;
    background: #FFFFFF;
    border: 1px solid #1062AA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    /*padding: 40px 28px;*/
    margin: 0 15px;
    outline: none;
}

.home .blog__slider-item .hover-border {
    position: absolute;
    display: none !important;
    width: 136px;
    height: 9px;
    border-radius: 6px;
    background: #F7B916;
    margin-top: 15px;
    left: 0;
}

.home .blog__slider-item .hover-border:before {
    display: none !important;
}

.home .blog__slider-item-border:hover {
    border: 2px solid #1062AA;
}

.home .blog__slider-item:hover p a {
    color: #1062AA;
}

.home .blog__slider-item:hover .hover-border {
    display: block !important;
}

.home .blog__slider-item span:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home .blog__slider-item span:nth-of-type(1):before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 26px;
    background-color: #333333;
    margin-right: 10px;
}

.home .blog__slider-item span {
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}

.home .blog__slider-item p {
    flex-grow: 2;
    position: relative;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    margin-top: 56px;
    margin-bottom: 90px;
}

.home .blog__slider-item p a {
    color: #333333;
}

.home .row20 {
    margin-bottom: 80px;
}

.home .row21 {
    margin-bottom: 140px;
}

.home .row22 {
    margin-bottom: 80px;
}

.home .row22 h2 {
    margin-bottom: 80px;
}

.home .row22 p {
    font-size: 24px;
    line-height: 28px;
    color: #1062AA;
}

.home .row22 p span {
    font-weight: 900;
}

.home~.chat {
    margin-top: 0;
}

.home_top .container {
    padding-top: 100px;
    padding-bottom: 140px;
    background: url("/wp-content/themes/epochta.ru/assets/img/home__top-bg.png");
}

.home_main .container {
    padding-top: 140px;
    padding-bottom: 140px;
    background: url("/wp-content/themes/epochta.ru/assets/img/home__main-bg.svg");
}

.home_bottom .container {
    padding-top: 140px;
    padding-bottom: 140px;
    background: url("/wp-content/themes/epochta.ru/assets/img/home__bottom-bg.png");
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home .emailMarketing__slider-item {
        padding: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .home .emailMarketing__slider-item .emailMarketing__slider-item-list {
        margin-bottom: 10px;
    }
    .home .emailMarketing__slider-item li {
        font-size: 14px;
        line-height: 20px;
    }
    .home .emailMarketing__slider-item .button-products-2 {
        padding: 13px 16px;
        width: 100%;
    }
    .home .blog__slider-item-border {
        padding: 20px;
    }
    .home .blog__slider-item {
        margin: 0 5px;
    }
    .home .blog__slider-item p {
        font-size: 22px;
    }
    .client__slider-item img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home .home_top .container {
        padding-top: 50px;
    }
    .home .row1 .home-title {
        font-size: 45px;
        line-height: 55px;
    }
    .home .row1 .home-text {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 50px;
    }
    .home .scope__block a {
        width: 100%;
        text-align: center;
    }
    .home .scope__block img {
        margin-bottom: 80px;
    }
    .home .row8 .col-12 img {
        position: absolute;
        left: 0px;
        top: -170px;
    }
    .home .business__slider-block1 .col-lg-6 {
        margin-bottom: 80px;
    }
    .home .business__slider .button-products-1 {
        display: block;
        margin-top: 80px;
        margin-right: auto;
        margin-left: auto;
    }
    .home .emailMarketing__slider-item {
        background: #FFF;
        width: 360px;
        border: 3px solid #E6E7EB;
        border-radius: 6px;
        padding: 25px 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .home .row16 .col-lg-4 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .home .row16 .col-lg-4 .product__block {
        margin-left: 55px;
        width: 159px;
    }
    .home .row16 .col-lg-4 .product__block img {
        left: 20px;
    }
    .home .row16 .col-lg-4 .product__block .product__block-arrow-1 {
        left: 160px !important;
        top: 60px !important;
    }
    .home .row16 .col-lg-4 .product__block .product__block-arrow-2 {
        left: 160px !important;
        top: 27px !important;
    }
    .home .row16 .col-lg-4 .product__block .product__block-arrow-3 {
        left: 160px !important;
        top: 0px !important;
    }
    .home .row16 .col-lg-4:nth-of-type(2) {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .home .row16 .col-lg-4:nth-of-type(2) .product__block {
        margin-left: auto;
        margin-right: 55px;
    }
    .home .row16 .col-lg-4:nth-of-type(2) .product__block .product__block-img {
        right: -79px;
    }
    .home .row16 .col-lg-4:nth-of-type(2) .product__block:nth-of-type(3) {
        bottom: 18px;
    }
    .home .row16 .col-lg-4:nth-of-type(2) .product__block img {
        left: auto;
        right: 15px;
    }
    .home .row16 .col-lg-4:nth-of-type(2) .product__block .product__block-arrow-1 {
        left: auto !important;
        right: 160px !important;
        top: 60px !important;
    }
    .home .row16 .col-lg-4:nth-of-type(2) .product__block .product__block-arrow-2 {
        left: auto !important;
        right: 160px !important;
        top: 27px !important;
    }
    .home .row16 .col-lg-4:nth-of-type(2) .product__block .product__block-arrow-3 {
        left: auto !important;
        right: 160px !important;
        top: 0px !important;
    }
    .home .row18 .mini__block-text {
        width: 52%;
    }
    .home .row18 .mini__block-form {
        width: 45%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .home .row18 .mini__block-form .input-1 {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .reviews__block-slider .slick-arrow {
        display: none !important;
    }
    .client__slider .slick-prev {
        z-index: 111;
        width: 23px;
        left: 0px;
    }
    .client__slider .slick-next {
        z-index: 111;
        width: 23px;
        right: 0px;
    }
    .home .blog__slider-item {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .feedback__form .reviews__form-block-2 .form-check {
        margin-bottom: 30px;
    }
    .home .home_top .container {
        padding-top: 50px;
        padding-bottom: 100px;
        background: none;
    }
    .home .row1 {
        margin-bottom: 100px;
    }
    .home .row1 .block-text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .home .row1 .block-text .col-md-5 {
        margin-bottom: 50px;
    }
    .home .row1 .block-text .home-title {
        font-size: 48px;
        line-height: 59px;
    }
    .home .row1 .block-text .home-text {
        margin-bottom: 50px;
    }
    .home .row1 .block-text .button-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .home .row1 .button-block-btn {
        width: 50px;
    }
    .home h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 50px !important;
    }
    .home .scope__block img {
        margin-bottom: 50px;
    }
    .home .scope__block a {
        width: 100%;
        text-align: center;
    }
    .home .row8 .col-12 {
        padding: 80px 15px;
    }
    .home .row8 .col-12 p {
        font-size: 24px;
        line-height: 29px;
        width: 55%;
    }
    .home .row8 .col-12 span {
        text-align: right;
        font-size: 24px;
        line-height: 29px;
    }
    .home .row8 .col-12 img {
        width: 110px;
        left: 0;
        top: -85px;
    }
    .home .home_main .container {
        padding-top: 100px;
        padding-bottom: 100px;
        background: none;
    }
    .home .row10 {
        margin-bottom: 55px;
    }
    .home .row10 .col-12 p {
        width: 100%;
    }
    .home .row11 {
        margin-bottom: 20px;
    }
    .home .row12 .col-lg-6 {
        margin-bottom: 50px;
    }
    .home .row12 .col-lg-6 img {
        max-width: 100%;
    }
    .home .row12 .button-products-1 {
        display: block;
        margin: 0 auto;
        margin-top: 50px;
    }
    .home .business__slider {
        margin-bottom: 100px;
    }
    .home .row13 {
        margin-bottom: 50px;
    }
    .home .emailMarketing__slider-item {
        margin: 0 23px;
    }
    .home .row14 {
        margin-bottom: 120px;
    }
    .home .row16 {
        padding-bottom: 240px;
    }
    .home .row16 .studio-img {
        top: 380px;
    }
    .home .row16 .col-lg-4 .product__block {
        position: relative;
        width: 165px;
        margin-bottom: 60px;
    }
    .home .row16 .col-lg-4 .product__block>img {
        display: none;
    }
    .home .row16 .col-lg-4:nth-of-type(2) {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .home .row16 .col-lg-4:nth-of-type(2) .product__block-img {
        right: 155px;
    }
    .home .row17 {
        margin-bottom: 100px;
    }
    .home .reviews__block h3 {
        margin-bottom: 50px;
    }
    .home .row18 {
        padding: 35px 15px;
    }
    .home .row18 .col-12 {
        -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;
    }
    .home .row18 .col-12 .mini__block-text {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .home .row18 .col-12 .mini__block-form .input-1 {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .home .home_bottom .container {
        padding-top: 100px;
        padding-bottom: 100px;
        background: none;
    }
    .home .row19 {
        margin-bottom: 0;
    }
    .home .blog__slider-item {
        margin: 0 25px;
    }
    .home .blog__slider .slick-dots {
        bottom: -50px;
    }
    .home .row21 {
        margin-bottom: 100px;
    }
    .home .row22 {
        margin-bottom: 50px;
    }
    .client__slider-item {
        text-align: center;
    }
    .client__slider-item img {
        width: 70%;
    }
    .client__slider .slick-next {
        z-index: 111;
        width: 23px;
        right: -5px;
    }
    .client__slider .slick-prev {
        z-index: 111;
        width: 23px;
        left: -5px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .home .row1 .block-video {
        top: -60px;
    }
    .home .row1 .block-video .col-12 {
        padding: 60px 18px 18px;
        height: 450px;
    }
    .home .home_top .container {
        padding-top: 40px;
        padding-bottom: 80px;
        background: none;
    }
    .home .home_top .block-text .home-title {
        font-size: 30px;
        line-height: 37px;
    }
    .home .home_top .block-text .home-title img {
        width: 87px;
        height: 9px;
    }
    .home .home_top .block-text .home-title:nth-of-type(2) img {
        width: 73px;
        height: 9px;
    }
    .home .home_top .block-text .home-text {
        font-size: 18px;
        line-height: 21px;
    }
    .home .home_top .block-text .button-block {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .home .home_top .block-text .button-block .button-products-1 {
        max-width: 230px;
        margin: 0;
    }
    .home .home_top .block-text .button-block-btn {
        height: 50px;
        width: 50px;
    }
    .home .home_top .block-text .col-md-5 {
        display: none;
    }
    .home h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 80px;
    }
    .home .row1 {
        margin-bottom: 80px;
    }
    .home .row2 {
        margin-bottom: 0px;
    }
    .home .row3 {
        margin-top: 0;
    }
    .home .scope__block a {
        width: 100%;
        text-align: center;
    }
    .home .scope__block img {
        max-width: 100%;
        margin-bottom: 80px;
    }
    .home .row8 .col-12 {
        padding: 70px 10px;
        font-size: 18px;
        line-height: 22px;
    }
    .home .row8 .col-12 p {
        width: 50%;
    }
    .home .row8 .col-12 span {
        text-align: right;
    }
    .home .row8 .col-12 img {
        width: 90px;
        left: 10px;
        top: -68px;
    }
    .home .home_main .container {
        padding-top: 80px;
        padding-bottom: 80px;
        background: none;
    }
    .home .row10 {
        margin-bottom: 35px;
    }
    .home .row10 .col-12 {
        margin-bottom: 55px;
    }
    .home .row11 {
        margin-bottom: 0;
    }
    .home .business__slider {
        margin-bottom: 80px;
    }
    .home .business__slider .block-img {
        margin-bottom: 50px;
    }
    .home .business__slider .block-img img {
        max-width: 100%;
    }
    .home .business__slider-block1 {
        display: none;
    }
    .home .business__slider-block2 {
        display: block;
    }
    .home .emailMarketing__slider-item {
        margin-left: 10px;
        margin-right: 10px;
        min-height: 300px;
        outline: none;
        padding: 15px;
    }
    .home .emailMarketing__slider-item:hover {
        border-color: #E6E7EB;
    }
    .home .emailMarketing__slider-item-list {
        margin-bottom: 15px;
    }
    .home .emailMarketing__slider-item-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .home .emailMarketing__slider-item-title-block {
        width: auto;
        max-width: 170px;
    }
    .home .emailMarketing__slider-item a {
        display: block;
        margin: 0 auto;
        font-size: 16px;
        max-width: 261px;
        width: 100%;
    }
    .home .row14 {
        margin-bottom: 110px;
    }
    .home .row14 .col-12 {
        padding: 0 10px;
    }
    .home .row14 .col-12 .emailMarketing__slider {
        width: 300px;
        margin: 0 auto;
    }
    .home .row15 p {
        position: relative;
        display: block;
        width: 240px;
        margin: 0 auto;
        font-size: 21px;
        line-height: 26px;
        text-align: left !important;
    }
    .home .row15 p img {
        position: absolute;
        top: 0;
        left: -35px;
    }
    .home .row16 {
        margin-bottom: 0;
    }
    .home .row16 .studio-img {
        display: none;
    }
    .home .row16 .studio-img-hidden {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 80px;
    }
    .home .row16 .col-lg-4 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .home .row16 .col-lg-4 .product__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left !important;
        position: relative;
        width: 100%;
        margin-bottom: 45px;
    }
    .home .row16 .col-lg-4 .product__block-image {
        position: static !important;
        display: inline-block !important;
        margin-right: 25px;
    }
    .home .row16 .col-lg-4 .product__block-img {
        display: none;
    }
    .home .row16 .col-lg-4 .product__block>img {
        display: none;
    }
    .home .row17 {
        margin-bottom: 80px;
    }
    .home .row18 {
        padding: 35px 0;
    }
    .home .row18 .col-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .home .row18 .col-12 .mini__block-text {
        width: 100%;
        margin-bottom: 40px;
    }
    .home .row18 .col-12 .input-1 {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .home .reviews__block {
        margin-bottom: 30px;
    }
    .home .home_bottom .container {
        padding-top: 80px;
        padding-bottom: 80px;
        background: none;
    }
    .home .row19 {
        margin-bottom: 0;
    }
    .home .row20 .col-12 {
        padding: 0 10px;
    }
    .home .row20 .col-12 .blog__slider {
        width: 300px;
        margin: 0 auto;
    }
    .home .row20 .col-12 .blog__slider-item-border {
        padding: 35px 17px;
    }
    .home .row20 .col-12 .blog__slider-item {
        margin-left: 10px;
        margin-right: 10px;
        min-height: 300px;
    }
    .home .row20 .col-12 .blog__slider-item:hover {
        border: 1px solid #1062AA;
    }
    .home .row20 .col-12 .blog__slider-item p {
        font-size: 21px;
        line-height: 25px;
        margin-top: 43px;
        margin-bottom: 72px;
    }
    .home .row21 {
        margin-bottom: 80px;
    }
    .home .client__slider-item {
        text-align: center;
    }
    .home .client__slider-item img {
        width: 90%;
    }
    .chat .row {
        padding: 0px 0 80px !important;
        margin: 0;
    }
    #js-upArrow {
        width: 40px;
        height: 40px;
    }
}

.header {
    padding-bottom: 20px;
    padding-top: 20px;
}

.header #login {
    cursor: pointer;
}

.header #registration {
    color: #FFFFFF;
    background: #1062AA;
    border-radius: 45px;
    padding: 5px 21px;
    cursor: pointer;
}

.header #translator {
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    color: #1062AA;
    width: 30px;
    height: 30px;
    border: 2px solid #1062AA;
    border-radius: 50%;
    cursor: pointer;
}

.header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.header_logo_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_logo_menu-item {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
}

.header_logo_menu-item a {
    color: #1062AA;
    text-decoration: none;
}

.header_logo_menu-item:not(:last-child) {
    margin-right: 30px;
}

#first-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8px;
}

#first-menu-item span {
    font-size: 10px;
    line-height: 9px;
    color: #807E7E;
    margin-bottom: 2px;
}

.header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.header_menu .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    position: absolute;
    left: -284px;
    top: 40px;
    visibility: hidden;
    opacity: 0;
    z-index: 300;
    width: 1170px;
    padding-top: 54px;
    padding-bottom: 84px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.header_menu .submenu__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header_menu .submenu__block-list {
    list-style: none;
    width: 165px;
}

.header_menu .submenu__block-list-item a {
    position: relative;
    font-size: 15px;
    line-height: 17px;
    color: #333333;
    text-decoration: none !important;
}

.header_menu .submenu__block-list-item a.hover {
    color: #6FC6AD !important;
}

.header_menu .submenu__block-list-item a.hover i {
    display: block;
}

.menu__span-list-item {
    cursor: pointer
}

.header_menu .submenu__block-list-item a.hover~.submenu__block-list-item-img {
    display: block;
}

.header_menu .submenu__block-list-item i {
    display: none;
    position: absolute;
    top: 1px;
    left: -13px;
    color: #1062AA;
}

.header_menu .submenu__block-list-item-img {
    display: none;
    position: absolute;
    left: -195px;
    top: 54px;
}

.header_menu .submenu__block-list-item:not(:last-of-type) {
    margin-bottom: 8px;
}

.header_menu .submenu__block-list-item:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 15px !important;
    color: #1062AA !important;
    margin-top: 5px;
    margin-bottom: 20px !important;
}

.header_menu .submenu__block-list-item:first-of-type a {
    color: #1062AA !important;
}

.header_menu .submenu__block-list-item:first-of-type i {
    color: #F7B916;
    top: 0px;
}

.header_menu .submenu__block-list-item:first-of-type img {
    margin-bottom: 20px;
}

.header_menu .submenu__block:first-of-type {
    width: 25%;
    margin-bottom: 0 !important;
}

.header_menu .submenu__block:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 80px;
    width: 75%;
    position: relative;
}

.header_menu .submenu .vector {
    position: absolute;
    top: -20px;
    left: 15px;
}

.header_menu .submenu li {
    font-size: 14px;
    line-height: 17px;
    color: #807E7E;
}

.header_menu .down {
    position: relative;
}

.header_menu .down:hover>a {
    color: #1062AA;
}

.header_menu .down:hover a .fas {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.header_menu .down:hover .submenu {
    visibility: visible;
    opacity: 1;
}

.header_menu-item {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #807E7E;
}

.header_menu-item:nth-of-type(2) .submenu {
    left: -502px;
}

.header_menu-item:nth-of-type(4) .submenu {
    left: -817px;
}

.header_menu-item:nth-of-type(5) .submenu {
    left: -992px;
}

.header_menu-item a {
    cursor: pointer;
    position: relative;
    color: #807E7E;
    text-decoration: none;
}

.header_menu-item a .fas.fa-angle-down {
    color: #6FC6AD;
    margin-left: 8px;
}

.header_menu-item.downOff a:after {
    content: '';
    width: 100%;
    height: 9px;
    top: 25px;
    left: 0px;
    position: absolute;
    background: transparent;
    border-radius: 6px;
}

.header_menu-item a:hover {
    color: #1062AA;
}

.header_menu-item.down:hover a:after {
    display: none;
}

.header_menu-item.downOff a:hover:after {
    background: #6FC6AD;
}

.header_menu-item:not(:last-child) {
    margin-right: 58px;
}

.small_header {
    display: none;
    margin-left: -15px;
    margin-right: -15px;
    z-index: 999;
}

.small_header.active {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
}

.small_header .submenu {
    display: none;
    margin-left: 40px;
    margin-bottom: 20px;
    list-style: none;
}

.small_header .submenu.active {
    display: block;
}

.small_header .submenu li {
    position: relative;
}

.small_header .submenu li .submenu-item-img1 {
    position: absolute;
    height: 20px;
    top: 17px;
    left: -32px;
}

.small_header .submenu li .submenu-item-img2 {
    position: absolute;
    right: 35px;
    top: 0;
}

.small_header .submenu li .submenu-item-img2:nth-of-type(1) {
    z-index: 1;
    top: 8px;
}

.small_header .submenu li .submenu-item-img2:nth-of-type(2) {
    top: 3px;
}

.small_header .submenu-item {
    padding-top: 15px;
}

.small_header .submenu-item a {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #1062AA;
}

.small_header .submenu-item span {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #1062AA;
}

.small_header .submenu-item-link {
    display: inline-block;
    position: relative;
}

.small_header .submenu-item-link img {
    position: absolute;
}

.small_header .submenu-item-link img:first-of-type {
    display: none;
}

.small_header .submenu-item-link img:last-of-type {
    display: inline-block;
}

.small_header .submenu-item-link.click img:first-of-type {
    display: inline-block;
}

.small_header .submenu-item-link.click img:last-of-type {
    display: none;
}

.small_header .small__submenu {
    list-style: none;
    padding-top: 10px;
    display: none;
}

.small_header .small__submenu-item a {
    font-size: 14px;
    line-height: 16px;
    color: #807E7E;
}

.small_header .small__submenu-item:not(:last-of-type) {
    margin-bottom: 10px;
}

.small_header-click {
    display: block !important;
}

.small_header-dropdown {
    width: 40px;
    height: 40px;
}

.small_header-logo {
    height: 40px;
    margin-right: auto;
}

.small_header-logo img {height: 40px;}

.small_header-grid {
    width: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.small_header-grid .lnk_auth img {height: 40px; margin: 0 15px;}
.header-mobile-search-toggle {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    background: no-repeat 50% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='28' fill='none'%3E%3Cpath d='M22.83 12.415c0 5.751-4.664 10.414-10.415 10.414C6.663 22.83 2 18.166 2 12.415 2 6.663 6.663 2 12.415 2c5.751 0 10.414 4.663 10.414 10.415z' stroke='%231062AA' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M20.422 19.09l7.958 6.8' stroke='%231062AA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 21px;
    border: 2px solid #1062AA;
}
.header-mobile-menu-toggle{
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #1062AA;
    z-index: 12;
}
.header-mobile-menu-toggle span{
    position: absolute;
    left: 10px;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.header-mobile-menu-toggle span:nth-child(1){
    top: 14px;
}
.header-mobile-menu-toggle span:nth-child(2){
    top: 19px;
}
.header-mobile-menu-toggle span:nth-child(3){
    top: 24px;
}
.header-menu__arrow{
    width: 14px;
    height: 10px;
    margin-left: auto;
    background: transparent url('/wp-content/themes/epochta.ru/assets/img/header/header-menu-arrow.svg') center center no-repeat;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    background-size: contain;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.small_header-menu-item-link.active .header-menu__arrow{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.small_header-menu {
    display: none;
    margin: 0 auto;
    list-style: none;
    padding: 15px 15px 5px;
    top: 100%;
    left: 0;
    height: auto;
    width: 100%;
}

.small_header-menu.active {
    display: block;
    z-index: 999;
}

.small_header-menu-item {
    position: relative;
    margin: 5px 0;
    z-index: 998;
}

.small_header-menu-item-link {
    display: flex;
    align-items: center;
}

.small_header-menu-item i {
    margin-left: 8px;
    color: #1062AA;
    line-height: 21px;
    vertical-align: middle;
}

.small_header-menu-item i.click {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.small_header-menu-item a {
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    color: #807E7E;
}

.small_header-menu-item span {
    font-size: 18px;
    line-height: 21px;
    color: #807E7E;
}

.small_header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.small_header-block img {
    margin-right: 12px;
    height: 40px;
}

.small_header-block a {
    height: 40px;
}

.small_header-drop {
    width: 40px;
    height: 40px;
    margin-right: 0 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_logo-img {
        margin-top: 0px;
    }
    .header_logo {
        margin-bottom: 20px;
    }
    .header_menu {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .header_menu .submenu {
        max-width: 960px;
        left: -20px;
    }
    .header_menu-item:nth-of-type(2) .submenu {
        left: -248px;
    }
    .header_menu-item:nth-of-type(4) .submenu {
        left: -583px;
    }
    .header_menu-item:nth-of-type(5) .submenu {
        left: -767px;
    }
    .header_menu .submenu__block:first-of-type {
        width: 28%;
    }
    .header_menu .submenu__block-list-item-img {
        left: -179px;
    }
    .header_menu .submenu__block:last-of-type {
        padding-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_logo-img {
        margin-top: 0px;
    }
    .header_logo {
        margin-bottom: 25px;
    }
    .header_menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header_menu-item a {
        font-size: 16px;
        line-height: 18px;
    }
    .header_menu-item:not(:last-child) {
        margin-right: 30px;
    }
    .header_menu .submenu {
        max-width: 750px;
        left: -15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .header_menu-item:nth-of-type(2) .submenu {
        left: -198px;
    }
    .header_menu-item:nth-of-type(4) .submenu {
        left: -456px;
    }
    .header_menu-item:nth-of-type(5) .submenu {
        left: -601px;
    }
    .header_menu .submenu__block:first-of-type {
        width: 0%;
    }
    .header_menu .submenu__block:last-of-type {
        width: 100%;
    }
    .header_menu .submenu__block-list-item-img {
        display: none;
    }
    .header_menu .submenu__block:last-of-type {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header_logo-img {
        margin-top: 0px;
    }
    .header_logo-img img {
        width: 90%;
    }
    .header_logo {
        margin-bottom: 20px;
    }
    .header_logo_menu-item:not(:last-child) {
        margin-right: 15px;
    }
    .header_logo_menu-item:first-child {
        margin-bottom: 0px;
    }
    .header_menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header_menu-item {
        font-size: 14px;
        line-height: 16px;
    }
    .header_menu-item:not(:last-child) {
        margin-right: 10px;
    }
    .header_menu .submenu {
        max-width: 570px;
        left: -15px;
        padding: 20px 10px;
    }
    .header_menu-item:nth-of-type(2) .submenu {
        left: -157px;
    }
    .header_menu-item:nth-of-type(4) .submenu {
        left: -347px;
    }
    .header_menu-item:nth-of-type(5) .submenu {
        left: -455px;
    }
    .header_menu .submenu__block:first-of-type {
        width: 0%;
    }
    .header_menu .submenu__block:last-of-type {
        width: 100%;
    }
    .header_menu .submenu__block-list-item-img {
        display: none;
    }
    .header_menu .submenu__block:last-of-type {
        padding-right: 0px;
    }
    .breadcrumb {
        margin-top: 0 !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .header {
        display: none;
    }
    .small_header {
        display: block;
        background: #fff;
    }
}

.ePochtaSMS .breadcrumb-item+.breadcrumb-item::before {
    background: url(/wp-content/themes/epochta.ru/assets/img/breadcrumb-arrow-2.svg) 50% 50%/cover no-repeat;
    color: #6FC6AD;
}

.main {
    position: relative;
    padding-bottom: 70px;
    margin-top: 70px;
}

.main .row1 {
    margin-bottom: 80px;
}

.main_vector {
    position: absolute;
    right: 0;
    bottom: -155px;
}

.main_content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.main_content .human-bg {
    position: absolute;
    z-index: 1;
    left: -55px;
    top: -30px;
}

.main_content .human {
    z-index: 2;
    margin-left: 45px;
}

.main_content_text {
    width: 42%;
    z-index: 199;
}

.main_content_text h1 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 46px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 25px;
}

.main_content_text h1 span {
    color: #6FC6AD;
}

.main_content_text p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 37px;
}

.main_content_text a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #1062AA;
    border-radius: 45px;
    padding: 14px 20px;
    text-decoration: none;
}

.main_status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #1062AA;
}

.main_status span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

.main_status-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.scope {
    background: #F4F4F4;
    text-align: center;
    padding-top: 70px;
}

.scope .wrapper {
    position: relative;
}

.scope .vector2 {
    position: absolute;
    bottom: -150px;
    left: 0;
}

.scope .btn {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 70px;
}

.scope h2 {
    width: 688px;
    margin-bottom: 80px;
}

.scope p {
    text-align: start;
}

.scope_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 0px 20px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.scope_list-column {
    width: 380px;
    list-style: none;
}

.scope_list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 45px;
    min-height: 80px;
}

.scope_list-item img {
    margin-right: 20px;
    width: 60px;
}

.scope_list-item-text {
    width: 315px;
    text-align: start;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.scope_list-item a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
    margin-bottom: 5px;
}

.mailing {
    position: relative;
}

.mailing .vector2 {
    position: absolute;
    left: 0;
    top: -80px;
}

.mailing h2 {
    max-width: 565px;
    margin-top: 70px;
    margin-bottom: 80px;
}

.mailing_list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mailing_list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    width: 20%;
    margin-bottom: 25px;
}

.mailing_list-item a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}

.mailing_list-item img {
    margin-right: 10px;
}

.mailing_block {
    position: relative;
    margin-top: 50px;
    font-size: 0;
}

.mailing_block-img {
    width: 100%;
}

.mailing_content {
    margin-top: -1px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
    background: #6FC6AD;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.mailing_content .vector3 {
    position: absolute;
    right: 25px;
    bottom: -94px;
}

.mailing_content-item {
    margin-left: 75px;
}

.mailing_content-item h3 {
    white-space: pre-line;
}

.mailing_content-item p {
    white-space: pre-line;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    margin-top: 5px;
}

.mailing_content-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 75px;
}

.mailing_content-form input::-moz-placeholder {
    color: #FFFFFF;
    /* Цвет подсказывающего текста */
}

.mailing_content-form input::-webkit-input-placeholder {
    color: #FFFFFF;
}

.mailing_content-form input:-ms-input-placeholder {
    color: #FFFFFF;
}

.mailing_content-form input::-ms-input-placeholder {
    color: #FFFFFF;
}

.mailing_content-form input::placeholder {
    color: #FFFFFF;
}

.mailing_content-form #number1 {
    display: block;
    margin-bottom: 20px;
    border: 2px solid #1062AA;
    border-radius: 45px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    width: 260px;
    outline: none;
    background-color: transparent;
    padding: 13px 20px;
}

.mailing_content-form button {
    cursor: pointer;
}

.patterns {
    position: relative;
}

.patterns-title {
    max-width: 560px;
    margin-top: 85px;
    margin-bottom: 20px;
}

.sms-pattern-text {
    display: none;
}

.patterns-text {
    width: 80%;
    display: block;
    margin: 0 auto;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #333333;
    margin-bottom: 55px;
}

.patterns .vector3 {
    position: absolute;
    right: 70px;
    top: -89px;
}

.patterns-mobile {
    width: 314px;
    height: 435px;
    position: relative;
}

.patterns-mobile-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.patterns-mobile .mobile-vector {
    position: absolute;
    top: 185px;
    left: 41px;
}

.patterns #mobile-text {
    width: 215px;
    display: block;
    margin: 0 auto;
    margin-top: 155px;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    background: #1062AA;
    border-radius: 6px;
    padding: 20px;
}

.patterns_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 50px;
}

.patterns_block_menu {
    width: 63%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.patterns_block_menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 148px;
    height: 170px;
    position: relative;
    text-align: center;
    padding: 0 12px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 40px;
    cursor: pointer;
}

.patterns_block_menu-item.click-item {
    background: #1062AA;
    border-radius: 6px;
    color: #FFFFFF;
}

.patterns_block_menu-item.click-item:after {
    background: #1062AA !important;
}

.patterns_block_menu-item:not(:last-child) {
    margin-right: 20px;
}

.patterns_block_menu-item:nth-child(odd):after {
    background: #6FC6AD;
}

.patterns_block_menu-item:after {
    content: '';
    display: block;
    width: 148px;
    height: 9px;
    background: #F9BA16;
    border-radius: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.patterns-border {
    width: 148px;
    height: 9px;
    background: #F9BA16;
    border-radius: 6px;
}

.patterns .bonus {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #6FC6AD;
    border-radius: 12px;
    padding: 75px;
}

.patterns .bonus .vector {
    position: absolute;
    bottom: -90px;
    left: 80px;
}

.patterns .bonus h3 {
    width: 520px;
}

.patterns .bonus a {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 15px 20px;
    text-decoration: none;
    background: #1062AA;
    border-radius: 45px;
}

.patterns .bonus a:hover {
    background-color: transparent;
    border-color: #1062AA;
    color: #1062AA;
}

.patterns .bonus span {
    color: #FFFFFF;
    white-space: nowrap;
}

.patterns_block_menu.small-media {
    display: none;
    margin-bottom: 50px;
    width: 260px;
}

.patterns_block_menu.small-media .slick-prev {
    left: -40px;
    width: 25px;
    height: 24px;
}

.patterns_block_menu.small-media .slick-next {
    width: 25px;
    height: 24px;
    right: -40px;
}

.patterns_block_menu.small-media .slick-prev:before,
.patterns_block_menu.small-media .slick-next:before {
    display: none;
}

.patterns_block_menu.small-media .slick-arrow {
    background-color: transparent;
    border: none;
}

.patterns_block_menu.small-media .patterns_block_menu-item-small {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    height: 150px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 148px;
    position: relative;
    text-align: center;
    padding: 0 12px;
    color: #333333;
    outline: none;
}

.patterns_block_menu.small-media .patterns_block_menu-item-small:nth-child(odd):after {
    background: #6FC6AD;
}

.patterns_block_menu.small-media .patterns_block_menu-item-small:after {
    content: '';
    display: block;
    width: 148px;
    height: 9px;
    background: #F9BA16;
    border-radius: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.patterns_block_menu.small-media .patterns_block_menu-item-small:after {
    width: 100%;
}

.smsApi {
    position: relative;
}

.smsApi_vector {
    position: absolute;
    top: -80px;
    left: 70px;
}

.smsApi_title {
    width: 550px;
    margin-top: 80px;
    margin-bottom: 24px;
}

.smsApi_description {
    display: block;
    margin: 0 auto;
    margin-bottom: 60px;
    width: 590px;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

.smsApi_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}

.smsApi_list-item {
    width: 29%;
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
}

.smsApi_list-item img {
    width: 35%;
}

.smsApi_list-item:not(:last-child) {
    margin-right: 25px;
}

.smsApi_list-item p {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #333333;
    margin-top: 25px;
}

.smsApi .testSms {
    background: #F4F4F4;
    border-radius: 12px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 55px;
}

.smsApi .testSms-vector {
    position: absolute;
    top: -63px;
    right: 150px;
}

.smsApi .testSms_title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
    color: #333333;
    margin-bottom: 50px;
}

.smsApi .testSms_form_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}

.smsApi .testSms_form_list-item input::-moz-placeholder {
    color: #807E7E;
    /* Цвет подсказывающего текста */
}

.smsApi .testSms_form_list-item input::-webkit-input-placeholder {
    color: #807E7E;
}

.smsApi .testSms_form_list-item input:-ms-input-placeholder {
    color: #807E7E;
}

.smsApi .testSms_form_list-item input::-ms-input-placeholder {
    color: #807E7E;
}

.smsApi .testSms_form_list-item input::placeholder {
    color: #807E7E;
}

.smsApi .testSms_form_list-item:not(:last-child) {
    margin-right: 35px;
}

.smsApi .testSms_form_list-item span {
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.smsApi .testSms_form_list-item p {
    margin-top: 29px;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #807E7E;
}

.smsApi .testSms_form_list-item input {
    width: 260px;
    padding: 13px 20px;
    border: 2px solid #1062AA;
    border-radius: 45px;
    background-color: transparent;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #807E7E;
    outline: none;
}

.smsApi .testSms_form_list-item button {
    margin-top: 30px;
}

.smsStages {
    padding-bottom: 10px;
}

.smsStages-title {
    color: #000000;
    margin-top: 80px;
    margin-bottom: 50px;
}

.smsStages_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 45px;
}

.smsStages_list-item {
    position: relative;
    text-align: center;
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}

.smsStages_list-item.notArrow:after {
    position: absolute;
    top: 20px;
    right: -63px;
    content: '';
    width: 55px;
    border-bottom: 2px dashed #1062AA;
}

.smsStages_list-item.arrow:after {
    content: '';
    height: 16px;
    width: 65px;
    background: url("/wp-content/themes/epochta.ru/assets/img/Group 18.png") center right;
    position: absolute;
    top: 20px;
    right: -63px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.smsStages_list-item:last-child img {
    margin-bottom: 40px;
}

.smsStages_list-item img {
    margin-bottom: 30px;
}

.smsStages_list-item span {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #333333;
}

.smsStages .btn {
    margin: 0 auto;
    display: block;
}

.small_smsStages_list {
    display: none;
}

.small_smsStages_list .slick-prev,
.small_smsStages_list .slick-next {
    width: 25px;
    height: 24px;
}

.comments-title {
    margin-top: 70px;
    margin-bottom: 70px;
}

.comments .vector5 {
    position: absolute;
    right: 170px;
    top: -63px;
}

.comments-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.comments_customers {
    width: 44%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comments_customers-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}

.comments_slider {
    width: 56%;
    background: #F4F4F4;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: right;
}

.comments_slider .slick-arrow {
    background-color: transparent;
    position: absolute;
    border: none;
    outline: none;
    top: -50px;
    width: 24px;
    font-size: 25px;
    color: #C4C4C4;
}

.comments_slider .arrow-prev {
    right: 50px;
}

.comments_slider .arrow-next {
    right: 0px;
}

.comments_slider-item .description {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #333333;
    margin-bottom: 20px;
}

.comments_slider-item .signature {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #333333;
}

.comments_slider-item .myColor {
    background-color: #F7B916;
}

.cost {
    position: relative;
    margin-bottom: 30px;
}

.cost-title {
    margin-top: 100px;
    margin-bottom: 80px;
}

.cost_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cost_content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cost_content-right {
    position: relative;
    width: 728px;
}

.cost_content-right>.slider_scroll-item {
    width: auto !important;
    position: absolute !important;
    left: -2px;
    top: -60px;
}

.cost_content-right .slider_scroll {
    position: absolute;
    width: 100%;
    top: -60px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cost_content-right .slider_scroll-item {
    width: 10%;
    position: relative;
    text-align: end;
}

.cost_content-right .slider_scroll-item .line {
    position: absolute;
    top: 50px;
    right: -6px;
    height: 25px;
    width: 1px;
    border: 1px solid #C4C4C4;
    display: inline-block;
}

.cost_content-right .slider_scroll-item .price {
    position: absolute;
    right: -15px;
    font-size: 14px;
    line-height: 16px;
    color: #807E7E;
    margin-bottom: 31px;
}

.cost_content-right .slider_scroll-item .price-11~.line {
    right: -2px;
}

.cost_content-right #slider {
    height: 4px;
    background-color: #C4C4C4;
    width: 728px;
    margin-bottom: 24px;
}

.cost_content-right #slider .ui-state-default {
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url("/wp-content/themes/epochta.ru/assets/img/scroll-cost.svg");
    border: none;
    outline: none;
    top: -11px;
}

.cost_content-right #slider .ui-slider-range {
    height: 4px;
    background-color: #1062AA;
}

.cost_content-img {
    height: 50px;
    width: 50px;
    margin-right: 16px;
}

.cost_content-section {
    margin-right: 16px;
}

.cost_content-section p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #807E7E;
}

.cost_content-section #contentSlider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 34px;
    height: 50px;
    width: 140px;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    color: #333333;
    border: 2px solid #1062AA;
    border-radius: 45px;
    outline: none;
    cursor: auto;
}

.cost_content-section #contentSlider::-moz-placeholder {
    color: #333333;
    /* Цвет подсказывающего текста */
}

.cost_content-section #contentSlider::-webkit-input-placeholder {
    color: #333333;
}

.cost_content-section #contentSlider:-ms-input-placeholder {
    color: #333333;
}

.cost_content-section #contentSlider::-ms-input-placeholder {
    color: #333333;
}

.cost_content-section #contentSlider::placeholder {
    color: #333333;
}

.cost_table {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 80px;
    width: 620px;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.cost_table li {
    width: 25%;
}

.cost_table-border {
    position: absolute;
    top: 286px;
    left: 50.5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 945px;
    margin: 0 auto;
    border: 1px solid #E5E5E5;
}

.cost_table ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
}

.routes-rate li {
    outline: none;
}

.cost_table ul li {
    text-align: start;
    margin-bottom: 20px;
}

.cost_table ul:first-child {
    margin-bottom: 45px;
}

.cost_table ul:first-child li .help-span-drop img {
    left: 58px;
}

.cost_table ul:first-child li .help-span-drop {
    width: 230px;
    height: auto;
    padding: 11px;
    color: #333333;
    right: -160px;
    text-align: left;
}

.cost_table ul:first-child li:not(:first-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cost_form {
    position: relative;
    background: #6FC6AD;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 75px;
}

.cost_form input::-moz-placeholder {
    color: #FFFFFF;
    /* Цвет подсказывающего текста */
}

.cost_form input::-webkit-input-placeholder {
    color: #FFFFFF;
}

.cost_form input:-ms-input-placeholder {
    color: #FFFFFF;
}

.cost_form input::-ms-input-placeholder {
    color: #FFFFFF;
}

.cost_form input::placeholder {
    color: #FFFFFF;
}

.cost_form .vector6 {
    position: absolute;
    top: -50px;
    right: 75px;
}

.cost_form-text {
    text-align: end;
    width: 260px;
}

.cost_form-text input {
    width: 260px;
    padding: 12px 10px;
    text-align: center;
    border: 2px solid #1062AA;
    border-radius: 45px;
    background-color: transparent;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    outline: none;
    margin-bottom: 20px;
}

.cost_form-text .btn {
    width: 260px;
}

.cost_form-text #name3:focus::-webkit-input-placeholder {
    color: transparent;
}

.cost_form-text #name3:focus::-moz-placeholder {
    color: transparent;
}

.cost_form-text #name3:focus:-moz-placeholder {
    color: transparent;
}

.cost_form-text #name3:focus:-ms-input-placeholder {
    color: transparent;
}

.cost_form-item-title {
    white-space: pre-line;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
    margin-bottom: 30px;
}

.cost_form-item-title span {
    color: white;
}

.cost_form-item-text {
    font-size: 13px;
    line-height: 15px;
    color: #333333;
}

.cost_form-item-text span {
    font-weight: bold;
}

.footer {
    padding: 40px 0;
    background: #1062AA;
}

.footer-logo {
    width: 70px;
    margin-bottom: 35px;
}

.footer__help-item {
    margin-bottom: 20px;
}

.footer__help-item p {
    font-size: 10px;
    line-height: 12px;
    color: #E5E5E5;
    margin-bottom: 10px;
}

.footer__help-item a {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #F7B916;
}

.footer__nav {
    margin-top: 30px;
}

.footer__nav__list {
    list-style: none;
}

.footer__nav__list-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #E5E5E5;
}

.footer__nav__list-item a {
    color: #E5E5E5;
}

.footer__nav__list-item:not(:last-of-type) {
    margin-bottom: 10px;
}

.footer__nav__list-item:first-of-type {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 25px;
}

.footer__social {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #F7B916;
}

.footer__social img {
    width: 33px;
    margin-right: 15px;
}

.footer__bottom p {
    font-size: 12px;
    line-height: 15px;
    color: #E5E5E5;
}

.footer__bottom a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #E5E5E5;
}

.footer .footer__smallNav {
    margin-top: 35px;
    display: none;
}

.footer .footer__smallNav__list {
    list-style: none;
}

.footer .footer__smallNav__list-hidden {
    display: none;
    padding-top: 20px;
    list-style: none;
}

.footer .footer__smallNav__list-hidden li {
    font-size: 12px;
    line-height: 14px;
}

.footer .footer__smallNav__list-hidden li:not(:last-of-type) {
    margin-bottom: 10px;
}

.footer .footer__smallNav__list-hidden a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #E5E5E5;
}

.footer .footer__smallNav__list-item {
    position: relative;
    font-size: 18px;
    line-height: 21px;
    color: #F2F2F2;
}

.footer .footer__smallNav__list-item.active>.footer__smallNav__list-hidden {
    display: block;
}

.footer .footer__smallNav__list-item .footer-arrow {
    position: absolute;
    right: 0;
    top: 0;
}

.footer .footer__smallNav__list-item .footer-arrow.active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.footer .footer__smallNav__list-item:not(:last-child) {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__social img {
        width: 27px;
        margin-right: 7px;
    }
    .footer__nav__list-item {
        font-size: 11px;
        line-height: 13px;
    }
    .footer__nav__list-item:not(:last-of-type) {
        margin-bottom: 14px;
    }
    .footer__nav__list-item:first-of-type {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__social img {
        width: 30px;
        margin-right: 8px;
    }
    .footer__nav {
        margin-top: 0px;
    }
    .footer__help-item a {
        font-size: 12px;
        line-height: 14px;
    }
    .footer__nav__list-item {
        font-size: 11px;
        line-height: 15px;
    }
    .footer__nav__list-item:not(:last-of-type) {
        margin-bottom: 14px;
    }
    .footer__nav__list-item:first-of-type {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 25px;
    }
    .footer__social {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #F7B916;
    }
    .footer__bottom a {
        font-size: 11px;
        display: block;
    }
    .footer__bottom p {
        font-size: 10px;
        line-height: 15px;
        color: #E5E5E5;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .footer-logo {
        display: block;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .footer__help {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__help-item p {
        font-size: 12px;
        line-height: 14px;
    }
    .footer__help-item a {
        font-size: 14px;
        line-height: 16px;
    }
    .footer__help-item:nth-of-type(2) {
        text-align: right;
    }
    .footer__top .col-sm-3:not(:first-of-type) {
        display: none;
    }
    .footer .footer__social {
        text-align: center;
        padding: 0;
        margin: 0;
        border: none;
    }
    .footer .footer__social img {
        width: 30px;
        margin-right: 0;
    }
    .footer .footer__social a:not(:last-of-type) {
        margin-right: 10px;
    }
    .footer__bottom {
        text-align: center;
    }
    .footer__bottom .col-sm-3:first-of-type {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .footer__bottom a {
        margin-bottom: 15px;
        display: block;
    }
    .footer__bottom p {
        margin-top: 10px;
    }
    .footer .row__social {
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 35px;
        margin-bottom: 35px;
        border-bottom: 1px solid #F7B916;
    }
    .footer .row__social .col-12 {
        padding: 0;
    }
    .footer .footer__smallNav {
        display: block;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
    .smsStages_list-item.notArrow:after {
        right: -64px;
    }
    .smsStages_list-item.arrow:after {
        right: -64px;
    }
    .wrapper {
        padding: 0 20px;
    }
    .main_vector {
        right: -16px;
        bottom: -117px;
    }
    .scope_list {
        padding: 0;
    }
    .scope_list-column {
        width: 50%;
    }
    .mailing_content {
        bottom: 20px;
    }
    .mailing_content-item {
        margin-left: 10px;
    }
    .mailing_content-form {
        margin-right: 10px;
    }
    .patterns_block {
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .patterns-mobile {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 auto;
        padding-bottom: 50px;
        margin-bottom: 20px;
    }
    .patterns-mobile .mobile-vector {
        top: 136px;
    }
    .patterns_block_menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 89%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .patterns_block_menu-item:nth-child(3) {
        margin-right: 0px;
    }
    .patterns #mobile-text {
        margin-top: 100px;
    }
    .patterns .bonus h3 {
        font-size: 26px;
        width: 490px;
    }
    .patterns .bonus {
        padding: 50px;
    }
    .smsApi_vector {
        top: -95px;
    }
    .smsApi .testSms {
        padding: 25px;
    }
    .smsApi .testSms_form_list-item p {
        font-size: 19px;
    }
    .smsApi .testSms_form_list-item input {
        width: 230px;
        padding: 15px 20px;
    }
    .smsApi .testSms_form_list-item button {
        width: 230px;
    }
    .smsApi .testSms_form_list-item:not(:last-child) {
        margin-right: 19px;
    }
    .smsStages_list-item {
        width: 92px;
    }
    .comments .vector5 {
        top: -53px;
    }
    .comments-title {
        margin: 50px 0px;
    }
    .comments_customers img:nth-child(odd) {
        margin-right: 10px;
    }
    .cost-title {
        margin: 50px 0px;
    }
    .cost_content-right {
        margin-top: 70px;
    }
    .cost_table-border {
        width: 100%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .scope_list-item img {
        margin-right: 10px;
    }
    .scope_list-item-text {
        width: 280px;
    }
    .cost_form-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .cost_form-text input {
        margin: 0;
    }
    .smsStages_list-item.notArrow:after {
        right: -45px;
    }
    .smsStages_list-item.arrow:after {
        right: -50px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .cost_content-right {
        width: 100%;
    }
    .cost_content-right #slider {
        width: 100%;
    }
    .scope .vector2 {
        height: 100px;
        bottom: -90px;
    }
    .cost_form-item-title {
        margin-bottom: 10px;
    }
    .patterns .bonus h3 {
        width: 420px;
    }
    .patterns .bonus .bonus-title {
        width: 420px !important;
    }
    .patterns-mobile {
        height: 340px;
    }
    .main_content .human {
        width: 45%;
        -ms-flex-item-align: center;
        align-self: center;
        margin-left: 20px;
    }
    .main_content_text a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main_content_text h1 {
        margin-bottom: 10px;
    }
    .main_content_text p {
        margin-bottom: 15px;
    }
    .main_status-item {
        font-size: 40px;
    }
    .main_vector {
        bottom: -80px;
        right: 0;
        height: 100px;
    }
    .scope h2 {
        width: 100%;
    }
    .scope_list-item {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ePochtaSMS .mailing_content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .ePochtaSMS .patterns .bonus {
        padding: 30px;
    }
    .ePochtaSMS .patterns .bonus h3 {
        width: 400px;
    }
    .ePochtaSMS .patterns .bonus .bonus-title {
        width: 400px !important;
    }
    .ePochtaSMS .patterns .bonus .vector {
        position: absolute;
        bottom: -80px;
        left: 80px;
    }
    .ePochtaSMS .cost_form {
        padding: 25px 35px;
    }
    .ePochtaSMS .partner-list {
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ePochtaSMS .partner-list-item {
        margin-bottom: 20px;
        width: 25%;
    }
    .ePochtaSMS .cost_table-border {
        top: 357px;
    }
}

@media only screen and (min-width: 550px) and (max-width: 1023px) {
    .patterns_block_menu {
        width: 500px;
    }
    .mailing_list {
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
    .ePochtaSMS .cost_table-border {
        position: absolute;
        top: 356px;
    }
    .ePochtaSMS .comments_customers-block {
        margin-bottom: 20px;
    }
    .ePochtaSMS .comments_customers-block img {
        max-width: 100%;
    }
    .ePochtaSMS .main .row1 .col-xl-4 {
        margin-bottom: 70px;
    }
    .ePochtaSMS .main_content_text p {
        margin-bottom: 80px;
    }
    .ePochtaSMS .button-block a {
        margin: 0 auto;
    }
    .ePochtaSMS .mailing_content {
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ePochtaSMS .mailing_content-item:first-of-type {
        margin-bottom: 30px;
    }
    .ePochtaSMS .mailing_content .mailing_content-form {
        width: 260px;
        margin: 0 auto;
    }
    .cost_form-item-title,
    .cost_form-item-text {
        padding-right: 5px;
    }
    .patterns_block_menu-item {
        height: 100px;
    }
    .patterns-text {
        white-space: inherit;
    }
    .comments_customers img:nth-child(3) {
        margin-top: 0px;
    }
    .comments_customers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
    }
    .mailing_list-item {
        width: 33.3%;
    }
    .main_content_text h1 {
        font-size: 34px !important;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .scope h2 {
        margin-bottom: 50px;
    }
    .scope_list-item-text {
        width: 180px;
        height: 127px;
    }
    .scope_list-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
    }
    .scope_list-item h4 {
        font-size: 17px;
    }
    .scope .vector2 {
        width: 15%;
        bottom: -70px;
        left: 10px;
    }
    .mailing h2 {
        margin-bottom: 50px;
    }
    .mailing_list-item:last-child {
        display: none;
    }
    .mailing_list {
        margin-bottom: 0;
    }
    .mailing_content-item p {
        padding-right: 5px;
    }
    .patterns_block_menu-item {
        width: 33.3%;
    }
    .patterns_block_menu-item:not(:last-child) {
        margin-right: 0px;
    }
    .patterns_block_menu-item:after {
        width: 90%;
        left: 8px;
    }
    .patterns-mobile {
        height: auto;
    }
    .patterns .bonus {
        padding: 25px 25px;
    }
    .patterns .bonus .vector {
        width: 15%;
        bottom: -70px;
        left: 15px;
    }
    .smsApi_title {
        width: 100%;
    }
    .smsApi_description {
        width: 100%;
    }
    .smsApi .testSms-vector {
        right: 15px;
    }
    .smsApi .testSms_form_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .testSms_form_list-item:first-child {
        margin-right: 30px !important;
    }
    .smsApi .testSms_form_list-item:not(:last-child) {
        margin-right: 0px;
    }
    .smsApi .testSms_form_list-item input {
        width: 215px;
        padding: 15px 20px;
    }
    .smsApi .testSms_form_list-item p {
        font-size: 20px;
    }
    .smsApi .testSms {
        padding: 25px 10px;
    }
    .testSms_form_list-item:first-child {
        margin-right: 20px;
    }
    .smsApi .testSms_title {
        margin-bottom: 30px;
    }
    #smsApi-btn {
        width: 215px;
    }
    .smsStages_list-item {
        width: 15%;
    }
    .smsStages_list-item span {
        font-size: 13px;
    }
    .smsStages_list-item.notArrow:after {
        right: -32%;
        width: 50%;
    }
    .smsStages_list-item.arrow:after {
        width: 50%;
        right: -32%;
    }
    .comments_slider-item .signature,
    .comments_slider-item .description {
        font-size: 17px;
    }
    .cost_form .vector6 {
        right: 15px;
    }
    .cost_table {
        width: 100%;
    }
    .help-span-drop {
        left: auto;
        right: 0;
    }
    .cost_form {
        padding: 25px;
    }
    .patterns .bonus a {
        width: 255px;
        padding: 15px 0;
    }
    .partner-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .cost_content-right .slider_scroll-item .price-11 {
        left: -15px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .scope_list-item-text p {
        text-align: center !important;
    }
    .ePochtaSMS .main .row1 .col-xl-4 {
        text-align: center;
        margin-bottom: 70px;
    }
    .ePochtaSMS .cost_table-border {
        top: 410px;
    }
    .comments_customers-block {
        margin-bottom: 25px;
    }
    .cost_content-right .slider_scroll-item .price {
        font-size: 12px;
    }
    .wrapper {
        padding: 0 10px;
    }
    .patterns .bonus a,
    .main_content_text a,
    .smsStages .btn,
    .smsApi .testSms_form_list-item button,
    .cost_form-text input,
    .smsApi .testSms_form_list-item input,
    .mailing_content-form #number1,
    .mailing_content-form button,
    .scope .btn,
    .patterns .bonus a,
    .cost_form-text .btn {
        width: 260px !important;
        padding: 13px 20px !important;
    }
    .main {
        padding-bottom: 50px;
    }
    .main_content {
        -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;
        margin-bottom: 40px;
    }
    .main_content .human {
        width: 56%;
        height: auto;
        margin: 60px auto 40px auto;
    }
    .main_content .human-bg {
        top: 10px;
    }
    .main_content_text {
        margin-top: 10px;
        width: 100%;
    }
    .main_content_text h1 {
        font-weight: bold;
        font-size: 35px !important;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .main_content_text p {
        margin-bottom: 40px;
        line-height: 28px;
    }
    .main_content_text a {
        width: 365px;
        margin: 0 auto;
        padding: 19px 35px;
    }
    .main_status-item:nth-child(3) {
        display: none;
    }
    .main_status-item {
        font-size: 25px;
        line-height: 30px;
    }
    .main_status-item span {
        font-size: 16px;
    }
    .main_vector {
        width: 70px;
        height: 70px;
        bottom: -69px;
        right: 0px;
    }
    .scope {
        padding-top: 70px;
    }
    .scope .vector2 {
        left: 10px;
        width: 70px;
        height: 67px;
        bottom: -66px;
    }
    .scope h2 {
        margin-bottom: 40px;
        line-height: 35px;
        width: 340px;
    }
    .scope_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0px;
    }
    .scope_list-item {
        -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;
        margin-bottom: 35px;
    }
    .scope_list-column:first-child {
        margin-bottom: 0;
    }
    .scope_list-item:nth-child(3) {
        display: none;
    }
    .scope_list-column:nth-child(2) .scope_list-item:nth-child(2) {
        display: none;
    }
    .scope_list-column:nth-child(2) .scope_list-item:nth-child(4) {
        display: none;
    }
    .scope_list-item img {
        width: 23%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .scope_list-column {
        width: 100%;
    }
    .scope_list-item-text {
        line-height: 22px;
        text-align: center;
        width: 365px;
    }
    .scope_list-column:nth-child(1) .scope_list-item:last-child .scope_list-item-text {
        width: 350px;
    }
    .scope .btn {
        margin-bottom: 50px;
    }
    .mailing h2 {
        max-width: 355px;
        margin: 70px auto 50px auto;
        line-height: 35px;
    }
    .mailing_list {
        margin-bottom: 0;
    }
    .mailing_list-item {
        font-weight: bold;
        width: 195px;
    }
    .mailing_block {
        margin-top: 20px;
    }
    .mailing_content {
        padding: 0 15px 40px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mailing_content .vector3 {
        width: 70px;
        bottom: -50px;
        right: 14px;
    }
    .mailing_content-title {
        width: 100% !important;
        margin: 0 auto 30px auto !important;
        white-space: normal !important;
    }
    .mailing_content-item h3 {
        width: 100%;
        margin: 0 auto 30px auto;
        white-space: normal;
    }
    .mailing_content-item p {
        width: 100%;
        margin: 0 auto;
        line-height: 23px;
        text-align: start;
        white-space: normal;
    }
    .mailing_content-item {
        margin-top: 10px;
        margin-left: 0;
        text-align: center;
    }
    .mailing_content-form {
        margin-right: 0;
        text-align: center;
    }
    .mailing_content-form #number1 {
        text-align: center;
        width: 365px;
        margin: 30px auto 20px auto;
    }
    .mailing_content-form button {
        margin: 0 auto;
        width: 365px;
    }
    .patterns-title {
        margin-top: 70px;
        margin-bottom: 30px;
        line-height: 35px;
        width: 400px;
    }
    .patterns-text {
        margin-bottom: 50px;
        line-height: 28px;
        white-space: inherit;
        width: 100%;
    }
    .patterns-mobile {
        height: 250px;
        margin-bottom: 20px;
    }
    .patterns_block_menu.small-media {
        margin-bottom: 50px;
    }
    .patterns-mobile .mobile-vector {
        left: 41px;
    }
    .patterns_block_menu {
        display: none;
    }
    .patterns_block_menu.small-media {
        display: block;
    }
    .patterns .bonus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 25px 20px;
    }
    .patterns .bonus .bonus-title {
        margin-bottom: 30px !important;
        font-size: 25px !important;
        width: 100% !important;
        text-align: center !important;
    }
    .patterns .bonus h3 {
        margin-bottom: 30px;
        font-size: 25px;
        width: 100%;
        text-align: center;
    }
    .patterns .bonus a {
        width: 365px;
    }
    .patterns .bonus .vector {
        width: 60px;
        bottom: -55px;
        left: 20px;
    }
    .smsApi_title {
        margin-top: 70px;
        margin-bottom: 30px;
        width: 100%;
        line-height: 35px;
    }
    .smsApi_description {
        width: 365px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .smsApi_list {
        -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;
        margin-bottom: 30px;
    }
    .smsApi_list img {
        width: 36%;
    }
    .smsApi_list-item {
        margin-bottom: 20px;
        width: 275px;
    }
    .smsApi_list-item p {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .smsApi_list-item:not(:last-child) {
        margin-right: 0px;
    }
    .smsApi .testSms-vector {
        right: 20px;
    }
    .smsApi .testSms {
        padding: 30px 15px;
    }
    .smsApi .testSms_title {
        font-size: 30px;
        line-height: 35px;
    }
    .smsApi .testSms_form_list {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .smsApi .testSms_form_list-item:nth-child(1) {
        margin-right: 0;
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .smsApi .testSms_form_list-item:nth-child(2) {
        margin-bottom: 20px;
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .smsApi .testSms_form_list-item:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .smsApi .testSms_form_list-item {
        text-align: center;
    }
    .smsApi .testSms_form_list-item span {
        text-align: start;
        color: #807E7E;
        margin-bottom: 20px;
    }
    .smsApi .testSms_form_list-item p {
        margin-top: 20px;
        text-align: start;
        margin-bottom: 0;
    }
    .smsApi .testSms_form_list-item button {
        font-weight: 500;
        margin-top: 0px;
        width: 365px;
        padding: 19px 0px;
        margin-bottom: 20px;
    }
    .smsApi .testSms_title {
        margin-bottom: 20px;
    }
    .smsApi .testSms_form_list-item input {
        font-weight: 500;
        width: 365px;
        padding: 19px 0px;
    }
    .smsStages-title {
        width: 240px;
        margin-top: 70px;
        margin-bottom: 0px;
        line-height: 35px;
    }
    .smsStages_list {
        display: none;
    }
    .small_smsStages_list {
        height: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0px;
    }
    .small_smsStages_list .slick-list {
        height: 150px;
    }
    .small_smsStages_list .slick-prev {
        top: auto;
        bottom: -45px;
        left: 30%;
        z-index: 2;
    }
    .small_smsStages_list .slick-next {
        top: auto;
        bottom: -45px;
        right: 30%;
        z-index: 2;
    }
    .small_smsStages_list .slick-track {
        z-index: 1;
        width: 5720px !important;
        height: 150px;
        margin-top: 20px;
    }
    .small_smsStages_list .slick-prev:before,
    .small_smsStages_list .slick-next:before {
        display: none;
    }
    .small_smsStages_list .smsStages_list-item:not(:last-child):after {
        display: none;
    }
    .small_smsStages_list .smsStages_list-item {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .small_smsStages_list .smsStages_list-item img {
        width: 60px;
        height: 80px;
        margin: 0;
        margin-right: 20px;
    }
    .small_smsStages_list .smsStages_list-item span {
        width: 100%;
        font-size: 16px;
        line-height: 21px;
    }
    .smsStages .btn {
        width: 365px;
        font-weight: 500;
        margin-top: 80px;
        padding: 19px 0px;
    }
    .comments-grid {
        -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;
    }
    .comments_customers {
        width: 100%;
        text-align: center;
        margin-bottom: 60px;
    }
    .comments_customers-block img {
        width: 90%;
    }
    .comments_slider {
        width: 100%;
    }
    .comments-title {
        margin: 50px 0;
        line-height: 35px;
    }
    .comments_customers img:nth-child(odd) {
        margin-right: 2px;
    }
    .comments .vector5 {
        top: 205px;
        right: 15px;
    }
    .comments_slider .arrow-prev {
        top: -65px;
        right: 65%;
    }
    .comments_slider .arrow-next {
        right: 0px;
        left: 65%;
        top: -65px;
    }
    .comments_slider-item {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .comments_slider-item .description {
        text-align: start;
        line-height: 24px;
    }
    .comments_slider-item .signature {
        text-align: start;
        font-weight: bold;
    }
    .cost-title {
        line-height: 35px;
        width: 250px;
        margin: 70px auto 30px auto;
    }
    .cost_content-right .slider_scroll-item .price-11 {
        right: -8px;
    }
    .cost_content-right #slider {
        width: 100%;
    }
    .cost_content-right {
        width: 100%;
    }
    .cost_table {
        width: 100%;
        margin-bottom: 50px;
    }
    .cost_table ul:first-child li:not(:first-child) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 10px;
    }
    .cost_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 40px 15px;
    }
    .cost_form-item {
        width: 100%;
        max-width: 365px;
        margin: 0 auto;
    }
    .cost_form-item-title {
        font-size: 29px;
        line-height: 35px;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .cost_form-item-text {
        line-height: 17px;
        margin-bottom: 20px;
        text-align: start;
        width: 98%;
    }
    .cost_form-text {
        width: 100%;
        max-width: 365px;
        margin: 0 auto;
        text-align: center;
    }
    .cost_form .vector6 {
        bottom: -35px;
        right: 15px;
        top: auto;
        -webkit-transform: rotatex(180deg);
        transform: rotatex(180deg);
    }
    .partner-list {
        margin: 40px 0px 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .partner-list-item {
        width: 25%;
    }
    .partner-list img:not(:last-child) {
        margin-right: 10px;
    }
    .partner-list img {
        height: 22px;
        margin-bottom: 10px;
    }
    .help-span-drop {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 424px) {
    .smsApi .testSms_form_list-item input,
    .smsApi .testSms_form_list-item button {
        width: 100%;
    }
}

@media only screen and (max-width: 408px) {
    .mailing_list-item {
        width: 161px;
    }
    .patterns-title {
        width: 100%;
    }
}

@media only screen and (max-width: 385px) {
    .main_content .human {
        margin: 25px auto;
    }
    .main_content_text {
        margin-top: 0;
    }
    .mailing h2,
    .scope h2,
    .smsApi_description {
        width: 100%;
    }
    .smsApi_list-item {
        margin-bottom: 0px;
    }
    .cost_form-item {
        width: 100%;
    }
    .patterns .bonus {
        padding: 25px 10px;
    }
    .scope_list-item-text,
    .patterns-title,
    .mailing_content-item h3,
    .mailing_content-item p {
        width: 100% !important;
    }
    .small_smsStages_list .smsStages_list-item span {
        width: 100%;
    }
    .cost_form-text {
        width: 300px;
        padding: 0;
    }
    .partner-list {
        margin: 40px 0 0px;
    }
    .patterns_block_menu.small-media {
        width: 71%;
    }
}

@media only screen and (max-width: 340px) {
    .cost_form-item-title {
        font-size: 24px;
    }
    .cost_table ul:first-child li:not(:first-child) {
        font-size: 11px;
    }
    .mailing_content-form #number1,
    .smsApi .testSms_form_list-item input,
    .cost_form-text input {
        padding: 10px 20px;
    }
    .mailing h2 span {
        white-space: normal !important;
    }
    .comments .vector5 {
        top: 180px;
    }
    .cost_form-text {
        width: 100%;
    }
}

@media only screen and (max-width: 374px) {
    .partner-list img:not(:last-child) {
        margin-right: 5px !important;
    }
    .partner-list img {
        height: 20px;
    }
    .smsApi .testSms_form_list-item p {
        font-size: 22px;
    }
}

.breadcrumb {
    padding: 15px 0;
    margin-bottom: 0px;
    margin-top: 20px;
    width: 100%;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    width: 5px;
    height: 11px;
    background: url(/wp-content/themes/epochta.ru/assets/img/breadcrumb-arrow.svg) 50% 50%/cover no-repeat;
    ;
    color: white;
    margin-right: 8px;
}

.breadcrumb li {
    font-size: 14px;
    line-height: 16px;
}

.breadcrumb li a {
    color: #1062AA;
}

.scope_vector1 {
    width: 113px;
    height: 109px;
    position: absolute;
    left: 0;
    bottom: -108px;
}

.scope_vector2 {
    position: absolute;
    width: 113px;
    height: 109px;
    right: 0;
    bottom: -237px;
}

.button {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    width: 263px;
    padding: 13px 20px;
    background: #1062AA;
    border-radius: 45px;
    outline: none;
    color: white;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

.button:hover {
    background-color: #F7B916;
    color: #1062AA;
    text-decoration: none;
}

.scope_global-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #333333;
    text-align: start;
    margin-bottom: 25px;
}

.scope_global-title span {
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.scope_global-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.scope_title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #333333;
    text-align: center;
    margin-bottom: 0px;
}

.scope_text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 0px;
}

.scope_form {
    background-color: #EEEEF0;
    padding-bottom: 130px;
}

.scope_form .scope_text {
    margin-bottom: 40px;
}

.scope_form .scope_title {
    margin: 120px 0 80px;
    text-align: center;
    width: 100%;
}

.scope_form-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #333333;
    margin: 0px 0 25px;
}

.scope_form-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    margin: 18px auto 0;
    width: 165px;
}

.scope_templates {
    position: relative;
    margin-top: 140px;
    padding-bottom: 125px;
}

.scope_templates .container:first-child {
    margin-bottom: 140px;
}

.scope_templates_description {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.scope_templates_description img {
    margin-right: 30px;
}

.scope_templates_description p {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    width: 360px;
    margin-bottom: 0;
}

.scope_templates_description p span {
    color: #1062AA;
    font-weight: bold;
}

.scope_templates .scope_vector-3 {
    position: absolute;
    left: 0;
    bottom: -208px;
}

.scope_function {
    background-color: #EEEEF0;
    padding-top: 140px;
    padding-bottom: 130px;
}

.scope_function .scope_form-title span {
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    font-weight: 600;
}

.scope_general .row2 {
    position: relative;
}

.scope_general .row3 {
    margin-top: 90px;
}

.scope_general .row3 img {
    max-width: 100%;
}

.scope_general .row3 .scope_title {
    margin-bottom: 28px;
    font-weight: 600;
}

.scope_general .row3 .scope_text {
    margin-bottom: 30px;
}

.scope_general .row4 h2 {
    font-weight: 700;
}

.scope_general .row5 {
    margin-bottom: 130px;
}

.scope_general .row6 {
    margin-bottom: 140px;
}

.scope_general .row6 img {
    max-width: 100%;
}

.scope_general .row7 img {
    max-width: 100%;
}

.scope_general .row8 .scope_title {
    margin-bottom: 28px;
    font-weight: 600;
}

.scope_general .row8 .scope_text {
    margin-bottom: 40px;
}

.scope_general .row8 .scope_templates-block {
    overflow: hidden;
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    right: 73%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.scope_general .row8 .scope_templates-img-1 {
    position: absolute;
    right: 0;
    top: 25%;
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.scope_general .row8 .scope_templates-img-2 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in;
}

.scope_general .row8 .scope_templates-img-3 {
    position: absolute;
    right: 0;
    top: 60%;
    -webkit-transition: all 2s ease-in;
    transition: all 2s ease-in;
}

.scope_general .row8 .cheker {
    right: -271px;
    width: 271px;
}

.scope_general .row8 .cheker.is-visible {
    right: 30%;
}

.scope_general .row9 img {
    max-width: 100%;
}

.scope_general .row10 {
    margin-bottom: 140px;
}

.scope_general .row10 img {
    max-width: 100%;
}

.scope_general .row11 {
    margin-bottom: 140px;
}

.scope_general .row11 img {
    max-width: 100%;
}

.scope_form_block .col-xl-10 {
    position: relative;
    background: #6FC6AD;
    border-radius: 12px;
    text-align: center;
    padding: 30px 65px 45px;
}

.scope_form_block .col-xl-10 .scope_vector-4 {
    position: absolute;
    top: -51px;
    right: 95px;
}

.scope_form_block h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 25px;
}

.scope_form_block p {
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.scope_form_block h4 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #333333;
    margin: 0 auto 30px;
}

.scope_form_block .sms-signup-form-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #333333;
    margin: 0 auto 30px;
}

.scope_form_block span {
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
}

.scope_form_block .button {
    display: block;
    margin: 0 auto;
    border: none;
    line-height: 24px;
}

.scope_subscription h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    color: #333333;
}

.scope_subscription p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    color: #333333;
}

.scope_subscription span {
    font-family: 'Montserrat', sans-serif;
    color: white;
}

.scope_subscription .row2 {
    position: relative;
}

.scope_subscription .row2 img {
    max-width: 100%;
}

.scope_subscription .row3 {
    margin-top: 120px;
}

.scope_subscription .row3 h2 {
    margin-bottom: 80px;
}

.scope_subscription .row4 {
    margin-bottom: 80px;
}

.scope_subscription .row4 .col-xl-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.scope_subscription .row4 .col-xl-4 {
    text-align: center;
    margin-bottom: 40px;
}

.scope_subscription .row4 .col-xl-4 p {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

.scope_subscription .row5 h2 {
    margin-bottom: 80px;
}

.scope_subscription .row6 {
    margin-bottom: 140px;
}

.scope_subscription .row6 img {
    max-width: 100%;
}

.scope_subscription .row6 .col-xl-5 .scope_form_options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.scope_subscription .row6 .col-xl-5 .scope_form_options img {
    margin-left: 30px;
}

.scope_subscription .row6 .col-xl-5 .scope_form_options p {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
    margin-left: 30px;
}

.scope_subscription .row6 .col-xl-5 .scope_form_options:not(:last-child) {
    margin-bottom: 50px;
}

.scope_subscription .row7 {
    margin-bottom: 140px;
}

.scope_subscription .row7 span {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
}

.scope_chrome .row2 {
    position: relative;
}

.scope_chrome .row2 img {
    max-width: 100%;
}

.scope_chrome .row3 {
    margin-top: 120px;
    margin-bottom: 80px;
}

.scope_chrome .row4 {
    margin-bottom: 70px;
}

.scope_chrome .row4 .scope_chrome_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.scope_chrome .row4 .scope_chrome_block p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-left: 30px;
    margin-bottom: 0;
}

.scope_chrome .row5 .scope_title {
    margin-bottom: 80px;
}

.scope_chrome .row6 {
    margin-bottom: 80px;
}

.scope_chrome .row6.slider-on {
    display: none;
}

.scope_chrome .row6-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

.scope_chrome .row6-block-arrow {
    position: absolute;
    left: 92%;
}

.scope_chrome .row6 p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 0;
}

.scope_chrome .row7 {
    margin-bottom: 140px;
}

.scope_chrome .row7 .col-xl-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.scope_newsletter .row2 {
    position: relative;
}

.scope_newsletter .row2 img {
    max-width: 100%;
}

.scope_newsletter .row3 {
    margin-top: 120px;
    margin-bottom: 80px;
}

.scope_newsletter .row4 {
    margin-bottom: 130px;
}

.scope_newsletter .row4 .col-xl-3 {
    text-align: center;
}

.scope_newsletter .row4 .col-xl-3 p {
    margin: 13px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #333333;
}

.scope_newsletter .row4 .col-xl-3 span {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #333333;
    width: 80%;
    display: block;
    margin: 0 auto;
}

.scope_newsletter .row5 {
    position: relative;
    margin-bottom: 140px;
}

.scope_newsletter .row5 span {
    font-size: 30px;
    line-height: 37px;
}

.scope_newsletter .row5 p {
    font-size: 18px;
    line-height: 24px;
    text-align: start;
}

.scope_newsletter .row5 input {
    margin-bottom: 25px;
}

.scope_newsletter .row5 input::-moz-placeholder {
    color: #1062AA;
    /* Цвет подсказывающего текста */
}

.scope_newsletter .row5 input::-webkit-input-placeholder {
    color: #1062AA;
}

.scope_newsletter .row5 input:-ms-input-placeholder {
    color: #1062AA;
}

.scope_newsletter .row5 input::-ms-input-placeholder {
    color: #1062AA;
}

.scope_newsletter .row5 input::placeholder {
    color: #1062AA;
}

.scope_newsletter .row5 a:not(.button) {
    color: #1062AA;
    text-decoration: underline;
    white-space: nowrap;
}

.scope_international-planet {
    position: absolute;
    left: 0;
    top: -60px;
    z-index: 1;
    height: 413px;
}

.scope_international .row2 {
    position: relative;
    margin-top: 20px;
}

.scope_international .row2 .col-md-11 {
    z-index: 222;
}

.scope_international .row2 img {
    max-width: 100%;
}

.scope_international .row3 {
    margin-top: 120px;
    margin-bottom: 80px;
}

.scope_international .row4 {
    margin-bottom: 40px;
}

.scope_international .row5 {
    min-height: 48px;
}

.scope_international .row5 .col-xl-3 {
    text-align: center;
}

.scope_international .row5 .table-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #E5E5E5;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
    border: 2px solid #1062AA;
    padding: 15px 0;
}

.scope_international .row5 .table-title:not(:last-child) {
    border-right: none;
}

.scope_international .row5 .table-title:first-child {
    border-radius: 10px 0px 0px 0px;
}

.scope_international .row5 .table-title:last-child {
    border-radius: 0px 10px 0px 0px;
}

.scope_international .row6 .col-xl-3 {
    text-align: center;
    border: 2px solid #1062AA;
    font-size: 14px;
    line-height: 36px;
    color: #333333;
    border-top: none;
}

.scope_international .row6 .col-xl-3:not(:last-child) {
    border-right: none;
}

.scope_international .row6:last-child .col-xl-3 {
    border-top: none;
}

.scope_international .row6:last-child .col-xl-3:first-child {
    border-radius: 0px 0px 0px 10px;
}

.scope_international .row6:last-child .col-xl-3:last-child {
    border-radius: 0px 0px 10px 0px;
}

.scope_international .row7 {
    margin-bottom: 120px;
}

.scope_international .row7 p {
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 0;
}

.scope_international .row7 p a {
    text-decoration: underline;
    color: #1062AA;
}

.scope_international .row8 {
    margin-bottom: 140px;
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 1024px) {
    .scope_general .row8 .cheker.is-visible {
        right: 20%;
    }
    .scope_templates .scope_title {
        text-align: left;
    }
    .scope_chrome .row6-block~p {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .scope_global-title {
        font-size: 34px;
    }
    .scope_general .row8 .cheker.is-visible {
        right: 19%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 750px;
    }
    .scope_general .scope_templates_description span {
        white-space: nowrap;
    }
    .scope_general .row2 .scope_global-title {
        margin-top: 50px;
    }
    .scope_general .row2 .col-lg-5 {
        margin-bottom: 60px;
    }
    .scope_general .row3 {
        margin-top: 100px;
    }
    .scope_general .scope_global-title {
        text-align: center;
    }
    .scope_general .scope_global-text {
        text-align: center;
    }
    .scope_general .scope_vector1 {
        height: auto;
        width: 100px;
        bottom: -95px;
        left: -32px;
    }
    .scope_form .scope_title {
        margin: 100px 0 50px;
    }
    .scope_general .row5 {
        margin-bottom: 100px;
    }
    .scope_form .row6 {
        margin-bottom: 100px;
    }
    .scope_form .row6 .col-md-8 {
        text-align: center;
    }
    .scope_form .row6 img {
        width: 100%;
    }
    .scope_form .row6 .scope_form-title {
        margin: 0 auto 20px;
        text-align: center;
    }
    .scope_form .row6 .col-md-10 {
        margin-bottom: 50px;
    }
    .scope_form .row7 img {
        width: 100%;
    }
    .scope_form .row7 .col-md-10 {
        margin-bottom: 50px;
    }
    .scope_form .row7 .col-md-8 {
        text-align: center;
    }
    .scope_form .row7 .scope_form-title {
        margin: 0 auto 20px;
        text-align: center;
    }
    .scope_form {
        padding-bottom: 100px;
    }
    .scope_form .scope_vector2 {
        right: 0px;
        bottom: -205px;
    }
    .scope_templates {
        margin-top: 100px;
        padding-bottom: 100px;
    }
    .scope_templates .row8 .cheker.is-visible {
        right: 5%;
    }
    .scope_templates .container:first-child {
        margin-bottom: 100px;
    }
    .scope_templates .row9 .col-md-10 {
        margin-bottom: 50px;
    }
    .scope_templates .row9 .col-md-9 {
        text-align: center;
    }
    .scope_templates .row9 .col-md-9 .scope_form-title {
        text-align: center;
    }
    .scope_templates .scope_vector-3 {
        bottom: -185px;
        left: -10px;
    }
    .scope_function {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .scope_function .row10 {
        margin-bottom: 100px;
    }
    .scope_function .row10 .col-md-10 {
        margin-bottom: 50px;
    }
    .scope_function .row10 .col-md-9 {
        text-align: center;
    }
    .scope_function .row10 .scope_form-title {
        text-align: center;
    }
    .scope_function .row11 {
        margin-bottom: 100px;
    }
    .scope_function .row11 .col-md-10 {
        margin-bottom: 50px;
    }
    .scope_function .row11 .col-md-9 {
        text-align: center;
    }
    .scope_function .row11 .scope_form-title {
        text-align: center;
    }
    .scope_subscription .scope_vector1 {
        height: auto;
        width: 100px;
        bottom: -95px;
        left: -32px;
    }
    .scope_subscription .row2 .scope_global-title {
        margin-top: 50px;
        text-align: center;
    }
    .scope_subscription .row2 .scope_global-text {
        text-align: center;
        margin-bottom: 60px;
    }
    .scope_subscription .row2 .col-md-7 {
        margin-top: 30px;
    }
    .scope_subscription .row3 {
        margin-top: 100px;
    }
    .scope_subscription .row3 .scope_title {
        margin-bottom: 60px;
    }
    .scope_subscription .row4 {
        margin-bottom: 60px;
    }
    .scope_subscription .row5 .scope_title {
        margin-bottom: 60px;
    }
    .scope_subscription .row6 {
        margin-bottom: 100px;
    }
    .scope_subscription .row6 .col-lg-7 {
        margin-bottom: 60px;
    }
    .scope_subscription .row7 {
        margin-bottom: 100px;
    }
    .scope_chrome .scope_vector1 {
        height: auto;
        width: 100px;
        bottom: -95px;
        left: -32px;
    }
    .scope_chrome .row2 .scope_global-title {
        margin-top: 50px;
        text-align: center;
    }
    .scope_chrome .row2 .scope_global-text {
        text-align: center;
        margin-bottom: 60px;
    }
    .scope_chrome .row2 .col-md-7 {
        margin-top: 30px;
    }
    .scope_chrome .row3 {
        margin-top: 100px;
        margin-bottom: 60px;
    }
    .scope_chrome .row4 {
        margin-bottom: 50px;
    }
    .scope_chrome .row5 .scope_title {
        margin-bottom: 60px;
    }
    .scope_chrome .row6 {
        margin-bottom: 60px;
    }
    .scope_chrome .row6 .row6-block {
        margin-bottom: 30px;
    }
    .scope_chrome .row6 .col-md-3:nth-child(3) .row6-block .row6-block-arrow {
        left: 80%;
    }
    .scope_chrome .row7 {
        margin-bottom: 100px;
    }
    .scope_newsletter .scope_vector1 {
        height: auto;
        width: 100px;
        bottom: -95px;
        left: -32px;
    }
    .scope_newsletter .row2 .scope_global-title {
        margin-top: 50px;
        text-align: center;
    }
    .scope_newsletter .row2 .scope_global-text {
        text-align: center;
        margin-bottom: 60px;
    }
    .scope_newsletter .row2 .col-md-7 {
        margin-top: 30px;
    }
    .scope_newsletter .row3 {
        margin-top: 100px;
        margin-bottom: 60px;
    }
    .scope_newsletter .row4 {
        margin-bottom: 100px;
    }
    .scope_newsletter .row4 .col-md-6:nth-child(1) {
        margin-bottom: 40px;
    }
    .scope_newsletter .row5 {
        margin-bottom: 100px;
    }
    .scope_international .scope_vector1 {
        height: auto;
        width: 100px;
        bottom: -95px;
        left: -32px;
    }
    .scope_international .row2 .scope_global-title {
        margin-top: 50px;
        text-align: center;
    }
    .scope_international .row2 .scope_global-text:nth-child(3) {
        margin-bottom: 60px;
    }
    .scope_international .row2 .col-md-7 {
        margin-top: 30px;
    }
    .scope_international .row3 {
        margin-top: 100px;
        margin-bottom: 60px;
    }
    .scope_international .container .row7 {
        margin-bottom: 100px;
    }
    .scope_international .row8 {
        margin-bottom: 100px;
    }
    .scope_form_block .col-xl-10 {
        padding: 30px 40px 45px;
    }
    .scope_form_block .col-xl-10 span {
        font-size: 28px;
        line-height: 34px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .container {
        max-width: 570px;
    }
    .container1 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .scope_form_block .col-xl-10 {
        max-width: 540px;
    }
    .scope_global-title {
        text-align: center;
    }
    .scope_global-text {
        text-align: center;
    }
    .scope_vector1 {
        height: auto;
        width: 60px;
        bottom: -56px;
        left: -16px;
    }
    .scope_vector2 {
        height: auto;
        width: 60px;
        bottom: -147px;
    }
    .scope_templates .scope_vector-3 {
        height: auto;
        width: 80px;
        bottom: -159px;
        left: 0;
    }
    .row2 .scope_global-title {
        margin-top: 50px;
    }
    .row2 .col-lg-5 {
        margin-bottom: 60px;
    }
    .scope_general .row3 {
        margin-bottom: 60px;
    }
    .scope_general .row3 .col-sm-8 {
        margin-bottom: 60px;
    }
    .scope_general .row3 .col-sm-10 {
        text-align: center;
    }
    .scope_general .row3 .scope_title {
        text-align: center;
    }
    .scope_general .row4 .scope_title {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .scope_general .row5 {
        margin-bottom: 100px;
    }
    .scope_general .row5 .scope_form-text {
        width: 100%;
    }
    .scope_general .row5 .col-sm-6:nth-child(1) {
        margin-bottom: 30px;
    }
    .scope_general .row5 .scope_form-text {
        margin-top: 10px;
    }
    .scope_general .row6 {
        margin-bottom: 100px;
    }
    .scope_general .row6 .col-sm-12 {
        margin-bottom: 50px;
    }
    .scope_general .row6 .col-sm-10,
    .scope_general .row6 .scope_form-title {
        text-align: center;
    }
    .scope_general .row7 {
        text-align: center;
    }
    .scope_general .row7 .scope_form-title {
        text-align: center;
    }
    .scope_general .row7 .col-sm-12 {
        margin-bottom: 50px;
    }
    .scope_general .scope_form {
        padding-bottom: 100px;
    }
    .scope_general .scope_templates {
        margin-top: 100px;
        padding-bottom: 100px;
    }
    .scope_general .row8 .col-md-6:nth-child(2) {
        margin-bottom: 50px;
    }
    .scope_general .row8 .scope_title,
    .scope_general .row8 .scope_text {
        text-align: center;
    }
    .scope_general .row8 .button {
        display: block;
        margin: 0 auto;
    }
    .scope_general .scope_templates .container:first-child {
        margin-bottom: 100px;
    }
    .scope_general .row9 {
        text-align: center;
    }
    .scope_general .row9 .scope_form-title {
        text-align: center;
    }
    .scope_general .row9 .col-sm-12 {
        margin-bottom: 50px;
    }
    .scope_general .scope_function {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .scope_general .row10 {
        margin-bottom: 100px;
    }
    .scope_general .row10 .col-sm-12 {
        margin-bottom: 50px;
    }
    .scope_general .row10 .scope_form-title,
    .scope_general .row10 .scope_text {
        text-align: center;
    }
    .scope_general .row11 {
        margin-bottom: 100px;
    }
    .scope_general .row11 .col-sm-12 {
        margin-bottom: 50px;
    }
    .scope_general .row11 .scope_form-title,
    .scope_general .row11 .scope_text {
        text-align: center;
    }
    .scope_general .row12 span {
        font-size: 28px;
        line-height: 34px;
    }
    .scope_subscription .row3 {
        margin-top: 100px;
    }
    .scope_subscription .row3 .scope_title {
        margin-bottom: 50px;
    }
    .scope_subscription .row4 {
        margin-bottom: 60px;
    }
    .scope_subscription .row5 .scope_title {
        margin-bottom: 50px;
    }
    .scope_subscription .row6 {
        margin-bottom: 100px;
    }
    .scope_subscription .row6 .col-12 {
        margin-bottom: 50px;
    }
    .scope_subscription .row6 .col-xl-5 .scope_form_options img {
        margin-left: 0px;
    }
    .scope_subscription .row7 {
        margin-bottom: 100px;
    }
    .scope_chrome .row3 {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .scope_chrome .row4 {
        margin-bottom: 50px;
    }
    .scope_newsletter .row3 {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .scope_newsletter .row4 {
        margin-bottom: 100px;
    }
    .scope_newsletter .row4 .col-sm-6:nth-child(2) {
        margin-bottom: 30px;
    }
    .scope_newsletter .row5 {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 100px;
    }
    .scope_international .row2 .col-lg-6:first-child {
        margin-bottom: 55px;
    }
    .scope_international .row3 {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .scope_international .row4 .col-12.col-md-11 {
        max-width: 540px;
    }
    .scope_international .row7 {
        margin-bottom: 100px;
    }
    .scope_international .row8 {
        margin-bottom: 100px;
    }
    .scope_international .row8 span {
        font-size: 28px;
        line-height: 34px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .scope_title {
        font-size: 28px;
    }
    .container1 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .row2,
    .row1 {
        margin-right: 0;
        margin-left: 0;
    }
    .row2 .col-12,
    .row1 .col-12 {
        padding: 0;
    }
    .breadcrumb {
        padding: 0;
    }
    .breadcrumb li {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .scope_vector1,
    .scope_vector2,
    .scope_vector-3 {
        display: none;
    }
    .scope_global-title {
        font-size: 34px;
        margin-top: 70px;
        margin-bottom: 50px;
        text-align: center;
    }
    .scope_global-text {
        margin-bottom: 50px;
        text-align: center;
    }
    .row3 {
        margin-top: 75px;
    }
    .scope_general .row3 {
        margin-top: 75px;
    }
    .scope_general .row3 .col-sm-8.col-md-6 {
        margin-bottom: 50px;
    }
    .scope_general .row3 .button {
        margin-bottom: 75px;
    }
    .scope_general .row4 .scope_title {
        margin-top: 75px;
        margin-bottom: 50px;
    }
    .scope_general .row5 {
        margin-bottom: 100px;
    }
    .scope_general .row5 .col-sm-6.col-md-3:not(:last-child) {
        margin-bottom: 40px;
    }
    .scope_general .row6 {
        margin-bottom: 100px;
    }
    .scope_general .row6 .col-sm-12 {
        margin-bottom: 50px;
    }
    .scope_general .row7 .col-sm-12 {
        margin-bottom: 50px;
    }
    .scope_general .scope_form {
        padding-bottom: 75px;
    }
    .scope_general .scope_templates {
        margin-top: 75px;
        padding-bottom: 75px;
    }
    .scope_general .scope_templates .container {
        max-width: 330px !important;
    }
    .scope_general .scope_templates .container .scope_title,
    .scope_general .scope_templates .container .scope_text {
        text-align: center;
    }
    .scope_general .row8 .scope_templates-block {
        right: -50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 100%;
    }
    .scope_templates-mobile {
        max-width: 100%;
        margin-bottom: 50px;
    }
    .scope_general .row8 .cheker.is-visible {
        max-width: 250px;
        right: 10%;
    }
    .scope_general .row8 .scope_text {
        margin-bottom: 30px;
    }
    .scope_general .row8 .button {
        margin: 0 auto;
        display: block;
    }
    .scope_templates .container:first-child {
        margin-bottom: 100px;
    }
    .scope_templates .row9 .col-sm-12 {
        margin-bottom: 50px;
    }
    .scope_function {
        padding: 75px 0;
    }
    .scope_function .row10 {
        margin-bottom: 100px;
    }
    .scope_function .row10 .scope_text {
        text-align: center;
    }
    .scope_function .row10 .col-sm-12 {
        margin-bottom: 30px;
    }
    .scope_function .row11 {
        margin-bottom: 100px;
    }
    .scope_function .row11 .scope_text {
        text-align: center;
    }
    .scope_function .row11 .col-sm-12 {
        margin-bottom: 30px;
    }
    .scope_form_block {
        margin-left: 0;
        margin-right: 0;
    }
    .scope_form_block .col-xl-10 {
        padding: 30px 15px;
    }
    .scope_form_block .col-xl-10 .scope_vector-4 {
        width: 37px;
        top: -35px;
        right: 20px;
    }
    .scope_form_block h2 {
        font-size: 28px;
    }
    .scope_form_block h2 span {
        font-size: 30px;
        line-height: 34px;
    }
    .scope_form_block h4 {
        font-size: 28px;
    }
    .scope_form_block h4 span {
        font-size: 28px;
        line-height: 34px;
    }
    .scope_form_block .sms-signup-form-title span {
        font-size: 28px !important;
        line-height: 34px !important;
    }
    .scope_subscription .row3 {
        margin-top: 75px;
    }
    .scope_subscription .row3 h2 {
        margin-bottom: 50px;
    }
    .scope_subscription .row4 {
        margin-bottom: 60px;
    }
    .scope_subscription .row5 h2 {
        margin-bottom: 50px;
    }
    .scope_subscription .row6 {
        margin-bottom: 100px;
    }
    .scope_subscription .row6 .col-md-10 {
        margin-bottom: 50px;
    }
    .scope_subscription .row6 .col-xl-5 .scope_form_options img {
        margin: 0;
    }
    .scope_subscription .row7 {
        margin-bottom: 100px;
    }
    .scope_chrome .row3 {
        margin-top: 75px;
        margin-bottom: 50px;
    }
    .scope_chrome .row4 {
        margin-bottom: 50px;
    }
    .scope_chrome .row5 .scope_title {
        margin-bottom: 50px;
    }
    .scope_chrome .row6.slider-none {
        display: none;
    }
    .scope_chrome .row6.slider-on {
        display: block;
        max-width: 280px;
        margin: 0 auto;
        margin-bottom: 100px;
    }
    .scope_chrome .row6.slider-on p {
        text-align: left;
        font-size: 15px;
    }
    .scope_chrome .row6.slider-on .slick-prev {
        width: 25px;
        height: 24px;
        top: auto;
        bottom: -60px;
        left: 35%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .scope_chrome .row6.slider-on .slick-next {
        width: 25px;
        height: 24px;
        top: auto;
        bottom: -60px;
        right: 35%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    .scope_chrome .row6.slider-on .slick-prev:before,
    .scope_chrome .row6.slider-on .slick-next:before {
        display: none;
    }
    .scope_chrome .row6.slider-on .slider-item {
        max-width: 280px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .scope_chrome .row6.slider-on .slider-item .row6-block {
        margin-bottom: 0;
        margin-right: 20px;
    }
    .scope_chrome .row7 {
        margin-bottom: 100px;
    }
    .scope_chrome .row7 .button:first-child {
        margin-bottom: 25px;
    }
    .scope_chrome .row7 .col-xl-6 {
        -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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .scope_newsletter .row3 {
        margin-top: 75px;
        margin-bottom: 50px;
    }
    .scope_newsletter .row4,
    .scope_newsletter .row5 {
        margin-bottom: 100px;
    }
    .scope_newsletter .row4 .col-sm-6:not(:last-child) {
        margin-bottom: 40px;
    }
    .scope_international .row2 {
        margin-top: 0;
    }
    .scope_international .row3 {
        margin-top: 75px;
        margin-bottom: 50px;
    }
    .scope_international .scope_global-text:first-of-type {
        margin-bottom: 0;
    }
    .scope_international .scope_global-text {
        font-size: 17px;
    }
    .scope_international .scope_international-planet {
        height: 377px;
    }
    .scope_international .row4 .col-12 .row {
        margin-left: 0;
        margin-right: 0;
    }
    .scope_international .row4 .col-12 .row .col-3 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .scope_international .row5 .table-title {
        padding: 0;
        text-transform: capitalize;
        font-size: 16px;
    }
    .scope_international .row5 .table-title span {
        display: none;
    }
    .scope_international .row7,
    .scope_international .row8 {
        margin-bottom: 100px;
    }
    .scope_international .scope_form_block .col-xl-10 {
        padding: 30px 10px;
    }
    .scope_international .scope_form_block .col-xl-10 span {
        white-space: nowrap;
    }
    .scope_international .scope_form_block h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .sms-signup-form-title {
        font-size: 24px !important;
        line-height: 30px !important;
    }
}

.integration .table {
    background: #F4F4F4;
    margin: 0;
}

.integration .table td {
    padding: 0;
}

.integration .table div {
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}

.integration .table code {
    color: #000000;
    font-size: 14px;
    line-height: 15px;
    font-family: 'Roboto', sans-serif;
}

.integration .table .variable {
    color: #F7B916;
}

.integration .table .string {
    color: #1062AA;
}

.integration .table .keyword {
    color: #6FC6AD;
}

.integration .table .functions {
    color: #DA251D;
}

.integration .table .comments {
    color: #008200 !important;
}

.integration .table .gutter .line {
    color: #747474;
    font-style: italic !important;
    padding: 0 0.5em 0 1em !important;
    text-align: right !important;
    border-right: 2px solid #00C200 !important;
}

.integration .scope_form_block .col-12 p {
    font-size: 24px;
}

.integration .scope_form_block .col-12 p:nth-child(3) {
    margin-bottom: 0;
}

.integration .breadcrumb {
    padding: 15px 45px;
}

.integration .row1 a {
    color: #1062AA;
    ;
}

.integration .row1 {
    margin-bottom: 120px;
}

.integration .row1 h1 {
    margin-bottom: 70px;
}

.integration .row1 p {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}

.integration .breadcrumb-item+.breadcrumb-item::before {
    background: url(/wp-content/themes/epochta.ru/assets/img/breadcrumb-arrow-2.svg) 50% 50%/cover no-repeat;
    color: #6FC6AD;
}

.integration .breadcrumb-item a:hover {
    text-decoration: none;
}

.integration .scope_form_block h2 span {
    font-size: 30px;
}

.is-opacity {
    opacity: 1 !important;
}

.integration_title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #333333;
    margin-bottom: 70px;
}

.integration_general a:hover {
    text-decoration: none !important;
}

.integration_general .row2 {
    margin-bottom: 90px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.integration_general .row2 h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #333333;
    margin-bottom: 35px;
}

.integration_general .row2 .integration-item,
.integration_general .row3 .integration-item {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    text-align: center !important;
    color: #333333 !important;
    margin-bottom: 35px !important;
}

.integration_general .row2 p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
    margin-bottom: 35px;
}

.integration_general .row2 a {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.integration_general .row3 {
    margin-bottom: 90px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.integration_general .row3 h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #333333;
    margin-bottom: 35px;
}

.integration_general .row3 p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
    margin-bottom: 35px;
}

.integration_general .row3 a {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.integration_general .row4 p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
}

.integration_general .row4 p a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.integration_ready .row3 {
    margin-bottom: 120px;
}

.integration_ready .row3 .col-xl-8:not(:last-of-type) {
    margin-bottom: 90px;
}

.integration_ready .row5 .col-xl-8 {
    margin-bottom: 90px;
}

.integration_ready .row6 {
    margin-bottom: 120px;
}

.integration_ready .row6 .button {
    display: block;
    margin: 0 auto;
}

.integration_ready .row8 {
    margin-bottom: 120px;
}

.integration_ready .row8 .col-xl-8:not(:last-of-type) {
    margin-bottom: 90px;
}

.integration_ready .row10 .col-xl-8 {
    margin-bottom: 90px;
}

.integration_ready .row11 {
    margin-bottom: 120px;
}

.integration_ready .row13 p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #333333;
}

.integration_examples ul {
    list-style: none;
}

.integration_examples ul li {
    position: relative;
}

.integration_examples ul li:before {
    content: '';
    display: block;
    width: 9px;
    height: 12px;
    background-image: url("/wp-content/themes/epochta.ru/assets/img/list-arrow.svg");
    position: absolute;
    left: -16px;
    top: 15px;
}

.integration_examples .row2 h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 42px;
    color: #333333;
    margin-bottom: 15px;
}

.integration_examples .row2 a {
    font-size: 18px;
    line-height: 42px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.integration_examples .row3 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.integration_examples .row3 h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 42px;
    color: #333333;
    margin-bottom: 15px;
}

.integration-example-item-title {
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 42px !important;
    color: #333333 !important;
    margin-bottom: 15px !important;
}

.integration_examples .row3 a {
    font-size: 18px;
    line-height: 42px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.integration_examples .row4 h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 42px;
    color: #333333;
    margin-bottom: 15px;
}

.integration_examples .row4 a {
    font-size: 18px;
    line-height: 42px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.integration_email2SMS .row3 {
    margin-bottom: 120px;
}

.integration_email2SMS .row3 p {
    margin-left: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.integration_email2SMS .row5 {
    margin-bottom: 120px;
}

.integration_email2SMS .row5 .text-block {
    margin-left: 30px;
}

.integration_email2SMS .row5 .text-block h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
    color: #333333;
}

.integration_email2SMS .row5 .text-block .item-title {
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 21px !important;
    margin-bottom: 20px !important;
    color: #333333 !important;
}

.integration_email2SMS .row5 .text-block p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.integration_email2SMS .row5 .col-xl-10:not(:last-child) .text-block {
    margin-bottom: 30px;
}

.integration_smpp .row3 {
    margin-bottom: 120px;
}

.integration_smpp .row3 img {
    margin-right: 30px;
}

.integration_smpp .row3 .col-xl-4:first-child {
    margin-bottom: 70px;
}

.integration_smpp .row3 p {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}

.integration_smpp .row4 .integration_title {
    margin-bottom: 100px;
}

.integration_smpp .row5 {
    margin-bottom: 70px;
}

.integration_smpp .row5 img {
    margin-bottom: 25px;
}

.integration_smpp .row5 .col-xl-3 {
    position: relative;
}

.integration_smpp .row5 .col-xl-3:nth-child(1):after {
    position: absolute;
    top: -60%;
    left: 73%;
    content: "Автоматическая отправка SMS через SMPP-протокол. Получение отчетов о доставке";
    display: block;
    width: 165px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.integration_smpp .row5 .col-xl-3:nth-child(4):after {
    position: absolute;
    top: -28%;
    left: 38%;
    content: "100% доставка";
    display: block;
    width: 72px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1062AA;
}

.integration_smpp .row5 .col-xl-3:not(:last-of-type):before {
    position: absolute;
    top: 11%;
    right: 84%;
    content: "";
    display: block;
    width: 92px;
    height: 15px;
    background-image: url("/wp-content/themes/epochta.ru/assets/img/integration_smpp-arrow-1.svg");
}

.integration_smpp .row5 .col-xl-3:last-of-type:before {
    position: absolute;
    top: 11%;
    right: 84%;
    content: "";
    display: block;
    width: 92px;
    height: 15px;
    background-image: url("/wp-content/themes/epochta.ru/assets/img/integration_smpp-arrow-2.svg");
}

.integration_smpp .row5 .col-xl-3:first-child:before {
    display: none;
}

.integration_smpp .row5 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
}

.integration_smpp .row6 {
    margin-bottom: 120px;
}

.integration_smpp .row6 p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.integration_api .row1 {
    margin-bottom: 90px;
}

.integration_api .row2 {
    margin-bottom: 70px;
}

.integration_api .row2 img {
    margin-right: 30px;
}

.integration_api .row2 p {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}

.integration_api .row2 .col-xl-4 {
    margin-bottom: 50px;
}

.integration_api .row3 {
    margin-bottom: 120px;
}

.integration_api .row4 {
    margin-bottom: 100px;
}

.integration_api .row4 p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.integration_api .row5 {
    margin-bottom: 80px;
}

.integration_api .row5 img {
    margin-bottom: 25px;
}

.integration_api .row5 .col-xl-3 {
    position: relative;
}

.integration_api .row5 .col-xl-3:not(:last-of-type):before {
    position: absolute;
    top: 11%;
    right: 84%;
    content: "";
    display: block;
    width: 92px;
    height: 15px;
    background-image: url("/wp-content/themes/epochta.ru/assets/img/integration_smpp-arrow-1.svg");
}

.integration_api .row5 .col-xl-3:last-of-type:before {
    position: absolute;
    top: 11%;
    right: 84%;
    content: "";
    display: block;
    width: 92px;
    height: 15px;
    background-image: url("/wp-content/themes/epochta.ru/assets/img/integration_smpp-arrow-2.svg");
}

.integration_api .row5 .col-xl-3:first-child:before {
    display: none;
}

.integration_api .row5 .col-xl-3:nth-child(1):after {
    position: absolute;
    top: -30%;
    left: 80%;
    content: "Формирование запроса";
    display: block;
    width: 120px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.integration_api .row5 .col-xl-3:nth-child(3):after {
    position: absolute;
    top: -15%;
    left: 80%;
    content: "Отправка СМС";
    display: block;
    width: 120px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.integration_api .row5 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
}

.integration_api .row6 {
    margin-bottom: 120px;
}

.integration_api .row6 a {
    padding: 15px 20px;
    border: 2px solid #1062AA;
    border-radius: 45px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
}

.integration_api .row6 a:hover {
    text-decoration: none;
}

.integration_api .row6 a:first-child {
    margin-right: 15px;
}

.integration_api .row6 a:last-child {
    margin-left: 15px;
}

.integration_amoCRM img {
    max-width: 100%;
}

.integration_amoCRM h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}

.integration_amoCRM p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.integration_amoCRM .row1 {
    margin-bottom: 20px;
}

.integration_amoCRM .row2 {
    margin-bottom: 75px;
}

.integration_amoCRM .row3 {
    margin-bottom: 120px;
}

.integration_amoCRM .row3 img {
    margin-bottom: 45px;
}

.integration_amoCRM .row4 {
    margin-bottom: 75px;
}

.integration_amoCRM .row5 {
    margin-bottom: 75px;
}

.integration_amoCRM .row5 img {
    margin-bottom: 45px;
}

.integration_amoCRM .row6 {
    margin-bottom: 75px;
}

.integration_amoCRM .row6 img {
    margin-bottom: 75px;
}

.integration_amoCRM .row7 {
    margin-bottom: 75px;
}

.integration_amoCRM .row7 img {
    margin-bottom: 75px;
}

.integration_amoCRM .row8 {
    margin-bottom: 75px;
}

.integration_amoCRM .row8 img {
    margin-bottom: 75px;
}

.integration_amoCRM .row9 {
    margin-bottom: 75px;
}

.integration_amoCRM .row9 img {
    margin-bottom: 75px;
}

.integration_amoCRM .row10 {
    margin-bottom: 75px;
}

.integration_amoCRM .row10 img {
    margin-bottom: 75px;
}

.integration_amoCRM .row11 {
    margin-bottom: 75px;
}

.integration_example h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    margin-bottom: 40px;
}

.integration_example .row1 {
    margin-bottom: 75px;
}

.integration_example .row1 a {
    text-decoration: underline;
}

.integration_example .row1 ul {
    list-style: none;
}

.integration_example .row1 ul li a {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #1062AA;
    text-decoration: underline;
}

.integration_example .row2 {
    margin-bottom: 100px;
}

.integration_example .row3 {
    margin-bottom: 100px;
}

.integration_example .row4 {
    margin-bottom: 100px;
}

.integration_example .row5 {
    margin-bottom: 100px;
}

.integration_example .row2,
.integration_example .row3,
.integration_example .row4,
.integration_example .row5,
.integration_example .row6 {
    margin-right: -15px;
    margin-left: -15px;
}

.integration_example .row2 h4,
.integration_example .row3 h4,
.integration_example .row4 h4,
.integration_example .row5 h4,
.integration_example .row6 h4 {
    margin-left: 15px;
}

.integration_example .row2 table,
.integration_example .row3 table,
.integration_example .row4 table,
.integration_example .row5 table,
.integration_example .row6 table {
    background: #F4F4F4;
}

.integration_example .row2 .col-12,
.integration_example .row3 .col-12,
.integration_example .row4 .col-12,
.integration_example .row5 .col-12,
.integration_example .row6 .col-12 {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: auto;
    overflow-y: hidden;
}

.integration_example .row2 .line,
.integration_example .row3 .line,
.integration_example .row4 .line,
.integration_example .row5 .line,
.integration_example .row6 .line {
    white-space: nowrap !important;
    word-break: normal;
}

.integration_example .row2 .line .php,
.integration_example .row3 .line .php,
.integration_example .row4 .line .php,
.integration_example .row5 .line .php,
.integration_example .row6 .line .php {
    white-space: nowrap !important;
    word-break: normal;
}

.integration_PHP3 h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    margin-bottom: 40px;
}

.integration_PHP3 .row2 {
    margin-bottom: 100px;
}

.integration_PHP3 .row2 .col-12:nth-child(2) {
    background: #F4F4F4;
}

.integration_PHP3 .row2 .col-12:nth-child(2) div {
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}

.integration_PHP3 .row2 .col-12:nth-child(2) code {
    color: #000000;
    font-size: 14px;
    line-height: 15px;
    font-family: 'Roboto', sans-serif;
}

.integration_PHP3 .row2 .col-12:nth-child(2) .variable {
    color: #F7B916;
}

.integration_PHP3 .row2 .col-12:nth-child(2) .string {
    color: blue !important;
}

.integration_PHP3 .row2 .col-12:nth-child(2) .keyword {
    color: #006699 !important;
}

.integration_PHP3 .row2 .col-12:nth-child(2) .functions {
    color: #DA251D;
}

.integration_PHP3 .row2 .col-12:nth-child(2) .comments {
    color: #008200 !important;
}

.integration_PHP3 .row2 .col-12:nth-child(2) .gutter .line {
    color: #747474;
    font-style: italic !important;
    padding: 0 0.5em 0 1em !important;
    text-align: right !important;
    border-right: 2px solid #00C200 !important;
}

.integration_PHP3 .row3 p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 80px;
}

.integration_PHP3 .row3 .string {
    color: blue !important;
}

.integration_PHP3 .row3 .button {
    display: block;
    margin: 0 auto;
}

.chat {
    margin-top: 120px;
}

.chat_block-img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.chat_block-img img {
    margin-right: 30px;
}

.chat_block-img .text h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 5px;
}

.chat_block-img .text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.chat .chat-vector {
    display: none;
    top: -50px;
    right: 100px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.chat .row {
    background-color: transparent !important;
    padding: 45px 0px;
}

.chat .row a:hover {
    text-decoration: none;
}

.chat .row .number {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.chat .row .email {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.chat .chat-btn {
    position: relative;
    display: inline-block;
    width: 165px;
    background: #F7B916;
    border-radius: 45px;
    padding: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
    text-align: center;
}

.chat .chat-btn img {
    position: absolute;
    top: -28px;
    right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .integration_smpp .row5 .col-xl-3:nth-child(1):after {
        left: 62%;
    }
    .integration_smpp .row5 .col-xl-3:nth-child(4):after {
        left: 35%;
    }
    .integration_api .row5 .col-xl-3:nth-child(1):after,
    .integration_api .row5 .col-xl-3:nth-child(3):after {
        left: 72%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .integration_example .row2,
    .integration_example .row3,
    .integration_example .row4,
    .integration_example .row5 {
        margin-right: -15px;
        margin-left: -15px;
    }
    .integration_example .row2 h4,
    .integration_example .row3 h4,
    .integration_example .row4 h4,
    .integration_example .row5 h4 {
        margin-left: 15px;
    }
    .integration_example .row2 table,
    .integration_example .row3 table,
    .integration_example .row4 table,
    .integration_example .row5 table {
        background: #F4F4F4;
    }
    .integration_example .row2 .col-12,
    .integration_example .row3 .col-12,
    .integration_example .row4 .col-12,
    .integration_example .row5 .col-12 {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .integration_example .row2 .line,
    .integration_example .row3 .line,
    .integration_example .row4 .line,
    .integration_example .row5 .line {
        white-space: nowrap !important;
        word-break: normal;
    }
    .integration .breadcrumb {
        padding: 15px 15px;
    }
    .integration_email2SMS .row3 p {
        font-size: 15px;
    }
    .integration_smpp .row5 .col-xl-3:last-of-type:before,
    .integration_smpp .row5 .col-xl-3:not(:last-of-type):before {
        right: 75%;
    }
    .integration_smpp .row5 .col-xl-3:nth-child(1):after {
        font-size: 15px;
        top: -49%;
        left: 58%;
    }
    .integration_smpp .row5 .col-xl-3:nth-child(4):after {
        left: 31%;
    }
    .integration_smpp .row5 p {
        font-size: 15px;
    }
    .integration_api .row5 p {
        font-size: 14px;
    }
    .integration_api .row5 .col-xl-3:last-of-type:before,
    .integration_api .row5 .col-xl-3:not(:last-of-type):before {
        right: 76%;
    }
    .integration_api .row5 .col-xl-3:nth-child(1):after {
        left: 69%;
    }
    .integration_api .row5 .col-xl-3:nth-child(3):after {
        top: -20%;
        left: 68%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .chat .chat-vector {
        right: 20px;
    }
    .integration .breadcrumb {
        padding: 15px 15px;
    }
    .scope_form_block .col-xl-10 {
        padding: 30px 30px 45px;
    }
    .integration_ready .row3 .col-12 img,
    .integration_ready .row5 .col-12 img {
        width: 20%;
    }
    .integration_ready .row8 .col-12 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .integration_ready .row8 .col-12 img {
        width: 25%;
    }
    .integration_ready .row10 .col-12 img {
        width: 20%;
    }
    .integration_ready .row13 .col-sm-7:not(:last-child) {
        margin-bottom: 50px;
    }
    .integration_examples .row2 ul {
        margin-left: 15px;
    }
    .integration_examples .row2 a {
        font-size: 17px;
    }
    .integration_examples .row3 ul {
        margin-left: 15px;
    }
    .integration_examples .row3 a {
        font-size: 17px;
    }
    .integration_examples .row4 ul {
        margin-left: 15px;
    }
    .integration_examples .row4 a {
        font-size: 17px;
    }
    .integration_examples .row4 h4 {
        line-height: 28px;
    }
    .integration_email2SMS .row3 {
        margin-bottom: 75px;
    }
    .integration_email2SMS .row3 .col-sm-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .integration_email2SMS .row3 .col-sm-4 object {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .integration_email2SMS .row3 .col-sm-4 p {
        margin-left: 0;
    }
    .integration_email2SMS .row5 {
        margin-bottom: 100px;
    }
    .chat {
        margin-top: 100px;
    }
    .integration_smpp .row3 p {
        font-size: 16px;
    }
    .integration_smpp .row4 .integration_title {
        margin-bottom: 110px;
    }
    .integration_smpp .row5 .col-sm-6:nth-child(2) {
        margin-bottom: 40px;
    }
    .integration_smpp .row5 .col-sm-6:nth-child(3):before {
        display: none;
    }
    .integration_smpp .row5 .col-xl-3:nth-child(4):after {
        top: 57%;
    }
    .integration_smpp .row5 .col-xl-3:nth-child(1):after {
        top: -43%;
        left: 71%;
    }
    .integration_api .row5 .col-xl-3:nth-child(3):before {
        display: none;
    }
    .integration_api .row5 .col-xl-3:first-child {
        margin-bottom: 40px;
    }
    .integration_api .row6 .col-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .integration_api .row6 .col-12 a {
        margin: 0 auto;
        max-width: 324px;
    }
    .integration_api .row6 .col-12 a:first-child {
        margin-bottom: 20px;
    }
    .integration_PHP3 .row2 {
        margin-left: 0;
        margin-right: 0;
    }
    .integration_example .row2,
    .integration_example .row3,
    .integration_example .row4,
    .integration_example .row5 {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .integration .row1 {
        margin-top: 50px;
        margin-bottom: 75px;
    }
    .integration .row1 .integration_title {
        margin-bottom: 50px;
    }
    .integration_example .row2,
    .integration_example .row3,
    .integration_example .row4,
    .integration_example .row5 {
        margin-right: -15px;
        margin-left: -15px;
    }
    .integration_example .row2 h4,
    .integration_example .row3 h4,
    .integration_example .row4 h4,
    .integration_example .row5 h4 {
        margin-left: 15px;
    }
    .integration_example .row2 table,
    .integration_example .row3 table,
    .integration_example .row4 table,
    .integration_example .row5 table {
        background: #F4F4F4;
    }
    .integration_example .row2 .col-12,
    .integration_example .row3 .col-12,
    .integration_example .row4 .col-12,
    .integration_example .row5 .col-12 {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .integration_example .row2 .line,
    .integration_example .row3 .line,
    .integration_example .row4 .line,
    .integration_example .row5 .line {
        white-space: nowrap !important;
        word-break: normal;
    }
    .integration_example .row2 .line .php,
    .integration_example .row3 .line .php,
    .integration_example .row4 .line .php,
    .integration_example .row5 .line .php {
        white-space: nowrap !important;
        word-break: normal;
    }
    .chat .row {
        padding: 30px 0;
        padding-bottom: 84px;
        margin: 0;
    }
    .chat .col-sm-12 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .integration_title {
        font-size: 29px;
        margin-bottom: 50px;
    }
    .integration .breadcrumb {
        padding: 15px;
    }
    .integration .breadcrumb li {
        margin-bottom: 5px;
    }
    .integration .row1 {
        margin-bottom: 75px;
    }
    .integration .row1 p {
        font-size: 16px;
        text-align: left;
    }
    .integration .row2,
    .integration .row3,
    .integration .row4,
    .integration .row5,
    .integration .row6 {
        margin-bottom: 75px;
    }
    .integration .row2 p,
    .integration .row3 p,
    .integration .row4 p,
    .integration .row5 p,
    .integration .row6 p {
        font-size: 16px;
    }
    .integration .row2 .integration_title,
    .integration .row3 .integration_title,
    .integration .row4 .integration_title,
    .integration .row5 .integration_title,
    .integration .row6 .integration_title {
        margin-bottom: 0;
    }
    .integration_general .row2 {
        margin-bottom: 50px;
    }
    .integration_general .row2 .col-12:first-child {
        margin-bottom: 50px;
    }
    .integration_general .row3 {
        margin-bottom: 75px;
        margin-top: 0;
    }
    .integration_general .row3 .col-12:first-child {
        margin-bottom: 50px;
    }
    .integration_ready .integration_title {
        margin-bottom: 50px;
    }
    .integration_ready .row3 {
        margin-top: 0px;
        margin-bottom: 75px;
    }
    .integration_ready .row3 .col-12 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0 !important;
    }
    .integration_ready .row3 .col-12 img {
        max-width: 50%;
        margin-bottom: 25px;
    }
    .integration_ready .row3 .col-xl-8:not(:last-of-type) {
        margin-bottom: 50px;
    }
    .integration_ready .row5 {
        margin-bottom: 50px;
    }
    .integration_ready .row5 .col-12 {
        margin-bottom: 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .integration_ready .row5 .col-12 img {
        max-width: 40%;
        margin-bottom: 25px;
    }
    .integration_ready .row6 {
        margin-bottom: 75px;
    }
    .integration_ready .row8 {
        margin-bottom: 50px;
    }
    .integration_ready .row8 .col-12 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 25px !important;
    }
    .integration_ready .row8 .col-12 img {
        max-width: 30%;
    }
    .integration_ready .row10 {
        margin-bottom: 50px;
    }
    .integration_ready .row10 .col-12 {
        margin-bottom: 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .integration_ready .row10 .col-12 img {
        max-width: 40%;
        margin-bottom: 25px;
    }
    .integration_ready .row11 {
        margin-bottom: 75px;
    }
    .integration_ready .row13 .col-sm-7:not(:last-child) {
        margin-bottom: 50px;
    }
    .integration_examples ul li:before {
        top: 8px;
    }
    .integration_examples .row2 li {
        margin-bottom: 10px;
    }
    .integration_examples .row2 a {
        font-size: 16px;
        line-height: 28px;
    }
    .integration_examples .row3 {
        margin-left: 0px;
    }
    .integration_examples .row3 h4 {
        line-height: 28px;
    }
    .integration_examples .row3 li {
        margin-bottom: 10px;
    }
    .integration_examples .row3 a {
        font-size: 16px;
        line-height: 28px;
    }
    .integration_examples .row4 {
        margin-left: 0px;
    }
    .integration_examples .row4 h4 {
        line-height: 28px;
    }
    .integration_examples .row4 li {
        margin-bottom: 10px;
    }
    .integration_examples .row4 a {
        font-size: 16px;
        line-height: 28px;
    }
    .integration_email2SMS .row3 {
        margin-bottom: 75px;
        margin-top: 0;
    }
    .integration_email2SMS .row3 .col-sm-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .integration_email2SMS .row3 .col-sm-4 object {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .integration_email2SMS .row3 .col-sm-4 p {
        margin-left: 0;
    }
    .integration_email2SMS .row3 .col-sm-4:not(:last-child) {
        margin-bottom: 40px;
    }
    .integration_email2SMS .row5 {
        margin-bottom: 100px;
    }
    .integration_email2SMS .row5 .col-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .integration_email2SMS .row5 .col-12 img {
        margin-bottom: 20px;
    }
    .integration_email2SMS .row5 .col-12 h4 {
        text-align: center;
    }
    .integration_email2SMS .row5 .col-12 .item-title {
        text-align: center;
    }
    .integration_email2SMS .row5 .col-12 .text-block {
        margin-left: 0;
        max-width: 100%;
    }
    .integration_smpp .row3 .col-sm-6:not(:last-child) {
        margin-bottom: 50px;
    }
    .integration_smpp .row3 .col-sm-6 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .integration_smpp .row3 .col-sm-6 p {
        font-size: 16px;
    }
    .integration_smpp .row3 .col-sm-6 img {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .integration_smpp .row5 {
        margin-bottom: 100px;
    }
    .integration_smpp .row5 .smpp_cheker:nth-child(1) {
        opacity: 0;
        -webkit-transition: all 2s;
        transition: all 2s;
    }
    .integration_smpp .row5 .smpp_cheker:nth-child(2) {
        opacity: 0;
        -webkit-transition: all 3s;
        transition: all 3s;
    }
    .integration_smpp .row5 .smpp_cheker:nth-child(3) {
        opacity: 0;
        -webkit-transition: all 4s;
        transition: all 4s;
    }
    .integration_smpp .row5 .smpp_cheker:nth-child(4) {
        opacity: 0;
        -webkit-transition: all 5s;
        transition: all 5s;
    }
    .integration_smpp .row5 .smpp_cheker:not(:last-child) {
        margin-bottom: 50px;
    }
    .integration_smpp .row5 .col-xl-3:nth-child(1):after {
        display: none;
    }
    .integration_smpp .row5 .col-xl-3:not(:last-of-type):before {
        display: none;
    }
    .integration_smpp .row5 .col-xl-3:last-of-type:before {
        display: none;
    }
    .integration_smpp .row5 .col-xl-3:nth-child(4):after {
        top: 93%;
        left: 40%;
    }
    .integration_api .row2 .col-md-6 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .integration_api .row2 .col-md-6 img {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .integration_api .row4 .integration_title {
        margin-bottom: 50px;
    }
    .integration_api .row5 .col-xl-3:before,
    .integration_api .row5 .col-xl-3:nth-child(1):after,
    .integration_api .row5 .col-xl-3:nth-child(3):after {
        display: none !important;
    }
    .integration_api .row5 .col-sm-6:nth-child(1) {
        opacity: 0;
        -webkit-transition: all 2s;
        transition: all 2s;
    }
    .integration_api .row5 .col-sm-6:nth-child(2) {
        opacity: 0;
        -webkit-transition: all 3s;
        transition: all 3s;
    }
    .integration_api .row5 .col-sm-6:nth-child(3) {
        opacity: 0;
        -webkit-transition: all 4s;
        transition: all 4s;
    }
    .integration_api .row5 .col-sm-6:nth-child(4) {
        opacity: 0;
        -webkit-transition: all 5s;
        transition: all 5s;
    }
    .integration_api .row5 .col-sm-6:not(:last-child) {
        margin-bottom: 50px;
    }
    .integration_api .row6 .col-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .integration_api .row6 .col-12 a {
        margin: 0 auto;
        max-width: 300px;
        font-size: 16px;
        padding: 15px 18px;
    }
    .integration_api .row6 .col-12 a:first-child {
        margin-bottom: 20px;
    }
    .integration_PHP3 .row2 {
        margin-right: -15px;
        margin-left: -15px;
    }
    .integration_PHP3 .row2 .col-12:nth-child(2) {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .integration_PHP3 .row2 h4 {
        margin-left: 15px;
    }
    .integration_PHP3 .row2 table {
        background: #F4F4F4;
    }
    .integration_PHP3 .row2 .line .php {
        white-space: nowrap !important;
        word-break: normal;
    }
}

.documents+.footer {
    margin-top: 120px;
}

.documents .scope_global-title {
    margin-top: 100px;
    margin-bottom: 35px;
}

.documents .row2 {
    position: relative;
    margin-bottom: 120px;
}

.documents .row2 p {
    margin-bottom: 110px;
}

.documents .row3 {
    margin-bottom: 100px;
}

.legaldocuments .container1 {
    background: url("/wp-content/themes/epochta.ru/assets/img/legaldocuments-bg-1900.jpg") 50% 50%/cover no-repeat;
}

.legaldocuments .row3 .col-12:first-child {
    margin-bottom: 40px;
}

.legaldocuments .row3 a {
    text-decoration: underline;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #1062AA;
}

.legaldocuments .row3 p {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 30px;
}

.antispam .container1 {
    background: url("/wp-content/themes/epochta.ru/assets/img/antispam-bg-1900.jpg") 50% 50%/cover no-repeat;
}

.antispam .scope_global-title {
    margin-bottom: 140px;
}

.antispam .row3 {
    margin-bottom: 40px;
}

.antispam .row3 .col-12 {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.antispam .row3 .col-12 a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.antispam .row3 span {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #1062AA;
}

.security .container1 {
    background: url("/wp-content/themes/epochta.ru/assets/img/security-bg-1900.jpg") 50% 50%/cover no-repeat;
}

.security .scope_global-title {
    margin-bottom: 140px;
}

.security .row3 .col-12 {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.security .row3 .col-12 a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.oferta .container1 {
    background: url("/wp-content/themes/epochta.ru/assets/img/oferta-bg-1900.jpg") 50% 50%/cover no-repeat;
}

.oferta .scope_global-title {
    margin-bottom: 140px;
}

.oferta .row3 {
    margin-bottom: 120px;
}

.oferta .row3 .col-12 {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.oferta .row3 .col-12 a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.oferta .row3 span {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #1062AA;
}

.oferta .row4 {
    margin-bottom: 120px;
}

.oferta .row4 .button {
    margin: 0 auto;
}

.gdpr .container1 {
    background: url("/wp-content/themes/epochta.ru/assets/img/gdpr-bg-1900.jpg") 50% 50%/cover no-repeat;
}

.gdpr .scope_global-title {
    margin-bottom: 140px;
}

.gdpr .row3 {
    margin-bottom: 0px;
}

.gdpr .row3 p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.gdpr .row3 p a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.gdpr .row3 p span {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #1062AA;
}

.gdpr .row4 {
    margin-bottom: 70px;
}

.gdpr .row5 {
    margin-bottom: 70px;
}

.gdpr .row5 p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.gdpr .row5 p a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.gdpr .row5 p span {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #1062AA;
}

.gdpr .row5 .col-xl-10 {
    margin-bottom: 20px;
}

.gdpr .row6 {
    margin-bottom: 70px;
}

.gdpr .row6 p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.gdpr .row6 p a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.gdpr .row6 p span {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #1062AA;
}

.gdpr .row7 .col-xl-10 {
    margin-bottom: 50px;
}

.gdpr .row7 .col-12:last-child {
    margin-top: 80px;
    margin-bottom: 50px;
}

.gdpr .row7 p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.gdpr .row7 p a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.gdpr .row7 p span {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #1062AA;
}

.gdpr .row8 {
    margin-bottom: 70px;
}

.gdpr .row8 .col-xl-10 {
    margin-bottom: 50px;
}

.gdpr .row8 p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.gdpr .row8 p a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.gdpr .row8 p span {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #1062AA;
}

.gdpr .row9 {
    margin-bottom: 110px;
}

.gdpr .row9 p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.gdpr .row9 p a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.gdpr .row9 p span {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #1062AA;
}

.refund .container1 {
    background: url("/wp-content/themes/epochta.ru/assets/img/refund-bg-1900.jpg") 50% 50%/cover no-repeat;
}

.refund .scope_global-title {
    margin-bottom: 140px;
}

.refund .row3 p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.refund .row3 p a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.cookie .container1 {
    background: url("/wp-content/themes/epochta.ru/assets/img/cookie-bg-1900.jpg") 50% 50%/cover no-repeat;
}

.cookie .scope_global-title {
    margin-bottom: 140px;
}

.cookie .row3 p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.cookie .row3 p a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.cookie .row3 p span {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #1062AA;
}

.cookie .row4 .table {
    border: 1px solid #1062AA;
    border-radius: 10px;
    margin: 0;
}

.cookie .row4 .table .table-row:first-child .table-elem {
    font-size: 18px;
    font-weight: bold;
    color: #1062AA;
}

.cookie .row4 .table .table-row:not(:last-child) {
    border-bottom: 1px solid #1062AA;
}

.cookie .row4 .table .table-row .table-elem:not(:last-child) {
    border-right: 1px solid #1062AA;
}

.cookie .row4 .table .table-row .table-elem:first-child {
    font-weight: bold;
}

.cookie .row4 .table-elem {
    width: 33.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.cookie .row5 p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.cookie .row5 p a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.cookie .row5 p span {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #1062AA;
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .legaldocuments .row3 .col-12:nth-child(3) {
        margin-bottom: 40px;
    }
    .legaldocuments .row3 .col-12:nth-child(2) {
        margin-bottom: 40px;
    }
    .gdpr img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    #wordpressCookie {
        overflow-y: hidden;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .documents .row2 {
        margin-bottom: 75px;
    }
    .documents .row2 .scope_global-title {
        margin-top: 75px;
        margin-bottom: 75px;
    }
    .documents .row2 p {
        margin-bottom: 75px;
    }
    .documents .row3 {
        margin-top: 0;
    }
    .legaldocuments .row3 .col-12:not(:last-child) {
        margin-bottom: 50px;
    }
    .legaldocuments .row3 .col-12:not(:last-child) p {
        margin-bottom: 20px;
    }
    .security .row2 .scope_global-title {
        font-size: 25px;
    }
    .cookie .row4 .table-elem {
        font-size: 12px;
    }
    .cookie .row5 p {
        overflow-y: hidden;
    }
    .gdpr .container p {
        overflow-y: hidden;
    }
    .gdpr .container p a {
        white-space: nowrap;
    }
    .gdpr img {
        max-width: 100%;
    }
}

.tariffs .cost-title {
    font-size: 30px;
    line-height: 37px;
    margin: 0 auto;
}

.tariffs .breadcrumb-item+.breadcrumb-item::before {
    background: url(/wp-content/themes/epochta.ru/assets/img/breadcrumb-arrow-2.svg) 50% 50%/cover no-repeat;
    color: #6FC6AD;
}

.tariffs .cost_content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tariffs .row2 {
    margin-top: 60px;
    margin-bottom: 35px;
}

.tariffs .row2 .tariffs-title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.tariffs .row2 p {
    font-size: 16px;
    line-height: 19px;
}

.tariffs .row2 ul {
    margin-bottom: 40px;
    list-style: none;
}

.tariffs .row2 ul li {
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
    line-height: 19px;
}

.tariffs .row2 ul li span {
    color: #6FC6AD;
}

.tariffs .row2 ul li a {
    color: #1062AA;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.tariffs .row3 {
    margin-bottom: 120px;
}

.tariffs .row3 .button-products-1 {
    display: inline-block;
}

.tariffs .container2 .cost-title {
    margin-top: 60px;
    margin-bottom: 80px;
}

.tariffs .row4 {
    margin-bottom: 100px;
}

.tariffs .row5 {
    margin-bottom: 120px;
}

.tariffs .row5 .col-xl-2 img {
    margin-bottom: 35px;
    width: 66px;
    height: 66px;
}

.tariffs .row5 .col-xl-2 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
}

.tariffs .row6 {
    margin-bottom: 120px;
}

.tariffs .row6 .col-12 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tariffs .row6 .col-12 img {
    margin-right: 30px;
}

.tariffs .row6 .col-12 .form-block p {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 50px;
}

.tariffs .row6 .col-12 .form-block .my-input {
    margin-right: 30px;
}

.tariffs .row7 {
    margin-bottom: 75px;
}

.tariffs .row8 {
    margin-bottom: 75px;
}

.tariffs .row8 .col-12 .row:first-child {
    min-height: 48px;
}

.tariffs .row8 .col-12 .row:first-child .table-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #E5E5E5;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
    border: 2px solid #1062AA;
    padding: 15px 0;
}

.tariffs .row8 .col-12 .row:first-child .table-title:first-child {
    border-radius: 10px 0 0;
}

.tariffs .row8 .col-12 .row:first-child .table-title:last-child {
    border-radius: 0 10px 0 0;
}

.tariffs .row8 .col-12 .row:first-child .table-title:not(:last-child) {
    border-right: none;
}

.tariffs .row8 .col-12 .row:last-child .col-xl-3:first-child {
    border-radius: 0 0 0 10px;
}

.tariffs .row8 .col-12 .row:last-child .col-xl-3:last-child {
    border-radius: 0 0 10px;
}

.tariffs .row8 .col-12 .col-xl-3 {
    text-align: center;
    border: 2px solid #1062AA;
    font-size: 14px;
    line-height: 36px;
    color: #333;
    border-top: none;
}

.tariffs .row8 .col-12 .col-xl-3:not(:last-child) {
    border-right: none;
}

.tariffs .row9 {
    margin-bottom: 65px;
}

.tariffs .row9 p {
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.tariffs .row9 p a {
    color: #1062AA;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.tariffs .row12 li a {
    color: #1062AA;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.tariffs .row10 {
    margin-bottom: 120px;
}

.tariffs .row10 a {
    display: inline-block;
}

.tariffs .row11 {
    margin-bottom: 70px;
}

.tariffs .row12 {
    margin-bottom: 120px;
}

.tariffs .row12 ul {
    list-style: none;
}

.tariffs .row12 ul li {
    font-size: 16px;
    line-height: 19px;
    position: relative;
}

.tariffs .row12 ul li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #6FC6AD;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 6px;
}

.tariffs .row12 ul li:not(:last-child) {
    margin-bottom: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .cost_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -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;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tariffs .cost_table-border {
        top: 378px;
    }
    .tariffs .scope_form_block .col-xl-10 {
        padding: 30px 37px 45px;
    }
    .tariffs .row6 .col-12 img {
        width: 220px;
        margin-right: 10px;
    }
    .tariffs .row6 .col-12 .form-block form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .tariffs .row6 .col-12 .form-block .my-input {
        width: 220px;
        margin-right: 0 !important;
    }
    .tariffs .row6 .col-12 .form-block .button-products-1 {
        width: 220px;
    }
    .tariffs .cost_table ul:first-child li .help-span-drop {
        right: -15px;
    }
    .tariffs .cost_table ul:first-child li .help-span-drop img {
        left: 203px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tariffs .cost {
        margin-bottom: 0;
    }
    .tariffs .cost_table {
        margin-bottom: 60px;
    }
    .tariffs .cost_content-left {
        margin-bottom: 20px;
    }
    .tariffs .cost_table-border {
        top: 438px;
    }
    .tariffs .row2 {
        margin-bottom: 10px;
    }
    .tariffs .row3 {
        margin-bottom: 100px;
    }
    .tariffs .row4 {
        margin-bottom: 50px;
    }
    .tariffs .row5 {
        margin-bottom: 100px;
    }
    .tariffs .row6 {
        margin-bottom: 100px;
    }
    .tariffs .row6 .col-12 span {
        font-size: 22px;
    }
    .tariffs .row6 .col-12 img {
        width: 220px;
        margin-right: 10px;
    }
    .tariffs .row6 .col-12 .form-block p {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .tariffs .row6 .col-12 .form-block .my-input {
        margin-right: 0 !important;
        margin-bottom: 15px;
    }
    .tariffs .row7 {
        margin-bottom: 50px;
    }
    .tariffs .row8 {
        margin-left: 0;
        margin-right: 0;
    }
    .tariffs .row10 {
        margin-bottom: 100px;
    }
    .tariffs .row11 {
        margin-bottom: 50px;
    }
    .tariffs .row12 {
        margin-bottom: 100px;
    }
    .tariffs .row12 ul li:before,
    .tariffs .row12 .tariffs .row2 ul li:before {
        left: -11px;
    }
    .tariffs .partner-list {
        margin-bottom: 30px;
    }
    .tariffs .partner-list img {
        margin-right: 35px;
        margin-bottom: 20px;
    }
    .tariffs .scope_form_block span {
        font-size: 28px;
        line-height: 34px;
    }
    .tariffs .cost_table ul:first-child li .help-span-drop {
        right: -15px;
    }
    .tariffs .cost_table ul:first-child li .help-span-drop img {
        left: 203px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .tariffs .container2 {
        padding: 0 10px;
    }
    .tariffs .row2 p {
        font-size: 14px;
        line-height: 16px;
    }
    .tariffs .row3 {
        margin-top: 0;
        margin-bottom: 100px;
    }
    .tariffs .row4 {
        margin-bottom: 50px;
    }
    .tariffs .row5 .col-sm-4:not(:last-child) {
        margin-bottom: 45px;
    }
    .tariffs .row6 {
        margin-bottom: 100px;
    }
    .tariffs .row6 .col-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .tariffs .row6 .col-12 .form-block p {
        font-size: 18px;
        line-height: 30px;
    }
    .tariffs .row6 .col-12 .form-block .my-input {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .tariffs .row6 .col-12>img {
        margin-right: 0;
        margin-bottom: 50px;
    }
    .tariffs .row7 {
        margin-bottom: 50px;
    }
    .tariffs .row8 {
        margin: 0;
        margin-bottom: 50px;
    }
    .tariffs .row10 {
        margin-bottom: 100px;
    }
    .tariffs .row11 {
        margin-bottom: 50px;
    }
    .tariffs .row12 {
        margin-bottom: 100px;
    }
    .tariffs .row12 ul li:before,
    .tariffs .row12 .tariffs .row2 ul li:before {
        left: -11px;
    }
    .tariffs .row12 .col-lg-10 {
        padding-left: 25px;
    }
    .tariffs .scope_form_block .col-xl-10 {
        padding: 30px 10px;
    }
    .tariffs .scope_form_block h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .tariffs .scope_form_block h4 span {
        white-space: nowrap;
    }
    .tariffs .partner-list {
        margin: 50px 0;
        margin-bottom: 30px;
    }
    .tariffs .partner-list img {
        margin-bottom: 20px;
    }
    .tariffs .container2 .cost-title {
        line-height: 35px;
        width: 250px;
        margin-bottom: 50px;
    }
    .tariffs .cost_table-border {
        top: 432px;
    }
    .tariffs .cost_content-right .slider_scroll-item .price {
        font-size: 12px;
    }
    .tariffs .table-title p {
        text-transform: capitalize;
    }
    .tariffs .table-title span {
        display: none;
    }
    .tariffs .cost_table ul:first-child li .help-span-drop {
        width: 140px;
        right: -15px;
    }
    .tariffs .cost_table ul:first-child li .help-span-drop img {
        left: 112px;
    }
    .tariffs .row8 .col-12 .col-xl-3 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.button-products-1 {
    cursor: pointer;
    display: inline-block;
    width: 260px;
    padding: 13px 20px;
    border-radius: 45px;
    text-align: center;
    background-color: #1062AA;
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF !important;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.button-products-1:hover {
    background-color: #F7B916 !important;
    color: #1062AA !important;
    text-decoration: none;
}

.button-products-1:disabled {
    background-color: #a7a7a7;
}

.button-products-1:disabled:hover {
    background-color: #a7a7a7 !important;
    color: #FFFFFF !important;
}

.button-products-2 {
    cursor: pointer;
    display: inline-block;
    width: 260px;
    padding: 13px 20px;
    border-radius: 45px;
    text-align: center;
    background-color: transparent;
    border: 2px solid #4ae4e4;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #1062AA;
    outline: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.button-products-2:hover {
    background-color: #4ae4e4;
    color: #1062AA;
    text-decoration: none;
}

#testing-form-email:-webkit-autofill,
#testing-form-email:-webkit-autofill:hover,
#testing-form-email:-webkit-autofill:focus,
#testing-form-email:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #FFF inset !important;
    -webkit-text-fill-color: #1062AA;
    ;
}

.input-1:-webkit-autofill,
.input-1:-webkit-autofill:hover,
.input-1:-webkit-autofill:focus,
.input-1:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #1062AA inset !important;
    -webkit-text-fill-color: #FFFFFF;
}

#number1:-webkit-autofill,
#name3:-webkit-autofill,
#number3:-webkit-autofill,
#number1:-webkit-autofill:hover,
#name3:-webkit-autofill:hover,
#number3:-webkit-autofill:hover #number1:-webkit-autofill:focus,
#name3:-webkit-autofill:focus,
#number3:-webkit-autofill:focus #number1:-webkit-autofill:active,
#name3:-webkit-autofill:active,
#number3:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #6FC6AD inset !important;
    -webkit-text-fill-color: #FFFFFF;
}

#number2:-webkit-autofill,
#number2:-webkit-autofill:hover,
#number2:-webkit-autofill:focus,
#number2:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #F4F4F4 inset !important;
    -webkit-text-fill-color: #807E7E;
    ;
}

#tariffs-input:-webkit-autofill,
#testing-form-tel:-webkit-autofill,
#testing-form-tel:-webkit-autofill,
#tariffs-input:-webkit-autofill:hover,
#testing-form-tel:-webkit-autofill:hover,
#tariffs-input:-webkit-autofill:focus,
#testing-form-tel:-webkit-autofill:focus,
#tariffs-input:-webkit-autofill:active,
#testing-form-tel:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #FFF inset !important;
    -webkit-text-fill-color: #1062AA;
    ;
}

#tariffs-input:-webkit-autofill,
#tariffs-input:-webkit-autofill:hover,
#tariffs-input:-webkit-autofill:focus,
#tariffs-input:-webkit-autofill:active,
{
    -webkit-box-shadow: 0 0 0 30px #FFF inset !important;
    -webkit-text-fill-color: #1062AA;
    ;
}

.email:-webkit-autofill,
#input-sms-wrapper #testing-form-email:-webkit-autofill,
#number4:-webkit-autofill,
.email:-webkit-autofill:hover,
#input-sms-wrapper #testing-form-email:-webkit-autofill:hover,
#number4:-webkit-autofill:hover,
.email:-webkit-autofill:focus,
#input-sms-wrapper #testing-form-email:-webkit-autofill:focus,
#number4:-webkit-autofill:focus,
.email:-webkit-autofill:active,
#input-sms-wrapper #testing-form-email:-webkit-autofill:active,
#number4:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #6FC6AD inset !important;
    -webkit-text-fill-color: #1062AA;
    ;
}

.input-1 {
    display: inline-block;
    width: 260px;
    padding: 13px 20px;
    border-radius: 45px;
    text-align: center;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    outline: none;
}

.input-1::-moz-placeholder {
    color: #FFFFFF;
    /* Цвет подсказывающего текста */
}

.input-1::-webkit-input-placeholder {
    color: #FFFFFF;
}

.input-1:-ms-input-placeholder {
    color: #FFFFFF;
}

.input-1::-ms-input-placeholder {
    color: #FFFFFF;
}

.input-1::placeholder {
    color: #FFFFFF;
}

.input-1:focus::-webkit-input-placeholder {
    color: transparent !important;
}

.input-1:focus::-moz-placeholder {
    color: transparent !important;
}

.input-1:focus:-moz-placeholder {
    color: transparent !important;
}

.input-1:focus:-ms-input-placeholder {
    color: transparent !important;
}

.reviews__form {
    position: relative;
    border: 1px solid #4AE4E4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 30px;
}

.reviews__form-cross {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: transparent;
    border: none;
}

.reviews__form-cross:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.reviews__form-block-1 input,
.testing-form input {
    border: 2px solid #1062AA;
}

.reviews__form-block-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.reviews__form-block-1 label {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 20px;
}

.reviews__form-block-1 label span {
    color: #1062AA;
}

.reviews__form-block-1-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reviews__form-block-1-left input {
    background-color: transparent;
    width: 330px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: black !important;
    margin-bottom: 20px;
}

.reviews__form-block-1-left input:focus::-webkit-input-placeholder {
    color: transparent;
}

.reviews__form-block-1-left input:focus::-moz-placeholder {
    color: transparent;
}

.reviews__form-block-1-left input:focus:-moz-placeholder {
    color: transparent;
}

.reviews__form-block-1-left input:focus:-ms-input-placeholder {
    color: transparent;
}

.reviews__form-block-1-left input:hover {
    background-color: transparent !important;
    border-color: #1062AA !important;
}

.reviews__form-block-1-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reviews__form-block-1-right textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    width: 430px;
    height: 320px;
    background: #F5F4F4;
    border-radius: 6px 3px 6px 6px;
    resize: none;
    outline: none;
    padding: 10px;
    overflow-y: scroll;
}

.reviews__form-block-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews__form-block-2 .form-check {
    margin-left: 10px;
    position: relative;
    margin-right: 107px;
}

.reviews__form-block-2 .form-check .my-checkbox {
    height: 20px;
    width: 20px;
    border: 2px solid #1062AA;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: -9px;
    z-index: 1;
}

.reviews__form-block-2 .form-check .my-checkbox .my-checkbox-target-2 {
    height: 10px;
    width: 10px;
    position: absolute;
    background: #4AE4E4;
    border-radius: 50%;
    z-index: 1;
    top: 3px;
    left: 3px;
    display: none;
}

.reviews__form-block-2 .form-check .my-checkbox .my-checked {
    display: block;
}

.reviews__form-block-2 .form-check input {
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: -25px;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

.reviews__form-block-2 .form-check label {
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}

.reviews__form .star__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reviews__form .star__block-item,
.feedback__rating .star__block-item {
    position: relative;
    margin-right: 2px;
}

.reviews__form .star__block-item .no-visible,
.feedback__rating .star__block-item .no-visible {
    opacity: 0;
}

.reviews__form .star__block-item .is-visible,
.feedback__rating .star__block-item .is-visible {
    opacity: 1;
}

.reviews__form .star__block-item-1,
.feedback__rating .star__block-item-1 {
    cursor: pointer;
}

.reviews__form .star__block-item-2,
.feedback__rating .star__block-item-2 {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 3px;
    opacity: 0;
    z-index: -1;
}

.products .breadcrumb-item+.breadcrumb-item::before {
    background: url(/wp-content/themes/epochta.ru/assets/img/breadcrumb-arrow-2.svg) 50% 50%/cover no-repeat;
    color: #6FC6AD;
}

.products .row1 {
    margin-bottom: 50px;
}

.products .row2 {
    margin-bottom: 80px;
}

.products .row2 .button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.products .row2 .button-block div {
    width: 50px;
    position: relative;
}

.products .row2 .button-block div:hover a:nth-of-type(2) {
    display: block;
}

.products .row2 .button-block div a:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
}

.products .row2 .button-block div a:nth-of-type(2) {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.products .row2 .col-xl-4 img {
    max-width: 100%;
}

.products .row2 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    line-height: 56px;
    font-weight: bold;
    color: #317179;
    margin-bottom: 20px;
}

.products .row2 h2 {
    font-size: 36px;
    line-height: 44px;
    color: #333333;
    text-align: left;
    margin-bottom: 50px;
}

.products .row2 p {
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    margin-bottom: 80px;
}

.products .row2 .button-products-1 {
    margin-right: 20px;
}

.products .row3 {
    margin-bottom: 100px;
}

.products .row3 .col-xl-2 img {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
}

.products .row3 .col-xl-2 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
}

.products .mailer-nav {
    background: #4AE4E4;
    width: 100%;
    padding: 20px 20px 0;
}

.products .row4 {
    margin-bottom: 120px;
}

.products .row4 .mailer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products .row4 .mailer-nav__list-item.active {
    border-color: #1062AA;
    cursor: pointer;
    color: #1062AA;
}

.products .row4 .mailer-nav__list-item {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    padding-bottom: 17px;
    border-bottom: 3px solid transparent;
}

.products .row4 .mailer-nav__list-item a {
    color: #333333;
}

.products .row4 .mailer-nav__list-item a:hover {
    text-decoration: none;
}

.products .row4 .mailer-nav__list-item.active {
    border-color: #1062AA;
    color: #1062AA;
}

.products .row4 .mailer-nav__list-item.active a {
    color: #1062AA !important;
}

.products .row4 .mailer-nav__list-item:hover {
    cursor: pointer;
}

.products .row4 .mailer-nav__list-item span {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
    margin-left: 10px;
}

.products .mailer-slider .row1,
.products .mailer-slider .row2,
.products .mailer-slider .row3,
.products .mailer-slider .row4 {
    margin-bottom: 0;
}

.products .mailer-slider-item {
    display: none;
}

.products .mailer-slider-item.is-active {
    display: block;
}

.products .mailer-slider h3,
.products .mailer-slider h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #333333;
    margin-bottom: 80px;
}

.products .mailer-slider .product-sub-title {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 30px !important;
    line-height: 37px !important;
    text-align: center !important;
    color: #333333 !important;
    margin-bottom: 80px !important;
}

.products .mailer-slider h4 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
}

.products .mailer-slider .product-resume-name {
    font-family: 'Roboto', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    color: #333333 !important;
}

.products .mailer-slider .product-step-title {
    font-family: 'Roboto', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    color: #333333 !important;
}

.products .mailer-slider p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin: 0;
}

.products .mailer-slider p a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.products .mailer-slider .mailer-slider-item-1 h4 {
    margin-bottom: 35px;
}

.products .mailer-slider .mailer-slider-item-1 .product-slider-item-title {
    margin-bottom: 35px !important;
}

.products .mailer-slider .mailer-slider-item-1 .product-step-title {
    margin-bottom: 35px !important;
}

.products .mailer-slider .mailer-slider-item-1 .product-resume-name {
    margin-bottom: 35px !important;
}

.products .mailer-slider .mailer-slider-item-1 .row1 {
    margin-bottom: 0;
}

.products .mailer-slider .mailer-slider-item-1 .row2 {
    position: relative;
    min-height: 200px;
    margin-bottom: 100px;
}

.products .mailer-slider .mailer-slider-item-1 .row2 .col-lg-5 img {
    max-width: 100%;
}

.products .mailer-slider .mailer-slider-item-1 .row2 .mailer-img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.products .mailer-slider .mailer-slider-item-1 .row3 {
    min-height: 200px;
    margin-bottom: 100px;
}

.products .mailer-slider .mailer-slider-item-1 .row3 .col-lg-5 img {
    max-width: 100%;
}

.products .mailer-slider .mailer-slider-item-1 .row4 {
    min-height: 200px;
    margin-bottom: 100px;
}

.products .mailer-slider .mailer-slider-item-1 .row4 .col-lg-4 img {
    max-width: 100%;
}

.products .mailer-slider .mailer-slider-item-1 .row5 {
    margin-bottom: 120px;
}

.products .mailer-slider .mailer-slider-item-1 .row5 .button-products-1 {
    display: block;
    margin: 0 auto;
}

.products .mailer-slider .mailer-slider-item-1 .row7 {
    margin-bottom: 140px;
}

.products .mailer-slider .mailer-slider-item-1 .row7 img {
    max-width: 100%;
}

.products .mailer-slider .advantage-slider-block {
    background: #1062AA;
    border-radius: 5px;
    padding: 60px 0;
    margin-bottom: 140px;
}

.products .mailer-slider .advantage-slider-block .row2 {
    margin-bottom: 0;
}

.products .mailer-slider .advantage-slider-block h3 {
    margin-bottom: 60px;
}

.products .mailer-slider .advantage-slider-block .product-sub-title {
    margin-bottom: 60px !important;
}

.products .mailer-slider .advantage-slider .advantage-slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.products .mailer-slider .advantage-slider .advantage-slider-item-block {
    width: 270px;
    padding: 0 15px;
}

.products .mailer-slider .advantage-slider .advantage-slider-item .block-img {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.products .mailer-slider .advantage-slider .advantage-slider-item .row1 {
    margin-bottom: 70px;
}

.products .mailer-slider .advantage-slider .advantage-slider-item h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.products .mailer-slider .advantage-slider .advantage-slider-item .product-slider-item-title {
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    color: #FFFFFF !important;
}

.products .mailer-slider .advantage-slider .advantage-slider-item p {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.products .mailer-slider .advantage-slider .slick-arrow i {
    font-size: 25px;
    color: #4AE4E4;
}

.products .mailer-slider .advantage-slider .slick-prev {
    left: -70px;
    z-index: 100;
}

.products .mailer-slider .advantage-slider .slick-prev:before {
    display: none;
}

.products .mailer-slider .advantage-slider .slick-next {
    right: -70px;
}

.products .mailer-slider .advantage-slider .slick-next:before {
    display: none;
}

.products .mailer-slider .row8 {
    margin-bottom: 140px;
}

.products .mailer-slider .row8 h4 {
    font-size: 30px;
    line-height: 35px;
}

.products .mailer-slider .row8 .product-resume-name {
    font-size: 30px !important;
    line-height: 35px !important;
}

.products .mailer-slider .row8 .reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.products .mailer-slider .row8 .reviews span:first-child {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products .mailer-slider .row8 .reviews span:first-child img {
    margin-right: 5px;
}

.products .mailer-slider .row8 .reviews span {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #868585;
}

.products .mailer-slider .row8 .reviews a {
    font-size: 14px;
    line-height: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #868585;
}

.products .mailer-slider .row8 .prices {
    margin-bottom: 50px;
}

.products .mailer-slider .row8 .prices span:first-child {
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #333333;
    display: block;
}

.products .mailer-slider .row8 .prices span {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #1062AA;
}

.products .mailer-slider .row8 .button-products-1 {
    margin-bottom: 25px;
    display: block;
}

.products .products-slider {
    margin-bottom: 120px;
}

.products .products-slider .row1 {
    margin-bottom: 80px !important;
}

.products .products-slider .row1 p {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
}

.products .products-slider .products-slider-block img {
    margin: 0 auto;
    max-width: 100%;
}

.products .products-slider .slick-arrow i {
    font-size: 25px;
    color: #4AE4E4;
}

.products .products-slider .slick-prev {
    left: -50px;
    top: 33%;
}

.products .products-slider .slick-prev:before {
    display: none;
}

.products .products-slider .slick-next {
    right: -50px;
    top: 33%;
}

.slick-next,
.slick-prev {
    height: auto;
}

.products .products-slider .slick-next:before {
    display: none;
}

.products .products-slider .products-slider-item {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    outline: none;
}

.products .products-slider .products-slider-item p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #333333;
    margin-top: 30px;
}

.products .products-slider .products-slider-item span:nth-child(3) {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #1062AA;
    display: block;
    margin: 5px 0;
}

.products .products-slider .products-slider-item span:nth-child(4) {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #575756;
}

.products .reviews__block {
    margin-bottom: 150px;
}

.products .reviews__block-slider .slick-arrow i {
    font-size: 25px;
    color: #4AE4E4;
}

.products .reviews__block-slider .slick-prev {
    left: -50px;
}

.products .reviews__block-slider .slick-prev:before {
    display: none;
}

.products .reviews__block-slider .slick-next {
    right: -50px;
}

.products .reviews__block-slider .slick-next:before {
    display: none;
}

.products .reviews__block-slider .slick-dots {
    bottom: -65px;
}

.products .reviews__block-slider .slick-dots li button:before {
    font-size: 10px;
    color: #4ae4e4;
}

.products .reviews__block-slider .slick-dots li.slick-active button:before {
    color: #4AE4E4;
}

.products .reviews__block-slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products .reviews__block-slider-item-block-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.products .reviews__block-slider-item-block-1 img {
    margin-bottom: 15px;
}

.products .reviews__block-slider-item-block-1 .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 0;
}

.products .reviews__block-slider-item-block-1 .profession {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 0;
}

.products .reviews__block-slider-item-block-1 .date {
    font-size: 16px;
    line-height: 32px;
    color: #807E7E;
}

.products .reviews__block-slider-item-block-2 {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.products .reviews__block-slider-item-block-2 .reviews-link-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 29px;
}

.products .reviews__block-slider-item-block-2 .reviews-link-1 a {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #868585;
}

.products .reviews__block-slider-item-block-2 .reviews-link-1 i {
    color: #868585;
    font-size: 14px;
    margin-left: 6px;
}

.products .reviews__block-slider-item-block-2 p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 10px;
}

.products .reviews__block-slider-item-block-2 .reviews-link-2 {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #868585;
}

.products .mailer-slider-item-2 h5 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    margin-bottom: 40px;
}

.products .mailer-slider-item-2 .prod-oppor-subtitle {
    font-family: 'Roboto', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    color: #333333 !important;
    margin-bottom: 40px !important;
}

.products .mailer-slider-item-2 p {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.products .mailer-slider-item-2 .row1 {
    margin-bottom: 0;
}

.products .mailer-slider-item-2 .row2 {
    margin-bottom: 40px;
}

.products .mailer-slider-item-2 .row2 h5 {
    margin-bottom: 30px;
}

.products .mailer-slider-item-2 .scope-list {
    margin-bottom: 75px;
}

.products .mailer-slider-item-2 .scope-list ul {
    list-style: none;
}

.products .mailer-slider-item-2 .scope-list ul li:nth-child(odd) {
    background: rgba(74, 228, 228, 0.2);
}

.products .mailer-slider-item-2 .scope-list ul li {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    padding: 17px 26px;
}

.products .mailer-slider-item-2 .scope-list ul li p {
    text-align: left;
    max-width: 821px;
}

.products .mailer-slider-item-2 .scope-list ul li img:first-of-type {
    position: absolute;
    top: 16px;
    right: 90px;
    margin: 0;
}

.products .mailer-slider-item-2 .scope-list ul li img:nth-of-type(2) {
    position: absolute;
    top: 16px;
    right: 45px;
    margin: 0;
    cursor: pointer;
}

.products .mailer-slider-item-2 .scope-list ul li img:nth-of-type(2):hover~.help-span-drop {
    display: block;
}

.products .mailer-slider-item-2 .scope-list ul li .help-span-drop {
    top: 49px;
    right: 45px;
    z-index: 100;
    width: 330px;
    height: auto;
    padding: 16px;
    font-size: 12px;
    line-height: 14px;
    color: #575756;
}

.products .mailer-slider-item-2 .scope-list ul li .help-span-drop img {
    top: -11px !important;
    left: 314px !important;
}

.products .mailer-slider-item-2 .row3 {
    margin-bottom: 0;
}

.products .mailer-slider-item-2 .row4 {
    margin-bottom: 0;
}

.products .mailer-slider-item-2 .row5 {
    margin-bottom: 0;
}

.products .mailer-slider-item-2 .row8 {
    margin-bottom: 0;
}

.products .mailer-slider-item-2 .row10 {
    margin-bottom: 120px;
}

.products .mailer-slider-item-2 .row10 .scope-list {
    margin-bottom: 0;
}

.products .mailer-slider-item-3 .row1 {
    margin-bottom: 0;
}

.products .mailer-slider-item-3 .row2 {
    margin-bottom: 75px;
}

.products .mailer-slider-item-3 .row2 p {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.products .mailer-slider-item-3 .row2 p a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
    white-space: nowrap;
}

.products .mailer-slider-item-3 .row3 {
    margin-bottom: 0;
}

.products .mailer-slider-item-3 .row3 .testing-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
}

.products .mailer-slider-item-3 .row3 .testing-form input {
    background-color: transparent;
    margin: 0 auto;
    margin-bottom: 25px;
    color: #1062AA;
}

.products .mailer-slider-item-3 .row3 .testing-form input::-moz-placeholder {
    color: #1062AA;
    /* Цвет подсказывающего текста */
}

.products .mailer-slider-item-3 .row3 .testing-form input::-webkit-input-placeholder {
    color: #1062AA;
}

.products .mailer-slider-item-3 .row3 .testing-form input:-ms-input-placeholder {
    color: #1062AA;
}

.products .mailer-slider-item-3 .row3 .testing-form input::-ms-input-placeholder {
    color: #1062AA;
}

.products .mailer-slider-item-3 .row3 .testing-form input::placeholder {
    color: #1062AA;
}

.products .mailer-slider-item-3 .row3 .testing-form input.email:focus::-webkit-input-placeholder {
    color: transparent;
}

.products .mailer-slider-item-3 .row3 .testing-form input.email:focus::-moz-placeholder {
    color: transparent;
}

.products .mailer-slider-item-3 .row3 .testing-form input.email:focus:-moz-placeholder {
    color: transparent;
}

.products .mailer-slider-item-3 .row3 .testing-form input.email:focus:-ms-input-placeholder {
    color: transparent;
}

.products .mailer-slider-item-3 .row3 .testing-form button {
    margin: 0 auto;
    margin-top: 25px;
}

.products .mailer-slider-item-3 .row3 .testing-form .form-check {
    /*position: absolute;*/
    left: 447px;
    /*top: 157px;*/
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}

.products .mailer-slider-item-3 .row3 .testing-form .form-check .my-checkbox {
    height: 20px;
    width: 20px;
    border: 2px solid #1062AA;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: -9px;
    z-index: 1;
}

.products .mailer-slider-item-3 .row3 .testing-form .form-check .my-checkbox .my-checkbox-target-1 {
    height: 10px;
    width: 10px;
    position: absolute;
    background: #4AE4E4;
    border-radius: 50%;
    z-index: 1;
    top: 3px;
    left: 3px;
    display: none;
}

.viber .mailer-slider-item-3 .row3 .testing-form .form-check .my-checkbox .my-checkbox-target-1 {
    background: #665CAC !important;
}

.products .mailer-slider-item-3 .row3 .testing-form .form-check .my-checkbox .my-checked {
    display: block;
}

.products .mailer-slider-item-3 .row3 .testing-form .form-check input {
    margin-bottom: 0;
    margin-top: 1px;
    margin-left: -25px;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

.products .mailer-slider-item-4 .row:not(:first-of-type) {
    margin-bottom: 120px;
}

.products .mailer-slider-item-4 .mailer__screenshots-block p {
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    text-align: left;
    margin-bottom: 70px;
}

.products .mailer-slider-item-4 .mailer__screenshots-block p a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.products .mailer-slider-item-4 .mailer__screenshots-block img {
    margin-bottom: 0;
    max-width: 100%;
}

.products .mailer-slider-item-4 .row9 .col-12 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.products .mailer-slider-item-4 .row9 .col-12 .button-products-2 {
    margin-right: 15px;
}

.products .mailer-slider-item-4 .row9 .col-12 .button-products-1 {
    margin-left: 15px;
}

.products .mailer-slider-item-5 p {
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}

.products .mailer-slider-item-5 .row2 {
    margin-bottom: 80px;
}

.products .mailer-slider-item-5 .row2 a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.products .mailer-slider-item-5 .row3 {
    margin-bottom: 80px;
}

.products .mailer-slider-item-5 .row3 .button-products-1 {
    display: block;
    margin: 0 auto;
}

.products .mailer-slider-item-5 .row4 p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
}

.products .mailer-slider-item-5 .row4 a {
    font-size: 18px;
    line-height: 21px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.products .mailer-slider-item-6 {
    margin-bottom: 150px;
}

.products .mailer-slider-item-6 .reviews__form {
    display: none;
}

.products .mailer-slider-item-6 .row2 {
    margin-bottom: 80px;
}

.products .mailer-slider-item-6 .row2 .button-products-2 {
    display: block;
    margin: 0 auto;
    outline: none;
}

.products .mailer-slider-item-6 .row2 .button-products-2:hover {
    background-color: #4AE4E4;
    border-color: transparent;
    color: #1062AA;
}

.products-reviews__slider-elem {
    outline: none;
}

.products-reviews__slider .slick-dots li button:before {
    top: 40px;
    font-size: 10px;
    color: #4ae4e4;
}

.products-reviews__slider .slick-dots li.slick-active button:before {
    color: #4AE4E4;
}

.products-reviews__slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 70px;
    border-bottom: 1px solid #4AE4E4;
}

.products-reviews__slider-item:not(:last-child) {
    margin-bottom: 70px;
}

.products-reviews__slider-item span {
    display: block;
}

.products-reviews__slider-item p {
    max-width: 660px;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 10px !important;
    margin-top: 29px !important;
}

.products-reviews__slider-item a {
    font-size: 12px;
    line-height: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #868585;
}

.products-reviews__slider-item-block .reviewsAll-btn {
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
    line-height: 14px;
    color: #868585;
}

.products-reviews__slider-item-block .reviewsAll-btn.btn-2 {
    display: none;
}

.products-reviews__slider-item-block .hidden-reviews {
    margin: 0;
    display: none;
}

.products-reviews__slider-item .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 0;
}

.products-reviews__slider-item .profession {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 0;
}

.products-reviews__slider-item .date {
    font-size: 16px;
    line-height: 32px;
    color: #807E7E;
}

@media only screen and (min-width: 1200px) {
    .products .row2 h1 {
        margin-top: 30px;
    }
    .products-reviews__slider .slick-slide {
        width: 945px !important;
    }
    .products-reviews__slider .slick-track {
        opacity: 1;
        width: 4725px !important;
        -webkit-transform: translate3d(-1890px, 0px, 0px);
        transform: translate3d(-1890px, 0px, 0px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .products .row2 h1 {
        font-size: 42px;
    }
    .products .row2 h2 {
        font-size: 34px;
    }
    .products .mailer-slider-item-2 .scope-list ul li p {
        max-width: 795px;
    }
    .products .mailer-slider-item-3 .row3 .testing-form .form-check {
        left: 344px;
    }
    .reviews__form-block-1-right textarea {
        width: 358px;
    }
    .products-reviews__slider-item p {
        max-width: 500px;
    }
    .products-reviews__slider .slick-slide {
        width: 770px !important;
    }
    .products-reviews__slider .slick-track {
        opacity: 1;
        width: 3850px !important;
        -webkit-transform: translate3d(-1540px, 0px, 0px);
        transform: translate3d(-1540px, 0px, 0px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .products .row4 .mailer-nav__list-item span {
        display: none;
    }
    .products .row2 h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .products .row2 h2 {
        font-size: 25px;
        line-height: 29px;
    }
    .products .row2 p {
        font-size: 14px;
        line-height: 16px;
    }
    .products .row4 .mailer-nav__list-item {
        font-size: 14px;
        line-height: 16px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row2 {
        margin-bottom: 106px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row2 {
        margin-bottom: 85px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row2 h4 {
        font-size: 21px;
        line-height: 25px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row2 .product-slider-item-title {
        font-size: 21px !important;
        line-height: 25px !important;
    }
    .products .mailer-slider .mailer-slider-item-1 .row2 p {
        font-size: 15px;
        line-height: 17px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row2 .col-xl-4 img {
        max-width: 100%;
    }
    .products .mailer-slider .mailer-slider-item-1 .row3 {
        margin-bottom: 85px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row3 h4 {
        font-size: 21px;
        line-height: 25px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row3 p {
        font-size: 15px;
        line-height: 17px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row3 .col-xl-4 img {
        max-width: 100%;
    }
    .products .mailer-slider .mailer-slider-item-1 .row4 h4 {
        font-size: 21px;
        line-height: 25px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row4 p {
        font-size: 15px;
        line-height: 17px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row4 .col-xl-4 img {
        max-width: 100%;
    }
    .products .mailer-slider .advantage-slider .slick-prev {
        left: 10px;
        z-index: 100;
    }
    .products .mailer-slider .advantage-slider .slick-next {
        right: 10px;
    }
    .products .mailer-slider .advantage-slider-block .row2 {
        margin-bottom: 0;
    }
    .products .products-slider .slick-next {
        right: -15px;
    }
    .products .products-slider .slick-prev {
        left: -15px;
    }
    .products .reviews__block-slider .slick-next {
        display: none !important;
    }
    .products .reviews__block-slider .slick-prev {
        display: none !important;
    }
    .products .mailer-slider-item-2 .scope-list ul li p {
        max-width: 580px;
    }
    .products .mailer-slider-item-2 .scope-list ul li img:first-of-type {
        right: 60px;
    }
    .products .mailer-slider-item-2 .scope-list ul li img:nth-of-type(2) {
        right: 20px;
    }
    .products .mailer-slider-item-2 .scope-list ul li .help-span-drop {
        right: 21px;
    }
    .products .mailer-slider-item-3 .row3 .testing-form .form-check {
        left: 240px;
    }
    .products-reviews__slider .slick-prev,
    .products-reviews__slider .slick-next {
        display: none !important;
    }
    .reviews__form-block-1-right textarea {
        width: 307px;
    }
    .chat .col-md-6 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .chat .col-md-6 .number {
        margin-top: 10px;
    }
    .chat .col-md-6 .number a {
        font-size: 14px;
        line-height: 16px;
    }
    .products-reviews__slider .slick-slide {
        width: 720px !important;
    }
    .products-reviews__slider .slick-track {
        opacity: 1;
        width: 3600px !important;
        -webkit-transform: translate3d(-1440px, 0px, 0px);
        transform: translate3d(-1440px, 0px, 0px);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header_menu .submenu__block-list-item i {
        display: none !important;
    }
    .products .container2 .row2 .button-block {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .products .row3 .col-xl-2 p {
        margin: 0 auto;
        width: 70%;
    }
    .products .container1 .row1 {
        margin-bottom: 80px;
    }
    .products .container2 .row2 {
        margin-bottom: 40px;
    }
    .products .container2 .row2 .col-sm-8:first-child {
        margin-bottom: 70px;
    }
    .products .container2 .row2 h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .products .container2 .row2 h2 {
        font-size: 24px;
        line-height: 29px;
    }
    .products .container2 .row2 p {
        font-size: 14px;
        line-height: 16px;
    }
    .products .container2 .row3 .col-sm-6:first-of-type {
        margin-bottom: 80px;
    }
    .products .mailer-nav {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 12px;
        margin-bottom: 100px;
    }
    .products .mailer-nav .row4 {
        margin-bottom: 0px;
    }
    .products .mailer-nav .row4 .mailer-nav__list-item {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .products .mailer-nav .row4 .mailer-nav__list li:last-of-type span {
        display: none;
    }
    .products .mailer-slider .mailer-slider-item-1 .row2,
    .products .mailer-slider .mailer-slider-item-1 .row3,
    .products .mailer-slider .mailer-slider-item-1 .row4 {
        margin-bottom: 0 !important;
    }
    .products .mailer-slider .mailer-slider-item-1 .row2 .mailer-img,
    .products .mailer-slider .mailer-slider-item-1 .row3 .mailer-img,
    .products .mailer-slider .mailer-slider-item-1 .row4 .mailer-img {
        display: none;
    }
    .products .mailer-slider .mailer-slider-item-1 .row2 .col-sm-8,
    .products .mailer-slider .mailer-slider-item-1 .row3 .col-sm-8,
    .products .mailer-slider .mailer-slider-item-1 .row4 .col-sm-8 {
        margin-bottom: 75px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row2 .col-sm-8 img,
    .products .mailer-slider .mailer-slider-item-1 .row3 .col-sm-8 img,
    .products .mailer-slider .mailer-slider-item-1 .row4 .col-sm-8 img {
        width: 100%;
    }
    .products .mailer-slider .mailer-slider-item-1 .row2 .col-sm-8 h4,
    .products .mailer-slider .mailer-slider-item-1 .row3 .col-sm-8 h4,
    .products .mailer-slider .mailer-slider-item-1 .row4 .col-sm-8 h4 {
        font-size: 21px;
        line-height: 25px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row2 .col-sm-8 p,
    .products .mailer-slider .mailer-slider-item-1 .row3 .col-sm-8 p,
    .products .mailer-slider .mailer-slider-item-1 .row4 .col-sm-8 p {
        font-size: 14px;
        line-height: 16px;
    }
    .products .mailer-slider .mailer-slider-item-1 .advantage-slider-block {
        margin-bottom: 100px;
    }
    .products .mailer-slider .mailer-slider-item-1 .advantage-slider .slick-next {
        right: 8px;
    }
    .products .mailer-slider .mailer-slider-item-1 .advantage-slider .slick-prev {
        left: 8px;
    }
    .products .mailer-slider .mailer-slider-item-1 .advantage-slider .advantage-slider-item-block {
        width: 200px;
    }
    .products .mailer-slider .mailer-slider-item-1 .advantage-slider .advantage-slider-item-block h4 {
        font-size: 18px;
        line-height: 21px;
    }
    .products .mailer-slider .mailer-slider-item-1 .advantage-slider .advantage-slider-item-block .product-slider-item-title {
        font-size: 18px !important;
        line-height: 21px!important;
    }
    .products .mailer-slider .mailer-slider-item-1 .advantage-slider .advantage-slider-item-block p {
        font-size: 12px;
        line-height: 14px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row5,
    .products .mailer-slider .mailer-slider-item-1 .row7 {
        margin-bottom: 100px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row8 {
        margin-bottom: 30px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row8 .col-12 {
        margin-bottom: 70px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row8 .col-sm-7 .button-products-1 {
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row8 .col-sm-7 .button-products-2 {
        display: block;
        margin: 0 auto;
    }
    .products .mailer-slider .mailer-slider-item-1 .products-slider {
        margin-bottom: 100px;
    }
    .products .mailer-slider .mailer-slider-item-1 .products-slider .slick-prev {
        left: -5px;
    }
    .products .mailer-slider .mailer-slider-item-1 .products-slider .slick-next {
        right: -5px;
    }
    .products .mailer-slider .mailer-slider-item-1 .products-slider .row1 p {
        text-align: center;
    }
    .products .mailer-slider .mailer-slider-item-1 .reviews__block-slider .slick-next {
        display: none !important;
    }
    .products .mailer-slider .mailer-slider-item-1 .reviews__block-slider .slick-prev {
        display: none !important;
    }
    .products .mailer-slider .mailer-slider-item-1 .reviews__block-slider .reviews__block-slider-item-block-2 p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 18px;
    }
    .products .mailer-slider .mailer-slider-item-2 .scope-list ul li p {
        font-size: 12px;
        line-height: 14px;
        max-width: 430px;
    }
    .products .mailer-slider .mailer-slider-item-2 .scope-list ul li img:first-of-type {
        right: 45px;
    }
    .products .mailer-slider .mailer-slider-item-2 .scope-list ul li img:nth-of-type(2) {
        right: 17px;
    }
    .products .mailer-slider .mailer-slider-item-2 .scope-list ul li .help-span-drop {
        right: 17px;
    }
    .products .mailer-slider .mailer-slider-item-2 .row10 {
        margin-bottom: 100px;
    }
    .products .mailer-slider .mailer-slider-item-3 .row2 p {
        font-size: 14px;
        line-height: 16px;
    }
    .products .mailer-slider .mailer-slider-item-3 .row3 .testing-form .form-check {
        left: 150px;
        width: 40%;
    }
    .products .mailer-slider .mailer-slider-item-4 .row:not(:first-of-type) {
        margin-bottom: 100px;
    }
    .products .mailer-slider .mailer-slider-item-4 .mailer__screenshots-block p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 50px;
    }
    .products .mailer-slider .mailer-slider-item-5 p {
        font-size: 14px;
        line-height: 16px;
    }
    .products .mailer-slider .mailer-slider-item-5 .row4 a {
        font-size: 14px;
        line-height: 16px;
    }
    .reviews__form {
        padding: 30px 20px;
    }
    .reviews__form .star__block {
        width: 325px;
    }
    .reviews__form .star__block .star__block-item {
        margin-right: 10px;
    }
    .reviews__form .reviews__form-block-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reviews__form .reviews__form-block-1 .reviews__form-block-1-left {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 25px;
    }
    .reviews__form .reviews__form-block-1 .reviews__form-block-1-left label {
        width: 325px;
    }
    .reviews__form .reviews__form-block-1 .reviews__form-block-1-left .button-products-1 {
        margin-right: 0;
    }
    .reviews__form .reviews__form-block-1 .reviews__form-block-1-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .reviews__form .reviews__form-block-1 .reviews__form-block-1-right label {
        width: 325px;
    }
    .reviews__form .reviews__form-block-1 .reviews__form-block-1-right textarea {
        width: 330px;
    }
    .reviews__form .reviews__form-block-2,
    .feedback__form .reviews__form-block-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reviews__form .reviews__form-block-2 .form-check {
        width: 290px;
        margin-left: 88px;
        margin-bottom: 30px;
    }
    .reviews__form .reviews__form-block-2 .button-products-1 {
        margin-right: 0;
    }
    .products-reviews__slider .slick-next,
    .products-reviews__slider .slick-prev {
        display: none !important;
    }
    .products-reviews__slider .slick-slide {
        width: 540px !important;
    }
    .products-reviews__slider .slick-track {
        opacity: 1;
        width: 2700px !important;
        -webkit-transform: translate3d(-1080px, 0px, 0px);
        transform: translate3d(-1080px, 0px, 0px);
    }
    .chat .col-sm-2 {
        padding-right: 0;
    }
    .chat .col-md-6 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .chat .col-md-6 .number {
        margin-top: 10px;
    }
    .chat .col-md-6 .number a {
        font-size: 14px;
        line-height: 16px;
    }
    .chat .col-sm-4 .chat-btn {
        max-width: 100%;
    }
    .Studio.products .studio-row {
        margin-bottom: 100px !important;
    }
    .Studio.products .studio-row .col-xl-4:first-of-type {
        margin-bottom: 60px;
    }
    .Studio.products .license__block {
        margin-bottom: 100px !important;
    }
    .Studio.products .license__block-type {
        font-size: 55px !important;
        line-height: 57px !important;
    }
    .products .reviews__block {
        margin-bottom: 120px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 575px) {
    .products .mailer-nav .row4 .mailer-nav__list-item {
        font-size: 15px !important;
    }
    .products .mailer-nav .row4 .mailer-nav__list-item:nth-child(odd) {
        margin-right: 0px;
    }
    .mailer-nav__list-item.mailer-nav__list-item-5 {
        margin-right: 13px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    .products .mailer-nav .row4 .mailer-nav__list-item:nth-child(odd) {
        margin-right: 16px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .Studio.products .studio-row {
        margin-bottom: 80px !important;
    }
    .Studio.products .studio-row .col-xl-4:first-of-type {
        margin-bottom: 60px;
    }
    .Studio.products .license__block {
        margin-bottom: 80px !important;
    }
    .Studio.products .license__block .col-sm-4:not(:last-of-type) {
        margin-bottom: 60px;
    }
    .Studio.products .license__block .license__block-price2 {
        display: block;
    }
    .Studio.products .license__block-btn {
        margin-bottom: 30px !important;
    }
    .Studio.products .license__block-bonus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .Studio.products .license__block-type {
        font-size: 55px !important;
        line-height: 57px !important;
    }
    .products .reviews__block {
        margin-bottom: 100px;
    }
    .products .row1 {
        margin-bottom: 50px;
    }
    .products .container2 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .products .container2 .row2 {
        margin-bottom: 100px;
        margin-right: -15px;
        margin-left: -15px;
    }
    .products .container2 .row2 .button-block div {
        display: none;
    }
    .products .container2 .row2 .col-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .products .container2 .row2 .col-12.col-sm-8:first-of-type {
        text-align: center;
    }
    .products .container2 .row2 .col-12.col-sm-8:first-of-type img {
        width: 100%;
        max-width: 300px;
    }
    .products .container2 .row2 .col-12:first-of-type {
        margin-bottom: 70px;
    }
    .products .container2 .row2 h1 {
        font-size: 30px;
        line-height: 37px;
    }
    .products .container2 .row2 h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .products .container2 .row2 p {
        font-size: 14px;
        line-height: 16px;
    }
    .products .container2 .row2 .col-xl-5 div a:nth-of-type(1) {
        display: block;
        margin: 0 auto;
    }
    .products .container2 .row2 .col-xl-5 div button:nth-of-type(1) {
        display: block;
        margin: 0 auto;
    }
    .products .container2 .row2 .col-xl-5 div a:nth-of-type(2) {
        display: none;
    }
    .products .container2 .row3 {
        margin-bottom: 100px;
        margin-left: 0;
        margin-right: 0;
    }
    .products .container2 .row3 .col-12:not(:last-of-type) {
        margin-bottom: 50px;
    }
    .products .mailer-nav {
        padding: 15px;
        padding-top: 20px;
        padding-bottom: 5px;
        margin-bottom: 100px;
    }
    .products .mailer-nav .row4 {
        margin-bottom: 0;
    }
    .products .mailer-nav .row4 .mailer-nav__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .products .mailer-nav .row4 .mailer-nav__list-item {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .products .mailer-nav .row4 .mailer-nav__list-item span {
        display: none;
    }
    .products .mailer-slider h3,
    .products .mailer-slider h2 {
        margin-bottom: 50px !important;
    }
    .products .mailer-slider .advantage-slider-block {
        padding: 40px 0;
    }
    .products .mailer-slider .mailer-slider-item-1 .row1 h3 {
        margin-bottom: 75px !important;
    }
    .products .mailer-slider .mailer-slider-item-1 .row2 {
        margin-bottom: 75px !important;
    }
    .products .mailer-slider .mailer-slider-item-1 .row2 .mailer-img {
        display: none;
    }
    .products .mailer-slider .mailer-slider-item-1 .row2 .col-12:first-of-type {
        margin-bottom: 75px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row3 {
        margin-bottom: 75px !important;
    }
    .products .mailer-slider .mailer-slider-item-1 .row3 .col-12:last-of-type {
        margin-bottom: 75px !important;
    }
    .products .mailer-slider .mailer-slider-item-1 .row4 {
        margin-bottom: 80px !important;
    }
    .products .mailer-slider .mailer-slider-item-1 .row4 .col-12:first-of-type {
        margin-bottom: 75px !important;
    }
    .products .mailer-slider .mailer-slider-item-1 .row5 {
        margin-bottom: 100px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row6 h3 {
        margin-bottom: 50px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row7 {
        margin-bottom: 100px;
    }
    .products .mailer-slider .mailer-slider-item-1 .advantage-slider .slick-next {
        right: -7px;
    }
    .products .mailer-slider .mailer-slider-item-1 .advantage-slider .slick-prev {
        left: -7px;
    }
    .products .mailer-slider .mailer-slider-item-1 .advantage-slider-block {
        margin-bottom: 100px;
    }
    .products .mailer-slider .mailer-slider-item-1 .advantage-slider-block .row1 h3 {
        margin-bottom: 40px !important;
    }
    .products .mailer-slider .mailer-slider-item-1 .advantage-slider-block .row2 {
        margin-bottom: 0 !important;
    }
    .products .mailer-slider .mailer-slider-item-1 .advantage-slider-block .advantage-slider-item-block {
        width: 210px;
    }
    .products .mailer-slider .mailer-slider-item-1 .advantage-slider-block .advantage-slider-item-block h4 {
        font-size: 18px;
        line-height: 21px;
    }
    .products .mailer-slider .mailer-slider-item-1 .advantage-slider-block .advantage-slider-item-block .product-slider-item-title {
        font-size: 18px !important;
        line-height: 21px !important;
    }
    .products .mailer-slider .mailer-slider-item-1 .advantage-slider-block .advantage-slider-item-block p {
        font-size: 12px;
        line-height: 14px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row8 {
        margin-bottom: 100px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row8 .col-12:first-of-type {
        margin-bottom: 70px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row8 .col-12:first-of-type img {
        max-width: 200px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row8 .col-12:last-of-type h4 {
        text-align: center;
    }
    .products .mailer-slider .mailer-slider-item-1 .row8 .col-12:last-of-type .button-products-1 {
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .products .mailer-slider .mailer-slider-item-1 .row8 .col-12:last-of-type .button-products-2 {
        display: block;
        margin: 0 auto;
    }
    .products .mailer-slider .mailer-slider-item-1 .row8 .reviews a {
        font-size: 12px;
        line-height: 14px;
    }
    .products .mailer-slider .mailer-slider-item-1 .products-slider {
        margin-bottom: 100px;
    }
    .products .mailer-slider .mailer-slider-item-1 .products-slider .slick-next {
        top: 34%;
        right: -7px;
        z-index: 100;
    }
    .products .mailer-slider .mailer-slider-item-1 .products-slider .slick-prev {
        top: 34%;
        left: -7px;
        z-index: 100;
    }
    .products .mailer-slider .mailer-slider-item-1 .products-slider .row1 {
        margin-bottom: 50px !important;
    }
    .products .mailer-slider .mailer-slider-item-1 .products-slider .row1 p {
        text-align: center;
    }
    .products .mailer-slider .mailer-slider-item-1 .products-slider .row2 {
        margin-bottom: 0;
    }
    .products .mailer-slider .mailer-slider-item-1 .products-slider .row2 .col-12 {
        margin-bottom: 0;
    }
    .products .mailer-slider .mailer-slider-item-1 .products-slider .products-slider-block img {
        width: 240px;
    }
    .products .mailer-slider .mailer-slider-item-2 .scope-list ul li p {
        font-size: 12px;
        line-height: 14px;
        max-width: 250px;
    }
    .products .mailer-slider .mailer-slider-item-2 .scope-list ul li {
        padding: 17px 10px;
    }
    .products .mailer-slider .mailer-slider-item-2 .scope-list ul li img {
        width: 12px;
        height: 12px;
    }
    .products .mailer-slider .mailer-slider-item-2 .scope-list ul li img:first-of-type {
        top: 18px;
        right: 22px;
    }
    .products .mailer-slider .mailer-slider-item-2 .scope-list ul li img:nth-of-type(2) {
        top: 18px;
        right: 5px;
    }
    .products .mailer-slider .mailer-slider-item-2 .scope-list ul li .help-span-drop {
        right: 5px;
    }
    .products .mailer-slider .mailer-slider-item-2 .row3 {
        margin-top: 0;
    }
    .products .mailer-slider .mailer-slider-item-2 .row10 {
        margin-bottom: 100px;
    }
    .products .mailer-slider .mailer-slider-item-3 .row2 p {
        font-size: 14px;
        line-height: 16px;
    }
    .products .mailer-slider .mailer-slider-item-3 .row3 .testing-form .form-check {
        left: 25px;
        width: 75%;
    }
    .products .mailer-slider .mailer-slider-item-3 .row3 .testing-form {
        max-width: 290px;
    }
    .products .mailer-slider .mailer-slider-item-4 .row:not(:first-of-type) {
        margin-bottom: 100px;
    }
    .products .mailer-slider .mailer-slider-item-4 .mailer__screenshots-block p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 50px;
    }
    .products .mailer-slider .mailer-slider-item-4 .row9 .col-12 {
        -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;
    }
    .products .mailer-slider .mailer-slider-item-4 .row9 .col-12 .button-products-1 {
        margin: 0 auto;
    }
    .products .mailer-slider .mailer-slider-item-4 .row9 .col-12 .button-products-2 {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .products .mailer-slider .mailer-slider-item-5 p {
        font-size: 14px;
        line-height: 16px;
    }
    .products .mailer-slider .mailer-slider-item-5 .row4 a {
        font-size: 14px;
        line-height: 16px;
    }
    .products .mailer-slider .mailer-slider-item-6 {
        margin-bottom: 100px;
    }
    .reviews__form {
        padding: 30px 20px;
    }
    .reviews__form .star__block {
        width: 100%;
    }
    .reviews__form .star__block .star__block-item {
        margin-right: 10px;
    }
    .reviews__form .reviews__form-block-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reviews__form .reviews__form-block-1 .reviews__form-block-1-left {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 25px;
    }
    .reviews__form .reviews__form-block-1 .reviews__form-block-1-left label {
        width: 100%;
    }
    .reviews__form .reviews__form-block-1 .reviews__form-block-1-left .button {
        margin-right: 0;
        width: 100%;
    }
    .reviews__form .reviews__form-block-1 .reviews__form-block-1-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .reviews__form .reviews__form-block-1 .reviews__form-block-1-right label {
        width: 100%;
    }
    .reviews__form .reviews__form-block-1 .reviews__form-block-1-right textarea {
        width: 100%;
    }
    .reviews__form .reviews__form-block-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reviews__form .reviews__form-block-2 .form-check,
    .feedback__form .reviews__form-block-2 .form-check {
        width: 100%;
        margin-left: 9px;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .reviews__form .reviews__form-block-2 .button-products-1 {
        margin-right: 0;
    }
    .products-reviews__slider {
        max-width: 290px;
        margin: 0 auto;
    }
    .products-reviews__slider .slick-dots li button:before {
        top: 10px;
    }
    .products-reviews__slider .products-reviews__slider-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    .products-reviews__slider .products-reviews__slider-item p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .products-reviews__slider .slick-next,
    .products-reviews__slider .slick-prev {
        display: none !important;
    }
    .products-reviews__slider .slick-slide {
        width: 290px !important;
    }
    .products-reviews__slider .slick-track {
        opacity: 1;
        width: 1450px !important;
        -webkit-transform: translate3d(-580px, 0px, 0px);
        transform: translate3d(-580px, 0px, 0px);
    }
    .chat {
        margin-top: 70px;
    }
    .chat .col-sm-2 {
        text-align: center;
        margin-bottom: 15px;
    }
    .chat .col-sm-6 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin-bottom: 68px;
    }
    .chat .chat-vector {
        right: 20px;
    }
    .footer_content_help-item a {
        font-size: 16px;
    }
    .reviews__block {
        margin-bottom: 130px;
    }
    .reviews__block h3 {
        margin-bottom: 50px;
    }
    .reviews__block .reviews__block-slider .slick-next,
    .reviews__block .reviews__block-slider .slick-prev {
        display: none !important;
    }
    .reviews__block .reviews__block-slider .reviews__block-slider-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reviews__block .reviews__block-slider .reviews__block-slider-item .reviews__block-slider-item-block-1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .reviews__block .reviews__block-slider .reviews__block-slider-item .reviews__block-slider-item-block-1 span {
        font-size: 14px;
        line-height: 16px;
    }
    .reviews__block .reviews__block-slider .reviews__block-slider-item .reviews__block-slider-item-block-1 .profession {
        margin: 15px 0;
    }
    .reviews__block .reviews__block-slider .reviews__block-slider-item .reviews__block-slider-item-block-2 {
        width: 100%;
    }
    .reviews__block .reviews__block-slider .reviews__block-slider-item .reviews__block-slider-item-block-2 .reviewsAll-btn {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .reviews__block .reviews__block-slider .reviews__block-slider-item .reviews__block-slider-item-block-2 .reviews-link-1 {
        font-size: 12px;
        line-height: 14px;
        margin-top: 20px;
        margin-bottom: 0px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .reviews__block .reviews__block-slider .reviews__block-slider-item .reviews__block-slider-item-block-2 .reviews-link-1 a {
        font-size: 12px;
        line-height: 14px;
    }
    .reviews__block .reviews__block-slider .reviews__block-slider-item .reviews__block-slider-item-block-2 .reviews-link-2 {
        font-size: 12px;
        line-height: 14px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .reviews__block .reviews__block-slider .reviews__block-slider-item .reviews__block-slider-item-block-2 p {
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.products .row4 .mailer-nav__list-item span {
    position: absolute;
    cursor: auto;
}

.LeadExtractor.products .row4 .mailer-nav__list-item a {
    color: white;
}

.LeadExtractor.products .button-products-2 {
    border: 2px solid #00ADEE;
    color: #333333;
}

.LeadExtractor.products .button-products-2:hover {
    background-color: #00ADEE !important;
    color: #FFFFFF !important;
}

.LeadExtractor.products .slick-slider .slick-arrow i {
    color: #00ADEE;
}

.LeadExtractor.products .reviews__form {
    border: 1px solid #00ADEE;
}

.LeadExtractor.products .reviews__form-block-2 .form-check .my-checkbox .my-checkbox-target-2 {
    background: #00ADEE;
}

.LeadExtractor.products .products-reviews__slider-item {
    border-bottom: 1px solid #00ADEE;
}

.LeadExtractor.products .reviews__block-slider .slick-dots li button:before {
    color: #00ADEE;
}

.LeadExtractor.products .products-reviews__slider .slick-dots li button:before {
    top: 40px;
    font-size: 10px;
    color: #00ADEE;
}

.LeadExtractor.products .mailer-slider-item-3 .row3 .testing-form .form-check .my-checkbox .my-checkbox-target-1 {
    background: #00ADEE;
}

.LeadExtractor.products .products-reviews__slider .slick-dots li.slick-active button:before {
    color: #00ADEE;
}

.LeadExtractor.products .mailer-slider-item-2 .scope-list ul li:nth-child(odd) {
    background: rgba(0, 173, 238, 0.1);
}

.LeadExtractor.products .row2 h1 {
    color: #1062AA;
}

.Studio.products .row2 h1 {
    color: #5C3C15;
}

.Studio.products .mailer-slider-item-2 .scope-list ul li:nth-child(odd) {
    background: rgba(255, 231, 53, 0.1);
}

.Studio.products .mailer-nav {
    background: #FFE735;
}

.Studio.products .studio-title {
    padding-top: 20px;
}

.Studio.products .studio-row {
    margin-bottom: 120px;
}

.Studio.products .studio__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.Studio.products .studio__block img {
    margin-right: 25px;
    width: 65px;
}

.Studio.products .studio__block a {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #1062AA;
    display: inline-block;
    margin-bottom: 10px;
}

.Studio.products .studio__block p {
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    min-height: 40px;
}

.Studio.products .studio__block:not(:last-of-type) {
    margin-bottom: 60px;
}

.Studio.products .mailer-slider .mailer-slider-item-1 .row2 {
    position: relative;
    margin-bottom: 100px;
}

.Studio.products .mailer-slider .mailer-slider-item-1 .row3 {
    margin-bottom: 100px;
}

.Studio.products .mailer-slider .mailer-slider-item-1 .row4 {
    margin-bottom: 100px;
}

.Studio.products .advantage-slider-block .row2 {
    margin-bottom: 0 !important;
}

.Studio.products .license__block {
    margin-bottom: 120px;
}

.Studio.products .license__block .col-lg-10 p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 70px;
}

.Studio.products .license__block-type {
    font-weight: 500;
    font-size: 64px;
    line-height: 66px;
    text-align: center;
    color: #FFE735;
    display: inline-block;
    margin-bottom: 5px;
}

.Studio.products .license__block-text {
    font-weight: 500;
    font-size: 21px;
    line-height: 23px;
    text-align: center;
    color: #333333;
    margin-bottom: 40px;
}

.Studio.products .license__block-price1 {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #333333;
    display: inline-block;
    margin-bottom: 10px;
}

.Studio.products .license__block-price2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #1062AA;
    display: inline-block;
    margin-bottom: 40px;
}

.Studio.products .license__block-btn {
    max-width: 260px;
    padding: 15px;
    display: inline-block;
    text-align: center;
    width: 100%;
    background: #1062AA;
    border-radius: 45px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.Studio.products .license__block-btn:hover {
    background: #F7B916;
    color: #1062AA;
    text-decoration: none;
}

.Studio.products .license__block-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.Studio.products .license__block-bonus img {
    margin-right: 13px;
}

.Studio.products .license__block-bonus span {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    text-align: left;
}

.Studio.products .button-products-2 {
    border: 2px solid #FFE735;
    color: #333333;
}

.Studio.products .button-products-2:hover {
    background-color: #FFE735 !important;
    color: #1062AA !important;
}

.Studio.products .slick-slider .slick-arrow i {
    color: #FFE735;
}

.Studio.products .reviews__form {
    border: 1px solid #FFE735;
}

.Studio.products .reviews__form-block-2 .form-check .my-checkbox .my-checkbox-target-2 {
    background: #FFE735;
}

.Studio.products .products-reviews__slider-item {
    border-bottom: 1px solid #FFE735;
}

.Studio.products .reviews__block-slider .slick-dots li button:before {
    color: #FFE735;
}

.Studio.products .products-reviews__slider .slick-dots li button:before {
    color: #FFE735;
}

.Studio.products .mailer-slider-item-3 .row3 .testing-form .form-check .my-checkbox .my-checkbox-target-1 {
    background: #FFE735;
}

.Studio.products .products-reviews__slider .slick-dots li.slick-active button:before {
    color: #FFE735;
}

.prices .breadcrumb-item+.breadcrumb-item::before {
    background: url(/wp-content/themes/epochta.ru/assets/img/breadcrumb-arrow-2.svg) 50% 50%/cover no-repeat;
    color: #6FC6AD;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #6FC6AD;
}

.prices .container1 {
    margin-bottom: 105px;
}

.prices .row1 {
    margin-bottom: 80px;
}

.prices .row1 h1 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
}

.prices .row1 h2 {
    margin-bottom: 80px;
}

.prices .row1 p {
    margin-top: 80px;
    font-size: 18px;
    line-height: 21px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333333;
}

.prices .row2 {
    margin-bottom: 40px;
}

.prices .row2 .prices__block-item.blocked {
    color: #81859C !important;
}

.prices .row2 .prices__block-item.blocked a,
.prices .row2 .prices__block-item.blocked p,
.prices .row2 .prices__block-item.blocked span {
    color: #81859C !important;
}

.prices .row2 .prices__block-item.blocked .prices__block-item-title-img img:first-of-type {
    display: none;
}

.prices .row2 .prices__block-item.blocked .prices__block-item-title-img img:last-of-type {
    display: block;
}

.prices .row2 .prices__block-item.blocked .prices__block-item-amount-minus,
.prices .row2 .prices__block-item.blocked .prices__block-item-amount-plus {
    display: none;
}

.prices__block {
    background: #FFFFFF;
    border: 2px solid #E6E7EB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
}

.prices__block-item {
    padding: 35px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.prices__block-item-cross {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.prices__block-item-title {
    padding-left: 22px;
    padding-right: 22px;
    width: 30%;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prices__block-item-title-helper {
    display: none;
    width: 18px;
    height: 18px;
    border: 2px solid #81859C;
    border-radius: 50%;
}

.prices__block-item-title-helper-item {
    position: relative;
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    color: #81859C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prices__block-item-title-helper-item.active .prices__block-item-title-helper-item-popup {
    display: block;
}

.prices__block-item-title-helper-item-popup {
    display: none;
    position: absolute;
    top: 26px;
    left: -50px;
    background: #F7F7F7;
    border-radius: 10px;
    width: 250px;
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    z-index: 9999;
}

.prices__block-item-title-helper-item-popup img {
    position: absolute;
    top: -10px;
    left: 50px;
}

.prices__block-item-title-helper-item span {
    font-size: 13px !important;
    line-height: 14px !important;
    margin-top: 0 !important;
    color: #81859C !important;
}

.prices__block-item-title-img {
    width: 46px;
    margin-right: 15px;
}

.prices__block-item-title-img img:last-of-type {
    display: none;
}

.prices__block-item-title-img.blocked img:first-of-type {
    display: none;
}

.prices__block-item-title-img.blocked img:last-of-type {
    display: block;
}

.prices__block-item-title span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333333;
    margin-top: 5px;
}

.prices__block-item-title a {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
}

.prices__block-item-description {
    width: 37%;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 22px;
    padding-right: 22px;
}

.prices__block-item-description a {
    display: none;
}

.prices__block-item-description .prices__block-item-title-img {
    display: none;
}

.prices__block-item-description p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.prices__block-item-amount {
    padding-left: 22px;
    padding-right: 22px;
    width: 13%;
    text-align: center;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}

.prices__block-item-amount-minus {
    cursor: pointer;
    margin-right: 8px;
    color: #E6E7EB;
}

.prices__block-item-amount-plus {
    cursor: pointer;
    margin-left: 8px;
    color: #1062AA;
}

.prices__block-item-price {
    min-height: 80px;
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 22px;
    padding-right: 22px;
    position: relative;
}

.prices__block-item-price-block {
    position: relative;
}

.prices__block-item-price-hidden {
    display: none;
    position: absolute;
    top: -20px;
    left: 0px;
}

.prices__block-item-price-hidden span {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #333333 !important;
}

.prices__block-item-price span {
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #1062AA;
}

.prices__block-item-price-order {
    font-weight: bold;
    font-size: 18px !important;
    line-height: 21px !important;
    color: #333333 !important;
    margin-right: 15px;
}

.prices__block-item-basket {
    width: 43px;
    height: 43px;
    background: #E6E7EB;
    border-radius: 45px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prices__block-item-basket-counter {
    display: none;
    font-weight: bold;
    font-size: 18px !important;
    line-height: 21px;
    color: #1062AA;
    position: absolute;
    top: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.prices__block-item-refill {
    width: 33%;
    padding-left: 22px;
    padding-right: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 5px;
}

.prices__block-item-refill-input {
    width: 135px;
}

.prices__block-item-refill-input span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    display: inline-block;
    margin-bottom: 8px;
}

.prices__block-item-refill-input input {
    border: 2px solid #1062AA;
    border-radius: 45px;
    padding: 12px;
    width: 100%;
    font-weight: bold;
    font-size: 21px;
    line-height: 22px;
    text-align: center;
    color: #1062AA;
    outline: none;
}

.prices__block-item-refill-input input::-moz-placeholder {
    color: #1062AA;
    /* Цвет подсказывающего текста */
}

.prices__block-item-refill-input input::-webkit-input-placeholder {
    color: #1062AA;
}

.prices__block-item-refill-input input:-ms-input-placeholder {
    color: #1062AA;
}

.prices__block-item-refill-input input::-ms-input-placeholder {
    color: #1062AA;
}

.prices__block-item-refill-input input::placeholder {
    color: #1062AA;
}

.prices__block-item-refill-input input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

.prices__block-item-refill-input input:focus::-moz-placeholder {
    color: transparent !important;
}

.prices__block-item-refill-input input:focus:-moz-placeholder {
    color: transparent !important;
}

.prices__block-item-refill-input input:focus:-ms-input-placeholder {
    color: transparent !important;
}

.prices__block-item>div:not(:last-of-type) {
    border-right: 2px solid #E6E7EB;
}

.prices__block-item-popup {
    opacity: 0;
    width: 660px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    background: #4AE4E4;
    border-radius: 3px;
    padding: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}

.prices__block-item-popup-text {
    position: relative;
    cursor: default;
}

.prices__block-item-popup-text span {
    cursor: default;
}

.prices__block-item-popup-text span:last-of-type {
    display: none;
}

.prices__block-item-popup-text.active span:first-of-type {
    display: none;
}

.prices__block-item-popup-text.active span:last-of-type {
    display: block;
}

.prices__block-item-popup .fas {
    font-size: 31px;
    position: absolute;
    right: 241px;
    bottom: -18px;
    color: #4AE4E4;
}

.prices__block-item:not(:last-of-type) {
    border-bottom: 2px solid #E6E7EB;
}

.prices .row3 {
    margin-bottom: 40px;
}

.prices .row3 .prices__block-item-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.prices .row3 .prices__block-item-description {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prices .row3 .prices__block-item-description-subscription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prices .row3 .prices__block-item-description-subscription .period {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.prices .row3 .prices__block-item-description-subscription .discount {
    position: absolute;
    right: 40px;
    top: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FF6341;
}

.prices .row3 .prices__block-item-description-subscription .my-checkbox {
    margin-right: 15px;
}

.prices .row3 .prices__block-item-description-subscription:first-of-type {
    margin-bottom: 15px;
}

.prices .row3 .prices__block-item.blocked {
    color: #81859C !important;
}

.prices .row3 .prices__block-item.blocked a,
.prices .row3 .prices__block-item.blocked p,
.prices .row3 .prices__block-item.blocked span {
    color: #81859C !important;
}

.prices .row3 .prices__block-item.blocked .prices__block-item-title-img img:first-of-type {
    display: none;
}

.prices .row3 .prices__block-item.blocked .prices__block-item-title-img img:last-of-type {
    display: block;
}

.prices .row3 .prices__block-item.blocked .prices__block-item-amount-minus,
.prices .row3 .prices__block-item.blocked .prices__block-item-amount-plus {
    display: none;
}

.prices .row3 .prices__block-item.blocked .my-checkbox {
    display: none !important;
}

.prices .row3 .prices__block-item.blocked .my-checkbox-hidden {
    height: 20px;
    width: 20px;
    border: 2px solid #81859C;
    border-radius: 50%;
    margin-right: 15px;
}

.prices .row4 {
    margin-bottom: 80px;
}

.prices .row4 .prices__block-item.blocked {
    color: #81859C !important;
}

.prices .row4 .prices__block-item.blocked a,
.prices .row4 .prices__block-item.blocked p,
.prices .row4 .prices__block-item.blocked span {
    color: #81859C !important;
}

.prices .row4 .prices__block-item.blocked input {
    border-color: #81859C;
    color: #81859C !important;
    background-color: transparent !important;
}

.prices .row4 .prices__block-item.blocked input::-moz-placeholder {
    color: #81859C;
    /* Цвет подсказывающего текста */
}

.prices .row4 .prices__block-item.blocked input::-webkit-input-placeholder {
    color: #81859C;
}

.prices .row4 .prices__block-item.blocked input:-ms-input-placeholder {
    color: #81859C;
}

.prices .row4 .prices__block-item.blocked input::-ms-input-placeholder {
    color: #81859C;
}

.prices .row4 .prices__block-item.blocked input::placeholder {
    color: #81859C;
}

.prices .row5 {
    margin-bottom: 100px;
}

.prices .row5 p {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #333333;
}

.prices .row6 {
    margin-bottom: 140px;
}

.prices .row6 .col-xl-3 img {
    margin-bottom: 25px;
}

.prices .row6 .col-xl-3 p {
    width: 63%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
}

.prices .row6 .col-xl-3 p a {
    color: #333333;
}

.prices .row6 .col-xl-3 p a:hover {
    color: #1062AA;
    text-decoration: none;
}

.prices .row6 .col-xl-3:first-of-type {
    margin-bottom: 80px;
}

.prices .payment__block {
    display: none;
    margin-bottom: 50px;
    padding-top: 85px;
    position: relative;
}

.prices .payment__block-item-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.prices .payment__block-item-price {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prices .payment__block-item-price span:first-of-type {
    margin-right: 90px;
}

.prices .payment__block-item-discount {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 2px solid #1062AA;
    margin-top: 60px;
}

.prices .payment__block-item-discount-promo {
    visibility: hidden;
}

.prices .payment__block-item-discount-item {
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.prices .payment__block-item-discount-item span {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
}

.prices .payment__block-item-discount p {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
}

.prices .payment__block-item-discount p span {
    color: #333333;
}

.prices .payment__block-item-discount-price {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.prices .payment__block-item-discount-price p {
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #1062AA;
}

.prices .payment__block-item-discount-price span {
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #1062AA;
}

.prices .payment__block-item-discount-price span:first-of-type {
    margin-right: 170px;
}

.prices .payment__block-item:first-of-type {
    width: 40%;
}

.prices .payment__block-item:first-of-type p {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
}

.prices .payment__block-item:last-of-type {
    width: 60%;
}

.prices .payment__block-item:last-of-type .input-1 {
    color: #333333;
    border-color: #1062AA;
}

.prices .payment__block-item:last-of-type .input-1::-moz-placeholder {
    color: #333333;
    /* Цвет подсказывающего текста */
}

.prices .payment__block-item:last-of-type .input-1::-webkit-input-placeholder {
    color: #333333;
}

.prices .payment__block-item:last-of-type .input-1:-ms-input-placeholder {
    color: #333333;
}

.prices .payment__block-item:last-of-type .input-1::-ms-input-placeholder {
    color: #333333;
}

.prices .payment__block-item:last-of-type .input-1::placeholder {
    color: #333333;
}

.prices .payment__block-item:last-of-type .input-1.blocked {
    color: #E6E7EB;
    border-color: #E5E5E5;
}

.prices .payment__block-item:last-of-type .button-products-2 {
    color: #1062AA;
    border-color: #1062AA;
    outline: none;
}

.prices .payment__block-item:last-of-type .button-products-2.blocked {
    color: #E6E7EB;
    border-color: #E5E5E5;
}

.prices .payment__block-item:last-of-type .button-products-2.blocked:hover {
    cursor: auto;
    color: #E6E7EB;
    background: transparent;
}

.prices .payment__block-item:last-of-type .button-products-2:hover {
    color: #FFFFFF;
    background: #1062AA;
}

.prices .payment__smallBlock {
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 80px;
}

.prices .payment__smallBlock p {
    font-weight: bold;
    font-size: 21px;
    line-height: 22px;
    color: #1062AA;
    min-width: 100px;
}

.prices .payment__smallBlock p:first-of-type {
    margin-right: 150px;
}

.prices .payment__smallBlock p:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.prices .payment__smallBlock p:last-of-type span:first-of-type {
    margin-right: 5px;
}

.prices #price,
.prices #totalPrice {
    margin: 0;
}

.prices .fixed__basket {
    display: none;
    background: #FFFFFF;
    border: 2px solid #1062AA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    position: fixed;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 25px 15px;
    min-width: 165px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.prices .fixed__basket-text {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
    margin-bottom: 12px;
}

.prices .fixed__basket-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}

.prices .fixed__basket-block span {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
}

.prices .fixed__basket-link {
    display: block;
    width: 100%;
    background: #F7B916;
    border-radius: 45px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 10px;
    color: #1062AA;
}

.prices .fixed__basket-link:hover {
    text-decoration: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .prices .fixed__basket {
        display: none !important;
    }
    .prices .prices__block-item-popup {
        width: 650px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .prices .fixed__basket {
        display: none !important;
    }
    .prices__block-item-title {
        padding: 0 18px;
        width: 34%;
    }
    .prices__block-item-description {
        padding: 0 18px;
        width: 28%;
    }
    .prices__block-item-amount {
        padding: 0 18px;
    }
    .prices__block-item-price {
        padding: 0 18px;
        width: 25%;
    }
    .prices__block-item-popup {
        width: 474px;
    }
    .prices__block-item-popup .fas {
        right: 218px;
    }
    .prices .row3 .prices__block-item-description-subscription .discount {
        right: 65px;
        top: 69px;
    }
    .prices__block-item-refill {
        width: 38%;
    }
    .prices__block-item-refill-input {
        width: 115px;
    }
    .prices .row6 .col-xl-3 p {
        width: 100%;
    }
    .prices .payment__block {
        padding-top: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prices .payment__block-item {
        width: 100% !important;
    }
    .prices .payment__block-item:first-of-type {
        margin-bottom: 40px;
    }
    .prices .payment__block .payment__block-item-price {
        right: -94px;
    }
    .prices .payment__block .payment__block-item-discount {
        left: 94px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .prices .fixed__basket {
        display: none !important;
    }
    .prices .row2 .prices__block-item-title {
        display: none;
    }
    .prices .prices__block-item-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
        padding-left: 68px;
        padding-right: 15px;
        width: 53%;
    }
    .prices .prices__block-item-description a {
        display: block;
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        color: #1062AA;
        margin-bottom: 10px;
    }
    .prices .prices__block-item-description .prices__block-item-title-img {
        display: block;
        position: absolute;
        top: 15px;
        left: 14px;
    }
    .prices .prices__block-item-amount {
        padding: 0 15px;
        width: 15%;
    }
    .prices .prices__block-item-price {
        padding: 0 15px;
        width: 32%;
    }
    .prices .prices__block-item-popup {
        width: 536px;
    }
    .prices .prices__block-item-popup .fas {
        right: 204px;
    }
    .prices .row3 .prices__block-item-title {
        padding: 0 15px;
        width: 53%;
    }
    .prices .row3 .prices__block-item-description {
        display: none;
        padding: 0 15px;
        width: 33%;
    }
    .prices .row4 .prices__block-item-title {
        display: none;
    }
    .prices .row4 .prices__block-item-refill {
        padding: 0 15px;
        width: 47%;
    }
    .prices .row4 .prices__block-item-refill-input {
        width: 115px;
    }
    .prices .row6 .col-xl-3 p {
        width: 100%;
    }
    .prices .payment__block {
        padding-top: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prices .payment__block-item {
        width: 100% !important;
    }
    .prices .payment__block-item:first-of-type {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .prices .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .prices .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .prices .col-12 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .prices .container1 {
        margin-bottom: 0px;
    }
    .prices .row1 p {
        font-size: 14px;
        line-height: 16px;
    }
    .prices .row2 {
        margin-bottom: 0;
    }
    .prices .row2 .prices__block {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .prices .row3 {
        margin-top: -2px;
        margin-bottom: -4px;
    }
    .prices .row3 .prices__block {
        border-radius: 0;
    }
    .prices .row3 .prices__block-item-title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .prices .row3 .prices__block-item-title p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 60px;
    }
    .prices .row3 .prices__block-item-title-description {
        display: none;
    }
    .prices .row4 .prices__block {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .prices .fixed__basket {
        display: none !important;
    }
    .prices .prices__block-item {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .prices .prices__block-item-popup {
        top: -16px;
        width: 100%;
    }
    .prices .prices__block-item-popup .fas {
        display: none;
        right: 144px;
    }
    .prices .prices__block-item-title {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 10px;
        width: 40%;
    }
    .prices .prices__block-item-title-helper {
        display: block;
    }
    .prices .prices__block-item-title a {
        width: 60px;
        font-size: 16px;
        line-height: 19px;
    }
    .prices .prices__block-item-title .prices__block-item-title-img {
        display: none;
    }
    .prices .prices__block-item-description {
        display: none;
    }
    .prices .prices__block-item-amount {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 10px;
        width: 17%;
    }
    .prices .prices__block-item-amount span {
        margin: 0;
    }
    .prices .prices__block-item-amount-minus {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .prices .prices__block-item-amount-value {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-size: 18px;
        line-height: 23px;
    }
    .prices .prices__block-item-amount-plus {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .prices .prices__block-item-price {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 10px;
        width: 43%;
    }
    .prices .prices__block-item-price span {
        font-size: 16px;
        line-height: 18px;
    }
    .prices .prices__block-item-basket {
        width: 38px;
        height: 38px;
        margin-left: 8px;
    }
    .prices .prices__block-item-basket img {
        max-width: 100%;
    }
    .prices .prices__block-item-basket-counter {
        top: -11px;
    }
    .prices .row4 {
        margin-bottom: 50px;
    }
    .prices .row4 .prices__block-item-refill {
        width: 60%;
        padding: 0 10px;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .prices .row4 .prices__block-item-refill-money {
        width: 38px;
        height: 38px;
    }
    .prices .row4 .prices__block-item-refill-input {
        width: 45%;
    }
    .prices .row4 .prices__block-item-refill-input input {
        font-size: 16px;
        line-height: 17px;
        padding: 9px;
    }
    .prices .row4 .prices__block-item-refill-input span {
        position: absolute;
        left: 10px;
        top: -21px;
        font-size: 11px;
        line-height: 12px;
    }
    .prices .row4 .prices__block-item-refill .prices__block-item-basket {
        margin: 0;
    }
    .prices .row6 {
        margin-bottom: 90px;
    }
    .prices .row6 .col-xl-3:first-of-type {
        margin-bottom: 50px;
    }
    .prices .row6 .col-xl-3 p {
        font-size: 15px;
        width: 100%;
    }
    .prices .row6 .col-xl-3 {
        margin-bottom: 50px;
    }
    .prices .payment__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 60px;
    }
    .prices .payment__block .payment__block-item-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .prices .payment__block .payment__block-item-price span {
        margin: 0;
    }
    .prices .payment__block-item:first-of-type {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .prices .payment__block-item:last-of-type {
        width: 100%;
        text-align: center;
    }
    .prices .payment__block-item:last-of-type .payment__block-item-buttons {
        -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;
    }
    .prices .payment__block-item:last-of-type .payment__block-item-buttons input {
        margin-bottom: 30px;
    }
    .prices .payment__block .payment__block-item-discount {
        margin-top: 40px;
    }
    .prices .payment__block .payment__block-item-discount-promo {
        text-align: left;
    }
    .prices .payment__block .payment__block-item-discount-promo #promocod {
        display: block;
    }
    .prices .payment__smallBlock {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .prices .payment__smallBlock p {
        margin-right: 0 !important;
    }
    .prices .payment__form {
        margin-bottom: 80px;
    }
    .prices .payment__form-block p {
        width: 90%;
    }
    .prices .payment__form-item {
        -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;
    }
    .prices .payment__form-item input {
        margin-bottom: 30px;
    }
    .prices .row5 {
        margin-bottom: 80px;
    }
}

.order .prices__block-item-description-small p:last-of-type {
    display: none;
}

.order .prices__block.refill .prices__block-item-description {
    width: 30%;
}

.order .prices__block.refill .prices__block-item-price {
    width: 40%;
}

.order .payment__smallBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order .row2 {
    margin-bottom: 0;
}

.order .row2 .prices__block {
    margin-bottom: 40px;
}

.order .row3 {
    margin-bottom: 80px;
}

.order .row3 .col-12:first-of-type p {
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    margin-bottom: 40px;
    text-align: inherit;
}

.order__price__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    margin-bottom: 40px;
}

.order__price__discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
    padding-bottom: 20px;
    border-bottom: 2px solid #1062AA;
    margin-bottom: 40px;
}

.order__price__discount .promo {
    color: #333333;
    display: block;
}

.order__price__totalWithDiscount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #1062AA;
}

.order .row4 {
    margin-bottom: 140px;
}

.order .row5 {
    margin-bottom: 80px;
}

.order .payment__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.paymentMethod {
    margin-bottom: 140px;
}

.paymentMethod .row {
    margin-bottom: 120px;
}

.paymentMethod .row .col-xl-10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.paymentMethod__block {
    width: 165px;
    height: 165px;
    padding: 30px 20px;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #E5E5E5;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 0 35px;
}

.paymentMethod__block:first-of-type {
    margin-bottom: 70px;
}

.paymentMethod__block img {
    display: none;
}

.paymentMethod__block img:first-of-type {
    display: inline-block;
}

.paymentMethod__block p {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #807E7E;
}

.paymentMethod__block.active {
    border-color: #1062AA;
}

.paymentMethod__block.active p {
    color: #1062AA;
}

.paymentMethod__block.active img:first-of-type {
    display: none;
}

.paymentMethod__block.active img:last-of-type {
    display: inline-block;
}

.paymentMethod .slick-arrow:before {
    display: none;
}

.paymentMethod .slick-arrow i {
    font-size: 25px;
    color: #1062AA;
}

.paymentMethod .paymentMethod-slider {
    margin-bottom: 120px;
}

.paymentMethod .paymentMethod-slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
}

.paymentMethod__form {
    margin-bottom: 140px;
}

.paymentMethod__form-border {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1062AA;
    display: none;
}

.paymentMethod__form form {
    position: relative;
}

.paymentMethod__form h2 {
    margin-bottom: 80px;
}

.paymentMethod__form p {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    position: relative;
    margin-bottom: 50px;
}

.paymentMethod__form p span {
    font-weight: bold;
    color: #1062AA;
}

.paymentMethod__form p img {
    position: absolute;
    left: -55px;
    top: -9px;
}

.paymentMethod__form .email__block {
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-bottom: 2px solid #1062AA;
}

.paymentMethod__form .email__block label {
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}

.paymentMethod__form .email__block span {
    font-size: 14px;
    line-height: 16px;
    color: #1062AA;
    margin-left: 30px;
}

.paymentMethod__form__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.paymentMethod__form__block label {
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}

.paymentMethod__form__block label span {
    color: #1062AA;
}

.paymentMethod__form__block input {
    font-size: 14px;
    line-height: 16px;
    width: 292px;
    text-align: left;
    padding: 15px 25px;
}

.paymentMethod__form .form-check {
    padding: 0;
    margin-top: 80px;
    margin-bottom: 80px;
}

.paymentMethod__form .form-check .my-checkbox {
    position: absolute;
    left: -35px;
    top: 2px;
}

.paymentMethod__form .form-check .my-checkbox-target {
    background: #F7B916;
}

.paymentMethod__form .form-check .my-checkbox-target.checked {
    display: block;
}

.paymentMethod__form .form-check .form-check-input {
    left: 2px;
    top: 2px;
    margin: 0;
}

.paymentMethod__form .form-check p {
    font-size: 12px;
    line-height: 13px;
    color: #333333;
}

.paymentMethod__form .form-check p a {
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.paymentMethod__form button {
    display: block;
    margin: 0 auto;
}

.paymentMethod__form-element.fiz-form {
    display: none;
}

.paymentMethod__form-element.small-form {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .order .paymentMethod__block {
        margin: 0 33px;
    }
    .order .paymentMethod__block:first-of-type {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .order .paymentMethod__block {
        width: 150px;
        height: 150px;
        margin: 0 15px;
        padding: 20px 15px;
    }
    .order .paymentMethod__block:first-of-type {
        margin-bottom: 50px;
    }
    .order .paymentMethod__form p img {
        width: 30px;
        height: 30px;
        top: -4px;
        left: -40px;
    }
    .order .paymentMethod__form__block input {
        width: 260px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .order .prices__block-item-description-small p:first-of-type {
        display: none;
    }
    .order .prices__block-item-description-small p:last-of-type {
        display: block;
    }
    .order .prices__block.refill .prices__block-item-description {
        width: 53%;
    }
    .order .paymentMethod__block {
        width: 120px;
        height: 120px;
        padding: 10px;
        margin: 0 7px;
    }
    .order .paymentMethod__block img {
        max-width: 100%;
    }
    .order .paymentMethod__block p {
        font-size: 12px;
        line-height: 14px;
    }
    .order .paymentMethod__block:first-of-type {
        margin-bottom: 50px;
    }
    .order .paymentMethod__form .email__block span {
        display: inline-block;
        width: 35%;
        font-size: 14px;
        line-height: 16px;
        color: #1062AA;
        margin-left: 30px;
    }
    .order .paymentMethod__form p {
        padding-left: 30px;
    }
    .order .paymentMethod__form p img {
        width: 30px;
        height: 30px;
        top: -4px;
        left: -5px;
    }
    .order .paymentMethod__form .form-check .my-checkbox {
        left: -6px;
        top: 2px;
    }
    .order .paymentMethod__form__block input {
        width: 260px;
    }
    .order .row3 .prices__block-item-title {
        display: none;
    }
    .order .row3 .prices__block-item-description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
        padding-left: 68px;
        padding-right: 15px;
        width: 53%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .order .row1 {
        margin-bottom: 80px;
    }
    .order .prices__block-item-cross {
        right: 5px;
        top: 5px;
        width: 20px;
    }
    .order .row2 .prices__block-item-title p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 60px;
    }
    .order .row2 .prices__block-item-title-description {
        display: none;
    }
    .order .row2 .prices__block-item-amount {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 22%;
    }
    .order .row2 .prices__block-item-amount span {
        font-size: 16px;
    }
    .order .row2 .prices__block-item-price {
        width: 38%;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .order .prices__block.refill .prices__block-item-description {
        width: 53%;
    }
    .order .paymentMethod {
        margin-bottom: 80px;
    }
    .order .paymentMethod .row {
        margin-bottom: 50px;
    }
    .order .paymentMethod .row .col-xl-10:first-of-type {
        margin-bottom: 0px;
    }
    .order .paymentMethod .row .col-xl-10 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 330px;
    }
    .order .paymentMethod .row .col-xl-10 .paymentMethod__block {
        width: 90px;
        height: 90px;
        padding: 10px;
        margin: 0 5px;
        margin-bottom: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .order .paymentMethod .row .col-xl-10 .paymentMethod__block img {
        max-width: 100%;
    }
    .order .paymentMethod .row .col-xl-10 .paymentMethod__block p {
        font-size: 11px;
        line-height: 13px;
    }
    .order .paymentMethod .row .col-xl-10 .paymentMethod__block:nth-of-type(1) img {
        display: none;
    }
    .order .paymentMethod .row .col-xl-10 .paymentMethod__block:nth-of-type(2) img {
        display: none;
    }
    .order .paymentMethod .row .col-xl-10 .paymentMethod__block:nth-of-type(3) img {
        display: none;
    }
    .order .paymentMethod .row .col-xl-10 .paymentMethod__block:nth-of-type(4) img {
        max-width: 80% !important;
    }
    .order .paymentMethod .row .col-xl-10 .paymentMethod__block:nth-of-type(6) img {
        max-width: 80% !important;
    }
    .order .paymentMethod .row .col-xl-10 .paymentMethod__block:nth-of-type(7) img {
        max-width: 60% !important;
    }
    .order .paymentMethod .row .col-xl-10 .paymentMethod__block:nth-of-type(7) p {
        margin-bottom: 10px;
    }
    .order .paymentMethod .paymentMethod__form {
        margin-bottom: 80px;
    }
    .order .paymentMethod .paymentMethod__form p {
        font-size: 14px;
        line-height: 16px;
        padding-left: 35px;
    }
    .order .paymentMethod .paymentMethod__form p img {
        left: 0px;
        top: 0;
        width: 28px;
    }
    .order .paymentMethod .paymentMethod__form-border {
        display: block;
        top: 172px;
    }
    .order .paymentMethod .paymentMethod__form .email__block {
        max-width: 260px;
        margin: 0 auto;
        margin-bottom: 50px;
        border: none;
    }
    .order .paymentMethod .paymentMethod__form .email__block span {
        font-size: 12px;
        line-height: 14px;
        margin-left: 0;
        display: block;
        margin: 0 auto;
    }
    .order .paymentMethod .paymentMethod__form .paymentMethod__form__block {
        max-width: 260px;
        margin: 0 auto;
    }
    .order .paymentMethod .paymentMethod__form .paymentMethod__form__block input {
        max-width: 260px;
    }
    .order .paymentMethod .paymentMethod__form .paymentMethod__form__block-item {
        margin-bottom: 20px;
    }
    .order .paymentMethod .paymentMethod__form .form-check {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .order .paymentMethod .paymentMethod__form .form-check .my-checkbox {
        left: 5px;
    }
    .order .paymentMethod .paymentMethod__form .form-check p {
        font-size: 11px;
        line-height: 13px;
    }
    .order .paymentMethod .paymentMethod__form-element .email__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .order .paymentMethod .paymentMethod__form-element .email__block input {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .order .paymentMethod .paymentMethod__form-element .paymentMethod__form__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .order .row3 .col-12:first-of-type p {
        font-size: 14px;
        line-height: 16px;
    }
    .order .prices__block.refill .prices__block-item-price {
        width: 60%;
    }
}

.error404 {
    height: 100vh;
}

.error404 .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.error404 .col-xl-5 img {
    max-width: 100%;
}

.error404 .col-xl-5 img:last-of-type {
    display: none;
}

.error404 .error {
    margin-bottom: 35px;
}

.error404__list {
    list-style: none;
    margin-top: 50px;
    margin-bottom: 75px;
}

.error404__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.error404__list-item img {
    margin-right: 8px;
}

.error404__list-item a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.error404__list-item:not(:last-child) {
    margin-bottom: 20px;
}

.error404-img {
    position: relative;
}

.error404-img img:last-of-type {
    position: absolute;
    bottom: 0;
    left: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .error404 .error404__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error404 .error {
        margin-bottom: 20px;
    }
    .error404 .error404__list {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .error404 .error404__list-item:not(:last-child) {
        margin-bottom: 15px;
    }
    .error404 .error404-img img:last-of-type {
        left: 165px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .error404 .col-xl-5 img:first-of-type {
        width: 330px;
    }
    .error404 .error {
        margin-bottom: 15px;
    }
    .error404 .error404__list-item:not(:last-child) {
        margin-bottom: 10px;
    }
    .error404 .error404__list {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .error404 .error404__list-item a {
        font-size: 16px;
    }
    .error404 .error404-img img:first-of-type {
        width: 80px;
    }
    .error404 .error404-img img:last-of-type {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .error404 .row .col-xl-5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    .error404 .row .col-xl-5 img:first-of-type {
        width: 245px;
    }
    .error404 .row .col-xl-5 img:last-of-type {
        display: inline-block;
        width: 58px;
    }
    .error404 .error {
        margin-bottom: 15px;
    }
    .error404 .error404__list {
        width: 160px;
        margin: 0 auto;
        margin-bottom: 0;
    }
    .error404 .error404__list-item a {
        font-size: 16px;
    }
    .error404 .error404__list-item:not(:last-child) {
        margin-bottom: 10px;
    }
    .error404 .error404__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px;
    }
    .error404 .error404-img img {
        display: none;
    }
}

.grecaptcha-badge {
    display: none !important;
}

.left-block {
    width: 30%;
}

.right-block {
    width: 70%;
}

@media screen and (max-width: 576px) {
    .left-block {
        width: 100%;
    }
    .right-block {
        width: 100%;
    }
    .feedback__form .reviews__form-block-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.thanks {
    z-index: -1;
    margin-top: 80px;
}

.thanks .row:first-of-type .col-12 {
    position: relative;
}

.thanks .row:first-of-type .col-12 .title-img {
    position: absolute;
    right: 15px;
    top: 0;
}

.thanks .row:first-of-type .col-12 .title-border {
    position: absolute;
    left: 80px;
    top: 42px;
}

.thanks h1 {
    font-weight: 700 !important;
    font-size: 36px !important;
    ;
    line-height: 40px !important;
    ;
    margin-bottom: 80px !important;
    ;
    font-family: 'Montserrat', sans-serif !important;
    ;
}

.thanks h1,
.thanks h2 {
    margin-bottom: 80px !important;
}

.thanks a {
    color: #1062AA;
}

.thanks-description {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    margin-bottom: 80px;
}

.thanks-description a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1062AA;
}

.thanks-descriptionSmall {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    margin-bottom: 80px;
}

.thanks .thanksSlider {
    margin-bottom: 140px;
}

.thanks .thanksSlider .slick-arrow:before {
    display: none;
}

.thanks .thanksSlider .slick-arrow i {
    font-size: 25px;
    color: #1062AA;
}

.thanks .faq__block {
    background: #FFFFFF;
    border: 2px solid #1062AA;
    border-radius: 6px;
    margin-bottom: 140px;
}

.thanks .faq__block-item {
    padding: 35px 45px;
}

.thanks .faq__block-item:not(:last-child) {
    border-bottom: 2px solid #1062AA;
}

.thanks .faq__block-item-description {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    cursor: pointer;
}

.thanks .faq__block-item-description-hidden {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    padding-top: 35px;
    display: none;
}

.thanks .faq__block-item-description .fas {
    color: #1062AA;
    position: absolute;
    right: 0;
    top: 3px;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.thanks .faq__block-item-description.active {
    color: #1062AA;
}

.thanks .faq__block-item-description.active .fas {
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}

.thanks .home {
    margin-bottom: 160px;
}

.thanks .products {
    margin-bottom: 140px;
}

.thanks .products .reviews__form {
    border: 1px solid #1062AA;
}

.thanks .products .reviews__form .my-checkbox-target-2 {
    background: #F7B916;
}

#testing-form #input-sms-wrapper {
    display: flex;
    flex-direction: column;
}

#testing-form #input-sms-wrapper input {
    align-self: center;
}

.default .breadcrumb-item+.breadcrumb-item::before {
    background: url(/wp-content/themes/epochta.ru/assets/img/breadcrumb-arrow-2.svg) 50% 50%/cover no-repeat;
    color: #6FC6AD;
}

.not-default .breadcrumb-item+.not-default .breadcrumb-item::before {
    background: url(/wp-content/themes/epochta.ru/assets/img/breadcrumb-arrow.svg) 50% 50%/cover no-repeat;
    color: white;
}

.routes-rate li {
    text-align: center !important;
}

.routes-rate li:first-child {
    text-align: start !important;
}

.api-item {
    display: flex;
    justify-content: center;
    align-items: center
}

.signup-wrapper .input-1 {
    border: 2px solid #1062AA;
    color: #807E7E;
    margin-right: 28px;
}

.signup-wrapper .input-1::placeholder {
    color: #807E7E;
}

.signup-wrapper form {
    padding-top: 20px;
    padding-left: 120px;
}

#get-started-logo {
    margin-left: -20px;
    margin-top: -5px;
    margin-right: 110px;
}

.whatsup-get-started-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #333333;
    margin-bottom: 20px;
}

.signup-wrapper {
    margin: 135px auto 127px auto;
    height: 163px;
    background: rgba(37, 211, 102, 0.2);
    border-radius: 81.5px;
}

.row-default,
.row-reverse {
    margin-bottom: 83px;
}

.whatsup-container {
    max-width: 1170px;
}

.whatsup_subtitle {
    margin-bottom: 78px !important;
}

.wrapper-default .features_list_wrapper {
    padding-left: 36px;
    padding-top: 36px;
}

.features_list {
    max-width: 406px;
    margin-top: 36px;
    color: #1062AA;
}

.features_list li span {
    color: #333333;
}

.wrapper-reverse .features_list li::before {
    margin-left: -26px;
}

.features_list li {
    font-size: 16px;
    line-height: 24px;
}

.features_list_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #1062AA;
}

.wrapper-reverse,
.wrapper-default {
    padding-top: 43.5px;
}

.wrapper-reverse {
    padding-left: 45px;
}

.whatsup-format-img {
    margin-bottom: 36px;
}

.whatsup-format-title,
.rates-table-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #1062AA;
}

.rates-table-title {
    margin-bottom: 40px;
}

.whatsup-format-title {
    margin-bottom: 36px;
}

.whatsup-format-text {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.rates-table {
    margin-bottom: 0;
    border: 2px solid #25D366;
    border-radius: 6px;
    font-size: 16px;
    line-height: 62px;
    border-collapse: separate;
    border-spacing: 0;
}

.rates-table tr,
.rates-table td {
    border: 1px solid #25D366;
}

.rates-ps {
    margin-top: 40px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.wrapper-default {
    padding-left: 112px;
}

@media screen and (max-width: 992px) {
    .row-reverse {
        flex-direction: column-reverse;
    }
    .wrapper-reverse {
        padding-left: 30px;
    }
    .list-col {
        display: flex;
        justify-content: center;
    }
    .wrapper-default {
        padding-left: 30px;
    }
    .table-responsive {
        max-width: 500px;
        margin: auto;
        padding-bottom: 30px;
    }
    .rates-table-title {
        text-align: center;
    }
    .rates-ps {
        margin: 0;
    }
    .whatsup-format-img {
        margin-top: 30px;
    }
    .whatsup_subtitle {
        margin-bottom: 48px !important;
    }
    .whatsup_subtitle {
        margin-bottom: 80px;
    }
    .logo-col {
        display: none;
    }
    .signup-wrapper form {
        padding-left: 0;
    }
}

@media screen and (max-width: 1147px) and (min-width: 993px) {
    .table td {
        padding: 0;
    }
}

@media screen and (max-width: 627px) {
    .signup-wrapper {
        height: auto;
        padding: auto;
        border-radius: 50px;
    }
    .signup-wrapper .input-1 {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .signup-wrapper form {
        padding-bottom: 20px;
    }
}

.popup__block {
    display: none;
    position: relative;
    z-index: 99999;
    margin: 1.75rem auto;
    background: #fff;
    border-radius: 12px;
    max-height: 800px;
    width: 400px;
}

.popup__block-title {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    margin-top: 63px;
    margin-bottom: 22px;
}

.popup__block-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #1062AA;
    text-align: center;
    margin-bottom: 24px;
}

.popup__block-line {
    margin: auto;
    border-radius: 12px;
    width: 69px;
    height: 3px;
    background-color: #F7B916;
}

.popup__block-img {
    margin-top: 24px;
}

.popup__block-cross {
    width: 16px;
    height: 15px;
    position: absolute;
    top: 24px;
    right: 22px;
    background-image: url(/wp-content/themes/epochta.ru/assets/img/popup-cross.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
}

.blackout {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 5;
    display: none;
    overflow: auto;
}

.blackout.zindex99999 {
    z-index: 99999;
}

.popup__block a {
    color: #0056b3;
}

@media screen and (max-width: 500px) {
    .popup__block {
        width: 300px;
    }
    .popup__block-img {
        max-width: 100%;
        height: auto;
        margin-top: 62px;
    }
    .popup__block_review img {
        margin: 0 !important;
    }
}

.sms-popup {
    margin: 57px auto 0 auto;
    width: 275px;
    height: 343px;
    background-image: url(/wp-content/themes/epochta.ru/assets/img/popup-bg-2.svg);
    background-repeat: no-repeat;
}

.sms-popup .popup__block-title {
    margin: 0;
    padding-top: 121px;
}

.sms-popup .popup__block-text {
    margin: 28px 20px 27px 20px;
}

.sms-limit-popup .popup__block-title {
    margin: 0;
    margin-top: 63px;
    margin-bottom: 26px;
}

.sms-limit-popup .popup__block-text {
    margin: 0;
    margin-bottom: 19px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.sms-limit-popup .popup__block-img {
    margin: 0;
    margin-top: 44px;
}

.reviews-popup .popup__block-img {
    margin: 0;
    max-width: 100%;
    margin-left: 16px;
    border-bottom-left-radius: 16px 16px;
}

.popup__block_review {
    border-bottom-right-radius: initial;
}

.popup__block_review img {
    margin: 0;
    margin-left: 10px;
}

.popup__block_ask_question {
    border-bottom-right-radius: initial;
}

.popup__block_ask_question img {
    margin: 0;
    margin-left: 10px;
}

.update-license {
    padding-bottom: 0 !important;
}

.update-license p {
    margin-bottom: 40px !important;
}

.update-license .inp-contacts {
    width: 231px;
    height: 50px;
    margin-right: 28px;
}

.update-license .button-products-1 {
    width: 231px;
    height: 50px;
}

.update-license .container .row {
    padding-top: 38px;
}

@media screen and (max-width: 540px) {
    .update-license .inp-contacts {
        margin-right: 0;
    }
}

.discount-percent {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-left: -50px;
    position: absolute;
}

.buy-package {
    margin-top: 20px;
}

.price-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.action-block {
    margin: auto;
}

.old-price {
    font-size: 18px !important;
    line-height: 21px !important;
    text-decoration-line: line-through !important;
    -webkit-text-decoration-line: line-through !important;
    color: #333333 !important;
}

.current-price {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #1062AA;
}

.product-description {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding-top: 8px;
}

.product-info .product-name {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
}

.products-block .product-img {
    margin: auto;
}

.product-info {
    margin: auto;
}

.products-block {
    margin-bottom: 31px;
    max-width: 262px;
    ;
    min-height: 143px;
}

.products-row {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 134px;
}

.products-row .products-block {
    border: 2px solid #E6E7EB;
    box-sizing: border-box;
    border-radius: 6px;
}

.programs-packages-bg {
    background-color: #F7B916;
    ;
}

.programs-packages h1 {
    margin-top: 59px;
    margin-bottom: 68px;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 59px;
    color: #fff;
}

.programs-packages__desription,
.packages-description {
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 69px;
}

.programs-packages .introduction-title {
    justify-content: center;
}

.programs-packages .introduction-title img {
    margin-right: 30px;
}

.packages-container-intro {
    max-width: 975px !important;
}

.packages-container {
    max-width: 975px !important;
    margin-top: 57px !important;
}

.packages-container h2 {
    color: #1062AA;
}

.packages-name {
    margin-bottom: 72px;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #333333;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .programs-packages h1,
    .programs-packages h2 {
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width: 992px) {
    .programs-packages .introduction-title img {
        display: none;
    }
    .products-block {
        margin-left: auto;
        margin-right: auto;
    }
    .action-block .row {
        text-align: center;
    }
    .products-row {
        margin-bottom: 90px;
    }
}

@media screen and (min-width: 1056px) {
    .action-block img {
        margin-left: -30px;
    }
}

.documents a:not(.button),
.faqs-item-answer__content a {
    color: #1062AA;
}

.prices__block-item-refill-input input:disabled {
    background: #fff;
}

.mailing_content-title,
.bonus-title {
    width: 520px !important;
    font-family: 'Roboto', sans-serif !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: 35px !important;
    color: #333 !important;
}

.commission_info {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    color: #333333 !important;
}

.header-search {
    margin-bottom: 7px;
    position: relative;
    width: 300px;
    margin-left: auto;
}

.inp-header-search {
    outline: none;
    width: 100%;
    height: 30px;
    padding: 0 40px 0 22px;
    border: 2px solid #1062AA;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    color: #1062AA;
}

.inp-header-search::-webkit-input-placeholder {
    color: #7F7E7E;
}

.inp-header-search::-moz-placeholder {
    color: #7F7E7E;
}

.inp-header-search:-ms-input-placeholder {
    color: #7F7E7E;
}

.inp-header-search:-moz-placeholder {
    color: #7F7E7E;
}

.btn-header-search {
    background-color: transparent;
    outline: none;
    border: none;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 19px;
    margin-top: -11px;
    cursor: pointer;
}

.btn-header-search svg {
    display: block;
    stroke: #1062AA;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .header-search {
        width: 200px;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-perspective: 1000px;
        perspective: 1000px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

@media all and (max-width: 782px) {
    .header-search{
        display: none;
        background: #fff;
        position: absolute;
        z-index: 999;
        top: 70px;
        left: 0;
        width: 100%;
        padding: 10px 30px;
    }
    .btn-header-search {
        right: 42px;
    }
}


/* cart fix */

.buy-studio .buy-studio-benefits__text {
    line-height: 27px;
}

.buy-studio-benefits__item {
    margin-bottom: 10px;
}

.buy-btn__add-basket span {
    color: #fff;
}

.buy-studio .buy-btn__add-basket {
    padding: 7px 40px;
}

.buy-studio a.buy-btn__add-basket {
    margin-bottom: 0;
}

.buy-studio .buy-btn__in-basket {
    display: flex;
    align-items: center;
    position: relative;
}

.buy-studio .buy-btn__in-basket {
    position: relative;
}

.buy-studio .buy-btn__in-basket:hover svg path {
    fill: #1062AA;
}

.buy-studio .buy-studio-list__text li {
    padding-left: 0;
}

.buy-studio-list__text {
    margin-left: 20px;
}

.buy-product .buy-product__list>li {
    padding-left: 0;
}

.buy-product .buy-product__list {
    margin-left: 20px;
}

.buy-product .buy-btn__add-basket {
    padding: 7px 4px;
}

.buy-product .buy-product__description {
    margin-bottom: 5px;
}

.buy-product .buy-btn__in-basket {
    display: flex;
    align-items: center;
    position: relative;
}

.buy-product .buy-btn__in-basket:hover svg path {
    fill: #1062AA;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .buy-studio .buy-btn__in-basket svg {
        position: relative;
        left: 0;
    }
    .buy-studio .buy-btn__in-basket {
        justify-content: center;
    }
    .buy-product .buy-btn__in-basket {
        justify-content: center;
    }
    .buy-product .buy-btn__in-basket svg {
        position: relative;
        left: 0;
    }
}

.buy-radio input {
    display: none;
}

.buy-product__top a:hover {
    text-decoration: none;
}

.cart-product-qty__btn {
    background: transparent;
}

.cart .cart-summary .btn {
    padding: 14px 20px;
}

.cart .related-item__price:hover {
    color: inherit;
    text-decoration: none;
}

.cart .slick-arrow:before {
    content: none;
}

.cart .cart-price,
.cart .cart-summary__price {
    font-weight: 600;
}

.atompark-checkout__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div.atompark-checkout__col:nth-child(1) {
    width: 100%;
    max-width: 658px;
}

div.atompark-checkout__col:nth-child(2) {
    width: 100%;
    max-width: 370px;
}

.atompark-checkout .payment-group {
    min-height: 150px;
}

.atompark-checkout .atompark-checkout-summary__product {
    margin-bottom: 10px;
}

.submitBuyBtn {
    color: #fff !important;
    background: #1062AA !important;
    opacity: 1 !important;
    border-radius: 45px;
}

.btn:hover span {
    color: #1062AA;
}

.buy-products .buy-product__action {
    color: #0070C9 !important;
    text-decoration: underline !important;
}

.btn-submit:disabled {
    background-color: #E8EBF2 !important;
    border: #E8EBF2 !important;
    color: #333333 !important;
}

@media screen and (max-width: 992px) {
    .buy-studio-list__img img {
        width: 100%;
    }
    .buy-product__img img {
        object-fit: contain;
    }
}
