@charset "UTF-8";
::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

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

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

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

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid, body textarea:required:valid {
    color: #666
}

html {
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

body {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 16px;
    line-height: 1.3;
    min-width: 320px;
    position: relative;
    font-family: RobotoRegular, sans-serif;
    overflow-x: hidden;
    color: #000;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    background-color: #fff
}

main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: hidden
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

a:hover {
    color: #fff100;
    text-decoration: none
}

a :focus, a:active {
    color: #ccc100
}

a :active, a :focus, a :visited, a:hover {
    outline: 0
}

input {
    outline: 0
}

section {
    position: relative
}

label {
    display: block;
    width: 100%
}

img {
    width: 100%;
    height: auto;
    display: block
}

li {
    list-style-type: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: RobotoRegular, sans-serif
}

i {
    font-size: inherit
}

.button {
    cursor: pointer
}

.button:hover {
    background-color: #fff100
}

.button :focus, .button:active {
    background-color: #ccc100
}

.sect_title {
    font-family: RobotoRegular, sans-serif
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 15px
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.hidden {
    display: none
}

.add_to_cart {
    padding: 15px;
    max-width: 130px;
    margin: auto;
    border: #ededed solid 1px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    background-color: #fff;
    color: #4b65b0;
    display: block;
    text-align: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none
}

.add_to_cart:hover {
    color: #fff;
    background-color: #4367b1;
    text-decoration: none
}

.value {
    font-size: 21px
}

.value::after {
    content: "грн";
    font-size: 18px;
    margin-left: 5px
}

ul {
    padding: 0;
    margin-bottom: 0
}

header {
    position: relative
}

header a:hover {
    color: #26b4da;
    text-decoration: none
}

.tl_bg_wrap {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
    z-index: 1
}

.tl_bg_sub_wrap {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    height: 100px;
    width: 100%;
    z-index: 0
}

.top_line.wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.top_line_wrap {
    margin-bottom: 15px;
    white-space: nowrap
}

.top_line_wrap li + li {
    margin-left: 5px
}

.top_line_wrap a {
    text-decoration: none;
    color: #fff
}

.tl_item {
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 14px
}

.tl_phones {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tl_func li {
    max-width: 15px
}

.tl_func li + li {
    margin-left: 15px
}

.cart {
    position: relative
}

.cart .cart_amount {
    background-color: red;
    color: #fff;
    display: block;
    max-width: 20px;
    height: 20px;
    font-size: 13px;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 51%;
    border-radius: 51%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.nav-link {
    font-weight: 600;
    position: relative
}

.nav-item:hover .underline {
    opacity: 1
}

.underline {
    display: block;
    height: 3px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.dropdown > .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1
}

header ul.navbar-nav {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative
}

.navbar-brand {
    max-width: 100px
}

.nav-item .img_wrap {
    max-width: 75px;
    margin: auto
}

header .menu .dropdown {
    position: static
}

header .menu .dropdown .dropdown-menu {
    border-color: #26b4da;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 0 0 40px;
    margin-top: 20px
}

header .menu .dropdown .dropdown-item {
    color: #26b4da
}

header .menu .dropdown:hover .dropdown-toggle::before {
    opacity: 1
}

header .menu .dropdown .dropdown-title {
    display: block;
    background-color: #26b4da;
    color: #fff;
    margin-top: 0;
    padding: 5px
}

header .menu .dropdown .dropdown-toggle {
    position: relative
}

header .menu .dropdown .dropdown-toggle::before {
    content: '';
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 15px solid transparent;
    border-bottom: 15px solid #26b4da;
    opacity: 0
}

header .menu .dropdown .dropdown-toggle::after {
    display: none
}

.menu {
    position: relative;
    bottom: 15px
}

.e_item {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    max-width: 240px;
    width: 100%;
}
.e_item .ei_title {
    font-size: 20px;
    color: #4367b0;
    text-align: center;
}
.e_item .value {
    font-size: 21px;
}
.e_item .value:nth-of-type(1) {
    color: #ea3f09;
    font-weight: 800;
}
.e_item .value:nth-of-type(2) {
    color: #aeaeae;
}
.e_item .value::after {
    content: "грн";
    font-size: 18px;
    margin-left: 5px;
}
.e_item .img_wrap {
    max-width: initial;
    height: 175px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    margin: auto;
}
.e_item .img_wrap img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.e_item:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.e_item .add_to_cart {
    padding: 15px;
    max-width: 130px;
    margin: auto;
    border: #ededed solid 1px;
    border-radius: 35px;
    background-color: #fff;
    color: #4b65b0;
    display: block;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
    position: relative;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.e_item .add_to_cart:hover {
    color: #fff;
    background-color: #4367b1;
    text-decoration: none;
}


.carousel-example-generic {
    position: relative
}

.carousel-control {
    position: absolute;
    padding: 20px;
    font-size: 20px;
    color: #fff;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translateY(-75%);
    z-index: 2
}

.carousel-control.left {
    left: 10px;
    padding-left: 20px
}

.carousel-control.right {
    right: 10px;
    padding-right: 20px
}

.carousel-control:hover {
    color: #26b4da
}

.ci_img_wrap {
    max-width: 250px;
    margin: auto;
    height: 270px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.f_carousel .carousel-item {
    margin: 0 0 50px;
    z-index: 1
}

.item_border_wrap {
    position: relative;
    border: #ededed solid 1px
}

.item_border_wrap .add_to_cart {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.ci_info h3 {
    color: #4b65b0
}

.ci_info .value {
    color: #7f7f7f;
    font-size: 25px;
    font-weight: 600
}

.ci_info .value::after {
    content: "грн";
    margin-left: 5px
}

.s_carousel .carousel-item {
    height: 420px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 1
}

.s_carousel .carousel-control {
    color: #344755;
    z-index: 2
}

li.brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-trigger {
    width: 50px;
    height: 50px;
    position: relative;
    background: 0 0;
    border: none;
    vertical-align: middle;
    padding: 10px;
    margin: 0;
    cursor: pointer
}

.nav-trigger:focus {
    outline: 0
}

.nav-trigger:hover span, .nav-trigger:hover span:after, .nav-trigger:hover span:before {
    background: #fff
}

.nav-trigger:before {
    content: '';
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: 0 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.nav-trigger span {
    display: block;
    position: relative
}

.nav-trigger span:after, .nav-trigger span:before {
    content: '';
    position: absolute;
    left: 0
}

.nav-trigger span:before {
    top: -8px
}

.nav-trigger span:after {
    bottom: -8px
}

.nav-trigger span, .nav-trigger span:after, .nav-trigger span:before {
    width: 100%;
    height: 4px;
    background: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.nav-trigger.is-active:before {
    opacity: 1;
    width: 50px;
    height: 50px;
    background: 0 0
}

.nav-trigger.is-active span {
    background: 0 0
}

.nav-trigger.is-active span:before {
    top: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    background-color: #fff
}

.nav-trigger.is-active span:after {
    bottom: 0;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    background-color: #fff
}

ul.menu {
    margin-bottom: 0
}

.header_carousels .carousel-inner {
    margin-bottom: 1rem
}

ul.navbar-nav > :nth-child(1) .nav-link::before {
    border-bottom-color: #25b4d9
}

ul.navbar-nav > :nth-child(2) .nav-link::before {
    border-bottom-color: #e95048
}

ul.navbar-nav > :nth-child(3) .nav-link::before {
    border-bottom-color: #5bba12
}

ul.navbar-nav > :nth-child(4) .nav-link::before {
    border-bottom-color: #f2b700
}

ul.navbar-nav > :nth-child(5) .nav-link::before {
    border-bottom-color: #62d9a2
}

ul.navbar-nav > :nth-child(6) .nav-link::before {
    border-bottom-color: #d42700
}

ul.navbar-nav > :nth-child(7) .nav-link::before {
    border-bottom-color: #5571ff
}

.mobile_menu{
    display: none;
}

.oi_img_wrap img{
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.oi_img_wrap{
    display: flex;
    justify-content: center;
}
