/* RESET
------------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    -webkit-appearance: none;
}

/* FOUNDATION
------------------------------------------------------------------------------*/
html {
    min-height: 100%;
}

body {
    min-height: 100%;
    color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: #1e3d5e;
    overflow-x: hidden;
}

button,
input[type="submit"] {
    color: inherit;
    cursor: pointer;
}

a {
    color: #36adbf;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    display: block;
    border: none;
}

p,
ul li {
    color: #a7bbcf;
    padding-bottom: 14px;
}

ul {
    padding-left: 0px;
    list-style: none;
}

ul li:before {
    color: #ffffff;
    content: "\2022";
}

@media (max-width: 575px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }

    p,
    ul li {
        padding-bottom: 10px;
    }
}

/* FLEX
------------------------------------------------------------------------------*/
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.flex--stretch {
    align-items: stretch;
}

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

.flex--baseline {
    align-items: baseline;
}

.col-12 {
    flex: 0 0 100%;
    position: relative;
    box-sizing: border-box;
}

.col-6 {
    flex: 0 0 47%;
    position: relative;
    box-sizing: border-box;
}

.col-6 a {
    text-decoration: none
}

.col-5 {
    flex: 0 0 39%;
    box-sizing: border-box;
}

.col-7 {
    flex: 0 0 47%;
}

@media (max-width: 991px) {
    .col-m-12 {
        flex: 0 1 100%;
    }
}

@media (max-width: 575px) {
    .col-s-12 {
        flex: 0 0 100%;
    }
}

/* MAIN
------------------------------------------------------------------------------*/
.text-center {
    text-align: center;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.pb-2 {
    padding-bottom: 15px;
}

.mt-3 {
    margin-top: 30px;
}

.relative {
    position: relative;
    width: 100%;
}

.text-hidden {
    display: none;
}

.text-hidden.show {
    display: inline;
}

.btn-read-more {
    margin-left: 10px;
}

.hr {
    background-color: #637c97;
    width: 100%;
    height: 1px;
    margin: 15px 0;
}

@media (max-width: 767px) {
    .mt-3 {
        margin-top: 21px;
    }
}

@media (max-width: 575px) {
    .pb-2 {
        padding-bottom: 15px;
    }

    .mt-3 {
        margin-top: 15px;
    }
}

/* CONTAINER
------------------------------------------------------------------------------*/
.container {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 30px 80px;
    box-sizing: border-box;
}

.container-plr {
    padding: 0 30px;
}

.container--m {
    max-width: 1060px;
}

.container--pt-l {
    padding-top: 105px;
}

@media (max-width: 991px) {
    .container {
        padding: 30px;
    }
}

@media (min-width: 768px) {
    .container--pt-l {
        padding-top: 105px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 40px 30px 50px;
    }
}

@media (max-width: 575px) {
    .container {
        padding: 20px 15px 30px;
    }
}

/* TITLE
------------------------------------------------------------------------------*/
.title-l {
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 25px;
    text-align: center;
}

.title-m {
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 15px;
}

.title-s {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 900;
}

.title-xs {
    font-size: 18px;
    padding: 10px 0;
    font-weight: 900;
}

.title-border {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 4px solid #36adbf;
}

@media (max-width: 767px) {
    .title-l {
        font-size: 35px;
        padding-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .title-l {
        font-size: 30px;
        padding-bottom: 10px;
        line-height: 38px;
    }

    .title-m {
        font-size: 25px;
        padding-bottom: 15px;
        line-height: 30px;
    }

    .title-s {
        margin-bottom: 15px;
        font-size: 20px;
    }
}

/* BUTTON
------------------------------------------------------------------------------*/
.btn {
    text-align: center;
    display: inline-block;
    font-size: 24px;
    border: 2px solid #36adbf;
    background: transparent;
    color: #ffffff;
    border-radius: 50px;
    padding: 18px 0;
    width: 100%;
    transition: 0.3s;
}

.btn:hover {
    text-decoration: none;
    box-shadow: 0 0 10px #36adbf;
    transition: 0.3s;
}

.btn--s {
    max-width: 170px;
}

.btn--m {
    max-width: 206px;
}

.btn--l {
    max-width: 300px;
}

.btn--color {
    background-color: #36adbf;
}

@media (max-width: 767px) {
    .btn {
        font-size: 20px;
        padding: 14px 0;
        width: 135px;
    }

    .btn--l {
        width: 220px;
    }
}

@media (max-width: 575px) {
    .btn {
        font-size: 18px;
        padding: 10px 0;
        margin-bottom: 15px;
    }
}

/* HEADER
------------------------------------------------------------------------------*/
.header {
    padding: 18px 5.8vw;
    background-color: #14304d;
    z-index: 2;
    position: relative;
}

.header img {
    max-width: 260px;
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.header--home {
    padding: 100px 30px 0;
    max-width: 1724px;
    margin: auto;
    background-color: transparent;
}

.header--home img {
    max-width: 350px;
}

.header--home .menu,
.header--home .menu-btn {
    display: none;
}

.header-home img {
    max-width: 352px;
}

@media (max-width: 1366px) {
    .header--home {
        padding-top: 60px;
    }
}

@media (max-width: 1199px) {
    .header--home {
        padding: 60px 40px 0;
    }

    .header--home img {
        max-width: 280px;
    }
}

@media (max-width: 991px) {
    .header img {
        max-width: 200px;
    }

    .header--home {
        padding: 40px 40px 0;
    }
}

@media (max-width: 575px) {
    .header {
        padding: 15px 15px 10px;
    }

    .header img {
        max-width: 150px;
    }

    .header--home {
        background-color: #14304d;
    }

    .header--home .menu-btn {
        display: block;
    }
}

/* NAV
------------------------------------------------------------------------------*/
.menu,
.nav {
    display: flex;
}

.nav__item,
.notifications {
    margin: 0 20px;
}

.nav__item {
    color: #ffffff;
    text-transform: uppercase;
}

.nav__item.active,
.nav__item:hover {
    position: relative;
    text-decoration: none;
}

.nav__item.active::after,
.nav__item:hover:after {
    content: "";
    position: absolute;
    bottom: -56px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #36adbf;
}

.nav__item:hover:after {
    -webkit-animation: slideDown 0.8s;
    animation: slideDown 0.8s;
}

@-webkit-keyframes slideDown {
    0% {
        width: 0%;
        left: -50px;
    }
    100% {
        width: 100%;
    }
}

@keyframes slideDown {
    0% {
        width: 0%;
        left: -50px;
    }
    100% {
        width: 100%;
    }
}

.notifications__item {
    position: relative;
    padding-top: 11px;
    padding-left: 27px;
    padding-right: 5px;
}

.notifications__item:hover {
    text-decoration: none;
}

.notifications__count {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 11px;
    line-height: 15px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    background-color: #36adbf;
    padding: 2px 5px;
    border-radius: 10px;
}

.menu-btn {
    display: none;
    position: relative;
    width: 25px;
    height: 20px;
    background-color: transparent;
}

.menu-btn div {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #36adbf;
    transition: 0.3s;
}

.menu-btn div:nth-child(1) {
    top: 0px;
}

.menu-btn div:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.menu-btn div:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #14304d;
    right: 3px;
    top: 0px;
}

.menu-btn div:nth-child(3) {
    bottom: 0px;
}

.menu-btn.open div {
    background-color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.menu-btn.open div:nth-child(1) {
    transform: rotate(45deg);
}

.menu-btn.open div:nth-child(2) {
    transform: rotate(135deg);
}

.menu-btn.open div:nth-child(3) {
    transform: rotate(-45deg);
}

.menu-open {
    position: relative;
}

.menu-open::before {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(54, 173, 191, 0.6);
    -webkit-animation: bg-opacity 0.8s;
    animation: bg-opacity 0.8s;
}

@-webkit-keyframes bg-opacity {
    0% {
        background-color: rgba(54, 173, 191, 0);
    }
    100% {
        background-color: rgba(54, 173, 191, 0.6);
    }
}

@keyframes bg-opacity {
    0% {
        background-color: rgba(54, 173, 191, 0);
    }
    100% {
        background-color: rgba(54, 173, 191, 0.6);
    }
}

@media (max-width: 1199px) {
    .menu {
        display: none;
        position: absolute;
        text-align: center;
        z-index: 150;
        top: 112px;
        right: 0px;
        left: 0px;
        padding: 10px 10px 0px;
        background-color: #14304d;
    }

    .nav {
        display: block;
        padding-bottom: 40px;
    }

    .nav__item {
        display: table;
        margin: 20px auto 10px;
        border-bottom: 3px solid transparent;
    }

    .nav__item.active,
    .nav__item:hover {
        color: #36adbf;
        border-color: #36adbf;
    }

    .nav__item.active::after,
    .nav__item:hover:after {
        display: none;
    }

    .notifications {
        padding-bottom: 40px;
    }

    .menu-btn {
        display: block;
    }
}

@media (max-width: 575px) {
    .menu {
        top: 72px;
    }
}

/* GREETING
------------------------------------------------------------------------------*/
.greeting {
    position: relative;
    z-index: 0;
    padding-top: 194px;
    padding-bottom: 13vw;
}

.greeting__txt p {
    font-size: 25px;
}

.greeting__txt {
    width: 46%;
}

.greeting__img {
    position: absolute;
    top: -376px;
    right: -80px;
    z-index: 1;
}

.greeting__img:after {
    content: "";
    top: 4.5vw;
    left: 114px;
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    background-color: #36adbf;
    z-index: -1;
    transform: skew(0, -22deg);
}

.greeting__img img {
    width: 100%;
    height: auto;
}

.btns {
    max-width: 460px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.btns input {
    margin: initial;
}

@media (max-height: 845px) {
    .greeting {
        padding-top: 40px;
    }
}

@media (max-width: 1450px) {
    .greeting {
        padding-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .greeting__img {
        width: 50%;
    }
}

@media (max-width: 1199px) {
    .greeting__img {
        top: -194px;
        right: -94px;
    }

    .greeting__img img {
        width: 500px;
        height: auto;
    }

    .greeting__img:after {
        top: 63px;
        left: 40px;
    }

    .greeting__txt {
        width: 55%;
    }
}

@media (max-width: 991px) {
    .greeting__img {
        top: -197px;
        right: -12px;
    }

    .greeting__img img {
        width: 284px;
    }

    .greeting__img:after {
        top: 36px;
        left: 25px;
    }

    .greeting__txt {
        width: 100%;
    }

    .greeting .title-l {
        width: 100%;
        max-width: 450px;
    }
}

@media (max-width: 767px) {
    .greeting {
        padding-bottom: 40px;
    }

    .greeting .title-l {
        max-width: 304px;
    }

    .greeting__txt p {
        font-size: 20px;
    }

    .greeting__img {
        top: -190px;
        right: -28px;
    }

    .greeting__img img {
        width: 262px;
    }

    .greeting__img:after {
        top: 33px;
    }
}

@media (max-width: 575px) {
    .greeting {
        padding: 0px;
        overflow-x: hidden;
    }

    .greeting .title-l {
        max-width: 100%;
    }

    .greeting__txt p {
        font-size: 18px;
    }

    .greeting__img {
        display: block;
        position: relative;
        top: 10px;
        right: -26px;
        width: 323px;
        margin-left: auto;
    }

    .greeting__img img {
        width: 323px;
    }
}

/* PLANS
------------------------------------------------------------------------------*/
.plans {
    position: relative;
    z-index: 1;
}

.plans:after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 120px;
    height: 100%;
    background-color: #14304d;
    transform: skew(0, -22deg);
}

.plans .title-m {
    max-width: 783px;
    margin: 0 auto;
}

.plans p.text-center {
    font-size: 30px;
}

.plans .flex {
    padding-top: 40px;
    flex-wrap: nowrap;
}

.plans__item {
    text-align: left;
    flex: 0 0 42%;
    margin-bottom: 30px;
    background-color: #2b4c70;
    padding: 37px 45px 35px;
}

@media (max-width: 1676px) {
    .plans:after {
        width: 40px;
    }
}

@media (max-width: 1506px) {
    .plans:after {
        width: 25px;
    }
}

@media (max-width: 1199px) {
    .plans__item {
        flex: 0 0 39%;
    }
}

@media (max-width: 991px) {
    .plans:after {
        display: none;
    }

    .plans .flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .plans__item {
        flex: 0 0 85%;
    }
}

@media (max-width: 767px) {
    .plans {
        padding-bottom: 40px;
    }

    .plans p.text-center {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .plans {
        padding-bottom: 0px;
    }

    .plans .flex {
        padding-top: 20px;
    }

    .plans__item {
        margin-bottom: 15px;
        padding: 30px 15px;
    }
}

/* FORM
------------------------------------------------------------------------------*/
.form {
    margin: 0 auto;
    position: relative;
}

.form .title-xs {
    color: #ffffff;
}

.form .btn {
    margin: 35px auto;
    display: block;
}

.form img {
    max-width: 100%;
}

.form--reset,
.form--change-pass,
.form--login {
    max-width: 474px;
}

.form--check {
    max-width: 1094px;
}

.form--sign-up {
    max-width: 1100px;
}

.form--check .btn,
.form--sign-up .btn {
    margin: 0;
    margin-top: 10px;
}

.form--profile,
.form--contact {
    max-width: 540px;
}

.form-control {
    position: relative;
    border: 1px solid #d1d1db;
    border-radius: 28px;
    background-color: #fff;
    width: 100%;
    height: 53px;
    padding: 0 28px;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #5c6273;
    font-weight: 400;
    outline: none;
}

.form-control__textarea {
    height: 150px;
    resize: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-control:focus + label {
    font-size: 10px;
    top: -7px;
}

.form-control:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #d67997;
}

.form-control:invalid:not(:focus):not(:placeholder-shown) + label {
    font-size: 10px;
    top: -7px;
}

.form-label {
    position: absolute;
    left: 28px;
    top: -23px;
    transition: .28s;
    color: inherit;
    display: inline-block;
    padding: 0 4px;
}


.form--contact .form__footnote {
    text-align: left;
    padding-bottom: 14px;
}

.form--subscription {
    max-width: 600px;
}

.form--search {
    margin: initial;
    flex: 0 0 31%;
    margin: 0;
    display: none;
}

.form--profile .flex p:nth-child(2n) {
    flex: 0 0 70%;
    font-weight: 700;
    color: #ffffff;
}

.form--profile .flex p:nth-child(2n-1) {
    flex: 0 0 30%;
}

.form--profile .title-l,
.form--profile a {
    flex: 0 0 50%;
}

.form-col-6 {
    position: relative;
}


.form-color {
    background-color: #2b4c70;
    padding: 40px 45px 20px;
    margin-top: 39px;
}

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

.form__info p {
    padding-bottom: 0px;
    color: #ffffff;
}

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

.form__info-price {
    font-size: 25px;
    font-weight: 700;
}

.form__img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.ssl-img {
    position: relative;
}

.ssl-img:before {
    content: "";
    position: absolute;
. form . btn left: - 40 px;
    top: -3px;
    background-image: url("../images/icons/ssl-icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.input-popup {
    position: absolute;
    top: 13px;
    right: 10px;
    background-color: #3197ac;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0px;
    text-align: center;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    z-index: 10;
    line-height: 1.5;
}

.input-popup-img {
    opacity: 0;
    position: absolute;
    top: -12px;
    right: -136px;
    z-index: 10;
    transition: 0.3s;
}

.input-popup:hover + .input-popup-img,
.input-popup:active + .input-popup-img {
    opacity: 1;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .form--search {
        flex: 0 0 51%;
    }
}

@media (max-width: 575px) {
    .form .btn {
        margin-bottom: 15px;
    }

    .form--profile .flex p:nth-child(2n) {
        flex: 0 0 100%;
        text-align: left;
    }

    .form--profile .flex p:nth-child(2n-1) {
        padding-bottom: 5px;
        flex: 0 0 100%;
        text-align: left;
    }

    .form--contact .flex {
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .form--search {
        flex: 0 0 90%;
        margin: 0 auto;
    }

    .form-color {
        padding: 15px;
    }

    .form__info {
        flex-wrap: wrap;
    }

    .form__info > * {
        flex: 0 0 100%;
        text-align: right;
    }

    .form__info-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ssl-img:before {
        left: inherit;
        right: 110px;
    }

    .input-popup-img {
        top: 27px;
        right: 0px;
    }
}

/* INPUT SELECT TEXTAREA
------------------------------------------------------------------------------*/
input {
    margin: 0 auto;
    outline: none;
    box-shadow: none;
}

input:not([type="checkbox"]),
select,
textarea {
    width: 100%;
    min-width: 100px;
    margin-bottom: 34px;
    box-sizing: border-box;
    background-color: transparent;
    border: 2px solid #637c97;
    border-radius: 2px;
    padding: 10px;
    padding-left: 15px;
    color: inherit;
    font-family: inherit;
    font-weight: 400;
    position: relative;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="checkbox"] {
    visibility: hidden;
    width: 0;
    width: 1px;
    position: absolute;
}

input[type="text"] ~ .pass-show path {
    fill: #ffffff;
}

textarea {
    height: 123px;
    overflow-y: auto;
    resize: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding-right: 33px;
}

select:not(:checked) {
    color: #ffffff;
}

select option {
    color: #1e3d5e;
}

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

::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

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

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

::placeholder {
    color: #ffffff;
    opacity: 1;
}

select::-ms-expand {
    display: none;
}

.pass-show {
    position: absolute;
    top: 11px;
    right: 13px;
    width: 18px;
    height: 18px;
    background-color: transparent;
}

.pass-show:active,
.pass-show:focus {
    padding: 0px;
}

@media (max-width: 575px) {
    input:not([type="submit"]):not([type="checkbox"]),
    select {
        margin-bottom: 20px;
    }
}

/* FORM LABEL
------------------------------------------------------------------------------*/
input[type="checkbox"]:checked ~ .checkbox-label:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 4px;
    width: 14px;
    height: 14px;
    background-image: url("../images/icons/check.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

label.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.checkbox-label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: #a7bbcf;
    padding-bottom: 14px;
}

.checkbox-label:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 2px solid #637c97;
    border-radius: 2px;
    cursor: pointer;
}

label a {
    text-decoration: underline;
}

label a:hover {
    text-decoration: none;
}

/* FORM ICON
------------------------------------------------------------------------------*/
.icon {
    padding-left: 40px !important;
    background-repeat: no-repeat;
    background-size: 20px 18px;
    background-position: 10px 50%;
}

.icon--email {
    background-image: url("../images/icons/mail-icon.svg");
}

.icon--password {
    background-image: url("../images/icons/pass-icon.svg");
}

.icon--cardNumber {
    background-image: url("../images/icons/card-icon.svg");
}

.icon--cardCode {
    background-image: url("../images/icons/card-code.svg");
}

.icon--name {
    background-image: url("../images/icons/name-icon.svg");
}

.icon--phone {
    background-image: url("../images/icons/phone-icon.svg");
}

.icon--city {
    background-image: url("../images/icons/city-icon.svg");
}

.icon--postalCode {
    background-image: url("../images/icons/postcode-icon.svg");
}

.icon--address {
    background-image: url("../images/icons/point-icon.svg");
}

.icon--message {
    background-image: url("../images/icons/message-icon.svg");
    background-position: 10px 15px;
}

.icon--search {
    padding-left: 10px !important;
    background-position: 95% 50%;
    background-image: url("../images/icons/search-icon.svg");
}

.icon--calendar {
    background-image: url("../images/icons/calendar-icon.svg"),
    url("../images/icons/arrow-icon.svg");
    background-position: left center, right center;
    background-size: 20px 18px, 10px 10px;
    background-position: 10px 50%, 92% 50%;
}

.icon--country {
    background-image: url("../images/icons/country-icon.svg"), url("../images/icons/arrow-icon.svg");
    background-position: left center, right center;
    background-size: 20px 18px, 10px 10px;
    background-position: 10px 50%, 92% 50%;
}

/* CATEGORY
------------------------------------------------------------------------------*/
.category {
    flex: 0 0 30%;
}

.category:hover p {
    color: #36adbf;
    transition: 0.3s;
}

.category:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.category img {
    max-width: 100%;
    height: auto;
    transition: 0.5s;
}

.category p {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 4px solid #36adbf;
    transition: 0.3s;
}

.category__img {
    overflow: hidden;
}

@media (max-width: 767px) {
    .category {
        flex: 0 0 80%;
        margin: 10px auto;
    }
}

/* LIST
------------------------------------------------------------------------------*/
.list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.list-item {
    position: relative;
    flex: 0 0 24%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 40px 30px 30px;
    margin: 0 10px 35px;
    text-align: left;
}

.list-item .btn {
    padding: 10px 0;
}

.list-item__img {
    width: 110px;
    height: 157px;
    margin: 0 auto 20px;
    background-image: url("../images/items/book-default-min.jpg");
}

.list-item__img img {
    width: 100%;
    height: 100%;
}

.list-item__title {
    color: #333333;
    font-weight: 700;
}

.list-item__like {
    cursor: pointer;
    border: 2px solid #39aec0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}


.list-item__like--white path {
    fill: #ffffff;
}

.list-item__like.like svg path {
    fill: #c15267;
}

.list-item__like svg {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ribbon {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 49px solid transparent;
    border-left: 49px solid #e6a50a;
    border-top: 49px solid #e6a50a;
}

.ribbon p {
    position: absolute;
    left: -54px;
    top: -36px;
    width: 85px;
    height: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #ffffff;
    transform: rotate(-45deg);
}

@media (max-width: 991px) {
    .list {
        justify-content: center;
    }

    .list-item {
        flex: 0 0 35%;
    }
}

@media (max-width: 575px) {
    .list-item {
        flex: 0 0 80%;
        padding: 20px 15px 10px;
    }
}

/* PRODUCT ITEM
------------------------------------------------------------------------------*/
.product-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-item__img {
    flex: 0 0 30%;
    position: relative;
}

.product-item__img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.product-item__content {
    flex: 0 0 60%;
    max-width: 100%;
}

.product-item__title {
    font-size: 25px;
    font-weight: 700;
    padding: 25px 0 30px;
}

.product-item__links {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.product-item__links .list-item__like {
    margin: 0 20px;
}

@media (min-width: 768px) {
    .product-item__links .list-item__like {
        width: 70px;
        height: 70px;
    }

    .product-item__links .list-item__like svg {
        transform: scale(1.5) translate(-32%, -32%);
    }
}

@media (max-width: 767px) {
    .product-item {
        justify-content: center;
    }

    .product-item__img {
        flex: 0 0 50%;
    }

    .product-item__content {
        flex: 0 0 100%;
    }

    .product-item__links {
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .product-item__title {
        text-align: center;
    }
}

/* FORM VALIDATOR
------------------------------------------------------------------------------*/
input.error,
textarea.error,
select.error,
input[type="checkbox"].error ~ .checkbox-label:after {
    border-color: #ff607e !important;
}

label.error {
    position: absolute;
    left: 0px;
    bottom: 10px;
    color: #ff607e;
    font-size: 15px;
}

input[type="checkbox"].error + label.error {
    display: none !important;
}

@media (max-width: 575px) {
    label.error {
        bottom: 0px;
    }
}

/* PAGINATION
------------------------------------------------------------------------------*/
.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.pagination .item-page {
    margin: 0 3px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0px;
    text-align: center;
    cursor: default;
    color: #ffffff;
    line-height: 30px;
}

.pagination .item-page.active {
    background-color: #36adbf;
}

.pagination .item-page:disabled {

}

.pagination .item-page::before {
    display: none;
}

.pagination .item-page.hidden {
    opacity: 0;
}

.pagination .item-page a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    text-decoration: none;
    color: #ffffff;
    box-sizing: border-box;
    min-width: 30px;
    text-align: center;
    transition: 0.3s;
}

.pagination .item-page:not(.active) a:hover {
    color: #36adbf;
    transition: 0.3s;
}

.pagination .item-page .next:disabled {
    cursor: none;
}

.pagination .item-page svg {
    display: block;
    margin: auto;
}

.pagination .item-page path {
    transition: 0.3s;
}

.pagination .item-page:hover path {
    fill: #36adbf;
    transition: 0.3s;
}

/* FOOTER
------------------------------------------------------------------------------*/
.footer {
    background-color: #14304d;
    color: #a7bbcf;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.footer a {
    display: block;
    color: inherit;
    padding-bottom: 10px;
    transition: 0.3s;
}

.footer a:hover {
    text-decoration: none;
    color: #36adbf;
    transition: 0.3s;
}

.footer .copy {
    flex: 0 0 100%;
    text-align: center;
    padding-top: 20px;
}

.footer .phone,
.footer .mail,
.footer .map {
    position: relative;
}

.footer .map {
    line-height: 1.5;
}

.footer .phone:before,
.footer .mail:before,
.footer .map:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -22px;
    top: 5px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.footer .phone:before {
    background-image: url("../images/icons/phone-footer-icon.svg");
}

.footer .mail:before {
    background-image: url("../images/icons/mail-footer-icon.svg");
}

.footer .map:before {
    background-image: url("../images/icons/point-footer-icon.svg");
}

.footer .map p {
    padding-bottom: 5px;
}

.footer__column {
    flex: 0 0 33%;
}
.footer__cards {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 141px;
    margin: 0 auto 10px;
}
.footer__cards img {
    height: 50px;
}
.footer__img {
    max-width: 130px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .footer {
        padding: 30px 0 24px;
    }

    .footer img {
        margin: 0;
    }

    .footer__column {
        flex: 0 0 45%;
        padding-left: 22px;
        padding-bottom: 10px;
    }

    .footer__column:nth-child(3) {
        flex: 0 0 95%;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .footer .copy {
        padding-top: 0px;
    }
}

@media (max-width: 575px) {
    .footer {
        padding: 10px 0 0;
    }

    .footer img {
        margin: 0 auto 10px;
        padding-top: 0px;
    }

    .footer__column {
        flex: 0 0 95%;
    }

    .footer__column:nth-child(1) {
        padding-left: 0px;
    }
}

/* MODAL
------------------------------------------------------------------------------*/
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(54, 173, 191, 0.6);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    margin: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #1e3d5e;
    background-clip: padding-box;
    outline: 0;
    padding: 100px 100px 110px;
}

.modal .close {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    font-size: 26px;
    line-height: 0;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
}

.modal .close span {
    display: none;
}

.modal .close:before,
.modal .close:after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #a7bbcf;
    display: block;
    position: absolute;
    top: 50%;
}

.modal .close:before {
    transform: rotateZ(45deg);
}

.modal .close:after {
    transform: rotateZ(-45deg);
}

.modal .modal-dialog {
    max-width: 540px;
    text-align: center;
}

.modal .modal-dialog p {
    text-align: center;
}

.modal-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}

.modal-icon {
    width: 97px;
    height: 97px;
    border-radius: 50%;
    border: 2px solid #36adbf;
    margin: 0 auto 20px;
    text-align: center;
}

.modal-icon svg {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .modal-title {
        font-size: 24px;
    }

    .modal-content {
        padding: 50px 40px;
    }
}

@media (max-width: 575px) {
    .modal .close {
        top: 15px;
        right: 15px;
        width: 20px;
        height: 20px;
    }

    .modal .close:before,
    .modal .close:after {
        content: "";
        width: 20px;
    }

    .modal-icon {
        width: 76px;
        height: 76px;
    }
}

/* RECAPTCHA
------------------------------------------------------------------------------*/
@media (max-width: 575px) {
    .g-recaptcha {
        margin-bottom: 20px;
    }

    .g-recaptcha,
    .g-recaptcha div {
        overflow: hidden;
        max-width: 100%;
        width: 290px;
    }

    .g-recaptcha iframe,
    .g-recaptcha body > div[style]:last-of-type {
        transform: scale(0.9);
        transform-origin: left top;
    }
}

.form .form-error {
    display: none;
    font-size: 10px;
    font-weight: 400;
    color: #d67997;
    position: absolute;
    bottom: 5px;
    left: 28px;
}

.has-error .form-error {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

.has-error .icon {
    border-color: #ec1744;
}

/*  THANK PAGE
------------------------------------------------------------------------------*/
.thank-content {
    text-align: center;
}

.thank-content img {
    margin: 0 auto 40px;
    max-width: 15%;
}

.thank-content .title {
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
}

.thank-content p {
    font-size: 26px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .thank-content .title {
        font-size: 36px;
    }

    .thank-content p {
        font-size: 20px;
    }
}

.box-content__thank {
    padding-bottom: 11%;
    padding-top: 11%;
}

@media (max-width: 992px) {

    .box-content__thank {
        padding-top: 127px;
    }
}

.section .wrap {
    max-width: 1030px;
    margin: 0 auto;
}
@media (min-width: 1010px) {
    .max-image {display: block;}
    .middle-image {display: none;}
    .min-image {display: none;}
}
@media (min-width: 630px) and (max-width: 1010px) {
    .max-image {display: none;}
    .middle-image {display: block;}
    .min-image {display: none;}
}
@media (max-width: 630px) {
    .max-image {display: none;}
    .middle-image {display: none;}
    .min-image {display: block;}
}
.max-image, .middle-image, .min-image {
    max-width: 100%;
}