@media screen and (min-width: 426px) and (max-width: 1860px) {
  .top {
    right: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .header__dropdown {
    display: none;
  }
}

@media screen and (max-width: 1919px) {
  .header__logo {
    margin-right: auto;
  }

  .header nav {
    padding: 200px 32px 0px;
    position: absolute;
    -webkit-transform: translateY(-200vh);
    -ms-transform: translateY(-200vh);
    transform: translateY(-200vh);
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-image: url(../images/header-dropdown-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    left: 0;
    top: 0;
    z-index: -1;
  }

  .header nav.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: fixed;
  }

  .header__nav {
    padding-bottom: 68px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 100%;
    overflow-y: scroll;
  }

  .header__nav::-webkit-scrollbar-track {
    background-color: #7587c7;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  .header__nav::-webkit-scrollbar {
    display: block;
    width: 3px;
  }
  .header__nav::-webkit-scrollbar-thumb {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  .nav__item + .nav__item {
    margin-top: 38px;
  }

  .header__nav a {
    padding: 8px 38px;
    position: relative;
    font-size: 35px;
    color: #a4b7f9;
  }

  .header__nav a:hover {
    color: #fff;
    opacity: 1;
  }

  .header__nav a::before,
  .header__nav a::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #ff0000;
    bottom: -webkit-calc(50% - 8px / 2);
    bottom: calc(50% - 8px / 2);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .header__nav a::before {
    left: 0;
  }

  .header__nav a::after {
    right: 0;
  }

  .header__nav a:hover::before,
  .header__nav a:hover::after {
    opacity: 1;
  }

  .header__search {
    margin-left: 68px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 283px;
    -ms-flex: 0 0 283px;
    flex: 0 0 283px;
  }

  .main {
    margin-top: -124px;
  }
}

@media screen and (max-width: 1600px) {
  .header__dropdown {
    margin-left: 40px;
  }

  .header-dropdown__button {
    width: 50px !important;
    height: 50px;
  }

  .header-dropdown__button::before {
    width: 21.5px;
    height: 8px;
  }

  .header-dropdown__button.active::before {
    width: 22px;
    height: 21.5px;
  }

  .desc {
    margin-bottom: 56px;
    font-size: 18px;
  }

  .pre-title {
    font-size: 22px;
  }

  .prime__desc {
    font-size: 21px;
    line-height: 34px;
  }

  .list__item {
    padding: 60px 16px 48px;
  }

  .list__icon {
    margin-bottom: 10px;
  }

  .list__icon img {
    width: 57px;
    height: 57px;
  }

  .analytics__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% - 30px) / 2);
    -ms-flex: 0 0 calc((100% - 30px) / 2);
    flex: 0 0 calc((100% - 30px) / 2);
  }

  .analytics__list li:nth-child(n) {
    background: rgba(117, 135, 199, 0.1);
  }

  .contact-form__check {
    font-size: 18px;
  }

  .contact-form__button {
    min-width: 250px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1550px) and (max-width: 1919px) {
  .content,
  .cover {
    padding-left: -webkit-calc(50% - 1360px / 2);
    padding-left: calc(50% - 1360px / 2);
    padding-right: -webkit-calc(50% - 1360px / 2);
    padding-right: calc(50% - 1360px / 2);
  }

  .header {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .header__logo img {
    height: 50px;
  }

  section.container {
    padding-left: -webkit-calc(50% - 1150px / 2);
    padding-left: calc(50% - 1150px / 2);
    padding-right: -webkit-calc(50% - 1150px / 2);
    padding-right: calc(50% - 1150px / 2);
  }

  .pre-title {
    margin-bottom: 26px;
  }

  .container > .title,
  .container > .pre-title {
    max-width: 1020px;
  }

  h2 {
    font-size: 60px;
  }

  .button {
    padding: 17px 32px;
    font-size: 22px;
  }

  .prime__title {
    font-size: 170px;
  }

  .prime__title::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    bottom: 20px;
  }

  .container.prime__container {
    margin-bottom: 147px;
    max-width: 1120px;
  }

  .prime__button {
    min-width: 328px;
  }

  .prime__social li {
    margin-right: 62px;
  }

  .prime__desc {
    font-size: 21px;
  }

  .footer {
    padding-left: -webkit-calc(50% - 1150px / 2);
    padding-left: calc(50% - 1150px / 2);
    padding-right: -webkit-calc(50% - 1150px / 2);
    padding-right: calc(50% - 1150px / 2);
  }
}

@media screen and (max-width: 1549px) {
  .header {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .main {
    margin-bottom: -120px;
  }

  .header__search {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .owl-carousel.owl-loaded {
    margin: 0 -120px 0 0;
    position: relative;
    width: -webkit-calc(100% + 120px);
    width: calc(100% + 120px);
  }

  .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }

  .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }

  .owl-carousel.owl-loaded .list__item:nth-child(n) {
    margin: 0;
    width: 100%;
    height: 100%;
  }

  .owl-item:nth-child(odd) .list__item {
    background-image: url(../images/about-list-item-bg-1.png);
  }
  .owl-item:nth-child(even) .list__item {
    background-image: url(../images/about-list-item-bg-2.png);
  }

  .owl-nav {
    display: none;
  }

  .list__item {
    height: 100%;
  }

  .contact-form__footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-form__check {
    margin-right: 0;
    margin-bottom: 56px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .contact-form__button {
    margin-left: auto;
  }

  section.container.contact {
    padding-bottom: 150px;
  }

  .analytics__list {
    margin-top: -28px;
  }

  .analytics__list li {
    margin-top: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .footer {
    padding-top: 32px;
    padding-bottom: 70px;
  }

  .footer__copy {
    text-align: center;
  }

  .top__button {
    bottom: 60px;
  }

  .info__button-back {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1549px) {
  .header,
  section.container,
  .content,
  .cover,
  .footer {
    padding-left: 120px;
    padding-right: 120px;
  }

  .container.prime__container {
    margin-bottom: 268px;
  }

  .prime {
    background-image: url(../images/prime-bg-1100.png);
  }

  .prime__title {
    font-size: 128px;
  }

  .main {
    margin-top: -134px;
  }

  h2 {
    font-size: 55px;
  }

  .list {
    margin-top: 0;
  }

  .prime {
    padding-top: 354px;
  }

  .prime__button {
    min-width: 290px;
  }

  .payment-list__item {
    margin-right: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% - 32px * 4) / 5);
    -ms-flex: 0 0 calc((100% - 32px * 4) / 5);
    flex: 0 0 calc((100% - 32px * 4) / 5);
  }

  .contact-form__wrap > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% - 26px) / 2);
    -ms-flex: 0 0 calc((100% - 26px) / 2);
    flex: 0 0 calc((100% - 26px) / 2);
  }

  .contact-form__wrap > *:nth-child(3n) {
    margin-right: 26px;
  }

  .contact-form__wrap > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1099px) {
  .header nav {
    padding: 110px 15px 0;
  }

  h2 {
    margin-bottom: 42px;
  }

  .desc {
    margin-bottom: 50px;
  }

  .contact-form__wrap {
    margin-bottom: 56px;
    margin-top: -20px;
  }

  .contact-form__wrap > *:nth-child(n) {
    margin-top: 20px;
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .contact__form input,
  .contact-form__select .list-title > span,
  .contact-form__message textarea {
    padding: 16px 16px 16px 75px;
  }

  .contact__form input::-webkit-input-placeholder,
  .contact__form textarea::-webkit-input-placeholder {
    font-size: 18px;
  }

  .contact__form input::-moz-placeholder,
  .contact__form textarea::-moz-placeholder {
    font-size: 18px;
  }

  .contact__form input:-ms-input-placeholder,
  .contact__form textarea:-ms-input-placeholder {
    font-size: 18px;
  }

  .contact__form input::-ms-input-placeholder,
  .contact__form textarea::-ms-input-placeholder {
    font-size: 18px;
  }

  .contact__form input::-webkit-input-placeholder,
  .contact__form textarea::-webkit-input-placeholder {
    font-size: 18px;
  }

  .contact__form input::-moz-placeholder,
  .contact__form textarea::-moz-placeholder {
    font-size: 18px;
  }

  .contact__form input:-ms-input-placeholder,
  .contact__form textarea:-ms-input-placeholder {
    font-size: 18px;
  }

  .contact__form input::-ms-input-placeholder,
  .contact__form textarea::-ms-input-placeholder {
    font-size: 18px;
  }

  .contact__form input::-webkit-input-placeholder,
  .contact__form textarea::-webkit-input-placeholder {
    font-size: 18px;
  }

  .contact__form input::-moz-placeholder,
  .contact__form textarea::-moz-placeholder {
    font-size: 18px;
  }

  .contact__form input:-ms-input-placeholder,
  .contact__form textarea:-ms-input-placeholder {
    font-size: 18px;
  }

  .contact__form input::-ms-input-placeholder,
  .contact__form textarea::-ms-input-placeholder {
    font-size: 18px;
  }

  .contact__form input::-webkit-input-placeholder,
  .contact__form textarea::-webkit-input-placeholder {
    font-size: 18px;
  }

  .contact__form input::-moz-placeholder,
  .contact__form textarea::-moz-placeholder {
    font-size: 18px;
  }

  .contact__form input:-ms-input-placeholder,
  .contact__form textarea:-ms-input-placeholder {
    font-size: 18px;
  }

  .contact__form input::-ms-input-placeholder,
  .contact__form textarea::-ms-input-placeholder {
    font-size: 18px;
  }

  .contact__form input::-webkit-input-placeholder,
  .contact__form textarea::-webkit-input-placeholder {
    font-size: 18px;
  }

  .contact__form input::-moz-placeholder,
  .contact__form textarea::-moz-placeholder {
    font-size: 18px;
  }

  .contact__form input:-ms-input-placeholder,
  .contact__form textarea:-ms-input-placeholder {
    font-size: 18px;
  }

  .contact__form input::-ms-input-placeholder,
  .contact__form textarea::-ms-input-placeholder {
    font-size: 18px;
  }

  .contact__form input,
  .contact-form__select .list-title > span,
  .contact-form__message textarea,
  .contact__form input::placeholder,
  .contact__form textarea::placeholder {
    font-size: 18px;
  }

  .contact-form__icon {
    width: 52px;
    height: -webkit-calc(100% - 10px * 2);
    height: calc(100% - 10px * 2);
    bottom: 10px;
  }

  .contact-form__check {
    font-size: 18px;
  }

  .contact-form__check > input {
    margin: 0 24px 0 0 !important;
  }

  .contact-form__select label {
    padding: 12px 0;
    font-size: 18px;
  }

  .contact-form__icon img {
    min-height: 18px;
    max-height: 20px;
  }

  .popup__content {
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
  }

  h1,
  .result__title {
    font-size: 60px;
  }
}

@media screen and (min-width: 700px) and (max-width: 1099px) {
  .header,
  section.container,
  .content,
  .cover,
  .footer {
    padding-left: 50px;
    padding-right: 50px;
  }

  h2 {
    font-size: 50px;
    line-height: 1.3;
  }

  .container.prime__container {
    margin-bottom: 248px;
  }

  section.container:nth-child(odd) {
    background-image: url(../images/section-bg-1-tablet.png);
  }
  section.container:nth-child(even) {
    background-image: url(../images/section-bg-2-tablet.png);
  }
  section.container.info {
    background-image: url(../images/section-bg-3.png);
  }

  .prime {
    padding-top: 360px;
    background-image: url(../images/prime-bg-700.png);
  }

  .prime__title {
    font-size: 100px;
  }

  .prime__title::before {
    width: 20px;
    height: 20px;
    bottom: 8px;
  }

  .prime__button {
    margin-bottom: 20px;
    min-width: 266px;
  }

  .prime__desc {
    font-size: 18px;
  }

  .owl-carousel.owl-loaded {
    margin: 0 -50px 0 0;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
  }
}

@media screen and (max-width: 699px) {
  .header,
  section.container,
  .content,
  .cover,
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .header__nav a {
    padding: 8px 24px;
    font-size: 24px;
  }

  .header__nav a::before,
  .header__nav a::after {
    width: 5px;
    height: 5px;
  }

  .header__search {
    margin-left: 54px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
  }

  .header__search input {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    padding: 16px 0 16px 0;
    color: transparent;
    background: transparent !important;
    border-color: transparent;
    z-index: 10;
  }

  .header__search input::-webkit-input-placeholder {
    color: transparent;
  }

  .header__search input::-moz-placeholder {
    color: transparent;
  }

  .header__search input:-ms-input-placeholder {
    color: transparent;
  }

  .header__search input::-ms-input-placeholder {
    color: transparent;
  }

  .header__search input::placeholder {
    color: transparent;
  }

  .header__search:hover input {
    width: -webkit-calc(100vw - 15px * 2 - 50px - 40px);
    width: calc(100vw - 15px * 2 - 50px - 40px);
    padding: 16px 62px 16px 0;
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
  }

  .header__search:hover input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .header__search:hover input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .header__search:hover input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .header__search:hover input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .header__search:hover input::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .search-button {
    right: -10px;
  }

  .header__search input:hover ~ .search-button {
    z-index: 100 !important;
  }

  .header__search input:focus + .header__logo,
  .header__search input:hover + .header__logo {
    opacity: 0;
  }

  section.container {
    margin-top: -80px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  section.container:nth-child(odd) {
    padding-bottom: 100px;
    background-image: url(../images/section-bg-1-mob.png);
  }
  section.container:nth-child(even) {
    padding-top: 130px;
    background-image: url(../images/section-bg-2-mob.png);
  }
  section.container:last-child {
    padding-bottom: 140px;
  }
  section.container.info {
    background-image: url(../images/section-bg-3-mob.png);
  }

  .main {
    margin-top: -86px;
  }

  h2 {
    font-size: 50px;
    line-height: 1.3;
  }

  .container.prime__container {
    margin-bottom: 172px;
  }

  .prime {
    padding-top: 236px;
    padding-bottom: 84px;
    background-image: url(../images/prime-bg-400.png);
  }

  .prime__title {
    font-size: 66px;
  }

  .prime__title::before {
    width: 20px;
    height: 20px;
    bottom: 8px;
  }

  .prime__button {
    margin-bottom: 40px;
    min-width: 266px;
  }

  .prime__desc {
    font-size: 17px;
  }

  .owl-carousel.owl-loaded {
    margin: 0 -15px 0 0;
    width: -webkit-calc(100% + 15px);
    width: calc(100% + 15px);
  }

  section.container.contact {
    padding-bottom: 134px;
  }

  .contact__form input,
  .contact-form__select .list-title > span,
  .contact-form__message textarea {
    padding: 21px 16px 21px 93px;
  }

  .contact-form__icon {
    width: 63px;
    height: -webkit-calc(100% - 13px * 2);
    height: calc(100% - 13px * 2);
    bottom: 13px;
  }

  .contact-form__icon img {
    min-height: 23px;
    max-height: 25px;
  }

  .top {
    right: 0px;
  }

  .popup__content {
    padding: 68px 20px 32px;
  }

  .popup__title {
    font-size: 50px;
  }

  .desc.popup__desc {
    margin-bottom: 32px;
    font-size: 18px;
  }

  .popup__img {
    width: 200px;
    height: 200px;
  }

  .popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  section.container.result {
    padding-top: 130px;
  }

  h1,
  .result__title {
    font-size: 35px;
  }
  .result__title {
    font-size: 35px;
  }

  .result__list {
    margin-top: 60px;
    margin-bottom: 65px;
  }

  .result__list li a {
    padding: 15px 15px 15px 52px;
  }

  .result__list li a::before {
    left: 22px;
  }

  .result__list li + li {
    margin-top: 14px;
  }

  .main > section:first-child {
    padding-top: 95px;
  }

  .info__title {
    margin-bottom: 36px;
  }

  .info__list li {
    padding-bottom: 38px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .info__list li + li {
    margin-top: 38px;
  }

  .info-list__img {
    margin-right: 0;
    margin-bottom: 38px;
  }

  .info-list__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 500px) {
  .prime__title {
    font-size: 14vw;
  }

  h2 {
    font-size: 8vw;
  }

  h3 {
    font-size: 7vw;
  }

  .container.prime__container {
    margin-bottom: 90px;
  }

  .prime__social li {
    margin-right: 32px;
  }

  .analytics__list li > span {
    padding: 6px 20px;
  }

  .analytics-list__icon img {
    width: 34px;
    height: 34px;
  }

  .contact-form__button {
    margin-right: auto;
  }

  .popup__title {
    font-size: 8vw;
  }

  .top {
    right: 0;
  }

  .top__button {
    padding: 10px;
    width: 45px;
    height: 60px;
    bottom: 40px;
  }
}

@media screen and (max-width: 425px) {
  .button {
    font-size: 18px;
  }

  .header__search {
    margin-left: 32px;
  }

  .main.main-search {
    margin-bottom: 0;
  }

  .button,
  .contact-form__button,
  .result__button {
    min-width: unset;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .header__dropdown {
    margin-left: 20px;
  }
}
