* {
    outline: none
}

body {
	margin: 0;
	padding: 0;
	font-family: Montserrat, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #252D37;
}

a {
	text-decoration: none;
	color: #FFFFFF;
	transition: all 0.2s ease-in-out;
}

p {
    margin: 0;
}

.container {
    width: calc(100% - 80px);
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 40px;
}

.mob-menu {
	display: none
}

.nav-b {
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: fixed;
    padding-top: 37px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transition: 0.4s ease;
    z-index: 2;
}

.scrolltop {
    transform: translateY(-80px);
}

.topUp {
    background: #06182F; padding-top: 14px; padding-bottom: 10px;
}

.nav.topUp .nav-b {
    align-items: center;
}

h1 {
    font-weight: 900;
    font-size: 50px;
    line-height: 110%;
    color: #00FEFF;
    max-width: 568px;
    margin-top: 0;
    margin-bottom: 57px;
}

header {
    background-image: url(../img/main-bg.jpg);
    background-color: #01234f;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.logo-b {
    display: flex;
    align-items: flex-start;
}

.lang {
    margin-left: 37px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #00feff;
    line-height: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 7px 4px;
    font-weight: 700;
    position: relative;
}

a.lang:before {
    content: '';
    display: block;
    background-color: #fff;
    width: 31px;
    height: 31px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: scale(0) translateZ(2px);
    -ms-transform: scale(0) translateZ(2px);
    -webkit-transform: scale(0) translateZ(2px);
    -o-transform: scale(0) translateZ(2px);
    transform: scale(0) translateZ(2px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

a.lang:hover:before {
    -moz-transform: scale(1) translateZ(2px);
    -ms-transform: scale(1) translateZ(2px);
    -webkit-transform: scale(1) translateZ(2px);
    -o-transform: scale(1) translateZ(2px);
    transform: scale(1) translateZ(2px);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

a.lang:hover {
    color: #001E42
}

.lang span {
    z-index: 4
}

a.lang span.notification {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 58px;
    margin-left: -35px;
    margin-top: 18px;
    text-align: center;
    background-color: #fff;
    font-weight: 400;
    color: #3F3F3F;
    line-height: 100%;
    padding: 10px 6px 8px 6px;
    text-transform: none;
    font-size: 12px;
    overflow: visible;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    pointer-events: none;
    transform-origin: center -10px;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: drop-shadow(0px 0px 25px rgba(0, 254, 255, 0.25));
}

a.lang:hover span.notification {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

a.lang span.notification:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #fff transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    position: absolute;
}

a.lang:after {
    position: absolute;
    z-index: 3;
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #00feff;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -17px;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -moz-transform: translateY(0px) translateZ(3px);
    -ms-transform: translateY(0px) translateZ(3px);
    -webkit-transform: translateY(0px) translateZ(3px);
    -o-transform: translateY(0px) translateZ(3px);
    transform: translateY(0px) translateZ(3px);
}

a.lang:after {
    position: absolute;
    z-index: 3;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #00feff;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -moz-transform: translateY(0px) translateZ(3px);
    -ms-transform: translateY(0px) translateZ(3px);
    -webkit-transform: translateY(0px) translateZ(3px);
    -o-transform: translateY(0px) translateZ(3px);
    transform: translateY(0px) translateZ(3px);
}
a.lang:hover:after {
    border: solid 1px #001E42;
}

.main-menu {
    display: flex;
}

.main-menu div {
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 77px;
}

.main-menu div a {
    padding-bottom: 4px;
}

.add-menu-item {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: flex-end;
}

.add-menu-item p {
    margin: 0;
    font-size: 12px;
    margin-right: 13px;
    line-height: 14px;
    text-align: right;
}

.add-menu-item a {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
}

.header-main {
    padding-top: calc(76px + 79px);
    padding-bottom: 70px;
    position: relative;
}

.header-main .desc {
    color: #00FEFF;
    font-weight: 900;
    font-size: 18px;
    line-height: 103.32%;
    margin-bottom: 10px;
}

.header-main p {
    color: #fff;
}

.h-t-p {
    font-weight: normal;
    font-size: 24px;
    line-height: 140%;
    max-width: 221px;
}

.h-t-p2 {
    font-size: 18px;
    margin-bottom: 28px;
}

.h-t-p span {
    font-weight: 700;
    font-size: 36px;
}

p.h-t-a {
    position: absolute;
    max-width: 460px;
    right: 0;
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    bottom: 67px;
}

.btn {
    color: #002047;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: #00FEFF;
    padding: 17px 0 17px 22px;
    display: flex;
    width: 242px;
    align-items: center;
}

.btn img {
    margin-left: 20px;
    transition: all 0.4s ease;
}

.btn:not(.rev):hover img{
    margin-left: 30px;
}

.main-menu a + svg path {
    stroke-dasharray: 0 63;
    stroke-dashoffset: -31.5;
    stroke-width: 2px;
    fill: transparent;
    transition: stroke-width 0.4s, stroke-dashoffset 0.4s, stroke-dasharray 0.4s;
}

.main-menu a:hover + svg path {
    stroke-width: 2px;
    stroke-dashoffset: 0;
    stroke-dasharray: 63;
}

section.one {
    padding-top: 97px;
}

.one-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.one-main-item.last {
    max-width: 821px
}

h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    color: #001E42;
    margin: 0;
}

section.two {
    padding-top: 61px;
}

.two-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 93px;
}

.two-main-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 43px;
    padding: 35px 20px 35px 30px;
    box-shadow: 0px 0px 38px #d9d9d9;
    border-radius: 12px;
    width: calc(331px - 40px);
    will-change: transform;
    transition: all 0.4s ease;
}

.two-main-item div {
    width: 76px;
    height: 70px
}

.two-main-item p {
    font-weight: 700;
    margin-left: 18px;
    width: 210px;
    cursor: default;
}

.two-main-item img {
    max-width: 60px;
}

.two-main-item div.s-bg {
    position: absolute;
    left: 45px;
    bottom: 26px;
    width: 53px;
    height: 53px;
    border-radius: 53px;
    background: #00FEFF;
    z-index: -1;
    transition: all 0.4s ease;
}

.two-main-item:hover .s-bg {
    height: 77px;
    width: 77px;
    left: 33px;
    bottom: 32px;
}

.two-main-item:hover {
    transform: translateY(-7px);
}

h3 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #001E42;
}

.two-add {
    display: flex;
    padding-top: 31px;
    padding-bottom: 42px;
    justify-content: space-between;
}

.two-add p {
    line-height: 140%;
    max-width: calc(50% - 16px);
}

section.three {
    padding-top: 125px;
}

.three-main {
    display: flex;
    align-items: center;
    padding-bottom: 111px;
}

.three-main-item {
    display: flex;
    flex-basis: 50%;
    align-items: center;
}

.three-main h2 {
    max-width: 200px;
    margin-left: 15px;
    margin-top: 40px;
}

.three-main-item h3 {
    margin-top: 40px;
}

.three-add {
    padding-top: 53px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.three-add-item p {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #001E42;
    width: 290px;
    padding-left: 26px;
    padding-top: 48px;
}

.three-add-item {
    position: relative;
}

.three-add-item span {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 96px;
    line-height: 117px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #00FEFF;
    z-index: -1;
}

section.four {
    padding-top: 115px;
}

.four-main {
    display: flex;
    align-items: flex-end;
}

.four-main-item {
    flex-basis: 50%;
}

.four-main-item p {
    line-height: 140%;
}

.four-main-item span {
    font-weight: 700;
    z-index: 1
}

.btn-b {
    padding-top: 15px;
    display: flex;
}

.btn-b .btn:first-child {
    margin-right: 19px;
}

.btn.rev {
    position: relative;
    background: transparent;
    width: unset;
    padding: 6px 22px 17px 22px;
    align-items: flex-end;
    border: 2px solid #001E42;
}

.btn.rev:before {
    content: '';
    display: block;
    background-color: #00000010;
    width: calc(100% + 10px);
    height: 59px;
    position: absolute;
    top: -4px;
    left: -5px;
    -moz-transform: scale(0) translateZ(2px);
    -ms-transform: scale(0) translateZ(2px);
    -webkit-transform: scale(0) translateZ(2px);
    -o-transform: scale(0) translateZ(2px);
    transform: scale(0) translateZ(2px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    z-index: -1;
}

.btn.rev:hover:before {
    -moz-transform: scale(1) translateZ(2px);
    -ms-transform: scale(1) translateZ(2px);
    -webkit-transform: scale(1) translateZ(2px);
    -o-transform: scale(1) translateZ(2px);
    transform: scale(1) translateZ(2px);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    z-index: -1;
}

.plans-b {
    display: flex;
    justify-content: space-between;
}

.plans {
    border: 2px solid #001E42;
    padding: 38px 19px;
    text-align: center;
    color: #001E42;
    width: 217px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.plans:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 99px;
    background: #F2F2F2;
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,60deg) translate3d(0,-100%,0);
    transform: scale3d(1,1,1) rotate3d(0,0,1,60deg) translate3d(0,-100%,0);
    z-index: -1
}

.plans:hover::before {
    -webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,60deg) translate3d(0,295%,0);
    transform: scale3d(1,1,1) rotate3d(0,0,1,60deg) translate3d(0,295%,0);
}

.plans p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

.plans .p-t {
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    padding-top: 16px;
    text-transform: uppercase;
}

.plans .p-n {
    font-weight: 700;
    font-size: 70px;
    line-height: 115%;
    padding-top: 6px;
}

.plans .p-c {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    padding-top: 3px;
}

.plans .p-w {
    padding-top: 28px;
}

section.five {
    padding-top: 97px;
}

.btn svg {
    margin-left: 10px;
    z-index: 1
}

.btn.rev:hover svg #arr {
    transition: 0.4s ease;
    animation: arrdown 1.5s infinite;
}

@keyframes arrdown {
  0% {transform: translate(0px, 1px);}
  50% {transform: translate(0px, -6px);}
  100% {transform: translate(0px, 1px);}
}

.five-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 66px;
}

.five-main img {
    cursor: pointer;
    filter: grayscale(100);
    transition: all 0.4s ease
}

.five-main img:hover {
    filter: grayscale(0);
}

h4 { 
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #93A0AD;
    margin: 0 0 15px 0;
}

.five-add {
    display: flex;
    padding-bottom: 35px;
    justify-content: space-between;
}

.five-add:last-child {
    padding-bottom: 60px;
}

.five-add-item p,
.five-add-item li {
    font-size: 13px;
    line-height: 120%;
    color: #93A0AD;
    max-width: 529px;
}

.five-add-item p {
    margin-bottom: 15px;
}

.five-add-item li {
    margin-bottom: 8px;
}

.five-add-item ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

section.six {
    background-image: url(../img/six-bg.jpg);
    background-color: #001f42;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 40px;
}

.six-main {
    display: flex;
}

.six-main-item {
    position: relative;
    flex-basis: 50%
}

.six-main h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #FFFFFF;
    max-width: 374px;
    margin: 0 auto;
    margin-top: 52px;
}

form {
    width: 343px;
    transition: all 0.4s ease;
}

form .btn.contact-form__button:disabled {
    cursor: not-allowed;
}

form input.contact-form__input_name,
form input.contact-form__input_tel,
form input.contact-form__input_email,
form textarea {
    width: 100%;
    height: 42px;
    font-size: 18px;
    line-height: 140%;
    color: #252D37;
    text-indent: 20px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 17px;
    background: #ECECEC;
    border: none;
    border-bottom: 2px solid #ECECEC;
    transition: all 0.4s ease;
}

form input:not(.contact-form__file):focus,
form textarea:focus {
    border-bottom: 2px solid #00FEFF;
    box-shadow: 0px 0px 25px rgba(0, 254, 255, 0.25);
}

form input.contact-form__input_name {
    font-weight: 700;
    letter-spacing: 0.05em;
}

form input.contact-form__input_tel {
    font-weight: 700;
}

form input.contact-form__input_email {
    font-weight: 500;
}

input::-moz-placeholder,
textarea::-moz-placeholder { color: #93A0AD; font-weight: normal; letter-spacing: normal; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { color: #93A0AD; font-weight: normal; letter-spacing: normal; }
input:-ms-input-placeholder { color: #93A0AD; font-weight: normal; letter-spacing: normal; }
input::-ms-input-placeholder,
textarea:-ms-input-placeholder { color: #93A0AD; font-weight: normal; letter-spacing: normal; }
input::placeholder,
textarea::placeholder { color: #93A0AD; font-weight: normal; letter-spacing: normal; } 

form textarea {
    height: 70px;
    line-height: 200%;
}

.contact-form__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label.file {
    color: #fff;
    display: flex;
    align-items: center;
}

label.file span {
    margin-left: 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ECECEC;
    cursor: pointer;
}

.contact-form__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin-left: -25px;
}

.contact-form__checkbox-label {
    font-size: 10px;
    line-height: 140%;
    color: #93A0AD;
}

.checkbox_indicator {
    float: left;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    background: #ECECEC;
    box-sizing: border-box;
    margin-right: 9px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.checkbox_indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 7px;
    top: 4px;
    width: 4px;
    height: 7px;
    border: solid #001E42;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.contact-form__checkbox:checked~.checkbox_indicator:after {
    display: block;
}

.btn.contact-form__button {
    margin-bottom: 15px;
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    padding-left: 105px;
    cursor: pointer;
}


label.contact-form__input-wrapper {
    display: flex;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 15px;
    cursor: pointer;
}

.contact-form__input-wrapper {
    position: relative;
    display: flex;
}

.contact-form__error {
    opacity: 0;
    position: absolute;
    display: flex;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #EB5757;
    background: #FFFFFF;
    border-radius: 7px;
    padding: 12px 20px;
    align-items: center;
    justify-content: center;
    top: 35px;
    filter: drop-shadow(0px 0px 15px #FFACAC);
    left: 50%;
    transform: translate(-50%, 0);
    width: 180px;
    z-index: -1;
    transition: opacity 0.4s ease
}

.contact-form__error:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #fff transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    position: absolute;
}

.six form input.error-input {
   border-bottom: 2px solid #EB5757; 
}

.contact-form__description {
    opacity: 0;
    background: #fff;
    padding: 132px 48px 106px 48px;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: all 0.4s ease;
}

.contact-form__description p {
    width: 247px;
    font-size: 17px;
    line-height: 140%;
    margin-top: 26px;
}

.contact-form__description .close {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 20px;
}

footer {
    background: #06182F;
    margin: 0 auto;
    padding: 28px 0;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f-b-w {
    padding-top: 16px;
}

.f-b-i {
    display: flex;
    align-items: center;
}

.f-b-i a {
    margin-right: 13px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.f-b-i p {
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
}

.footer-main-item:last-child {
    text-align: right;
}

.footer-main-item:last-child p:first-child {
    width: 304px;
    margin-bottom: 19px;
}

footer p {
    color: #fff
}

footer p.blue {
    color: #00FEFF
}

a.under {
    padding-bottom: 3px;
}

a.under:hover {
    color: #00FEFF
}

a.under:hover + svg path {
    stroke-width: 2px;
    stroke-dashoffset: 0;
    stroke-dasharray: 148;
}

a.under + svg path {
    stroke-dasharray: 0 148;
    stroke-dashoffset: -74;
    stroke-width: 2px;
    fill: transparent;
    transition: stroke-width 0.4s, stroke-dashoffset 0.4s, stroke-dasharray 0.4s;
}

.under-wrap {
    display: flex;
    flex-direction: column;
}

.popup-form {
    user-select: none;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    padding: 96px 30px 30px;
    max-width: 343px;
    background: #fff;
}

.popup-form .close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000080;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.pop-on .popup-container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    box-sizing: border-box;
}

.popup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: -700px;
    width: 100%;
    transition: all 0.4s ease;
    z-index: 3;
}

.popup .file svg {
    filter: grayscale(1) invert(1);
}

.popup label.file span {
    color: #93A0AD
}

.mob-menu-b {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 420px;
    width: 100%;
    z-index: 99999;
    overflow: hidden;
    -webkit-transition: transform ease-in-out 0.3s;
    -moz-transition: transform ease-in-out 0.3s;
    -o-transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s;
    -moz-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -webkit-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    transform: translate(100%,0);
    background-color: #fff;
}

/* @media */

@media (max-width: 1169.8px) {
    .nav-b {
        max-width: calc(100% - 80px);
    }
    .one-main-item.last {
        max-width: 75%;
    }
    .two-main {
        justify-content: space-around;
    }
    .two-main-item p {
        width: 290px;
    }
    .three-add-item p {
        width: unset
    }
    .three-add-item {
        width: 33%;
    }
    .four-main {
        flex-wrap: wrap;
    }
    .four-main-item {
        flex-basis: 100%;
        padding-top: 30px;
    }
    .plans-b {
        justify-content: center;
    }
    .plans {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 959.8px) {
    .topUp {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
        width: calc(100% - 30px);
    }
    .scrolltop .nav-b {
        align-items: center;
    }
    .nav-b .mob-menu {
        margin-top: 4px;
    }
    .topUp .nav-b .mob-menu {
        margin-top: 0;
        margin-bottom: 4px;
    }
    .topUp .nav-b .lang {
        margin-top: 6px;
    }
    .main-menu, .add-menu {
        display: none;
    }
    .mob-menu {
        display: block;
    }
    .b-menu-on {
        height: 100vh;
        min-height: 100vh;
        overflow: hidden;
    }
    .b-menu-on .mob-menu-b {
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        z-index: 999999;
    }
    .close-mob-menu {
        width: 18px;
        height: 18px;
        position: absolute;
        top: 39px;
        right: 20px;
        cursor: pointer;
        z-index: 999999;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mob-menu-b a,
    .mob-menu-b p {
        color: #001E42;
    }
    .mob-menu-b .f-b-i a {
        width: 170px
    }
    .mob-menu-b .f-b-i a {
        margin-right: 8px;
    }
    .top-mob {
        padding-top: 39px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bot-mob {
        position: absolute;
        right: 40px;
        bottom: 38px;
        left: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .menu-list {
        padding-top: 44px;
        display: flex;
        flex-direction: column;
    }
    .menu-list a {
        margin-bottom: 36px;
    }
    .mob-menu-b .f-b-i {
        padding-top: 18px;
    }
    .lang-m {
        display: flex;
        justify-content: space-between;
        width: 87px;
    }
    .lang-m a {
        padding: 2px 4px;
        text-decoration: underline;
    }
    .lang-m a.active-l {
        text-decoration: unset;
        background: #F2F2F2;
    }
    p.h-t-a {
       position: static;
       text-align: left;
       margin-top: 40px; 
    }
    .one-main {
        flex-wrap: wrap;
    }
    .one-main-item.last {
        max-width: 100%;
    }
    section.one,
    section.two,
    section.three,
    section.four,
    section.five {
        padding-top: 57px;
    }
    .one-main-item h2,
    section.two h2 {
        margin-bottom: 20px;
    }
    section.three {
        padding-top: 125px;
    }
    .three-main {
        flex-wrap: wrap;
    }
    .three-main-item {
        flex-basis: 100%
    }
    .three-main {
        padding-bottom: 40px;
    }
    .plans-b {
        justify-content: left;
    }
    .plans {
        margin-left: 0;
        margin-right: 20px;
    }
    .five-main {
        justify-content: space-around;
        flex-wrap: wrap;
        padding-bottom: 36px;
    }
    .five-add {
        flex-wrap: wrap;
    }
    .five-add-item {
        padding-bottom: 15px;
    }
    .six-main {
        flex-wrap: wrap;
    }
    .six-main-item {
        display: flex;
        justify-content: left;
        flex-basis: 100%
    }
    .six-main h2 {
        margin-top: 0;
        max-width: unset;
    }
    .six-main-item:last-child {
        margin-top: 40px;
    }

}

@media (max-width: 639.8px) {
    .container {
        width: calc(100% - 30px);
        padding: 0 15px;
    }
    .scrolltop .nav-b {
        width: calc(100% - 30px);
    }
    .nav-b {
        max-width: calc(100% - 30px);
    }
    .two-add {
        flex-wrap: wrap;
    }
    .two-add p {
        max-width: 100%;
    }
    .two-add p:first-child {
        margin-bottom: 25px;
    }
    .three-add {
        padding-top: 23px;
    }
    .three-add-item {
        width: 100%;
    }
    .plans-b {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .plans {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .footer-main-item:last-child {
        text-align: left;
        margin-top: 15px
    }
}

@media (max-width: 479.8px) {
    header {
        background-image: url(../img/main-bg-m.jpg);
        background-size: cover;
    }
    section.six {
        background-image: url(../img/six-bg-m.jpg);
        background-size: cover;
    }
    .header-main .desc {
        max-width: 250px;
    }
    h1 {
        font-size: 40px;
        line-height: 103.32%;
    }
    p.h-t-a {
        font-size: 14px;
        line-height: 115%;
    }
    h2 {
        font-size: 36px;
        line-height: 44px;
    }
    body {
        font-size: 16px;
        line-height: 140%;
    }
    section.one, section.two, section.three, section.four, section.five {
        padding-top: 46px;
    }
    .two-main-item p {
        width: 210px;
        font-size: 18px;
    }
    .two-main-item {
        max-width: calc(100% - 40px);
    }
    .two-main {
        padding-bottom: 46px;
    }
    .three-main-item img {
        width: 159px;
        height: 159px;
    }
    .three-main-item {
        width: 100%;
        flex-basis: unset;
    }
    .three-main h2 {
        margin-top: 30px;
        font-size: 40px;
        max-width: 150px;
    }
    h3 {
        font-size: 22px;
        line-height: 130%;
    }
    .four-main-item {
        flex-basis: unset;
        width: 100%;
    }
    .btn-b .btn:first-child {
        margin-right: 15px;
    }
    .btn.rev {
        padding: 5px 10px 10px 10px;
    }
    .plans {
        width: 100%;
    }
    .btn-b {
        padding-top: 25px;
    }
    .plans:before {
        -webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,60deg) translate3d(0,-200%,0);
        transform: scale3d(1,1,1) rotate3d(0,0,1,60deg) translate3d(0,-200%,0);
    }
    .five-main img {
        width: 33%;
        height: auto;
    }
    h4 {
        font-size: 16px;
    }
    .five-add {
        padding-top: 15px;
    }
    .five-add-item p, .five-add-item li {
        font-size: 12px;
    }
    .six-main h2 {
        font-size: 30px;
    }
    form {
        width: 100%;
    }
    .f-b-i {
        margin-bottom: 18px;
    }
    .footer-main-item:last-child p:first-child {
        margin-bottom: 10px;
    }
    .contact-form__description {
        width: calc(100% - 80px);
        padding: 132px 40px 106px 40px;
    }
    .contact-form__description p {
        width: unset;
    }
    .btn.contact-form__button {
        justify-content: center;
        padding-left: unset;
    }
    .popup-form {
        width: calc(100% - 60px);
        padding: 96px 30px 30px;
    }
    .btn.rev:before {
        top: -7px;
    }
    .popup-form .contact-form__description {
        left: 0;
    }
}
@media (max-width: 349.8px) {
    .two-main-item p {
        font-size: 16px;
        margin-left: 16px;
    }
}