body {
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    background-color: #F4F4F4;
}

a {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.wrap {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

/* mobmenu */
.mobmenu {
    z-index: 10;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: -2000px;
    display: block;
    background-color: #0042AA;
}
    
.mobmenu__close-menu {
  position: fixed;
  display: flex;
  right: 20px;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 10px;
  font-size: 24px;
  color: #fff;
  top: -100%;
  z-index: 7;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.mobmenu__close-menu img {
    width: 30px;
    height: 30px;
    margin: auto;
}

.mobmenu__nav {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -115px;
    z-index: 5;
    width: 300px;
}

.mobmenu__main-menu-item {
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.mobmenu__main-menu-item a {
  text-decoration: none;
  font-size: 50px;
  line-height: 1;
  color: white;
}

.mobmenu__menu-btn {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 1;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
}

.mobmenu__menu-btn img {
    width: 100%;
    height: 100%;
}

.mobmenu__menu-btn {
    display: none;
}

.mobmenu__back {
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    width: 100%;
    top: 50%;
    margin-top: -50%;
}

footer {
    background-color: #0042AA;
    margin-top: 100px;
}

.footer__logo {
    width: 400px;
    display: block;
}

.footer__logo img {
    width: 100%;
    height: 100%;
}

.footer__topline {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.footer__menu {
    display: flex;
}

.footer__menu li {
    margin-left: 50px;
}

.footer__menu li a {
    color: white;
    font-size: 22px;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 50px;
    border-top: 1px solid #C2C2C2;
    padding-top: 5px;
}

.footer__copyright {
    color: #C2C2C2;
}

.footer__cookies a {
    color: #C2C2C2;
    margin-left: 10px;
}

.footer__menu > li > a:after {
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    margin-top: 2px;
    background-color: white;
}

.footer__menu > li > a:hover:after {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.first {
    background-color: #0042AA;
}

.header__logo {
    display: inline-block;
}

.header__logo img {
    width: 100%;
    height: 100%;
}

header {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}

.header__ul {
    display: flex;
}

.header__ul li {
    margin-left: 50px;
    font-size: 22px;
}

.header__ul li a {
    color: white;
}

.header__ul > li > a:after {
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    margin-top: 2px;
    background-color: white;
}

.header__ul > li > a:hover:after {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

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

.offer__img {
    width: 60%;
    margin-bottom: -100px;
    z-index: 1;
    position: relative;
}

.offer__img img {
    width: 100%;
}

.offer__title {
    color: white;
    font-size: 80px;
    line-height: 1.2;
    font-weight: bold;
}

.offer__content {
    margin: auto;
    width: 40%;
}

.offer__link {
    color: white;
    border: 1px solid white;
    padding: 20px 40px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 50px;
}

.offer__link:hover {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: white;
    color: #0042aa;
}

.offer__blueimg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #002D73;
    z-index: 3;
    transform-origin: left;
}

.offer__grayimg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 2;
    transform-origin: left;
}

.mabout {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.mabout__content {
    width: 72%;
    margin: auto;
}

.mabout__text {
    font-size: 26px;
    width: 500px;
    color: #797979;
}

.mabout__img {
    width: 50%;
}

.mabout__blue {
    color: #0042AA;
}

.mabout__text span {
    opacity: 0.1;
}

.mabout__link {
    color: white;
    padding: 20px 40px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 50px;
    background-color: #0042AA;
    opacity: 0;
}

.mabout__link:hover {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #0063FE;
}

.adv {
    background-color: #0042AA;
    margin-top: 200px;
    padding-bottom: 50px;
}

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

.adv__item {
    width: 30%;
    height: 600px;
    color: white;
    display: flex;
    flex-direction: column;
    position: relative;
    background-size: cover;
}

.adv__item:nth-child(1) {
    margin-top: -150px;
}

.adv__item:nth-child(2) {
    margin-top: -100px;
}

.adv__item:nth-child(3) {
    margin-top: -50px;
}

.adv__number {
    margin-left: 20px;
    margin-top: 20px;
}

.adv__text {
    margin-top: auto;
    margin-bottom: 20px;
    width: 90%;
    margin-left: 20px;
    font-size: 28px;
    line-height: 1.2;
}

.adv__blueback {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #002D73;
    z-index: 3;
    transform-origin: left;
}

.adv__grayback {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 2;
    transform-origin: left;
}

.products {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
}

.products__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products__toptitle {
    font-size: 80px;
    font-weight: bold;
    color: #595959;
}

.products__text {
    width: 30%;
}

.products__items {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.products__item {
    width: 30%;
    height: 500px;
    display: flex;
    margin-bottom: 50px;
    opacity: 0;
    background-size: cover;
}

.products__items:after {
    content: "";
    width: 30%;
}

.products__title {
    color: white;
    margin-top: auto;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-top: 1px solid white;
    padding-top: 20px;
    font-weight: bold;
    font-size: 24px;
}

.products__link {
    color: white;
    padding: 20px 40px;
    display: inline-block;
    border-radius: 50px;
    background-color: #0042AA;
    margin-left: auto;
    margin-right: auto;
}

.products__link:hover {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #0063FE;
}

.cbanner__back {
    background-color: #0042AA;
    color: white;
    margin-top: 200px;
}

.cbanner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}

.cbanner__content {
    margin: auto;
    width: 500px;
}

.cbanner__title {
    font-size: 80px;
    font-weight: 700;
}

.cbanner__link {
    color: white;
    border: 1px solid white;
    padding: 20px 40px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 30px;
}

.cbanner__link:hover {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: white;
    color: #0042aa;
}

.cbanner__img {
    width: 60%;
    margin-top: -100px;
    position: relative;
}

.cbanner__img img {
    width: 100%;
}

.cbanner__blueback {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #002D73;
    z-index: 3;
    transform-origin: left;
}

.cbanner__grayback {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 2;
    transform-origin: left;
}

.mcontacts {
    margin-top: 100px;
    display: flex;
}

.mcontacts__img {
    width: 40%;
    position: relative;
}

.mcontacts__img img {
    width: 100%;
}

.mcontacts__content {
    width: 40%;
    margin: auto;
}

.mcontacts__title {
    font-size: 80px;
    font-weight: bold;
    color: #595959;
}

.mcontacts__items {
    margin-top: 10px;
}

.mcontacts__item {
    margin-bottom: 20px;
}

.mcontacts__minitext {
    color: gray;
    font-weight: bold;
}

.mcontacts__blueback {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #002D73;
    z-index: 3;
    transform-origin: left;
}

.mcontacts__grayback {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 2;
    transform-origin: left;
}

/* modal */
.white-popup {
    position: relative;
    background-color: white;
    padding: 40px 0px 0px;
    width: auto;
    max-width: 300px;
    margin: 20px auto;
}

.ajax_form {
    padding-left: 20px;
}

.input-area {
    border: 1px solid #dbdbdb;
    transition: border 0.15s;
    box-shadow: none !important;
    font-size: 14px;
    padding: 15px 0px;
        padding-left: 0px;
    padding-left: 0px;
    margin-top: 10px;
    margin-left: 0px;
    width: calc(100% - 40px);
    padding-left: 20px;
}

.ajax_form .error {
    font-size: 14px;
    line-height: 1;
}

.form-btn {
    display: block;
    position: relative;
    width: calc(100% - 20px);
    text-decoration: none;
    user-select: none;
    padding: 15px 0px;
    outline: none;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border: none;
    color: white;
    font-size: 14px;
    margin-left: 0px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    background-color: #0042AA;
}

.form-btn:hover {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #0063FE;
}

.s-message {
    display: none;
}

.label-check__input:checked + .label-check__new-input {
    background: #fbbf14;
    border-radius: 5px;
}

.checkbox {
    float: left;
    margin-top: 20px;
    line-height: 1;
    width: 85%;
    margin-left: 25px;
    margin-bottom: 30px;
}

.checkbox a {
    color: black;
}

.label-check-text {
    font-size: 11px;
    line-height: 1.3;
}

.label-check__input {
    display: none;
}

.label-check {
    position: relative;
}

.label-check__new-input {
    position: absolute;
    left: -25px;
    top: 10px;
    width: 15px;
    height: 15px;
    border: 1px solid #fbbf14;
}

.form-btn:hover > .form__linkback {
    opacity: 0;
    transition: all .3s ease-in-out;
}

.form-btn:hover > .form__linkname {
    color: white;
}

.textpage {
    margin-top: 50px;
    margin-bottom: 50px;
}

.textpage h2 {
    font-size: 22px;
    margin-top: 20px;
    font-weight: 600;
}

.textpage h3 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
}

.cookie-block {
    width: 100%;
    background-color: #0042AA;
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 100000;
    text-align: center;
    -webkit-transform: translateZ(0);
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}

.cookie-block a {
    color: white;
    text-decoration: underline;
}

.cookie-block p {
    display: inline-block;
    float: left;
    font-size: 12px;
    margin-top: 10px;
}

.cookie-block .ok {
    padding: 5px 15px 5px 15px;
    margin-left: 20px;
    display: inline-block;
    text-decoration: none;
    float: right;
}
























@media(max-width: 1600px) {
    
}

@media(max-width: 1500px) {
    .offer__title, .products__toptitle, .cbanner__title, .mcontacts__title {
        font-size: 60px;
    }

    .adv__item {
        height: 400px;
    }

    .adv__text {
        font-size: 20px;
    }

    .cbanner__content {
        width: 30%;
        margin-left: 0px;
    }

    .products__text {
        width: 65%;
    }
}

@media(max-width: 1200px) {
    .offer__title, .products__toptitle, .cbanner__title, .mcontacts__title {
        font-size: 50px;
    }

    .products__item {
        height: 400px;
    }

    .footer__bottom {
        font-size: 14px;
    }
}

@media(max-width: 1024px) {
    .header__ul li, .footer__menu li a {
        font-size: 18px;
    }

    .footer__menu li {
        margin-left: 30px;
    }

    .header__ul li {
        margin-left: 30px;
    }

    .offer__title, .products__toptitle, .cbanner__title, .mcontacts__title {
        font-size: 40px;
    }

    .mabout__text {
        font-size: 20px;
        width: 400px;
    }

    .adv__item {
        height: 300px;
    }

    .adv__text {
        font-size: 18px;
    }

    .products__top {
        align-items: flex-start;
    }

    .products__item {
        height: 300px;
    }

    .cbanner__content {
        width: 35%;
    }

    .cbanner {
        padding-bottom: 50px;
        padding-top: 30px;
    }

    .footer__logo {
        width: 200px;
    }

    .footer__bottom {
        font-size: 14px;
    }

    .header__logo {
        width: 280px;
    }

    header {
        margin-top: 0px;
    }

    .offer__link, .mabout__link, .products__link, .cbanner__link {
        padding: 15px 30px;
    }

    .offer__link {
        margin-top: 30px;
    }

    .mabout__link {
        margin-top: 30px;
    }
}

@media(max-width: 768px) {
    .offer {
        flex-direction: column;
        margin-top: 100px;
    }

    .offer__content {
        width: 100%;
    }

    .offer__img {
        width: 100%;
        margin-bottom: -50px;
        margin-top: 50px;
    }

    .header__ul {
        display: none;
    }

    .mabout__img {
        display: none;
    }

    .mabout__content {
        width: 80%;
    }

    .mabout__text {
        width: 100%;
        font-size: 24px;
    }

    .adv__items {
        flex-direction: column;
    }

    .adv__item {
        width: 100%;
        margin-bottom: 50px;
    }

    .adv__item:nth-child(1) {
        margin-top: -50px;
    }

    .adv__item:nth-child(2) {
        margin-top: 0px;
    }

    .adv__item:nth-child(3) {
        margin-top: 0px;
        margin-bottom: -100px;
    }

    .products__top {
        flex-direction: column;
    }

    .products__text {
        width: 100%;
    }

    .offer__title, .products__toptitle, .cbanner__title, .mcontacts__title {
        font-size: 50px;
    }

    .adv__text {
        font-size: 20px;
    }

    .products__item {
        width: 48%;
    }

    .products__title {
        font-size: 20px;
    }

    .cbanner {
        flex-direction: column;
    }

    .cbanner__content {
        width: 100%;
    }

    .cbanner__img {
        width: 100%;
        margin-top: 50px;
        margin-bottom: -50px;
    }

    .cbanner__back {
        margin-top: 100px;
        padding-top: 50px;
    }

    .cbanner {
        padding-bottom: 0px;
    }

    .mcontacts {
        flex-direction: column;
    }

    .mcontacts__img {
        width: 100%;
    }
    
    .mcontacts__content {
        width: 100%;
        margin-top: 50px;
    }

    .footer__topline {
        flex-direction: column;
    }

    .footer__menu li {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .footer__menu li a {
        font-size: 22px;
    }

    .footer__menu {
        flex-direction: column;
        margin-top: 30px;
    }

    .footer__logo {
        width: 300px;
    }

    .mobmenu__menu-btn {
        display: block;
    }
}

@media(max-width: 480px) {
    .products__item {
        width: 100%;
    }
}
