 @font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('../fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Italic'), local('Roboto-Italic'), url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('../fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('../fonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('../fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('../fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin'), local('Roboto-Thin'), url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}



/*
@font-face {
  font-family: 'BYN';
  src: url('../fonts/Yfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
} */


@font-face {
    font-family: 'BYN';
    src: url('../fonts/BNBY.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    min-width: 320px;
    flex-direction: column;
}

.header {
    -moz-user-select: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding-left: 55px;
    /* color: #5f6368; */
    padding: 32px 0px;
}

a {
    text-decoration: none;
}

figure {
    margin: 0px;
}

header figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

h1 {
    margin: 0px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0px;
}

.main-content {
    height: 100%;
    width: 100%;
    padding: 60px 0px 0px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.main-content header {
    padding: 0px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.logo {
    width: 248px;
}
.footer-content .logo {
    width: 215px;
}
.header-content figure:before {
    position: absolute;
    bottom: -18px;
    background: url("../img/athome.svg") no-repeat;
    background-size: contain;
    content: ' ';
    display: inline-block;
    height: 15px;
    width: 80px;
}
.dop {
    padding-left: 25px;
    margin-top: 20px;
    box-sizing: border-box;
}

.grey {
   color: #979797;
}

.menu {}

.menu li {
    margin-left: 18px;
    position: relative;
}

.menu li:last-child {
    margin-left: 16px;
}

.menu li a {
    font-size: 21px;
    color: #333333;
}

.menu li:first-child {
    margin-left: 0px;
}

.menu ul {
    padding-right: 45px;
}

section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 138px 50px;
    overflow-x: hidden;
}

section:first-child {
    padding: 90px 50px 222px 50px;
}
section:first-child .information-description p {
    font-size: 30px;
    line-height: 35px;
}
section:nth-child(even) {
    background: #F9F9F9;
}
section:nth-child(even) .device {
    width: 50%;
    padding: 0px 0px 0px 96px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
section:nth-child(even) .information {
    width: 50%;
}
section:nth-child(2) {
    padding: 118px 0px 159px 0px;
}
section:nth-child(3) {
    padding: 138px 50px;
}
section:nth-child(4) {
    padding: 168px 0px 109px 0px;
}
section:nth-child(5) {
    padding: 134px 50px 143px 50px;
}
section.section__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.information,
.device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.information {
    padding-top: 100px;
    width: 60%;
    box-sizing: border-box;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.device {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 35px;
}
main section:first-child .device figure:after{
    content: '';
    width: 452px;
    height: 88px;
    position: absolute;
    background: -o-radial-gradient(50% 50% at 50% 50%, rgba(160, 160, 160, 0.25) 37.5%, rgba(255, 255, 255, 0) 95.31%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(160, 160, 160, 0.25) 37.5%, rgba(255, 255, 255, 0) 95.31%);
    bottom: -42px;
    left: -88px;
}

.device figure {
    width: 275px;
    height: 535px;
    position: relative;
}
.device img.mobile {
    position: absolute;
    top: 0px;
    right: -17px;
    width: auto;
    height: auto;
    z-index: -1;
    height: 624px;
}
.device img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.device figure video {
    position: absolute;
    top: 17px;
    left: 22px;
    z-index: 0;
    height: 500px;
    background-color: white;
}
.main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-title img {
    margin-left: 20px;
    width: 347px;
    position: relative;
    top: 2px;
}

.information h1 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 56px;
    position: relative;
    color: #333333;
}

.information h1 span {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-size: 48px;
    line-height: 56px;
}

.information h1 img {
    width: 347px;
    position: absolute;
    left: 43px;
    bottom: 0;
}

.main-description p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin: 0px;
    width: 480px;
}

.main-description {
    height: 100%;
    -webkit-flex: 0;
    flex-grow: 1;
}

.menu li a.orange-bold {
    font-weight: 500;
    color: #FF9800;
}
.orange-normal {
    font-weight: 400;
    color: #FF9800;
}
.orange {
    color: #FF9800 !important;
}
.comments {
    margin-top: 11px;
}
.comments p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 0px;
}
.comments img {
    height: 30px;
    width: 30px;
    margin-right: 12px;
}
.comments img:last-child {
    margin-right: 0px;
}
.header-content,
.footer-content {
    width: 1118px;
    position: relative;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section-content {
    width: 1118px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.section__slider .section-content {
    width: 100%;
}
.information-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #FF9800;
}
h1.information-h1 {
    margin-bottom: 27px;
}
.information h2 {
    margin-bottom: 10px;
}
.information-description {
    width: 506px;
}
.information-description p {
    font-size: 20px;
    line-height: 23px;
    margin: 0px;
    font-weight: 400;
}
.orange-bold {
    font-weight: 500;
    color: #FF9800;
}
.information-ul {
    padding: 0px;
    display: block;
}
.information-ul li {
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* .information-ul li::before {
    content: "\2022";
    color: #F89828;
    font-weight: bold;
    display: inline-block;
    width: 12px;
    margin-left: -1em;
    font-size: 19px;
} */
.information-ul li::before {
    content: url('../img/check.svg');
    display: inline-block;
    width: 12px;
    margin-right: 12px;
}
.final-section .information-description p {
    line-height: 30px;
}
.final-section .information-description {
    width: 450px;
}
.final-section .section-content .information {
    padding-top: 56px;
}
.final-section h1.information-h1 {
    margin-bottom: 32px;
}
footer {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
    padding: 24px 50px 0px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -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;
}
.footer-content {
    margin-bottom: 22px;
}

.applications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.app {
    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;
    width: 125px;
    height: 177px;
    margin-left: 30px;
}
.app:first-child {
    margin: 0px;
}
.app img {
    width: 100%;
}
.app a {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.up-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 65px;
    height: 65px;
    padding-top: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    bottom: -102px;
    left: -211px;
    right: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.up-button img {
    height: 28px;
    width: 28px;
}
.final-section .information-ul {
    margin-bottom: 65px;
}
.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1118px;
}
.contacts-phone,
.contacts-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0;
    flex-shrink: 0;
    -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
}
.contacts-phone span,
.contacts-email span {
    font-size: 18px;
    line-height: 21px;
    color: #FF9800;
    font-weight: 500;
}
.contacts-phone span {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
span.contacts-phone-codes {
    font-weight: 400;
}
.contacts-phone img,
.contacts-email img {
    margin-right: 9px;
    height: 16px;
    width: 16px;
    position: relative;
}
.contacts-email img {
    height: 23px;
    width: 23px;
    bottom: 2px;
}
.contacts-phone img {
    margin-right: 5px;
    top: 1px;
}
.contacts-email {
    margin-left: 38px;
}
.slider__item .comments {
    width: 506px;
    margin-top: 20px;
}
.green {
    color: #3FB300;
}
.green-bold {
    font-weight: 500;
    color: #3FB300;
    font-size: 24px;
}
.p-for-figure {
    font-size: 20px;
    margin: 0px 0px 29px 0px;
}
.byn {
    font-family: 'BYN', sans-serif;
}
.usd {
    font-weight: 400;
    /* font-size: 30px; */
}
.contacts-info {
    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;
}
.social {
    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;
}
.social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 16px;
    margin-left: 15px;
}
.social-icon:first-child {
    margin: 0px;
}
.social-icon img {
    height: 100%;
}
.social .social-icon:first-child img {
    height: 26px;
    position: relative;
    bottom: 4px;
}
.social .social-icon:last-child img {
    height: 26px;
    position: relative;
    top: -1px;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.device figure .background-img {
    width: 231px;
    height: 500px;
    position: absolute;
    top: 17px;
    left: 22px;
    z-index: 0;
}
.symbol .information-title {
    width: 600px;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}
.symbol .information-description {
    line-height: initial;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-top: 5px;
}
.symbol h1.information-h1 {
    margin-bottom: 64px;
}
.comments .asterisk {
    font-size: 12px;
    position: relative;
    bottom: 6px;
}
.flags {
    display: flex;
}
.symbols-container {
    display: flex;
}
.symbol-block {
    width: 158px;
    height: 183px;
    border: 1px solid #DADADA;
    border-radius: 10px;
    cursor: pointer;
}
.symbol-block:last-child {
    margin-left: 50px;
}
.symbol-img img {
    width: 100%;
    height: 100%;
}
.symbol-vote-block {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.symbol-vote-count {
    margin-right: 6px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
}
.heart {
    background: none;
    border: none;
    cursor: pointer;
    outline:none;
}
.heart span {
    font-size: 21px;
    color: #c0c1c3;
}
.humb {
    transition: opacity .3s;
    display: none;
    cursor: pointer;
}
.btn-humb {
    position: relative;
    width: 28px;
    height: 32px;
}
.icon {
    top: 50%;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333333;
    transition: .5s;
    display: inline-block;
    vertical-align: middle;
}
.btn-humb .icon:before,
.btn-humb .icon:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333333;
    transition: .5s;
    width: 21px;
}
.btn-humb .icon:before {
    top: -7px;
}
.btn-humb .icon:after {
    bottom: -7px;
}
.mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 310px;
    height: 100vh;
    z-index: 1150;
    /* background: #FF9800; */
    overflow-x: hidden;
    overflow-y: auto;
    /* visibility: hidden; */
    display: block;
    transform: translateX(100%);
    transition: transform .5s ease;
    will-change: transform,background-color,visibility;
    /* background: rgba(255, 255, 255, 0.75); */
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    /* backdrop-filter: blur(54.3656px); */
    /* -webkit-backdrop-filter: blur(54.3656px); */
}

.mobile-nav__item.root-item {
    transform: translateX(0);
}
.mobile-nav__item.opened,
.mobile-nav__item.root-item {
    display: flex;
    visibility: visible;
    flex-direction: column;
}
.mobile-nav__item {
    min-height: 100vh;
    /* background: #FF9800; */
    transition: transform .4s ease;
    display: block;
    visibility: visible;
    transform: translateX(100%);
    padding: 60px 20px 30px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.mobile-nav-head {
    display: flex;
    align-items: center;
    margin-bottom: 55px;
}
.mobile-nav .header__top-item {
    padding-bottom: 50px;
}
.mobile-nav-close-container {
    position: relative;
    width: 28px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.mobile-nav-close {
    height: 2px;
    width: 100%;
    background: #333333;
    transition: .5s;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.mobile-nav-close:after,
.mobile-nav-close:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333333;
    transition: .5s;
    width: 21px;
}
.mobile-nav-close:before {
    top: -7px;
}
.mobile-nav-close:after {
    bottom: -7px;
}
.menu-mobile {
    margin-bottom: 27px;
}
.menu-item {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 35px;
    color: #333333;
}
.menu-item a {
    display: flex;
    align-items: center;
    color: #333333;
    height: 100%;
    width: 100%;
}
.m-open-menu {
    overflow: hidden;
}
.mobile-nav_mobile.mobile-nav-move {
    transform: translateX(0);
}
.symbol-img {
    display: flex;
}
.discuss {

}
.discuss-form-container {
    display: none;
    position: fixed;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #00000054;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 60px;
    box-sizing: border-box;
    cursor: pointer;
    min-width: 320px;
    top: 0;
}
.discuss-form {
    background-color: white;
    height: 61%;
    cursor: default;
    padding: 0px 22px 0px 41px;
    box-sizing: border-box;
    position: relative;
    overflow-y: auto;
    border-radius: 15px;
    width: 608px;
}
.discuss-f {
    padding: 41px 10px 41px 0;
    overflow-y: auto;
    height: 100%;
}
.show {
    display: flex;
}
section:first-child .main-description h2 {
    margin-bottom: 10px;
}
.symbol .information-description p {
    font-size: 23px;
    line-height: 27px;
}
.symbol .information-title {
    margin-top: 37px;
}
.symbol .main-title {
    margin: 0px 0px 20px 0px;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
}
.contacts-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    width: 1118px;
    align-items: flex-end;
}
.contacts {
    height: 33px;
    width: 481px;
}
.for-applications {
}
footer {
    padding: 25px 50px 25px 50px;
}
.symbol h1.information-h1 {
    margin-bottom: 24px;
}
.symbol .device {
    width: 30%;
}
.symbol .information {
    width: 70%;
}
.symbol .information-description {
    width: 650px;
}
.symbol a {
    cursor: pointer;
    font-size: 23px;
    line-height: 27px;
    font-weight: 500;
}
.discuss-form .main-title {
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}
footer .app {
    height: auto;
    width: 150px;
}
section:first-child .information h1 {
    margin-top: 4px;
}
section:first-child .applications {
    margin-bottom: 30px;
}
a.discuss {
    font-weight: 500;
}
.social-icon {
    height: 22px;
}
.discuss-form .main-title img {
    margin-left: 0px;
    width: 254px;
}
.modal-close {
    position: absolute;
    top: 17px;
    right: 23px;
    width: 12px;
    height: 12px;
    background: transparent;
    cursor: pointer;
}
.modal-close:after,
.modal-close:before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 12px;
    width: 2px;
    /* background-color: #E3E9ED; */
    content: '';
    display: block;
    margin: -3px 0 0 -1px;
    background: #cecece;
}
.modal-close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.discuss-form .main-description p {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}
.discuss-form .main-description p:last-child {
    margin-bottom: 48px;
}
.discuss-form .img-block {
    display: block;
    margin: 22px 0px;
    width: 100%;
}
.discuss-form .bill {
    margin: 32px 0px;
}
.discuss-form .img-block img {
    max-width: 100%;
    display: -webkit-box;
    margin: 0 auto;
}
.m-open-menu {
    overflow: hidden;
}
.symbol-y {
    font-family: "BYN";
}
a.anchor-login {
    content: url(../img/login.svg);
    position: absolute;
    bottom: 0px;
}
.pop-up {
    display: flex;
    width: 284px;
    height: 159px;
    position: absolute;
    right: 63px;
    bottom: 63px;
    background: #FFFFFF;
    border: 1px solid rgba(220, 220, 222, 0.4);
    box-sizing: border-box;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    z-index: 99999999;
    flex-direction: column;
    position: fixed;
}
.pop-up-main-block {
    padding: 25px 31px 0px 31px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex-grow: 1;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.15); */
}
.pop-up-main-block .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FF9800;
    margin-bottom: 5px;
}
.pop-up-main-block .description {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
}
.pop-up-main-block .description .green {
    font-weight: 600;
}
.pop-up-link {
    font-weight: 500;
    font-size: 18px;
    height: 46px;
    width: 284px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3FB300;
    position: absolute;
    bottom: -1px;
    left: -1px;
    border-radius: 0 0 15px 15px;
}
.pop-up-link a {
    color: white;
}
.close-button {
    content: url(../img/close.svg);
    position: absolute;
    width: 10px;
    height: 10px;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
/* .information-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    padding: 0px 38px;
    color: #3FB300;
    border: 1px solid #3FB300;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    position: absolute;
    bottom: 83px;
} */
.information-button {
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 83px;
    padding: 0px 38px;
    height: 55px;
    color: #3FB300;
    background-image: none;
    box-sizing: border-box;
    border: 1px solid #3FB300;
    background-color: transparent;
    overflow: hidden;
    cursor: pointer;
    transition: .3s;
    z-index: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    border-radius: 5px;
}
.information-button:hover {
    border-color: #3FB300;
    color: #fff;
}
.information-button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -200px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: all .5s cubic-bezier(.02,.01,.47,1);
    transform: scale(0);
}
.information-button:hover:after {
    opacity: 1;
    transition: all .8s cubic-bezier(.02,.01,.47,1);
    transform: scale(0.9);
    background-color: #3FB300;
}
.bold {
    font-weight: 600;
}
.bold-number {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
section[id='change'] .flags:before {
    content: "*";
    margin-right: 4px;
    font-weight: 300;
    font-size: 18px;
    line-height: 16px;
}
section[id='change'] .flags img {
    width: 23px;
    height: 23px;
    margin-right: 6px;
}
section[id='change'] .flags {
    padding-left: 24px;
    margin-top: 8px;
}
section[id='change'] .information-button {
    bottom: 38px;
}
main section:first-child .information {
    padding-top: 0;
}
.final-section .information-button {
    bottom: 150px;
}
section[id='choose'] .information {
    padding-top: 53px;
}
.footer-content .menu ul {
    padding-right: 0;
}
.main-title span {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #C4C4C4;
}
.mobile-nav__footer {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}
.login-block {
    display: flex;
}
.login-link {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-decoration-line: underline;
    color: #B3B3B3;
}
.login-block > .login-link:last-child:before {
    content: "|";
    color: #B3B3B3;
    margin: 0 3px;
}
.nav-contacts {
    display: flex;
    flex-direction: column;
}
.nav-contact a {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #FF9800;
}
.nav-contact:last-child {
    margin-top: 11px;
}
.nav-contact:first-child::before,
.nav-contact:last-child::before {
    background-image: url('../img/phone.svg');
    background-size: 10px 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    content:"";
    position: relative;
    top: 1px;
    margin-right: 1px;
}
.nav-contact:last-child::before {
    background-image: url(../img/email.svg);
    background-size: 18px 15px;
    height: 13px;
    width: 16px;
    top: 2px;
    left: -1px;
    margin-right: 2px;
}
#presentation {
    padding: 20px 50px 30px 50px;
}
.presentation-container {
    padding: 20px 0 15px 0;
    width: 50%;
}
.presentation-container:first-child {
    border-right: 1px solid #DADADA;
}
.presentation-container:last-child {
    padding-left: 60px;
}
.presentation-block {
    display: flex;
    flex-direction: column;
    max-width: 440px;
    min-width: 100px;
    height: 100%;
    justify-content: space-between;
}
.presentation-title {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 40px;
}
.presentation-title .orange {
    font-weight: 700;
}
.presentation-media {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}
.presentation-media img {
    height: 100px;
}





































.slider {
    /* устанавливаем относительное позиционирование элементу */
    position: relative;
    width: 100%;
}

.slider__items {
    /* устанавливаем относительное позиционирование элементу */
    position: relative;
    /* устанавливаем элементу ширину, равную 100% */
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.slider__item {
    position: relative;
    display: none;
    width: auto;
    backface-visibility: hidden;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    -webkit-backface-visibility: hidden;
}

.slider__item_active,
.slider__item_next,
.slider__item_prev {
    /* отображаем слайд, если он имеет один из этих классов */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider__item_next,
.slider__item_prev {
    /* устанавливаем абсолютное позиционирование для элемента, на который будет сменяться слайд (на время трансформации) */
    position: absolute;
    /* устанавливаем положение элемента, т.е. координату top */
    top: 0;
    opacity: 0;
}
.slider__item_next,
.slider__item_right.slider__item_active {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}
.slider__item_right.slider__item_active,
.slider__item_left.slider__item_active {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.slider__item_next.slider__item_left,
.slider__item_prev.slider__item_right {
    opacity: 1;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.slider__item_prev,
.slider__item_active.slider__item_left {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}
.slider__item_next.slider__item_left,
.slider__item_prev.slider__item_right {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}



/* элементы управления (назад и вперёд) слайдером */

.slider__control {
    position: absolute;
    top: 0;
    bottom: 0;
    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;
    width: 100px;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    /* webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

.slider__control:hover,
.slider__control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

.slider__control_prev {
    right: 1200px;
}

.slider__control_next {
    left: 1200px;
}

.slider__control::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.slider__control_prev::before {
    background-image: url("../img/left_arrow.svg");
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); */
}

.slider__control_next::before {
    background-image: url("../img/right_arrow.svg");
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); */
}


/* индикаторы слайдера */

.slider__indicators {
    position: absolute;
    right: 0;
    bottom: -59px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    list-style: none;
    margin: 0px;
}

.slider__indicator {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 16px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #DADADA;
    ;
}
.slider__indicator:last-child {
    margin: 0px;
}

.slider__indicator::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.slider__indicator::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.slider__indicator_active {
    background-color: #FF9800;
}





.discuss-f::-webkit-resizer {
    width: 8px;
    height: 0px;
}
.discuss-f::-webkit-scrollbar {
    width: 13px;
}
.discuss-f::-webkit-scrollbar-button {
    width: 5px;
    height: 46px;
}
.discuss-f::-webkit-scrollbar-corner {
    background-color: transparent;
}
.discuss-f::-webkit-scrollbar-thumb {
    border-color: #f5f5f5;
}
.discuss-f::-webkit-scrollbar-thumb {
    /* border-color: white;
    background-color: #bfc6d4ab;
    border-radius: 20px; */
}
.discuss-f::-webkit-scrollbar-thumb {
    background-color: #c3c3c3ab;
    border: 3px solid #ffffff;
    border-radius: 30px;

}
.discuss-f::-webkit-scrollbar-track {
    background-color: transparent;
}
.discuss-f::-webkit-scrollbar-thumb:hover {
	background-color: rgba(104, 104, 104, 0.4);
}


.app-panel {
    display: none;
    position: relative;
    background: #e8eded;
    -webkit-transition: opacity .25s ease-in;
    transition: opacity .25s ease-in;
    opacity: 1;
    z-index: 10;
}
.app-panel__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    color: transparent;
    border: none;
    z-index: 10;
}
.app-panel__close {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 20px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 12;
}
.app-panel__close::after, .app-panel__close::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    background: #333;
    -webkit-transition: background .25s;
    transition: background .25s;
}
.app-panel__close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.app-panel__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.app-panel__close {
    cursor: pointer;
}
.app-panel__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 12px 25px;
}
.app-panel__logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60px;
    height: auto;
    margin-right: 20px;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




/* @supports not (backdrop-filter: none) {
  .mobile-nav {
      background-color: white;
  }
} */



@media (max-width: 1400px) {

}
@media (max-width: 1350px) {
    .slider__control {
        right: auto;
        left: auto;
    }
    .slider__control_next {
        right: 0px;
    }
    .slider__control_prev {
        left: 0px;
    }
    .header-content, .footer-content {
        width: 100%;
    }
    .section-content {
        width: 100%;
    }
    .contacts-container {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    section:first-child .information h1 {
        margin-top: 0px;
    }
    section:first-child .applications {
        margin-bottom: 19px;
    }
    .information h1,
    .information h1 span {
        font-size: 44px;
    }
    .information h1 img {
        width: 312px;
        position: absolute;
        left: 41px;
        bottom: 2px;
    }
    .main-title img {
        width: 289px;
        top: 3px;
    }
    .menu li a {
        font-size: 18px;
    }
    .menu li {
        margin-left: 14px;
    }
    a.anchor-login {
        width: 22px;
    }
    .device {
        padding-right: 0px;
    }
    .slider__item  .information {
        padding-right: 115px
    }
    .information-description {
        width: 100%;
    }
    .logo {
        width: 187px !important;
    }
    .header-content figure:before {
        bottom: -14px;
        height: 12px;
        width: 65px;
    }
    .device figure {
        width: 233px;
        height: 453px;
    }
    .device figure video {
        height: 423px !important;
        width: 195.44px !important;
    }
    .device figure video {
        top: 16px;
        left: 19px;
    }
    .device figure .background-img {
        width: 195px;
        height: auto;
        top: 16px;
        left: 19px;
    }
    .device img.mobile {
        height: 526px;
    }
    section[id='change'] .flags img {
        width: 21px;
        height: 21px;
        margin-right: 4px;
    }
    section:first-child {
        padding-bottom: 155px;
    }
    section[id='change'] .information-button {
        bottom: 62px;
    }
    .social-icon {
        height: 24px;
    }
    .social .social-icon:first-child img {
        height: 27px;
        bottom: 3px;
    }
    .social .social-icon:last-child img {
        height: 27px;
        top: -1px;
    }
    .information h1 {
        margin-bottom: 16px;
    }
    .dop {
        margin-top: 13px;
        padding-left: 21px;
    }
    .main-description p {
        font-size: 21px;
        line-height: 25px;
    }
    .information-button {
        bottom: 44px;
    }
    .comments img {
        margin-right: 10px;
        height: 26px;
        width: 26px;
    }
    .app {
        width: 108px;
        height: 156px;
        margin-left: 24px;
    }
    main section:first-child .device figure:after {
        left: -101px;
    }
    .comments {
        margin-top: 12px;
    }
    .section-content .information {
        padding-top: 55px;
    }
    section:nth-child(even) .device {
        width: 42%;
        padding: 0px 0px 0px 115px;
    }
    .information-title {
        font-size: 32px;
        line-height: 37px;
    }
    .section-content .information {
        flex-grow: 1;
    }
    h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .information-description p {
        font-size: 18px;
        line-height: 21px;
    }
    section:first-child .information-description p  {
        font-size: 26px;
        line-height: 30px;
    }
    section:nth-child(2) {
        padding: 160px 0px 160px 0px;
    }
    section:nth-child(3) {
        padding: 160px 110px;
    }
    section:nth-child(4) {
        padding: 160px 0px 160px 0px;
    }
    section:nth-child(5) {
        padding: 160px 115px;
    }
    .information-ul li {
        font-size: 18px;
        line-height: 28px;
    }
    .information-ul li::before {
        margin-right: 8px;
    }
    .slider__control {
        width: 137px;
    }
    .slider__item {
        /* width: auto; */
    }
    .green-bold {
        font-size: 24px;
        line-height: 28px;
    }
    .final-section h1.information-h1 {
        margin-bottom: 14px;
    }
    /* section:nth-child(even) .information {
        width: auto;
    } */
    .final-section .information-ul {
        margin-bottom: 53px;
    }
    .p-for-figure {
        font-size: 18px;
        line-height: 30px;
        margin: 0px 0px 15px 0px;
    }
    section {
        padding: 160px 110px;
    }
    .final-section .device {
        padding-left: 0px !important;
    }
    .symbol .information-title {
        font-size: 22px;
        line-height: 26px;
        width: 100%;
        font-weight: 600;
        margin-top: 0px;
    }
    .symbol .information {
        width: 70%;
        padding-top: 0px;
    }
    .symbol h1.information-h1 {
        margin-bottom: 26px;
    }
    .symbol-block {
        width: 143px;
        height: 166px;
    }
    .symbol-block:last-child {
        margin-left: 46px;
    }
    .symbol-vote-block {
        margin-top: 14px;
    }
    .symbol-vote-count {
        font-size: 18px;
        line-height: 21px;
        margin-right: 0px;
    }
    .heart span {
        font-size: 18px;
    }
    footer {
        padding: 21px 50px 32px 50px;
        height: 155px;
        justify-content: space-between;
    }
    .footer-content {

    }
    .contacts-email {
        margin-left: 32px;
    }
    .up-button {
        left: -85px;
    }
    .symbol .main-title {
        margin-bottom: 15px;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
    }
    .symbol a {
        font-size: 18px;
        line-height: 21px;
        display: flex;
        margin-top: 22px;
    }
    .symbol .information-description p {
        font-size: 22px;
        line-height: 22px;
    }
    .final-section .information-button {
        bottom: 95px;
    }
    section[id='choose'] .information {
        padding-top: 56px;
    }
    .social {
        position: relative;
        top: -3px;
    }
    .presentation-media img {
        height: 90px;
    }
    .presentation-title {
        font-size: 22px;
        line-height: 26px;
    }
}





























@media (max-width: 1023px) {
    .humb {
        display: block;
    }
    .menu {
        display: none;
    }
    .main-content {
        padding: 43px 0px 0px 0px;
    }
    .main-content header {
        padding: 0px 80px;
    }
    section:first-child {
        padding: 43px 80px 74px 80px;
    }
    .device figure {
        width: 169px;
        height: 329px;
    }
    .device figure video {
        height: 307px !important;
        width: 141.84px !important;
        top: 12px;
        left: 14px;
    }
    .device img.mobile {
        height: 384px;
    }
    .section-content .information {
        padding-top: 15px;
    }
    .information h1 span {
        font-size: 26px;
        line-height: 30px;
    }
    .main-title img {
        width: 218px;
        top: 2px;
        margin-left: 15px;
    }
    .main-description p {
        font-size: 18px;
        line-height: 21px;
    }
    .comments {
        margin-top: 13px;
    }
    .comments img {
        height: 21px;
        width: 21px;
        margin-right: 7px;
    }
    .app {
        width: 83px;
        height: 121px;
        margin-left: 21px;
    }
    .mobile-nav {
        width: 183px;
    }
    .mobile-nav__item {
        padding: 43px 20px 30px !important;
    }
    .menu-item {
        margin-bottom: 25px;
    }
    section:nth-child(1) .section-content .information {
        padding-top: 15px;
    }
    section:nth-child(2) {
        padding: 90px 0px;
    }
    section:nth-child(even) .device {
        padding: 0px 0px 0px 100px;
    }
    .slider__item .information {
        padding-right: 100px;
    }
    .slider__indicators {
        bottom: -54px;
    }
    .information-title {
        font-size: 26px;
        line-height: 30px;
    }
    .information h1 {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 35px;
    }
    .information h1 img {
        width: 207px;
        left: 28px;
        bottom: 0px;
    }
    h2 {
        font-size: 18px;
        line-height: 21px;
    }
    .information-description p {
        font-size: 14px;
        line-height: 17px;
    }
    .slider__item .comments {
        margin-top: 11px;
        width: auto;
    }
    .comments p {
        font-size: 9px;
        line-height: 12px;
        letter-spacing: -0.08px;
        color: #030303;
    }
    .section-content .information {
        padding-top: 50px;
    }
    section:nth-child(3) {
        padding: 90px 75px;
    }
    .device figure .background-img {
        width: 143px;
        height: auto;
        top: 9px;
        left: 13px;
    }
    .information-ul li {
        font-size: 14px;
        line-height: 21px;
    }
    section:nth-child(4) {
        padding: 90px 0px;
    }
    .dop {
        padding-left: 0;
        margin-top: 8px;
    }
    section:nth-child(5) {
        padding: 90px 75px;
    }
    .green-bold {
        font-size: 20px;
        line-height: 16px;
    }
    section {
        padding: 90px 75px 90px 115px;
    }
    .final-section .section-content .information {
        padding-top: 40px;
    }
    .final-section h1.information-h1 {
        margin-bottom: 22px;
    }
    .final-section .information-ul {
        margin-bottom: 25px;
    }
    .p-for-figure {
        font-size: 14px;
        line-height: 30px;
        margin: 0px 0px 10px 0px;
    }
    section[id='choose'] {
        padding: 90px 75px;
    }
    .symbol .information {
        padding-top: 15px;
    }
    .symbol .information-title {
        font-size: 26px;
        line-height: 33px;
    }
    .symbol .information-description {
        font-size: 14px;
        line-height: 16px;
    }
    .symbol h1.information-h1 {
        margin-bottom: 15px;
    }
    .symbol-block {
        width: 112px;
        height: 130px;
    }
    .symbol-block:last-child {
        margin-left: 35px;
    }
    .symbol-vote-block {
        margin-top: 8px;
    }
    .symbol-vote-count {
        font-size: 14px;
        line-height: 19px;
    }
    .heart span {
        font-size: 14px;
    }
    .up-button {
        bottom: -88px;
        left: -46px;
    }
    footer {
        height: 108px;
        padding: 20px 80px 15px 80px;
        flex-direction: row;
        align-items: flex-start;
        flex-direction: column;
    }
    .footer-content {
        margin-bottom: 0px;
    }
    .contacts {
        flex-direction: column;
    }
    .social {
        justify-content: flex-end;
        margin-bottom: 8px;
        position: absolute;
        top: -31px;
        right: 0;
    }
    .social-icon {
        height: 12px;
        margin-left: 13px;
    }
    .social-icon {
        margin-left: 12px;
    }
    .contacts-email span {
        font-size: 14px;
        line-height: 16px;
    }
    .contacts-phone span {
        font-size: 14px;
        line-height: 16px;
    }
    .contacts-email img {
        height: 20px;
        width: 19px;
    }
    .contacts-phone img {
        height: 13px;
        width: 13px;
        top: 0px;
    }
    .contacts-info {
        justify-content: flex-end;
    }
    .contacts-email {
        margin-left: 29px;
    }
    main section:first-child .device figure:after {
        width: 252px;
        left: -43px;
    }
    .social-icon {
        height: 20px;
    }
    .footer-content {
        width: 30% !important;
    }
    .symbol a,
    .symbol .information-description p {
        font-size: 14px;
        line-height: 16px;
    }
    .symbol .information {
        padding-top: 0px;
    }
    .information h1 {
        line-height: 35px;
    }
    .symbol .information-description {
        margin-top: 2px;
    }
    .symbol-block {
        width: 112px;
        height: 130px;
    }
    .symbol-vote-block {
        margin-top: 5px;
    }
    .symbol .information-title {
        font-size: 18px;
        line-height: 21px;
    }
    .symbol .main-title {
        line-height: 33px;
    }
    .footer-content {
    }
    .contacts {
        height: auto;
    }
    footer .app {
        width: 173px;
    }
    .header-content .logo {
        width: 175px;
    }
    .header-content figure:before {
        bottom: -8px;
    }
    section:first-child .information-description p {
        font-size: 20px;
        line-height: 23px;
    }
    section:first-child .applications {
        margin-bottom: 10px;
    }
    .information-button {
        bottom: 0;
        height: 48px;
        font-size: 14px;
        line-height: 16px;
        padding: 0px 30px;
    }
    section[id='change'] .information-button {
        bottom: 0;
    }
    .bold-number {
        font-size: 20px;
        line-height: 21px;
    }
    section[id='change'] .flags img {
        width: 16px;
        height: 16px;
    }
    section[id='change'] .flags {
        padding-left: 20px;
        margin-top: 12px;
    }
    .final-section .information-button {
            bottom: 32px;
    }
    section:nth-child(even) .device {
        width: 37%;
    }
    section[id='choose'] .information {
        padding-top: 10px;
    }
    .symbol .main-title {
        margin-bottom: 21px;
        font-weight: 500;
        font-size: 26px;
        line-height: 40px;
    }
    .symbol a,
    .symbol .information-description p {
        font-size: 14px;
        line-height: 21px;
    }
    .symbol a {
        margin-top: 8px;
    }
    .logo {
        width: 180px !important;
    }
    .for-applications img {
        height: 38px;
    }
    .contacts-container {
        position: relative;
    }
    .social .social-icon:first-child img {
        height: 27px;
        bottom: 6px;
    }
    #presentation {
        padding: 20px 80px 30px 80px;
    }
    .presentation-container:first-child {
        padding-right: 60px;
    }
    .presentation-container:last-child {
        padding-left: 60px;
    }
    .presentation-media {
        padding-right: 0px;
    }
    .presentation-title .orange {
        font-size: 18px;
    }
    .presentation-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .presentation-media img {
        height: 80px;
    }
}


















@media (max-width: 900px) {
    footer .app {
        width: 145px;
    }
    .social {
        margin-bottom: 8px;
    }
    .symbol .information {
        width: 70%;
    }
    .presentation-title {
        margin-bottom: 20px;
    }
    .presentation-media img {
        height: 70px;
    }
    .presentation-container:last-child {
        padding-left: 40px;
    }
    .presentation-container:first-child {
        padding-right: 40px;
    }
}

























/* @media (max-width: 768px) {
    .main-content header {
        padding: 0px 45px;
    }
    section:first-child {
        padding: 43px 45px 74px 45px;
    }
    .information h1 span {
        font-size: 32px;
        line-height: 37px;
    }
    .main-title img {
        top: -3px;
        margin-left: 11px;
    }
    .information h1 {
        line-height: 32px;
    }
    .device figure {
        width: 169px;
        height: 329px;
    }
    .device figure video {
        height: 306px !important;
        width: 141.38px !important;
        top: 12px;
        left: 14px;
    }
    .device img.mobile {
        height: 385px;
    }
    .slider__control {
        width: 76px;
    }
    .section-content .information {
        padding-top: 0px;
    }
    section:nth-child(3) {
        padding: 50px 45px;
    }
    .information-ul li {
        font-size: 13px;
        line-height: 18px;
    }
    .information-title {
        font-size: 26px;
        line-height: 30px;
    }
    section:nth-child(2) {
        padding: 100px 0 143px 0;
    }
    .slider__indicators {
        bottom: -26px;
    }
    section:nth-child(4) {
        padding: 50px 0px;
    }
    section:nth-child(5) {
        padding: 50px 45px;
    }
    .green-bold {
        font-size: 16px;
        line-height: 16px;
    }
    section {
        padding: 50px 45px 90px 45px;
    }
    .final-section .section-content .information {
        padding-top: 20px;
    }
    .final-section .information-ul {
        margin-bottom: 18px;
    }
    section:nth-child(even) .device {
        width: 40%;
    }
    section:nth-child(even) .information {
        width: 60%;
    }
    section[id='choose'] {
        padding: 50px 45px;
    }
    .symbol .information-title {
        font-size: 19px;
        line-height: 23px;
    }
    .device figure .background-img {
        width: 109px;
        top: 6px;
        left: 10px;
    }
    .symbol .information-description {
        margin-top: 12px;
    }
    .symbol h1.information-h1 {
        margin-bottom: 15px;
    }
    .symbol-block {
        width: 82px;
        height: 87px;
    }
    .symbol-vote-block {
        margin-top: -4px;
    }
    .symbol-block:last-child {
        margin-left: 14px;
    }
    .up-button {
        bottom: -46px;
        left: -46px;
    }
    footer {
        padding: 20px 45px;
    }
    .footer-content {
        width: 35%;
    }
    .contacts {
        width: 65%;
    }
    .social {
        margin-bottom: 8px;
    }
    .contacts-phone span,
    .contacts-email span {
        font-size: 12px;
        line-height: 13px;
    }
    .contacts-phone span {
        font-size: 20px;
    }
    .social {
        margin-bottom: 16px;
    }
    section:nth-child(even) .device {
        padding: 0px 0px 0px 60px;
    }
    .slider__item .information {
        padding-right: 60px;
    }
    main section:first-child .device figure:after {
        width: 218px;
    }
    .contacts-container {
        flex-direction: column-reverse;
    }
    .contacts {
        width: 100%;
    }
    section[id='choose'] {
        padding: 50px 45px 70px 45px;
    }
    .up-button {
        bottom: -65px;
    }
    .symbol .information {
        width: 70%;
    }
    .footer-content {
        margin-bottom: 10px;
    }
    .for-applications {
        margin-top: 20px;
        width: 100%;
    }
    footer .applications {
        justify-content: flex-end;
    }
    section:first-child .applications {
        margin-bottom: 0px;
    }
    .discuss-form-container {
        padding: 15px 23px;
    }
    .discuss-form {
        padding: 60px 30px 159px 30px;
    }
    section:first-child .section-content {
        flex-direction: column;
    }
    .information,
    .device {
        width: 100%;
    }
    section:first-child .information h1 {
        font-size: 32px;
        line-height: 37px;
    }
    .information h1 img {
        width: 218px;
        bottom: 1px;
    }
    .information h1 {
        margin-bottom: 12px;
    }
    section:first-child .applications {
        margin-top: 50px;
    }
    .pop-up {
        right: 32px;
        bottom: 32px;
        width: 244px;
        height: 143px;
    }
    .pop-up-link {
        height: 37px;
    }
    .pop-up-link,
    .pop-up-main-block .description {
        font-size: 12px;
        line-height: 14px;
    }
    .pop-up-main-block .title {
        font-size: 14px;
        line-height: 16px;
    }
    .pop-up-main-block {
        padding: 25px 25px 0px 25px;
    }
    .slider__item {
        flex-direction: column-reverse;
    }
    section .information,
    section .device {
        width: 100% !important;
    }
    section .information {
        padding: 0 44px;
        position: initial;
    }
    section .device {
        padding: 0 !important;
        justify-content: center !important;
    }
    .information h1 {
        margin-bottom: 20px;
    }
    .section__slider {
        height: 800px;
    }
    .slider__items {
        height: 100%;
    }
} */
@media (max-width: 767px) {
    .main-content {
        padding: 35px 0px 0px 0px;
    }
    .section-content {
        width: 100%;
        flex-direction: column;
    }
    .information,
    .device {
        width: 100%;
    }
    .mobile-nav__item {
        padding: 35px 20px 30px !important;
    }
    .btn-humb .icon:before,
    .btn-humb .icon:after {
        right: 0;
    }
    .information h1 span {
        font-size: 26px;
        line-height: 30px;
    }
    .main-title img {
        top: 2px;
    }
    .mobile-nav-close:after,
    .mobile-nav-close:before {
        right: 0;
    }
    .information h1 {
        margin-bottom: 26px;
    }
    section:first-child .comments {
        display: flex;
    }
    .comments img {

    }
    .comments .asterisk {
        bottom: 1px;
    }
    .flags {
        margin-left: 0px;
    }
    .applications {
        margin-top: 50px;
    }
    .device figure {
        width: 169px;
        height: 329px;
    }
    .device figure video {
        height: 309px !important;
        width: 143px !important;
        top: 10px;
        left: 13px;
    }
    .device img.mobile {
        height: 385px;
    }
    .slider__item  {
        flex-direction: column-reverse;
    }
    section:nth-child(even) .device,
    section:nth-child(even) .information {
        width: 100%;
        padding: 0px 44px;
    }
    section:nth-child(2) {
        padding: 102px 0px 74px 0px;
    }
    .information-title {
        font-size: 26px;
        line-height: 30px;
    }
    .information {
        margin-bottom: 100px;
    }
    .information h1 {
        margin-bottom: 20px;
    }
    section .slider__item .device {
        justify-content: center;
    }
    .slider__indicator {
        width: 8px;
        height: 8px;
        margin-right: 10px;
    }
    .slider__indicators {
        bottom: -43px;
    }
    section:nth-child(2) .information,
    section:nth-child(4) .information {
        height: 115px;
        position: initial;
    }
    section:nth-child(3),
    section:nth-child(5) {
        padding: 102px 45px 144px 45px;
    }
    .section-content .information {
        padding-top: 0px;
    }
    .information-ul li {
        font-size: 14px;
        line-height: 21px;
    }
    section:nth-child(3) .information,
    section:nth-child(5) .information {
        margin-bottom: 50px;
        position: initial;
    }
    section:nth-child(3) .device,
    section:nth-child(5) .device {
        justify-content: center;
    }
    section:nth-child(4) {
        padding: 115px 0px 105px 0px;
    }
    .slider__control {
        padding: 215px 0 71px 0;
    }
    .dop {
        margin-top: 8px;
    }
    .device figure .background-img {
        width: 142px;
        top: 11px;
        left: 14px;
    }
    .final-section {
        padding: 102px 45px 189px 45px;
    }
    .final-section .section-content {
        flex-direction: column-reverse;
    }
    .final-section .section-content .information {
        padding: 0px;
        margin-bottom: 28px;
    }
    .final-section .section-content .device {
        padding: 0px;
        justify-content: center;
    }
    .for-applications {
        position: absolute;
        bottom: -152px;
    }
    .final-section .applications {
        margin-top: 0px;
    }
    section[id='choose'] {
        padding: 100px 45px 234px 45px;
    }
    .symbol .information,
    .symbol .device {
        width: 100%;
    }
    .symbol .device {
        justify-content: center;
    }
    .symbol .information {
        margin-bottom: 32px;
    }
    .symbol .information-title {
        font-size: 26px;
        line-height: 33px;
    }
    .symbol .information-description {
        margin-top: 20px;
    }
    .symbols-container {
        position: absolute;
        bottom: -174px;
        justify-content: center;
        width: 100%;
    }
    .symbol-block {
        width: 112px;
        height: 130px;
    }
    .up-button {
        bottom: -214px;
    }
    footer {
        height: auto;
        padding: 35px 45px;
    }
    .social {
        margin-top: 2px;
        margin-bottom: 33px;
    }
    .contacts-phone span,
    .contacts-email span {
        font-size: 14px;
        line-height: 16px;
    }
    .contacts-phone span {
        font-size: 20px;
    }
    .contacts {
        width: 100%;
    }
    .footer-content {
    }
    section:nth-child(1) .section-content .information {
        margin-bottom: -17px;
    }
    section[id='choose'] {
        padding: 100px 45px 280px 45px;
    }
    .symbol-vote-block {
        margin-top: 8px;
    }
    .up-button {
        bottom: -260px;
    }
    footer .for-applications {
        position: relative;
        bottom: auto;
        margin-top: 20px;
    }
    footer .applications {
        margin-top: 0px;
        justify-content: space-between;
    }
    .main-content header {
        padding: 0 44px;
    }
    .header-content .logo {
        width: 133px;
    }
    section:first-child {
        padding: 43px 44px 74px 44px;
    }
    .information h1 span,
    .information h1 {
        font-size: 32px;
        line-height: 37px;
    }
    .information h1 img {
        width: 218px;
        bottom: 1px;
    }
    .pop-up {
        right: 32px;
        bottom: 32px;
        width: 244px;
        height: 143px;
    }
    .pop-up-main-block {
        padding: 23px 25px 0px 25px;
    }
    .pop-up-main-block .title {
        font-size: 14px;
        line-height: 16px;
    }
    .pop-up-main-block .description {
        font-size: 12px;
        line-height: 14px;
    }
    .pop-up-link {
        font-size: 12px;
        line-height: 14px;
        height: 37px;
        width: 244px;
    }
    .information-button {
        bottom: 3px;
        align-self: center;
    }
    section .slider__item .device {
        padding-bottom: 71px;
    }
    .slider__item .comments {
        margin-top: 13px;
        width: auto;
    }
    section[id='change'] .flags {
        margin-top: 8px;
    }
    section[id='change'] .information-button {
        bottom: -68px;
    }
    .final-section .section-content .information {
        position: initial;
    }
    .final-section .information-button {
        bottom: -68px;
    }
    section[id='choose'] .information {
        padding: 0;
    }
    .symbol .main-title {
        margin-bottom: 23px;
    }
    .symbol .information-title {
        font-size: 18px;
        line-height: 21px;
    }
    .symbol .information-description {
        margin-top: 3px;
    }
    .symbol .information {
        margin-bottom: 10px;
    }
    section[id='choose'] .information {
        position: initial;
    }
    .symbols-container {
        bottom: -197px;
    }
    .symbol a {
        left: -19px;
    }
    footer {
        height: 160px;
        padding: 27px 45px 27px 45px;
    }
    .for-applications a {
        display: flex;
    }
    .social {
        position: absolute;
        top: -53px;
    }
    .contacts-info {
        flex-direction: column;
        align-items: flex-end;
    }
    .contacts-phone {
        margin-bottom: 24px;
    }
    .contacts-phone span {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
    }
    .social-icon {
        margin-left: 16px;
    }
    .contacts-phone img {
        height: 13px;
        width: 13px;
        top: 0px;
        margin-right: 6px;
    }
    .contacts-email img {
        height: 18px;
        width: 18px;
        margin-right: 7px;
    }
    #presentation {
        padding: 20px 45px 30px 45px;
    }
    .presentation-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .presentation-container:first-child {
        padding: 20px 0 30px 0;
        border-bottom: 1px solid #DADADA;
        border-right: none;
    }
    .presentation-container:last-child {
        padding: 30px 0 20px 0;
    }
    .presentation-block {
        max-width: 600px;
        width: 100%;
    }
}

























/* @media (max-width: 576px) {
    .main-content {
        padding: 35px 0px 0px 0px;
    }
    .section-content {
        width: 100%;
        flex-direction: column;
    }
    .information,
    .device {
        width: 100%;
    }
    .mobile-nav__item {
        padding: 35px 20px 30px !important;
    }
    .btn-humb .icon:before,
    .btn-humb .icon:after {
        right: 0;
    }
    .information h1 span {
        font-size: 26px;
        line-height: 30px;
    }
    .main-title img {
        top: 2px;
    }
    .mobile-nav-close:after,
    .mobile-nav-close:before {
        right: 0;
    }
    .information h1 {
        margin-bottom: 26px;
    }
    section:first-child .comments {
        display: flex;
    }
    .comments img {
        width: 15px;
        height: 15px;
    }
    .comments .asterisk {
        bottom: 1px;
    }
    .flags {
        margin-left: 0px;
    }
    .applications {
        margin-top: 50px;
    }
    .device figure {
        width: 169px;
        height: 329px;
    }
    .device figure video {
        height: 306px !important;
        width: 141.38px !important;
        top: 12px;
        left: 14px;
    }
    .device img.mobile {
        height: 385px;
    }
    .slider__item  {
        flex-direction: column-reverse;
    }
    section:nth-child(even) .device,
    section:nth-child(even) .information {
        width: 100%;
        padding: 0px 44px;
    }
    section:nth-child(2) {
        padding: 102px 0px 145px 0px;
    }
    .information-title {
        font-size: 26px;
        line-height: 30px;
    }
    .information {
        margin-bottom: 100px;
    }
    .information h1 {
        margin-bottom: 20px;
    }
    section .slider__item .device {
        justify-content: center;
    }
    .slider__indicator {
        width: 8px;
        height: 8px;
        margin-right: 10px;
    }
    .slider__indicators {
        bottom: -85px;
    }
    section:nth-child(2) .information,
    section:nth-child(4) .information {
        height: 115px;
    }
    section:nth-child(3),
    section:nth-child(5) {
        padding: 102px 45px 144px 45px;
    }
    .section-content .information {
        padding-top: 0px;
    }
    .information-ul li {
        font-size: 14px;
        line-height: 21px;
    }
    section:nth-child(3) .information,
    section:nth-child(5) .information {
        margin-bottom: 50px;
    }
    section:nth-child(3) .device,
    section:nth-child(5) .device {
        justify-content: center;
    }
    section:nth-child(4) {
        padding: 102px 0px 145px 0px;
    }
    .slider__control {
        padding-top: 215px;
    }
    .dop {
        margin-top: 8px;
    }
    .device figure .background-img {
        width: 142px;
        top: 11px;
        left: 14px;
    }
    .final-section {
        padding: 102px 45px 189px 45px;
    }
    .final-section .section-content {
        flex-direction: column-reverse;
    }
    .final-section .section-content .information {
        padding: 0px;
        margin-bottom: 28px;
    }
    .final-section .section-content .device {
        padding: 0px;
        justify-content: center;
    }
    .for-applications {
        position: absolute;
        bottom: -152px;
    }
    .final-section .applications {
        margin-top: 0px;
    }
    section[id='choose'] {
        padding: 100px 45px 234px 45px;
    }
    .symbol .information,
    .symbol .device {
        width: 100%;
    }
    .symbol .device {
        justify-content: center;
    }
    .symbol .information {
        margin-bottom: 32px;
    }
    .symbol .information-title {
        font-size: 26px;
        line-height: 33px;
    }
    .symbol .information-description {
        margin-top: 20px;
    }
    .symbols-container {
        position: absolute;
        bottom: -174px;
        justify-content: center;
        width: 100%;
    }
    .symbol-block {
        width: 112px;
        height: 130px;
    }
    .up-button {
        bottom: -214px;
    }
    footer {
        height: auto;
        padding: 35px 45px;
    }
    .social {
        margin-top: 2px;
        margin-bottom: 33px;
    }
    .contacts-phone span,
    .contacts-email span {
        font-size: 14px;
        line-height: 16px;
    }
    .contacts-phone span {
        font-size: 20px;
    }
    .contacts {
        width: 100%;
    }
    .footer-content {
        position: absolute;
    }
    section:nth-child(1) .section-content .information {
        margin-bottom: -17px;
    }
    section[id='choose'] {
        padding: 100px 45px 280px 45px;
    }
    .symbol-vote-block {
        margin-top: 8px;
    }
    .up-button {
        bottom: -260px;
    }
    footer .for-applications {
        position: relative;
        bottom: auto;
        margin-top: 20px;
    }
    footer .applications {
        margin-top: 0px;
        justify-content: space-between;
    }
} */




























@media (max-width: 479px) {
    .main-content {
        padding: 42px 0px 0px 0px;
    }
    .main-content header {
        padding: 0px 23px;
    }
    section:first-child {
        padding: 44px 23px 97px 23px;
    }
    .mobile-nav__item {
        padding-top: 42px !important;
    }
    .information h1 {
    }
    .information h1 span, .information h1 {
        font-size: 32px;
        line-height: 37px;
    }
    .information {
        margin-bottom: 30px;
    }
    section:nth-child(1) .device figure {
        width: 129px;
        height: 251px;
    }
    section:nth-child(1) .device figure video {
        height: 235px !important;
        width: 108.58px !important;
        top: 8px;
        left: 10px;
    }
    .device img.mobile {
        height: 290px;
    }
    section:nth-child(1) .section-content .information {
        width: 100%;
        margin-bottom: 30px;
        padding-top: 0;
    }
    .section-content {
        align-items: center;
    }
    section:nth-child(2) {
        padding: 73px 0px 75px 0px;
    }
    section:nth-child(2) .information,
    section:nth-child(4) .information {
        height: 147px;
        padding: 0px 23px;
    }
    .information {
        margin-bottom: 97px;
    }
    .slider__indicators {
        bottom: -33px;
    }
    .slider__control {
        padding-top: 244px;
    }
    section:nth-child(3) {
        padding: 73px 23px 75px 23px;
    }
    section:nth-child(5) {
        padding: 73px 23px 120px 23px;
    }
    .information-ul li {
        font-size: 14px;
        line-height: 21px;
    }
    section:nth-child(5) .information {
        margin-bottom: 70px;
    }
    section:nth-child(4) .information {
        margin-bottom: 121px;
    }
    section:nth-child(5) .information {
        margin-bottom: 86px;
    }
    .final-section {
        padding: 72px 23px 120px 23px;
    }
    .final-section .section-content .information {
        margin-bottom: 8px;
    }
    .for-applications {
        bottom: -143px;
    }
    .final-section .information-ul {
        margin-bottom: 18px;
    }
    section[id='choose'] {
        padding: 100px 23px 215px 23px;
    }
    .symbol .information-title {
        font-size: 18px;
        line-height: 21px;
    }
    .symbol .main-title {
        font-size: 26px;
        line-height: 40px;
    }
    .symbol .information {
        margin-bottom: 28px;
    }
    .symbols-container {
        bottom: -158px;
    }
    .slider__control {
        width: 57px;
    }
    .up-button {
        left: -33px;
    }
    footer {
        height: 230px;
        padding: 32px 23px;
        justify-content: flex-start;
    }
    .contacts-info {
        flex-direction: column-reverse;
        align-items: center;
    }
    .social {
        margin: 0;
        top: -51px;
    }
    .contacts-info a:first-child {
    }
    .contacts-email {
        margin: 0 0 17px 0;
    }
    section[id='choose'] {
        padding: 72px 23px 234px 23px;
    }
    .discuss-form .main-description p {
        font-size: 16px;
        font-weight: 300;
    }
    .comments {
        margin-top: 10px;
    }
    .applications {
        margin-top: 57px;
    }
    section:first-child .applications {
        margin-bottom: 0;
    }
    section:nth-child(1) .section-content .information {
        margin-bottom: 42px;
    }
    .slider__item {
        width: 100% !important;
    }
    .slider__item .comments {
        width: auto;
    }
    .information h1 {
        margin-bottom: 9px;
    }
    main section:first-child .device figure:after {
        left: -48px;
        bottom: -28px;
    }
    .information h1 {
        margin-bottom: 20px;
    }
    section:nth-child(4) {
        padding: 72px 0px 76px 0px;
    }
    section:nth-child(5) .information {
        margin-bottom: 62px;
    }
    .final-section .information-ul {
        margin-bottom: 72px;
    }
    .symbol h1.information-h1 {
        margin-bottom: 0;
    }
    .logo {
        width: 150px !important;
    }
    .header-content .logo {
        width: 160px !important;
    }
    .header-content figure:before {
        height: 10px;
        width: 64px;
        bottom: -6px;
    }
    .up-button {
        bottom: -229px;
    }
    .social-icon {
        height: 18px;
        margin-left: 14px;
    }
    .social .social-icon:first-child img {
        height: 22px;
        bottom: 4px;
    }
    .social .social-icon:last-child img {
        height: 21px;
        top: -1px;
    }
    .for-applications img {
        height: 27px;
    }
    .contacts-container {
        flex-direction: column;
        margin-top: 29px;
        align-items: center;
    }
    footer .for-applications {
        margin-top: 0;
        margin-bottom: 26px;
    }
    .contacts {
        align-items: center;
    }
    section {
        /* display: none !important; */
    }
    body {
        min-width: 303px;
    }
    a.up-button {
        width: 50px;
        height: 50px;
        padding-top: 16px;
    }
    .discuss-form-container {
        padding: 60px 22px;
    }
    .discuss-form {
        padding: 0px 12px 0px 22px;
    }
    .discuss-f {
        padding: 20px 10px 41px 0;
    }
    .discuss-form .main-title {
        margin-bottom: 10px;
    }
    .discuss-form .main-description p {
        font-size: 14px;
        line-height: 16px;
    }
    .modal-close {
        top: 12px;
        right: 12px;
    }
    .modal-close:after,
    .modal-close:before {
        width: 1px;
    }
    .discuss-f::-webkit-scrollbar {
        width: 11px;
    }
    .discuss-form {
        height: 86%;
    }
    .pop-up {
        width: 250px;
        height: 150px;
    }
    .close-button {
        top: 13px;
        right: 13px;
    }
    .pop-up-main-block .title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
    }
    .pop-up-link {
        height: 42px;
        font-size: 16px;
        line-height: 19px;
        width: 250px;
    }
}

@media (max-width: 374px) {
    .logo {
        width: 108spx !important;
    }
    .presentation-media img {
        height: 60px;
    }
}




@media (max-width: 320px) {
    .pop-up {
        right: calc((100% - 244px)/2);
    }
}