@charset "UTF-8";

/*! 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 {
    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 */
    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 {
    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'] {
    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;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    height: 100%;
    font-size: 16px;
}

body {
    box-sizing: border-box;
    font-family: 'Helv', Arial, sans-serif;
    position: relative;
    background-color: #f9fafc;
}

img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.container {
    width: 100%;
    max-width: 1160px;
    margin: auto;
    box-sizing: border-box;
}

.header__container {
    max-width: 1350px;
}

a {
    text-decoration: none;
}

input,
button {
    outline: none;
    border: none;
}

.btn {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    text-transform: uppercase;
    border-width: 1px;
    border-radius: 0px;
    background-color: #497fe4;
    padding: 22px 40px;
    opacity: 1;
    transition: 0.2s all linear;
    display: inline-block;
}

.btn:hover {
    opacity: 0.85;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-parallax1 {
    height: 500px;
}

.title {
    color: #181923;
    font-size: 52px;
    line-height: 1.2;
    font-weight: 600;
}

.subtitle {
    color: #1a1a1a;
    font-size: 19px;
    line-height: 1.6;
    font-weight: 400;
    opacity: 0.7;
}

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

.block-head .subtitle {
    max-width: 400px;
}

.aredna-s1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 70vh;
    /* .aredna-s1__wrap */
    /* .aredna-s1__box */
    /* .aredna-s1__main */
    /* .aredna-s1__title */
    /* .aredna-s1__subtitle */
    /* .aredna-s1__dop */
    /* .aredna-s1__dop-item */
    /* .aredna-s1__dop-icon */
    /* .aredna-s1__dop-img */
    /* .aredna-s1__dop-text */
}

.aredna-s1__wrap {
    height: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient(top, rgba(65, 81, 112, 0.7), #415170);
}

.aredna-s1__box {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aredna-s1__main {
    flex: 0 0 auto;
}

.aredna-s1__title {
    color: #fff;
    line-height: 1.17;
    font-weight: 500;
    font-size: 62px;
}
.aredna-s1__title h1 {
    color: #fff;
    line-height: 1.17;
    font-weight: 500;
    font-size: 62px;
}

.aredna-s1__subtitle {
    margin-top: 40px;
    color: #d1d1d1;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.55;
}

.aredna-s1__dop-item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.aredna-s1__dop-item:last-child {
    margin-bottom: 0;
}

.aredna-s1__dop-icon {
    width: 62px;
    margin-right: 40px;
}

.aredna-s1__dop-text {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.55;
}

.aredna-s1 .container {
    height: 100%;
}

.warning {
    padding-top: 90px;
    /* .warning__box */
    /* .warning__icon */
    /* .warning__text */
}

.warning__box {
    background: #415170;
    display: flex;
    align-items: center;
    padding: 30px 20px 28px 25px;
}

.warning__icon {
    margin-right: 20px;
}

.warning__text {
    color: #ffffff;
    font-size: 26px;
    line-height: 1.55;
    font-weight: 300;
}

.btn-top {
    opacity: 1;
    position: fixed;
    z-index: 999;
    bottom: 20px;
    left: 20px;
    display: none;
}

.btn-top__wrap {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 1000px;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    width: 50px;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.btn-top.show .btn-top__wrap {
    -webkit-animation-name: btn-zoom;
    animation-name: btn-zoom;
}

@-webkit-keyframes btn-zoom {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }

    100% {
        opacity: 1;
    }
}

@keyframes btn-zoom {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }

    100% {
        opacity: 1;
    }
}

.btn-write {
    bottom: 30px;
    right: 30px;
    position: fixed;
    z-index: 999;
    /* .btn-write__text */
    /* .btn-write__btn */
    /* .btn-write__link */
    /* .btn-write__link-text */
}

.btn-write.active .btn-write__link {
    opacity: 1;
    visibility: visible;
}

.btn-write.active .btn-write__link:nth-of-type(1) {
    transition: all 0.2s ease-in-out;
    transform: translate(0, -135%);
}

.btn-write.active .btn-write__link:nth-of-type(2) {
    transition: all 0.225s ease-in-out;
    transform: translate(0, -255%);
}

.btn-write.active .btn-write__btn {
    background: #fff;
    -webkit-animation: none;
    animation: none;
}

.btn-write.active .btn-write__btn .icon-write {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.1);
}

.btn-write.active .btn-write__btn .icon-close {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.btn-write.active .btn-write__text {
    opacity: 0;
    visibility: hidden;
}

.btn-write__text {
    position: absolute;
    right: 80px;
    white-space: nowrap;
    background: #fff;
    padding: 9px 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    border-radius: 3px;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: 0.85;
    transition: all 0.1s linear;
}

.btn-write__text::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-left-color: #292929;
}

.btn-write__btn {
    background: #497fe4;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-animation: pulsate 2s ease-out;
    animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: relative;
    z-index: 2;
}

.btn-write__link {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.btn-write__link:hover .btn-write__link-text {
    opacity: 0.85;
}

.btn-write__link-text {
    position: absolute;
    right: 70px;
    white-space: nowrap;
    background: #fff;
    padding: 6px 9px;
    font-size: 13px;
    border-radius: 3px;
    line-height: 1.35;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: 0;
    transition: all 0.1s linear;
    z-index: 1;
    font-weight: 600;
}

.btn-write__link-text::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-left-color: #292929;
}

.btn-write .icon-write {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.btn-write .icon-close {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.1);
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1.1, 1.1);
    }

    50% {
        transform: scale(1, 1);
    }
}

@keyframes pulsate {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1.1, 1.1);
    }

    50% {
        transform: scale(1, 1);
    }
}

.catalog-h {
    padding-top: 60px;
    /* .catalog-h__flexbox */
    /* .catalog-h__imgs */
    /* .catalog-h__img */
    /* .catalog-h__main */
    /* .catalog-h__title */
    /* .catalog-h__subtitle */
    /* .catalog-h__btn */
    /* .catalog-h__text */
}

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

.catalog-h__imgs {
    flex: 0 0 auto;
}

.catalog-h__img {
    width: 100%;
    max-width: 560px;
    margin-bottom: 10px;
    cursor: zoom-in;
}

.catalog-h__main {
    margin-left: 40px;
}

.catalog-h__title {
    color: #181923;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 500;
}
.catalog-h__title h1 {
    color: #181923;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 500;
}

.catalog-h__subtitle {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    margin-top: 20px;
}

.catalog-h__btn {
    font-weight: 500;
    font-size: 14px;
    padding: 12px 30px;
    margin-top: 20px;
}

.catalog-h__text {
    color: #1a1a1a;
    line-height: 1.7;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 300;
}

.catalog-h__text ul {
    margin: 0;
    padding-left: 20px;
}

.catalog-info {
    padding-top: 80px;
    padding-bottom: 80px;
    /* .catalog-info__box */
    /* .catalog-info__item */
    /* .catalog-info__icon */
    /* .catalog-info__img */
    /* .catalog-info__title */
}

.catalog-info__box {
    display: flex;
    justify-content: space-between;
    border: 1px solid #d1d1d1;
    background: #fff;
    padding: 40px 80px;
}

.catalog-info__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.catalog-info__icon {
    width: 100px;
    height: 100px;
    border-radius: 3000px;
    border: 1px solid #d1d1d1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-info__img {
    width: 50px;
}

.catalog-info__title {
    color: #181923;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    margin-top: 15px;
}

.catalog {
    padding-top: 90px;
    padding-bottom: 60px;
    /* .catalog__head */
    /* .catalog__title */
    /* .catalog__subtitle */
    /* .catalog__box */
    /* .catalog__item */
    /* .catalog__item-wrap */
    /* .catalog__item-main */
    /* .catalog__item-img */
    /* .catalog__item-title */
    /* .catalog__item-props */
    /* .catalog__item-price */
    /* .catalog__item-footer */
    /* .catalog__item-btn */
}

.catalog__box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.catalog__item {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 100%;
    max-width: 360px;
    margin-right: 40px;
    margin-bottom: 40px;
    position: relative;
}

.catalog__item.hit::before {
    content: 'ХИТ';
    width: 50px;
    height: 50px;
    background-color: #497fe4;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
}

.catalog__item:nth-child(3n + 3) {
    margin-right: 0;
}

.catalog__item-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.catalog__item-text {
    padding: 27px 30px;
}

.catalog__item-img img {
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
}

.catalog__item-title {
    color: #181923;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    padding-bottom: 6px;
}

.catalog__item-props {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 10px;
}

.catalog__item-price {
    color: #eb1a28;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 12px;
}

.catalog__item-footer {
    display: flex;
    justify-content: space-between;
    padding: 0 30px 21px;
    margin-top: auto;
}

.catalog__item-btn {
    padding: 0 30px;
    height: 45px;
    display: flex;
    align-items: center;
}

.catalog__item-btn:last-child {
    color: #181923;
    background: #fff;
    border: 1px solid #497fe4;
    font-weight: 500;
    font-size: 14px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.catalog__item-btn:last-child:hover {
    background-color: #5f91f5;
    color: #ffffff;
    border-color: #5f91f5;
    opacity: 1;
}

.catalog__item-btn:first-child {
    font-weight: 500;
    font-size: 14px;
    background-color: #497fe4;
    color: #fff;
}

.catalog-line__line {
    width: 100%;
    height: 1px;
    background: #d1d1d1;
}

.company {
    padding-top: 100px;
    position: relative;
    padding-bottom: 90px;
    /* .company__flexbox */
    /* .company__main */
    /* .company__title */
    /* .company__subtitle */
    /* .company__text */
    /* .company__img */
    /* .company__info */
    /* .company__info-item */
    /* .company__info-title */
    /* .company__info-text */
    /* .company__bottom */
}

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

.company__subtitle {
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    opacity: 0.7;
    margin-top: 30px;
    max-width: 610px;
}

.company__text {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    margin-top: 30px;
    max-width: 610px;
}

.company__img {
    flex: 0 0 auto;
    width: 460px;
    height: 460px;
    border-radius: 3000px;
    overflow: hidden;
}

.company__info {
    display: flex;
    margin-top: 90px;
}

.company__info-item {
    width: 100%;
    max-width: 360px;
    background: #fff;
    border: 1px solid #d1d1d1;
    margin: 0 20px;
    padding: 50px 45px;
}

.company__info-title {
    color: #497fe4;
    font-size: 36px;
    line-height: 1.55;
    font-weight: 500;
}

.company__info-text {
    color: #1a1a1a;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 300;
}

.company__bottom {
    color: #181923;
    font-size: 34px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 80px;
}

.company__bottom span {
    color: #497fe4;
}

.contact {
    padding-top: 100px;
    padding-bottom: 90px;
    /* .contact__head */
    /* .contact__title */
    /* .contact__subtitle */
    /* .contact__flexbox */
    /* .contact__flexbox-item */
    /* .contact__info */
    /* .contact__icon */
    /* .contact__text */
    /* .contact__btn */
    /* .contact__map */
}

.contact__flexbox {
    display: flex;
    margin-top: 60px;
}

.contact__flexbox-map {
    display: flex;
    margin-top: 60px;
}

.contact__flexbox-item {
    width: 50%;
}

.contact__flexbox-item:first-child {
    margin-right: 40px;
}

.contact__info {
    display: flex;
    margin-bottom: 25px;
}

.contact__icon {
    width: 36px;
    margin-right: 20px;
    flex: 0 0 auto;
}

.contact__text {
    color: #181923;
    font-size: 22px;
    line-height: 1.55;
    font-weight: 500;
}

.contact__btn {
    color: #181923;
    border-bottom: 1px solid #497fe4;
    color: #181923;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 10px;
}

.contact__map {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.delivery {
    padding-top: 90px;
    /* .delivery__head */
    /* .delivery__title */
    /* .delivery__subtitle */
    /* .delivery__flexbox */
    /* .delivery__item */
    /* .delivery__img */
    /* .delivery__text */
}

.delivery__item-title {
    color: #181923;
    font-size: 21px;
    line-height: 1.6;
    font-weight: 600;
    margin-top: 30px;
}

.delivery__item-subtitle {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0.6;
    margin-top: 10px;
}

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

.delivery__item {
    width: 100%;
    max-width: 360px;
    background: #fff;
    border: 1px solid #d1d1d1;
    margin-bottom: 60px;
    padding: 60px 40px 40px 40px;
}

.delivery__item.last {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    background: #415170;
    color: #fff !important;
    padding: 30px 60px;
    padding-left: 100px;
    margin-bottom: 0;
}

.delivery__item.last .delivery__item-title,
.delivery__item.last .delivery__text {
    color: #fff;
}

.delivery__item.last .delivery__text {
    opacity: 0.7;
    font-size: 18px;
}

.delivery__item.last .delivery__img-wrap {
    border-color: #497fe4;
    margin-right: 30px;
}

.delivery__img-wrap {
    border: 1px solid #d1d1d1;
    border-radius: 3000px;
    width: 100px;
    height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.delivery__img {
    width: 50px;
}

.delivery__text {
    color: #1a1a1a;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 20px;
}

.delivery__text a {
    color: #181923;
    border-bottom: 1px solid #497fe4;
}

.delivery__text.small {
    font-size: 14px;
    line-height: 1.6;
}

@font-face {
    font-family: 'Helv';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/HelveticaNeueCyr-Lig.woff') format('woff');
}

@font-face {
    font-family: 'Helv';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/HelveticaNeueCyr-Rom.woff') format('woff');
}

@font-face {
    font-family: 'Helv';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/HelveticaNeueCyr-Med.woff') format('woff');
}

@font-face {
    font-family: 'Helv';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/HelveticaNeueCyr-Bol.woff') format('woff');
}

@font-face {
    font-family: 'Helv';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/HelveticaNeueCyr-Hea.woff') format('woff');
}

.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
    border-top: 1px solid #d1d1d1;
    /* .footer__flexbox */
    /* .footer__item */
    /* .footer__soc */
    /* .footer__soc-item */
    /* .footer__protected */
    /* .footer__title */
    /* .footer__link */
}

.footer__container {
    max-width: 1200px;
}

.footer__flexbox {
    display: flex;
}

.footer__item {
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
    max-width: 260px;
    display: flex;
    flex-direction: column;
}

.footer .logo-img {
    width: 100%;
}

.footer__soc {
    display: flex;
    margin: 30px 0 20px;
}

.footer__soc-item {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
}

.footer__protected {
    color: #525252;
    margin-top: 11px;
    font-size: 12px;
}

.footer__title {
    color: #525252;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 14px;
}

.footer__link {
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.55;
    color: #181923;
    font-weight: 300;
}

.s-form {
    /* .s-form__wrap */
    /* .s-form__title */
    /* .s-form__subtitle */
    /* .s-form__form */
    /* .s-form__input */
    /* .s-form__btn */
    /* .s-form__politic */
    /* .s-form__el */
}

.s-form__wrap {
    background-color: #415170;
    text-align: center;
    position: relative;
    padding: 65px 0;
}

.s-form__title {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.55;
    font-weight: 500;
}

.s-form__subtitle {
    color: #d6d6d6;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 300;
    opacity: 0.7;
    max-width: 720px;
    margin: auto;
    margin-top: 10px;
}

.s-form__form {
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 960px;
}

.s-form__input {
    color: #000;
    border: 0px solid #ffffff;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 58px;
    padding: 0 20px;
    display: block;
    margin-right: 15px;
    width: 33%;
}

.s-form__btn {
    color: #fff;
    background-color: #497fe4;
    font-weight: 500;
    font-size: 15px;
    height: 58px;
    padding: 0 10px;
    display: block;
    cursor: pointer;
    width: 33%;
}

.s-form__politic {
    color: #d6d6d6;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 300;
    opacity: 0.7;
    margin-top: 15px;
}

.s-form__politic a {
    color: white;
    border-bottom: 1px solid white;
}

.s-form__el {
    position: absolute;
    width: 20px;
    height: 20px;
}

.s-form .el-l-t {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 20px;
    left: 20px;
}

.s-form .el-l-b {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    bottom: 20px;
    left: 20px;
}

.s-form .el-r-t {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    top: 20px;
    right: 20px;
}

.s-form .el-r-b {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    bottom: 20px;
    right: 20px;
}

.s-form .iti {
    width: 33%;
    margin-right: 15px;
}

.s-form .iti input {
    height: 58px;
}

.header {
    background-color: #ffffff;
    height: 90px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    /* .header__container */
    /* .header__flexbox */
    /* .header__menu */
    /* .header__menu-item */
    /* .header__right */
    /* .header__btn */
    /* .header__info */
    /* .header__phone */
    /* .header__mail */
    /* .header__soc */
    /* .header__soc-item */
}

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

.header__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin: 0px 60px;
}

.header__menu-item {
    color: #1a1a1a;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
    transition: 0.5s all linear;
}

.header__menu-item:hover {
    opacity: 0.5;
}

.header__right {
    display: flex;
    align-items: center;
}

.header__btn {
    color: #181923;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 500;
    text-transform: uppercase;
    border-width: 1px;
    border-radius: 0px;
    background-position: center center;
    border-color: #497fe4;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    width: 160px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__btn:hover {
    background-color: #497fe4;
    border-color: #497fe4;
    color: #ffffff;
}

.header__info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 40px;
}

.header__phone {
    color: #1a1a1a;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.header__mail {
    color: #1a1a1a;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 300;
}

.header__soc {
    margin-left: 40px;
}

.header__soc-item {
    display: inline-block;
    width: 35px;
    margin-right: 8px;
    transition: 0.3s all linear;
    opacity: 1;
}

.header__soc-item:hover {
    opacity: 0.8;
}

.header--fixed {
    position: fixed;
    z-index: 999;
    right: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out;
}

.header--fixed.show {
    transform: translateY(0%);
}

.header-mob {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
}

.header-mob__logo {
    width: 100%;
    max-width: 220px;
    position: relative;
}

.header-mob__burger {
    cursor: pointer;
    width: 28px;
    height: 20px;
    flex: 0 0 auto;
    position: relative;
}

.header-mob__burger span {
    background-color: #497fe4;
    height: 3px;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    width: 100%;
    opacity: 1;
    display: block;
    position: absolute;
}

.header-mob__burger span:nth-child(2) {
    top: 8px;
}

.header-mob__burger span:nth-child(3) {
    top: 8px;
}

.header-mob__burger span:nth-child(4) {
    top: 16px;
}

.header-mob__content {
    position: relative;
    z-index: 996;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.header-mob__cont {
    top: 0;
    bottom: 0;
    overflow: scroll;
    width: 100%;
    transform: translateY(-100%);
    transition: 0.5s cubic-bezier(0, 1, 0.5, 1);
    z-index: 990;
    position: fixed;
    right: 0;
    left: 0;
}

.header-mob__wrap {
    background-color: #ffffff;
    position: relative;
    z-index: 991;
    text-align: center;
    padding: 30px 20px 30px;
}

.header-mob .header__menu-items {
    display: flex;
    flex-direction: column;
    padding: 5px 0 35px;
}

.header-mob .header__menu-item {
    color: #181923;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.header-mob .header__phone {
    display: inline-block;
    margin-bottom: 20px;
}

.header-mob .header__soc-item {
    width: 30px;
}

.header-mob__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: -1;
    background: black;
    opacity: 0;
    z-index: -1;
    display: none;
}

.header-mob__overlay.show {
    display: block;
}

.header-mob.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.header-mob.open span:nth-child(2) {
    transform: rotate(45deg);
}

.header-mob.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.header-mob.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.header-mob.open .header-mob__cont {
    top: 80px;
    transform: translateY(0);
}

.header-mob.open .header-mob__content {
    box-shadow: none;
}

.iti {
    position: relative;
    display: inline-block;
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.iti__hide {
    display: none;
}

.iti__v-hide {
    visibility: hidden;
}

.iti input,
.iti input[type='text'],
.iti input[type='tel'] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555;
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #eee;
    border-radius: 7px;
    top: calc(100% + 5px);
    left: 0;
    min-width: 410px;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
    margin-bottom: -1px;
}

.iti__flag-box {
    display: inline-block;
    width: 20px;
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.iti__country {
    padding: 8px 10px;
    outline: none;
    display: flex;
}

.iti__dial-code {
    color: #999;
    margin-left: auto;
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
    vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
    margin-right: 6px;
}

.iti__country-name {
    font-size: 14px;
    color: #000 !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type='text'],
.iti--allow-dropdown input[type='tel'],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type='text'],
.iti--separate-dial-code input[type='tel'] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}

.iti--container:hover {
    cursor: pointer;
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em;
}

.iti__flag {
    width: 20px;
}

.iti__flag.iti__be {
    width: 18px;
}

.iti__flag.iti__ch {
    width: 15px;
}

.iti__flag.iti__mc {
    width: 19px;
}

.iti__flag.iti__ne {
    width: 18px;
}

.iti__flag.iti__np {
    width: 13px;
}

.iti__flag.iti__va {
    width: 15px;
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px;
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px;
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px;
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px;
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px;
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px;
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px;
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px;
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px;
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px;
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px;
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px;
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px;
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px;
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px;
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px;
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px;
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px;
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px;
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px;
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px;
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px;
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px;
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px;
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px;
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px;
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px;
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px;
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px;
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px;
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px;
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px;
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px;
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px;
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px;
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px;
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px;
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px;
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px;
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px;
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px;
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px;
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px;
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px;
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px;
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px;
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px;
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px;
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px;
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px;
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px;
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px;
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px;
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px;
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px;
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px;
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px;
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px;
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px;
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px;
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px;
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px;
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px;
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px;
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px;
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px;
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px;
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px;
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px;
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px;
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px;
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px;
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px;
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px;
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px;
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px;
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px;
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px;
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px;
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px;
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px;
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px;
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px;
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px;
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px;
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px;
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px;
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px;
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px;
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px;
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px;
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px;
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px;
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px;
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px;
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px;
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px;
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px;
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px;
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px;
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px;
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px;
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px;
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px;
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px;
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px;
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px;
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px;
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px;
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px;
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px;
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px;
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px;
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px;
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px;
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px;
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px;
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px;
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px;
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px;
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px;
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px;
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px;
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px;
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px;
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px;
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px;
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px;
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px;
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px;
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px;
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px;
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px;
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px;
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px;
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px;
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px;
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px;
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px;
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px;
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px;
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px;
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px;
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px;
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px;
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px;
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px;
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px;
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px;
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px;
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px;
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px;
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px;
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px;
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px;
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px;
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px;
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px;
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px;
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px;
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px;
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px;
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px;
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px;
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px;
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px;
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px;
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px;
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px;
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px;
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px;
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px;
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px;
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px;
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px;
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px;
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px;
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px;
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px;
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px;
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px;
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px;
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px;
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px;
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px;
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px;
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px;
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px;
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px;
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px;
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px;
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px;
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px;
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px;
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px;
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px;
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px;
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px;
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px;
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px;
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px;
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px;
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px;
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px;
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px;
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px;
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px;
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px;
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px;
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px;
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px;
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px;
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px;
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px;
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px;
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px;
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px;
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px;
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px;
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px;
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px;
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px;
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px;
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px;
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px;
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px;
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px;
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px;
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px;
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px;
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px;
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px;
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px;
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px;
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px;
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px;
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px;
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px;
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px;
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px;
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px;
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px;
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px;
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px;
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px;
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px;
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px;
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px;
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px;
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px;
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px;
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px;
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px;
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px;
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px;
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px;
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px;
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px;
}

.iti__flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url('../img/icons/flags.png');
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}

.iti__flag.iti__np {
    background-color: transparent;
}

.iti__country-list::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background: #c2c9d2;
}

.iti__flag {
    width: 20px;
}

.iti__flag.iti__be {
    width: 18px;
}

.iti__flag.iti__ch {
    width: 15px;
}

.iti__flag.iti__mc {
    width: 19px;
}

.iti__flag.iti__ne {
    width: 18px;
}

.iti__flag.iti__np {
    width: 13px;
}

.iti__flag.iti__va {
    width: 15px;
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px;
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px;
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px;
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px;
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px;
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px;
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px;
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px;
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px;
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px;
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px;
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px;
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px;
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px;
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px;
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px;
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px;
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px;
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px;
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px;
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px;
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px;
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px;
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px;
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px;
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px;
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px;
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px;
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px;
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px;
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px;
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px;
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px;
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px;
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px;
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px;
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px;
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px;
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px;
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px;
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px;
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px;
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px;
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px;
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px;
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px;
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px;
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px;
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px;
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px;
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px;
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px;
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px;
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px;
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px;
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px;
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px;
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px;
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px;
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px;
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px;
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px;
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px;
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px;
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px;
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px;
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px;
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px;
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px;
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px;
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px;
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px;
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px;
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px;
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px;
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px;
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px;
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px;
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px;
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px;
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px;
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px;
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px;
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px;
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px;
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px;
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px;
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px;
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px;
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px;
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px;
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px;
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px;
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px;
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px;
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px;
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px;
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px;
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px;
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px;
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px;
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px;
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px;
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px;
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px;
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px;
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px;
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px;
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px;
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px;
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px;
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px;
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px;
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px;
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px;
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px;
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px;
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px;
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px;
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px;
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px;
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px;
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px;
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px;
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px;
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px;
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px;
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px;
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px;
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px;
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px;
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px;
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px;
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px;
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px;
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px;
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px;
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px;
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px;
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px;
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px;
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px;
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px;
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px;
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px;
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px;
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px;
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px;
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px;
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px;
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px;
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px;
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px;
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px;
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px;
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px;
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px;
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px;
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px;
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px;
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px;
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px;
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px;
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px;
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px;
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px;
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px;
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px;
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px;
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px;
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px;
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px;
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px;
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px;
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px;
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px;
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px;
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px;
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px;
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px;
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px;
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px;
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px;
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px;
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px;
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px;
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px;
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px;
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px;
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px;
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px;
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px;
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px;
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px;
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px;
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px;
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px;
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px;
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px;
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px;
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px;
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px;
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px;
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px;
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px;
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px;
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px;
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px;
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px;
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px;
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px;
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px;
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px;
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px;
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px;
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px;
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px;
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px;
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px;
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px;
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px;
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px;
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px;
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px;
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px;
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px;
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px;
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px;
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px;
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px;
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px;
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px;
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px;
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px;
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px;
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px;
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px;
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px;
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px;
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px;
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px;
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px;
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px;
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px;
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px;
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px;
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px;
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px;
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px;
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px;
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px;
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px;
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px;
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px;
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px;
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px;
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px;
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px;
}

/* .header__logo */

.logo {
    display: flex;
    /* .header__logo-img */
    /* .header__logo-title */
    /* .header__logo-subtitle */
}

.logo-img {
    width: 64px;
    flex: 0 0 auto;
}

.logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
}

.logo-title {
    color: #181923;
    font-size: 21px;
    line-height: 1.55;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.logo-subtitle {
    color: #000000;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 200;
}

.partners {
    padding-top: 90px;
    padding-bottom: 90px;
    /* .partners__head */
    /* .partners__title */
    /* .partners__subtitle */
    /* .partners__flexbox */
    /* .partners__item */
    /* .partners__img */
}

.partners__flexbox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}

.partners__item {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.partners__item:nth-child(3n + 3) {
    border-right: none;
}

.partners__item:nth-last-child(-n + 3) {
    border-bottom: none;
}

.partners__img {
    width: 100px;
    opacity: 0.5;
    filter: grayscale(100%);
}

.partners__img:hover {
    opacity: 1;
    filter: none;
}

.popup {
    display: none;
}

.p-product {
    width: 100%;
    max-width: 1240px;
    /* .p-product__wrap */
    /* .p-product__box */
    /* .p-product__img */
    /* .p-product__main */
    /* .p-product__title */
    /* .p-product__price */
    /* .p-product__btn */
    /* .p-product__text */
    /* .p-product__btns */
}

.p-product__box {
    display: flex;
    /* justify-content: space-between; */
}

.p-product__img {
    flex: 0 0 auto;
    width: 100%;
    max-width: 560px;
}

.p-product__main {
    margin-left: 30px;
}

.p-product__title {
    color: #181923;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.35;
}

.p-product__price {
    color: #eb1a28;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.p-product__btn {
    margin-top: 20px;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 14px;
}

.p-product__text {
    font-weight: 300;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1.55;
    margin-top: 20px;
}

.p-product__text span {
    font-weight: 600;
}

.p-product__footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}

.p-product__footer-btn {
    display: inline-block;
    color: #181923;
    border-bottom: 1px solid #497fe4;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
}

.p-product__close {
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
    opacity: 0.8;
    font-weight: 400;
    color: #181923;
}

.popup-no-padding .fancybox__slide {
    background: #f9fafc;
}

.popup-no-padding .fancybox__slide::before {
    display: none;
}

.popup-no-padding .custom-head {
    position: fixed;
    width: 100%;
    background: #f9fafc;
    z-index: 99;
}

.popup-no-padding .custom-head-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 20px;
}

.popup-no-padding .custom-head-box .custom-head-left {
    cursor: pointer;
    opacity: 0.8;
    font-weight: 400;
    color: #181923;
    font-size: 14px;
    line-height: 1.55;
}

.popup-no-padding .custom-head-box .custom-head-left::before {
    content: '←\a0';
    font-family: Arial, Helvetica, sans-serif;
}

.popup-no-padding .custom-head-box .custom-close {
    cursor: pointer;
    background: none;
}

.popup-no-padding .custom-head-box .custom-close-mob {
    display: none;
}

.p-order {
    padding: 40px;
    width: 100%;
    max-width: 560px;
    /* min-height: 300px; */
    /* .p-order__wrap */
    /* .p-order__title */
    /* .p-order__count */
    /* .p-order__info */
    /* .p-order__img */
    /* .p-order__count-title */
    /* .p-order__count-number */
    /* .p-order__count-min */
    /* .p-order__count-amount */
    /* .p-order__count-plus */
    /* .p-order__count-sum */
    /* .p-order__count-price */
    /* .p-order__count-delete */
    /* .p-order__main-price */
    /* .p-order__form */
    /* .p-order__input */
    /* .p-order__submit */
}

.p-order__title {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 600;
    color: #000;
}

.p-order__count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}

.p-order__count:hover .p-order__count-min,
.p-order__count:hover .p-order__count-plus,
.p-order__count:hover .p-order__count-delete {
    opacity: 1;
}

.p-order__info {
    display: flex;
    align-items: center;
}

.p-order__img {
    width: 70px;
    height: 70px;
    background-size: cover;
    border-radius: 7px;
    background-color: #eee;
    background-position: center;
    margin-right: 20px;
}

.p-order__count-title {
    font-size: 16px;
    padding: 15px 0;
    font-weight: 600;
    color: #000;
    line-height: 1.55;
    margin-right: auto;
}

.p-order__count-title span {
    opacity: 0.7;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.55;
}

.p-order__count-number {
    display: flex;
    margin-right: 40px;
}

.p-order__count-min {
    width: 16px;
    cursor: pointer;
    opacity: 0.4;
}

.p-order__count-amount {
    /* cursor: text; */
    padding: 2px 5px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    margin: 0 5px;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #000;
}

.p-thanks {
    background-color: #fff;
    padding: 40px 40px 50px;
    border-radius: 5px;
    width: 100%;
    max-width: 360px;
}

.p-thanks__text {
    font-size: 18px;
    line-height: 1.55;
    margin-top: 20px;
    font-weight: 300;
    color: #000;
    text-align: center;
}

.p-thanks__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .p-order__count-amount:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
} */

.p-order__count-plus {
    width: 16px;
    cursor: pointer;
    opacity: 0.4;
}

.p-order__count-sum {
    display: flex;
}

.p-order__count-price {
    font-weight: 300;
    color: #000;
    white-space: nowrap;
    line-height: 1.55;
    font-size: 16px;
}

.p-order__count-delete {
    cursor: pointer;
    width: 20px;
    opacity: 0.4;
    margin-left: 15px;
}

.p-order__main-price {
    margin-top: 30px;
    font-size: 16px;
    text-align: right;
    font-weight: 600;
    color: #000;
}

.p-order__form {
    margin-top: 50px;
}

.p-order__input {
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    height: 56px;
    color: #181923;
    border: 1px solid #d1d1d1;
    background-color: #f9fafc;
    margin-bottom: 20px;
}

.p-order__submit {
    margin-top: 20px;
}

.p-order__submit button {
    cursor: pointer;
    width: 100%;
    font-weight: 500;
}

.p-order .iti {
    width: 100%;
    margin-bottom: 20px;
}

.p-order .iti input {
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    height: 56px;
    color: #181923;
    border: 1px solid #d1d1d1;
    background-color: #f9fafc;
}

.custom-checkbox {
    color: #181923;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    /* .custom-checkbox__indicator */
}

.custom-checkbox a {
    border-bottom: 1px solid #497fe4;
    color: #1a1a1a;
}

.custom-checkbox__indicator {
    opacity: 0.6;
    height: 20px;
    width: 20px;
    border: 2px solid #497fe4;
    margin-right: 10px;
    transition: all 0.2s;
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
}

.custom-checkbox__indicator::after {
    content: '';
    position: absolute;
    display: none;
    left: 6px;
    top: 1px;
    width: 5px;
    height: 11px;
    border: solid #497fe4;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox input:checked ~ .custom-checkbox__indicator {
    opacity: 1;
}

.custom-checkbox input:checked ~ .custom-checkbox__indicator::after {
    display: block;
}

.p-cons {
    max-width: 560px;
    padding: 40px 45px;
}

.p-cons__title {
    color: #181923;
    font-size: 36px;
    line-height: 1.23;
    font-weight: 600;
    text-align: center;
}

.p-cons__subtitle {
    font-size: 16px;
    line-height: 1.55;
    color: #1a1a1a;
    font-weight: 300;
    text-align: center;
    margin-top: 20px;
}

.p-cons .iti {
    width: 100%;
    margin-bottom: 20px;
}

.p-cons .iti input {
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    height: 56px;
    color: #181923;
    border: 1px solid #d1d1d1;
    background-color: #f9fafc;
}

.p-cons .p-order__submit button {
    padding: 15px;
}

textarea {
    color: #181923;
    border: 1px solid #d1d1d1;
    background-color: #f9fafc;
    height: 133px;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    padding-top: 20px;
    margin-bottom: 20px;
}

.p-politic {
    width: 100%;
    max-width: 1160px;
    padding: 40px 45px;
}

.p-politic h3 {
    font-size: 32px;
    line-height: 1.17;
    color: #181923;
    font-weight: 600;
}
.p-politic p,
.p-politic li {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
}

.p-politic__title {
    font-size: 32px;
    line-height: 1.17;
    color: #181923;
    font-weight: 600;
}

.p-politic__text {
    font-size: 16px;
    line-height: 1.55;
    color: #1a1a1a;
    font-weight: 300;
    margin-top: 16px;
}

.s1 {
    background-color: #f9fafc;
    padding: 80px 0;
    /* .s1__flexbox */
    /* .s1__main */
    /* .s1__title */
    /* .s1__main-bottom */
    /* .s1__main-subtitle */
    /* .s1__btn */
    /* .s1__other */
    /* .s1__item */
    /* .s1__item-img */
    /* .s1__item-text */
    /* .s1__item-title */
    /* .s1__item-subtitle */
}

.s1__flexbox {
    display: flex;
    justify-content: center;
}

.s1__main {
    max-width: 700px;
}

.s1__title {
    margin: 0;
    color: #181923;
    font-size: 66px;
    line-height: 1.2;
    font-weight: 600;
}

.s1__main-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.s1__main-subtitle {
    color: #1a1a1a;
    font-size: 19px;
    line-height: 1.6;
    font-weight: 400;
    opacity: 0.7;
    max-width: 390px;
}

.s1__btn {
    flex: 0 0 auto;
}

.s1__other {
    margin-left: 70px;
}

.s1__item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

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

.s1__item-img {
    width: 18px;
}

.s1__item-img-wrapper {
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    border: 1px solid #d1d1d1;
    border-radius: 3000px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.s1__item-title {
    color: #181923;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
}

.s1__item-subtitle {
    color: #1a1a1a;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    opacity: 0.7;
}

.s2 {
    padding-top: 100px;
    padding-bottom: 90px;
    background-color: #f9fafc;
    /* .s2__head */
    /* .s2__title */
    /* .s2__subtitle */
    /* .s2__main */
    /* .s2__item */
    /* .s2__item-img */
    /* .s2__item-main */
    /* .s2__item-title */
    /* .s2__item-subtitle */
    /* .s2__item-btn */
}

.s2__main {
    display: flex;
    flex-wrap: wrap;
    border-top: #d1d1d1 1px solid;
    border-left: #d1d1d1 1px solid;
    margin-top: 60px;
}

.s2__item {
    background-color: #fff;
    width: 50%;
    display: flex;
    justify-content: space-between;
    border-right: #d1d1d1 1px solid;
    border-bottom: #d1d1d1 1px solid;
    padding: 40px;
}

.s2__item-img {
    width: 100%;
    max-width: 182px;
}

.s2__item-main {
    margin-left: 40px;
}

.s2__item-title {
    color: #181923;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 20px;
}

.s2__item-subtitle {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    opacity: 0.7;
    margin-top: 20px;
}

.s2__item-btn {
    font-size: 12px;
    padding: 12px 30px;
    font-weight: 500;
    margin-top: 25px;
}

.s4 {
    padding-top: 100px;
    padding-bottom: 90px;
}

.why {
    /* .why__flexbox */
    /* .why__item */
    /* .why__item-img-wrap */
    /* .why__item-img */
    /* .why__item-title */
    /* .why__item-subtitle */
}

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

.why__item {
    width: 100%;
    max-width: 360px;
    background: #fff;
    border: 1px solid #d1d1d1;
    padding: 40px;
    flex: 1 1 auto;
    margin-right: 20px;
    margin-top: 40px;
}

.why__item:nth-child(3n + 3) {
    margin-right: 0;
}

.why__item-img-wrap {
    width: 100px;
    height: 100px;
    border-radius: 3000px;
    border: 1px solid #d1d1d1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why__item-img {
    width: 50px;
}

.why__item-title {
    color: #181923;
    font-size: 21px;
    line-height: 1.6;
    font-weight: 600;
    margin-top: 25px;
    white-space: nowrap;
}

.why__item-subtitle {
    color: #1a1a1a;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 300;
    margin-top: 15px;
}

.work {
    background-color: #415170;
    padding-top: 100px;
    padding-bottom: 40px;
    /* .work__head */
    /* .work__title */
    /* .work__subtitle */
    /* .work__main */
    /* .work__item */
    /* .work__count */
    /* .work__item-text */
    /* .work__item-title */
    /* .work__item-subtitle */
}

.work__title {
    color: #fff;
}

.work__subtitle {
    color: #fff;
}

.work__main {
    margin-top: 40px;
}

.work__item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #497fe4;
    padding: 40px 0;
}

.work__item:last-child {
    border-bottom: none;
}

.work__count {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    background: #497fe4;
    border-radius: 3000px;
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}

.work__item-title {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.55;
    font-weight: 400;
}

.work__item-subtitle {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    opacity: 0.7;
    margin-top: 15px;
}

.work__item-subtitle a {
    color: white;
    border-bottom: 2px solid white;
}

@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        /* Укажи цвет скроллбара */
        background: #497fe4;
        /* Укажи радиус скругления скроллбара */
        border-radius: 10px;
    }

    ::-webkit-scrollbar {
        /* Укажи ширину вертикального скроллбара */
        width: 5px;
        /* Укажи высоту горизонтального скроллбара */
        height: 5px;
        /* Укажи цвет фона под скроллбаром */
        background: #000000;
    }
}

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

    .header__container {
        max-width: 1100px;
    }

    .parallax {
        background-attachment: initial;
    }

    .index-parallax1 {
        height: 400px;
    }

    .title {
        font-size: 42px;
    }

    .subtitle {
        font-size: 16px;
    }

    .block-head .subtitle {
        max-width: 310px;
    }

    .catalog-h__img {
        max-width: 460px;
    }

    .catalog-h__main {
        margin-left: 20px;
    }

    .catalog-h__subtitle {
        font-size: 12px;
    }

    .catalog-h__text {
        font-size: 12px;
    }

    .catalog__item {
        max-width: 300px;
        margin-right: 20px;
    }

    .catalog__item-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .catalog__item-btn:first-child {
        margin-bottom: 10px;
    }

    .company__subtitle {
        max-width: 400px;
        font-size: 16px;
    }

    .company__text {
        max-width: 400px;
        font-size: 14px;
    }

    .company__img {
        width: 390px;
        height: 390px;
    }

    .company__info-item {
        padding: 35px 15px 45px 45px;
    }

    .company__info-title {
        font-size: 26px;
    }

    .company__info-text {
        font-size: 14px;
    }

    .company__bottom {
        font-size: 28px;
    }

    .contact__text {
        font-size: 18px;
    }

    .delivery__item-title {
        font-size: 19px;
    }

    .delivery__flexbox {
        margin-top: 60px;
    }

    .delivery__item {
        max-width: 300px;
        width: 33%;
        padding: 60px 20px 20px;
        margin-bottom: 20px;
    }

    .delivery__item.last {
        padding-left: 60px;
        padding: 25px 60px;
    }

    .delivery__text {
        font-size: 15px;
    }

    .footer__container {
        max-width: 940px;
    }

    .footer__title {
        font-size: 14px;
    }

    .footer__link {
        font-size: 12px;
    }

    .s-form__title {
        font-size: 32px;
    }

    .s-form__subtitle {
        font-size: 16px;
    }

    .s-form__form {
        max-width: 780px;
    }

    .s-form__input {
        font-size: 12px;
    }

    .s-form__btn {
        font-size: 14px;
    }

    .s-form__politic {
        font-size: 11px;
    }

    .s-form .iti {
        font-size: 12px;
    }

    .header__menu {
        margin: 0 20px;
    }

    .header__menu-item {
        font-size: 15px;
    }

    .header__btn {
        font-size: 12px;
        width: 140px;
        height: 44px;
    }

    .header__soc {
        margin-left: 20px;
    }

    .header__soc-item {
        width: 28px;
    }

    .logo-img {
        width: 56px;
    }

    .logo-title {
        font-size: 19px;
    }

    .logo-subtitle {
        font-size: 11px;
    }

    .p-product__img {
        max-width: 460px;
    }

    .p-product__main {
        margin-left: 20px;
    }

    .p-product__text {
        font-size: 12px;
    }

    .p-product__footer-btn {
        font-size: 12px;
    }

    .popup-no-padding .fancybox__slide {
        padding: 64px 40px;
    }

    .popup-no-padding .custom-head-box .custom-head-left {
        font-size: 12px;
    }

    .s1__main {
        max-width: 540px;
    }

    .s1__title {
        font-size: 52px;
    }

    .s1__main-subtitle {
        font-size: 16px;
    }

    .s1__btn {
        padding: 18px 22px;
        font-size: 15px;
        margin-left: 20px;
    }

    .s1__other {
        margin-left: 50px;
    }

    .s1__item-subtitle {
        font-size: 14px;
    }

    .s2__item-img {
        max-width: 145px;
    }

    .s2__item-main {
        margin-left: 20px;
    }

    .s2__item-title {
        font-size: 18px;
    }

    .s2__item-subtitle {
        font-size: 12px;
    }

    .why__flexbox {
        margin-top: 20px;
    }

    .why__item {
        max-width: 300px;
        padding: 40px 20px;
        margin-right: 10px;
        margin-top: 20px;
    }

    .why__item-title {
        font-size: 18px;
    }

    .why__item-subtitle {
        font-size: 14px;
    }

    .catalog-info__box {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 960px) {
    .container {
        padding: 0 20px;
        max-width: 660px;
    }

    .index-parallax1 {
        height: 300px;
    }

    .title {
        font-size: 36px;
    }

    .subtitle {
        font-size: 14px;
    }

    .block-head .subtitle {
        max-width: 220px;
    }

    .aredna-s1 {
        height: auto;
    }

    .aredna-s1__wrap {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .aredna-s1__box {
        flex-direction: column;
        align-items: flex-start;
    }

    .aredna-s1__dop {
        margin-top: 40px;
    }

    .aredna-s1__dop-icon {
        width: 36px;
    }

    .aredna-s1__dop-text {
        font-size: 18px;
    }

    .catalog-h {
        padding-top: 100px;
    }

    .catalog-h__flexbox {
        flex-direction: column;
    }

    .catalog-h__img {
        max-width: 100%;
    }

    .catalog-h__main {
        margin-left: 0;
        margin-top: 20px;
    }

    .catalog__item {
        max-width: 280px;
        margin-right: 40px;
    }

    .catalog__item:nth-child(3n + 3) {
        margin-right: 40px;
    }

    .catalog__item:nth-child(2n + 2) {
        margin-right: 0px;
    }

    .catalog__item-img img {
        height: 218px;
    }

    .catalog__item-btn {
        width: 100%;
        justify-content: center;
    }

    .company__flexbox {
        flex-direction: column;
    }

    .company__title {
        font-size: 52px;
    }

    .company__subtitle {
        max-width: 100%;
    }

    .company__text {
        max-width: 100%;
    }

    .company__img {
        display: none;
    }

    .company__info {
        flex-direction: column;
    }

    .company__info-item {
        max-width: 100%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 35px 65px 45px 45px;
        margin-left: 0;
        margin-right: 0;
    }

    .company__info-title {
        font-size: 32px;
    }

    .company__bottom {
        font-size: 24px;
    }

    .contact {
        padding-bottom: 60px;
    }

    .catalog-info__box {
        padding: 40px;
        padding-top: 20px;
        justify-content: space-around;
    }
    .catalog-info__title {
        font-size: 15px;
    }
    .catalog-info__icon {
        width: 80px;
        height: 80px;
    }
    .catalog-info__img {
        width: 40px;
    }

    .catalog-info__item {
        width: 33%;
        margin-top: 20px;
    }

    .contact__subtitle {
        display: none;
    }

    .contact__flexbox {
        justify-content: space-between;
        margin-top: 30px;
    }

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

    .contact__flexbox-map .contact__flexbox-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact__text {
        font-size: 16px;
    }

    .delivery__flexbox {
        margin-top: 40px;
    }

    .delivery__item {
        width: 50%;
    }

    .delivery__item.last {
        width: 50%;
        display: block;
        padding: 60px 20px 20px;
        max-width: 300px;
        margin-bottom: 20px;
    }

    .delivery__item.last .delivery__text {
        font-size: 16px;
    }

    .footer__container {
        max-width: 640px;
    }

    .footer__flexbox {
        flex-wrap: wrap;
    }

    .footer__item {
        margin-bottom: 30px;
    }

    .s-form__title {
        line-height: 1.4;
        max-width: 460px;
        margin: auto;
    }

    .s-form__subtitle {
        font-size: 14px;
        max-width: 460px;
    }

    .s-form__form {
        flex-direction: column;
        max-width: 460px;
    }

    .s-form__input {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .s-form__btn {
        width: 100%;
    }

    .s-form .iti {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .s-form .iti input {
        width: 100%;
    }

    .header {
        display: none;
    }

    .header__right {
        display: none;
    }

    .header__btn {
        display: none;
    }

    .header-mob {
        display: block;
    }

    .p-product__box {
        flex-direction: column;
    }

    .p-product__img {
        max-width: 100%;
    }

    .p-product__main {
        margin-left: 0;
    }

    .popup-no-padding .custom-head-box .custom-head-left {
        display: none;
    }

    .popup-no-padding .custom-head-box .custom-close {
        display: none;
    }

    .popup-no-padding .custom-head-box .custom-close-mob {
        display: block;
    }

    .custom-checkbox {
        font-size: 14px;
    }

    .s1 {
        padding-top: 120px;
    }

    .s1__flexbox {
        flex-direction: column;
    }

    .s1__other {
        margin-left: 0;
        margin-top: 60px;
    }

    .s2__main {
        flex-direction: column;
        margin-top: 40px;
    }

    .s2__item {
        width: 100%;
        padding: 60px 40px;
    }

    .s2__item-img {
        max-width: 168px;
    }

    .s2__item-main {
        margin-left: 40px;
    }

    .work__main {
        margin-top: 20px;
    }

    .work__item-title {
        font-size: 20px;
    }

    .work__item-subtitle {
        font-size: 16px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 640px) {
    .aredna-s1__wrap {
        padding-top: 120px;
    }

    .aredna-s1__title {
        font-size: 40px;
    }

    .aredna-s1__subtitle {
        font-size: 18px;
        margin-top: 20px;
    }

    .aredna-s1__dop-icon {
        margin-right: 20px;
    }

    .aredna-s1__dop-text {
        font-size: 16px;
    }

    .warning .container {
        max-width: 100%;
    }

    .catalog__item {
        margin-right: 10px;
    }

    .p-product__btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .popup-no-padding .fancybox__slide {
        padding: 64px 0 0;
    }

    .p-order__count {
        flex-wrap: wrap;
    }

    .p-order__count-title {
        width: calc(100% - 100px);
    }

    .p-order__count-number {
        margin-right: 0;
        margin-top: 20px;
    }

    .p-order__count-sum {
        margin-top: 20px;
    }

    .custom-checkbox {
        font-size: 12px;
    }

    .p-cons {
        padding: 25px 20px;
    }
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal;
    }
}

@media screen and (max-width: 480px) {
    .container {
        max-width: 320px;
        padding: 0;
    }

    .catalog-info__box {
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .catalog-info__item {
        width: 100%;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .index-parallax1 {
        height: 200px;
    }

    .p-politic {
        padding: 20px;
    }

    .title {
        font-size: 32px;
    }

    .subtitle {
        font-size: 16px;
    }

    .block-head {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 10px;
        padding-right: 10px;
    }

    .block-head .subtitle {
        max-width: 100%;
        margin-top: 20px;
    }

    .btn-top__wrap {
        transform: scale(0.8);
    }

    .catalog__item:nth-child(3n + 3) {
        margin-right: 0;
    }

    .catalog__item {
        margin-right: 0;
        max-width: 100%;
    }

    .company {
        padding-top: 70px;
    }

    .company__main {
        padding-left: 10px;
        padding-right: 10px;
    }

    .company__title {
        font-size: 36px;
    }

    .company__info-item {
        display: block;
        padding: 50px 30px;
    }

    .company__info-text {
        font-size: 15px;
        margin-top: 10px;
    }

    .company__bottom {
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact__subtitle {
        display: block;
        font-size: 14px;
    }

    .contact__flexbox {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact__flexbox-item {
        width: 100%;
    }

    .contact__icon {
        width: 30px;
    }

    .contact__btn {
        display: none;
    }

    .delivery__flexbox {
        flex-direction: column;
        align-items: center;
    }

    .delivery__item {
        width: 100%;
    }

    .delivery__item.last {
        width: 100%;
    }

    .s-form__title {
        max-width: 260px;
        font-size: 24px;
    }

    .s-form__subtitle {
        max-width: 260px;
    }

    .s-form__form {
        max-width: 260px;
    }

    .s-form__input {
        font-size: 14px;
        height: 48px;
    }

    .s-form__politic {
        max-width: 260px;
        margin: auto;
        margin-top: 10px;
    }

    .s-form__el {
        height: 14px;
        width: 14px;
    }

    .s-form .el-l-t {
        top: 10px;
        left: 10px;
    }

    .s-form .el-l-b {
        bottom: 10px;
        left: 10px;
    }

    .s-form .el-r-t {
        top: 10px;
        right: 10px;
    }

    .s-form .el-r-b {
        bottom: 10px;
        right: 10px;
    }

    .partners__item {
        width: 50%;
        padding: 10px;
    }

    .partners__item:nth-last-child(-n + 3) {
        border-bottom: 1px solid #d1d1d1;
    }

    .partners__item:nth-last-child(-n + 2) {
        border-bottom: none;
    }

    .partners__item:nth-child(3n + 3) {
        border-right: 1px solid #d1d1d1;
    }

    .partners__item:nth-child(2n + 2) {
        border-right: none;
    }

    .partners__img {
        width: 100%;
        max-width: 100px;
    }

    .p-product {
        padding: 20px;
        padding-bottom: 40px;
    }

    .p-order {
        padding: 20px;
    }

    .p-order__title {
        font-size: 20px;
    }

    .s1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .s1__title {
        font-size: 32px;
    }

    .s1__main-bottom {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 40px;
    }

    .s1__btn {
        margin-left: 0;
        margin-top: 40px;
        padding: 18px 36px;
    }

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

    .s1__item-img {
        width: 14px;
    }

    .s1__item-img-wrapper {
        width: 50px;
        height: 50px;
    }

    .s1__item-title {
        font-size: 16px;
    }

    .s1__item-subtitle {
        margin-top: 10px;
    }

    .s2 {
        padding-top: 70px;
    }

    .s2__item {
        flex-direction: column;
        padding: 40px;
        align-items: center;
        text-align: center;
    }

    .s2__item-img {
        max-width: 140px;
    }

    .s2__item-main {
        margin-left: 0;
    }

    .s2__item-subtitle {
        margin-top: 10px;
    }

    .s4 {
        padding-top: 70px;
    }

    .why__item {
        margin: 0;
        margin-top: 40px;
        max-width: 100%;
    }

    .why__item-img-wrap {
        width: 80px;
        height: 80px;
    }

    .why__item-img {
        width: 40px;
    }

    .why__item-subtitle {
        font-size: 16px;
    }

    .work__item {
        padding-left: 10px;
        padding-right: 10px;
        align-items: flex-start;
    }

    .work__count {
        width: 48px;
        height: 48px;
        font-size: 15px;
        margin-right: 20px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px;
    }

    .iti__flag {
        background-image: url('../img/icons/flags@2x.png');
    }

    .iti__flag {
        background-size: 5652px 15px;
    }
}




/* FILTER */

	form#filter{
        display: flex;
        padding: 20px 0;
        justify-content: space-between;
        background: #e7eef8;
		font-size: 1.05em;
		flex-wrap: wrap;
    }
    form#filter label{
        flex: 1 0 19%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 15px 10px 15px 30px;
		justify-content: flex-end;
    }
	form#filter label:hover{
		background: #c6d9f3;
	} 
	form#filter label .tl{
        font-weight: 600;
		font-size: 1.15em;
    }
    form#filter select, form#filter select:active, form#filter select:focus{
		height: 35px;
        border: 1px solid #cccccc!important;
    }
