@font-face {
    font-family: 'Bebas';
    src: URL('./fonts/Bebas.ttf') format('truetype');
  }

html {
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #FFF;
    color: #000;
    overflow-x: hidden;
}

* {
    margin: 0;
    line-height: 100%;
    font-family: 'PT Sans', sans-serif;
    box-sizing: border-box;
}

body {
    max-width: 100vw;
    width: 100%;
}

section {
    padding: 40px 0;
    width: 100%;
}

header, footer {
    width: 100%;
}

.container {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

h1, h2, h3, h4, h5, h6, p, a, ul, li, img, input, button, fieldset {
    text-decoration: none;
    border: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas', arial;
}

a, button {
    cursor: pointer;
    user-select: none;
}

.btn {
    color: #FFF;
    font-family: 'Bebas', arial;
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: uppercase;
    background-color: #1b41bd;
    padding: 11px 28px;
    border-radius: 10px;
}

h1 {
    font-size: 4rem;
    color: #4d4d4d;
    font-weight: 500;
    text-align: center;
}

h1 u {
    font-family: 'Bebas', arial;
    font-size: 4rem;
    color: #4d4d4d;
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
}

h2 {
    font-size: 2.5rem;
    color: #4d4d4d;
    font-weight: 500;
}

header {
    height: 100px;
    background-color: #FFF;
}

header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

header .container>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px
}

header .container>div nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

header .container>div nav a {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
}

header .container>div .header-tel {
    color: #1b41bd;
    font-size: 1.2rem;
    font-weight: 700;
}

header img {
    width: 200px;
    height: auto;
    display: block;
}

.landing {
    background-image: url('./images/landing-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
}

.landing .container {
    padding-left: 100px;
}

.landing h1 {
    color: #4d4d4d;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1;
    text-align: left;
}

.landing h2 {
    color: #005ba5;
    font-size: 2.55rem;
    font-weight: 500;
    margin-top: 20px;
}

.block-1 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.block-1 .container {
    max-width: 960px;
    overflow-x: visible;
}

.block-1 h2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
}

.block-1 .btn {
    font-size: 1.75rem;
    padding: 10px 72px;
}

.block-1 .btn.buy {
    padding: 10px 96px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.block-2 .btn.buy {
    padding: 10px 96px;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 1.75rem;
}

.block-1 h1 {
    margin-top: 70px;
}

.block-1 h1.no-top-margin {
    margin-top: 0;
}

.block-1 p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 40px;
    text-align: center;
}

.block-1 p.pluses {
    text-align: left;
    align-self: flex-start;
}

.block-1 p.pluses.list {
    margin-top: 20px;
    white-space: nowrap;
}

.grid-4-items {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.grid-4-items>div {
    max-width: 45%;
    display: FLEX;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.grid-4-items>div p {
    text-align: left;
    margin-top: 10px;
    opacity: .6;
}

.grid-4-items>div h2 {
    color: #000;
}

.block-1 p.pluses.opac {
    opacity: .6;
    line-height: 1.2;
}

.block-1 p.pluses.top {
    margin-top: 60px;
}

.section-lol {
    background-image: url('./images/section-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
}

.block-2 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.block-2 .container {
    max-width: 1200px;
    overflow-x: visible;
}

.block-2 .container h1:first-child {
    text-align: left;
    padding: 40px 0;
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
}

.block-2 .container h2 {
    text-align: center;
    color: #005ba5;
}

.block-2 .container h2.under {
    margin-top: 80px;
    margin-bottom: 80px;
}

.grid-2-prods {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 80px;
}

.grid-2-prods>div {
    display: flex;
    flex-direction: column;
    max-width: 46%;
    min-height: 960px;
}

.grid-2-prods>div img.prod {
    width: 100%;
    height: auto;
    display: block;
}

.grid-2-prods>div p {
    font-size: 1.2rem;
    line-height: 1.35;
    margin-top: 30px;
    min-height: 360px;
}

.grid-2-prods>div .btn {
    display: block;
    max-width: max-content;
    margin: 0 auto;
    margin-top: 40px;
    padding: 12px 96px;
    font-size: 1.75rem;
}

.grid-2-prods>div>img:first-child {
    margin-bottom: 40px;
    height: auto;
    width: 320px;
    display: block;
    flex-shrink: 0;
    align-self: flex-end;
    margin-right: 60px;
}

.block-2 h1.mrg-top {
    margin-top: 120px;
}

.grid-qu {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
}

.grid-qu>div {
    max-width: 46%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.grid-qu>div p {
    font-size: 1.2rem;
    line-height: 1.35;
    margin-top: 30px;
    min-height: 360px;
}

.prod-big {
    margin-top: 60px;
}

.block-2 h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.14rem;
    color: #4d4d4d;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin-top: 80px;
    margin-bottom: 80px;

}

.grid-benefits {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
}

.grid-benefits>div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    min-height: 300px;
}

.grid-benefits>div>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.grid-benefits img {
    width: 54px;
    height: auto;
}

.grid-benefits p {
    font-size: 1.2rem;
}

.block-2 h1.size3-9 {
    font-size: 3.9rem;
    margin-top: 120px;
}

.pl-3 {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.pl-3>div {
    max-width: 25%;
    text-align: center;
}

.block-2 .pl-3>div h2 {
    font-size: 3rem;
    color: #000;
}

.pl-3>div p {
    font-size: 1.2rem;
    line-height: 1.05;
    margin-top: 20px;
}

h1.top-green {
    margin-top: 120px;
}

.grid-green {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    margin-top: 60px;
}

.grid-green>div {
    text-align: center;
}

.grid-green>div img {
    height: 240px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.grid-green>div p {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
    color: #4d4d4d;
}

.block-2 .container p.under-green-p {
    font-size: 1.2rem;
    max-width: 86%;
    font-weight: 700;
    color: #4d4d4d;
    line-height: 1.2;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.block-2 .container h2.feedback {
    margin-top: 40px;
    margin-bottom: 40px;
}

.block-2 .container p.feedback {
    font-size: 1.2rem;
    font-weight: 700;
}

.grid-feedback {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center;
    justify-content: center;
}

.grid-feedback img {
    width: 200px;
    height: auto;
}

.block-2 .container p.feedback-2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
}

.block-2 .container h2.feedback-2 {
    margin-top: 60px;
}

.block-2 .container h2.where {
    margin-top: 20px;
}

.grid-proiz {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 200px;
}

.grid-proiz img {
    height: 80px;
    width: auto;
}

.block-2 .container h2.market {
    margin-top: 60px;
}

.block-2 .container h2.cont {
    margin-top: 20px;
    line-height: 1.2;
}

.grid-market {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
}

.grid-market img {
    height: 54px;
    display: block;
    width: auto;
}

.grid-market img.wb {
    height: 72px;
}

form {
    max-width: 760px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}

form label {
    margin-top: 25px;
    margin-bottom: 10px;
}

.horizontal-form__politics {
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
    color: #005ba5;
}

a.cb {
    color: #005ba5;
    font-weight: 800;
}

form label h2 {
    font-size: 1.2rem;
}

form input {
    width: 760px;
    background-color: #ffffff;
    padding: 0 20px;
    height: 60px;
    font-size: 1.2rem;
    font-family: 'Bebas', arial;
    text-transform: uppercase;
    color: #000;
    border-radius: 10px;	
}

form input::placeholder {
    font-size: 1.2rem;
    font-family: 'Bebas', arial;
    text-transform: uppercase;
    color: #000;
    opacity: .4;
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

form .btn {
    margin: 0 auto;
    margin-top: 30px;
    font-size: 1.8rem;
    padding: 12px 72px;
}

.pre-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: 100%;
    margin-top: 80px;
}

.pre-footer>div {
    min-width: 50%;
}

.pre-footer>div p{
    font-size: 1.2rem;
    line-height: 1.2;
}

.pre-footer>div a {
    color:#005ba5;
}

.pre-footer nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pre-footer nav a {
    font-size: 1.2rem;
    color:#005ba5;
}

@media only screen and (max-width: 1460px) {
    header .container {
        padding: 0 60px;
    }

    .landing {
        min-height: 480px;
    }
}

@media only screen and (max-width: 1100px) {
    html {
        font-size: 10px;
    }

    .container {
        padding: 0 40px;
    }

    .landing .container {
        padding-left: 40px;
    }

    .landing {
        min-height: 230px;
        background-image: url('./images/landing-mob-bg.png');
        background-position-y: top;
    }

    section {
        padding: 20px 0;
    }

    .landing h1 {
        font-size: 4rem;
    }

    .landing h2 {
        margin-top: 10px;
        font-size: 2.1rem;
    }

    header .container>div {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    header .container>div.header-right {
        flex-direction: column-reverse;
    }

    header {
        padding: 16px 0;
        height: auto;
    }

    header .container {
        padding: 0 20px;
    }

    .grid-qu img {
        height: 72px;
        width: auto;
    }

    .grid-qu>div p {
        margin-top: 10px;
    }

    .block-1 h2 {
        flex-direction: column;
        gap: 16px;
        font-size: 2rem;
    }

    .block-1 .btn {
        padding: 10px 42px;
    }

    .pre-footer>div p {
        font-size: 1.4rem;
    }

    .block-2 .container h2.feedback-2 {
        margin-top: 40px;
    }

    .pre-footer nav a {
        font-size: 1.4rem;
        line-height: 1.2;
    }

    .block-1 h1 {
        margin-top: 40px;
        font-size: 2rem;
    }

    .block-1 h1 u {
        font-size: 2rem;
    }

    .block-1 h1 br {
        display: none;
    }

    .block-1 p {
        margin-top: 20px;
        text-align: left;
        font-size: 1.5rem;
    }

    .block-1 p.pluses.list {
        white-space: inherit;
    }

    .block-1 .btn.buy {
        padding: 10px 64px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .block-1 h1.no-top-margin br, .block-1 h1.br br {
        display: block;
    }

    .grid-4-items>div {
        max-width: 100%;
    }

    .grid-4-items {
        width: 100%;
    }

    .block-1 p.pluses.opac {
        font-size: 1.8rem;
    }

    .section-lol {
        min-height: 160px;
    }

    .block-2 .container h1:first-child {
        font-size: 2rem;
        padding: 20px 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-width: 2px;
    }

    .block-2 .container h2.under {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 1.8rem;
    }

    .block-2 .container h2 {
        font-size: 3rem;
    }

    .grid-2-prods {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 80px;
    }

    .grid-2-prods>div {
        max-width: 100%;

    }

    .grid-2-prods>div>img:first-child {
        margin-right: 0;
        width: 60%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .block-2 .container .grid-2-prods h2 {
        font-size: 2.8rem;
    }

    .grid-2-prods>div {
        min-height: auto;
    }

    .grid-2-prods>div p{
        min-height: auto;
    }
    
    .grid-2-prods>div p, .grid-qu>div p {
        font-size: 1.6rem;
    }

    .grid-qu{
        flex-direction: column;
        gap: 60px;
    }

    .grid-qu>div {
        max-width: 100%;
    }

    .prod-big {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .block-2 h3 {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 1.5rem;
    }

    .grid-benefits>div {
        min-height: auto;
    }

    .grid-benefits {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .grid-benefits img {
        width: 42px;
        height: auto;
    }

    .grid-benefits p{
        font-size: 1.4rem;
    }

    .block-2 .btn.buy {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    iframe {
        width: 100%;
        height: auto;
    }

    .pl-3 {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .pl-3>div p {
        font-size: 1.5rem;
    }

    .pl-3>div {
        max-width: 60%;
    }

    .grid-green>div img {
        height: 140px;
    }

    .grid-green>div p{
        font-size: 1.6rem;
    }

    .block-2 .container p.under-green-p {
        font-size: 2rem;
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .block-2 .container p.feedback, .block-2 .container p.feedback-2 {
        font-size: 1.6rem;
        text-align: center;
    }

    .block-2 .container p.feedback-2 {
        font-size: 1.9rem;
    }

    .grid-feedback {
        flex-direction: column;
    }

    .grid-proiz {
        flex-direction: column;
        gap: 20px;
        margin-top: 12px;
    }

    .grid-proiz img {
        height: 42px;
    }

    .grid-market {
        flex-direction: column;
        gap: 16px;
        margin-top: 12px;
    }
    
    .grid-market img {
        height: 42px;
    }

    form{
        margin-top: 20px;
        max-width: 100%;
    }

    form input {
        width: 100%;
    }

    .iti--separate-dial-code input[type=tel] {
        width: calc(100vw - 80px);
    }

    form input {
        font-size: 1.8rem;
        font-family: 'Bebas', arial;
    }
    
    form input::placeholder {
        font-size: 1.8rem;
    }

    .block-2 .container h2 {
        font-size: 2rem;
    }

    .block-2 .container h2.cont {
        font-size: 3rem;
    }

    .pre-footer {
        flex-direction: column;
    }

    form .btn {
        font-size: 3rem;
        max-width: 100%;
        width: 100%;
    }
}


.iti--separate-dial-code .iti__selected-flag {
    border-radius: 10px 0 0 10px;
}

.btn.main_butt {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    margin-top: 25px;
}

.my-5 {
    margin-top: 5rem!important;
    margin-bottom: 3rem!important;
}
.why-here {
    max-width: 752px;
    margin: 3.2rem auto 0;
}
.why-here__item {
    display: flex;
    align-items: center;
    margin-bottom: 3.2rem;
}
.why-here__icon {
    min-width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.72rem;
    background: #f3f9fc;
    border-radius: 7px;
}
.why-here__icon i {
    color: #32aae6;
}
.why-here__title {
    font: 700 1.32rem/1.52 "PT Sans";
    margin: 0;
    color: #131415;
    text-transform: uppercase;
    font-size: 21px;
}

.why-here__description {
    font: 400 1.12rem/1.42 "PT Sans";
    color: #282e33;
    font-size: 18px;
    line-height: 24px;
}

    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	
	.opr_info{
		font-size: 22px;
		line-height: 28px;
		margin: 20px 0;
	}
	
	.mt40{
		margin-top: 40px;
	}
	
	.swiper-button-next:after, .swiper-button-prev:after {
    color: #00b6ff!important;
	}


.block-2 .container h2.cont {
    margin-bottom: 12px;
}

.form-info {
    margin: 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
}

.opt_form {
    background-color: #edf7ff;
    border-radius: 20px;
    padding: 25px 25px 40px 25px;
    margin: 60px 0;
    max-width: 890px;
    display: flex;
    flex-direction: column;
    align-items: center;
}




@media only screen and (max-width: 567px) {
.btn.main_butt {
    max-width: 172px;
    margin: 20px auto 0 auto;
    font-size: 18px;
}
.fix_mob{
	display:none;
}

.why-here__title {
    font-size: 18px;
}

.why-here__description {
    font-size: 16px;
    line-height: 18px;
}

.why-here__icon {
    min-width: 32px;
    height: 32px;
    margin-right: 15px;
}

.opr_info{
    font-size: 16px;
    line-height: 20px;
}

.mt40{
	margin-top: 30px;
}

p.form-info {
    font-size: 18px;
    line-height: 22px;
}

.horizontal-form__politics {
    font-size: 11px;
}


}

