*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {}

body input:required:valid,
body textarea:required:valid {}

html.js .loader {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

html.js .loader_inner {
    background-image: url("../img/preloader.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute;
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.6;
    font-family: "PT Sans", sans-serif;
    color: #3D3D3D;
    overflow-x: hidden;
}

#map {
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;
}

body.lock {
    overflow: hidden;
    height: 100%;
}

.hidden {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}

img[data-fancybox] {
    cursor: zoom-in;
}

.header {
    position: relative;
    padding: 20px 0;
    background: #044C98;
    color: #fff;
    transition: all .3s ease;
}

.header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 0;
    z-index: 20;
}

.header.fixed .logo a span {
    font-size: 20px;
}

.header.fixed .logo a {
    font-size: 16px;
}

.header a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2;
    transition: all .3s ease;
}

.logo a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2;
    transition: all .3s ease;
}

.logo a span {
    display: block;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    transition: all .3s ease;
}

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

.nav__link {
    margin-right: 15px;
    font-size: 18px;
    padding: 10px;
}

.nav__link:last-child {
    margin-right: 0;
}

.hamburger {
    position: relative;
    display: none;
    padding: 10px;
    transform: translateY(8px);
    z-index: 15;
}

.hamburger-box {
    width: 35px;
}

.hamburger:focus {
    outline: none;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    height: 3px;
    background-color: #fff;
}

.main {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 90vh;
    min-height: 700px;
    color: #fff;
}

.main__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 45px;
    background: rgba(4, 76, 152, 0.95);
    border-radius: 3px;
}

.main__title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
}

.main__subtitle {
    font-size: 34px;
    line-height: 1.3;
}

.main__subtitle span {
    color: #FE685B;
    white-space: nowrap;
}

.owl-carousel button.owl-dot {
    background: rgba(4, 76, 152, 0.25);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 4px;
}

.owl-carousel button.owl-dot.active {
    background: rgba(4, 76, 152, 0.65);
}

.owl-dots {
    transform: translateY(-40px);
    text-align: center;
}

section {
    padding: 100px 0;
}

.section__title {
    position: relative;
    margin-bottom: 50px;
    padding-top: 15px;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.3;
}

.section__title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 4px;
    background: #FE685B;
}

.services__img {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 72% 0;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.services__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services__content {
    font-size: 18px;
    line-height: 1.4;
}

.services.delivery {
    background: #1C2430CC;
    color: #fff;
}

.services.delivery .services__img {
    border: 1px solid #D9D9D9;
}

.features {
    background: #F1F5FF;
}

.features .section__title {
    margin-bottom: 0;
}

.features__item {
    position: relative;
    padding: 30px 45px;
    margin-bottom: 40px;
    background: #fff;
    overflow: hidden;
}

.features__item::before {
    content: '';
    position: absolute;
    display: block;
    bottom: -25px;
    left: -22px;
    width: 50px;
    height: 41px;
    border: 8px solid transparent;
    border-top: 20px solid #F1F5FF;
}

.features__item::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -29px;
    right: -28px;
    width: 50px;
    height: 50px;
    border: 20px solid transparent;
    border-top: 20px solid #F1F5FF;
    transform: rotate(-40deg);
}

.features__item h3 {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.features__item-1 {
    transform: translateX(-65px);
}

.features__item-2,
.features__item-3 {
    transform: translateX(-45px);
}

.features__item-4 {
    transform: translateX(-22.5px);
}

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

.gallery__item {
    position: relative;
    width: 32.8%;
    padding: 0 0 26% 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.gallery__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.btn {
    display: inline-block;
    padding: 11px 28px;
    background: #FE685B;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    transition: all .3s ease;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    text-decoration: none;
    background: #f57c71;
}

.cta {
    position: relative;
    background: #044C98;
    overflow: hidden;
}

.cta::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 310px;
    background: url(../img/dots.png) no-repeat center;
    background-size: cover;
}

.cta__wrap::after {
    content: '';
    position: absolute;
    right: 50px;
    top: -400px;
    width: 600px;
    height: 1500px;
    background: rgba(61, 61, 61, 0.2);
    transform: rotate(31.94deg);
    z-index: 1;
}

.cta__inner {
    display: flex;
}

.cta__content {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.cta__title {
    margin-bottom: 40px;
    color: #fff;
    font-size: 32px;
    line-height: 1.3;
}

.cta__wrap {
    position: relative;
}

.cta__content,
.cta__wrap {
    width: 50%;
}

.cta__title-wrap {
    max-width: 380px;
    z-index: 5;
}

.cta__form {
    position: relative;
    padding: 70px;
    background: #fff;
    z-index: 5;
}

.cta__form .section__title {
    margin-bottom: 10px;
    text-transform: none;
}

.form__subtitle {
    display: inline-block;
    margin-bottom: 25px;
    line-height: 1.3;
}

.input {
    display: inline-block;
    width: 100%;
    padding: 11px 25px;
    margin-bottom: 15px;
    border: none;
    outline: none;
    background: #F1F1F1;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #9B9B9B;
    font-size: 14px;
}

.input::placeholder {
    color: #9B9B9B;
}

.form__button {
    display: inline-block;
    background: rgba(4, 76, 152, 0.8);
    border-radius: 3px;
    border: none;
    padding: 10px 25px;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
}

.form__button:hover {
    background: #166cc7cc;
}

.policy {
    display: inline-block;
    width: 220px;
    padding-left: 15px;
    font-size: 12px;
    color: #898989;
    transform: translateY(7px);
    line-height: 1.3;
}

.policy a {
    color: #898989;
}

.map {
    padding-bottom: 0;
}

.map .section__title {
    text-align: center;
}

.map .section__title::before {
    left: 50%;
    margin-left: -31px;
}

.map__content {
    box-shadow: 0px 4px 4px 0px #00000040;
}

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

.contacts__wrap {
    padding: 35px 55px;
    background: #F1F1F1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.contacts__wrap:first-child {
    width: 54%;
}

.contacts__wrap:last-child {
    width: 44%;
}

.contacts__subtitle {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
}

.contacts__item {
    position: relative;
    padding-left: 27px;
    margin-bottom: 20px;
    color: #000000;
}

.contacts__icon {
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: auto;
}

.contacts__item h5 {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1;
}

.contacts__item a {
    display: block;
    font-size: 18px;
    color: #000;
}

.mb0 {
    margin-bottom: 0;
}

.footer {
    padding: 40px 0;
    background: #3D3D3D;
    color: #fff;
    font-size: 12px;
}

.footer a {
    color: #fff;
}

.footer__logo {
    text-align: center;
}

.footer__policy {
    display: block;
    text-decoration: underline;
    font-size: 13px;
    margin-bottom: 10px;
}

.footer__dev {
    text-align: right;
    transform: translateY(32px);
}

.success {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px;
    z-index: 15;
}

.success span {
    margin: auto;
    text-align: center;
}

.success~* {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.success.active~* {
    opacity: .5;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

#callback {
    max-width: 550px;
    padding: 50px;
}

#callback .cta__form {
    padding: 0;
}

#policy__modal {
    max-width: 800px;
}

.news {
    padding-top: 0;
}

.news__slider-item {
    display: flex;
    background: #F0F0F0;
    border: 1px solid #DBDBDB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 35px 50px;
}

.news__slider .owl-dots {
    transform: translateY(5px);
}

.news__slider-content {
    width: 40%;
    padding-right: 20px;
}

.news__slider-img {
    width: 60%;
}

.news__slider-content h3 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.news__slider-content p {
    margin-bottom: 10px;
}

.news__slider-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.news-img-1 { grid-area: 1 / 1 / 2 / 2; }
.news-img-2 { grid-area: 1 / 2 / 3 / 3; }
.news-img-3 { grid-area: 2 / 1 / 3 / 2; }

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -50px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 30px;
    color: #919191;
    background: #F0F0F0;
    display: inline-block;
}

.owl-carousel .owl-nav button.owl-prev span {
    line-height: 1;
    display: inline-block;
    transform: translateY(-11px);
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -50px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 30px;
    color: #919191;
    background: #F0F0F0;
    display: inline-block;
}

.owl-carousel .owl-nav button.owl-next span {
    line-height: 1;
    display: inline-block;
    transform: translateY(-11px);
}

.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
    display: none;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: #FE685B;
}

.news-img-2 {
    height: 100%;
    object-fit: cover;
}