/*========== Site setup ==========*/

@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,900&display=swap);

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*========== Colors ==========*/

/*========== Font and typography ==========*/

/*========== Font weight ==========*/

/*========== Z-index ==========*/

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

html body {
    display: block;
    position: relative;
    height: 100%;
    background: #ffffff;
    color: #2C2838;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

html body a {
    color: #288AE2;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

html body a:hover {
    color: #288AE2;
}

html body main {
    overflow-x: hidden;
}

html body img {
    max-width: 100%;
    height: auto;
}

html body h1,
html body h2,
html body h3 {
    position: relative;
    margin: 0;
}

html body p {
    color: #2C2838;
}

html body ul {
    list-style: none;
}

::-moz-selection {
    background: #288AE2;
    color: #ffffff;
}

::selection {
    background: #288AE2;
    color: #ffffff;
}

::-webkit-input-placeholder {
    color: #808080;
    font-weight: 600;
}

::-moz-placeholder {
    color: #808080;
    font-weight: 600;
}

:-ms-input-placeholder {
    color: #808080;
    font-weight: 600;
}

::-ms-input-placeholder {
    color: #808080;
    font-weight: 600;
}

::placeholder {
    color: #808080;
    font-weight: 600;
}

.btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 200px;
    height: 48px;
    background: #288AE2;
    color: #ffffff;
    font-size: 18px;
    margin-top: 15px;
}

.btn:hover {
    background: #0b73cf;
    color: #ffffff;
}

.btn:hover > .btn__icon {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.btn__icon {
    position: relative;
    bottom: -1px;
    width: 7px;
    height: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.section-title {
    position: relative;
    color: #050505;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 80px;
}

.section-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 140px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #288AE2;
}

.accordion {
    max-width: 988px;
    margin: auto;
}

.accordion__info {
    display: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    border-top: 1px solid #333333;
    padding: 17px 17px 22px;
}

.accordion__item {
    position: relative;
    border: 1px solid #333333;
    margin-bottom: 62px;
}

.accordion__item--active .accordion__title::after {
    top: 21px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion__item--active .accordion__info {
    display: block;
}

.accordion__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 15px 50px 18px 14px;
    cursor: pointer;
}

.accordion__title::after {
    content: url(../img/accordion-arrow.svg);
    position: absolute;
    right: 19px;
    top: 13px;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.brand {
    width: 66px;
    margin: 0;
    z-index: 10;
}

.brand__image {
    width: 66px;
    height: 26px;
}

.body--hidden {
    overflow: hidden;
}

.nav {
    position: relative;
}

.nav__items {
    display: none;
    padding: 0 15px;
    z-index: 1;
}

.nav__items--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
}

.nav__item {
    margin: 8px 0;
}

.nav__item:first-child {
    margin-top: 0;
}

.nav__item:last-child {
    margin-bottom: 0;
}

.nav__link {
    color: #010101;
    font-size: 14px;
    font-weight: 500;
}

.internal__link {
	background: #288AE2;
	color: #ffffff;
	display: flex;
	padding: 5px 20px;
}
.internal__link:hover {
	background: #0b73cf;
	color: #ffffff !important;
}

.nav__link--active,
.nav__link:hover {
    color: #288AE2;
}

.hamburger {
    position: absolute;
    top: -15px;
    right: 0;
    z-index: 10;
    cursor: pointer;
}

.hamburger__ham {
    display: block;
    height: 2px;
    width: 26px;
    background: #050505;
    margin: 7px 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.hamburger__ham:first-child {
    margin-top: 0;
}

.hamburger__ham:last-child {
    margin-bottom: 0;
}

.hamburger--active .hamburger__ham--top {
    -webkit-transform: translateY(9px) rotateZ(-45deg);
    -moz-transform: translateY(9px) rotateZ(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    -o-transform: translateY(9px) rotateZ(-45deg);
    transform: translateY(9px) rotateZ(-45deg);
}

.hamburger--active .hamburger__ham--bottom {
    -webkit-transform: translateY(-9px) rotateZ(45deg);
    -moz-transform: translateY(-9px) rotateZ(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
    -o-transform: translateY(-9px) rotateZ(45deg);
    transform: translateY(-9px) rotateZ(45deg);
}

.hamburger--active .hamburger__ham--middle {
    width: 0;
}

.ads-format {
    position: relative;
    background: #F5F5F5;
    padding: 70px 0 90px;
}

.ads-format::before {
    content: url(../img/icon-bg.png);
    position: absolute;
    top: -150px;
    left: -340px;
}

.ads-format__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.ads-format__icon {
    margin-bottom: 15px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ads-format__icon-color {
    fill: #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ads-format__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 270px;
}

.ads-format__item:hover .ads-format__icon {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.ads-format__item:hover .ads-format__icon-color {
    fill: #288AE2;
}

.ads-format__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 108px;
}

.ads-format__title {
    color: #2C2838;
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
}

.no-webp .contact {
    background-image: url(../img/home-bg.jpg);
}

.contact {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 60px 0 90px;
}

.contact__btn {
    border: unset;
    cursor: pointer;
    margin-top: 60px !important;
}

.contact__input,
.contact__textarea {
    background: #ffffff;
    display: block;
    width: 100%;
    color: #2C2838;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    border: 1px solid #333333;
    padding: 15px 34px;
    outline: none;
}

.contact__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 720px;
    margin: auto;
}

.contact__textarea {
    height: 247px;
    resize: none;
    margin-top: 20px;
}

.contact__feedback {
    text-align: center;
    font-size: 22px;
}

.content-program {
    position: relative;
    background: #F5F5F5;
}

.content-program__container {
    position: relative;
    top: -290px;
    margin-bottom: -290px;
}

.no-webp .content-program__header {
    background-image: url(../img/content-program-bg.jpg);
}

.content-program__header {
    display: block;
    position: relative;
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.content-program__header::after {
    content: "";
    display: block;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.content-program__item {
    width: 314px;
    background: #ffffff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.content-program__item-body {
    color: #000000;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    padding: 33px 23px 36px;
}

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

.content-program__item-title {
    background: #2C2838;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    padding: 22px 0;
}

.content-program__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}

.faq {
    position: relative;
    padding: 60px 0 90px;
}

.no-webp .footer {
    background-image: url(../img/zilla-white-patern.png);
}

.footer {
    position: relative;
    background-color: #2C2838;
}

.footer__brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ffffff;
}

.footer__brand svg {
    margin: 123px 0 24px;
}

.footer__copy {
    display: block;
    color: #ffffff;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

.footer__copy-link {
    color: #ffffff;
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 18px 0 11px;
    z-index: 10;
}

.header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header--scroll {
    background: white;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.no-webp .home {
    background-image: url(../img/home-bg.jpg);
}

.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.home__container {
    display: block;
}

.home__title {
    color: #2C2838;
    font-size: 36px;
    font-weight: 400;
}

.home__title strong {
    display: block;
    font-weight: 900;
    font-size: 48px;
    text-transform: uppercase;
}

.websites {
    position: relative;
    padding: 70px 0 90px;
}

.websites__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 194px;
    height: 124px;
    background: #F8F8F8;
    border: 1px solid #979797;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

.websites__item:hover .websites__item-img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.websites__item-img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.websites__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    max-width: 752px;
    margin: auto;
}

@media only screen and (min-width: 575px) {
    .btn {
        font-size: 20px;
    }

    .btn__icon {
        width: 7.5px;
    }

    .home__title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    .home__title strong {
        font-size: 54px;
    }
}

@media only screen and (min-width: 768px) {
    .btn {
        font-size: 22px;
    }

    .btn__icon {
        width: 8px;
    }

    .container {
        max-width: 720px;
    }

    .section-title {
        font-size: 36px;
        line-height: 54px;
        margin-bottom: 100px;
    }

    .section-title::before {
        width: 152px;
        height: 3px;
    }

    .accordion__info {
        font-size: 22px;
        line-height: 33px;
    }

    .accordion__title {
        font-size: 22px;
        line-height: 33px;
    }

    .ads-format::before {
        left: -310px;
    }

    .contact {
        gap: 80px 110px;
    }

    .contact__btn {
        margin-top: 90px !important;
    }

    .contact__input,
    .contact__textarea {
        font-size: 22px;
        line-height: 33px;
    }

    .contact__textarea {
        margin-top: 30px;
    }


    .content-program__container {
        top: -290px;
        margin-bottom: -290px;
    }

    .faq {
        gap: 80px 110px;
    }

    .home__title {
        font-size: 68px;
    }

    .home__title strong {
        font-size: 90px;
    }

    .websites {
        gap: 80px 110px;
    }

    .websites__list {
        gap: 90px 60px;
    }
}

@media only screen and (min-width: 1024px) {
    .btn:hover > .btn__icon {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }

    .container {
        max-width: 990px;
    }

    .section-title {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 114px;
    }

    .section-title::before {
        width: 162px;
        height: 4px;
    }

    .body--hidden {
        overflow: auto;
    }

    .nav {
        margin-bottom: 10px;
    }

    .nav__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 36px;
        position: static;
        padding: 0;
    }

    .nav__items--active {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background: unset;
    }

    .nav__item:first-child {
        margin: 0;
    }

    .nav__item:last-child {
        margin: 0;
    }

    .nav__item {
        margin: 0;
    }

    .nav__link {
        font-size: 14px;
    }

    .hamburger {
        display: none;
    }

    .ads-format::before {
        left: 0px;
    }

    .ads-format__icon {
        margin-bottom: 24px;
    }

    .ads-format__list {
        gap: 98px 15px;
    }

    .ads-format__title {
        font-size: 24px;
    }

    .contact {
        padding: 90px 0 120px;
    }

    .contact__btn {
        margin-top: 118px !important;
    }

    .contact__input,
    .contact__textarea {
        padding: 18px 34px;
    }

    .contact__textarea {
        margin-top: 45px;
    }

    .contact__feedback {
        font-size: 24px;
    }


    .content-program__container {
        top: -340px;
        margin-bottom: -340px;
    }

    .content-program__header {
        height: 474px;
    }

    .content-program__item {
        width: 310px;
    }

    .content-program__item-title {
        font-size: 24px;
        padding: 26px 0;
    }

    .content-program__list {
        gap: 30px 15px;
    }

    .faq {
        padding: 90px 0 120px;
    }

    .home__title {
        max-width: 610px;
    }

    .home__title strong {
        max-width: 610px;
    }

    .websites, .ads-format {
        padding: 90px 0 120px;
    }

    .websites__list {
        gap: 112px 85px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .content-program__container {
        top: -384px;
        margin-bottom: -384px;
    }

    .content-program__item {
        width: 314px;
    }
}

.webp .contact {
    background-image: url(../img/home-bg.webp);
}

.webp .content-program__header {
    background-image: url(../img/content-program-bg.webp);
}

.webp .footer {
    background-image: url(../img/zilla-white-patern.webp);
}

.webp .home {
    background-image: url(../img/home-bg.webp);
}

.hidden {
    display: none;
}
