/* GENERAL */

:root {
    --color-primary: #1d6887;
    --color-yellow: #fdd102;
    --color-white: #ffffff;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}


/* @media (min-width: 1400px) {
    html {
        font-size: 75%;
    }
} */

@media (max-width: 1199.98px) {
    html {
        font-size: 56.25%;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 50%;
    }
}

body {
    font-size: 1.8rem;
}

.container-custom {
    max-width: 140rem;
    margin: 0 auto;
}


/* /GENERAL */


/* TOP NAVBAR */

.navbar.navbar-expand-md {
    height: 8rem;
    max-width: 140rem;
    padding: 0;
    margin: 0 auto;
    align-items: stretch;
    background-color: var(--color-primary);
    position: relative;
    z-index: 10;
}

.navbar-nav {
    height: 100%;
    align-items: center;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    margin-left: auto;
    height: 6rem;
    width: 6rem;
    border: none;
    font-size: 2rem;
    color: var(--color-white);
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-brand {
    position: relative;
    width: 18rem;
    margin-right: 3rem;
    padding: 0;
}

.navbar-logo {
    width: 12rem;
    height: auto;
    position: absolute;
    top: 0;
    left: 3rem;
}

.nav-item {
    width: 13rem;
    height: 100%;
    margin-right: 3rem;
    text-align: left;
    position: relative;
}

.nav-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleY(.5);
    width: 100%;
    height: 100%;
    border-left: 2px solid var(--color-white);
    transition: all .4s;
}

.nav-item:hover::before {
    background-color: rgba(255, 255, 255, .2);
    transform: scaleY(1);
}

.nav-item:hover .nav-link {
    color: var(--color-white);
}

.nav-link {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 2rem !important;
    color: var(--color-white);
    font-size: 1.8rem;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .navbar-brand {
        width: 16rem;
    }
    .nav-item {
        width: 10rem;
        margin-right: 4.6rem;
        font-size: 1.6rem;
    }
}

@media (max-width: 767.98px) {
    .navbar {
        height: 6rem !important;
        z-index: 20;
    }
    .navbar-nav {
        background-color: var(--color-primary);
        padding: 0 2rem;
    }
    .nav-item:first-child {
        margin-top: 3rem;
    }
    .nav-item {
        height: 5rem;
        width: 100%;
        margin-right: 0;
    }
}


/* /TOP NAVBAR */


/* CAROUSEL*/

#mainCarousel .carousel-inner {
    height: auto;
    width: 72%;
    margin: 0 auto;
}

#mainCarousel .carousel-btn {
    position: absolute;
    bottom: 3rem;
    right: 10rem;
    width: 17rem;
    height: 17rem;
    padding-top: 4rem;
    border-radius: 50%;
    text-align: center;
    color: var(--color-white);
    font-size: 3rem;
    font-weight: lighter;
    transition: all .3s;
    z-index: 10;
}

.carousel-btn:hover {
    color: var(--color-white);
    text-decoration: none;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
}

.carousel-btn.blue {
    background-color: rgba(29, 104, 135, .85);
}

.carousel-btn.blue:hover {
    background-color: var(--color-primary);
}

#mainCarousel .carousel-btn.brown {
    background-color: rgba(155, 75, 28, .85);
    left: 10rem;
    right: auto;
}

#mainCarousel .carousel-btn.brown:hover {
    background-color: rgba(155, 75, 28, 1);
}

#mainCarousel .carousel-btn.light-blue {
    background-color: rgba(145, 206, 244, .85);
    right: 34rem;
    bottom: 10rem;
}

.carousel-btn.light-blue:hover {
    background-color: rgba(145, 206, 244, 1);
}

.carousel-btn:hover::before {
    transform: scale(1.2);
}

.carousel-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.12);
    border: 2px solid var(--color-white);
    border-radius: 100px;
    transition: all .3s;
}

#mainCarousel .carousel-indicators li,
.carousel-indicators li.active {
    width: 30px;
    height: 30px;
    background-color: var(--color-white);
    position: relative;
    bottom: -7rem;
    margin: 0 1rem;
}

#mainCarousel .carousel-indicators img {
    position: absolute;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (min-width: 1400.98px) {
    #mainCarousel .carousel-inner {
        width: 100%;
    }
    #mainCarousel .carousel-btn {
        width: 20rem;
        height: 20rem;
        padding-top: 5rem;
        font-size: 3.2rem;
    }
    #mainCarousel .carousel-btn.light-blue {
        right: 49rem;
        bottom: 12rem;
    }
}

@media (max-width: 1199.98px) {
    #mainCarousel .carousel-btn {
        right: 4rem;
        bottom: 4rem;
    }
}

@media (max-width: 991.98px) {
    #mainCarousel .carousel-btn {
        width: 13rem;
        height: 13rem;
        right: 2rem;
        bottom: 2rem;
        font-size: 2.2rem;
        padding-top: 3rem;
    }
    #mainCarousel .carousel-btn.brown {
        left: 2rem;
        right: auto;
    }
    #mainCarousel .carousel-btn.light-blue {
        right: 22rem;
        bottom: 6rem;
    }
}

@media (max-width: 575.98px) {
    #mainCarousel {
        display: none;
    }
}


/* /CAROUSEL*/


/* SECTION*/

.heading-secondary {
    display: block;
    position: relative;
    margin-bottom: 3rem;
    font-size: 2.4rem;
    color: var(--color-primary);
    z-index: 1;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}

.heading-secondary:before,
.heading-secondary:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 24%;
    height: 1px;
    content: '\a0';
    background-color: var(--color-primary);
}

.heading-secondary:before {
    margin-left: -33%;
}

.heading-secondary:after {
    margin-left: 10%;
}

.section {
    padding-top: 2rem;
    margin-top: 9rem;
    margin-left: 16rem;
    margin-right: 16rem;
    color: var(--color-primary);
}

.section p {
    text-indent: 2.3rem;
}

@media (max-width: 1199.98px) {
    .section {
        margin-left: 8rem;
        margin-right: 8rem;
    }
}

@media (max-width: 991.98px) {
    .section {
        margin-left: 0;
        margin-right: 0;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}


/* /SECTION*/


/* IMAGE NAV*/


/* .section.main {
    margin-top: 9rem;
} */

.main-text {
    margin: 0 0 4.4rem 0;
}

.main-nav {
    height: 60rem;
    width: 64.9rem;
    margin: 0 auto;
    position: relative;
}

.main-img,
.main-nav-img {
    display: block;
    height: 100%;
    position: absolute;
}

.main-nav-link {
    position: absolute;
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    color: var(--color-white);
    font-weight: 400;
    font-size: 2.2rem;
    transition: all .3s;
    z-index: 10;
}

.main-nav-link:hover {
    text-decoration: none;
    color: var(--color-white);
}

.main-nav-link:hover .main-nav-img {
    filter: brightness(0%) invert(1);
}

.main-nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    z-index: -1;
    transition: all .3s;
}

.main-nav-link:hover::before {
    transform: scale(1.13);
    background-color: #668eb0;
}

.main-nav-link span {
    display: block;
}

.main-nav-link.main-nav-link-center {
    width: 16rem;
    height: 16rem;
    top: 47.9%;
    left: 49.3%;
    transform: translate(-50%, -50%);
    border: 13px solid var(--color-white);
    box-sizing: content-box;
}

.main-nav-link.main-nav-link-center::before {
    background-color: #668eb0;
}

.main-nav-link.main-nav-link-center:hover::before {
    transform: scale(1.09);
    background-color: #457197;
}

.main-nav-link-1 {
    top: 5.5%;
    left: 38.2%;
}

.main-nav-link-2 {
    top: 25.3%;
    left: 63.8%;
}

.main-nav-link-3 {
    top: 58%;
    left: 53.6%;
}

.main-nav-link-4 {
    top: 58.2%;
    left: 19%;
}

.main-nav-link-5 {
    top: 25.2%;
    left: 12.4%;
}

@media (max-width: 575.98px) {
    .section.main {
        margin-top: 2rem;
    }
    .main-nav {
        height: 30rem;
        width: 32rem;
    }
    .main-img {
        width: 100%;
        height: auto;
    }
    .main-nav-link {
        height: 8rem;
        width: 8rem;
    }
    .main-nav-link.main-nav-link-center {
        width: 9rem;
        height: 9rem;
        top: 48%;
        left: 49.3%;
        border: 6px solid var(--color-white);
    }
    .main-nav-link span {
        font-size: 1.3rem;
    }
    .main-nav-link-1 {
        top: 5.6%;
        left: 38%;
    }
    .main-nav-link-2 {
        top: 24.8%;
        left: 63.6%;
    }
    .main-nav-link-3 {
        top: 56.8%;
        left: 53.6%;
    }
    .main-nav-link-4 {
        top: 56.8%;
        left: 19.2%;
    }
    .main-nav-link-5 {
        top: 24.8%;
        left: 12.5%;
    }
}


/* /IMAGE NAV*/


/* ABOUT US SECTION*/

.about-us-text {
    flex: 0 0 65%;
    padding: 1rem 2rem;
    font-size: 1.9rem;
    line-height: 1.7;
}

.about-us-features.block-1 {
    flex: 0 0 34%;
    text-align: center;
    padding: 0 2rem;
}

.about-us-features.block-2 {
    flex: 0 0 34%;
    text-align: center;
    padding: 0 2rem;
}

.about-us-feature-1 {
    margin: 2rem 0 3rem 0;
}

.about-us-note {
    flex: 0 0 49%;
    padding: 1rem 3rem;
    margin: 4rem 8rem;
}

.double-border {
    border: 4px solid #89b7d4;
    border-radius: 1rem;
    position: relative;
}

.double-border::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 107%;
    width: 105%;
    border: 4px solid #89b7d4;
    border-radius: 1rem;
}

.about-us-feature-heading {
    text-transform: uppercase;
    margin: 2rem 0 1rem 0;
    font-size: 1.8rem;
    font-weight: 400;
    color: #000 !important;
}

.about-us-feature-text {
    font-size: 1.5rem;
    color: #000 !important;
}

.about-us-note-heading {
    text-transform: uppercase;
    margin: 2rem 0 1rem 0;
    font-size: 2.1rem;
    text-align: center;
}

.about-us-note {
    font-style: oblique;
}

.abut-us-note-p {
    font-size: 1.7rem;
}

.about-us-note-p span {
    text-transform: uppercase;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .about-us-note {
        flex: 0 0 49%;
        padding: 1rem 3rem;
        margin: 2rem 2rem;
    }
}

@media (max-width: 575.98px) {
    /* .section.about-us {
        margin-top: 10rem;
    } */
    .about-us-text {
        flex: 0 0 100%;
        padding: 1rem 2rem;
        font-size: 1.7rem;
        line-height: 1.6;
    }
    .about-us-features.block-1,
    .about-us-features.block-2 {
        flex: 0 0 100%;
    }
    .double-border {
        flex: 0 0 90%;
        border: 2px solid #89b7d4;
        border-radius: 1rem;
        position: relative;
    }
    .double-border::before {
        height: 97%;
        width: 96%;
        border: 2px solid #89b7d4;
        border-radius: 1rem;
    }
}


/* /ABOUT US SECTION*/

.section.catalog a:hover {
    text-decoration: none;
}

.catalog-list {
    margin-left: 2rem;
}

.section.stores {
    margin-bottom: 7rem;
}

#carousel-small .carousel-inner {
    height: 30rem;
    overflow: hidden;
}

#carousel-small .carousel-indicators {
    bottom: -5rem;
}

#carousel-small .carousel-indicators li,
#carousel-small .carousel-indicators li.active {
    border-radius: 50%;
    width: 1.3rem;
    height: 1.3rem;
    background-color: var(--color-primary);
    bottom: 0;
}

@media (max-width: 767.98px) {
    #carousel-small .carousel-inner {
        height: 50rem;
        width: 70%;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
}

@media (max-width: 575.98px) {
    .section.stores {
        margin-bottom: 3rem;
    }
    #carousel-small .carousel-inner {
        height: auto;
        width: 80%;
    }
}


/* SUBSCRIPTION */

.subscription {
    height: 6rem;
    background-color: var(--color-primary);
    margin: 4rem 0 8rem 0;
}

.subscription-text {
    font-size: 2.2rem;
    margin-bottom: 0;
    color: var(--color-white);
}

.subscription-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.subscription-input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding: 0 1rem;
    height: 3.4rem;
    border: none;
    font-size: 1.6rem;
    margin-right: 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.subscription-input:focus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    outline-color: var(--color-white);
}

.subscribe-btn {
    height: 3.4rem;
    padding: 0 1.4rem;
    border: none;
    background-color: #012838;
    color: var(--color-white);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.subscribe-btn:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
}

.subscribe-btn:active {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2);
}

.subscribe-btn:focus {
    outline: none;
}

@media (max-width: 991.98px) {
    .subscription-text {
        font-size: 1.9rem;
    }
    .subscribe-btn {
        font-size: 1.6rem;
        padding: 0 1rem;
    }
}

@media (max-width: 767.98px) {
    .subscription {
        padding: 1rem 0;
        height: auto;
    }
    .subscription-text {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .subscription {
        margin: 0;
    }
    .subscription-form {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .subscription-input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 74%;
        flex: 0 0 74%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .subscription-input:focus {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    }
}


/* /SUBSCRIPTION */


/* PRODUCT SECTION*/

.section.product p {
    text-indent: 0 !important;
}

.product-item {
    margin-bottom: 9rem;
}

.product-item.fish {
    background-image: url("../img/hvyla1.png");
    background-size: 100% 100%;
}

.fish-text-box {
    flex: 0 0 72%;
}

.fish-text span {
    font-weight: 500;
}

.fish-text-box {
    padding: 0 6rem;
}

.fish-text:not(:last-child) {
    margin-bottom: 2rem;
}

.fish-text.important span {
    font-style: oblique;
}

.fish-img-box {
    flex: 1;
}

.fish-img {
    width: 100%;
}

.fish-text.note {
    margin-top: 4rem;
    text-align: center;
}

.product-item.see-food {
    background-image: url("../img/hvyla2.png");
    background-size: 100% 100%;
    padding-bottom: 11rem;
}

.see-food p,
.see-food .product-item-heading,
.see-food h3 {
    padding: 0 4rem;
}

.see-food-box.box-1 {
    position: relative;
}

.see-food-text {
    width: 50%;
}

.see-food-krevetka {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
}

.see-food-ustriza {
    display: block;
    width: 36%;
    margin-left: 6rem;
}

.see-food-box.box-3 {
    position: relative;
}

.see-food-text-3 {
    width: 50%;
    margin: 1rem auto;
}

.see-food-kalmar {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
}

.see-food-box.box-4 {
    margin: 6rem 0;
}

.see-food-box.box-5 p {
    width: 30%;
    margin-left: auto;
}

.chicken-box {
    padding: 0 4rem;
}

.chicken-img {
    height: 26rem;
    display: block;
    margin: 0 auto;
}

.pig-img {
    height: 22rem;
    display: block;
    margin: 0 auto;
}

.pig-box {
    flex: 0 0 50%;
    padding: 0 4rem;
}

@media (max-width: 991.98px) {
    .see-food-kalmar {
        top: 4rem;
        width: 70%;
    }
    .see-food-box.box-5 p {
        width: 40%;
    }
}

@media (max-width: 575.98px) {
    .product-item.see-food {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url("../img/hvyla2.png");
        background-size: cover;
        margin-bottom: 0;
    }
    .fish-text-box.left,
    .fish-text-box.right {
        flex: 0 0 100%;
        padding: 0 2rem;
    }
    .fish-img-box {
        flex: 0 0 70%;
    }
    .see-food-text,
    .see-food-text-3 {
        width: 100%;
    }
    .product-item-heading.negative {
        margin-bottom: 6rem !important;
    }
    .see-food p,
    .see-food .product-item-heading,
    .see-food h3 {
        padding: 0 2rem;
    }
    .see-food-krevetka {
        top: -10%;
        right: -2rem;
        width: 100%;
    }
    .see-food-text {
        margin-top: 2rem;
    }
    .see-food-ustriza {
        width: 70%;
    }
    .see-food-kalmar {
        bottom: -4rem;
        top: auto;
    }
    .see-food-box.box-4 {
        padding: 0;
    }
    .see-food-box.box-5 p {
        width: 100%;
    }
    .product-item.chicken {
        margin-bottom: 2rem;
    }
    .chicken-img,
    .pig-img {
        width: 80%;
        height: auto;
    }
}


/* /PRODUCT SECTION*/


/* CATALOG SECTION */

.section.catalog {
    max-width: 140rem;
    margin: 0 auto;
    padding: 4rem 8rem;
    background-color: rgba(29, 104, 135, .2);
    box-shadow: 0 .6rem 1.2rem rgba(0, 0, 0, .1);
}

.filter-box {
    width: 90%;
    /* margin-right: 3rem; */
    margin-bottom: 4rem;
    border-radius: 3px;
    box-shadow: 0 .6rem 2.2rem rgba(0, 0, 0, .08);
}

.filter-radio {
    display: none;
}

.filter-radio__label {
    width: auto;
    white-space: nowrap;
    padding: 1rem 1.6rem;
    padding-left: 2.8rem;
    margin-bottom: .8rem;
    background-color: #185c79;
    text-align: left;
    display: block;
    color: var(--color-white);
    transition: all .3s;
    font-size: 1.5rem;
}

.filter-radio__label:hover,
.filter-radio:checked~.filter-radio__label {
    cursor: pointer;
    background-color: #0c3b50;
    color: var(--color-white);
}

.card {
    border: none;
    height: 40rem;
    overflow: hidden;
    margin-bottom: 3rem;
    box-shadow: 0 .6rem 2.2rem rgba(0, 0, 0, .1);
    transition: all .3s;
}

.card__img-box {
    height: 65%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.card-img-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    transition: all .3s;
}

.card-body {
    position: relative;
    background-color: #4a869f;
    z-index: 10;
}

.card-title {
    color: var(--color-white);
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 2rem;
}

.card-btn {
    display: inline-block;
    text-align: center;
    margin: 0 2rem;
    background-color: #0d4a64;
    border-radius: 3px;
    padding: .5rem 3.3rem;
    color: var(--color-white);
    box-shadow: 0 .6rem 1.2rem rgba(0, 0, 0, .1);
    transition: all .3s;
}

.card-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 .8rem 1.6rem rgba(0, 0, 0, .15);
    color: var(--color-white);
    background-color: #073d53;
}

.card:hover {
    box-shadow: 0 .8rem 1.6rem rgba(0, 0, 0, .2);
}

.card:hover .card-img-top {
    transform: translate(-50%, -50%) scale(1.05);
}

@media (max-width: 767.98px) {
    .section.catalog {
        padding: 4rem 3rem;
    }
    .filter-col {
        right: 0;
        top: 10rem;
        top: 3rem;
        padding-top: 2.6rem;
        padding-bottom: 2.6rem;
        background-color: rgba(255, 255, 255, .8);
    }
    .filter_data {
        margin-top: 6rem;
    }
    .filter-box {
        width: 100%;
        box-shadow: none;
        margin-bottom: 0;
    }
    .filter-radio__item {
        flex: 1;
        margin-right: 1.2rem;
    }
    .filter-radio__label {
        width: auto;
        text-align: center;
        padding: 1rem 1.4rem;
        padding-left: 1.4rem;
    }
}

@media (max-width: 575.98px) {
    .section.catalog .heading-secondary {
        margin-bottom: 0;
    }
}


/* /CATALOG SECTION */


/* COWORKING SECTION*/

.heading-secondary--main-part {
    display: block;
    margin-bottom: 1.6rem;
}

.heading-secondary--added {
    display: block;
    text-align: center;
}

.heading-secondary-compound {
    text-align: center;
}

.coworking-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.coworking-item-heading {
    display: inline-block;
    padding: 1rem 2rem;
    text-align: center;
    transform: translate(-50%);
    margin-left: 50%;
    margin-bottom: 1rem;
    border: 2px solid #457197;
    border-radius: 1rem;
}

.coworking-item-text-box {
    flex: 0 0 65%;
    padding: 1rem 6rem;
}

.coworking-item-img {
    height: 26rem;
}

@media (max-width: 991.98px) {
    .coworking-item-heading {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .coworking-item {
        flex-wrap: wrap;
        justify-content: center;
    }
    .coworking-item-text-box {
        flex: 0 0 100%;
        padding: 1rem 2rem;
    }
    .coworking-item-img {
        display: block;
        width: 76%;
        height: auto;
        margin: 0 auto;
    }
    .coworking-item-heading {
        transform: translate(0);
        margin-left: 0;
    }
}


/* /COWORKING SECTION*/


/* CONTACTS */

.contacts-form-input {
    height: 3.4rem;
}

.contacts-form-input,
.contacts-form-textarea {
    padding: .6rem 1.6rem;
    border: 1px solid #457197;
    font-size: 1.4rem;
    font-family: inherit;
}

.contacts-form-textarea {
    margin-bottom: 1.2rem;
}

.contacts-form-input:focus,
.contacts-form-textarea:focus {
    border: none;
    border-bottom: 3px solid #457197;
    color: var(--color-grey-dark);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contacts-form-input:focus:invalid {
    border-bottom: 3px solid #ce0210;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--color-white) inset !important;
}

.contacts-form-label {
    padding-left: .8rem;
    margin-top: .8rem;
    margin-bottom: .2rem;
    font-size: 1.6rem;
    -webkit-transition: all .3;
    -o-transition: all .3;
    transition: all .3;
}

.contacts-form p {
    text-indent: 0;
    font-size: 1.6rem;
    font-weight: 500;
}

.contacts-form-notification {
    height: 2rem;
    color: #ce0210;
}

.contacts-btn {
    padding: .6rem 3rem;
    border-radius: 4px;
    border: none;
    font-size: 1.6rem;
    color: var(--color-white);
    background-color: #457197;
    transition: all .3s;
}

.contacts-btn:focus {
    outline: none;
}

.contacts-btn:hover {
    outline: none;
    background-color: #2d567a;
}

.contacts-info {
    margin-bottom: .6rem;
}

.contacts-icon {
    height: 2.6rem;
    width: 2.6rem;
    fill: #457197;
    margin-right: .8rem;
}

.contacts-text {
    font-size: 1.5rem;
}

.contacts-map {
    margin-top: 1.8rem;
}

@media (max-width: 991.98px) {
    .contacts-form {
        padding: 0 2rem;
    }
    .checkbox-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
    }
}

@media (max-width: 767.98px) {
    .contacts-form {
        padding: 0 6rem;
    }
}

@media (max-width: 575.98px) {
    .contacts-form {
        padding: 0 1rem;
        margin-bottom: 3rem;
    }
    .contacts-map {
        padding-bottom: 2rem;
    }
}


/* POPUP CONTACT */

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 200;
}

.popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.popup__container {
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100rem;
    height: 50rem;
    padding: 4rem 6rem;
}

.popup-close {
    display: block;
    position: absolute;
    padding: 1.4rem;
    top: -2.2rem;
    right: -2.2rem;
    border-radius: 50%;
    background-color: var(--color-white);
    transition: all .3s;
    z-index: 300;
}

.popup-close__icon {
    width: 3rem;
    height: 3rem;
    fill: var(--color-primary);
}

.popup-close:hover {
    transform: scale(1.04);
    box-shadow: 0 .6rem 1.2rem rgba(0, 0, 0, .1);
}

.heading-secondary.white {
    color: white;
    margin-bottom: 5rem;
}

.heading-secondary.white:before,
.heading-secondary.white:after {
    background-color: white;
}

.item {
    height: 34rem;
    padding: 2rem;
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0 .8rem 1.6rem rgba(0, 0, 0, .2);
    border-radius: 3px;
}

.item__img-box {
    height: 66%;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.item__img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item__heading {
    padding-top: 2rem;
    border-top: 3px solid var(--color-primary);
    text-align: center;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: var(--color-primary);
}

.popup__contact-form {
    padding: 0 2rem;
    margin-top: 2rem;
}

.popup__form-group {
    position: relative;
}

.popup__contact-form input {
    width: 90%;
    padding: .5rem 1rem;
    padding-left: 3.8rem;
    border-radius: 3px;
    box-sizing: content-box;
    border: none;
    border-bottom: 3px solid transparent;
}

.popup__contact-form input:focus {
    outline: none;
    border: none;
    border-bottom: 3px solid #23c561;
}

.popup__contact-form input:focus~label .popup__contact-icon {
    fill: var(--color-primary);
}

.popup__contact-form input:focus:invalid {
    border-bottom: 3px solid #ce0210;
}

.popup__contact-form label {
    position: absolute;
    top: .4rem;
    left: .8rem;
}

.popup__tip {
    display: block;
    margin-top: -.2rem;
    margin-bottom: .2rem;
    text-align: right;
    color: var(--color-white);
    font-size: 1.4rem;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.show-tip {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.yellow {
    color: yellow;
}

.popup__contact-icon {
    height: 2rem;
    width: 2rem;
    transition: all .3s;
}

.popup__form-group.submit {
    text-align: right;
}

.popup__contact-form input.popup__submit-btn {
    width: auto;
    margin-top: .8rem;
    padding: .8rem 1.8rem;
    box-shadow: 0 .8rem 1.6rem rgba(0, 0, 0, .1);
    background-color: #0c3b50;
    color: var(--color-white);
    transition: all .3s;
}

.popup__contact-form input.popup__submit-btn:hover {
    box-shadow: 0 .6rem 1rem rgba(0, 0, 0, .2);
    background-color: #012838;
}

.popup__contact-form input.popup__submit-btn:focus {
    border: none;
}


/* //POPUP CONTACT */

.success-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6rem 12rem;
    border-radius: 3px;
    box-shadow: 0 .8rem 1.6rem rgba(0, 0, 0, .2);
    background-color: #012838;
    color: var(--color-white);
    font-size: 2.2rem;
    font-weight: 500;
    z-index: 300;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.show-success {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

@media (max-width: 991.98px) {
    .popup__container {
        top: 0;
        left: 0;
        padding: 1rem;
        height: auto;
        transform: translate(0, 0);
        width: 100%;
    }
    .popup-close {
        padding: 1.2rem;
        top: .3rem;
        right: .3rem;
        border-radius: 50%;
    }
    .popup-close__icon {
        width: 2.6rem;
        height: 2.6rem;
    }
}

@media (max-width: 575.98px) {
    .item-col {
        padding: 0 6rem;
    }
    .heading-secondary.white {
        margin-top: 4.6rem;
    }
    .success-box {
        width: 90%;
        padding: 3rem 4rem;
        text-align: center;
        font-size: 2rem;
    }
}


/* FOOTER*/

.footer {
    margin-top: 6rem;
    background-image: linear-gradient(to bottom, rgba(29, 104, 135, .9), rgba(29, 104, 135, .9)), url(../img/footer2.jpg);
    background-size: cover;
    background-position: center;
    height: 26rem;
    padding-top: 3rem;
}

.footer-logo-box {
    margin-right: 3rem;
}

.footer-logo {
    height: 8rem;
}

.footer-nav {
    list-style-type: none;
    height: 6rem;
    margin: 0;
}

.footer-nav-item {
    width: 13rem;
    height: 100%;
    margin-right: 2.6rem;
    text-align: left;
    position: relative;
}

.footer-nav-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleY(.5);
    width: 100%;
    height: 100%;
    border-left: 2px solid var(--color-white);
    transition: all .4s;
}

.footer-nav-item:hover::before {
    background-color: rgba(255, 255, 255, .2);
    transform: scaleY(1.1);
}

.footer-nav-item:hover .nav-link {
    color: var(--color-white);
}

.footer-nav-link {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 2rem !important;
    color: var(--color-white);
    font-size: 1.8rem;
    font-weight: 500;
}

.footer-nav-link:hover {
    color: var(--color-white);
    text-decoration: none;
}

.footer-partners {
    margin-top: 8rem;
}

.footer-partners-img {
    height: 3rem;
    opacity: .7;
    display: block;
    margin: 0 2rem;
}

@media (max-width: 991.98px) {
    .footer-nav-item {
        width: 10rem;
    }
}

@media (max-width: 767.98px) {
    .footer-nav {
        padding-left: 1rem;
    }
    .footer-logo-box {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media (max-width: 575.98px) {
    .footer {
        margin-top: 0;
    }
    .footer-partners {
        margin-top: 3.2rem;
    }
}


/* FOOTER*/


/* BACK TO TOP & MENU BTN*/

.back-to-top__img,
.menu__img {
    width: 100%;
}

.back-to-top__btn,
.menu__btn {
    display: none;
    position: fixed;
    z-index: 99;
    border: none;
    border-radius: 100px;
    background-color: var(--color-primary);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.back-to-top__btn {
    bottom: 3rem;
    right: 2.1rem;
    width: 5.6rem;
    height: 5.6rem;
}

.menu__btn {
    top: 2rem;
    left: 2.1rem;
    width: 6.6rem;
    height: 6.6rem;
}

.back-to-top__btn:hover,
.menu__btn:hover {
    -webkit-box-shadow: .1rem .2rem .8rem rgba(0, 0, 0, .2);
    box-shadow: .1rem .2rem .8rem rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.back-to-top__btn:active,
.menu__btn:active {
    -webkit-box-shadow: .1rem .2rem .4rem rgba(0, 0, 0, .2);
    box-shadow: .1rem .2rem .4rem rgba(0, 0, 0, .2);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.back-to-top__btn:focus,
.menu__btn:focus {
    outline: none;
}

.side-nav {
    height: 100%;
    width: 11rem;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    padding-top: 6rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.side-nav.show-side-nav {
    opacity: 1;
    visibility: visible;
}

.side-nav::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    background-color: var(--color-primary);
    -webkit-transition: 0.5s;
    -o-transition: 0.8s;
    transition: 0.5s;
}

.side-nav.show-side-nav::before {
    transform: scaleX(1);
}

.side-nav a:hover {
    text-decoration: none;
}

.side-nav__link {
    display: block;
    width: 100%;
    padding: 1rem 0;
    text-decoration: none;
    text-align: center;
    color: var(--color-white);
    font-size: 1.7rem;
    font-weight: 500;
    position: relative;
    z-index: 10;
}

.side-nav__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.side-nav__img {
    width: 5rem;
}

.side-nav__link:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.side-nav__link:hover p {
    color: rgb(46, 46, 46);
}

.side-nav__link:hover .side-nav__img,
.side-nav__link.active .side-nav__img {
    filter: invert(.8);
}

.side-nav__link.active {
    background-color: var(--color-white);
    color: rgb(46, 46, 46);
}

.side-nav__close-btn {
    position: absolute;
    top: 0;
    right: 2.5rem;
    font-size: 3.6rem;
    margin-left: 5rem;
    color: var(--color-white);
    text-decoration: none;
    transition: all .3s;
}

.side-nav__close-btn:hover {
    color: var(--color-white);
    transform: scale(1.07);
}

@media (max-width: 991.98px) {
    .menu__btn {
        top: 1rem;
        left: 1rem;
        width: 5.6rem;
        height: 5.6rem;
    }
    .back-to-top__btn {
        bottom: 1rem;
        right: 1rem;
    }
}


/* /BACK TO TOP & MENU BTN*/

/* PRECOUTIONS */

.logo-box {
    background-color: var(--color-primary);
    position: relative;
    height: 10rem;
    margin-bottom: 1rem;
}

.logo {
    height: 12rem;
    position: absolute;
}

.precoutions-box {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.flag {
    font-size: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.flag div {
    padding: 5rem;
}

.flag p {
    margin: 0;
}

.flag-blue {
    background-color: var(--color-primary);
    color: white;
}

.flag-yellow {
    background-color: var(--color-yellow);
    color: #012838;
}

.flag-yellow p:not(:last-child) {
    margin-bottom: 4rem;
}

.precoutions-text {
    text-indent: 2.3rem;
}